@charset "UTF-8";.debug-panel-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#000000b3;z-index:200;display:flex;align-items:center;justify-content:center}.debug-panel{background:linear-gradient(135deg,#1e1e1e,#2d2d2d);border-radius:12px;padding:20px;max-width:90%;width:400px;max-height:80vh;overflow-y:auto;box-shadow:0 10px 40px #00000080;border:1px solid rgba(255,255,255,.1)}.debug-panel-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:15px;border-bottom:1px solid rgba(255,255,255,.1)}.debug-panel-header h3{margin:0;color:#fff;font-size:18px;font-weight:600}.debug-panel-close{background:none;border:none;color:#fff;font-size:28px;cursor:pointer;width:30px;height:30px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background-color .2s}.debug-panel-close:hover{background-color:#ffffff1a}.debug-panel-content{display:flex;flex-direction:column;gap:20px}.debug-panel-item h4{margin:0 0 8px;color:#fff;font-size:16px;font-weight:500}.debug-panel-item p{margin:0 0 15px;color:#ffffffb3;font-size:14px;line-height:1.5}.debug-panel-btn{width:100%;padding:12px 20px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .3s}.debug-panel-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 5px 15px #667eea66}.debug-panel-btn:active:not(:disabled){transform:translateY(0)}.debug-panel-btn:disabled{opacity:.6;cursor:not-allowed}.shooting-tutorial-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000c;display:flex;align-items:flex-end;justify-content:center;z-index:2000;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);opacity:0;transition:opacity .3s ease-out;pointer-events:none}.shooting-tutorial-overlay.tutorial-visible{opacity:1;pointer-events:auto}.shooting-tutorial-dialog{background:#fff;border-radius:16px 16px 0 0;box-shadow:0 -4px 20px #0000004d;max-width:500px;width:100%;max-height:85vh;overflow-y:auto;transform:translateY(100%);transition:transform .3s ease-out}.shooting-tutorial-overlay.tutorial-visible .shooting-tutorial-dialog{transform:translateY(0)}.tutorial-header{padding:20px 24px 16px;border-bottom:1px solid #e5e5e5;position:sticky;top:0;background:#fff;z-index:10}.tutorial-header h2{margin:0;font-size:20px;font-weight:600;color:#333;text-align:center}.tutorial-content{padding:24px}.tutorial-section{margin-bottom:28px}.tutorial-section:last-child{margin-bottom:0}.section-title{display:flex;align-items:center;gap:8px;font-size:18px;font-weight:600;color:#333;margin-bottom:16px}.section-title .icon{font-size:20px}.section-content .tip-item{display:flex;gap:12px;padding:16px;border-radius:12px;margin-bottom:12px}.section-content .tip-item:last-child{margin-bottom:0}.section-content .tip-item .tip-icon{font-size:20px;flex-shrink:0}.section-content .tip-item .tip-text{flex:1;font-size:14px;color:#666;line-height:1.6}.section-content .tip-item .tip-text strong{display:block;color:#333;font-weight:600;margin-bottom:8px;font-size:15px}.section-content .tip-item .tip-text ul{margin:8px 0 0;padding-left:20px}.section-content .tip-item .tip-text ul li{margin-bottom:4px}.section-content .tip-item .tip-text ul li:last-child{margin-bottom:0}.section-content .tip-good{background:#07c16014;border:1px solid rgba(7,193,96,.2)}.section-content .tip-good .tip-text{color:#555}.section-content .tip-bad{background:#ff980014;border:1px solid rgba(255,152,0,.2)}.section-content .tip-bad .tip-text{color:#555}.section-content .step-item{display:flex;gap:12px;padding:16px;background:#f8f9fa;border-radius:12px;margin-bottom:12px}.section-content .step-item:last-child{margin-bottom:0}.section-content .step-item .step-number{width:28px;height:28px;border-radius:50%;background:#07c160;color:#fff;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:600;flex-shrink:0}.section-content .step-item .step-text{flex:1;font-size:14px;color:#666;line-height:1.6}.section-content .step-item .step-text strong{display:block;color:#333;font-weight:600;margin-bottom:6px;font-size:15px}.section-content .step-item .step-text p{margin:0;color:#666;line-height:1.6}.section-content .notice-item{display:flex;gap:12px;padding:12px 16px;background:#f8f9fa;border-radius:8px;margin-bottom:8px;font-size:14px;color:#666;line-height:1.6}.section-content .notice-item:last-child{margin-bottom:0}.section-content .notice-item>span:first-child{color:#07c160;font-weight:600;flex-shrink:0}.tutorial-actions{padding:16px 24px 24px;border-top:1px solid rgba(229,229,229,.3176470588);position:sticky;bottom:0;background:#fff}.tutorial-btn{width:100%;padding:14px 20px;border:none;border-radius:12px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s ease}.tutorial-btn-primary{background:#07c160;color:#fff}.tutorial-btn-primary:hover{background:#38d97a}.tutorial-btn-primary:active{background:#059748;transform:scale(.98)}@media screen and (max-width: 960px){.shooting-tutorial-dialog{max-height:90vh}.tutorial-content{padding:20px}.tutorial-section{margin-bottom:24px}.section-title{font-size:16px;margin-bottom:12px}.section-content .tip-item,.section-content .step-item{padding:12px}.section-content .step-item .step-number{width:24px;height:24px;font-size:12px}}.debug-gear-btn{position:fixed;top:60px;right:20px;width:44px;height:44px;border-radius:50%;background:#0f172aa8;border:1px solid rgba(148,163,184,.35);color:#e2e8f0f0;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:60;transition:all .24s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 10px 22px #02061759}.debug-gear-btn:hover{background:#0f172ae6;border-color:#38bdf870;color:#f8fafc;transform:scale(1.06) rotate(10deg);box-shadow:0 14px 26px #02061773}.debug-gear-btn:active{transform:scale(.95);box-shadow:0 6px 16px #02061759}.debug-gear-btn svg{width:24px;height:24px;stroke:currentColor;filter:drop-shadow(0 0 6px rgba(148,163,184,.3))}.logo-video-wrapper{display:flex;justify-content:center;align-items:center;margin:0 0 16px;width:100%;position:relative;min-height:170px;isolation:isolate}.logo-video{width:158px;height:158px;object-fit:contain;border-radius:14px;position:relative;z-index:1;margin:0;animation:logoFloat 5s ease-in-out infinite}.start-tips .group{display:flex;gap:10px}.start-tips .group button{margin-top:10px!important}.start-tips .tips-tag{display:flex;flex-wrap:wrap;justify-content:center;gap:8px;margin-top:15px;margin-bottom:0}.start-tips .tag-item{display:inline-block;padding:5px 12px;font-size:12px;border-radius:999px;font-weight:500;white-space:nowrap;transition:all .24s ease;line-height:1.4}.start-tips .tag-recommend{background:#22c55e29;color:#bbf7d0;border:1px solid rgba(34,197,94,.32)}.start-tips .tag-not-recommend{background:#0f172a8c;color:#cbd5e1db;border:1px solid rgba(148,163,184,.3)}.copyright-entry-btn{position:fixed;left:50%;bottom:calc(16px + env(safe-area-inset-bottom,0px));transform:translate(-50%);z-index:65;border:1px solid rgba(148,163,184,.25);background:#0f172a80;color:#f1f5f9f2;font-size:12px;line-height:1;padding:9px 15px;border-radius:999px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);box-shadow:none;transition:transform .2s ease,background .2s ease,border-color .2s ease}.copyright-entry-btn:active{transform:translate(-50%) scale(.96)}.copyright-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1200;background:radial-gradient(circle at 12% 8%,rgba(56,189,248,.14),transparent 42%),#03080dd1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;padding:14px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.copyright-modal-content{width:min(92vw,460px);background:#070b12f5;border-radius:18px;border:1px solid rgba(148,163,184,.24);box-shadow:0 22px 48px #00000070;overflow:hidden;max-height:84vh;overflow-y:auto;animation:modalIn .26s cubic-bezier(.16,1,.3,1)}.copyright-modal-header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px;border-bottom:1px solid rgba(148,163,184,.22)}.copyright-modal-header h4{margin:0;color:#f8fafc;font-size:14px;font-weight:650}.copyright-version-chip{flex-shrink:0;padding:5px 9px;border-radius:999px;border:1px solid rgba(148,163,184,.3);background:#0f172a99;color:#e2e8f0f2;font-size:11px;line-height:1}.copyright-modal-image{width:100%;display:block;background:#000;max-height:calc(88vh - 56px);object-fit:contain}.copyright-floating-close-btn{border:1px solid rgba(148,163,184,.28);background:#0f172a8f;color:#f1f5f9f2;min-width:112px;height:40px;padding:0 18px;border-radius:999px;font-size:14px;font-weight:600;cursor:pointer;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transition:transform .2s ease,background .2s ease;margin-bottom:calc(30px + env(safe-area-inset-bottom,0px))}.copyright-floating-close-btn:active{transform:scale(.96)}@keyframes logoFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}@keyframes modalIn{0%{opacity:0;transform:translateY(14px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.toast{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%) scale(.8);z-index:10000;opacity:0;transition:all .3s ease-out;pointer-events:none}.toast-visible{opacity:1;transform:translate(-50%,-50%) scale(1)}.toast-content{background:#000c;color:#fff;padding:16px 24px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:500;box-shadow:0 4px 20px #0000004d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);min-width:200px;text-align:center}.toast-message{text-align:center}@media screen and (max-width: 960px){.toast-content{min-width:160px;padding:12px 20px;font-size:14px;border-radius:10px;max-width:calc(100vw - 40px)}}.confirm-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10000;display:flex;align-items:center;justify-content:center;animation:fadeIn .2s ease-out;opacity:0;transition:opacity .2s ease-out;pointer-events:none}.confirm-overlay.confirm-visible{opacity:1;pointer-events:auto}.confirm-overlay:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#000000b3;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.confirm-dialog{position:relative;background:linear-gradient(135deg,#0f1113fa,#141619fa);border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:1.5rem;max-width:320px;width:90%;box-shadow:0 8px 32px #00000080;animation:slideUpScale .3s cubic-bezier(.34,1.56,.64,1);transform:scale(.95);transition:transform .3s cubic-bezier(.34,1.56,.64,1)}@media screen and (max-width: 960px){.confirm-dialog{padding:1.25rem;max-width:280px}}.confirm-overlay.confirm-visible .confirm-dialog{transform:scale(1)}.confirm-content{text-align:center}.confirm-title{margin:0 0 .75rem;font-size:1.1rem;font-weight:600;color:#fff;text-align:center;line-height:1.4}@media screen and (max-width: 960px){.confirm-title{font-size:1rem}}.confirm-message{margin:0 0 1.5rem;font-size:.9rem;color:#ffffffb3;line-height:1.6;text-align:center;word-break:break-word}@media screen and (max-width: 960px){.confirm-message{font-size:.85rem;margin-bottom:1.25rem}}.confirm-actions{display:flex;gap:.75rem;justify-content:center}.confirm-btn{flex:1;padding:.75rem 1.5rem;border:none;border-radius:8px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s ease;min-width:100px}@media screen and (max-width: 960px){.confirm-btn{padding:.65rem 1.25rem;font-size:.85rem;min-width:80px}}.confirm-btn:active{transform:scale(.95)}.confirm-btn-cancel{background:#ffffff1a;color:#fffc;border:1px solid rgba(255,255,255,.2)}.confirm-btn-cancel:hover{background:#ffffff26;color:#fff}.confirm-btn-primary{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;box-shadow:0 4px 12px #ef44444d}.confirm-btn-primary:hover{background:linear-gradient(135deg,#dc2626,#b91c1c);box-shadow:0 6px 16px #ef444466;transform:translateY(-1px)}.processing-waiting-dialog-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000f2;display:flex;align-items:center;justify-content:center;z-index:2000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);animation:fadeIn .3s ease-out}.processing-waiting-dialog{width:100%;height:100%;display:flex;align-items:center;justify-content:center;padding:20px;box-sizing:border-box}.scene-processing-content{align-items:stretch;text-align:left;gap:18px}.scene-processing-badge{align-self:flex-start;padding:.38rem .82rem;border-radius:999px;background:#22c55e24;border:1px solid rgba(34,197,94,.24);color:#86efac;font-size:.8rem;font-weight:600}.scene-processing-hero{display:flex;align-items:center;gap:18px}.scene-processing-text{flex:1}.scene-processing-text h2{margin:0;font-size:1.9rem;line-height:1.15;color:#fff}.scene-processing-text p{margin:.65rem 0 0;font-size:1rem;line-height:1.7;color:#e2e8f0db}.scene-processing-tip{margin-top:.9rem;color:#94a3b8eb;font-size:.9rem;line-height:1.6}.scene-progress-card{padding:1rem 1rem 1.1rem;border-radius:18px;border:1px solid rgba(148,163,184,.16);background:linear-gradient(160deg,#0f172aa3,#0f172a5c);box-shadow:inset 0 1px #ffffff08}.scene-progress-card-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:1rem}.scene-progress-card-title{color:#f8fafc;font-size:1rem;font-weight:700}.scene-progress-card-subtitle{margin-top:.28rem;color:#94a3b8e6;font-size:.84rem}.scene-progress-status{flex-shrink:0;padding:.34rem .72rem;border-radius:999px;background:#38bdf81f;border:1px solid rgba(56,189,248,.2);color:#7dd3fc;font-size:.76rem;font-weight:600}.scene-progress-steps{display:flex;flex-direction:column;gap:.7rem}.scene-progress-step{display:flex;align-items:flex-start;gap:.75rem;padding:.78rem .85rem;border-radius:14px;background:#ffffff08;border:1px solid rgba(255,255,255,.05)}.scene-progress-step .step-dot{width:28px;height:28px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;font-size:.78rem;font-weight:700;color:#e2e8f0e6;background:#94a3b82e;border:1px solid rgba(148,163,184,.2);flex-shrink:0}.scene-progress-step .step-copy{min-width:0}.scene-progress-step .step-title{color:#f8fafcf0;font-size:.92rem;font-weight:600}.scene-progress-step .step-desc{margin-top:.2rem;color:#94a3b8e6;font-size:.82rem;line-height:1.55}.scene-progress-step.done{background:#22c55e14;border-color:#22c55e29}.scene-progress-step.done .step-dot{color:#dcfce7;background:#22c55e3d;border-color:#22c55e47}.scene-progress-step.active{background:#38bdf814;border-color:#38bdf829}.scene-progress-step.active .step-dot{color:#e0f2fe;background:#38bdf838;border-color:#38bdf842}.scene-action-buttons{display:flex;flex-direction:column;gap:.7rem;align-items:stretch}.scene-primary-btn{width:100%;min-height:46px;border:none;border-radius:14px;background:linear-gradient(135deg,#22c55e,#16a34a 64%);color:#fff;font-size:.98rem;font-weight:700;cursor:pointer;box-shadow:0 10px 22px #16a34a3d;transition:transform .2s ease,box-shadow .2s ease}.scene-primary-btn:hover{transform:translateY(-1px);box-shadow:0 12px 24px #16a34a4d}.scene-primary-btn:active{transform:translateY(0)}.scene-action-tip{margin:0;color:#94a3b8e6;font-size:.82rem;text-align:center;line-height:1.6}.success-content{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:#fff;max-width:600px;width:100%;padding:40px;box-sizing:border-box;animation:slideUp .5s ease-out}.success-icon{width:80px;height:80px;background:#4caf50;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:48px;color:#fff;margin-bottom:24px;box-shadow:0 0 30px #4caf5080;animation:successBounce .6s ease-out}.success-title{font-size:32px;font-weight:600;margin:0 0 30px;color:#fff}.result-info{width:100%;margin-bottom:40px;text-align:left}.result-name{font-size:24px;font-weight:600;color:#fff;margin-bottom:12px}.result-description{font-size:16px;color:#fffc;margin-bottom:24px;line-height:1.6}@media (max-width: 768px){.countdown-number{font-size:56px}.countdown-label,.processing-text h2{font-size:24px}.success-title{font-size:28px}.action-buttons-container{max-width:100%;padding:0 20px}.action-buttons-row{flex-direction:column;gap:12px}.continue-shoot-btn,.subscribe-btn,.back-home-btn{width:100%;padding:16px 24px}.back-home-btn{width:100%;padding:16px 32px}.scene-processing-hero,.scene-progress-card-header{flex-direction:column;align-items:flex-start}}.processing-waiting-dialog-overlay{flex-direction:column;gap:12px;padding:12px}.processing-content,.success-content{width:min(560px,94vw);max-height:84vh;overflow-y:auto;padding:20px 18px;border-radius:18px;border:1px solid rgba(148,163,184,.24);background:linear-gradient(170deg,#080f18f5,#0a1019eb);box-shadow:0 20px 44px #0206176b}.processing-floating-close-btn{border:1px solid rgba(148,163,184,.28);background:#0f172a8f;color:#f1f5f9f2;min-width:112px;height:40px;padding:0 18px;border-radius:999px;font-size:14px;font-weight:600;cursor:pointer;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transition:transform .2s ease,background .2s ease}.panorama-reshoot-dialog{position:fixed;top:0;right:0;bottom:0;left:0;background:#000c;display:flex;flex-direction:column;z-index:2000;padding:1rem}@media screen and (max-width: 960px){.panorama-reshoot-dialog{padding:0}}.reshoot-content{flex:1;display:flex;flex-direction:column;overflow:hidden;position:relative}.reshoot-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:2000;padding:1.5rem}.reshoot-dialog{width:min(960px,100%);max-height:95vh;background:#0f1113;border-radius:16px;color:#fff;box-shadow:0 30px 80px #0006;display:flex;flex-direction:column;overflow:hidden}.reshoot-dialog__header{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 1.75rem;border-bottom:1px solid rgba(255,255,255,.08)}.reshoot-dialog__header h2{margin:0;font-size:1.35rem}.reshoot-dialog__header .reshoot-dialog__subtitle{margin:.25rem 0 0;font-size:.85rem;color:#fff9}.reshoot-close{border:none;background:transparent;color:#fff9;font-size:1.5rem;cursor:pointer;padding:.25rem .5rem;line-height:1}.reshoot-close:hover{color:#fff}.reshoot-dialog__body{padding:1.5rem;overflow-y:auto}.reshoot-panel{background:#ffffff08;border:1px solid rgba(255,255,255,.05);border-radius:12px;display:flex;flex-direction:column;min-height:420px}.reshoot-panel__header,.reshoot-panel__footer{padding:1rem 1.25rem;border-bottom:1px solid rgba(255,255,255,.05);display:flex;justify-content:space-between;align-items:center}.reshoot-panel__header h3{margin:0;font-size:1.05rem}.reshoot-panel__actions{display:flex;gap:.75rem}.reshoot-panel__content{padding:1rem 1.25rem;flex:1;overflow-y:auto}.reshoot-point-list{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:.75rem}.reshoot-point-item{padding:.85rem;border-radius:10px;border:1px solid rgba(255,255,255,.08);cursor:pointer;transition:all .2s ease;background:#ffffff05;display:flex;flex-direction:column;gap:.2rem}.reshoot-point-item.is-selected{border-color:#07c160cc;background:#07c1601f}.reshoot-point-item__label{font-weight:600}.reshoot-point-item__meta{font-size:.82rem;color:#ffffffb3}.reshoot-point-item__status{font-size:.78rem;color:#ffffff8c}.reshoot-btn{border:none;border-radius:10px;padding:.65rem 1.2rem;font-size:.95rem;cursor:pointer;background:#ffffff1f;color:#fff;transition:all .2s ease}.reshoot-btn--primary{background:#07c160}.reshoot-btn--secondary{background:#ffffff14}.reshoot-btn:disabled{opacity:.4;cursor:not-allowed}.reshoot-link{background:none;border:none;color:#07c160;font-size:.9rem;cursor:pointer;padding:0}.reshoot-link:hover{text-decoration:underline}.reshoot-calibration-step-list{margin:0 0 1rem;padding-left:1.25rem;color:#ffffffbf;line-height:1.6}.reshoot-calibration-card{background:#ffffff05;border-radius:12px;padding:1rem;border:1px solid rgba(255,255,255,.05);display:flex;flex-direction:column;gap:1rem}.reshoot-calibration-field{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.reshoot-field-label{font-size:.9rem;color:#ffffffb3;margin-right:.5rem}.reshoot-field-value{font-weight:600}.reshoot-slider-field{display:flex;align-items:center;gap:.65rem;width:100%}.reshoot-slider-field input[type=range]{flex:1}.reshoot-calibration-summary{display:flex;align-items:center;justify-content:space-between}.reshoot-calibration-hint{font-size:.85rem;color:#fff9}.reshoot-summary-list{list-style:none;padding:0;margin:.5rem 0 0;color:#fffc}.reshoot-summary-list li{margin-bottom:.35rem}.reshoot-ready{display:flex;flex-direction:column;gap:.65rem;color:#fffc}.reshoot-capture-layout{display:grid;grid-template-columns:2fr 1fr;gap:1rem;align-items:stretch}.reshoot-canvas-wrapper{position:relative;background:#000;border-radius:12px;overflow:hidden;min-height:360px;border:1px solid rgba(255,255,255,.05)}.reshoot-video-background{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:1}.reshoot-canvas-wrapper canvas{position:relative;width:100%;height:100%;display:block;z-index:2;background:transparent!important;touch-action:none;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}.reshoot-controls{background:#ffffff05;border-radius:12px;border:1px solid rgba(255,255,255,.05);padding:1.25rem;display:flex;flex-direction:column;gap:1.25rem}.reshoot-control-group{display:flex;flex-direction:column;gap:.5rem}.reshoot-view-mode-buttons{display:flex;gap:.5rem;flex-wrap:wrap}.reshoot-view-mode-button{flex:1;min-width:120px;text-align:center;padding:.65rem;border-radius:10px;border:1px solid rgba(255,255,255,.06);background:#ffffff08;color:#fff;cursor:pointer}.reshoot-view-mode-button.is-active{border-color:#07c160;background:#07c16026}.reshoot-status-pill{border-radius:999px;background:#ffffff14;padding:.45rem .9rem;font-size:.85rem;width:fit-content}.reshoot-stage{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column}.reshoot-canvas-wrapper{flex:1;position:relative;background:#000;border-radius:8px;overflow:hidden;border:1px solid rgba(255,255,255,.05)}.reshoot-canvas-wrapper canvas{width:100%;height:100%;display:block}.reshoot-canvas-empty{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;color:#fff9;font-size:.95rem;pointer-events:none}.reshoot-alignment-stage .alignment-circle-container{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);z-index:100;pointer-events:none}.reshoot-alignment-stage .alignment-circle{width:60px;height:60px;border:3px solid rgba(255,255,255,.8);border-radius:50%;box-shadow:0 0 20px #ffffff4d;animation:pulse 2s ease-in-out infinite}.reshoot-alignment-stage .alignment-circle-text{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fffc;font-size:.75rem;font-weight:600;text-align:center}@keyframes pulse{0%,to{box-shadow:0 0 20px #ffffff4d}50%{box-shadow:0 0 40px #fff9}}.reshoot-bottom-panel{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(to top,#000000f2,#000c);border-top:1px solid rgba(255,255,255,.08);border-radius:16px 16px 0 0;max-height:40%;overflow:hidden;z-index:20;display:flex;flex-direction:column;box-shadow:0 -4px 20px #0000004d}@media screen and (max-width: 960px){.reshoot-bottom-panel{max-height:50%}}.reshoot-bottom-panel.is-collapsed{max-height:auto}.reshoot-bottom-panel.is-collapsed .reshoot-panel-content{display:none}.reshoot-panel-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;border-bottom:1px solid rgba(255,255,255,.08);background:#0000004d;flex-shrink:0}@media screen and (max-width: 960px){.reshoot-panel-header{padding:.75rem 1rem}}.reshoot-panel-title{margin:0;font-size:1rem;font-weight:600;color:#fff}@media screen and (max-width: 960px){.reshoot-panel-title{font-size:.9rem}}.reshoot-panel-actions{display:flex;gap:.5rem;align-items:center}.reshoot-panel-toggle,.reshoot-panel-close{border:none;background:transparent;color:#ffffffb3;font-size:.85rem;cursor:pointer;padding:.4rem .8rem;line-height:1.2;transition:all .2s ease;display:flex;align-items:center;justify-content:center;white-space:nowrap;border-radius:4px}.reshoot-panel-toggle:hover,.reshoot-panel-close:hover{color:#fff;background:#ffffff1a}.reshoot-panel-content{display:flex;flex-direction:column;gap:1rem;padding:1.5rem;overflow-y:auto;flex:1}@media screen and (max-width: 960px){.reshoot-panel-content{padding:1rem}}.reshoot-control-label{display:block;font-size:.85rem;color:#ffffffb3;margin-bottom:.5rem;font-weight:500}.reshoot-capture-group{display:flex;align-items:center;gap:.75rem;flex-direction:row}.reshoot-capture-group .reshoot-control-label{margin-bottom:0;flex-shrink:0}.reshoot-capture-group .reshoot-capture-count{flex-shrink:0}.reshoot-opacity-buttons{display:flex;gap:.5rem;flex-wrap:nowrap}.reshoot-opacity-btn{flex:1 1 0;min-width:0;padding:.6rem .5rem;border:1px solid rgba(255,255,255,.15);border-radius:6px;background:#ffffff0d;color:#ffffffb3;font-size:.85rem;cursor:pointer;transition:all .2s ease}.reshoot-opacity-btn:hover{background:#ffffff1a}.reshoot-opacity-btn.is-active{background:var(--theme-color, #7259fc);border-color:var(--theme-color, #7259fc);color:#fff}.reshoot-capture-count{display:flex;align-items:center;gap:.5rem;font-size:1.1rem;color:#fff}.reshoot-capture-count .count-number{font-weight:700;color:var(--theme-color, #7259fc)}.reshoot-capture-count .count-separator{color:#ffffff80}.reshoot-capture-count .count-total{color:#ffffffb3}.reshoot-instruction{padding:.75rem;background:#ffffff08;border-radius:6px}.reshoot-instruction p{margin:.25rem 0;font-size:.85rem;color:#fffc}.reshoot-instruction p:first-child{margin-top:0}.reshoot-instruction p:last-child{margin-bottom:0}.reshoot-instruction .reshoot-instruction-hint{font-size:.75rem;color:#fff9}.reshoot-action-buttons{display:flex;gap:.75rem}.reshoot-confirm-btn,.reshoot-back-btn,.reshoot-complete-btn{flex:1;padding:.75rem 1rem;border:none;border-radius:6px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s ease}.reshoot-confirm-btn,.reshoot-complete-btn{background:var(--theme-color, #7259fc);color:#fff}.reshoot-confirm-btn:hover:not(:disabled),.reshoot-complete-btn:hover:not(:disabled){background:var(--theme-assistant, #8f7af8)}.reshoot-confirm-btn:disabled,.reshoot-complete-btn:disabled{opacity:.5;cursor:not-allowed}.reshoot-back-btn{background:#ffffff1a;color:#fffc}.reshoot-back-btn:hover{background:#ffffff26}.panorama-record-dialog-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0009;display:flex;align-items:flex-end;justify-content:center;z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);animation:fadeIn .2s ease-out}.panorama-record-dialog{background:linear-gradient(to top,#141619fa,#1e2023f2);border-top:1px solid rgba(255,255,255,.12);border-radius:16px 16px 0 0;width:100%;max-width:100%;max-height:80vh;display:flex;flex-direction:column;box-shadow:0 -4px 20px #0000004d;animation:slideUp .3s ease-out}@keyframes slideUp{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}.dialog-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;border-bottom:1px solid rgba(255,255,255,.12);background:#191b1e80;flex-shrink:0}@media screen and (max-width: 960px){.dialog-header{padding:.75rem 1rem}}.dialog-header h2{margin:0;font-size:1.1rem;font-weight:600;color:#fff;display:flex;align-items:center;gap:.75rem}@media screen and (max-width: 960px){.dialog-header h2{font-size:1rem}}.dialog-header h2 a{font-size:.85rem;color:#fffc;font-weight:400;text-decoration:none;padding:.25rem .5rem;border-radius:4px;transition:all .2s ease}.dialog-header h2 a:hover{color:#07c160;background:#07c16026}.dialog-header .close-btn{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);font-size:1.5rem;color:#fffc;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s ease}.dialog-header .close-btn:hover:not(:disabled){background:#ffffff26;color:#fff}.dialog-header .close-btn:disabled{opacity:.5;cursor:not-allowed}.dialog-content{padding:1.5rem;overflow-y:auto;flex:1}@media screen and (max-width: 960px){.dialog-content{padding:1rem}}.dialog-content .storage-notice{display:flex;align-items:center;gap:.6rem;padding:.68rem .78rem;background:#94a3b81f;border:1px solid rgba(148,163,184,.2);border-radius:12px;margin-bottom:1rem}.dialog-content .storage-notice .notice-badge{height:24px;padding:0 10px;border-radius:999px;background:#f59e0b33;border:1px solid rgba(245,158,11,.36);color:#fed7aaf2;font-size:12px;font-weight:600;display:inline-flex;align-items:center;flex-shrink:0}.dialog-content .storage-notice .notice-text{color:#e2e8f0eb;font-size:.84rem;font-weight:550;line-height:1.5}.dialog-content .loading-state{text-align:center;padding:3rem 1.25rem;color:#fffc}.dialog-content .loading-state .loading-spinner{border:3px solid rgba(255,255,255,.2);border-left-color:#07c160;border-radius:50%;width:40px;height:40px;animation:spin 1s linear infinite;margin:0 auto 1rem}.dialog-content .loading-state p{margin:0;font-size:.9rem}.dialog-content .error-state{text-align:center;padding:3rem 1.25rem}.dialog-content .error-state .error-message{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-bottom:1rem}.dialog-content .error-state .error-message .error-icon{font-size:1.25rem}.dialog-content .error-state .error-message .error-text{color:#fffc;font-size:.9rem;font-weight:500}.dialog-content .error-state .retry-btn{padding:.65rem 1.25rem;background:#ffffff1a;color:#ffffffe6;border:1px solid rgba(255,255,255,.2);border-radius:6px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s ease}.dialog-content .error-state .retry-btn:hover{background:#ffffff26;transform:translateY(-1px)}.dialog-content .empty-state{text-align:center;padding:4rem 1.25rem;color:#ffffffb3}.dialog-content .empty-state .empty-icon{font-size:3rem;margin-bottom:1rem;opacity:.6}.dialog-content .empty-state p{margin:.5rem 0;font-size:.95rem}.dialog-content .empty-state .empty-hint{color:#ffffff80;font-size:.85rem}.dialog-content .records-list{display:flex;flex-direction:column;gap:1rem}.dialog-content .records-list .record-item{position:relative;background:#ffffff14;border:1px solid rgba(255,255,255,.15);border-radius:12px;transition:all .2s ease}.dialog-content .records-list .record-item:hover{border-color:#ffffff40;background:#ffffff1f}.dialog-content .records-list .record-item.selectable{cursor:pointer}.dialog-content .records-list .record-item.published{opacity:.7;background:#ffffff0d;cursor:not-allowed}.dialog-content .records-list .record-item.published:hover{border-color:#ffffff26}.dialog-content .records-list .record-item.published .record-name{color:#fff9}.dialog-content .records-list .record-item .select-checkbox{position:absolute;top:.75rem;right:.75rem;z-index:10}.dialog-content .records-list .record-item .select-checkbox .fa{font-size:1.25rem;color:#07c160;transition:all .2s ease}.dialog-content .records-list .record-item .select-checkbox .fa-circle-o{color:#ffffff80}.dialog-content .records-list .record-item .select-checkbox .fa-check-circle{color:#07c160}.dialog-content .records-list .record-item .record-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem;gap:.75rem}.dialog-content .records-list .record-item .record-header .record-select-checkbox{width:18px;height:18px;margin:0;flex-shrink:0;cursor:pointer;accent-color:#07c160;border-radius:4px;transition:transform .15s ease,box-shadow .15s ease,opacity .2s ease}.dialog-content .records-list .record-item .record-header .record-select-checkbox:hover:not(:disabled){box-shadow:0 0 0 3px #07c16026}.dialog-content .records-list .record-item .record-header .record-select-checkbox:active:not(:disabled){transform:scale(.96)}.dialog-content .records-list .record-item .record-header .record-select-checkbox:disabled{cursor:not-allowed;opacity:.5}.dialog-content .records-list .record-item .record-header .record-name{margin:0;font-size:1rem;font-weight:600;color:#fff;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dialog-content .records-list .record-item .record-header .record-badges{display:flex;align-items:center;gap:.5rem;flex-shrink:0;margin-left:.75rem}.dialog-content .records-list .record-item .record-header .quality-badge{padding:.25rem .75rem;border-radius:12px;font-size:.75rem;font-weight:500;background:#07c16033;color:#07c160;border:1px solid rgba(7,193,96,.3)}.dialog-content .records-list .record-item .record-header .quality-badge.level-excellent{background:#07c1602e;color:#86efac;border-color:#07c1604d}.dialog-content .records-list .record-item .record-header .quality-badge.level-good{background:#07c16033;color:#7dd3fc;border-color:#07c1604d}.dialog-content .records-list .record-item .record-header .quality-badge.level-warning{background:#f59e0b2e;color:#fcd34d;border-color:#f59e0b4d}.dialog-content .records-list .record-item .record-header .quality-badge.level-danger{background:#ef44442e;color:#fca5a5;border-color:#ef44444d}.dialog-content .records-list .record-item .record-header .record-status{padding:.25rem .75rem;border-radius:12px;font-size:.75rem;font-weight:500;flex-shrink:0}.dialog-content .records-list .record-item .record-header .record-status.status-1,.dialog-content .records-list .record-item .record-header .record-status.status-pending,.dialog-content .records-list .record-item .record-header .record-status.status-processing{background:#3b82f633;color:#60a5fa;border:1px solid rgba(59,130,246,.3)}.dialog-content .records-list .record-item .record-header .record-status.status-2,.dialog-content .records-list .record-item .record-header .record-status.status-completed{background:#07c16033;color:#07c160;border:1px solid rgba(7,193,96,.3)}.dialog-content .records-list .record-item .record-header .record-status.status-3,.dialog-content .records-list .record-item .record-header .record-status.status-failed{background:#ef444433;color:#ef4444;border:1px solid rgba(239,68,68,.3)}.dialog-content .records-list .record-item .record-header .record-status.status-unknown{background:#ffffff1a;color:#fff9;border:1px solid rgba(255,255,255,.15)}.dialog-content .records-list .record-item .record-header .record-status.status-published{background:#ffffff1a;color:#ffffff80;border:1px solid rgba(255,255,255,.15)}.dialog-content .records-list .record-item .record-header .refresh-btn{padding:.4rem .85rem;border:none;border-radius:16px;font-size:.8rem;font-weight:500;background:#f59e0b33;color:#f59e0b;border:1px solid rgba(245,158,11,.3);cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:.4rem;transition:all .2s ease;flex-shrink:0}.dialog-content .records-list .record-item .record-header .refresh-btn .fa{font-size:.75rem;transition:transform .3s ease}.dialog-content .records-list .record-item .record-header .refresh-btn:hover{background:#f59e0b4d;transform:translateY(-1px)}.dialog-content .records-list .record-item .record-header .refresh-btn:hover .fa{transform:rotate(180deg)}.dialog-content .records-list .record-item .record-header .refresh-btn:active{transform:translateY(0)}.dialog-content .records-list .record-item .record-description{margin:0 0 .75rem;color:#ffffffb3;font-size:.85rem;line-height:1.5;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical}.dialog-content .records-list .record-item .record-info{display:flex;flex-direction:column;gap:.5rem}.dialog-content .records-list .record-item .record-info .info-item{display:flex;align-items:center;font-size:.85rem}.dialog-content .records-list .record-item .record-info .info-item .info-label{color:#fff9;margin-right:.5rem;flex-shrink:0}.dialog-content .records-list .record-item .record-info .info-item .info-value{color:#fffc;flex:1}.dialog-content .records-list .record-item .record-info .info-item.manage-menu{align-items:flex-start;margin-top:.5rem}.dialog-content .records-list .record-item .record-info .info-item.manage-menu .manage-actions{display:flex;align-items:center;gap:.5rem;flex:1;position:relative}.dialog-content .records-list .record-item .record-info .info-item.manage-menu .manage-actions .panorama-manage-btn{min-width:88px;min-height:36px;padding:.55rem .9rem;border:1px solid rgba(255,255,255,.15);border-radius:10px;font-size:.82rem;font-weight:600;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;background:#ffffff0d;color:#fffc;white-space:nowrap}.dialog-content .records-list .record-item .record-info .info-item.manage-menu .manage-actions .panorama-manage-btn.panorama-manage-preview{color:#07c160;border-color:#07c1604d;background:#07c1601a}.dialog-content .records-list .record-item .record-info .info-item.manage-menu .manage-actions .panorama-manage-btn.panorama-manage-preview:hover{background:#07c16033;border-color:#07c16080}.dialog-content .records-list .record-item .record-info .info-item.manage-menu .manage-actions .panorama-manage-btn.panorama-manage-remake{color:#3b82f6;border-color:#3b82f64d;background:#3b82f61a}.dialog-content .records-list .record-item .record-info .info-item.manage-menu .manage-actions .panorama-manage-btn.panorama-manage-remake:hover{background:#3b82f633;border-color:#3b82f680}.dialog-content .records-list .record-item .record-info .info-item.manage-menu .manage-actions .panorama-manage-btn.panorama-manage-download{color:#07c160;border-color:#07c1604d;background:#07c1601a}.dialog-content .records-list .record-item .record-info .info-item.manage-menu .manage-actions .panorama-manage-btn.panorama-manage-download:hover{background:#07c16033;border-color:#07c16080}.dialog-content .records-list .record-item .record-info .info-item.manage-menu .manage-actions .panorama-manage-btn.panorama-manage-reshoot{color:#f97316;border-color:#f973164d;background:#f973161a}.dialog-content .records-list .record-item .record-info .info-item.manage-menu .manage-actions .panorama-manage-btn.panorama-manage-reshoot:hover{background:#f9731633;border-color:#f9731680}.dialog-content .records-list .record-item .record-info .info-item.manage-menu .manage-actions .panorama-manage-btn.panorama-manage-more{color:#ffffffe6;border-color:#ffffff29;background:#ffffff0f}.dialog-content .records-list .record-item .record-info .info-item.manage-menu .manage-actions .panorama-manage-btn.panorama-manage-more:hover{background:#ffffff1f;border-color:#ffffff3d}.dialog-content .records-list .record-item .record-info .info-item.manage-menu .manage-actions .more-actions-menu{position:relative}.dialog-content .records-list .record-item .record-info .info-item.manage-menu .manage-actions .more-actions-menu.open .panorama-manage-more{background:#ffffff1f;border-color:#ffffff3d}.dialog-content .records-list .record-item .record-info .info-item.manage-menu .manage-actions .more-actions-popover{position:absolute;bottom:calc(100% + .5rem);right:0;min-width:176px;padding:.4rem;border-radius:12px;border:1px solid rgba(255,255,255,.1);background:#0b121cfa;box-shadow:0 16px 32px #0206176b;display:flex;flex-direction:column;gap:.2rem;z-index:20}.dialog-content .records-list .record-item .record-info .info-item.manage-menu .manage-actions .more-action-item{width:100%;padding:.7rem .8rem;border:none;border-radius:8px;background:transparent;color:#ffffffdb;font-size:.82rem;text-align:left;cursor:pointer;transition:background .2s ease,color .2s ease;white-space:nowrap}.dialog-content .records-list .record-item .record-info .info-item.manage-menu .manage-actions .more-action-item:hover{background:#ffffff14}.dialog-content .records-list .record-item .record-info .info-item.manage-menu .manage-actions .more-action-item.danger{color:#fca5a5}.dialog-content .records-list .record-item .record-info .info-item.manage-menu .manage-actions .more-action-item.disabled{color:#ffffff6b;cursor:default}.dialog-content .records-list .record-item .record-info .quality-panel{margin-top:.25rem;padding:.95rem 1rem;border-radius:14px;border:1px solid rgba(255,255,255,.08);background:linear-gradient(135deg,#ffffff0f,#ffffff08)}.dialog-content .records-list .record-item .record-info .quality-panel-header{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:.8rem}.dialog-content .records-list .record-item .record-info .quality-panel-title{color:#ffffffb8;font-size:.78rem;font-weight:600;letter-spacing:.06em}.dialog-content .records-list .record-item .record-info .quality-level-chip{padding:.28rem .7rem;border-radius:999px;font-size:.74rem;font-weight:600;border:1px solid transparent}.dialog-content .records-list .record-item .record-info .quality-level-chip.level-excellent{background:#07c16029;color:#86efac;border-color:#07c16047}.dialog-content .records-list .record-item .record-info .quality-level-chip.level-good{background:#07c16029;color:#7dd3fc;border-color:#07c16047}.dialog-content .records-list .record-item .record-info .quality-level-chip.level-warning{background:#f59e0b29;color:#fcd34d;border-color:#f59e0b47}.dialog-content .records-list .record-item .record-info .quality-level-chip.level-danger{background:#ef444429;color:#fca5a5;border-color:#ef444447}.dialog-content .records-list .record-item .record-info .quality-level-chip.level-unknown{background:#ffffff14;color:#ffffffb8;border-color:#ffffff1f}.dialog-content .records-list .record-item .record-info .quality-panel-body{display:flex;flex-direction:column;gap:.8rem}.dialog-content .records-list .record-item .record-info .quality-topline{display:flex;align-items:stretch;width:100%}.dialog-content .records-list .record-item .record-info .quality-indicators{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.42rem;width:100%}.dialog-content .records-list .record-item .record-info .quality-indicator{min-width:0;padding:.5rem .52rem;border-radius:12px;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);display:flex;flex-direction:column;justify-content:center;gap:.18rem}.dialog-content .records-list .record-item .record-info .indicator-label{color:#94a3b8eb;font-size:.64rem;font-weight:600;letter-spacing:.01em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dialog-content .records-list .record-item .record-info .indicator-value{color:#f8fafc;font-size:.9rem;font-weight:700;line-height:1.1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dialog-content .records-list .record-item .record-info .quality-copywriting{min-width:0;flex:1}.dialog-content .records-list .record-item .record-info .quality-tags{display:flex;flex-wrap:nowrap;gap:.28rem;margin-top:0}.dialog-content .records-list .record-item .record-info .quality-tag{min-width:0;flex:1;padding:.22rem .4rem;border-radius:999px;background:#ffffff0f;border:1px solid rgba(255,255,255,.08);color:#ffffffb8;font-size:.64rem;line-height:1.2;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dialog-footer{display:flex;flex-direction:row;gap:.75rem;padding:1rem 1.5rem;border-top:1px solid rgba(255,255,255,.12);background:#191b1e80;flex-shrink:0;box-shadow:0 -2px 10px #0003}@media screen and (max-width: 960px){.dialog-footer{padding:.75rem 1rem}}.dialog-footer .footer-btn{flex:1;padding:.75rem 1.5rem;border:none;border-radius:8px;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .2s ease}@media screen and (max-width: 960px){.dialog-footer .footer-btn{padding:.65rem 1.25rem;font-size:.9rem}}.dialog-footer .footer-btn:disabled{opacity:.5;cursor:not-allowed}.dialog-footer .footer-btn.publish-btn{background:#07c160;color:#fff;box-shadow:0 4px 12px #07c1604d}.dialog-footer .footer-btn.publish-btn:hover:not(:disabled){background:#38d97a;transform:translateY(-1px);box-shadow:0 6px 16px #07c16066}.dialog-footer .footer-btn.publish-btn:active:not(:disabled){transform:translateY(0)}.preview-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000f2;display:flex;align-items:center;justify-content:center;z-index:2000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);animation:fadeIn .3s ease-out}.preview-dialog{background:#000;border-radius:0;width:100%;height:100%;max-width:100%;max-height:100%;display:flex;flex-direction:column;animation:dialogFadeIn .3s ease-out}@keyframes dialogFadeIn{0%{opacity:0}to{opacity:1}}.preview-header{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1.25rem;background:#000c;border-bottom:1px solid rgba(255,255,255,.1);flex-shrink:0;position:relative;z-index:10}.preview-header .preview-notice{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#f59e0b26;border:1px solid rgba(245,158,11,.3);border-radius:6px;color:#f59e0b;font-size:.85rem}.preview-header .preview-notice .notice-icon{font-size:1rem;flex-shrink:0}.preview-header .preview-notice .notice-text{color:#f59e0b;font-weight:500}.preview-header .close-btn{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);font-size:1.5rem;color:#fffc;cursor:pointer;padding:0;width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s ease}.preview-header .close-btn:hover{background:#fff3;color:#fff}.preview-content{flex:1;overflow:hidden;display:flex;align-items:center;justify-content:center;width:100%;height:100%}.preview-content .preview-iframe{width:100%;height:100%;border:none;border-radius:0}.publish-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0009;display:flex;align-items:flex-end;justify-content:center;z-index:2000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);animation:fadeIn .2s ease-out}.publish-dialog{background:linear-gradient(to top,#141619fa,#1e2023f2);border-top:1px solid rgba(255,255,255,.12);border-radius:16px 16px 0 0;width:100%;max-width:100%;max-height:80vh;display:flex;flex-direction:column;box-shadow:0 -4px 20px #0000004d;animation:slideUp .3s ease-out}.publish-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;border-bottom:1px solid rgba(255,255,255,.02);background:#191b1e80;flex-shrink:0}.publish-header h3{margin:0;font-size:1.1rem;font-weight:600;color:#fff}@media screen and (max-width: 960px){.publish-header h3{font-size:1rem}}.publish-header .close-btn{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);font-size:1.5rem;color:#fffc;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s ease}.publish-header .close-btn:hover:not(:disabled){background:#ffffff26;color:#fff}.publish-header .close-btn:disabled{opacity:.5;cursor:not-allowed}.publish-content{padding:1.5rem;overflow-y:auto;flex:1}@media screen and (max-width: 960px){.publish-content{padding:1rem}}.publish-content .publish-tip{margin-bottom:1rem;padding:.75rem 1rem;background:#f59e0b26;border:1px solid rgba(245,158,11,.3);border-radius:8px;color:#ffffffe6;font-size:.85rem;line-height:1.6}.publish-content .form-item{margin-bottom:1rem}.publish-content .form-item label{display:block;margin-bottom:.5rem;font-size:.9rem;font-weight:500;color:#ffffffe6}.publish-content .form-item label .required{color:#ef4444;margin-right:.25rem;font-weight:700}.publish-content .form-item input,.publish-content .form-item textarea{width:100%;padding:.75rem 1rem;border:1px solid rgba(255,255,255,.15);border-radius:8px;font-size:.9rem;font-family:inherit;background:#ffffff0d;color:#ffffffe6;transition:all .2s ease;box-sizing:border-box}.publish-content .form-item input::placeholder,.publish-content .form-item textarea::placeholder{color:#fff6}.publish-content .form-item input:focus,.publish-content .form-item textarea:focus{outline:none;border-color:#07c16080;background:#ffffff14;box-shadow:0 0 0 3px #07c1601a}.publish-content .form-item input:disabled,.publish-content .form-item textarea:disabled{background:#ffffff08;cursor:not-allowed;opacity:.6}.publish-content .form-item textarea{resize:vertical;min-height:80px}.publish-content .address-selector .select-address-btn{padding:.65rem 1.25rem;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:8px;font-size:.9rem;color:#ffffffe6;cursor:pointer;transition:all .2s ease}.publish-content .address-selector .select-address-btn:hover:not(:disabled){background:#ffffff26;border-color:#ffffff4d}.publish-content .address-selector .select-address-btn:disabled{opacity:.5;cursor:not-allowed}.publish-content .address-selector .address-info{margin-top:.75rem;padding:.75rem 1rem;background:#ffffff0d;border-radius:8px;border:1px solid rgba(255,255,255,.08);font-size:.85rem;color:#ffffffb3}.publish-content .address-selector .address-info p{margin:.35rem 0}.publish-content .address-selector .address-info p strong{color:#ffffffe6;margin-right:.5rem}.publish-content .publish-actions{display:flex;gap:.75rem;margin-top:1rem;padding-top:1rem;border-top:1px solid rgba(255,255,255,.08)}.publish-content .publish-actions .cancel-btn,.publish-content .publish-actions .submit-btn{flex:1;padding:.75rem 1.5rem;border:none;border-radius:8px;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .2s ease}@media screen and (max-width: 960px){.publish-content .publish-actions .cancel-btn,.publish-content .publish-actions .submit-btn{padding:.65rem 1.25rem;font-size:.9rem}}.publish-content .publish-actions .cancel-btn:disabled,.publish-content .publish-actions .submit-btn:disabled{opacity:.5;cursor:not-allowed}.publish-content .publish-actions .cancel-btn{background:#ffffff1a;color:#fffc;border:1px solid rgba(255,255,255,.2)}.publish-content .publish-actions .cancel-btn:hover:not(:disabled){background:#ffffff26;color:#fff}.publish-content .publish-actions .submit-btn{background:#07c160;color:#fff;box-shadow:0 4px 12px #07c1604d}.publish-content .publish-actions .submit-btn:hover:not(:disabled){background:#38d97a;transform:translateY(-1px);box-shadow:0 6px 16px #07c16066}.publish-content .publish-actions .submit-btn:active:not(:disabled){transform:translateY(0)}.map-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:3000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);animation:fadeIn .2s ease-out}.map-dialog{background:linear-gradient(135deg,#0f1113fa,#141619fa);border:1px solid rgba(255,255,255,.1);border-radius:16px;width:90%;max-width:1000px;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 8px 32px #00000080;animation:slideUpScale .3s cubic-bezier(.34,1.56,.64,1)}.map-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;border-bottom:1px solid rgba(255,255,255,.12);background:#191b1e80;flex-shrink:0}.map-header h3{margin:0;font-size:1.1rem;font-weight:600;color:#fff}@media screen and (max-width: 960px){.map-header h3{font-size:1rem}}.map-header .close-btn{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);font-size:1.5rem;color:#fffc;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s ease}.map-header .close-btn:hover{background:#ffffff26;color:#fff}.map-content{flex:1;overflow:hidden;display:flex;align-items:center;justify-content:center;min-height:500px}.map-content .map-iframe{width:100%;height:100%;min-height:600px;border:none;border-radius:0 0 16px 16px}.panorama-record-dialog-overlay,.publish-overlay,.map-overlay,.preview-overlay{background:radial-gradient(circle at 18% 8%,rgba(34,197,94,.12),transparent 42%),radial-gradient(circle at 88% 8%,rgba(56,189,248,.1),transparent 36%),#03080dbd;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.panorama-record-dialog-overlay,.publish-overlay,.preview-overlay,.map-overlay{align-items:center;flex-direction:column;justify-content:center;gap:14px;padding:16px}.panorama-record-dialog,.publish-dialog{width:min(920px,96vw);max-width:920px;max-height:min(88vh,920px);border-radius:18px;border:none;background:linear-gradient(170deg,#080f18e6,#0a1019db);box-shadow:0 20px 44px #02061761;animation:dialogFadeIn .28s cubic-bezier(.22,1,.36,1);overflow:hidden}.dialog-header,.publish-header,.map-header{padding:1rem 1.25rem;border-bottom:none;background:transparent}.dialog-header h2,.dialog-header h3,.publish-header h2,.publish-header h3,.map-header h2,.map-header h3{color:#f8fafc}.dialog-header .close-btn,.publish-header .close-btn,.map-header .close-btn{background:#94a3b829;border:1px solid rgba(148,163,184,.32);color:#f8fafceb}.dialog-header .close-btn:hover:not(:disabled),.publish-header .close-btn:hover:not(:disabled),.map-header .close-btn:hover:not(:disabled){background:#94a3b847;transform:scale(1.04)}.dialog-content,.publish-content{padding:1.1rem 1.25rem;max-height:calc(88vh - 170px);overflow-y:auto}.dialog-content .storage-notice{border-radius:12px;border:1px solid rgba(148,163,184,.18);background:linear-gradient(120deg,#1e293b94,#0f172a6b)}.dialog-content .empty-state{padding:5rem 1.25rem;color:#e2e8f0d6}.dialog-content .empty-state .empty-icon{font-size:2.6rem;opacity:.55;filter:grayscale(.1)}.dialog-content .empty-state .empty-hint{color:#94a3b8db}.dialog-content .records-list .record-item{border-radius:14px;border:none;background:#0f172a47}.dialog-content .records-list .record-item:hover{background:#1e293b57}@media screen and (max-width: 640px){.dialog-content .records-list .record-item .record-header{align-items:flex-start;gap:.6rem}.dialog-content .records-list .record-item .record-header .record-badges{flex-wrap:wrap;margin-left:0}.dialog-content .records-list .record-item .record-info .quality-panel-body{align-items:flex-start}.dialog-content .records-list .record-item .record-info .quality-topline{width:100%;flex-direction:column}.dialog-content .records-list .record-item .record-info .quality-indicators{width:100%}.dialog-content .records-list .record-item .record-info .info-item.manage-menu{flex-direction:column;gap:.55rem}.dialog-content .records-list .record-item .record-info .info-item.manage-menu .manage-actions{width:100%}.dialog-content .records-list .record-item .record-info .info-item.manage-menu .manage-actions .panorama-manage-btn,.dialog-content .records-list .record-item .record-info .info-item.manage-menu .manage-actions .more-actions-menu{flex:1}.dialog-content .records-list .record-item .record-info .info-item.manage-menu .manage-actions .more-actions-popover{left:0;right:auto;bottom:calc(100% + .5rem);min-width:max(100%,176px)}}.dialog-footer{padding:.9rem 1.25rem;border-top:none;background:transparent;box-shadow:none}.dialog-footer .footer-btn.publish-btn{border-radius:12px;background:linear-gradient(135deg,#22c55e,#16a34a 64%);box-shadow:0 10px 22px #16a34a47}.record-floating-close-btn{border:1px solid rgba(148,163,184,.28);background:#0f172a8f;color:#f1f5f9f2;min-width:112px;height:40px;padding:0 18px;border-radius:999px;font-size:14px;font-weight:600;cursor:pointer;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transition:transform .2s ease,background .2s ease}.record-floating-close-btn:active:not(:disabled){transform:scale(.96)}.record-floating-close-btn:disabled{opacity:.5;cursor:not-allowed}.preview-dialog{width:min(1200px,96vw);height:min(88vh,900px);border-radius:18px;border:1px solid rgba(148,163,184,.24);background:#020617f5;overflow:hidden}.preview-content{max-height:calc(88vh - 80px);overflow:auto}.preview-header{padding:.75rem 1rem;background:#0f172ab3;border-bottom:1px solid rgba(148,163,184,.22)}.preview-header .preview-notice{border-radius:999px;padding:.42rem .8rem;border-color:#f59e0b66}.publish-content .publish-tip,.publish-content .address-selector .address-info{border-radius:12px;border-color:#94a3b83d;background:#0f172a5c}.publish-content input,.publish-content textarea{border-radius:10px;border-color:#94a3b842;background:#0f172a57}.publish-content .publish-actions .cancel-btn{border-radius:10px;background:#94a3b829;border-color:#94a3b847}.publish-content .publish-actions .submit-btn{border-radius:10px;background:linear-gradient(135deg,#22c55e,#16a34a 64%);box-shadow:0 10px 22px #16a34a47}.map-dialog{width:min(1100px,96vw);max-height:min(88vh,960px);border-radius:18px;border:1px solid rgba(148,163,184,.24);background:linear-gradient(170deg,#080f18f5,#0a1019eb);box-shadow:0 24px 52px #02061780;overflow:hidden}.map-content{max-height:calc(88vh - 72px);min-height:360px;overflow:auto}@media screen and (max-width: 960px){.panorama-record-dialog-overlay,.publish-overlay,.map-overlay,.preview-overlay{padding:10px}.record-floating-close-btn{height:38px;min-width:100px}.panorama-record-dialog,.publish-dialog,.preview-dialog,.map-dialog{width:100%;max-height:92vh;border-radius:16px}.dialog-content,.publish-content{max-height:calc(92vh - 160px)}.preview-content{max-height:calc(92vh - 74px)}.map-content{max-height:calc(92vh - 70px);min-height:300px}}.panorama-processing-dialog-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000f2;display:flex;align-items:center;justify-content:center;z-index:2000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);animation:fadeIn .3s ease-out}.panorama-processing-dialog{width:100%;height:100%;display:flex;align-items:center;justify-content:center;padding:12px;box-sizing:border-box}.processing-content{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:#fff}.loading-animation{position:relative;width:120px;height:120px;margin-bottom:40px}.spinner-ring{position:absolute;width:100%;height:100%}.spinner-ring .ring{position:absolute;width:100%;height:100%;border:3px solid transparent;border-top-color:#4caf50;border-radius:50%;animation:spin 1.5s linear infinite}.spinner-ring .ring:nth-child(1){animation-delay:0s;border-top-color:#4caf50}.spinner-ring .ring:nth-child(2){width:80%;height:80%;top:10%;left:10%;animation-delay:-.5s;border-top-color:#8bc34a;animation-duration:2s}.spinner-ring .ring:nth-child(3){width:60%;height:60%;top:20%;left:20%;animation-delay:-1s;border-top-color:#cddc39;animation-duration:2.5s}.spinner-ring .ring:nth-child(4){width:40%;height:40%;top:30%;left:30%;animation-delay:-1.5s;border-top-color:#ffc107;animation-duration:3s}.pulse-dot{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:16px;height:16px;background:#4caf50;border-radius:50%;animation:pulse 1.5s ease-in-out infinite}@keyframes pulse{0%,to{transform:translate(-50%,-50%) scale(1);opacity:1}50%{transform:translate(-50%,-50%) scale(1.5);opacity:.7}}.countdown-display{display:flex;align-items:baseline;justify-content:center;margin-bottom:30px;gap:8px}.countdown-number{font-size:72px;font-weight:700;color:#4caf50;text-shadow:0 0 20px rgba(76,175,80,.5);line-height:1;animation:countdownPulse 1.33s ease-in-out infinite}@keyframes countdownPulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.countdown-label{font-size:32px;font-weight:500;color:#fffc}.processing-text h2{font-size:28px;font-weight:600;margin:0 0 12px;color:#fff}.processing-text p{font-size:16px;color:#fffc;margin:8px 0}.processing-text .querying-hint{font-size:14px;color:#fff9;animation:blink 1.5s ease-in-out infinite}.socket-progress-panel{margin-top:14px;padding:10px 12px;border-radius:10px;background:#ffffff14;border:1px solid rgba(255,255,255,.12)}.socket-progress-title{display:flex;align-items:center;justify-content:center;gap:8px;font-size:13px;color:#ffffffe6}.socket-progress-bar{width:100%;height:8px;margin-top:8px;border-radius:999px;overflow:hidden;background:#94a3b842}.socket-progress-fill{height:100%;width:0;background:linear-gradient(90deg,#22c55e,#16a34a);transition:width .3s ease}.socket-progress-percent{margin-top:6px;font-size:13px;color:#bbf7d0}.socket-progress-text{margin-top:4px;font-size:12px;color:#e2e8f0e6}@keyframes blink{0%,to{opacity:.6}50%{opacity:1}}.error-message{margin-top:20px;padding:12px 24px;background:#f4433633;border:1px solid rgba(244,67,54,.5);border-radius:8px;color:#ff6b6b;display:flex;align-items:center;gap:8px;font-size:14px}.error-message .error-icon{font-size:18px}.action-buttons-container{margin-top:40px;width:100%;max-width:400px;display:flex;flex-direction:column;align-items:center;gap:16px;animation:fadeIn .3s ease-out}.subscribe-tip{font-size:13px;color:#ffffffb3;text-align:center;margin:0;line-height:1.5}.action-buttons-row{width:100%;display:flex;gap:12px;justify-content:center}.continue-shoot-btn,.subscribe-btn,.back-home-btn{flex:1;padding:14px 24px;font-size:16px;font-weight:600;border:none;border-radius:12px;cursor:pointer;transition:all .3s ease;min-width:120px}.continue-shoot-btn{background:#ffffff26;color:#fff;border:1px solid rgba(255,255,255,.3);box-shadow:0 2px 8px #0003}.continue-shoot-btn:hover{background:#ffffff40;transform:translateY(-2px);box-shadow:0 4px 12px #0000004d}.continue-shoot-btn:active{transform:translateY(0)}.subscribe-btn{background:linear-gradient(135deg,#7259fc,#6950e3);color:#fff;box-shadow:0 4px 15px #7259fc66}.subscribe-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #7259fc99}.subscribe-btn:active{transform:translateY(0)}.back-home-button-container{margin-top:30px;display:flex;justify-content:center;animation:fadeIn .3s ease-out}.back-home-btn{padding:14px 48px;font-size:18px;font-weight:600;background:linear-gradient(135deg,#07c160,#059748);color:#fff;border:none;border-radius:12px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #07c16066}.back-home-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #07c16099}.back-home-btn:active{transform:translateY(0)}.success-content{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:#fff;max-width:560px;width:100%;padding:20px;box-sizing:border-box;animation:slideUp .5s ease-out;max-height:80vh;overflow-y:auto}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.success-icon{width:64px;height:64px;background:#4caf50;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:36px;color:#fff;margin-bottom:16px;box-shadow:0 0 30px #4caf5080;animation:successBounce .6s ease-out}@keyframes successBounce{0%{transform:scale(0)}50%{transform:scale(1.2)}to{transform:scale(1)}}.success-title{font-size:24px;font-weight:600;margin:0 0 16px;color:#fff}.result-info{width:100%;margin-bottom:16px;text-align:left}.publish-tip{width:100%;margin-bottom:12px;padding:10px 12px;box-sizing:border-box;background:#ffffff0f;border:1px solid rgba(255,255,255,.12);border-radius:10px;color:#ffffffe6;font-size:13px;line-height:1.6}.result-name{font-size:18px;font-weight:600;color:#fff;margin-bottom:8px}.result-description{font-size:14px;color:#fffc;margin-bottom:12px;line-height:1.6}.quality-info{background:#ffffff1a;border-radius:12px;padding:12px;margin-top:12px}.quality-score{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px;padding-bottom:10px;border-bottom:1px solid rgba(255,255,255,.2)}.quality-score .score-label{font-size:14px;color:#ffffffe6}.quality-score .score-value{font-size:22px;font-weight:700;color:#4caf50;text-shadow:0 0 10px rgba(76,175,80,.5)}.quality-description{font-size:14px;color:#ffffffe6;margin-bottom:10px;line-height:1.6}.quality-issues{display:flex;flex-direction:column;gap:6px;margin-top:10px}.issue-item{display:flex;justify-content:space-between;align-items:center;padding:6px 10px;background:#ffffff0d;border-radius:6px;font-size:12px}.issue-item .issue-type{color:#fffc}.issue-item .issue-ratio{color:#ffffffe6;font-weight:500}.action-buttons{width:100%;display:flex;flex-direction:column;gap:12px}.publish-btn{width:100%;padding:12px 24px;font-size:16px;font-weight:600;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:12px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #667eea66}.publish-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #667eea99}.publish-btn:active{transform:translateY(0)}.view-records-btn{width:100%;padding:12px 24px;font-size:16px;font-weight:600;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:12px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #667eea66}.view-records-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #667eea99}.view-records-btn:active{transform:translateY(0)}.button-row{display:flex;gap:16px;width:100%}.preview-btn,.download-btn{flex:1;padding:16px 32px;font-size:18px;font-weight:600;border:none;border-radius:12px;cursor:pointer;transition:all .3s ease}.preview-btn{background:linear-gradient(135deg,#f093fb,#f5576c);color:#fff;box-shadow:0 4px 15px #f5576c66}.preview-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #f5576c99}.preview-btn:active{transform:translateY(0)}.download-btn{background:linear-gradient(135deg,#4facfe,#00f2fe);color:#fff;box-shadow:0 4px 15px #4facfe66}.download-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #4facfe99}.download-btn:active{transform:translateY(0)}.close-btn{padding:12px 32px;font-size:16px;font-weight:500;background:#ffffff1a;color:#ffffffe6;border:1px solid rgba(255,255,255,.2);border-radius:8px;cursor:pointer;transition:all .3s ease}.close-btn:hover{background:#fff3;color:#fff}@media (max-width: 768px){.panorama-processing-dialog{padding:8px}.countdown-number{font-size:56px}.countdown-label,.processing-text h2{font-size:24px}.success-title{font-size:20px}.success-content{padding:16px;max-height:82vh}.button-row{flex-direction:column;gap:12px}.preview-btn,.download-btn{width:100%}.action-buttons-container{max-width:100%;padding:0 20px}.action-buttons-row{flex-direction:row;gap:10px}.continue-shoot-btn,.subscribe-btn,.back-home-btn{width:auto;min-width:0;padding:16px 14px;font-size:15px}.back-home-btn{width:100%;padding:16px 32px}}.panorama-processing-dialog-overlay{background:radial-gradient(circle at 18% 8%,rgba(34,197,94,.12),transparent 42%),radial-gradient(circle at 88% 8%,rgba(56,189,248,.1),transparent 36%),#03080dc7;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);align-items:flex-end;justify-content:flex-end;padding:0}.panorama-processing-dialog{width:100%;height:auto;align-items:flex-end;justify-content:flex-end;padding:0}.processing-content,.success-content{position:relative;width:100%;max-width:100%;max-height:min(84vh,780px);overflow-y:auto;padding:30px 20px calc(20px + env(safe-area-inset-bottom,0px));border-radius:24px 24px 0 0;border:1px solid rgba(148,163,184,.24);border-bottom:none;background:linear-gradient(170deg,#080f18f5,#0a1019eb);box-shadow:0 24px 52px #02061780;animation:dialogSheetUp .34s cubic-bezier(.22,1,.36,1)}.processing-content:before,.success-content:before{content:"";display:block;width:44px;height:5px;margin:0 auto 18px;border-radius:999px;background:#94a3b86b}@keyframes dialogSheetUp{0%{opacity:0;transform:translateY(48px)}to{opacity:1;transform:translateY(0)}}.loading-animation{width:96px;height:96px;margin-bottom:20px}.spinner-ring .ring{border-width:2px;border-top-color:#38bdf8e6}.spinner-ring .ring:nth-child(2){border-top-color:#22c55ed9}.spinner-ring .ring:nth-child(3){border-top-color:#38bdf899}.spinner-ring .ring:nth-child(4){border-top-color:#22c55e99}.pulse-dot{width:10px;height:10px;background:#22c55e}.countdown-number{font-size:54px;color:#22c55e;text-shadow:0 0 16px rgba(34,197,94,.32)}.countdown-label{font-size:22px;color:#e2e8f0db}.processing-text h2{font-size:24px;font-weight:700;letter-spacing:.01em}.processing-text p{color:#e2e8f0e6}.processing-text .querying-hint{color:#94a3b8e6}.action-buttons-row{gap:10px}.continue-shoot-btn,.subscribe-btn,.back-home-btn,.view-records-btn,.publish-btn,.preview-btn,.download-btn{border-radius:12px;font-weight:650}.continue-shoot-btn{background:#94a3b829;border:1px solid rgba(148,163,184,.28)}.subscribe-btn,.back-home-btn,.view-records-btn{background:linear-gradient(135deg,#22c55e,#16a34a 64%);box-shadow:0 10px 22px #16a34a47}.success-icon{width:56px;height:56px;font-size:28px;background:#22c55e;box-shadow:0 0 18px #22c55e59}.success-title{font-size:22px}.result-info{margin-bottom:14px}.publish-tip,.quality-info{border-radius:12px;background:#0f172a66;border:1px solid rgba(148,163,184,.22)}.quality-score .score-value{color:#22c55e;text-shadow:none}.issue-item{background:#0f172a73;border-radius:8px}.processing-floating-close-btn{position:fixed;top:calc(14px + env(safe-area-inset-top,0px));right:16px;z-index:2002;border:1px solid rgba(148,163,184,.28);background:#0f172a8f;color:#f1f5f9f2;min-width:40px;width:auto;height:40px;padding:0 14px;border-radius:999px;font-size:13px;font-weight:600;cursor:pointer;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);box-shadow:0 12px 28px #02061747;transition:transform .2s ease,background .2s ease,border-color .2s ease}.processing-floating-close-btn:active{transform:scale(.96)}@media (min-width: 960px){.processing-content,.success-content{padding-left:max(24px,(100vw - 920px) / 2);padding-right:max(24px,(100vw - 920px) / 2)}}@media (max-width: 768px){.processing-content,.success-content{max-height:min(88vh,760px);padding:24px 18px calc(18px + env(safe-area-inset-bottom,0px));border-radius:22px 22px 0 0}.processing-content:before,.success-content:before{margin-bottom:16px}.processing-floating-close-btn{top:calc(12px + env(safe-area-inset-top,0px));right:12px}}.precompose-dialog-overlay{position:fixed;top:0;left:0;right:0;bottom:0;width:100%;height:100vh;background:transparent;z-index:9999;display:flex;flex-direction:column;pointer-events:none}.precompose-dialog{position:fixed;top:0;left:0;right:0;bottom:0;width:100%;height:100vh;background:transparent;z-index:10000;display:flex;flex-direction:column;pointer-events:none}.precompose-dialog .precompose-progress-panel{position:fixed;bottom:0;left:0;right:0;background:linear-gradient(to top,#000000f2,#000c);border-top:1px solid rgba(255,255,255,.08);border-radius:12px 12px 0 0;max-height:45%;overflow:hidden;z-index:20;display:flex;flex-direction:column;box-shadow:0 -4px 20px #0000004d;animation:slideUp .3s ease-out;padding:1rem;text-align:center;pointer-events:auto;max-height:84vh;overflow-y:auto}.precompose-dialog .precompose-progress-panel .status-icon{display:flex;align-items:center;justify-content:center;width:48px;height:48px;margin:0 auto .5rem}.precompose-dialog .precompose-progress-panel .status-icon .spinner{width:40px;height:40px;border:3px solid rgba(255,255,255,.2);border-top-color:var(--theme-color);border-radius:50%;animation:spin 1s linear infinite}.precompose-dialog .precompose-progress-panel .status-text{font-size:.9rem;color:#fff;margin-bottom:.8rem;font-weight:600}.precompose-dialog .precompose-progress-panel .progress-bar{width:100%;height:6px;background:#ffffff1a;border-radius:3px;overflow:hidden;margin-bottom:.6rem;box-shadow:inset 0 1px 2px #0003}.precompose-dialog .precompose-progress-panel .progress-bar .progress-fill{height:100%;background:linear-gradient(90deg,var(--theme-color),var(--theme-assistant),#a78bfa);transition:width .5s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;box-shadow:0 0 10px #8b5cf680}.precompose-dialog .precompose-progress-panel .progress-bar .progress-fill:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);animation:progressShine 1.5s infinite}.precompose-dialog .precompose-progress-panel .progress-text{font-size:.8rem;color:#ffffffb3;margin-bottom:.8rem}.precompose-dialog .precompose-progress-panel .steps-section{max-height:150px;overflow-y:auto;text-align:left}.precompose-dialog .precompose-progress-panel .steps-section .step{display:flex;align-items:center;margin-bottom:.5rem;font-size:.8rem;color:#ffffffbf}.precompose-dialog .precompose-progress-panel .steps-section .step .step-icon{width:18px;height:18px;margin-right:.6rem;display:flex;align-items:center;justify-content:center;border-radius:50%;font-size:11px;flex-shrink:0}.precompose-dialog .precompose-progress-panel .steps-section .step .step-icon.done{background:#07c160;color:#fff}.precompose-dialog .precompose-progress-panel .steps-section .step .step-icon.processing{background:var(--theme-color);color:#fff;animation:pulse 1s infinite}.precompose-dialog .precompose-progress-panel .steps-section .step .step-icon.pending{background:#ffffff1a;color:#ffffff80}.precompose-dialog .precompose-progress-panel .steps-section .step .step-text{flex:1;color:#fffc;text-align:left}.precompose-dialog .precompose-progress-panel .estimate-time{margin-top:.6rem;text-align:center;font-size:.75rem;color:#fff9;display:flex;align-items:center;justify-content:center;gap:.6rem;flex-wrap:wrap}.precompose-dialog .precompose-progress-panel .skip-precompose-btn{border:1px solid rgba(255,255,255,.3);background:#ffffff14;color:#fffc;font-size:.7rem;padding:.25rem .6rem;border-radius:4px;cursor:pointer;white-space:nowrap;transition:all .2s ease;font-weight:500;display:inline-block}.precompose-dialog .precompose-progress-panel .skip-precompose-btn:active{background:#ffffff1f;border-color:#ffffff80;transform:scale(.95)}.precompose-dialog .precompose-progress-panel .skip-precompose-btn:hover{background:#ffffff1a;border-color:#fff6}.precompose-dialog .precompose-result{display:flex;flex-direction:column;width:100%;height:100%;padding:0}.precompose-dialog .precompose-result .precompose-header-inline{display:flex;justify-content:space-between;align-items:center;padding:.4rem 0;margin-bottom:.5rem;border-bottom:1px solid rgba(255,255,255,.08);flex-shrink:0}.precompose-dialog .precompose-result .precompose-header-title-wrapper{display:flex;align-items:center;gap:.5rem;flex:1}.precompose-dialog .precompose-result .precompose-header-title{margin:0;font-size:.85rem;font-weight:600;color:#fff;line-height:1.2}.precompose-dialog .precompose-result .precompose-header-actions{display:flex;gap:.4rem;align-items:center}.precompose-dialog .precompose-result .precompose-header-toggle,.precompose-dialog .precompose-result .precompose-header-close{border:none;background:transparent;color:#ffffffb3;font-size:.7rem;cursor:pointer;padding:.25rem .5rem;line-height:1.2;transition:all .2s ease;display:flex;align-items:center;justify-content:center;white-space:nowrap;border-radius:4px}.precompose-dialog .precompose-result .precompose-header-toggle:hover,.precompose-dialog .precompose-result .precompose-header-close:hover{color:#fff;background:#ffffff1a;transform:scale(1.05)}.precompose-dialog .precompose-result .precompose-header-toggle:active,.precompose-dialog .precompose-result .precompose-header-close:active{transform:scale(.95)}.precompose-dialog .precompose-result .analysis-section{position:fixed;bottom:0;left:0;right:0;width:100%;background:linear-gradient(to top,#000000f2,#000c);border-top:1px solid rgba(255,255,255,.08);border-radius:12px 12px 0 0;z-index:10001;transition:max-height .3s ease;overflow:hidden;padding:.8rem 1rem;display:flex;max-height:84vh;overflow-y:auto;flex-direction:column;gap:.6rem;box-shadow:0 -4px 20px #0000004d;animation:slideUp .3s ease-out;pointer-events:auto}.precompose-dialog .precompose-result .analysis-section.collapsed .analysis-details{display:none}.precompose-dialog .precompose-result .analysis-section.collapsed .analysis-summary{display:block}.precompose-dialog .precompose-result .analysis-section.collapsed .expand-btn{transform:rotate(0)}.precompose-dialog .precompose-result .analysis-section.expanded{max-height:60vh;overflow-y:auto}.precompose-dialog .precompose-result .analysis-section.expanded .analysis-details{display:block}.precompose-dialog .precompose-result .analysis-section.expanded .analysis-summary{display:none}.precompose-dialog .precompose-result .analysis-section.expanded .expand-btn{transform:rotate(180deg)}.precompose-dialog .precompose-result .analysis-section .analysis-summary{display:none;font-size:.8rem;color:#fffc;line-height:1.5}.precompose-dialog .precompose-result .analysis-section .analysis-summary .summary-line{display:flex;justify-content:space-between;align-items:center;margin-bottom:.4rem;gap:.5rem}.precompose-dialog .precompose-result .analysis-section .analysis-summary .summary-line:last-child{margin-bottom:0}.precompose-dialog .precompose-result .analysis-section .analysis-summary .summary-line.summary-line-stats{display:flex;justify-content:space-around;gap:.8rem;margin-bottom:.6rem}.precompose-dialog .precompose-result .analysis-section .analysis-summary .summary-line .summary-stat-item{display:flex;flex-direction:column;align-items:center;gap:.2rem;flex:1}.precompose-dialog .precompose-result .analysis-section .analysis-summary .summary-line .summary-label{color:#fff9;font-size:.75rem}.precompose-dialog .precompose-result .analysis-section .analysis-summary .summary-line .summary-value{font-weight:600;color:#fff;font-size:.85rem}.precompose-dialog .precompose-result .analysis-section .analysis-summary .summary-line .summary-value.value-good{color:#07c160}.precompose-dialog .precompose-result .analysis-section .analysis-summary .summary-line .summary-value.value-warning{color:#ff9800}.precompose-dialog .precompose-result .analysis-section .analysis-summary .summary-line .summary-value.value-danger{color:red}.precompose-dialog .precompose-result .analysis-section .analysis-summary .summary-distribution{display:flex;justify-content:space-around;align-items:center;margin-top:.6rem;margin-bottom:.5rem;gap:.5rem;font-size:.75rem;padding:.5rem 0;border-top:1px solid rgba(255,255,255,.08);border-bottom:1px solid rgba(255,255,255,.08)}.precompose-dialog .precompose-result .analysis-section .analysis-summary .summary-distribution .dist-item{display:flex;align-items:center;gap:.4rem;color:#fffc;flex:1;justify-content:center}.precompose-dialog .precompose-result .analysis-section .analysis-summary .summary-distribution .dist-item .dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.precompose-dialog .precompose-result .analysis-section .analysis-summary .summary-distribution .dist-item span{white-space:nowrap}.precompose-dialog .precompose-result .analysis-section .analysis-summary .expand-link{background:none;border:none;color:var(--theme-color);font-size:.8rem;cursor:pointer;padding:.4rem 0;width:100%;text-align:center;white-space:nowrap;transition:all .2s ease;margin-top:.2rem}.precompose-dialog .precompose-result .analysis-section .analysis-summary .expand-link:active{opacity:.8}.precompose-dialog .precompose-result .analysis-section .analysis-details{display:none;padding-bottom:.8rem}.precompose-dialog .precompose-result .analysis-section .analysis-details .analysis-card{background:#ffffff0d;border-radius:8px;padding:.8rem;border:1px solid rgba(255,255,255,.08);margin-bottom:.8rem}.precompose-dialog .precompose-result .analysis-section .analysis-details .analysis-card .card-title{font-size:.85rem;font-weight:600;color:#fff;margin-bottom:.6rem}.precompose-dialog .precompose-result .analysis-section .analysis-details .analysis-card .stat-item{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem;font-size:.8rem}.precompose-dialog .precompose-result .analysis-section .analysis-details .analysis-card .stat-item:last-child{margin-bottom:0}.precompose-dialog .precompose-result .analysis-section .analysis-details .analysis-card .stat-item .stat-label{color:#fff9}.precompose-dialog .precompose-result .analysis-section .analysis-details .analysis-card .stat-item .stat-value{font-weight:600;font-size:.85rem}.precompose-dialog .precompose-result .analysis-section .analysis-details .analysis-card .stat-item .stat-value.good{color:#07c160}.precompose-dialog .precompose-result .analysis-section .analysis-details .analysis-card .stat-item .stat-value.warning{color:#ff9800}.precompose-dialog .precompose-result .analysis-section .analysis-details .analysis-card .stat-item .stat-value.danger{color:red}.precompose-dialog .precompose-result .analysis-section .analysis-details .distribution-card{background:#ffffff0d;border-radius:8px;padding:.8rem;border:1px solid rgba(255,255,255,.08);margin-bottom:.8rem}.precompose-dialog .precompose-result .analysis-section .analysis-details .distribution-card .card-title{font-size:.85rem;font-weight:600;color:#fff;margin-bottom:.6rem}.precompose-dialog .precompose-result .analysis-section .analysis-details .distribution-card .distribution-bar{display:flex;height:20px;border-radius:3px;overflow:hidden;margin-bottom:8px}.precompose-dialog .precompose-result .analysis-section .analysis-details .distribution-card .distribution-bar .bar-segment{transition:flex .3s ease}.precompose-dialog .precompose-result .analysis-section .analysis-details .distribution-card .distribution-bar .bar-segment.good{background:#07c160}.precompose-dialog .precompose-result .analysis-section .analysis-details .distribution-card .distribution-bar .bar-segment.warning{background:#ff9800}.precompose-dialog .precompose-result .analysis-section .analysis-details .distribution-card .distribution-bar .bar-segment.danger{background:red}.precompose-dialog .precompose-result .analysis-section .analysis-details .distribution-card .distribution-legend{display:flex;justify-content:space-around;font-size:11px}.precompose-dialog .precompose-result .analysis-section .analysis-details .distribution-card .distribution-legend .legend-item{display:flex;align-items:center;gap:3px}.precompose-dialog .precompose-result .analysis-section .analysis-details .distribution-card .distribution-legend .legend-item .legend-dot{width:6px;height:6px;border-radius:2px}.precompose-dialog .precompose-result .analysis-section .analysis-details .recommendations-card{background:#fff3cd;border-radius:8px;padding:12px;border:1px solid #ffc107;margin-bottom:12px}.precompose-dialog .precompose-result .analysis-section .analysis-details .recommendations-card .card-title{font-size:13px;font-weight:600;color:#856404;margin-bottom:10px;display:flex;align-items:center;gap:4px}.precompose-dialog .precompose-result .analysis-section .analysis-details .recommendations-card .card-title .icon{font-size:14px}.precompose-dialog .precompose-result .analysis-section .analysis-details .recommendations-card .recommendation-list{font-size:12px;color:#856404;line-height:1.5}.precompose-dialog .precompose-result .analysis-section .analysis-details .recommendations-card .recommendation-list .recommendation-item{display:flex;align-items:center;gap:6px;margin-bottom:8px;padding:4px 0}.precompose-dialog .precompose-result .analysis-section .analysis-details .recommendations-card .recommendation-list .recommendation-item:last-child{margin-bottom:0}.precompose-dialog .precompose-result .analysis-section .analysis-details .recommendations-card .recommendation-list .recommendation-item .bullet{color:#ffc107;font-weight:700;flex-shrink:0}.precompose-dialog .precompose-result .analysis-section .analysis-details .recommendations-card .recommendation-list .recommendation-item .recommendation-message{flex:1;line-height:1.4}.precompose-dialog .precompose-result .analysis-section .analysis-details .recommendations-card .recommendation-list .recommendation-item .recommendation-jump-btn{background:#8b5cf61a;border:1px solid rgba(139,92,246,.3);border-radius:4px;color:#856404;font-size:11px;padding:2px 8px;cursor:pointer;white-space:nowrap;flex-shrink:0;transition:all .2s ease;line-height:1.4}.precompose-dialog .precompose-result .analysis-section .analysis-details .recommendations-card .recommendation-list .recommendation-item .recommendation-jump-btn:hover{background:#8b5cf633;border-color:#8b5cf680}.precompose-dialog .precompose-result .analysis-section .analysis-details .recommendations-card .recommendation-list .recommendation-item .recommendation-jump-btn:active{transform:scale(.95);background:#8b5cf64d}.precompose-dialog .precompose-result .analysis-section .action-buttons{display:flex;gap:.6rem;padding:.8rem 0;flex-direction:row;border-top:1px solid rgba(255,255,255,.08)}.precompose-dialog .precompose-result .analysis-section .action-buttons .action-btn{flex:1;border:none;border-radius:10px;padding:.65rem 1.2rem;font-size:.95rem;cursor:pointer;color:#fff;transition:all .2s ease;min-height:44px;font-weight:600;display:flex;align-items:center;justify-content:center}.precompose-dialog .precompose-result .analysis-section .action-buttons .action-btn--primary{background:#07c160;box-shadow:0 4px 12px #07c1604d}.precompose-dialog .precompose-result .analysis-section .action-buttons .action-btn--primary:active{opacity:.9;transform:scale(.98);box-shadow:0 2px 8px #07c16033}.precompose-dialog .precompose-result .analysis-section .action-buttons .action-btn--secondary{background:#ffffff14}.precompose-dialog .precompose-result .analysis-section .action-buttons .action-btn--secondary:active{background:#ffffff1f;transform:scale(.98)}.precompose-dialog .precompose-result .analysis-section .action-buttons .action-btn:disabled{opacity:.4;cursor:not-allowed}.precompose-confirm-dialog{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10002;display:flex;align-items:center;justify-content:center;animation:fadeIn .2s ease-out}.precompose-confirm-dialog-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#000000b3;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.precompose-confirm-dialog-content{position:relative;background:#000000f2;border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:1.5rem;max-width:320px;box-shadow:0 20px 60px #00000080;animation:slideUp .3s ease-out}.precompose-confirm-dialog-title{margin:0 0 .8rem;font-size:1rem;font-weight:600;color:#fff}.precompose-confirm-dialog-message{margin:0 0 1.2rem;font-size:.9rem;color:#fffc;line-height:1.5}.precompose-confirm-dialog-actions{display:flex;gap:.8rem;justify-content:flex-end}.precompose-confirm-btn{border:none;border-radius:8px;padding:.6rem 1.2rem;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s ease;min-height:40px;display:flex;align-items:center;justify-content:center}.precompose-confirm-btn-cancel{background:#ffffff14;color:#ffffffe6;border:1px solid rgba(255,255,255,.15)}.precompose-confirm-btn-cancel:active{background:#ffffff1f;transform:scale(.98)}.precompose-confirm-btn-confirm{background:#ef4444;color:#fff;box-shadow:0 4px 12px #ef44444d}.precompose-confirm-btn-confirm:active{opacity:.9;transform:scale(.98);box-shadow:0 2px 8px #ef444433}.submit-progress-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000d9;z-index:10001;display:flex;align-items:center;justify-content:center;animation:fadeIn .3s ease-out}.submit-progress-content{background:#141414f2;border-radius:16px;padding:2rem;min-width:300px;max-width:90%;box-shadow:0 8px 32px #00000080;border:1px solid rgba(255,255,255,.1)}.submit-progress-bar{width:100%;height:8px;background:#ffffff1a;border-radius:4px;overflow:hidden;margin-bottom:1rem}.submit-progress-fill{height:100%;background:linear-gradient(90deg,#07c160,#52c864);border-radius:4px;transition:width .3s ease;box-shadow:0 0 10px #07c16080}.submit-progress-text{color:#ffffffe6;font-size:.9rem;margin-bottom:.5rem;text-align:center}.submit-progress-percent{color:#07c160;font-size:1.2rem;font-weight:700;text-align:center;margin:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.precompose-dialog .precompose-progress-panel,.precompose-dialog .precompose-result .analysis-section{left:8px;right:8px;bottom:8px;width:auto;border-radius:18px;border:1px solid rgba(148,163,184,.24);background:linear-gradient(170deg,#080f18f5,#0a1019eb);box-shadow:0 18px 40px #02061770;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.precompose-dialog .precompose-progress-panel .status-text{font-weight:700;letter-spacing:.01em}.precompose-dialog .precompose-progress-panel .progress-bar{border-radius:999px;background:#94a3b833}.precompose-dialog .precompose-progress-panel .progress-bar .progress-fill{border-radius:999px;background:linear-gradient(90deg,#22c55e,#16a34a 65%);box-shadow:0 0 12px #22c55e59}.precompose-dialog .precompose-progress-panel .step .step-icon.processing,.precompose-dialog .precompose-result .analysis-section .step .step-icon.processing{background:#22c55e}.precompose-dialog .precompose-progress-panel .skip-precompose-btn{border-radius:999px;border-color:#94a3b852;background:#94a3b824;color:#f1f5f9eb}.precompose-dialog .precompose-result .analysis-section .actions-section .action-btn{border-radius:12px;font-weight:650}.precompose-dialog .precompose-result .analysis-section .actions-section .action-btn--primary{background:linear-gradient(135deg,#22c55e,#16a34a 64%);box-shadow:0 10px 22px #16a34a47}.precompose-dialog .precompose-result .analysis-section .actions-section .action-btn--secondary{background:#94a3b824;border:1px solid rgba(148,163,184,.28)}.precompose-confirm-dialog-overlay,.submit-progress-overlay{background:radial-gradient(circle at 18% 8%,rgba(34,197,94,.12),transparent 42%),radial-gradient(circle at 88% 8%,rgba(56,189,248,.1),transparent 36%),#03080dbd;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.precompose-confirm-dialog-content,.submit-progress-content{border-radius:16px;border:1px solid rgba(148,163,184,.24);background:linear-gradient(170deg,#080f18f5,#0a1019eb);box-shadow:0 18px 40px #02061770;max-height:84vh;overflow-y:auto}.precompose-confirm-dialog-title{font-weight:700}.precompose-confirm-dialog-actions{gap:.6rem}.precompose-confirm-btn{border-radius:10px}.precompose-confirm-btn-cancel{background:#94a3b824;border-color:#94a3b847}.precompose-confirm-btn-confirm{background:linear-gradient(135deg,#ef4444,#dc2626);box-shadow:0 8px 16px #ef444447}.submit-progress-fill{background:linear-gradient(90deg,#22c55e,#16a34a 64%)}@media (max-width: 960px){.precompose-dialog .precompose-progress-panel,.precompose-dialog .precompose-result .analysis-section{left:6px;right:6px;bottom:6px;border-radius:14px}}.precompose-floating-close-btn{position:fixed;left:50%;bottom:calc(12px + env(safe-area-inset-bottom,0px));transform:translate(-50%);z-index:10003;border:1px solid rgba(148,163,184,.28);background:#0f172a8f;color:#f1f5f9f2;min-width:112px;height:40px;padding:0 18px;border-radius:999px;font-size:14px;font-weight:600;cursor:pointer;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transition:transform .2s ease,background .2s ease;pointer-events:auto}.precompose-floating-close-btn:active{transform:translate(-50%) scale(.96)}.reshoot-control-panel{position:fixed;bottom:20px;left:50%;transform:translate(-50%);z-index:1000;background:linear-gradient(135deg,#14141ef2,#1e1e2df2);border-radius:12px;padding:16px;min-width:340px;max-width:90vw;box-shadow:0 4px 24px #0009,0 0 0 1px #ffffff1a;color:var(--van-doc-white);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.reshoot-control-panel .reshoot-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;padding-bottom:10px;border-bottom:1px solid rgba(255,255,255,.1)}.reshoot-control-panel .reshoot-header h3{margin:0;font-size:15px;font-weight:600;color:#fff;letter-spacing:.3px}.reshoot-control-panel .reshoot-header .reshoot-header-actions{display:flex;gap:8px;align-items:center}.reshoot-control-panel .reshoot-header .reshoot-collapse-btn,.reshoot-control-panel .reshoot-header .reshoot-exit-btn{padding:5px 12px;background:#ffffff14;color:#ffffffd9;border:1px solid rgba(255,255,255,.15);border-radius:6px;cursor:pointer;font-size:12px;font-weight:500;transition:all .2s}.reshoot-control-panel .reshoot-header .reshoot-collapse-btn:hover,.reshoot-control-panel .reshoot-header .reshoot-exit-btn:hover{background:#ffffff1f;border-color:#ffffff40}.reshoot-control-panel .reshoot-header .reshoot-collapse-btn:active,.reshoot-control-panel .reshoot-header .reshoot-exit-btn:active{transform:scale(.96)}.reshoot-control-panel .reshoot-header .reshoot-collapse-btn{background:#7259fc26;color:var(--theme-color, #7259fc);border-color:#7259fc4d}.reshoot-control-panel .reshoot-header .reshoot-collapse-btn:hover{background:#7259fc40;border-color:#7259fc80}.reshoot-control-panel.collapsed .reshoot-header{margin-bottom:0;padding-bottom:0;border-bottom:none}.reshoot-control-panel .reshoot-tip{margin:0 0 12px;font-size:13px;line-height:1.5;color:#ffffffd9;text-align:center;font-weight:400}.reshoot-control-panel .reshoot-next-btn{width:100%;padding:12px;background:linear-gradient(135deg,var(--theme-color, #7259fc),var(--theme-assistant, #8f7af8));color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s;box-shadow:0 3px 10px #7259fc4d}.reshoot-control-panel .reshoot-next-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 14px #7259fc66}.reshoot-control-panel .reshoot-next-btn:active:not(:disabled){transform:translateY(0);box-shadow:0 3px 10px #7259fc4d}.reshoot-control-panel .reshoot-next-btn:disabled{opacity:.5;cursor:not-allowed;transform:none}.reshoot-control-panel .reshoot-select-step,.reshoot-control-panel .reshoot-calibrate-step,.reshoot-control-panel .reshoot-capture-step{animation:fadeIn .3s ease-in-out}.reshoot-control-panel .reshoot-status{margin:10px 0;padding:8px 12px;background:#7259fc1a;border-radius:6px;text-align:center;font-size:14px;font-weight:600;color:var(--theme-color, var(--van-doc-primary));border:1px solid rgba(114,89,252,.2)}.reshoot-control-panel .reshoot-control-group{margin-bottom:14px}.reshoot-control-panel .reshoot-control-group .control-label{display:block;font-size:12px;color:#ffffffbf;font-weight:500;margin-bottom:6px;text-align:center}.reshoot-control-panel .reshoot-control-group .control-value{display:block;font-size:18px;font-weight:700;color:var(--theme-color, #7259fc);text-align:center;margin-bottom:8px}.reshoot-control-panel .reshoot-control-group .control-buttons{display:flex;gap:6px;justify-content:center;flex-wrap:wrap}.reshoot-control-panel .reshoot-control-group .control-buttons button{padding:7px 14px;background:#ffffff14;color:#ffffffe6;border:1px solid rgba(255,255,255,.15);border-radius:6px;cursor:pointer;font-size:12px;font-weight:500;transition:all .2s;min-width:52px}.reshoot-control-panel .reshoot-control-group .control-buttons button:hover{background:#ffffff1f;border-color:#ffffff40}.reshoot-control-panel .reshoot-control-group .control-buttons button:active{transform:scale(.96)}.reshoot-control-panel .reshoot-control-group .control-buttons button.active{background:var(--theme-color, #7259fc);border-color:var(--theme-color, #7259fc);color:#fff}.reshoot-control-panel .reshoot-calibrate-actions{display:flex;gap:8px;margin-top:12px}.reshoot-control-panel .reshoot-calibrate-actions button{flex:1;padding:10px;border:none;border-radius:8px;font-size:13px;font-weight:600;cursor:pointer;transition:all .2s}.reshoot-control-panel .reshoot-calibrate-actions button:first-child{background:#ffffff14;color:#ffffffd9;border:1px solid rgba(255,255,255,.15)}.reshoot-control-panel .reshoot-calibrate-actions button:first-child:hover{background:#ffffff1f;border-color:#ffffff40}.reshoot-control-panel .reshoot-calibrate-actions button:last-child{background:linear-gradient(135deg,var(--theme-color, #7259fc),var(--theme-assistant, #8f7af8));color:#fff;box-shadow:0 3px 10px #7259fc4d}.reshoot-control-panel .reshoot-calibrate-actions button:last-child:hover{transform:translateY(-1px);box-shadow:0 4px 14px #7259fc66}.reshoot-control-panel .reshoot-calibrate-actions button:active{transform:translateY(0)}@media screen and (max-width: 960px){.reshoot-control-panel{min-width:auto;width:calc(100vw - 32px);padding:14px;bottom:20px;left:50%;transform:translate(-50%);max-height:auto}.reshoot-control-panel .reshoot-header h3{font-size:14px}.reshoot-control-panel .reshoot-header .reshoot-header-actions{gap:6px}.reshoot-control-panel .reshoot-header .reshoot-collapse-btn,.reshoot-control-panel .reshoot-header .reshoot-exit-btn{padding:5px 10px;font-size:12px}.reshoot-control-panel .reshoot-tip{font-size:13px;color:#ffffffd9;line-height:1.5}.reshoot-control-panel .reshoot-next-btn{padding:11px;font-size:13px}.reshoot-control-panel .reshoot-control-group .control-label{font-size:11px}.reshoot-control-panel .reshoot-control-group .control-value{font-size:16px}.reshoot-control-panel .reshoot-control-group .control-buttons{flex-wrap:wrap;gap:5px}.reshoot-control-panel .reshoot-control-group .control-buttons button{padding:7px 12px;font-size:12px;min-width:50px}.reshoot-control-panel .reshoot-calibrate-actions{gap:6px}.reshoot-control-panel .reshoot-calibrate-actions button{padding:10px;font-size:12px}}.capture-guide-panel{position:fixed;bottom:0;left:0;right:0;background:linear-gradient(to top,#000000f2,#000c);border-top:1px solid rgba(255,255,255,.08);border-radius:12px 12px 0 0;max-height:32%;overflow:hidden;z-index:20;display:flex;flex-direction:column;box-shadow:0 -4px 20px #0000004d;animation:slideUp .3s ease-out}@media screen and (max-width: 960px){.capture-guide-panel{max-height:38%}}.capture-guide-panel.is-collapsed{animation:slideDown .3s ease-out}.capture-guide-panel.is-collapsed .capture-guide-panel-content{display:none}@keyframes slideUp{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes slideDown{0%{transform:translateY(0);opacity:1}to{transform:translateY(100%);opacity:0}}.capture-guide-panel-header{display:flex;justify-content:space-between;align-items:center;padding:.6rem 1rem;border-bottom:1px solid rgba(255,255,255,.08);background:#0000004d;flex-shrink:0}@media screen and (max-width: 960px){.capture-guide-panel-header{padding:.5rem .8rem}}.capture-guide-panel-title-wrapper{display:flex;align-items:center;gap:.75rem;flex:1}.capture-guide-panel-title{margin:0;font-size:.9rem;font-weight:600;color:#fff}@media screen and (max-width: 960px){.capture-guide-panel-title{font-size:.85rem}}.capture-guide-panel-progress-inline{font-size:.85rem;color:#fffc;font-weight:500;padding:.2rem .5rem;background:#8b5cf633;border-radius:4px;border:1px solid rgba(139,92,246,.3);animation:pulse 2s ease-in-out infinite}@media screen and (max-width: 960px){.capture-guide-panel-progress-inline{font-size:.75rem;padding:.15rem .4rem}}@keyframes pulse{0%,to{opacity:1;box-shadow:0 0 #8b5cf666}50%{opacity:.9;box-shadow:0 0 0 4px #8b5cf600}}.capture-guide-panel-actions{display:flex;gap:.5rem;align-items:center}.capture-guide-panel-toggle,.capture-guide-panel-close{border:none;background:transparent;color:#ffffffb3;font-size:.75rem;cursor:pointer;padding:.3rem .6rem;line-height:1.2;transition:all .2s ease;display:flex;align-items:center;justify-content:center;white-space:nowrap;border-radius:4px}.capture-guide-panel-toggle:hover,.capture-guide-panel-close:hover{color:#fff;background:#ffffff1a;transform:scale(1.05)}.capture-guide-panel-toggle:active,.capture-guide-panel-close:active{transform:scale(.95)}.capture-guide-panel-content{display:flex;flex-direction:column;gap:.75rem;padding:.8rem 1rem;overflow-y:auto;flex:1;animation:fadeIn .3s ease-out}@media screen and (max-width: 960px){.capture-guide-panel-content{padding:.6rem .8rem;gap:.6rem}}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.capture-guide-instruction{color:#fffc;font-size:.8rem;line-height:1.5}.capture-guide-instruction p{margin:0 0 .5rem;font-weight:500;font-size:.85rem}.capture-guide-step-list{margin:0;padding-left:1rem;color:#ffffffbf;line-height:1.6;font-size:.8rem}.capture-guide-step-list li{margin-bottom:.2rem;position:relative;padding-left:.25rem;animation:slideInLeft .4s ease-out backwards}.capture-guide-step-list li:nth-child(1){animation-delay:.05s}.capture-guide-step-list li:nth-child(2){animation-delay:.1s}.capture-guide-step-list li:nth-child(3){animation-delay:.15s}.capture-guide-step-list li:nth-child(4){animation-delay:.2s}.capture-guide-step-list li:nth-child(5){animation-delay:.25s}.capture-guide-step-list li:last-child{margin-bottom:0}@keyframes slideInLeft{0%{opacity:0;transform:translate(-10px)}to{opacity:1;transform:translate(0)}}.capture-guide-progress{display:flex;flex-direction:column;gap:.4rem;padding-top:.5rem;border-top:1px solid rgba(255,255,255,.08);animation:fadeIn .5s ease-out .2s backwards}.capture-guide-progress-info{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.capture-guide-progress-label{font-size:.8rem;color:#ffffffb3;font-weight:500}.capture-guide-progress-count{font-size:.9rem;color:#fff;font-weight:600;min-width:3.5rem;text-align:right;transition:all .3s ease}.capture-guide-progress-count:hover{transform:scale(1.1);color:#a78bfa}.capture-guide-progress-bar{width:100%;height:6px;background:#ffffff1a;border-radius:3px;overflow:hidden;position:relative;box-shadow:inset 0 1px 2px #0003}.capture-guide-progress-bar:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.1),transparent);animation:shimmer 2s infinite}@keyframes shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}.capture-guide-progress-fill{height:100%;background:linear-gradient(90deg,#8b5cf6,#a78bfa,#c4b5fd);border-radius:3px;transition:width .5s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;box-shadow:0 0 10px #8b5cf680}.capture-guide-progress-fill:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);animation:progressShine 1.5s infinite}@keyframes progressShine{0%{transform:translate(-100%)}to{transform:translate(100%)}}.capture-guide-confirm-dialog{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:flex;align-items:center;justify-content:center;animation:fadeIn .2s ease-out}.capture-guide-confirm-dialog-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#000000b3;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.capture-guide-confirm-dialog-content{position:relative;background:linear-gradient(135deg,#0f1113fa,#141619fa);border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:1.5rem;max-width:320px;width:90%;box-shadow:0 8px 32px #00000080;animation:slideUpScale .3s cubic-bezier(.34,1.56,.64,1)}@media screen and (max-width: 960px){.capture-guide-confirm-dialog-content{padding:1.25rem;max-width:280px}}@keyframes slideUpScale{0%{opacity:0;transform:translateY(20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.capture-guide-confirm-dialog-title{margin:0 0 .75rem;font-size:1.1rem;font-weight:600;color:#fff;text-align:center}@media screen and (max-width: 960px){.capture-guide-confirm-dialog-title{font-size:1rem}}.capture-guide-confirm-dialog-message{margin:0 0 1.5rem;font-size:.9rem;color:#ffffffb3;line-height:1.6;text-align:center}@media screen and (max-width: 960px){.capture-guide-confirm-dialog-message{font-size:.85rem;margin-bottom:1.25rem}}.capture-guide-confirm-dialog-actions{display:flex;gap:.75rem;justify-content:center}.capture-guide-confirm-btn{flex:1;padding:.75rem 1.5rem;border:none;border-radius:8px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s ease;min-width:100px}@media screen and (max-width: 960px){.capture-guide-confirm-btn{padding:.65rem 1.25rem;font-size:.85rem;min-width:80px}}.capture-guide-confirm-btn:active{transform:scale(.95)}.capture-guide-confirm-btn-cancel{background:#ffffff1a;color:#fffc;border:1px solid rgba(255,255,255,.2)}.capture-guide-confirm-btn-cancel:hover{background:#ffffff26;color:#fff}.capture-guide-confirm-btn-confirm{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;box-shadow:0 4px 12px #ef44444d}.capture-guide-confirm-btn-confirm:hover{background:linear-gradient(135deg,#dc2626,#b91c1c);box-shadow:0 6px 16px #ef444466;transform:translateY(-1px)}.unsupported-capture-dialog{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1200;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;animation:fadeIn .2s ease-out}.unsupported-capture-dialog-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 15% 10%,rgba(34,197,94,.14),transparent 40%),#03080dcc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.unsupported-capture-dialog-content{position:relative;width:min(90vw,420px);padding:1.25rem;border-radius:16px;border:1px solid rgba(148,163,184,.28);background:linear-gradient(165deg,#0b121cf5,#0a1614f0);box-shadow:0 18px 40px #00000073,inset 0 1px #ffffff14;animation:slideUpScale .28s cubic-bezier(.16,1,.3,1);max-height:84vh;overflow-y:auto}.unsupported-capture-dialog-title{margin:0 0 .8rem;font-size:1.04rem;font-weight:700;letter-spacing:.01em;color:#fff}.unsupported-capture-dialog-message{margin:0 0 1rem;font-size:.9rem;line-height:1.7;color:#e2e8f0eb}.unsupported-capture-dialog-link{margin-bottom:1rem;padding:.78rem .84rem;border-radius:12px;background:#0f172a9e;border:1px solid rgba(56,189,248,.35);color:#a5f3fc;font-size:.85rem;letter-spacing:.01em;line-height:1.4;word-break:break-all;-webkit-user-select:all;user-select:all}.unsupported-capture-dialog-actions{display:flex;gap:.6rem;justify-content:flex-end}.unsupported-capture-dialog-btn{flex:1;border:none;border-radius:12px;padding:.76rem .82rem;font-size:.9rem;font-weight:600;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.unsupported-capture-dialog-btn:active{transform:scale(.98)}.unsupported-capture-floating-close-btn{border:1px solid rgba(148,163,184,.28);background:#0f172a8f;color:#f1f5f9f2;min-width:112px;height:40px;padding:0 18px;border-radius:999px;font-size:14px;font-weight:600;cursor:pointer;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transition:transform .2s ease,background .2s ease}.unsupported-capture-floating-close-btn:active{transform:scale(.96)}.unsupported-capture-dialog-btn-secondary{background:#94a3b833;color:#f1f5f9f0;border:1px solid rgba(148,163,184,.28)}.unsupported-capture-dialog-btn-primary{background:linear-gradient(135deg,#22c55e,#16a34a 65%);color:#fff;box-shadow:0 8px 18px #22c55e52}.panorama-container{position:relative;width:100vw;height:100vh;background-color:#000}.scene-container{position:fixed;top:0;left:0;width:100%;height:100%;display:block;touch-action:none}.video-element,.video-canvas{display:none}.status{position:absolute;bottom:9rem;left:50%;transform:translate(-50%);color:#fff;background:#00000080;padding:10px 20px;border-radius:10px;font-size:16px;z-index:20;text-align:center;white-space:nowrap}.shut-cursor{width:80%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;z-index:100;pointer-events:none}.shut-cursor-inner{width:100px;height:100px;border-radius:50%;margin:auto;position:relative;display:flex;align-items:center;justify-content:center}.progress-circle{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100px;height:100px;display:flex;align-items:center;justify-content:center;pointer-events:none;z-index:99}.progress-circle-svg{width:100%;height:100%;color:#fffc;filter:drop-shadow(0 0 4px rgba(255,255,255,.3))}.progress-circle-active{animation:progressCirclePulse 1s ease-in-out infinite}@keyframes progressCirclePulse{0%{transform:translate(-50%,-50%) scale(.85)}50%{transform:translate(-50%,-50%) scale(1.2)}to{transform:translate(-50%,-50%) scale(.85)}}.start-tips-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:radial-gradient(circle at 18% 82%,rgba(34,197,94,.2),transparent 40%),radial-gradient(circle at 84% 90%,rgba(34,211,238,.18),transparent 42%),linear-gradient(180deg,#04070c,#070b12 34%,#0a1218,#10363f 82%,#15616b);z-index:50;display:flex;align-items:center;justify-content:center;overflow:hidden}.bubbles{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;pointer-events:none;filter:blur(1px)}.bubble{position:absolute;bottom:-100px;background:radial-gradient(circle at 30% 25%,#ffffff42,#22c55e2e 55%,#22c55e05);border:1px solid rgba(148,163,184,.2);border-radius:50%;opacity:.38;animation:rise 17s infinite ease-in;box-shadow:inset 0 6px 16px #ffffff29,inset 0 -8px 12px #082f4942,0 10px 30px #02061747}.bubble:before{content:"";position:absolute;top:20%;left:30%;width:30%;height:30%;background:radial-gradient(circle,#ffffff57,#fff0 72%);border-radius:50%;pointer-events:none}.bubble:nth-child(1){width:40px;height:40px;left:10%;animation-duration:12s;animation-delay:0s}.bubble:nth-child(2){width:60px;height:60px;left:20%;animation-duration:14s;animation-delay:2s}.bubble:nth-child(3){width:30px;height:30px;left:35%;animation-duration:10s;animation-delay:4s}.bubble:nth-child(4){width:50px;height:50px;left:50%;animation-duration:13s;animation-delay:1s}.bubble:nth-child(5){width:45px;height:45px;left:65%;animation-duration:11s;animation-delay:3s}.bubble:nth-child(6){width:35px;height:35px;left:75%;animation-duration:15s;animation-delay:5s}.bubble:nth-child(7){width:55px;height:55px;left:85%;animation-duration:12s;animation-delay:2.5s}.bubble:nth-child(8){width:40px;height:40px;left:15%;animation-duration:13s;animation-delay:6s}.bubble:nth-child(9){width:48px;height:48px;left:40%;animation-duration:14s;animation-delay:3.5s}.bubble:nth-child(10){width:38px;height:38px;left:90%;animation-duration:11s;animation-delay:4.5s}@keyframes rise{0%{bottom:-100px;opacity:0;transform:translate(0) scale(1)}10%{opacity:.5}90%{opacity:.3}to{bottom:110vh;opacity:0;transform:translate(calc(var(--x-offset, 0) * 20px)) scale(1.2)}}.bubble:nth-child(odd){--x-offset: 1}.bubble:nth-child(2n){--x-offset: -1}.start-tips{padding:20px 22px 16px;font-size:16px;background:transparent;border:none;border-radius:0;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;max-width:460px;width:90%;text-align:center;color:#f8fafcf5;position:relative;animation:startCardIn .5s cubic-bezier(.22,1,.36,1)}.start-tips img{width:100%;margin:1rem 0;border-radius:5px}.start-tips strong{font-size:1.58rem;display:block;margin-bottom:18px;color:#f8fafc;font-weight:700;letter-spacing:.03em;line-height:1.35}.start-tips .tips-desc{color:#cbd5e1e0;font-size:.9rem;margin-top:6px;margin-bottom:0}.start-tips button{cursor:pointer;margin-top:22px;padding:14px 28px;font-size:16px;font-weight:600;background:linear-gradient(135deg,#22c55e,#16a34a 64%);color:#fff;border:none;border-radius:13px;transition:all .24s ease;display:block;width:100%;letter-spacing:.01em;box-shadow:0 8px 20px #16a34a3d}.start-tips button:first-of-type{margin-top:22px}.start-tips button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 11px 24px #16a34a4d}.start-tips button:active:not(:disabled){transform:translateY(0);box-shadow:0 8px 18px #16a34a3d}.start-tips button:disabled{background:linear-gradient(135deg,#22c55e6b,#16a34a59);cursor:not-allowed;opacity:.6;box-shadow:none}.start-tips .view-records-btn{background:#0f172a52;border:1px solid rgba(148,163,184,.28);color:#f1f5f9eb;margin-top:12px;box-shadow:none}.start-tips .view-records-btn:hover:not(:disabled){background:#1e293b75;border-color:#94a3b86b}.start-tips .view-records-btn:active:not(:disabled){background:#0f172a94}@keyframes startCardIn{0%{opacity:0;transform:translateY(14px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.finish-tips{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);padding:30px;font-size:18px;background-color:#000000b3;border:none;border-radius:10px;z-index:30;width:80%;max-width:400px;line-height:2rem;text-align:center;color:#fff}.finish-tips .icon{font-size:5rem;margin:1rem}.finish-tips .icon-success{color:#07c160}.finish-tips a{display:block;margin:auto;margin-top:1rem;color:#07c160;text-decoration:none}.finish-tips a:hover{text-decoration:underline}.confirm-tips{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);padding:20px 30px;font-size:16px;background-color:#000000b3;border:none;border-radius:10px;z-index:30;width:80%;max-width:400px;line-height:2rem;text-align:center;color:#fff}.confirm-tips button{margin:1rem .5rem 0;padding:10px 30px;font-size:14px;border:none;border-radius:5px;cursor:pointer;transition:all .3s ease}.confirm-tips button.confirm{background-color:#07c160;color:#fff}.confirm-tips button.confirm:hover{background-color:#047a3a}.confirm-tips button.cancel{background-color:#ef4444;color:#fff}.confirm-tips button.cancel:hover{background-color:#dc2626}@media (max-width: 768px){.status{font-size:14px;padding:8px 16px}.start-tips,.finish-tips,.confirm-tips{width:90%;font-size:16px}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loading-spinner{border:4px solid rgba(255,255,255,.1);border-left-color:#fff;border-radius:50%;width:40px;height:40px;animation:spin 1s linear infinite;margin:20px auto}.alignment-indicator-wrapper{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:60px;height:60px;display:flex;align-items:center;justify-content:center;pointer-events:none;z-index:101}.alignment-indicator{width:100%;height:100%;filter:drop-shadow(0 0 8px rgba(255,255,255,.3));animation:indicatorPulse 2s ease-in-out infinite}.alignment-indicator:hover{filter:drop-shadow(0 0 12px rgba(255,255,255,.5))}@keyframes indicatorPulse{0%,to{opacity:.8;transform:scale(1)}50%{opacity:1;transform:scale(1.05)}}.precompos-debug-container{min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);padding:40px 20px}.precompos-debug-container .debug-header{text-align:center;color:#fff;margin-bottom:40px}.precompos-debug-container .debug-header h1{font-size:32px;margin-bottom:12px;font-weight:600}.precompos-debug-container .debug-header p{font-size:16px;opacity:.9}.precompos-debug-container .debug-content{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:30px}@media screen and (max-width: 960px){.precompos-debug-container .debug-content{grid-template-columns:1fr}}.precompos-debug-container .upload-section{display:flex;flex-direction:column;gap:20px}.precompos-debug-container .upload-card{background:#fff;border-radius:16px;padding:40px;text-align:center;box-shadow:0 10px 40px #0000001a}.precompos-debug-container .upload-card .upload-icon{font-size:64px;margin-bottom:20px}.precompos-debug-container .upload-card h2{font-size:24px;color:#333;margin-bottom:12px}.precompos-debug-container .upload-card p{color:#666;margin-bottom:30px;font-size:14px}.precompos-debug-container .upload-card .upload-btn{display:inline-block;padding:12px 32px;background:linear-gradient(135deg,var(--theme-color),var(--theme-assistant));color:#fff;border-radius:8px;cursor:pointer;font-size:16px;font-weight:600;transition:transform .2s ease}.precompos-debug-container .upload-card .upload-btn:hover{transform:translateY(-2px)}.precompos-debug-container .upload-card .upload-btn:active{transform:translateY(0)}.precompos-debug-container .upload-card .reset-btn{margin-left:12px;padding:12px 32px;background:#f0f0f0;color:#333;border:none;border-radius:8px;cursor:pointer;font-size:16px;font-weight:600;transition:all .2s ease}.precompos-debug-container .upload-card .reset-btn:hover{background:#e0e0e0}.precompos-debug-container .message{background:#fff;border-radius:12px;padding:16px 20px;text-align:center;font-size:14px;color:#333;box-shadow:0 4px 12px #00000014}.precompos-debug-container .message.loading{animation:pulse 1.5s infinite}.precompos-debug-container .info-card{background:#fff;border-radius:12px;padding:24px;box-shadow:0 4px 12px #00000014}.precompos-debug-container .info-card h3{font-size:18px;color:#333;margin-bottom:16px}.precompos-debug-container .info-card .info-item{display:flex;justify-content:space-between;padding:12px 0;border-bottom:1px solid #eee;font-size:14px}.precompos-debug-container .info-card .info-item .label{color:#666}.precompos-debug-container .info-card .info-item .value{color:#333;font-weight:600}.precompos-debug-container .info-card .test-btn{width:100%;margin-top:20px;padding:12px;background:linear-gradient(135deg,var(--theme-color),var(--theme-assistant));color:#fff;border:none;border-radius:8px;cursor:pointer;font-size:16px;font-weight:600;transition:transform .2s ease}.precompos-debug-container .info-card .test-btn:hover{transform:translateY(-2px)}.precompos-debug-container .info-card .test-btn:active{transform:translateY(0)}.precompos-debug-container .instructions{background:#fff;border-radius:16px;padding:30px;box-shadow:0 10px 40px #0000001a}.precompos-debug-container .instructions h3{font-size:18px;color:#333;margin-bottom:16px;margin-top:24px}.precompos-debug-container .instructions h3:first-child{margin-top:0}.precompos-debug-container .instructions ol,.precompos-debug-container .instructions ul{padding-left:24px;color:#666;font-size:14px;line-height:1.8}.precompos-debug-container .instructions ol li,.precompos-debug-container .instructions ul li{margin-bottom:8px}.precompos-debug-container .instructions code{background:#f5f5f5;padding:2px 6px;border-radius:3px;font-family:Monaco,Courier New,monospace;font-size:13px;color:var(--theme-color)}@keyframes pulse{0%,to{opacity:1}50%{opacity:.6}}@media screen and (max-width: 960px){.precompos-debug-container{padding:20px 16px}.precompos-debug-container .debug-header{margin-bottom:30px}.precompos-debug-container .debug-header h1{font-size:24px}.precompos-debug-container .debug-header p{font-size:14px}.precompos-debug-container .upload-card{padding:30px 20px}.precompos-debug-container .upload-card .upload-icon{font-size:48px}.precompos-debug-container .upload-card h2{font-size:20px}.precompos-debug-container .instructions{padding:20px}.precompos-debug-container .instructions h3{font-size:16px}.precompos-debug-container .instructions ol,.precompos-debug-container .instructions ul{font-size:13px}}.home-placeholder{min-height:100vh;background:#f7f8fa}.record-preview{position:fixed;top:0;right:0;bottom:0;left:0;background:#000;overflow:hidden;padding-top:env(safe-area-inset-top,0);padding-bottom:env(safe-area-inset-bottom,0)}.record-preview>div,.record-preview canvas{position:absolute;top:0;right:0;bottom:0;left:0;width:100%!important;height:100%!important}.record-preview__topbar{position:absolute;top:calc(env(safe-area-inset-top,0) + 12px);left:12px;right:12px;z-index:50;display:flex;align-items:center;justify-content:center;pointer-events:none}.record-preview__title{pointer-events:auto;max-width:70vw;height:32px;padding:0 14px;display:inline-flex;align-items:center;border-radius:999px;background:#1418206b;color:#f8fafc;font-size:13px;font-weight:500;letter-spacing:.01em;-webkit-backdrop-filter:blur(14px) saturate(140%);backdrop-filter:blur(14px) saturate(140%);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;box-shadow:0 2px 10px #0000002e}.record-preview__hint{position:absolute;left:50%;bottom:calc(env(safe-area-inset-bottom,0) + 24px);transform:translate(-50%);z-index:50;display:inline-flex;align-items:center;gap:6px;padding:8px 14px;border-radius:999px;background:#14182073;color:#f8fafcf2;font-size:13px;font-weight:500;letter-spacing:.02em;-webkit-backdrop-filter:blur(10px) saturate(140%);backdrop-filter:blur(10px) saturate(140%);pointer-events:none;animation:record-preview-hint-fade 5s ease forwards}.record-preview__hint-icon{font-size:14px;line-height:1}@keyframes record-preview-hint-fade{0%{opacity:0;transform:translate(-50%,8px)}10%,70%{opacity:1;transform:translate(-50%)}to{opacity:.35;transform:translate(-50%)}}.record-preview__sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.record-preview__loading{position:absolute;top:0;right:0;bottom:0;left:0;z-index:40;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;background:linear-gradient(160deg,#0f172a8c,#1e293ba6);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);pointer-events:none;animation:record-preview-loading-fade-in .3s ease-out}@keyframes record-preview-loading-fade-in{0%{opacity:0}to{opacity:1}}.record-preview__loading-emoji{font-size:72px;line-height:1;filter:drop-shadow(0 6px 16px rgba(56,189,248,.35));animation:record-preview-loading-bounce 1.6s ease-in-out infinite}@keyframes record-preview-loading-bounce{0%,to{transform:translateY(0) rotate(-3deg)}50%{transform:translateY(-12px) rotate(3deg)}}.record-preview__loading-text{color:#f8fafc;font-size:15px;font-weight:600;letter-spacing:.08em;text-shadow:0 2px 8px rgba(0,0,0,.35)}.record-preview__loading-dots{display:flex;align-items:center;gap:6px;height:16px}.record-preview__loading-dots span{display:inline-block;width:6px;height:6px;border-radius:50%;background:#7dd3fc;box-shadow:0 0 8px #7dd3fca6;animation:record-preview-loading-dots 1.2s ease-in-out infinite}.record-preview__loading-dots span:nth-child(2){animation-delay:.18s}.record-preview__loading-dots span:nth-child(3){animation-delay:.36s}@keyframes record-preview-loading-dots{0%,80%,to{transform:scale(.6);opacity:.4}40%{transform:scale(1.1);opacity:1}}.record-preview__loading-hint{margin-top:6px;color:#e2e8f0c7;font-size:12px;letter-spacing:.04em}.record-preview--error{background:linear-gradient(160deg,#f8fafc,#eef2ff)}.record-preview__error{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:0 32px;text-align:center;z-index:1}.record-preview__error-icon{font-size:48px;margin-bottom:16px;filter:grayscale(.05)}.record-preview__error-title{margin:0 0 8px;font-size:18px;font-weight:600;color:#1f2937}.record-preview__error-desc{margin:0;font-size:14px;line-height:1.6;color:#475569;max-width:320px}@media screen and (max-width: 480px){.record-preview__topbar{top:calc(env(safe-area-inset-top,0) + 8px);left:8px;right:8px}.record-preview__title{height:30px;padding:0 12px;font-size:12px}.record-preview__hint{bottom:calc(env(safe-area-inset-bottom,0) + 18px);font-size:12px;padding:7px 12px}}.record-publish{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;background:linear-gradient(160deg,#f8fafc,#eef2ff);padding-top:env(safe-area-inset-top,0);padding-bottom:env(safe-area-inset-bottom,0);color:#1f2937}.record-publish__main{flex:1;overflow-y:auto;-webkit-overflow-scrolling:touch;padding:calc(env(safe-area-inset-top,0) + 12px) 16px 24px}.record-publish__loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 24px;color:#475569}.record-publish__loading p{margin:12px 0 0;font-size:14px}.record-publish__spinner{width:36px;height:36px;border:3px solid #e5e7eb;border-top-color:#16a34a;border-radius:50%;animation:record-publish-spin .9s linear infinite}@keyframes record-publish-spin{to{transform:rotate(360deg)}}.record-publish__state{display:flex;flex-direction:column;align-items:center;text-align:center;padding:48px 16px}.record-publish__state h2{margin:0 0 8px;font-size:17px;font-weight:600;color:#1f2937}.record-publish__state p{margin:0 0 20px;font-size:14px;line-height:1.6;color:#475569;max-width:320px}.record-publish__state-icon{font-size:44px;line-height:1;margin-bottom:14px}.record-publish__overview{background:#fff;border-radius:16px;padding:14px;margin-top:8px;margin-bottom:12px;box-shadow:0 2px 12px #0f172a0f;display:flex;gap:12px}.record-publish__thumb{flex-shrink:0;width:96px;height:96px;border-radius:12px;overflow:hidden;background:linear-gradient(135deg,#dcfce7,#bae6fd);display:flex;align-items:center;justify-content:center}.record-publish__thumb img{width:100%;height:100%;object-fit:cover;display:block}.record-publish__thumb-fallback{font-size:36px;opacity:.85}.record-publish__overview-body{flex:1;min-width:0;display:flex;flex-direction:column;gap:6px;justify-content:space-between}.record-publish__overview-title{margin:0;font-size:15px;font-weight:600;color:#1f2937;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.4}.record-publish__overview-meta{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:4px}.record-publish__overview-meta li{display:flex;align-items:center;font-size:12px;line-height:1.5}.meta-label{color:#6b7280;margin-right:6px;flex-shrink:0}.meta-value{color:#1f2937;flex:1;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.meta-value--success{color:#15803d;font-weight:600}.record-publish__tip{margin:4px 4px 12px;padding:10px 14px;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:12px;color:#15803d;font-size:13px;line-height:1.6}.record-publish__section{background:#fff;border-radius:16px;padding:14px;margin-bottom:12px;box-shadow:0 2px 12px #0f172a0f}.record-publish__section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.record-publish__section-title{margin:0;font-size:14px;font-weight:600;color:#1f2937}.record-publish__field-label{display:block;margin-bottom:8px;font-size:14px;font-weight:600;color:#1f2937}.record-publish__field-label .required{color:#dc2626;margin-right:2px;font-weight:700}.record-publish__link-btn{border:none;background:transparent;color:#16a34a;font-size:13px;font-weight:600;cursor:pointer;padding:2px 4px}.record-publish__link-btn:active:not(:disabled){opacity:.7}.record-publish__link-btn:disabled{opacity:.5;cursor:not-allowed}.record-publish__pick-address-btn{display:inline-flex;align-items:center;gap:6px;height:40px;padding:0 16px;border:1px solid #e5e7eb;border-radius:999px;background:#f9fafb;color:#1f2937;font-size:14px;font-weight:600;cursor:pointer;transition:background .15s ease,border-color .15s ease}.record-publish__pick-address-btn:hover:not(:disabled){background:#f3f4f6;border-color:#cbd5e1}.record-publish__pick-address-btn:active:not(:disabled){transform:scale(.98)}.record-publish__pick-address-btn:disabled{opacity:.5;cursor:not-allowed}.record-publish__address-info{margin-top:10px;padding:10px 12px;border-radius:12px;background:#f9fafb;border:1px solid #e5e7eb;display:flex;flex-direction:column;gap:4px}.record-publish__address-line{display:flex;align-items:center;font-size:13px;line-height:1.5}.record-publish__input,.record-publish__textarea{width:100%;border:1px solid #e5e7eb;border-radius:12px;background:#f9fafb;color:#1f2937;font-size:14px;font-family:inherit;padding:10px 12px;outline:none;transition:border-color .15s ease,background .15s ease;-webkit-appearance:none}.record-publish__input:focus,.record-publish__textarea:focus{border-color:#16a34a;background:#fff}.record-publish__input::placeholder,.record-publish__textarea::placeholder{color:#9ca3af}.record-publish__input:disabled,.record-publish__textarea:disabled{opacity:.6;cursor:not-allowed}.record-publish__textarea{resize:none;min-height:96px;line-height:1.5}.record-publish__counter{margin-top:6px;text-align:right;font-size:12px;color:#9ca3af}.record-publish__alert{background:#fef2f2;color:#b91c1c;border:1px solid #fecaca;border-radius:12px;padding:10px 14px;font-size:13px;line-height:1.5;margin-bottom:12px}.record-publish__footer{flex-shrink:0;padding:12px 16px 16px;background:#ffffffeb;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-top:1px solid rgba(15,23,42,.04)}.record-publish__btn{display:inline-flex;align-items:center;justify-content:center;height:44px;padding:0 20px;border:1px solid #cbd5e1;border-radius:999px;background:#fff;color:#1f2937;font-size:15px;font-weight:600;cursor:pointer;transition:transform .15s ease,background .2s ease,border-color .2s ease,opacity .2s ease}.record-publish__btn:active:not(:disabled){transform:scale(.97)}.record-publish__btn:hover:not(:disabled){background:#f8fafc;border-color:#94a3b8}.record-publish__btn:disabled{opacity:.5;cursor:not-allowed}.record-publish__btn--primary{background:linear-gradient(135deg,#22c55e,#16a34a);border-color:transparent;color:#fff;box-shadow:0 6px 14px #16a34a47}.record-publish__btn--primary:hover:not(:disabled){background:linear-gradient(135deg,#16a34a,#15803d);border-color:transparent}.record-publish__btn--block{display:flex;width:100%}.record-publish--waiting{background:linear-gradient(160deg,#0f172a,#1e293b)}.record-publish__map-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000008c;display:flex;align-items:center;justify-content:center;z-index:3000;padding:12px;animation:record-publish-fade-in .2s ease-out}@keyframes record-publish-fade-in{0%{opacity:0}to{opacity:1}}.record-publish__map-dialog{width:100%;max-width:720px;height:min(80vh,600px);background:#fff;border-radius:16px;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 24px 52px #02061766}.record-publish__map-header{display:flex;align-items:center;justify-content:space-between;padding:10px 14px;border-bottom:1px solid #e5e7eb;flex-shrink:0}.record-publish__map-title{font-size:15px;font-weight:600;color:#1f2937}.record-publish__map-close{width:32px;height:32px;border:1px solid #e5e7eb;background:#f9fafb;color:#475569;border-radius:50%;font-size:16px;cursor:pointer;display:flex;align-items:center;justify-content:center;line-height:1}.record-publish__map-close:active{transform:scale(.96)}.record-publish__map-close:hover{background:#f3f4f6}.record-publish__map-body{flex:1;overflow:hidden}.record-publish__map-iframe{width:100%;height:100%;border:none;display:block}@media screen and (max-width: 480px){.record-publish__main{padding:calc(env(safe-area-inset-top,0) + 10px) 12px 20px}.record-publish__overview{padding:12px}.record-publish__thumb{width:84px;height:84px}.record-publish__section{padding:12px;border-radius:14px}.record-publish__footer{padding:10px 12px 14px}}.report{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;background:linear-gradient(160deg,#f8fafc,#eef2ff);padding-top:env(safe-area-inset-top,0);padding-bottom:env(safe-area-inset-bottom,0);color:#1f2937}.report__topbar{position:relative;display:flex;align-items:center;gap:10px;padding:12px;flex-shrink:0}.report__back{display:inline-flex;align-items:center;gap:2px;height:36px;padding:0 14px 0 10px;border:none;border-radius:999px;background:#fff;color:#1f2937;font-size:15px;font-weight:600;box-shadow:0 4px 14px #0f172a14;cursor:pointer;transition:transform .15s ease,background .2s ease}.report__back:active{transform:scale(.96)}.report__back:hover{background:#f8fafc}.report__back-icon{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;font-size:22px;font-weight:500;line-height:1;margin-right:2px;transform:translateY(-1px)}.report__back-text{line-height:1}.report__title{flex:1;text-align:center;font-size:16px;font-weight:600;color:#1f2937;letter-spacing:.02em;padding-right:64px;margin-left:-64px}.report__topbar-spacer{width:0;height:36px}.report__main{flex:1;overflow-y:auto;-webkit-overflow-scrolling:touch;padding:4px 16px 24px}.report__section{background:#fff;border-radius:16px;padding:16px;margin-bottom:14px;box-shadow:0 2px 12px #0f172a0f}.report__section-title{margin:0 0 4px;font-size:15px;font-weight:600;color:#1f2937}.report__section-desc{margin:0 0 12px;font-size:13px;color:#6b7280;line-height:1.5}.report__categories{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:1fr 1fr;gap:8px}.report__category{display:flex;align-items:center;gap:8px;height:44px;padding:0 12px;border:1px solid #e5e7eb;border-radius:12px;background:#f9fafb;color:#1f2937;font-size:14px;cursor:pointer;transition:border-color .15s ease,background .15s ease,color .15s ease;-webkit-user-select:none;user-select:none}.report__category:active{transform:scale(.98)}.report__category--selected{border-color:#16a34a;background:#f0fdf4;color:#15803d;font-weight:600;box-shadow:0 2px 6px #16a34a26}.report__category-radio{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;font-size:16px;line-height:1;color:inherit}.report__category-label{flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.report__textarea,.report__input{width:100%;border:1px solid #e5e7eb;border-radius:12px;background:#f9fafb;color:#1f2937;font-size:14px;font-family:inherit;padding:10px 12px;outline:none;transition:border-color .15s ease,background .15s ease;-webkit-appearance:none}.report__textarea:focus,.report__input:focus{border-color:#16a34a;background:#fff}.report__textarea::placeholder,.report__input::placeholder{color:#9ca3af}.report__textarea{resize:none;min-height:96px;line-height:1.5}.report__counter{margin-top:6px;text-align:right;font-size:12px;color:#9ca3af}.report__alert{background:#fef2f2;color:#b91c1c;border:1px solid #fecaca;border-radius:12px;padding:10px 14px;font-size:13px;line-height:1.5}.report__footer{flex-shrink:0;padding:12px 16px 16px;background:#ffffffeb;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-top:1px solid rgba(15,23,42,.04)}.report__btn{display:inline-flex;align-items:center;justify-content:center;height:44px;padding:0 20px;border:1px solid #cbd5e1;border-radius:999px;background:#fff;color:#1f2937;font-size:15px;font-weight:600;cursor:pointer;transition:transform .15s ease,background .2s ease,border-color .2s ease,opacity .2s ease}.report__btn:active:not(:disabled){transform:scale(.97)}.report__btn:hover:not(:disabled){background:#f8fafc;border-color:#94a3b8}.report__btn:disabled{opacity:.5;cursor:not-allowed}.report__btn--primary{background:linear-gradient(135deg,#22c55e,#16a34a);border-color:transparent;color:#fff;box-shadow:0 6px 14px #16a34a47}.report__btn--primary:hover:not(:disabled){background:linear-gradient(135deg,#16a34a,#15803d);border-color:transparent}.report__btn--block{display:flex;width:100%}.report--error,.report--success{background:linear-gradient(160deg,#f8fafc,#eef2ff)}.report__error,.report__success{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:0 32px;text-align:center}.report__error-icon,.report__success-icon{font-size:56px;margin-bottom:16px;line-height:1}.report__error-title,.report__success-title{margin:0 0 8px;font-size:18px;font-weight:600;color:#1f2937}.report__error-desc,.report__success-desc{margin:0 0 24px;font-size:14px;line-height:1.6;color:#475569;max-width:320px}@media screen and (max-width: 480px){.report__topbar{padding:10px}.report__back{height:34px;padding:0 12px 0 8px;font-size:14px}.report__title{font-size:15px;padding-right:56px;margin-left:-56px}.report__main{padding:4px 12px 20px}.report__section{padding:14px;border-radius:14px}.report__categories{grid-template-columns:1fr}.report__category{height:42px;font-size:13px}.report__footer{padding:10px 12px 14px}}.test-notice{position:fixed;top:0;left:0;right:0;background:linear-gradient(135deg,#ff6b6b,#ee5a6f);color:#fff;padding:12px 20px;display:flex;align-items:center;justify-content:center;gap:10px;z-index:9999;box-shadow:0 2px 8px #00000026;font-size:14px;font-weight:500;letter-spacing:.3px;animation:slideDown .3s ease-out}.test-notice .test-notice-icon{font-size:18px;flex-shrink:0;animation:pulse 2s ease-in-out infinite}.test-notice .test-notice-text{text-align:center;line-height:1.4}@keyframes slideDown{0%{transform:translateY(-100%);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}@media (max-width: 768px){.test-notice{font-size:13px;padding:10px 15px;gap:8px}.test-notice .test-notice-icon{font-size:16px}}@media (max-width: 480px){.test-notice{font-size:12px;padding:8px 12px;gap:6px;flex-wrap:wrap}.test-notice .test-notice-icon{font-size:16px}}*{margin:0;padding:0;box-sizing:border-box}html,body{width:100%;height:100%;overflow:hidden;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{width:100%;height:100%}body{background-color:#000;color:#fff}.no-select{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none}button,a{-webkit-tap-highlight-color:transparent}
