:root{--brand: #6da3ff;--brand-strong: #3a7bff;--bg: #0b122a;--surface: #0f1733;--surface-2: #121b3d;--surface-3: #0e1430;--text: #e9f0ff;--text-muted: #a6b7e6;--link: #9ec1ff;--danger: #ff6b6b;--warn: #ffd166;--ok: #6bff9b;--line: rgba(255,255,255,.12);--card-bg: var(--surface);--card-border: var(--line);--btn-bg: #17214a;--btn-border: var(--line);--btn-text: var(--text);--btn-hover: #1b2653;--shadow-1: 0 4px 24px rgba(0, 0, 0, .25);--shadow-inset: 0 0 0 2px rgba(134,166,255,.35) inset;--focus-ring: 0 0 0 2px color-mix(in oklab, var(--brand) 40%, white 0%) inset, 0 0 0 3px color-mix(in oklab, var(--brand) 35%, transparent 0%);--focus-ring-soft: 0 0 0 2px rgba(134,166,255,.25) inset;--focus-ring-strong: 0 0 0 2px rgba(255,255,255,.35) inset, 0 0 0 3px rgba(61,114,255,.55);--radius: 12px;--radius-lg: 20px;--space-1: 4px;--space-2: 8px;--space-3: 12px;--space-4: 16px;--space-5: 20px;--space-6: 24px;--space-8: 32px;--space-10: 40px;--fs-0: 12px;--fs-1: 14px;--fs-2: 16px;--fs-3: 18px;--fs-4: 22px;--fs-5: 28px;--fs-6: 36px;--accent: var(--brand);--muted: var(--text-muted);--z-overlay: 9999}@media (prefers-color-scheme: light){:root{--bg: #f6f8ff;--surface: #ffffff;--surface-2: #f4f6ff;--surface-3: #eef1ff;--text: #11183a;--text-muted: #44527a;--line: rgba(0, 0, 0, .08);--btn-bg: #eaf0ff;--btn-hover: #dfe8ff;--card-bg: var(--surface);--focus-ring: 0 0 0 2px rgba(74, 112, 255, .35) inset, 0 0 0 3px rgba(74,112,255,.25);--focus-ring-soft: 0 0 0 2px rgba(74,112,255,.2) inset;--focus-ring-strong: 0 0 0 2px rgba(0,0,0,.15) inset, 0 0 0 3px rgba(74,112,255,.45)}}*,*:before,*:after{box-sizing:border-box}html,body{margin:0;padding:0;height:100%;background:var(--bg);color:var(--text);font:400 var(--fs-2)/1.5 var(--brand-font, system-ui, -apple-system, Segoe UI, Roboto, Inter, "Helvetica Neue", Arial, "Noto Sans", "Apple Color Emoji", "Segoe UI Emoji");-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img,video{max-width:100%;display:block}button{font:inherit;color:inherit}@media (prefers-reduced-motion: reduce){*{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important;scroll-behavior:auto!important}}.wrap{width:min(960px,92vw);margin:40px auto}.row{display:flex;align-items:center;gap:var(--space-2)}.grid{display:grid;gap:var(--space-3)}.page-head{display:flex;justify-content:space-between;gap:12px;flex-wrap:wrap;margin-bottom:var(--space-4);align-items:flex-end}.brand-inline{display:flex;gap:var(--space-3);align-items:center;min-width:0;min-height:44px}.brand-inline h1{margin:0;line-height:1.1}.brand-sub{color:var(--text-muted);font-size:var(--fs-1);margin-top:2px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hidden{display:none!important}.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.ellipsis{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.small{font-size:var(--fs-1)}.tiny{font-size:var(--fs-0)}h1,h2,h3,h4{margin:0 0 var(--space-3);line-height:1.2}h1{font-size:clamp(var(--fs-5),4vw,var(--fs-6))}h2{font-size:clamp(var(--fs-4),3vw,var(--fs-5))}h3{font-size:var(--fs-4)}.mono{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,Liberation Mono,monospace}.muted{color:var(--text-muted)}.link,a{color:var(--link);text-decoration:none}.link:hover,a:hover{text-decoration:underline}.card{background:var(--card-bg);border:1px solid var(--card-border);border-radius:var(--radius);padding:var(--space-5);box-shadow:var(--shadow-1)}.btn{appearance:none;cursor:pointer;padding:10px 14px;border-radius:var(--radius);border:1px solid var(--btn-border);background:var(--btn-bg);color:var(--btn-text);transition:background .15s ease,transform .05s ease,box-shadow .15s ease,border-color .15s ease;text-decoration:none;display:inline-flex;align-items:center;gap:8px}.btn:hover{background:var(--btn-hover)}.btn:focus-visible{outline:none;box-shadow:var(--focus-ring, var(--shadow-inset))}.btn:active{transform:translateY(1px)}.btn[disabled]{opacity:.6;cursor:not-allowed}.btn.primary{background:var(--brand);border-color:transparent;color:#fff}.btn.primary:hover{background:var(--brand-strong)}.btn.primary:focus-visible{box-shadow:var(--focus-ring-strong, var(--shadow-inset))}.btn.ghost{background:transparent;border-color:var(--line)}.btn.ghost:hover{background:var(--surface-3)}.btn.danger{background:#2a0f14;border-color:#ffffff1f;color:#ffb4b4}.btn.danger:hover{background:#381318}.badge{display:inline-block;background:#1b2845;color:#c6d3ff;padding:2px 10px;border-radius:999px;font-size:var(--fs-0);border:1px solid var(--card-border)}.modebar{display:flex;gap:var(--space-2);flex-wrap:wrap}.modebar .tab{border-radius:6px;padding:8px 12px;border:1px solid var(--btn-border);background:var(--btn-bg);color:var(--text);opacity:.95;text-decoration:none}.modebar .tab:hover{background:var(--btn-hover)}.modebar .tab.active{box-shadow:var(--shadow-inset)}.input,input[type=text],input[type=password],input[type=email],input[type=number],input[type=color],input[type=date],input[type=datetime-local],input[type=search],select,textarea{width:100%;min-height:40px;padding:10px 12px;background:var(--surface-3);border:1px solid var(--line);border-radius:var(--radius);color:var(--text);outline:none;font:inherit}.input:focus,input:focus,select:focus,textarea:focus{box-shadow:var(--shadow-inset),var(--focus-ring-soft, transparent 0 0 0)}label{display:inline-block;font-size:var(--fs-1);color:var(--text-muted)}.field{display:flex;flex-direction:column;gap:6px;min-width:200px}.field>label{font-size:var(--fs-1);color:var(--text-muted)}.form-row{display:flex;gap:var(--space-3);flex-wrap:wrap;row-gap:var(--space-2)}.form-row .input,.form-row input,.form-row select,.form-row textarea,.form-row .btn{min-height:40px}.form-actions{display:flex;gap:var(--space-2);justify-content:flex-end}input::placeholder,textarea::placeholder{color:color-mix(in oklab,var(--text-muted) 70%,#fff 0%)}select{appearance:none;background-image:linear-gradient(45deg,transparent 50%,var(--text) 50%),linear-gradient(135deg,var(--text) 50%,transparent 50%);background-position:calc(100% - 18px) calc(1em - 2px),calc(100% - 12px) calc(1em - 2px);background-size:6px 6px,6px 6px;background-repeat:no-repeat}input[type=date],input[type=datetime-local]{font-variant-numeric:tabular-nums;line-height:1.2;padding-right:12px}input[type=date]::-webkit-calendar-picker-indicator,input[type=datetime-local]::-webkit-calendar-picker-indicator{opacity:.9;cursor:pointer}input[type=search]{-webkit-appearance:none;appearance:none;padding-right:28px}input[type=search]::-webkit-search-cancel-button{-webkit-appearance:none;appearance:none;height:14px;width:14px;border-radius:50%;background:color-mix(in oklab,var(--text-muted) 60%,transparent 0%);mask:radial-gradient(circle at 50% 50%,white 60%,transparent 61%);margin-right:4px;cursor:pointer}textarea{resize:vertical;min-height:90px}.error{color:var(--danger)}.warn{color:var(--warn)}.ok{color:var(--ok)}.progress{background:var(--surface-3);border-radius:var(--radius);overflow:hidden;height:10px}.progress>.bar{height:10px;width:0%;background:var(--accent);transition:width .2s linear}.modal,.drawer{position:fixed;inset:0;display:none;align-items:center;justify-content:center;z-index:9999;background:color-mix(in oklab,black 55%,transparent);padding:var(--space-4)}.modal.active,.drawer.active{display:flex}.modal-card,.drawer-card{background:var(--card-bg);color:var(--text);border:1px solid var(--card-border);border-radius:var(--radius-lg);padding:var(--space-5);box-shadow:var(--shadow-1);max-height:90vh;overflow:auto}.drawer-card{width:min(720px,96vw);margin-left:auto;margin-right:0}.rec-modal{position:fixed;inset:0;background:#000000d9;display:none;align-items:center;justify-content:center;z-index:9999}.rec-modal.active{display:flex}.rec-wrap{position:relative;width:min(96vw,960px);aspect-ratio:16/9;background:#000;border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-1)}.audit-time{display:flex;flex-direction:column;gap:2px}.audit-time .primary{font-size:var(--fs-1)}.audit-time .secondary{font-size:var(--fs-0);color:var(--text-muted)}.audit-actor{display:flex;flex-direction:column;gap:2px;min-width:0}.audit-actor .name{font-weight:600;line-height:1.2}.audit-actor .sub{font-size:var(--fs-1);color:var(--text-muted)}.audit-actor .ip-chip{display:inline-block;font-variant-numeric:tabular-nums;font-size:var(--fs-0);color:var(--text);background:#13213f;border:1px solid var(--card-border);padding:2px 8px;border-radius:999px;max-width:180px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.audit-action{display:flex;flex-direction:column;gap:2px;min-width:0}.audit-action .verb{line-height:1.2}.audit-action .target{font-size:var(--fs-1);color:var(--text-muted);min-width:0}.audit-action .target .code{font-weight:600}.audit-action .target .label{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.audit-card{padding:12px}.theme-guest{--bg: #ffffff;--surface: #ffffff;--surface-2: #f8fafc;--surface-3: #f1f5f9;--text: #111827;--text-muted: #6b7280;--line: #e5e7eb;--link: var(--brand);--accent: var(--brand);--danger: #dc2626;--warn: #d97706;--ok: #16a34a;--card-bg: var(--surface);--card-border: var(--line);--btn-bg: #ffffff;--btn-border: #d1d5db;--btn-text: #374151;--btn-hover: #f9fafb;--shadow-1: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px -1px rgba(0, 0, 0, .1);--shadow-inset: inset 0 2px 4px 0 rgba(0, 0, 0, .02);--focus-ring: 0 0 0 2px #ffffff, 0 0 0 4px var(--brand);--focus-ring-soft: 0 0 0 1px #ffffff, 0 0 0 3px var(--brand);--focus-ring-strong: 0 0 0 2px #ffffff, 0 0 0 4px var(--brand);--guest-bg: var(--bg);--guest-text: var(--text);--guest-muted: var(--text-muted);--guest-border: var(--line);--guest-font: system-ui, sans-serif;background-color:var(--guest-bg);color:var(--guest-text);font-family:var(--guest-font);min-height:100vh;display:flex;flex-direction:column}.theme-guest,.theme-guest button,.theme-guest input,.theme-guest textarea,.theme-guest select,.theme-guest *:not(.mono):not(code):not(pre){font-family:var(--guest-font),system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}.theme-guest .guest-shell{flex:1;display:flex;flex-direction:column;width:100%}.theme-guest main.wrap{margin-top:0}.theme-guest .guest-brand-header{position:relative;margin-bottom:0}.theme-guest .guest-banner-wrap{width:100%;height:clamp(160px,22vw,260px);overflow:hidden;background:var(--surface-2);border-bottom:1px solid var(--line);display:block;position:relative}.theme-guest .guest-banner{width:100%;height:100%;object-fit:cover;display:block;opacity:0;transition:opacity .2s ease}.theme-guest .guest-banner-wrap.is-ready .guest-banner{opacity:1}.theme-guest .guest-banner-wrap.no-fade .guest-banner{transition:none;opacity:1}.theme-guest .guest-hero-overlay{position:absolute;inset:0;z-index:2;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:var(--space-4);transition:background .3s ease}.theme-guest .guest-banner-wrap.is-ready .guest-hero-overlay{background:linear-gradient(to top,#00000094,#0000003d 48%,#0000001a)}.theme-guest .guest-logo-wrap{width:72px;height:72px;margin:0 auto var(--space-2) auto;z-index:2;display:none}.theme-guest .guest-logo-wrap.is-loading,.theme-guest .guest-logo-wrap.is-ready{display:block}.theme-guest .guest-logo{width:100%;height:100%;border-radius:12px;border:4px solid var(--surface);background:var(--guest-bg);object-fit:cover;display:block;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;opacity:0;transition:opacity .2s ease}.theme-guest .guest-logo-wrap.is-ready .guest-logo{opacity:1}.theme-guest .guest-logo-wrap.no-fade .guest-logo{transition:none;opacity:1}.theme-guest .guest-info{text-align:center;padding:0}.theme-guest .guest-title{margin:var(--space-2) 0 var(--space-1) 0;font-size:clamp(1.25rem,4vw,1.75rem);font-weight:600;transition:color .3s ease}.theme-guest .guest-welcome{margin:0;color:var(--guest-muted);font-size:1rem;line-height:1.5;max-width:600px;transition:color .3s ease}.theme-guest .guest-banner-wrap.is-ready .guest-title{color:#fff;text-shadow:0 2px 4px rgba(0,0,0,.6)}.theme-guest .guest-banner-wrap.is-ready .guest-welcome{color:#ffffffe6;text-shadow:0 1px 3px rgba(0,0,0,.6)}.theme-guest .guest-nav-bar{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;padding:var(--space-3) 0;border-bottom:1px solid var(--line);margin-bottom:var(--space-4);width:min(960px,92vw);margin-inline:auto;gap:var(--space-3)}@media (max-width: 600px){.theme-guest .guest-nav-bar{justify-content:center;flex-direction:column}.theme-guest .guest-session{justify-content:center}}.theme-guest .guest-session{display:flex;gap:var(--space-2);align-items:center;justify-content:flex-end;flex-wrap:wrap}.theme-guest .guest-session-name{font-size:var(--fs-1);color:var(--text-muted)}.theme-guest .guest-logout-btn{padding:6px 12px;font-size:.85rem}.theme-guest h1,.theme-guest h2,.theme-guest h3,.theme-guest p,.theme-guest label{color:var(--text)}.theme-guest .muted,.theme-guest small{color:var(--text-muted)}.theme-guest a{color:var(--brand)}.theme-guest .guest-date{font-weight:700;color:var(--text)}.theme-guest .guest-date-time{font-weight:400;margin-left:6px;color:var(--text-muted)}.theme-guest .btn{font-weight:500;background:#fff;color:var(--text);border-color:var(--line)}.theme-guest .btn.primary,.theme-guest button[type=submit]{background:var(--brand);border-color:var(--brand);color:var(--on-brand, #ffffff)}.theme-guest .btn.primary:hover,.theme-guest button[type=submit]:hover{filter:brightness(.9);background:var(--brand)}.theme-guest .btn.ghost{background:transparent;border-color:var(--line);color:var(--text)}.theme-guest .btn.ghost:hover{background:var(--surface-2)}.theme-guest .btn[disabled]{background:var(--surface-3);border-color:var(--line);color:var(--text-muted);opacity:.7}.theme-guest .btn.danger{background:#fef2f2;border-color:#fecaca;color:#dc2626}.theme-guest .btn.danger:hover{background:#fee2e2}.theme-guest .guest-main-nav{display:flex;gap:24px;overflow-x:auto}.theme-guest .guest-nav-link{padding:12px 0;color:var(--text-muted);text-decoration:none;font-weight:500;font-size:.95rem;box-shadow:inset 0 -2px 0 transparent;transition:all .2s ease;white-space:nowrap}.theme-guest .guest-nav-link:hover{color:var(--text);box-shadow:inset 0 -2px 0 var(--text-muted)}.theme-guest .guest-nav-link.active{color:var(--text);box-shadow:inset 0 -2px 0 var(--brand)}.theme-guest .badge{background:var(--surface-2);color:var(--text-muted);border:1px solid var(--line);font-weight:500;box-shadow:none}.theme-guest .input:focus,.theme-guest input:focus,.theme-guest textarea:focus,.theme-guest select:focus,.theme-guest .btn:focus-visible{outline:none;border-color:var(--brand);box-shadow:var(--focus-ring)}.theme-guest .guest-progress-track{flex:1 1 220px;height:10px;border-radius:999px;overflow:hidden;background:var(--surface-3)}.theme-guest .guest-progress-bar{height:100%;background:var(--brand);transition:width .2s linear}.theme-guest [style*="#0e1430"],.theme-guest [style*="rgb(14, 20, 48)"]{background-color:var(--surface-3)!important}.theme-guest [style*="#0b122a"],.theme-guest [style*="rgb(11, 18, 42)"]{background-color:var(--surface)!important}.theme-guest [style*="#6da3ff"],.theme-guest [style*="rgb(109, 163, 255)"]{background-color:var(--brand)!important}.theme-guest .guest-section{margin-bottom:var(--space-4)}.theme-guest .guest-page-header{text-align:center;margin-bottom:var(--space-6);max-width:720px;margin-left:auto;margin-right:auto}.theme-guest .guest-eyebrow{display:block;font-size:.75rem;text-transform:uppercase;letter-spacing:.08em;font-weight:600;color:var(--brand);margin-bottom:var(--space-2)}.theme-guest .guest-page-title{margin:0 0 var(--space-2) 0;color:var(--text);font-weight:700;letter-spacing:-.02em}.theme-guest .guest-page-subtitle{margin:0;color:var(--text-muted);line-height:1.6;max-width:600px;margin-inline:auto}.theme-guest .guest-content-card,.theme-guest .guest-auth-card,.theme-guest .guest-video-panel,.theme-guest .guest-upload-panel{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:var(--space-5);box-shadow:0 4px 12px #00000008,0 1px 3px #00000005;border-top:3px solid var(--brand)}.theme-guest .guest-action-row{display:flex;gap:var(--space-3);justify-content:center;flex-wrap:wrap}.theme-guest .guest-auth-card{max-width:560px;margin-left:auto;margin-right:auto}.theme-guest .guest-auth-tabs{display:flex;gap:var(--space-2);background:var(--surface-3);padding:4px;border-radius:8px;border:1px solid var(--line);margin-bottom:var(--space-4)}.theme-guest .guest-auth-tabs .tab.btn{flex:1;text-align:center;border:none;background:transparent;color:var(--text-muted);font-weight:500;padding:8px 16px;border-radius:6px;transition:all .2s ease;cursor:pointer;box-shadow:none;transform:none;min-height:auto}.theme-guest .guest-auth-tabs .tab.btn:hover{background:#0000000a;color:var(--text)}.theme-guest .guest-auth-tabs .tab.btn.active{background:var(--brand);color:#fff!important;font-weight:600;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f}.theme-guest .guest-auth-field{flex:1 1 280px;min-width:200px}.theme-guest .guest-form-actions{display:flex;justify-content:flex-end;gap:var(--space-2);margin-top:var(--space-3)}.theme-guest .guest-recorder-hero{display:flex;flex-direction:column;align-items:center;text-align:center;padding:var(--space-5) 0;border-bottom:1px solid var(--line);margin-bottom:var(--space-4)}.theme-guest .guest-recorder-hero h3{margin:0 0 var(--space-1) 0;font-size:clamp(1.2rem,3vw,1.5rem)}.theme-guest .guest-record-btn{margin-top:var(--space-4);font-size:1.1rem;padding:12px 24px;border-radius:var(--radius-lg)}.theme-guest .guest-upload-secondary{display:flex;flex-direction:column;align-items:center;text-align:center;gap:var(--space-3);margin-bottom:var(--space-4)}.theme-guest .guest-upload-secondary h4{margin:0;font-size:1.1rem}.theme-guest .guest-upload-limits{display:flex;justify-content:center;gap:var(--space-2);flex-wrap:wrap;margin-top:var(--space-4);padding-top:var(--space-3);border-top:1px solid var(--surface-3)}.theme-guest .guest-progress-row{display:flex;gap:var(--space-2);align-items:center;flex-wrap:wrap;margin-top:var(--space-3)}.theme-guest .guest-upload-review,.theme-guest .guest-upload-uploading,.theme-guest .guest-upload-success{display:flex;flex-direction:column;align-items:center;text-align:center;padding:var(--space-4) 0}.theme-guest .guest-upload-review h3,.theme-guest .guest-upload-uploading h3,.theme-guest .guest-upload-success h3{margin:0 0 var(--space-2) 0;font-size:clamp(1.2rem,3vw,1.5rem)}.theme-guest .guest-upload-review-status{margin-top:var(--space-3);font-size:.85rem;color:var(--text-muted);text-align:center}.theme-guest .guest-upload-error{margin-bottom:var(--space-4);text-align:center}.theme-guest .guest-upload-notes{width:100%;text-align:left;margin-top:var(--space-4)}.theme-guest .guest-upload-review-intro{font-size:1.1rem;font-weight:500;color:var(--text);margin-bottom:var(--space-3)}.theme-guest .guest-upload-review-question{display:block;font-weight:600;color:var(--text);margin-bottom:4px}.theme-guest .guest-upload-review-help{font-size:.9rem;color:var(--text-muted);line-height:1.5;margin:0 0 var(--space-2) 0}.theme-guest .guest-upload-notes textarea{width:100%;resize:vertical;min-height:80px}.theme-guest .guest-upload-notes-meta{text-align:right;font-size:var(--fs-1);color:var(--text-muted);margin-top:4px}.theme-guest .guest-video-note{margin-top:var(--space-3);padding:var(--space-3);background:var(--surface-2);border-radius:var(--radius);border-left:3px solid var(--brand)}.theme-guest .guest-video-note-empty{margin-top:var(--space-3);padding:var(--space-3);background:transparent;border:1px dashed var(--line);border-radius:var(--radius);text-align:center}.theme-guest .guest-video-note-editor textarea{width:100%;min-height:80px;resize:vertical;margin-top:var(--space-2)}.theme-guest .guest-video-note-actions{display:flex;gap:var(--space-2);justify-content:flex-end;margin-top:var(--space-2)}.theme-guest .guest-video-thumb-wrapper{position:relative;width:100%;border-radius:8px;overflow:hidden;aspect-ratio:16/9;background:#000;flex-shrink:0;cursor:pointer}.theme-guest .guest-video-thumb-wrapper:after{content:"";position:absolute;inset:0;background:#0000;transition:background .2s ease;pointer-events:none;z-index:1}.theme-guest .guest-video-thumb-wrapper:hover:after{background:#00000026}.theme-guest .guest-video-thumb-wrapper img{width:100%;height:100%;object-fit:cover;display:block}.theme-guest .guest-video-overlay-chips{position:absolute;bottom:8px;right:8px;display:flex;gap:6px;z-index:2;flex-wrap:nowrap;white-space:nowrap}.theme-guest .guest-video-overlay-chip{background:#000000bf;color:#fff;padding:3px 6px;border-radius:4px;font-size:.7rem;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;line-height:1;backdrop-filter:blur(2px);letter-spacing:.02em}.theme-guest .guest-upload-review .guest-upload-error{margin-top:var(--space-3);margin-bottom:0}.theme-guest .guest-preview-video{width:100%;border-radius:var(--radius);background:#000;margin-top:var(--space-4)}.theme-guest .guest-preview-video.is-uploading{opacity:.5}.theme-guest .guest-review-actions,.theme-guest .guest-success-actions{display:flex;gap:var(--space-3);justify-content:center;flex-wrap:wrap;margin-top:var(--space-6)}.theme-guest .guest-success-icon{font-size:4rem;margin-bottom:var(--space-2)}.theme-guest .guest-recorder-overlay{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;z-index:9999;background:#000000f2;min-height:100dvh;min-width:100vw;padding:calc(env(safe-area-inset-top,0px) + 12px) calc(env(safe-area-inset-right,0px) + 12px) calc(env(safe-area-inset-bottom,0px) + 12px) calc(env(safe-area-inset-left,0px) + 12px)}.theme-guest .guest-recorder-wrap{position:relative;width:min(100%,960px);height:min(100dvh,100%);max-height:100dvh;background:#000;border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-1);border:1px solid var(--line);display:flex;flex-direction:column}.theme-guest .guest-recorder-video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;background:#000;transform:none;backface-visibility:hidden;contain:paint}@media (orientation: landscape){.theme-guest .guest-recorder-wrap{width:100vw;max-width:100vw;height:100dvh;border-radius:0}.theme-guest .guest-recorder-video{object-fit:contain}.theme-guest .guest-recorder-hud{inset:0 0 0 auto;width:120px;padding:calc(env(safe-area-inset-top,0px) + 12px) calc(env(safe-area-inset-right,0px) + 12px) calc(env(safe-area-inset-bottom,0px) + 12px) 12px;justify-content:center;background:linear-gradient(to left,rgba(0,0,0,.7),transparent)}.theme-guest .guest-recorder-main-btn{width:72px;height:72px}.theme-guest .guest-recorder-timer{font-size:12px;min-width:0;padding:6px 8px}}.theme-guest .guest-recorder-close{position:absolute;top:calc(env(safe-area-inset-top,0px) + 12px);right:12px;z-index:10;background:#0009;color:#fff;border:1px solid rgba(255,255,255,.35);border-radius:999px;min-width:44px;min-height:44px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:16px;transition:background .2s;padding:0}.theme-guest .guest-recorder-close:hover{background:#000c}.theme-guest .guest-recorder-hud{position:absolute;left:0;right:0;bottom:0;display:flex;flex-direction:column;gap:16px;align-items:center;justify-content:flex-end;padding:32px 16px calc(env(safe-area-inset-bottom,0px) + 24px) 16px;background:linear-gradient(transparent,#000000bf);z-index:5}.theme-guest .guest-recorder-main-btn{appearance:none;border:none;cursor:pointer;width:96px;height:96px;border-radius:50%;display:grid;place-items:center;transition:transform .05s ease,box-shadow .15s ease;background:#e62e2e;box-shadow:0 0 0 4px #fff inset;padding:0}@media (min-width: 600px){.theme-guest .guest-recorder-main-btn{width:120px;height:120px}}.theme-guest .guest-recorder-main-btn:active{transform:scale(.95)}.theme-guest .guest-recorder-main-btn-inner{transition:all .2s ease}.theme-guest .guest-recorder-main-btn-inner.is-recording{width:44px;height:44px;background:#e62e2e;border-radius:6px}.theme-guest .guest-recorder-main-btn-inner.is-idle{width:36px;height:36px;border-radius:50%;background:#fff}.theme-guest .guest-recorder-timer{color:#fff;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,Liberation Mono,monospace;font-size:16px;letter-spacing:.5px;min-width:110px;text-align:center;padding:6px 16px;border-radius:999px;background:#0000008c;border:1px solid rgba(255,255,255,.2);text-shadow:0 1px 2px rgba(0,0,0,.8);max-width:100%;word-break:break-word}.theme-guest .guest-recorder-count{position:absolute;inset:0;display:grid;place-items:center;color:#fff;font-weight:800;font-size:clamp(64px,16vw,160px);text-shadow:0 6px 24px rgba(0,0,0,.6);pointer-events:none;transition:opacity .12s ease;z-index:4}.theme-guest .guest-recorder-overlay-flash{position:absolute;inset:0;pointer-events:none;transition:box-shadow .15s ease;z-index:3}.theme-guest .guest-recorder-error-panel{position:absolute;inset:0;z-index:20;background:#000;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:var(--space-5);text-align:center}.theme-guest .guest-recorder-error-title{color:#fff;font-size:clamp(1.2rem,4vw,1.5rem);margin:0 0 var(--space-2) 0}.theme-guest .guest-recorder-error-text{color:var(--text-muted);font-size:1rem;line-height:1.5;margin:0 0 var(--space-4) 0;max-width:480px}.theme-guest .guest-recorder-error-tip{background:#ffffff1a;border-radius:var(--radius);padding:var(--space-3);color:#fff;font-size:.9rem;line-height:1.5;margin:0 0 var(--space-5) 0;max-width:480px}.theme-guest .guest-recorder-error-actions{display:flex;gap:var(--space-3);flex-wrap:wrap;justify-content:center}.theme-guest .guest-recorder-error-actions .btn.ghost{color:#fff;border-color:#ffffff4d}.theme-guest .guest-recorder-error-actions .btn.ghost:hover{background:#ffffff1a}.theme-guest .guest-recorder-camera-switch-floating{position:absolute;top:calc(env(safe-area-inset-top,0px) + 12px);left:12px;z-index:10;background:#0009;color:#fff;border:1px solid rgba(255,255,255,.35);border-radius:999px;min-height:44px;padding:0 16px;display:flex;align-items:center;gap:6px;cursor:pointer;font-size:14px;transition:background .2s}.theme-guest .guest-recorder-camera-switch-floating:hover{background:#000c}
