.AppShell-module__piQ8Gq__page{background-color:var(--bg);min-height:100vh;color:var(--text);transition:background-color var(--transition), color var(--transition);padding:0}.AppShell-module__piQ8Gq__appFrame{width:min(100%,520px);min-height:100vh;padding:16px 16px calc(env(safe-area-inset-bottom) + 96px);flex-direction:column;gap:20px;margin:0 auto;display:flex}.AppShell-module__piQ8Gq__topBarModern{z-index:100;background:var(--surface);border-bottom:1px solid var(--border);transition:all var(--transition);margin:-16px -16px 0;position:sticky;top:0;left:0;right:0;box-shadow:0 1px 3px #0000000d}.AppShell-module__piQ8Gq__topBarInner{flex-direction:column;gap:0;display:flex}.AppShell-module__piQ8Gq__topBarHeader{background:var(--chrome-bg);justify-content:space-between;align-items:center;gap:12px;padding:12px 16px;display:flex}.AppShell-module__piQ8Gq__topBarFooter{border-top:1px solid var(--border);background:var(--bg);justify-content:space-between;align-items:center;padding:10px 16px;display:flex}.AppShell-module__piQ8Gq__topLeft{flex:1;align-items:center;gap:12px;min-width:0;display:flex}.AppShell-module__piQ8Gq__brandSection{flex-shrink:0;align-items:center;gap:10px;display:flex}.AppShell-module__piQ8Gq__logo{border-radius:var(--radius-md);background:linear-gradient(135deg, var(--primary) 0%, var(--primary-hover) 100%);color:#fff;letter-spacing:-.02em;width:36px;height:36px;transition:transform var(--transition-fast), box-shadow var(--transition-fast);justify-content:center;align-items:center;font-size:16px;font-weight:700;display:flex;box-shadow:0 4px 12px #1565c040}.AppShell-module__piQ8Gq__logo:hover{transform:translateY(-1px);box-shadow:0 6px 16px #1565c059}.AppShell-module__piQ8Gq__logoImage{border-radius:var(--radius-sm);object-fit:contain;width:32px;height:32px;transition:transform var(--transition-fast)}.AppShell-module__piQ8Gq__brandSection:hover .AppShell-module__piQ8Gq__logoImage{transform:scale(1.05)}.AppShell-module__piQ8Gq__appName{letter-spacing:-.01em;color:var(--chrome-text);white-space:nowrap;font-size:15px;font-weight:600}.AppShell-module__piQ8Gq__divider{background:var(--chrome-hover);flex-shrink:0;width:1px;height:20px}.AppShell-module__piQ8Gq__userInfo{align-items:center;gap:8px;min-width:0;display:flex}.AppShell-module__piQ8Gq__userName{color:var(--chrome-text-dim);white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:500;overflow:hidden}.AppShell-module__piQ8Gq__topRight{flex-shrink:0;align-items:center;gap:6px;display:flex}.AppShell-module__piQ8Gq__actionButton{border-radius:var(--radius-md);width:36px;height:36px;color:var(--chrome-text-dim);cursor:pointer;transition:all var(--transition-fast);background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;display:flex;position:relative}.AppShell-module__piQ8Gq__actionButton:hover{background:var(--chrome-hover);color:var(--chrome-text);transform:translateY(-1px)}.AppShell-module__piQ8Gq__actionButton:active{transform:translateY(0)}.AppShell-module__piQ8Gq__actionButton:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.AppShell-module__piQ8Gq__languageText{border-radius:var(--radius-sm);width:28px;height:28px;color:var(--primary);letter-spacing:.05em;transition:all var(--transition-fast);background:#fff;justify-content:center;align-items:center;font-size:12px;font-weight:700;display:inline-flex}.AppShell-module__piQ8Gq__actionButton:hover .AppShell-module__piQ8Gq__languageText{background:#fff;transform:scale(1.05)}.AppShell-module__piQ8Gq__actionButton:active .AppShell-module__piQ8Gq__languageText{transform:scale(.98)}.AppShell-module__piQ8Gq__iconLanguage{color:var(--chrome-text-dim)}.AppShell-module__piQ8Gq__iconTheme{color:#fcd34d}.AppShell-module__piQ8Gq__iconLogout{color:#fca5a5}.AppShell-module__piQ8Gq__actionButton:hover .AppShell-module__piQ8Gq__iconLanguage,.AppShell-module__piQ8Gq__actionButton:hover .AppShell-module__piQ8Gq__iconTheme,.AppShell-module__piQ8Gq__actionButton:hover .AppShell-module__piQ8Gq__iconLogout{filter:brightness(1.1)}.AppShell-module__piQ8Gq__logoutButton:hover{background:var(--danger-bg)}.AppShell-module__piQ8Gq__tooltip{z-index:200;white-space:nowrap;border-radius:var(--radius-sm);background:var(--text);color:var(--bg);opacity:0;pointer-events:none;transition:opacity var(--transition-fast), transform var(--transition-fast);box-shadow:var(--shadow-md);padding:6px 10px;font-size:12px;font-weight:500;position:absolute;bottom:-32px;left:50%;transform:translate(-50%)}.AppShell-module__piQ8Gq__tooltip:before{content:"";border-left:4px solid #0000;border-right:4px solid #0000;border-bottom:4px solid var(--text);width:0;height:0;position:absolute;top:-4px;left:50%;transform:translate(-50%)}@media (hover:hover){.AppShell-module__piQ8Gq__actionButton:hover .AppShell-module__piQ8Gq__tooltip{opacity:1;transform:translate(-50%)translateY(2px)}}.AppShell-module__piQ8Gq__statusSection{flex:1;align-items:center;gap:8px;display:flex}.AppShell-module__piQ8Gq__statusBadge{border-radius:var(--radius-full);transition:all var(--transition-fast);border:1px solid #0000;align-items:center;gap:6px;padding:6px 12px;font-size:12px;font-weight:500;display:inline-flex}.AppShell-module__piQ8Gq__statusOnline{background:var(--success-bg);color:var(--success-text);border-color:#22c55e33}.AppShell-module__piQ8Gq__statusOffline{background:var(--surface-hover);color:var(--muted);border-color:var(--border)}.AppShell-module__piQ8Gq__statusDegraded{background:var(--warning-bg);color:var(--warning-text);border-color:#f59e0b33}.AppShell-module__piQ8Gq__statusIcon{border-radius:50%;width:8px;height:8px;animation:2s ease-in-out infinite AppShell-module__piQ8Gq__pulse}.AppShell-module__piQ8Gq__statusOnline .AppShell-module__piQ8Gq__statusIcon{background:var(--success)}.AppShell-module__piQ8Gq__statusOffline .AppShell-module__piQ8Gq__statusIcon{background:var(--muted);animation:none}.AppShell-module__piQ8Gq__statusDegraded .AppShell-module__piQ8Gq__statusIcon{background:var(--warning)}@keyframes AppShell-module__piQ8Gq__pulse{0%,to{opacity:.6}50%{opacity:.75}}.AppShell-module__piQ8Gq__statusText{display:none}.AppShell-module__piQ8Gq__syncInfo{color:var(--text-secondary);align-items:center;gap:6px;font-size:12px;font-weight:500;display:flex}.AppShell-module__piQ8Gq__syncIcon{color:var(--muted)}.AppShell-module__piQ8Gq__syncLabel{display:none}.AppShell-module__piQ8Gq__syncTime{color:var(--text);font-variant-numeric:tabular-nums}@media (min-width:440px){.AppShell-module__piQ8Gq__statusText,.AppShell-module__piQ8Gq__syncLabel{display:inline}}@media (min-width:560px){.AppShell-module__piQ8Gq__appFrame{width:min(680px,100%);padding:20px 20px calc(env(safe-area-inset-bottom) + 96px);gap:24px}.AppShell-module__piQ8Gq__topBarModern{margin:-20px -20px 0}.AppShell-module__piQ8Gq__topBarHeader{padding:14px 20px}.AppShell-module__piQ8Gq__topBarFooter{padding:12px 20px}}@media (min-width:900px){.AppShell-module__piQ8Gq__appFrame{width:min(1120px,100%);padding:24px 24px calc(env(safe-area-inset-bottom) + 96px)}.AppShell-module__piQ8Gq__topBarModern{margin:-24px -24px 0}}@media (max-width:380px){.AppShell-module__piQ8Gq__appName,.AppShell-module__piQ8Gq__divider{display:none}.AppShell-module__piQ8Gq__userName{font-size:13px}.AppShell-module__piQ8Gq__topBarHeader{padding:10px 12px}.AppShell-module__piQ8Gq__topBarFooter{padding:8px 12px}.AppShell-module__piQ8Gq__actionButton{width:32px;height:32px}}html[data-theme=dark] .AppShell-module__piQ8Gq__logo{box-shadow:0 4px 12px #4d9fec4d}html[data-theme=dark] .AppShell-module__piQ8Gq__logo:hover{box-shadow:0 6px 16px #4d9fec66}html[data-theme=dark] .AppShell-module__piQ8Gq__statusOnline{border-color:#22c55e4d}html[data-theme=dark] .AppShell-module__piQ8Gq__statusDegraded{border-color:#f59e0b4d}.AppShell-module__piQ8Gq__card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);transition:all var(--transition);padding:20px;box-shadow:0 2px 8px #0000000a,0 1px 3px #00000005}.AppShell-module__piQ8Gq__card.AppShell-module__piQ8Gq__loginWrap{border:1px solid #1565c014;box-shadow:0 4px 20px #0000000f,0 2px 8px #00000008}.AppShell-module__piQ8Gq__sectionCard{flex-direction:column;gap:16px;display:flex}.AppShell-module__piQ8Gq__title{letter-spacing:-.01em;color:var(--text);margin:0;font-size:16px;font-weight:600}.AppShell-module__piQ8Gq__actions{grid-template-columns:repeat(2,1fr);gap:12px;display:grid}.AppShell-module__piQ8Gq__actionBtn{border:1.5px solid var(--border);border-radius:var(--radius-md);background:var(--bg);cursor:pointer;transition:all var(--transition-fast);flex-direction:column;align-items:center;gap:10px;padding:16px 12px;display:flex;position:relative;overflow:hidden}.AppShell-module__piQ8Gq__actionBtn:before{content:"";opacity:0;transition:opacity var(--transition-fast);background:currentColor;position:absolute;inset:0}.AppShell-module__piQ8Gq__actionBtn:hover{border-color:var(--border-hover);background:var(--surface);box-shadow:var(--shadow-md);transform:translateY(-2px)}.AppShell-module__piQ8Gq__actionBtn:active{box-shadow:var(--shadow-sm);transform:translateY(0)}.AppShell-module__piQ8Gq__actionBtn:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.AppShell-module__piQ8Gq__actionBtnActive{background:var(--surface);box-shadow:var(--shadow-md);border-color:currentColor}.AppShell-module__piQ8Gq__actionBtnActive:before{opacity:.06}.AppShell-module__piQ8Gq__actionIconWrap{border-radius:var(--radius-md);width:48px;height:48px;transition:all var(--transition-fast);z-index:1;justify-content:center;align-items:center;display:flex;position:relative}.AppShell-module__piQ8Gq__actionBtn:hover .AppShell-module__piQ8Gq__actionIconWrap{transform:scale(1.08)}.AppShell-module__piQ8Gq__actionBtnActive .AppShell-module__piQ8Gq__actionIconWrap{transform:scale(1.05);box-shadow:0 4px 12px}.AppShell-module__piQ8Gq__actionLabel{color:var(--text-secondary);text-align:center;z-index:1;transition:color var(--transition-fast);font-size:13px;font-weight:500;line-height:1.3;position:relative}.AppShell-module__piQ8Gq__actionBtn:hover .AppShell-module__piQ8Gq__actionLabel{color:var(--text)}.AppShell-module__piQ8Gq__actionBtnActive .AppShell-module__piQ8Gq__actionLabel{color:var(--text);font-weight:600}@media (min-width:560px){.AppShell-module__piQ8Gq__card{padding:24px}.AppShell-module__piQ8Gq__actions{grid-template-columns:repeat(4,1fr)}}@media (min-width:900px){.AppShell-module__piQ8Gq__actions{gap:16px}.AppShell-module__piQ8Gq__actionBtn{padding:20px 16px}.AppShell-module__piQ8Gq__actionIconWrap{width:52px;height:52px}.AppShell-module__piQ8Gq__actionLabel{font-size:14px}}.AppShell-module__piQ8Gq__cardHeader{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:4px;display:flex}.AppShell-module__piQ8Gq__eyebrow{text-transform:uppercase;letter-spacing:.08em;color:var(--muted);margin:0 0 6px;font-size:11px;font-weight:600}.AppShell-module__piQ8Gq__softChip{border-radius:var(--radius-full);background:var(--bg);border:1px solid var(--border);color:var(--text-secondary);transition:all var(--transition-fast);white-space:nowrap;align-items:center;gap:6px;padding:6px 12px;font-size:12px;font-weight:500;display:inline-flex}.AppShell-module__piQ8Gq__row{align-items:center;gap:10px;width:100%;display:flex}.AppShell-module__piQ8Gq__infoStrip{flex:1;justify-content:flex-end;align-items:center;display:flex}.AppShell-module__piQ8Gq__btn{border-radius:var(--radius-lg);background:linear-gradient(135deg, var(--primary) 0%, var(--primary-hover) 100%);color:#fff;cursor:pointer;white-space:nowrap;letter-spacing:.02em;border:none;justify-content:center;align-items:center;gap:8px;padding:16px 24px;font-size:16px;font-weight:600;transition:all .2s cubic-bezier(.4,0,.2,1);display:inline-flex;position:relative;overflow:hidden;box-shadow:0 4px 12px #1565c040,0 1px 3px #0000001a}.AppShell-module__piQ8Gq__btn:before{content:"";opacity:0;background:linear-gradient(135deg,#fff3 0%,#fff0 100%);transition:opacity .2s cubic-bezier(.4,0,.2,1);position:absolute;inset:0}.AppShell-module__piQ8Gq__btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px #1565c059,0 2px 6px #00000026}.AppShell-module__piQ8Gq__btn:hover:before{opacity:1}.AppShell-module__piQ8Gq__btn:active{transform:translateY(0);box-shadow:0 2px 8px #1565c040,0 1px 3px #0000001a}.AppShell-module__piQ8Gq__btn:focus-visible{outline-offset:2px;outline:3px solid #1565c066}.AppShell-module__piQ8Gq__btn:disabled{opacity:.6;cursor:not-allowed;background:var(--primary);animation:2s cubic-bezier(.4,0,.6,1) infinite AppShell-module__piQ8Gq__pulse;transform:none;box-shadow:0 2px 8px #1565c026}.AppShell-module__piQ8Gq__btn:disabled:hover{transform:none;box-shadow:0 2px 8px #1565c026}.AppShell-module__piQ8Gq__btn:disabled:before{opacity:0}.AppShell-module__piQ8Gq__inlineIcon{justify-content:center;align-items:center;font-size:16px;display:inline-flex}.AppShell-module__piQ8Gq__input{border:2px solid var(--border);border-radius:var(--radius-lg);background:var(--bg);color:var(--text);outline:none;flex:1;padding:14px 16px;font-size:15px;font-weight:500;transition:all .2s cubic-bezier(.4,0,.2,1);box-shadow:0 1px 2px #00000008}.AppShell-module__piQ8Gq__input::placeholder{color:var(--muted);opacity:.6;font-weight:400}.AppShell-module__piQ8Gq__input:hover{border-color:var(--border-hover);background:var(--surface);box-shadow:0 2px 4px #0000000a}.AppShell-module__piQ8Gq__input:focus{border-color:var(--primary);background:var(--surface);transform:translateY(-1px);box-shadow:0 0 0 4px #1565c014,0 2px 8px #0000000d}.AppShell-module__piQ8Gq__cameraView{aspect-ratio:4/3;border-radius:var(--radius-md);object-fit:cover;border:2px solid var(--border);background:#000;width:100%}.AppShell-module__piQ8Gq__muted{color:var(--muted);margin:0;font-size:13px;line-height:1.5}.AppShell-module__piQ8Gq__error{border-radius:var(--radius-md);color:#dc2626;background:#ef444414;border:1px solid #ef444433;border-left:3px solid #ef4444;margin:0;padding:12px 16px;font-size:13px;font-weight:500;line-height:1.5;animation:.2s cubic-bezier(.4,0,.2,1) AppShell-module__piQ8Gq__slideDown;box-shadow:0 2px 8px #ef444414}@keyframes AppShell-module__piQ8Gq__slideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.AppShell-module__piQ8Gq__spinner{font-size:18px;animation:1s linear infinite AppShell-module__piQ8Gq__spin;display:inline-flex}@keyframes AppShell-module__piQ8Gq__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.AppShell-module__piQ8Gq__loginWrap{flex-direction:column;gap:32px;max-width:480px;margin:0 auto;padding:32px 24px;display:flex}.AppShell-module__piQ8Gq__brand{border-radius:var(--radius-lg);transition:all var(--transition);background:linear-gradient(135deg,#1565c008 0%,#1565c003 100%);border:1px solid #1565c014;align-items:center;gap:16px;margin-bottom:4px;padding:20px;display:flex}.AppShell-module__piQ8Gq__brand:hover{background:linear-gradient(135deg,#1565c00d 0%,#1565c005 100%);border-color:#1565c01f;transform:translateY(-1px);box-shadow:0 4px 16px #1565c00d}.AppShell-module__piQ8Gq__loginLogo{border-radius:var(--radius-lg);object-fit:cover;transition:all var(--transition);background:linear-gradient(135deg,#1565c01a 0%,#1565c00d 100%);flex-shrink:0;padding:4px;box-shadow:0 2px 8px #1565c01a;width:56px!important;height:56px!important}.AppShell-module__piQ8Gq__brand:hover .AppShell-module__piQ8Gq__loginLogo{transform:scale(1.05);box-shadow:0 4px 12px #1565c026}.AppShell-module__piQ8Gq__brandText{flex-direction:column;gap:4px;display:flex}.AppShell-module__piQ8Gq__brandTitle{letter-spacing:-.02em;color:var(--text);margin:0;font-size:22px;font-weight:700;line-height:1.2;display:block}.AppShell-module__piQ8Gq__brandSub{color:var(--text-secondary);opacity:.85;margin:0;font-size:14px;font-weight:500;line-height:1.3;display:block}.AppShell-module__piQ8Gq__loginForm{flex-direction:column;gap:20px;display:flex}.AppShell-module__piQ8Gq__formGroup{flex-direction:column;gap:10px;display:flex}.AppShell-module__piQ8Gq__formLabel{color:var(--text);letter-spacing:-.01em;margin:0;padding-left:2px;font-size:14px;font-weight:600;display:block}.AppShell-module__piQ8Gq__loginHint{color:var(--text-secondary);background:var(--bg);border-radius:var(--radius-sm);border-left:3px solid #1565c04d;margin:0;padding:8px 12px;font-size:12px;font-weight:400;line-height:1.6;display:block}@media (min-width:560px){.AppShell-module__piQ8Gq__eyebrow{font-size:12px}.AppShell-module__piQ8Gq__softChip{padding:7px 14px;font-size:13px}.AppShell-module__piQ8Gq__btn{padding:18px 32px;font-size:16px}.AppShell-module__piQ8Gq__input{padding:16px 20px;font-size:15px}.AppShell-module__piQ8Gq__loginWrap{padding:40px 32px}.AppShell-module__piQ8Gq__brandTitle{font-size:24px}.AppShell-module__piQ8Gq__brandSub{font-size:15px}}@media (max-width:440px){.AppShell-module__piQ8Gq__cardHeader{flex-direction:column;align-items:flex-start;gap:10px}.AppShell-module__piQ8Gq__row{flex-direction:column;align-items:stretch}.AppShell-module__piQ8Gq__infoStrip{justify-content:flex-start}.AppShell-module__piQ8Gq__btn{width:100%}.AppShell-module__piQ8Gq__loginWrap{gap:24px;padding:24px 20px}.AppShell-module__piQ8Gq__brand{padding:16px}.AppShell-module__piQ8Gq__loginLogo{width:48px!important;height:48px!important}.AppShell-module__piQ8Gq__brandTitle{font-size:20px}.AppShell-module__piQ8Gq__loginHint{font-size:11px}}.AppShell-module__piQ8Gq__contentArea{flex:1}.AppShell-module__piQ8Gq__mobileStack{flex-direction:column;gap:20px;display:flex}.AppShell-module__piQ8Gq__desktopGrid,.AppShell-module__piQ8Gq__desktopGridCentered{display:none}.AppShell-module__piQ8Gq__desktopWide{grid-column:1/-1}@media (min-width:900px){.AppShell-module__piQ8Gq__mobileStack{display:none}.AppShell-module__piQ8Gq__desktopGrid{grid-template-columns:repeat(2,1fr);gap:20px;display:grid}.AppShell-module__piQ8Gq__desktopGridCentered{justify-content:center;align-items:center;min-height:500px;display:flex}}.AppShell-module__piQ8Gq__bottomNav{z-index:50;padding:8px max(env(safe-area-inset-right), 8px) calc(env(safe-area-inset-bottom) + 8px) max(env(safe-area-inset-left), 8px);background:var(--chrome-bg);border-top:1px solid var(--chrome-hover);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all var(--transition);justify-content:space-around;align-items:center;display:flex;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -4px 12px #00000026}.AppShell-module__piQ8Gq__navItem{border-radius:var(--radius-md);color:var(--chrome-text-dim);cursor:pointer;transition:all var(--transition-fast);background:0 0;border:none;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:4px;min-width:64px;max-width:96px;padding:8px 12px;display:flex;position:relative}.AppShell-module__piQ8Gq__navItem:before{content:"";border-radius:0 0 var(--radius-full) var(--radius-full);opacity:0;width:32px;height:3px;transition:opacity var(--transition-fast);background:#fff;position:absolute;top:0;left:50%;transform:translate(-50%)}.AppShell-module__piQ8Gq__navItem:hover{background:var(--chrome-hover);color:var(--chrome-text)}.AppShell-module__piQ8Gq__navItem:active{transform:scale(.96)}.AppShell-module__piQ8Gq__navItem:focus-visible{outline-offset:2px;outline:2px solid #fff}.AppShell-module__piQ8Gq__navItemActive{color:#fff;background:var(--chrome-hover)}.AppShell-module__piQ8Gq__navItemActive:before{opacity:1}.AppShell-module__piQ8Gq__navIcon{transition:transform var(--transition-fast);font-size:20px}.AppShell-module__piQ8Gq__navItem:hover .AppShell-module__piQ8Gq__navIcon{transform:translateY(-2px)}.AppShell-module__piQ8Gq__navItemActive .AppShell-module__piQ8Gq__navIcon{transform:scale(1.1)}.AppShell-module__piQ8Gq__navLabel{letter-spacing:.01em;transition:all var(--transition-fast);font-size:11px;font-weight:600}.AppShell-module__piQ8Gq__navItemActive .AppShell-module__piQ8Gq__navLabel{font-weight:700}@media (min-width:900px){.AppShell-module__piQ8Gq__bottomNav{display:none}}html[data-theme=dark] .AppShell-module__piQ8Gq__bottomNav{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 -4px 12px #0000004d}.AppShell-module__piQ8Gq__historyBlock{flex-direction:column;max-height:600px;display:flex}.AppShell-module__piQ8Gq__historyTop{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:4px;display:flex}.AppShell-module__piQ8Gq__btnDanger{border:1px solid var(--border);border-radius:var(--radius-md);color:var(--danger);cursor:pointer;transition:all var(--transition-fast);white-space:nowrap;background:0 0;justify-content:center;align-items:center;gap:6px;padding:8px 16px;font-size:13px;font-weight:600;display:inline-flex}.AppShell-module__piQ8Gq__btnDanger:hover{background:var(--danger-bg);border-color:var(--danger);box-shadow:var(--shadow-sm);transform:translateY(-1px)}.AppShell-module__piQ8Gq__btnDanger:active{transform:translateY(0)}.AppShell-module__piQ8Gq__btnDanger:focus-visible{outline:2px solid var(--danger);outline-offset:2px}.AppShell-module__piQ8Gq__btnDanger:disabled{opacity:.4;cursor:not-allowed;box-shadow:none;transform:none}.AppShell-module__piQ8Gq__btnDanger:disabled:hover{border-color:var(--border);background:0 0;transform:none}.AppShell-module__piQ8Gq__historyList{flex-direction:column;flex:1;gap:10px;margin-top:12px;padding-right:4px;display:flex;overflow-y:auto}.AppShell-module__piQ8Gq__historyList::-webkit-scrollbar{width:6px}.AppShell-module__piQ8Gq__historyList::-webkit-scrollbar-track{background:var(--bg);border-radius:var(--radius-full)}.AppShell-module__piQ8Gq__historyList::-webkit-scrollbar-thumb{background:var(--border-hover);border-radius:var(--radius-full);transition:background var(--transition-fast)}.AppShell-module__piQ8Gq__historyList::-webkit-scrollbar-thumb:hover{background:var(--muted)}.AppShell-module__piQ8Gq__historyItem{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--bg);transition:all var(--transition-fast);flex-direction:column;gap:8px;padding:14px;display:flex}.AppShell-module__piQ8Gq__historyItem:hover{border-color:var(--border-hover);background:var(--surface);box-shadow:var(--shadow-sm);transform:translate(2px)}.AppShell-module__piQ8Gq__historyItem .AppShell-module__piQ8Gq__historyTop{margin-bottom:0}.AppShell-module__piQ8Gq__chip{border-radius:var(--radius-full);background:var(--primary);color:#fff;text-transform:uppercase;letter-spacing:.05em;align-items:center;padding:4px 10px;font-size:10px;font-weight:700;display:inline-flex;box-shadow:0 2px 6px #1565c033}.AppShell-module__piQ8Gq__historyItem .AppShell-module__piQ8Gq__btnDanger{padding:6px 12px;font-size:12px}.AppShell-module__piQ8Gq__historyContent{align-items:flex-start;gap:12px;margin-top:4px;display:flex}.AppShell-module__piQ8Gq__historyThumbnailWrap{border-radius:var(--radius-sm);background:var(--surface);border:2px solid var(--border);width:80px;height:80px;transition:all var(--transition-fast);flex-shrink:0;position:relative;overflow:hidden}.AppShell-module__piQ8Gq__historyItemClickable:hover .AppShell-module__piQ8Gq__historyThumbnailWrap{border-color:var(--primary);transform:scale(1.02);box-shadow:0 4px 12px #1565c033}.AppShell-module__piQ8Gq__historyThumbnail{object-fit:cover;width:100%;height:100%;transition:transform var(--transition-fast)}.AppShell-module__piQ8Gq__historyItemClickable:hover .AppShell-module__piQ8Gq__historyThumbnail{transform:scale(1.05)}.AppShell-module__piQ8Gq__historyTextContent{flex-direction:column;flex:1;gap:6px;min-width:0;padding-top:4px;display:flex}.AppShell-module__piQ8Gq__historyFileName{color:var(--text);-webkit-line-clamp:2;line-clamp:2;word-break:break-word;-webkit-box-orient:vertical;font-size:14px;font-weight:600;line-height:1.4;display:-webkit-box;overflow:hidden}.AppShell-module__piQ8Gq__emptyState{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:8px;padding:48px 24px;display:flex}.AppShell-module__piQ8Gq__emptyStateTitle{color:var(--text-secondary);font-size:15px;font-weight:600}.AppShell-module__piQ8Gq__emptyState .AppShell-module__piQ8Gq__muted{max-width:280px}@media (min-width:560px){.AppShell-module__piQ8Gq__historyList{gap:12px}.AppShell-module__piQ8Gq__historyItem{padding:16px}.AppShell-module__piQ8Gq__chip{padding:5px 12px;font-size:11px}.AppShell-module__piQ8Gq__emptyState{padding:64px 32px}.AppShell-module__piQ8Gq__emptyStateTitle{font-size:16px}.AppShell-module__piQ8Gq__historyThumbnailWrap{width:100px;height:100px}.AppShell-module__piQ8Gq__historyContent{gap:16px}.AppShell-module__piQ8Gq__historyFileName{font-size:15px}}.AppShell-module__piQ8Gq__historyItemClickable{transition:all var(--transition-fast)}.AppShell-module__piQ8Gq__historyItemClickable:hover{box-shadow:var(--shadow);transform:translate(3px)}.AppShell-module__piQ8Gq__historyItemClickable:active{transform:translate(1px)}.AppShell-module__piQ8Gq__historyBadgeRow{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.AppShell-module__piQ8Gq__viewHint{border-radius:var(--radius-sm);color:var(--primary);letter-spacing:.02em;transition:all var(--transition-fast);background:#1565c014;align-items:center;gap:4px;padding:4px 8px;font-size:10px;font-weight:600;display:inline-flex}.AppShell-module__piQ8Gq__historyItemClickable:hover .AppShell-module__piQ8Gq__viewHint{background:#1565c026}.AppShell-module__piQ8Gq__historyItemDeleting{animation:.1s ease-out forwards AppShell-module__piQ8Gq__slideOutDelete}@keyframes AppShell-module__piQ8Gq__slideOutDelete{0%{opacity:1;max-height:200px;transform:translate(0)}to{opacity:0;border:none;max-height:0;margin-bottom:0;padding:0;transform:translate(20px)}}.AppShell-module__piQ8Gq__galleryOverlay{z-index:1000;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#000000eb;justify-content:center;align-items:center;padding:20px;animation:.2s ease-out AppShell-module__piQ8Gq__fadeIn;display:flex;position:fixed;inset:0}@keyframes AppShell-module__piQ8Gq__fadeIn{0%{opacity:0}to{opacity:1}}.AppShell-module__piQ8Gq__galleryModal{background:var(--surface);border-radius:var(--radius-lg);flex-direction:column;width:100%;max-width:1200px;max-height:90vh;animation:.3s ease-out AppShell-module__piQ8Gq__slideUp;display:flex;position:relative;overflow:hidden;box-shadow:0 20px 60px #0006}@keyframes AppShell-module__piQ8Gq__slideUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.AppShell-module__piQ8Gq__galleryHeader{border-bottom:1px solid var(--border);background:var(--bg);justify-content:space-between;align-items:flex-start;gap:16px;padding:20px;display:flex}.AppShell-module__piQ8Gq__galleryInfo{flex:1;min-width:0}.AppShell-module__piQ8Gq__galleryTitle{color:var(--text);white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:16px;font-weight:700;overflow:hidden}.AppShell-module__piQ8Gq__galleryMeta{color:var(--muted);font-variant-numeric:tabular-nums;margin:4px 0 0;font-size:13px}.AppShell-module__piQ8Gq__galleryClose{border:1px solid var(--border);border-radius:var(--radius-md);width:44px;height:44px;color:var(--text-secondary);cursor:pointer;transition:all var(--transition-fast);background:0 0;flex-shrink:0;justify-content:center;align-items:center;display:flex}.AppShell-module__piQ8Gq__galleryClose:hover{background:var(--danger-bg);border-color:var(--danger);color:var(--danger);transform:scale(1.05)}.AppShell-module__piQ8Gq__galleryClose:active{transform:scale(.98)}.AppShell-module__piQ8Gq__galleryClose:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.AppShell-module__piQ8Gq__galleryImageWrap{background:repeating-conic-gradient(#0a0a0a 0% 25%,#111 0% 50%) 50%/24px 24px;flex:1;justify-content:center;align-items:center;min-height:400px;padding:20px;display:flex;overflow:auto}.AppShell-module__piQ8Gq__galleryImage{object-fit:contain;border-radius:var(--radius-sm);max-width:100%;max-height:100%;box-shadow:0 10px 40px #00000080;width:auto!important;height:auto!important}.AppShell-module__piQ8Gq__galleryNav{border-radius:var(--radius-md);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;cursor:pointer;width:52px;height:52px;transition:all var(--transition-fast);z-index:10;background:#0009;border:1px solid #ffffff26;justify-content:center;align-items:center;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.AppShell-module__piQ8Gq__galleryNav:hover{border-color:var(--primary);background:#1565c0e6;transform:translateY(-50%)scale(1.08);box-shadow:0 4px 16px #1565c080}.AppShell-module__piQ8Gq__galleryNav:active{transform:translateY(-50%)scale(1.02)}.AppShell-module__piQ8Gq__galleryNav:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.AppShell-module__piQ8Gq__galleryNavPrev{left:20px}.AppShell-module__piQ8Gq__galleryNavNext{right:20px}.AppShell-module__piQ8Gq__galleryCounter{border-radius:var(--radius-full);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;font-variant-numeric:tabular-nums;letter-spacing:.02em;background:#000c;border:1px solid #ffffff26;padding:10px 18px;font-size:13px;font-weight:700;position:absolute;bottom:20px;left:50%;transform:translate(-50%);box-shadow:0 4px 12px #0000004d}@media (max-width:768px){.AppShell-module__piQ8Gq__galleryModal{border-radius:0;max-width:100%;max-height:100vh}.AppShell-module__piQ8Gq__galleryHeader{padding:16px}.AppShell-module__piQ8Gq__galleryTitle{font-size:14px}.AppShell-module__piQ8Gq__galleryMeta{font-size:12px}.AppShell-module__piQ8Gq__galleryImageWrap{min-height:300px;padding:16px}.AppShell-module__piQ8Gq__galleryNav{width:44px;height:44px}.AppShell-module__piQ8Gq__galleryNavPrev{left:12px}.AppShell-module__piQ8Gq__galleryNavNext{right:12px}.AppShell-module__piQ8Gq__galleryCounter{padding:8px 14px;font-size:12px;bottom:16px}}html[data-theme=dark] .AppShell-module__piQ8Gq__galleryImageWrap{background:repeating-conic-gradient(#050505 0% 25%,#0a0a0a 0% 50%) 50%/24px 24px}.AppShell-module__piQ8Gq__confirmModalOverlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background:#00000080;justify-content:center;align-items:center;animation:.15s ease-out AppShell-module__piQ8Gq__fadeIn;display:flex;position:fixed;inset:0}.AppShell-module__piQ8Gq__confirmModal{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-lg);width:90%;max-width:380px;padding:24px;animation:.2s ease-out AppShell-module__piQ8Gq__slideUp;box-shadow:0 10px 40px #0003}.AppShell-module__piQ8Gq__confirmModalHeader{margin-bottom:12px}.AppShell-module__piQ8Gq__confirmModalHeader h4{color:var(--text);margin:0;font-size:16px;font-weight:600;line-height:1.4}.AppShell-module__piQ8Gq__confirmModalText{color:var(--text-secondary);margin:0 0 20px;font-size:14px;line-height:1.5}.AppShell-module__piQ8Gq__confirmModalActions{justify-content:flex-end;gap:12px;display:flex}.AppShell-module__piQ8Gq__confirmModalActions button{border-radius:var(--radius-md);cursor:pointer;border:1px solid #0000;padding:10px 16px;font-size:14px;font-weight:500;transition:all .15s ease-out}.AppShell-module__piQ8Gq__customSelect{width:100%;position:relative}.AppShell-module__piQ8Gq__selectTrigger{border:1.5px solid var(--border);border-radius:var(--radius-md);background:var(--bg);width:100%;color:var(--text);cursor:pointer;transition:all var(--transition-fast);text-align:left;outline:none;justify-content:space-between;align-items:center;gap:12px;padding:11px 16px;font-size:14px;font-weight:500;display:flex}.AppShell-module__piQ8Gq__selectTrigger:hover{border-color:var(--border-hover);background-color:var(--surface)}.AppShell-module__piQ8Gq__selectTrigger:focus{border-color:var(--primary);background-color:var(--surface);box-shadow:0 0 0 3px #1565c01a}.AppShell-module__piQ8Gq__selectTriggerActive{border-color:var(--primary);background:var(--surface)}.AppShell-module__piQ8Gq__selectIcon{transition:transform var(--transition-fast);color:var(--muted);flex-shrink:0}.AppShell-module__piQ8Gq__selectTriggerActive .AppShell-module__piQ8Gq__selectIcon{color:var(--primary);transform:rotate(180deg)}.AppShell-module__piQ8Gq__selectDropdown{z-index:100;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-lg);opacity:0;pointer-events:none;max-height:280px;transition:all var(--transition-fast);position:absolute;top:calc(100% + 6px);left:0;right:0;overflow-y:auto;transform:translateY(-10px)}.AppShell-module__piQ8Gq__selectDropdownOpen{opacity:1;pointer-events:auto;transform:translateY(0)}.AppShell-module__piQ8Gq__selectOption{cursor:pointer;transition:all var(--transition-fast);color:var(--text);text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;gap:10px;width:100%;padding:11px 16px;font-size:14px;font-weight:500;display:flex}.AppShell-module__piQ8Gq__selectOption:hover{background:var(--bg);color:var(--primary)}.AppShell-module__piQ8Gq__selectOption:active{background:var(--border)}.AppShell-module__piQ8Gq__selectOptionActive{color:var(--primary);background:#1565c014;font-weight:600}.AppShell-module__piQ8Gq__selectOptionActive:after{content:"✓";color:var(--primary);font-size:16px}.AppShell-module__piQ8Gq__selectDropdown::-webkit-scrollbar{width:6px}.AppShell-module__piQ8Gq__selectDropdown::-webkit-scrollbar-track{background:var(--bg);border-radius:var(--radius-full)}.AppShell-module__piQ8Gq__selectDropdown::-webkit-scrollbar-thumb{background:var(--border-hover);border-radius:var(--radius-full)}.AppShell-module__piQ8Gq__selectDropdown::-webkit-scrollbar-thumb:hover{background:var(--muted)}.AppShell-module__piQ8Gq__editorContainer{flex-direction:column;gap:16px;display:flex}.AppShell-module__piQ8Gq__previewWrap{aspect-ratio:1;border-radius:var(--radius-md);background:repeating-conic-gradient(var(--bg) 0% 25%, var(--surface) 0% 50%) 50% / 20px 20px;border:2px solid var(--border);width:100%;box-shadow:var(--shadow-sm);transition:all var(--transition-fast);position:relative;overflow:hidden}.AppShell-module__piQ8Gq__previewWrap:hover{box-shadow:var(--shadow)}.AppShell-module__piQ8Gq__previewImage{object-fit:contain;width:100%;max-width:none;height:100%;transition:transform var(--transition), filter var(--transition);position:absolute;top:50%;left:50%}.AppShell-module__piQ8Gq__editorToolbar{border-radius:var(--radius-md);background:var(--surface);border:1px solid var(--border);flex-direction:column;gap:12px;padding:14px;display:flex}.AppShell-module__piQ8Gq__toolbarSection{flex-direction:column;gap:10px;display:flex}.AppShell-module__piQ8Gq__toolbarLabel{text-transform:uppercase;letter-spacing:.08em;color:var(--muted);font-size:11px;font-weight:700}.AppShell-module__piQ8Gq__toolbarButtons{grid-template-columns:repeat(3,1fr);gap:8px;display:grid}.AppShell-module__piQ8Gq__toolBtn{border:1.5px solid var(--border);border-radius:var(--radius-md);background:var(--bg);color:var(--text-secondary);cursor:pointer;transition:all var(--transition-fast);flex-direction:column;justify-content:center;align-items:center;gap:6px;padding:12px 8px;font-size:12px;font-weight:600;display:flex;position:relative;overflow:hidden}.AppShell-module__piQ8Gq__toolBtn:before{content:"";background:var(--primary);opacity:0;transition:opacity var(--transition-fast);position:absolute;inset:0}.AppShell-module__piQ8Gq__toolBtn:hover{border-color:var(--primary);color:var(--primary);box-shadow:var(--shadow-sm);transform:translateY(-2px)}.AppShell-module__piQ8Gq__toolBtn:hover:before{opacity:.05}.AppShell-module__piQ8Gq__toolBtn:active{transform:translateY(0)}.AppShell-module__piQ8Gq__toolBtn:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.AppShell-module__piQ8Gq__toolBtn>svg,.AppShell-module__piQ8Gq__toolBtn>span{z-index:1;position:relative}.AppShell-module__piQ8Gq__toolBtnActive{border-color:var(--primary);background:var(--primary);color:#fff;box-shadow:0 2px 8px #1565c04d}.AppShell-module__piQ8Gq__toolBtnActive:before{opacity:0}.AppShell-module__piQ8Gq__toolBtnActive:hover{background:var(--primary-hover);transform:translateY(-2px);box-shadow:0 4px 12px #1565c066}.AppShell-module__piQ8Gq__editorPanels{flex-direction:column;gap:12px;display:flex}.AppShell-module__piQ8Gq__controlPanel{border-radius:var(--radius-md);background:var(--surface);border:1px solid var(--border);transition:all var(--transition-fast);flex-direction:column;gap:12px;padding:16px;display:flex}.AppShell-module__piQ8Gq__controlPanel:hover{border-color:var(--border-hover);box-shadow:var(--shadow-sm)}.AppShell-module__piQ8Gq__panelHeader{color:var(--text);border-bottom:1px solid var(--border);align-items:center;gap:8px;padding-bottom:8px;font-size:13px;font-weight:700;display:flex}.AppShell-module__piQ8Gq__panelHeader>svg{color:var(--primary);flex-shrink:0}.AppShell-module__piQ8Gq__controlItem{flex-direction:column;gap:10px;display:flex}.AppShell-module__piQ8Gq__controlLabel{justify-content:space-between;align-items:center;gap:12px;display:flex}.AppShell-module__piQ8Gq__controlLabel>span:first-child{color:var(--text-secondary);font-size:13px;font-weight:600}.AppShell-module__piQ8Gq__controlValue{border-radius:var(--radius-sm);background:var(--bg);border:1px solid var(--border);min-width:48px;color:var(--primary);font-variant-numeric:tabular-nums;letter-spacing:-.02em;justify-content:center;align-items:center;padding:4px 10px;font-size:12px;font-weight:700;display:inline-flex}.AppShell-module__piQ8Gq__slider{border-radius:var(--radius-full);background:var(--border);cursor:pointer;appearance:none;width:100%;height:8px;transition:background var(--transition-fast);outline:none;position:relative}.AppShell-module__piQ8Gq__slider:hover{background:var(--border-hover)}.AppShell-module__piQ8Gq__slider::-webkit-slider-thumb{appearance:none;background:var(--primary);cursor:pointer;width:20px;height:20px;transition:all var(--transition-fast);border:3px solid #fff;border-radius:50%;position:relative;box-shadow:0 2px 8px #1565c04d}.AppShell-module__piQ8Gq__slider::-webkit-slider-thumb:hover{transform:scale(1.15);box-shadow:0 3px 12px #1565c080}.AppShell-module__piQ8Gq__slider::-moz-range-thumb{background:var(--primary);cursor:pointer;width:20px;height:20px;transition:all var(--transition-fast);border:3px solid #fff;border-radius:50%;box-shadow:0 2px 8px #1565c04d}.AppShell-module__piQ8Gq__slider::-moz-range-thumb:hover{transform:scale(1.15);box-shadow:0 3px 12px #1565c080}.AppShell-module__piQ8Gq__slider:focus{background:var(--border-hover)}.AppShell-module__piQ8Gq__slider:focus::-webkit-slider-thumb{box-shadow:0 3px 12px #1565c080,0 0 0 4px #1565c01f}.AppShell-module__piQ8Gq__slider:focus::-moz-range-thumb{box-shadow:0 3px 12px #1565c080,0 0 0 4px #1565c01f}.AppShell-module__piQ8Gq__select{border:1.5px solid var(--border);border-radius:var(--radius-md);background:var(--bg);width:100%;color:var(--text);cursor:pointer;transition:all var(--transition-fast);appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%2364748B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-position:right 14px center;background-repeat:no-repeat;outline:none;padding:11px 40px 11px 16px;font-size:14px;font-weight:500}.AppShell-module__piQ8Gq__select:hover{border-color:var(--border-hover);background-color:var(--surface)}.AppShell-module__piQ8Gq__select:focus{border-color:var(--primary);background-color:var(--surface);box-shadow:0 0 0 3px #1565c01a}.AppShell-module__piQ8Gq__filePickerBtn{border:2px dashed var(--border);border-radius:var(--radius-md);background:var(--bg);color:var(--text-secondary);cursor:pointer;transition:all var(--transition-fast);flex:1;justify-content:center;align-items:center;gap:10px;padding:12px 20px;font-size:14px;font-weight:500;display:flex;position:relative}.AppShell-module__piQ8Gq__filePickerBtn:hover{border-color:var(--primary);background:var(--surface);color:var(--primary);transform:translateY(-1px)}.AppShell-module__piQ8Gq__filePickerBtn:active{transform:translateY(0)}.AppShell-module__piQ8Gq__filePickerBtn:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.AppShell-module__piQ8Gq__filePickerBtn input[type=file]{opacity:0;cursor:pointer;width:100%;height:100%;position:absolute;top:0;left:0}.AppShell-module__piQ8Gq__fileThumbnail{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface);transition:all var(--transition-fast);align-items:center;gap:12px;padding:12px;display:flex}.AppShell-module__piQ8Gq__fileThumbnail:hover{border-color:var(--border-hover);box-shadow:var(--shadow-sm)}.AppShell-module__piQ8Gq__thumbnailImage{border-radius:var(--radius-sm);object-fit:cover;border:1px solid var(--border);background:var(--bg);flex-shrink:0;width:64px;height:64px}.AppShell-module__piQ8Gq__fileInfo{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.AppShell-module__piQ8Gq__fileName{color:var(--text);white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:600;overflow:hidden}.AppShell-module__piQ8Gq__fileSize{color:var(--muted);font-size:12px}.AppShell-module__piQ8Gq__removeFileBtn{border:1px solid var(--border);border-radius:var(--radius-sm);width:32px;height:32px;color:var(--danger);cursor:pointer;transition:all var(--transition-fast);background:0 0;flex-shrink:0;justify-content:center;align-items:center;display:flex}.AppShell-module__piQ8Gq__removeFileBtn:hover{background:var(--danger-bg);border-color:var(--danger);transform:scale(1.05)}.AppShell-module__piQ8Gq__removeFileBtn:active{transform:scale(.98)}.AppShell-module__piQ8Gq__removeFileBtn:focus-visible{outline:2px solid var(--danger);outline-offset:2px}.AppShell-module__piQ8Gq__cameraSection{flex-direction:column;gap:12px;display:flex}.AppShell-module__piQ8Gq__videoPreview{aspect-ratio:4/5;border-radius:var(--radius-md);border:1px solid var(--border);background:var(--bg);object-fit:cover;width:100%}.AppShell-module__piQ8Gq__cameraPreview{flex-direction:column;gap:12px;display:flex}.AppShell-module__piQ8Gq__errorBox{border:1px solid var(--danger);border-radius:var(--radius-md);background:var(--danger-bg);padding:12px;font-size:14px}@media (min-width:560px){.AppShell-module__piQ8Gq__selectTrigger,.AppShell-module__piQ8Gq__selectOption{padding:12px 18px;font-size:15px}.AppShell-module__piQ8Gq__select{padding:12px 44px 12px 18px;font-size:15px}.AppShell-module__piQ8Gq__filePickerBtn{padding:14px 24px;font-size:15px}.AppShell-module__piQ8Gq__thumbnailImage{width:72px;height:72px}.AppShell-module__piQ8Gq__fileName{font-size:15px}.AppShell-module__piQ8Gq__fileSize{font-size:13px}.AppShell-module__piQ8Gq__editorToolbar{padding:18px}.AppShell-module__piQ8Gq__toolbarButtons{gap:10px}.AppShell-module__piQ8Gq__toolBtn{padding:14px 10px;font-size:13px}.AppShell-module__piQ8Gq__controlPanel{padding:18px}.AppShell-module__piQ8Gq__panelHeader,.AppShell-module__piQ8Gq__controlLabel>span:first-child{font-size:14px}.AppShell-module__piQ8Gq__controlValue{min-width:52px;padding:5px 12px;font-size:13px}}@media (min-width:900px){.AppShell-module__piQ8Gq__editorContainer{gap:20px}.AppShell-module__piQ8Gq__editorPanels{gap:16px}.AppShell-module__piQ8Gq__toolbarButtons{gap:12px}.AppShell-module__piQ8Gq__toolBtn{gap:8px;padding:16px 12px}}html[data-theme=dark] .AppShell-module__piQ8Gq__select{background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%2394A3B8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}.AppShell-module__piQ8Gq__topBar{border:1px solid var(--border);box-shadow:var(--shadow);border-radius:var(--radius-lg);background:var(--surface)}
.DocumentScanner-module__T1RlvW__overlayRoot{z-index:1000;color:#fff;background:#000;flex-direction:column;height:100dvh;animation:.18s ease-out DocumentScanner-module__T1RlvW__scannerFadeIn;display:flex;position:fixed;inset:0;overflow:hidden}@media (min-width:900px){.DocumentScanner-module__T1RlvW__overlayRoot{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#000000eb;justify-content:center;align-items:center}.DocumentScanner-module__T1RlvW__screen{border-radius:20px;max-width:460px;max-height:900px;overflow:hidden;box-shadow:0 24px 60px #0009}}@keyframes DocumentScanner-module__T1RlvW__scannerFadeIn{0%{opacity:0}to{opacity:1}}.DocumentScanner-module__T1RlvW__screen{background:#000;flex-direction:column;flex:1;width:100%;min-height:0;display:flex;position:relative}.DocumentScanner-module__T1RlvW__screenBody{flex:1;justify-content:center;align-items:center;min-height:0;display:flex;position:relative;overflow:hidden}.DocumentScanner-module__T1RlvW__screenEnter{animation:.22s ease-out DocumentScanner-module__T1RlvW__scannerScreenIn}@keyframes DocumentScanner-module__T1RlvW__scannerScreenIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}.DocumentScanner-module__T1RlvW__topBar{z-index:3;padding:calc(env(safe-area-inset-top) + 10px) 12px 10px;background:linear-gradient(#000000bf,#0000);justify-content:space-between;align-items:center;gap:12px;display:flex;position:relative}.DocumentScanner-module__T1RlvW__topBarFloating{position:absolute;top:0;left:0;right:0}.DocumentScanner-module__T1RlvW__topBarSide{align-items:center;gap:8px;min-width:44px;display:flex}.DocumentScanner-module__T1RlvW__topBarSideEnd{justify-content:flex-end}.DocumentScanner-module__T1RlvW__topBarTitle{color:#fff;text-align:center;flex:1;margin:0;font-size:15px;font-weight:600}.DocumentScanner-module__T1RlvW__iconBtn{color:#fff;cursor:pointer;-webkit-tap-highlight-color:transparent;background:#ffffff24;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:background .14s;display:inline-flex}.DocumentScanner-module__T1RlvW__iconBtn:hover{background:#ffffff3d}.DocumentScanner-module__T1RlvW__iconBtn:disabled{opacity:.4;cursor:default}.DocumentScanner-module__T1RlvW__counterPill{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);letter-spacing:.02em;color:#fff;background:#0009;border-radius:999px;align-items:center;gap:6px;padding:6px 12px;font-size:12px;font-weight:700;display:inline-flex}.DocumentScanner-module__T1RlvW__bottomBar{z-index:3;padding:14px 16px calc(env(safe-area-inset-bottom) + 16px);background:#000000d1;align-items:center;gap:10px;display:flex;position:relative}.DocumentScanner-module__T1RlvW__bottomBarFloating{background:linear-gradient(#0000,#00000040 35%,#000c);position:absolute;bottom:0;left:0;right:0}.DocumentScanner-module__T1RlvW__action{color:#fff;cursor:pointer;-webkit-tap-highlight-color:transparent;background:#ffffff1a;border:1px solid #ffffff2e;border-radius:14px;flex:1;justify-content:center;align-items:center;gap:8px;min-height:48px;padding:12px 16px;font-size:14px;font-weight:600;transition:background .14s,transform .1s;display:inline-flex}.DocumentScanner-module__T1RlvW__action:active{transform:scale(.97)}.DocumentScanner-module__T1RlvW__actionPrimary{background:var(--primary);border-color:var(--primary)}.DocumentScanner-module__T1RlvW__action:disabled{opacity:.45;cursor:default}.DocumentScanner-module__T1RlvW__cameraStage{background:#000;position:absolute;inset:0}.DocumentScanner-module__T1RlvW__video{object-fit:cover;background:#000;width:100%;height:100%;position:absolute;inset:0}.DocumentScanner-module__T1RlvW__captureBar{z-index:3;padding:20px 20px calc(env(safe-area-inset-bottom) + 22px);background:linear-gradient(#0000,#0003 30%,#000000bf);grid-template-columns:1fr auto 1fr;align-items:center;gap:12px;display:grid;position:absolute;bottom:0;left:0;right:0}.DocumentScanner-module__T1RlvW__captureSlotStart{justify-content:flex-start;display:flex}.DocumentScanner-module__T1RlvW__captureSlotEnd{justify-content:flex-end;display:flex}.DocumentScanner-module__T1RlvW__shutter{cursor:pointer;-webkit-tap-highlight-color:transparent;background:0 0;border:4px solid #fff6;border-radius:50%;justify-content:center;align-items:center;width:76px;height:76px;padding:0;transition:transform .1s;display:inline-flex;position:relative}.DocumentScanner-module__T1RlvW__shutter:after{content:"";background:#fff;border-radius:50%;width:58px;height:58px;transition:transform .1s}.DocumentScanner-module__T1RlvW__shutter:active:not(:disabled):after{transform:scale(.88)}.DocumentScanner-module__T1RlvW__shutter:disabled{cursor:default}.DocumentScanner-module__T1RlvW__shutter:disabled:after{background:#ffffff59}.DocumentScanner-module__T1RlvW__thumbPeek{cursor:pointer;-webkit-tap-highlight-color:transparent;background:#111;border:2px solid #ffffffd9;border-radius:12px;width:50px;height:50px;padding:0;position:relative;overflow:hidden}.DocumentScanner-module__T1RlvW__thumbPeek img{object-fit:cover;width:100%;height:100%;display:block}.DocumentScanner-module__T1RlvW__thumbBadge{background:var(--primary);color:#fff;border:2px solid #000;border-radius:999px;justify-content:center;align-items:center;min-width:20px;height:20px;padding:0 5px;font-size:11px;font-weight:700;display:inline-flex;position:absolute;top:-6px;right:-6px}.DocumentScanner-module__T1RlvW__hintCopy{left:0;right:0;bottom:calc(env(safe-area-inset-bottom) + 132px);z-index:2;text-align:center;color:#ffffffe6;text-shadow:0 1px 4px #000c;pointer-events:none;margin:0;padding:0 32px;font-size:13px;line-height:1.5;transition:opacity .24s;position:absolute}.DocumentScanner-module__T1RlvW__hintHidden{opacity:0}.DocumentScanner-module__T1RlvW__edgeOverlay{pointer-events:none;z-index:2;width:100%;height:100%;position:absolute;inset:0}.DocumentScanner-module__T1RlvW__edgePolygon{fill:#1565c02e;stroke:var(--primary);stroke-width:3px;stroke-linejoin:round;filter:drop-shadow(0 0 6px #1565c0b3)}.DocumentScanner-module__T1RlvW__edgeCorner{fill:#fff;stroke:var(--primary);stroke-width:2.5px;transform-box:fill-box;transform-origin:50%;animation:1.6s ease-in-out infinite DocumentScanner-module__T1RlvW__scannerCornerPulse}@keyframes DocumentScanner-module__T1RlvW__scannerCornerPulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.65;transform:scale(1.18)}}.DocumentScanner-module__T1RlvW__scrim{z-index:4;text-align:center;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#06090cb8;flex-direction:column;justify-content:center;align-items:center;gap:14px;padding:0 32px;display:flex;position:absolute;inset:0}.DocumentScanner-module__T1RlvW__spinner{border:3px solid #ffffff40;border-top-color:#fff;border-radius:50%;width:26px;height:26px;animation:.8s linear infinite DocumentScanner-module__T1RlvW__scannerSpin}@keyframes DocumentScanner-module__T1RlvW__scannerSpin{to{transform:rotate(360deg)}}.DocumentScanner-module__T1RlvW__permissionIcon{color:#fff;background:#1565c038;border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;display:inline-flex}.DocumentScanner-module__T1RlvW__errorCopy{color:#fecaca;max-width:34ch;margin:0;font-size:13px;line-height:1.55}.DocumentScanner-module__T1RlvW__retryBtn{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:14px;min-height:46px;padding:12px 22px;font-size:14px;font-weight:600}.DocumentScanner-module__T1RlvW__adjustStage{touch-action:none;max-width:100%;max-height:100%;display:inline-block;position:relative}.DocumentScanner-module__T1RlvW__adjustImage{object-fit:contain;background:#000;max-width:100%;max-height:100%;display:block}.DocumentScanner-module__T1RlvW__adjustOverlay{pointer-events:none;width:100%;height:100%;position:absolute;inset:0}.DocumentScanner-module__T1RlvW__adjustQuad{fill:#1565c024;stroke:var(--primary);stroke-width:2px;stroke-linejoin:round}.DocumentScanner-module__T1RlvW__cornerHandle{touch-action:none;cursor:grab;-webkit-tap-highlight-color:transparent;background:0 0;border:none;justify-content:center;align-items:center;width:44px;height:44px;margin-top:-22px;margin-left:-22px;padding:0;display:flex;position:absolute}.DocumentScanner-module__T1RlvW__cornerHandle:after{content:"";background:var(--primary);border:3px solid #fff;border-radius:50%;width:26px;height:26px;transition:transform .12s;box-shadow:0 2px 8px #00000073}.DocumentScanner-module__T1RlvW__cornerHandle:active:after{transform:scale(1.15)}.DocumentScanner-module__T1RlvW__previewImage{object-fit:contain;max-width:100%;max-height:100%;display:block}.DocumentScanner-module__T1RlvW__filterRow{scrollbar-width:none;background:#000000d1;gap:10px;padding:12px 16px;display:flex;overflow-x:auto}.DocumentScanner-module__T1RlvW__filterRow::-webkit-scrollbar{display:none}.DocumentScanner-module__T1RlvW__filterChip{color:#fff;cursor:pointer;-webkit-tap-highlight-color:transparent;background:#ffffff1a;border:1px solid #ffffff2e;border-radius:999px;flex:none;padding:9px 16px;font-size:13px;font-weight:600;transition:background .14s}.DocumentScanner-module__T1RlvW__filterChipActive{background:var(--primary);border-color:var(--primary)}.DocumentScanner-module__T1RlvW__carousel{touch-action:pan-y;cursor:grab;flex:1;min-height:0;position:relative;overflow:hidden}.DocumentScanner-module__T1RlvW__carouselTrack{will-change:transform;height:100%;display:flex}.DocumentScanner-module__T1RlvW__carouselSlide{box-sizing:border-box;flex:0 0 100%;justify-content:center;align-items:center;height:100%;padding:12px;display:flex}.DocumentScanner-module__T1RlvW__carouselSlide img{object-fit:contain;max-width:100%;max-height:100%;display:block}.DocumentScanner-module__T1RlvW__pageActions{background:#000000d1;justify-content:center;align-items:center;gap:10px;padding:8px 16px;display:flex}.DocumentScanner-module__T1RlvW__pageTray{scrollbar-width:none;background:#000000d1;gap:10px;padding:12px 16px;display:flex;overflow-x:auto}.DocumentScanner-module__T1RlvW__pageTray::-webkit-scrollbar{display:none}.DocumentScanner-module__T1RlvW__pageThumb{cursor:pointer;-webkit-tap-highlight-color:transparent;background:#111;border:2px solid #ffffff40;border-radius:10px;flex:none;width:58px;height:78px;padding:0;position:relative;overflow:hidden}.DocumentScanner-module__T1RlvW__pageThumbActive{border-color:var(--primary)}.DocumentScanner-module__T1RlvW__pageThumb img{object-fit:cover;width:100%;height:100%;display:block}.DocumentScanner-module__T1RlvW__pageThumbIndex{text-align:center;color:#fff;background:#0009;padding:2px 0;font-size:10px;font-weight:700;position:absolute;bottom:0;left:0;right:0}.DocumentScanner-module__T1RlvW__pageRemove{color:#fff;cursor:pointer;background:#000000b3;border:none;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;padding:0;display:flex;position:absolute;top:2px;right:2px}.DocumentScanner-module__T1RlvW__addPage{color:#ffffffb3;cursor:pointer;-webkit-tap-highlight-color:transparent;background:0 0;border:2px dashed #ffffff59;border-radius:10px;flex:none;justify-content:center;align-items:center;width:58px;height:78px;display:flex}.DocumentScanner-module__T1RlvW__confirmOverlay{z-index:10;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000000b3;justify-content:center;align-items:center;padding:24px;display:flex;position:absolute;inset:0}.DocumentScanner-module__T1RlvW__confirmModal{text-align:center;background:#16191d;border:1px solid #ffffff1f;border-radius:18px;width:100%;max-width:320px;padding:22px 20px 18px}.DocumentScanner-module__T1RlvW__confirmTitle{color:#fff;margin:0 0 8px;font-size:16px;font-weight:700}.DocumentScanner-module__T1RlvW__confirmCopy{color:#ffffffb8;margin:0 0 18px;font-size:13.5px;line-height:1.55}.DocumentScanner-module__T1RlvW__confirmRow{gap:10px;display:flex}.DocumentScanner-module__T1RlvW__confirmDanger{background:var(--danger);border-color:var(--danger)}.DocumentScanner-module__T1RlvW__emptyState{text-align:center;color:#ffffffbf;flex-direction:column;align-items:center;gap:12px;padding:0 32px;font-size:13.5px;line-height:1.55;display:flex}@media (prefers-reduced-motion:reduce){.DocumentScanner-module__T1RlvW__overlayRoot,.DocumentScanner-module__T1RlvW__screenEnter,.DocumentScanner-module__T1RlvW__spinner,.DocumentScanner-module__T1RlvW__edgeCorner{animation:none}.DocumentScanner-module__T1RlvW__shutter,.DocumentScanner-module__T1RlvW__shutter:after,.DocumentScanner-module__T1RlvW__action,.DocumentScanner-module__T1RlvW__cornerHandle:after{transition:none}}
.LoginPanel-module__nEtzJW__loginContainer{background:linear-gradient(135deg, var(--bg) 0%, var(--surface-hover) 100%);justify-content:center;align-items:center;min-height:100vh;padding:20px;display:flex;position:relative;overflow:hidden}.LoginPanel-module__nEtzJW__loginContainer:before{content:"";background-image:radial-gradient(circle at 1px 1px, var(--border) 1px, transparent 1px);opacity:.3;pointer-events:none;background-size:24px 24px;position:absolute;inset:0}.LoginPanel-module__nEtzJW__loginCard{z-index:1;background:var(--surface);border-radius:var(--radius-lg);width:100%;max-width:420px;box-shadow:var(--shadow-lg);border:1px solid var(--border);transition:all var(--transition);padding:48px 40px;position:relative}.LoginPanel-module__nEtzJW__loginCard:hover{box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a}.LoginPanel-module__nEtzJW__header{text-align:center;margin-bottom:36px}.LoginPanel-module__nEtzJW__logoWrapper{justify-content:center;align-items:center;margin-bottom:20px;display:inline-flex;position:relative}.LoginPanel-module__nEtzJW__logoCircle{width:72px;height:72px;transition:all var(--transition);padding:4px;box-shadow:0 8px 24px #1565c040}.LoginPanel-module__nEtzJW__logoWrapper:hover .LoginPanel-module__nEtzJW__logoCircle{transform:translateY(-2px)scale(1.02);box-shadow:0 12px 32px #1565c059}.LoginPanel-module__nEtzJW__logoImage{object-fit:cover;background:#fff;width:100%;height:100%}.LoginPanel-module__nEtzJW__logoFallback{background:linear-gradient(135deg, var(--primary) 0%, var(--primary-hover) 100%);color:#fff;letter-spacing:-.02em;justify-content:center;align-items:center;width:72px;height:72px;font-size:28px;font-weight:700;display:flex;box-shadow:0 8px 24px #1565c040}.LoginPanel-module__nEtzJW__brandTitle{letter-spacing:-.02em;color:var(--text);margin-bottom:8px;font-size:26px;font-weight:700;line-height:1.2}.LoginPanel-module__nEtzJW__brandSubtitle{color:var(--text-secondary);letter-spacing:-.01em;font-size:15px;font-weight:500}.LoginPanel-module__nEtzJW__formGroup{margin-bottom:20px}.LoginPanel-module__nEtzJW__formGroup:last-of-type{margin-bottom:28px}.LoginPanel-module__nEtzJW__inputLabel{color:var(--text);letter-spacing:-.01em;margin-bottom:8px;font-size:14px;font-weight:500;display:block}.LoginPanel-module__nEtzJW__inputWrapper{position:relative}.LoginPanel-module__nEtzJW__input{width:100%;height:48px;color:var(--text);background:var(--bg);border:1.5px solid var(--border);border-radius:var(--radius-md);transition:all var(--transition-fast);outline:none;padding:0 16px;font-family:inherit;font-size:15px;font-weight:400}.LoginPanel-module__nEtzJW__input::placeholder{color:var(--muted)}.LoginPanel-module__nEtzJW__input:hover{border-color:var(--border-hover)}.LoginPanel-module__nEtzJW__input:focus{border-color:var(--primary);background:var(--surface);box-shadow:0 0 0 3px #1565c01a}.LoginPanel-module__nEtzJW__input:disabled{opacity:.6;cursor:not-allowed}.LoginPanel-module__nEtzJW__inputHint{color:var(--text-secondary);margin-top:8px;font-size:13px;font-weight:400;line-height:1.5}.LoginPanel-module__nEtzJW__submitButton{letter-spacing:-.01em;color:#fff;background:linear-gradient(135deg, var(--primary) 0%, var(--primary-hover) 100%);border-radius:var(--radius-md);cursor:pointer;width:100%;height:48px;transition:all var(--transition-fast);border:none;outline:none;padding:0 24px;font-family:inherit;font-size:15px;font-weight:600;box-shadow:0 2px 8px #1565c033}.LoginPanel-module__nEtzJW__submitButton:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #1565c04d}.LoginPanel-module__nEtzJW__submitButton:active:not(:disabled){transform:translateY(0)}.LoginPanel-module__nEtzJW__submitButton:disabled{opacity:.6;cursor:not-allowed;transform:none}.LoginPanel-module__nEtzJW__submitButton:focus-visible{box-shadow:0 0 0 3px #1565c033,0 2px 8px #1565c033}.LoginPanel-module__nEtzJW__errorMessage{background:var(--danger-bg);border:1px solid var(--danger);border-radius:var(--radius-md);color:var(--danger-text);align-items:flex-start;gap:8px;margin-top:16px;padding:12px 16px;font-size:14px;font-weight:500;line-height:1.5;animation:.2s ease-out LoginPanel-module__nEtzJW__slideDown;display:flex}.LoginPanel-module__nEtzJW__errorIcon{flex-shrink:0;width:18px;height:18px;margin-top:1px}@keyframes LoginPanel-module__nEtzJW__slideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}@media (max-width:480px){.LoginPanel-module__nEtzJW__loginCard{max-width:100%;padding:40px 28px}.LoginPanel-module__nEtzJW__header{margin-bottom:32px}.LoginPanel-module__nEtzJW__logoCircle,.LoginPanel-module__nEtzJW__logoFallback,.LoginPanel-module__nEtzJW__logoImage{width:64px;height:64px}.LoginPanel-module__nEtzJW__logoFallback,.LoginPanel-module__nEtzJW__brandTitle{font-size:24px}.LoginPanel-module__nEtzJW__brandSubtitle{font-size:14px}.LoginPanel-module__nEtzJW__input,.LoginPanel-module__nEtzJW__submitButton{height:46px;font-size:14px}.LoginPanel-module__nEtzJW__formGroup{margin-bottom:18px}.LoginPanel-module__nEtzJW__formGroup:last-of-type{margin-bottom:24px}}@media (max-width:360px){.LoginPanel-module__nEtzJW__loginContainer{padding:16px}.LoginPanel-module__nEtzJW__loginCard{padding:32px 20px}.LoginPanel-module__nEtzJW__input,.LoginPanel-module__nEtzJW__submitButton{height:44px}}.LoginPanel-module__nEtzJW__input:focus-visible,.LoginPanel-module__nEtzJW__submitButton:focus-visible{outline:2px solid var(--primary);outline-offset:2px}@media (prefers-contrast:high){.LoginPanel-module__nEtzJW__loginCard,.LoginPanel-module__nEtzJW__input{border-width:2px}.LoginPanel-module__nEtzJW__submitButton{border:2px solid var(--primary)}}
.VideoCameraPanel-module__9plehW__body{flex-direction:column;align-items:center;gap:16px;padding-top:2px;display:flex}.VideoCameraPanel-module__9plehW__viewport{aspect-ratio:3/4;border-radius:var(--radius-lg);background:#0c1116;flex-shrink:0;width:100%;max-width:360px;position:relative;overflow:hidden}.VideoCameraPanel-module__9plehW__viewport video{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.VideoCameraPanel-module__9plehW__scanFrame{pointer-events:none;position:absolute;inset:14%}.VideoCameraPanel-module__9plehW__corner{opacity:.9;width:26px;height:26px;position:absolute}.VideoCameraPanel-module__9plehW__corner.VideoCameraPanel-module__9plehW__tl{border-top:3px solid #fff;border-left:3px solid #fff;border-radius:8px 0 0;top:0;left:0}.VideoCameraPanel-module__9plehW__corner.VideoCameraPanel-module__9plehW__tr{border-top:3px solid #fff;border-right:3px solid #fff;border-radius:0 8px 0 0;top:0;right:0}.VideoCameraPanel-module__9plehW__corner.VideoCameraPanel-module__9plehW__bl{border-bottom:3px solid #fff;border-left:3px solid #fff;border-radius:0 0 0 8px;bottom:0;left:0}.VideoCameraPanel-module__9plehW__corner.VideoCameraPanel-module__9plehW__br{border-bottom:3px solid #fff;border-right:3px solid #fff;border-radius:0 0 8px;bottom:0;right:0}.VideoCameraPanel-module__9plehW__scanLine{background:linear-gradient(90deg, transparent, var(--primary), transparent);height:2px;box-shadow:0 0 8px var(--primary);pointer-events:none;animation:2.4s ease-in-out infinite alternate VideoCameraPanel-module__9plehW__scanSweep;position:absolute;top:14%;left:14%;right:14%}.VideoCameraPanel-module__9plehW__overlay{color:#fff;background:#080c108c;justify-content:center;align-items:center;gap:8px;font-size:13px;font-weight:600;display:flex;position:absolute;inset:0}.VideoCameraPanel-module__9plehW__overlaySpinner{border:3px solid #ffffff40;border-top-color:#fff;border-radius:50%;width:22px;height:22px;animation:.8s linear infinite VideoCameraPanel-module__9plehW__spin}@media (prefers-reduced-motion:reduce){.VideoCameraPanel-module__9plehW__overlaySpinner{animation:none}.VideoCameraPanel-module__9plehW__scanLine{animation:none;top:50%}}@keyframes VideoCameraPanel-module__9plehW__spin{to{transform:rotate(360deg)}}@keyframes VideoCameraPanel-module__9plehW__scanSweep{0%{top:14%}to{top:85%}}.VideoCameraPanel-module__9plehW__permissionCard{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:12px;padding:0 24px;display:flex;position:absolute;inset:0}.VideoCameraPanel-module__9plehW__permissionIcon{color:#fff;background:#1565c038;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.VideoCameraPanel-module__9plehW__permissionCopy{color:#ffffffd1;margin:0;font-size:12.5px;line-height:1.55}.VideoCameraPanel-module__9plehW__switchFab{color:#fff;cursor:pointer;background:#0c11169e;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;display:flex;position:absolute;top:10px;right:10px}.VideoCameraPanel-module__9plehW__liveBadge{color:#fff;letter-spacing:.04em;border-radius:var(--radius-full);background:#22c55eeb;align-items:center;gap:6px;padding:5px 10px;font-size:11px;font-weight:700;display:inline-flex;position:absolute;top:10px;left:10px}.VideoCameraPanel-module__9plehW__liveDot{background:#eafff1;border-radius:50%;width:6px;height:6px;box-shadow:0 0 0 3px #ffffff40}.VideoCameraPanel-module__9plehW__statusCopy{color:var(--text-secondary);text-align:center;max-width:34ch;margin:0;font-size:13px;line-height:1.55}.VideoCameraPanel-module__9plehW__statusCopy strong{color:var(--text);font-weight:600}.VideoCameraPanel-module__9plehW__pill{border-radius:var(--radius-full);align-items:center;gap:7px;padding:6px 13px;font-size:12px;font-weight:600;display:inline-flex}.VideoCameraPanel-module__9plehW__pill.VideoCameraPanel-module__9plehW__ok{background:var(--success-bg);color:var(--success-text)}.VideoCameraPanel-module__9plehW__pillDot{background:currentColor;border-radius:50%;width:6px;height:6px}.VideoCameraPanel-module__9plehW__notice{border-radius:var(--radius-md);text-align:center;padding:9px 13px;font-size:12.5px}.VideoCameraPanel-module__9plehW__notice.VideoCameraPanel-module__9plehW__warn{background:var(--warning-bg);color:var(--warning-text)}.VideoCameraPanel-module__9plehW__notice.VideoCameraPanel-module__9plehW__debug{background:var(--surface-hover);color:var(--muted);word-break:break-all;font-size:10.5px}.VideoCameraPanel-module__9plehW__primaryBtn{border-radius:var(--radius-md);background:var(--primary);color:#fff;cursor:pointer;width:100%;max-width:360px;transition:background var(--transition-fast);border:none;justify-content:center;align-items:center;gap:8px;padding:12px 16px;font-size:14px;font-weight:600;display:flex}.VideoCameraPanel-module__9plehW__primaryBtn:hover{background:var(--primary-hover)}.VideoCameraPanel-module__9plehW__primaryBtn:disabled{background:var(--muted);cursor:default}.VideoCameraPanel-module__9plehW__ghostBtn{border-radius:var(--radius-md);background:var(--surface-hover);width:100%;max-width:360px;color:var(--text);border:1px solid var(--border);cursor:pointer;justify-content:center;align-items:center;gap:8px;padding:12px 16px;font-size:14px;font-weight:600;display:flex}.VideoCameraPanel-module__9plehW__fabRow{justify-content:center;align-items:center;gap:16px;display:flex}.VideoCameraPanel-module__9plehW__switchCol{flex-direction:column;align-items:center;gap:4px;display:flex}.VideoCameraPanel-module__9plehW__facingLabel{color:var(--text-secondary);font-size:11px}.VideoCameraPanel-module__9plehW__btnSpinner{border:2px solid color-mix(in srgb, currentColor 30%, transparent);border-top-color:currentColor;border-radius:50%;width:18px;height:18px;animation:.8s linear infinite VideoCameraPanel-module__9plehW__spin}@media (prefers-reduced-motion:reduce){.VideoCameraPanel-module__9plehW__btnSpinner{animation:none}}.VideoCameraPanel-module__9plehW__roundBtn{border:1px solid var(--border);background:var(--surface-hover);width:46px;height:46px;color:var(--text);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;display:flex}.VideoCameraPanel-module__9plehW__roundBtn.VideoCameraPanel-module__9plehW__end{background:var(--danger);border-color:var(--danger);color:#fff;width:52px;height:52px}
