@font-face{font-family:Material Design Icons;src:url(/assets/materialdesignicons-subset-C0yIedie.woff2)format("woff2");font-weight:400;font-style:normal}.mdi:before,.mdi-set{font:24px/1 Material Design Icons;font-size:inherit;text-rendering:auto;line-height:inherit;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block}.mdi-account-circle-outline:before{content:"󰭕"}.mdi-account-multiple-plus-outline:before{content:"󰠀"}.mdi-android:before{content:"󰀲"}.mdi-apple:before{content:"󰀵"}.mdi-apple-ios:before{content:"󰀷"}.mdi-arrow-down-bold-circle-outline:before{content:"󰁈"}.mdi-arrow-left:before{content:"󰁍"}.mdi-arrow-right:before{content:"󰁔"}.mdi-arrow-up-bold-circle-outline:before{content:"󰁠"}.mdi-bell-outline:before{content:"󰂜"}.mdi-book-open-page-variant:before{content:"󰗚"}.mdi-book-open-page-variant-outline:before{content:"󱗖"}.mdi-bullhorn-outline:before{content:"󰬣"}.mdi-calendar-month-outline:before{content:"󰸘"}.mdi-cart-arrow-right:before{content:"󰱎"}.mdi-chart-arc:before{content:"󰄦"}.mdi-check-decagram:before{content:"󰞑"}.mdi-check-decagram-outline:before{content:"󱝀"}.mdi-chevron-down:before{content:"󰅀"}.mdi-chevron-left:before{content:"󰅁"}.mdi-chevron-right:before{content:"󰅂"}.mdi-clipboard-check-outline:before{content:"󰢨"}.mdi-content-copy:before{content:"󰆏"}.mdi-credit-card-outline:before{content:"󰆛"}.mdi-email-outline:before{content:"󰇰"}.mdi-eye-off-outline:before{content:"󰛑"}.mdi-eye-outline:before{content:"󰛐"}.mdi-information-outline:before{content:"󰋽"}.mdi-lifebuoy:before{content:"󰡾"}.mdi-link-variant:before{content:"󰌹"}.mdi-linux:before{content:"󰌽"}.mdi-lock-outline:before{content:"󰍁"}.mdi-lock-reset:before{content:"󰝳"}.mdi-menu:before{content:"󰍜"}.mdi-microsoft-windows:before{content:"󰖳"}.mdi-plus:before{content:"󰐕"}.mdi-plus-circle-outline:before{content:"󰐙"}.mdi-receipt-text-outline:before{content:"󱧜"}.mdi-rocket-launch-outline:before{content:"󱓟"}.mdi-send:before{content:"󰒊"}.mdi-server-network-outline:before{content:"󱲙"}.mdi-shield-key-outline:before{content:"󰯅"}.mdi-shield-lock-outline:before{content:"󰳌"}.mdi-store-outline:before{content:"󱍡"}.mdi-swap-horizontal:before{content:"󰓡"}.mdi-swap-vertical-bold:before{content:"󰯎"}.mdi-television:before{content:"󰔂"}.mdi-ticket-confirmation-outline:before{content:"󱎪"}.mdi-toggle-switch:before{content:"󰔡"}.mdi-toggle-switch-off-outline:before{content:"󰨙"}.mdi-view-dashboard-outline:before{content:"󰨝"}.mdi-wallet-outline:before{content:"󰯝"}:root{--bg-page:#f6f7fb;--bg-panel:#fff;--bg-soft:#f5f7fb;--line:#e4e8ef;--text:#1f2937;--text-strong:#191c1e;--text-sub:#667085;--primary:#0058be;--primary-accent:#2170e4;--primary-strong:#0b63cc;--primary-rgb:0, 88, 190;--primary-accent-rgb:33, 112, 228;--auth-page-bg-image:none;--success:#16a34a;--danger:#d13f3f;--sidebar-a:#123061;--sidebar-b:#0d2450;--shadow:0 6px 18px #1021460f;--theme-content-width:1152px;--fs-caption:14px;--fs-body-sm:15px;--fs-body:16px;--fs-body-lg:16px;--fs-title-sm:18px;--fs-title-md:22px;--lh-tight:1.35;--lh-body:1.55}*{box-sizing:border-box}body{color:var(--text);font-family:Lexend,PingFang SC,Microsoft YaHei,sans-serif;font-size:var(--fs-body);line-height:var(--lh-body);background:var(--bg-page);margin:0}.yb-icon{justify-content:center;align-items:center;font-size:1.3em;line-height:1;display:inline-flex}#app{min-height:100vh}.global-tips{z-index:3000;pointer-events:none;position:fixed;top:26px;left:50%;transform:translate(-50%)}.global-tip-list{gap:12px;display:grid}.global-tip{color:#0f172a;pointer-events:auto;background:#fff;border:1px solid #94a3b873;border-radius:14px;min-width:min(520px,100vw - 32px);max-width:min(620px,100vw - 32px);padding:14px 18px;font-size:15px;font-weight:500;line-height:22px;box-shadow:0 14px 32px #0f172a38}.global-tip-message{white-space:pre-wrap}.global-tip-actions{justify-content:flex-end;gap:10px;margin-top:16px;display:flex}.global-tip-action{color:var(--text-strong);cursor:pointer;background:#fff;border:1px solid #94a3b873;border-radius:10px;min-height:36px;padding:8px 14px;font-size:13px;font-weight:600;line-height:20px;transition:transform .16s,box-shadow .16s,background-color .16s,border-color .16s}.global-tip-action.is-primary{background:linear-gradient(135deg, var(--primary) 0%, var(--primary-accent) 100%);color:#fff;box-shadow:0 8px 16px rgba(var(--primary-rgb), .24);border-color:#0000}.global-tip-action.is-ghost{background:#f8fafc}.global-tip-action:hover{transform:translateY(-1px)}.global-tip-action:active{transform:translateY(0)}.global-tip-modal-mask{background:radial-gradient(circle at 20% 20%, rgba(var(--primary-accent-rgb), .18), transparent 45%), #0f172a8f;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:3200;place-items:center;padding:16px;animation:.2s global-tip-mask-in;display:grid;position:fixed;inset:0;overflow-y:auto}.global-tip-modal-stack{width:min(520px,100vw - 24px);display:grid}.global-tip-modal{pointer-events:none;background:#fff;border:1px solid #94a3b84d;border-radius:18px;grid-area:1/1;width:100%;padding:18px 18px 16px;animation:.24s cubic-bezier(.2,.8,.2,1) global-tip-modal-in;position:relative;box-shadow:0 28px 52px #0f172a47}.global-tip-modal.is-top{pointer-events:auto}.global-tip-modal-head{justify-content:space-between;align-items:center;gap:12px;margin-bottom:10px;display:flex}.global-tip-modal-title{letter-spacing:.08em;font-size:23px;font-weight:700;line-height:38px}.global-tip-modal-close{color:#475569;cursor:pointer;background:#eef2f7;border:0;border-radius:999px;place-items:center;width:28px;height:28px;font-size:20px;line-height:1;transition:background-color .16s,color .16s;display:grid}.global-tip-modal-close:hover{color:#0f172a;background:#e2e8f0}.global-tip-modal-message{color:var(--text-strong);margin:0;font-size:16px;line-height:24px}.global-tip-modal-message-html{color:#3f4755;overflow-wrap:anywhere;font-size:14px;line-height:22px}.global-tip-modal-message-html :first-child{margin-top:0}.global-tip-modal-message-html :last-child{margin-bottom:0}.global-tip-modal-message-html p,.global-tip-modal-message-html ul,.global-tip-modal-message-html ol,.global-tip-modal-message-html blockquote,.global-tip-modal-message-html pre{margin:0 0 8px}.global-tip-modal-message-html a{color:var(--primary);text-decoration:underline}.pf-telegram-dialog li{margin:18px 0}.pf-bind-line{align-items:center;gap:8px;width:100%;min-width:0;margin-top:6px;display:flex}.pf-bind-code{background:#f3f6fb;border:1px solid #94a3b840;border-radius:8px;flex:1;min-width:0;padding:6px 8px;font-size:12px;line-height:18px}.pf-bind-copy{border:1px solid rgba(var(--primary-rgb), .24);background:rgba(var(--primary-rgb), .1);color:var(--primary);cursor:pointer;border-radius:8px;flex-shrink:0;padding:6px 10px;font-size:12px;line-height:16px}.pf-bind-copy:hover{background:rgba(var(--primary-rgb), .16)}.global-tip-modal.is-error{border-color:#dc262640}.global-tip-modal.is-success{border-color:#16a34a40}.global-tip.is-success{color:#166534;background:#f2fbf5;border-color:#16a34a59}.global-tip.is-error{color:#991b1b;background:#fff5f5;border-color:#dc262659}.global-tip.is-info{color:#166534;background:#f2fbf5;border-color:#16a34a59}.global-tip-list-enter-active,.global-tip-list-leave-active{transition:all .22s}.global-tip-list-enter-from,.global-tip-list-leave-to{opacity:0;transform:translateY(-12px)scale(.98)}@keyframes global-tip-mask-in{0%{opacity:0}to{opacity:1}}@keyframes global-tip-modal-in{0%{opacity:0;transform:translateY(8px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}@media (width<=640px){.global-tips{top:14px}.global-tip{min-width:min(100%,100vw - 24px);max-width:min(100%,100vw - 24px);padding:12px 14px;font-size:14px;line-height:20px}.global-tip-modal{border-radius:14px;width:100%;padding:14px}.global-tip-modal-message{font-size:15px;line-height:22px}.global-tip-actions{gap:8px;margin-top:14px}.global-tip-action{flex:1;justify-content:center}}.layout{grid-template-columns:252px 1fr;min-height:100vh;display:grid}.layout.auth-layout{grid-template-columns:1fr}.main{background:var(--bg-page);min-width:0;padding:62px 0 0}.layout.auth-layout .main{padding-top:0}.sidebar{color:var(--text-sub);background:#fff;border-right:1px solid #c2c6d633;flex-direction:column;height:100vh;padding:15px 15px 16px 14px;display:flex;position:sticky;top:0;box-shadow:8px 0 24px #191c1e0f}.sidebar-inner{flex-direction:column;height:100%;min-height:0;display:flex}.brand-wrap{align-items:center;gap:12px;padding:2px 8px 32px;display:flex}.brand{color:var(--primary);letter-spacing:-.5px;font-size:20px;font-weight:700;line-height:25px}.brand-logo{width:auto;height:45px;display:block}.menu-list{flex-direction:column;flex:1;gap:5px;padding-top:4px;display:flex}.menu-item{color:#191c1eb8;border-radius:12px;align-items:center;gap:11px;padding:11px 15px;font-size:16px;line-height:1.42;text-decoration:none;transition:background-color .2s,color .2s;display:flex}.menu-item:hover{color:var(--primary);background:#f2f4f6}.menu-item.router-link-active{color:var(--primary);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border-left:4px solid var(--primary);background:#f2f4f6}.menu-icon{flex-shrink:0;place-items:center;width:20px;height:20px;display:grid}.menu-icon-img{width:22px;height:22px;font-size:20px}.app-header{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:80;background:#f7f9fbd1;border-radius:0;margin-bottom:0;padding:12px 24px;position:fixed;top:0;left:252px;right:0}.app-header-shell{width:min(var(--theme-content-width), 100%);z-index:1;align-items:center;gap:12px;margin:0 auto;display:flex;position:relative}.app-header-left{gap:2px;min-width:0;display:grid}.header-menu-btn{width:34px;height:34px;color:var(--text-sub);background:#ffffffeb;border:0;border-radius:10px;justify-content:center;align-items:center;font-size:18px;display:none}.mobile-sidebar-mask{display:none}.app-header-main{font-size:var(--fs-title-sm);font-weight:600;line-height:var(--lh-tight);color:var(--text-strong);margin:0}.app-header-right{align-items:center;gap:0;margin-left:auto;display:flex}.header-icon,.header-avatar{width:36px;height:36px;color:var(--text-sub);background:0 0;border:0;border-radius:999px;place-items:center;font-weight:600;display:grid}.header-icon{padding:8px}.header-icon+.header-icon{margin-left:16px}.header-icon svg{width:20px;height:20px}.header-icon-img{width:20px;height:20px;display:block}.header-divider{background:#c2c6d64d;width:1px;height:32px;margin-left:16px}.header-user{z-index:2;align-items:center;gap:12px;margin-left:16px;display:inline-flex;position:relative}.header-user-meta{text-align:right}.header-user strong{font-size:var(--fs-body);line-height:var(--lh-tight);display:block}.header-user small{color:var(--text-sub);font-size:11.2px;line-height:16.8px;display:block}.header-avatar{color:#1f3e73;cursor:pointer;background:#3b82f626;border:0;padding:2px;transition:transform .18s,box-shadow .18s,filter .18s;position:relative;overflow:hidden}.header-avatar:before{content:"";border-radius:inherit;position:absolute;inset:2px}.header-avatar:after{content:"";background:#10b981;border:2px solid #fff;border-radius:999px;width:9px;height:9px;position:absolute;bottom:1px;right:1px;box-shadow:0 0 0 1px #10b98140}.header-avatar:hover{filter:saturate(1.05);transform:translateY(-1px);box-shadow:0 10px 20px #0f172a29}.header-avatar:focus-visible{outline:2px solid rgba(var(--primary-rgb), .32);outline-offset:2px}.header-avatar span{z-index:1;border-radius:inherit;letter-spacing:.02em;place-items:center;width:100%;height:100%;font-size:14px;font-weight:700;display:grid;position:relative}.header-user-menu{z-index:20000000;background:#fff;border:1px solid #c2c6d673;border-radius:12px;gap:4px;min-width:148px;padding:8px;display:grid;position:absolute;top:calc(100% + 10px);right:0;box-shadow:0 10px 28px #1118271f}.header-user-menu-item{text-align:left;width:100%;font-size:var(--fs-body-sm);color:#2e3340;cursor:pointer;background:0 0;border:0;border-radius:8px;padding:8px 10px;line-height:20px}.header-user-menu-item:hover{background:#f4f7fb}.header-user-menu-item.danger{color:#d14444}.header-user-menu-item.danger:hover{background:#fff2f2}.page{border:1px solid var(--line);box-shadow:var(--shadow);background:#fff;border-radius:12px;padding:14px}.page-head{justify-content:space-between;align-items:center;gap:10px;margin-bottom:14px;display:flex}.page-head h1,.panel-head h2{margin:0}.page-head h1{font-size:var(--fs-title-md);line-height:var(--lh-tight);color:var(--text-strong);font-weight:700}.panel-head h2{font-size:var(--fs-title-sm);line-height:var(--lh-tight);color:var(--text-strong);font-weight:700}.head-actions{gap:8px;display:flex}.input,.btn,select,textarea{border:1px solid var(--line);background:var(--bg-panel);color:var(--text);font-family:inherit;font-size:var(--fs-body);border-radius:10px;text-decoration:none}.input,textarea,select{width:100%;padding:10px 12px}.btn{cursor:pointer;padding:9px 14px;font-weight:600;line-height:1.3}.btn:hover{background:rgba(var(--primary-rgb), .06)}.btn-primary{color:#fff;border-color:var(--primary);background:var(--primary)}.btn-primary:hover{background:var(--primary-strong)}.btn-danger{color:var(--danger);background:#fff2f2;border-color:#ffc9c9}.panel,.stat-card,.plan-card,.server-card,.doc-content,.auth-card{border:1px solid var(--line);background:var(--bg-panel);border-radius:10px}.panel,.stat-card,.plan-card,.server-card,.doc-content{padding:14px}.stats-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-bottom:14px;display:grid}.page-console-shell{width:min(var(--theme-content-width), calc(100% - 64px));margin:0 auto;padding:24px 0 36px}.loading-centered{text-align:center;place-items:center;min-height:calc(100vh - 220px);display:grid}.loading-inline-centered{text-align:center;place-items:center;min-height:96px;display:grid}.console-grid{width:min(var(--theme-content-width), 100%);grid-template-columns:minmax(0,2fr) minmax(260px,1fr);gap:32px;margin:0 auto;display:grid}.console-left,.console-right{align-content:start;gap:32px;min-width:0;display:grid}.console-left>section,.console-right>section{margin:0}.console-overview-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}.console-overview-card{background:#fff;border:1px solid #c2c6d65c;border-radius:12px;gap:6px;padding:14px 16px;display:grid;box-shadow:0 2px 10px #1118270a}.console-overview-card p{color:var(--text-sub);margin:0;font-size:12px;line-height:18px}.console-overview-card strong{color:var(--text-strong);letter-spacing:-.02em;margin:0;font-size:20px;line-height:28px}.console-plan-card{background:linear-gradient(154deg, var(--primary) 0%, var(--primary-accent) 100%);color:#fff;border-radius:24px;width:100%;padding:32px;position:relative;overflow:hidden;box-shadow:0 4px 20px #00000008}.console-plan-bg-icon{object-fit:contain;pointer-events:none;z-index:0;width:272px;height:272px;position:absolute;top:0;right:0}.console-plan-top{z-index:1;justify-content:space-between;gap:12px;margin-bottom:15px;display:flex;position:relative}.console-plan-top-shengyu{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fff3;border:1px solid #ffffff4d;border-radius:25px;padding:4px 12px;font-size:14px;position:absolute;top:-10px;right:-10px}.console-plan-top>div:first-child{min-width:0}.console-plan-top h2{letter-spacing:-.75px;white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:26px;line-height:28px;overflow:hidden}.console-plan-top p{color:#fefcffcc;margin:4px 0 0;font-size:14px}.count-pill{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);letter-spacing:.7px;text-transform:uppercase;white-space:nowrap;z-index:2;text-overflow:ellipsis;background:#fff3;border:2px solid #fff6;border-radius:999px;align-items:center;gap:12px;max-width:calc(100% - 64px);padding:12px 22px;font-size:14px;font-weight:800;display:inline-flex;position:absolute;top:-8px;right:0;overflow:hidden;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a}.count-dot{background:#4ade80;border-radius:999px;flex-shrink:0;width:12px;height:12px;box-shadow:0 0 10px #4ade80cc}.console-plan-usage{z-index:1;justify-content:space-between;align-items:end;gap:12px;margin-top:10px;display:flex;position:relative}.usage-label{color:#fefcffb3;text-transform:uppercase;letter-spacing:1.12px;margin:0;font-size:11.2px;line-height:16.8px}.usage-main{margin:2px 0 0;font-size:14px;line-height:32px}.usage-main span{opacity:.8;font-size:14px;font-weight:500}.usage-reset{text-align:right}.usage-reset p{text-align:right;margin:2px 0 0;font-weight:700}.usage-reset-val{justify-content:flex-end;align-items:baseline;display:flex}.usage-reset-num{font-size:14px;line-height:32px}.usage-reset-unit{opacity:.8;font-size:14px;line-height:32px}.console-usage-track{background:linear-gradient(#fff3 0%,#ffffff14 100%);border:1px solid #ffffff38;border-radius:999px;height:14px;margin-top:4px;position:relative;overflow:hidden;box-shadow:inset 0 1px 1px #ffffff38,inset 0 -2px 6px #0000001f}.console-usage-track .usage-track-fill{background:linear-gradient(90deg, color-mix(in srgb, var(--primary-accent) 72%, white) 0%, var(--primary) 100%);box-shadow:0 0 12px #ffffff52, 0 2px 8px color-mix(in srgb, var(--primary) 28%, transparent);border-radius:999px;transition:width .45s cubic-bezier(.22,1,.36,1),background .25s;position:relative}.console-usage-track .usage-track-fill:after{content:"";background:linear-gradient(120deg,#0000 20%,#ffffff47 45%,#0000 70%);animation:2.6s ease-in-out infinite usage-track-sheen;position:absolute;inset:0;transform:translate(-120%)}.console-usage-track .usage-track-fill.is-overuse{background:linear-gradient(90deg,#fb7185 0%,#ef4444 55%,#dc2626 100%);box-shadow:0 0 14px #ef444473,0 2px 8px #dc262652}@keyframes usage-track-sheen{0%{transform:translate(-120%)}60%{transform:translate(140%)}to{transform:translate(140%)}}.console-plan-actions{z-index:1;flex-wrap:wrap;gap:16px;margin-top:32px;display:flex;position:relative}.console-plan-empty{z-index:1;text-align:center;place-content:center;justify-items:center;gap:14px;min-height:220px;display:grid;position:relative}.console-plan-empty-chip{letter-spacing:.04em;color:#fffffff2;background:#ffffff2e;border:1px solid #ffffff61;border-radius:999px;justify-content:center;align-items:center;padding:6px 12px;font-size:12px;font-weight:700;line-height:16px;display:inline-flex}.console-plan-empty-btn{min-width:148px;min-height:42px;box-shadow:0 12px 24px rgba(var(--primary-rgb), .28);border-radius:12px;font-size:15px;font-weight:700;line-height:20px;transition:transform .18s,box-shadow .18s}.console-plan-empty-btn:hover{box-shadow:0 14px 28px rgba(var(--primary-rgb), .34);transform:translateY(-1px)}.console-plan-empty p{color:#ffffffe6;gap:2px;max-width:420px;margin:0;font-size:14px;line-height:23px;display:grid}.console-plan-empty p span:first-child{font-weight:600}.console-plan-skeleton{z-index:1;gap:12px;display:grid;position:relative}.console-sk-line,.console-sk-track,.console-sk-btn,.import-item-sk,.sub-link-skeleton{background:#ffffff47;border-radius:10px;position:relative;overflow:hidden}.console-sk-line:before,.console-sk-track:before,.console-sk-btn:before,.import-item-sk:before,.sub-link-skeleton:before{content:"";background:linear-gradient(90deg,#0000,#fff9,#0000);animation:1.2s ease-in-out infinite console-sk-shimmer;position:absolute;inset:0;transform:translate(-100%)}.console-sk-line{height:16px}.w-20{width:20%}.w-24{width:24%}.w-28{width:28%}.w-36{width:36%}.w-54{width:54%}.w-60{width:60%}.w-70{width:70%}.w-84{width:84%}.w-90{width:90%}.console-sk-track{border-radius:999px;height:12px;margin-top:2px}.console-sk-actions{flex-wrap:wrap;gap:12px;margin-top:10px;display:flex}.console-sk-btn{border-radius:10px;width:140px;height:38px}.console-sk-btn-ghost{opacity:.84;width:120px}.sub-link-skeleton{background:#f2f4f6;border-radius:14px;justify-content:space-between;align-items:center;gap:12px;min-height:54px;padding:14px;display:flex}.sub-link-skeleton .console-sk-line{background:#dde4ee}.sub-link-skeleton .console-sk-btn{background:#dde4ee;width:102px;height:32px}.import-grid-skeleton{margin-top:16px}.import-item-sk{background:#e7edf6;border-radius:12px;min-height:112px}.notice-item-skeleton{gap:10px;display:grid}.notice-item-skeleton .console-sk-line{background:#e3e9f2}@keyframes console-sk-shimmer{to{transform:translate(100%)}}.console-white-btn{color:var(--primary);background:#fff;border:0;border-radius:8px;padding:10px 24px;font-size:14px;line-height:20px;text-decoration:none}.console-fade-btn{color:#fff;background:rgba(var(--primary-rgb), .2);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border:1px solid #ffffff4d;border-radius:8px;padding:10px 24px;font-size:14px;line-height:20px;text-decoration:none}.console-section{background:#fff;border:0;border-radius:24px;padding:32px;box-shadow:0 4px 20px #00000008}.apple-account-page{width:min(var(--theme-content-width), calc(100% - 64px));margin:0 auto;padding:24px 0 36px}.apple-account-panel{gap:16px;display:grid}.apple-account-head{margin-bottom:0}.apple-account-empty{color:var(--text-sub);text-align:center;box-shadow:var(--shadow);background:#fff;border-radius:12px;margin:0;padding:50px 20px;font-size:18px;font-weight:700}.apple-account-empty-text{margin-bottom:20px}.apple-account-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.apple-account-card{gap:10px;display:grid}.apple-account-card h2{border-bottom:1px solid var(--line);margin:0;padding:14px;font-size:18px;line-height:1.35}.apple-account-url{color:var(--text-sub);word-break:break-all;margin:0;font-size:13px;line-height:1.45}.apple-account-frame-wrap{background:#fff;border-radius:10px;height:360px;padding:0 14px;overflow:hidden;box-shadow:0 4px 20px #00000008}.apple-account-frame{background:#fff;border:0;width:100%;height:100%}@media (width<=1024px){.apple-account-grid{grid-template-columns:1fr}.apple-account-frame-wrap{height:320px}}.console-left .panel,.console-right .panel{margin-bottom:0}.console-section-head{border-bottom:1px solid #eceef0;justify-content:space-between;align-items:center;gap:8px;margin-bottom:24px;padding-bottom:17px;display:flex}.console-section-head h3{align-items:center;gap:8px;margin:0;font-size:20px;display:inline-flex}.console-title-icon{width:18px;height:18px;font-size:18px}.section-version{color:var(--text-sub);background:#eceef0;border-radius:999px;padding:4px 12px;font-size:12px;line-height:16px}.console-section-head>.muted,.console-section-head>.muted:hover{text-decoration:none}.sub-link-row{background:#f2f4f6;border-radius:14px;justify-content:space-between;align-items:center;gap:12px;min-width:0;padding:14px;display:flex}.sub-link-row p{color:#6b7280;white-space:nowrap;overflow-wrap:normal;word-break:normal;text-overflow:ellipsis;flex:1;min-width:0;margin:0;font-family:Liberation Mono,monospace;font-size:13px;line-height:18px;overflow:hidden}.import-grid{grid-template-columns:repeat(4,minmax(0,1fr));align-content:start;gap:16px;min-height:0;margin-top:16px;display:grid;overflow:visible}.import-item{background:#f2f4f6;border:1px solid #0000;border-radius:12px;justify-items:center;gap:3px;padding:17px 14px;display:grid}.import-item strong{color:var(--text-strong);text-align:center;overflow-wrap:anywhere;white-space:nowrap;text-overflow:ellipsis;max-width:100%;font-size:14px;line-height:20px;overflow:hidden}.import-item small{color:var(--text-sub);margin-top:4px;font-size:10.4px;line-height:15.6px}.import-icon{color:#6b7280;background:#fff;border-radius:999px;place-items:center;width:48px;height:48px;margin-bottom:4px;font-weight:700;display:grid}.import-icon .yb-icon{width:24px;height:24px;font-size:24px}.import-icon img{object-fit:contain;width:28px;height:28px;display:block}.dashboard-other-overlay{z-index:1200;background:#0f172a6b;place-items:center;padding:16px;display:grid;position:fixed;inset:0}.dashboard-other-modal{background:#fff;border:1px solid #c2c6d673;border-radius:16px;gap:14px;width:min(640px,100vw - 24px);padding:18px;display:grid;box-shadow:0 20px 44px #0f172a38}.dashboard-other-head{justify-content:space-between;align-items:center;gap:12px;display:flex}.dashboard-other-head h3{color:var(--text-strong);margin:0;font-size:18px;line-height:26px}.dashboard-other-close{color:#64748b;cursor:pointer;background:#fff;border:1px solid #c2c6d6e6;border-radius:999px;width:32px;height:32px;font-size:20px;line-height:1}.dashboard-other-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.download-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.console-right .download-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.download-item{background:#fff;border:1px solid #c2c6d647;border-radius:12px;justify-content:flex-start;align-items:center;gap:20px;min-width:0;min-height:80px;padding:16px;display:flex}.console-right .download-item{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:0;min-height:96px;padding:14px;display:flex}.console-right .download-item>span{justify-content:center;display:flex}.console-right .download-item span strong{text-align:center;font-size:14px;line-height:20px}.console-right .download-item .download-icon{margin:0 auto}.download-item>span{min-width:0}.download-item span strong{text-align:left;color:var(--text-strong);overflow-wrap:anywhere;font-size:16px;font-weight:700;line-height:20px;display:block}.download-item span small{text-align:left;color:var(--text-sub);overflow-wrap:anywhere;margin-top:4px;font-size:12px;font-weight:500;line-height:16px;display:block}.download-icon{border-radius:12px;flex-shrink:0;place-items:center;width:38px;height:38px;display:grid}.download-icon .yb-icon{width:30px;height:30px;font-size:30px}.btn-with-icon{justify-content:center;align-items:center;gap:8px;display:inline-flex}.sub-link-row .btn-with-icon{background:linear-gradient(135deg, var(--primary) 0%, var(--primary-accent) 100%);color:#fff;box-shadow:0 8px 18px rgba(var(--primary-rgb), .24);white-space:nowrap;border:0;border-radius:10px;flex-shrink:0;padding:9px 13px;font-size:13px;line-height:18px}.sub-link-row .btn-with-icon:hover{background:linear-gradient(135deg, var(--primary-strong) 0%, var(--primary) 100%)}.btn-icon{color:currentColor;width:12px;height:12px;font-size:12px}.sub-link-row .btn-icon{width:10px;height:12px;font-size:12px}.compact-stats{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}.compact-stats article{border:1px solid var(--line);border-radius:12px;padding:12px}.console-notice-panel{background:#fff;border:0;border-radius:24px;padding:32px;box-shadow:0 4px 20px #00000008}.console-notice-panel .console-section-head{margin-bottom:0}.notice-more-link{color:var(--primary);-webkit-user-select:none;user-select:none;font-size:12px;font-weight:500;line-height:16px}.console-tutorial-panel,.console-official-panel{border-radius:16px;padding:20px}.tutorial-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.tutorial-item{background:#fff;border:1px solid #c2c6d673;border-radius:10px;justify-content:flex-start;align-items:center;gap:8px;min-height:48px;padding:10px;display:inline-flex}.tutorial-item:disabled{opacity:.5;cursor:not-allowed}.tutorial-icon{background:#f2f4f6;border-radius:8px;flex-shrink:0;place-items:center;width:28px;height:28px;display:grid}.tutorial-icon img{width:16px;height:16px;display:block}.tutorial-name{color:var(--text-strong);font-size:13px;font-weight:600;line-height:18px}.notice-title-list{gap:10px;margin-top:14px;display:grid}.notice-title-item{text-align:left;cursor:pointer;background:#f2f4f6;border:0;border-radius:12px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px;width:100%;padding:18px 14px;transition:border-color .16s,background-color .16s,transform .16s;display:grid}.notice-title-item:hover{border-color:rgba(var(--primary-rgb), .45);background:#fbfdff;transform:translateY(-1px)}.notice-title-item:focus-visible{outline:2px solid rgba(var(--primary-rgb), .32);outline-offset:2px}.notice-title-item.notice-item-skeleton{cursor:default;grid-template-columns:1fr}.notice-title-text{color:var(--text-strong);white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:600;line-height:1.45;overflow:hidden}.notice-title-date{color:var(--text-sub);flex-shrink:0;font-size:12px;line-height:1.4}.notice-title-item.tone-important{border-left:4px solid rgba(var(--primary-rgb), .7)}.notice-title-item.tone-maintain{border-left:4px solid #f59e0b}.notice-title-item.tone-event{border-left:4px solid #10b981}.help-card{text-align:center;background:linear-gradient(34.95deg,#b6ccff 0%,#e0e3e5 100%);border:0;border-radius:16px;margin-top:8px;padding:32px 24px 24px}.help-card h4{color:#405682;margin:0;font-size:14px;font-weight:600;line-height:20px}.help-card p{color:#405682b3;max-width:188px;margin:4px auto 12px;font-size:12px;line-height:16px}.help-card .btn{color:#fff;width:100%;box-shadow:none;background:#405682;border-color:#405682;border-radius:8px;padding:10px;font-size:12px;line-height:16px}.compact-bars{height:180px}.billing-stats{grid-template-columns:repeat(3,minmax(0,1fr))}.stat-title{color:var(--text-sub);margin:0;font-size:13px}.stat-value{margin:8px 0 0;font-size:24px}.stat-sub{color:var(--text-sub);margin:6px 0 0;font-size:13px}.panel{margin-bottom:12px}.panel-head{justify-content:space-between;align-items:center;margin-bottom:10px;display:flex}.spark-bars{grid-template-columns:repeat(14,minmax(0,1fr));align-items:end;gap:8px;height:280px;display:grid}.spark-item{flex-direction:column;justify-content:end;align-items:center;gap:8px;min-height:0;display:flex}.spark-col{background:linear-gradient(#4f99ff 0%,#2f6ceb 100%);border-radius:6px 6px 3px 3px;width:100%;min-height:6px}.plan-grid,.server-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:12px;display:grid}.plan-head,.server-top{justify-content:space-between;align-items:center;gap:8px;margin-bottom:8px;display:flex}.server-top h3{margin:0;font-size:16px}.server-meta{color:var(--text-sub);justify-content:space-between;margin:10px 0;font-size:13px;display:flex}.server-status{color:#1d4ea1;background:#f2f6ff;border-radius:999px;align-items:center;gap:8px;padding:6px 10px;font-size:13px;display:inline-flex}.dot{background:#94a3b8;border-radius:50%;width:8px;height:8px}.dot.is-online{background:var(--success)}.dot.is-idle{background:#94a3b8}.tag{color:#1b4dac;background:#e9f0ff;border-radius:999px;padding:4px 10px;font-size:12px}.period-list{flex-wrap:wrap;gap:8px;margin-top:10px;display:flex}.period-btn{flex-direction:column;align-items:flex-start;min-width:100px;display:flex}.table-wrap{overflow-x:auto}.table{border-collapse:collapse;width:100%}.table th,.table td{border-bottom:1px solid var(--line);text-align:left;white-space:nowrap;padding:10px 8px}.doc-layout,.ticket-layout{grid-template-columns:320px 1fr;gap:12px;display:grid}.doc-list,.ticket-list{flex-direction:column;gap:8px;display:flex}.doc-item,.ticket-item{border:1px solid var(--line);text-align:left;background:var(--bg-panel);cursor:pointer;border-radius:10px;padding:10px}.doc-item.active,.ticket-item.active{border-color:var(--primary);background:#eef4ff}.doc-item strong,.ticket-item strong{margin-bottom:4px;display:block}.markdown{line-height:1.8}.markdown p{margin:0 0 10px}.form-panel{gap:8px;display:grid}.muted,.error-text,.success-text{margin:0}.muted{color:var(--text-sub);font-size:var(--fs-body-sm);line-height:1.5}.code-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:8px;display:grid}.code-item{border:1px dashed var(--line);background:#fbfdff;border-radius:10px;padding:10px}.empty-state{border:1px dashed var(--line);text-align:center;background:#fbfdff;border-radius:12px;padding:20px}.empty-state h3{margin:0 0 6px}.error-text{color:var(--danger);font-size:var(--fs-body-sm);line-height:1.5}.success-text{color:var(--success);font-size:var(--fs-body-sm);line-height:1.5}.mono{max-width:300px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace}.auth-page{place-items:center;min-height:calc(100vh - 36px);padding:16px;display:grid}.auth-page-figma{grid-template-rows:auto 1fr auto;align-content:space-between;justify-items:center;gap:24px;min-height:100vh;padding:24px 16px 28px}.auth-brand{letter-spacing:-.04em;color:#0f172a;font-size:40px;font-weight:700;line-height:1}.auth-card{width:min(470px,100%);box-shadow:var(--shadow);padding:24px}.auth-card-login{border-radius:16px}.auth-card-figma{border:1px solid #c2c6d633;border-radius:12px;width:min(440px,100%);padding:40px;box-shadow:0 8px 24px #191c1e0f}.auth-head h1{margin:0 0 6px}.auth-head{margin-bottom:10px}.auth-head-figma{text-align:center;margin-bottom:24px}.auth-head-figma h1{color:var(--text-strong);margin:0;font-size:30px;line-height:1.35}.auth-head-figma .muted{color:var(--text-sub);margin-top:8px;font-size:14px}.auth-unified-page{background:#f7f9fb;grid-template-rows:auto 1fr auto;align-content:stretch;justify-items:center;gap:24px;min-height:100vh;padding:24px 16px 32px}.auth-unified-topbar{place-items:center;height:56px;display:grid}.auth-unified-topbar h1{letter-spacing:-.04em;color:#0f172a;margin:0;font-size:36px;line-height:1}.auth-unified-card{background:#fff;border:1px solid #c2c6d633;border-radius:12px;width:min(448px,100%);padding:40px;position:relative;overflow:hidden;box-shadow:0 8px 24px #191c1e0f}.auth-unified-accent{background:linear-gradient(90deg, var(--primary) 0%, var(--primary-accent) 100%);height:6px;position:absolute;top:0;left:0;right:0}.auth-unified-head{text-align:center;margin-bottom:24px}.auth-unified-mark{background:#f2f4f6;border-radius:999px;place-items:center;width:64px;height:64px;margin:0 auto 24px;display:grid}.auth-unified-mark-svg{width:25px;height:25px}.auth-unified-head h2{color:var(--text-strong);letter-spacing:-.03em;margin:0;font-size:36px;line-height:1.2}.auth-unified-head .muted{color:var(--text-sub);margin-top:10px;font-size:14px}.auth-unified-form{gap:24px}.auth-unified-links{border-top:1px solid #c2c6d62e;justify-content:center;margin-top:32px;padding-top:28px}.auth-unified-footer{color:#94a3b8;width:100%}.login-figma-page{background-color:#f7f9fb;background-image:var(--auth-page-bg-image);background-position:50%;background-repeat:no-repeat;background-size:cover;align-content:center;justify-items:center;gap:24px;min-height:100vh;padding:24px 16px 32px;display:grid}@supports (min-height:100dvh){.auth-page-figma,.auth-unified-page,.login-figma-page,.register-figma-page,.recover-figma-page{min-height:100dvh}}.login-figma-topbar{place-items:center;height:56px;display:grid}.login-figma-topbar h1{letter-spacing:-.04em;color:#0f172a;margin:0;font-size:36px;line-height:1}.login-figma-card{background:#fff;border:1px solid #c2c6d633;border-radius:12px;width:min(440px,100%);padding:40px;box-shadow:0 8px 24px #191c1e0f}.login-figma-head{justify-items:center;gap:8px;margin-bottom:24px;display:grid}.login-figma-head h2{color:var(--text-strong);margin:0;font-size:24px;line-height:32px}.login-figma-head p{color:var(--text-sub);margin-top:5px;font-size:16px;line-height:20px}.login-figma-form{gap:24px}.login-input-wrap{background:#f2f4f6;border-radius:12px}.login-remember-row{justify-content:space-between;align-items:center;margin:10px 0;display:flex}.login-remember-row .auth-inline-link{color:var(--primary);font-size:14px}.login-verify-row{background:#f2f4f6;border-radius:12px;justify-content:space-between;align-items:center;gap:10px;padding:16px;display:flex}.login-verify-left{color:var(--text-sub);align-items:center;gap:12px;font-size:14px;display:inline-flex}.login-verify-box{background:#fff;border:2px solid #c2c6d6;border-radius:4px;width:24px;height:24px}.login-verify-right{align-items:center;gap:8px;display:inline-flex}.login-verify-right small{color:#94a3b8;letter-spacing:1px;font-size:10px}.login-verify-right svg{width:13px;height:17px}.login-submit{margin-top:2px}.login-figma-links{border-top:1px solid #c2c6d61a;justify-content:center;margin-top:34px;padding-top:33px}.login-figma-links .muted,.login-figma-links a{font-size:14px}.login-figma-links .muted{color:var(--text-sub)}.login-figma-links a{color:var(--primary);font-weight:600}.login-figma-footer{color:#94a3b8;width:100%}.register-figma-page{background-color:#f7f9fb;background-image:var(--auth-page-bg-image);background-position:50%;background-repeat:no-repeat;background-size:cover;grid-template-rows:auto 1fr auto;align-content:stretch;justify-items:center;gap:24px;min-height:100vh;padding:24px 16px 32px}.register-figma-topbar{place-items:center;height:56px;display:grid}.register-figma-topbar h1{letter-spacing:-.04em;color:#0f172a;margin:0;font-size:36px;line-height:1}.register-figma-card{background:#fff;border:1px solid #c2c6d633;border-radius:12px;width:min(480px,100%);padding:48px;box-shadow:0 8px 24px #191c1e0f}.register-figma-head{text-align:center;margin-bottom:20px}.register-figma-mark{background:linear-gradient(140deg, var(--primary) 0%, var(--primary-accent) 100%);width:64px;height:64px;box-shadow:0 10px 15px -3px rgba(var(--primary-rgb), .2), 0 4px 6px -4px rgba(var(--primary-rgb), .2);border-radius:12px;place-items:center;margin:0 auto 24px;display:grid}.register-figma-mark-svg{color:#fff;width:28px;height:28px;display:block}.register-figma-head h2{letter-spacing:-.02em;color:var(--text-strong);margin:0;font-size:32px;line-height:1.2}.register-figma-head .muted{color:var(--text-sub);margin-top:10px;font-size:14px}.register-figma-hint{text-align:center;margin-bottom:10px}.register-figma-form{gap:20px}.register-figma-input-wrap{background:#f2f4f6;min-width:0}.register-figma-email-suffix-dropdown{flex-shrink:0;min-width:0;max-width:46%;position:relative}.register-figma-email-suffix-trigger{color:#3d4250;cursor:pointer;background:0 0;border:0;border-left:1px solid #c2c6d673;outline:none;justify-content:space-between;align-items:center;gap:8px;min-width:0;height:40px;padding:0 4px 0 14px;font-size:14px;font-weight:500;display:inline-flex}.register-figma-email-suffix-trigger span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.register-figma-email-suffix-arrow{color:#6b7280;font-size:16px;transition:transform .2s}.register-figma-email-suffix-trigger[aria-expanded=true] .register-figma-email-suffix-arrow{transform:rotate(180deg)}.register-figma-email-suffix-menu{z-index:20;background:#fff;border:1px solid #0f172a14;border-radius:10px;min-width:168px;max-height:236px;padding:6px;position:absolute;top:calc(100% + 8px);right:0;overflow-y:auto;box-shadow:0 16px 30px #0f172a29}.register-figma-email-suffix-option{color:#1f2937;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:8px;width:100%;padding:10px 12px;font-size:14px}.register-figma-email-suffix-option:hover,.register-figma-email-suffix-option.is-active{background:rgba(var(--primary-rgb), .12);color:var(--primary-strong)}.register-figma-code-row{grid-template-columns:1fr auto;gap:12px;display:grid}.register-figma-code-btn{background:linear-gradient(171deg, var(--primary) 0%, var(--primary-accent) 100%);color:#fff;border:0;border-radius:12px;min-width:120px;height:52px}.register-figma-code-btn:hover{background:var(--primary-strong)}.register-figma-submit{margin-top:2px}.register-figma-links{border-top:1px solid #c2c6d61a;justify-content:center;margin-top:34px;padding-top:33px}.register-figma-links .muted,.register-figma-links a{font-size:14px}.register-figma-links .muted{color:var(--text-sub)}.register-figma-links a{color:var(--primary);font-weight:700}.register-figma-footer{color:#94a3b8;flex-direction:row;width:100%;display:inline-flex}.auth-error{margin-bottom:10px}.auth-form{gap:10px;display:grid}.auth-form-figma{gap:24px}.auth-field-block{gap:8px;display:grid}.auth-label{color:var(--text-sub);font-size:13px}.auth-label.is-error{color:var(--danger)}.auth-input-wrap{background:#f2f4f6;border:1px solid #0000;border-radius:12px;grid-template-columns:28px 1fr auto;align-items:center;gap:0;padding:0 12px;display:grid}.auth-input-wrap:focus-within{background:#f8fbff;border-color:#8cb4f3}.auth-input-wrap.is-error{background:#fff5f5;border-color:#dc262673}.auth-input-wrap.is-error:focus-within{background:#fff1f1;border-color:#dc2626b8}.auth-field-error{color:var(--danger);margin:0;font-size:12px;line-height:1.45}.auth-input-icon{color:#667085;place-items:center;display:inline-grid}.auth-input-icon-svg{color:currentColor;width:18px;height:18px;font-size:18px}.auth-input{color:#1f2937;background:0 0;border:0;outline:none;min-width:0;height:52px;font-size:14px}.auth-input::placeholder{color:#94a3b8}.auth-eye{color:#64748b;cursor:pointer;background:0 0;border:0;border-radius:999px;width:28px;height:28px}.auth-eye:hover{background:#64748b1f}.auth-eye-svg{color:currentColor;width:18px;height:18px;font-size:18px}.auth-password-row{grid-template-columns:1fr auto;gap:8px}.auth-row{justify-content:space-between;align-items:center;gap:8px;display:flex}.checkbox-line{color:var(--text-sub);align-items:center;gap:8px;font-size:14px;display:inline-flex}.checkbox-line-figma{cursor:pointer;color:var(--text-sub)}.checkbox-line-figma input{appearance:none;cursor:pointer;background:#fff;border:1px solid #94a3b88c;border-radius:6px;place-items:center;width:18px;height:18px;margin:0;transition:border-color .18s,background-color .18s,box-shadow .18s,transform .12s;display:inline-grid}.checkbox-line-figma input:after{content:"";opacity:0;border-bottom:2px solid #fff;border-left:2px solid #fff;width:6px;height:4px;transition:opacity .15s,transform .15s;transform:rotate(-45deg)scale(.8)}.checkbox-line-figma input:hover{border-color:rgba(var(--primary-rgb), .6)}.checkbox-line-figma input:focus-visible{box-shadow:0 0 0 3px rgba(var(--primary-rgb), .2);outline:none}.checkbox-line-figma input:checked{border-color:var(--primary);background:linear-gradient(160deg, var(--primary) 0%, var(--primary-accent) 100%);box-shadow:0 6px 14px rgba(var(--primary-rgb), .24)}.checkbox-line-figma input:checked:after{opacity:1;transform:rotate(-45deg)scale(1)}.checkbox-line-figma input:active{transform:scale(.96)}.auth-inline-link,.auth-links a{color:var(--primary);text-decoration:none}.auth-inline-link{color:var(--primary);font-size:12px}.auth-inline-link:hover,.auth-links a:hover{text-decoration:underline}.auth-links{align-items:center;gap:8px;margin-top:12px;display:flex}.auth-links-figma{border-top:1px solid #c2c6d62e;justify-content:center;margin-top:32px;padding-top:28px}.auth-links-figma .muted{color:var(--text-sub)}.auth-links-figma a{color:var(--primary);font-weight:600}.auth-foot{margin-top:12px;font-size:12px}.auth-submit{width:100%;height:56px;box-shadow:0 4px 12px rgba(var(--primary-rgb), .2);background:linear-gradient(171deg, var(--primary) 0%, var(--primary-accent) 100%);border:0;border-radius:12px;font-size:18px;font-weight:600}.auth-submit:hover{background:var(--primary-strong)}.auth-page-register{place-items:center;min-height:100vh;padding:16px;display:grid}.auth-card-register{background:#fff;border:1px solid #c2c6d633;border-radius:12px;width:min(540px,100%);padding:48px;box-shadow:0 8px 24px #191c1e0f}.register-head{text-align:center;margin-bottom:22px}.register-mark{background:linear-gradient(140deg, var(--primary) 0%, var(--primary-accent) 100%);width:64px;height:64px;box-shadow:0 10px 15px -3px rgba(var(--primary-rgb), .2), 0 4px 6px -4px rgba(var(--primary-rgb), .2);border-radius:12px;place-items:center;margin:0 auto 24px;display:grid}.register-mark-svg{width:25px;height:25px;display:block}.register-head h1{letter-spacing:-.02em;color:var(--text-strong);margin:0;font-size:24px;line-height:1.2}.register-head .muted{color:var(--text-sub);margin-top:10px;font-size:14px}.register-hint{text-align:center;margin-bottom:10px}.auth-form-register{gap:20px}.register-code-row{grid-template-columns:1fr auto;gap:12px;display:grid}.register-code-btn{min-width:120px;height:52px;color:var(--text-strong);background:#e6e8ea;border:0;border-radius:12px}.register-code-btn:hover{background:#dfe3e9}.register-submit{margin-top:2px}.register-links{border-top:0;margin-top:30px;padding-top:0}.register-links .muted{color:var(--text-sub)}.register-links a{color:var(--primary);font-weight:700}.auth-page-recover{place-items:center;min-height:100vh;padding:16px;display:grid}.auth-card-recover{background:#fff;border:1px solid #c2c6d633;border-radius:12px;width:min(540px,100%);padding:48px;box-shadow:0 8px 24px #191c1e0f}.recover-head{margin-bottom:18px}.recover-figma-page{background-color:#f7f9fb;background-image:var(--auth-page-bg-image);background-position:50%;background-repeat:no-repeat;background-size:cover;grid-template-rows:auto 1fr auto;align-content:stretch;justify-items:center;gap:24px;min-height:100vh;padding:24px 16px 32px}.recover-figma-topbar{place-items:center;height:56px;display:grid}.recover-figma-topbar h1{letter-spacing:-.04em;color:#0f172a;margin:0;font-size:36px;line-height:1}.recover-figma-card{background:#fff;border:1px solid #c2c6d633;border-radius:12px;width:min(448px,100%);padding:40px;position:relative;overflow:hidden;box-shadow:0 8px 24px #191c1e0f}.recover-figma-accent{background:linear-gradient(90deg, var(--primary) 0%, var(--primary-accent) 100%);height:6px;position:absolute;top:0;left:0;right:0}.recover-figma-head{text-align:center;margin-bottom:24px}.recover-figma-mark{background:#f2f4f6;border-radius:999px;place-items:center;width:64px;height:64px;margin:0 auto 24px;display:grid}.recover-figma-mark-svg{width:25px;height:25px;color:var(--primary);font-size:25px}.recover-figma-head h2{color:var(--text-strong);letter-spacing:-.03em;margin:0;font-size:36px;line-height:1.2}.recover-figma-head p{color:var(--text-sub);margin-top:10px;font-size:14px}.recover-figma-form{gap:24px}.recover-input-wrap{background:#f2f4f6}.recover-code-row{grid-template-columns:1fr auto;gap:12px;display:grid}.recover-code-btn{background:linear-gradient(171deg, var(--primary) 0%, var(--primary-accent) 100%);color:#fff;border:0;border-radius:12px;min-width:120px;height:52px}.recover-code-btn:hover{background:var(--primary-strong)}.recover-code-tip{color:#924700;align-items:center;gap:8px;margin:8px 0 0;padding:0 4px;font-size:12px;line-height:1.5;display:flex}.recover-code-tip-icon{color:currentColor;flex:none;width:13px;height:13px;font-size:13px}.recover-submit{margin-top:2px}.recover-back-link-wrap{justify-items:center;margin-top:24px;display:grid}.recover-back-link{color:var(--text-sub);align-items:center;gap:8px;font-size:14px;text-decoration:none;display:inline-flex}.recover-back-link:hover{color:#1f2937}.recover-back-link-icon{color:currentColor;width:12px;height:12px;font-size:12px}.recover-figma-footer{color:#94a3b8;width:100%}.auth-submit-content{justify-content:center;align-items:center;gap:8px;display:inline-flex}.auth-submit-icon{color:#fff;width:15px;height:15px;font-size:25px}.auth-footer{color:#94a3b8;flex-wrap:wrap;justify-content:center;align-items:center;gap:24px;font-size:12px;display:flex}.auth-footer-links{align-items:center;gap:24px;display:inline-flex}.auth-footer-links a{color:#94a3b8;text-decoration:none}.auth-footer-links a:hover{text-decoration:underline}.subscription-panel{gap:12px;display:grid}.subscription-head h2{margin:0}.usage-track{background:#e8edf8;border-radius:999px;width:100%;height:10px;overflow:hidden}.usage-track-fill{border-radius:inherit;background:linear-gradient(90deg,#4ba2ff 0%,#2868eb 100%);height:100%}.usage-track-sidebar{margin-top:8px}.usage-summary{color:var(--text-sub);flex-wrap:wrap;gap:12px;font-size:13px;display:flex}.token-text{word-break:break-all}.fg-page{gap:16px;display:grid}.fg-heading-center{text-align:center;justify-items:center;gap:10px;display:grid}.fg-heading-center h2{letter-spacing:-.02em;margin:0;font-size:30px;line-height:1.2}.fg-heading-center p{max-width:760px}.fg-tab-row{background:#f2f4f6;border-radius:999px;gap:8px;padding:4px;display:inline-flex}.fg-tab-row.align-left{justify-self:start}.fg-tab{color:#64748b;background:0 0;border:0;border-radius:999px}.fg-tab.active{background:var(--primary);color:#fff}.plan-figma-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.plan-figma-card{border:1px solid var(--line);background:#fff;border-radius:16px;gap:12px;padding:22px;display:grid}.plan-figma-card.featured{border-color:var(--primary);box-shadow:0 16px 32px rgba(var(--primary-rgb), .14)}.plan-figma-card h3,.order-figma-card h3{margin:0}.price-row{align-items:baseline;gap:6px;margin:0;display:flex}.price-row strong{font-size:32px;line-height:1}.plan-figma-card ul{color:var(--text-sub);gap:8px;margin:0;padding-left:18px;display:grid}.fg-help-banner{border:1px solid rgba(var(--primary-rgb), .18);background:linear-gradient(92deg,#eaf1ff 0%,#f4f8ff 100%);border-radius:20px;justify-content:space-between;align-items:center;gap:14px;padding:20px;display:flex}.fg-help-banner h3{margin:0;font-size:20px}.fg-help-banner p{color:var(--text-sub);margin:8px 0 0}.plans-azure-page{width:min(var(--theme-content-width), calc(100% - 64px));gap:32px;margin:0 auto;padding:32px 0;display:grid}.plans-azure-hero{justify-items:center;gap:16px;display:grid}.plans-azure-hero h2{letter-spacing:-.9px;color:var(--text-strong);margin:20px 0 0;font-size:38px;font-weight:900;line-height:1}.plans-azure-hero p{text-align:center;max-width:576px;color:var(--text-sub);margin:0;padding-bottom:24px;font-size:16px;line-height:26px}.plans-azure-toggle{background:#f2f4f6;border-radius:16px;align-items:center;padding:4px;display:inline-flex;position:relative;overflow:hidden}.plans-azure-toggle:before{content:"";background:#fff;border-radius:12px;width:calc(50% - 4px);transition:transform .28s cubic-bezier(.22,1,.36,1);position:absolute;top:4px;bottom:4px;left:4px;transform:translate(0%);box-shadow:0 4px 12px #0f172a14}.plans-azure-toggle.is-onetime:before{transform:translate(100%)}.plans-azure-toggle-btn{z-index:1;color:var(--text-sub);cursor:pointer;background:0 0;border:0;border-radius:12px;padding:10px 24px;font-size:14px;font-weight:500;line-height:26px;transition:color .2s,transform .2s;position:relative}.plans-azure-toggle-btn.active{color:var(--primary);font-weight:700}.plans-azure-toggle-btn:active{transform:translateY(1px)scale(.985)}.plans-azure-status{justify-self:center}.plans-azure-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:32px;display:grid}.plans-azure-carousel{position:relative;overflow:hidden}.plans-azure-carousel-track{will-change:transform;width:200%;transition:transform .5s cubic-bezier(.22,1.12,.32,1);display:flex;transform:translate(0%)}.plans-azure-carousel.is-onetime .plans-azure-carousel-track{transform:translate(-50%)}.plans-azure-carousel-panel{flex-shrink:0;width:50%}.plans-azure-panel-empty{place-items:center;min-height:220px;font-size:14px;display:grid}.plans-azure-grid-skeleton{align-items:stretch}.plans-azure-card{border:2px solid rgba(var(--primary-rgb), .2);box-shadow:0 20px 48px rgba(var(--primary-rgb), .08);background:#fff;border-radius:24px;min-height:451px;padding:33px;animation:.34s both plans-azure-card-rise}.plans-azure-card:nth-child(2){animation-delay:40ms}.plans-azure-card:nth-child(3){animation-delay:80ms}.plans-azure-card:nth-child(4){animation-delay:.12s}@keyframes plans-azure-card-rise{0%{opacity:0;transform:translateY(10px)scale(.985)}to{opacity:1;transform:translateY(0)scale(1)}}.plans-azure-card-skeleton{border:2px solid rgba(var(--primary-rgb), .14);box-shadow:0 14px 34px rgba(var(--primary-rgb), .08)}.plans-sk-line,.plans-sk-chip,.plans-sk-button{background:#e9eff8;border-radius:10px;position:relative;overflow:hidden}.plans-sk-line:before,.plans-sk-chip:before,.plans-sk-button:before{content:"";background:linear-gradient(90deg,#0000,#ffffffc7,#0000);animation:1.25s ease-in-out infinite plans-azure-skeleton-shimmer;position:absolute;inset:0;transform:translate(-100%)}.plans-sk-title{width:58%;height:28px}.plans-sk-price{width:48%;height:40px;margin:22px 0}.plans-sk-chips{flex-wrap:wrap;gap:8px;margin:-4px 0 28px;display:flex}.plans-sk-chip{border-radius:999px;width:62px;height:30px}.plans-sk-chip-sm{width:50px}.plans-sk-content{gap:12px;min-height:186px;padding-bottom:40px;display:grid}.plans-sk-content-line{width:90%;height:14px}.plans-sk-content-line-short{width:72%}.plans-sk-button{border-radius:12px;width:100%;height:56px}@keyframes plans-azure-skeleton-shimmer{to{transform:translate(100%)}}.plans-azure-card-inner{grid-template-rows:auto auto auto 1fr auto;min-height:100%;display:grid}.plans-azure-title{color:var(--text-strong);margin:0;font-size:24px;font-weight:700;line-height:32px}.plans-azure-price{align-items:flex-end;gap:4px;margin:22px 0;display:inline-flex}.plans-azure-price strong{color:var(--primary);font-size:36px;font-weight:900;line-height:40px}.plans-azure-price span{color:var(--text-sub);font-size:14px;line-height:20px}.plans-azure-content-html{min-height:186px;color:var(--text-strong);overflow-wrap:anywhere;padding:0 0 40px;font-size:14px;line-height:20px}.plans-azure-content-html :first-child{margin-top:0}.plans-azure-content-html :last-child{margin-bottom:0}.plans-azure-content-html p,.plans-azure-content-html ul,.plans-azure-content-html ol,.plans-azure-content-html blockquote,.plans-azure-content-html pre{margin:0 0 10px}.plans-azure-content-html ul,.plans-azure-content-html ol{padding-left:18px}.plans-azure-content-html li{margin:0 0 10px}.plans-azure-content-html a{color:var(--primary);text-decoration:underline}.plans-azure-period-list{flex-wrap:wrap;gap:8px;margin:-4px 0 28px;padding:0;display:inline-flex}.plans-azure-period-btn{color:var(--text-sub);cursor:pointer;background:#fff;border:1px solid #c2c6d673;border-radius:999px;padding:7px 13px;font-size:12px;font-weight:700;line-height:18px;transition:all .18s}.plans-azure-period-btn.active{background:linear-gradient(148deg, var(--primary) 0%, var(--primary-accent) 100%);color:#fff;box-shadow:0 6px 14px rgba(var(--primary-rgb), .22);border-color:#0000}.plans-azure-period-btn:hover{border-color:rgba(var(--primary-rgb), .3)}.plans-azure-buy-btn{background:linear-gradient(166deg, var(--primary) 0%, var(--primary-accent) 100%);color:#fff;cursor:pointer;width:100%;height:56px;box-shadow:0 10px 15px -3px rgba(var(--primary-rgb), .2), 0 4px 6px -4px rgba(var(--primary-rgb), .2);border:0;border-radius:12px;font-size:16px;font-weight:700;line-height:24px}.plans-azure-buy-btn:disabled{opacity:.65;cursor:not-allowed}.plans-azure-buy-btn.featured{background:linear-gradient(166deg, var(--primary) 0%, var(--primary-accent) 100%);color:#fff;box-shadow:0 10px 15px -3px rgba(var(--primary-rgb), .2), 0 4px 6px -4px rgba(var(--primary-rgb), .2)}.plans-azure-help{background:rgba(var(--primary-accent-rgb), .1);border-radius:32px;justify-content:space-between;align-items:center;gap:20px;padding:40px;display:flex}.plans-azure-help-left{align-items:center;gap:24px;display:inline-flex}.plans-azure-help-icon{background:var(--primary);color:#fff;border-radius:16px;place-items:center;width:64px;height:64px;font-size:24px;font-weight:700;display:grid}.plans-azure-help h3{color:var(--text-strong);margin:0;font-size:28px;line-height:1}.plans-azure-help p{color:var(--text-sub);margin:4px 0 0;font-size:14px;line-height:20px}.plans-azure-help-btn{text-align:center;color:#fff;background:var(--primary);border-radius:12px;min-width:160px;padding:12px 32px;font-size:16px;font-weight:700;text-decoration:none}.co-page{width:min(var(--theme-content-width), calc(100% - 64px));gap:20px;margin:0 auto;padding:32px 0;display:grid;position:relative;overflow:hidden}.co-bg{pointer-events:none;z-index:0;width:600px;height:600px;position:absolute;top:-150px;right:-60px}.co-grid{z-index:1;grid-template-columns:minmax(0,1fr) 360px;align-items:start;gap:32px;display:grid;position:relative}.co-left,.co-right,.co-right-column{gap:16px;display:grid}.co-hero,.co-coupon,.co-right{background:#fff;border-radius:12px;box-shadow:0 4px 12px #191c1e08}.co-period-panel{background:#fff;border-radius:12px;gap:12px;padding:24px;display:grid;box-shadow:0 4px 12px #191c1e08}.co-period-panel h3{color:var(--text-strong);margin:0;font-size:16px;font-weight:700;line-height:1.5}.co-hero{padding:32px;position:relative;overflow:hidden}.co-hero:after{content:"";color:currentColor;background:rgba(var(--primary-rgb), .05);filter:blur(64px);pointer-events:none;border-radius:50%;width:192px;height:192px;font-size:12px;position:absolute;top:-32px}.co-hero h2{color:var(--text-strong);margin:0;font-family:Plus Jakarta Sans,sans-serif;font-size:30px;font-weight:700;line-height:1.2}.co-desc{color:#191c1ed4;max-width:460px;margin-top:20px;font-size:14px;line-height:2}.co-desc p,.co-desc ul,.co-desc ol{margin:0}.co-price{align-items:flex-end;gap:8px;margin:30px 0 0;display:inline-flex}.co-price strong{color:var(--primary);font-family:Inter,sans-serif;font-size:36px;font-weight:700;line-height:1.111}.co-price span{color:#191c1e66;padding-bottom:4px;font-size:16px;line-height:1.5}.co-coupon{padding:32px}.co-coupon h3{color:var(--text-strong);margin:0;font-size:20px;font-weight:700;line-height:1}.co-coupon-row{gap:8px;margin-top:16px;display:flex}.co-coupon-input{height:48px;color:var(--text-strong);background:#f2f4f6;border:1px solid #c2c6d64d;border-radius:12px;flex:1;padding:0 16px;font-size:16px}.co-coupon-input::placeholder{color:#6b7280}.co-coupon-btn{background:var(--primary);color:#fff;cursor:pointer;border:0;border-radius:12px;justify-content:center;align-items:center;gap:6px;width:84px;height:48px;font-size:14px;font-weight:700;display:inline-flex}.co-coupon-btn:disabled{opacity:.65;cursor:not-allowed}.co-coupon-tip{color:var(--primary);margin:10px 0 0;font-size:13px}.co-right{gap:12px;padding:24px;position:sticky;top:96px}.co-right .co-coupon-inline{box-shadow:none;background:0 0;border-radius:0;padding:0}.co-right-divider{border:0;border-top:1px solid #c2c6d638;margin:2px 0}.co-right h3{color:var(--text-strong);margin:0;font-size:16px;font-weight:700;line-height:1.5}.co-periods{flex-wrap:wrap;gap:12px;display:flex}.co-period{cursor:pointer;background:#fff;border:1px solid #c2c6d64d;border-radius:12px;flex:0 auto;align-items:center;gap:4px;padding:12px 14px;display:inline-flex}.co-period.active{border:2px solid var(--primary);background:rgba(var(--primary-rgb), .05);padding:11px 13px}.co-period-left{color:var(--text-strong);align-items:center;gap:12px;font-size:14px;font-weight:500;display:inline-flex}.co-dot{color:currentColor;box-sizing:border-box;background:#fff;border:1px solid #c2c6d6;border-radius:999px;width:16px;height:16px;font-size:15px}.co-period.active .co-dot{border:4px solid var(--primary)}.co-period-price{color:var(--text-strong);font-family:Inter,sans-serif;font-size:14px}.co-summary{gap:16px;margin-top:8px;display:grid}.co-summary div{justify-content:space-between;align-items:center;display:flex}.co-summary span{color:#191c1e99;font-size:14px}.co-summary strong{color:var(--text-strong);font-family:Inter,sans-serif;font-size:14px;font-weight:400}.co-summary .co-discount{color:#ba1a1a}.co-summary hr{border:0;border-top:1px solid #c2c6d61a;margin:0}.co-summary .co-pay span{color:var(--text-strong);font-size:16px;font-weight:700}.co-summary .co-pay strong{color:var(--primary);font-size:24px;font-weight:900}.co-buy{background:linear-gradient(177deg, var(--primary) 0%, var(--primary-accent) 100%);width:100%;height:56px;box-shadow:0 4px 6px -4px rgba(var(--primary-rgb), .2), 0 10px 15px -3px rgba(var(--primary-rgb), .2);color:#fff;cursor:pointer;border:0;border-radius:12px;justify-content:center;align-items:center;gap:8px;margin-top:4px;font-size:16px;font-weight:700;display:inline-flex}.co-buy:disabled{opacity:.65;cursor:not-allowed}.co-note{text-align:center;color:#191c1e66;margin:0;font-size:10px;line-height:1.625}.op-page{width:min(var(--theme-content-width), calc(100% - 64px));gap:16px;margin:0 auto;padding:32px 0;display:grid}.op-grid{grid-template-columns:minmax(0,1fr) 374px;align-items:start;gap:24px;display:grid}.op-left{gap:24px;display:grid}.op-card{background:#fff;border-radius:12px;gap:24px;padding:32px;display:grid;box-shadow:8px 0 24px #191c1e0f}.op-head{align-items:center;gap:8px;display:inline-flex}.op-head h2{color:var(--text-strong);margin:0;font-family:WenQuanYi Zen Hei,Noto Sans SC,sans-serif;font-size:20px;font-weight:700;line-height:1.4}.op-product{background:#f2f4f6;border-radius:12px;justify-content:space-between;align-items:center;gap:16px;padding:24px;display:flex}.op-product-info h3{color:var(--text-strong);margin:0;font-size:20px;font-weight:700;line-height:1.4}.op-product-info p{color:#191c1e99;margin:4px 0 0;font-size:14px;line-height:1.4286}.op-product-price{text-align:right;justify-items:end;gap:1px;display:grid}.op-product-price strong{color:var(--text-strong);font-family:Inter,sans-serif;font-size:24px;font-weight:700;line-height:1.333}.op-product-price span{color:#191c1e66;font-family:Inter,sans-serif;font-size:12px;line-height:1.333}.op-meta{gap:4px;display:grid}.op-meta div{justify-content:space-between;align-items:center;padding:8px 0;display:flex}.op-meta span{color:#191c1e99;font-size:14px;line-height:1.4286}.op-meta strong{color:var(--text-strong);font-family:Inter,sans-serif;font-size:14px;font-weight:500;line-height:1.4286}.op-status-badge{border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;min-width:78px;padding:4px 10px;font-size:12px;font-weight:700;line-height:18px;display:inline-flex}.op-status-badge.is-pending{color:#9a3412;background:#fff7ed;border-color:#fdba74}.op-status-badge.is-processing{color:#1d4ed8;background:#eff6ff;border-color:#93c5fd}.op-status-badge.is-canceled{color:#be123c;background:#fff1f2;border-color:#fda4af}.op-status-badge.is-done,.op-status-badge.is-credited{color:#166534;background:#ecfdf3;border-color:#86efac}.op-methods{flex-wrap:wrap;gap:12px;display:flex}.op-method{cursor:pointer;min-height:60px;margin-right: ;background:#f2f4f6;border:2px solid #0000;border-radius:12px;flex:0 auto;justify-content:space-between;align-items:center;padding:16px;display:inline-flex}.op-method.active{border-color:var(--primary);background:rgba(var(--primary-rgb), .05)}.op-method-left{color:var(--text-strong);align-items:center;gap:12px;margin-right:4px;font-size:14px;line-height:1.5;display:inline-flex}.op-right{position:relative}.op-sticky{background:#fff;border:1px solid #c2c6d633;border-radius:12px;gap:16px;padding:32px;display:grid;position:sticky;top:96px;box-shadow:8px 0 24px #191c1e0f}.op-sticky h3{color:var(--text-strong);margin:0;font-family:WenQuanYi Zen Hei,Noto Sans SC,sans-serif;font-size:18px;font-weight:700;line-height:1.5556}.op-lines{gap:16px;padding-bottom:8px;display:grid}.op-lines div{justify-content:space-between;align-items:center;display:flex}.op-lines span{color:#191c1e99;font-size:14px;line-height:1.4286}.op-lines strong{color:var(--text-strong);font-family:Inter,sans-serif;font-size:14px;font-weight:400;line-height:1.4286}.op-lines .is-discount{color:var(--primary)}.op-lines .is-balance{color:#ba1a1a}.op-total{border-top:1px solid #e0e3e5;justify-content:space-between;align-items:baseline;padding-top:16px;display:flex}.op-total span{color:var(--text-strong);font-size:16px;font-weight:700;line-height:1.5}.op-total strong{letter-spacing:-.025em;color:var(--primary);font-family:Inter,sans-serif;font-size:30px;font-weight:800;line-height:1.2}.op-pay-btn{background:linear-gradient(178deg, var(--primary) 0%, var(--primary-accent) 100%);width:100%;box-shadow:0 8px 16px rgba(var(--primary-rgb), .2);color:#fff;cursor:pointer;border:0;border-radius:12px;justify-content:center;align-items:center;gap:8px;padding:16px 0;font-size:16px;font-weight:700;line-height:1.5;display:inline-flex}.op-pay-btn:disabled{opacity:.65;cursor:not-allowed}.op-actions{grid-template-columns:repeat(auto-fit,minmax(0,1fr));gap:8px;display:grid}.op-action{cursor:pointer;border-radius:10px;padding:10px 12px;font-size:13px;line-height:1.3}.op-action.secondary{border:1px solid rgba(var(--primary-rgb), .24);background:rgba(var(--primary-rgb), .05);color:var(--primary)}.op-action.ghost{color:var(--text-sub);background:#fff;border:1px solid #c2c6d680}.op-action.print{border:1px solid rgba(var(--primary-rgb), .32);color:var(--primary);background:#fff}.op-action:disabled{opacity:.6;cursor:not-allowed}.op-secure{color:#191c1e66;justify-content:center;align-items:center;gap:8px;margin:0;font-size:12px;line-height:1.333;display:inline-flex}.orders-figma-grid,.server-figma-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:12px;display:grid}.orders-record-page{width:min(var(--theme-content-width), calc(100% - 64px));gap:24px;margin:0 auto;padding:24px 0 32px;display:grid}.orders-record-head{justify-content:space-between;align-items:center;gap:16px;display:flex}.orders-record-head h1{color:var(--text-strong);letter-spacing:-.75px;margin:0;font-size:30px;line-height:36px}.orders-record-search{background:#f2f4f6;border-radius:999px;align-items:center;gap:10px;width:min(100%,256px);padding:10px 16px;display:inline-flex}.orders-record-search span{opacity:.6;font-size:14px;line-height:1}.orders-record-search input{width:100%;color:var(--text-strong);background:0 0;border:0;outline:none;font-size:14px;line-height:20px}.orders-record-search input::placeholder{color:#191c1e4d}.orders-record-body{gap:24px;display:grid}.orders-record-tabs{align-items:center;gap:12px;padding-bottom:8px;display:flex;overflow-x:auto}.orders-record-tab{color:#191c1eb3;white-space:nowrap;cursor:pointer;background:#f2f4f6;border:0;border-radius:999px;padding:8px 20px;font-size:14px;line-height:20px}.orders-record-tab.active{background:var(--primary);color:#fff;box-shadow:0 1px 2px rgba(var(--primary-rgb), .2)}.orders-record-table-wrap{background:#fff;border-radius:12px;overflow:auto;box-shadow:0 8px 24px #191c1e0a}.orders-record-table{border-collapse:collapse;width:100%;min-width:980px}.orders-record-table th,.orders-record-table td{text-align:left;vertical-align:middle;border-bottom:1px solid #eceef0;padding:14px 16px;font-size:14px;line-height:20px}.orders-record-table th{color:#191c1e80;white-space:nowrap;background:#f8fafc;font-weight:600}.orders-record-table tbody tr:hover{background:#fbfdff}.orders-sk-line,.orders-sk-pill{background:#e8eef7;border-radius:8px;height:14px;display:inline-block;position:relative;overflow:hidden}.orders-sk-pill{border-radius:999px;width:58px;height:18px}.orders-sk-line:before,.orders-sk-pill:before{content:"";background:linear-gradient(90deg,#0000,#ffffffc7,#0000);animation:1.2s ease-in-out infinite orders-skeleton-shimmer;position:absolute;inset:0;transform:translate(-100%)}@keyframes orders-skeleton-shimmer{to{transform:translate(100%)}}.orders-record-table-skeleton tbody tr:hover{background:0 0}.orders-record-table-skeleton .orders-record-cell-main{gap:8px}.orders-record-grid-skeleton{display:none}.orders-record-card-skeleton{pointer-events:none}.orders-record-card-skeleton .orders-record-meta div{align-items:center}.orders-record-card-skeleton .orders-record-foot p{margin:10px 0 0}.orders-record-cell-main{gap:4px;min-width:220px;display:grid}.orders-record-cell-main strong{color:var(--text-strong);font-size:14px;line-height:20px}.orders-record-status-pill{border-radius:999px;align-items:center;gap:6px;padding:4px 10px;font-size:12px;font-weight:700;line-height:16px;display:inline-flex}.orders-record-status-pill i{border-radius:999px;width:6px;height:6px}.orders-record-status-pill.is-paid{background:rgba(var(--primary-rgb), .1);color:var(--primary)}.orders-record-status-pill.is-paid i{background:var(--primary)}.orders-record-status-pill.is-pending{color:#b45309;background:#b453091f}.orders-record-status-pill.is-pending i{background:#b45309}.orders-record-status-pill.is-expired{color:#64748b;background:#64748b24}.orders-record-status-pill.is-expired i{background:#94a3b8}.orders-record-money-cell{color:var(--text-strong);white-space:nowrap;font-weight:700}.orders-record-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;display:none}.orders-record-card{background:#fff;border-radius:12px;gap:24px;padding:25px;display:grid;position:relative;overflow:hidden}.orders-record-status{border-radius:0 8px 0 12px;align-items:center;gap:6px;padding:4px 12px;font-size:11px;font-weight:700;line-height:16px;display:inline-flex;position:absolute;top:4px;right:4px}.orders-record-status i{border-radius:999px;width:6px;height:6px}.orders-record-status.is-paid{background:rgba(var(--primary-rgb), .1);color:var(--primary)}.orders-record-status.is-paid i{background:var(--primary)}.orders-record-status.is-pending{color:#b45309;background:#b453091f}.orders-record-status.is-pending i{background:#b45309}.orders-record-status.is-expired{color:#64748b;background:#64748b24}.orders-record-status.is-expired i{background:#94a3b8}.orders-record-title{gap:4px;display:grid}.orders-record-trade-row{align-items:center;gap:6px;display:inline-flex}.orders-record-trade-row p{margin:0}.orders-record-title p{color:#000d14e1;letter-spacing:1.12px;text-transform:uppercase;margin:0;font-size:14px;line-height:17px}.orders-record-copy-btn{cursor:pointer;width:22px;height:22px;color:var(--primary);opacity:.92;background:0 0;border:0;border-radius:0;justify-content:center;align-items:center;padding:0;display:inline-flex}.orders-record-copy-btn:hover{opacity:1;transform:translateY(-1px)}.orders-record-copy-btn img{filter:contrast(1.15)saturate(1.15);width:22px;height:22px;display:block}.orders-record-title h3{color:var(--text-strong);margin:0;font-size:28px;line-height:1}.orders-record-meta{gap:16px;display:grid}.orders-record-meta div{justify-content:space-between;align-items:center;gap:16px;display:flex}.orders-record-meta span{color:#191c1e80;font-size:14px;line-height:20px}.orders-record-meta strong{color:var(--text-strong);font-size:14px;font-weight:500;line-height:20px}.orders-record-foot{border-top:1px solid #e6e8ea;justify-content:space-between;align-items:center;gap:12px;padding-top:21px;display:flex}.orders-record-foot span{color:#191c1e66;font-size:11px;line-height:17px;display:block}.orders-record-foot p{color:var(--text-strong);margin:0;font-size:24px;font-weight:600;line-height:1}.orders-record-action{cursor:pointer;border:0}.orders-record-action.pay{background:var(--primary);color:#fff;border-radius:10px;padding:8px 16px;font-size:14px;font-weight:700;line-height:20px}.orders-record-action.view{border:1px solid rgba(var(--primary-rgb), .28);color:var(--primary);background:#f3f8ff;border-radius:10px;padding:8px 14px;font-size:13px;font-weight:700;line-height:20px}.orders-record-action.icon{width:36px;height:36px;color:var(--primary);background:#f2f4f6;border-radius:8px;place-items:center;font-size:16px;display:grid}.orders-record-action-group{align-items:center;gap:8px;display:inline-flex}.orders-record-action.cancel{color:#b42318;background:#fff5f5;border:1px solid #d13f3f59;border-radius:10px;padding:8px 12px;font-size:13px;font-weight:600;line-height:20px}.orders-record-action.cancel:disabled{opacity:.65;cursor:not-allowed}.orders-record-footnote{text-align:center;color:#191c1e59;justify-self:center}.orders-record-footnote p{margin:0;font-size:13px;line-height:20px}.orders-record-footnote small{margin-top:2px;font-size:12px;line-height:18px;display:block}.servers-nodes-page{width:min(var(--theme-content-width), calc(100% - 64px));gap:24px;margin:0 auto;padding:40px 0 24px;display:grid}.servers-nodes-map{background:#fff;border:1px solid #c2c6d64d;border-radius:14px;gap:12px;padding:16px;display:grid;box-shadow:0 8px 24px #191c1e0a}.servers-nodes-map-head{justify-content:space-between;align-items:baseline;gap:12px;display:flex}.servers-nodes-map-head h3{color:var(--text-strong);margin:0;font-size:16px;line-height:1.35}.servers-nodes-map-head p{color:#424754a6;margin:0;font-size:12px;line-height:18px}.servers-nodes-map-stage{background:linear-gradient(#f5f8ff 0%,#f8fbff 100%);border:1px solid #c2c6d659;border-radius:12px;height:420px;overflow:hidden}.servers-nodes-map-stage svg{width:100%;height:100%;display:block}.servers-map-grid line{stroke:#94a3b838;stroke-width:.2px}.servers-map-land{fill:#0f172a14;stroke:#64748b2e;stroke-width:.16px}.servers-map-borders{fill:none;stroke:#94a3b842;stroke-width:.08px}.servers-map-point-ring{fill:#2563eb29}.servers-map-point-core{fill:#3b82f6}.servers-map-point.is-online .servers-map-point-core{fill:#10b981}.servers-map-point.is-offline .servers-map-point-core{fill:#64748b}.servers-map-point.is-online .servers-map-point-ring{fill:#10b98133}.servers-map-point.is-offline .servers-map-point-ring{fill:#64748b2e}.servers-nodes-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;display:grid}.servers-nodes-grid-skeleton{align-items:stretch}.servers-nodes-card{background:#fff;border:1px solid #0000;border-radius:12px;justify-content:space-between;align-items:center;gap:10px;padding:21px;display:flex;box-shadow:0 8px 24px #191c1e0a}.servers-nodes-card-skeleton{border-color:rgba(var(--primary-rgb), .12);box-shadow:0 8px 24px rgba(var(--primary-rgb), .07)}.servers-sk-icon,.servers-sk-line,.servers-sk-badge{background:#e9eff8;border-radius:8px;position:relative;overflow:hidden}.servers-sk-icon:before,.servers-sk-line:before,.servers-sk-badge:before{content:"";background:linear-gradient(90deg,#0000,#ffffffc7,#0000);animation:1.25s ease-in-out infinite servers-skeleton-shimmer;position:absolute;inset:0;transform:translate(-100%)}.servers-sk-icon{border-radius:8px;flex-shrink:0;width:40px;height:40px}.servers-sk-copy{gap:6px;min-width:0;display:grid}.servers-sk-line{height:12px}.servers-sk-title{width:138px;height:14px}.servers-sk-subtitle{width:96px;height:10px}.servers-sk-badge{border-radius:6px;flex-shrink:0;align-self:flex-start;width:44px;height:16px}@keyframes servers-skeleton-shimmer{to{transform:translate(100%)}}.servers-nodes-card-main{align-items:center;gap:12px;min-width:0;display:flex}.servers-nodes-icon{background:#f2f4f6;border-radius:8px;flex-shrink:0;place-items:center;width:40px;height:40px;font-size:20px;line-height:1;display:grid}.servers-nodes-copy{gap:2px;min-width:0;display:grid}.servers-nodes-copy h4{color:var(--text-strong);white-space:nowrap;text-overflow:ellipsis;align-items:center;gap:6px;margin:0;font-size:14px;line-height:24px;display:inline-flex;overflow:hidden}.servers-nodes-copy p{color:#42475499;white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:12px;font-weight:500;line-height:16px;overflow:hidden}.servers-nodes-rate{color:var(--primary);background:rgba(var(--primary-rgb), .1);border-radius:999px;flex-shrink:0;padding:0 6px;font-size:11px;font-weight:700;line-height:16px}.servers-nodes-badge{background:#f2f4f6;border-radius:6px;flex-shrink:0;align-self:flex-start;align-items:center;gap:6px;padding:4px 8px;font-size:10px;font-weight:700;line-height:15px;display:inline-flex}.servers-nodes-badge i{background:#cbd5e1;border-radius:999px;width:6px;height:6px}.servers-nodes-badge.is-online{color:#059669}.servers-nodes-badge.is-online i{background:#10b981}.servers-nodes-badge.is-offline{color:#64748b}.order-figma-card{border:1px solid var(--line);background:#fff;border-radius:14px;gap:10px;padding:16px;display:grid}.order-head,.order-meta,.order-foot{justify-content:space-between;align-items:center;gap:8px;display:flex}.order-meta span{color:var(--text-sub);font-size:13px}.order-foot p{margin:0;font-size:24px;font-weight:700}.order-status,.server-dot{color:#1b4dac;background:#e9f0ff;border-radius:999px;padding:4px 10px;font-size:12px}.iv-page{width:min(var(--theme-content-width), calc(100% - 64px));gap:40px;margin:0 auto;padding:32px 0;display:grid}.iv-overview{grid-template-columns:1fr 2fr;gap:24px;display:grid}.iv-balance{background:#fff;border:1px solid #c2c6d61a;border-radius:12px;flex-direction:column;justify-content:space-between;gap:20px;padding:32px;display:flex;box-shadow:0 8px 30px #191c1e0a}.iv-balance-info{gap:8px;display:grid}.iv-balance-label{color:var(--text-sub);font-size:14px;font-weight:500;line-height:20px}.iv-balance-amount{align-items:baseline;gap:4px;display:flex}.iv-balance-currency{color:#191c1e99;font-size:20px;font-weight:500;line-height:28px}.iv-balance-value{color:var(--text-strong);letter-spacing:-.9px;font-family:Plus Jakarta Sans,Inter,sans-serif;font-size:30px;font-weight:800;line-height:40px}.iv-balance-btn{color:#fff;background:linear-gradient(178deg, var(--primary) 0%, var(--primary-accent) 100%);box-shadow:0 4px 12px rgba(var(--primary-rgb), .2);cursor:pointer;border:0;border-radius:10px;justify-content:center;align-items:center;gap:6px;padding:8px 14px;font-size:13px;font-weight:600;line-height:18px;transition:opacity .15s;display:inline-flex}.iv-balance-actions{grid-template-columns:1fr;gap:8px;width:100%;display:grid}.iv-balance-actions .iv-balance-btn{width:100%}.iv-balance-btn-secondary{color:var(--primary);box-shadow:none;background:#eef4ff}.iv-balance-btn:hover{opacity:.9}.iv-balance-btn:disabled{opacity:.6;cursor:not-allowed}.iv-stats{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.iv-stat{background:#fff;border:1px solid #0000;border-radius:12px;flex-direction:column;gap:8px;padding:24px;display:flex}.iv-stat-label{color:var(--text-sub);font-size:12px;font-weight:400;line-height:16px}.iv-stat-row{align-items:flex-end;gap:6px;display:flex}.iv-stat-num{color:var(--text-strong);letter-spacing:-.3px;font-family:Plus Jakarta Sans,Inter,sans-serif;font-size:18px;font-weight:700;line-height:1}.iv-stat-unit{color:var(--primary);font-family:Inter,sans-serif;font-size:12px;font-weight:500;line-height:16px}.iv-stat-icon{flex-shrink:0}.iv-sk{background:#e9eef7;border-radius:8px;display:block;position:relative;overflow:hidden}.iv-sk:before{content:"";background:linear-gradient(90deg,#0000,#ffffffc7,#0000);animation:1.2s ease-in-out infinite iv-skeleton-shimmer;position:absolute;inset:0;transform:translate(-100%)}@keyframes iv-skeleton-shimmer{to{transform:translate(100%)}}.iv-balance-skeleton,.iv-stat-skeleton,.iv-code-row-skeleton{pointer-events:none}.iv-sk-label{width:88px;height:12px}.iv-sk-currency{border-radius:6px;width:16px;height:24px}.iv-sk-value{border-radius:9px;width:150px;height:30px}.iv-sk-btn{border-radius:10px;width:100%;height:36px}.iv-stats-skeleton{align-items:stretch}.iv-sk-num{border-radius:8px;width:98px;height:22px}.iv-sk-unit{border-radius:6px;width:24px;height:14px}.iv-codes{gap:12px;display:grid}.iv-codes-head{justify-content:space-between;align-items:center;gap:12px;padding:0 8px;display:flex}.iv-codes-head h2{color:var(--text-strong);margin:0;font-size:20px;font-weight:700;line-height:28px}.iv-codes-create{background:linear-gradient(135deg, var(--primary) 0%, var(--primary-accent) 100%);color:#fff;cursor:pointer;box-shadow:0 8px 16px rgba(var(--primary-rgb), .22);border:0;border-radius:12px;align-items:center;gap:8px;padding:10px 20px;font-size:14px;font-weight:600;line-height:20px;transition:transform .15s,box-shadow .15s,opacity .15s;display:inline-flex}.iv-codes-create:hover{box-shadow:0 10px 18px rgba(var(--primary-rgb), .28);transform:translateY(-1px)}.iv-codes-create:disabled{opacity:.6;cursor:not-allowed}.iv-codes-list{gap:12px;display:grid}.iv-code-row{background:#fff;border:1px solid #c2c6d60d;border-radius:12px;flex-wrap:nowrap;justify-content:space-between;align-items:center;gap:12px;padding:20px;display:flex}.iv-codes-skeleton{gap:10px}.iv-code-row-skeleton{border-color:#c2c6d626}.iv-sk-code{border-radius:7px;width:188px;max-width:min(188px,52vw);height:16px}.iv-sk-time{border-radius:6px;width:132px;max-width:min(132px,38vw);height:12px;margin-top:8px}.iv-sk-copy{border-radius:999px;width:28px;height:28px}.iv-code-left{align-items:center;gap:24px;min-width:0;display:flex}.iv-code-icon{flex-shrink:0}.iv-code-info{min-width:0}.iv-code-text{color:var(--text-strong);letter-spacing:.8px;white-space:nowrap;text-overflow:ellipsis;font-family:Plus Jakarta Sans,Inter,sans-serif;font-size:16px;font-weight:700;line-height:24px;display:block;overflow:hidden}.iv-code-time{color:#191c1ecc;margin-top:4px;font-family:Inter,sans-serif;font-size:14px;font-weight:400;line-height:20px;display:block}.iv-code-link{color:#191c1eb3;white-space:nowrap;text-overflow:ellipsis;margin-top:4px;font-family:Inter,sans-serif;font-size:13px;font-weight:400;line-height:18px;display:block;overflow:hidden}.iv-code-copy{border:1px solid rgba(var(--primary-rgb), .2);background:rgba(var(--primary-rgb), .08);cursor:pointer;color:var(--primary);border-radius:999px;flex-shrink:0;align-items:center;gap:6px;padding:8px 12px;font-size:13px;font-weight:500;transition:opacity .15s,background .15s;display:inline-flex}.iv-code-copy:hover{background:rgba(var(--primary-rgb), .14);opacity:.95}.iv-note{border:1px solid rgba(var(--primary-rgb), .1);background:rgba(var(--primary-rgb), .05);border-radius:12px;align-items:flex-start;gap:16px;padding:24px;display:flex}.iv-note-icon{flex-shrink:0;font-size:20px}.iv-note-body h3{color:var(--primary);margin:0;font-size:16px;font-weight:700;line-height:24px}.iv-note-list{gap:7px;margin:7px 0 0;padding:0;list-style:none;display:grid}.iv-note-list li{color:#191c1eb3;font-size:14px;line-height:1.625}.iv-modal-mask{z-index:1200;background:#0f172a73;place-items:center;padding:16px;display:grid;position:fixed;inset:0}.iv-modal-card{background:#fff;border:1px solid #c2c6d64d;border-radius:14px;gap:10px;width:min(460px,100%);padding:20px;display:grid;box-shadow:0 14px 36px #0f172a2e}.iv-modal-card h3{color:var(--text-strong);margin:0;font-size:18px;line-height:24px}.iv-modal-desc{color:#191c1eb3;margin:0;font-size:14px;line-height:20px}.iv-modal-label{color:var(--text-sub);font-size:14px;line-height:20px}.iv-modal-input{width:100%;color:var(--text-strong);background:#fff;border:1px solid #c2c6d680;border-radius:10px;padding:10px 12px;font-size:16px;line-height:20px}.iv-modal-actions{justify-content:flex-end;gap:8px;margin-top:8px;display:flex}.iv-modal-btn{cursor:pointer;border:0;border-radius:10px;padding:8px 14px;font-size:13px;font-weight:600;line-height:18px}.iv-modal-btn.ghost{color:#4a5568;background:#edf1f6}.iv-modal-btn.primary{color:#fff;background:#216fe4}.iv-modal-btn:disabled{opacity:.6;cursor:not-allowed}.docs-figma-page{width:min(var(--theme-content-width), calc(100% - 64px));gap:40px;margin:0 auto;padding:48px 0;display:grid}.docs-figma-head{gap:4px;display:grid}.docs-figma-head h1{letter-spacing:-.75px;color:var(--text-strong);margin:0;font-size:44px;line-height:1}.docs-figma-head p{color:var(--text-sub);margin:0;font-size:16px;line-height:24px}.docs-figma-body{gap:32px;padding:10px;display:grid}.docs-figma-group{gap:16px;display:grid}.docs-figma-group h3{color:var(--text-strong);margin:0;font-size:22px;font-weight:700;line-height:1}.docs-figma-list{gap:5px;display:grid}.docs-figma-row{text-align:left;cursor:pointer;background:#fff;border:0;border-radius:12px;justify-content:space-between;align-items:center;gap:12px;width:100%;padding:20px 24px;display:flex}.docs-figma-row:hover{background:#fbfcff}.docs-figma-title{color:var(--text-strong);text-overflow:ellipsis;white-space:nowrap;font-size:16px;line-height:24px;overflow:hidden}.docs-figma-row time{color:#191c1ecc;flex-shrink:0;font-size:14px;line-height:20px}.docs-figma-footer{border-top:1px solid #c2c6d61a;justify-content:space-between;align-items:center;gap:16px;margin-top:12px;padding-top:33px;display:flex}.docs-figma-footer p{color:var(--text-sub);margin:0;font-size:12px;line-height:16px}.docs-figma-footer-links{align-items:center;gap:24px;display:inline-flex}.docs-figma-footer-links a{color:var(--text-sub);font-size:12px;line-height:16px;text-decoration:none}.docs-figma-footer-links a:hover{color:var(--primary)}.docs-detail-overlay{z-index:1000;background:#0f172a5c;justify-content:flex-end;align-items:stretch;padding:0;display:flex;position:fixed;inset:0}.docs-bottom-sheet-enter-active,.docs-bottom-sheet-leave-active{transition:opacity .3s}.docs-bottom-sheet-enter-active .docs-detail-drawer,.docs-bottom-sheet-leave-active .docs-detail-drawer{transition:transform .34s cubic-bezier(.22,1,.36,1)}.docs-bottom-sheet-enter-from,.docs-bottom-sheet-leave-to{opacity:0}.docs-bottom-sheet-enter-from .docs-detail-drawer,.docs-bottom-sheet-leave-to .docs-detail-drawer{transform:translate(100%)}.docs-detail-drawer{background:#fff;border:1px solid #c2c6d64d;border-right:none;grid-template-rows:auto 1fr;gap:0;width:min(960px,100vw);height:100vh;max-height:100vh;display:grid;overflow:hidden;box-shadow:-12px 0 30px #191c1e1f}.docs-detail-head{z-index:1;background:#fff;border-bottom:1px solid #c2c6d659;justify-content:space-between;align-items:flex-start;gap:10px;padding:22px 22px 10px;display:flex;position:sticky;top:0}.docs-detail-head-main{gap:6px;min-width:0;display:grid}.docs-detail-head h2{color:var(--text-strong);margin:0;font-size:24px;line-height:32px}.docs-detail-close{color:#475569;cursor:pointer;background:#eef2f7;border:0;border-radius:999px;place-items:center;width:28px;height:28px;font-size:20px;line-height:1;transition:background-color .16s,color .16s;display:grid}.docs-detail-close:before{content:"×";color:#64748b;justify-content:center;align-items:center;font-size:18px;font-weight:500;line-height:1;display:inline-flex}.docs-detail-close:hover{border-color:rgba(var(--primary-rgb), .35);background:#f8fbff}.docs-detail-close:hover:before{color:var(--primary)}.docs-detail-close:active{background:#eef5ff}.docs-detail-close:focus-visible{box-shadow:0 0 0 3px rgba(var(--primary-rgb), .16);outline:none}.docs-detail-time{color:#64748b;margin:0;font-size:12px}.docs-detail-body{min-height:0;padding:22px;overflow:auto}.tk-detail-reply-wrap{background:#fff;padding:12px}.tk-detail-closed{border-top:1px solid #c2c6d659;margin:0;padding:14px 22px 18px}.tk-chat-overlay{z-index:1002;background:#080f2285;justify-content:center;align-items:flex-end;padding:16px 0 0;display:flex;position:fixed;inset:0}.tk-bottom-sheet-enter-active,.tk-bottom-sheet-leave-active{transition:opacity .28s}.tk-bottom-sheet-enter-active .tk-chat-modal,.tk-bottom-sheet-leave-active .tk-chat-modal{transition:transform .36s cubic-bezier(.22,1,.36,1)}.tk-bottom-sheet-enter-from,.tk-bottom-sheet-leave-to{opacity:0}.tk-bottom-sheet-enter-from .tk-chat-modal,.tk-bottom-sheet-leave-to .tk-chat-modal{transform:translateY(100%)}.tk-chat-modal{background:linear-gradient(#f8fbff 0%,#f3f7ff 35%,#fff 100%);border:1px solid #94a3b859;border-bottom:0;border-radius:18px 18px 0 0;grid-template-rows:auto 1fr auto;width:min(880px,100%);height:min(90vh,820px);display:grid;overflow:hidden;box-shadow:0 -20px 42px #0f172a2e}.tk-chat-head{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#ffffffe6;border-bottom:1px solid #94a3b83d;justify-content:space-between;align-items:flex-start;gap:12px;padding:16px 20px 12px;display:flex}.tk-chat-head-main{gap:6px;min-width:0;display:grid}.tk-chat-head-main h2{color:#0f172a;margin:0;font-family:Noto Sans SC,sans-serif;font-size:20px;font-weight:700;line-height:1.35}.tk-chat-meta{color:#64748b;margin:0;font-size:12px;line-height:1.4}.tk-chat-close{color:#475569;cursor:pointer;background:#eef2f7;border:0;border-radius:999px;place-items:center;width:28px;height:28px;font-size:12px;line-height:1;transition:background-color .16s,color .16s;display:grid}.tk-chat-close:hover{color:var(--primary);border-color:rgba(var(--primary-rgb), .3);background:#f0f7ff}.tk-chat-content{min-height:0;padding:14px 20px 10px;overflow:auto}.tk-chat-thread{flex-direction:column;gap:14px;display:flex}.tk-chat-msg{align-items:flex-end;gap:10px;display:flex}.tk-chat-msg.is-support{flex-direction:row-reverse}.tk-chat-avatar{border-radius:999px;flex-shrink:0;place-items:center;width:30px;height:30px;font-family:Inter,sans-serif;font-size:12px;font-weight:700;display:grid}.tk-chat-avatar.is-user{color:#1e3a8a;background:#c9ddff}.tk-chat-avatar.is-support{background:var(--primary);color:#fff}.tk-chat-bubble{border-radius:16px;max-width:min(78%,640px)}.is-user .tk-chat-text{background:#fff;border:1px solid #bfdbfecc}.is-support .tk-chat-text{background:linear-gradient(180deg, var(--primary-strong) 0%, var(--primary) 100%)}.tk-chat-text{color:#1e293b;white-space:pre-wrap;border-radius:12px;margin:0;padding:12px;font-family:Noto Sans SC,sans-serif;font-size:14px;line-height:1.6}.tk-chat-bubble.is-support .tk-chat-text{color:#f8fbff}.tk-chat-time{color:var(--text-sub);text-align:left;font-size:11px;line-height:1.3}.tk-chat-bubble.is-support .tk-chat-time{color:var(--text-sub);text-align:right}.tk-chat-reply-wrap{background:#fff;border-top:1px solid #94a3b83d;gap:10px;padding:12px 20px 16px;display:grid}.tk-chat-input{color:#1e293b;resize:vertical;box-sizing:border-box;background:#fff;border:1px solid #94a3b86b;border-radius:12px;width:100%;min-height:78px;padding:10px 12px;font-family:Noto Sans SC,sans-serif;font-size:16px;line-height:1.6}.tk-chat-input:focus{border-color:rgba(var(--primary-rgb), .65);box-shadow:0 0 0 3px rgba(var(--primary-rgb), .12);background:#fff;outline:none}.tk-chat-upload-row{flex:1;gap:4px;min-width:220px;display:grid}.tk-chat-upload-input{color:#334155;background:#f8fafc;border:1px dashed #cbd5e1;border-radius:10px;max-width:200px;padding:8px 10px}.tk-chat-toolbar{flex-wrap:wrap;align-items:flex-end;gap:10px;display:flex}.tk-chat-text.markdown img{border-radius:8px;max-width:min(360px,100%)}.tk-chat-text.markdown a{color:inherit;text-decoration:underline}.tk-chat-actions{justify-content:flex-end;gap:10px;margin-left:auto;display:flex}.tk-chat-close-ticket,.tk-chat-send{cursor:pointer;border:0;border-radius:10px;align-items:center;gap:8px;padding:10px 14px;font-family:Noto Sans SC,sans-serif;font-size:14px;font-weight:600;line-height:1.2;display:inline-flex}.tk-chat-close-ticket{color:#334155;background:#e2e8f0}.tk-chat-close-ticket:hover{background:#cbd5e1}.tk-chat-send{background:linear-gradient(180deg, var(--primary-strong) 0%, var(--primary) 100%);color:#fff;box-shadow:0 6px 14px rgba(var(--primary-rgb), .28)}.tk-chat-send:hover{filter:brightness(1.05)}.tk-chat-close-ticket:disabled,.tk-chat-send:disabled{opacity:.65;cursor:not-allowed}.tk-chat-closed{background:#fff;border-top:1px solid #94a3b83d;margin:0;padding:12px 20px 14px}.docs-detail-markdown{background:#fff}.docs-detail-markdown p,.docs-detail-markdown ul,.docs-detail-markdown ol,.docs-detail-markdown pre,.docs-detail-markdown blockquote{margin:0 0 10px}.docs-detail-markdown :last-child{margin-bottom:0}.docs-kb-page{width:min(var(--theme-content-width), calc(100% - 64px));margin:0 auto;padding:20px 0 28px}.docs-kb-flat-wrap{gap:16px;display:grid}.docs-kb-accordion-wrap{width:min(var(--theme-content-width), 100%);margin:0 auto}.docs-kb-accordion-tree{padding:16px}.docs-kb-flat-head{background:#fff;border:1px solid #c2c6d64d;border-radius:12px;padding:16px 18px}.docs-kb-flat-head h2{color:var(--text-strong);margin:0;font-size:20px;line-height:28px}.docs-kb-flat-head p{color:var(--text-sub);margin:4px 0 0;font-size:13px;line-height:18px}.docs-kb-flat-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.docs-kb-flat-item{text-align:left;cursor:pointer;background:#fff;border:1px solid #c2c6d661;border-radius:12px;gap:6px;padding:14px;transition:border-color .2s,box-shadow .2s,transform .2s;display:grid}.docs-kb-flat-item:hover{border-color:rgba(var(--primary-rgb), .3);box-shadow:0 6px 16px rgba(var(--primary-rgb), .12);transform:translateY(-1px)}.docs-kb-flat-item strong{color:var(--text-strong);font-size:15px;font-weight:700;line-height:21px}.docs-kb-flat-item small{color:var(--primary);font-size:12px;line-height:16px}.docs-kb-flat-item span{color:#6b7280;font-size:12px;line-height:16px}.docs-kb-tree{grid-auto-rows:min-content;align-content:start;gap:15px;min-width:0;min-height:0;padding:2px;display:grid;overflow:auto}.docs-kb-group{background:#fff;border:1px solid #e9edf4;border-radius:10px;grid-auto-rows:min-content;align-content:start;gap:8px;min-width:0;padding:4px;display:grid}.docs-kb-group-title{color:#394150;box-sizing:border-box;text-align:left;background:#fff;border-radius:8px;align-items:center;width:100%;min-height:40px;padding:9px 10px;font-size:16px;font-weight:600;line-height:20px;display:flex}.docs-kb-group-list{border-top:1px dashed #e7edf6;gap:4px;min-width:0;padding:2px 6px 6px 14px;display:grid}.docs-kb-doc-item{color:#505767;text-align:left;white-space:nowrap;text-overflow:ellipsis;cursor:pointer;background:0 0;border:0;border-radius:6px;width:100%;min-width:0;max-width:100%;min-height:34px;padding:8px 10px;font-size:16px;line-height:22px;display:block;overflow:hidden}.docs-kb-doc-item:hover{color:var(--primary);background:#f4f8ff}.docs-kb-doc-item.is-active{color:var(--primary);background:#fff;font-weight:600}.docs-kb-main{grid-template-rows:auto 1fr;align-content:start;min-height:0;display:grid}.docs-kb-main-head{background:#fff;border-bottom:1px solid #edf0f5;border-radius:10px 10px 0 0;gap:6px;width:min(820px,100%);margin:0 auto;padding:22px 48px 14px;display:grid;box-shadow:0 2px 6px #0000001a}.docs-kb-main-head h1{color:#2b2f38;margin:0;font-size:30px;font-weight:700;line-height:1.25}.docs-kb-main-head p{color:#7b8595;margin:0;font-size:13px;line-height:18px}.docs-kb-main-body{background:#fff;border-radius:0 0 10px 10px;width:min(820px,100%);min-height:0;margin:0 auto;padding:28px 48px;overflow:auto;box-shadow:0 2px 6px #0000001a}.docs-detail-markdown{color:#3f4755;font-size:16px;line-height:1.8}.docs-detail-markdown h1,.docs-detail-markdown h2,.docs-detail-markdown h3,.docs-detail-markdown h4{color:#2a2f3a;margin:22px 0 10px}.docs-detail-markdown p,.docs-detail-markdown li{color:#455063}@media (width<=900px){.page-console-shell,.plans-azure-page,.orders-record-page,.servers-nodes-page,.docs-figma-page,.docs-kb-page,.co-page,.op-page,.pf-page,.tf-page,.iv-page,.tk-page,.td-page{width:100%}.docs-kb-page{padding:12px}.docs-kb-flat-grid{grid-template-columns:1fr;gap:10px}.dashboard-other-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.docs-kb-layout{grid-template-columns:1fr;gap:14px;min-height:0}.docs-kb-sidebar{border:1px solid #e2e8f0;border-radius:12px;height:auto;max-height:40vh;padding:12px;position:static;box-shadow:0 3px 10px #0000000a}.docs-kb-main-head{border-radius:12px 12px 0 0;width:100%;padding:16px 16px 12px}.docs-kb-main-head h1{font-size:22px}.docs-kb-main-body{border-radius:0 0 12px 12px;width:100%;padding:16px}}.server-figma-card{border:1px solid var(--line);background:#fff;border-radius:12px;justify-content:space-between;align-items:center;gap:10px;padding:12px;display:flex}.server-figma-left{align-items:center;gap:10px;display:flex}.server-figma-left h3{margin:0;font-size:15px}.server-figma-icon{background:linear-gradient(145deg,#b6ccff 0%,#e8eef8 100%);border-radius:10px;width:34px;height:34px}.server-dot.on{color:#117139;background:#eaf9ef}.server-dot.off{color:#64748b;background:#f6f7f9}.tk-page{width:min(var(--theme-content-width), calc(100% - 64px));flex-direction:column;gap:24px;margin:0 auto;padding:48px 0;display:flex}.tk-header{justify-content:flex-end;align-items:flex-end;gap:16px;display:flex}.tk-header-left{flex-direction:column;gap:8px;display:flex}.tk-title{letter-spacing:-.75px;color:#191c1e;margin:0;font-family:Noto Sans SC,sans-serif;font-size:30px;font-weight:700;line-height:1.2}.tk-subtitle{color:#64748b;margin:0;font-family:Noto Sans SC,sans-serif;font-size:14px;font-weight:400;line-height:1.43}.tk-create-btn{background:linear-gradient(175deg, rgba(var(--primary-rgb), 1) 0%, rgba(var(--primary-accent-rgb), 1) 100%);box-shadow:0 4px 6px -4px rgba(var(--primary-rgb), .2), 0 10px 15px -3px rgba(var(--primary-rgb), .2);color:#fff;cursor:pointer;white-space:nowrap;border:0;border-radius:12px;flex-shrink:0;align-items:center;gap:8px;padding:12px 24px;font-family:Noto Sans SC,sans-serif;font-size:16px;font-weight:500;line-height:1.5;display:inline-flex;position:relative}.tk-create-btn:disabled{opacity:.6;cursor:not-allowed}.tk-tabs{align-items:center;gap:12px;padding-bottom:8px;display:flex;overflow-x:auto}.tk-tab{color:#191c1eb3;white-space:nowrap;cursor:pointer;background:#f2f4f6;border:0;border-radius:999px;padding:8px 20px;font-size:14px;line-height:20px}.tk-tab.active{background:var(--primary);color:#fff;box-shadow:0 1px 2px rgba(var(--primary-rgb), .2)}.tk-list{flex-direction:column;gap:16px;display:flex}.tk-list-skeleton{margin-top:2px}.tk-card-skeleton{cursor:default}.tk-card-skeleton:hover{box-shadow:0 1px 2px #0000000d}.tk-card-info-skeleton{gap:8px;min-width:280px;display:grid}.tk-sk-line,.tk-sk-badge,.tk-sk-arrow{background:#e8eef7;border-radius:8px;position:relative;overflow:hidden}.tk-sk-line:before,.tk-sk-badge:before,.tk-sk-arrow:before{content:"";background:linear-gradient(90deg,#0000,#ffffffc7,#0000);animation:1.2s ease-in-out infinite tk-skeleton-shimmer;position:absolute;inset:0;transform:translate(-100%)}.tk-sk-title{width:220px;height:16px}.tk-sk-meta{width:340px;max-width:100%;height:12px}.tk-card-bottom-skeleton{gap:14px}.tk-sk-badge{border-radius:999px;width:56px;height:18px}.tk-sk-arrow{border-radius:999px;width:26px;height:26px}@keyframes tk-skeleton-shimmer{to{transform:translate(100%)}}.tk-card{cursor:pointer;background:#fff;border:1px solid #f1f5f980;border-radius:12px;justify-content:space-between;align-items:center;padding:20px;transition:box-shadow .15s;display:flex;box-shadow:0 1px 2px #0000000d}.tk-card:hover{box-shadow:0 2px 8px #00000014}.tk-card.is-closed{opacity:.8}.tk-card-top{align-items:center;gap:20px;display:flex}.tk-card-icon{border-radius:12px;flex-shrink:0;width:48px;height:48px}.tk-card-info{flex-direction:column;gap:4px;display:flex}.tk-card-title{color:#0f172a;margin:0;font-family:Noto Sans SC,sans-serif;font-size:16px;font-weight:700;line-height:1.5}.tk-card-meta{color:#94a3b8;align-items:center;gap:12px;margin:0;font-family:Inter,sans-serif;font-size:13px;font-weight:400;line-height:1.33;display:flex}.tk-dot{background:#cbd5e1;border-radius:9999px;width:4px;height:4px;display:inline-block}.tk-card-bottom{flex-shrink:0;align-items:center;gap:32px;display:flex}.tk-card-time{flex-direction:column;align-items:flex-end;gap:2px;display:flex}.tk-card-time small{color:#94a3b8;text-align:right;font-family:Noto Sans SC,sans-serif;font-size:12px;font-weight:400;line-height:1.33}.tk-card-time strong{color:#475569;text-align:right;font-family:Noto Sans SC,sans-serif;font-size:13px;font-weight:400;line-height:1.5}.tk-badge{white-space:nowrap;border-radius:8px;padding:4px 12px;font-family:Noto Sans SC,sans-serif;font-size:12px;font-weight:500;line-height:1.5;display:inline-block}.tk-badge--processing{color:#1d4ed8;background:#eff6ff;border:1px solid #dbeafe80}.tk-badge--replied{color:#15803d;background:#f0fdf4;border:1px solid #dcfce780}.tk-badge--closed{color:#64748b;background:#f1f5f9;border:1px solid #e2e8f080}.tk-arrow-btn{cursor:pointer;background:0 0;border:0;border-radius:9999px;justify-content:center;align-items:center;width:32px;height:32px;padding:0;display:flex}.tk-arrow-btn:hover{background:#f1f5f9}.tk-pagination{justify-content:space-between;align-items:center;gap:16px;display:flex}.tk-pagination-text{color:#94a3b8;font-family:Noto Sans SC,sans-serif;font-size:14px;font-weight:400;line-height:1.43}.tk-pagination-btns{align-items:center;gap:8px;display:flex}.tk-page-btn{cursor:pointer;background:0 0;border:0;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;padding:0;display:flex}.tk-page-btn:disabled{opacity:.4;cursor:not-allowed}.tk-page-btn img{display:block}.tk-page-num{color:#475569;cursor:pointer;background:0 0;border:1px solid #e2e8f0;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;font-family:Noto Sans SC,sans-serif;font-size:16px;font-weight:500;line-height:1.5;display:flex}.tk-page-num.active{background:var(--primary);border-color:var(--primary);color:#fff;box-shadow:0 1px 2px 0 rgba(var(--primary-rgb), .2)}.tk-overlay{z-index:1000;background:#0f172a5c;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.tk-drawer{background:#fff;border-radius:16px;flex-direction:column;width:min(520px,100%);max-height:85vh;display:flex;overflow:hidden;box-shadow:0 24px 48px #00000029}.tk-drawer--detail{width:min(640px,100%)}.tk-drawer-head{border-bottom:1px solid #e2e8f080;flex-shrink:0;justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.tk-drawer-head h2{color:#0f172a;margin:0;font-family:Noto Sans SC,sans-serif;font-size:18px;font-weight:700;line-height:1.5}.tk-drawer-close{color:#94a3b8;cursor:pointer;background:0 0;border:0;padding:4px;font-size:18px;line-height:1}.tk-drawer-close:hover{color:#475569}.tk-create-form{flex-direction:column;gap:16px;padding:24px;display:flex;overflow-y:auto}.tk-form-label{color:#475569;flex-direction:column;gap:6px;font-family:Noto Sans SC,sans-serif;font-size:16px;font-weight:500;line-height:1.5;display:flex}.tk-input{color:#0f172a;box-sizing:border-box;background:#fff;border:1px solid #e2e8f0;border-radius:10px;width:100%;padding:10px 14px;font-family:Noto Sans SC,sans-serif;font-size:16px;line-height:1.43}.tk-input:focus{border-color:var(--primary);box-shadow:0 0 0 3px rgba(var(--primary-rgb), .1);outline:none}.tk-textarea{resize:vertical;min-height:60px}.tk-submit-btn{align-self:flex-end}.tk-upload-input{color:#334155;background:#f8fafc;border:1px dashed #cbd5e1;border-radius:10px;width:100%;padding:10px 12px}.tk-upload-list{gap:6px;margin:0;padding-left:18px;display:grid}.tk-upload-item a{color:var(--primary);word-break:break-all;text-decoration:underline}.tk-chat-list{flex-direction:column;flex:1;gap:10px;max-height:400px;padding:20px 24px;display:flex;overflow-y:auto}.tk-chat-bubble{max-width:85%}.tk-chat-bubble.me{background:#eff6ff;margin-left:auto}.tk-chat-bubble p{color:#0f172a;margin:0;font-family:Noto Sans SC,sans-serif;font-size:14px;line-height:1.5}.tk-chat-bubble small{color:#94a3b8;margin-top:6px;font-size:12px;display:block}.tk-chat-reply{border-top:1px solid #e2e8f080;flex-direction:column;flex-shrink:0;gap:12px;padding:16px 24px 24px;display:flex}.tk-reply-actions{justify-content:flex-end;gap:12px;display:flex}.tk-close-ticket-btn{color:#64748b;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:10px 20px;font-family:Noto Sans SC,sans-serif;font-size:14px;font-weight:500;line-height:1.5}.tk-close-ticket-btn:hover{background:#f1f5f9}.tk-close-ticket-btn:disabled{opacity:.6;cursor:not-allowed}.td-page{width:min(var(--theme-content-width), calc(100% - 64px));flex-direction:column;gap:32px;margin:0 auto;padding:0 0 48px;display:flex}.td-header{background:#f7f9fb;justify-content:space-between;align-items:center;padding:16px 0;display:flex}.td-header-left{align-items:center;gap:16px;display:flex}.td-back{cursor:pointer;background:0 0;border:0;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;padding:0;display:inline-flex}.td-back:hover{background:#191c1e0f}.td-title{margin:0;font-family:Plus Jakarta Sans,Noto Sans SC,sans-serif;font-size:20px;font-weight:700;line-height:1.4}@media (width<=768px){.td-title .tk-page{gap:16px;padding:20px 12px}.td-title .tk-header{justify-content:flex-end;align-items:center}.td-title .tk-create-btn{justify-content:center;width:auto;min-height:44px;padding:10px 16px;font-size:15px}.td-title .tk-tabs{-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:8px;padding-bottom:2px;overflow-x:auto}.td-title .tk-tabs::-webkit-scrollbar{display:none}.td-title .tk-tab{white-space:nowrap;flex:none;padding:8px 14px;font-size:13px;line-height:1.4}.td-title .tk-card{align-items:flex-start;gap:12px;padding:14px 56px 14px 14px;position:relative}.td-title .tk-card-title{font-size:14px;line-height:1.4}.td-title .tk-card-meta{flex-wrap:wrap;gap:6px 8px}.td-title .tk-card-bottom{justify-content:flex-start;width:auto}.td-title .tk-badge{padding:4px 10px}.td-title .tk-arrow-btn{width:36px;height:36px;position:absolute;top:50%;right:10px;transform:translateY(-50%)}.td-title .tk-pagination{align-items:stretch}.td-title .tk-pagination-text{display:none}.td-title .tk-pagination-btns{scrollbar-width:none;justify-content:space-between;padding-bottom:2px;overflow-x:auto}.td-title .tk-pagination-btns::-webkit-scrollbar{display:none}.td-title .tk-page-num,.td-title .tk-page-btn{flex:none;min-width:36px}.td-title .tk-overlay{align-items:flex-end;padding:0}.td-title .tk-drawer{border-radius:16px 16px 0 0;width:100%;max-height:92vh}.td-title .tk-drawer-head{padding:16px}.td-title .tk-create-form{gap:12px;padding:16px}.td-title .tk-submit-btn{justify-content:center;align-self:stretch;width:100%}.td-title .tk-chat-overlay{align-items:flex-end;padding:0}.td-title .tk-chat-modal{border-radius:16px 16px 0 0;width:100%;height:90vh}.td-title .tk-chat-head{padding:14px 14px 10px}.td-title .tk-chat-head-main h2{font-size:18px}.td-title .tk-chat-content{padding:12px 14px 8px}.td-title .tk-chat-bubble{max-width:88%}.td-title .tk-chat-reply-wrap{padding:10px 14px 14px}.td-title .tk-chat-toolbar{flex-direction:column;align-items:stretch}.td-title .tk-chat-upload-row{min-width:0}.td-title .tk-chat-actions{justify-content:space-between;margin-left:0}.td-title .tk-chat-close-ticket,.td-title .tk-chat-send{flex:1;justify-content:center}.td-title .tk-detail-reply-wrap{padding:12px 16px 16px}.td-title .tk-detail-closed{padding:12px 16px 14px}}.td-title{color:var(--text-strong)}.td-header-actions{flex-shrink:0}.td-thread{flex-direction:column;gap:32px;display:flex;position:relative}.td-line{pointer-events:none;background:#e0e3e5;width:2px;position:absolute;top:32px;bottom:32px;left:36px}.td-msg{flex-wrap:nowrap;align-items:stretch;gap:24px;display:flex}.td-msg.is-support{flex-direction:row-reverse}.td-avatar-wrap{z-index:1;flex-shrink:0}.td-avatar{border-radius:16px;place-items:center;width:48px;height:48px;font-family:Inter,sans-serif;font-size:14px;font-weight:700;display:grid;box-shadow:0 0 0 4px #f7f9fb}.td-avatar.is-user{color:var(--primary);background:#b6ccff}.td-avatar.is-support{background:var(--primary-accent);color:#fff}.td-bubble{border-radius:16px;flex-direction:column;gap:12px;max-width:calc(100% - 72px);padding:24px;display:flex;box-shadow:0 1px 2px #0000000d}.td-bubble.is-user{background:#f4f4f4}.td-bubble.is-support{background:var(--primary-accent)}.td-text{white-space:pre-wrap;color:var(--text-sub);margin:0;font-family:Noto Sans SC,sans-serif;font-size:16px;font-weight:400;line-height:1.625}.td-bubble.is-support .td-text{color:#fefcff}.td-time{color:#191c1e80;font-family:Inter,sans-serif;font-size:12px}.td-bubble.is-support .td-time{color:#fefcffcc}.td-attachment{background:#f2f4f6;border:1px solid #c2c6d61a;border-radius:12px;align-items:center;gap:12px;width:fit-content;padding:12px;display:inline-flex}.td-attachment-info{flex-direction:column;gap:2px;display:flex}.td-attachment-info strong{color:var(--text-strong);font-family:Inter,sans-serif;font-size:12px;font-weight:700;line-height:1.333}.td-attachment-info span{color:#191c1e66;font-family:Inter,sans-serif;font-size:10px;line-height:1.625}.td-reply-box{background:#f2f4f6;border:1px solid #c2c6d61a;border-radius:24px;padding:2px;box-shadow:0 1px 2px #0000000d}.td-reply-inner{gap:10px;display:grid}.td-reply-input{box-sizing:border-box;resize:vertical;width:100%;min-height:130px;color:var(--text-sub);background:#fff;border:0;border-radius:16px;padding:18px;font-family:Noto Sans SC,sans-serif;font-size:16px;line-height:1.625}.td-reply-input::placeholder{color:#6b7280}.td-reply-input:focus{outline:2px solid rgba(var(--primary-rgb), .16)}.td-upload-row{flex:1;gap:4px;min-width:220px;display:grid}.td-upload-input{color:#334155;background:#fff;border:1px dashed #cbd5e1;border-radius:10px;width:100%;padding:8px 10px}.td-upload-list{gap:6px;margin:8px 0 0;padding-left:18px;display:grid}.td-upload-item a{color:var(--primary);word-break:break-all;text-decoration:underline}.td-markdown{white-space:normal}.td-markdown img{border-radius:8px;max-width:min(420px,100%)}.td-markdown a{color:inherit;text-decoration:underline}.td-reply-toolbar{flex-wrap:wrap;align-items:flex-end;gap:12px;display:flex}.td-reply-actions{align-items:center;gap:12px;margin-left:auto;display:flex}.td-close-btn{color:var(--text-strong);cursor:pointer;background:#e0e3e5;border:0;border-radius:12px;padding:12px 24px;font-family:Noto Sans SC,sans-serif;font-size:16px;font-weight:700;line-height:1.5}.td-send-btn{background:linear-gradient(174deg, var(--primary) 0%, var(--primary-accent) 100%);color:#fff;box-shadow:0 4px 6px -4px rgba(var(--primary-rgb), .2), 0 10px 15px -3px rgba(var(--primary-rgb), .2);cursor:pointer;border:0;border-radius:12px;align-items:center;gap:8px;padding:12px 32px;font-family:Noto Sans SC,sans-serif;font-size:16px;font-weight:700;line-height:1.5;display:inline-flex}.td-send-btn:disabled,.td-close-btn:disabled{opacity:.6;cursor:not-allowed}.td-footer{justify-content:space-between;align-items:center;gap:16px;padding-top:16px;display:flex}.td-footer span,.td-footer-link{letter-spacing:.2em;text-transform:uppercase;color:#191c1e4d;font-family:Inter,sans-serif;font-size:10px;font-weight:700;line-height:1.5;text-decoration:none}.td-footer-link{cursor:pointer;background:0 0;border:0;padding:0}.td-footer-links{gap:24px;display:flex}.traffic-hero-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.tf-page{width:min(var(--theme-content-width), calc(100% - 64px));flex-direction:column;gap:40px;margin:0 auto;padding:40px 0;display:flex}.tf-stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.tf-stat{background:#fff;border:1px solid #c2c6d61a;border-radius:12px;flex-direction:column;gap:16px;padding:24px;display:flex;box-shadow:8px 8px 24px #191c1e05}.tf-stat-top{justify-content:space-between;align-items:center;display:flex}.tf-stat-label{letter-spacing:.1em;text-transform:uppercase;color:#424754b3;font-family:Inter,sans-serif;font-size:12px;font-weight:500;line-height:1.333}.tf-stat-value{align-items:baseline;gap:4px;display:flex}.tf-stat-num{letter-spacing:-.025em;color:var(--text-strong);font-family:Inter,sans-serif;font-size:24px;font-weight:700;line-height:1.2}.tf-stat-num--accent{color:var(--primary)}.tf-stat-unit{color:var(--text-sub);font-family:Inter,sans-serif;font-size:18px;font-weight:500;line-height:1.556}.tf-records{flex-direction:column;gap:24px;display:flex}.tf-records-head{justify-content:space-between;align-items:center;display:flex}.tf-records-head h2{color:var(--text-strong);margin:0;font-size:20px;font-weight:500;line-height:1.4}.tf-trend{background:#fff;border:1px solid #c2c6d61a;border-radius:12px;grid-template-columns:88px minmax(0,1fr);gap:12px;padding:20px;display:grid;box-shadow:8px 8px 24px #191c1e05}.tf-trend-yaxis{flex-direction:column;justify-content:space-between;display:flex}.tf-trend-ylabel{color:#4247549e;font-size:12px;line-height:1}.tf-trend-main{min-width:0}.tf-trend-chart{height:220px;position:relative}.tf-trend-chart svg{width:100%;height:100%;display:block}.tf-trend-grid line{stroke:#eef1f4;stroke-width:.5px}.tf-trend-area{fill:rgba(var(--primary-rgb), .12)}.tf-trend-line{fill:none;stroke:var(--primary);stroke-width:.3px}.tf-trend-point{fill:var(--primary);stroke:#fff;stroke-width:.4px}.tf-trend-xaxis{height:22px;margin-top:10px;position:relative}.tf-trend-xlabel{color:#424754ad;white-space:nowrap;font-size:12px;position:absolute;top:0;transform:translate(-50%)}.tf-toggle{color:var(--primary);cursor:pointer;background:0 0;border:0;padding:0;font-size:14px;font-weight:500;line-height:1.429}.tf-record-list{flex-direction:column;display:none}.tf-record-table-wrap{background:#fff;border-radius:12px;overflow:auto;box-shadow:8px 8px 24px #191c1e05}.tf-record-table{border-collapse:collapse;width:100%;min-width:760px}.tf-record-table th,.tf-record-table td{text-align:left;border-bottom:1px solid #eceef0;padding:14px 16px;font-size:14px;line-height:20px}.tf-record-table th{color:#191c1e80;background:#f8fafc;font-weight:600}.tf-record-table tbody tr:hover{background:#fbfdff}.tf-table-total{color:var(--primary);font-weight:700}.tf-record{box-sizing:border-box;background:#fff;border:1px solid #c2c6d61a;border-radius:12px;justify-content:space-between;align-items:center;min-height:82px;padding:20px;display:flex;box-shadow:8px 8px 24px #191c1e05}.tf-record+.tf-record{margin-top:16px}.tf-record-time{flex-direction:column;flex-shrink:0;gap:4px;width:128px;display:flex}.tf-record-label{color:#42475499;font-size:12px;font-weight:400;line-height:1.333}.tf-record-date{color:var(--text-strong);font-family:Inter,sans-serif;font-size:14px;font-weight:500;line-height:1.429}.tf-record-metrics{align-items:center;gap:0;display:flex}.tf-metric{box-sizing:border-box;flex-direction:column;align-items:flex-end;gap:4px;width:96px;padding-left:16px;display:flex}.tf-metric--narrow{width:80px}.tf-metric-label{color:#42475499;text-align:right;font-size:12px;font-weight:400;line-height:1.333}.tf-metric-value{color:var(--text-strong);text-align:right;font-family:Inter,sans-serif;font-size:14px;font-weight:500;line-height:1.429}.tf-metric-value--accent{color:var(--primary);font-weight:700}.tf-pagination{justify-content:center;align-items:center;gap:4px;padding-top:24px;display:flex}.tf-page-btn{cursor:pointer;background:0 0;border:none;padding:0;line-height:0}.tf-page-btn:disabled{opacity:.4;cursor:not-allowed}.tf-page-num{width:40px;height:40px;color:var(--text-sub);cursor:pointer;background:#f2f4f6;border:none;border-radius:12px;place-items:center;font-family:Inter,sans-serif;font-size:16px;font-weight:400;line-height:1.5;transition:background .15s,color .15s;display:grid}.tf-page-num--active{background:var(--primary);color:#fff;font-weight:500}.tf-page-ellipsis{color:#94a3b8;padding:0 4px;line-height:40px}@media (width<=768px){.tf-page{gap:24px;padding:16px}.tf-stats{grid-template-columns:1fr;gap:12px}.tf-stat{gap:12px;padding:16px}.tf-stat-num{font-size:22px}.tf-stat-unit{font-size:16px}.tf-records{gap:16px}.tf-trend{grid-template-columns:1fr;gap:10px;padding:14px}.tf-trend-yaxis{display:none}.tf-trend-chart{height:180px}.tf-trend-xaxis{margin-top:8px}.tf-trend-xlabel{font-size:11px}.tf-record-table-wrap{display:none}.tf-record-list{display:flex}.tf-records-head h2{font-size:18px}.tf-record{flex-direction:column;align-items:stretch;gap:12px;min-height:0;padding:14px}.tf-record-time{flex-direction:row;justify-content:space-between;align-items:baseline;gap:8px;width:100%}.tf-record-label{font-size:11px}.tf-record-date{text-align:right;font-size:13px}.tf-record-metrics{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;width:100%;display:grid}.tf-metric,.tf-metric--narrow{background:#f7f9fc;border-radius:10px;align-items:flex-start;gap:2px;width:auto;padding:10px 12px}.tf-metric-label,.tf-metric-value{text-align:left}.tf-pagination{flex-wrap:wrap;padding-top:8px}}.profile-page{gap:12px;display:grid}.profile-summary{border:1px solid var(--line);background:#fff;border-radius:14px;align-items:center;gap:14px;padding:16px;display:flex}.profile-avatar{background:linear-gradient(145deg, var(--primary) 0%, var(--primary-accent) 100%);color:#fff;border-radius:999px;place-items:center;width:56px;height:56px;font-size:22px;font-weight:700;display:grid}.profile-main h2{margin:0}.profile-tags{flex-wrap:wrap;gap:8px;margin-top:8px;display:flex}.profile-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.notice-setting-list{gap:10px;display:grid}.notice-setting-item{border:1px solid var(--line);border-radius:12px;justify-content:space-between;align-items:center;gap:10px;padding:10px 12px;display:flex}.notice-setting-item strong{margin-bottom:2px;display:block}.notice-setting-item input{width:18px;height:18px}.profile-info-tip{color:var(--text-sub);background:#f8fafc;border-radius:10px;margin-top:10px;padding:10px;font-size:13px}.pf-page{width:min(var(--theme-content-width), calc(100% - 64px));gap:24px;margin:0 auto;padding:32px 0;display:grid}.pf-overview-grid{grid-template-columns:minmax(0,1.55fr) minmax(0,1fr);align-items:start;gap:24px;display:grid}.pf-overview-grid--single{grid-template-columns:1fr}.pf-hero{background:#fff;border-radius:16px;align-items:center;gap:32px;padding:32px;display:flex;position:relative;overflow:hidden;box-shadow:8px 0 24px #191c1e08}.pf-hero-blur{background:rgba(var(--primary-rgb), .06);filter:blur(60px);pointer-events:none;border-radius:9999px;width:260px;height:260px;position:absolute;top:-60px;left:-40px}.pf-avatar-wrap{flex-shrink:0;position:relative}.pf-avatar{background:linear-gradient(145deg, var(--primary), var(--primary-accent));color:#fff;border:4px solid #fff;border-radius:9999px;place-items:center;width:88px;height:88px;font-size:48px;font-weight:800;display:grid;box-shadow:0 8px 10px -6px #0000001a,0 20px 25px -5px #0000001a}.pf-verified{color:var(--primary);font-size:34px;position:absolute;bottom:0;right:0}.pf-hero-info{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.pf-user-card{gap:20px;position:relative;overflow:hidden}.pf-user-main{align-items:center;gap:24px;min-width:0;display:flex}.pf-balance-actions{gap:12px;display:grid}.pf-hero-stats{gap:12px;width:min(280px,100%);margin-left:auto;display:grid}.pf-hero-email{letter-spacing:-.025em;color:var(--text-strong);overflow-wrap:anywhere;margin:0;font-family:Plus Jakarta Sans,sans-serif;font-size:18px;font-weight:800;line-height:1.2}.pf-hero-date{color:#191c1e80;align-items:center;gap:6px;font-family:Plus Jakarta Sans,sans-serif;font-size:14px;font-weight:500;display:flex}.pf-hero-tags{flex-wrap:wrap;gap:8px;margin-top:4px;display:flex}.pf-tag{white-space:nowrap;border-radius:9999px;padding:4px 12px;font-size:12px;line-height:1.35;display:inline-block}.pf-tag--primary{background:rgba(var(--primary-rgb), .1);color:var(--primary);text-transform:uppercase;letter-spacing:.05em;font-weight:700}.pf-tag--neutral{color:#191c1e99;background:#f2f4f6;font-weight:500}.pf-grid{grid-template-columns:minmax(0,1.55fr) minmax(0,1fr);gap:24px;display:grid}.pf-user-card{grid-area:1/1}.pf-notice-card{grid-area:2/1;margin-top:22px}.pf-security-card{grid-area:1/2;align-self:start}.pf-card{background:#fff;border-radius:16px;flex-direction:column;gap:32px;padding:32px;display:flex;box-shadow:8px 0 24px #191c1e08}.pf-card-head{align-items:center;gap:6px;display:flex}.pf-card-head .yb-icon{font-size:24px}.pf-card-head h2{color:var(--text-strong);margin:0;font-family:Plus Jakarta Sans,sans-serif;font-size:20px;font-weight:700;line-height:1.4}.pf-form{flex-direction:column;gap:16px;display:flex}.pf-field{flex-direction:column;gap:6px;display:flex}.pf-label{color:#191c1eb3;font-size:14px;font-weight:500;line-height:1.4}.pf-input{width:100%;color:var(--text-strong);box-sizing:border-box;background:#f2f4f6;border:none;border-radius:16px;outline:none;padding:17px 20px;font-size:16px;font-weight:400;line-height:1.35;transition:box-shadow .15s}.pf-input::placeholder{color:#6b7280}.pf-input:focus{box-shadow:0 0 0 2px rgba(var(--primary-rgb), .2)}.pf-btn{cursor:pointer;border:none;border-radius:16px;justify-content:center;align-items:center;padding:16px;font-size:16px;font-weight:700;line-height:1;transition:opacity .15s;display:inline-flex}.pf-btn:disabled{opacity:.6;cursor:not-allowed}.pf-btn--primary{background:linear-gradient(179deg, var(--primary), var(--primary-accent));color:#fff;box-shadow:0 4px 6px -4px rgba(var(--primary-rgb), .2), 0 10px 15px -3px rgba(var(--primary-rgb), .2)}.pf-btn--danger{color:#fff;background:#be0030;box-shadow:0 4px 6px -4px #be003033,0 10px 15px -3px #be003033}.pf-btn--danger-outline{color:#be0030;background:0 0;border:1px solid #be0030}.pf-notif-body{flex-direction:column;gap:12px;display:flex}.pf-telegram{background:#f2f4f6;border-radius:16px;padding:16px}.pf-telegram-row{justify-content:space-between;align-items:center;gap:12px;display:flex}.pf-telegram-info strong{color:var(--text-strong);font-size:14px;font-weight:700;line-height:1.4;display:block}.pf-telegram-info p{color:#191c1e66;margin:2px 0 0;font-size:12px;font-weight:400;line-height:1.4}.pf-telegram-btn{color:#191c1e80;cursor:pointer;white-space:nowrap;background:#e0e3e5;border:none;border-radius:12px;padding:8px 16px;font-size:13px;font-weight:600}.pf-telegram-btn:disabled{opacity:.6;cursor:not-allowed}.pf-toggle-item{cursor:pointer;background:#f2f4f666;border-radius:16px;justify-content:space-between;align-items:center;gap:12px;padding:20px;transition:background .15s;display:flex}.pf-toggle-item:hover{background:#f2f4f6b3}.pf-toggle-item.is-disabled{opacity:.68;cursor:not-allowed}.pf-toggle-item.is-disabled:hover{background:#f2f4f666}.pf-toggle-text strong{color:var(--text-strong);font-size:14px;font-weight:700;line-height:1.4;display:block}.pf-toggle-text p{color:#191c1e66;margin:2px 0 0;font-size:12px;font-weight:400;line-height:1.4}.pf-toggle-switch{flex-shrink:0;width:44px;height:24px;font-size:42px}.tk-arrow-btn .yb-icon{font-size:28px}.tf-page-btn .yb-icon{font-size:32px}.op-method-left .yb-icon{font-size:22px}.op-pay-btn .yb-icon{color:#fff;font-size:16px}.op-secure .yb-icon{color:currentColor;font-size:12px}.co-buy .yb-icon,.td-send-btn .yb-icon,.tk-chat-send .yb-icon,.tk-create-btn .yb-icon{color:#fff}.pf-info-tip{background:rgba(var(--primary-rgb), .05);border:1px solid rgba(var(--primary-rgb), .1);border-radius:16px;align-items:flex-start;gap:12px;padding:24px;display:flex}.pf-info-tip svg{flex-shrink:0;margin-top:2px}.pf-info-tip p{color:#191c1e99;margin:0;font-size:12px;font-weight:400;line-height:1.625}@media (width<=1200px){.docs-figma-page{padding:32px 0}.docs-figma-head h1{font-size:36px}.docs-figma-group h3{font-size:26px}.plans-azure-page{padding:24px 0}.plans-azure-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.plans-azure-help{padding:28px}.plans-azure-help h3{font-size:24px}.co-page{padding:24px 0}.co-grid{grid-template-columns:1fr}.co-right-column{order:2}.co-left{order:1}.co-right{position:static}.op-page{padding:24px 0}.op-grid{grid-template-columns:1fr}.op-sticky{position:static}.console-grid{grid-template-columns:1fr}.console-overview-grid,.download-grid,.import-grid,.compact-stats,.stats-grid,.billing-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.plan-figma-grid{grid-template-columns:1fr}.iv-page{gap:24px;padding:24px 0}.iv-overview,.traffic-hero-grid,.profile-grid{grid-template-columns:1fr}}@media (width<=900px){.app-header{padding:16px 16px 0}.pf-page{gap:18px;width:100%;padding:18px 16px 24px}.plans-azure-buy-btn{height:46px}.plans-azure-title{font-size:18px}.plans-azure-price strong{font-size:26px;line-height:28px}.plans-azure-price{margin:16px 0}.pf-hero{flex-direction:column;align-items:flex-start;gap:20px;padding:20px}.pf-overview-grid{grid-template-columns:1fr;gap:16px}.pf-user-main{flex-direction:row;align-items:center;gap:12px}.pf-hero-stats{grid-template-columns:repeat(2,minmax(0,1fr));width:100%;margin-left:0}.pf-avatar{width:60px;height:60px;font-size:32px}.pf-hero-email{font-size:16px}.pf-grid{grid-template-columns:1fr}.pf-user-card,.pf-notice-card,.pf-security-card{grid-area:auto}.pf-card{gap:24px;padding:20px}.pf-telegram-row{flex-direction:column;align-items:flex-start}.pf-telegram-btn{text-align:center;width:100%}.tf-page{gap:24px;width:100%;padding:18px 16px 24px}.tf-stats{grid-template-columns:1fr;gap:12px}.tf-stat-num{font-size:22px}.tf-record{flex-direction:column;align-items:flex-start;gap:16px;min-height:auto}.tf-record-metrics{flex-wrap:wrap;gap:12px}.tf-metric{align-items:flex-start;width:auto;min-width:70px;padding-left:0}.iv-page{gap:18px;padding:18px 16px 24px}.iv-overview{grid-template-columns:1fr}.iv-balance{padding:20px}.iv-balance-value{font-size:22px;line-height:1.2}.iv-stats{grid-template-columns:1fr}.iv-stat{padding:16px}.iv-code-row{flex-direction:row;align-items:center;padding:16px}.iv-code-left{flex:1;gap:12px;width:auto;min-width:0}.iv-code-text{overflow-wrap:normal}.iv-balance-actions{justify-content:flex-start;width:100%}.iv-note{padding:16px}.orders-record-page{gap:18px;padding:18px 16px 24px}.orders-record-head{flex-direction:column;align-items:flex-start}.orders-record-head h1{font-size:26px;line-height:1.2}.orders-record-search{width:100%}.orders-record-grid{grid-template-columns:1fr;gap:14px;display:grid}.orders-record-table-wrap{display:none}.orders-record-card{gap:18px;padding:18px}.orders-record-title h3{font-size:24px}.orders-record-foot p{font-size:20px}.servers-nodes-page{gap:18px;padding:20px 16px}.servers-nodes-grid{grid-template-columns:1fr;gap:14px}.servers-nodes-map{gap:10px;padding:12px}.servers-nodes-map-stage{height:180px}.servers-nodes-card{padding:16px}.docs-figma-page{gap:24px;padding:20px 16px}.docs-figma-head h1{font-size:30px;line-height:1.2}.docs-figma-head p{font-size:14px;line-height:22px}.docs-figma-group h3{font-size:22px}.docs-figma-row{flex-direction:column;align-items:flex-start;padding:16px}.docs-figma-title{white-space:normal}.docs-figma-row time{font-size:12px}.docs-figma-footer{flex-direction:column;align-items:flex-start;gap:10px}.docs-figma-footer-links{flex-wrap:wrap;gap:16px}.plans-azure-page{gap:24px;padding:18px}.plans-azure-hero h2{font-size:24px;line-height:1.2}.plans-azure-hero p{padding-bottom:16px;font-size:14px;line-height:22px}.plans-azure-grid{grid-template-columns:1fr;gap:16px}.plans-azure-card.featured{transform:none}.plans-azure-help{border-radius:20px;flex-direction:column;align-items:flex-start;padding:20px}.plans-azure-help-left{gap:14px}.plans-azure-help h3{font-size:20px}.plans-azure-help p{font-size:13px}.plans-azure-help-btn{width:100%}.co-page{padding:18px 16px 24px}.co-bg{width:420px;height:420px;top:-120px;right:-120px}.co-hero,.co-period-panel,.co-coupon,.co-right{padding:20px}.co-coupon-row{flex-direction:row;align-items:center}.co-coupon-btn{flex-shrink:0;width:80px;height:44px}.co-coupon-input{min-width:0}.co-price strong{font-size:30px}.co-period{padding:12px}.co-period.active{padding:11px}.co-period-left{font-size:14px}.co-summary .co-pay strong{font-size:22px}.co-buy{height:48px}.op-page{padding:18px 16px 24px}.op-card,.op-sticky{gap:16px;padding:20px}.op-methods{grid-template-columns:1fr;gap:8px}.op-method{min-height:64px;padding:12px}.op-product{flex-direction:column;align-items:flex-start;gap:10px}.op-product-price{text-align:left;justify-items:start}.op-total strong{font-size:24px}.op-actions{grid-template-columns:1fr}.op-secure{justify-content:flex-start}.layout{grid-template-columns:1fr}.sidebar{z-index:95;width:min(240px,72vw);height:100dvh;padding:14px 12px;transition:transform .24s;position:fixed;top:0;left:0;transform:translate(calc(-100% - 12px))}.layout.mobile-sidebar-open .sidebar{transform:translate(0)}.sidebar-inner{align-items:stretch;gap:8px}.brand-wrap{justify-content:flex-start;padding:4px 8px 18px;display:flex}.brand-logo{height:32px}.menu-list{gap:8px;width:100%}.menu-item{border-radius:12px;justify-content:flex-start;gap:10px;padding:10px 12px}.menu-item>span:last-child{display:inline}.menu-item.router-link-active{background:#eef4ff;border-left:0}.menu-icon,.menu-icon-img{width:20px;height:20px;font-size:20px}.mobile-sidebar-mask{-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px);z-index:90;opacity:0;pointer-events:none;background:#0f172a3d;border:0;padding:0;transition:opacity .22s;position:fixed;inset:0}.mobile-sidebar-mask.open{opacity:1;pointer-events:auto;display:block}.doc-layout,.ticket-layout{grid-template-columns:1fr}.app-header{z-index:80;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#f7f9fbd1;padding:8px 10px;position:fixed;top:0;left:0;right:0}.app-header-shell{flex-flow:row;justify-content:space-between;align-items:center;gap:8px}.app-header-left,.app-header-right{flex-wrap:nowrap;min-width:0}.app-header-left{align-items:center;gap:10px;display:inline-flex}.header-menu-btn{flex-shrink:0;display:inline-flex}.app-header-main{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.header-user{justify-content:flex-end;width:auto;min-width:0;margin-left:10px}.header-user-meta strong{white-space:nowrap;text-overflow:ellipsis;max-width:140px;overflow:hidden}.stats-grid,.billing-stats{grid-template-columns:1fr}.download-grid,.import-grid,.compact-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.fg-help-banner{flex-direction:column;align-items:flex-start}.tk-card{flex-direction:column;align-items:flex-start;gap:16px;padding-right:56px;position:relative}.tk-card-bottom{justify-content:flex-start;width:auto}.tk-header{flex-direction:row;justify-content:flex-end;align-items:center;gap:16px}.tk-arrow-btn{position:absolute;top:50%;right:10px;transform:translateY(-50%)}.tk-page{width:100%;padding:24px 16px}.tk-pagination{flex-direction:column;gap:12px}.td-page{gap:20px;padding:0 16px 24px}.td-header{align-items:flex-start;gap:12px}.td-title{font-size:18px}.td-header-actions{width:64px;height:auto}.td-line{display:none}.td-msg{flex-flow:row;gap:12px}.td-msg.is-support{flex-flow:row-reverse;gap:12px}.td-bubble{max-width:100%;padding:16px}.td-reply-box{padding:2px}.td-reply-inner{gap:10px}.td-reply-input{min-height:180px;padding:16px}.td-reply-toolbar{flex-direction:column;align-items:stretch}.td-upload-row{min-width:0}.td-reply-actions{justify-content:space-between;margin-left:0}.td-send-btn,.td-close-btn{flex:1;justify-content:center;padding-left:16px;padding-right:16px}.td-footer{flex-direction:column;align-items:flex-start;gap:10px}.docs-row-item{flex-direction:column;align-items:flex-start}.main{padding:56px 0 0}.layout.auth-layout .main{padding-top:0;padding-bottom:0}.auth-card-figma{padding:24px 18px}.auth-unified-card{padding:28px 18px}.auth-unified-head h2{font-size:30px}.login-figma-card{padding:28px 18px}.login-verify-row{padding:12px}.register-figma-card{padding:28px 18px}.register-figma-head h2{font-size:24px}.register-figma-code-row{grid-template-columns:1fr}.register-figma-code-btn{width:100%}.register-figma-email-suffix-trigger{width:100%;min-width:0;height:36px;padding:0 10px;font-size:13px}.register-figma-email-suffix-dropdown{width:clamp(88px,30vw,112px);min-width:0;max-width:34vw}.register-figma-email-suffix-menu{min-width:148px;max-width:calc(100vw - 64px);left:auto;right:0}.auth-card-register,.auth-card-recover,.recover-figma-card{padding:28px 18px}.recover-figma-head h2{font-size:30px}.recover-code-row{grid-template-columns:minmax(0,1fr) auto;gap:10px}.recover-code-btn{white-space:nowrap;width:auto;min-width:108px}.register-head h1{font-size:22px}.register-head .muted{font-size:14px}.register-code-row{grid-template-columns:1fr}.auth-brand{font-size:32px}.auth-footer{flex-direction:column;gap:12px}.auth-input,.register-figma-email-suffix-trigger{font-size:16px}html,body,#app{max-width:100%;overflow-x:hidden}.main{width:100%;min-width:0}.layout.auth-layout .main{padding-bottom:0}.panel,.page,.console-section,.orders-record-card,.servers-nodes-card,.plans-azure-card,.docs-figma-row,.tk-card,.td-reply-box,.pf-card,.co-right,.op-card,.op-sticky{min-width:0;max-width:100%}.mono,.iv-code-text,.orders-record-sub,.tk-title,.td-text,.pf-hero-email{overflow-wrap:anywhere;word-break:break-word}}@media (width<=480px){.app-header{padding:12px}.console-plan-card{padding:18px}.app-header-main{font-size:16px;line-height:24px}.console-plan-top-shengyu{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fff3;border:1px solid #fff6;border-radius:25px;padding:4px 12px;font-size:14px;position:absolute;top:0;right:0}.page-console-shell,.plans-azure-page,.orders-record-page,.servers-nodes-page,.docs-figma-page,.co-page,.op-page,.pf-page,.tf-page,.iv-page,.tk-page,.td-page{gap:14px;padding-left:12px;padding-right:12px}.pf-notice-card{margin-top:12px}.panel,.page,.console-section,.orders-record-card,.servers-nodes-card,.plans-azure-card,.docs-figma-row,.tk-card,.td-reply-box,.pf-card,.co-hero,.co-coupon,.co-right,.op-card,.op-sticky,.iv-balance,.iv-stat,.iv-note{border-radius:14px;padding:16px}.console-grid,.console-left,.console-right,.co-grid,.op-grid,.pf-grid,.iv-stats,.tf-stats{gap:12px}.section-version,.muted,.usage-reset-unit,.pf-info-tip p,.orders-record-sub{font-size:14px;line-height:16px}.usage-main{font-size:16px;line-height:24px}.usage-main span{font-size:14px}.orders-record-title h3,.docs-figma-head h1{font-size:24px;line-height:1.2}.docs-detail-overlay{justify-content:center;align-items:flex-end;padding:8px 0 0}.docs-detail-drawer{border-bottom:none;border-right:1px solid #c2c6d64d;border-radius:14px 14px 0 0;width:100%;height:90vh;max-height:90vh;box-shadow:0 -12px 30px #191c1e1f}.docs-bottom-sheet-enter-from .docs-detail-drawer,.docs-bottom-sheet-leave-to .docs-detail-drawer{transform:translateY(100%)}.docs-detail-head{gap:8px;padding:16px 16px 8px}.docs-detail-head-main{gap:4px}.docs-detail-head h2{font-size:18px;line-height:24px}.docs-detail-time{font-size:11px;line-height:16px}.docs-detail-close{width:32px;height:32px}.docs-detail-close:before{font-size:16px}.docs-detail-body{padding:16px}.docs-detail-markdown,.docs-detail-markdown p,.docs-detail-markdown ul,.docs-detail-markdown ol,.docs-detail-markdown blockquote{font-size:13px;line-height:20px}.docs-detail-markdown h1,.docs-detail-markdown h2,.docs-detail-markdown h3,.docs-detail-markdown h4{line-height:1.3}.docs-detail-markdown pre,.docs-detail-markdown code{font-size:12px;line-height:18px}}@media (width<=390px){.app-header-main{font-size:16px;line-height:22px}.console-plan-actions{gap:8px}.console-white-btn,.console-fade-btn{padding:8px 14px;font-size:13px;line-height:24px}.docs-detail-head{padding:16px 16px 8px}.docs-detail-head h2{font-size:17px;line-height:22px}.docs-detail-time{font-size:10px;line-height:14px}.docs-detail-body{padding:16px}.docs-detail-markdown,.docs-detail-markdown p,.docs-detail-markdown ul,.docs-detail-markdown ol,.docs-detail-markdown blockquote{font-size:12px;line-height:18px}.co-coupon-btn{width:78px;font-size:13px}}.page-head h1,.orders-record-head h1,.docs-kb-main-head h1{font-size:var(--fs-title-md)!important;line-height:var(--lh-tight)!important;color:var(--text-strong)!important}.panel-head h2,.subscription-head h2,.op-head h2,.iv-codes-head h2,.pf-card-head h2,.tk-drawer-head h2,.docs-detail-head h2,.tf-records-head h2,.profile-main h2{font-size:var(--fs-title-sm)!important;line-height:var(--lh-tight)!important;color:var(--text-strong)!important}.console-section-head h3,.server-top h3,.empty-state h3,.plan-figma-card h3,.order-figma-card h3,.plans-azure-card h3,.plans-azure-help h3,.fg-help-banner h3,.co-coupon h3,.co-right h3,.op-product-info h3,.op-sticky h3,.orders-record-title h3,.servers-nodes-copy h3,.iv-note-body h3,.iv-modal-card h3,.server-figma-left h3{font-size:var(--fs-body-lg)!important;line-height:var(--lh-tight)!important;color:var(--text-strong)!important}
