:root{--color-red:#e83a3a;--color-blue:#2b6de8;--color-green:#1db87a;--color-skyBlue:#5cb2f8;--color-other:#8b5cf6;--bg-main:#f7f8fa;--bg-card:#fff;--bg-surface:#f2f4f7;--text-primary:#101828;--text-secondary:#344054;--text-muted:#475467;--text-disabled:#98a2b3;--border:#e4e7ec;--shadow-glow:0 0 30px rgba(16,24,40,.06);--radius-sm:8px;--radius-md:14px;--radius-lg:20px;--radius-xl:28px;--transition:all .3s cubic-bezier(.4,0,.2,1);--accent:#2b6de8;--font-display:"SF Pro Display",-apple-system,"PingFang SC","Noto Sans SC",sans-serif;--font-body:"SF Pro Text",-apple-system,"PingFang SC",sans-serif;--font-mono:"SF Mono","Fira Code",monospace;--color-primary:#2b6de8;--color-primary-strong:#1d4ed8;--color-success:#15803d;--color-warning:#b45309;--color-danger:#b42318;--color-info:#475467;--gradient-accent:linear-gradient(135deg,#1d4ed8,#6d28d9 50%,#b42318);--icon-primary:var(--text-primary);--icon-muted:var(--text-secondary);--border-subtle:color-mix(in srgb,var(--border) 70%,transparent);--border-strong:color-mix(in srgb,var(--border) 90%,transparent);--shadow-sm:0 1px 2px rgba(16,24,40,.06);--shadow-md:0 10px 28px rgba(16,24,40,.12);--shadow-lg:0 26px 70px rgba(16,24,40,.16);--focus-ring:color-mix(in srgb,var(--color-primary-strong) 40%,transparent);--fs-xxs:11px;--fs-xs:12px;--fs-sm:13px;--fs-md:15px;--fs-base:16px;--fs-lg:18px;--fs-xl:20px;--fs-2xl:24px;--fs-3xl:30px;--fw-regular:400;--fw-medium:500;--fw-semibold:600;--fw-bold:700;--fw-extrabold:800;--lh-tight:1.2;--lh-normal:1.5;--lh-relaxed:1.65;--el-color-primary:var(--color-primary-strong);--el-text-color-primary:var(--text-primary);--el-text-color-regular:var(--text-secondary);--el-text-color-secondary:var(--text-muted);--el-border-color:var(--border);--el-bg-color:var(--bg-card)}*{box-sizing:border-box;margin:0;padding:0;-webkit-tap-highlight-color:transparent}button,input,select,textarea{color:inherit;font:inherit}:where(a,button,input,textarea,select,[role=button],[tabindex]):focus-visible{outline:2px solid var(--focus-ring);outline-offset:2px}body,html{background:var(--bg-main);color:var(--text-primary);font-family:var(--font-body);font-size:var(--fs-base);min-height:100vh;width:100%;-webkit-text-size-adjust:100%}img,video{display:block;height:auto;max-width:100%}#app{min-height:100vh;position:relative;width:100%}#app:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Cfilter id='a'%3E%3CfeTurbulence baseFrequency='.9' numOctaves='4' stitchTiles='stitch' type='fractalNoise'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23a)' opacity='.03'/%3E%3C/svg%3E");content:"";inset:0;mix-blend-mode:multiply;opacity:.12;pointer-events:none;position:fixed;z-index:9999}.page{height:100vh;height:100dvh;inset:0;overflow:hidden;position:absolute;width:100%}.slide-enter-active,.slide-leave-active{transition:all .45s cubic-bezier(.4,0,.2,1)}.slide-enter-from{opacity:0;transform:translate(100%)}.slide-leave-to{opacity:0;transform:translate(-20%)}.fade-enter-active,.fade-leave-active{transition:opacity .3s ease}.fade-enter-from,.fade-leave-to{opacity:0}.scale-enter-active,.scale-leave-active{transition:all .4s cubic-bezier(.34,1.56,.64,1)}.scale-enter-from{opacity:0;transform:scale(.85)}.scale-leave-to{opacity:0;transform:scale(.9)}
