html,body{width:100%;height:100%}input::-ms-clear{display:none}input::-ms-reveal{display:none}*,:before,:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:#0000;font-family:sans-serif;line-height:1.15}@-ms-viewport{width:device-width}body{margin:0}[tabindex="-1"]:focus{outline:none}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5em;font-weight:500}p{margin-top:0;margin-bottom:1em}abbr[title],abbr[data-original-title]{-webkit-text-decoration:underline dotted;cursor:help;border-bottom:0;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}address{font-style:normal;line-height:inherit;margin-bottom:1em}input[type=text],input[type=password],input[type=number],textarea{-webkit-appearance:none}ol,ul,dl{margin-top:0;margin-bottom:1em}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:500}dd{margin-bottom:.5em;margin-left:0}blockquote{margin:0 0 1em}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}pre,code,kbd,samp{font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace;font-size:1em}pre{margin-top:0;margin-bottom:1em;overflow:auto}figure{margin:0 0 1em}img{vertical-align:middle;border-style:none}a,area,button,[role=button],input:not([type=range]),label,select,summary,textarea{touch-action:manipulation}table{border-collapse:collapse}caption{text-align:left;caption-side:bottom;padding-top:.75em;padding-bottom:.3em}input,button,select,optgroup,textarea{color:inherit;font-size:inherit;font-family:inherit;line-height:inherit;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,html [type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner{border-style:none;padding:0}[type=button]::-moz-focus-inner{border-style:none;padding:0}[type=reset]::-moz-focus-inner{border-style:none;padding:0}[type=submit]::-moz-focus-inner{border-style:none;padding:0}input[type=radio],input[type=checkbox]{box-sizing:border-box;padding:0}input[type=date],input[type=time],input[type=datetime-local],input[type=month]{-webkit-appearance:listbox}textarea{resize:vertical;overflow:auto}fieldset{border:0;min-width:0;margin:0;padding:0}legend{width:100%;max-width:100%;color:inherit;font-size:1.5em;line-height:inherit;white-space:normal;margin-bottom:.5em;padding:0;display:block}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button{height:auto}[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button{-webkit-appearance:none}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item}template{display:none}[hidden]{display:none!important}mark{background-color:#feffe6;padding:.2em}.notif-stack[data-v-ffd2429e]{z-index:9999;pointer-events:none;flex-direction:column;gap:10px;width:320px;display:flex;position:fixed;top:20px;right:20px}.notif[data-v-ffd2429e]{background:var(--surface,#fff);border:1px solid var(--border-soft,#e5e7eb);pointer-events:all;border-radius:12px;grid-template-columns:36px 1fr 28px;align-items:center;gap:10px;padding:14px 12px 18px;display:grid;position:relative;overflow:hidden;box-shadow:0 8px 24px #0000001f,0 2px 8px #0000000f}.notif[data-v-ffd2429e]:before{content:"";border-radius:12px 0 0 12px;width:4px;position:absolute;top:0;bottom:0;left:0}.notif.success[data-v-ffd2429e]:before{background:linear-gradient(#34d399,#059669)}.notif.error[data-v-ffd2429e]:before{background:linear-gradient(#f87171,#dc2626)}.notif-icon[data-v-ffd2429e]{border-radius:50%;flex-shrink:0;place-items:center;width:36px;height:36px;display:grid}.notif.success .notif-icon[data-v-ffd2429e]{color:#059669;background:#34d3991f}.notif.error .notif-icon[data-v-ffd2429e]{color:#dc2626;background:#f871711f}.notif-body[data-v-ffd2429e]{min-width:0}.notif-title[data-v-ffd2429e]{color:var(--text,#111827);margin:0;font-size:13.5px;font-weight:600;line-height:1.3}.notif-desc[data-v-ffd2429e]{color:var(--text-muted,#6b7280);margin:3px 0 0;font-size:12px;line-height:1.4}.notif-close[data-v-ffd2429e]{width:24px;height:24px;color:var(--text-subtle,#9ca3af);cursor:pointer;background:0 0;border:none;border-radius:6px;align-self:start;place-items:center;padding:0;transition:background .12s,color .12s;display:grid}.notif-close[data-v-ffd2429e]:hover{background:var(--surface-2,#f3f4f6);color:var(--text,#111827)}.notif-progress[data-v-ffd2429e]{transform-origin:0;border-radius:0 0 12px 12px;height:3px;animation:3.6s linear forwards notifProgress-ffd2429e;position:absolute;bottom:0;left:0;right:0}.notif.success .notif-progress[data-v-ffd2429e]{background:linear-gradient(90deg,#34d399,#059669)}.notif.error .notif-progress[data-v-ffd2429e]{background:linear-gradient(90deg,#f87171,#dc2626)}.notif-progress.paused[data-v-ffd2429e]{animation-play-state:paused}@keyframes notifProgress-ffd2429e{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.notif-enter-active[data-v-ffd2429e]{animation:.35s cubic-bezier(.18,.89,.32,1.28) both notifIn-ffd2429e}.notif-leave-active[data-v-ffd2429e]{animation:.25s ease-in both notifOut-ffd2429e}.notif-move[data-v-ffd2429e]{transition:transform .3s}@keyframes notifIn-ffd2429e{0%{opacity:0;transform:translate(40px)scale(.9)}to{opacity:1;transform:translate(0)scale(1)}}@keyframes notifOut-ffd2429e{0%{opacity:1;transform:translate(0)scale(1)}to{opacity:0;transform:translate(40px)scale(.9)}}:root{--brand-50:#f5f1ff;--brand-100:#ece4ff;--brand-200:#d9c8ff;--brand-300:#bda0ff;--brand-400:#9a72ff;--brand-500:#7c4dff;--brand-600:#6435e6;--brand-700:#4f24bf;--brand-800:#3d1b94;--brand-900:#2a1469;--accent-mint:#5fe3c1;--accent-amber:#ffb547;--accent-rose:#ff5d8f;--bg:#f7f6fb;--bg-elev:#fff;--bg-soft:#fbfaff;--surface:#fff;--surface-2:#f4f2fa;--border:#e9e6f2;--border-soft:#f0eef7;--text:#1a1730;--text-muted:#67627e;--text-subtle:#908ba6;--shadow-sm:0 1px 2px #2616560d;--shadow:0 4px 12px #2616560f, 0 1px 2px #2616560a;--shadow-lg:0 12px 32px #2616561a, 0 2px 6px #2616560d;--green:#16a572;--green-bg:#e6f7f0;--red:#e5384e;--red-bg:#fde9ec;--blue:#2563eb;--blue-bg:#e8efff;--radius-sm:8px;--radius:12px;--radius-lg:16px;--font-sans:"Inter", system-ui, -apple-system, "Segoe UI", sans-serif;--font-display:"Inter Tight", "Inter", system-ui, sans-serif;--font-mono:"JetBrains Mono", ui-monospace, "SF Mono", Menlo, monospace}*{box-sizing:border-box}html,body{height:100%;margin:0;padding:0}body{font-family:var(--font-sans);background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;font-size:14px;line-height:1.45}button{cursor:pointer;color:inherit;background:0 0;border:none;font-family:inherit}input,textarea,select{font-family:inherit}a{color:var(--brand-600);text-decoration:none}a:hover{color:var(--brand-700)}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--border);border-radius:99px}::-webkit-scrollbar-thumb:hover{background:var(--text-subtle)}
