*{box-sizing:border-box}body{margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;background:#f7fafc;color:#1a202c;min-height:100dvh}button,input{font:inherit}.app-shell{max-width:480px;margin:0 auto;min-height:100dvh;display:flex;flex-direction:column}header.app-header{background:#1a365d;color:#fff;padding:1rem 1.25rem;display:flex;justify-content:space-between;align-items:center}header.app-header h1{margin:0;font-size:1.25rem;letter-spacing:.04em}main.app-main{flex:1;padding:1.25rem}.card{background:#fff;border-radius:12px;padding:1.25rem;box-shadow:0 1px 3px #00000014;margin-bottom:1rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;border:none;border-radius:10px;padding:.85rem 1.25rem;font-weight:600;cursor:pointer;width:100%}.btn-primary{background:#2b6cb0;color:#fff}.btn-secondary{background:#edf2f7;color:#2d3748}.btn-danger{background:#c53030;color:#fff}.btn:disabled{opacity:.55;cursor:not-allowed}.field{margin-bottom:1rem}.field label{display:block;font-size:.875rem;font-weight:600;margin-bottom:.35rem}.field input,.field textarea,.field select{width:100%;padding:.75rem;border:1px solid #cbd5e0;border-radius:8px;background:#fff}.error-banner{background:#fed7d7;color:#9b2c2c;padding:.75rem 1rem;border-radius:8px;margin-bottom:1rem}.success-banner{background:#c6f6d5;color:#22543d;padding:.75rem 1rem;border-radius:8px;margin-bottom:1rem}.pending-bar{background:#fefcbf;color:#744210;padding:.75rem 1rem;font-size:.875rem;display:flex;justify-content:space-between;align-items:center;gap:.75rem}.pending-bar button{border:none;background:#d69e2e;color:#fff;padding:.4rem .75rem;border-radius:6px;font-weight:600;cursor:pointer;white-space:nowrap}.joint-title{font-size:1.5rem;font-weight:700;margin:0 0 .25rem}.joint-sub{color:#718096;margin:0 0 1rem}.photo-count{font-size:1.1rem;font-weight:600;color:#2b6cb0}.preview-img{width:100%;border-radius:8px;margin:1rem 0}.hidden-input{display:none}.muted{color:#718096;font-size:.875rem}.actions-row{display:flex;flex-direction:column;gap:.75rem;margin-top:1rem}#qr-reader{border-radius:8px;overflow:hidden}#qr-reader video{border-radius:8px}.gallery-card{margin-top:1rem}.photo-gallery{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}.gallery-item{margin:0}.gallery-thumb{width:100%;aspect-ratio:1;object-fit:cover;border-radius:8px;cursor:pointer;background:#edf2f7}.gallery-thumb-loading,.gallery-thumb-error{width:100%;aspect-ratio:1;border-radius:8px;background:#edf2f7;display:flex;align-items:center;justify-content:center;font-size:.875rem;color:#718096}.gallery-caption{font-size:.75rem;margin-top:.35rem;line-height:1.35}.lightbox{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000d9;z-index:1000;display:flex;align-items:center;justify-content:center;padding:1rem}.lightbox-inner{max-width:100%;max-height:100%;text-align:center}.lightbox-img{max-width:100%;max-height:70vh;border-radius:8px}.user-list{list-style:none;padding:0;margin:0}.user-list li{padding:.5rem 0;border-bottom:1px solid #edf2f7;font-size:.875rem}.home-main{display:flex;flex-direction:column}.powered-by{margin-top:auto;padding-top:2rem;text-align:center;color:#718096;font-size:.875rem;letter-spacing:.06em;font-weight:600}.footer-note{text-align:center}.property-list{margin:0 0 1rem;padding:.75rem;background:#f7fafc;border-radius:8px}.property-row{display:flex;justify-content:space-between;gap:1rem;font-size:.875rem;padding:.25rem 0}.property-row dt{font-weight:600;margin:0}.property-row dd{margin:0;text-align:right;color:#4a5568}
