*{margin:0;padding:0;box-sizing:border-box}:root{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.5;font-weight:400;color-scheme:dark;color:#ffffffde;background:linear-gradient(135deg,#0f0c29,#302b63,#24243e);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%}body{margin:0;min-width:320px;min-height:100vh;overflow:hidden}#app{width:100vw;height:100vh;overflow:hidden}h1,h2,h3,h4,h5,h6{line-height:1.2}button,input,textarea{font-family:inherit}@media (max-width: 640px){:root{font-size:14px}}@supports (height: 100dvh){body,#app{min-height:100dvh}}.record-container[data-v-d0bf7999]{display:flex;align-items:center;justify-content:center;width:100%;height:100%;padding:2rem}.record-button[data-v-d0bf7999]{position:relative;width:calc(min(80vw,80vh) * var(--ui-scale, 1));height:calc(min(80vw,80vh) * var(--ui-scale, 1));max-width:calc(400px * var(--ui-scale, 1));max-height:calc(400px * var(--ui-scale, 1));border-radius:50%;border:none;background:linear-gradient(135deg,#667eea,#764ba2);cursor:pointer;transition:all .3s ease;overflow:visible}.record-button[data-v-d0bf7999]:active{transform:scale(.95)}.record-button.recording[data-v-d0bf7999]{background:linear-gradient(135deg,#f093fb,#f5576c);animation:pulse-d0bf7999 2s infinite}@keyframes pulse-d0bf7999{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.glow-effect[data-v-d0bf7999]{position:absolute;top:calc(-20px * var(--ui-scale, 1));left:calc(-20px * var(--ui-scale, 1));right:calc(-20px * var(--ui-scale, 1));bottom:calc(-20px * var(--ui-scale, 1));border-radius:50%;background:inherit;filter:blur(30px);opacity:.6;z-index:-1;animation:glow-d0bf7999 3s ease-in-out infinite}@keyframes glow-d0bf7999{0%,to{opacity:.6}50%{opacity:.9}}.button-content[data-v-d0bf7999]{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;color:#fff;padding:calc(2rem * var(--ui-scale, 1))}.mic-icon[data-v-d0bf7999]{width:calc(80px * var(--ui-scale, 1));height:calc(80px * var(--ui-scale, 1));margin-bottom:calc(1.5rem * var(--ui-scale, 1));display:flex;align-items:center;justify-content:center}.mic-icon svg[data-v-d0bf7999]{width:100%;height:100%;filter:drop-shadow(0 4px 6px rgba(0,0,0,.3))}.pulse-ring[data-v-d0bf7999]{width:calc(60px * var(--ui-scale, 1));height:calc(60px * var(--ui-scale, 1));border:calc(4px * var(--ui-scale, 1)) solid white;border-radius:50%;animation:pulse-ring-d0bf7999 1.5s ease-out infinite}@keyframes pulse-ring-d0bf7999{0%{transform:scale(.8);opacity:1}to{transform:scale(1.5);opacity:0}}.status-text[data-v-d0bf7999]{font-size:calc(1.5rem * var(--ui-scale, 1));font-weight:600;text-shadow:0 2px 4px rgba(0,0,0,.3);margin-bottom:calc(.5rem * var(--ui-scale, 1));text-align:center}.counter[data-v-d0bf7999]{font-size:calc(2rem * var(--ui-scale, 1));font-weight:700;text-shadow:0 2px 4px rgba(0,0,0,.3);margin-top:calc(.5rem * var(--ui-scale, 1))}@media (max-width: 640px){.mic-icon[data-v-d0bf7999]{width:calc(60px * var(--ui-scale, 1));height:calc(60px * var(--ui-scale, 1))}.status-text[data-v-d0bf7999]{font-size:calc(1.2rem * var(--ui-scale, 1))}.counter[data-v-d0bf7999]{font-size:calc(1.5rem * var(--ui-scale, 1))}}.modal-overlay[data-v-588f96c5]{position:fixed;top:0;left:0;right:0;bottom:0;background:#000c;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:calc(1rem * var(--ui-scale, 1))}.modal-content[data-v-588f96c5]{background:linear-gradient(135deg,#1e1e2e,#2a2a3e);border-radius:calc(20px * var(--ui-scale, 1));width:100%;max-width:calc(500px * var(--ui-scale, 1));box-shadow:0 20px 60px #00000080,0 0 0 1px #ffffff1a;overflow:hidden}.modal-header[data-v-588f96c5]{display:flex;justify-content:space-between;align-items:center;padding:calc(1.5rem * var(--ui-scale, 1));border-bottom:1px solid rgba(255,255,255,.1)}.modal-header h2[data-v-588f96c5]{margin:0;font-size:calc(1.5rem * var(--ui-scale, 1));color:#fff;font-weight:600}.close-button[data-v-588f96c5]{background:none;border:none;color:#ffffffb3;cursor:pointer;padding:calc(.5rem * var(--ui-scale, 1));width:calc(32px * var(--ui-scale, 1));height:calc(32px * var(--ui-scale, 1));border-radius:calc(8px * var(--ui-scale, 1));transition:all .2s;display:flex;align-items:center;justify-content:center}.close-button[data-v-588f96c5]:hover{background:#ffffff1a;color:#fff}.modal-body[data-v-588f96c5]{padding:calc(1.5rem * var(--ui-scale, 1))}.form-group[data-v-588f96c5]{margin-bottom:calc(1.5rem * var(--ui-scale, 1))}.form-group label[data-v-588f96c5]{display:block;margin-bottom:calc(.5rem * var(--ui-scale, 1));color:#ffffffe6;font-weight:500;font-size:calc(.95rem * var(--ui-scale, 1))}.form-input[data-v-588f96c5]{width:100%;padding:calc(.75rem * var(--ui-scale, 1));background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:calc(10px * var(--ui-scale, 1));color:#fff;font-size:calc(1rem * var(--ui-scale, 1));transition:all .2s;font-family:inherit;resize:vertical}.form-input[data-v-588f96c5]:focus{outline:none;background:#ffffff14;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.range-input[data-v-588f96c5]{-moz-appearance:none;appearance:none;-webkit-appearance:none;height:6px;padding:0;border:none;background:#ffffff26;border-radius:999px;cursor:pointer}.range-input[data-v-588f96c5]:focus{box-shadow:0 0 0 3px #667eea1a}.range-input[data-v-588f96c5]::-webkit-slider-thumb{-moz-appearance:none;appearance:none;-webkit-appearance:none;width:calc(24px * var(--ui-scale, 1));height:calc(24px * var(--ui-scale, 1));border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);border:2px solid rgba(255,255,255,.4);cursor:pointer;transition:transform .2s}.range-input[data-v-588f96c5]::-webkit-slider-thumb:hover{transform:scale(1.15)}.range-input[data-v-588f96c5]::-moz-range-thumb{width:calc(24px * var(--ui-scale, 1));height:calc(24px * var(--ui-scale, 1));border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);border:2px solid rgba(255,255,255,.4);cursor:pointer;transition:transform .2s}.range-input[data-v-588f96c5]::-moz-range-thumb:hover{transform:scale(1.15)}.range-input[data-v-588f96c5]::-moz-range-track{height:calc(6px * var(--ui-scale, 1));border-radius:999px;background:#ffffff26}.input-hint[data-v-588f96c5]{margin-top:calc(.5rem * var(--ui-scale, 1));color:#ffffff80;font-size:calc(.85rem * var(--ui-scale, 1))}.save-button[data-v-588f96c5]{width:100%;padding:calc(1rem * var(--ui-scale, 1));background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:calc(10px * var(--ui-scale, 1));color:#fff;font-size:calc(1.1rem * var(--ui-scale, 1));font-weight:600;cursor:pointer;transition:all .3s;position:relative;overflow:hidden}.save-button[data-v-588f96c5]:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#764ba2,#667eea);opacity:0;transition:opacity .3s}.save-button[data-v-588f96c5]:hover:before{opacity:1}.save-button[data-v-588f96c5]:active{transform:scale(.98)}.save-button span[data-v-588f96c5]{position:relative;z-index:1}.modal-enter-active[data-v-588f96c5],.modal-leave-active[data-v-588f96c5]{transition:opacity .3s}.modal-enter-from[data-v-588f96c5],.modal-leave-to[data-v-588f96c5]{opacity:0}.modal-enter-active .modal-content[data-v-588f96c5],.modal-leave-active .modal-content[data-v-588f96c5]{transition:transform .3s}.modal-enter-from .modal-content[data-v-588f96c5],.modal-leave-to .modal-content[data-v-588f96c5]{transform:scale(.9)}.pwa-section[data-v-588f96c5]{margin-top:calc(1.5rem * var(--ui-scale, 1));padding-top:calc(1.5rem * var(--ui-scale, 1))}.pwa-divider[data-v-588f96c5]{height:1px;background:#ffffff1a;margin-bottom:calc(1rem * var(--ui-scale, 1))}.install-button[data-v-588f96c5]{width:100%;padding:calc(.875rem * var(--ui-scale, 1));background:#ffffff0d;border:1px solid rgba(255,255,255,.2);border-radius:calc(10px * var(--ui-scale, 1));color:#fff;font-size:calc(1rem * var(--ui-scale, 1));font-weight:500;cursor:pointer;transition:all .3s;display:flex;align-items:center;justify-content:center;gap:calc(.5rem * var(--ui-scale, 1))}.install-button svg[data-v-588f96c5]{width:calc(22px * var(--ui-scale, 1));height:calc(22px * var(--ui-scale, 1))}.install-button[data-v-588f96c5]:hover{background:#ffffff1a;border-color:#ffffff4d}.install-button[data-v-588f96c5]:active{transform:scale(.98)}.install-button.ios-only[data-v-588f96c5]{cursor:default;opacity:.7}.install-button.ios-only[data-v-588f96c5]:hover{background:#ffffff0d}.ios-instructions[data-v-588f96c5]{margin-top:calc(1rem * var(--ui-scale, 1));padding:calc(1rem * var(--ui-scale, 1));background:#667eea1a;border:1px solid rgba(102,126,234,.3);border-radius:calc(10px * var(--ui-scale, 1));color:#ffffffe6;font-size:calc(.875rem * var(--ui-scale, 1));line-height:1.6}.ios-instructions p[data-v-588f96c5]{margin:0 0 .5rem}.ios-instructions ol[data-v-588f96c5]{margin:0;padding-left:1.25rem}.ios-instructions li[data-v-588f96c5]{margin-bottom:.25rem}.ios-instructions strong[data-v-588f96c5]{color:#fff}.license-display-section[data-v-588f96c5]{margin-bottom:calc(1.5rem * var(--ui-scale, 1))}.license-badge[data-v-588f96c5]{display:flex;align-items:center;gap:calc(1rem * var(--ui-scale, 1));padding:calc(1rem * var(--ui-scale, 1));background:#667eea1a;border:1px solid rgba(102,126,234,.3);border-radius:calc(12px * var(--ui-scale, 1))}.license-icon-wrapper[data-v-588f96c5]{width:calc(40px * var(--ui-scale, 1));height:calc(40px * var(--ui-scale, 1));background:linear-gradient(135deg,#667eea,#764ba2);border-radius:calc(10px * var(--ui-scale, 1));display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0}.license-icon-wrapper svg[data-v-588f96c5]{width:calc(22px * var(--ui-scale, 1));height:calc(22px * var(--ui-scale, 1))}.license-details[data-v-588f96c5]{display:flex;flex-direction:column;gap:calc(.25rem * var(--ui-scale, 1));min-width:0;flex:1}.license-key[data-v-588f96c5]{font-family:Courier New,monospace;font-size:calc(.9rem * var(--ui-scale, 1));font-weight:600;color:#fff;word-break:break-all}.license-expires[data-v-588f96c5]{font-size:calc(.8rem * var(--ui-scale, 1));color:#fff9}@media (max-width: 640px){.modal-content[data-v-588f96c5]{max-width:100%;border-radius:calc(20px * var(--ui-scale, 1)) calc(20px * var(--ui-scale, 1)) 0 0;margin-top:auto}.modal-overlay[data-v-588f96c5]{align-items:flex-end;padding:0}}.result-container[data-v-9c714580]{display:flex;align-items:center;justify-content:center;height:100%;padding:calc(2rem * var(--ui-scale, 1))}.result-card[data-v-9c714580]{display:flex;flex-direction:column;align-items:center;gap:calc(1.5rem * var(--ui-scale, 1));padding:calc(2.5rem * var(--ui-scale, 1));background:#ffffff0d;border-radius:calc(20px * var(--ui-scale, 1));border:1px solid rgba(255,255,255,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);max-width:calc(440px * var(--ui-scale, 1));width:100%}.status-sending[data-v-9c714580]{display:flex;flex-direction:column;align-items:center;gap:1rem}.spinner[data-v-9c714580]{width:48px;height:48px;border:3px solid rgba(255,255,255,.2);border-top-color:#667eea;border-radius:50%;animation:spin-9c714580 1s linear infinite}@keyframes spin-9c714580{to{transform:rotate(360deg)}}.status-text[data-v-9c714580]{color:#fffc;font-size:calc(1.1rem * var(--ui-scale, 1));text-align:center;margin:0}.status-ready[data-v-9c714580]{display:flex;flex-direction:column;align-items:center;gap:1rem;width:100%}.success-icon[data-v-9c714580]{width:calc(64px * var(--ui-scale, 1));height:calc(64px * var(--ui-scale, 1));background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff}.success-icon svg[data-v-9c714580]{width:calc(36px * var(--ui-scale, 1));height:calc(36px * var(--ui-scale, 1))}.ready-text[data-v-9c714580]{text-align:center}.ready-text p[data-v-9c714580]{margin:0;color:#ffffffe6;font-size:calc(1.05rem * var(--ui-scale, 1))}.ready-hint[data-v-9c714580]{margin-top:calc(.5rem * var(--ui-scale, 1))!important;color:#ffffff80!important;font-size:calc(.9rem * var(--ui-scale, 1))!important}.url-box[data-v-9c714580]{display:flex;align-items:center;gap:calc(.5rem * var(--ui-scale, 1));width:100%;padding:calc(.75rem * var(--ui-scale, 1)) calc(1rem * var(--ui-scale, 1));background:#0000004d;border:1px solid rgba(255,255,255,.1);border-radius:calc(10px * var(--ui-scale, 1))}.page-url[data-v-9c714580]{flex:1;color:#667eea;font-size:calc(.85rem * var(--ui-scale, 1));word-break:break-all;font-family:SF Mono,Fira Code,monospace}.copy-btn[data-v-9c714580]{display:flex;align-items:center;gap:calc(.4rem * var(--ui-scale, 1));padding:calc(.5rem * var(--ui-scale, 1)) calc(.75rem * var(--ui-scale, 1));background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:calc(8px * var(--ui-scale, 1));color:#fff;font-size:calc(.8rem * var(--ui-scale, 1));cursor:pointer;white-space:nowrap;transition:all .3s}.copy-btn[data-v-9c714580]:hover{transform:translateY(-1px);box-shadow:0 4px 15px #667eea66}.copy-btn[data-v-9c714580]:active{transform:translateY(0)}.copy-btn svg[data-v-9c714580]{width:calc(16px * var(--ui-scale, 1));height:calc(16px * var(--ui-scale, 1))}.status-error[data-v-9c714580]{display:flex;flex-direction:column;align-items:center;gap:.75rem}.error-icon[data-v-9c714580]{width:calc(64px * var(--ui-scale, 1));height:calc(64px * var(--ui-scale, 1));background:#ff525233;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#ff5252}.error-icon svg[data-v-9c714580]{width:calc(36px * var(--ui-scale, 1));height:calc(36px * var(--ui-scale, 1))}.error-detail[data-v-9c714580]{color:#ff5252b3;font-size:calc(.85rem * var(--ui-scale, 1));text-align:center;margin:0}.retry-btn[data-v-9c714580]{padding:calc(.6rem * var(--ui-scale, 1)) calc(1.5rem * var(--ui-scale, 1));background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:calc(10px * var(--ui-scale, 1));color:#fff;font-size:calc(.95rem * var(--ui-scale, 1));cursor:pointer;transition:all .3s}.retry-btn[data-v-9c714580]:hover{transform:translateY(-2px);box-shadow:0 10px 30px #667eea66}.reset-btn[data-v-9c714580]{display:flex;align-items:center;gap:calc(.5rem * var(--ui-scale, 1));padding:calc(.6rem * var(--ui-scale, 1)) calc(1.5rem * var(--ui-scale, 1));background:#ffffff1a;border:1px solid rgba(255,255,255,.15);border-radius:calc(10px * var(--ui-scale, 1));color:#fffc;font-size:calc(.95rem * var(--ui-scale, 1));cursor:pointer;transition:all .3s}.reset-btn[data-v-9c714580]:hover{background:#ffffff26;transform:translateY(-2px)}.reset-btn[data-v-9c714580]:active{transform:translateY(0)}.reset-btn svg[data-v-9c714580]{width:calc(18px * var(--ui-scale, 1));height:calc(18px * var(--ui-scale, 1))}@media (max-width: 640px){.result-container[data-v-9c714580]{padding:calc(1rem * var(--ui-scale, 1))}.result-card[data-v-9c714580]{padding:calc(1.5rem * var(--ui-scale, 1))}.url-box[data-v-9c714580]{flex-direction:column}.copy-btn[data-v-9c714580]{width:100%;justify-content:center}}.license-modal-overlay[data-v-bee3d93e]{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000e6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;align-items:center;justify-content:center;z-index:2000;padding:calc(1rem * var(--ui-scale, 1))}.license-modal-content[data-v-bee3d93e]{background:linear-gradient(135deg,#1e1e2e,#2a2a3e);border-radius:calc(24px * var(--ui-scale, 1));width:100%;max-width:calc(480px * var(--ui-scale, 1));box-shadow:0 25px 80px #0009,0 0 0 1px #ffffff1a;overflow:hidden}.license-header[data-v-bee3d93e]{text-align:center;padding:calc(2rem * var(--ui-scale, 1)) calc(2rem * var(--ui-scale, 1)) calc(1.5rem * var(--ui-scale, 1));border-bottom:1px solid rgba(255,255,255,.1)}.license-icon[data-v-bee3d93e]{width:calc(64px * var(--ui-scale, 1));height:calc(64px * var(--ui-scale, 1));margin:0 auto calc(1rem * var(--ui-scale, 1));background:linear-gradient(135deg,#667eea,#764ba2);border-radius:calc(16px * var(--ui-scale, 1));display:flex;align-items:center;justify-content:center;color:#fff}.license-icon svg[data-v-bee3d93e]{width:calc(36px * var(--ui-scale, 1));height:calc(36px * var(--ui-scale, 1))}.license-header h2[data-v-bee3d93e]{margin:0 0 calc(.5rem * var(--ui-scale, 1));font-size:calc(1.5rem * var(--ui-scale, 1));color:#fff;font-weight:600}.license-subtitle[data-v-bee3d93e]{margin:0;color:#fff9;font-size:calc(.95rem * var(--ui-scale, 1))}.license-body[data-v-bee3d93e]{padding:calc(2rem * var(--ui-scale, 1))}.form-group[data-v-bee3d93e]{margin-bottom:calc(1.5rem * var(--ui-scale, 1))}.form-group label[data-v-bee3d93e]{display:block;margin-bottom:calc(.5rem * var(--ui-scale, 1));color:#ffffffe6;font-weight:500;font-size:calc(.95rem * var(--ui-scale, 1))}.license-input[data-v-bee3d93e]{width:100%;padding:calc(1rem * var(--ui-scale, 1));background:#ffffff0d;border:2px solid rgba(255,255,255,.1);border-radius:calc(12px * var(--ui-scale, 1));color:#fff;font-size:calc(1.1rem * var(--ui-scale, 1));font-weight:600;text-align:center;letter-spacing:2px;transition:all .2s;font-family:Courier New,monospace}.license-input[data-v-bee3d93e]:focus{outline:none;background:#ffffff14;border-color:#667eea;box-shadow:0 0 0 4px #667eea26}.input-hint[data-v-bee3d93e]{margin-top:calc(.5rem * var(--ui-scale, 1));color:#ffffff80;font-size:calc(.85rem * var(--ui-scale, 1));text-align:center}.expires-info[data-v-bee3d93e]{display:flex;align-items:center;gap:calc(.75rem * var(--ui-scale, 1));padding:calc(.75rem * var(--ui-scale, 1)) calc(1rem * var(--ui-scale, 1));background:#667eea26;border:1px solid rgba(102,126,234,.3);border-radius:calc(10px * var(--ui-scale, 1));color:#667eea;font-size:calc(.9rem * var(--ui-scale, 1));font-weight:500;margin-bottom:calc(1.5rem * var(--ui-scale, 1))}.expires-info svg[data-v-bee3d93e]{width:calc(20px * var(--ui-scale, 1));height:calc(20px * var(--ui-scale, 1));flex-shrink:0}.error-message[data-v-bee3d93e]{display:flex;align-items:center;gap:calc(.75rem * var(--ui-scale, 1));padding:calc(.75rem * var(--ui-scale, 1)) calc(1rem * var(--ui-scale, 1));background:#f5576c1a;border:1px solid rgba(245,87,108,.3);border-radius:calc(10px * var(--ui-scale, 1));color:#f5576c;font-size:calc(.9rem * var(--ui-scale, 1));margin-bottom:calc(1.5rem * var(--ui-scale, 1))}.error-message svg[data-v-bee3d93e]{width:calc(20px * var(--ui-scale, 1));height:calc(20px * var(--ui-scale, 1));flex-shrink:0}.activate-button[data-v-bee3d93e]{width:100%;padding:calc(1rem * var(--ui-scale, 1));background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:calc(12px * var(--ui-scale, 1));color:#fff;font-size:calc(1.1rem * var(--ui-scale, 1));font-weight:600;cursor:pointer;transition:all .3s;display:flex;align-items:center;justify-content:center;gap:calc(.75rem * var(--ui-scale, 1))}.activate-button[data-v-bee3d93e]:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 30px #667eea66}.activate-button[data-v-bee3d93e]:active:not(:disabled){transform:translateY(0)}.activate-button[data-v-bee3d93e]:disabled{opacity:.6;cursor:not-allowed}.license-info[data-v-bee3d93e]{margin-top:calc(1.5rem * var(--ui-scale, 1));padding-top:calc(1.5rem * var(--ui-scale, 1));border-top:1px solid rgba(255,255,255,.1);color:#ffffff80;font-size:calc(.85rem * var(--ui-scale, 1));text-align:center;line-height:1.6}.modal-enter-active[data-v-bee3d93e],.modal-leave-active[data-v-bee3d93e]{transition:opacity .3s}.modal-enter-from[data-v-bee3d93e],.modal-leave-to[data-v-bee3d93e]{opacity:0}.modal-enter-active .license-modal-content[data-v-bee3d93e],.modal-leave-active .license-modal-content[data-v-bee3d93e]{transition:transform .3s,opacity .3s}.modal-enter-from .license-modal-content[data-v-bee3d93e],.modal-leave-to .license-modal-content[data-v-bee3d93e]{transform:scale(.9) translateY(20px);opacity:0}@media (max-width: 640px){.license-modal-content[data-v-bee3d93e]{max-width:100%;border-radius:calc(24px * var(--ui-scale, 1)) calc(24px * var(--ui-scale, 1)) 0 0;margin-top:auto}.license-modal-overlay[data-v-bee3d93e]{align-items:flex-end;padding:0}.license-header[data-v-bee3d93e]{padding:calc(1.5rem * var(--ui-scale, 1)) calc(1.5rem * var(--ui-scale, 1)) calc(1rem * var(--ui-scale, 1))}.license-body[data-v-bee3d93e]{padding:calc(1.5rem * var(--ui-scale, 1))}}.app-container[data-v-4e5e6dcd]{display:flex;flex-direction:column;height:100vh;width:100vw;overflow:hidden}.app-scene[data-v-4e5e6dcd]{flex:1;min-height:0;display:flex;flex-direction:column;font-size:calc(1rem * var(--ui-scale, 1))}.app-header[data-v-4e5e6dcd]{display:flex;justify-content:space-between;align-items:center;padding:calc(1rem * var(--ui-scale, 1)) calc(1.5rem * var(--ui-scale, 1));background:#0000004d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,.1);z-index:100}.app-title[data-v-4e5e6dcd]{font-size:calc(1.2rem * var(--ui-scale, 1));font-weight:700;margin:0;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.settings-button[data-v-4e5e6dcd]{width:calc(40px * var(--ui-scale, 1));height:calc(40px * var(--ui-scale, 1));padding:calc(.5rem * var(--ui-scale, 1));background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:calc(10px * var(--ui-scale, 1));color:#fff;cursor:pointer;transition:all .3s;display:flex;align-items:center;justify-content:center}.settings-button svg[data-v-4e5e6dcd]{width:calc(24px * var(--ui-scale, 1));height:calc(24px * var(--ui-scale, 1))}.settings-button[data-v-4e5e6dcd]:hover{background:#ffffff1a;transform:rotate(90deg)}.settings-button[data-v-4e5e6dcd]:active{transform:rotate(90deg) scale(.95)}.settings-button[data-v-4e5e6dcd]:disabled{opacity:.5;cursor:not-allowed}.app-header.locked[data-v-4e5e6dcd]{opacity:.5;pointer-events:none}.app-main[data-v-4e5e6dcd]{flex:1;display:flex;align-items:center;justify-content:center;overflow:hidden;position:relative}.fade-enter-active[data-v-4e5e6dcd],.fade-leave-active[data-v-4e5e6dcd]{transition:opacity .3s ease}.fade-enter-from[data-v-4e5e6dcd],.fade-leave-to[data-v-4e5e6dcd]{opacity:0}.loading-state[data-v-4e5e6dcd]{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.5rem}.loading-spinner[data-v-4e5e6dcd]{width:calc(48px * var(--ui-scale, 1));height:calc(48px * var(--ui-scale, 1));border:calc(3px * var(--ui-scale, 1)) solid rgba(255,255,255,.2);border-top-color:#667eea;border-radius:50%;animation:spin-4e5e6dcd 1s linear infinite}@keyframes spin-4e5e6dcd{to{transform:rotate(360deg)}}.loading-text[data-v-4e5e6dcd]{color:#ffffffb3;font-size:calc(1rem * var(--ui-scale, 1))}.locked-state[data-v-4e5e6dcd]{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;text-align:center;padding:2rem}.lock-icon[data-v-4e5e6dcd]{width:calc(80px * var(--ui-scale, 1));height:calc(80px * var(--ui-scale, 1));background:linear-gradient(135deg,#667eea,#764ba2);border-radius:calc(20px * var(--ui-scale, 1));display:flex;align-items:center;justify-content:center;color:#fff;margin-bottom:calc(.5rem * var(--ui-scale, 1))}.lock-icon svg[data-v-4e5e6dcd]{width:calc(48px * var(--ui-scale, 1));height:calc(48px * var(--ui-scale, 1))}.locked-state h2[data-v-4e5e6dcd]{color:#fff;font-size:calc(1.5rem * var(--ui-scale, 1));margin:0}.locked-state p[data-v-4e5e6dcd]{color:#fff9;font-size:calc(.95rem * var(--ui-scale, 1));margin:0}.activate-btn[data-v-4e5e6dcd]{margin-top:calc(1rem * var(--ui-scale, 1));padding:calc(.75rem * var(--ui-scale, 1)) calc(2rem * var(--ui-scale, 1));background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:calc(10px * var(--ui-scale, 1));color:#fff;font-size:calc(1rem * var(--ui-scale, 1));font-weight:600;cursor:pointer;transition:all .3s}.activate-btn[data-v-4e5e6dcd]:hover{transform:translateY(-2px);box-shadow:0 10px 30px #667eea66}.activate-btn[data-v-4e5e6dcd]:active{transform:translateY(0)}@media (max-width: 640px){.app-title[data-v-4e5e6dcd]{font-size:calc(1rem * var(--ui-scale, 1))}.app-header[data-v-4e5e6dcd]{padding:calc(.75rem * var(--ui-scale, 1)) calc(1rem * var(--ui-scale, 1))}.settings-button[data-v-4e5e6dcd]{width:calc(36px * var(--ui-scale, 1));height:calc(36px * var(--ui-scale, 1))}.settings-button svg[data-v-4e5e6dcd]{width:calc(22px * var(--ui-scale, 1));height:calc(22px * var(--ui-scale, 1))}}
