:root{--bg: #1a2e28;--bg-soft: #243a33;--surface: #f4f7f5;--surface-2: #e8efeb;--ink: #14201c;--muted: #5c7269;--accent: #c45c3e;--accent-hover: #a84a30;--danger: #9b2c2c;--line: rgba(20, 32, 28, .1);--radius: 14px;--font-display: "Fraunces", Georgia, serif;--font-body: "DM Sans", system-ui, sans-serif;--safe-bottom: env(safe-area-inset-bottom, 0px);--safe-top: env(safe-area-inset-top, 0px)}*,*:before,*:after{box-sizing:border-box}html,body,#root{min-height:100%}body{margin:0;font-family:var(--font-body);color:var(--ink);background:var(--surface);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}a{color:var(--accent);text-decoration:none}button,input{font:inherit}.shell{width:min(100%,480px);margin:0 auto;padding:calc(1.25rem + var(--safe-top)) 1.25rem calc(2rem + var(--safe-bottom));min-height:100dvh}.landing{position:relative;width:100%;max-width:none;padding:0;color:var(--surface);overflow:hidden}.landing-bg{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse 80% 60% at 70% 20%,rgba(196,92,62,.35),transparent 55%),radial-gradient(ellipse 70% 50% at 15% 80%,rgba(120,160,140,.25),transparent 50%),linear-gradient(165deg,#0f1c18,#1a2e28 45%,#243a33);animation:drift 18s ease-in-out infinite alternate}@keyframes drift{0%{transform:scale(1) translate(0)}to{transform:scale(1.06) translate(-1%,1%)}}.landing-hero{position:relative;z-index:1;width:min(100%,480px);margin:0 auto;min-height:100dvh;display:flex;flex-direction:column;justify-content:flex-end;padding:calc(2rem + var(--safe-top)) 1.5rem calc(2.5rem + var(--safe-bottom));animation:rise .9s ease-out both}@keyframes rise{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}.brand{font-family:var(--font-display);font-weight:600;font-size:clamp(2.4rem,9vw,3.2rem);letter-spacing:-.02em;margin:0 0 1.5rem;line-height:1}.brand-sm{font-size:1.35rem;margin:0 0 .35rem;color:var(--bg)}.brand-link{display:inline-block;color:inherit;margin-bottom:2rem}.landing h1,.auth-form h1,.panel h1,.guest-header h1{font-family:var(--font-display);font-weight:600;letter-spacing:-.02em;line-height:1.15;margin:0 0 .75rem}.landing h1{font-size:clamp(1.65rem,6vw,2.1rem);max-width:16ch}.lede,.section-lede{margin:0 0 1.5rem;color:#f4f7f5c7;font-size:1.05rem;line-height:1.45}.section-lede{color:var(--muted);font-size:.98rem}.cta-row{display:flex;flex-wrap:wrap;gap:.75rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;min-height:48px;padding:.7rem 1.2rem;border-radius:999px;border:1px solid transparent;cursor:pointer;font-weight:600;transition:transform .15s ease,background .15s ease,border-color .15s ease;-webkit-tap-highlight-color:transparent}.btn:active{transform:scale(.98)}.btn:disabled{opacity:.6;cursor:not-allowed}.btn-primary{background:var(--accent);color:#fff}.btn-primary:hover:not(:disabled){background:var(--accent-hover)}.btn-ghost{background:transparent;color:inherit;border-color:#f4f7f559}.landing .btn-ghost:hover{border-color:#f4f7f5b3}.app-shell .btn-ghost,.auth-shell .btn-ghost{color:var(--ink);border-color:var(--line)}.btn-sm{min-height:40px;padding:.4rem .9rem;font-size:.9rem}.btn-lg{min-height:56px;font-size:1.05rem}.btn-block{width:100%}.btn-danger{background:transparent;color:var(--danger);border-color:#9b2c2c59;margin-top:1.5rem}.auth-shell,.app-shell,.guest-shell{background:var(--surface);color:var(--ink)}.auth-form{display:flex;flex-direction:column;gap:.9rem;animation:rise .5s ease-out both}.auth-form label,.upload-panel label{display:flex;flex-direction:column;gap:.4rem;font-size:.88rem;font-weight:500;color:var(--muted)}input[type=text],input[type=email],input[type=password]{width:100%;min-height:48px;padding:.7rem .95rem;border:1px solid var(--line);border-radius:12px;background:#fff;color:var(--ink);outline:none}input:focus{border-color:#c45c3e8c;box-shadow:0 0 0 3px #c45c3e26}.hint{margin:-.25rem 0 .25rem;color:var(--muted);font-size:.92rem}.hint.center{text-align:center}.form-error{margin:0;color:var(--danger);font-size:.92rem}.auth-switch{text-align:center;color:var(--muted);font-size:.95rem}.app-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:1.5rem}.welcome{margin:0;color:var(--muted)}.back-link{color:var(--muted);font-weight:500}.panel{margin-bottom:1.5rem}.panel h2{font-family:var(--font-display);font-size:1.25rem;margin:0 0 .85rem}.create-row{display:flex;gap:.6rem}.create-row input{flex:1}.table-list{display:flex;flex-direction:column;gap:.55rem}.table-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 1.1rem;background:#fff;border:1px solid var(--line);border-radius:var(--radius);color:inherit;transition:border-color .15s ease,transform .15s ease}.table-row:active{transform:scale(.99)}.table-row strong{display:block;margin-bottom:.15rem}.table-row .muted,.muted{color:var(--muted);font-size:.9rem}.chevron{font-size:1.4rem;color:var(--muted);line-height:1}.qr-block{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:1.25rem;background:#fff;border:1px solid var(--line);border-radius:var(--radius)}.qr-frame{padding:.85rem;background:var(--surface);border-radius:12px;animation:rise .6s ease-out both}.url-text{margin:0;font-size:.82rem;color:var(--muted);word-break:break-all;text-align:center}.guest-header{margin-bottom:1.25rem}.upload-panel{display:flex;flex-direction:column;gap:.85rem;margin-bottom:1.75rem;padding:1.1rem;background:#fff;border:1px solid var(--line);border-radius:var(--radius)}.upload-status{margin:0;text-align:center;color:var(--bg-soft);font-weight:600;font-size:.92rem}.gallery{display:grid;grid-template-columns:repeat(2,1fr);gap:.55rem}.gallery-item{position:relative;aspect-ratio:1;padding:0;border:none;border-radius:12px;overflow:hidden;background:var(--surface-2);cursor:pointer}.gallery-item img,.gallery-item video{width:100%;height:100%;object-fit:cover;display:block}.badge-video{position:absolute;left:.45rem;bottom:.45rem;padding:.2rem .45rem;border-radius:6px;background:#14201cbf;color:#fff;font-size:.7rem;font-weight:600}.empty-state{margin:0;padding:1.5rem .5rem;text-align:center;color:var(--muted)}.page-center{min-height:100dvh;display:grid;place-items:center}.lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:50;background:#0a100eeb;display:flex;align-items:center;justify-content:center;padding:1rem;animation:fade .2s ease}@keyframes fade{0%{opacity:0}to{opacity:1}}.lightbox-body{width:min(100%,720px);max-height:90dvh;display:flex;flex-direction:column;gap:.75rem}.lightbox-body img,.lightbox-body video{width:100%;max-height:80dvh;object-fit:contain;border-radius:8px;background:#000}.lightbox-meta{margin:0;color:#f4f7f5b3;text-align:center;font-size:.9rem}.lightbox-close{position:absolute;top:calc(.75rem + var(--safe-top));right:1rem;width:44px;height:44px;border:none;border-radius:50%;background:#ffffff1f;color:#fff;font-size:1.6rem;line-height:1;cursor:pointer}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media(min-width:640px){.gallery{grid-template-columns:repeat(3,1fr)}}
