*{margin:0;padding:0;box-sizing:border-box}html,body{height:100%;background:#000;color:#fff;font-family:-apple-system,system-ui,Segoe UI,sans-serif;-webkit-font-smoothing:antialiased}#app{min-height:100%;display:flex;flex-direction:column}.screen{flex:1;display:flex;flex-direction:column;padding:1.5rem;max-width:480px;margin:0 auto;width:100%}h1{font-size:1.75rem;font-weight:700;margin-bottom:.25rem}h2{font-size:1.25rem;font-weight:600}.subtitle{color:#888;margin-bottom:2rem}.input-group{display:flex;gap:.5rem;margin-bottom:1rem}input[type=text]{flex:1;background:#1a1a1a;border:1px solid #333;border-radius:10px;padding:.75rem 1rem;color:#fff;font-size:1rem;font-family:monospace;letter-spacing:2px;outline:none}input[type=text]:focus{border-color:#007aff}.btn-primary{background:#007aff;color:#fff;border:none;border-radius:10px;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;cursor:pointer;white-space:nowrap}.btn-primary:disabled{opacity:.5;cursor:not-allowed}.btn-primary.btn-large{width:100%;padding:1rem;font-size:1.1rem;margin-top:1rem}.btn-secondary{background:#222;color:#fff;border:1px solid #444;border-radius:10px;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;cursor:pointer;text-decoration:none;display:inline-block;text-align:center}.btn-small{padding:.5rem 1rem;font-size:.875rem}.event-preview{background:#111;border:1px solid #222;border-radius:12px;padding:1.25rem;margin-top:.5rem}.event-meta{display:flex;justify-content:space-between;color:#888;font-size:.875rem;margin-top:.5rem}.error{color:#ff453a;font-size:.875rem;margin-top:.75rem}.hidden{display:none!important}.empty-state{text-align:center;color:#666;padding:3rem 1rem;font-size:1rem}.join-screen{justify-content:center}.reveal-banner{background:#1a1a2e;border:1px solid #2a2a4e;border-radius:8px;padding:.75rem 1rem;text-align:center;color:#88c;font-size:.85rem;margin-bottom:1rem}.camera-screen{padding:0;max-width:none;position:relative;overflow:hidden}#viewfinder{width:100%;height:100%;object-fit:cover;position:absolute;top:0;left:0}.camera-hud{position:absolute;bottom:0;left:0;right:0;display:flex;align-items:center;justify-content:center;padding:1.5rem;padding-bottom:max(1.5rem,env(safe-area-inset-bottom));background:linear-gradient(transparent,#0009)}.shutter-btn{width:72px;height:72px;border-radius:50%;border:4px solid #fff;background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:transform .1s}.shutter-btn:active{transform:scale(.9)}.shutter-btn:disabled{opacity:.3}.shutter-inner{width:56px;height:56px;border-radius:50%;background:#fff;display:block}.shutter-btn.flash .shutter-inner{background:#007aff}.shot-badge{position:absolute;top:max(1rem,env(safe-area-inset-top));right:1rem;background:#007aff;color:#fff;font-size:.85rem;font-weight:700;min-width:28px;height:28px;border-radius:14px;display:flex;align-items:center;justify-content:center;padding:0 8px}.hud-btn{position:absolute;right:1.5rem;bottom:max(2rem,calc(env(safe-area-inset-bottom) + .5rem));background:#ffffff26;color:#fff;border:none;border-radius:8px;padding:.5rem 1rem;font-size:.85rem;font-weight:600;cursor:pointer;backdrop-filter:blur(8px)}.camera-screen .error{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;padding:1rem}.gallery-screen{padding-bottom:0}.gallery-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem;flex-shrink:0}.photo-grid{display:grid;grid-template-columns:1fr 1fr;gap:4px;overflow-y:auto;flex:1}.photo-cell{position:relative;aspect-ratio:1;overflow:hidden;cursor:pointer;border-radius:4px;background:#111}.photo-cell img{width:100%;height:100%;object-fit:cover;display:block}.photo-cell img.blurred{filter:blur(16px);transform:scale(1.1)}.blur-overlay{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;color:#ffffffb3;font-size:.85rem;font-weight:600;background:#0000004d;pointer-events:none}.lightbox{position:fixed;inset:0;z-index:100;background:#000000f2;display:flex;align-items:center;justify-content:center}.lightbox img{max-width:100%;max-height:100%;object-fit:contain}.lightbox-close{position:absolute;top:max(1rem,env(safe-area-inset-top));right:1rem;background:none;border:none;color:#fff;font-size:2rem;cursor:pointer;width:44px;height:44px;display:flex;align-items:center;justify-content:center;z-index:101}
