*{box-sizing:border-box}html,body{margin:0;padding:0;width:100%;height:100%;overflow:hidden;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Helvetica,Arial,sans-serif}#calculator{position:absolute;top:0;left:0;right:0;bottom:0}.overlay,.video-controls,.status-text{position:absolute;z-index:50}.pill-btn,.icon-btn,.ctrl-btn{font-family:inherit;border:none;cursor:pointer;background:#fff;color:#37474f;transition:background-color .12s ease,box-shadow .12s ease,color .12s ease}.corner-top{top:14px;right:64px;display:flex;align-items:flex-start;gap:8px}.pill-btn{display:flex;align-items:center;gap:7px;padding:8px 16px 8px 13px;border-radius:20px;font-size:13px;font-weight:600;color:#fff;background:#2464b4;box-shadow:0 1px 3px #00000040;white-space:nowrap}.pill-btn:hover{background:#1d5497}.pill-btn:active{background:#164077}.icon-btn{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 1px 3px #0003}.icon-btn:hover{background:#f2f6fb;color:#2464b4}.icon-btn.active{background:#2464b4;color:#fff}.settings-panel{position:absolute;top:44px;right:0;width:190px;background:#fff;border-radius:10px;box-shadow:0 4px 18px #00000038;padding:12px 14px 14px}.settings-panel.hidden{display:none}.settings-title{font-size:12px;font-weight:700;color:#37474f;margin-bottom:8px;letter-spacing:.2px}.settings-panel input[type=range]{width:100%;accent-color:#2464b4}.detail-labels{display:flex;justify-content:space-between;font-size:10.5px;color:#8a97a0;margin-top:3px}.settings-check{display:flex;align-items:center;gap:8px;margin-top:8px;font-size:12px;font-weight:600;color:#37474f;cursor:pointer;-webkit-user-select:none;user-select:none}.settings-check:first-of-type{margin-top:12px;padding-top:10px;border-top:1px solid #e8eef3}.settings-check input{width:14px;height:14px;margin:0;accent-color:#2464b4;cursor:pointer;flex-shrink:0}.status-text{top:14px;left:66px;max-width:46vw;background:#fff;color:#37474f;font-size:12.5px;font-weight:500;padding:8px 14px;border-radius:18px;box-shadow:0 1px 3px #0003;display:flex;align-items:center;gap:8px;pointer-events:none}.status-text.hidden{display:none}.status-dot{width:7px;height:7px;border-radius:50%;background:#2464b4;flex-shrink:0;animation:pulse 1s ease-in-out infinite}@keyframes pulse{0%,to{opacity:.35;transform:scale(.85)}50%{opacity:1;transform:scale(1.1)}}.model-loading-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:100;display:flex;align-items:center;justify-content:center;background:#37474f8c;backdrop-filter:grayscale(1) brightness(.85);-webkit-backdrop-filter:grayscale(1) brightness(.85)}.model-loading-overlay.hidden{display:none}.model-loading-panel{width:min(360px,calc(100vw - 48px));padding:22px 24px 18px;border-radius:14px;background:#fff;box-shadow:0 8px 28px #00000047;display:flex;flex-direction:column;gap:12px;pointer-events:none}.model-loading-label{font-size:13.5px;font-weight:600;color:#37474f;text-align:center}.model-loading-track{width:100%;height:8px;border-radius:999px;background:#e8eef2;overflow:hidden}.model-loading-bar{height:100%;width:0%;border-radius:inherit;background:#2464b4;transition:width .16s ease}.model-loading-pct{font-size:12px;font-weight:500;color:#78909c;text-align:center;font-variant-numeric:tabular-nums}.drop-hint{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:40;display:flex;flex-direction:column;align-items:center;gap:10px;color:#b8c2c9;font-size:14px;font-weight:500;pointer-events:none;text-align:center}.drop-hint.hidden{display:none}.video-controls{left:50%;bottom:20px;transform:translate(-50%);width:min(560px,88vw);background:#fffffffa;border-radius:14px;box-shadow:0 6px 22px #00000038;padding:10px 16px 12px}.video-controls.hidden{display:none}.scrub-row{display:flex;align-items:center;gap:10px;margin-bottom:2px}.time-label{font-size:11px;color:#7c8a92;font-variant-numeric:tabular-nums;min-width:34px;text-align:center;flex-shrink:0}#scrubBar{flex:1;-webkit-appearance:none;-moz-appearance:none;appearance:none;height:4px;border-radius:2px;background:#dbe4ea;accent-color:#2464b4;cursor:pointer}#scrubBar::-webkit-slider-thumb{-webkit-appearance:none;width:13px;height:13px;border-radius:50%;background:#2464b4;cursor:pointer;box-shadow:0 0 0 3px #2464b426}#scrubBar::-moz-range-thumb{width:13px;height:13px;border-radius:50%;background:#2464b4;border:none;cursor:pointer}.btn-row{display:flex;align-items:center;gap:6px}.ctrl-btn{display:flex;align-items:center;justify-content:center;position:relative;width:34px;height:34px;border-radius:50%;color:#37474f}.ctrl-btn:hover{background:#f0f4f8;color:#2464b4}.ctrl-badge{position:absolute;bottom:2px;right:1px;font-size:8px;font-weight:700;line-height:1}.play-btn{width:42px;height:42px;background:#2464b4;color:#fff;box-shadow:0 1px 4px #2464b480}.play-btn:hover{background:#1d5497;color:#fff}.spacer{flex:1}.speed-wrap{position:relative}.speed-btn{width:auto;border-radius:16px;padding:0 12px;font-size:12.5px;font-weight:700}.speed-menu{position:absolute;bottom:42px;right:0;background:#fff;border-radius:10px;box-shadow:0 4px 18px #00000038;padding:4px;display:flex;flex-direction:column;min-width:70px}.speed-menu.hidden{display:none}.speed-menu button{border:none;background:none;font-family:inherit;font-size:12.5px;font-weight:600;color:#37474f;padding:7px 10px;border-radius:6px;text-align:left;cursor:pointer}.speed-menu button:hover{background:#f0f4f8}.speed-menu button.active{color:#2464b4;background:#eaf1fa}@media(max-width:640px){.corner-top{right:8px}.pill-btn span{display:none}.status-text{left:8px;max-width:60vw}}
