@import "https://fonts.googleapis.com/css2?family=Carter+One&family=Outfit:wght@300;400;500;600&display=swap";*{box-sizing:border-box;margin:0;padding:0}body{min-height:100vh}@font-face{font-family:Outfit;src:url(/fonts/Outfit-VariableFont_wght.ttf)format("truetype-variations"),url(/fonts/Outfit-VariableFont_wght.ttf)format("truetype");font-weight:100 900;font-style:normal;font-display:swap}.theme-gestion{--text:#6b6375;--text-h:#08060d;--bg:#fff;--border:#e5e4e7;--border-secondary:#e5e4e7;--code-bg:#f4f3ec;--accent:#aa3bff;--accent-bg:#aa3bff1a;--accent-border:#aa3bff80;--social-bg:#f4f3ec80;--shadow:#0000001a 0 10px 15px -3px, #0000000d 0 4px 6px -2px;--sans:system-ui, "Segoe UI", Roboto, sans-serif;--heading:system-ui, "Segoe UI", Roboto, sans-serif;--mono:ui-monospace, Consolas, monospace;font:18px/145% var(--sans);letter-spacing:.18px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100vh}@media (prefers-color-scheme:dark){.theme-gestion{--lightningcss-light: ;--lightningcss-dark:initial}}@media (width<=1024px){.theme-gestion{font-size:16px}}@media (prefers-color-scheme:dark){.theme-gestion:not(.theme-light){--text:#9ca3af;--text-h:#f3f4f6;--bg:#16171d;--border:#2e303a;--border-secondary:#6e6f72;--code-bg:#1f2028;--accent:#c084fc;--accent-bg:#c084fc26;--accent-border:#c084fc80;--social-bg:#2f303a80;--shadow:#0006 0 10px 15px -3px, #00000040 0 4px 6px -2px}}.theme-gestion.theme-dark{--text:#9ca3af;--text-h:#f3f4f6;--bg:#16171d;--border:#2e303a;--code-bg:#1f2028;--accent:#c084fc;--accent-bg:#c084fc26;--accent-border:#c084fc80;--social-bg:#2f303a80;--shadow:#0006 0 10px 15px -3px, #00000040 0 4px 6px -2px}.theme-gestion .theme-switcher{align-items:center;gap:10px;margin-bottom:16px;display:flex;position:relative}.theme-gestion .theme-switcher .label{margin-bottom:0;display:inline}.theme-gestion .theme-switcher-trigger{background:var(--bg);border:1px solid var(--border);color:var(--text-h);font-family:var(--sans);cursor:pointer;border-radius:8px;align-items:center;gap:8px;padding:9px 12px;font-size:14px;transition:border-color .2s;display:flex}.theme-gestion .theme-switcher-trigger:hover{border-color:var(--accent)}.theme-gestion .theme-switcher-caret{color:var(--text);font-size:10px}.theme-gestion .theme-switcher-panel{background:var(--bg);border:1px solid var(--border);min-width:160px;box-shadow:var(--shadow);z-index:20;border-radius:8px;flex-direction:column;padding:4px;display:flex;position:absolute;top:calc(100% + 6px);left:0}.theme-gestion .theme-switcher-option{color:var(--text-h);font-family:var(--sans);text-align:left;cursor:pointer;background:0 0;border:none;border-radius:6px;padding:8px 10px;font-size:14px}.theme-gestion .theme-switcher-option:hover{background:var(--accent-bg)}.theme-gestion .theme-switcher-option--active{color:var(--accent);font-weight:600}.theme-gestion .admin-shell{border-inline:1px solid var(--border);box-sizing:border-box;flex-direction:column;width:1126px;max-width:100%;min-height:100svh;margin:0 auto;display:flex}.theme-gestion h1,.theme-gestion h2{font-family:var(--heading);color:var(--text-h);font-weight:500}.theme-gestion h1{letter-spacing:-1.68px;margin:32px 0;font-size:56px}@media (width<=1024px){.theme-gestion h1{margin:20px 0;font-size:36px}}.theme-gestion h2{letter-spacing:-.24px;margin:0 0 8px;font-size:24px;line-height:118%}@media (width<=1024px){.theme-gestion h2{font-size:20px}}.theme-gestion p{margin:0}.theme-gestion code{font-family:var(--mono);color:var(--text-h);background:var(--code-bg);border-radius:4px;padding:4px 8px;font-size:15px;line-height:135%;display:inline-flex}.theme-gestion .centered{flex:1;justify-content:center;align-items:center;min-height:100vh;display:flex}.theme-gestion .card{background:var(--bg);border:1px solid var(--border);box-shadow:var(--shadow);border-radius:12px;padding:28px 24px}.theme-gestion .field{text-align:left;margin-bottom:20px}.theme-gestion .label{color:var(--text);margin-bottom:6px;font-size:13px;display:block}.theme-gestion .input{background:var(--bg);border:1px solid var(--border);width:100%;color:var(--text-h);font-family:var(--sans);box-sizing:border-box;border-radius:8px;outline:none;padding:11px 14px;font-size:15px;transition:border-color .2s}.theme-gestion .input:focus{border-color:var(--accent)}.theme-gestion .input:disabled{opacity:.5;cursor:not-allowed}.theme-gestion .btn{background:var(--accent);color:#fff;width:100%;font-family:var(--sans);cursor:pointer;text-align:center;border:none;border-radius:8px;margin-top:8px;padding:12px;font-size:15px;font-weight:600;transition:opacity .2s;display:block}.theme-gestion .btn:hover{opacity:.88}.theme-gestion .btn:disabled{opacity:.4;cursor:not-allowed}.theme-gestion .btn--ghost{color:var(--text-h);border:1px solid var(--border-secondary);background:0 0}.theme-gestion .error-text{color:#e05555;margin-top:6px;font-size:13px}.theme-gestion .text-secondary{color:var(--text);font-size:14px}.theme-gestion table{border-collapse:collapse;text-align:left;width:100%}.theme-gestion th,.theme-gestion td{border-bottom:1px solid var(--border);padding:10px 12px;font-size:14px}.theme-gestion tr:hover td{background:var(--accent-bg);cursor:pointer}.theme-gestion .modal-overlay{z-index:100;background:#0006;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.theme-gestion .modal-content{background:var(--bg);border:1px solid var(--border);box-shadow:var(--shadow);border-radius:12px;width:100%;max-width:420px;max-height:90vh;padding:28px 24px;overflow-y:auto}.theme-gestion .modal-close{color:var(--text);cursor:pointer;background:0 0;border:none;font-size:20px;line-height:1}.theme-gestion .password-reveal{background:var(--accent-bg);border:1px solid var(--accent-border);font-family:var(--mono);letter-spacing:1px;text-align:center;color:var(--text-h);border-radius:8px;margin:12px 0;padding:12px 14px;font-size:18px}.theme-gestion .orga-avatar-wrap{flex-shrink:0;width:72px;height:72px;position:relative}.theme-gestion .orga-avatar-wrap img{object-fit:cover;border-radius:50%;width:100%;height:100%;display:block}.theme-gestion .orga-avatar-edit-badge{border:1px solid var(--border);background:var(--bg);width:24px;height:24px;color:var(--accent);box-shadow:var(--shadow);border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;bottom:-2px;right:-2px}.theme-gestion .breadcrumb{z-index:10;background:var(--bg);border-bottom:1px solid var(--border);flex-wrap:wrap;align-items:center;gap:4px;margin:0 0 20px;padding:14px;display:flex;position:sticky;top:0}.theme-gestion .breadcrumb-item{align-items:center;gap:6px;display:inline-flex}.theme-gestion .breadcrumb-link{color:var(--text);font-size:14px;text-decoration:none;transition:color .2s}.theme-gestion .breadcrumb-link:hover{color:var(--accent)}.theme-gestion .breadcrumb-current{color:var(--text-h);font-size:14px;font-weight:600}.theme-gestion .breadcrumb-separator{color:var(--text);opacity:.5;font-size:14px}.theme-gestion .card-actions-row{flex-wrap:wrap;gap:10px;margin-top:1rem;padding:16px;display:flex}.theme-gestion .card-actions-row>*{flex:1 1 0;min-width:0;margin-top:0}.theme-gestion .card-actions-row .btn{text-align:center;width:100%;margin-top:0}@media (width<=1024px){.theme-gestion .card-actions-row{flex-direction:column}.theme-gestion .card-actions-row>*{flex:none}}.theme-gestion .btn--auto{width:auto;display:inline-block}@media (width<=1024px){.theme-gestion .btn--auto{width:100%;display:block}.theme-gestion .col-hide-mobile{display:none}}.theme-gestion .col-status{min-width:70px}.theme-gestion .orga-avatar-wrap{border:2px solid var(--border);border-radius:50%;flex-shrink:0;width:72px;height:72px;position:relative;overflow:hidden}.theme-gestion .orga-avatar-wrap img{object-fit:cover;width:100%;height:100%;display:block}.theme-gestion .orga-avatar-wrap--sm{border-width:1px;width:32px;height:32px}.theme-gestion .orga-avatar-fallback{box-sizing:border-box;width:100%;height:100%;color:var(--text);background:var(--code-bg);padding:20%;display:block}.theme-gestion .orga-avatar-editable{flex-shrink:0;width:72px;height:72px;position:relative}.theme-gestion .orga-avatar-edit-badge{z-index:2}.theme-gestion .film-users-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:1rem;margin-bottom:16px;display:flex}.theme-gestion .film-users-actions{align-items:flex-end;gap:1rem;display:flex}.theme-gestion .film-users-filter{min-width:150px;margin-bottom:0}@media (width<=1024px){.theme-gestion .film-users-header{flex-direction:column;align-items:stretch}.theme-gestion .film-users-actions{flex-wrap:wrap}}.theme-gestion .film-users-toolbar{justify-content:flex-end;align-items:flex-end;gap:1rem;margin-bottom:16px;display:flex}@media (width<=1024px){.theme-gestion .film-users-toolbar{flex-direction:column;align-items:stretch}}@media (orientation:landscape){.theme-user:before{content:"Merci de repasser en mode portrait pour utiliser OneShot.";z-index:9999;background:var(--bg);color:var(--text-primary);text-align:center;justify-content:center;align-items:center;padding:32px;font-family:Outfit,sans-serif;font-size:18px;display:flex;position:fixed;inset:0}}.theme-user{--bg:#070300;--primary:#f8f9fa;--secondary:#2e3134;--surface:#070300;--surface-raised:#3a3d40;--border:#3a3d40;--border-subtle:#2a2d30;--text-primary:#f8f9fa;--text-secondary:#888;--warning:#ff5722;--error:#e05555;--success:#5a9e6f;--radius:12px;--radius-sm:8px;--radius-pill:28px;--day-sunday:#b695c6;--day-monday:#3f7e95;--day-tuesday:#2a9d8f;--day-wednesday:#a6cd8e;--day-thursday:#e9c46a;--day-friday:#f4a261;--day-saturday:#e76f51;background-color:var(--bg);color:var(--text-primary);min-height:100vh;font-family:Outfit,sans-serif}.theme-user .app{flex-direction:column;width:100%;max-width:480px;min-height:100vh;margin:0 auto;padding:16px;display:flex}.theme-user .centered{flex:1;justify-content:center;align-items:center;display:flex}.theme-user h1{color:var(--text-primary);font-family:Carter One,cursive;font-size:32px}.theme-user h2{color:var(--text-primary);font-family:Outfit,sans-serif;font-size:20px}.theme-user .card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);width:100%;padding:28px 24px}.theme-user .plan-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:20px;transition:border-color .2s,background .2s}.theme-user .plan-card--available{cursor:pointer}.theme-user .plan-card--available:hover{border-color:var(--text-primary);background:var(--surface-raised)}.theme-user .plan-card--soon{opacity:.45;align-items:center;gap:12px;padding:16px 20px;display:flex}.theme-user .badge{text-transform:uppercase;letter-spacing:.5px;border-radius:4px;padding:2px 7px;font-size:11px;font-weight:600;display:inline-block}.theme-user .badge--discount{background:var(--warning);color:#fff}.theme-user .badge--soon{background:var(--surface-raised);color:var(--text-secondary);border:1px solid var(--border)}.home-header-avatar,.home-bubble__avatar,.home-photo-card__avatar{background:var(--bg)}.avatar-fallback-logo{object-fit:contain;box-sizing:border-box;width:100%;height:100%;padding:18%}.theme-user .input{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-sm);width:100%;color:var(--text-primary);outline:none;padding:12px 16px;font-family:Outfit,sans-serif;font-size:16px;transition:border-color .2s}.theme-user .input:focus{border-color:var(--text-primary)}.theme-user .input:disabled{opacity:.45;cursor:not-allowed}.theme-user .input::placeholder{color:var(--text-secondary)}.theme-user .btn{background:var(--text-primary);width:100%;height:56px;color:var(--bg);border-radius:var(--radius-pill);text-transform:none;cursor:pointer;border:none;justify-content:center;align-items:center;margin-top:16px;font-family:Outfit,sans-serif;font-size:16px;font-weight:600;transition:opacity .2s;display:flex}.theme-user .btn:hover{opacity:.88}.theme-user .btn:disabled{opacity:.35;cursor:not-allowed}.theme-user .btn--ghost{color:var(--text-primary);border:1px solid var(--border);background:0 0}.theme-user .btn--ghost:hover{border-color:var(--text-primary);opacity:1}.theme-user .label{color:var(--text-secondary);margin-bottom:6px;font-size:13px;display:block}.theme-user .field{margin-bottom:20px}.theme-user .field-locked{align-items:center;gap:8px;margin-top:8px;display:flex}.theme-user .field-locked input[type=checkbox]{accent-color:var(--text-primary);cursor:pointer;width:14px;height:14px}.theme-user .field-locked label{cursor:pointer;margin:0}.theme-user .divider{border:none;border-top:1px solid var(--border-subtle);margin:20px 0}.theme-user .error-text{color:var(--error);margin-top:6px;font-size:13px}.theme-user .text-secondary{color:var(--text-secondary);font-size:14px}.theme-user .mt-8{margin-top:8px}.theme-user .mt-16{margin-top:16px}.theme-user .mt-24{margin-top:24px}.icon-round-btn{background:var(--bg);border:1px solid var(--text-primary);width:42px;height:42px;color:var(--text-primary);cursor:pointer;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;padding:0;display:flex}.icon-round-btn svg{width:24px;height:24px}.icon-round-btn:active{opacity:.7}.icon-round-btn--active{background:var(--text-primary);color:var(--bg)}.icon-round-btn:disabled{opacity:.4;cursor:default}.capture-shutter{background:var(--bg);width:72px;height:72px;color:var(--text-primary);border:3.8px solid var(--text-primary);cursor:pointer;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.capture-shutter svg{width:28px;height:28px}.capture-shutter:active{opacity:.85}.theme-user .film-join-page{text-align:center;flex-direction:column;align-items:center;gap:24px;padding:32px 0;display:flex}.theme-user .brand-row{grid-template-columns:1fr auto 1fr;place-items:center;gap:16px;display:grid}.theme-user .brand-block{flex-direction:column;align-items:center;gap:8px;display:flex}.theme-user .brand-logo{object-fit:contain;width:56px;height:56px}.theme-user .brand-name{letter-spacing:.02em;font-family:Carter One,cursive;font-size:20px}.theme-user .brand-separator{height:56px;color:var(--text-primary);justify-content:center;align-items:center;font-family:Karla,sans-serif;font-size:40px;font-weight:700;display:flex}.theme-user .orga-block{flex-direction:column;align-items:center;gap:8px;display:flex}.theme-user .orga-avatar{object-fit:cover;border-radius:50%;width:56px;height:56px}.theme-user .orga-name{color:var(--text-primary);font-family:Outfit,sans-serif;font-size:15px;font-weight:700}.theme-user .pitch-block{text-align:left;width:100%}.theme-user .pitch-label{color:var(--text-secondary);margin:0 0 4px;font-size:14px}.theme-user h2.pitch-title{margin:0 0 12px;font-family:Outfit,sans-serif;font-weight:600}.theme-user .pitch-text{color:var(--text-secondary);margin:0 0 16px;font-size:14px;line-height:1.5}.theme-user .pitch-list{color:var(--text-secondary);flex-direction:column;gap:8px;margin:0;padding-left:20px;font-size:14px;display:flex}.theme-user .week-separator{flex-direction:row;justify-content:center;align-items:center;margin:28px 0;display:flex}.theme-user .week-bar{border-radius:2px;width:32px;height:3px;margin-right:5px}.theme-user .week-bar:last-child{margin-right:0}.theme-user .week-bar--sunday{background:#b695c6}.theme-user .week-bar--monday{background:#3f7e95}.theme-user .week-bar--tuesday{background:#2a9d8f}.theme-user .week-bar--wednesday{background:#a6cd8e}.theme-user .week-bar--thursday{background:#e9c46a}.theme-user .week-bar--friday{background:#f4a261}.theme-user .week-bar--saturday{background:#e76f51}.theme-user .card.film-presentation-card{background:var(--bg);border:2px solid var(--text-primary);border-radius:16px;flex-direction:column;align-items:center;gap:16px;width:100%;max-width:420px;padding:12px;display:flex}.theme-user h1.film-title{margin:0;font-family:Outfit,sans-serif;font-weight:600}.theme-user .film-card-date{text-align:left;align-self:flex-start;padding-top:8px}.theme-user .join-form{text-align:left;width:100%;margin-top:8px}.theme-user .card.film-presentation-card{position:relative}.theme-user .film-card-header-row{justify-content:space-between;align-items:center;width:100%;display:flex}.theme-user .film-card-avatars{display:flex}.theme-user .film-card-avatar{border:2px solid var(--primary);background:var(--bg);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;margin-left:-10px;display:flex;overflow:hidden}.theme-user .film-card-avatar:first-child{margin-left:0}.theme-user .film-card-avatar img{object-fit:cover;width:100%;height:100%}.theme-user .film-card-avatar img.film-card-avatar-fallback{object-fit:contain;width:60%;height:60%}.theme-user .film-card-avatar--more{background:var(--primary);color:var(--bg);font-family:Outfit,sans-serif;font-size:11px;font-weight:700}.theme-user .film-card-count-badge{background:var(--primary);color:var(--bg);border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;min-width:24px;height:24px;padding:0 6px;font-family:Outfit,sans-serif;font-size:13px;font-weight:700;display:flex}.theme-user .film-join-page>.btn{margin-top:0}.theme-user .join-code-card{text-align:left;width:100%}.theme-user .join-code-card .pitch-list{margin-top:8px}.theme-user .personal-code-row{justify-content:center;align-items:center;gap:8px;display:flex}.theme-user .personal-code-input{text-align:center;font-variant-numeric:tabular-nums;letter-spacing:.15em;padding-left:0;padding-right:0}.theme-user .personal-code-input--nnn{flex:none;width:64px}.theme-user .personal-code-input--xxx{text-transform:uppercase;flex:none;width:64px}.theme-user .personal-code-separator{color:var(--text-primary);white-space:nowrap;font-size:15px}.theme-user .switch-field{cursor:pointer;align-items:center;gap:12px;margin-top:8px;display:flex}.theme-user .switch{flex-shrink:0;width:44px;height:24px;display:inline-block;position:relative}.theme-user .switch input{opacity:0;cursor:pointer;width:100%;height:100%;margin:0;position:absolute}.theme-user .switch-track{background:var(--border);border-radius:999px;transition:background .2s;position:absolute;inset:0}.theme-user .switch-thumb{background:var(--text-primary);border-radius:50%;width:20px;height:20px;transition:transform .2s;position:absolute;top:2px;left:2px}.theme-user .switch input:checked+.switch-track{background:var(--text-primary)}.theme-user .switch input:checked+.switch-track .switch-thumb{background:var(--bg);transform:translate(20px)}.theme-user .switch-label{color:var(--text-secondary);font-size:13px}.theme-user .switch-label a{color:var(--text-primary);text-decoration:underline}.profile-avatar-wrap{width:140px;height:140px;position:relative}.profile-avatar-circle{border:2px solid var(--primary);box-sizing:border-box;width:100%;height:100%;overflow:hidden;border-radius:50%!important}.profile-avatar-circle img{object-fit:cover;width:100%;height:100%;display:block}.profile-avatar-edit-badge{border:1px solid var(--primary);background:var(--bg);width:32px;height:32px;color:var(--primary);border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;top:4px;right:4px}.profile-username-wrap{border-radius:var(--radius-pill,999px);border:1px solid var(--primary);background:var(--bg);align-items:center;gap:6px;margin-top:20px;padding:8px 16px;display:flex}.profile-username-wrap .input{text-align:center;background:0 0;border:none;max-width:220px}.profile-picker-overlay{z-index:50;background:#00000080;justify-content:center;align-items:flex-end;display:flex;position:fixed;inset:0}.profile-picker-sheet{background:var(--bg);border:2px solid var(--secondary);width:100%;max-width:420px;color:var(--text-primary);border-radius:16px 16px 0 0;flex-direction:column;gap:8px;padding:16px;display:flex}.profile-picker-option{text-align:center;border:2px solid var(--secondary);background:var(--bg);color:inherit;cursor:pointer;border-radius:12px;padding:14px;font-size:1rem;font-weight:600}.profile-picker-cancel{text-align:center;color:var(--primary);cursor:pointer;background:0 0;border:none;border-radius:12px;margin-top:4px;padding:14px;font-size:1rem;font-weight:600}.pv-overlay{--pv-peek:8px;--pv-gap:10px;--pv-backdrop:#141414d9;z-index:100;background:var(--pv-backdrop);position:fixed;inset:0}.pv-track{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;align-items:center;gap:var(--pv-gap);width:100%;height:100%;padding:0 var(--pv-peek);box-sizing:border-box;scrollbar-width:none;-ms-overflow-style:none;display:flex;overflow:auto hidden}.pv-track::-webkit-scrollbar{display:none}.pv-slide{flex:0 0 calc(100% - (var(--pv-peek) * 2));scroll-snap-align:center;scroll-snap-stop:always;box-sizing:border-box;height:100%}.pv-slide:first-child{margin-left:18px}.pv-slide:last-child{margin-right:18px}.pv-block{box-sizing:border-box;grid-template-rows:minmax(0,1fr) auto minmax(0,1fr);width:100%;height:100%;display:grid}.pv-top{flex-direction:column;align-self:end;align-items:center;gap:16px;width:100%;margin-bottom:10px;display:flex}.pv-avatar-wrap{flex-direction:column;align-items:center;gap:2px;display:flex}.pv-avatar{background:var(--bg);border:2px solid var(--primary);border-radius:50%;flex-shrink:0;width:64px;height:64px;overflow:hidden}.pv-avatar img{object-fit:cover;width:100%;height:100%}.pv-username{color:var(--text-primary);font-family:Outfit,sans-serif;font-size:14px;font-weight:500}.pv-meta{justify-content:space-between;align-items:center;gap:12px;width:96%;display:flex}.pv-datetime{flex-direction:column;gap:2px;display:flex}.pv-date{color:var(--text-primary);font-family:Outfit,sans-serif;font-size:15px;font-weight:600;line-height:1.2}.pv-time{color:var(--text-secondary);font-family:Outfit,sans-serif;font-size:13px;font-weight:400}.pv-photo{aspect-ratio:3/4;object-fit:cover;border-radius:20px;align-self:center;width:100%;display:block}.pv-caption{width:100%;color:var(--text-primary);word-break:break-word;align-self:start;margin:16px 2% 0;font-family:Outfit,sans-serif;font-size:14px}html.hide-scrollbar,body.hide-scrollbar{scrollbar-width:none;-ms-overflow-style:none}html.hide-scrollbar::-webkit-scrollbar{display:none}body.hide-scrollbar::-webkit-scrollbar{display:none}.home-sticky-header{z-index:5;background:var(--bg);flex-direction:column;gap:24px;margin-top:-16px;margin-left:-16px;margin-right:-16px;padding-top:16px;padding-left:16px;padding-right:16px;display:flex;position:sticky;top:0}.home-brand{color:var(--text-primary);font-family:Carter One,cursive;font-size:25px}.home-header-avatar{background:var(--bg);border:1px solid var(--primary);border-radius:50%;flex-shrink:0;width:42px;height:42px;overflow:hidden}.home-film-title{text-align:center;color:var(--text-primary);margin-top:-16px;font-family:Outfit,sans-serif;font-size:28px;font-weight:600}.home-film-dates{text-align:center;color:var(--text-secondary);margin-top:-20px;font-family:Outfit,sans-serif;font-size:13px}.home-photo-counter{text-align:center;color:var(--text-primary);font-family:Outfit,sans-serif;font-size:48px;font-weight:700}.home-bubbles-row{scrollbar-width:none;-ms-overflow-style:none;gap:3px;margin-left:-16px;margin-right:-16px;padding-top:3px;padding-bottom:8px;padding-left:16px;display:flex;overflow-x:auto}.home-bubbles-row::-webkit-scrollbar{display:none}.home-bubble{flex-direction:column;align-items:center;gap:4px;min-width:64px;display:flex}.home-bubble__avatar-wrap{position:relative}.home-bubble__avatar{background:var(--bg);border:2px solid var(--primary);border-radius:50%;width:48px;height:48px;overflow:hidden}.home-bubble__avatar--self{border:3px solid var(--primary)}.home-bubble__badge{background:var(--primary);min-width:18px;height:18px;color:var(--bg);border-radius:999px;justify-content:center;align-items:center;padding:0 4px;font-size:11px;font-weight:550;display:flex;position:absolute;top:-3px;right:-3px}.home-bubble__username{color:var(--text-secondary);font-size:12px}.home-bubble__username--self{color:var(--text-primary);font-weight:550}.home-divider{background:var(--secondary);border:none;height:1px;margin:0 15px}.home-photo-grid{align-items:flex-start;gap:10px;display:flex}.home-photo-column{flex-direction:column;flex:1;gap:10px;display:flex}.home-photo-column--offset{margin-top:80px}.home-photo-card{aspect-ratio:3/4;border:2px solid var(--text-secondary);border-radius:12px;flex-direction:column;justify-content:space-between;padding:8px;display:flex;position:relative;overflow:hidden}.home-photo-card__date{color:var(--text-primary);z-index:2;text-shadow:0 1px 4px #0009;font-family:Outfit,sans-serif;font-size:15px;position:relative}.home-photo-card__lock{width:28px;height:28px;color:var(--text-secondary);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.home-photo-card__footer{z-index:2;text-shadow:0 1px 4px #0009;align-items:center;gap:8px;display:flex;position:relative}.home-photo-card__avatar{border:1px solid var(--primary);background:var(--bg);border-radius:50%;flex-shrink:0;width:32px;height:32px;overflow:hidden}.home-photo-card__footer strong{font-family:Outfit,sans-serif;font-weight:520}.home-photo-grid{padding-bottom:100px}.home-photo-card__image{object-fit:cover;z-index:0;width:100%;height:100%;position:absolute;inset:0}.home-photo-card:has(.home-photo-card__image):before{content:"";z-index:1;pointer-events:none;height:34%;position:absolute;left:0;right:0}.home-photo-card:has(.home-photo-card__image):after{content:"";z-index:1;pointer-events:none;height:34%;position:absolute;left:0;right:0}.home-photo-card:has(.home-photo-card__image):before{background:linear-gradient(#000a,#0000);top:0}.home-photo-card:has(.home-photo-card__image):after{background:linear-gradient(#0000,#000a);bottom:0}.home-photo-card:has(.home-photo-card__image){border:none}.home-camera-fab{bottom:max(28px, env(safe-area-inset-bottom));z-index:10;position:fixed;left:50%;transform:translate(-50%)}.home-camera-badge{bottom:max(4px, env(safe-area-inset-bottom));background:var(--primary);color:var(--bg);z-index:10;border-radius:999px;padding:2.5px 8px;font-family:Outfit,sans-serif;font-size:14px;font-weight:600;position:fixed;left:50%;transform:translate(-50%)}.home-camera-fab:disabled{border-color:var(--text-secondary);color:var(--text-secondary);opacity:.9;cursor:not-allowed}.curtain-transition{z-index:100;position:fixed;inset:0;overflow:hidden}.curtain-transition__rotator{flex-direction:row;width:100vmax;height:120vmax;display:flex;position:absolute;top:50%;left:50%}.curtain-transition__band{flex:1 0 0;transition-property:transform}.curtain-transition__band--resetting{transform:translateY(130%);transition:none!important}.curtain-transition__band--entering{transform:translateY(0%)}.curtain-transition__band--leaving{transform:translateY(-130%)}.caption-page{flex-direction:column;flex:1;min-height:100%;display:flex}.caption-title{text-align:center;margin-top:8px;font-family:Outfit,sans-serif;font-size:22px;font-weight:700}.caption-counter-wrap{flex:1;justify-content:center;align-items:center;min-height:420px;display:flex;position:relative}.caption-confetti{pointer-events:none;position:absolute;inset:0}.caption-confetti__dot{opacity:0;border-radius:50%;position:absolute;transform:scale(0)}.caption-confetti__dot--pop{animation:.8s forwards caption-confetti-pop}@keyframes caption-confetti-pop{0%{opacity:0;animation-timing-function:ease-out;transform:scale(0)}50%{opacity:1;animation-timing-function:linear;transform:scale(1)}62.5%{opacity:1;animation-timing-function:ease-in;transform:scale(1)}to{opacity:0;transform:scale(0)}}.caption-counter{z-index:1;color:var(--text-primary);align-items:baseline;gap:8px;font-family:Outfit,sans-serif;font-size:72px;font-weight:800;display:flex;position:relative}.caption-counter__slash{color:var(--text-secondary)}.caption-counter-roll{vertical-align:bottom;height:1em;display:inline-block;overflow:hidden}.caption-counter-roll__track{flex-direction:column;transition:transform .5s cubic-bezier(.22,1,.36,1);display:flex}.caption-counter-roll__value{height:1em;line-height:1}.caption-bottom{flex-direction:column;gap:16px;padding-bottom:16px;display:flex}.caption-textarea{resize:none;min-height:56px;font-family:Outfit,sans-serif}.capture-page{z-index:20;background:#000;width:100vw;height:100dvh;position:fixed;top:0;left:0;overflow:hidden}.capture-viewport{aspect-ratio:3/4;border-radius:16px;width:100%;position:absolute;top:96px;left:0;right:0;overflow:hidden}.capture-video{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.capture-video--mirrored{transform:scaleX(-1)}.capture-frame__corner{border:3px solid var(--text-primary);width:50px;height:50px;position:absolute}.capture-frame__corner--tl{border-bottom:none;border-right:none;border-top-left-radius:12px;top:12px;left:12px}.capture-frame__corner--tr{border-bottom:none;border-left:none;border-top-right-radius:12px;top:12px;right:12px}.capture-frame__corner--bl{border-top:none;border-right:none;border-bottom-left-radius:12px;bottom:12px;left:12px}.capture-frame__corner--br{border-top:none;border-left:none;border-bottom-right-radius:12px;bottom:12px;right:12px}.capture-frame__center-dot{border:3px solid var(--text-primary);border-radius:50%;width:14px;height:14px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.capture-stamp{color:var(--text-primary);text-shadow:0 1px 4px #0009;font-family:Outfit,sans-serif;font-size:13px;position:absolute;bottom:24px;left:24px}.capture-top-row{top:max(20px, env(safe-area-inset-top));justify-content:space-between;display:flex;position:absolute;left:20px;right:20px}.capture-bottom-row{bottom:max(28px, env(safe-area-inset-bottom));z-index:10;grid-template-columns:1fr auto 1fr;align-items:center;padding:0 32px;display:grid;position:fixed;left:0;right:0}.capture-bottom-row>:first-child{justify-self:start}.capture-bottom-row>:last-child{justify-self:end}.capture-error{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:16px;height:100%;padding:24px;display:flex;position:relative}.capture-error p{color:var(--text-primary)}.capture-shot-overlay{z-index:30;background:#000;flex-direction:column;justify-content:center;align-items:center;gap:40px;display:flex;position:absolute;inset:0}.capture-shot-circle-wrap{aspect-ratio:1;width:78vw;max-width:340px;position:relative}.capture-shot-circle{transform-origin:50%;width:100%;height:100%;transition:opacity .4s;position:absolute;inset:0}.capture-shot-circle circle{fill:none;stroke:var(--text-primary)}.capture-shot-circle--dashed{opacity:1;animation:4s linear infinite capture-shot-spin}.capture-shot-circle--dashed circle{stroke-width:4px;stroke-dasharray:14 10;stroke-linecap:round}.capture-shot-circle--solid{opacity:0}.capture-shot-circle--solid circle{stroke-width:4px}.capture-shot-circle-wrap--solid .capture-shot-circle--dashed{opacity:0}.capture-shot-circle-wrap--solid .capture-shot-circle--solid{opacity:1}@keyframes capture-shot-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.capture-shot-content{flex-direction:column;justify-content:center;align-items:center;gap:12px;display:flex;position:absolute;inset:0}.capture-shot-star{width:64px;height:64px}.capture-shot-text{letter-spacing:4px;color:var(--text-primary);font-family:Outfit,sans-serif;font-size:44px;font-weight:800}.capture-shot-caption{color:var(--text-primary);text-align:center;padding:0 24px;font-family:Outfit,sans-serif;font-size:24px}.capture-shot-caption--hidden{visibility:hidden}.capture-flash-white{z-index:40;pointer-events:none;background:#fff;animation:.25s ease-out forwards capture-flash-fade;position:fixed;inset:0}@keyframes capture-flash-fade{0%{opacity:1}to{opacity:0}}
