:root{--bg: #ffffff;--bg-muted: #f7f8fa;--bg-subtle: #fafbfc;--bg-hover: #f2f4f7;--border: #eef0f3;--border-strong: #e2e5ea;--text: #1a1d24;--text-muted: #5f6672;--text-subtle: #8a909c;--brand: #2f6bff;--brand-hover: #1e55e5;--brand-soft: #eef3ff;--brand-soft-hover: #e3ebff;--success: #10b981;--success-soft: #ecfdf5;--warn: #f59e0b;--warn-soft: #fffbeb;--error: #ef4444;--error-soft: #fef2f2;--radius-sm: 6px;--radius: 10px;--radius-lg: 14px;--shadow-card: 0 1px 2px rgba(16, 24, 40, .04);--shadow-hover: 0 4px 16px rgba(16, 24, 40, .06);--shadow-popover: 0 8px 24px rgba(16, 24, 40, .08);font-family:PingFang SC,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:14px;line-height:1.5;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*,*:before,*:after{box-sizing:border-box}html,body,#root{margin:0;padding:0;min-height:100vh}body{background:var(--bg);color:var(--text)}a{color:var(--brand);text-decoration:none}a:hover{color:var(--brand-hover)}h1,h2,h3,h4,h5,h6{margin:0;font-weight:600;color:var(--text);letter-spacing:-.01em}p{margin:0}button{font-family:inherit;font-size:inherit;cursor:pointer}input,textarea,select{font-family:inherit;font-size:inherit;color:inherit}code,pre{font-family:JetBrains Mono,SF Mono,Menlo,Consolas,monospace;font-size:13px}::selection{background:var(--brand-soft);color:var(--brand-hover)}.container{max-width:1200px;margin:0 auto;padding:0 24px}.container-narrow{max-width:960px;margin:0 auto;padding:0 24px}.stack{display:flex;flex-direction:column}.row{display:flex;align-items:center}.muted{color:var(--text-muted)}.subtle{color:var(--text-subtle)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;height:40px;padding:0 18px;font-size:14px;font-weight:500;border-radius:8px;border:1px solid transparent;background:transparent;color:var(--text);cursor:pointer;transition:background .15s,border-color .15s,color .15s;white-space:nowrap;line-height:1}.btn:focus-visible{outline:2px solid var(--brand);outline-offset:2px}.btn:disabled{opacity:.55;cursor:not-allowed}.btn-primary{background:var(--brand);color:#fff}.btn-primary:hover:not(:disabled){background:var(--brand-hover)}.btn-secondary{background:#fff;border-color:var(--border-strong);color:var(--text)}.btn-secondary:hover:not(:disabled){border-color:var(--text-muted);background:var(--bg-muted)}.btn-ghost{background:transparent;color:var(--text-muted)}.btn-ghost:hover:not(:disabled){background:var(--bg-muted);color:var(--text)}.btn-danger{background:var(--error);color:#fff}.btn-danger:hover:not(:disabled){background:#dc2626}.btn-sm{height:32px;padding:0 12px;font-size:13px}.btn-lg{height:46px;padding:0 22px;font-size:15px}.btn-block{width:100%}.input{display:block;width:100%;height:40px;padding:0 12px;font-size:14px;color:var(--text);background:#fff;border:1px solid var(--border-strong);border-radius:8px;transition:border-color .15s,box-shadow .15s;outline:none}.input::placeholder{color:var(--text-subtle)}.input:hover{border-color:#cdd2da}.input:focus{border-color:var(--brand);box-shadow:0 0 0 3px var(--brand-soft)}.input:disabled{background:var(--bg-muted);color:var(--text-muted);cursor:not-allowed}.field{display:flex;flex-direction:column;gap:6px}.field-label{font-size:13px;font-weight:500;color:var(--text)}.field-hint{font-size:12px;color:var(--text-subtle)}.field-error{font-size:12px;color:var(--error)}.card{background:#fff;border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-card)}.card-padded{padding:24px}.card-hover{transition:border-color .15s,box-shadow .15s}.card-hover:hover{border-color:var(--border-strong);box-shadow:var(--shadow-hover)}.card-header{padding:18px 24px;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between}.card-title{font-size:15px;font-weight:600}.card-body{padding:20px 24px}.badge{display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:500;line-height:1;padding:4px 10px;border-radius:999px;background:var(--bg-muted);color:var(--text-muted)}.badge-dot{display:inline-block;width:6px;height:6px;border-radius:50%;background:currentColor}.badge-success{background:var(--success-soft);color:var(--success)}.badge-warn{background:var(--warn-soft);color:var(--warn)}.badge-error{background:var(--error-soft);color:var(--error)}.badge-brand{background:var(--brand-soft);color:var(--brand)}.table{width:100%;border-collapse:collapse;font-size:14px}.table thead th{text-align:left;font-weight:500;color:var(--text-muted);background:var(--bg-muted);padding:10px 16px;border-bottom:1px solid var(--border);font-size:13px}.table tbody td{padding:14px 16px;border-bottom:1px solid var(--border);color:var(--text)}.table tbody tr:last-child td{border-bottom:none}.table tbody tr:hover td{background:var(--bg-subtle)}.table-compact thead th,.table-compact tbody td{padding:10px 14px}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#10182873;display:flex;align-items:center;justify-content:center;z-index:100;padding:24px}.modal{background:#fff;border-radius:var(--radius-lg);box-shadow:var(--shadow-popover);width:100%;max-width:480px;overflow:hidden}.modal-header{padding:20px 24px;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between}.modal-title{font-size:16px;font-weight:600}.modal-body{padding:20px 24px}.modal-footer{padding:16px 24px;border-top:1px solid var(--border);display:flex;justify-content:flex-end;gap:8px}.modal-close{background:none;border:none;color:var(--text-muted);font-size:20px;line-height:1;cursor:pointer;padding:4px 8px;border-radius:6px}.modal-close:hover{background:var(--bg-muted);color:var(--text)}.empty{text-align:center;padding:48px 24px;color:var(--text-muted)}.empty-title{font-size:15px;font-weight:500;color:var(--text);margin-bottom:6px}.empty-desc{font-size:13px;color:var(--text-subtle)}.alert{padding:10px 14px;border-radius:8px;font-size:13px;line-height:1.5}.alert-error{background:var(--error-soft);color:var(--error)}.alert-success{background:var(--success-soft);color:var(--success)}.lang-switcher{position:relative;display:inline-flex;align-items:center;gap:6px;height:32px;padding:0 10px;border:1px solid var(--border-strong);border-radius:999px;background:#fff;color:var(--text);cursor:pointer;transition:border-color .15s,box-shadow .15s,background .15s}.lang-switcher:hover{border-color:var(--text-muted);background:var(--bg-muted)}.lang-switcher:focus-within{border-color:var(--brand);box-shadow:0 0 0 3px var(--brand-soft)}.lang-switcher.is-compact{height:30px;padding:0 8px;gap:5px}.lang-switcher-flag{width:18px;height:12px;border-radius:2px;overflow:hidden;flex:none;box-shadow:inset 0 0 0 1px #0f172a14}.lang-switcher-flag svg{display:block;width:100%;height:100%}.lang-switcher-text{font-size:12px;font-weight:600;line-height:1;color:var(--text-muted)}.lang-switcher-caret{font-size:10px;color:var(--text-subtle);line-height:1}.lang-switcher-select{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;opacity:0;cursor:pointer}.code{display:block;background:var(--bg-muted);border:1px solid var(--border);border-radius:var(--radius);padding:14px 16px;font-size:13px;color:var(--text);overflow-x:auto;white-space:pre}.code-inline{background:var(--bg-muted);padding:1px 6px;border-radius:4px;font-size:13px}.brand{display:inline-flex;align-items:center;gap:8px;font-weight:600;font-size:16px;color:var(--text)}.brand-mark{width:22px;height:22px;border-radius:6px;background:var(--brand);color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:12px;font-weight:700}.mkt-shell{min-height:100vh;display:flex;flex-direction:column;background:#fff}.mkt-nav{position:sticky;top:0;z-index:10;background:#ffffffd9;backdrop-filter:saturate(180%) blur(8px);-webkit-backdrop-filter:saturate(180%) blur(8px);border-bottom:1px solid var(--border)}.mkt-nav-inner{max-width:1200px;margin:0 auto;padding:0 24px;height:64px;display:flex;align-items:center;justify-content:space-between;gap:24px}.mkt-menu{display:flex;align-items:center;gap:28px}.mkt-menu a{color:var(--text-muted);font-size:14px;font-weight:500}.mkt-menu a:hover,.mkt-menu a.active{color:var(--text)}.mkt-actions{display:flex;align-items:center;gap:8px}.mkt-main{flex:1}.mkt-footer{border-top:1px solid var(--border);padding:32px 0;color:var(--text-muted);font-size:13px;background:var(--bg-muted)}.mkt-footer-inner{max-width:1200px;margin:0 auto;padding:0 24px;display:flex;justify-content:space-between;align-items:center;gap:16px;flex-wrap:wrap}.auth-shell{min-height:100vh;display:flex;flex-direction:column;background:var(--bg-muted)}.auth-top{padding:24px 32px}.auth-main{flex:1;display:flex;align-items:center;justify-content:center;padding:24px}.auth-card{width:100%;max-width:400px;background:#fff;border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-card);padding:32px}.auth-title{font-size:22px;font-weight:600;margin-bottom:6px}.auth-sub{color:var(--text-muted);font-size:14px;margin-bottom:24px}.auth-foot{margin-top:20px;text-align:center;color:var(--text-muted);font-size:13px}.console-shell{min-height:100vh;display:grid;grid-template-columns:240px 1fr;background:var(--bg-muted)}.console-aside{background:#fff;border-right:1px solid var(--border);padding:20px 16px;display:flex;flex-direction:column;gap:4px;position:sticky;top:0;height:100vh}.console-brand{padding:8px 12px 20px}.console-nav{display:flex;flex-direction:column;gap:2px}.console-nav a{display:flex;align-items:center;gap:10px;padding:9px 12px;font-size:14px;color:var(--text-muted);border-radius:8px;font-weight:500;transition:background .12s,color .12s}.console-nav a:hover{background:var(--bg-muted);color:var(--text)}.console-nav a.active{background:var(--brand-soft);color:var(--brand)}.console-nav-ico{width:16px;height:16px;flex:none}.console-aside-foot{margin-top:auto;padding:12px;font-size:12px;color:var(--text-subtle)}.console-main{display:flex;flex-direction:column;min-width:0}.console-topbar{height:56px;background:#fff;border-bottom:1px solid var(--border);padding:0 32px;display:flex;align-items:center;justify-content:space-between}.console-topbar-title{font-size:15px;font-weight:600}.console-user{position:relative;display:flex;align-items:center;justify-content:flex-end;gap:10px}.console-balance-chip{display:inline-flex;align-items:center;gap:10px;height:36px;padding:0 12px;border:1px solid rgba(11,121,68,.12);border-radius:999px;background:linear-gradient(180deg,#fff,#f3fbf6);color:var(--text);cursor:pointer;transition:transform .12s,box-shadow .12s,border-color .12s}.console-balance-chip:hover{transform:translateY(-1px);border-color:#0b79443d;box-shadow:0 8px 20px #0b794414}.console-balance-chip-label{font-size:11px;color:var(--text-muted);white-space:nowrap}.console-balance-chip-value{font-size:14px;font-weight:700;color:#0b7944;white-space:nowrap}.console-user-trigger{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;padding:0;border:1px solid transparent;border-radius:999px;background:transparent;cursor:pointer;transition:background .15s,border-color .15s,box-shadow .15s}.console-user-trigger:hover{background:var(--bg-muted)}.console-user-trigger:focus-visible{outline:none;border-color:var(--brand);box-shadow:0 0 0 3px var(--brand-soft)}.console-user-avatar{width:28px;height:28px;border-radius:50%;background:var(--brand-soft);color:var(--brand);display:inline-flex;align-items:center;justify-content:center;font-size:12px;font-weight:600;text-transform:uppercase}.console-user-menu{position:absolute;top:calc(100% + 10px);right:0;min-width:220px;padding:10px;border:1px solid var(--border);border-radius:16px;background:#fff;box-shadow:0 16px 40px #0f172a1f;display:flex;flex-direction:column;gap:10px;z-index:20}.console-user-menu-email{font-size:12px;color:var(--text-subtle);word-break:break-all}.console-user-menu-section{padding:2px 0}.console-user-menu-section .lang-switcher{width:100%;justify-content:space-between}.console-user-menu-item{display:flex;align-items:center;width:100%;height:36px;padding:0 12px;border:0;border-radius:10px;background:transparent;color:var(--danger);font-size:13px;font-weight:600;cursor:pointer}.console-user-menu-item:hover{background:var(--danger-soft)}.console-user-menu-item:focus-visible{outline:none;box-shadow:0 0 0 3px var(--danger-soft)}.console-content{padding:32px;flex:1}.console-page-head{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-bottom:24px;flex-wrap:wrap}.console-page-title{font-size:24px;font-weight:600;margin-bottom:4px}.console-page-sub{color:var(--text-muted);font-size:14px}@media(max-width:860px){.console-shell{grid-template-columns:1fr}.console-aside{position:relative;height:auto;flex-direction:row;overflow-x:auto;padding:12px 16px}.console-brand{display:none}.console-nav{flex-direction:row}.console-aside-foot{display:none}.console-topbar{padding:0 16px}.console-balance-chip-label{display:none}.console-content{padding:16px}}.hero{padding:80px 0 64px;background:linear-gradient(180deg,#fff 0%,var(--bg-muted) 100%);border-bottom:1px solid var(--border)}.hero-inner{max-width:1200px;margin:0 auto;padding:0 24px;display:grid;grid-template-columns:1.1fr 1fr;gap:56px;align-items:center}.hero-eyebrow{display:inline-flex;align-items:center;gap:8px;padding:4px 12px;border-radius:999px;font-size:12px;color:var(--brand);background:var(--brand-soft);margin-bottom:20px;font-weight:500}.hero-title{font-size:52px;line-height:1.1;font-weight:700;letter-spacing:-.02em;margin-bottom:20px}.hero-sub{font-size:17px;color:var(--text-muted);line-height:1.6;margin-bottom:32px;max-width:520px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap}.hero-visual{background:#fff;border:1px solid var(--border);border-radius:var(--radius-lg);padding:20px;box-shadow:var(--shadow-hover)}.hero-visual-head{display:flex;align-items:center;gap:6px;margin-bottom:14px;padding-bottom:12px;border-bottom:1px solid var(--border)}.hero-visual-dot{width:10px;height:10px;border-radius:50%;background:var(--border-strong)}.hero-visual-file{margin-left:8px;font-size:12px;color:var(--text-subtle)}.hero-visual-tabs{display:flex;gap:4px;margin-left:auto}.hero-visual-tab{padding:4px 10px;font-size:12px;color:var(--text-subtle);background:none;border:1px solid transparent;border-radius:6px;cursor:pointer;transition:color .15s,background .15s,border-color .15s}.hero-visual-tab:hover{color:var(--text)}.hero-visual-tab.active{color:var(--brand);background:var(--brand-soft);border-color:var(--brand)}.hero-visual pre{margin:0;font-size:13px;line-height:1.6;color:var(--text);overflow-x:auto}.hero-visual .kw{color:#7c3aed}.hero-visual .str{color:#059669}.hero-visual .prop{color:var(--brand)}.hero-visual .com{color:var(--text-subtle)}.section{padding:80px 0}.section-alt{background:var(--bg-muted);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.section-head{text-align:center;margin-bottom:48px}.section-eyebrow{font-size:13px;color:var(--brand);font-weight:500;margin-bottom:8px}.section-title{font-size:32px;font-weight:600;letter-spacing:-.01em;margin-bottom:8px}.section-sub{color:var(--text-muted);font-size:15px}.features{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.feature{background:#fff;border:1px solid var(--border);border-radius:var(--radius-lg);padding:28px;transition:border-color .15s,box-shadow .15s}.feature:hover{border-color:var(--border-strong);box-shadow:var(--shadow-hover)}.feature-ico{width:40px;height:40px;border-radius:10px;background:var(--brand-soft);color:var(--brand);display:inline-flex;align-items:center;justify-content:center;font-size:18px;font-weight:600;margin-bottom:16px}.feature-title{font-size:16px;font-weight:600;margin-bottom:6px}.feature-desc{font-size:14px;color:var(--text-muted);line-height:1.6}.models-strip{display:grid;grid-template-columns:repeat(6,1fr);gap:12px}.model-chip{background:#fff;border:1px solid var(--border);border-radius:var(--radius);padding:16px 12px;text-align:center;font-size:13px;color:var(--text-muted);font-weight:500}.tools-card{display:grid;grid-template-columns:320px 1fr;gap:28px;align-items:start;background:#fff;border:1px solid var(--border);border-radius:var(--radius-lg);padding:32px}.tools-copy{text-align:left}.tools-title{margin-bottom:10px}.tools-sub{max-width:320px}.tools-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.tool-chip{display:flex;align-items:center;justify-content:center;min-height:56px;padding:14px 16px;background:var(--bg-muted);border:1px solid var(--border);border-radius:14px;font-size:14px;font-weight:500;color:var(--text)}.cta{background:#fff;border:1px solid var(--border);border-radius:var(--radius-lg);padding:48px;text-align:center}.cta-title{font-size:28px;font-weight:600;margin-bottom:8px}.cta-sub{color:var(--text-muted);margin-bottom:24px}.status-overall{background:#fff;border:1px solid var(--border);border-left:4px solid var(--success);border-radius:var(--radius-lg);padding:24px 28px;display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:24px}.status-overall.degraded{border-left-color:var(--warn)}.status-overall.down{border-left-color:var(--error)}.status-overall-title{font-size:18px;font-weight:600}.status-overall-sub{color:var(--text-muted);font-size:13px;margin-top:4px}.status-service-header{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:18px}.status-service-name{font-size:16px;font-weight:600}.status-service-meta{margin-top:4px;font-size:13px;color:var(--text-muted)}.status-history{display:grid;grid-template-columns:repeat(30,minmax(0,1fr));gap:6px;margin-bottom:14px}.status-history-bar{display:block;height:36px;border-radius:6px;background:var(--success)}.status-history-bar.operational{background:var(--success)}.status-history-bar.degraded{background:var(--warn)}.status-history-bar.down{background:var(--error)}.status-history-legend{display:flex;align-items:center;gap:16px;flex-wrap:wrap;font-size:12px;color:var(--text-muted)}.status-history-legend span{display:inline-flex;align-items:center;gap:6px}.status-legend-dot{width:8px;height:8px;border-radius:999px}.status-legend-dot.operational{background:var(--success)}.status-legend-dot.degraded{background:var(--warn)}.status-legend-dot.down{background:var(--error)}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:24px}.stat{background:#fff;border:1px solid var(--border);border-radius:var(--radius-lg);padding:20px 22px}.stat-label{font-size:13px;color:var(--text-muted);margin-bottom:8px}.stat-value{font-size:26px;font-weight:600;letter-spacing:-.01em}.stat-foot{font-size:12px;color:var(--text-subtle);margin-top:6px}.chart-wrap{background:#fff;border:1px solid var(--border);border-radius:var(--radius-lg);padding:24px}.chart-wrap svg{display:block;width:100%;height:auto}.amount-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-bottom:16px}.amount-btn{padding:14px;border:1px solid var(--border-strong);border-radius:var(--radius);background:#fff;font-size:14px;font-weight:500;cursor:pointer;transition:border-color .12s,background .12s,color .12s}.amount-btn:hover{border-color:var(--brand);color:var(--brand)}.amount-btn.active{border-color:var(--brand);background:var(--brand-soft);color:var(--brand)}.pm-row{display:flex;align-items:center;gap:14px;padding:14px 24px;border-bottom:1px solid var(--border)}.pm-row:last-child{border-bottom:none}.pm-brand{width:44px;height:30px;border-radius:6px;background:var(--bg-muted);border:1px solid var(--border);display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:600;text-transform:uppercase;color:var(--text-muted)}.pm-main{flex:1;min-width:0}.pm-number{font-size:14px;font-weight:500;display:flex;align-items:center;gap:8px}.pm-exp{font-size:12px;color:var(--text-subtle);margin-top:2px}.pm-actions{display:flex;gap:6px}.amount-input{font-size:24px!important;font-weight:500;height:52px!important;letter-spacing:-.01em}.stripe-field{padding:12px;border:1px solid var(--border-strong);border-radius:8px;background:#fff;transition:border-color .15s,box-shadow .15s}.stripe-field:focus-within{border-color:var(--brand);box-shadow:0 0 0 3px var(--brand-soft)}.danger-card{background:#fff;border:1px solid var(--error-soft);border-radius:var(--radius-lg);padding:24px}.danger-title{color:var(--error);font-weight:600;margin-bottom:4px}@media(max-width:900px){.hero-inner{grid-template-columns:1fr;gap:40px}.hero-title{font-size:38px}.features,.tools-card{grid-template-columns:1fr}.tools-sub{max-width:none}.tools-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.stats-grid,.amount-grid{grid-template-columns:repeat(2,1fr)}.section,.hero{padding:48px 0}}
