@font-face{font-family:Geist;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/8d697b304b401681-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Geist;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/ba015fad6dcf6784-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Geist;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/4cf2300e9c8272f7-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Geist Fallback;src:local("Arial");ascent-override:95.94%;descent-override:28.16%;line-gap-override:0.00%;size-adjust:104.76%}.__className_188709{font-family:Geist,Geist Fallback;font-style:normal}.__variable_188709{--font-geist-sans:"Geist","Geist Fallback"}@font-face{font-family:Geist Mono;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/9610d9e46709d722-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Geist Mono;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/747892c23ea88013-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Geist Mono;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/93f479601ee12b01-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Geist Mono Fallback;src:local("Arial");ascent-override:74.67%;descent-override:21.92%;line-gap-override:0.00%;size-adjust:134.59%}.__className_9a8899{font-family:Geist Mono,Geist Mono Fallback;font-style:normal}.__variable_9a8899{--font-geist-mono:"Geist Mono","Geist Mono Fallback"}:root{--background:#ffffff;--foreground:#171717;--background-secondary:#f5f5f5;--foreground-secondary:#666;--muted:#666;--card-bg:#ffffff;--card-shadow:rgba(0,0,0,0.05);--accent:#1890ff;--accent-hover:#40a9ff;--border-color:#d9d9d9;--hover-color:rgba(0,0,0,0.05);--primary-color:#1890ff;--primary-color-rgb:24,144,255;--input-bg:#ffffff;--input-bg-hover:#fafafa;--input-placeholder:rgba(0,0,0,0.25);--error:#ff4d4f;--error-bg:#fff2f0;--success:#52c41a}[data-theme=dark]{--background:#141414;--foreground:rgba(255,255,255,0.85);--background-secondary:#1f1f1f;--foreground-secondary:rgba(255,255,255,0.45);--muted:rgba(255,255,255,0.45);--card-bg:#1f1f1f;--card-shadow:rgba(0,0,0,0.45);--accent:#177ddc;--accent-hover:#165996;--border-color:#303030;--hover-color:rgba(255,255,255,0.05);--primary-color:#177ddc;--primary-color-rgb:23,125,220;--input-bg:rgba(0,0,0,0.35);--input-bg-hover:rgba(0,0,0,0.45);--input-placeholder:rgba(255,255,255,0.3);--error:#a61d24;--error-bg:#2a1215;--success:#49aa19}body,html{max-width:100vw;overflow-x:hidden;scroll-behavior:smooth}body{color:var(--foreground);background:var(--background);font-family:Arial,Helvetica,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;padding:0;margin:0}a{color:inherit;text-decoration:none}@media (prefers-color-scheme:dark){html{color-scheme:dark}}.topbar{display:flex;justify-content:space-between;align-items:center;padding:12px 20px;border-bottom:1px solid rgba(255,255,255,.04);background:linear-gradient(90deg,rgba(255,255,255,.02),transparent)}.topbar .brand{font-weight:700}.topbar nav a{margin-left:12px;color:var(--muted);transition:color .2s;position:relative}.topbar nav a:hover{color:var(--foreground)}.topbar nav a.active{color:var(--accent)}.topbar nav a.active:after{content:"";position:absolute;bottom:-15px;left:0;width:100%;height:2px;background-color:var(--accent)}.page-container{min-height:calc(100vh - 120px);display:flex;align-items:center;justify-content:center;padding:32px}.ant-card{background:var(--card-bg);padding:24px;border-radius:8px;width:100%;max-width:420px;box-shadow:0 1px 2px var(--card-shadow);border:1px solid var(--border-color)}.ant-card-title{margin-bottom:24px;font-weight:500;font-size:24px;line-height:1.4;color:var(--foreground)}.ant-form-item{margin-bottom:20px}.ant-form-item-label{display:block;margin-bottom:8px;color:var(--foreground);font-size:14px;line-height:1.5}.ant-form-item-control{position:relative}.ant-form-item-explain-error{margin-top:5px;color:var(--error);font-size:12px}.ant-input{width:100%;min-width:0;padding:8px 12px;color:var(--foreground);font-size:14px;line-height:1.5;background-color:var(--input-bg);border:1px solid var(--border-color);border-radius:4px;transition:all .2s}.ant-input:hover{border-color:var(--accent-hover);background-color:var(--input-bg-hover)}.ant-input:focus{border-color:var(--accent-hover);box-shadow:0 0 0 2px rgba(24,144,255,.2);outline:0}.ant-input::placeholder{color:var(--input-placeholder)}.ant-btn{display:inline-block;height:38px;padding:0 15px;color:var(--foreground);font-size:14px;line-height:36px;background:var(--background);border:1px solid var(--border-color);border-radius:4px;cursor:pointer;transition:all .2s}.ant-btn:hover{color:var(--accent);border-color:var(--accent-hover)}.ant-btn-primary{color:#fff;background:var(--accent);border-color:var(--accent)}.ant-btn-primary:hover{color:#fff;background:var(--accent-hover);border-color:var(--accent-hover)}.ant-btn[disabled]{cursor:not-allowed;opacity:.5}.ant-alert{padding:10px 16px;border-radius:4px;margin-bottom:16px;border:1px solid transparent;line-height:1.5;font-size:14px}.ant-alert-error{color:var(--error);background-color:var(--error-bg);border-color:var(--error)}.ant-result{padding:32px;text-align:center}.ant-result-icon{margin-bottom:24px;font-size:64px;line-height:1;color:var(--success)}.ant-result-title{margin-bottom:16px;font-size:24px;line-height:1.4}.ant-result-subtitle{margin-bottom:24px;color:var(--muted)}.ant-result-extra{margin-top:24px}.footer{padding:20px;text-align:center;color:var(--muted);margin-top:40px}.ant-card-content,.footer{border-top:1px solid var(--border-color)}.ant-card-content{margin-top:24px;padding-top:24px}.code-block{background:rgba(0,0,0,.2);border-radius:4px;padding:16px;max-height:300px;overflow:auto;font-family:var(--font-geist-mono);font-size:14px;color:var(--foreground);white-space:pre-wrap}.styles_toggleContainer__sqWuT{position:absolute;width:60px;top:5px;left:100px;height:30px;border-radius:15px;background:linear-gradient(40deg,#8983F7,#A3DAFB 70%);cursor:pointer;border:none;box-shadow:0 2px 6px rgba(0,0,0,.3);display:flex;align-items:center;justify-content:space-between;padding:0 5px;transition:all .3s ease;overflow:hidden}.styles_toggleContainer__sqWuT[data-theme=light]{background:linear-gradient(40deg,#FF8800,#FFC93C)}.styles_slider__kAQdD{position:absolute;height:24px;width:24px;border-radius:50%;background-color:white;transition:transform .4s cubic-bezier(.85,.05,.18,1.35);box-shadow:0 1px 3px rgba(0,0,0,.3);left:3px;z-index:1}.styles_toggleContainer__sqWuT[data-theme=light] .styles_slider__kAQdD{transform:translateX(30px)}.styles_icon__rttxT{height:16px;width:16px;display:flex;z-index:0;color:white;align-items:center;justify-content:center}.styles_moonIcon__pnnqS,.styles_sunIcon__o33t6{position:absolute;transition:all .3s ease}.styles_sunIcon__o33t6{opacity:0;transform:rotate(-180deg) scale(0);right:6px;color:#FF8800}.styles_moonIcon__pnnqS{opacity:1;left:6px;color:#8983F7}.styles_toggleContainer__sqWuT[data-theme=light] .styles_sunIcon__o33t6{opacity:1;transform:rotate(0) scale(1)}.styles_toggleContainer__sqWuT[data-theme=light] .styles_moonIcon__pnnqS{opacity:0;transform:scale(0)}.styles_toggleContainer__sqWuT:focus{outline:2px solid #4b6bfb;outline-offset:2px}.styles_toggleContainer__sqWuT:after{content:"";position:absolute;top:50%;left:50%;width:5px;height:5px;background:rgba(255,255,255,.5);opacity:0;border-radius:100%;transform:scale(1) translate(-50%);transform-origin:50% 50%}.styles_toggleContainer__sqWuT:active:after{animation:styles_ripple__n_EUI .6s ease-out}@keyframes styles_ripple__n_EUI{0%{transform:scale(0);opacity:.5}to{transform:scale(20);opacity:0}}