:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: #e74c3c;--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-toast-width: 320px;--toastify-toast-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient( to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55 );--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error)}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:0;transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:0;transform:translate(0)}.Toastify__toast-container--rtl{right:0;left:initial}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px #0000001a,0 2px 15px #0000000d;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width : 480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}:root{--app-font-sans: "Avenir Next", "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;--app-bg-top: #f8fafc;--app-bg: #f1f5f9;--app-bg-deep: #e7edf5;--app-surface: rgba(255, 255, 255, .92);--app-surface-strong: #ffffff;--app-text: #0f172a;--app-text-primary: var(--app-text);--app-text-secondary: rgba(15, 23, 42, .72);--app-text-muted: #64748b;--app-border: rgba(15, 23, 42, .12);--app-border-strong: rgba(15, 23, 42, .18);--app-border-subtle: rgba(15, 23, 42, .06);--app-accent: #2563eb;--app-accent-strong: #1d4ed8;--app-accent-active: #1e40af;--app-accent-soft: rgba(37, 99, 235, .1);--app-accent-soft-hover: rgba(37, 99, 235, .16);--app-accent-ring: rgba(37, 99, 235, .22);--app-gradient: linear-gradient(135deg, #3b82f6, #1d4ed8);--app-on-dark-accent: #3b82f6;--app-success: #16a34a;--app-success-soft: rgba(22, 163, 74, .12);--app-warning: #d97706;--app-warning-soft: rgba(217, 119, 6, .12);--app-danger: #dc2626;--app-danger-soft: rgba(220, 38, 38, .12);--app-info: #0284c7;--app-info-soft: rgba(2, 132, 199, .12);--app-neutral: #64748b;--app-neutral-soft: rgba(100, 116, 139, .12);--app-shadow-sm: 0 1px 2px rgba(15, 23, 42, .04), 0 1px 1px rgba(15, 23, 42, .03);--app-shadow-md: 0 4px 12px rgba(15, 23, 42, .06), 0 1px 2px rgba(15, 23, 42, .04);--app-shadow-lg: 0 12px 32px rgba(15, 23, 42, .1), 0 4px 8px rgba(15, 23, 42, .05);--app-shadow-accent: 0 6px 16px rgba(37, 99, 235, .22);--app-shadow: var(--app-shadow-md);--app-shadow-soft: var(--app-shadow-sm);--app-radius-xs: 6px;--app-radius-sm: 8px;--app-radius-md: 10px;--app-radius-lg: 12px;--app-radius-pill: 999px;--app-radius-xl: var(--app-radius-md);--space-1: 4px;--space-2: 8px;--space-3: 12px;--space-4: 16px;--space-5: 20px;--space-6: 24px;--space-8: 32px;--space-10: 40px;--sider-bg-start: #0b1220;--sider-bg-end: #111d36;--sider-border: rgba(255, 255, 255, .06);--sider-text: rgba(241, 245, 249, .78);--sider-text-active: #ffffff;--sider-text-muted: rgba(241, 245, 249, .45);--sider-item-hover: rgba(255, 255, 255, .06);--sider-item-active: linear-gradient(135deg, rgba(59, 130, 246, .18), rgba(29, 78, 216, .14));--sider-item-active-border: rgba(96, 165, 250, .32);--app-content-width: 1400px}body[theme-mode=dark]{--app-bg-top: #090f18;--app-bg: #0e1724;--app-bg-deep: #0f172a;--app-surface: rgba(15, 24, 39, .84);--app-surface-strong: #101b2d;--app-text: #edf3ff;--app-text-primary: var(--app-text);--app-text-secondary: rgba(237, 243, 255, .78);--app-text-muted: #9db0ca;--app-border: rgba(157, 176, 202, .16);--app-border-strong: rgba(157, 176, 202, .26);--app-border-subtle: rgba(157, 176, 202, .08);--app-accent-soft: rgba(37, 99, 235, .2);--app-accent-soft-hover: rgba(37, 99, 235, .28);--app-shadow-sm: 0 1px 2px rgba(0, 0, 0, .3), 0 1px 1px rgba(0, 0, 0, .2);--app-shadow-md: 0 4px 12px rgba(0, 0, 0, .3), 0 1px 2px rgba(0, 0, 0, .2);--app-shadow-lg: 0 12px 32px rgba(0, 0, 0, .4), 0 4px 8px rgba(0, 0, 0, .24);--app-shadow-accent: 0 6px 16px rgba(37, 99, 235, .36);--app-shadow: var(--app-shadow-md);--app-shadow-soft: var(--app-shadow-sm);--semi-color-primary: var(--app-accent) !important;--semi-color-primary-hover: var(--app-accent-strong) !important;--semi-color-primary-active: var(--app-accent-active) !important;--semi-color-primary-light-default: rgba(37, 99, 235, .18) !important;--semi-color-primary-light-hover: rgba(37, 99, 235, .26) !important;--semi-color-primary-light-active: rgba(37, 99, 235, .32) !important;--semi-color-link: var(--app-accent) !important;--semi-color-link-hover: var(--app-accent-strong) !important;--semi-color-focus-border: var(--app-accent) !important;--semi-color-border: var(--app-border) !important;--semi-color-text-0: var(--app-text) !important;--semi-color-text-1: rgba(237, 243, 255, .82) !important;--semi-color-text-2: var(--app-text-muted) !important;--semi-color-fill-0: rgba(237, 243, 255, .08) !important;--semi-color-fill-1: rgba(237, 243, 255, .12) !important;--semi-color-fill-2: rgba(237, 243, 255, .18) !important;--semi-color-bg-0: rgba(15, 24, 39, .88) !important;--semi-color-bg-1: rgba(15, 24, 39, .84) !important;--semi-shadow-elevated: var(--app-shadow-lg) !important;--semi-border-radius-extra-small: var(--app-radius-xs) !important;--semi-border-radius-small: var(--app-radius-sm) !important;--semi-border-radius-medium: var(--app-radius-md) !important;--semi-border-radius-large: var(--app-radius-lg) !important}body{margin:0;min-height:100vh;font-family:var(--app-font-sans);color:var(--app-text);background:radial-gradient(circle at top left,rgba(37,99,235,.08),transparent 32%),radial-gradient(circle at top right,rgba(15,23,42,.06),transparent 28%),linear-gradient(180deg,var(--app-bg-top) 0%,var(--app-bg) 45%,var(--app-bg-deep) 100%);--semi-color-primary: var(--app-accent) !important;--semi-color-primary-hover: var(--app-accent-strong) !important;--semi-color-primary-active: var(--app-accent-active) !important;--semi-color-primary-light-default: var(--app-accent-soft) !important;--semi-color-primary-light-hover: var(--app-accent-soft-hover) !important;--semi-color-primary-light-active: rgba(37, 99, 235, .22) !important;--semi-color-link: var(--app-accent) !important;--semi-color-link-hover: var(--app-accent-strong) !important;--semi-color-focus-border: var(--app-accent) !important;--semi-color-border: var(--app-border) !important;--semi-color-text-0: var(--app-text) !important;--semi-color-text-1: rgba(15, 23, 42, .78) !important;--semi-color-text-2: var(--app-text-muted) !important;--semi-color-fill-0: rgba(15, 23, 42, .04) !important;--semi-color-fill-1: rgba(15, 23, 42, .07) !important;--semi-color-fill-2: rgba(15, 23, 42, .1) !important;--semi-color-bg-0: rgba(255, 255, 255, .96) !important;--semi-color-bg-1: rgba(255, 255, 255, .92) !important;--semi-shadow-elevated: var(--app-shadow-lg) !important;--semi-border-radius-extra-small: var(--app-radius-xs) !important;--semi-border-radius-small: var(--app-radius-sm) !important;--semi-border-radius-medium: var(--app-radius-md) !important;--semi-border-radius-large: var(--app-radius-lg) !important}#root{min-height:100vh}.page-container{padding:0;max-width:none;margin:0}.page-header{position:sticky;top:0;z-index:20;display:flex;align-items:center;justify-content:space-between;padding:16px 0 12px;margin-bottom:4px;background:var(--app-bg)}body[theme-mode=dark] .page-header{background:var(--app-bg)}.page-header .semi-typography{margin:0!important}.page-toolbar{display:flex;flex-wrap:wrap;align-items:flex-end;gap:12px;margin:0 0 16px}.page-toolbar__field{display:flex;flex-direction:column;gap:6px}.page-toolbar__label{font-size:12px;font-weight:650;color:var(--app-text-muted)}button,input,textarea,select{font:inherit}.system-logo{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;overflow:hidden;background:var(--semi-color-bg-3, rgba(15, 23, 42, .06));color:var(--semi-color-text-0, var(--app-text))}.system-logo__image{display:block;width:100%;height:100%;object-fit:cover;object-position:center;border-radius:inherit}.app-shell .semi-button{border-radius:var(--app-radius-sm)!important;transition:transform .18s ease,box-shadow .18s ease,filter .18s ease,background .18s ease,border-color .18s ease}.app-shell .semi-button-primary.semi-button-solid:not(.semi-button-disabled){border:none!important;background:var(--app-gradient)!important;box-shadow:var(--app-shadow-accent)}.app-shell .semi-button-primary.semi-button-solid:not(.semi-button-disabled):hover{box-shadow:0 16px 32px #1d4ed847;filter:saturate(1.03) brightness(1.02)}.app-shell .semi-button-primary.semi-button-solid:not(.semi-button-disabled):active{box-shadow:0 10px 22px #1d4ed838;filter:saturate(1.02) brightness(.98)}.app-shell .semi-button-outline:not(.semi-button-disabled){background:var(--app-surface-strong)!important;border:1px solid var(--app-border)!important;color:var(--app-text)!important}.app-shell .semi-button-outline:not(.semi-button-disabled):hover{border-color:var(--app-accent)!important;color:var(--app-accent-strong)!important;box-shadow:0 2px 8px #2563eb1f}.app-shell .semi-button-borderless:not(.semi-button-disabled){color:var(--app-text-secondary)!important}.app-shell .semi-button-danger.semi-button-borderless:not(.semi-button-disabled){color:var(--semi-color-danger)!important}.app-shell .semi-table-container .semi-button-borderless:not(.semi-button-disabled):not(.semi-button-with-icon-only):not(.semi-button-danger){color:var(--semi-color-link)!important;font-weight:650}.app-shell .semi-table-container .semi-button-borderless:not(.semi-button-disabled):not(.semi-button-with-icon-only):not(.semi-button-danger):hover{text-decoration:underline;text-underline-offset:3px;text-decoration-thickness:2px}.app-shell .semi-button-borderless:not(.semi-button-disabled):hover{background:var(--app-accent-soft)!important;color:var(--app-accent-strong)!important}.app-shell .semi-button-danger.semi-button-borderless:not(.semi-button-disabled):hover{background:#f5222d1f!important;color:var(--semi-color-danger)!important}.app-shell .semi-button.semi-button-with-icon-only{padding-left:10px;padding-right:10px}.app-shell .semi-button.semi-button-with-icon-only.semi-button-size-small{padding-left:8px;padding-right:8px}.app-shell .semi-input-wrapper,.app-shell .semi-input-textarea-wrapper,.app-shell .semi-form .semi-input-wrapper,.app-shell .semi-form .semi-input-textarea-wrapper,.app-shell .semi-form .semi-select,.app-shell .semi-form .semi-datepicker-range-input,.app-shell .semi-form .semi-datepicker-input,.app-shell .semi-select,.app-shell .semi-datepicker-range-input,.app-shell .semi-datepicker-input{border-radius:var(--app-radius-sm)!important;border-color:var(--app-border-subtle)!important;background:var(--app-surface-strong)!important;transition:border-color .18s ease,box-shadow .18s ease,background .18s ease}.app-shell .semi-input-wrapper:hover,.app-shell .semi-input-textarea-wrapper:hover,.app-shell .semi-select:hover,.app-shell .semi-datepicker-range-input:hover,.app-shell .semi-datepicker-input:hover{border-color:var(--app-border)!important}.app-shell .semi-input-wrapper:focus-within,.app-shell .semi-input-textarea-wrapper:focus-within,.app-shell .semi-select:focus-within,.app-shell .semi-datepicker-range-input:focus-within,.app-shell .semi-datepicker-input:focus-within{border-color:var(--app-accent)!important;box-shadow:0 0 0 3px #2563eb2e}.app-shell .semi-form-field-label-text{font-weight:600}.app-shell .semi-card{border-radius:var(--app-radius-xl)!important;border:1px solid var(--app-border)!important;background:var(--app-surface)!important;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);box-shadow:var(--app-shadow)}.app-shell .semi-card-header{border-bottom:none!important}.app-shell .semi-table-container{border-radius:18px;overflow:hidden}.app-shell .semi-tag{border-radius:999px}.app-shell,.app-shell .semi-layout,.app-shell .semi-layout-content,.app-shell .semi-layout-header,.app-shell .semi-layout-sider{background:transparent}.app-shell{min-height:100vh;color:var(--app-text)}.app-shell__header{position:sticky;top:0;z-index:30;padding:20px 24px 0}.app-shell__header-inner{max-width:var(--app-content-width);margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:14px 20px;border:1px solid var(--app-border);border-radius:var(--app-radius-xl);background:var(--app-surface);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-shadow:var(--app-shadow-soft)}.app-shell__brand{display:inline-flex;align-items:center;gap:14px;padding:0;border:0;background:transparent;color:inherit;cursor:pointer}.app-shell__brand-mark{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:14px;border:1px solid var(--app-border);box-shadow:inset 0 0 0 1px #ffffff85}.app-shell__brand-text{display:flex;flex-direction:column;align-items:flex-start;gap:2px}.app-shell__brand-text strong{font-size:18px;font-weight:800;letter-spacing:.02em}.app-shell__brand-text span{color:var(--app-text-muted);font-size:12px;letter-spacing:.08em;text-transform:uppercase}.app-shell__actions{display:flex;align-items:center;gap:10px}.app-shell__nav-button,.app-shell__icon-button,.app-shell__login-button{border-radius:14px!important}.app-shell__nav-button:hover,.app-shell__icon-button:hover{background:var(--app-accent-soft)!important}.app-shell__login-button{background:linear-gradient(135deg,var(--app-accent),var(--app-accent-strong))!important;border:none!important;box-shadow:0 14px 28px #1d4ed833}.app-shell__avatar{cursor:pointer;background:linear-gradient(135deg,#0f172aeb,#2563ebb8)!important;color:#f8fffd!important}.app-shell__chrome{display:grid;grid-template-columns:200px minmax(0,1fr);gap:24px;padding:24px;align-items:start;width:100%;box-sizing:border-box;max-width:var(--app-content-width);margin:0 auto}.app-shell__content{min-width:0;padding:0 0 32px!important;overflow:visible!important;width:100%}.app-shell__content-body{width:100%;min-width:0}.app-shell__rail{position:sticky;top:104px;align-self:start}.app-shell__marketing-content{max-width:1280px;margin:0 auto;padding:24px 24px 40px!important}.console-sider{width:200px!important;min-width:200px!important;max-width:200px!important;flex:0 0 200px!important}.console-sider__card{padding:18px 14px 10px;border-radius:var(--app-radius-xl);border:1px solid var(--app-border);background:var(--app-surface);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);box-shadow:var(--app-shadow)}.console-sider__eyebrow{margin:0 8px 4px;color:var(--app-text-muted);font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.console-sider__title{margin:0 8px 14px;font-size:20px;font-weight:800;letter-spacing:-.02em}.console-sider__section-label{padding:16px 16px 6px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--app-text-muted);-webkit-user-select:none;user-select:none}.console-sider__section-label:first-child{padding-top:0}.console-sider__item{display:flex;align-items:center;gap:10px;padding:10px 16px;border-radius:16px;cursor:pointer;color:var(--app-text-secondary);font-size:14px;transition:all .15s ease}.console-sider__item:hover{background:var(--semi-color-fill-0);color:var(--app-text-primary)}.console-sider__item--active{background:var(--app-accent-soft)!important;color:var(--app-accent-strong)!important;font-weight:600}.home{max-width:1320px;margin:0 auto;padding:0 24px}.home__hero{position:relative;padding:18px 0 56px;overflow:hidden}.home__hero-bg{position:absolute;inset:0 -5% auto;height:min(520px,72vh);background:linear-gradient(180deg,#ffffff5c,#fff0),radial-gradient(circle at 8% 14%,rgba(37,99,235,.16),transparent 32%),radial-gradient(circle at 84% 20%,rgba(15,23,42,.06),transparent 34%),repeating-linear-gradient(158deg,rgba(29,78,216,.045) 0 1px,transparent 1px 34px);opacity:.86;pointer-events:none;-webkit-mask-image:linear-gradient(180deg,#000 0%,#000 62%,transparent 100%);mask-image:linear-gradient(180deg,#000 0%,#000 62%,transparent 100%)}.home__hero-inner{display:grid;grid-template-columns:minmax(360px,.95fr) minmax(440px,1.05fr);gap:clamp(34px,4.5vw,62px);align-items:center;min-height:480px;position:relative}.home__hero-content{max-width:620px}.home__badge{display:inline-flex;align-items:center;flex-wrap:wrap;gap:7px;max-width:100%;padding:7px 15px;border-radius:999px;background:#ffffffc2;border:1px solid rgba(37,99,235,.18);color:var(--app-accent-strong);font-size:13px;font-weight:800;margin-bottom:18px;box-shadow:0 10px 28px #1018280f}.home__headline{margin:0!important;display:flex;flex-direction:column;gap:8px;font-size:clamp(42px,4.1vw,58px)!important;line-height:1.08!important;letter-spacing:0;color:var(--semi-color-text-0);max-width:12em}.home__headline-accent{display:block;font-size:.72em;line-height:1.16;background:linear-gradient(135deg,var(--app-accent),var(--app-accent-strong));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.home__description{display:block;margin:20px 0 28px;color:var(--semi-color-text-2);font-size:16px;line-height:1.75;max-width:520px}.home__hero-actions{display:flex;gap:12px}.home__cta-primary{display:inline-flex;align-items:center;gap:8px;padding:15px 34px;border-radius:12px;font-size:15px;font-weight:800;cursor:pointer;border:none;background:linear-gradient(135deg,var(--app-accent),var(--app-accent-strong));color:#fff;box-shadow:0 8px 24px #1d4ed833;transition:all .2s}.home__cta-primary:hover{transform:translateY(-2px);box-shadow:0 12px 32px #1d4ed84d}.home__cta-secondary{padding:15px 28px;border-radius:12px;font-size:15px;font-weight:800;cursor:pointer;background:transparent;color:var(--semi-color-text-0);border:1px solid var(--semi-color-border);transition:all .2s}.home__cta-secondary:hover{border-color:var(--app-accent);color:var(--app-accent)}.home__hero-marks{display:flex;flex-wrap:wrap;gap:8px;margin-top:18px}.home__hero-marks span{display:inline-flex;align-items:center;gap:6px;padding:7px 11px;border-radius:999px;background:#ffffffb8;border:1px solid rgba(226,232,240,.86);color:var(--semi-color-text-1);font-size:12px;font-weight:800}.home__terminal-wrap{min-width:0}.home__terminal{border-radius:20px;overflow:hidden;background:#ffffffa3;border:1px solid rgba(15,23,42,.1);box-shadow:0 24px 58px #1018281a;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}.home__terminal:hover{transform:translateY(-2px);border-color:#2563eb3d;box-shadow:0 28px 66px #10182821}.home__terminal-bar{display:flex;align-items:center;gap:7px;padding:14px 18px;background:#0f172a14;border-bottom:1px solid rgba(15,23,42,.08)}.home__terminal-dot{width:10px;height:10px;border-radius:50%}.home__terminal-dot:nth-child(1){background:#ff5f57}.home__terminal-dot:nth-child(2){background:#ffbd2e}.home__terminal-dot:nth-child(3){background:#28ca42}.home__terminal-label{margin-left:auto;font-size:11px;font-weight:600;color:var(--app-text-muted);letter-spacing:.08em;text-transform:uppercase}.home__terminal-body{padding:24px;background:radial-gradient(circle at top left,rgba(37,99,235,.08),transparent 34%),linear-gradient(180deg,#0f1827eb,#0b1420e6);font-family:SF Mono,Fira Code,Consolas,monospace}.home__terminal-status{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:18px;padding:10px 12px;border-radius:12px;background:#7ee8c714;border:1px solid rgba(126,232,199,.12);color:#b7f4df;font-family:Inter,system-ui,sans-serif;font-size:13px;font-weight:800}.home__terminal-status span{display:inline-flex;align-items:center;gap:7px}.home__terminal-status em{font-style:normal;color:#7ee8c7;font-size:11px;letter-spacing:0}.home__terminal-line{display:flex;align-items:center;gap:10px;line-height:1.85}.home__terminal-line--url{padding-left:22px;min-width:0}.home__terminal-line--command{margin-top:12px}.home__terminal-line--connected{margin-top:4px;color:#ffffff9e}.home__terminal-prompt{color:#7ee8c7;font-weight:700;font-size:15px}.home__terminal-comment{color:#ffffff73;font-size:14px}.home__terminal-accent{color:#7ee8c7}.home__terminal-url{color:#7ee8c7;font-size:15px;font-weight:600;-webkit-user-select:all;user-select:all;flex:1;min-width:0;overflow-wrap:anywhere;word-break:break-word}.home__terminal-copy{flex:0 0 auto;color:#fff6!important}.home__terminal-copy:hover{color:#fff!important}.home__terminal-foot{display:flex;flex-wrap:wrap;gap:8px;margin-top:20px;padding-top:18px;border-top:1px solid rgba(255,255,255,.08)}.home__terminal-foot span{padding:5px 9px;border-radius:999px;color:#ffffff9e;background:#ffffff0f;font-size:11px}.home__stats{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;margin:0 0 72px;border-radius:18px;overflow:hidden;background:var(--semi-color-border);box-shadow:var(--app-shadow-soft)}.home__stat{display:flex;flex-direction:column;align-items:center;gap:4px;padding:28px 16px;background:#ffffffb8}.home__stat strong{font-size:28px;font-weight:800;letter-spacing:0;color:var(--app-accent-strong)}.home__stat span{font-size:13px;color:var(--semi-color-text-2)}.home__section{margin-bottom:72px}.home__section-header{text-align:center;margin-bottom:40px}.home__section-header h2{font-size:28px;font-weight:800;letter-spacing:0;margin:0 0 8px;color:var(--semi-color-text-0)}.home__section-header p{font-size:15px;color:var(--semi-color-text-2);margin:0}.home__install{display:grid;grid-template-columns:.72fr 1.28fr;gap:28px;align-items:stretch;padding:30px;border-radius:22px;background:linear-gradient(135deg,#2563eb17,#1d4ed80a),var(--semi-color-bg-1);border:1px solid var(--semi-color-border);box-shadow:var(--app-shadow-soft)}.home__install-copy{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:14px}.home__install-kicker{display:inline-flex;padding:5px 12px;border-radius:999px;background:var(--app-accent-soft);color:var(--app-accent-strong);font-size:12px;font-weight:800}.home__install-copy h2{margin:0;color:var(--semi-color-text-0);font-size:28px;font-weight:800;letter-spacing:0}.home__install-copy p{margin:0 0 8px;color:var(--semi-color-text-2);font-size:14px;line-height:1.7}.home__install-commands{min-width:0;display:grid;gap:14px}.home__install-command-card{min-width:0;border-radius:16px;overflow:hidden;background:#0f1923;box-shadow:0 16px 42px #0000001f}.home__install-command-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 16px;background:#1c2938;color:#ffffffc7;font-size:13px;font-weight:800}.home__install-command-head span{display:inline-flex;align-items:center;gap:9px}.home__install-command-head i{width:10px;height:10px;border-radius:999px;background:#536dfe}.home__install-command-head .semi-button{color:#ffffffad!important}.home__install-command-head .semi-button:hover{color:#fff!important}.home__install-command-card code{display:block;padding:18px 20px;overflow-x:auto;color:#d8f8ec;font-family:SF Mono,Fira Code,Consolas,monospace;font-size:13px;line-height:1.7;white-space:nowrap}body[theme-mode=dark] .home__hero-bg{background:linear-gradient(180deg,#0f18274d,#0f182700),radial-gradient(circle at 12% 18%,rgba(37,99,235,.18),transparent 30%),radial-gradient(circle at 84% 20%,rgba(126,232,199,.06),transparent 34%),repeating-linear-gradient(160deg,rgba(126,232,199,.065) 0 1px,transparent 1px 34px);opacity:.78}body[theme-mode=dark] .home__badge,body[theme-mode=dark] .home__install-kicker{background:#2563eb33;border:1px solid rgba(126,232,199,.18);color:#7ee8c7}body[theme-mode=dark] .home__description,body[theme-mode=dark] .home__section-header p,body[theme-mode=dark] .home__feature-card p,body[theme-mode=dark] .home__install-copy p,body[theme-mode=dark] .home__cta-section p{color:#9db0ca}body[theme-mode=dark] .home__cta-secondary{background:#0f1827a3;border-color:#9db0ca2e;color:#dce7f7}body[theme-mode=dark] .home__cta-secondary:hover{border-color:#7ee8c77a;color:#7ee8c7;background:#2563eb1f}body[theme-mode=dark] .home__hero-marks span{background:#0f1827b8;border-color:#9db0ca2e;color:#edf3ffc2;box-shadow:inset 0 1px #ffffff0a}body[theme-mode=dark] .home__terminal{background:#0f1827bd;border-color:#9db0ca29;box-shadow:0 26px 72px #00000047}body[theme-mode=dark] .home__terminal:hover{border-color:#7ee8c747;box-shadow:0 30px 82px #00000057}body[theme-mode=dark] .home__terminal-bar{background:#0f172adb;border-bottom-color:#9db0ca24}body[theme-mode=dark] .home__terminal-label{color:#edf3ff6b}body[theme-mode=dark] .home__stats{background:#9db0ca29;border:1px solid rgba(157,176,202,.14);box-shadow:0 24px 70px #00000042}body[theme-mode=dark] .home__stat{background:radial-gradient(circle at top,rgba(37,99,235,.08),transparent 58%),#0f1827db}body[theme-mode=dark] .home__stat strong{color:#7ee8c7}body[theme-mode=dark] .home__stat span{color:#8fa3bf}body[theme-mode=dark] .home__install{background:radial-gradient(circle at top left,rgba(37,99,235,.16),transparent 36%),linear-gradient(145deg,#101b2de0,#09101ceb);border-color:#7ee8c72e;box-shadow:0 28px 82px #00000047}body[theme-mode=dark] .home__install-command-card{background:#07101b;border:1px solid rgba(157,176,202,.14);box-shadow:0 18px 48px #0000003d}body[theme-mode=dark] .home__install-command-head{background:#132033;color:#edf3ffd1}body[theme-mode=dark] .home__feature-card,body[theme-mode=dark] .home__model-chip{background:linear-gradient(180deg,#101b2ddb,#0a121fc7);border-color:#9db0ca29;box-shadow:inset 0 1px #ffffff09}body[theme-mode=dark] .home__feature-card:hover,body[theme-mode=dark] .home__model-chip:hover{border-color:#7ee8c76b;box-shadow:0 18px 42px #00000038}body[theme-mode=dark] .home__model-chip{color:#dce7f7}body[theme-mode=dark] .home__cta-section{background:radial-gradient(circle at top,rgba(37,99,235,.18),transparent 48%),linear-gradient(145deg,#101b2ddb,#09101ce0);border-color:#7ee8c72e}@media (max-width: 960px){.home__hero-inner,.home__install{grid-template-columns:1fr}.home__hero-inner{min-height:auto;padding-top:28px;gap:32px}.home__hero-content{max-width:680px}.home__terminal{transform:none}.home__terminal-wrap{width:100%}.home__stats,.home__features-grid{grid-template-columns:1fr}}@media (max-width: 640px){.home{padding:0 18px}.home__hero{padding-bottom:34px}.home__hero-bg{height:440px}.home__headline{font-size:38px!important;max-width:none}.home__description{font-size:15px;line-height:1.7}.home__hero-marks{display:none}.home__hero-actions{flex-direction:column}.home__cta-primary,.home__cta-secondary{width:100%;justify-content:center}.home__terminal-body{padding:18px}.home__terminal-status{align-items:flex-start;flex-direction:column;gap:6px}.home__terminal-line{flex-wrap:wrap;gap:6px 9px}.home__terminal-line--url{padding-left:0}.home__terminal-url{flex-basis:calc(100% - 42px);font-size:13px}.home__install{padding:20px}.home__install-command-card code{padding:16px;font-size:11px}}.home__features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.home__feature-card{padding:28px 24px;border-radius:16px;background:#ffffffc2;border:1px solid var(--semi-color-border);transition:all .2s}.home__feature-card:hover{transform:translateY(-3px);box-shadow:0 8px 24px #00000014;border-color:var(--app-accent)}.home__feature-icon{width:42px;height:42px;display:grid;place-items:center;margin-bottom:16px;border-radius:12px;color:var(--app-accent-strong);background:var(--app-accent-soft);font-size:20px}.home__feature-card h3{font-size:16px;font-weight:700;margin:0 0 8px;color:var(--semi-color-text-0)}.home__feature-card p{font-size:13px;line-height:1.6;color:var(--semi-color-text-2);margin:0}.home__models{display:flex;flex-wrap:wrap;justify-content:center;gap:10px}.home__model-chip{padding:10px 20px;border-radius:999px;background:#ffffffc2;border:1px solid var(--semi-color-border);font-size:14px;font-weight:600;color:var(--semi-color-text-1);transition:all .2s}.home__model-chip:hover{border-color:var(--app-accent);color:var(--app-accent-strong);background:var(--app-accent-soft)}.home__cta-section{text-align:center;padding:60px 24px;border-radius:24px;background:linear-gradient(135deg,var(--app-accent-soft),rgba(29,78,216,.08));margin-bottom:60px;border:1px solid rgba(37,99,235,.12)}.home__cta-section h2{font-size:28px;font-weight:800;margin:0 0 8px;color:var(--semi-color-text-0)}.home__cta-section p{font-size:15px;color:var(--semi-color-text-2);margin:0 0 28px}.home__footer{text-align:center;padding:24px 0 40px;font-size:13px;color:var(--semi-color-text-3)}.adm-dashboard .page-header{align-items:flex-start}.adm-hero-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:20px}.adm-hero-card{padding:22px 24px;border-radius:14px;border:1px solid var(--app-border);background:var(--app-surface);display:flex;flex-direction:column;gap:8px;transition:box-shadow .2s}.adm-hero-card:hover{box-shadow:0 4px 16px #0000000f}.adm-hero-card--accent{background:radial-gradient(ellipse at top right,rgba(37,99,235,.08),transparent 65%),var(--app-surface);border-color:#2563eb59}.adm-hero-card--danger{background:radial-gradient(ellipse at top right,rgba(239,68,68,.07),transparent 65%),var(--app-surface);border-color:#ef444440}.adm-hero-card__label{font-size:12px;font-weight:500;color:var(--app-text-muted);letter-spacing:.02em}.adm-hero-card__value{font-size:24px;font-weight:700;letter-spacing:-.02em;color:var(--app-text)}.adm-hero-card__value--large{font-size:30px;font-weight:800;color:var(--app-accent-strong)}.adm-hero-card--danger .adm-hero-card__value--large{color:var(--semi-color-danger)}.adm-hero-card__sub{font-size:12px;color:var(--app-text-muted);margin-top:2px}.adm-trend-card__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.adm-legend{display:flex;align-items:center;font-size:12px;color:var(--app-text-muted);gap:4px}.adm-legend__dot{display:inline-block;width:8px;height:8px;border-radius:999px}.adm-daily-chart{position:relative;display:grid;grid-template-columns:56px minmax(0,1fr);margin-top:8px;padding-top:22px}.adm-daily-chart__legend{position:absolute;top:0;right:8px;display:flex;align-items:center;gap:14px;font-size:12px;color:var(--app-text-muted);z-index:2}.adm-daily-chart__axis{grid-column:1;position:relative;z-index:1;background:var(--app-surface)}.adm-daily-chart__viewport{grid-column:2;overflow-x:auto;overflow-y:hidden;cursor:grab;touch-action:pan-x;overscroll-behavior-x:contain;scrollbar-width:thin;scrollbar-color:var(--semi-color-fill-2) transparent}.adm-daily-chart__viewport.is-dragging{cursor:grabbing;-webkit-user-select:none;user-select:none}.adm-daily-chart__viewport::-webkit-scrollbar{height:8px}.adm-daily-chart__viewport::-webkit-scrollbar-track{background:transparent}.adm-daily-chart__viewport::-webkit-scrollbar-thumb{background:var(--semi-color-fill-2);border-radius:999px}.adm-two-col{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:16px}@media (max-width: 900px){.adm-hero-grid{grid-template-columns:repeat(2,1fr)}.adm-two-col{grid-template-columns:1fr}.adm-daily-chart__legend{position:static;grid-column:1 / -1;justify-content:flex-end;margin-bottom:4px}}.plans-page{max-width:680px;margin:0 auto;padding:60px 24px 80px;display:flex;flex-direction:column;gap:32px}.plan-redeem button{border:0;background:transparent;color:var(--accent-cyan);cursor:pointer;font:inherit;font-weight:500;padding:0}.plan-redeem button:hover{text-decoration:underline}.ui-change-page{background:#000;color:#fff;min-height:100vh;width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw)}.app-shell--public .app-shell__marketing-content:has(.ui-change-page){width:100vw!important;max-width:none!important;margin:0!important;padding:0!important;overflow-x:hidden}.ui-change-page .nav{position:fixed!important;top:0!important;left:0!important;right:0!important;width:100vw!important}.ui-change-nav button,.ui-change-nav__logo{border:0;background:transparent;font:inherit}.ui-change-nav .nav-item{padding:0}.ui-change-nav .login-btn{border:1px solid rgba(255,255,255,.4)}.ui-change-page button.channel,.ui-change-page button.pinned,.ui-change-page button.announce,.ui-change-page button.drawer-mask,.ui-change-page button.nav-prev,.ui-change-page button.nav-next,.ui-change-page button.tab,.ui-change-page button.step-pill{font:inherit}.ui-change-page .pinned,.ui-change-page .announce,.ui-change-page .channel,.ui-change-page .step-pill{text-decoration:none}.ui-change-home .hero{position:relative;height:100vh;min-height:720px;display:flex;align-items:center;padding:0 96px;overflow:hidden;max-width:none;margin:0;text-align:left}.ui-change-home .hero-content{position:relative;z-index:5;max-width:720px}.ui-change-home .title-step-plan{font-size:64px;font-weight:700;line-height:1;background:linear-gradient(95deg,#8a86e8,#4f4bcc 60%,#4f4bcc);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;letter-spacing:-1px;margin-bottom:18px}.ui-change-home .title-main{font-size:56px;font-weight:700;color:var(--text);line-height:1.18;letter-spacing:-.5px;margin-bottom:36px}.ui-change-home .tags{display:flex;gap:12px;margin-bottom:56px;flex-wrap:wrap}.ui-change-home .cta-group{display:flex;gap:16px;margin-bottom:80px}.plans-eyebrow{font-size:12px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--app-accent-strong)}.plans-hero{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.plans-hero__title{margin:0 0 8px!important;font-size:clamp(32px,5vw,52px)!important;letter-spacing:-.04em;line-height:1.1!important}.plans-hero__sub{color:var(--app-text-muted);font-size:15px}.plans-hero__badge{flex-shrink:0;padding:6px 14px;border-radius:999px;background:var(--app-accent-soft);color:var(--app-accent-strong);font-size:12px;font-weight:700;letter-spacing:.06em;margin-top:6px}.plans-grid{display:grid;gap:20px}.plans-card{border-radius:28px;border:1px solid var(--app-border);background:var(--app-surface);padding:32px;display:flex;flex-direction:column;gap:20px}.plans-card--featured{border-color:var(--app-accent);background:radial-gradient(circle at top right,rgba(37,99,235,.1),transparent 50%),var(--app-surface)}.plans-card__header{display:flex;align-items:center;justify-content:space-between}.plans-card__name{font-size:18px;font-weight:700}.plans-card__tag{font-size:12px;font-weight:600;padding:4px 12px;border-radius:999px;background:var(--app-accent-soft);color:var(--app-accent-strong)}.plans-card__price{display:flex;align-items:baseline;gap:4px}.plans-card__amount{font-size:48px;font-weight:800;letter-spacing:-.04em;color:var(--app-accent-strong)}.plans-card__period{font-size:16px;color:var(--app-text-muted)}.plans-card__quota-grid{display:flex;align-items:center;gap:0;padding:16px 0;border-top:1px solid var(--app-border);border-bottom:1px solid var(--app-border)}.plans-card__quota-item{flex:1;display:flex;flex-direction:column;align-items:center;gap:4px}.plans-card__quota-num{font-size:28px;font-weight:800;letter-spacing:-.03em;color:var(--app-accent-strong)}.plans-card__quota-label{font-size:12px;color:var(--app-text-muted)}.plans-card__quota-divider{width:1px;height:36px;background:var(--app-border)}.plans-card__sub{font-size:13px;color:var(--app-text-muted);margin-top:-12px}.plans-card__features{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}.plans-card__feature{display:flex;align-items:flex-start;gap:10px;font-size:14px;line-height:1.5}.plans-card__check{color:var(--app-accent-strong);font-weight:700;flex-shrink:0}.plans-card__redeem{display:flex;flex-direction:column;gap:10px;padding-top:20px;border-top:1px solid var(--app-border)}.plans-card__redeem-label{font-size:13px;color:var(--app-text-muted)}.plans-card__mode{display:grid;grid-template-columns:1fr 1fr;gap:10px}.plans-card__mode-option{min-width:0;padding:10px 12px;border:1px solid var(--app-border);border-radius:10px;background:#ffffffad;color:var(--app-text);text-align:left;cursor:pointer;transition:border-color .15s,background .15s,box-shadow .15s}.plans-card__mode-option span{display:block;font-size:13px;font-weight:800;line-height:1.35}.plans-card__mode-option small{display:block;margin-top:3px;color:var(--app-text-muted);font-size:11px;line-height:1.4}.plans-card__mode-option--active{border-color:var(--app-accent);background:var(--app-accent-soft);box-shadow:0 0 0 3px #2563eb1f}.plans-card__redeem-row{display:flex;gap:10px}.plans-card__redeem-input{flex:1}.plans-card__redeem-btn{flex-shrink:0}body[theme-mode=dark] .plans-card__redeem-input .semi-input-wrapper{background:#ffffff0f!important;border-color:#ffffff1f!important;color:var(--app-text)!important}body[theme-mode=dark] .plans-card__redeem-input .semi-input-wrapper:focus-within{border-color:var(--app-accent)!important}body[theme-mode=dark] .plans-card__redeem-input .semi-input{color:var(--app-text)!important}body[theme-mode=dark] .plans-card__mode-option{background:#ffffff0f}body[theme-mode=dark] .plans-card__mode-option--active{background:#2563eb29}.plans-note{text-align:center;font-size:12px;color:var(--app-text-muted)}.login-page{min-height:calc(100vh - 150px);padding:18px clamp(12px,2vw,32px) 48px;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:0;position:relative;overflow:hidden;background:linear-gradient(120deg,rgba(37,99,235,.08),transparent 36%),linear-gradient(240deg,rgba(27,104,135,.08),transparent 42%),#f7fbfa}.login-page:before{content:"";position:absolute;top:-20%;right:-10%;bottom:-20%;left:-10%;pointer-events:none;opacity:.5;background:repeating-linear-gradient(164deg,rgba(29,78,216,.08) 0 1px,transparent 1px 24px);transform:skewY(-8deg)}.login-card-shell{position:relative;z-index:1}.login-card-shell{width:min(1020px,100%);min-height:640px;display:grid;grid-template-columns:1fr 1fr;overflow:hidden;border-radius:24px;background:#fff;box-shadow:0 26px 70px #0f233029}.login-brand{position:relative;display:flex;align-items:center;justify-content:center;padding:64px 56px;overflow:hidden;background:linear-gradient(135deg,rgba(19,126,106,.36),transparent 52%),linear-gradient(160deg,#071526,#0d2436 58%,#102d35);color:#f4fbf8}.login-brand__mesh{position:absolute;inset:auto -12% -18% -12%;height:210px;opacity:.72;background:repeating-linear-gradient(170deg,rgba(37,222,189,.22) 0 1px,transparent 1px 18px),linear-gradient(12deg,transparent 12%,rgba(37,222,189,.22) 44%,transparent 72%);transform:rotate(-3deg)}.login-brand__inner{position:relative;z-index:1;width:100%;max-width:360px}.login-brand__top{margin-bottom:44px}.login-brand__logo{width:54px;height:54px;margin-bottom:28px;border-radius:18px;border:1px solid rgba(255,255,255,.22);box-shadow:0 12px 30px #0000002e}.login-brand__title{color:#f4fbf8!important;margin:0 0 12px!important;font-size:34px!important;line-height:1.2!important;letter-spacing:0}.login-brand__subtitle{display:block;color:#ebf6f2ad;font-size:17px;line-height:1.5}.login-brand__features{display:flex;flex-direction:column;gap:24px}.login-brand__feature{display:grid;grid-template-columns:48px minmax(0,1fr);align-items:center;gap:14px}.login-brand__feature-icon{width:48px;height:48px;display:grid;place-items:center;border-radius:10px;color:#2be0bd;background:#ffffff14;border:1px solid rgba(255,255,255,.08)}.login-brand__feature strong{display:block;color:#f8fffc;font-size:15px;font-weight:800;line-height:1.35}.login-brand__feature span:last-child{display:block;margin-top:4px;color:#ebf6f29e;font-size:13px;line-height:1.45}.login-brand__badge{display:inline-flex;align-items:center;gap:8px;margin-top:76px;padding:10px 16px;border-radius:10px;color:#eafff9;background:#ffffff1a;border:1px solid rgba(255,255,255,.12);font-size:13px;font-weight:700}.login-form{display:flex;align-items:center;justify-content:center;padding:56px;background:#fff}.login-form__inner{width:100%;max-width:420px}.login-form__header{margin-bottom:34px}.login-form__eyebrow{display:inline-block;margin-bottom:12px;color:#18a88d;font-size:13px;font-weight:800;letter-spacing:0}.login-form__title{margin:0 0 12px!important;color:#122033!important;font-size:28px!important;line-height:1.25!important;letter-spacing:0}.login-form__desc{color:#7a8698;font-size:14px;line-height:1.6}.login-form__form .semi-form-field{margin-bottom:22px}.login-form .semi-form-field-label-text{color:#1d2b3d;font-weight:800}.login-form .semi-input-wrapper{min-height:48px;border-radius:10px!important;background:#fff!important;border-color:#dde4ec!important}.login-form .semi-input-wrapper:hover,.login-form .semi-input-wrapper:focus-within{border-color:#2eb79d!important;box-shadow:0 0 0 3px #2eb79d1f}.login-form .semi-input-prefix{color:#8b96a7}.login-form__meta-row{display:flex;align-items:center;justify-content:space-between;gap:16px;margin:-4px 0 18px}.login-form__meta-row button{border:0;padding:0;color:#7a8698;background:transparent;font-size:13px;cursor:pointer}.login-form__meta-row button:hover{color:#1d4ed8}.login-form__submit{height:50px!important;border:none!important;border-radius:12px!important;background:linear-gradient(135deg,#2eb79d,#10806a)!important;box-shadow:0 14px 28px #1d4ed833;font-size:16px!important;font-weight:800!important}.login-form__submit .semi-button-content{width:100%;display:flex;align-items:center;justify-content:center;gap:14px}.login-form__submit-icon{margin-left:auto}.login-form__divider{display:flex;align-items:center;gap:14px;margin:26px 0 22px;color:#a1acbb;font-size:13px}.login-form__divider:before,.login-form__divider:after{content:"";height:1px;flex:1;background:#e4eaf0}.login-form__oauth{display:grid;grid-template-columns:1fr 1fr;gap:16px}.login-form__oauth .semi-button{height:48px!important;border-radius:10px!important;border-color:#dde4ec!important;color:#445066!important;font-weight:800!important}.login-form__google{display:inline-flex;align-items:center;justify-content:center;margin-right:8px;color:#4285f4;font-size:18px;font-weight:900}.login-form__switch-row{display:flex;align-items:center;justify-content:center;gap:4px;margin-top:18px}.login-form__switch-row .semi-button{color:#16a085!important;font-weight:800!important}body[theme-mode=dark] .login-page{background:radial-gradient(circle at 20% 16%,rgba(37,99,235,.2),transparent 32%),radial-gradient(circle at 78% 28%,rgba(72,108,160,.16),transparent 34%),linear-gradient(180deg,#07101b,#0b1422 46%,#101b2b)}body[theme-mode=dark] .login-page:before{opacity:.28;background:repeating-linear-gradient(164deg,rgba(126,232,199,.1) 0 1px,transparent 1px 24px)}body[theme-mode=dark] .login-card-shell{background:#0c1523f0;border:1px solid rgba(157,176,202,.16);box-shadow:0 34px 90px #0000005c}body[theme-mode=dark] .login-brand{background:radial-gradient(circle at 24% 12%,rgba(37,99,235,.28),transparent 32%),linear-gradient(160deg,#071526,#092238 55%,#0a2d35)}body[theme-mode=dark] .login-brand__feature-icon,body[theme-mode=dark] .login-brand__badge{background:#ffffff14;border-color:#9db0ca33}body[theme-mode=dark] .login-form{background:radial-gradient(circle at top right,rgba(37,99,235,.1),transparent 32%),linear-gradient(180deg,#101b2dfa,#0b1421fa);border-left:1px solid rgba(157,176,202,.12)}body[theme-mode=dark] .login-form__eyebrow{color:#62dfc2}body[theme-mode=dark] .login-form__title{color:#edf3ff!important}body[theme-mode=dark] .login-form__desc,body[theme-mode=dark] .login-form__meta-row button,body[theme-mode=dark] .login-form__switch-row .semi-typography{color:#9db0ca!important}body[theme-mode=dark] .login-form .semi-form-field-label-text{color:#dce7f7}body[theme-mode=dark] .login-form .semi-input-wrapper{background:#070e18c7!important;border-color:#9db0ca38!important}body[theme-mode=dark] .login-form .semi-input-wrapper:hover,body[theme-mode=dark] .login-form .semi-input-wrapper:focus-within{border-color:#62dfc2d6!important;box-shadow:0 0 0 3px #2563eb38}body[theme-mode=dark] .login-form .semi-input,body[theme-mode=dark] .login-form .semi-input-password{color:#edf3ff!important;caret-color:#62dfc2}body[theme-mode=dark] .login-form .semi-input::placeholder{color:#9db0ca9e!important}body[theme-mode=dark] .login-form .semi-input-prefix,body[theme-mode=dark] .login-form .semi-input-suffix{color:#8fa3bf}body[theme-mode=dark] .login-form__meta-row button:hover,body[theme-mode=dark] .login-form__switch-row .semi-button{color:#62dfc2!important}body[theme-mode=dark] .login-form .semi-checkbox-addon{color:#9db0ca}body[theme-mode=dark] .login-form .semi-checkbox-inner-display{background:#070e18c7;border-color:#9db0ca47}body[theme-mode=dark] .login-form__divider{color:#7890ad}body[theme-mode=dark] .login-form__divider:before,body[theme-mode=dark] .login-form__divider:after{background:#9db0ca29}body[theme-mode=dark] .login-form__oauth .semi-button{background:#070e18c7!important;border-color:#9db0ca33!important;color:#dce7f7!important}body[theme-mode=dark] .login-form__oauth .semi-button:hover{background:#2563eb24!important;border-color:#62dfc261!important;color:#f4fbf8!important}@media (max-width: 1320px){.login-card-shell{width:min(1020px,100%)}}@media (max-width: 900px){.login-page{padding:18px 14px 32px}.login-card-shell{min-height:0;grid-template-columns:1fr;border-radius:22px}.login-brand{min-height:360px;padding:42px 30px}body[theme-mode=dark] .login-form{border-left:0;border-top:1px solid rgba(157,176,202,.12)}.login-brand__badge{margin-top:40px}.login-form{padding:38px 24px 34px}}@media (max-width: 520px){.login-brand__title{font-size:28px!important}.login-brand__feature{grid-template-columns:42px minmax(0,1fr)}.login-brand__feature-icon{width:42px;height:42px}.login-form__oauth{grid-template-columns:1fr}}body[theme-mode=dark] .dashboard-hero{background:radial-gradient(circle at top right,rgba(37,99,235,.14),transparent 28%),linear-gradient(160deg,#0f1827f5,#0d1b2deb)}body[theme-mode=dark] .dashboard-hero__summary-card{background:#ffffff0f;border-color:#ffffff14}body[theme-mode=dark] .dashboard-hero__meta span{background:#ffffff14}.dashboard-page{display:flex;flex-direction:column;gap:24px}.dashboard-hero{padding:32px;border-radius:36px;border:1px solid var(--app-border);background:radial-gradient(circle at top right,rgba(37,99,235,.18),transparent 28%),linear-gradient(160deg,#fffffff0,#f1f6f3e0);box-shadow:var(--app-shadow);display:flex;flex-direction:column;gap:16px}.dashboard-hero__vip-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.dashboard-entitlements{display:grid;gap:16px}.dashboard-overview{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.dashboard-overview__item{min-height:132px;padding:22px;border-radius:24px;border:1px solid rgba(13,39,86,.1);background:radial-gradient(circle at 82% 12%,rgba(29,109,255,.12),transparent 34%),#ffffffeb;box-shadow:var(--app-shadow-soft);display:flex;flex-direction:column;justify-content:space-between;gap:10px}.dashboard-overview__label{font-size:13px;color:var(--app-text-muted)}.dashboard-overview__item strong{font-size:clamp(24px,2vw,34px);line-height:1;font-weight:900;color:var(--app-accent-strong);letter-spacing:0}.dashboard-overview__item em{font-style:normal;font-size:12px;color:var(--app-text-muted)}.dashboard-panel--entitlements .semi-card-body{display:grid;gap:20px}.dashboard-package-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:16px}.dashboard-package-card{padding:20px;border-radius:22px;border:1px solid rgba(13,39,86,.1);background:linear-gradient(180deg,#fffffff0,#f8fbffdb);display:grid;gap:16px}.dashboard-package-card__top{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.dashboard-package-card__top .semi-typography{margin:10px 0 0!important}.dashboard-package-card__meta{display:flex;flex-wrap:wrap;gap:8px}.dashboard-package-card__meta span{padding:5px 10px;border-radius:999px;background:#1d6dff14;color:var(--app-text-muted);font-size:12px}.dashboard-quota-line{display:grid;gap:8px}.dashboard-quota-line--muted{padding:12px 14px;border-radius:14px;background:#64748b14}.dashboard-quota-line__head{display:flex;align-items:center;justify-content:space-between;gap:16px;color:var(--app-text-muted);font-size:13px}.dashboard-quota-line__head strong{color:var(--semi-color-text-0);font-size:14px;font-weight:800;text-align:right}.dashboard-quota-line__bar{height:8px;border-radius:999px;background:#0d275614;overflow:hidden}.dashboard-quota-line__bar i{display:block;height:100%;border-radius:inherit;background:var(--app-accent);transition:width .35s ease}.dashboard-quota-line__bar--green i{background:#10b981}.dashboard-entitlements__empty{min-height:180px;border:1px dashed rgba(13,39,86,.18);border-radius:20px;display:grid;place-content:center;gap:8px;text-align:center;background:#f8fbffb8}@media (max-width: 900px){.dashboard-overview{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 640px){.dashboard-overview,.dashboard-package-grid{grid-template-columns:1fr}.dashboard-package-card__top,.dashboard-quota-line__head{align-items:flex-start;flex-direction:column}.dashboard-quota-line__head strong{text-align:left}}.dash-quota-card{padding:20px;border-radius:20px;background:#fff9;border:1px solid rgba(255,255,255,.8)}.dash-quota-card--exhausted{background:#fff8ebe6;border-color:#eab3084d}.dash-quota-card__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.dash-quota-card__label{font-size:13px;color:var(--app-text-muted)}.dash-quota-card__badge{font-size:11px;font-weight:700;padding:2px 10px;border-radius:999px;background:#f59e0b;color:#fff}.dash-quota-card__amount{display:flex;align-items:baseline;gap:4px;margin-bottom:12px}.dash-quota-card__num{font-size:40px;font-weight:800;letter-spacing:-.04em;color:var(--app-accent-strong);line-height:1}.dash-quota-card--exhausted .dash-quota-card__num{color:#d97706}.dash-quota-card__unit{font-size:15px;color:var(--app-text-muted)}.dash-quota-card__bar-wrap{height:6px;border-radius:999px;background:#00000014;margin-bottom:10px;overflow:hidden}.dash-quota-card__bar{height:100%;border-radius:999px;background:var(--app-accent);transition:width .4s ease}.dash-quota-card--exhausted .dash-quota-card__bar{background:#f59e0b}.dash-quota-card__footer{display:flex;justify-content:space-between;font-size:12px;color:var(--app-text-muted)}.dash-quota-card__tip{margin-top:12px;padding:10px 14px;border-radius:12px;background:#f59e0b1a;font-size:12px;color:#92400e;line-height:1.6}.dash-mini-card{padding:14px 16px;border-radius:16px;background:#fff9;border:1px solid rgba(255,255,255,.8);display:flex;flex-direction:column;gap:6px}.dash-mini-card__label{font-size:12px;color:var(--app-text-muted)}.dash-mini-card__value{font-size:22px;font-weight:800;letter-spacing:-.03em;color:var(--semi-color-text-0)}.dash-mini-card__value small{font-size:13px;font-weight:500;color:var(--app-text-muted)}body[theme-mode=dark] .dash-quota-card,body[theme-mode=dark] .dash-mini-card{background:#ffffff0d;border-color:#ffffff14}body[theme-mode=dark] .dash-quota-card--exhausted{background:#78500033;border-color:#eab30833}body[theme-mode=dark] .dash-quota-card__tip{background:#f59e0b1f;color:#fcd34d}.dashboard-hero__eyebrow{margin-bottom:14px;color:var(--app-accent-strong);font-size:12px;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.dashboard-hero__title{margin:0 0 8px!important;font-size:clamp(28px,3.5vw,40px)!important;letter-spacing:-.03em}.dashboard-hero__description{display:block;margin-bottom:10px;font-size:20px;font-weight:700}.dashboard-hero__subcopy{display:block;margin-bottom:20px;font-size:13px;color:var(--app-text-muted);letter-spacing:.01em}.dashboard-hero__actions{display:flex;flex-wrap:wrap;align-items:center;gap:14px;margin-top:28px}.dashboard-hero__button{border:none!important;border-radius:16px!important;background:linear-gradient(135deg,var(--app-accent),var(--app-accent-strong))!important;box-shadow:0 18px 34px #1d4ed83d}.dashboard-hero__meta{display:flex;flex-wrap:wrap;gap:8px}.dashboard-hero__meta span{display:inline-flex;align-items:center;padding:10px 14px;border-radius:999px;background:#0f172a0f;color:var(--app-text);font-size:13px;font-weight:600}.dashboard-hero__summary{display:grid;gap:14px}.dashboard-hero__summary-card{padding:22px;border-radius:24px;background:#ffffffd1;border:1px solid rgba(255,255,255,.72);box-shadow:var(--app-shadow-soft)}.dashboard-hero__summary-card strong{display:block;margin:10px 0 6px;font-size:32px;letter-spacing:-.04em}.dashboard-hero__summary-card span{color:var(--app-text-muted);font-size:13px;line-height:1.6}.dashboard-hero__summary-card--accent{background:linear-gradient(160deg,#0f172aeb,#1d4ed8db);color:#eefaf6}.dashboard-hero__summary-card--accent .dashboard-panel__muted,.dashboard-hero__summary-card--accent span{color:#eefaf6c7!important}.dashboard-metric-grid,.dashboard-chart-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.dashboard-metric-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.dashboard-stat-card,.dashboard-panel{border-radius:28px!important;border:1px solid var(--app-border)!important;background:var(--app-surface)!important;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);box-shadow:var(--app-shadow)}.dashboard-stat-card .semi-card-body,.dashboard-panel .semi-card-body{padding:24px!important}.dashboard-stat-card strong{display:block;margin-top:12px;font-size:34px;letter-spacing:-.04em}.dashboard-stat-card--warning strong{color:var(--app-warning)}.dashboard-stat-card--success strong{color:var(--app-success)}.dashboard-panel__header,.dashboard-section__header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:18px}.dashboard-panel__header .semi-typography,.dashboard-section__header .semi-typography{margin:0!important}.dashboard-panel__muted{color:var(--app-text-muted)!important}.dashboard-cli__toolbar{display:flex;flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:18px}.dashboard-cli__list{display:grid;gap:12px}.dashboard-cli__item{padding:16px;border-radius:20px;background:#0f172a0d;border:1px solid var(--app-border)}.dashboard-cli__item-meta{display:flex;align-items:center;gap:8px;margin-bottom:10px}.dashboard-cli__dot{width:10px;height:10px;border-radius:999px}.dashboard-cli__command{display:flex;align-items:center;gap:12px;padding:12px 14px;border-radius:16px;background:#0f172aeb;color:#f1fff9}.dashboard-cli__command code{flex:1;font-size:12px;line-height:1.7;word-break:break-all;white-space:pre-wrap}.dashboard-cli__copy{color:#f1fff9!important}.dashboard-model-tags{display:flex;flex-wrap:wrap;gap:10px}.dashboard-model-tags .semi-tag{border-radius:999px}.dashboard-section{display:flex;flex-direction:column;gap:16px}.dashboard-chart-grid--secondary{grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr)}.dashboard-chart{width:100%;height:320px}.dashboard-table .semi-table-container{border-radius:18px;overflow:hidden}.pricing-page{display:flex;flex-direction:column;gap:16px}.pricing-page__hero{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;padding:26px 28px;border:1px solid rgba(13,39,86,.1);border-radius:18px;background:radial-gradient(circle at 92% 0%,rgba(29,109,255,.14),transparent 32%),#ffffffdb;box-shadow:var(--app-shadow-soft)}.pricing-page__eyebrow{display:inline-flex;margin-bottom:10px;padding:5px 11px;border-radius:999px;background:#1d6dff1a;color:var(--app-accent)!important;font-size:12px;font-weight:900}.pricing-page__title{margin:0 0 8px!important;color:var(--app-text)!important;font-size:clamp(28px,3vw,40px)!important;font-weight:950!important}.pricing-page__desc{display:block;max-width:620px;color:var(--app-text-muted)!important;line-height:1.7}.pricing-page__toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px}.pricing-page__table-card{border-radius:28px!important;border:1px solid var(--app-border)!important;background:var(--app-surface)!important;box-shadow:var(--app-shadow)}.pricing-page__table-card .semi-card-body{padding:8px 0!important}.pricing-list{display:flex;flex-direction:column}.pricing-list__empty{padding:48px;text-align:center;color:var(--app-text-muted)}.pricing-list__header{display:flex;align-items:center;padding:8px 24px;background:var(--semi-color-fill-0);border-bottom:1px solid var(--app-border);border-radius:28px 28px 0 0}.pricing-list__header-prices{display:flex;align-items:center;gap:0}.pricing-list__header-col{width:200px;text-align:right;font-size:12px;font-weight:600;color:var(--app-text-muted);letter-spacing:.04em}.pricing-list__header-col--ours{background:linear-gradient(135deg,#f857a6,#a855f7);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.pricing-list__header-divider{width:1px;height:16px;background:var(--app-border);margin:0 16px}.pricing-card{display:flex;align-items:center;padding:10px 24px;border-bottom:1px solid var(--app-border);transition:background .15s;gap:12px}.pricing-card:last-child{border-bottom:none}.pricing-card:hover{background:var(--semi-color-fill-0)}.pricing-card__name-col{flex:1;display:flex;align-items:center;gap:8px;min-width:0}.pricing-card__name{font-family:monospace;font-size:13px;font-weight:600;color:var(--semi-color-text-0);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pricing-card__meta{display:flex;align-items:center;gap:6px;flex-shrink:0}.pricing-card__col{display:flex;gap:24px;width:200px;justify-content:flex-end;flex-shrink:0}.pricing-card__col--ours{width:200px;margin-left:32px}.pricing-card__col-na{color:var(--app-text-muted);font-size:13px}.pricing-price-block{display:flex;flex-direction:column;align-items:flex-end;gap:2px;min-width:80px}.pricing-price-block__label{font-size:11px;color:var(--app-text-muted)}.pricing-price-block__value{font-size:14px;font-weight:700;color:var(--semi-color-text-0)}.pricing-price-block__value--highlight{color:var(--semi-color-success)}.pricing-discount-badge{display:inline-flex;align-items:center;padding:2px 8px;border-radius:999px;font-size:12px;font-weight:700;color:#fff;background:linear-gradient(135deg,#f857a6,#a855f7);flex-shrink:0;letter-spacing:.02em}.app-code-block{display:flex;align-items:center;gap:10px;padding:10px 14px;border-radius:14px;background:var(--app-bg-deep);border:1px solid var(--app-border)}.app-code-block code{flex:1;font-size:12px;word-break:break-all}.token-key-cell{display:inline-flex;align-items:center;gap:6px;font-family:SF Mono,Fira Code,Consolas,monospace;font-size:13px}.setting-page__panel{margin-top:16px}.setting-page .semi-tabs-bar{padding:6px 8px;border-radius:18px;border:1px solid var(--app-border);background:var(--app-surface);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);box-shadow:var(--app-shadow-soft)}.setting-page .semi-tabs-bar .semi-tabs-tab{border-radius:14px;font-weight:650}.setting-page .semi-tabs-bar .semi-tabs-tab:hover{color:var(--app-accent-strong)}.setting-page .semi-tabs-bar .semi-tabs-tab-active,.setting-page .semi-tabs-bar .semi-tabs-tab-active:hover{background:var(--app-accent-soft);color:var(--app-accent-strong)}.not-found{display:grid;place-items:center;min-height:calc(100vh - 160px);padding:40px 0 60px}.not-found__card{width:min(520px,100%);text-align:center}.not-found__badge{width:84px;height:84px;margin:8px auto 18px;display:grid;place-items:center;border-radius:24px;background:linear-gradient(160deg,#0f172aeb,#1d4ed8c7);color:#ffffffeb;font-size:22px;font-weight:900;letter-spacing:.12em}.not-found__title{margin:0 0 6px!important}.not-found__desc{display:block;margin-bottom:18px;line-height:1.8}.not-found__actions{display:flex;justify-content:center;gap:10px;flex-wrap:wrap}@media (max-width: 1100px){.app-shell__chrome{grid-template-columns:1fr}.console-sider{width:100%!important;min-width:0!important;max-width:none!important;flex:1 1 auto!important}.app-shell__rail{position:static}.login-page{grid-template-columns:1fr}.login-page__headline{max-width:none}.dashboard-hero{flex-direction:column}.dashboard-hero__vip-grid{grid-template-columns:repeat(2,1fr)}.dashboard-chart-grid,.dashboard-chart-grid--secondary{grid-template-columns:1fr}.dashboard-metric-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.pricing-card{flex-wrap:wrap}.pricing-card__prices{width:100%}.pricing-card__price-item{width:auto;flex:1}}.console-modal .semi-modal-content{border-radius:var(--app-radius-xl)!important;border:1px solid var(--app-border)!important;background:var(--app-surface-strong)!important;box-shadow:var(--app-shadow)!important;overflow:hidden;max-width:calc(100vw - 32px)}.console-modal .semi-modal-header{padding:24px 28px 0!important;border-bottom:none!important}.console-modal .semi-modal-header .semi-modal-header-text{font-size:18px;font-weight:800;letter-spacing:-.02em}.console-modal .semi-modal-body{padding:20px 28px 28px!important;max-height:70vh;overflow-y:auto}.console-modal .semi-modal-footer{padding:0 28px 24px!important;border-top:none!important}.console-modal .semi-form .semi-form-field-label-text{font-weight:600}.console-modal .semi-form .semi-input-wrapper,.console-modal .semi-form .semi-select,.console-modal .semi-form .semi-datepicker-range-input,.console-modal .semi-form .semi-input-textarea-wrapper{border-radius:14px!important}.console-modal__submit{margin-top:16px;border:none!important;border-radius:16px!important;background:linear-gradient(135deg,var(--app-accent),var(--app-accent-strong))!important;box-shadow:0 14px 28px #1d4ed833}.console-modal__footer-btn{border:none!important;border-radius:14px!important;background:linear-gradient(135deg,var(--app-accent),var(--app-accent-strong))!important;color:#fff!important;box-shadow:0 14px 28px #1d4ed833}.console-modal__code-block{display:flex;align-items:center;gap:8px;padding:10px 14px;border-radius:14px;background:var(--app-bg-deep);border:1px solid var(--app-border)}.console-modal__code-block code{flex:1;font-size:12px;word-break:break-all}.console-page-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:24px 28px 20px;margin-bottom:16px}.console-page-head__copy{display:flex;flex-direction:column;gap:4px;min-width:0}.console-page-head__actions{display:flex;align-items:center;gap:10px;flex-shrink:0}.console-filter-bar{display:flex;flex-direction:column;gap:14px;padding:22px 24px;margin:0 24px 16px;background:#fff;border:1px solid var(--console-border-soft, rgba(21, 42, 76, .08));border-radius:14px;box-shadow:var(--console-shadow, 0 10px 24px rgba(15, 23, 42, .06))}.console-filter-bar__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px 16px}.console-filter-bar__field{display:flex;flex-direction:column;gap:8px;min-width:0}.console-filter-bar__label{font-size:12px;font-weight:500;line-height:1.4;margin:0;color:var(--app-text-muted);letter-spacing:.01em}.console-filter-bar__actions{display:flex;align-items:center;justify-content:flex-start;gap:8px;flex-wrap:wrap}.console-filter-bar__actions .semi-button{border-radius:var(--app-radius-sm)}.console-filter-bar__extra{margin-left:auto;display:flex;align-items:center;gap:4px;flex-wrap:wrap}.console-data-table{margin:0 24px 24px;background:#fff;border:1px solid var(--console-border-soft, rgba(21, 42, 76, .08));border-radius:14px;box-shadow:var(--console-shadow, 0 10px 24px rgba(15, 23, 42, .06));overflow:hidden}.console-data-table .semi-table{border-radius:0;background:transparent;border:0;overflow:hidden}.console-data-table .semi-table-thead>.semi-table-row>.semi-table-row-head{background:#0f172a05!important;color:var(--app-text-muted)!important;font-weight:500!important;font-size:12.5px!important;text-transform:none;letter-spacing:.01em;border-bottom:1px solid var(--app-border-subtle)!important;padding:12px 16px!important}.console-data-table .semi-table-tbody>.semi-table-row>.semi-table-row-cell{padding:14px 16px!important;border-bottom:1px solid var(--app-border-subtle)!important;color:var(--app-text);font-size:13.5px}.console-data-table .semi-table-tbody>.semi-table-row:hover>.semi-table-row-cell{background:#2563eb0a!important}.console-data-table .semi-table-tbody>.semi-table-row:last-child>.semi-table-row-cell{border-bottom:0!important}.console-data-table .semi-table-pagination-outer{padding:14px 16px;border-top:1px solid var(--app-border-subtle);background:transparent}.console-data-table--compact .semi-table-tbody>.semi-table-row>.semi-table-row-cell{padding:10px 14px!important;font-size:13px}.console-status-tag{display:inline-flex;align-items:center;gap:4px;padding:2px 10px;border-radius:var(--app-radius-pill);font-size:12px;font-weight:600;line-height:1.6;white-space:nowrap;-webkit-user-select:none;user-select:none}.console-status-tag--md{padding:4px 12px;font-size:12.5px}.console-status-tag--success{background:var(--app-success-soft);color:var(--app-success)}.console-status-tag--warning{background:var(--app-warning-soft);color:var(--app-warning)}.console-status-tag--danger{background:var(--app-danger-soft);color:var(--app-danger)}.console-status-tag--info{background:var(--app-info-soft);color:var(--app-info)}.console-status-tag--neutral{background:var(--app-neutral-soft);color:var(--app-neutral)}.console-metric-card{display:flex;align-items:center;gap:16px;padding:20px 22px;background:var(--app-surface-strong);border:1px solid var(--app-border);border-radius:var(--app-radius-md);box-shadow:var(--app-shadow-sm);transition:box-shadow .16s ease,transform .16s ease,border-color .16s ease}.console-metric-card--interactive{cursor:pointer}.console-metric-card--interactive:hover{border-color:var(--app-border-strong);box-shadow:var(--app-shadow-md);transform:translateY(-1px)}.console-metric-card__icon{width:44px;height:44px;display:flex;align-items:center;justify-content:center;border-radius:var(--app-radius-sm);flex-shrink:0;font-size:20px}.console-metric-card--blue .console-metric-card__icon{background:var(--app-accent-soft);color:var(--app-accent-strong)}.console-metric-card--green .console-metric-card__icon{background:var(--app-success-soft);color:var(--app-success)}.console-metric-card--orange .console-metric-card__icon{background:var(--app-warning-soft);color:var(--app-warning)}.console-metric-card--red .console-metric-card__icon{background:var(--app-danger-soft);color:var(--app-danger)}.console-metric-card--neutral .console-metric-card__icon{background:var(--app-neutral-soft);color:var(--app-neutral)}.console-metric-card__body{display:flex;flex-direction:column;gap:6px;min-width:0;flex:1}.console-metric-card__label{font-size:12.5px;font-weight:500;color:var(--app-text-muted);letter-spacing:.01em}.console-metric-card__value-row{display:flex;align-items:baseline;gap:6px;flex-wrap:wrap}.console-metric-card__value{font-size:26px;font-weight:700;color:var(--app-text);line-height:1.1;font-variant-numeric:tabular-nums;letter-spacing:-.01em}.console-metric-card__unit{font-size:13px;color:var(--app-text-muted);font-weight:500}.console-metric-card__trend{margin-left:4px;padding:2px 8px;border-radius:var(--app-radius-pill);font-size:11.5px;font-weight:600}.console-metric-card__trend--up{background:var(--app-success-soft);color:var(--app-success)}.console-metric-card__trend--down{background:var(--app-danger-soft);color:var(--app-danger)}.console-metric-card__trend--flat{background:var(--app-neutral-soft);color:var(--app-neutral)}.console-empty-state{padding:48px 24px}.cli-brand-dot{display:inline-block;width:8px;height:8px;border-radius:50%;flex-shrink:0}.log-detail-row{display:flex;padding:10px 0;border-bottom:1px solid var(--app-border-subtle);gap:12px}.log-detail-row:last-child{border-bottom:0}.log-detail-row__label{min-width:120px;font-weight:600;color:var(--app-text-muted);font-size:13px}.log-detail-row__value{flex:1;color:var(--app-text);font-size:13.5px;word-break:break-all}.log-detail-row__value--error{color:var(--app-danger)}.log-detail-row__value--mono{font-family:SF Mono,Menlo,Consolas,monospace;font-size:12.5px}.log-detail-section-title{margin:14px 0 4px;color:var(--app-text-muted);font-size:12px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.log-date-presets{flex-wrap:wrap}.log-date-range{display:flex;flex-wrap:wrap;align-items:center;gap:6px 8px;min-width:0;width:100%}.log-date-range__picker{flex:1 1 160px;min-width:0}.log-date-range__sep{flex-shrink:0;color:var(--app-text-muted);font-size:13px;line-height:1;-webkit-user-select:none;user-select:none}.log-date-range__presets{display:flex;flex-wrap:wrap;gap:2px;margin-left:auto}.log-date-range__presets .semi-button{height:24px!important;min-height:24px!important;padding:0 8px!important;font-size:12px!important;border-radius:12px!important;color:var(--app-text-muted)!important;background:transparent!important}.log-date-range__presets .semi-button:hover{color:var(--app-accent)!important;background:var(--app-accent-soft)!important}.dashboard-quickstart{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:480px;padding:32px 16px;gap:0}.dashboard-quickstart__icon{width:64px;height:64px;border-radius:50%;background:var(--app-accent-soft);color:var(--app-accent);display:flex;align-items:center;justify-content:center;margin-bottom:20px}.dashboard-quickstart__title{margin:0 0 8px}.dashboard-quickstart__desc{display:block;text-align:center;max-width:340px;line-height:1.7;margin-bottom:24px}.dashboard-quickstart__cta{margin-bottom:28px}.dashboard-quickstart__steps{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;width:360px}.dashboard-quickstart-step{padding:12px 8px;border-radius:var(--app-radius-md);border:1px solid var(--app-border);text-align:center;background:var(--app-surface-strong)}.dashboard-quickstart-step__num{color:var(--app-accent);font-weight:700;margin-bottom:4px}.dashboard-usage-metrics{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px}.adm-pool__amounts{display:flex;align-items:baseline;gap:10px;margin:14px 0 16px}.adm-pool__remaining{font-size:48px;font-weight:800;letter-spacing:-.03em;color:var(--app-accent);line-height:1}.adm-pool__total{font-size:16px;color:var(--app-text-muted)}.adm-usage-progress{height:12px;border-radius:6px;background:var(--app-border-subtle);overflow:hidden;margin-bottom:10px}.adm-usage-progress__fill{height:100%;border-radius:6px;transition:width .4s ease;background:var(--app-accent)}.adm-usage-progress__fill--accent{background:var(--app-accent)}.adm-usage-progress__fill--warning{background:var(--app-warning)}.adm-usage-progress__fill--danger{background:var(--app-danger)}.adm-chart-legend-dot{display:inline-block;width:10px;height:10px;border-radius:2px;margin-right:4px}.adm-chart-legend-dot--capacity{background:var(--app-neutral);opacity:.5}.adm-chart-legend-dot--used{background:var(--app-accent)}.adm-chart-tooltip{position:absolute;background:var(--app-surface);border-radius:var(--app-radius-md);padding:14px 18px;box-shadow:var(--app-shadow-lg);pointer-events:none;z-index:10;font-family:inherit;border:1px solid var(--app-border)}.adm-chart-tooltip__date{font-size:17px;font-weight:700;margin-bottom:10px;color:var(--app-text)}.adm-chart-tooltip__row{display:flex;justify-content:space-between;gap:24px;margin-bottom:6px}.adm-chart-tooltip__label{color:var(--app-text-muted)}.adm-chart-tooltip__value{font-weight:600}.adm-chart-tooltip__value--bold{font-weight:700}.adm-chart-tooltip__value--pos{color:var(--app-success)}.adm-chart-tooltip__value--neg{color:var(--app-danger)}.adm-chart-tooltip__divider{border-top:1px solid var(--app-border-subtle);margin-top:8px;padding-top:8px}.adm-month-picker{display:flex;align-items:center;gap:8px}.adm-month-picker__select{padding:4px 10px;border-radius:var(--app-radius-xs);font-size:13px;border:1px solid var(--app-border);background:var(--app-surface);color:var(--app-text);cursor:pointer;outline:none}.adm-month-picker__select:focus{border-color:var(--app-accent);box-shadow:0 0 0 3px var(--app-accent-ring)}@media (max-width: 768px){.app-shell__header{padding:16px 16px 0}.app-shell__header-inner{flex-wrap:wrap;padding:14px 16px}.app-shell__brand-text span{display:none}.app-shell__chrome,.app-shell__marketing-content{padding:16px}.login-page__hero,.login-card .semi-card-body{padding:24px!important}.login-page__highlights{grid-template-columns:1fr}.dashboard-hero,.dashboard-stat-card .semi-card-body,.dashboard-panel .semi-card-body{padding:22px!important}.dashboard-metric-grid{grid-template-columns:1fr}}.notice-modal .semi-modal-content{border-radius:16px;overflow:hidden}.notice-modal .semi-modal-body{padding:28px 32px 16px;max-height:70vh;overflow-y:auto}.notice-modal .semi-modal-footer{padding:12px 32px 20px;border-top:1px solid var(--semi-color-border)}.notice-content{font-size:14px;line-height:1.75;color:var(--semi-color-text-0)}.notice-content .notice-h2{font-size:18px;font-weight:700;margin:0 0 16px;padding-bottom:10px;border-bottom:2px solid var(--semi-color-primary);display:inline-block}.notice-content .notice-h3{font-size:15px;font-weight:700;margin:20px 0 10px;padding:8px 14px;background:var(--semi-color-primary-light-default);border-radius:8px;border-left:3px solid var(--semi-color-primary)}.notice-content .notice-h4{font-size:14px;font-weight:600;margin:14px 0 6px;color:var(--semi-color-text-1)}.notice-content .notice-hr{border:none;border-top:1px dashed var(--semi-color-border);margin:16px 0}.notice-content .notice-p{margin:4px 0}.notice-content .notice-li{display:flex;align-items:flex-start;gap:8px;padding:4px 0 4px 4px}.notice-content .notice-li--sub{padding-left:24px}.notice-content .notice-li-dot{flex-shrink:0;width:6px;height:6px;border-radius:50%;background:var(--semi-color-primary);margin-top:8px}.notice-content .notice-li-num{flex-shrink:0;width:22px;height:22px;border-radius:50%;background:var(--semi-color-primary);color:#fff;font-size:12px;font-weight:700;display:flex;align-items:center;justify-content:center;margin-top:2px}.notice-content .notice-code{background:var(--semi-color-fill-1);padding:1px 7px;border-radius:4px;font-size:13px;font-family:SF Mono,Menlo,monospace}.notice-content .notice-link{color:var(--semi-color-link);text-decoration:none;word-break:break-all}.notice-content .notice-link:hover{text-decoration:underline}.notice-content .notice-arrow{color:var(--semi-color-primary);font-weight:700;padding:0 2px}:root{--app-bg-top: #f8fbff;--app-bg: #f3f7ff;--app-bg-deep: #eaf1ff;--app-surface: rgba(255, 255, 255, .86);--app-surface-strong: #ffffff;--app-text: #061329;--app-text-secondary: rgba(6, 19, 41, .72);--app-text-muted: #6a7891;--app-border: rgba(13, 39, 86, .11);--app-accent: #1d6dff;--app-accent-strong: #075cf3;--app-accent-deep: #061b3d;--app-accent-soft: rgba(29, 109, 255, .1);--app-gradient: linear-gradient(135deg, #1d6dff 0%, #0052e8 100%);--app-warning: #e88a16;--app-success: #18b789;--app-shadow: 0 24px 64px rgba(10, 37, 84, .1);--app-shadow-soft: 0 14px 38px rgba(10, 37, 84, .075);--app-shadow-accent: 0 18px 34px rgba(29, 109, 255, .24);--app-radius-xl: 22px;--app-radius-lg: 18px;--app-radius-md: 14px;--app-radius-sm: 10px;--app-content-width: 1480px}body{background:radial-gradient(circle at 82% 8%,rgba(29,109,255,.12),transparent 28%),radial-gradient(circle at 18% 10%,rgba(125,169,255,.12),transparent 30%),linear-gradient(180deg,#fbfdff 0%,var(--app-bg) 48%,var(--app-bg-deep) 100%);--semi-color-primary: var(--app-accent) !important;--semi-color-primary-hover: var(--app-accent-strong) !important;--semi-color-primary-active: #0347c9 !important;--semi-color-primary-light-default: var(--app-accent-soft) !important;--semi-color-primary-light-hover: rgba(29, 109, 255, .16) !important;--semi-color-primary-light-active: rgba(29, 109, 255, .22) !important;--semi-color-link: var(--app-accent) !important;--semi-color-link-hover: var(--app-accent-strong) !important;--semi-color-focus-border: var(--app-accent) !important;--semi-color-border: var(--app-border) !important;--semi-color-text-0: var(--app-text) !important;--semi-color-text-1: var(--app-text-secondary) !important;--semi-color-text-2: var(--app-text-muted) !important;--semi-color-fill-0: rgba(13, 39, 86, .045) !important;--semi-color-fill-1: rgba(13, 39, 86, .07) !important;--semi-color-fill-2: rgba(13, 39, 86, .105) !important;--semi-color-bg-0: rgba(255, 255, 255, .94) !important;--semi-color-bg-1: rgba(255, 255, 255, .9) !important}body[theme-mode=dark]{--app-bg-top: #07101f;--app-bg: #0b1426;--app-bg-deep: #111d34;--app-surface: rgba(12, 22, 40, .86);--app-surface-strong: #101a2d;--app-text: #f2f7ff;--app-text-secondary: rgba(242, 247, 255, .74);--app-text-muted: #96a8c5;--app-border: rgba(162, 184, 220, .16);--app-accent-soft: rgba(68, 132, 255, .18);--app-shadow: 0 26px 80px rgba(0, 0, 0, .26);--app-shadow-soft: 0 18px 44px rgba(0, 0, 0, .2);--app-shadow-accent: 0 18px 42px rgba(0, 0, 0, .32);background:radial-gradient(circle at 76% 8%,rgba(68,132,255,.22),transparent 30%),radial-gradient(circle at 14% 8%,rgba(18,183,255,.12),transparent 28%),linear-gradient(180deg,#07101f,#0b1426 46%,#111d34)}.brand-orbital{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;pointer-events:none}.brand-orbital:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 22% 24%,rgba(92,145,255,.26),transparent 28%),radial-gradient(circle at 72% 70%,rgba(54,124,255,.18),transparent 30%),linear-gradient(150deg,rgba(255,255,255,.08),transparent 38%)}.brand-orbital:after{content:"";position:absolute;top:-24%;right:-22%;bottom:-24%;left:-22%;opacity:.24;background:repeating-linear-gradient(118deg,rgba(122,166,255,.22) 0 1px,transparent 1px 34px);transform:rotate(-8deg)}.brand-orbital__ring{position:absolute;border:1px solid rgba(112,164,255,.28);border-radius:50%;transform:rotate(-22deg) skew(-8deg)}.brand-orbital__ring--one{width:460px;height:190px;left:-126px;bottom:88px}.brand-orbital__ring--two{width:620px;height:260px;left:-190px;bottom:-8px;opacity:.72}.brand-orbital__ring--three{width:330px;height:126px;right:-120px;top:172px;opacity:.55}.brand-orbital__dot{position:absolute;width:9px;height:9px;border-radius:999px;background:#8eb5ff;box-shadow:0 0 0 7px #578eff1a,0 0 26px #78abffc7}.brand-orbital__dot--one{left:58px;top:26%}.brand-orbital__dot--two{right:62px;top:45%;width:12px;height:12px}.brand-orbital__dot--three{left:42%;bottom:82px;width:7px;height:7px}.brand-orbital__dot{display:none}.brand-orbital__line{position:absolute;width:1px;height:360px;background:linear-gradient(180deg,transparent,rgba(99,155,255,.5),transparent);transform:rotate(58deg)}.brand-orbital__line--one{left:42%;top:-80px}.brand-orbital__line--two{right:20%;bottom:-120px;opacity:.65}.app-shell .semi-button-primary.semi-button-solid:not(.semi-button-disabled),.app-shell__login-button{background:linear-gradient(135deg,#071933,#051126)!important;border:none!important;box-shadow:0 18px 36px #05112638!important}.app-shell .semi-button-primary.semi-button-solid:not(.semi-button-disabled):hover,.app-shell__login-button:hover{filter:brightness(1.08);box-shadow:0 20px 42px #05112647!important}.app-shell .semi-input-wrapper:focus-within,.app-shell .semi-input-textarea-wrapper:focus-within,.app-shell .semi-select:focus-within,.app-shell .semi-datepicker-range-input:focus-within,.app-shell .semi-datepicker-input:focus-within{border-color:#1d6dffcc!important;box-shadow:0 0 0 3px #1d6dff1f}.app-shell .semi-card{border-radius:18px!important;border:1px solid rgba(13,39,86,.11)!important;background:#ffffffe0!important;box-shadow:var(--app-shadow-soft)}body[theme-mode=dark] .app-shell .semi-card{border-color:#a2b8dc29!important;background:#0c1628db!important}.app-shell--public .app-shell__header{position:fixed;inset:0 0 auto;z-index:80;padding:20px 36px 0}.app-shell--public .app-shell__header-inner{max-width:1500px;min-height:58px;padding:10px 18px;border-radius:16px;background:#ffffffc7;border-color:#0d275614;box-shadow:0 16px 42px #0a255414}.app-shell__nav{display:flex;align-items:center;gap:clamp(8px,1.8vw,28px);margin-left:auto}.app-shell__actions{gap:12px}.app-shell__brand-mark{width:44px;height:44px;border-radius:12px}.app-shell__brand-text strong{color:#07142b;font-size:20px;letter-spacing:0}.app-shell__brand-text span{color:#62708a;letter-spacing:.02em}.app-shell__user-trigger{display:inline-flex;align-items:center;gap:9px;min-height:36px;padding:4px 8px 4px 4px;border:0;border-radius:999px;background:transparent;color:var(--app-text);cursor:pointer;font-weight:700}.app-shell__user-trigger:hover{background:#1d6dff14}.app-shell__avatar{background:linear-gradient(135deg,#071933,#123b84)!important;color:#fff!important}.app-shell--console{min-height:100vh;background:radial-gradient(circle at 78% 8%,rgba(29,109,255,.08),transparent 28%),linear-gradient(180deg,#fbfdff,#f4f8ff)}.app-shell__chrome{max-width:none;min-height:100vh;grid-template-columns:260px minmax(0,1fr);gap:0;padding:0;margin:0;align-items:stretch}.app-shell__rail{position:sticky;top:0;height:100vh;z-index:40}.console-sider{width:240px!important;min-width:240px!important;max-width:240px!important;height:100vh;flex:0 0 240px!important}.console-sider__card{position:relative;display:flex;flex-direction:column;min-height:100vh;height:100%;overflow:hidden;padding:22px 14px 18px;border-radius:0;border:0;border-right:1px solid var(--sider-border);background:linear-gradient(180deg,var(--sider-bg-start),var(--sider-bg-end));box-shadow:none;color:var(--sider-text)}.console-sider__orbital{display:none}.console-sider__brand,.console-sider__nav-list,.console-sider__plan-card{position:relative;z-index:1}.console-sider__brand{display:flex;align-items:center;gap:12px;width:100%;padding:0 8px 20px;border:0;background:transparent;color:inherit;text-align:left;cursor:pointer}.console-sider__brand-mark{width:36px;height:36px;border-radius:8px;background:transparent}.console-sider__brand span{display:grid;gap:2px;min-width:0}.console-sider__brand strong{overflow:hidden;color:var(--sider-text-active);font-size:16px;font-weight:700;line-height:1.2;text-overflow:ellipsis;white-space:nowrap}.console-sider__brand em{overflow:hidden;color:var(--sider-text-muted);font-size:11px;font-style:normal;font-weight:500;letter-spacing:.04em;text-overflow:ellipsis;white-space:nowrap}.console-sider__eyebrow,.console-sider__title{display:none}.console-sider__nav-list{display:flex;flex-direction:column;gap:2px}.console-sider__section-label{padding:16px 12px 6px;color:var(--sider-text-muted);font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.06em}.console-sider__item{display:flex;align-items:center;gap:10px;width:100%;min-height:40px;padding:8px 12px;border:1px solid transparent;border-radius:var(--app-radius-sm);background:transparent;color:var(--sider-text);font-size:13.5px;font-weight:500;text-align:left;cursor:pointer;transition:background-color .12s ease,color .12s ease,box-shadow .12s ease}.console-sider__item svg{font-size:16px;flex-shrink:0}.console-sider__item:hover{background:var(--sider-item-hover);color:var(--sider-text-active)}.console-sider__item--active{background:var(--sider-item-active)!important;border-color:var(--sider-item-active-border);color:var(--sider-text-active)!important;font-weight:600;box-shadow:inset 3px 0 0 var(--app-on-dark-accent)}.console-sider__plan-card{display:grid;gap:8px;margin-top:auto;width:100%;padding:14px 12px;border:1px solid rgba(255,255,255,.08);border-radius:var(--app-radius-md);background:#3b82f61a;color:var(--sider-text-active);cursor:pointer;text-align:left;transition:background-color .12s ease}.console-sider__plan-card:hover{background:#3b82f629}.console-sider__plan-name{display:flex;align-items:center;justify-content:space-between;gap:8px;font-size:13px;font-weight:700}.console-sider__plan-name em{padding:2px 8px;border-radius:var(--app-radius-pill);border:1px solid rgba(147,197,253,.32);background:#93c5fd1a;color:#93c5fd;font-size:10.5px;font-style:normal;font-weight:600}.console-sider__plan-meta{color:var(--sider-text-muted);font-size:11.5px}.console-sider__plan-link{display:inline-flex;align-items:center;gap:6px;color:#93c5fd;font-size:11.5px;font-weight:600}.app-shell__content{min-height:100vh;padding:0!important;background:var(--app-bg-top);border-left:0;border-radius:0;box-shadow:none}.app-shell__console-topbar{position:sticky;top:0;z-index:35;display:flex;align-items:center;justify-content:flex-end;min-height:76px;padding:18px clamp(28px,4vw,52px) 8px;background:linear-gradient(180deg,#fffffff0,#ffffffc7);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}body[theme-mode=dark] .app-shell__console-topbar{background:linear-gradient(180deg,#0b1426f5,#0b1426c2)}.app-shell__content-body{padding:0 clamp(28px,4vw,52px) 44px}.page-container{max-width:1280px;margin:0 auto}.page-header{position:relative;top:auto;z-index:1;align-items:flex-end;padding:0 0 18px;margin:0 0 8px;background:transparent!important}.page-header .semi-typography{color:var(--app-text)!important;font-size:30px!important;font-weight:900!important;letter-spacing:0}.page-toolbar{padding:22px 24px;margin-bottom:18px;border:1px solid rgba(13,39,86,.11);border-radius:18px;background:#ffffffc7;box-shadow:var(--app-shadow-soft)}.page-toolbar__label{color:#31405c;font-size:13px;font-weight:800}.app-shell .semi-card>.semi-card-body{padding:24px!important}.app-shell .semi-table-container{overflow-x:auto;border-radius:14px}.app-shell .semi-table-thead>.semi-table-row>.semi-table-row-head{background:#f5f8fefa!important;color:#54627b!important;font-weight:850!important}.app-shell .semi-table-tbody>.semi-table-row:hover>.semi-table-row-cell{background:#1d6dff09!important}.app-shell--public .app-shell__marketing-content{max-width:none;padding:0!important}.home{position:relative;max-width:1520px;min-height:100vh;padding:96px clamp(28px,4vw,64px) 0 clamp(240px,17vw,300px);overflow:hidden}.home__brand-orbital{position:fixed;inset:0 auto 0 0;width:clamp(180px,17vw,260px);background:linear-gradient(160deg,#030b19,#061833 54%,#082151);clip-path:polygon(0 0,94% 0,73% 100%,0 100%);z-index:0}.home__hero,.home__stats,.home__section,.home__cta-section,.home__footer{position:relative;z-index:1}.home__hero{padding:48px 0 36px}.home__hero-bg{inset:0 -9% auto -5%;height:640px;background:radial-gradient(circle at 72% 26%,rgba(29,109,255,.13),transparent 26%),radial-gradient(circle at 92% 50%,rgba(95,149,255,.12),transparent 25%),repeating-linear-gradient(158deg,rgba(29,109,255,.045) 0 1px,transparent 1px 40px);opacity:1}.home__hero-inner{grid-template-columns:minmax(430px,.92fr) minmax(480px,1.08fr);min-height:520px}.home__badge{background:#e8f0ffe6;border-color:#1d6dff24;color:var(--app-accent)}.home__headline{max-width:10.5em;color:#061329!important;font-size:clamp(52px,5vw,76px)!important;font-weight:950!important}.home__headline-accent{background:linear-gradient(135deg,#061329,#1d6dff 45%,#075cf3);-webkit-background-clip:text;background-clip:text}.home__description{max-width:560px;color:#56657f;font-size:18px}.home__cta-primary{background:linear-gradient(135deg,#071933,#051126);border-radius:10px;box-shadow:0 18px 36px #05112633}.home__cta-secondary{background:#ffffffc7;border-color:#0d27561f;border-radius:10px}.home__hero-marks span,.home__stats,.home__feature-card,.home__model-chip,.home__install,.home__cta-section{border-color:#0d27561a;background:#ffffffd1;box-shadow:var(--app-shadow-soft)}.home__terminal-wrap{position:relative}.home__terminal{position:relative;z-index:2;border-radius:18px;border-color:#0d275629;background:#08142afa;box-shadow:0 26px 60px #06132938}.home__terminal-bar{background:#142644f2}.home__terminal-body{background:radial-gradient(circle at 80% 26%,rgba(29,109,255,.18),transparent 28%),linear-gradient(180deg,#071226f5,#030b19f5)}.home__terminal-status{background:#7caaff1f;border-color:#7caaff2e;color:#d8e7ff}.home__terminal-status em,.home__terminal-prompt,.home__terminal-accent,.home__terminal-url{color:#77f0d2}.home__visual-cubes{position:absolute;right:-48px;bottom:-42px;z-index:1;width:250px;height:180px;pointer-events:none}.home__visual-cubes span{position:absolute;border:1px solid rgba(29,109,255,.36);border-radius:18px;background:linear-gradient(145deg,#ffffffc7,#78aaff33),#ffffff42;box-shadow:inset 0 0 22px #1d6dff2e,0 22px 48px #1d6dff1f;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.home__visual-cubes span:nth-child(1){width:110px;height:110px;right:76px;bottom:22px}.home__visual-cubes span:nth-child(2){width:92px;height:92px;right:18px;bottom:76px;opacity:.72}.home__visual-cubes span:nth-child(3){width:56px;height:56px;right:0;bottom:16px;opacity:.86}.home__stats{grid-template-columns:repeat(3,1fr);border-radius:16px;margin-bottom:56px}.home__stat strong,.home__feature-icon,.home__model-chip:hover{color:var(--app-accent)}.home__feature-icon{background:#1d6dff17}.home__feature-card:hover{border-color:#1d6dff47;box-shadow:0 18px 36px #0a25541f}.home__install{grid-template-columns:minmax(280px,.72fr) minmax(0,1.28fr);background:radial-gradient(circle at 12% 20%,rgba(29,109,255,.12),transparent 26%),#ffffffd1}.home__install-kicker{color:var(--app-accent);background:#1d6dff1a}.home__cta-section{background:radial-gradient(circle at 78% 12%,rgba(29,109,255,.14),transparent 30%),#ffffffd6}.plans-page{position:relative;max-width:1240px;min-height:100vh;padding:130px 24px 72px;gap:28px}.plans-page:before{content:"";position:fixed;inset:0 auto 0 0;width:clamp(110px,14vw,210px);background:radial-gradient(circle at 28% 44%,rgba(89,145,255,.28),transparent 20%),linear-gradient(160deg,#030b19,#061833 54%,#082151);clip-path:polygon(0 0,92% 0,68% 100%,0 100%);pointer-events:none}.plans-eyebrow{align-self:center;padding:7px 14px;border-radius:999px;background:#1d6dff1a;color:var(--app-accent)}.plans-hero{justify-content:center;text-align:center}.plans-hero__left{display:grid;gap:10px}.plans-hero__title{font-size:clamp(42px,5vw,64px)!important;font-weight:950!important;line-height:1.08!important}.plans-hero__title span{color:var(--app-accent)}.plans-hero__badge{display:none}.plans-grid{grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch;gap:24px}.plans-card{position:relative;gap:18px;min-height:420px;padding:32px;border-radius:18px;background:#ffffffdb;box-shadow:var(--app-shadow-soft)}.plans-card--featured{border:1px solid rgba(29,109,255,.64);background:radial-gradient(circle at 92% 0%,rgba(29,109,255,.13),transparent 34%),#ffffffeb}.plans-card--muted{border-color:#0d27561a}.plans-card__popular{position:absolute;top:-13px;left:50%;transform:translate(-50%);padding:5px 18px;border-radius:999px;background:var(--app-gradient);color:#fff;font-size:12px;font-weight:900}.plans-card__amount,.plans-card__quota-num,.plans-card__check{color:var(--app-accent)}.plans-card__price--contact .plans-card__amount{font-size:30px}.plans-card__action{margin-top:auto;height:42px!important}.plans-card__redeem{margin-top:auto}.plans-benefits{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:1px;overflow:hidden;border:1px solid rgba(13,39,86,.1);border-radius:16px;background:#0d27561a;box-shadow:var(--app-shadow-soft)}.plans-benefit{display:grid;grid-template-columns:42px minmax(0,1fr);gap:12px;align-items:center;min-height:82px;padding:16px;background:#ffffffdb}.plans-benefit__icon{display:grid;place-items:center;width:42px;height:42px;border-radius:12px;color:var(--app-accent);background:#1d6dff1a}.plans-benefit strong,.plans-benefit em{display:block}.plans-benefit strong{color:var(--app-text);font-weight:900}.plans-benefit em{margin-top:3px;color:var(--app-text-muted);font-size:12px;font-style:normal;line-height:1.5}.plans-faq{display:grid;gap:18px;text-align:center}.plans-faq .semi-typography{margin:0!important}.plans-faq__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.plans-faq__item{padding:18px 20px;border:1px solid rgba(13,39,86,.1);border-radius:14px;background:#ffffffd6;text-align:left}.plans-faq__item strong,.plans-faq__item span{display:block}.plans-faq__item strong{margin-bottom:8px;color:var(--app-text);font-size:15px;font-weight:900}.plans-faq__item span{color:var(--app-text-muted);font-size:13px;line-height:1.7}.app-shell--auth .app-shell__marketing-content{max-width:none;padding:0!important}.login-page{min-height:100vh;padding:0;background:radial-gradient(circle at 84% 22%,rgba(29,109,255,.1),transparent 28%),linear-gradient(180deg,#fbfdff,#f3f7ff)}.login-page:before{top:0;right:0;bottom:0;left:0;opacity:.38;background:radial-gradient(circle at 94% 76%,rgba(29,109,255,.12),transparent 24%),repeating-linear-gradient(140deg,rgba(29,109,255,.06) 0 1px,transparent 1px 48px);transform:none}.login-page__top-actions{position:fixed;top:26px;right:40px;z-index:20;display:flex;align-items:center;gap:18px}.login-card-shell{width:100%;min-height:100vh;grid-template-columns:minmax(420px,47%) minmax(0,53%);border-radius:0;background:transparent;box-shadow:none}.login-brand{align-items:flex-start;justify-content:flex-start;padding:34px clamp(44px,5vw,82px);background:radial-gradient(circle at 66% 48%,rgba(74,129,255,.23),transparent 23%),linear-gradient(160deg,#030b19,#06162e 56%,#071f45)}.login-brand__orbital{opacity:.96}.login-brand__inner{display:flex;flex-direction:column;justify-content:center;min-height:calc(100vh - 68px);max-width:620px}.login-brand__top{margin-bottom:42px}.login-brand__title{max-width:560px;color:#fff!important;font-size:clamp(38px,4vw,58px)!important;font-weight:950!important}.login-brand__subtitle{color:#e5efffc7;font-size:24px;font-weight:800}.login-brand__feature-icon{color:#b8d2ff;background:#ffffff1a}.login-brand__feature span:last-child{color:#e5efffb3}.login-brand__badge{border-radius:999px;color:#eef5ff;background:#ffffff1c}.login-form{padding:120px 8vw 80px;background:transparent}.login-form__inner{max-width:560px;padding:clamp(36px,4.4vw,64px);border:1px solid rgba(13,39,86,.1);border-radius:22px;background:#ffffffe0;box-shadow:0 28px 80px #0a25541f;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.login-form__eyebrow,.login-form__switch-row .semi-button{color:var(--app-accent)!important}.login-form__title{color:var(--app-text)!important;font-size:42px!important;font-weight:950!important;text-align:center}.login-form__desc{display:block;text-align:center}.login-form__submit{background:linear-gradient(135deg,#071933,#051126)!important}.dashboard-hero,.dashboard-stat-card,.dashboard-panel,.adm-hero-card,.pricing-page__table-card,.setting-page__panel{border-radius:18px!important;border-color:#0d27561c!important;background:#ffffffdb!important;box-shadow:var(--app-shadow-soft)!important}.adm-hero-card--accent{background:radial-gradient(circle at 92% 10%,rgba(29,109,255,.12),transparent 36%),#ffffffe6!important;border-color:#1d6dff42!important}.adm-hero-card__value--large,.adm-hero-card__value,.dash-quota-card__num,.dash-mini-card__value,.pricing-price-block__value--highlight{color:var(--app-accent)}.dash-quota-card,.dash-mini-card,.dashboard-cli__item{border-color:#0d275617;background:#f8fbffb8}.dashboard-cli__command,.app-code-block,.console-modal__code-block{background:#071933;border-color:#7aa6ff33;color:#eef5ff}.dashboard-cli__command code,.app-code-block code,.console-modal__code-block code{overflow-wrap:anywhere;word-break:break-word}.dashboard-page{gap:20px}.dashboard-title-block{display:grid;gap:6px}.dashboard-title-block .semi-typography{margin:0!important}.dashboard-entitlements.dashboard-hero{padding:0;border:0;border-radius:0;background:transparent!important;box-shadow:none!important;gap:18px}.dashboard-overview{gap:18px}.dashboard-overview__item{position:relative;min-height:136px;padding:24px 26px;border-radius:18px;overflow:hidden;background:radial-gradient(circle at 88% 16%,rgba(29,109,255,.13),transparent 32%),linear-gradient(180deg,#fffffff5,#f8fbffe6);border:1px solid rgba(13,39,86,.1);box-shadow:0 16px 42px #0e254614}.dashboard-overview__item--green{background:radial-gradient(circle at 88% 16%,rgba(16,185,129,.16),transparent 32%),linear-gradient(180deg,#fffffff5,#f8fbffe6)}.dashboard-overview__item--purple{background:radial-gradient(circle at 88% 16%,rgba(124,92,255,.14),transparent 32%),linear-gradient(180deg,#fffffff5,#f8fbffe6)}.dashboard-overview__item--orange{background:radial-gradient(circle at 88% 16%,rgba(249,115,22,.15),transparent 32%),linear-gradient(180deg,#fffffff5,#f8fbffe6)}.dashboard-overview__label{display:block;margin-bottom:14px;font-size:14px;font-weight:700;color:#62718a}.dashboard-overview__item strong{display:block;font-size:clamp(28px,2.25vw,40px);line-height:1;color:#1d6dff}.dashboard-overview__item--green strong{color:#0f9f6e}.dashboard-overview__item--purple strong{color:#6c5cff}.dashboard-overview__item--orange strong{color:#f47a10}.dashboard-overview__item em{font-size:13px;color:#6b7a93}.dashboard-overview__icon{position:absolute;top:24px;right:24px;width:42px;height:42px;border-radius:14px;background:linear-gradient(135deg,#1d6dff29,#1d6dff0a)}.dashboard-overview__item--green .dashboard-overview__icon{background:linear-gradient(135deg,#10b9812e,#10b9810d)}.dashboard-overview__item--purple .dashboard-overview__icon{background:linear-gradient(135deg,#7c5cff2b,#7c5cff0d)}.dashboard-overview__item--orange .dashboard-overview__icon{background:linear-gradient(135deg,#f973162e,#f973160d)}.dashboard-panel{border-radius:18px!important;box-shadow:0 18px 48px #0e254614!important}.dashboard-panel .semi-card-body{padding:22px!important}.dashboard-panel__header{align-items:center;margin-bottom:18px}.dashboard-panel__header .semi-button{border:1px solid rgba(13,39,86,.1);border-radius:10px;color:#0b1b34;background:#ffffffb8}.dashboard-package-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.dashboard-package-card{min-height:210px;padding:20px;border-radius:16px;border-color:#0d27561f;background:radial-gradient(circle at 96% 0%,rgba(29,109,255,.08),transparent 28%),#ffffffe6;box-shadow:inset 0 1px #ffffffe6}.dashboard-package-card__top{align-items:flex-start}.dashboard-package-card__top .semi-tag{border-radius:999px;font-weight:700}.dashboard-package-card__top .semi-typography{font-size:18px;margin-top:12px!important}.dashboard-package-card__meta span{background:#1d6dff17;color:#667795;font-weight:600}.dashboard-quota-line--muted{background:#0d27560d}.dashboard-quota-line__bar{height:7px;background:#e7ebf3}.dashboard-panel--usage .dashboard-hero__vip-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.dash-mini-card{min-height:98px;padding:18px;border-radius:16px;background:#f7faff;border:1px solid rgba(13,39,86,.08)}.dash-mini-card__label{font-weight:700}.dash-mini-card__value{margin-top:12px;font-size:28px}.dashboard-panel--models .semi-card-body{display:grid;gap:6px}.dashboard-model-tags{max-height:120px;overflow:auto}.dashboard-model-tags .semi-tag{padding:8px 12px;background:#1d6dff14;color:#1d5fd6;font-weight:700}.dashboard-section--analytics{gap:18px}.dashboard-chart-grid{grid-template-columns:minmax(0,1.08fr) minmax(0,.92fr)}.dashboard-chart-grid--secondary{grid-template-columns:minmax(0,.82fr) minmax(0,1.18fr)}.dashboard-chart{height:300px}.dashboard-table .semi-table-thead>.semi-table-row>.semi-table-row-head{background:#f2f5fb!important;color:#5e6e88;font-weight:800}@media (max-width: 1280px){.dashboard-package-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 900px){.dashboard-overview,.dashboard-panel--usage .dashboard-hero__vip-grid,.dashboard-chart-grid,.dashboard-chart-grid--secondary{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 640px){.dashboard-overview,.dashboard-panel--usage .dashboard-hero__vip-grid,.dashboard-package-grid,.dashboard-chart-grid,.dashboard-chart-grid--secondary{grid-template-columns:1fr}.dashboard-panel__header{align-items:flex-start}}.setting-page__panel{margin-top:8px}.setting-page__panel>.semi-card-body{display:grid;gap:28px}.setting-page__panel>.semi-card-body>div{margin-top:0!important;padding-top:26px;border-top:1px solid rgba(13,39,86,.1)}.setting-page__panel>.semi-card-body>div:first-child{padding-top:0;border-top:0}@media (max-width: 1180px){.app-shell__nav{display:none}.home{padding-left:clamp(160px,16vw,220px)}.home__hero-inner,.home__install,.plans-grid,.plans-benefits,.plans-faq__grid{grid-template-columns:1fr}.plans-benefits{gap:1px}.home__headline{font-size:clamp(42px,6vw,60px)!important}}@media (max-width: 960px){.app-shell__chrome{grid-template-columns:1fr}.app-shell__rail{position:relative;height:auto}.console-sider{width:100%!important;max-width:none!important;height:auto}.console-sider__card{min-height:0;height:auto;padding:18px}.console-sider__brand{padding-bottom:14px}.console-sider__nav-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.console-sider__section-label{grid-column:1 / -1}.console-sider__plan-card{margin-top:16px}.app-shell__content{min-height:auto;border-radius:0;border-left:0}.app-shell__console-topbar{min-height:64px;padding:12px 18px 8px}.app-shell__content-body{padding:0 18px 28px}.home{padding:88px 18px 0}.home__brand-orbital,.plans-page:before{display:none}.home__hero-inner,.login-card-shell{grid-template-columns:1fr}.login-brand{min-height:420px}.login-brand__inner{min-height:auto}.login-form{padding:28px 18px 42px}.login-page__top-actions{position:absolute;top:18px;right:18px}}@media (max-width: 640px){.app-shell--public .app-shell__header{padding:12px 12px 0}.app-shell--public .app-shell__header-inner{border-radius:14px}.app-shell__actions{gap:6px}.app-shell__login-button{padding-left:12px!important;padding-right:12px!important}.app-shell__brand-text strong{max-width:108px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.home__hero{padding-top:28px}.home__headline{font-size:38px!important}.home__visual-cubes{display:none}.plans-page{padding-top:110px}.plans-card,.login-form__inner{padding:24px}.plans-card__redeem-row{flex-direction:column}.plans-card__redeem-btn{width:100%}.page-header{flex-direction:column;align-items:flex-start;gap:12px}.page-toolbar{padding:18px}.page-toolbar .semi-select,.page-toolbar .semi-input-wrapper,.page-toolbar .semi-datepicker-input{width:100%!important}.page-toolbar__field{width:100%}}.app-shell--public{--public-rail-width: 0px;--public-rail-gutter: 0px}.app-shell--public .app-shell__header{padding:22px clamp(22px,4vw,56px) 0}.app-shell--public .app-shell__header:before{content:none}.app-shell--public .app-shell__header-inner{max-width:1500px;width:100%;min-height:58px;padding:10px 18px;border:1px solid rgba(13,39,86,.08);border-radius:18px;background:#ffffffdb;box-shadow:0 16px 42px #0a255414;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);justify-content:space-between;gap:20px}.app-shell--public .app-shell__header-inner:before,.app-shell--public .app-shell__header-inner:after{content:none}.app-shell--public .app-shell__brand{position:static;z-index:auto;width:auto;min-width:clamp(210px,18vw,300px);max-width:none;color:inherit}.app-shell--public .app-shell__brand-mark{width:44px;height:44px;border:1px solid rgba(13,39,86,.08);border-radius:14px;background:#ffffffe6;box-shadow:inset 0 0 0 1px #ffffff85}.app-shell--public .app-shell__brand-text strong{color:#07142b;font-size:20px;font-weight:900;text-shadow:none}.app-shell--public .app-shell__brand-text span{color:#62708a;font-size:12px;letter-spacing:.04em}.app-shell--public .app-shell__nav{margin-left:auto;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none}.app-shell--public .app-shell__actions{padding:0;border:0;border-radius:0;background:transparent;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none}.app-shell--public .app-shell__nav-button,.app-shell--public .app-shell__icon-button{color:#061329b8!important}.app-shell--public .app-shell__login-button{border-radius:12px!important;background:linear-gradient(135deg,#071933,#061126)!important;box-shadow:0 16px 30px #05112633!important}.home{max-width:1520px;margin:0 auto;padding:104px clamp(24px,4vw,64px) 0}.home__brand-orbital,.plans-page:before{display:none}.home__hero{padding-top:46px}.home__hero-bg{inset:0 -5% auto 0}.home__headline{max-width:12em;font-size:clamp(48px,4.4vw,68px)!important}.home__headline>span:first-child{white-space:nowrap}.plans-page{max-width:1240px;margin:0 auto;padding:132px 24px 72px}.plans-hero,.plans-grid,.plans-benefits,.plans-faq{width:100%;max-width:1220px;margin-right:auto;margin-left:auto}.console-sider{width:282px!important;min-width:282px!important;max-width:282px!important;flex-basis:282px!important}.app-shell__chrome{grid-template-columns:282px minmax(0,1fr)}.console-sider__card{padding:28px 28px 20px 18px;clip-path:polygon(0 0,100% 0,calc(100% - 28px) 100%,0 100%)}.console-sider__brand{padding:0 18px 32px 12px}.console-sider__item{border-radius:12px}.console-sider__plan-card{margin-right:16px}body[theme-mode=dark] .app-shell--public .app-shell__nav-button,body[theme-mode=dark] .app-shell--public .app-shell__icon-button{color:#f2f7ffc2!important}@media (max-width: 1180px){.app-shell--public{--public-rail-width: 0px;--public-rail-gutter: 0px}.app-shell--public .app-shell__header{padding:16px 18px 0}.app-shell--public .app-shell__header-inner{min-height:58px;padding:10px 16px;border:1px solid rgba(13,39,86,.08);border-radius:16px;background:#ffffffe6;box-shadow:0 16px 36px #0a255414;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);justify-content:space-between}.app-shell--public .app-shell__brand{position:static;width:auto;max-width:none;color:inherit}.app-shell--public .app-shell__brand-mark{width:44px;height:44px;border-color:#0d275614;background:#ffffffe6}.app-shell--public .app-shell__brand-text strong{color:#07142b;font-size:20px}.app-shell--public .app-shell__brand-text span{color:#62708a}.home{padding:88px 18px 0}.home__brand-orbital,.plans-page:before{display:none}.plans-page{padding:112px 18px 56px}.home__headline>span:first-child{white-space:normal}.console-sider{width:100%!important;min-width:0!important;max-width:none!important;flex-basis:auto!important}.app-shell__chrome{grid-template-columns:1fr}.console-sider__card{padding:18px;clip-path:none}.console-sider__plan-card{margin-right:0}}@media (max-width: 640px){.app-shell--public .app-shell__header{padding:12px 12px 0}.app-shell--public .app-shell__header-inner{border-radius:14px}}.app-shell--public .app-shell__header{padding:24px clamp(28px,5vw,72px) 0}.app-shell--public .app-shell__header-inner{display:grid;grid-template-columns:minmax(220px,1fr) auto minmax(220px,1fr);align-items:center;max-width:1500px;min-height:58px;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none}.app-shell--public .app-shell__brand{min-width:0;justify-self:start}.app-shell--public .app-shell__brand-mark{width:46px;height:46px;border-radius:14px;border-color:#0d275614;background:#ffffff94;box-shadow:0 12px 28px #0a25540f}.app-shell--public .app-shell__nav{justify-self:center;margin:0;gap:clamp(26px,4vw,58px)}.app-shell--public .app-shell__nav-button{padding:8px 4px!important;color:#061329db!important;font-size:16px!important;font-weight:850!important}.app-shell--public .app-shell__nav-button:hover{background:transparent!important;color:var(--app-accent)!important}.app-shell--public .app-shell__actions{justify-self:end;gap:clamp(16px,2vw,28px)}.app-shell--public .app-shell__icon-button{color:#061329c7!important}.app-shell--public .app-shell__icon-button:hover{background:#1d6dff14!important}.app-shell--public .app-shell__login-button{min-width:144px;height:50px!important;border-radius:13px!important}body[theme-mode=dark] .app-shell--public .app-shell__brand-text strong,body[theme-mode=dark] .app-shell--public .app-shell__nav-button,body[theme-mode=dark] .app-shell--public .app-shell__icon-button{color:#f2f7ffdb!important}body[theme-mode=dark] .app-shell--public .app-shell__brand-text span{color:#f2f7ff94}.login-page{min-height:100vh;padding:0;overflow:hidden;background:radial-gradient(circle at 92% 74%,rgba(29,109,255,.1),transparent 24%),repeating-linear-gradient(140deg,rgba(29,109,255,.035) 0 1px,transparent 1px 58px),linear-gradient(180deg,#fbfdff,#f5f9ff)}.login-page:before{top:0;right:0;bottom:0;left:0;opacity:1;background:radial-gradient(circle at 93% 78%,rgba(29,109,255,.12),transparent 28%),radial-gradient(circle at 84% 16%,rgba(120,164,255,.08),transparent 24%);transform:none}.login-page__top-actions{position:fixed;top:26px;right:clamp(28px,4vw,56px);z-index:30;display:flex;align-items:center;gap:20px}.login-page__back{color:#061329e6!important;font-size:16px!important;font-weight:850!important}.login-page__back:hover{background:transparent!important;color:var(--app-accent)!important}.login-page__register{height:48px!important;min-width:152px;border:0!important;border-radius:12px!important;background:linear-gradient(135deg,#071933,#061126)!important;box-shadow:0 18px 36px #0511262e!important;font-size:15px!important;font-weight:900!important}.login-card-shell{width:100%;min-height:100vh;display:grid;grid-template-columns:minmax(460px,46.5%) minmax(0,53.5%);overflow:visible;border-radius:0;background:transparent;box-shadow:none}.login-brand{position:relative;min-height:100vh;align-items:stretch;justify-content:stretch;padding:0 clamp(46px,5vw,82px);overflow:hidden;background:radial-gradient(circle at 73% 46%,rgba(65,121,255,.2),transparent 24%),radial-gradient(circle at 10% 8%,rgba(86,146,255,.12),transparent 22%),linear-gradient(160deg,#020916,#06142b 48%,#071f45);color:#f7fbff}.login-brand:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 64% 58%,rgba(143,179,255,.16),transparent 3%),repeating-linear-gradient(116deg,rgba(122,166,255,.09) 0 1px,transparent 1px 42px);pointer-events:none}.login-brand__orbital{opacity:.92}.login-brand__mesh{display:none}.login-brand__inner{position:relative;z-index:1;display:flex;flex-direction:column;justify-content:center;width:100%;max-width:720px;min-height:100vh;padding:126px 0 76px}.login-brand__brandline{position:absolute;top:30px;left:0;display:inline-flex;align-items:center;gap:14px;min-width:0}.login-brand__logo{flex:0 0 auto;width:56px;height:56px;margin:0;border:0;border-radius:16px;box-shadow:none}.login-brand__brandline span{display:grid;gap:4px;min-width:0}.login-brand__brandline strong{color:#fff;font-size:22px;font-weight:950;line-height:1.05;white-space:nowrap}.login-brand__brandline em{color:#e2edffb8;font-size:12px;font-style:normal;letter-spacing:.03em;text-transform:uppercase;white-space:nowrap}.login-brand__top{margin:0 0 56px}.login-brand__title{max-width:640px;margin:0 0 26px!important;color:#fff!important;font-size:clamp(46px,4.3vw,68px)!important;font-weight:950!important;line-height:1.16!important}.login-brand__title span{color:#1d6dff;text-shadow:0 0 34px rgba(29,109,255,.35)}.login-brand__subtitle{display:block;color:#e6efffd1;font-size:clamp(26px,2.4vw,34px);font-weight:850;line-height:1.3}.login-brand__features{display:grid;gap:34px;max-width:620px}.login-brand__feature{grid-template-columns:52px minmax(0,1fr);gap:20px}.login-brand__feature-icon{width:52px;height:52px;border-radius:50%;color:#fff;background:#ffffff1a;border:1px solid rgba(255,255,255,.08);box-shadow:inset 0 1px #ffffff14}.login-brand__feature-icon svg{font-size:22px}.login-brand__feature strong{color:#fff;font-size:18px;font-weight:900}.login-brand__feature span:last-child{margin-top:7px;color:#e3eeffbd;font-size:15px}.login-brand__badge{align-self:flex-start;margin-top:72px;padding:12px 20px;border-radius:999px;color:#f5f9fff5;background:#ffffff1a;border-color:#ffffff1f;font-size:15px;font-weight:850}.login-brand__halo{position:absolute;right:clamp(8px,5vw,100px);bottom:clamp(44px,9vw,140px);width:clamp(210px,18vw,310px);height:clamp(210px,18vw,310px);transform:rotate(-24deg);opacity:.9;pointer-events:none}.login-brand__halo span{position:absolute;top:12%;right:12%;bottom:12%;left:12%;border-radius:50%;border:22px solid rgba(170,199,255,.28);box-shadow:inset 0 0 28px #ffffff38,0 30px 60px #1d6dff47}.login-brand__halo span:nth-child(2){top:26%;right:26%;bottom:26%;left:26%;border-width:14px;border-color:#286bff94}.login-brand__halo span:nth-child(3){top:5%;right:44%;bottom:50%;left:8%;border-width:10px;border-color:#ffb448cc}.login-form{display:flex;align-items:center;justify-content:center;min-height:100vh;padding:104px clamp(42px,8vw,142px) 64px;background:transparent}.login-form__inner{width:min(100%,640px);max-width:640px;padding:clamp(44px,4vw,68px);border:1px solid rgba(13,39,86,.1);border-radius:22px;background:#ffffffe6;box-shadow:0 28px 80px #0a25541f;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.login-form__header{margin-bottom:34px;text-align:center}.login-form__eyebrow{display:none}.login-form__title{margin:0 0 16px!important;color:#061329!important;font-size:clamp(36px,3.2vw,50px)!important;font-weight:950!important;line-height:1.16!important;text-align:center}.login-form__desc{display:block;color:#6a7891;font-size:16px;text-align:center}.login-form__form .semi-form-field{margin-bottom:25px}.login-form .semi-form-field-label-text{color:#061329;font-size:15px;font-weight:850}.login-form .semi-input-wrapper{min-height:58px;border-radius:10px!important;border-color:#0d275624!important;background:#ffffffe6!important}.login-form .semi-input-wrapper:hover,.login-form .semi-input-wrapper:focus-within{border-color:#1d6dff6b!important;box-shadow:0 0 0 3px #1d6dff14}.login-form .semi-input-prefix,.login-form .semi-input-suffix{color:#6b7891}.login-form__meta-row{margin:-4px 0 24px}.login-form__meta-row button{color:#1d6dff;font-size:14px;font-weight:750}.login-form__submit{height:58px!important;border-radius:10px!important;background:linear-gradient(135deg,#071933,#051126)!important;box-shadow:0 18px 36px #05112633!important;font-size:18px!important;font-weight:900!important}.login-form__submit-icon{margin-left:10px}.login-form__divider{margin:28px 0 24px;color:#9aa7ba;font-size:15px}.login-form__oauth{gap:22px}.login-form__oauth .semi-button{height:54px!important;border-radius:10px!important;border-color:#0d27561a!important;background:#ffffffc7!important;color:#18243a!important;font-size:16px!important;font-weight:850!important}.login-form__switch-row{margin-top:28px}.login-form__switch-row .semi-button{color:#1d6dff!important;font-size:16px!important;font-weight:850!important}body[theme-mode=dark] .login-page{background:radial-gradient(circle at 86% 20%,rgba(29,109,255,.14),transparent 28%),linear-gradient(180deg,#07101f,#0b1426)}body[theme-mode=dark] .login-form__inner{border-color:#a2b8dc24;background:#0f1827e6}body[theme-mode=dark] .login-form__title,body[theme-mode=dark] .login-form .semi-form-field-label-text{color:#f2f7ff!important}body[theme-mode=dark] .login-page__back,body[theme-mode=dark] .login-form__desc{color:#f2f7ffb8!important}@media (max-width: 1180px){.app-shell--public .app-shell__header-inner{grid-template-columns:auto minmax(0,1fr);min-height:58px;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none}.app-shell--public .app-shell__nav{display:none}.app-shell--public .app-shell__actions{justify-self:end}.login-card-shell{grid-template-columns:minmax(360px,44%) minmax(0,56%)}.login-brand{padding:0 38px}.login-brand__title{font-size:clamp(40px,4.6vw,56px)!important}.login-brand__subtitle{font-size:24px}.login-form{padding-right:40px;padding-left:40px}}@media (max-width: 900px){.login-page{overflow:visible}.login-page__top-actions{position:absolute;top:18px;right:18px;left:18px;justify-content:flex-end}.login-page__back{margin-right:auto}.login-card-shell{grid-template-columns:1fr}.login-brand{min-height:560px;padding:0 30px}.login-brand__inner{min-height:560px;padding:96px 0 44px}.login-brand__brandline{top:24px}.login-brand__features{gap:22px}.login-brand__badge{margin-top:34px}.login-form{min-height:auto;padding:42px 18px 54px}}@media (max-width: 640px){.app-shell--public .app-shell__header-inner{grid-template-columns:minmax(0,1fr) auto}.app-shell--public .app-shell__brand-text span{display:none}.app-shell--public .app-shell__login-button{min-width:104px;height:42px!important}.login-page__top-actions{gap:8px}.login-page__register{min-width:118px;height:42px!important}.login-brand{min-height:510px;padding:0 22px}.login-brand__inner{min-height:510px}.login-brand__logo{width:46px;height:46px}.login-brand__brandline strong{font-size:18px}.login-brand__brandline em{font-size:11px}.login-brand__title{font-size:36px!important}.login-brand__subtitle{font-size:21px}.login-brand__feature{grid-template-columns:44px minmax(0,1fr);gap:14px}.login-brand__feature-icon{width:44px;height:44px}.login-brand__halo{opacity:.48}.login-form__inner{padding:32px 20px}.login-form__oauth{grid-template-columns:1fr}}.login-page{display:grid;place-items:stretch center;min-height:100vh;overflow:hidden}.login-card-shell{width:min(100vw,1760px);min-height:100vh;margin:0 auto;grid-template-columns:minmax(500px,46.5%) minmax(560px,53.5%)}.login-brand{min-height:100vh;padding:0 clamp(46px,4.2vw,72px)}.login-brand__inner{max-width:610px;min-height:100vh;padding:96px 0 56px}.login-brand__brandline{top:28px}.login-brand__logo{width:52px;height:52px}.login-brand__brandline strong{font-size:22px}.login-brand__top{margin-bottom:40px}.login-brand__title{max-width:650px;margin-bottom:20px!important;font-size:clamp(42px,3.1vw,56px)!important;line-height:1.18!important}.login-brand__subtitle{font-size:clamp(22px,1.8vw,28px)}.login-brand__features{gap:24px;max-width:520px}.login-brand__feature{grid-template-columns:48px minmax(0,1fr);gap:18px}.login-brand__feature-icon{width:48px;height:48px}.login-brand__feature strong{font-size:16px}.login-brand__feature span:last-child{margin-top:5px;font-size:14px}.login-brand__badge{margin-top:42px;padding:10px 18px;font-size:14px}.login-brand__halo{right:clamp(22px,5vw,86px);bottom:clamp(48px,8vw,110px);width:clamp(180px,15vw,260px);height:clamp(180px,15vw,260px);opacity:.72}.login-form{min-height:100vh;padding:86px clamp(48px,6vw,112px) 56px}.login-form__inner{width:min(100%,540px);max-width:540px;padding:42px 48px;border-radius:20px}.login-form__header{margin-bottom:28px}.login-form__title{margin-bottom:12px!important;font-size:clamp(34px,2.4vw,44px)!important}.login-form__desc{font-size:15px}.login-form__form .semi-form-field{margin-bottom:18px}.login-form .semi-input-wrapper{min-height:52px}.login-form__meta-row{margin:-2px 0 20px}.login-form__submit{height:52px!important;font-size:17px!important}.login-form__divider{margin:22px 0 18px}.login-form__oauth{gap:18px}.login-form__oauth .semi-button{height:50px!important}.login-form__switch-row{margin-top:20px}@media (max-height: 860px) and (min-width: 901px){.login-brand__inner{padding-top:82px;padding-bottom:40px}.login-brand__top{margin-bottom:30px}.login-brand__title{margin-bottom:16px!important;font-size:clamp(38px,2.8vw,50px)!important}.login-brand__features{gap:18px}.login-brand__badge{margin-top:30px}.login-form{padding-top:72px;padding-bottom:40px}.login-form__inner{padding:34px 42px}.login-form__header{margin-bottom:22px}}@media (max-width: 1280px){.login-card-shell{grid-template-columns:minmax(420px,45%) minmax(520px,55%)}.login-brand{padding:0 40px}.login-form{padding-right:42px;padding-left:42px}.login-form__inner{padding:38px 42px}}@media (max-width: 960px){.login-page{overflow:visible}.login-card-shell{width:100%;min-height:100vh;grid-template-columns:1fr}.login-brand{min-height:auto}.login-brand__inner{min-height:520px;padding:94px 0 44px}.login-brand__title{font-size:clamp(36px,8vw,50px)!important}.login-form{min-height:auto;padding:36px 18px 52px}}@media (max-width: 560px){.login-page__top-actions{top:14px;right:14px;left:14px}.login-page__back{padding-left:0!important;padding-right:0!important}.login-page__register{min-width:108px}.login-brand{padding:0 20px}.login-brand__inner{min-height:500px}.login-brand__title{font-size:34px!important}.login-brand__subtitle{font-size:20px}.login-brand__features{gap:16px}.login-brand__feature{grid-template-columns:42px minmax(0,1fr)}.login-brand__feature-icon{width:42px;height:42px}.login-form__inner{padding:30px 20px}}.app-shell--auth,.app-shell--auth .semi-layout,.app-shell--auth .app-shell__marketing-content,.login-page,.login-card-shell{height:100vh;min-height:0;max-height:100vh;overflow:hidden}.login-page,.login-page *,.login-card-shell,.login-brand,.login-brand__inner,.login-form,.login-form__inner{box-sizing:border-box}.login-card-shell{min-height:0}.login-brand,.login-form,.login-brand__inner{height:100vh;min-height:0;max-height:100vh;overflow:hidden}.login-form__inner{max-height:calc(100vh - 142px);overflow:hidden}@media (max-height: 780px) and (min-width: 901px){.login-brand__inner{padding-top:72px;padding-bottom:28px}.login-brand__brandline{top:22px}.login-brand__logo{width:44px;height:44px}.login-brand__brandline strong{font-size:19px}.login-brand__top{margin-bottom:22px}.login-brand__title{font-size:clamp(34px,2.45vw,44px)!important}.login-brand__subtitle{font-size:20px}.login-brand__features{gap:14px}.login-brand__feature{grid-template-columns:40px minmax(0,1fr);gap:14px}.login-brand__feature-icon{width:40px;height:40px}.login-brand__feature strong{font-size:14px}.login-brand__feature span:last-child{font-size:12px}.login-brand__badge{margin-top:20px;padding:8px 14px;font-size:12px}.login-brand__halo{width:180px;height:180px;bottom:34px}.login-form{padding-top:58px;padding-bottom:28px}.login-form__inner{max-height:calc(100vh - 96px);padding:28px 38px}.login-form__header{margin-bottom:18px}.login-form__title{margin-bottom:8px!important;font-size:34px!important}.login-form__form .semi-form-field{margin-bottom:14px}.login-form .semi-input-wrapper{min-height:46px}.login-form__submit{height:46px!important}.login-form__divider{margin:16px 0 14px}.login-form__oauth .semi-button{height:44px!important}.login-form__switch-row{margin-top:14px}}@media (max-width: 960px){.app-shell--auth,.app-shell--auth .semi-layout,.app-shell--auth .app-shell__marketing-content,.login-page,.login-card-shell{height:auto;min-height:100vh;max-height:none;overflow:visible}.login-brand,.login-form,.login-brand__inner{height:auto;max-height:none;overflow:visible}.login-form__inner{max-height:none}}.app-shell--public:not(.app-shell--auth) .app-shell__header{isolation:isolate;height:96px;padding-top:24px;background:linear-gradient(180deg,#f6fafff5,#f6faffe6 68%,#f6faff00);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.app-shell--public:not(.app-shell--auth) .app-shell__header:before{content:"";position:absolute;top:0;right:0;bottom:-18px;left:0;z-index:-1;pointer-events:none;background:linear-gradient(180deg,#f6fafffa,#f6faffdb 64%,#f6faff00)}.app-shell--public:not(.app-shell--auth) .app-shell__header-inner{height:58px}.home__hero,.home__stats,.home__section,.home__cta-section,.plans-page,.plans-hero,.plans-grid,.plans-benefits,.plans-faq{scroll-margin-top:116px}body[theme-mode=dark] .app-shell--public:not(.app-shell--auth) .app-shell__header{background:linear-gradient(180deg,#07101ff5,#07101fe0 68%,#07101f00)}body[theme-mode=dark] .app-shell--public:not(.app-shell--auth) .app-shell__header:before{background:linear-gradient(180deg,#07101ffa,#07101fdb 64%,#07101f00)}@media (max-width: 1180px){.app-shell--public:not(.app-shell--auth) .app-shell__header{height:78px;padding-top:16px}.app-shell--public:not(.app-shell--auth) .app-shell__header-inner{height:52px;min-height:52px}.home__hero,.home__stats,.home__section,.home__cta-section,.plans-page,.plans-hero,.plans-grid,.plans-benefits,.plans-faq{scroll-margin-top:96px}}html,body,#root{max-width:100%;overflow-x:hidden}.app-shell--console{width:100vw;height:100vh;max-width:100vw;overflow:hidden}.app-shell--console .semi-layout{max-width:100%;overflow-x:hidden}.app-shell--console .app-shell__chrome{width:100vw;max-width:none;height:100vh;min-height:0;grid-template-columns:260px minmax(0,1fr);overflow:hidden}.app-shell--console .app-shell__rail{position:relative;top:0;width:260px;min-width:260px;max-width:260px;height:100vh;overflow:hidden}.app-shell--console .console-sider{width:260px!important;min-width:260px!important;max-width:260px!important;height:100vh;flex:0 0 260px!important}.app-shell--console .console-sider__card{width:260px;height:100vh;min-height:0;padding:28px 18px 22px;clip-path:none;border-radius:0;overflow:hidden}.app-shell--console .console-sider__brand{width:100%;padding:0 8px 28px}.app-shell--console .console-sider__brand span{min-width:0}.app-shell--console .console-sider__nav-list{min-width:0;overflow:hidden}.app-shell--console .console-sider__item{min-width:0;max-width:100%;border-radius:12px;-webkit-user-select:none;user-select:none}.app-shell--console .console-sider__item span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.app-shell--console .console-sider__plan-card{display:none!important}.app-shell--console .app-shell__content{width:100%;min-width:0;height:100vh;min-height:0;overflow-x:hidden!important;overflow-y:auto!important;overscroll-behavior-y:contain;border-radius:0}.app-shell--console .app-shell__console-topbar{min-width:0}.app-shell--console .app-shell__content-body{width:100%;min-width:0;max-width:100%;overflow-x:hidden;min-height:max-content;box-sizing:border-box}.app-shell--console .page-container,.app-shell--console .setting-page,.app-shell--console .dashboard-page{width:100%;min-width:0;max-width:100%;overflow-x:hidden;box-sizing:border-box}.app-shell--console .semi-card,.app-shell--console .semi-card-body,.app-shell--console .dashboard-hero,.app-shell--console .dashboard-panel,.app-shell--console .dashboard-stat-card,.app-shell--console .setting-page__panel{min-width:0;max-width:100%;box-sizing:border-box}.app-shell--console .semi-table-container,.app-shell--console .semi-table-wrapper,.app-shell--console .pricing-page__table-card,.app-shell--console .dashboard-table{max-width:100%;overflow-x:auto;overscroll-behavior-x:contain}.model-pricing-editor{display:grid;gap:8px;width:100%;max-width:100%;overflow-x:auto;padding-bottom:2px}.model-pricing-editor__header,.model-pricing-editor__row{display:grid;grid-template-columns:minmax(260px,1fr) repeat(5,minmax(112px,128px)) minmax(94px,110px) minmax(110px,126px) 72px 52px;gap:12px;align-items:center;min-width:1320px}.model-pricing-editor__header{color:#4f5f78;font-size:13px;font-weight:850}.model-pricing-editor__row--muted{opacity:.56}.model-pricing-editor__model{display:flex;align-items:center;gap:8px;min-width:0}.model-pricing-editor__model .semi-select{width:100%;min-width:0}.model-pricing-editor .semi-input-number{width:100%}.model-pricing-editor__switch,.model-pricing-editor__action{display:flex;align-items:center;justify-content:center}.model-pricing-editor__action .semi-button{width:36px;height:36px;border-radius:10px!important}@media (max-width: 960px){.app-shell--console{height:auto;min-height:100vh;overflow:visible}.app-shell--console .app-shell__chrome{width:100%;height:auto;min-height:100vh;grid-template-columns:1fr;overflow:visible}.app-shell--console .app-shell__rail,.app-shell--console .console-sider,.app-shell--console .console-sider__card,.app-shell--console .app-shell__content{width:100%!important;min-width:0!important;max-width:none!important;height:auto;min-height:0;overflow:visible}}.home__install{align-items:center;grid-template-columns:minmax(260px,.62fr) minmax(0,1.38fr);gap:clamp(22px,3vw,42px);padding:8px 0 4px;border:0!important;border-radius:0;background:transparent!important;box-shadow:none!important}.home__install-copy{padding:8px 0}.home__install-copy h2{font-size:26px}.home__install-copy p{max-width:420px}.home__install-commands{gap:12px;padding:18px;border:1px solid rgba(13,39,86,.09);border-radius:18px;background:radial-gradient(circle at 8% 0%,rgba(29,109,255,.08),transparent 34%),#ffffffad;box-shadow:0 16px 44px #0a25540f;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.home__install-command-card{border:1px solid rgba(13,39,86,.08);border-radius:13px;background:#071933;box-shadow:0 12px 28px #0511261a}.home__install-command-head{min-height:38px;padding:9px 14px;background:#ffffff14;color:#f2f7ffd1}.home__install-command-head span{font-size:12px}.home__install-command-card code{padding:14px 16px;color:#eef5ffe0;font-size:12px;line-height:1.6}body[theme-mode=dark] .home__install{background:transparent!important}body[theme-mode=dark] .home__install-commands{border-color:#a2b8dc24;background:radial-gradient(circle at 8% 0%,rgba(29,109,255,.14),transparent 34%),#0f182794}@media (max-width: 960px){.home__install{grid-template-columns:1fr;padding:0}}@media (max-width: 640px){.home__install-commands{padding:12px;border-radius:16px}}.notice-modal .semi-modal-content{padding:0!important;overflow:hidden;border:1px solid rgba(13,39,86,.12);border-radius:24px!important;background:#fffffff5;box-shadow:0 30px 90px #05112638;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.notice-modal .semi-modal-body{max-height:min(76vh,720px);padding:0!important;overflow:hidden}.notice-modal .semi-modal-close{top:18px;right:18px;z-index:2;border-radius:999px;background:#ffffffad;box-shadow:0 10px 24px #0d275614}.notice-modal__shell{display:flex;flex-direction:column;max-height:min(76vh,720px);min-height:360px;background:radial-gradient(circle at 0% 0%,rgba(29,109,255,.12),transparent 34%),radial-gradient(circle at 100% 4%,rgba(33,197,154,.1),transparent 28%),linear-gradient(180deg,#f8fbfff5,#fffffffa)}.notice-modal__hero{display:flex;gap:16px;align-items:flex-start;padding:28px 34px 22px;border-bottom:1px solid rgba(13,39,86,.08)}.notice-modal__icon{display:inline-flex;align-items:center;justify-content:center;width:46px;height:46px;flex:0 0 46px;border-radius:16px;background:linear-gradient(135deg,#1d5fff,#52e0bd);color:#fff;box-shadow:0 18px 34px #1d6dff3d}.notice-modal__heading span{display:inline-flex;margin-bottom:7px;color:#1d5fff;font-size:12px;font-weight:900}.notice-modal__heading h2{margin:0;color:#061632;font-size:24px;line-height:1.2;letter-spacing:0}.notice-modal__heading p{margin:8px 0 0;color:#687796;font-size:14px;line-height:1.7}.notice-modal__content{flex:1;min-height:0;overflow:auto;padding:24px 34px}.notice-modal__footer{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 34px 24px;border-top:1px solid rgba(13,39,86,.08);background:#ffffffd1}.notice-modal__checkbox{color:#687796}.notice-modal__confirm{min-width:112px;height:40px;border-radius:12px!important;background:linear-gradient(135deg,#061632,#0c2348)!important;box-shadow:0 14px 30px #0511262e}.notice-content{color:#1f2a44;font-size:14px;line-height:1.78;word-break:break-word}.notice-content .notice-h2,.notice-content .notice-h3,.notice-content .notice-h4{color:#061632;letter-spacing:0}.notice-content .notice-h2{margin:4px 0 18px;padding:15px 20px 15px 24px;border-left:5px solid #11836b;border-radius:14px;background:linear-gradient(90deg,#11836b21,#11836b14);font-size:19px;line-height:1.35;font-weight:900}.notice-content .notice-h3{margin:22px 0 12px;padding:10px 14px;border-radius:12px;background:#1d6dff12;font-size:16px;font-weight:850}.notice-content .notice-h4{margin:16px 0 8px;font-size:15px}.notice-content .notice-p{margin:0 0 12px;color:#3d4b66}.notice-content .notice-li{display:grid;grid-template-columns:24px minmax(0,1fr);gap:10px;align-items:start;margin:9px 0;padding:11px 12px;border:1px solid rgba(13,39,86,.08);border-radius:13px;background:#ffffffb8}.notice-content .notice-li--sub{margin-left:18px}.notice-content .notice-li-dot,.notice-content .notice-li-num{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:999px;background:#1d6dff1a;color:#1d5fff;font-size:12px;font-weight:900}.notice-content .notice-li-dot:before{content:"";width:7px;height:7px;border-radius:999px;background:currentColor}.notice-content .notice-code{padding:2px 6px;border-radius:7px;background:#0d27560f;color:#0c2348;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.92em}.notice-content .notice-link{color:#1d5fff;font-weight:700;text-decoration:none}.notice-content .notice-hr{margin:18px 0;border:0;border-top:1px solid rgba(13,39,86,.1)}body[theme-mode=dark] .notice-modal .semi-modal-content{border-color:#a2b8dc24;background:#101827f5;box-shadow:0 30px 90px #0000006b}body[theme-mode=dark] .notice-modal__shell{background:radial-gradient(circle at 0% 0%,rgba(29,109,255,.2),transparent 34%),radial-gradient(circle at 100% 4%,rgba(33,197,154,.13),transparent 28%),linear-gradient(180deg,#101827fa,#0a1220fa)}body[theme-mode=dark] .notice-modal__hero,body[theme-mode=dark] .notice-modal__footer{border-color:#a2b8dc1f}body[theme-mode=dark] .notice-modal__footer{background:#0a1220d1}body[theme-mode=dark] .notice-modal__heading h2,body[theme-mode=dark] .notice-content .notice-h2,body[theme-mode=dark] .notice-content .notice-h3,body[theme-mode=dark] .notice-content .notice-h4{color:#edf4ff}body[theme-mode=dark] .notice-modal__heading p,body[theme-mode=dark] .notice-content,body[theme-mode=dark] .notice-content .notice-p{color:#a9b7d0}body[theme-mode=dark] .notice-content .notice-li{border-color:#a2b8dc1f;background:#ffffff0a}body[theme-mode=dark] .notice-content .notice-h2{border-left-color:#52e0bd;background:linear-gradient(90deg,#52e0bd29,#52e0bd0f)}body[theme-mode=dark] .notice-content .notice-h3{background:#709cff1f}body[theme-mode=dark] .notice-content .notice-code{background:#ffffff14;color:#dce8ff}.app-shell--public .app-shell__notice-nav.semi-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;height:42px;min-width:132px;padding:0 22px!important;border:1px solid rgba(29,109,255,.22)!important;border-radius:999px!important;background:linear-gradient(180deg,#ffffffeb,#ecf4ffdb)!important;color:#1d5fff!important;font-size:15px;font-weight:850;letter-spacing:0;box-shadow:0 12px 28px #1d6dff1a;white-space:nowrap}.app-shell--public .app-shell__notice-nav.semi-button:hover{border-color:#1d6dff6b!important;background:linear-gradient(180deg,#fffffffa,#e5f0ffeb)!important;color:#1058ff!important;box-shadow:0 16px 34px #1d6dff29}.app-shell--public .app-shell__notice-nav .semi-icon{color:currentColor}body[theme-mode=dark] .app-shell--public .app-shell__notice-nav.semi-button{border-color:#709cff52!important;background:#111f37d1!important;color:#91b3ff!important;box-shadow:0 12px 28px #0000003d}@media (max-width: 720px){.notice-modal{width:calc(100vw - 28px)!important;max-width:calc(100vw - 28px)!important}.notice-modal__hero,.notice-modal__content,.notice-modal__footer{padding-left:20px;padding-right:20px}.notice-modal__footer{flex-direction:column;align-items:stretch}.notice-modal__confirm{width:100%}}.docs-page{max-width:1380px;margin:0 auto;padding:124px clamp(24px,5vw,72px) 72px;color:#061632}.docs-hero{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(360px,.9fr);gap:clamp(28px,5vw,72px);align-items:center;min-height:420px;padding:clamp(16px,3vw,34px) 0 32px}.docs-kicker{display:inline-flex;align-items:center;gap:8px;padding:9px 16px;border:1px solid rgba(29,109,255,.16);border-radius:999px;background:#e8f1ffc7;color:#1d5fff;font-size:13px;font-weight:900}.docs-hero h1{margin:24px 0 18px;max-width:720px;color:#061632;font-size:clamp(44px,5vw,72px);line-height:1.04;letter-spacing:0;font-weight:950}.docs-hero p{max-width:650px;margin:0;color:#63718c;font-size:17px;line-height:1.9}.docs-hero__actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:30px}.docs-primary-btn,.docs-secondary-btn{height:48px;padding:0 28px!important;border-radius:13px!important;font-weight:900!important}.docs-primary-btn{background:linear-gradient(135deg,#071933,#061126)!important;box-shadow:0 18px 36px #05112633!important}.docs-secondary-btn{background:#ffffffc2!important;border:1px solid rgba(13,39,86,.12)!important;color:#061632!important}.docs-base-card,.docs-guide-card,.docs-step-card,.docs-faq-card{border:1px solid rgba(13,39,86,.1);background:radial-gradient(circle at 10% 0%,rgba(29,109,255,.08),transparent 34%),#ffffffd1;box-shadow:0 18px 54px #0a255414;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.docs-base-card{position:relative;overflow:hidden;padding:28px;border-radius:24px}.docs-base-card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:repeating-linear-gradient(145deg,rgba(29,109,255,.07) 0 1px,transparent 1px 30px);opacity:.55;pointer-events:none}.docs-base-card>*{position:relative;z-index:1}.docs-base-card__label{color:#1d5fff;font-size:13px;font-weight:900;text-transform:uppercase}.docs-base-card__value{display:flex;align-items:center;gap:10px;margin:16px 0;padding:14px 14px 14px 18px;border-radius:15px;background:#071933;color:#8ff1d5}.docs-base-card__value code{flex:1;min-width:0;color:inherit;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:14px;overflow-wrap:anywhere}.docs-base-card__value .semi-button{color:#ffffffc7!important}.docs-base-card__note,.docs-muted{color:#687796;font-size:14px;line-height:1.8}.docs-section{margin-top:38px}.docs-section__head{margin-bottom:18px}.docs-section__head span{display:inline-flex;margin-bottom:8px;color:#1d5fff;font-size:12px;font-weight:950;letter-spacing:.08em;text-transform:uppercase}.docs-section__head h2{margin:0;color:#061632;font-size:clamp(26px,3vw,38px);line-height:1.2;letter-spacing:0;font-weight:950}.docs-steps{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.docs-step-card{position:relative;min-height:220px;padding:24px;border-radius:20px}.docs-step-card__num{position:absolute;top:18px;right:20px;color:#1d6dff29;font-size:46px;line-height:1;font-weight:950}.docs-step-card__icon{display:inline-flex;align-items:center;justify-content:center;width:46px;height:46px;border-radius:15px;background:#1d6dff1a;color:#1d5fff}.docs-step-card h3,.docs-faq-card h3{margin:18px 0 8px;color:#061632;font-size:18px;line-height:1.35;font-weight:900}.docs-step-card p,.docs-faq-card p{margin:0;color:#60708c;font-size:14px;line-height:1.85}.docs-section--split{display:grid;grid-template-columns:1fr 1fr;gap:18px}.docs-guide-card{padding:26px;border-radius:22px}.docs-check-list{display:grid;gap:12px}.docs-check-list div{display:flex;gap:10px;align-items:flex-start;color:#2f3d56;font-size:15px;line-height:1.7}.docs-check-list svg{flex:0 0 auto;margin-top:3px;color:#13a47f}.docs-config-box{display:grid;gap:10px;margin-bottom:14px}.docs-config-box div{display:grid;gap:6px;padding:14px;border-radius:14px;background:#eef4ffc2}.docs-config-box strong{color:#33435d;font-size:13px}.docs-config-box code{color:#0b6f5c;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:13px;overflow-wrap:anywhere}.docs-faq-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.docs-faq-card{min-height:210px;padding:22px;border-radius:18px}.docs-faq-card>svg{color:#1d5fff}body[theme-mode=dark] .docs-page,body[theme-mode=dark] .docs-hero h1,body[theme-mode=dark] .docs-section__head h2,body[theme-mode=dark] .docs-step-card h3,body[theme-mode=dark] .docs-faq-card h3{color:#edf4ff}body[theme-mode=dark] .docs-base-card,body[theme-mode=dark] .docs-guide-card,body[theme-mode=dark] .docs-step-card,body[theme-mode=dark] .docs-faq-card{border-color:#a2b8dc24;background:radial-gradient(circle at 10% 0%,rgba(29,109,255,.16),transparent 34%),#0f1827c7}body[theme-mode=dark] .docs-hero p,body[theme-mode=dark] .docs-base-card__note,body[theme-mode=dark] .docs-muted,body[theme-mode=dark] .docs-step-card p,body[theme-mode=dark] .docs-faq-card p,body[theme-mode=dark] .docs-check-list div{color:#a9b7d0}body[theme-mode=dark] .docs-config-box div{background:#ffffff0f}body[theme-mode=dark] .docs-config-box strong{color:#d8e4f8}@media (max-width: 1100px){.docs-hero,.docs-section--split{grid-template-columns:1fr}.docs-steps,.docs-faq-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 700px){.docs-page{padding:96px 18px 44px}.docs-steps,.docs-faq-grid{grid-template-columns:1fr}.docs-hero__actions{flex-direction:column}.docs-primary-btn,.docs-secondary-btn{width:100%}}.home.home-product{width:100%;max-width:1480px;margin:0 auto;padding:72px 44px 34px;color:#07142d;overflow:hidden}.home-product__hero{position:relative;display:grid;grid-template-columns:minmax(0,.92fr) minmax(480px,1fr);align-items:center;gap:48px;min-height:540px;padding:30px 0 28px}.home-product__hero:before{content:"";position:absolute;inset:-60px -44px auto -44px;height:620px;pointer-events:none;background:radial-gradient(circle at 70% 20%,rgba(31,100,255,.14),transparent 34%),radial-gradient(circle at 25% 45%,rgba(65,198,255,.12),transparent 36%),linear-gradient(180deg,#f4f8ffdb,#fff0);z-index:-1}.home-product__eyebrow{display:inline-flex;align-items:center;gap:8px;height:38px;padding:0 16px;margin-bottom:22px;border:1px solid rgba(28,101,255,.18);border-radius:999px;background:#eff6ffe0;color:#155cff;font-size:14px;font-weight:900}.home-product__hero h1{margin:0;max-width:8.5em;color:#061226;font-size:clamp(48px,5vw,72px);line-height:1.08;letter-spacing:0;font-weight:950}.home-product__support{display:flex;flex-wrap:wrap;gap:10px;align-items:center;margin:22px 0 14px;color:#0d1930;font-size:clamp(17px,1.6vw,22px);line-height:1.4;font-weight:850}.home-product__support strong{color:#1d63ff;font-weight:950}.home-product__support i{color:#8393ad;font-style:normal}.home-product__support strong.home-product__support--orange{color:#f97316}.home-product__support strong.home-product__support--violet{color:#6d35ff}.home-product__support strong.home-product__support--blue{color:#1d63ff}.home-product__support strong.home-product__support--cyan{color:#0ab7a4}.home-product__desc{max-width:600px;margin:0;color:#60708c;font-size:18px;line-height:1.9}.home-product__actions,.home-product__cta-actions{display:flex;flex-wrap:wrap;gap:16px;align-items:center;margin-top:32px}.home-product__primary.semi-button,.home-product__secondary.semi-button{min-width:160px;height:54px;border-radius:10px;font-size:16px;font-weight:900}.home-product__primary.semi-button{border:0;background:linear-gradient(135deg,#0068ff,#1257e8);box-shadow:0 18px 34px #1d63ff3d}.home-product__secondary.semi-button{border:1px solid rgba(22,59,112,.18);background:#ffffffb8;color:#0b1730}.home-product__marks{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}.home-product__marks span{display:inline-flex;align-items:center;gap:8px;min-height:42px;padding:0 16px;border:1px solid rgba(21,90,255,.16);border-radius:10px;background:#ffffffc7;color:#32425f;font-size:14px;font-weight:850}.home-product__marks svg{color:#1d63ff}.gateway-visual{position:relative;min-height:500px;isolation:isolate}.gateway-visual:before{content:"";position:absolute;top:40px;right:120px;bottom:20px;left:20px;border-radius:48px;background:linear-gradient(135deg,rgba(29,99,255,.1),transparent 42%),repeating-linear-gradient(0deg,transparent 0 16px,rgba(29,99,255,.026) 16px 17px);transform:perspective(900px) rotateX(58deg) rotate(-36deg);filter:blur(.2px);z-index:-2}.gateway-visual__core{position:absolute;top:50%;left:46%;width:270px;height:270px;transform:translate(-50%,-50%)}.gateway-visual__hex{position:relative;display:grid;place-items:center;align-content:center;gap:8px;width:230px;height:230px;margin:0 auto;border:1px solid rgba(29,99,255,.36);clip-path:polygon(50% 0,94% 25%,94% 75%,50% 100%,6% 75%,6% 25%);background:radial-gradient(circle at 50% 35%,#fffffffa,#e8f0ffe6),linear-gradient(180deg,#fff,#edf4ff);box-shadow:0 34px 80px #2661da38,inset 0 0 0 10px #ffffff9e}.gateway-visual__logo{display:grid;place-items:center;width:62px;height:62px;border-radius:18px;background:linear-gradient(135deg,#0a6cff,#1651e7);color:#fff;font-size:34px;font-weight:950;box-shadow:0 18px 36px #115ceb3d}.gateway-visual__hex strong{max-width:160px;color:#0a1730;font-size:18px;line-height:1.25;text-align:center;font-weight:950}.gateway-visual__hex em{color:#1d63ff;font-size:14px;font-style:normal;font-weight:900}.gateway-visual__base{position:absolute;left:28px;right:28px;bottom:10px;height:44px;border-radius:999px;background:#1d63ff2e;filter:blur(16px);z-index:-1}.gateway-visual__nodes{position:absolute;top:64px;right:6px;display:grid;gap:18px;width:224px}.gateway-visual__node{position:relative;display:grid;grid-template-columns:54px minmax(0,1fr) 28px;gap:14px;align-items:center;min-height:88px;padding:16px;border:1px solid rgba(30,79,160,.12);border-radius:14px;background:#ffffffe6;box-shadow:0 18px 42px #264b821f}.gateway-visual__node:before{content:"";position:absolute;top:50%;right:100%;width:108px;height:1px;border-top:2px dotted rgba(29,99,255,.42)}.gateway-visual__product-logo{display:grid;place-items:center;width:52px;height:52px;border-radius:14px;color:currentColor;box-shadow:inset 0 0 0 1px #ffffffb8}.gateway-visual__product-logo svg{display:block;width:38px;height:38px}.gateway-visual__product-logo img{display:block;width:38px;height:38px;object-fit:contain}.gateway-visual__product-logo--claude-code{background:#fff1e8}.gateway-visual__product-logo--codex{background:#f4f7fb}.gateway-visual__product-logo--codex img{filter:brightness(0) saturate(100%) invert(43%) sepia(14%) saturate(605%) hue-rotate(179deg) brightness(92%) contrast(88%)}.gateway-visual__product-logo--gemini{background:#e4fbf8}.gateway-visual__product-logo--claude{color:#ff6b1a;background:#fff1e8}.gateway-visual__product-logo--claude svg{fill:none;stroke:currentColor;stroke-width:4.8;stroke-linecap:round}.gateway-visual__product-logo--codex{color:#7a35ff;background:#f2ecff}.gateway-visual__product-logo--codex svg{fill:none;stroke:currentColor;stroke-width:3.5;stroke-linecap:round;stroke-linejoin:round}.gateway-visual__product-logo--codex svg path:first-child{fill:#7a35ff29}.gateway-visual__product-logo--img{color:#1d63ff;background:#eaf1ff}.gateway-visual__product-logo--img svg{fill:none;stroke:currentColor;stroke-width:3.4;stroke-linecap:round;stroke-linejoin:round}.gateway-visual__product-logo--img svg rect{fill:#1d63ff29}.gateway-visual__product-logo--img svg circle{fill:currentColor;stroke:none}.gateway-visual__product-logo--gemini{color:#10bca8;background:#e4fbf8}.gateway-visual__product-logo--gemini svg{fill:currentColor}.gateway-visual__node-check{position:relative;display:block;width:22px;height:22px;border-radius:999px;background:#2ed6a3;box-shadow:0 8px 18px #2ed6a347}.gateway-visual__node-check:before{content:"";position:absolute;left:7px;top:4px;width:6px;height:10px;border-right:2.5px solid #ffffff;border-bottom:2.5px solid #ffffff;border-radius:1px;transform:rotate(42deg)}.gateway-visual__node strong,.gateway-visual__node span{display:block}.gateway-visual__node strong{color:#09152b;font-size:15px;line-height:1.25;font-weight:950}.gateway-visual__node span{margin-top:2px;color:#70809a;font-size:12px;line-height:1.25}.gateway-visual__node--orange{color:#ff6b1a}.gateway-visual__node--violet{color:#6d35ff}.gateway-visual__node--blue{color:#1d63ff}.gateway-visual__node--cyan{color:#10bca8}.gateway-visual__beam{position:absolute;height:2px;border-radius:999px;background:linear-gradient(90deg,transparent,rgba(29,99,255,.62),transparent)}.gateway-visual__beam--one{top:174px;left:36px;width:220px}.gateway-visual__beam--two{top:238px;left:0;width:260px}.gateway-visual__beam--three{top:302px;left:58px;width:190px}.home-product__value-card,.home-product__steps,.home-product__cta,.home-product__footer{border:1px solid rgba(25,61,125,.12);background:#ffffffd6;box-shadow:0 24px 70px #264b8217;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.home-product__section{margin-top:64px}.home-product__section-title{display:grid;place-items:center;gap:12px;margin-bottom:34px;text-align:center}.home-product__section-title h2{margin:0;color:#07142d;font-size:clamp(28px,3vw,38px);line-height:1.2;font-weight:950}.home-product__section-title span{width:52px;height:4px;border-radius:999px;background:#1d63ff}.home-product__value-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.home-product__value-card{display:grid;grid-template-columns:52px minmax(0,1fr);grid-template-rows:auto 1fr;column-gap:16px;min-height:132px;padding:24px;border-radius:14px}.home-product__value-card>span{display:grid;place-items:center;width:52px;height:52px;grid-row:1 / span 2;border-radius:15px;background:#1d63ff1a;color:#1d63ff;font-size:24px}.home-product__value-card>span .semi-icon{display:block}.home-product__value-card h3{margin:0 0 8px;color:#0a1730;font-size:18px;font-weight:950}.home-product__value-card p{margin:0;color:#697891;font-size:14px;line-height:1.8}.home-product__steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;border-radius:16px;overflow:hidden}.home-product__step{position:relative;display:grid;grid-template-columns:48px 74px minmax(0,1fr);gap:18px;align-items:center;min-height:126px;padding:26px 34px}.home-product__step+.home-product__step{border-left:1px solid rgba(25,61,125,.12)}.home-product__step b,.home-product__step>span{display:grid;place-items:center}.home-product__step b{width:34px;height:34px;border-radius:999px;background:#1d63ff1f;color:#1d63ff;font-size:17px}.home-product__step>span{width:70px;height:70px;border:1px solid rgba(29,99,255,.14);border-radius:14px;background:#fff;color:#1d63ff;font-size:30px}.home-product__step h3{margin:0 0 6px;color:#0a1730;font-size:18px;font-weight:950}.home-product__step p{margin:0;color:#697891;font-size:14px;line-height:1.7}.home-product__cta{display:flex;justify-content:space-between;gap:26px;align-items:center;margin-top:52px;padding:36px 58px;border-color:#1d63ff3d;border-radius:16px;background:linear-gradient(135deg,#fffffff0,#e7efffdb),linear-gradient(135deg,transparent 62%,rgba(29,99,255,.18))}.home-product__cta h2{margin:0 0 10px;color:#07142d;font-size:clamp(26px,3vw,36px);font-weight:950}.home-product__cta p{margin:0;color:#60708c;font-size:16px}.home-product__footer{display:grid;grid-template-columns:260px 1fr 280px;gap:34px;align-items:start;margin-top:58px;padding:34px;border-radius:18px}.home-product__footer-brand{display:flex;gap:14px;align-items:center}.home-product__footer-logo{width:50px;height:50px;border-radius:13px}.home-product__footer-brand strong,.home-product__footer-brand span{display:block}.home-product__footer-brand strong{color:#0a1730;font-size:20px;font-weight:950}.home-product__footer-brand span{margin-top:4px;color:#6d7890;font-size:12px;letter-spacing:.04em;text-transform:uppercase}.home-product__footer-links{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.home-product__footer-links div{display:grid;gap:10px}.home-product__footer-links strong{color:#0a1730;font-size:14px;font-weight:950}.home-product__footer-links button{width:fit-content;padding:0;border:0;background:transparent;color:#6a7890;font:inherit;font-size:13px;text-align:left;cursor:pointer}.home-product__footer-links button:hover{color:#1d63ff}.home-product__notice-card{display:grid;grid-template-columns:34px 1fr 18px;gap:14px;align-items:center;width:100%;min-height:86px;padding:18px;border:1px solid rgba(29,99,255,.16);border-radius:14px;background:#ffffffdb;color:#1d63ff;cursor:pointer}.home-product__notice-card strong,.home-product__notice-card em{display:block;text-align:left}.home-product__notice-card strong{color:#0a1730;font-size:14px;font-style:normal;font-weight:950}.home-product__notice-card em{margin-top:4px;color:#7a879c;font-size:12px;font-style:normal;line-height:1.45}.home-product__copyright{grid-column:1 / -1;padding-top:22px;border-top:1px solid rgba(25,61,125,.1);color:#7a879c;font-size:13px}.app-shell--public .app-shell__nav{gap:18px}.app-shell--public .app-shell__nav-button.semi-button{color:#17233d;font-weight:850}@media (max-width: 1180px){.home.home-product{padding-inline:28px}.home-product__hero{grid-template-columns:1fr}.gateway-visual{min-height:430px}.gateway-visual__core{left:40%}.home-product__value-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.home-product__footer{grid-template-columns:1fr}}@media (max-width: 760px){.home.home-product{padding:36px 18px 26px}.home-product__hero{min-height:auto;gap:28px}.home-product__support{font-size:22px}.home-product__actions,.home-product__cta-actions{flex-direction:column;align-items:stretch}.home-product__primary.semi-button,.home-product__secondary.semi-button{width:100%}.gateway-visual{min-height:auto;padding-top:16px}.gateway-visual:before,.gateway-visual__beam,.gateway-visual__node:before,.gateway-visual__base{display:none}.gateway-visual__core,.gateway-visual__nodes{position:relative;inset:auto;width:100%;transform:none}.gateway-visual__core{height:auto;margin-bottom:18px}.gateway-visual__hex{width:min(240px,76vw);height:min(240px,76vw)}.gateway-visual__nodes,.home-product__value-grid,.home-product__steps,.home-product__footer-links{grid-template-columns:1fr}.home-product__step{grid-template-columns:34px 58px minmax(0,1fr);padding:22px}.home-product__step+.home-product__step{border-left:0;border-top:1px solid rgba(25,61,125,.12)}.home-product__step>span{width:58px;height:58px}.home-product__cta{flex-direction:column;align-items:stretch;padding:28px}}@media (max-width: 420px){.home.home-product{padding-inline:12px}.home-product__value-card{grid-template-columns:46px minmax(0,1fr);column-gap:14px;padding:18px}.home-product__value-card>span{width:46px;height:46px;border-radius:13px;font-size:21px}.home-product__value-card h3{font-size:16px}.home-product__step{grid-template-columns:30px 48px minmax(0,1fr);gap:12px;padding:18px}.home-product__step>span{width:48px;height:48px;font-size:24px}}.public-page{min-height:calc(100vh - 72px);padding:72px clamp(18px,4vw,64px);color:#eaf2ff;background:radial-gradient(circle at 18% 0%,rgba(138,134,232,.16),transparent 30%),radial-gradient(circle at 78% 12%,rgba(91,50,214,.24),transparent 32%),linear-gradient(180deg,#050a16,#081120 48%,#050813)}.public-hero{max-width:1120px;margin:0 auto 42px;text-align:center}.public-hero--compact{padding-top:24px}.public-eyebrow{display:inline-flex;align-items:center;gap:8px;margin-bottom:16px;color:#7cf0ff;font-size:13px;font-weight:700;letter-spacing:0;text-transform:uppercase}.public-hero h1{margin:0 auto 18px;max-width:860px;color:#fff;font-size:56px;line-height:1.05;letter-spacing:0}.public-hero h1 span{color:transparent;background:linear-gradient(90deg,#7cf0ff,#77a7ff 45%,#b58cff);-webkit-background-clip:text;background-clip:text}.public-hero .semi-typography{display:block;max-width:760px;margin:0 auto;color:#eaf2ffad;font-size:17px;line-height:1.8}.public-pill{display:inline-flex;align-items:center;gap:10px;margin-top:22px;padding:10px 16px;border:1px solid rgba(124,240,255,.24);border-radius:999px;background:#071224b8;color:#eaf2ffd1}.public-pill span{width:8px;height:8px;border-radius:50%;background:#2ed573;box-shadow:0 0 16px #2ed573cc}.public-actions{display:flex;justify-content:center;gap:12px;margin-top:26px}.contact-layout{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:24px;max-width:1180px;margin:0 auto}.contact-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.contact-channel{display:block;width:100%;min-height:208px;padding:22px;border:1px solid rgba(124,240,255,.14);border-radius:8px;background:#091427c7;color:inherit;text-align:left;text-decoration:none;transition:border-color .18s ease,transform .18s ease,background .18s ease}.contact-channel:hover{border-color:#7cf0ff6b;background:#0d1c36e6;transform:translateY(-2px)}.contact-channel__head{display:flex;align-items:center;gap:14px}.contact-channel__icon{display:inline-flex;align-items:center;justify-content:center;width:46px;height:46px;border-radius:8px;background:#7cf0ff1f;color:#7cf0ff}.contact-channel__head em,.announcement-card__meta em{display:block;color:#eaf2ff7a;font-size:12px;font-style:normal}.contact-channel__head strong,.contact-channel__value{display:block;color:#fff;font-weight:800}.contact-channel__value{margin-top:22px;word-break:break-word;font-size:21px}.contact-channel p{min-height:44px;margin:10px 0 18px;color:#eaf2ff9e;line-height:1.55}.contact-channel__action{display:inline-flex;align-items:center;gap:6px;color:#7cf0ff;font-weight:700}.contact-info-card,.contact-form-section,.quick-command,.quick-step,.quick-done,.announcement-pinned,.announcement-toolbar,.announcement-card{border:1px solid rgba(124,240,255,.14);border-radius:8px;background:#091427c7;box-shadow:0 18px 60px #0000003d}.contact-info-card{padding:24px}.contact-info-card__title{color:#7cf0ff;font-weight:800;letter-spacing:0;text-transform:uppercase}.contact-info-card p,.contact-info-card dd{color:#eaf2ffa3}.contact-qr{position:relative;display:grid;grid-template-columns:repeat(17,1fr);gap:2px;width:220px;height:220px;margin:22px auto;padding:14px;border-radius:8px;background:#fff}.contact-qr span{border-radius:2px}.contact-qr span.is-active{background:#061224}.contact-qr strong{position:absolute;inset:50% auto auto 50%;display:flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:8px;background:#061224;color:#7cf0ff;transform:translate(-50%,-50%)}.contact-info-card dl{display:grid;gap:14px;margin:22px 0 0}.contact-info-card dt{color:#fff;font-weight:800}.contact-info-card dd{margin:4px 0 0;line-height:1.55}.contact-form-section{display:grid;grid-template-columns:320px minmax(0,1fr);gap:28px;max-width:1180px;margin:24px auto 0;padding:28px}.contact-form-section h2,.quick-commands h2,.quick-done h2{color:#fff}.contact-form-section .semi-typography,.quick-step .semi-typography,.quick-done .semi-typography{color:#eaf2ff9e}.contact-form{display:grid;gap:14px}.contact-form__row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.contact-success{display:flex;flex-direction:column;justify-content:center;min-height:210px;padding:28px;border-radius:8px;background:#2ed5731f;color:#eaf2ff}.contact-success strong{color:#2ed573;font-size:26px}.quick-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;max-width:1180px;margin:0 auto 24px}.quick-step{position:relative;min-height:260px;padding:28px}.quick-step__index{color:#7cf0ff47;font-size:54px;font-weight:900}.quick-step__icon{display:inline-flex;align-items:center;justify-content:center;width:46px;height:46px;margin:12px 0;border-radius:8px;background:#7cf0ff1f;color:#7cf0ff}.quick-step h3{color:#fff}.quick-commands{display:grid;gap:14px;max-width:1180px;margin:0 auto 24px}.quick-command{display:grid;grid-template-columns:180px minmax(0,1fr) auto;align-items:center;gap:16px;padding:18px}.quick-command>div{display:flex;align-items:center;gap:10px;color:#fff}.quick-command code{overflow:hidden;padding:12px 14px;border-radius:8px;background:#00000047;color:#7cf0ff;text-overflow:ellipsis;white-space:nowrap}.quick-done{display:flex;align-items:center;gap:18px;max-width:1180px;margin:0 auto;padding:24px}.quick-done>.semi-icon{color:#ffaa50;font-size:32px}.quick-done div{flex:1}.announcement-pinned{display:grid;gap:8px;width:100%;max-width:980px;margin:0 auto 18px;padding:26px;color:inherit;text-align:left}.announcement-pinned span{color:#ffaa50;font-weight:800}.announcement-pinned strong{color:#fff;font-size:28px}.announcement-pinned em,.announcement-pinned i{color:#eaf2ff9e;font-style:normal;line-height:1.6}.announcement-toolbar{display:grid;grid-template-columns:minmax(0,1fr) 280px;gap:16px;max-width:980px;margin:0 auto 18px;padding:14px}.announcement-tabs{display:flex;flex-wrap:wrap;gap:8px}.announcement-tabs button{padding:9px 13px;border:1px solid rgba(124,240,255,.16);border-radius:999px;background:transparent;color:#eaf2ffb3}.announcement-tabs button.is-active{border-color:#7cf0ff80;background:#7cf0ff1f;color:#7cf0ff}.announcement-list{display:grid;gap:12px;max-width:980px;margin:0 auto}.announcement-card{display:grid;grid-template-columns:52px minmax(0,1fr) 24px;align-items:center;gap:16px;width:100%;padding:18px;color:inherit;text-align:left}.announcement-card__icon{display:inline-flex;align-items:center;justify-content:center;width:52px;height:52px;border-radius:8px;background:#7cf0ff1f;color:#7cf0ff}.announcement-card__body{display:grid;gap:6px}.announcement-card__meta{display:flex;gap:10px}.announcement-card__meta i{color:#eaf2ff70;font-style:normal;font-size:12px}.announcement-card strong{color:#fff;font-size:18px}.announcement-card__body>span:last-child{color:#eaf2ff9e;line-height:1.55}.announcement-card__arrow{color:#7cf0ffb3}.announcement-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000}.announcement-drawer__mask{position:absolute;top:0;right:0;bottom:0;left:0;border:0;background:#00000094}.announcement-drawer__panel{position:absolute;top:0;right:0;display:flex;flex-direction:column;width:min(560px,100vw);height:100%;background:#071120;color:#eaf2ff;box-shadow:-30px 0 80px #0000005c}.announcement-drawer__head,.announcement-drawer__nav{display:flex;align-items:center;justify-content:space-between;padding:18px 22px;border-bottom:1px solid rgba(124,240,255,.12)}.announcement-drawer__content{flex:1;overflow:auto;padding:28px}.announcement-drawer__tag{display:inline-flex;margin-bottom:12px;padding:6px 10px;border-radius:999px;background:#7cf0ff1f;color:#7cf0ff}.announcement-drawer__content h2{color:#fff}.announcement-drawer__text{margin-top:24px;color:#eaf2ffc2;line-height:1.8;white-space:pre-wrap}@media (max-width: 900px){.public-page{padding:48px 16px}.public-hero h1{font-size:38px}.contact-layout,.contact-grid,.contact-form-section,.quick-grid,.announcement-toolbar,.quick-command{grid-template-columns:1fr}.quick-done{align-items:flex-start;flex-direction:column}}.app-shell--console{--console-bg: #f3f7fc;--console-panel: #ffffff;--console-panel-soft: rgba(255, 255, 255, .92);--console-border: #dbe4f0;--console-border-soft: rgba(21, 42, 76, .08);--console-text: #0d1b2f;--console-muted: #66758c;--console-blue: #2563eb;--console-blue-deep: #1746b8;--console-blue-soft: rgba(37, 99, 235, .1);--console-shadow: 0 16px 38px rgba(31, 53, 87, .08);width:100vw;min-height:100vh;background:radial-gradient(circle at 76% 0%,rgba(74,128,255,.12),transparent 28%),linear-gradient(180deg,#fbfdff 0%,var(--console-bg) 100%)!important;color:var(--console-text);overflow:hidden}.app-shell--console .app-shell__chrome{display:grid;grid-template-columns:264px minmax(0,1fr);width:100vw;height:100vh;min-height:0;padding:0;gap:0;overflow:hidden}.app-shell--console .app-shell__rail,.app-shell--console .console-sider{width:264px!important;min-width:264px!important;max-width:264px!important;height:100vh}.app-shell--console .console-sider{flex:0 0 264px!important}.app-shell--console .console-sider__card{position:relative;display:flex;flex-direction:column;width:264px;height:100vh;min-height:0;padding:30px 18px 18px;border:0;border-radius:0;clip-path:none;overflow:hidden;background:radial-gradient(circle at 22% 8%,rgba(79,148,255,.18),transparent 24%),linear-gradient(155deg,#050d1c,#061936 54%,#092856)!important;box-shadow:none}.app-shell--console .console-sider__orbital{opacity:.72}.app-shell--console .console-sider__brand{width:100%;min-height:56px;padding:0 8px 24px}.app-shell--console .console-sider__brand-mark{width:44px;height:44px;border-radius:14px;background:#ffffff14;box-shadow:inset 0 0 0 1px #ffffff14}.app-shell--console .console-sider__brand strong{color:#fff;font-size:18px;font-weight:850;line-height:1.12;letter-spacing:0}.app-shell--console .console-sider__brand em{color:#deeaffad;font-size:11px;font-weight:600;letter-spacing:.02em}.app-shell--console .console-sider__nav-list{flex:1;min-height:0;padding-right:2px;overflow-y:auto;overflow-x:hidden;scrollbar-width:thin;scrollbar-color:rgba(174,202,255,.34) transparent}.app-shell--console .console-sider__nav-list::-webkit-scrollbar{width:6px}.app-shell--console .console-sider__nav-list::-webkit-scrollbar-thumb{border-radius:999px;background:#aecaff57}.app-shell--console .console-sider__section-label{padding:18px 14px 8px;color:#deeaff80;font-size:12px;font-weight:750;letter-spacing:0;text-transform:none}.app-shell--console .console-sider__item{display:flex;align-items:center;width:100%;min-height:46px;padding:11px 14px;border:1px solid transparent;border-radius:12px;background:transparent;color:#f2f7ffd1;font-size:14px;font-weight:750;line-height:1;text-align:left}.app-shell--console .console-sider__item:hover{background:#ffffff14;color:#fff}.app-shell--console .console-sider__item--active{background:linear-gradient(135deg,#2f6fed,#1552cb)!important;border-color:#9abeff7a;color:#fff!important;box-shadow:0 14px 30px #0e4bb347}.app-shell--console .app-shell__content{height:100vh;min-height:0;min-width:0;overflow:auto!important;border-left:1px solid rgba(13,39,86,.08);border-radius:0;background:transparent!important;box-shadow:none}.app-shell--console .app-shell__console-topbar{position:sticky;top:0;z-index:35;min-height:72px;padding:18px clamp(28px,3.2vw,52px) 10px;background:linear-gradient(180deg,#fafdfff5,#fafdffc7);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.app-shell--console .app-shell__content-body{width:100%;min-width:0;max-width:none;padding:0 clamp(28px,3.2vw,52px) 44px;box-sizing:border-box}.app-shell--console .page-container{width:100%;max-width:none;margin:0;overflow:visible}.app-shell--console .page-header{position:relative;top:auto;z-index:1;display:flex;align-items:center;min-height:48px;padding:0 0 18px;margin:0;background:transparent!important}.app-shell--console .page-header .semi-typography{margin:0!important;color:var(--console-text)!important;font-size:30px!important;font-weight:900!important;line-height:1.22!important;letter-spacing:0}.app-shell--console .page-toolbar{display:flex;flex-wrap:wrap;align-items:flex-end;gap:14px 12px;padding:22px 24px;margin:0 0 20px;border:1px solid var(--console-border);border-radius:16px;background:var(--console-panel-soft);box-shadow:0 10px 28px #1f35570f}.app-shell--console .page-toolbar__field{gap:7px;min-width:0}.app-shell--console .page-toolbar__label{color:#233451;font-size:13px;font-weight:800;line-height:1.2}.app-shell--console .page-toolbar>.semi-space{align-self:flex-end;min-height:34px}.app-shell--console .page-toolbar .semi-select,.app-shell--console .page-toolbar .semi-input-wrapper,.app-shell--console .page-toolbar .semi-datepicker-input{height:34px;border-radius:10px!important;background:#f8fbff!important;border-color:#cfdae8!important}.app-shell--console .page-toolbar .semi-select:hover,.app-shell--console .page-toolbar .semi-input-wrapper:hover,.app-shell--console .page-toolbar .semi-datepicker-input:hover{border-color:#9fb4d1!important}.app-shell--console .semi-button-primary.semi-button-solid:not(.semi-button-disabled),.app-shell--console .page-toolbar .semi-button-primary.semi-button-solid:not(.semi-button-disabled){background:linear-gradient(135deg,var(--console-blue),var(--console-blue-deep))!important;color:#fff!important;box-shadow:0 10px 22px #2563eb38}.app-shell--console .semi-button-outline:not(.semi-button-disabled){background:#fff!important;border-color:#cfd9e7!important;color:#1d2c44!important}.app-shell--console .semi-button-outline:not(.semi-button-disabled):hover{border-color:var(--console-blue)!important;color:var(--console-blue)!important;box-shadow:0 8px 18px #2563eb1a}.app-shell--console .semi-card{border:1px solid var(--console-border)!important;border-radius:16px!important;background:var(--console-panel)!important;box-shadow:var(--console-shadow)!important;-webkit-backdrop-filter:none;backdrop-filter:none}.app-shell--console .semi-card>.semi-card-body{padding:22px 24px!important}.app-shell--console .semi-table-container,.app-shell--console .semi-table-wrapper{max-width:100%;border-radius:12px;overflow:auto;background:#fff}.app-shell--console .semi-table-thead>.semi-table-row>.semi-table-row-head{height:38px;padding-top:9px!important;padding-bottom:9px!important;background:#f3f7fd!important;border-bottom:1px solid #d8e2ef!important;color:#3d4d67!important;font-size:13px!important;font-weight:850!important}.app-shell--console .semi-table-tbody>.semi-table-row>.semi-table-row-cell{height:32px;padding-top:6px!important;padding-bottom:6px!important;border-bottom-color:#e5ebf3!important;color:#13233a;font-size:13px}.app-shell--console .semi-table-tbody>.semi-table-row:hover>.semi-table-row-cell{background:#2563eb0a!important}.app-shell--console .semi-table-pagination-outer{padding-top:16px}.app-shell--console .semi-page-item{border-radius:10px!important}.app-shell--console .semi-page-item-active{background:var(--console-blue-soft)!important;color:var(--console-blue)!important;font-weight:800}.app-shell--console .app-shell__user-trigger{min-height:40px;padding:4px 10px 4px 4px;color:#10213b;font-weight:800}.app-shell--console .app-shell__user-trigger:hover{background:#2563eb14}.app-shell--console .app-shell__avatar{background:#0b2b63!important;color:#fff!important}@media (max-width: 960px){.app-shell--console{height:auto;overflow:visible}.app-shell--console .app-shell__chrome{grid-template-columns:1fr;height:auto;min-height:100vh;overflow:visible}.app-shell--console .app-shell__rail,.app-shell--console .console-sider,.app-shell--console .console-sider__card{width:100%!important;min-width:0!important;max-width:none!important;height:auto}.app-shell--console .console-sider__nav-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(144px,1fr));overflow:visible}.app-shell--console .console-sider__section-label{grid-column:1 / -1}.app-shell--console .app-shell__content{height:auto;min-height:0;overflow:visible!important}}.app-shell--console .log-toolbar{display:grid;grid-template-columns:minmax(250px,1.35fr) minmax(132px,.62fr) minmax(190px,.96fr) minmax(156px,.72fr) minmax(156px,.72fr) minmax(200px,1fr) auto;align-items:end;gap:14px 12px;padding:22px 24px}.app-shell--console .log-toolbar--root{grid-template-columns:minmax(148px,.7fr) minmax(230px,1.25fr) minmax(126px,.56fr) minmax(174px,.86fr) minmax(144px,.64fr) minmax(144px,.64fr) minmax(170px,.82fr) auto}.app-shell--console .log-toolbar__field{width:100%}.app-shell--console .log-toolbar__field .semi-select,.app-shell--console .log-toolbar__field .semi-input-wrapper,.app-shell--console .log-toolbar__field .semi-datepicker-input{width:100%!important}.app-shell--console .log-toolbar__field--user{min-width:148px}.app-shell--console .log-toolbar__field--token{min-width:230px}.app-shell--console .log-toolbar__field--status{min-width:126px}.app-shell--console .log-toolbar__field--model{min-width:174px}.app-shell--console .log-toolbar__field--date{min-width:144px}.app-shell--console .log-toolbar__field--request{min-width:170px}.app-shell--console .log-toolbar__actions{display:flex;align-items:end;height:34px;white-space:nowrap}.app-shell--console .log-toolbar__actions .semi-button{height:34px;padding-right:15px;padding-left:15px;border-radius:10px!important}.app-shell--console .log-toolbar__actions .semi-button-primary.semi-button-solid:not(.semi-button-disabled){background:#071528!important;box-shadow:0 10px 24px #0715282e}.app-shell--console .semi-card{border-radius:18px!important}.app-shell--console .semi-card>.semi-card-body{padding:24px 26px!important}.app-shell--console .semi-table-container,.app-shell--console .semi-table-wrapper{border-radius:14px;box-shadow:none}.app-shell--console .semi-table{border-collapse:separate;border-spacing:0}.app-shell--console .semi-table-thead>.semi-table-row>.semi-table-row-head{height:38px;padding-right:10px!important;padding-left:10px!important;background:#f2f6fc!important;border-bottom:1px solid #d8e2ef!important;color:#344660!important;font-size:13px!important;font-weight:800!important}.app-shell--console .semi-table-thead>.semi-table-row>.semi-table-row-head:first-child{border-top-left-radius:12px}.app-shell--console .semi-table-thead>.semi-table-row>.semi-table-row-head:last-child{border-top-right-radius:12px}.app-shell--console .semi-table-tbody>.semi-table-row>.semi-table-row-cell{height:48px;padding:11px 10px!important;border-bottom:1px solid #e2e9f2!important;color:#13233a;font-size:13px;line-height:1.45}.app-shell--console .semi-table-tbody>.semi-table-row:last-child>.semi-table-row-cell{border-bottom-color:#edf2f7!important}.app-shell--console .semi-table-container .semi-tag{min-height:22px;padding:2px 8px;border-radius:999px;font-weight:650}.app-shell--console .semi-table-container .semi-button-borderless:not(.semi-button-disabled):not(.semi-button-with-icon-only):not(.semi-button-danger){color:#1668f2!important;font-weight:750}.app-shell--console .semi-table-pagination-outer{align-items:center;min-height:42px;padding:17px 0 0}.app-shell--console .semi-page{gap:4px}.app-shell--console .semi-page-item{min-width:32px;height:32px;border-radius:10px!important}.app-shell--console .setting-page{max-width:1536px}.app-shell--console .setting-page__panel{border-radius:18px!important}.app-shell--console .setting-page__panel>.semi-card-body{padding:28px!important}.app-shell--console .settings-form{margin-bottom:0!important}.app-shell--console .settings-form+div,.app-shell--console .setting-page__panel>.semi-card-body>div[style*=margin-top]{margin-top:28px!important;padding-top:28px;border-top:1px solid #e5ebf3}.app-shell--console .settings-form .semi-typography{color:#10213b!important}.app-shell--console .settings-form .semi-typography.semi-typography-h5,.app-shell--console .settings-form .semi-typography.semi-typography-h6{margin:0 0 18px!important;font-weight:850!important;letter-spacing:0}.app-shell--console .settings-form .semi-row{margin-right:-8px!important;margin-left:-8px!important}.app-shell--console .settings-form .semi-col{padding-right:8px!important;padding-left:8px!important}.app-shell--console .settings-form .semi-form-field{margin-bottom:18px}.app-shell--console .settings-form .semi-form-field-label{margin-bottom:7px}.app-shell--console .settings-form .semi-form-field-label-text{color:#15243b!important;font-size:13px;font-weight:800;line-height:1.25}.app-shell--console .settings-form .semi-form-field-extra{margin-top:6px;color:#718097!important;font-size:12px;line-height:1.45}.app-shell--console .settings-form .semi-input-wrapper,.app-shell--console .settings-form .semi-input-number,.app-shell--console .settings-form .semi-input-number .semi-input-wrapper,.app-shell--console .settings-form .semi-select,.app-shell--console .settings-form .semi-input-textarea-wrapper{width:100%;border-radius:10px!important;background:#f8fbff!important;border-color:#cfdae8!important;box-shadow:none!important}.app-shell--console .settings-form .semi-input-wrapper,.app-shell--console .settings-form .semi-input-number,.app-shell--console .settings-form .semi-input-number .semi-input-wrapper,.app-shell--console .settings-form .semi-select{min-height:34px}.app-shell--console .settings-form .semi-input-textarea-wrapper textarea{min-height:82px;line-height:1.55;resize:vertical}.app-shell--console .settings-form .semi-input-wrapper:hover,.app-shell--console .settings-form .semi-input-number:hover,.app-shell--console .settings-form .semi-select:hover,.app-shell--console .settings-form .semi-input-textarea-wrapper:hover{border-color:#9fb4d1!important}.app-shell--console .settings-form .semi-input-wrapper:focus-within,.app-shell--console .settings-form .semi-input-number:focus-within,.app-shell--console .settings-form .semi-select:focus-within,.app-shell--console .settings-form .semi-input-textarea-wrapper:focus-within{border-color:#2563eb!important;box-shadow:0 0 0 3px #2563eb1f!important}.app-shell--console .settings-form>.semi-button,.app-shell--console .settings-form>.semi-spin-children>.semi-button{margin-top:2px}@media (max-width: 1480px){.app-shell--console .log-toolbar{grid-template-columns:minmax(230px,1.25fr) minmax(124px,.58fr) minmax(170px,.86fr) minmax(144px,.66fr) minmax(144px,.66fr) minmax(178px,.86fr) auto;gap:12px 10px}.app-shell--console .log-toolbar--root{grid-template-columns:minmax(140px,.65fr) minmax(210px,1.18fr) minmax(118px,.52fr) minmax(156px,.8fr) minmax(134px,.58fr) minmax(134px,.58fr) minmax(154px,.74fr) auto}}@media (max-width: 1280px){.app-shell--console .log-toolbar{display:flex;flex-wrap:wrap}.app-shell--console .log-toolbar__field{flex:1 1 180px}}.app-shell--console .page-header--with-actions{justify-content:space-between;gap:16px}.app-shell--console .page-header__actions{display:flex;align-items:center;gap:10px!important;flex-wrap:wrap}.app-shell--console .page-header__actions .semi-button{height:36px;border-radius:10px!important;font-weight:750}.app-shell--console .page-header__actions .semi-button-disabled{color:#8b98aa!important;background:#edf2f8!important;border-color:#e1e8f1!important}.app-shell--console .user-toolbar{display:grid;grid-template-columns:minmax(260px,320px) 160px auto auto 1fr;align-items:center;gap:10px;padding:0;margin:0 0 18px;border:0;border-radius:0;background:transparent;box-shadow:none}.app-shell--console .user-toolbar .semi-input-wrapper,.app-shell--console .user-toolbar .semi-select{height:36px;border-radius:10px!important;background:#f8fbff!important;border-color:#cfdae8!important}.app-shell--console .user-toolbar .semi-button{height:36px;border-radius:10px!important;font-weight:750}.app-shell--console .console-table-card>.semi-card-body{padding:24px 26px!important}.app-shell--console .semi-button{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-width:0;border-radius:10px!important;font-weight:700}.app-shell--console .semi-button-content-left,.app-shell--console .semi-button-content-right{display:inline-flex;align-items:center}.app-shell--console .semi-button-primary.semi-button-solid:not(.semi-button-disabled){background:linear-gradient(135deg,#2468ef,#1652d4)!important;border-color:transparent!important;color:#fff!important;box-shadow:0 10px 22px #1652d433}.app-shell--console .semi-button-primary.semi-button-solid:not(.semi-button-disabled):hover{background:linear-gradient(135deg,#2f72f3,#1c5de0)!important;box-shadow:0 12px 26px #1652d43d}.app-shell--console .semi-button:not(.semi-button-primary):not(.semi-button-danger):not(.semi-button-borderless):not(.semi-button-disabled){background:#fff!important;border-color:#cfd9e7!important;color:#1a2a42!important}.app-shell--console .semi-button-borderless:not(.semi-button-disabled):hover{background:#2563eb14!important;color:#1652d4!important}.app-shell--console .semi-table-container{scrollbar-width:thin;scrollbar-color:#c4cfdd transparent}.app-shell--console .semi-table-container::-webkit-scrollbar{width:8px;height:8px}.app-shell--console .semi-table-container::-webkit-scrollbar-thumb{border-radius:999px;background:#c4cfdd}.app-shell--console .semi-table-container::-webkit-scrollbar-track{background:transparent}.app-shell--console .semi-table-tbody>.semi-table-row>.semi-table-row-cell .semi-space{gap:6px!important}.app-shell--console .semi-table-container .semi-button{height:28px;min-width:0;padding-right:5px!important;padding-left:5px!important;border-radius:8px!important;font-size:13px;font-weight:750}.app-shell--console .semi-table-container .semi-button-content-left{margin-right:4px!important}.app-shell--console .semi-table-container .semi-button-with-icon-only{width:28px;padding-right:0!important;padding-left:0!important}body .semi-modal-wrap{position:fixed!important;top:0!important;right:0!important;bottom:0!important;left:0!important;z-index:1000!important;display:flex!important;align-items:flex-start;justify-content:center;box-sizing:border-box;padding:72px 24px 32px;overflow:auto}body .semi-modal-wrap-center{align-items:center}body .semi-modal-mask{background:#0a122085!important;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}body .semi-modal,body .console-modal.semi-modal,body .semi-modal.console-modal{top:auto!important;margin:0 auto!important;max-width:calc(100vw - 48px)}body .console-modal .semi-modal-content{overflow:hidden;border:1px solid #d7e1ee!important;border-radius:18px!important;background:#fff!important;box-shadow:0 28px 80px #0f203838!important}body .console-modal .semi-modal-close{top:16px!important;right:16px!important;width:30px;height:30px;border-radius:9px;color:#64748b}body .console-modal .semi-modal-close:hover{background:#edf3fb;color:#15243b}body .console-modal .semi-modal-header{padding:22px 26px 14px!important;border-bottom:1px solid #e5ebf3!important}body .console-modal .semi-modal-header .semi-modal-header-text,body .console-modal .semi-modal-title{color:#0d1b2f!important;font-size:18px!important;font-weight:850!important;line-height:1.3;letter-spacing:0}body .console-modal .semi-modal-body{max-height:min(70vh,640px);padding:22px 26px 26px!important;overflow:auto;background:#fff}body .console-modal .semi-modal-footer{display:flex!important;align-items:center;justify-content:flex-end;gap:10px;padding:16px 26px 24px!important;border-top:1px solid #e6edf5!important;background:#fff}body .console-modal .semi-modal-footer .semi-button{min-width:72px;height:38px;padding-right:16px!important;padding-left:16px!important}body .console-modal .semi-modal-footer .semi-button:not(.semi-button-primary){border:1px solid #cfd9e7!important;background:#fff!important;color:#1a2a42!important}body .console-modal .semi-form-field{margin-bottom:16px}body .console-modal .semi-form-field-label-text{color:#15243b!important;font-size:13px;font-weight:800!important}body .console-modal .semi-input-wrapper,body .console-modal .semi-input-number,body .console-modal .semi-input-number .semi-input-wrapper,body .console-modal .semi-select,body .console-modal .semi-input-textarea-wrapper{width:100%;min-height:36px;border-radius:10px!important;background:#f8fbff!important;border-color:#cfdae8!important}body .console-modal .semi-input-wrapper:focus-within,body .console-modal .semi-input-number:focus-within,body .console-modal .semi-select:focus-within,body .console-modal .semi-input-textarea-wrapper:focus-within{border-color:#2563eb!important;box-shadow:0 0 0 3px #2563eb1f!important}body .console-modal__submit,body .console-modal__footer-btn,body .console-modal .semi-modal-footer .semi-button-primary,body .log-detail-modal .semi-modal-footer .semi-button{height:38px;border:0!important;border-radius:10px!important;background:linear-gradient(135deg,#2468ef,#1652d4)!important;color:#fff!important;font-weight:800;box-shadow:0 12px 26px #1652d438!important}body .log-detail-modal .semi-modal-body{padding:0!important}body .log-detail-modal .semi-modal-body>div{max-height:min(68vh,640px)!important}body .log-detail-modal .semi-modal-body [style*=border-bottom]{border-bottom-color:#e6edf5!important}body .log-detail-modal .semi-modal-body [style*="text-align: right"]{color:#64748b!important;font-weight:650}body .semi-portal .semi-select-option-list,body .semi-portal .semi-cascader-option-list,body .semi-portal .semi-tree-select-option-list,body .semi-popover-wrapper .semi-select-option-list{padding:6px!important;border:1px solid #d7e1ee!important;border-radius:12px!important;background:#fff!important;box-shadow:0 18px 44px #0f203824!important}body .semi-portal .semi-select-option,body .semi-popover-wrapper .semi-select-option{min-height:32px;margin:1px 0;padding:6px 10px!important;border-radius:8px!important;color:#15243b;font-size:13px}body .semi-portal .semi-select-option:hover,body .semi-portal .semi-select-option-focused,body .semi-popover-wrapper .semi-select-option:hover,body .semi-popover-wrapper .semi-select-option-focused{background:#f0f5ff!important;color:#1652d4!important}body .semi-portal .semi-select-option-selected,body .semi-popover-wrapper .semi-select-option-selected{background:#eaf1ff!important;color:#1652d4!important;font-weight:800}body .semi-dropdown-wrapper,body .semi-popover-wrapper{border-radius:12px!important;filter:drop-shadow(0 18px 44px rgba(15,32,56,.14))}body .semi-dropdown-menu{padding:6px!important;border:1px solid #d7e1ee;border-radius:12px!important;background:#fff}body .semi-popover .semi-popconfirm{min-width:232px;padding:14px 16px 12px;border-radius:12px;background:#fff}body .semi-popover .semi-popconfirm-header{display:flex;align-items:center;gap:8px;margin-bottom:10px}body .semi-popover .semi-popconfirm-header-title{font-size:14px;font-weight:600;color:#15243b;line-height:1.4}body .semi-popover .semi-popconfirm-body{margin:0 0 10px;color:#4a5b7b;font-size:13px}body .semi-popover .semi-popconfirm-footer{display:flex;justify-content:flex-end;gap:8px}body .semi-popover .semi-popconfirm-footer .semi-button{min-width:64px;padding:0 14px;height:28px;line-height:26px;flex:0 0 auto;white-space:nowrap}body .semi-popover .semi-popconfirm-footer .semi-button-content{display:inline-flex;align-items:center;justify-content:center}body .semi-dropdown-item{min-height:34px;border-radius:8px!important;color:#15243b;font-size:13px;font-weight:650}body .semi-dropdown-item:hover{background:#f0f5ff!important;color:#1652d4!important}body .semi-toast-wrapper{top:12px!important;z-index:1200!important}body .semi-toast-content{min-height:36px;padding:9px 12px!important;border:1px solid #d7e1ee;border-radius:12px!important;background:#fffffff5!important;color:#10213b!important;box-shadow:0 16px 44px #0f203829!important;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}body .semi-toast-content .semi-toast-content-text{margin-right:10px;margin-left:9px;font-weight:750}body .semi-toast-light.semi-toast-error .semi-toast-content{border-color:#fecaca;background:#fff7f7!important}@media (max-width: 1180px){.app-shell--console .user-toolbar{display:flex;flex-wrap:wrap}.app-shell--console .user-toolbar .semi-input-wrapper{flex:1 1 260px}}.app-shell--console .page-header--with-actions{align-items:flex-start}.app-shell--console .page-header--with-actions>div:first-child{min-width:0}.app-shell--console .page-header--with-actions>.semi-button,.app-shell--console .page-header--with-actions>.page-header__actions{margin-left:auto;flex-shrink:0}.app-shell--console .page-header .semi-typography+.semi-typography{display:block;max-width:860px;margin-top:6px!important;color:#66758c!important;font-size:14px!important;font-weight:600!important;line-height:1.55!important}.app-shell--console .page-header>.semi-select,.app-shell--console .page-header .semi-select,.app-shell--console .page-header .semi-datepicker-input{height:36px;border-radius:10px!important;background:#f8fbff!important;border-color:#cfdae8!important}.app-shell--console .page-toolbar{overflow:visible}.app-shell--console .page-toolbar .semi-input-wrapper,.app-shell--console .page-toolbar .semi-select,.app-shell--console .page-toolbar .semi-datepicker,.app-shell--console .page-toolbar .semi-datepicker-input{min-width:0}.app-shell--console .page-toolbar .semi-input,.app-shell--console .page-toolbar .semi-select-selection-text{min-width:0;color:#16243a;font-size:13px}.app-shell--console .page-toolbar .semi-input::placeholder{color:#7a89a0}.app-shell--console .page-toolbar .semi-button{height:36px;padding-right:15px!important;padding-left:15px!important;white-space:nowrap}.app-shell--console .log-toolbar--root{grid-template-columns:minmax(150px,.8fr) minmax(240px,1.28fr) minmax(130px,.64fr) minmax(180px,.92fr)}.app-shell--console .log-toolbar--root .log-toolbar__field--date,.app-shell--console .log-toolbar--root .log-toolbar__field--request{min-width:178px}.app-shell--console .log-toolbar--root .log-toolbar__actions{align-self:end;justify-self:start}.app-shell--console .log-toolbar--user{grid-template-columns:minmax(260px,1.45fr) minmax(142px,.68fr) minmax(196px,1fr) minmax(164px,.78fr) minmax(164px,.78fr) minmax(210px,1fr) auto}.app-shell--console .log-toolbar__actions .semi-space{gap:8px!important}.app-shell--console .user-toolbar{grid-template-columns:minmax(300px,360px) minmax(168px,190px) auto auto minmax(0,1fr);padding:0 0 18px;margin:0 0 18px;border-bottom:1px solid #e6edf5}.app-shell--console .user-toolbar .semi-input-wrapper,.app-shell--console .user-toolbar .semi-select{min-width:0}.app-shell--console .user-toolbar .semi-button{padding-right:14px!important;padding-left:14px!important}.app-shell--console .semi-table-placeholder{color:#718097}.app-shell--console .semi-table-thead>.semi-table-row>.semi-table-row-head,.app-shell--console .semi-table-tbody>.semi-table-row>.semi-table-row-cell{vertical-align:middle}.app-shell--console .semi-table-tbody>.semi-table-row>.semi-table-row-cell .semi-typography{color:#13233a}.app-shell--console .semi-table-tbody>.semi-table-row>.semi-table-row-cell .semi-typography-tertiary{color:#718097!important}.app-shell--console .package-pricing-header{padding-bottom:20px}.app-shell--console .package-pricing-card>.semi-card-body{padding-top:24px!important}.app-shell--console .package-pricing-tabs{gap:8px!important;margin-bottom:18px;padding-bottom:16px;border-bottom:1px solid #e6edf5}.app-shell--console .package-pricing-tabs .semi-button{height:34px;padding-right:13px!important;padding-left:13px!important;border-radius:10px!important}.app-shell--console .package-pricing-card .semi-table-container{overflow-x:auto}.app-shell--console .package-pricing-card .semi-table{min-width:1180px}.app-shell--console .channel-table-card .semi-table{min-width:1060px}body .console-modal-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:18px;row-gap:0}body .console-modal-form .semi-form-field{min-width:0}body .console-modal-form .semi-form-field:has(.semi-input-textarea-wrapper),body .console-modal-form .semi-form-field:has(.channel-model-picker),body .console-modal-form .semi-form-field:has(.channel-ratio-editor),body .console-modal-form>.semi-button,body .console-modal-form>.semi-space{grid-column:1 / -1}body .console-modal-form .semi-form-field-extra{margin-top:6px;color:#718097!important;font-size:12px;line-height:1.45}body .console-modal .semi-button{height:36px;border-radius:10px!important;font-weight:750;white-space:nowrap}body .console-modal .semi-button-borderless:not(.semi-button-disabled):hover{background:#eef5ff!important}body .console-modal .semi-button-disabled{color:#9aa6b6!important;background:#f2f5f9!important;border-color:#e3e9f1!important;box-shadow:none!important}body .console-modal .semi-select-selection,body .console-modal .semi-select-selection-text,body .console-modal .semi-input{min-width:0;font-size:13px}body .console-modal .semi-select-multiple{min-height:36px}body .channel-model-picker{display:flex;flex-direction:column;gap:10px}body .channel-model-picker__select{min-width:0}body .channel-model-picker__select .semi-select{width:100%}body .channel-model-picker__toolbar{display:flex;align-items:center;gap:8px;flex-wrap:wrap}body .channel-model-picker__action{flex-shrink:0}body .channel-model-picker__meta{margin-left:auto;color:var(--app-text-muted)!important;font-size:12px}body .channel-ratio-editor__row{display:grid;grid-template-columns:minmax(0,1fr) 128px 36px;align-items:center;gap:8px;margin-bottom:8px}body .channel-ratio-editor__model,body .channel-ratio-editor__ratio{width:100%}body .console-modal__code-block{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px 12px;border:1px solid #d7e1ee;border-radius:10px;background:#f8fbff}body .console-modal__code-block code{min-width:0;overflow:hidden;color:#26364f;font-size:12px;line-height:1.45;text-overflow:ellipsis;white-space:nowrap}body .semi-portal .semi-datepicker,body .semi-datepicker-popover,body .semi-popover-wrapper .semi-datepicker{border:1px solid #d7e1ee!important;border-radius:14px!important;background:#fff!important;box-shadow:0 18px 44px #0f203824!important}@media (max-width: 1680px){.app-shell--console .log-toolbar,.app-shell--console .log-toolbar--user,.app-shell--console .log-toolbar--root{grid-template-columns:repeat(4,minmax(0,1fr))}.app-shell--console .log-toolbar__actions{grid-column:4;justify-self:start}}@media (max-width: 1180px){.app-shell--console .log-toolbar,.app-shell--console .log-toolbar--user,.app-shell--console .log-toolbar--root{grid-template-columns:repeat(2,minmax(0,1fr))}.app-shell--console .log-toolbar__actions{grid-column:1 / -1}body .console-modal-form,body .channel-ratio-editor__row{grid-template-columns:1fr}body .channel-model-picker__toolbar{flex-direction:column;align-items:stretch}body .channel-model-picker__meta{margin-left:0}}body .package-side-sheet .semi-sidesheet-body{padding:0}body .plan-form-grid{display:grid;grid-template-columns:1.4fr 1fr;min-height:100%}body .plan-form-grid__form{padding:20px 24px 88px;overflow-y:auto;max-height:calc(100vh - 56px)}body .plan-form-grid__preview{background:var(--semi-color-fill-0);border-left:1px solid var(--semi-color-border);padding:24px 20px;overflow-y:auto;max-height:calc(100vh - 56px)}body .plan-form-section{margin-bottom:22px}body .plan-form-section__title{font-size:13px;font-weight:600;color:var(--semi-color-text-1);margin:0 0 12px;padding-bottom:8px;border-bottom:1px dashed var(--semi-color-border);letter-spacing:.2px}body .plan-preview-card{border-radius:14px;border:1px solid var(--semi-color-border);padding:20px;background:#fff;box-shadow:0 2px 10px #1122410f;position:relative}body .plan-preview-card--featured{border-color:#f59e0b;box-shadow:0 4px 16px #f59e0b2e}body .plan-preview-card--balance{border-color:#2563eb33;background:linear-gradient(180deg,#fff,#2563eb0a)}body .plan-preview-badge{position:absolute;top:-10px;right:16px;background:#f59e0b;color:#fff;font-size:11px;font-weight:600;padding:3px 10px;border-radius:999px}body .plan-preview-price{font-size:30px;font-weight:700;color:#0f172a;line-height:1.2}body .plan-preview-features{list-style:none;padding:0;margin:14px 0 0;display:flex;flex-direction:column;gap:8px}body .plan-preview-features li{font-size:13px;color:var(--semi-color-text-1);padding-left:18px;position:relative}body .plan-preview-features li:before{content:"";position:absolute;left:2px;top:7px;width:8px;height:8px;border-radius:50%;background:#22c55e}body .package-side-sheet__footer{position:absolute;bottom:0;left:0;right:0;background:#fff;border-top:1px solid var(--semi-color-border);padding:12px 20px;display:flex;justify-content:flex-end;gap:8px;z-index:2}.app-shell--console .package-pricing-card .semi-tabs-bar-card{padding:0 4px;border-radius:10px 10px 0 0}.app-shell--console .log-card>.semi-card-body{padding:0}.app-shell--console .log-card__toolbar{padding:16px 20px;border-bottom:1px solid var(--semi-color-border);display:flex;flex-direction:column;gap:12px;background:var(--semi-color-bg-0)}.app-shell--console .log-card__toolbar-row{display:flex;flex-wrap:wrap;gap:12px;align-items:flex-end}.app-shell--console .log-card__toolbar-field{display:flex;flex-direction:column;gap:4px;min-width:160px;flex:1}.app-shell--console .log-card__toolbar-field label{font-size:12px;font-weight:500;color:var(--semi-color-text-2)}.app-shell--console .log-date-shortcuts{display:inline-flex;gap:4px;margin-left:8px}.app-shell--console .log-date-shortcuts .semi-button{height:30px;padding:0 10px;font-size:12px}.app-shell--console .log-card__pagination{padding:12px 20px;display:flex;justify-content:flex-end;border-top:1px solid var(--semi-color-border);background:var(--semi-color-bg-0)}.app-shell--console .log-upstream-id{display:inline-flex;align-items:center;gap:4px;max-width:180px}.app-shell--console .log-upstream-id__copy{opacity:0;transition:opacity .15s}.app-shell--console .semi-table-row:hover .log-upstream-id__copy{opacity:1}.app-shell--console .log-upstream-cell{display:flex;flex-direction:column;gap:2px;min-width:0;line-height:1.35}.app-shell--console .log-upstream-channel{display:inline-block;max-width:180px;font-size:11.5px!important;color:var(--app-text-muted)!important}.app-shell--console .log-upstream-channel:before{content:"↳ ";opacity:.55;margin-right:2px}.app-shell--console .log-tokens-cell{display:flex;flex-direction:column;gap:1px;line-height:1.35;min-width:0}.app-shell--console .log-tokens-count{font-size:13px;color:var(--semi-color-text-0);font-variant-numeric:tabular-nums;font-weight:500}.app-shell--console .log-tokens-price{font-size:11.5px;color:var(--app-text-muted);font-variant-numeric:tabular-nums;white-space:nowrap}.app-shell--console .log-tokens-cost{color:var(--app-text-muted);opacity:.85}.app-shell--console .log-token-cell{display:inline-flex;align-items:center;gap:4px;color:var(--semi-color-text-1)}.app-shell--console .settings-section{background:#fff;border:1px solid var(--semi-color-border);border-radius:12px;padding:20px 24px;margin-bottom:16px;box-shadow:0 1px 4px #1122410a}.app-shell--console .settings-section__head{display:flex;align-items:baseline;gap:12px;margin-bottom:16px;padding-bottom:12px;border-bottom:1px dashed var(--semi-color-border)}.app-shell--console .settings-section__head .semi-typography-h6{margin:0;font-size:15px;font-weight:600}.app-shell--console .settings-subgroup{margin-top:18px}.app-shell--console .settings-subgroup:first-child{margin-top:4px}.app-shell--console .settings-subgroup__title{display:block;margin:0 0 12px;padding-left:10px;font-size:13px;font-weight:600;color:var(--semi-color-text-1);border-left:3px solid var(--semi-color-primary);line-height:1.2}.app-shell--console .logo-preview{display:flex;flex-direction:column;align-items:center;gap:6px;padding:8px 0}.app-shell--console .logo-preview__avatar{width:56px!important;height:56px!important;font-size:22px!important}.app-shell--console .logo-preview__avatar.semi-avatar img{object-fit:cover}.app-shell--console .notice-editor-tabs .semi-tabs-content{padding-top:8px}.app-shell--console .notice-split{display:grid;grid-template-columns:1fr 1fr;gap:12px}.app-shell--console .notice-split__preview{background:var(--semi-color-fill-0);border:1px solid var(--semi-color-border);border-radius:8px;padding:12px 16px;min-height:180px;max-height:420px;overflow:auto;font-size:13px}.app-shell--console .notice-tip{display:inline-flex;align-items:center;gap:4px;margin-left:auto;color:var(--semi-color-text-2);font-size:12px;cursor:help}.app-shell--console .footer-preview-collapse .semi-collapse-content{background:var(--semi-color-fill-0);border-radius:8px;padding:12px 16px;font-size:13px}.app-shell--console .settings-sticky-footer{position:sticky;bottom:0;background:#fffffff5;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-top:1px solid var(--semi-color-border);padding:12px 24px;display:flex;justify-content:space-between;align-items:center;margin:16px -24px -24px;z-index:5;border-radius:0 0 12px 12px}.app-shell--console .settings-sticky-footer__hint{display:inline-flex;align-items:center;gap:8px;color:var(--semi-color-text-2);font-size:13px}.app-shell--console .settings-sticky-footer__dot{display:inline-block;width:8px;height:8px;border-radius:50%;background:#f59e0b;animation:settings-dot-pulse 2s infinite;box-shadow:0 0 0 3px #f59e0b26}@keyframes settings-dot-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.55;transform:scale(.85)}}.app-shell--console .field-help-icon{margin-left:4px;color:var(--semi-color-text-2);vertical-align:middle;cursor:help}.app-shell--console{--console-bg: #f5f7fb;--console-panel: #ffffff;--console-panel-soft: rgba(255, 255, 255, .94);--console-border: #dfe6f0;--console-border-strong: #cfd9e6;--console-text: #111827;--console-muted: #64748b;--console-blue: #2563eb;--console-blue-deep: #1d4ed8;--console-blue-soft: rgba(37, 99, 235, .08);--console-shadow: 0 10px 24px rgba(15, 23, 42, .06);background:linear-gradient(180deg,#fbfdff 0%,var(--console-bg) 100%)!important}.app-shell--console .app-shell__console-topbar{min-height:56px;padding:12px clamp(28px,3.2vw,52px) 6px;border-bottom:0;background:linear-gradient(180deg,#fbfdfffa,#fbfdffdb);box-shadow:none}.app-shell--console .app-shell__content-body{padding-top:2px}.app-shell--console .page-header{align-items:center;justify-content:space-between;gap:14px;min-height:44px;padding:0 0 16px;border:0}.app-shell--console .page-header .semi-typography{font-size:26px!important;font-weight:850!important;line-height:1.25!important;letter-spacing:0}.app-shell--console .page-header .semi-space{gap:8px!important}.app-shell--console .billing-page-header{flex-wrap:wrap}.app-shell--console .billing-page-header__filters{display:flex;align-items:center;gap:8px;min-width:0}.app-shell--console .semi-card{border:1px solid var(--console-border)!important;border-radius:8px!important;background:var(--console-panel)!important;box-shadow:var(--console-shadow)!important}.app-shell--console .semi-card>.semi-card-body{padding:18px 20px!important}.app-shell--console .semi-card-header{min-height:44px;padding:16px 20px 0!important;border-bottom:0!important}.app-shell--console .semi-card-header .semi-card-header-wrapper-title{color:var(--console-text);font-size:15px;font-weight:800;line-height:1.35}.app-shell--console .semi-button{min-height:34px;border-radius:8px!important;font-weight:700;line-height:1;white-space:nowrap}.app-shell--console .semi-button:not(.semi-button-with-icon-only){padding-right:13px!important;padding-left:13px!important}.app-shell--console .semi-button-light:not(.semi-button-disabled),.app-shell--console .semi-button:not(.semi-button-primary):not(.semi-button-danger):not(.semi-button-borderless):not(.semi-button-disabled){border:1px solid var(--console-border-strong)!important;background:#fff!important;color:#1f2937!important;box-shadow:none!important}.app-shell--console .semi-button-light:not(.semi-button-disabled):hover,.app-shell--console .semi-button:not(.semi-button-primary):not(.semi-button-danger):not(.semi-button-borderless):not(.semi-button-disabled):hover{border-color:#b9c7d8!important;background:#f8fbff!important}.app-shell--console .semi-button-primary.semi-button-solid:not(.semi-button-disabled){border:0!important;background:linear-gradient(135deg,var(--console-blue),var(--console-blue-deep))!important;box-shadow:0 8px 18px #2563eb2e!important}.app-shell--console .semi-table-wrapper,.app-shell--console .semi-table-container{border:1px solid var(--console-border)!important;border-radius:8px!important;background:#fff!important;box-shadow:none!important}.app-shell--console .semi-table-container{overflow:auto}.app-shell--console .semi-table{min-width:max-content;border-collapse:separate;border-spacing:0}.app-shell--console .semi-table-thead>.semi-table-row>.semi-table-row-head{height:40px;padding:10px 12px!important;border-bottom:1px solid var(--console-border)!important;background:#f8fafc!important;color:#475569!important;font-size:12px!important;font-weight:800!important;line-height:1.3}.app-shell--console .semi-table-tbody>.semi-table-row>.semi-table-row-cell{height:46px;padding:10px 12px!important;border-bottom:1px solid #edf1f6!important;color:#1f2937;font-size:13px;line-height:1.45;vertical-align:middle}.app-shell--console .semi-table-container .semi-button{min-height:28px;height:28px;border-radius:6px!important}.app-shell--console .semi-table-container .semi-button-borderless:not(.semi-button-disabled):not(.semi-button-with-icon-only):not(.semi-button-danger){color:var(--console-blue)!important;font-weight:750;text-decoration:none}.app-shell--console .semi-table-container .semi-button-borderless:not(.semi-button-disabled):not(.semi-button-with-icon-only):not(.semi-button-danger):hover{background:var(--console-blue-soft)!important;text-decoration:none}.app-shell--console .semi-table-container .semi-tag{min-height:22px;padding:2px 8px;border-radius:999px;font-weight:700;line-height:18px}.app-shell--console .semi-table-pagination-outer{min-height:42px;padding:14px 0 0!important}.app-shell--console .page-toolbar,.app-shell--console .log-card__toolbar{border:1px solid var(--console-border);border-radius:8px;background:#fff;box-shadow:none}.app-shell--console .log-card>.semi-card-body{padding:0!important}.app-shell--console .log-card__toolbar{padding:16px;border-width:0 0 1px;border-radius:8px 8px 0 0;background:#fbfdff}.app-shell--console .log-card__toolbar-row{gap:12px}.app-shell--console .log-card__toolbar-field{gap:6px;min-width:168px}.app-shell--console .log-card__toolbar-field label,.app-shell--console .page-toolbar__label{color:#475569;font-size:12px;font-weight:750;line-height:1.2}.app-shell--console .log-date-shortcuts{align-items:flex-end;margin-left:0;padding-bottom:1px}.app-shell--console .billing-stat-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:12px;margin-bottom:16px}.app-shell--console .billing-stat-card>.semi-card-body{min-height:92px;padding:16px!important}.app-shell--console .billing-chart-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-bottom:16px}.app-shell--console .billing-chart-card>.semi-card-body{padding:12px!important}.app-shell--console .billing-chart{width:100%;height:300px}.app-shell--console .billing-table-card{margin-bottom:16px}.app-shell--console .billing-table-card:last-child{margin-bottom:0}.app-shell--console .billing-table-card .semi-table{min-width:980px}.app-shell--console .app-shell__user-trigger{display:inline-flex;align-items:center;gap:8px;min-height:36px;padding:3px 10px 3px 4px;border:1px solid var(--console-border);border-radius:999px;background:#fff}.app-shell--console .console-sider__item{border-radius:8px}@media (max-width: 1180px){.app-shell--console .billing-chart-grid{grid-template-columns:1fr}}@media (max-width: 960px){.app-shell--console .app-shell__console-topbar{min-height:52px;padding:10px 16px 6px}.app-shell--console .app-shell__content-body{padding:0 16px 28px}.app-shell--console .page-header{align-items:flex-start;flex-direction:column}.app-shell--console .billing-page-header__filters,.app-shell--console .page-header .semi-space{width:100%;flex-wrap:wrap}.app-shell--console .billing-page-header__filters .semi-select,.app-shell--console .billing-page-header__filters .semi-datepicker{flex:1 1 180px}}.app-shell--console{--console-bg: #f6f8fb;--console-surface: #ffffff;--console-surface-muted: #f8fafc;--console-line: #e2e8f0;--console-line-strong: #cbd5e1;--console-ink: #0f172a;--console-ink-soft: #334155;--console-ink-muted: #64748b;--console-brand: #1f5fd8;--console-brand-hover: #174db4;--console-brand-soft: #edf4ff;--console-danger-soft: #fff1f0;--console-success-soft: #edf9f0;--console-sidebar: #081427;--console-sidebar-2: #0b1d38;--console-sidebar-line: rgba(255, 255, 255, .1);--console-card-shadow: 0 1px 2px rgba(15, 23, 42, .04), 0 10px 30px rgba(15, 23, 42, .04);background:var(--console-bg)!important}.app-shell--console .app-shell__chrome{grid-template-columns:258px minmax(0,1fr)}.app-shell--console .app-shell__rail,.app-shell--console .console-sider{width:258px!important;min-width:258px!important;max-width:258px!important}.app-shell--console .console-sider__card{width:258px;padding:24px 16px 18px;background:linear-gradient(180deg,rgba(255,255,255,.035),transparent 34%),linear-gradient(160deg,var(--console-sidebar) 0%,var(--console-sidebar-2) 100%)!important;border-right:1px solid rgba(255,255,255,.06)}.app-shell--console .console-sider__orbital{opacity:.34}.app-shell--console .console-sider__brand{min-height:46px;gap:12px;padding:0 8px 20px}.app-shell--console .console-sider__brand-mark{width:40px;height:40px;border-radius:8px;background:#ffffff1a}.app-shell--console .console-sider__brand strong{font-size:17px;font-weight:800;letter-spacing:0}.app-shell--console .console-sider__brand em{margin-top:2px;color:#e2e8f0ad;font-size:11px;font-weight:600;letter-spacing:0}.app-shell--console .console-sider__section-label{padding:18px 14px 7px;color:#e2e8f06b;font-size:12px;font-weight:650}.app-shell--console .console-sider__nav-list{gap:3px}.app-shell--console .console-sider__item{min-height:42px;padding:10px 14px;border-radius:8px;color:#f1f5f9cc;font-size:14px;font-weight:650;line-height:1.2;transition:background .16s ease,color .16s ease,border-color .16s ease,transform .16s ease}.app-shell--console .console-sider__item svg{flex:0 0 auto;color:#e2e8f0c7}.app-shell--console .console-sider__item:hover{background:#ffffff13;color:#fff;transform:translate(1px)}.app-shell--console .console-sider__item--active{border-color:#86b3ff6b;background:linear-gradient(135deg,#2563eb,#1d4ed8)!important;color:#fff!important;box-shadow:0 10px 22px #2563eb38}.app-shell--console .console-sider__item--active svg{color:#fff}.app-shell--console .app-shell__content{background:linear-gradient(180deg,#ffffff 0,#f8fbff 96px,var(--console-bg) 300px)!important;border-left:1px solid rgba(15,23,42,.08)}.app-shell--console .app-shell__console-topbar{min-height:64px;padding:18px clamp(28px,3.2vw,48px) 8px;background:#ffffffe6;border-bottom:1px solid rgba(226,232,240,.72);box-shadow:0 1px #0f172a05}.app-shell--console .app-shell__content-body{max-width:1680px;margin:0 auto;padding:26px clamp(28px,3.2vw,48px) 48px}.app-shell--console .page-container{display:block}.app-shell--console .log-page{display:grid;gap:16px}.app-shell--console .console-page-head{min-height:50px;padding:0 0 4px}.app-shell--console .console-page-head__copy{min-width:0}.app-shell--console .console-page-head__copy .semi-typography-h3{color:var(--console-ink)!important;font-size:28px!important;font-weight:800!important;line-height:1.2!important}.app-shell--console .console-page-head__copy .semi-typography-tertiary{display:block;margin-top:6px;color:var(--console-ink-muted)!important;font-size:13px;line-height:1.45}.app-shell--console .console-page-head__actions{display:flex;align-items:center;gap:8px;margin-left:auto}.app-shell--console .semi-card,.app-shell--console .console-filter-card,.app-shell--console .console-data-card{border:1px solid var(--console-line)!important;border-radius:8px!important;background:var(--console-surface)!important;box-shadow:var(--console-card-shadow)!important}.app-shell--console .console-data-card>.semi-card-body{padding:16px!important}.app-shell--console .log-filter-grid{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:14px 12px;align-items:end}.app-shell--console .log-filter-field{grid-column:span 2;display:flex;min-width:0;flex-direction:column;gap:7px}.app-shell--console .log-filter-field--wide{grid-column:span 3}.app-shell--console .log-filter-field--status,.app-shell--console .log-filter-field--date{grid-column:span 2}.app-shell--console .log-filter-field label{color:var(--console-ink-soft);font-size:12px;font-weight:750;line-height:1.2}.app-shell--console .log-filter-field .semi-select,.app-shell--console .log-filter-field .semi-input-wrapper,.app-shell--console .log-filter-field .semi-datepicker,.app-shell--console .log-filter-field .semi-datepicker-input{width:100%!important;height:34px}.app-shell--console .log-date-presets{grid-column:span 4;display:flex;align-items:center;gap:4px;min-height:34px;padding:2px;border:1px solid var(--console-line);border-radius:8px;background:var(--console-surface-muted)}.app-shell--console .log-date-presets .semi-button{height:28px;min-height:28px;padding-right:10px!important;padding-left:10px!important;border-radius:6px!important;color:var(--console-ink-soft)!important;font-size:12px;font-weight:700}.app-shell--console .log-date-presets .semi-button:hover{background:#fff!important;color:var(--console-brand)!important;box-shadow:0 1px 2px #0f172a0d}.app-shell--console .log-filter-actions{grid-column:span 4;justify-content:flex-end;gap:8px!important;min-height:34px}.app-shell--console .semi-button{min-height:34px;border-radius:8px!important;transition:background .16s ease,border-color .16s ease,box-shadow .16s ease,transform .16s ease}.app-shell--console .semi-button-primary.semi-button-solid:not(.semi-button-disabled){background:#0f172a!important;box-shadow:0 10px 18px #0f172a29!important}.app-shell--console .semi-button-primary.semi-button-solid:not(.semi-button-disabled):hover{background:#172033!important;box-shadow:0 12px 22px #0f172a33!important}.app-shell--console .semi-input,.app-shell--console .semi-select-selection-text{color:var(--console-ink);font-size:13px}.app-shell--console .semi-input::placeholder,.app-shell--console .semi-select-placeholder{color:#8090a7!important}.app-shell--console .log-table-card .semi-table-wrapper,.app-shell--console .log-table-card .semi-table-container,.app-shell--console .console-data-card .semi-table-wrapper,.app-shell--console .console-data-card .semi-table-container{border:0!important;border-radius:6px!important}.app-shell--console .log-table-card .semi-table{min-width:1280px}.app-shell--console .setting-page{display:grid;gap:16px}.app-shell--console .setting-page__panel>.semi-card-body{display:grid;gap:16px;padding:18px!important}.app-shell--console .setting-page__panel>.semi-card-body>div[style*=margin-top]{margin-top:0!important;padding-top:16px;border-top:1px solid var(--console-line)}.app-shell--console .settings-section{margin-bottom:14px;padding:18px;border:1px solid var(--console-line);border-radius:8px;background:#fff;box-shadow:none}.app-shell--console .settings-section__head{align-items:flex-start;margin-bottom:16px;padding-bottom:12px;border-bottom:1px solid var(--console-line)}.app-shell--console .settings-section__head .semi-typography-h6{color:var(--console-ink)!important;font-size:15px;font-weight:800}.app-shell--console .settings-form .semi-form-field-label-text{color:var(--console-ink-soft)!important}.app-shell--console .settings-form>.semi-button,.app-shell--console .settings-form>.semi-spin-children>.semi-button{margin-top:6px}.app-shell--console .channel-table-card>.semi-card-body{padding:16px!important}.app-shell--console .channel-table-card .semi-table-wrapper,.app-shell--console .channel-table-card .semi-table-container{border:0!important;border-radius:6px!important}.app-shell--console .channel-table-card .semi-table{min-width:960px}.app-shell--console .semi-table-thead>.semi-table-row>.semi-table-row-head{height:38px;padding:9px 16px!important;border-bottom:1px solid var(--console-line)!important;background:#f3f6fb!important;color:#506078!important;font-size:12px!important;font-weight:800!important}.app-shell--console .semi-table-tbody>.semi-table-row>.semi-table-row-cell{height:48px;padding:12px 16px!important;border-bottom:1px solid #e8edf4!important;color:var(--console-ink);font-size:13px}.app-shell--console .semi-table-container .semi-button-borderless:not(.semi-button-disabled):not(.semi-button-with-icon-only):not(.semi-button-danger){color:#0f62fe!important;font-weight:750}.app-shell--console .semi-table-container .semi-button-borderless:not(.semi-button-disabled):not(.semi-button-with-icon-only):not(.semi-button-danger):hover{background:#edf4ff!important;color:#174db4!important}.app-shell--console .log-token-cell{gap:5px;color:var(--console-ink-soft)}.app-shell--console .semi-table-container .semi-tag{padding:2px 9px;border-radius:999px;font-size:12px;font-weight:750}.app-shell--console .semi-table-pagination-outer{padding:14px 2px 0!important;color:var(--console-ink-muted)}.app-shell--console .semi-page{align-items:center;gap:4px}.app-shell--console .semi-page-item{height:30px;min-width:30px;border-radius:6px!important;color:var(--console-ink-soft)}.app-shell--console .semi-page-item-active{background:var(--console-brand-soft)!important;color:var(--console-brand)!important}.app-shell--console .app-shell__user-trigger{min-height:38px;padding:4px 12px 4px 5px;border-color:var(--console-line);color:var(--console-ink);box-shadow:0 1px 2px #0f172a0a}.app-shell--console .app-shell__user-trigger:hover{background:#f8fafc;border-color:var(--console-line-strong)}.app-shell--console .app-shell__avatar{background:#0f326d!important}@media (max-width: 1440px){.app-shell--console .log-filter-field,.app-shell--console .log-filter-field--wide,.app-shell--console .log-filter-field--status,.app-shell--console .log-filter-field--date{grid-column:span 3}.app-shell--console .log-date-presets,.app-shell--console .log-filter-actions{grid-column:span 6}}@media (max-width: 960px){.app-shell--console .app-shell__chrome{grid-template-columns:1fr}.app-shell--console .app-shell__rail,.app-shell--console .console-sider,.app-shell--console .console-sider__card{width:100%!important;min-width:0!important;max-width:none!important}.app-shell--console .app-shell__content-body{padding:18px 16px 32px}.app-shell--console .console-page-head{flex-direction:column;align-items:stretch;gap:12px}.app-shell--console .console-page-head__actions{margin-left:0}.app-shell--console .log-filter-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.app-shell--console .log-filter-field,.app-shell--console .log-filter-field--wide,.app-shell--console .log-filter-field--status,.app-shell--console .log-filter-field--date,.app-shell--console .log-date-presets,.app-shell--console .log-filter-actions{grid-column:span 2}.app-shell--console .log-filter-actions{justify-content:flex-start}}.app-shell--console,body .console-modal{--field-bg: #ffffff;--field-bg-hover: #fbfdff;--field-border: rgba(15, 23, 42, .08);--field-border-hover: rgba(15, 23, 42, .16);--field-focus: var(--app-accent);--field-focus-ring: var(--app-accent-ring);--field-text: #0f172a;--field-muted: #718096}.app-shell--console .semi-form-field{margin-bottom:16px}.app-shell--console .semi-form-field-label,body .console-modal .semi-form-field-label{margin-bottom:7px}.app-shell--console .semi-form-field-label-text,body .console-modal .semi-form-field-label-text{color:#1e293b!important;font-size:13px;font-weight:750!important;line-height:1.25}.app-shell--console .semi-form-field-extra,body .console-modal .semi-form-field-extra{margin-top:6px;color:var(--field-muted)!important;font-size:12px;line-height:1.45}.app-shell--console .semi-input-wrapper,.app-shell--console .semi-select,.app-shell--console .semi-datepicker-input,.app-shell--console .semi-datepicker-range-input,.app-shell--console .semi-input-textarea-wrapper,.app-shell--console .semi-input-number,.app-shell--console .semi-input-number .semi-input-wrapper,.app-shell--console .semi-tagInput,.app-shell--console .semi-tagInput-wrapper,body .console-modal .semi-input-wrapper,body .console-modal .semi-select,body .console-modal .semi-datepicker-input,body .console-modal .semi-datepicker-range-input,body .console-modal .semi-input-textarea-wrapper,body .console-modal .semi-input-number,body .console-modal .semi-input-number .semi-input-wrapper,body .console-modal .semi-tagInput,body .console-modal .semi-tagInput-wrapper{min-height:34px;border:1px solid var(--field-border)!important;border-radius:8px!important;background:var(--field-bg)!important;box-shadow:none!important;transition:border-color .16s ease,box-shadow .16s ease,background .16s ease}.app-shell--console .semi-input-wrapper:hover,.app-shell--console .semi-select:hover,.app-shell--console .semi-datepicker-input:hover,.app-shell--console .semi-datepicker-range-input:hover,.app-shell--console .semi-input-textarea-wrapper:hover,.app-shell--console .semi-input-number:hover,.app-shell--console .semi-tagInput:hover,.app-shell--console .semi-tagInput-wrapper:hover,body .console-modal .semi-input-wrapper:hover,body .console-modal .semi-select:hover,body .console-modal .semi-datepicker-input:hover,body .console-modal .semi-datepicker-range-input:hover,body .console-modal .semi-input-textarea-wrapper:hover,body .console-modal .semi-input-number:hover,body .console-modal .semi-tagInput:hover,body .console-modal .semi-tagInput-wrapper:hover{border-color:var(--field-border-hover)!important;background:var(--field-bg-hover)!important}.app-shell--console .semi-input-wrapper:focus-within,.app-shell--console .semi-select:focus-within,.app-shell--console .semi-datepicker-input:focus-within,.app-shell--console .semi-datepicker-range-input:focus-within,.app-shell--console .semi-input-textarea-wrapper:focus-within,.app-shell--console .semi-input-number:focus-within,.app-shell--console .semi-tagInput:focus-within,.app-shell--console .semi-tagInput-wrapper:focus-within,body .console-modal .semi-input-wrapper:focus-within,body .console-modal .semi-select:focus-within,body .console-modal .semi-datepicker-input:focus-within,body .console-modal .semi-datepicker-range-input:focus-within,body .console-modal .semi-input-textarea-wrapper:focus-within,body .console-modal .semi-input-number:focus-within,body .console-modal .semi-tagInput:focus-within,body .console-modal .semi-tagInput-wrapper:focus-within{border-color:var(--field-focus)!important;background:#fff!important;box-shadow:0 0 0 3px var(--field-focus-ring)!important}.app-shell--console .semi-input,.app-shell--console .semi-input-textarea,.app-shell--console textarea,.app-shell--console .semi-select-selection-text,body .console-modal .semi-input,body .console-modal .semi-input-textarea,body .console-modal textarea,body .console-modal .semi-select-selection-text{color:var(--field-text)!important;font-size:13px;line-height:1.5}.app-shell--console .semi-input::placeholder,.app-shell--console .semi-input-textarea::placeholder,.app-shell--console textarea::placeholder,body .console-modal .semi-input::placeholder,body .console-modal .semi-input-textarea::placeholder,body .console-modal textarea::placeholder{color:#94a3b8!important}.app-shell--console .semi-input-textarea-wrapper,body .console-modal .semi-input-textarea-wrapper{padding:0!important}.app-shell--console .semi-input-textarea-wrapper textarea,body .console-modal .semi-input-textarea-wrapper textarea{min-height:88px;padding:10px 12px!important;resize:vertical}.app-shell--console .semi-form-field-error-message,body .console-modal .semi-form-field-error-message{margin-top:6px;color:#dc2626!important;font-size:12px;font-weight:650}.app-shell--console .semi-form-field-error .semi-input-wrapper,.app-shell--console .semi-form-field-error .semi-input-textarea-wrapper,.app-shell--console .semi-form-field-error .semi-select,.app-shell--console .semi-form-field-error .semi-input-number,body .console-modal .semi-form-field-error .semi-input-wrapper,body .console-modal .semi-form-field-error .semi-input-textarea-wrapper,body .console-modal .semi-form-field-error .semi-select,body .console-modal .semi-form-field-error .semi-input-number{border-color:#f0a8a8!important;box-shadow:0 0 0 3px #dc262614!important}body .console-modal .semi-modal-content{border:1px solid rgba(203,213,225,.96)!important;border-radius:14px!important;box-shadow:0 24px 70px #0f172a3d!important}body .console-modal .semi-modal-header{padding:22px 26px 16px!important;border-bottom:1px solid #e5eaf2!important}body .console-modal .semi-modal-body{padding:22px 26px!important;background:#fff}body .console-modal .semi-modal-footer{padding:16px 26px 24px!important;border-top:1px solid #edf1f6!important}body .admin-announcement-modal .semi-modal-body{max-height:min(72vh,680px)}body .admin-announcement-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:14px}body .admin-announcement-form .semi-form-field:has(.semi-input-textarea-wrapper),body .admin-announcement-form .semi-form-field:has(.semi-input-number),body .admin-announcement-form>.semi-space{grid-column:1 / -1}body .admin-announcement-form__summary textarea{min-height:76px}body .admin-announcement-form__content textarea{min-height:156px}.app-shell--console .package-pricing-card>.semi-card-body{padding:16px!important}.app-shell--console .package-pricing-tabs{display:inline-flex;align-items:center;gap:4px!important;max-width:100%;margin:0 0 16px;padding:4px;border:1px solid var(--console-line);border-radius:10px;background:#f7f9fc;overflow-x:auto}.app-shell--console .package-pricing-tab{display:inline-flex;align-items:center;gap:8px;min-height:32px;padding:0 12px;border:0;border-radius:8px;background:transparent;color:#475569;cursor:pointer;font:inherit;font-size:13px;font-weight:750;white-space:nowrap;transition:background .16s ease,color .16s ease,box-shadow .16s ease}.app-shell--console .package-pricing-tab em{min-width:20px;padding:1px 6px;border-radius:999px;background:#e7edf6;color:#64748b;font-style:normal;font-size:12px;line-height:18px;text-align:center}.app-shell--console .package-pricing-tab:hover{background:#fff;color:#0f172a}.app-shell--console .package-pricing-tab--active{background:#fff;color:#0f172a;box-shadow:0 1px 3px #0f172a14}.app-shell--console .package-pricing-tab--active em{background:#eaf1ff;color:#1d4ed8}.app-shell--console .package-pricing-card .semi-table-wrapper,.app-shell--console .package-pricing-card .semi-table-container,.app-shell--console .admin-announcements-card .semi-table-wrapper,.app-shell--console .admin-announcements-card .semi-table-container{border:0!important;border-radius:8px!important}body .package-side-sheet .semi-sidesheet-content{border-left:1px solid #dfe7f2;background:#fff}body .package-side-sheet .semi-sidesheet-header{border-bottom:1px solid #e5eaf2}.app-shell--console .plan-form-grid__form .semi-form-field{margin-bottom:14px}@media (max-width: 760px){body .admin-announcement-form{grid-template-columns:1fr}}body .console-modal .semi-modal-close{top:18px!important;right:18px!important;width:24px!important;height:24px!important;border:0!important;border-radius:8px!important;background:transparent!important;color:#94a3b8!important;opacity:.72;box-shadow:none!important}body .console-modal .semi-modal-close:hover{background:#f1f5f9!important;color:#334155!important;opacity:1}body .console-modal .semi-modal-close .semi-icon{font-size:14px}body .semi-dropdown-menu{min-width:136px;padding:6px!important;border:1px solid #e2e8f0!important;border-radius:10px!important;background:#fffffffa!important;box-shadow:0 16px 42px #0f172a24!important}body .semi-dropdown-item{min-height:32px;padding:7px 10px!important;border-radius:8px!important;color:#334155!important;font-size:13px;font-weight:650}body .semi-dropdown-item:hover{background:#f1f5f9!important;color:#0f172a!important}body .procurement-modal .semi-modal-content{border-radius:12px!important}body .procurement-modal .semi-modal-header{padding:20px 24px 12px!important}body .procurement-modal .semi-modal-body{padding:14px 24px 24px!important}body .procurement-form{display:grid;gap:14px}body .procurement-form__row,body .procurement-form__total{display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:42px;padding:10px 12px;border:1px solid #edf1f6;border-radius:10px;background:#f8fafc}body .procurement-form__row .semi-typography-tertiary,body .procurement-form__total .semi-typography-tertiary{color:#64748b!important;font-size:13px}body .procurement-form__field{display:grid;gap:7px}body .procurement-form__label .semi-typography{color:#1e293b;font-size:13px;font-weight:750}body .procurement-form__label span{color:#dc2626}body .procurement-form__input{width:100%;height:38px;box-sizing:border-box;padding:0 12px;border:1px solid #d5deea;border-radius:10px;outline:none;background:#fff;color:#0f172a;font:inherit;font-size:14px;transition:border-color .16s ease,box-shadow .16s ease}body .procurement-form__input:focus{border-color:#2458c6;box-shadow:0 0 0 3px #2458c61f}body .procurement-form__total{border-color:#dbe8ff;background:#f3f7ff}body .procurement-form__total .semi-typography-primary,body .procurement-form__total strong{color:#1d4ed8!important;font-size:18px;font-weight:850}body .procurement-form__submit{height:40px}.app-shell--console .profile-page{display:grid;gap:16px}.app-shell--console .profile-hero{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:16px;padding:20px;border:1px solid var(--console-line);border-radius:12px;background:linear-gradient(135deg,rgba(37,99,235,.08),transparent 42%),#fff;box-shadow:var(--console-card-shadow)}.app-shell--console .profile-hero__avatar{display:grid;place-items:center;width:58px;height:58px;border-radius:16px;background:#0f326d;color:#fff;font-size:24px;font-weight:850;box-shadow:0 14px 26px #0f326d33}.app-shell--console .profile-hero__main{min-width:0}.app-shell--console .profile-hero__name{display:flex;align-items:center;flex-wrap:wrap;gap:10px;margin-bottom:4px}.app-shell--console .profile-hero__name strong{color:var(--console-ink);font-size:22px;font-weight:850}.app-shell--console .profile-hero__meta{display:grid;gap:4px;min-width:118px;padding:10px 12px;border:1px solid #edf1f6;border-radius:10px;background:#f8fafc}.app-shell--console .profile-hero__meta span{color:#64748b;font-size:12px;font-weight:650}.app-shell--console .profile-hero__meta strong{color:var(--console-ink);font-size:13px}.app-shell--console .profile-grid{display:grid;grid-template-columns:minmax(260px,.9fr) repeat(2,minmax(300px,1fr));gap:16px;align-items:start}.app-shell--console .profile-card>.semi-card-body{display:grid;gap:18px;padding:20px!important}.app-shell--console .profile-card__head{display:flex;align-items:center;gap:12px}.app-shell--console .profile-card__head>.semi-icon{display:grid;place-items:center;width:34px;height:34px;border-radius:10px;background:#eef4ff;color:#1d4ed8;font-size:18px}.app-shell--console .profile-card__head strong{display:block;color:var(--console-ink);font-size:15px;font-weight:850}.app-shell--console .profile-stats{display:grid;gap:10px}.app-shell--console .profile-stats>div{display:flex;align-items:center;justify-content:space-between;gap:14px;min-height:42px;padding:10px 12px;border:1px solid #edf1f6;border-radius:10px;background:#f8fafc}.app-shell--console .profile-stats span{color:#64748b;font-size:13px;font-weight:650}.app-shell--console .profile-stats strong{color:var(--console-ink);font-size:14px;font-weight:800}.app-shell--console .profile-form .semi-button{justify-self:start}@media (max-width: 1320px){.app-shell--console .profile-grid{grid-template-columns:1fr}}@media (max-width: 720px){.app-shell--console .profile-hero{grid-template-columns:1fr}.app-shell--console .profile-hero__avatar{width:52px;height:52px}}html{scrollbar-width:thin;scrollbar-color:#c8d2df transparent}html::-webkit-scrollbar,body::-webkit-scrollbar,.app-shell--console .semi-modal-body::-webkit-scrollbar,.app-shell--console .semi-table-container::-webkit-scrollbar,.app-shell--console textarea::-webkit-scrollbar{width:8px;height:8px}html::-webkit-scrollbar-track,body::-webkit-scrollbar-track,.app-shell--console .semi-modal-body::-webkit-scrollbar-track,.app-shell--console .semi-table-container::-webkit-scrollbar-track,.app-shell--console textarea::-webkit-scrollbar-track{background:transparent}html::-webkit-scrollbar-thumb,body::-webkit-scrollbar-thumb,.app-shell--console .semi-modal-body::-webkit-scrollbar-thumb,.app-shell--console .semi-table-container::-webkit-scrollbar-thumb,.app-shell--console textarea::-webkit-scrollbar-thumb{border:2px solid transparent;border-radius:999px;background:#c8d2df;background-clip:padding-box}html::-webkit-scrollbar-thumb:hover,body::-webkit-scrollbar-thumb:hover,.app-shell--console .semi-modal-body::-webkit-scrollbar-thumb:hover,.app-shell--console .semi-table-container::-webkit-scrollbar-thumb:hover,.app-shell--console textarea::-webkit-scrollbar-thumb:hover{background:#94a3b8;background-clip:padding-box}body .semi-modal .semi-modal-close{top:18px!important;right:18px!important;width:24px!important;height:24px!important;border:0!important;border-radius:8px!important;background:transparent!important;color:#94a3b8!important;opacity:.72;box-shadow:none!important}body .semi-modal .semi-modal-close:hover{background:#f1f5f9!important;color:#334155!important;opacity:1}body input[type=number]::-webkit-outer-spin-button,body input[type=number]::-webkit-inner-spin-button{margin:0;-webkit-appearance:none}body input[type=number]{-webkit-appearance:textfield;appearance:textfield;-moz-appearance:textfield}.app-shell--console .semi-input-number-suffix-btns{width:18px!important;opacity:.38;transition:opacity .16s ease}.app-shell--console .semi-input-number:hover .semi-input-number-suffix-btns,.app-shell--console .semi-input-number:focus-within .semi-input-number-suffix-btns{opacity:.76}.app-shell--console .semi-input-number-suffix-btns>.semi-input-number-button{border-radius:5px!important}.app-shell--console .app-shell__rail,.app-shell--console .console-sider{background:#041127!important}.app-shell--console .console-sider__card{background:radial-gradient(circle at 22% 8%,rgba(64,116,218,.16),transparent 25%),linear-gradient(155deg,#041127,#061a3b 56%,#082456)!important}.app-shell--console .console-sider__orbital{opacity:.42;filter:none}.app-shell--console .console-sider__brand-mark{background:#ffffff1a!important;box-shadow:inset 0 0 0 1px #ffffff1c!important}.app-shell--console .console-sider__section-label{color:#dfebff80!important}.app-shell--console .console-sider__item{color:#f2f7ffd1!important}.app-shell--console .console-sider__item:hover{background:#5080e621!important;color:#fff!important}.app-shell--console .console-sider__item:not(.console-sider__item--active) svg{color:#deeaffb8!important}.app-shell--console .console-sider__item--active{border-color:#a9c9ff85!important;background:linear-gradient(135deg,#2465e8,#1246ba)!important;box-shadow:0 12px 28px #1246ba52!important}.app-shell--console .console-sider__nav-list{scrollbar-color:rgba(174,202,255,.34) transparent!important}.app-shell--console .console-sider__nav-list::-webkit-scrollbar-thumb{background:#aecaff57!important}.app-shell--console{--console-hairline: rgba(148, 163, 184, .22);--console-hairline-strong: rgba(148, 163, 184, .32);--console-row-line: rgba(226, 232, 240, .86);--console-table-head: #f7f9fc}.app-shell--console .console-filter-card,.app-shell--console .console-data-card,.app-shell--console .page-container>.semi-card{overflow:hidden;border:1px solid var(--console-hairline)!important;border-radius:8px!important;background:#fffffffa!important;box-shadow:0 10px 28px #0f172a0b!important}.app-shell--console .console-data-card>.semi-card-body,.app-shell--console .page-container>.semi-card>.semi-card-body{padding:14px 16px!important}.app-shell--console .semi-input-wrapper,.app-shell--console .semi-select,.app-shell--console .semi-datepicker-input,.app-shell--console .semi-datepicker-range-input,.app-shell--console .semi-input-textarea-wrapper,.app-shell--console .semi-input-number,.app-shell--console .semi-input-number .semi-input-wrapper,.app-shell--console .semi-tagInput,.app-shell--console .semi-tagInput-wrapper{border-color:#dbe3ee!important;border-radius:8px!important;background:#fff!important;box-shadow:none!important}.app-shell--console .semi-input-wrapper:hover,.app-shell--console .semi-select:hover,.app-shell--console .semi-datepicker-input:hover,.app-shell--console .semi-datepicker-range-input:hover,.app-shell--console .semi-input-textarea-wrapper:hover,.app-shell--console .semi-input-number:hover,.app-shell--console .semi-tagInput:hover,.app-shell--console .semi-tagInput-wrapper:hover{border-color:#c8d4e3!important;background:#fff!important}.app-shell--console .semi-input-wrapper:focus-within,.app-shell--console .semi-select:focus-within,.app-shell--console .semi-datepicker-input:focus-within,.app-shell--console .semi-datepicker-range-input:focus-within,.app-shell--console .semi-input-textarea-wrapper:focus-within,.app-shell--console .semi-input-number:focus-within,.app-shell--console .semi-tagInput:focus-within,.app-shell--console .semi-tagInput-wrapper:focus-within{border-color:#3b6fd8!important;box-shadow:0 0 0 2px #3b6fd81a!important}.app-shell--console .semi-form-field,body .console-modal .semi-form-field{margin-bottom:20px!important}.app-shell--console .semi-form-field[x-label-pos=top] .semi-form-field-label,body .console-modal .semi-form-field[x-label-pos=top] .semi-form-field-label,.app-shell--console .settings-form .semi-form-field[x-label-pos=top] .semi-form-field-label,.app-shell--console .plan-form-grid__form .semi-form-field[x-label-pos=top] .semi-form-field-label{display:flex!important;align-items:center;gap:6px;min-height:20px;margin:0 0 10px!important;padding-right:0!important}.app-shell--console .semi-form-field[x-label-pos=top] .semi-form-field-label-text,body .console-modal .semi-form-field[x-label-pos=top] .semi-form-field-label-text{display:inline-flex;align-items:center;gap:6px}.app-shell--console .semi-form-field[x-label-pos=top] .semi-form-field-main,body .console-modal .semi-form-field[x-label-pos=top] .semi-form-field-main{margin-top:2px}.app-shell--console .settings-form .semi-row,body .console-modal .semi-row{row-gap:4px}.app-shell--console .settings-form .semi-form-field-extra,.app-shell--console .semi-form-field-extra,body .console-modal .semi-form-field-extra,.app-shell--console .semi-form-field-error-message,body .console-modal .semi-form-field-error-message{margin-top:8px!important}.app-shell--console .log-date-presets{border-color:#e2e8f0!important;border-radius:8px!important;background:#f8fafc!important;box-shadow:none!important}.app-shell--console .log-date-presets .semi-button{border:0!important;box-shadow:none!important}.app-shell--console .log-date-presets .semi-button:hover{background:#fff!important;box-shadow:0 1px 2px #0f172a0d!important}.app-shell--console .semi-table-wrapper,.app-shell--console .semi-table-container,.app-shell--console .console-data-card .semi-table-wrapper,.app-shell--console .console-data-card .semi-table-container,.app-shell--console .token-table-card .semi-table-wrapper,.app-shell--console .token-table-card .semi-table-container,.app-shell--console .log-table-card .semi-table-wrapper,.app-shell--console .log-table-card .semi-table-container{overflow:hidden;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important}.app-shell--console .semi-table{border-collapse:separate!important;border-spacing:0!important;background:transparent!important}.app-shell--console .semi-table-thead>.semi-table-row>.semi-table-row-head{height:38px;border-top:0!important;border-right:0!important;border-bottom:1px solid var(--console-row-line)!important;border-left:0!important;background:var(--console-table-head)!important;color:#526174!important}.app-shell--console .semi-table-thead>.semi-table-row>.semi-table-row-head:first-child{border-top-left-radius:6px}.app-shell--console .semi-table-thead>.semi-table-row>.semi-table-row-head:last-child{border-top-right-radius:6px}.app-shell--console .semi-table-tbody>.semi-table-row>.semi-table-row-cell{border-right:0!important;border-bottom:1px solid var(--console-row-line)!important;border-left:0!important;background:#fff!important}.app-shell--console .semi-table-tbody>.semi-table-row:last-child>.semi-table-row-cell{border-bottom:0!important}.app-shell--console .semi-table-pagination-outer{margin-top:0!important;padding:12px 0 0!important;border-top:1px solid rgba(226,232,240,.78)!important;color:#64748b!important}.app-shell--console .semi-page-item{border:0!important;border-radius:7px!important;background:transparent!important;box-shadow:none!important}.app-shell--console .semi-page-item:hover{background:#f1f5f9!important}.app-shell--console .semi-page-item-active{background:#eaf1ff!important;color:#1d4ed8!important;font-weight:800}.app-shell--console .semi-table-body,.app-shell--console .semi-table-container{scrollbar-width:thin;scrollbar-color:rgba(148,163,184,.45) transparent}.app-shell--console .semi-table-body::-webkit-scrollbar,.app-shell--console .semi-table-container::-webkit-scrollbar{width:6px;height:6px}.app-shell--console .semi-table-body::-webkit-scrollbar-track,.app-shell--console .semi-table-container::-webkit-scrollbar-track{background:transparent!important}.app-shell--console .semi-table-body::-webkit-scrollbar-thumb,.app-shell--console .semi-table-container::-webkit-scrollbar-thumb{border:0!important;border-radius:999px;background:#94a3b873!important}.app-shell--console .dashboard-package-grid{grid-template-columns:repeat(auto-fit,minmax(330px,1fr));gap:14px}.app-shell--console .dashboard-package-card{position:relative;display:grid;gap:14px;min-height:268px;padding:20px;overflow:hidden;border:1px solid rgba(148,163,184,.24);border-radius:8px;background:linear-gradient(135deg,rgba(37,99,235,.07),transparent 44%),linear-gradient(180deg,#fff,#f8fbff);box-shadow:0 12px 30px #0f172a0e}.app-shell--console .dashboard-package-card:after{content:"";position:absolute;top:-46px;right:-42px;width:152px;height:152px;border-radius:999px;background:#2563eb14;pointer-events:none}.app-shell--console .dashboard-package-card__top{position:relative;z-index:1;display:flex;align-items:flex-start;justify-content:space-between;gap:18px}.app-shell--console .dashboard-package-card__identity{display:grid;gap:10px;min-width:0}.app-shell--console .dashboard-package-card__identity .semi-typography{margin:0!important;color:#0f172a!important;font-size:18px!important;font-weight:850!important;line-height:1.25}.app-shell--console .dashboard-package-card__product{justify-self:start;padding:4px 9px;border-radius:7px;background:#eaf2ff;color:#1d4ed8;font-size:12px;font-weight:850;line-height:1}.app-shell--console .dashboard-package-card__expiry{display:grid;gap:5px;min-width:96px;text-align:right}.app-shell--console .dashboard-package-card__expiry span{color:#94a3b8;font-size:12px;font-weight:700}.app-shell--console .dashboard-package-card__expiry strong{color:#475569;font-size:15px;font-weight:750}.app-shell--console .dashboard-package-card__meta{position:relative;z-index:1;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.app-shell--console .dashboard-package-card__meta div{display:grid;gap:22px;min-height:96px;padding:16px;border:1px solid rgba(203,213,225,.78);border-radius:8px;background:linear-gradient(180deg,#ffffffeb,#f8fafce6)}.app-shell--console .dashboard-package-card__meta span{padding:0;border-radius:0;background:transparent;color:#64748b;font-size:12px;font-weight:700}.app-shell--console .dashboard-package-card__meta strong{color:#0f172a;font-size:18px;font-weight:850;line-height:1.1}.app-shell--console .dashboard-package-card__modes{position:relative;z-index:1;display:flex;flex-wrap:wrap;gap:8px}.app-shell--console .dashboard-package-card__mode{display:inline-flex;align-items:center;gap:5px;min-height:28px;padding:6px 10px;border-radius:8px;font-size:12px;font-weight:800;line-height:1}.app-shell--console .dashboard-package-card__mode b{font-size:13px}.app-shell--console .dashboard-package-card__mode--blue{background:#eaf2ff;color:#1d4ed8}.app-shell--console .dashboard-package-card__mode--green{background:#e7f8ef;color:#047857}.app-shell--console .dashboard-package-card__mode--orange{background:#fff3e6;color:#c05621}.app-shell--console .dashboard-quota-line{position:relative;z-index:1;display:grid;gap:10px;padding:14px;border:1px solid rgba(226,232,240,.9);border-radius:8px;background:#ffffffe6}.app-shell--console .dashboard-quota-line__head{display:flex;align-items:flex-end;justify-content:space-between;gap:16px}.app-shell--console .dashboard-quota-line__head div{display:grid;gap:4px}.app-shell--console .dashboard-quota-line__head span{color:#64748b;font-size:12px;font-weight:750}.app-shell--console .dashboard-quota-line__head strong{color:#0f172a;font-size:20px;font-weight:900;line-height:1.05;text-align:left}.app-shell--console .dashboard-quota-line__head em{padding:4px 8px;border-radius:999px;background:#eef4ff;color:#1d4ed8;font-style:normal;font-size:12px;font-weight:800;white-space:nowrap}.app-shell--console .dashboard-quota-line__bar{height:8px;overflow:hidden;border-radius:999px;background:#e7edf6}.app-shell--console .dashboard-quota-line__bar i{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#2563eb,#60a5fa)}.app-shell--console .dashboard-quota-line__bar--green i{background:linear-gradient(90deg,#059669,#34d399)}.app-shell--console .dashboard-quota-line__foot{display:flex;align-items:center;justify-content:space-between;gap:12px;color:#64748b;font-size:12px;font-weight:700}.app-shell--console .dashboard-reset-chip{display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:10px;min-height:38px;padding:9px 10px;border-radius:8px;background:#f1f5ff;color:#64748b}.app-shell--console .dashboard-reset-chip span{font-size:12px;font-weight:750}.app-shell--console .dashboard-reset-chip strong{color:#1d4ed8;font-size:13px;font-weight:850}.app-shell--console .dashboard-reset-chip em{color:#475569;font-style:normal;font-size:12px;font-weight:750;white-space:nowrap}.app-shell--console .dashboard-quota-line--muted{background:#f8fafc}@media (max-width: 760px){.app-shell--console .dashboard-package-grid,.app-shell--console .dashboard-package-card__meta{grid-template-columns:1fr}.app-shell--console .dashboard-package-card__top{flex-direction:column}.app-shell--console .dashboard-package-card__expiry{min-width:0;text-align:left}.app-shell--console .dashboard-reset-chip{grid-template-columns:1fr;align-items:start}}.app-shell--console .semi-form-field>.semi-form-field-label,body .console-modal .semi-form-field>.semi-form-field-label,body .semi-sidesheet .semi-form-field>.semi-form-field-label{display:flex!important;align-items:center!important;gap:6px;min-height:22px;margin-top:0!important;margin-bottom:12px!important;padding-right:0!important;line-height:20px!important}.app-shell--console .semi-form-field>.semi-form-field-label+.semi-form-field-main,body .console-modal .semi-form-field>.semi-form-field-label+.semi-form-field-main,body .semi-sidesheet .semi-form-field>.semi-form-field-label+.semi-form-field-main{margin-top:0!important}.app-shell--console .semi-form-field-label-text,body .console-modal .semi-form-field-label-text,body .semi-sidesheet .semi-form-field-label-text{display:inline-flex!important;align-items:center;gap:6px;line-height:20px!important}.app-shell--console .semi-input-wrapper,.app-shell--console .semi-select,.app-shell--console .semi-datepicker-input,.app-shell--console .semi-datepicker-range-input,.app-shell--console .semi-input-number,.app-shell--console .semi-input-number .semi-input-wrapper,body .console-modal .semi-input-wrapper,body .console-modal .semi-select,body .console-modal .semi-datepicker-input,body .console-modal .semi-datepicker-range-input,body .console-modal .semi-input-number,body .console-modal .semi-input-number .semi-input-wrapper,body .semi-sidesheet .semi-input-wrapper,body .semi-sidesheet .semi-select,body .semi-sidesheet .semi-datepicker-input,body .semi-sidesheet .semi-datepicker-range-input,body .semi-sidesheet .semi-input-number,body .semi-sidesheet .semi-input-number .semi-input-wrapper{min-height:40px!important}.app-shell--console .semi-form-field-extra,.app-shell--console .semi-form-field-error-message,body .console-modal .semi-form-field-extra,body .console-modal .semi-form-field-error-message,body .semi-sidesheet .semi-form-field-extra,body .semi-sidesheet .semi-form-field-error-message{margin-top:10px!important}.app-shell--console{--console-bg: #f4f7fb;--console-surface: #ffffff;--console-surface-subtle: #f8fafc;--console-surface-strong: #f1f5f9;--console-border: #dbe4f0;--console-border-soft: #e8eef6;--console-border-focus: #2f67d8;--console-text: #0f172a;--console-text-soft: #334155;--console-text-muted: #64748b;--console-blue: #1f5fd8;--console-blue-soft: #eef5ff;--console-focus-ring: rgba(47, 103, 216, .12);--console-shadow: 0 1px 2px rgba(15, 23, 42, .035), 0 14px 34px rgba(15, 23, 42, .055)}.app-shell--console .app-shell__content{background:linear-gradient(180deg,#ffffff 0,#f8fbff 92px,var(--console-bg) 292px)!important}.app-shell--console .app-shell__content-body{max-width:1680px;padding:30px clamp(32px,3.4vw,56px) 56px!important}.app-shell--console .page-container{display:grid;gap:18px}.app-shell--console .page-header,.app-shell--console .console-page-head{min-height:54px;margin:0!important;padding:0!important}.app-shell--console .page-header .semi-typography-h3,.app-shell--console .console-page-head__copy .semi-typography-h3{margin:0!important;color:var(--console-text)!important;font-size:28px!important;font-weight:850!important;line-height:1.2!important;letter-spacing:0!important}.app-shell--console .console-page-head__copy .semi-typography-tertiary,.app-shell--console .page-header .semi-typography-tertiary{margin-top:8px!important;color:var(--console-text-muted)!important;font-size:13px!important;line-height:1.55!important}.app-shell--console .semi-card,.app-shell--console .console-filter-card,.app-shell--console .console-data-card,.app-shell--console .setting-page__panel{overflow:hidden;border:1px solid var(--console-border-soft)!important;border-radius:8px!important;background:var(--console-surface)!important;box-shadow:var(--console-shadow)!important}.app-shell--console .console-filter-card>.semi-card-body{padding:18px 20px!important}.app-shell--console .console-data-card>.semi-card-body,.app-shell--console .setting-page__panel>.semi-card-body,.app-shell--console .page-container>.semi-card>.semi-card-body{padding:18px!important}.app-shell--console .semi-input-wrapper,.app-shell--console .semi-select,.app-shell--console .semi-datepicker,.app-shell--console .semi-datepicker-input,.app-shell--console .semi-datepicker-range-input,.app-shell--console .semi-input-number,.app-shell--console .semi-input-number .semi-input-wrapper,.app-shell--console .semi-input-textarea-wrapper,body .console-modal .semi-input-wrapper,body .console-modal .semi-select,body .console-modal .semi-datepicker,body .console-modal .semi-datepicker-input,body .console-modal .semi-datepicker-range-input,body .console-modal .semi-input-number,body .console-modal .semi-input-number .semi-input-wrapper,body .console-modal .semi-input-textarea-wrapper,body .semi-sidesheet .semi-input-wrapper,body .semi-sidesheet .semi-select,body .semi-sidesheet .semi-datepicker,body .semi-sidesheet .semi-datepicker-input,body .semi-sidesheet .semi-datepicker-range-input,body .semi-sidesheet .semi-input-number,body .semi-sidesheet .semi-input-number .semi-input-wrapper,body .semi-sidesheet .semi-input-textarea-wrapper{min-height:40px!important;border:1px solid var(--console-border)!important;border-radius:8px!important;background:#fff!important;box-shadow:none!important;transition:border-color .16s ease,box-shadow .16s ease,background .16s ease}.app-shell--console .semi-input-wrapper:hover,.app-shell--console .semi-select:hover,.app-shell--console .semi-datepicker:hover,.app-shell--console .semi-datepicker-input:hover,.app-shell--console .semi-datepicker-range-input:hover,.app-shell--console .semi-input-number:hover,.app-shell--console .semi-input-textarea-wrapper:hover{border-color:#c6d3e3!important;background:#fff!important}.app-shell--console .semi-input-wrapper:focus-within,.app-shell--console .semi-select:focus-within,.app-shell--console .semi-datepicker:focus-within,.app-shell--console .semi-datepicker-input:focus-within,.app-shell--console .semi-datepicker-range-input:focus-within,.app-shell--console .semi-input-number:focus-within,.app-shell--console .semi-input-textarea-wrapper:focus-within,body .console-modal .semi-input-wrapper:focus-within,body .console-modal .semi-select:focus-within,body .console-modal .semi-input-number:focus-within,body .console-modal .semi-input-textarea-wrapper:focus-within,body .semi-sidesheet .semi-input-wrapper:focus-within,body .semi-sidesheet .semi-select:focus-within,body .semi-sidesheet .semi-input-number:focus-within,body .semi-sidesheet .semi-input-textarea-wrapper:focus-within{border-color:var(--console-border-focus)!important;box-shadow:0 0 0 3px var(--console-focus-ring)!important}.app-shell--console .semi-input,.app-shell--console .semi-input-textarea,.app-shell--console .semi-select-selection-text,.app-shell--console .semi-select-placeholder,body .console-modal .semi-input,body .console-modal .semi-input-textarea,body .semi-sidesheet .semi-input,body .semi-sidesheet .semi-input-textarea{color:var(--console-text)!important;font-size:13px!important;line-height:1.5!important}.app-shell--console .semi-input::placeholder,.app-shell--console .semi-input-textarea::placeholder{color:#94a3b8!important}.app-shell--console .semi-button{min-height:38px;border-radius:8px!important;font-weight:750;transition:background .16s ease,border-color .16s ease,box-shadow .16s ease,transform .16s ease}.app-shell--console .semi-button:hover:not(.semi-button-disabled){transform:translateY(-1px)}.app-shell--console .semi-button-primary.semi-button-solid:not(.semi-button-disabled){background:#0f172a!important;box-shadow:0 12px 24px #0f172a2e!important}.app-shell--console .semi-button-primary.semi-button-solid:not(.semi-button-disabled):hover{background:#172033!important}.app-shell--console .semi-form-field,body .console-modal .semi-form-field,body .semi-sidesheet .semi-form-field{margin-bottom:22px!important}.app-shell--console .semi-form-field>.semi-form-field-label,body .console-modal .semi-form-field>.semi-form-field-label,body .semi-sidesheet .semi-form-field>.semi-form-field-label{min-height:20px;margin:0 0 11px!important;padding-right:0!important;color:var(--console-text-soft)!important;line-height:20px!important}.app-shell--console .semi-form-field-label-text,body .console-modal .semi-form-field-label-text,body .semi-sidesheet .semi-form-field-label-text{color:var(--console-text-soft)!important;font-size:12px!important;font-weight:800!important;line-height:20px!important}.app-shell--console .semi-form-field-extra,.app-shell--console .semi-form-field-error-message,body .console-modal .semi-form-field-extra,body .console-modal .semi-form-field-error-message,body .semi-sidesheet .semi-form-field-extra,body .semi-sidesheet .semi-form-field-error-message{margin-top:10px!important;font-size:12px!important;line-height:1.5!important}.app-shell--console .log-page{gap:18px!important}.app-shell--console .log-filter-grid{display:grid!important;grid-template-columns:repeat(12,minmax(0,1fr));gap:16px 14px!important;align-items:end}.app-shell--console .log-filter-field{display:flex!important;min-width:0;flex-direction:column;gap:10px!important}.app-shell--console .log-filter-grid--root .log-filter-field{grid-column:span 2}.app-shell--console .log-filter-field--wide{grid-column:span 3!important}.app-shell--console .log-filter-field--status,.app-shell--console .log-filter-field--date{grid-column:span 2!important}.app-shell--console .log-filter-field label{display:block;margin:0!important;color:var(--console-text-soft);font-size:12px;font-weight:850;line-height:16px}.app-shell--console .log-filter-field .semi-select,.app-shell--console .log-filter-field .semi-input-wrapper,.app-shell--console .log-filter-field .semi-datepicker,.app-shell--console .log-filter-field .semi-datepicker-input{width:100%!important;height:40px!important}.app-shell--console .log-date-presets{grid-column:span 4;display:flex;align-items:center;gap:4px!important;height:40px;min-height:40px!important;padding:3px!important;border:1px solid var(--console-border)!important;border-radius:8px!important;background:var(--console-surface-subtle)!important}.app-shell--console .log-date-presets .semi-button{height:32px!important;min-height:32px!important;padding:0 12px!important;border-radius:7px!important;color:var(--console-text-soft)!important;font-size:12px;font-weight:800}.app-shell--console .log-date-presets .semi-button:hover{background:#fff!important;color:var(--console-blue)!important;box-shadow:0 1px 3px #0f172a14!important}.app-shell--console .log-filter-actions{grid-column:span 4;align-self:end;justify-content:flex-end;gap:8px!important;min-height:40px!important}.app-shell--console .log-filter-actions .semi-button{height:40px!important;min-height:40px!important;padding:0 16px!important}.app-shell--console .semi-table-wrapper,.app-shell--console .semi-table-container{overflow:auto;border:0!important;border-radius:6px!important;background:transparent!important}.app-shell--console .semi-table{border-collapse:separate!important;border-spacing:0!important}.app-shell--console .semi-table-thead>.semi-table-row>.semi-table-row-head{height:44px!important;padding:0 16px!important;border-top:0!important;border-right:0!important;border-bottom:1px solid var(--console-border-soft)!important;border-left:0!important;background:var(--console-surface-strong)!important;color:#526174!important;font-size:12px!important;font-weight:850!important}.app-shell--console .semi-table-tbody>.semi-table-row>.semi-table-row-cell{min-height:52px;padding:13px 16px!important;border-right:0!important;border-bottom:1px solid var(--console-border-soft)!important;border-left:0!important;background:#fff!important;color:var(--console-text)!important;font-size:13px!important}.app-shell--console .semi-table-tbody>.semi-table-row:hover>.semi-table-row-cell{background:#fbfdff!important}.app-shell--console .semi-table-pagination-outer{margin-top:0!important;padding:14px 2px 0!important;border-top:1px solid var(--console-border-soft)!important}.app-shell--console .semi-page-item{border:0!important;border-radius:7px!important;background:transparent!important}.app-shell--console .semi-page-item-active{background:var(--console-blue-soft)!important;color:var(--console-blue)!important;font-weight:850!important}.app-shell--console .model-pricing-panel{display:grid;gap:16px}.app-shell--console .model-pricing-panel__head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:2px 2px 0}.app-shell--console .model-pricing-panel__head .semi-typography-h5{margin:0 0 8px!important;color:var(--console-text)!important;font-size:18px!important;font-weight:850!important}.app-shell--console .model-pricing-panel__head .semi-typography-tertiary{color:var(--console-text-muted)!important;font-size:12px!important;line-height:1.65!important}.app-shell--console .model-pricing-editor{display:grid;gap:0!important;width:100%;overflow-x:auto;padding:0 0 8px;border:1px solid var(--console-border-soft);border-radius:8px;background:#fff;box-shadow:inset 0 1px #ffffffdb}.app-shell--console .model-pricing-editor__header,.app-shell--console .model-pricing-editor__row{display:grid;grid-template-columns:minmax(300px,1.35fr) repeat(5,minmax(112px,126px)) minmax(104px,116px) minmax(116px,126px) 68px 44px!important;gap:10px!important;align-items:center;min-width:1280px!important;padding:0 14px}.app-shell--console .model-pricing-editor__header{position:sticky;top:0;z-index:1;min-height:44px;border-bottom:1px solid var(--console-border-soft);background:var(--console-surface-strong);color:#526174!important;font-size:12px!important;font-weight:850!important}.app-shell--console .model-pricing-editor__row{min-height:58px;border-bottom:1px solid var(--console-border-soft);background:#fff;transition:background .16s ease}.app-shell--console .model-pricing-editor__row:hover{background:#fbfdff}.app-shell--console .model-pricing-editor__row:last-child{border-bottom:0}.app-shell--console .model-pricing-editor__row--muted{opacity:.72}.app-shell--console .model-pricing-editor__model{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px;min-width:0}.app-shell--console .model-pricing-editor__model .semi-tag{height:22px;margin:0;border-radius:999px;font-weight:800}.app-shell--console .model-pricing-editor .semi-select,.app-shell--console .model-pricing-editor .semi-input-number,.app-shell--console .model-pricing-editor .semi-input-number .semi-input-wrapper{width:100%!important;min-width:0!important;height:40px!important}.app-shell--console .model-pricing-editor__switch,.app-shell--console .model-pricing-editor__action{display:flex;align-items:center;justify-content:center}.app-shell--console .model-pricing-editor__action .semi-button{width:34px!important;height:34px!important;min-height:34px!important;border-radius:8px!important;color:#ef4444!important}.app-shell--console .model-pricing-editor__action .semi-button:hover{background:#fff1f0!important}.app-shell--console .model-pricing-editor__footer{display:flex!important;flex-wrap:wrap;gap:10px!important;margin-top:0!important;padding-top:2px}@media (max-width: 1280px){.app-shell--console .log-filter-grid,.app-shell--console .log-filter-grid--root{grid-template-columns:repeat(6,minmax(0,1fr))}.app-shell--console .log-filter-grid--root .log-filter-field,.app-shell--console .log-filter-field,.app-shell--console .log-filter-field--wide,.app-shell--console .log-filter-field--status,.app-shell--console .log-filter-field--date{grid-column:span 2!important}.app-shell--console .log-date-presets,.app-shell--console .log-filter-actions{grid-column:span 3!important}}@media (max-width: 760px){.app-shell--console .app-shell__content-body{padding:20px 16px 40px!important}.app-shell--console .log-filter-grid,.app-shell--console .log-filter-grid--root{grid-template-columns:1fr}.app-shell--console .log-filter-grid--root .log-filter-field,.app-shell--console .log-filter-field,.app-shell--console .log-filter-field--wide,.app-shell--console .log-filter-field--status,.app-shell--console .log-filter-field--date,.app-shell--console .log-date-presets,.app-shell--console .log-filter-actions{grid-column:1 / -1!important}.app-shell--console .log-filter-actions{justify-content:stretch}.app-shell--console .log-filter-actions .semi-button{flex:1 1 0}}:root{--console-bg: #f3f6fb;--console-surface: #ffffff;--console-surface-subtle: #f8fafc;--console-surface-strong: #f1f5f9;--console-border: #c8d5e6;--console-border-soft: #dde6f1;--console-border-muted: #edf2f7;--console-border-focus: #2463eb;--console-text: #0f172a;--console-text-soft: #334155;--console-text-muted: #64748b;--console-blue: #2563eb;--console-blue-strong: #1d4ed8;--console-blue-soft: #eaf2ff;--console-focus-ring: rgba(37, 99, 235, .15);--console-shadow: 0 1px 2px rgba(15, 23, 42, .035), 0 16px 38px rgba(15, 23, 42, .06)}.app-shell--console,.app-shell--console *,body .semi-modal,body .semi-modal *,body .semi-modal-mask,body .semi-modal-wrap,body .semi-sidesheet,body .semi-sidesheet *,body .semi-sidesheet-mask{-webkit-backdrop-filter:none!important;backdrop-filter:none!important}body .semi-modal-mask,body .semi-sidesheet-mask{background:#0f172a85!important}.app-shell--console{color:var(--console-text)!important;background:var(--console-bg)!important}.app-shell--console .app-shell__content{background:linear-gradient(180deg,#ffffff 0,#f7faff 118px,var(--console-bg) 340px)!important}.app-shell--console .app-shell__console-topbar{border-bottom:1px solid var(--console-border-muted)!important;background:#fff!important;box-shadow:0 1px #0f172a08!important}.app-shell--console .app-shell__content-body{max-width:1680px!important;padding:30px clamp(32px,3.2vw,56px) 58px!important}.app-shell--console .console-sider,.app-shell--console .console-sider__card{background:linear-gradient(165deg,#071529,#0a2348 48%,#0d3470)!important}.app-shell--console .console-sider__nav-item{border:1px solid transparent!important}.app-shell--console .console-sider__nav-item:hover{border-color:#ffffff1f!important;background:#ffffff13!important}.app-shell--console .console-sider__nav-item.is-active,.app-shell--console .console-sider__nav-item[aria-current=page]{border-color:#ffffff8f!important;background:linear-gradient(135deg,#2f73ff,#1d56d8)!important;box-shadow:0 12px 24px #2563eb47!important}.app-shell--console .page-container,.app-shell--console .log-page{gap:18px!important}.app-shell--console .semi-card,.app-shell--console .console-filter-card,.app-shell--console .console-data-card,.app-shell--console .setting-page__panel,.app-shell--console .settings-section,.app-shell--console .package-pricing-card,.app-shell--console .admin-dashboard-card,.app-shell--console .channel-table-card,.app-shell--console .log-card{overflow:hidden!important;border:1px solid var(--console-border-soft)!important;border-radius:9px!important;background:#fff!important;box-shadow:var(--console-shadow)!important}.app-shell--console .semi-card>.semi-card-body,.app-shell--console .console-filter-card>.semi-card-body,.app-shell--console .console-data-card>.semi-card-body,.app-shell--console .setting-page__panel>.semi-card-body{padding:20px!important}.app-shell--console .page-header .semi-typography-h3,.app-shell--console .console-page-head__copy .semi-typography-h3{color:var(--console-text)!important;font-size:28px!important;font-weight:850!important;letter-spacing:0!important;line-height:1.22!important}.app-shell--console .page-header .semi-typography-tertiary,.app-shell--console .console-page-head__copy .semi-typography-tertiary{color:var(--console-text-muted)!important;font-size:13px!important;line-height:1.55!important}.app-shell--console .semi-form-field,body .semi-modal .semi-form-field,body .semi-sidesheet .semi-form-field{margin-bottom:22px!important}.app-shell--console .semi-form-field>.semi-form-field-label,body .semi-modal .semi-form-field>.semi-form-field-label,body .semi-sidesheet .semi-form-field>.semi-form-field-label{display:block!important;min-height:18px!important;margin:0 0 10px!important;padding:0!important;line-height:18px!important}.app-shell--console .semi-form-field-label-text,body .semi-modal .semi-form-field-label-text,body .semi-sidesheet .semi-form-field-label-text{color:var(--console-text-soft)!important;font-size:12px!important;font-weight:820!important;line-height:18px!important}.app-shell--console .semi-form-field-extra,.app-shell--console .semi-form-field-error-message,body .semi-modal .semi-form-field-extra,body .semi-modal .semi-form-field-error-message,body .semi-sidesheet .semi-form-field-extra,body .semi-sidesheet .semi-form-field-error-message{margin-top:9px!important;padding-left:0!important;font-size:12px!important;line-height:1.5!important}.app-shell--console .semi-form-field-main,body .semi-modal .semi-form-field-main,body .semi-sidesheet .semi-form-field-main{width:100%!important}.app-shell--console .semi-input-wrapper,.app-shell--console .semi-select,.app-shell--console .semi-datepicker,.app-shell--console .semi-datepicker-input,.app-shell--console .semi-datepicker-range-input,.app-shell--console .semi-input-number,.app-shell--console .semi-input-textarea-wrapper,.app-shell--console .semi-tagInput,.app-shell--console .semi-tagInput-wrapper,body .semi-modal .semi-input-wrapper,body .semi-modal .semi-select,body .semi-modal .semi-datepicker,body .semi-modal .semi-datepicker-input,body .semi-modal .semi-datepicker-range-input,body .semi-modal .semi-input-number,body .semi-modal .semi-input-textarea-wrapper,body .semi-modal .semi-tagInput,body .semi-modal .semi-tagInput-wrapper,body .semi-sidesheet .semi-input-wrapper,body .semi-sidesheet .semi-select,body .semi-sidesheet .semi-datepicker,body .semi-sidesheet .semi-datepicker-input,body .semi-sidesheet .semi-datepicker-range-input,body .semi-sidesheet .semi-input-number,body .semi-sidesheet .semi-input-textarea-wrapper,body .semi-sidesheet .semi-tagInput,body .semi-sidesheet .semi-tagInput-wrapper{min-height:40px!important;border:1px solid var(--console-border)!important;border-radius:8px!important;background:#fff!important;box-shadow:inset 0 1px #0f172a06!important;transition:border-color .16s ease,box-shadow .16s ease,background .16s ease!important}.app-shell--console .semi-input-number .semi-input-wrapper,.app-shell--console .semi-datepicker .semi-input-wrapper,body .semi-modal .semi-input-number .semi-input-wrapper,body .semi-modal .semi-datepicker .semi-input-wrapper,body .semi-sidesheet .semi-input-number .semi-input-wrapper,body .semi-sidesheet .semi-datepicker .semi-input-wrapper{min-height:38px!important;border:0!important;background:transparent!important;box-shadow:none!important}.app-shell--console .semi-input-wrapper:hover,.app-shell--console .semi-select:hover,.app-shell--console .semi-datepicker:hover,.app-shell--console .semi-datepicker-input:hover,.app-shell--console .semi-datepicker-range-input:hover,.app-shell--console .semi-input-number:hover,.app-shell--console .semi-input-textarea-wrapper:hover,body .semi-modal .semi-input-wrapper:hover,body .semi-modal .semi-select:hover,body .semi-modal .semi-datepicker:hover,body .semi-modal .semi-datepicker-input:hover,body .semi-modal .semi-datepicker-range-input:hover,body .semi-modal .semi-input-number:hover,body .semi-modal .semi-input-textarea-wrapper:hover,body .semi-sidesheet .semi-input-wrapper:hover,body .semi-sidesheet .semi-select:hover,body .semi-sidesheet .semi-datepicker:hover,body .semi-sidesheet .semi-datepicker-input:hover,body .semi-sidesheet .semi-datepicker-range-input:hover,body .semi-sidesheet .semi-input-number:hover,body .semi-sidesheet .semi-input-textarea-wrapper:hover{border-color:#aebed1!important;background:#fff!important}.app-shell--console .semi-input-wrapper:focus-within,.app-shell--console .semi-input-wrapper-focus,.app-shell--console .semi-select:focus-within,.app-shell--console .semi-select-open,.app-shell--console .semi-datepicker:focus-within,.app-shell--console .semi-datepicker-input:focus-within,.app-shell--console .semi-datepicker-range-input:focus-within,.app-shell--console .semi-input-number:focus-within,.app-shell--console .semi-input-number-focused,.app-shell--console .semi-input-textarea-wrapper:focus-within,body .semi-modal .semi-input-wrapper:focus-within,body .semi-modal .semi-input-wrapper-focus,body .semi-modal .semi-select:focus-within,body .semi-modal .semi-select-open,body .semi-modal .semi-datepicker:focus-within,body .semi-modal .semi-datepicker-input:focus-within,body .semi-modal .semi-datepicker-range-input:focus-within,body .semi-modal .semi-input-number:focus-within,body .semi-modal .semi-input-number-focused,body .semi-modal .semi-input-textarea-wrapper:focus-within,body .semi-sidesheet .semi-input-wrapper:focus-within,body .semi-sidesheet .semi-input-wrapper-focus,body .semi-sidesheet .semi-select:focus-within,body .semi-sidesheet .semi-select-open,body .semi-sidesheet .semi-datepicker:focus-within,body .semi-sidesheet .semi-datepicker-input:focus-within,body .semi-sidesheet .semi-datepicker-range-input:focus-within,body .semi-sidesheet .semi-input-number:focus-within,body .semi-sidesheet .semi-input-number-focused,body .semi-sidesheet .semi-input-textarea-wrapper:focus-within{border-color:var(--console-border-focus)!important;box-shadow:0 0 0 3px var(--console-focus-ring)!important}.app-shell--console .semi-input,.app-shell--console .semi-input-textarea,.app-shell--console .semi-input-wrapper input,.app-shell--console .semi-select-selection,.app-shell--console .semi-select-selection-text,.app-shell--console .semi-select-placeholder,body .semi-modal .semi-input,body .semi-modal .semi-input-textarea,body .semi-modal .semi-input-wrapper input,body .semi-modal .semi-select-selection,body .semi-modal .semi-select-selection-text,body .semi-modal .semi-select-placeholder,body .semi-sidesheet .semi-input,body .semi-sidesheet .semi-input-textarea,body .semi-sidesheet .semi-input-wrapper input,body .semi-sidesheet .semi-select-selection,body .semi-sidesheet .semi-select-selection-text,body .semi-sidesheet .semi-select-placeholder{background:transparent!important;color:var(--console-text)!important;font-size:13px!important;line-height:1.5!important}.app-shell--console .semi-form-field-main>.semi-input-wrapper,.app-shell--console .semi-form-field-main>.semi-select,.app-shell--console .semi-form-field-main>.semi-input-number,.app-shell--console .semi-form-field-main>.semi-input-textarea-wrapper,body .semi-modal .semi-form-field-main>.semi-input-wrapper,body .semi-modal .semi-form-field-main>.semi-select,body .semi-modal .semi-form-field-main>.semi-input-number,body .semi-modal .semi-form-field-main>.semi-input-textarea-wrapper,body .semi-sidesheet .semi-form-field-main>.semi-input-wrapper,body .semi-sidesheet .semi-form-field-main>.semi-select,body .semi-sidesheet .semi-form-field-main>.semi-input-number,body .semi-sidesheet .semi-form-field-main>.semi-input-textarea-wrapper{width:100%!important}.app-shell--console .semi-input::placeholder,.app-shell--console .semi-input-textarea::placeholder,body .semi-modal .semi-input::placeholder,body .semi-modal .semi-input-textarea::placeholder,body .semi-sidesheet .semi-input::placeholder,body .semi-sidesheet .semi-input-textarea::placeholder{color:#8ea0b8!important}.app-shell--console .semi-input-number-suffix-btns,body .semi-modal .semi-input-number-suffix-btns,body .semi-sidesheet .semi-input-number-suffix-btns{right:4px!important;overflow:hidden!important;border-left:1px solid var(--console-border-muted)!important;border-radius:0 7px 7px 0!important;opacity:.8!important}.app-shell--console .semi-button,body .semi-modal .semi-button,body .semi-sidesheet .semi-button{min-height:38px!important;border-radius:8px!important;font-weight:760!important}.app-shell--console .semi-button-primary.semi-button-solid:not(.semi-button-disabled),body .semi-modal .semi-button-primary.semi-button-solid:not(.semi-button-disabled),body .semi-sidesheet .semi-button-primary.semi-button-solid:not(.semi-button-disabled){border-color:var(--console-blue)!important;background:linear-gradient(135deg,#2f73ff,#1f56d9)!important;box-shadow:0 12px 22px #2563eb38!important}.app-shell--console .semi-button-primary.semi-button-solid:not(.semi-button-disabled):hover,body .semi-modal .semi-button-primary.semi-button-solid:not(.semi-button-disabled):hover,body .semi-sidesheet .semi-button-primary.semi-button-solid:not(.semi-button-disabled):hover{background:linear-gradient(135deg,#2563eb,#1d4ed8)!important}body .semi-modal,body .console-modal.semi-modal,body .semi-modal.console-modal{top:auto!important;margin:0 auto!important;max-width:calc(100vw - 40px)!important}body .semi-modal-content,body .console-modal .semi-modal-content{overflow:hidden!important;border:1px solid #cbd8e8!important;border-radius:12px!important;background:#fff!important;box-shadow:0 24px 72px #0f172a47!important}body .semi-modal-header,body .console-modal .semi-modal-header{display:flex!important;align-items:center!important;min-height:64px!important;padding:0 26px!important;border-bottom:1px solid var(--console-border-muted)!important;background:#fff!important}body .semi-modal-header .semi-modal-header-text,body .semi-modal-title,body .console-modal .semi-modal-header .semi-modal-header-text,body .console-modal .semi-modal-title{color:var(--console-text)!important;font-size:17px!important;font-weight:850!important;letter-spacing:0!important}body .semi-modal-body,body .console-modal .semi-modal-body{padding:24px 26px 26px!important;background:#fff!important}body .semi-modal-footer,body .console-modal .semi-modal-footer{gap:10px!important;padding:16px 26px!important;border-top:1px solid var(--console-border-muted)!important;background:#fff!important}body .semi-modal-close,body .console-modal .semi-modal-close{top:16px!important;right:16px!important;width:30px!important;height:30px!important;border:1px solid #d7e2f0!important;border-radius:8px!important;background:#fff!important;color:#64748b!important}body .semi-modal-close:hover,body .console-modal .semi-modal-close:hover{border-color:#b9c9dd!important;background:#f4f8ff!important;color:var(--console-text)!important}body .console-modal__submit,body .console-modal__footer-btn{height:42px!important;margin-top:4px!important}body .semi-sidesheet .semi-sidesheet-content{border-left:1px solid #cbd8e8!important;background:#fff!important;box-shadow:-18px 0 54px #0f172a2e!important}body .semi-sidesheet .semi-sidesheet-header{display:flex!important;align-items:center!important;min-height:64px!important;padding:0 26px!important;border-bottom:1px solid var(--console-border-muted)!important;background:#fff!important}body .semi-sidesheet .semi-sidesheet-body{padding:24px 26px 92px!important;background:#fff!important}body .semi-sidesheet .semi-sidesheet-footer,.app-shell--console .package-side-sheet__footer{padding:16px 26px!important;border-top:1px solid var(--console-border-muted)!important;background:#fff!important}.app-shell--console .settings-sticky-footer{border-top:1px solid var(--console-border-muted)!important;background:#fff!important}.app-shell--console .semi-table-wrapper,.app-shell--console .semi-table-container{overflow:auto!important;border:1px solid var(--console-border-soft)!important;border-radius:8px!important;background:#fff!important}.app-shell--console .semi-table{border-collapse:separate!important;border-spacing:0!important;background:#fff!important}.app-shell--console .semi-table-thead>.semi-table-row>.semi-table-row-head{height:44px!important;padding:0 16px!important;border-top:0!important;border-right:0!important;border-bottom:1px solid var(--console-border-soft)!important;border-left:0!important;background:var(--console-surface-strong)!important;color:#4f6076!important;font-size:12px!important;font-weight:850!important}.app-shell--console .semi-table-tbody>.semi-table-row>.semi-table-row-cell{min-height:52px!important;padding:13px 16px!important;border-right:0!important;border-bottom:1px solid var(--console-border-muted)!important;border-left:0!important;background:#fff!important;color:var(--console-text)!important;font-size:13px!important}.app-shell--console .semi-table-tbody>.semi-table-row:hover>.semi-table-row-cell{background:#f8fbff!important}.app-shell--console .semi-table-pagination-outer,.app-shell--console .log-card__pagination{padding:14px 2px 0!important;border-top:1px solid var(--console-border-muted)!important;background:#fff!important}.app-shell--console .semi-page-item{min-width:32px!important;height:32px!important;border:1px solid transparent!important;border-radius:8px!important;background:transparent!important}.app-shell--console .semi-page-item:hover{border-color:var(--console-border-soft)!important;background:#f8fbff!important}.app-shell--console .semi-page-item-active{border-color:#cfe0ff!important;background:var(--console-blue-soft)!important;color:var(--console-blue)!important;font-weight:850!important}.app-shell--console .log-filter-grid{gap:16px 14px!important}.app-shell--console .log-filter-field{gap:10px!important}.app-shell--console .log-filter-field label,.app-shell--console .log-card__toolbar-field label{margin:0!important;color:var(--console-text-soft)!important;font-size:12px!important;font-weight:850!important;line-height:16px!important}.app-shell--console .log-date-presets{min-height:40px!important;border:1px solid var(--console-border)!important;border-radius:8px!important;background:#f8fafc!important}.app-shell--console .model-pricing-editor{border:1px solid var(--console-border-soft)!important;border-radius:9px!important;background:#fff!important;box-shadow:inset 0 1px #ffffffeb!important}.app-shell--console .model-pricing-editor__header{border-bottom:1px solid var(--console-border-soft)!important;background:var(--console-surface-strong)!important}.app-shell--console .model-pricing-editor__row{border-bottom:1px solid var(--console-border-muted)!important;background:#fff!important}.app-shell--console .model-pricing-editor__row:hover{background:#f8fbff!important}.app-shell--console ::-webkit-scrollbar{width:9px;height:9px}.app-shell--console ::-webkit-scrollbar-track{background:#eef3f9}.app-shell--console ::-webkit-scrollbar-thumb{border:2px solid #eef3f9;border-radius:999px;background:#bcc9db}.app-shell--console ::-webkit-scrollbar-thumb:hover{background:#9fafc4}body.console-mode{min-width:1180px;overflow:hidden!important;background:#f4f7fc!important}body.console-mode .app-shell--console{width:100vw!important;height:100vh!important;max-width:100vw!important;overflow:hidden!important;background:radial-gradient(circle at 82% 6%,rgba(37,99,235,.08),transparent 28%),linear-gradient(180deg,#fbfdff,#f4f7fc)!important;--console-bg: #f4f7fc;--console-surface: #ffffff;--console-surface-subtle: #f8fbff;--console-surface-strong: #f1f5fb;--console-border: #b9c8da;--console-border-soft: #d6e0ec;--console-border-muted: #e7edf5;--console-text: #101827;--console-text-soft: #334155;--console-text-muted: #65758b;--console-blue: #2563eb;--console-shadow: 0 1px 2px rgba(15, 23, 42, .035), 0 14px 34px rgba(15, 23, 42, .055);--semi-color-primary: #2563eb !important;--semi-color-primary-hover: #1d4ed8 !important;--semi-color-primary-active: #1e40af !important;--semi-color-primary-light-default: #eaf2ff !important;--semi-color-link: #2563eb !important;--semi-color-link-hover: #1d4ed8 !important;--semi-color-border: #d6e0ec !important;--semi-color-fill-0: #f7faff !important;--semi-color-bg-0: #ffffff !important;color:var(--console-text)!important}body.console-mode .app-shell--console .semi-layout{max-width:100%!important;overflow:hidden!important}body.console-mode .app-shell--console .app-shell__chrome{display:grid!important;grid-template-columns:260px minmax(0,1fr)!important;gap:0!important;width:100vw!important;max-width:none!important;height:100vh!important;min-height:0!important;margin:0!important;padding:0!important;align-items:stretch!important;overflow:hidden!important}body.console-mode .app-shell--console .app-shell__rail{position:relative!important;top:0!important;z-index:40!important;width:260px!important;min-width:260px!important;max-width:260px!important;height:100vh!important;overflow:hidden!important}body.console-mode .app-shell--console .console-sider{width:260px!important;min-width:260px!important;max-width:260px!important;height:100vh!important;flex:0 0 260px!important;background:transparent!important}body.console-mode .app-shell--console .console-sider__card{position:relative!important;display:flex!important;flex-direction:column!important;width:260px!important;height:100vh!important;min-height:0!important;padding:26px 14px 18px!important;overflow:hidden!important;border:0!important;border-radius:0!important;background:radial-gradient(circle at 78% 38%,rgba(57,116,255,.2),transparent 22%),linear-gradient(160deg,#030a17,#06162e 54%,#082653)!important;box-shadow:none!important;color:#f8fbff!important}body.console-mode .app-shell--console .console-sider__orbital{opacity:.34!important}body.console-mode .app-shell--console .console-sider__brand,body.console-mode .app-shell--console .console-sider__nav-list{position:relative!important;z-index:1!important}body.console-mode .app-shell--console .console-sider__brand{display:flex!important;align-items:center!important;gap:12px!important;width:100%!important;padding:0 12px 28px!important;border:0!important;background:transparent!important;color:inherit!important;text-align:left!important}body.console-mode .app-shell--console .console-sider__brand-mark{width:44px!important;height:44px!important;border-radius:14px!important;background:transparent!important}body.console-mode .app-shell--console .console-sider__brand span{display:grid!important;gap:4px!important;min-width:0!important}body.console-mode .app-shell--console .console-sider__brand strong{overflow:hidden!important;color:#fff!important;font-size:19px!important;font-weight:900!important;line-height:1.1!important;text-overflow:ellipsis!important;white-space:nowrap!important}body.console-mode .app-shell--console .console-sider__brand em{overflow:hidden!important;color:#dfebffb8!important;font-size:11px!important;font-style:normal!important;letter-spacing:.02em!important;text-overflow:ellipsis!important;white-space:nowrap!important}body.console-mode .app-shell--console .console-sider__eyebrow,body.console-mode .app-shell--console .console-sider__title{display:none!important}body.console-mode .app-shell--console .console-sider__nav-list{display:flex!important;min-width:0!important;flex-direction:column!important;gap:8px!important;overflow:hidden!important}body.console-mode .app-shell--console .console-sider__section-label{padding:18px 14px 7px!important;color:#dfebff80!important;font-size:12px!important;font-weight:780!important;letter-spacing:.04em!important}body.console-mode .app-shell--console .console-sider__item{display:flex!important;align-items:center!important;gap:11px!important;width:100%!important;min-width:0!important;max-width:100%!important;min-height:46px!important;padding:11px 14px!important;border:1px solid transparent!important;border-radius:10px!important;background:transparent!important;color:#f4f9ffd1!important;font-size:14px!important;font-weight:760!important;text-align:left!important;-webkit-user-select:none!important;user-select:none!important;transition:background .16s ease,border-color .16s ease,color .16s ease,box-shadow .16s ease!important}body.console-mode .app-shell--console .console-sider__item span{min-width:0!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}body.console-mode .app-shell--console .console-sider__item svg{flex:0 0 auto!important;font-size:18px!important}body.console-mode .app-shell--console .console-sider__item:hover{border-color:#ffffff1a!important;background:#ffffff14!important;color:#fff!important}body.console-mode .app-shell--console .console-sider__item--active{border-color:#7aa6ff61!important;background:linear-gradient(135deg,#2f73ffe6,#1853d3d1)!important;color:#fff!important;box-shadow:0 14px 30px #0044bd47!important}body.console-mode .app-shell--console .app-shell__content{width:100%!important;min-width:0!important;height:100vh!important;min-height:0!important;padding:0!important;overflow-x:hidden!important;overflow-y:auto!important;overscroll-behavior-y:contain!important;border-left:1px solid rgba(13,39,86,.08)!important;border-radius:0!important;background:#f4f7fc!important;box-shadow:none!important}body.console-mode .app-shell--console .app-shell__console-topbar{position:sticky!important;top:0!important;z-index:35!important;display:flex!important;align-items:center!important;justify-content:flex-end!important;min-height:76px!important;padding:18px clamp(28px,3.2vw,52px) 10px!important;border-bottom:1px solid var(--console-border-muted)!important;background:#fff!important;box-shadow:0 1px #0f172a08!important}body.console-mode .app-shell--console .app-shell__content-body{width:100%!important;min-width:0!important;max-width:100%!important;min-height:max-content!important;padding:0 clamp(28px,3.2vw,52px) 44px!important;overflow-x:hidden!important;box-sizing:border-box!important}body.console-mode .app-shell--console .page-container,body.console-mode .app-shell--console .setting-page,body.console-mode .app-shell--console .dashboard-page,body.console-mode .app-shell--console .log-page{width:100%!important;min-width:0!important;max-width:1560px!important;margin:0 auto!important;overflow-x:hidden!important;box-sizing:border-box!important}body.console-mode .app-shell--console .page-header,body.console-mode .app-shell--console .console-page-head{position:relative!important;top:auto!important;z-index:1!important;align-items:flex-end!important;min-height:58px!important;padding:0 0 18px!important;margin:0 0 8px!important;background:transparent!important}body.console-mode .app-shell--console .page-header .semi-typography-h3,body.console-mode .app-shell--console .console-page-head__copy .semi-typography-h3{color:var(--console-text)!important;font-size:30px!important;font-weight:900!important;letter-spacing:0!important}body.console-mode .app-shell--console .page-header .semi-typography-tertiary,body.console-mode .app-shell--console .console-page-head__copy .semi-typography-tertiary{color:var(--console-text-muted)!important;font-size:13px!important;line-height:1.55!important}body.console-mode .app-shell--console .semi-card,body.console-mode .app-shell--console .console-filter-card,body.console-mode .app-shell--console .console-data-card,body.console-mode .app-shell--console .setting-page__panel,body.console-mode .app-shell--console .dashboard-panel,body.console-mode .app-shell--console .dashboard-stat-card,body.console-mode .app-shell--console .settings-section,body.console-mode .app-shell--console .package-pricing-card,body.console-mode .app-shell--console .log-card{min-width:0!important;max-width:100%!important;overflow:hidden!important;border:1px solid var(--console-border-soft)!important;border-radius:10px!important;background:#fff!important;box-shadow:var(--console-shadow)!important;box-sizing:border-box!important}body.console-mode .app-shell--console .semi-card>.semi-card-body,body.console-mode .app-shell--console .console-filter-card>.semi-card-body,body.console-mode .app-shell--console .console-data-card>.semi-card-body,body.console-mode .app-shell--console .setting-page__panel>.semi-card-body{padding:22px 24px!important}body.console-mode .app-shell--console .page-toolbar,body.console-mode .app-shell--console .log-card__toolbar{padding:22px 24px!important;margin-bottom:18px!important;border:1px solid var(--console-border-soft)!important;border-radius:10px!important;background:#fff!important;box-shadow:var(--console-shadow)!important}body.console-mode .app-shell--console .semi-input-wrapper,body.console-mode .app-shell--console .semi-select,body.console-mode .app-shell--console .semi-datepicker,body.console-mode .app-shell--console .semi-datepicker-input,body.console-mode .app-shell--console .semi-datepicker-range-input,body.console-mode .app-shell--console .semi-input-number,body.console-mode .app-shell--console .semi-input-textarea-wrapper,body.console-mode .app-shell--console .semi-tagInput,body.console-mode .app-shell--console .semi-tagInput-wrapper,body.console-mode .semi-modal .semi-input-wrapper,body.console-mode .semi-modal .semi-select,body.console-mode .semi-modal .semi-datepicker,body.console-mode .semi-modal .semi-datepicker-input,body.console-mode .semi-modal .semi-datepicker-range-input,body.console-mode .semi-modal .semi-input-number,body.console-mode .semi-modal .semi-input-textarea-wrapper,body.console-mode .semi-modal .semi-tagInput,body.console-mode .semi-modal .semi-tagInput-wrapper,body.console-mode .semi-sidesheet .semi-input-wrapper,body.console-mode .semi-sidesheet .semi-select,body.console-mode .semi-sidesheet .semi-datepicker,body.console-mode .semi-sidesheet .semi-datepicker-input,body.console-mode .semi-sidesheet .semi-datepicker-range-input,body.console-mode .semi-sidesheet .semi-input-number,body.console-mode .semi-sidesheet .semi-input-textarea-wrapper{min-height:40px!important;border:1px solid var(--console-border)!important;border-radius:8px!important;background:#fff!important;box-shadow:inset 0 1px #0f172a06!important}body.console-mode .app-shell--console .semi-input-number .semi-input-wrapper,body.console-mode .semi-modal .semi-input-number .semi-input-wrapper,body.console-mode .semi-sidesheet .semi-input-number .semi-input-wrapper{border:0!important;background:transparent!important;box-shadow:none!important}body.console-mode .app-shell--console .semi-input-wrapper:hover,body.console-mode .app-shell--console .semi-select:hover,body.console-mode .app-shell--console .semi-datepicker:hover,body.console-mode .app-shell--console .semi-input-number:hover,body.console-mode .app-shell--console .semi-input-textarea-wrapper:hover,body.console-mode .semi-modal .semi-input-wrapper:hover,body.console-mode .semi-modal .semi-select:hover,body.console-mode .semi-modal .semi-datepicker:hover,body.console-mode .semi-modal .semi-input-number:hover,body.console-mode .semi-modal .semi-input-textarea-wrapper:hover,body.console-mode .semi-sidesheet .semi-input-wrapper:hover,body.console-mode .semi-sidesheet .semi-select:hover,body.console-mode .semi-sidesheet .semi-datepicker:hover,body.console-mode .semi-sidesheet .semi-input-number:hover,body.console-mode .semi-sidesheet .semi-input-textarea-wrapper:hover{border-color:#9fb1c7!important;background:#fff!important}body.console-mode .app-shell--console .semi-input-wrapper:focus-within,body.console-mode .app-shell--console .semi-input-wrapper-focus,body.console-mode .app-shell--console .semi-select:focus-within,body.console-mode .app-shell--console .semi-select-open,body.console-mode .app-shell--console .semi-datepicker:focus-within,body.console-mode .app-shell--console .semi-input-number:focus-within,body.console-mode .app-shell--console .semi-input-number-focused,body.console-mode .app-shell--console .semi-input-textarea-wrapper:focus-within,body.console-mode .semi-modal .semi-input-wrapper:focus-within,body.console-mode .semi-modal .semi-input-wrapper-focus,body.console-mode .semi-modal .semi-select:focus-within,body.console-mode .semi-modal .semi-select-open,body.console-mode .semi-modal .semi-input-number:focus-within,body.console-mode .semi-modal .semi-input-number-focused,body.console-mode .semi-modal .semi-input-textarea-wrapper:focus-within,body.console-mode .semi-sidesheet .semi-input-wrapper:focus-within,body.console-mode .semi-sidesheet .semi-input-wrapper-focus,body.console-mode .semi-sidesheet .semi-select:focus-within,body.console-mode .semi-sidesheet .semi-select-open,body.console-mode .semi-sidesheet .semi-input-number:focus-within,body.console-mode .semi-sidesheet .semi-input-number-focused,body.console-mode .semi-sidesheet .semi-input-textarea-wrapper:focus-within{border-color:var(--console-blue)!important;box-shadow:0 0 0 3px #2563eb24!important}body.console-mode .app-shell--console .semi-input,body.console-mode .app-shell--console .semi-input-textarea,body.console-mode .app-shell--console .semi-select-selection,body.console-mode .app-shell--console .semi-select-selection-text,body.console-mode .semi-modal .semi-input,body.console-mode .semi-modal .semi-input-textarea,body.console-mode .semi-modal .semi-select-selection,body.console-mode .semi-modal .semi-select-selection-text,body.console-mode .semi-sidesheet .semi-input,body.console-mode .semi-sidesheet .semi-input-textarea,body.console-mode .semi-sidesheet .semi-select-selection,body.console-mode .semi-sidesheet .semi-select-selection-text{background:transparent!important;color:var(--console-text)!important;font-size:13px!important}body.console-mode .app-shell--console .semi-form-field,body.console-mode .semi-modal .semi-form-field,body.console-mode .semi-sidesheet .semi-form-field{margin-bottom:22px!important}body.console-mode .app-shell--console .semi-form-field>.semi-form-field-label,body.console-mode .semi-modal .semi-form-field>.semi-form-field-label,body.console-mode .semi-sidesheet .semi-form-field>.semi-form-field-label{margin:0 0 10px!important;padding:0!important}body.console-mode .app-shell--console .semi-form-field-label-text,body.console-mode .semi-modal .semi-form-field-label-text,body.console-mode .semi-sidesheet .semi-form-field-label-text,body.console-mode .app-shell--console .page-toolbar__label,body.console-mode .app-shell--console .log-filter-field label{color:var(--console-text-soft)!important;font-size:12px!important;font-weight:850!important}body.console-mode .app-shell--console .semi-table-wrapper,body.console-mode .app-shell--console .semi-table-container{max-width:100%!important;overflow-x:auto!important;overscroll-behavior-x:contain!important;border:1px solid var(--console-border-soft)!important;border-radius:9px!important;background:#fff!important}body.console-mode .app-shell--console .semi-table-thead>.semi-table-row>.semi-table-row-head{height:44px!important;border-bottom:1px solid var(--console-border-soft)!important;background:var(--console-surface-strong)!important;color:#526174!important;font-size:12px!important;font-weight:850!important}body.console-mode .app-shell--console .semi-table-tbody>.semi-table-row>.semi-table-row-cell{padding:13px 16px!important;border-bottom:1px solid var(--console-border-muted)!important;background:#fff!important;color:var(--console-text)!important;font-size:13px!important}body.console-mode .app-shell--console .semi-table-tbody>.semi-table-row:hover>.semi-table-row-cell{background:#f8fbff!important}body.console-mode .semi-modal-mask,body.console-mode .semi-sidesheet-mask{background:#0f172a85!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important}body.console-mode .semi-modal-content{overflow:hidden!important;border:1px solid #cbd8e8!important;border-radius:12px!important;background:#fff!important;box-shadow:0 24px 72px #0f172a47!important}body.console-mode .semi-modal-header,body.console-mode .semi-sidesheet-header{display:flex!important;align-items:center!important;min-height:64px!important;padding:0 26px!important;border-bottom:1px solid var(--console-border-muted)!important;background:#fff!important}body.console-mode .semi-modal-body,body.console-mode .semi-sidesheet-body{padding:24px 26px 26px!important;background:#fff!important}body.console-mode .semi-modal-footer,body.console-mode .semi-sidesheet-footer,body.console-mode .package-side-sheet__footer{padding:16px 26px!important;border-top:1px solid var(--console-border-muted)!important;background:#fff!important}body.console-mode .model-pricing-editor{display:grid!important;gap:0!important;width:100%!important;max-width:100%!important;overflow-x:auto!important;padding:0 0 8px!important;border:1px solid var(--console-border-soft)!important;border-radius:9px!important;background:#fff!important}body.console-mode .model-pricing-editor__header,body.console-mode .model-pricing-editor__row{display:grid!important;grid-template-columns:minmax(300px,1.35fr) repeat(5,minmax(112px,126px)) minmax(104px,116px) minmax(116px,126px) 68px 44px!important;gap:10px!important;align-items:center!important;min-width:1280px!important;padding:0 14px!important}body.console-mode .model-pricing-editor__header{min-height:44px!important;border-bottom:1px solid var(--console-border-soft)!important;background:var(--console-surface-strong)!important;color:#526174!important;font-size:12px!important;font-weight:850!important}body.console-mode .model-pricing-editor__row{min-height:58px!important;border-bottom:1px solid var(--console-border-muted)!important;background:#fff!important}body.console-mode .model-pricing-editor__row:hover{background:#f8fbff!important}body.console-mode .app-shell--console ::-webkit-scrollbar{width:9px;height:9px}body.console-mode .app-shell--console ::-webkit-scrollbar-track{background:#eef3f9}body.console-mode .app-shell--console ::-webkit-scrollbar-thumb{border:2px solid #eef3f9;border-radius:999px;background:#b8c6d8}body.console-mode .app-shell--console ::-webkit-scrollbar-thumb:hover{background:#9eafc4}body.console-mode .app-shell--console{--console-border: #d7e1ee;--console-border-soft: #e2e9f2;--console-border-muted: #edf2f7;--console-shadow: 0 1px 2px rgba(15, 23, 42, .025), 0 12px 28px rgba(15, 23, 42, .045)}body.console-mode .app-shell--console .semi-card,body.console-mode .app-shell--console .console-filter-card,body.console-mode .app-shell--console .console-data-card,body.console-mode .app-shell--console .setting-page__panel,body.console-mode .app-shell--console .dashboard-panel,body.console-mode .app-shell--console .dashboard-stat-card,body.console-mode .app-shell--console .settings-section,body.console-mode .app-shell--console .package-pricing-card,body.console-mode .app-shell--console .log-card{border-color:#e1e8f1!important;box-shadow:var(--console-shadow)!important}body.console-mode .app-shell--console .semi-input-wrapper,body.console-mode .app-shell--console .semi-select,body.console-mode .app-shell--console .semi-datepicker,body.console-mode .app-shell--console .semi-datepicker-input,body.console-mode .app-shell--console .semi-datepicker-range-input,body.console-mode .app-shell--console .semi-input-number,body.console-mode .app-shell--console .semi-input-textarea-wrapper,body.console-mode .app-shell--console .semi-tagInput,body.console-mode .app-shell--console .semi-tagInput-wrapper,body.console-mode .semi-modal .semi-input-wrapper,body.console-mode .semi-modal .semi-select,body.console-mode .semi-modal .semi-datepicker,body.console-mode .semi-modal .semi-datepicker-input,body.console-mode .semi-modal .semi-datepicker-range-input,body.console-mode .semi-modal .semi-input-number,body.console-mode .semi-modal .semi-input-textarea-wrapper,body.console-mode .semi-sidesheet .semi-input-wrapper,body.console-mode .semi-sidesheet .semi-select,body.console-mode .semi-sidesheet .semi-datepicker,body.console-mode .semi-sidesheet .semi-datepicker-input,body.console-mode .semi-sidesheet .semi-datepicker-range-input,body.console-mode .semi-sidesheet .semi-input-number,body.console-mode .semi-sidesheet .semi-input-textarea-wrapper{border-color:#0f172a17!important;background:#fff!important;box-shadow:none!important}body.console-mode .app-shell--console .semi-input-wrapper:hover,body.console-mode .app-shell--console .semi-select:hover,body.console-mode .app-shell--console .semi-datepicker:hover,body.console-mode .app-shell--console .semi-datepicker-input:hover,body.console-mode .app-shell--console .semi-datepicker-range-input:hover,body.console-mode .app-shell--console .semi-input-number:hover,body.console-mode .app-shell--console .semi-input-textarea-wrapper:hover,body.console-mode .semi-modal .semi-input-wrapper:hover,body.console-mode .semi-modal .semi-select:hover,body.console-mode .semi-modal .semi-datepicker:hover,body.console-mode .semi-modal .semi-input-number:hover,body.console-mode .semi-modal .semi-input-textarea-wrapper:hover,body.console-mode .semi-sidesheet .semi-input-wrapper:hover,body.console-mode .semi-sidesheet .semi-select:hover,body.console-mode .semi-sidesheet .semi-datepicker:hover,body.console-mode .semi-sidesheet .semi-input-number:hover,body.console-mode .semi-sidesheet .semi-input-textarea-wrapper:hover{border-color:#0f172a2e!important}body.console-mode .app-shell--console .semi-input-wrapper:focus-within,body.console-mode .app-shell--console .semi-input-wrapper-focus,body.console-mode .app-shell--console .semi-select:focus-within,body.console-mode .app-shell--console .semi-select-open,body.console-mode .app-shell--console .semi-datepicker:focus-within,body.console-mode .app-shell--console .semi-datepicker-input:focus-within,body.console-mode .app-shell--console .semi-datepicker-range-input:focus-within,body.console-mode .app-shell--console .semi-input-number:focus-within,body.console-mode .app-shell--console .semi-input-number-focused,body.console-mode .app-shell--console .semi-input-textarea-wrapper:focus-within,body.console-mode .semi-modal .semi-input-wrapper:focus-within,body.console-mode .semi-modal .semi-input-wrapper-focus,body.console-mode .semi-modal .semi-select:focus-within,body.console-mode .semi-modal .semi-select-open,body.console-mode .semi-modal .semi-input-number:focus-within,body.console-mode .semi-modal .semi-input-number-focused,body.console-mode .semi-modal .semi-input-textarea-wrapper:focus-within,body.console-mode .semi-sidesheet .semi-input-wrapper:focus-within,body.console-mode .semi-sidesheet .semi-input-wrapper-focus,body.console-mode .semi-sidesheet .semi-select:focus-within,body.console-mode .semi-sidesheet .semi-select-open,body.console-mode .semi-sidesheet .semi-input-number:focus-within,body.console-mode .semi-sidesheet .semi-input-number-focused,body.console-mode .semi-sidesheet .semi-input-textarea-wrapper:focus-within{border-color:#8fb3ff!important;box-shadow:0 0 0 2px #2563eb1a!important}body.console-mode .app-shell--console .log-date-presets{border-color:#d7e1ee!important;background:#f9fbfe!important}body.console-mode .app-shell--console .semi-table-wrapper,body.console-mode .app-shell--console .semi-table-container{border-color:#e1e8f1!important;box-shadow:none!important}body.console-mode .app-shell--console .semi-table-thead>.semi-table-row>.semi-table-row-head{border-bottom-color:#e3eaf3!important;background:#f6f9fd!important}body.console-mode .app-shell--console .semi-table-tbody>.semi-table-row>.semi-table-row-cell{border-bottom-color:#edf2f7!important}body.console-mode .app-shell--console .semi-table-tbody>.semi-table-row:last-child>.semi-table-row-cell{border-bottom-color:transparent!important}body.console-mode .app-shell--console .semi-table-pagination-outer,body.console-mode .app-shell--console .log-card__pagination{border-top-color:#edf2f7!important}.app-shell .log-date-presets,.app-shell--console .log-date-presets{border:0!important;background:transparent!important;padding:0!important;box-shadow:none!important;min-height:0!important;height:auto!important;grid-column:auto!important;gap:2px!important}.app-shell .log-date-presets .semi-button,.app-shell--console .log-date-presets .semi-button{height:28px!important;min-height:28px!important;padding:0 10px!important;border:0!important;background:transparent!important;color:var(--app-text-muted)!important;border-radius:var(--app-radius-sm)!important;box-shadow:none!important;font-weight:500!important}.app-shell .log-date-presets .semi-button:hover,.app-shell--console .log-date-presets .semi-button:hover{background:var(--app-accent-soft)!important;color:var(--app-accent)!important;box-shadow:none!important}.app-shell .console-filter-bar,.app-shell--console .console-filter-bar{background:#fff!important;border:1px solid var(--console-border-soft, rgba(21, 42, 76, .08))!important;border-radius:14px!important;box-shadow:var(--console-shadow, 0 10px 24px rgba(15, 23, 42, .06))!important;padding:18px 20px!important;margin:0 16px 14px!important}.app-shell .console-data-table,.app-shell--console .console-data-table{background:#fff!important;border:1px solid var(--console-border-soft, rgba(21, 42, 76, .08))!important;border-radius:14px!important;box-shadow:var(--console-shadow, 0 10px 24px rgba(15, 23, 42, .06))!important;margin:0 16px 16px!important;overflow:hidden!important}.app-shell .console-data-table .semi-table,.app-shell--console .console-data-table .semi-table,.app-shell .console-data-table .semi-table-container,.app-shell--console .console-data-table .semi-table-container{border:0!important;background:transparent!important;border-radius:0!important;box-shadow:none!important}body.console-mode .app-shell--console .log-date-presets{height:32px!important;min-height:32px!important;padding:0!important;border:0!important;background:transparent!important;box-shadow:none!important}body.console-mode .app-shell--console .log-date-presets .semi-button{height:30px!important;min-height:30px!important;border:0!important;background:transparent!important;color:#475569!important;box-shadow:none!important;font-weight:760!important}body.console-mode .app-shell--console .log-date-presets .semi-button:hover{background:#eef4ff!important;color:#1d4ed8!important}body.console-mode .app-shell--console .semi-card,body.console-mode .app-shell--console .console-filter-card,body.console-mode .app-shell--console .console-data-card,body.console-mode .app-shell--console .setting-page__panel,body.console-mode .app-shell--console .dashboard-panel,body.console-mode .app-shell--console .dashboard-stat-card,body.console-mode .app-shell--console .settings-section,body.console-mode .app-shell--console .package-pricing-card,body.console-mode .app-shell--console .log-card{border-color:#e6edf5!important}body.console-mode .app-shell--console .semi-table-wrapper,body.console-mode .app-shell--console .semi-table-container{border-color:#e8eef6!important}body.console-mode .app-shell--console .console-data-card .semi-table-wrapper,body.console-mode .app-shell--console .console-data-card .semi-table-container,body.console-mode .app-shell--console .semi-card .semi-table-wrapper,body.console-mode .app-shell--console .semi-card .semi-table-container{border-color:#edf2f7!important}body.console-mode .app-shell--console .semi-input-wrapper,body.console-mode .app-shell--console .semi-select,body.console-mode .app-shell--console .semi-datepicker,body.console-mode .app-shell--console .semi-datepicker-input,body.console-mode .app-shell--console .semi-datepicker-range-input,body.console-mode .app-shell--console .semi-input-number,body.console-mode .app-shell--console .semi-input-textarea-wrapper,body.console-mode .semi-modal .semi-input-wrapper,body.console-mode .semi-modal .semi-select,body.console-mode .semi-modal .semi-input-number,body.console-mode .semi-modal .semi-input-textarea-wrapper,body.console-mode .semi-sidesheet .semi-input-wrapper,body.console-mode .semi-sidesheet .semi-select,body.console-mode .semi-sidesheet .semi-input-number,body.console-mode .semi-sidesheet .semi-input-textarea-wrapper{border-color:#0f172a14!important}.app-shell--console .mp-page{display:flex;flex-direction:column;gap:18px}.app-shell--console .mp-page__head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:2px 2px 0}.app-shell--console .mp-page__head-text .semi-typography-h5{margin:0 0 6px!important;color:var(--console-text)!important;font-size:18px!important;font-weight:850!important}.app-shell--console .mp-page__head-text .semi-typography-tertiary{color:var(--console-text-muted)!important;font-size:12.5px!important;line-height:1.65!important}.app-shell--console .mp-page__head-actions{display:flex;gap:10px;flex-shrink:0}.app-shell--console .mp-tabs .semi-tabs-bar-card{padding:4px 6px;background:var(--console-surface-strong);border-radius:10px 10px 0 0;border:1px solid var(--console-border-soft);border-bottom:none}.app-shell--console .mp-tabs .semi-tabs-tab-card{border-radius:8px!important;border:none!important;background:transparent!important;color:var(--console-text-muted)!important;font-weight:800!important;padding:8px 14px!important;transition:all .16s ease}.app-shell--console .mp-tabs .semi-tabs-tab-card:hover{color:var(--console-text-soft)!important;background:#fff9!important}.app-shell--console .mp-tabs .semi-tabs-tab-active.semi-tabs-tab-card{background:#fff!important;color:var(--console-text)!important;box-shadow:0 1px #0f172a0a,0 6px 16px -10px #2463eb73}.app-shell--console .mp-tabs .semi-tabs-content{padding:0!important}.mp-tab-label{display:inline-flex;align-items:center;gap:8px;font-size:13px}.mp-tab-dot{width:8px;height:8px;border-radius:50%;display:inline-block;box-shadow:0 0 0 3px #0f172a0a}.mp-tab-count{display:inline-flex;align-items:center;justify-content:center;min-width:22px;height:18px;padding:0 6px;border-radius:999px;background:var(--console-surface-strong);color:var(--console-text-muted);font-size:11px;font-weight:800}.app-shell--console .mp-tabs .semi-tabs-tab-active .mp-tab-count{background:var(--console-blue-soft, #e6f0ff);color:var(--console-blue, #2463eb)}.app-shell--console .mp-panel{background:#fff;border:1px solid var(--console-border-soft);border-radius:0 10px 10px;padding:16px 18px 18px;display:flex;flex-direction:column;gap:14px}.app-shell--console .mp-panel__intro{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:0 2px}.app-shell--console .mp-panel__intro .semi-typography-tertiary{color:var(--console-text-muted)!important;font-size:12.5px!important}.app-shell--console .mp-panel__empty{padding:28px 0;display:flex;justify-content:center}.app-shell--console .mp-rows{display:flex;flex-direction:column;gap:10px}.app-shell--console .mp-row{border:1px solid var(--console-border-soft);border-radius:10px;background:#fff;padding:12px 14px;transition:border-color .16s ease,box-shadow .16s ease,opacity .16s ease}.app-shell--console .mp-row:hover{border-color:var(--console-border);box-shadow:0 1px #0f172a08,0 6px 18px -14px #2463eb73}.app-shell--console .mp-row--off{opacity:.6;background:var(--console-surface-subtle)}.app-shell--console .mp-row--stale{background:#fffaf0;border-color:#f6c66b}.app-shell--console .mp-row__main{display:grid;grid-template-columns:minmax(220px,1.5fr) repeat(2,minmax(140px,170px)) auto auto 36px;gap:14px;align-items:end}.app-shell--console .mp-row--image .mp-row__main{grid-template-columns:minmax(220px,1.5fr) minmax(150px,170px) repeat(2,minmax(140px,170px)) auto 36px}.app-shell--console .mp-row__model{display:flex;align-items:center;gap:8px;min-width:0}.app-shell--console .mp-row__model .semi-select{flex:1;min-width:0;height:36px!important}.app-shell--console .mp-row__model .semi-tag{height:22px;border-radius:999px;font-weight:800;flex-shrink:0}.app-shell--console .mp-row .semi-input-number,.app-shell--console .mp-row .semi-input-number .semi-input-wrapper{width:100%!important;height:36px!important}.app-shell--console .mp-row__cache-toggle{display:flex;flex-direction:column;align-items:flex-start;gap:6px;white-space:nowrap}.mp-row__cache-label{display:inline-flex;align-items:center;gap:4px;font-size:12px;color:var(--console-text-muted);font-weight:700}.app-shell--console .mp-row__status{display:flex;flex-direction:column;align-items:flex-start;gap:4px;white-space:nowrap}.app-shell--console .mp-row__cache-detail{margin-top:12px;padding:12px 14px;background:var(--console-surface-subtle);border:1px dashed var(--console-border-soft);border-radius:8px;display:grid;grid-template-columns:repeat(2,minmax(180px,1fr));gap:14px}.app-shell--console .mp-row__billing-mode{display:flex;flex-direction:column;gap:4px;min-width:140px}.app-shell--console .mp-row__billing-mode .semi-select{height:36px!important}.app-shell--console .mp-field{display:flex;flex-direction:column;gap:4px;min-width:0}.app-shell--console .mp-field--compact{gap:4px}.mp-field__label{display:flex;align-items:baseline;gap:6px;line-height:1.2}.mp-field__label .semi-typography-tertiary{font-size:12px!important;font-weight:700!important;color:var(--console-text-soft)!important}.mp-field__label .semi-typography-quaternary{font-size:11px!important;color:var(--console-text-muted)!important}@media (max-width: 1180px){.app-shell--console .mp-row__main,.app-shell--console .mp-row--image .mp-row__main{grid-template-columns:1fr 1fr}.app-shell--console .mp-row__model{grid-column:1 / -1}.app-shell--console .mp-row__cache-detail{grid-template-columns:1fr 1fr}}@media (max-width: 720px){.app-shell--console .mp-page__head{flex-direction:column;align-items:stretch}.app-shell--console .mp-row__main,.app-shell--console .mp-row--image .mp-row__main,.app-shell--console .mp-row__cache-detail{grid-template-columns:1fr}}:root{--bg: #000000;--text: #ffffff;--text-muted: rgba(255, 255, 255, .65);--text-faint: rgba(255, 255, 255, .45);--accent: #4F4BCC;--accent-cyan: #8A86E8;--tag-bg: rgba(255, 255, 255, .06);--tag-border: rgba(255, 255, 255, .08)}.app-shell--console .page-container{width:100%;max-width:none;margin:0;padding:0;text-align:left}.app-shell--console .page-header{position:relative;top:auto;z-index:1;display:flex;align-items:flex-start;justify-content:space-between;min-height:48px;padding:0 0 18px;margin:0;background:transparent!important;text-align:left}.app-shell--console .page-header .semi-typography{margin:0!important;color:#0d1b2f!important;font-size:30px!important;font-weight:900!important;line-height:1.22!important;letter-spacing:0;text-align:left}.app-shell--console .page-header .semi-typography+.semi-typography{display:block;margin-top:6px!important;color:#66758c!important;font-size:14px!important;font-weight:600!important;line-height:1.55!important}.app-shell--console .package-pricing-tabs{display:flex;width:100%}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.ui-change-page .nav{position:sticky!important;top:0!important;left:auto!important;right:auto!important;width:100%!important}.ui-change-home .nav{position:fixed!important;left:0!important;right:0!important;width:100vw!important}.ui-change-home .title-main{color:#fff!important}.ui-change-home .tag{padding:9px 18px;background:#ffffff0f!important;border:1px solid rgba(255,255,255,.08)!important;border-radius:999px;font-size:14px;color:#fff!important;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:inline-flex;align-items:center;gap:8px}.ui-change-home .btn{padding:14px 40px;border-radius:999px;font-size:15px;font-weight:500;cursor:pointer;transition:all .25s ease;border:none;font-family:inherit;text-decoration:none;display:inline-flex;align-items:center;justify-content:center}.ui-change-home .btn-primary{background:#4f4bcc!important;color:#fff!important;box-shadow:0 4px 24px #4f4bcc66!important}.ui-change-home .btn-secondary{background:transparent!important;color:#fff!important;border:1px solid rgba(255,255,255,.3)!important}.ui-change-home .dot{width:48px;height:3px;background:#ffffff2e!important;border-radius:2px}.ui-change-home .dot.active{background:#ffffffd9!important}.ui-change-footer .logo,.ui-change-footer button,.ui-change-login button{font:inherit}.ui-change-footer__logo{border:0;background:transparent;color:var(--text);padding:0;cursor:pointer}.ui-change-footer .footer-col button{border:0;background:transparent;color:var(--text-muted);padding:0;text-align:left;cursor:pointer;transition:color .2s}.ui-change-footer .footer-col button:hover{color:var(--text)}.ui-change-footer .newsletter-input button{border:0}.ui-change-login .forgot,.ui-change-login .signup-row button{border:0;background:transparent;color:var(--accent-cyan);cursor:pointer;font:inherit}.ui-change-login .forgot{font-size:14px;font-weight:500}.ui-change-login .forgot:hover,.ui-change-login .signup-row button:hover{text-decoration:underline}.ui-change-login .signup-row button{margin-left:6px;font-weight:500}.ui-change-login .submit-btn:disabled{cursor:wait;opacity:.72}.ui-change-login .nav{background:#00000080!important;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid rgba(255,255,255,.04)}html,body{background:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,PingFang SC,Microsoft YaHei,Helvetica Neue,Arial,sans-serif;overflow-x:hidden;min-height:100vh}.nav{position:fixed;top:0;left:0;right:0;z-index:100;display:flex;align-items:center;justify-content:space-between;padding:18px 48px;background:#00000040;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.logo{display:flex;align-items:center;gap:10px;font-size:16px}.logo-mark{width:28px;height:28px;display:flex;align-items:center;justify-content:center}.logo-text{font-weight:600;letter-spacing:.3px}.logo-sub{color:var(--text-muted);font-size:14px;margin-left:4px}.nav-menu{display:flex;align-items:center;gap:36px;margin-left:80px}.nav-item{color:var(--text-muted);font-size:14px;cursor:pointer;transition:color .2s ease;display:flex;align-items:center;gap:6px;text-decoration:none}.nav-icon{width:16px;height:16px;flex-shrink:0;opacity:.85}.nav-item:hover .nav-icon,.nav-item.active .nav-icon{opacity:1}.nav-item .arrow{display:inline-block;width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent;border-top:4px solid currentColor;margin-left:2px;transform:translateY(1px)}.login-btn{padding:7px 18px;border:1px solid rgba(255,255,255,.4);border-radius:999px;color:var(--text);background:transparent;font-size:13px;cursor:pointer;transition:all .2s ease}.login-btn:hover{background:#ffffff14;border-color:var(--text)}.hero{position:relative;height:100vh;min-height:720px;display:flex;align-items:center;padding:0 96px;overflow:hidden}.hero-content{position:relative;z-index:5;max-width:720px}.title-step-plan{font-size:64px;font-weight:700;line-height:1;background:linear-gradient(95deg,#8a86e8,#4f4bcc 60%,#4f4bcc);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;letter-spacing:-1px;margin-bottom:18px;animation:fadeUp .8s .1s both}.title-main{font-size:56px;font-weight:700;color:var(--text);line-height:1.18;letter-spacing:-.5px;margin-bottom:36px;animation:fadeUp .8s .25s both}.tags{display:flex;gap:12px;margin-bottom:56px;flex-wrap:wrap;animation:fadeUp .8s .4s both}.tag{padding:9px 18px;background:var(--tag-bg);border:1px solid var(--tag-border);border-radius:999px;font-size:14px;color:var(--text);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:inline-flex;align-items:center;gap:8px}.tag-dot{width:8px;height:8px;border-radius:50%;display:inline-block;box-shadow:0 0 8px currentColor}.cta-group{display:flex;gap:16px;margin-bottom:80px;animation:fadeUp .8s .55s both}.btn{padding:14px 40px;border-radius:999px;font-size:15px;font-weight:500;cursor:pointer;transition:all .25s ease;border:none;font-family:inherit;text-decoration:none;display:inline-flex;align-items:center;justify-content:center}.btn-primary{background:var(--accent);color:#fff;box-shadow:0 4px 24px #4f4bcc66}.btn-primary:hover{background:#3f3ab0;transform:translateY(-1px);box-shadow:0 6px 28px #4f4bcc8c}.btn-secondary{background:transparent;color:var(--text);border:1px solid rgba(255,255,255,.3)}.btn-secondary:hover{background:#ffffff0d;border-color:#fff9}.dots{display:flex;gap:8px;animation:fadeUp .8s .7s both}.dot{width:48px;height:3px;background:#ffffff2e;border-radius:2px;cursor:pointer;transition:background .3s ease}.dot.active{background:#ffffffd9}.sphere-container{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:1}#sphereCanvas{width:100%;height:100%;display:block}.orbit-icons{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:3}.orbit-anchor{position:absolute;top:38%;left:78%;width:0;height:0}.orbit-icon{position:absolute;width:56px;height:56px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#1414238c;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.12);box-shadow:0 8px 32px #0006,inset 0 1px #ffffff1a;transform:translate(-50%,-50%);opacity:0;animation:iconFadeIn .8s ease-out forwards}.orbit-icon svg{width:30px;height:30px}.orbit-icon .label{position:absolute;bottom:-22px;left:50%;transform:translate(-50%);font-size:11px;color:#fff9;letter-spacing:.3px;white-space:nowrap}.orbit-icon.claude{top:-170px;left:-110px;animation:iconFadeIn .8s .9s both,float1 6s .9s ease-in-out infinite}.orbit-icon.codex{top:-80px;left:200px;animation:iconFadeIn .8s 1.05s both,float2 7s 1.05s ease-in-out infinite}.orbit-icon.gemini{top:160px;left:180px;animation:iconFadeIn .8s 1.2s both,float3 8s 1.2s ease-in-out infinite}.orbit-icon.gptimg{top:240px;left:50px;animation:iconFadeIn .8s 1.35s both,float4 6.5s 1.35s ease-in-out infinite}@keyframes iconFadeIn{0%{opacity:0;transform:translate(-50%,-50%) scale(.7)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}@keyframes float1{0%,to{transform:translate(-50%,-50%) translateY(0)}50%{transform:translate(-50%,-50%) translateY(-12px)}}@keyframes float2{0%,to{transform:translate(-50%,-50%) translate(0)}50%{transform:translate(-50%,-50%) translate(8px,-10px)}}@keyframes float3{0%,to{transform:translate(-50%,-50%) translateY(0)}50%{transform:translate(-50%,-50%) translateY(10px)}}@keyframes float4{0%,to{transform:translate(-50%,-50%) translate(0)}50%{transform:translate(-50%,-50%) translate(-8px,8px)}}.side-icons{position:fixed;right:16px;top:50%;transform:translateY(-50%);display:flex;flex-direction:column;gap:10px;z-index:10}.side-icon{width:36px;height:36px;border-radius:50%;background:#ffffff0f;border:1px solid rgba(255,255,255,.08);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;color:#ffc8c8b3}.side-icon:hover{background:#ffffff1f;transform:scale(1.05)}.scroll-indicator{position:absolute;bottom:36px;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:8px;color:var(--text-faint);font-size:12px;animation:fadeUp .8s .9s both;z-index:5}.mouse{width:18px;height:28px;border:1.5px solid var(--text-faint);border-radius:10px;position:relative}.mouse:before{content:"";position:absolute;top:5px;left:50%;transform:translate(-50%);width:2px;height:6px;background:var(--text-faint);border-radius:1px;animation:scrollDot 1.8s infinite ease-in-out}@keyframes scrollDot{0%,to{transform:translate(-50%);opacity:1}50%{transform:translate(-50%,8px);opacity:.3}}@keyframes fadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 1100px){.hero{padding:0 48px}.title-step-plan{font-size:48px}.title-main{font-size:38px}}@media (max-width: 768px){.nav{padding:14px 20px}.nav-menu{display:none}.hero{padding:100px 24px 80px;height:auto;min-height:100vh}.title-step-plan{font-size:36px}.title-main{font-size:28px}.tags{gap:8px;margin-bottom:36px}.tag{padding:7px 14px;font-size:12px}.cta-group{margin-bottom:48px}.btn{padding:12px 28px;font-size:14px}}.section{position:relative;padding:140px 96px;max-width:1440px;margin:0 auto}.section-eyebrow{display:inline-flex;align-items:center;gap:8px;font-size:13px;color:var(--accent-cyan);letter-spacing:2px;text-transform:uppercase;margin-bottom:20px;font-weight:500}.section-title{font-size:48px;font-weight:700;line-height:1.15;letter-spacing:-1px;margin-bottom:20px;max-width:800px}.section-title .grad{background:linear-gradient(95deg,#8a86e8,#4f4bcc 60%,#9b72ff);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.section-sub{font-size:17px;color:var(--text-muted);line-height:1.7;max-width:700px;margin-bottom:64px}.advantages-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.adv-card{position:relative;padding:36px 28px;background:linear-gradient(180deg,#ffffff0a,#ffffff03);border:1px solid rgba(255,255,255,.08);border-radius:18px;overflow:hidden;transition:all .4s cubic-bezier(.2,.8,.2,1)}.adv-card:hover{transform:translateY(-4px);border-color:#8a86e84d;background:linear-gradient(180deg,#8a86e80f,#9b72ff05)}.adv-card:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(138,134,232,.5),transparent);opacity:0;transition:opacity .4s}.adv-card:hover:before{opacity:1}.adv-icon{width:48px;height:48px;border-radius:12px;background:linear-gradient(135deg,#8a86e826,#4f4bcc0d);border:1px solid rgba(138,134,232,.2);display:flex;align-items:center;justify-content:center;color:var(--accent-cyan);margin-bottom:24px}.adv-title{font-size:18px;font-weight:600;margin-bottom:10px;color:var(--text)}.adv-desc{font-size:14px;color:var(--text-muted);line-height:1.65}.install-wrap{display:grid;grid-template-columns:380px 1fr;gap:64px;align-items:start}.install-left .section-eyebrow{margin-bottom:24px}.install-left h2{font-size:44px;font-weight:700;line-height:1.15;letter-spacing:-.5px;margin-bottom:20px}.install-left h2 .grad{background:linear-gradient(95deg,#8a86e8,#4f4bcc);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.install-left p{color:var(--text-muted);line-height:1.7;font-size:15px}.terminal{background:#0a0c18d9;border:1px solid rgba(255,255,255,.08);border-radius:14px;overflow:hidden;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-shadow:0 24px 60px #0009}.terminal-tabs{display:flex;background:#ffffff05;border-bottom:1px solid rgba(255,255,255,.06);padding:0 8px;gap:4px}.tab-btn{background:transparent;border:0;padding:14px 18px;color:var(--text-faint);font-family:inherit;font-size:13px;cursor:pointer;display:flex;align-items:center;gap:8px;border-bottom:2px solid transparent;transition:all .2s;position:relative;top:1px}.tab-btn:hover{color:var(--text-muted)}.tab-btn.active{color:var(--text);border-bottom-color:var(--accent-cyan)}.tab-btn svg{width:14px;height:14px}.terminal-body{position:relative;padding:24px 104px 22px 28px;font-family:SF Mono,Monaco,Cascadia Code,Roboto Mono,Consolas,monospace;font-size:14px;line-height:1.7;color:var(--text);min-height:100px}.terminal-line{display:flex;align-items:flex-start;gap:16px}.line-no{color:var(--text-faint);-webkit-user-select:none;user-select:none;min-width:14px;flex-shrink:0}.prompt{color:#8a86e8b8;flex-shrink:0}.cmd{color:#d8e0f0;word-break:break-word;overflow-wrap:anywhere;min-width:0}.terminal-note{margin-top:16px;padding-top:14px;border-top:1px solid rgba(255,255,255,.06);color:#d8e0f08c;font-family:-apple-system,BlinkMacSystemFont,PingFang SC,Microsoft YaHei,sans-serif;font-size:12px;line-height:1.7}.copy-btn{position:absolute;top:16px;right:16px;background:#ffffff0f;border:1px solid rgba(255,255,255,.08);color:var(--text-muted);padding:6px 12px;border-radius:8px;font-family:inherit;font-size:12px;cursor:pointer;display:flex;align-items:center;gap:6px;transition:all .2s}.copy-btn:hover{background:#8a86e81f;border-color:#8a86e84d;color:var(--accent-cyan)}.copy-btn.copied{background:#2ed5731f;border-color:#2ed5734d;color:#2ed573}.copy-btn svg{width:12px;height:12px}.install-hint{margin-top:18px;color:var(--text-faint);font-size:13px;display:flex;align-items:center;gap:8px}.install-hint svg{width:14px;height:14px}.cases-header{text-align:center;margin-bottom:72px}.cases-header .section-eyebrow{margin-bottom:20px}.cases-header .section-eyebrow:before{display:none}.cases-header .section-eyebrow{padding-left:0}.cases-header .section-title{margin:0 auto 20px;text-align:center}.cases-header .section-sub{margin:0 auto;text-align:center}.cases-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.case-card{padding:32px 24px;background:linear-gradient(180deg,#ffffff08,#ffffff01);border:1px solid rgba(255,255,255,.06);border-radius:16px;transition:all .35s cubic-bezier(.2,.8,.2,1);position:relative;overflow:hidden}.case-card:hover{transform:translateY(-3px);border-color:#9b72ff40;background:linear-gradient(180deg,#9b72ff0d,#8a86e805)}.case-icon{width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:20px;background:linear-gradient(135deg,#9b72ff26,#8a86e814);border:1px solid rgba(155,114,255,.2)}.case-icon svg{width:20px;height:20px}.case-title{font-size:16px;font-weight:600;margin-bottom:8px}.case-desc{font-size:13px;color:var(--text-muted);line-height:1.6}.footer{position:relative;border-top:1px solid rgba(255,255,255,.06);padding:80px 96px 40px;max-width:1440px;margin:0 auto}.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr 1.2fr;gap:60px;margin-bottom:60px}.footer-brand .logo{margin-bottom:16px}.footer-brand p{color:var(--text-muted);font-size:14px;line-height:1.7;margin-bottom:24px;max-width:280px}.social-row{display:flex;gap:10px}.social{width:36px;height:36px;border-radius:50%;background:#ffffff0a;border:1px solid rgba(255,255,255,.06);display:flex;align-items:center;justify-content:center;color:var(--text-muted);cursor:pointer;transition:all .2s}.social:hover{background:#8a86e81a;border-color:#8a86e84d;color:var(--accent-cyan);transform:translateY(-2px)}.social svg{width:16px;height:16px}.footer-col h4{font-size:13px;text-transform:uppercase;letter-spacing:1.5px;color:var(--text);margin-bottom:20px;font-weight:600}.footer-col ul{list-style:none;display:flex;flex-direction:column;gap:12px}.footer-col a{color:var(--text-muted);text-decoration:none;font-size:14px;transition:color .2s}.footer-col a:hover{color:var(--text)}.footer-newsletter h4{font-size:13px;text-transform:uppercase;letter-spacing:1.5px;margin-bottom:16px}.footer-newsletter p{color:var(--text-muted);font-size:13px;line-height:1.6;margin-bottom:16px}.newsletter-input{display:flex;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:999px;padding:4px;transition:border-color .2s}.newsletter-input:focus-within{border-color:#8a86e866}.newsletter-input input{flex:1;background:transparent;border:0;outline:0;padding:10px 16px;color:var(--text);font-family:inherit;font-size:13px}.newsletter-input input::placeholder{color:var(--text-faint)}.newsletter-input button{background:var(--accent-cyan);color:#001528;border:0;border-radius:999px;padding:8px 18px;font-family:inherit;font-size:13px;font-weight:600;cursor:pointer;transition:background .2s;white-space:nowrap;flex-shrink:0}.newsletter-input button:hover{background:#6fe1ff}.footer-bottom{padding-top:32px;border-top:1px solid rgba(255,255,255,.06);display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px;font-size:13px;color:var(--text-faint)}.footer-bottom .legal{display:flex;gap:24px;flex-wrap:wrap}.footer-bottom .legal a{color:var(--text-faint);text-decoration:none}.footer-bottom .legal a:hover{color:var(--text-muted)}@media (max-width: 1100px){.section{padding:100px 48px}.section-title{font-size:38px}.advantages-grid{grid-template-columns:repeat(2,1fr)}.install-wrap{grid-template-columns:1fr;gap:40px}.install-left h2{font-size:36px}.cases-grid{grid-template-columns:repeat(2,1fr)}.footer{padding:80px 48px 40px}.footer-grid{grid-template-columns:1fr 1fr;gap:40px}}@media (max-width: 640px){.section{padding:80px 24px}.section-title{font-size:30px}.install-left h2{font-size:28px}.advantages-grid{grid-template-columns:1fr;gap:14px}.cases-grid{grid-template-columns:1fr 1fr}.terminal-body{padding:18px 16px;font-size:12px}.footer{padding:60px 24px 30px}.footer-grid{grid-template-columns:1fr;gap:36px}.footer-bottom{flex-direction:column;align-items:flex-start}}:root{--bg: #000000;--text: #ffffff;--text-muted: rgba(255, 255, 255, .65);--text-faint: rgba(255, 255, 255, .45);--accent: #4F4BCC;--accent-cyan: #8A86E8;--required: #ff4d6d;--card-bg: rgba(255, 255, 255, .025);--card-border: rgba(255, 255, 255, .08);--input-bg: rgba(255, 255, 255, .04);--input-border: rgba(255, 255, 255, .1);--input-border-focus: #8A86E8}body{background:var(--bg)}.login-shell{position:relative;z-index:5;min-height:calc(100vh - 73px);display:flex;align-items:center;justify-content:center;padding:56px 32px}.form-side{width:100%;max-width:460px;justify-self:center}.login-eyebrow{display:inline-flex;align-items:center;gap:8px;padding:6px 14px;border:1px solid rgba(138,134,232,.25);background:#8a86e80f;border-radius:999px;color:var(--accent-cyan);font-size:12px;letter-spacing:.4px;margin-bottom:22px}.login-eyebrow .pulse{width:6px;height:6px;border-radius:50%;background:var(--accent-cyan);box-shadow:0 0 8px currentColor}.form-side h1{font-size:44px;font-weight:700;line-height:1.15;letter-spacing:-.5px;margin-bottom:14px;color:var(--text)}.form-side .lead{color:var(--text-muted);font-size:15px;margin-bottom:36px}.form-group{margin-bottom:20px}.form-label{display:block;font-size:13px;font-weight:600;color:var(--text);margin-bottom:10px;letter-spacing:.3px}.form-label .req{color:var(--required);margin-left:4px}.input-wrap{position:relative;display:flex;align-items:center;background:var(--input-bg);border:1px solid var(--input-border);border-radius:12px;transition:all .2s}.input-wrap:hover{border-color:#ffffff2e}.input-wrap:focus-within{border-color:var(--input-border-focus);background:#8a86e80a;box-shadow:0 0 0 3px #8a86e81f}.leading-icon,.trailing-icon{position:absolute;top:50%;transform:translateY(-50%);z-index:2;width:22px;height:22px;color:#8a86e8db;pointer-events:none}.leading-icon{left:18px}.trailing-icon{right:14px;cursor:pointer;pointer-events:auto;z-index:3;width:32px;height:32px;background:transparent;border:0;padding:6px;display:flex;align-items:center;justify-content:center;color:#8a86e8bd}.trailing-icon svg{width:18px;height:18px}.trailing-icon:hover{color:var(--text)}.form-input{position:relative;z-index:1;width:100%;border:0;background:transparent;outline:none;font-family:inherit;font-size:14.5px;color:var(--text);padding:15px 16px 15px 56px;border-radius:12px;letter-spacing:.3px}.form-input.with-trailing{padding-right:56px}.form-input::placeholder{color:var(--text-faint)}.form-input:-webkit-autofill,.form-input:-webkit-autofill:hover,.form-input:-webkit-autofill:focus{-webkit-text-fill-color:var(--text);box-shadow:0 0 0 1000px #8a86e80f inset;caret-color:var(--text);transition:background-color 9999s ease-in-out 0s}.form-row{display:flex;align-items:center;justify-content:space-between;margin:6px 0 28px}.remember{display:flex;align-items:center;gap:10px;font-size:14px;color:var(--text-muted);cursor:pointer;-webkit-user-select:none;user-select:none}.remember input{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:16px;height:16px;border:1.5px solid rgba(255,255,255,.3);border-radius:4px;cursor:pointer;position:relative;transition:all .15s}.remember input:checked{border-color:var(--accent-cyan);background:var(--accent-cyan)}.remember input:checked:after{content:"";position:absolute;left:4px;top:0;width:5px;height:9px;border:solid #0a0f1d;border-width:0 2px 2px 0;transform:rotate(45deg)}.forgot{color:var(--accent-cyan);font-size:14px;text-decoration:none;font-weight:500}.forgot:hover{text-decoration:underline}.submit-btn{width:100%;padding:16px 20px;background:var(--accent);color:#fff;border:0;border-radius:12px;font-family:inherit;font-size:15px;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:10px;letter-spacing:.3px;transition:background .18s,transform .1s}.submit-btn:hover{background:#3f3ab0}.submit-btn:active{transform:translateY(1px)}.submit-btn svg{width:18px;height:18px}.signup-row{text-align:center;margin-top:26px;font-size:14px;color:var(--text-faint)}.signup-row a{color:var(--accent-cyan);text-decoration:none;font-weight:500;margin-left:6px}.signup-row a:hover{text-decoration:underline}@keyframes fadeUp{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}.form-side>*{animation:fadeUp .7s both}.form-side>*:nth-child(1){animation-delay:.05s}.form-side>*:nth-child(2){animation-delay:.15s}.form-side>*:nth-child(3){animation-delay:.25s}.form-side>*:nth-child(n+4){animation-delay:.35s}:root{--bg: #000000;--text: #ffffff;--text-muted: rgba(255, 255, 255, .62);--text-faint: rgba(255, 255, 255, .42);--accent: #4F4BCC;--accent-cyan: #8A86E8;--card-bg: rgba(255, 255, 255, .025);--card-border: rgba(255, 255, 255, .08);--hover-border: rgba(255, 255, 255, .16);--featured-border: rgba(124, 240, 255, .35);--green: #2ed573}body{background:radial-gradient(ellipse 70% 50% at 50% -10%,rgba(80,50,200,.18),transparent 70%),radial-gradient(ellipse 40% 30% at 90% 100%,rgba(40,80,200,.1),transparent 70%),var(--bg)}.page-wrap{position:relative;z-index:5;max-width:1280px;margin:0 auto;padding:88px 48px 120px}.page-header{text-align:center;margin-bottom:56px}.page-sub{color:var(--text-muted);font-size:17px;line-height:1.65;max-width:620px;margin:0 auto}.trust-row{display:flex;justify-content:center;gap:32px;margin-top:28px;flex-wrap:wrap;color:var(--text-faint);font-size:13px}.trust-item{display:flex;align-items:center;gap:6px}.trust-item svg{width:14px;height:14px;color:var(--green);flex-shrink:0}.plans{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:80px}.plan{position:relative;padding:36px 32px 32px;background:var(--card-bg);border:1px solid var(--card-border);border-radius:20px;transition:all .35s cubic-bezier(.2,.8,.2,1);display:flex;flex-direction:column}.plan:hover{border-color:var(--hover-border);background:#ffffff09;transform:translateY(-4px)}.plan.featured{border-color:var(--featured-border);background:linear-gradient(180deg,#8a86e80a,#8a86e800)}.plan.featured:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(138,134,232,.6),transparent)}.plan-badge{position:absolute;top:-12px;left:50%;transform:translate(-50%);padding:5px 14px;background:linear-gradient(135deg,#8a86e8,#4f4bcc);color:#001428;font-size:11px;font-weight:700;letter-spacing:1.2px;border-radius:999px;text-transform:uppercase;box-shadow:0 4px 16px #8a86e84d}.plan-name{font-size:13px;color:var(--text-muted);letter-spacing:.5px;margin-bottom:4px;text-transform:uppercase}.plan-title{font-size:22px;font-weight:700;letter-spacing:-.3px;margin-bottom:6px}.plan-tagline{font-size:14px;color:var(--text-muted);margin-bottom:28px;line-height:1.5;min-height:42px}.plan-price-row{display:flex;align-items:baseline;gap:4px;margin-bottom:6px}.plan-currency{font-size:20px;color:var(--text);font-weight:600}.plan-price{font-size:48px;font-weight:700;letter-spacing:-1.5px;color:var(--text);line-height:1}.plan-period{font-size:15px;color:var(--text-muted);margin-left:4px}.plan-yearly-hint{font-size:12px;color:var(--text-faint);margin-bottom:24px;min-height:18px}.plan-yearly-hint .save{color:var(--green);font-weight:600}.plan-cta{display:block;width:100%;padding:13px 20px;border-radius:10px;font-size:14px;font-weight:600;text-align:center;cursor:pointer;transition:all .2s;font-family:inherit;text-decoration:none;margin-bottom:32px;border:1px solid transparent}.plan-cta.primary{background:#fff;color:#000}.plan-cta.primary:hover{background:#ffffffe6;transform:translateY(-1px);box-shadow:0 8px 24px #ffffff26}.plan-cta.secondary{background:transparent;color:var(--text);border-color:#ffffff2e}.plan-cta.secondary:hover{border-color:#fff6;background:#ffffff0a}.plan-specs{display:grid;grid-template-columns:1fr 1fr;gap:1px;background:#ffffff0f;border:1px solid rgba(255,255,255,.06);border-radius:12px;overflow:hidden;margin-bottom:28px}.spec{padding:14px 12px;background:#ffffff05;text-align:center}.spec-label{font-size:11px;color:var(--text-faint);text-transform:uppercase;letter-spacing:.8px;margin-bottom:4px}.spec-value{font-size:16px;font-weight:600;color:var(--text)}.spec-value .unit{font-size:12px;color:var(--text-muted);font-weight:400}.feature-heading{font-size:11px;color:var(--text-faint);text-transform:uppercase;letter-spacing:1.2px;margin-bottom:14px}.feature-list{list-style:none;flex:1}.feature{display:flex;align-items:flex-start;gap:10px;padding:8px 0;font-size:14px;color:#ffffffd1;line-height:1.5}.feature-check{flex-shrink:0;width:18px;height:18px;border-radius:50%;background:#2ed5731f;color:var(--green);display:flex;align-items:center;justify-content:center;margin-top:1px}.feature-check svg{width:10px;height:10px}.plan-redeem{margin-top:20px;padding-top:20px;border-top:1px dashed rgba(255,255,255,.08);text-align:center;font-size:13px;color:var(--text-muted)}.plan-redeem a{color:var(--accent-cyan);text-decoration:none;font-weight:500}.plan-redeem a:hover{text-decoration:underline}.compare-section{margin:80px 0}.section-eyebrow{display:inline-flex;align-items:center;gap:8px;font-size:12px;color:var(--accent-cyan);letter-spacing:2px;text-transform:uppercase;margin-bottom:14px}.section-eyebrow:before{content:"";width:24px;height:1px;background:var(--accent-cyan)}.section-title{font-size:36px;font-weight:700;letter-spacing:-.8px;margin-bottom:12px}.section-sub{color:var(--text-muted);font-size:15px;line-height:1.65;margin-bottom:36px;max-width:640px}.compare-table{width:100%;border-collapse:separate;border-spacing:0;background:var(--card-bg);border:1px solid var(--card-border);border-radius:16px;overflow:hidden}.compare-table th,.compare-table td{padding:16px 20px;text-align:left;font-size:14px;border-bottom:1px solid rgba(255,255,255,.05)}.compare-table th{background:#ffffff05;font-weight:600;color:var(--text);font-size:13px;letter-spacing:.3px}.compare-table th:first-child{color:var(--text-muted);font-weight:500;text-transform:uppercase;font-size:11px;letter-spacing:1px}.compare-table tr:last-child td{border-bottom:0}.compare-table td:first-child{color:var(--text-muted);font-weight:500}.compare-table td.center,.compare-table th.center{text-align:center}.compare-table .check{color:var(--green)}.compare-table .dash{color:var(--text-faint)}.faq-section{margin:80px 0 60px}.faq-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.faq-item{background:var(--card-bg);border:1px solid var(--card-border);border-radius:14px;overflow:hidden;transition:border-color .2s}.faq-item:hover{border-color:var(--hover-border)}.faq-q{width:100%;padding:20px 24px;background:transparent;border:0;color:var(--text);font-family:inherit;font-size:15px;font-weight:600;text-align:left;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:16px}.faq-q .ico{width:24px;height:24px;border-radius:50%;background:#8a86e81a;display:flex;align-items:center;justify-content:center;color:var(--accent-cyan);flex-shrink:0;transition:transform .3s}.faq-item.open .faq-q .ico{transform:rotate(45deg)}.faq-q .ico svg{width:12px;height:12px}.faq-a{max-height:0;overflow:hidden;transition:max-height .35s ease,padding .35s ease;padding:0 24px;color:var(--text-muted);font-size:14px;line-height:1.7}.faq-item.open .faq-a{max-height:320px;padding:0 24px 22px}.enterprise{position:relative;margin-top:80px;padding:48px 56px;background:linear-gradient(135deg,#9b72ff14,#8a86e80a);border:1px solid rgba(155,114,255,.18);border-radius:24px;overflow:hidden;display:grid;grid-template-columns:1fr auto;gap:32px;align-items:center}.enterprise:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 100% 50%,rgba(155,114,255,.1),transparent 60%);pointer-events:none}.enterprise-content{position:relative;z-index:1}.enterprise h3{font-size:26px;font-weight:700;margin-bottom:10px;letter-spacing:-.3px}.enterprise p{color:var(--text-muted);font-size:15px;line-height:1.6;max-width:520px}.enterprise-actions{position:relative;z-index:1;display:flex;gap:12px;flex-shrink:0}.ent-btn{padding:13px 28px;border-radius:10px;font-size:14px;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex;align-items:center;gap:8px;font-family:inherit;cursor:pointer;border:1px solid transparent}.ent-btn.primary{background:#fff;color:#000}.ent-btn.primary:hover{transform:translateY(-1px);box-shadow:0 8px 24px #ffffff1f}.ent-btn.secondary{background:transparent;color:var(--text);border-color:#fff3}.ent-btn.secondary:hover{background:#ffffff0d}@media (max-width: 1000px){.plans{grid-template-columns:1fr;max-width:480px;margin-left:auto;margin-right:auto}.plan.featured{transform:none}.faq-grid{grid-template-columns:1fr}.compare-table{font-size:12px}.compare-table th,.compare-table td{padding:12px 14px}.enterprise{grid-template-columns:1fr;padding:32px 28px}}@media (max-width: 640px){.nav{padding:14px 20px}.nav-menu{display:none}.page-wrap{padding:48px 20px 80px}.page-title{font-size:36px}.page-sub{font-size:15px}.trust-row{gap:16px;font-size:12px}.plan{padding:28px 22px 24px}.plan-price{font-size:40px}.section-title{font-size:26px}.compare-table{display:block;overflow-x:auto}.enterprise{padding:28px 20px}.enterprise h3{font-size:22px}.enterprise-actions{flex-direction:column;width:100%}.ent-btn{justify-content:center}}:root{--bg: #000000;--text: #ffffff;--text-muted: rgba(255, 255, 255, .65);--text-faint: rgba(255, 255, 255, .42);--accent: #4F4BCC;--accent-cyan: #8A86E8;--card-bg: rgba(255, 255, 255, .025);--card-border: rgba(255, 255, 255, .08);--hover-border: rgba(138, 134, 232, .3);--green: #2ed573;--orange: #ffaa50;--purple: #9b72ff}html,body{background:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,PingFang SC,Microsoft YaHei,Helvetica Neue,Arial,sans-serif;min-height:100vh;overflow-x:hidden;-webkit-font-smoothing:antialiased;scroll-behavior:smooth}body{background:radial-gradient(ellipse 60% 50% at 80% 0%,rgba(80,50,200,.18),transparent 70%),radial-gradient(ellipse 40% 30% at 10% 100%,rgba(40,80,200,.12),transparent 70%),var(--bg)}.nav{position:sticky;top:0;z-index:50;display:flex;align-items:center;justify-content:space-between;padding:18px 48px;background:#00000080;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid rgba(255,255,255,.04)}.hero{position:relative;z-index:5;text-align:center;padding:80px 48px 56px;max-width:900px;margin:0 auto}.eyebrow{display:inline-flex;align-items:center;gap:8px;font-size:12px;color:var(--accent-cyan);letter-spacing:2.5px;text-transform:uppercase;margin-bottom:20px;padding:6px 14px;background:#8a86e80f;border:1px solid rgba(138,134,232,.18);border-radius:999px}.hero h1{font-size:56px;font-weight:700;letter-spacing:-1.5px;line-height:1.1;margin-bottom:18px}.hero h1 .grad{background:linear-gradient(95deg,#8a86e8,#4f4bcc);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.hero p{color:var(--text-muted);font-size:17px;line-height:1.65;max-width:640px;margin:0 auto 28px}.hero-pills{display:flex;justify-content:center;gap:12px;flex-wrap:wrap}.hero-pill{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:999px;font-size:13px;color:var(--text-muted)}.hero-pill svg{width:14px;height:14px;color:var(--green)}.hero-pill strong{color:var(--text);font-weight:500}.stepper{max-width:1080px;margin:0 auto 64px;padding:0 48px;display:flex;justify-content:space-between;align-items:flex-start;gap:8px;position:relative}.stepper:before{content:"";position:absolute;top:18px;left:12%;right:12%;height:1px;background:linear-gradient(90deg,#8a86e84d,#8a86e826 60%,#ffffff0f);z-index:0}.step-pill{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;gap:8px;text-decoration:none;cursor:pointer;flex:1;min-width:0}.step-pill-dot{width:36px;height:36px;border-radius:50%;background:#141928;border:1px solid rgba(138,134,232,.3);color:var(--accent-cyan);display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:600;transition:all .2s}.step-pill:hover .step-pill-dot{border-color:#8a86e899;background:#8a86e814}.step-pill-label{font-size:12px;color:var(--text-muted);text-align:center;line-height:1.4;max-width:140px}.step-pill:hover .step-pill-label{color:var(--text)}.step-pill.done .step-pill-dot{background:var(--green);border-color:var(--green);color:#001a0e}.layout{position:relative;z-index:5;max-width:1240px;margin:0 auto;padding:0 48px 100px;display:grid;grid-template-columns:220px 1fr;gap:60px;align-items:start}.toc{position:sticky;top:100px;align-self:start}.toc-title{font-size:11px;color:var(--text-faint);letter-spacing:1.5px;text-transform:uppercase;margin-bottom:16px;padding:0 14px}.toc-item{display:flex;align-items:center;gap:10px;padding:10px 14px;color:var(--text-muted);text-decoration:none;font-size:13px;border-radius:8px;transition:all .2s;border-left:2px solid transparent;margin-left:-2px}.toc-item:hover{color:var(--text);background:#ffffff08}.toc-item.active{color:var(--accent-cyan);border-left-color:var(--accent-cyan);background:#8a86e80a}.toc-num{width:22px;height:22px;border-radius:50%;background:#ffffff0f;color:var(--text-faint);display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:600;flex-shrink:0}.toc-item.active .toc-num{background:var(--accent-cyan);color:#001a28}.content{min-width:0}.step-block{margin-bottom:80px;scroll-margin-top:80px}.step-header{display:flex;align-items:flex-start;gap:20px;margin-bottom:28px}.step-num{width:48px;height:48px;border-radius:14px;background:linear-gradient(135deg,#8a86e82e,#4f4bcc14);border:1px solid rgba(138,134,232,.25);color:var(--accent-cyan);display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:700;flex-shrink:0}.step-titles{padding-top:4px}.step-titles h2{font-size:28px;font-weight:700;letter-spacing:-.4px;margin-bottom:6px;line-height:1.2}.step-titles p{color:var(--text-muted);font-size:15px;line-height:1.6}.sub-card{background:var(--card-bg);border:1px solid var(--card-border);border-radius:16px;padding:28px;margin-bottom:16px;transition:border-color .2s}.sub-card:hover{border-color:#ffffff1f}.sub-title{display:flex;align-items:center;gap:10px;font-size:16px;font-weight:600;margin-bottom:14px}.sub-title .marker{width:22px;height:22px;border-radius:50%;background:#8a86e81a;color:var(--accent-cyan);display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;flex-shrink:0}.sub-desc{color:var(--text-muted);font-size:14px;line-height:1.7;margin-bottom:16px}.sub-desc:last-child{margin-bottom:0}.sub-desc strong{color:var(--text);font-weight:500}.sub-desc code,.inline-code{background:#8a86e814;color:var(--accent-cyan);padding:2px 8px;border-radius:4px;font-family:SF Mono,Monaco,Consolas,monospace;font-size:13px}.terminal{background:#080a14d9;border:1px solid rgba(255,255,255,.08);border-radius:12px;overflow:hidden;margin:16px 0}.terminal-tabs{display:flex;background:#ffffff05;border-bottom:1px solid rgba(255,255,255,.06);padding:0 8px;gap:2px}.term-tab{background:transparent;border:0;padding:12px 16px;color:var(--text-faint);font-family:inherit;font-size:12px;cursor:pointer;display:flex;align-items:center;gap:8px;border-bottom:2px solid transparent;position:relative;top:1px;transition:color .2s}.term-tab:hover{color:var(--text-muted)}.term-tab.active{color:var(--text);border-bottom-color:var(--accent-cyan)}.term-tab svg{width:13px;height:13px}.cli-switcher{display:flex;gap:8px;margin:16px 0 10px}.cli-tab{flex:1;display:flex;align-items:center;justify-content:center;gap:8px;padding:12px 16px;background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:10px;color:var(--text-muted);font-family:inherit;font-size:13px;cursor:pointer;transition:all .2s}.cli-tab:hover{color:var(--text);border-color:#ffffff29}.cli-tab.active{color:var(--text);background:#8a86e814;border-color:var(--accent-cyan)}.cli-tab svg{width:15px;height:15px}.term-body{position:relative;padding:18px 94px 18px 22px;font-family:SF Mono,Monaco,Cascadia Code,Consolas,monospace;font-size:13.5px;line-height:1.7;color:var(--text);overflow-x:auto}.term-body.compact{padding:14px 18px;font-size:12.5px}.term-line{display:flex;align-items:flex-start;gap:14px;white-space:normal}.term-line+.term-line{margin-top:4px}.term-line .lno{color:#ffffff2e;-webkit-user-select:none;user-select:none;min-width:14px;text-align:right;flex-shrink:0}.term-line .prompt{color:var(--green);-webkit-user-select:none;user-select:none;flex-shrink:0}.term-line .cmd{color:#d8e0f0;white-space:pre-wrap;word-break:break-word;overflow-wrap:anywhere;min-width:0}.cmd .kw{color:#ff9b6e}.cmd .url{color:#8a86e8}.cmd .pipe{color:#7c93b8;padding:0 4px}.cmd .str{color:#9ed87b}.cmd .arg{color:#ffcb6b}.cmd .comment{color:#ffffff4d;font-style:italic}.ui-change-quickstart .terminal-note{margin-top:14px;padding-top:12px;border-top:1px solid rgba(255,255,255,.06);color:#d8e0f085;font-family:-apple-system,BlinkMacSystemFont,PingFang SC,Microsoft YaHei,sans-serif;font-size:12px;line-height:1.7}.copy-btn{position:absolute;top:12px;right:12px;background:#ffffff0f;border:1px solid rgba(255,255,255,.08);color:var(--text-muted);padding:5px 10px;border-radius:6px;font-family:inherit;font-size:11px;cursor:pointer;display:flex;align-items:center;gap:5px;transition:all .2s}.copy-btn:hover{background:#8a86e81a;border-color:#8a86e84d;color:var(--accent-cyan)}.copy-btn.copied{background:#2ed5731a;border-color:#2ed5734d;color:var(--green)}.copy-btn svg{width:11px;height:11px}.callout{display:flex;gap:12px;padding:14px 18px;background:#8a86e80d;border-left:3px solid var(--accent-cyan);border-radius:0 10px 10px 0;margin:14px 0;font-size:13.5px;line-height:1.65;color:#ffffffd9}.callout svg{width:18px;height:18px;flex-shrink:0;margin-top:1px;color:var(--accent-cyan)}.callout strong{color:var(--text)}.callout a{color:var(--accent-cyan);text-decoration:none;font-weight:500}.callout a:hover{text-decoration:underline}.callout.warn{background:#ffaa500d;border-left-color:var(--orange)}.callout.warn svg{color:var(--orange)}.callout.success{background:#2ed5730d;border-left-color:var(--green)}.callout.success svg{color:var(--green)}.callout.tip{background:#9b72ff0d;border-left-color:var(--purple)}.callout.tip svg{color:var(--purple)}.ol-list{list-style:none;counter-reset:olc;margin:16px 0}.ol-list li{counter-increment:olc;position:relative;padding:14px 0 14px 44px;border-bottom:1px dashed rgba(255,255,255,.05);color:#ffffffd9;font-size:14px;line-height:1.65}.ol-list li:last-child{border-bottom:0}.ol-list li:before{content:counter(olc);position:absolute;left:0;top:12px;width:28px;height:28px;border-radius:50%;background:#8a86e814;border:1px solid rgba(138,134,232,.2);color:var(--accent-cyan);display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:600;font-family:SF Mono,Monaco,monospace}.ol-list strong{color:var(--text);font-weight:500}.ol-list code,.ol-list .inline-code{background:#8a86e814;color:var(--accent-cyan);padding:2px 7px;border-radius:4px;font-family:SF Mono,Monaco,Consolas,monospace;font-size:12.5px}.cfg-table{width:100%;border-collapse:separate;border-spacing:0;background:#ffffff05;border:1px solid rgba(255,255,255,.06);border-radius:10px;overflow:hidden;margin:12px 0}.cfg-table th,.cfg-table td{padding:12px 16px;text-align:left;font-size:13px;border-bottom:1px solid rgba(255,255,255,.04);vertical-align:middle}.cfg-table th{background:#ffffff08;color:var(--text-muted);font-weight:500;font-size:11px;letter-spacing:.5px;text-transform:uppercase}.cfg-table tr:last-child td{border-bottom:0}.cfg-table td:first-child{color:var(--text-muted);font-weight:500;width:130px}.cfg-table td code{background:#8a86e814;color:var(--accent-cyan);padding:3px 8px;border-radius:4px;font-family:SF Mono,Monaco,Consolas,monospace;font-size:12.5px;word-break:break-all}.done-block{background:linear-gradient(135deg,#2ed57314,#8a86e80a);border:1px solid rgba(46,213,115,.2);border-radius:20px;padding:44px;text-align:center;position:relative;overflow:hidden}.done-block:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 50% 0%,rgba(46,213,115,.12),transparent 60%);pointer-events:none}.done-icon{width:72px;height:72px;border-radius:50%;background:#2ed57326;border:1px solid rgba(46,213,115,.35);color:var(--green);display:flex;align-items:center;justify-content:center;margin:0 auto 20px;position:relative;z-index:1}.done-icon svg{width:36px;height:36px}.done-block h3{font-size:30px;font-weight:700;letter-spacing:-.4px;margin-bottom:10px;position:relative;z-index:1}.done-block>p{color:var(--text-muted);font-size:15px;line-height:1.7;max-width:540px;margin:0 auto 24px;position:relative;z-index:1}.done-cta-row{display:flex;gap:12px;justify-content:center;flex-wrap:wrap;position:relative;z-index:1}.done-btn{padding:12px 24px;border-radius:10px;text-decoration:none;font-size:14px;font-weight:600;transition:all .2s;display:inline-flex;align-items:center;gap:8px;border:1px solid transparent}.done-btn.primary{background:#fff;color:#000}.done-btn.primary:hover{transform:translateY(-1px);box-shadow:0 8px 24px #ffffff1f}.done-btn.secondary{background:#ffffff0a;color:var(--text);border-color:#ffffff2e}.done-btn.secondary:hover{background:#ffffff14}.done-btn svg{width:14px;height:14px}.help-section{margin-top:56px;padding:32px;background:var(--card-bg);border:1px solid var(--card-border);border-radius:16px;display:grid;grid-template-columns:1fr 1fr 1fr;gap:24px}.help-item{display:flex;gap:14px;align-items:flex-start}.help-icon{width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.help-icon svg{width:18px;height:18px}.help-item h4{font-size:14px;font-weight:600;margin-bottom:4px}.help-item p{font-size:12.5px;color:var(--text-muted);line-height:1.55;margin-bottom:8px}.help-item a{font-size:12.5px;color:var(--accent-cyan);text-decoration:none;font-weight:500}.help-item a:hover{text-decoration:underline}.toast{position:fixed;bottom:32px;left:50%;transform:translate(-50%) translateY(20px);background:#141928f2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(46,213,115,.3);color:var(--text);padding:10px 20px;border-radius:999px;font-size:13px;opacity:0;pointer-events:none;transition:all .3s ease;z-index:200;display:flex;align-items:center;gap:8px}.toast svg{width:14px;height:14px;color:var(--green)}@media (max-width: 1000px){.layout{grid-template-columns:1fr;padding:0 32px 60px;gap:0}.toc{display:none}.stepper{padding:0 20px;flex-wrap:wrap;gap:12px}.stepper:before{display:none}.step-pill-label{font-size:11px}.help-section{grid-template-columns:1fr}}@media (max-width: 700px){.nav{padding:14px 20px}.nav-menu{display:none}.hero{padding:48px 20px 40px}.hero h1{font-size:36px}.hero p{font-size:15px}.stepper{display:none}.layout{padding:0 20px 60px}.step-titles h2{font-size:22px}.step-num{width:40px;height:40px;font-size:15px;border-radius:12px}.sub-card{padding:22px 18px}.done-block{padding:32px 22px}.done-block h3{font-size:22px}.term-body{padding:14px;font-size:12px}}:root{--bg: #000000;--text: #ffffff;--text-muted: rgba(255, 255, 255, .62);--text-faint: rgba(255, 255, 255, .42);--accent: #4F4BCC;--accent-cyan: #8A86E8;--card-bg: rgba(255, 255, 255, .025);--card-border: rgba(255, 255, 255, .08);--hover-border: rgba(138, 134, 232, .3);--green: #2ed573}html,body{background:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,PingFang SC,Microsoft YaHei,Helvetica Neue,Arial,sans-serif;min-height:100vh;overflow-x:hidden;-webkit-font-smoothing:antialiased}body{background:radial-gradient(ellipse 60% 50% at 80% 0%,rgba(80,50,200,.18),transparent 70%),radial-gradient(ellipse 40% 30% at 10% 80%,rgba(40,80,200,.12),transparent 70%),var(--bg)}.nav-menu{display:flex;align-items:center;gap:32px}.login-btn{padding:7px 18px;border:1px solid rgba(255,255,255,.4);border-radius:999px;color:var(--text);background:transparent;font-size:13px;cursor:pointer;transition:all .2s;text-decoration:none;display:inline-block}.page-wrap{position:relative;z-index:5;max-width:1280px;margin:0 auto;padding:88px 48px 100px}.page-header{text-align:center;margin-bottom:64px}.page-eyebrow{display:inline-flex;align-items:center;gap:8px;font-size:12px;color:var(--accent-cyan);letter-spacing:2.5px;text-transform:uppercase;margin-bottom:20px;padding:6px 14px;background:#8a86e80f;border:1px solid rgba(138,134,232,.18);border-radius:999px}.page-title{font-size:56px;font-weight:700;letter-spacing:-1.5px;line-height:1.1;margin-bottom:18px}.page-sub{color:var(--text-muted);font-size:17px;line-height:1.65;max-width:620px;margin:0 auto 24px}.sla-pill{display:inline-flex;align-items:center;gap:10px;padding:8px 16px;background:#2ed57314;border:1px solid rgba(46,213,115,.22);border-radius:999px;font-size:13px;color:var(--green);font-weight:500}.sla-dot{width:8px;height:8px;border-radius:50%;background:var(--green);box-shadow:0 0 #2ed57380;animation:pulse 2s infinite}@keyframes pulse{0%{box-shadow:0 0 #2ed57380}70%{box-shadow:0 0 0 8px #2ed57300}to{box-shadow:0 0 #2ed57300}}.main-grid{display:grid;grid-template-columns:1fr 380px;gap:32px;margin-bottom:80px}.channels{display:grid;grid-template-columns:1fr 1fr;gap:14px;align-content:start}.channel{position:relative;padding:28px;background:var(--card-bg);border:1px solid var(--card-border);border-radius:16px;transition:all .35s cubic-bezier(.2,.8,.2,1);cursor:pointer;overflow:hidden}.channel:hover{transform:translateY(-2px);border-color:var(--hover-border);background:#8a86e808}.channel-head{display:flex;align-items:center;gap:12px;margin-bottom:16px}.channel-icon{width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.channel-icon svg{width:20px;height:20px}.icon-email{background:linear-gradient(135deg,#8a86e82e,#8a86e80a);border:1px solid rgba(138,134,232,.22);color:#8a86e8}.icon-phone,.icon-wechat{background:linear-gradient(135deg,#2ed5732e,#2ed5730a);border:1px solid rgba(46,213,115,.22);color:#2ed573}.icon-biz{background:linear-gradient(135deg,#9b72ff2e,#9b72ff0a);border:1px solid rgba(155,114,255,.22);color:#9b72ff}.icon-group{background:linear-gradient(135deg,#ffaa502e,#ffaa500a);border:1px solid rgba(255,170,80,.22);color:#ffaa50}.icon-github{background:linear-gradient(135deg,#ffffff1a,#ffffff05);border:1px solid rgba(255,255,255,.12);color:#ffffffe6}.channel-label{font-size:13px;color:var(--text-faint);margin-bottom:2px}.channel-title{font-size:16px;font-weight:600;color:var(--text)}.channel-value{font-size:18px;font-weight:600;color:var(--text);margin-bottom:6px;word-break:break-all;letter-spacing:-.2px}.channel-value.mono{font-family:SF Mono,Monaco,Consolas,monospace;font-size:16px}.channel-desc{font-size:13px;color:var(--text-muted);line-height:1.55}.channel-action{margin-top:14px;display:flex;align-items:center;gap:6px;font-size:13px;color:var(--accent-cyan);font-weight:500;transition:gap .2s}.channel:hover .channel-action{gap:10px}.channel-action svg{width:14px;height:14px}.info-card{background:linear-gradient(180deg,#8a86e80a,#9b72ff05);border:1px solid rgba(138,134,232,.15);border-radius:20px;padding:32px 28px;position:relative;overflow:hidden;align-self:start}.info-card:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(138,134,232,.6),transparent)}.info-card-title{font-size:14px;color:var(--accent-cyan);text-transform:uppercase;letter-spacing:1.5px;margin-bottom:6px;font-weight:500}.info-card-sub{font-size:20px;font-weight:700;margin-bottom:20px;letter-spacing:-.3px}.qr-box{width:100%;aspect-ratio:1;background:#fff;border-radius:14px;padding:18px;margin-bottom:16px;display:flex;align-items:center;justify-content:center;position:relative}.qr-box svg{width:100%;height:100%}.qr-center-logo{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:52px;height:52px;background:#fff;border-radius:10px;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #00000026;z-index:2}.qr-center-logo svg{width:32px!important;height:32px!important}.qr-center-logo svg{width:24px;height:24px}.qr-caption{text-align:center;font-size:13px;color:var(--text-muted);line-height:1.6;margin-bottom:20px}.qr-caption strong{color:var(--text)}.info-divider{height:1px;background:#ffffff0f;margin:20px 0}.info-row{display:flex;align-items:flex-start;gap:12px;margin-bottom:14px;font-size:13px;color:var(--text-muted);line-height:1.55}.info-row:last-child{margin-bottom:0}.info-row svg{width:16px;height:16px;color:var(--text-faint);flex-shrink:0;margin-top:1px}.info-row strong{color:var(--text);font-weight:500}.toast{position:fixed;bottom:32px;left:50%;transform:translate(-50%) translateY(20px);background:#141928f2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(138,134,232,.3);color:var(--text);padding:12px 24px;border-radius:999px;font-size:14px;opacity:0;pointer-events:none;transition:all .3s ease;z-index:200;display:flex;align-items:center;gap:8px}.toast.show{opacity:1;transform:translate(-50%) translateY(0)}.toast svg{width:16px;height:16px;color:var(--green)}.qr-modal-mask{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000bf;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:100;opacity:0;pointer-events:none;transition:opacity .3s;display:flex;align-items:center;justify-content:center}.qr-modal-mask.open{opacity:1;pointer-events:auto}.qr-modal{background:linear-gradient(180deg,#111524,#0a0d18);border:1px solid rgba(255,255,255,.08);border-radius:24px;padding:40px;max-width:420px;width:90%;text-align:center;transform:scale(.92);transition:transform .3s}.qr-modal-mask.open .qr-modal{transform:scale(1)}.qr-modal-title{font-size:22px;font-weight:700;margin-bottom:8px}.qr-modal-sub{font-size:13px;color:var(--text-muted);margin-bottom:24px}.qr-modal .qr-box{margin-bottom:18px}.qr-modal-caption{font-size:13px;color:var(--text-muted);line-height:1.7}.qr-modal-caption code{background:#8a86e814;color:var(--accent-cyan);padding:2px 8px;border-radius:4px;font-family:SF Mono,Monaco,Consolas,monospace;font-size:12px}.qr-modal-close{position:absolute;top:20px;right:20px;width:36px;height:36px;border-radius:50%;background:#ffffff14;border:1px solid rgba(255,255,255,.1);color:var(--text-muted);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s}.qr-modal-close:hover{background:#ffffff24;color:var(--text);transform:rotate(90deg)}.qr-modal-close svg{width:16px;height:16px}.qr-modal-wrap{position:relative}.form-section{background:var(--card-bg);border:1px solid var(--card-border);border-radius:24px;padding:48px 56px;display:grid;grid-template-columns:1fr 1.2fr;gap:56px;align-items:start}.form-intro h2{font-size:28px;font-weight:700;letter-spacing:-.3px;margin-bottom:14px;line-height:1.2}.form-intro p{color:var(--text-muted);font-size:14px;line-height:1.7;margin-bottom:24px}.form-checks{list-style:none;display:flex;flex-direction:column;gap:10px}.form-checks li{display:flex;align-items:center;gap:10px;font-size:13px;color:var(--text-muted)}.form-checks li svg{width:14px;height:14px;color:var(--green);flex-shrink:0}.form{display:flex;flex-direction:column;gap:16px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}.field-group label{display:block;font-size:12px;color:var(--text-muted);margin-bottom:6px;font-weight:500;letter-spacing:.2px}.field-group input,.field-group select,.field-group textarea{width:100%;padding:11px 14px;background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:10px;color:var(--text);font-family:inherit;font-size:14px;outline:none;transition:all .2s;resize:none}.field-group input::placeholder,.field-group textarea::placeholder{color:var(--text-faint)}.field-group input:focus,.field-group select:focus,.field-group textarea:focus{border-color:#8a86e866;background:#8a86e808}.field-group select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23ffffff66' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;padding-right:36px}.field-group select option{background:#0a0d18}.form-submit{margin-top:8px;padding:14px;background:#fff;color:#000;border:0;border-radius:10px;font-family:inherit;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;gap:8px}.form-submit:hover{background:#ffffffe6;transform:translateY(-1px);box-shadow:0 8px 24px #ffffff1a}.form-submit svg{width:14px;height:14px}.form-foot{font-size:12px;color:var(--text-faint);text-align:center;margin-top:4px}.form-foot a{color:var(--accent-cyan);text-decoration:none}.form-foot a:hover{text-decoration:underline}.form-success{display:none;padding:40px;text-align:center}.form-success.show{display:block}.success-icon{width:64px;height:64px;border-radius:50%;background:#2ed57326;border:1px solid rgba(46,213,115,.3);color:var(--green);display:flex;align-items:center;justify-content:center;margin:0 auto 20px}.success-icon svg{width:28px;height:28px}.form-success h3{font-size:22px;font-weight:700;margin-bottom:8px}.form-success p{color:var(--text-muted);font-size:14px;line-height:1.6}@media (max-width: 1000px){.main-grid{grid-template-columns:1fr}.info-card{max-width:480px;margin:0 auto;width:100%}.form-section{grid-template-columns:1fr;gap:36px;padding:36px 32px}}@media (max-width: 700px){.nav{padding:14px 20px}.nav-menu{display:none}.page-wrap{padding:48px 20px 80px}.page-title{font-size:36px}.page-sub{font-size:15px}.channels{grid-template-columns:1fr;gap:12px}.channel{padding:22px}.form-row{grid-template-columns:1fr}.form-section{padding:28px 22px}.form-intro h2{font-size:22px}}:root{--bg: #000000;--text: #ffffff;--text-muted: rgba(255, 255, 255, .65);--text-faint: rgba(255, 255, 255, .45);--accent: #4F4BCC;--accent-cyan: #8A86E8;--card-bg: rgba(255, 255, 255, .03);--card-border: rgba(255, 255, 255, .08);--hover-border: rgba(138, 134, 232, .3)}*{box-sizing:border-box;margin:0;padding:0}html,body{background:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,PingFang SC,Microsoft YaHei,Helvetica Neue,Arial,sans-serif;min-height:100vh;overflow-x:hidden}body{background:radial-gradient(ellipse 50% 40% at 85% 15%,rgba(80,50,200,.18),transparent 70%),radial-gradient(ellipse 40% 35% at 10% 85%,rgba(40,80,200,.15),transparent 70%),var(--bg)}#bgCanvas{position:fixed;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none}.nav{position:sticky;top:0;z-index:50;display:flex;align-items:center;justify-content:space-between;padding:18px 48px;background:#0006;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid rgba(255,255,255,.04)}.nav-left{display:flex;align-items:center;gap:48px}.logo{display:flex;align-items:center;gap:10px;font-size:16px;font-weight:600;color:var(--text);text-decoration:none}.logo-mark{width:28px;height:28px}.logo-mark svg{width:100%;height:100%}.nav-menu{display:flex;align-items:center;gap:36px}.nav-item{color:var(--text-muted);font-size:14px;cursor:pointer;transition:color .2s;display:flex;align-items:center;gap:6px;text-decoration:none}.nav-item:hover,.nav-item.active{color:var(--text)}.nav-icon{width:16px;height:16px;opacity:.85}.nav-item.active .nav-icon{opacity:1}.nav-right{display:flex;align-items:center;gap:16px}.lang{color:var(--text);font-size:14px;cursor:pointer}.login-btn{padding:7px 18px;border:1px solid rgba(255,255,255,.4);border-radius:999px;color:var(--text);background:transparent;font-size:13px;cursor:pointer;transition:all .2s}.login-btn:hover{background:#ffffff14}.page-wrap{position:relative;z-index:5;max-width:1280px;margin:0 auto;padding:80px 48px 120px}.page-eyebrow{display:inline-flex;align-items:center;gap:8px;font-size:13px;color:var(--accent-cyan);letter-spacing:2px;text-transform:uppercase;margin-bottom:16px}.page-eyebrow:before{content:"";width:24px;height:1px;background:var(--accent-cyan)}.page-title{font-size:56px;font-weight:700;letter-spacing:-1.5px;margin-bottom:16px;line-height:1.1}.page-title .grad{background:linear-gradient(95deg,#8a86e8,#4f4bcc);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.page-sub{color:var(--text-muted);font-size:17px;line-height:1.6;max-width:600px;margin-bottom:56px}.pinned{position:relative;display:grid;grid-template-columns:80px 1fr auto;gap:28px;align-items:center;padding:28px 32px;margin-bottom:56px;background:linear-gradient(135deg,#ffaa5014,#ff5a9e0f);border:1px solid rgba(255,170,80,.18);border-radius:20px;overflow:hidden;cursor:pointer;transition:all .4s cubic-bezier(.2,.8,.2,1)}.pinned:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 0% 50%,rgba(255,170,80,.12),transparent 60%);pointer-events:none}.pinned:hover{border-color:#ffaa5059;transform:translateY(-2px);box-shadow:0 20px 60px #ffaa501a}.pinned-mark{width:64px;height:64px;border-radius:16px;background:linear-gradient(135deg,#ffaa50,#ff5a9e);display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0;box-shadow:0 8px 24px #ff8a5066;position:relative;z-index:1}.pinned-mark svg{width:28px;height:28px}.pinned-body{position:relative;z-index:1}.pinned-badge{display:inline-flex;align-items:center;gap:6px;padding:3px 10px;background:#ffaa5033;border:1px solid rgba(255,170,80,.3);border-radius:999px;font-size:11px;color:#ffaa50;font-weight:600;letter-spacing:.5px;margin-bottom:8px}.pinned-badge svg{width:10px;height:10px}.pinned-title{font-size:22px;font-weight:700;margin-bottom:6px;letter-spacing:-.3px}.pinned-meta{font-size:13px;color:var(--text-muted)}.pinned-cta{position:relative;z-index:1;color:#ffaa50;font-size:14px;font-weight:600;display:flex;align-items:center;gap:6px;white-space:nowrap}.tabs-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px;gap:16px;flex-wrap:wrap}.tabs{display:flex;gap:6px;padding:6px;background:#ffffff08;border:1px solid rgba(255,255,255,.06);border-radius:999px}.tab{padding:8px 18px;background:transparent;border:0;color:var(--text-muted);font-size:13px;font-family:inherit;cursor:pointer;border-radius:999px;transition:all .25s;display:flex;align-items:center;gap:6px;white-space:nowrap}.tab:hover{color:var(--text)}.tab.active{background:#ffffff1a;color:var(--text);box-shadow:inset 0 0 0 1px #8a86e833}.tab .count{font-size:11px;color:var(--text-faint);background:#ffffff0f;padding:1px 7px;border-radius:999px;min-width:18px;text-align:center}.tab.active .count{color:var(--accent-cyan);background:#8a86e81a}.search{position:relative;width:280px;max-width:100%}.search svg{position:absolute;left:14px;top:50%;transform:translateY(-50%);width:14px;height:14px;color:var(--text-faint)}.search input{width:100%;padding:10px 14px 10px 38px;background:#ffffff08;border:1px solid rgba(255,255,255,.06);border-radius:10px;color:var(--text);font-family:inherit;font-size:13px;outline:none;transition:all .2s}.search input::placeholder{color:var(--text-faint)}.search input:focus{border-color:#8a86e84d;background:#8a86e80a}.list{display:flex;flex-direction:column;gap:14px}.announce{position:relative;display:grid;grid-template-columns:56px 1fr auto;gap:20px;align-items:flex-start;padding:24px 28px;background:var(--card-bg);border:1px solid var(--card-border);border-radius:16px;cursor:pointer;transition:all .3s cubic-bezier(.2,.8,.2,1)}.announce:hover{transform:translate(4px);border-color:var(--hover-border);background:#8a86e808}.announce.unread:before{content:"";position:absolute;left:-1px;top:-1px;width:4px;height:calc(100% + 2px);background:linear-gradient(180deg,#8a86e8,#4f4bcc);border-radius:16px 0 0 16px}.announce-icon{width:44px;height:44px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.announce-icon svg{width:20px;height:20px}.icon-guide{background:linear-gradient(135deg,#8a86e82e,#8a86e80a);border:1px solid rgba(138,134,232,.2);color:#8a86e8}.icon-pay{background:linear-gradient(135deg,#2ed5732e,#2ed5730a);border:1px solid rgba(46,213,115,.2);color:#2ed573}.icon-event{background:linear-gradient(135deg,#9b72ff2e,#9b72ff0a);border:1px solid rgba(155,114,255,.2);color:#9b72ff}.icon-notice{background:linear-gradient(135deg,#ffaa502e,#ffaa500a);border:1px solid rgba(255,170,80,.2);color:#ffaa50}.icon-maint{background:linear-gradient(135deg,#ff5a5a2e,#ff5a5a0a);border:1px solid rgba(255,90,90,.2);color:#ff5a5a}.announce-body{min-width:0}.announce-meta{display:flex;align-items:center;gap:10px;margin-bottom:6px;font-size:12px;color:var(--text-faint)}.tag-mini{padding:2px 8px;border-radius:999px;font-size:11px;font-weight:500;letter-spacing:.2px}.tag-guide{background:#8a86e81a;color:#8a86e8}.tag-pay{background:#2ed5731a;color:#2ed573}.tag-event{background:#9b72ff1a;color:#9b72ff}.tag-notice{background:#ffaa501a;color:#ffaa50}.tag-maint{background:#ff5a5a1a;color:#ff5a5a}.meta-dot{width:3px;height:3px;border-radius:50%;background:var(--text-faint)}.announce-title{font-size:17px;font-weight:600;margin-bottom:6px;letter-spacing:-.2px;line-height:1.4}.announce-excerpt{font-size:14px;color:var(--text-muted);line-height:1.55;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.announce-arrow{color:var(--text-faint);align-self:center;transition:transform .3s,color .3s}.announce:hover .announce-arrow{color:var(--accent-cyan);transform:translate(4px)}.drawer-mask{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000a6;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:100;opacity:0;pointer-events:none;transition:opacity .35s ease}.drawer-mask.open{opacity:1;pointer-events:auto}.drawer{position:fixed;top:0;right:0;width:720px;max-width:100vw;height:100vh;background:linear-gradient(180deg,#0a0d18,#050610);border-left:1px solid rgba(255,255,255,.08);z-index:101;transform:translate(100%);transition:transform .4s cubic-bezier(.2,.8,.2,1);display:flex;flex-direction:column;box-shadow:-32px 0 80px #0009}.drawer.open{transform:translate(0)}.drawer-head{padding:24px 36px;border-bottom:1px solid rgba(255,255,255,.06);display:flex;align-items:center;justify-content:space-between;flex-shrink:0}.drawer-head-left{display:flex;align-items:center;gap:12px;color:var(--text-muted);font-size:13px}.drawer-close{width:36px;height:36px;border-radius:50%;background:#ffffff0f;border:1px solid rgba(255,255,255,.08);color:var(--text-muted);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s}.drawer-close:hover{background:#ffffff1f;color:var(--text);transform:rotate(90deg)}.drawer-close svg{width:16px;height:16px}.drawer-body{flex:1;overflow-y:auto;padding:40px 48px 60px}.drawer-body::-webkit-scrollbar{width:6px}.drawer-body::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:3px}.drawer-title{font-size:32px;font-weight:700;letter-spacing:-.5px;line-height:1.25;margin-bottom:16px}.drawer-meta{display:flex;align-items:center;gap:12px;font-size:13px;color:var(--text-faint);margin-bottom:32px;padding-bottom:24px;border-bottom:1px solid rgba(255,255,255,.05)}.drawer-content{color:var(--text);line-height:1.75;font-size:15px}.drawer-content p{margin-bottom:16px;color:#ffffffd9}.drawer-content h3{font-size:18px;font-weight:600;margin:32px 0 14px;color:var(--text)}.drawer-content h3:before{content:"";display:inline-block;width:3px;height:14px;background:var(--accent-cyan);border-radius:2px;margin-right:10px;vertical-align:-2px}.drawer-content ul{list-style:none;margin-bottom:16px}.drawer-content li{position:relative;padding-left:22px;margin-bottom:10px;color:#ffffffd9}.drawer-content li:before{content:"";position:absolute;left:4px;top:10px;width:6px;height:6px;border-radius:50%;background:var(--accent-cyan);box-shadow:0 0 8px #8a86e880}.drawer-content code{background:#8a86e814;color:var(--accent-cyan);padding:2px 8px;border-radius:4px;font-family:SF Mono,Monaco,Consolas,monospace;font-size:13px}.drawer-content .callout{padding:16px 20px;background:#8a86e80f;border-left:3px solid var(--accent-cyan);border-radius:0 12px 12px 0;margin:20px 0;font-size:14px;color:#ffffffd9}.drawer-content .callout.warn{background:#ffaa500f;border-left-color:#ffaa50}.drawer-content .pay-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:16px 0 20px}.pay-card{padding:16px 18px;background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:12px}.pay-card-h{display:flex;align-items:center;gap:10px;font-weight:600;margin-bottom:6px;font-size:14px}.pay-card-h .ico{width:28px;height:28px;border-radius:8px;display:flex;align-items:center;justify-content:center}.pay-card p{font-size:13px;color:var(--text-muted);margin:0;line-height:1.5}.drawer-foot{flex-shrink:0;padding:20px 48px;border-top:1px solid rgba(255,255,255,.06);display:flex;justify-content:space-between;align-items:center;background:#0006}.nav-prev,.nav-next{display:flex;align-items:center;gap:8px;background:transparent;border:1px solid rgba(255,255,255,.1);color:var(--text-muted);padding:10px 18px;border-radius:10px;font-family:inherit;font-size:13px;cursor:pointer;transition:all .2s}.nav-prev:hover,.nav-next:hover{border-color:#8a86e84d;color:var(--text);background:#8a86e80a}.nav-prev:disabled,.nav-next:disabled{opacity:.3;cursor:not-allowed}.nav-prev svg,.nav-next svg{width:14px;height:14px}.empty{text-align:center;padding:80px 20px;color:var(--text-faint)}.empty svg{width:48px;height:48px;margin-bottom:16px;opacity:.4}@media (max-width: 900px){.nav{padding:14px 20px}.nav-menu{display:none}.page-wrap{padding:40px 20px 80px}.page-title{font-size:36px}.page-sub{font-size:15px;margin-bottom:36px}.pinned{grid-template-columns:56px 1fr;padding:20px;gap:16px}.pinned-mark{width:48px;height:48px}.pinned-cta{display:none}.pinned-title{font-size:18px}.tabs-row{flex-direction:column;align-items:stretch}.tabs{overflow-x:auto}.search{width:100%}.announce{grid-template-columns:40px 1fr;gap:14px;padding:18px 20px}.announce-icon{width:40px;height:40px}.announce-arrow{display:none}.announce-title{font-size:15px}.drawer{width:100%}.drawer-head{padding:18px 24px}.drawer-body{padding:28px 24px 40px}.drawer-foot{padding:16px 24px}.drawer-title{font-size:24px}}.ui-change-page{background:#000;color:#fff;min-height:100vh;width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);overflow-x:hidden}.ui-change-page .nav{position:fixed;top:0;left:0;right:0;width:100vw;z-index:1000}.ui-change-page .page-header{position:static;top:auto;z-index:auto;display:block;padding:0;background:transparent}.ui-change-page .page-title{display:block;width:100%;max-width:none;white-space:normal;color:var(--text)}.ui-change-page .page-title .grad{display:inline;background:linear-gradient(95deg,#8a86e8,#4f4bcc);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.ui-change-page button,.ui-change-page input,.ui-change-page textarea,.ui-change-page select{font:inherit}.ui-change-page button.channel,.ui-change-page button.pinned,.ui-change-page button.announce,.ui-change-page button.drawer-mask,.ui-change-page button.nav-prev,.ui-change-page button.nav-next,.ui-change-page button.tab,.ui-change-page button.step-pill{border:0;-webkit-appearance:none;-moz-appearance:none;appearance:none}.ui-change-page button.channel,.ui-change-page button.pinned,.ui-change-page button.announce{color:inherit;text-align:left}.ui-change-pricing .page-wrap{position:relative;z-index:5;max-width:1280px;margin:0 auto;padding:88px 48px 120px}.ui-change-pricing .page-header{text-align:center;margin-bottom:56px}.ui-change-pricing .page-eyebrow,.ui-change-contact .page-eyebrow,.ui-change-quickstart .eyebrow{display:inline-flex;align-items:center;gap:8px;font-size:12px;color:var(--accent-cyan);letter-spacing:2.5px;text-transform:uppercase;margin-bottom:20px;padding:6px 14px;background:#8a86e80f;border:1px solid rgba(138,134,232,.18);border-radius:999px}.ui-change-pricing .page-eyebrow:before,.ui-change-contact .page-eyebrow:before,.ui-change-quickstart .eyebrow:before{content:none}.ui-change-pricing .page-title,.ui-change-contact .page-title,.ui-change-quickstart .hero h1{font-size:56px;font-weight:700;letter-spacing:-1.5px;line-height:1.1;margin:0 0 18px}.ui-change-pricing .page-sub{color:var(--text-muted);font-size:17px;line-height:1.65;max-width:620px;margin:0 auto}.ui-change-pricing .trust-row{display:flex;justify-content:center;gap:32px;margin-top:28px;flex-wrap:wrap;color:var(--text-faint);font-size:13px}.ui-change-pricing .plans{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:80px}.ui-change-contact .page-wrap{position:relative;z-index:5;max-width:1280px;margin:0 auto;padding:88px 48px 100px}.ui-change-contact .page-header{text-align:center;margin-bottom:64px}.ui-change-contact .page-sub{color:var(--text-muted);font-size:17px;line-height:1.65;max-width:620px;margin:0 auto 24px}.ui-change-contact .main-grid{display:grid;grid-template-columns:1fr 380px;gap:32px;margin-bottom:80px}.ui-change-announcements .page-wrap{position:relative;z-index:5;max-width:1280px;margin:0 auto;padding:80px 48px 120px}.ui-change-announcements .page-eyebrow{display:inline-flex;align-items:center;gap:8px;font-size:13px;color:var(--accent-cyan);letter-spacing:2px;text-transform:uppercase;margin-bottom:16px;padding:0;background:transparent;border:0;border-radius:0}.ui-change-announcements .page-eyebrow:before{content:"";width:24px;height:1px;background:var(--accent-cyan)}.ui-change-announcements .page-title{font-size:56px;font-weight:700;letter-spacing:-1.5px;margin:0 0 16px;line-height:1.1}.ui-change-announcements .page-sub{color:var(--text-muted);font-size:17px;line-height:1.6;max-width:600px;margin:0 0 56px}.ui-change-quickstart .hero{position:relative;z-index:5;text-align:center;padding:80px 48px 56px!important;max-width:900px;min-height:0!important;height:auto!important;display:block!important;margin:0 auto}.ui-change-quickstart .hero p{color:var(--text-muted);font-size:17px;line-height:1.65;max-width:640px;margin:0 auto 28px!important}.ui-change-quickstart .layout{position:relative;z-index:5;max-width:1240px;margin:0 auto;padding:0 48px 100px;display:grid;grid-template-columns:220px 1fr;gap:60px;align-items:start}@media (max-width: 900px){.ui-change-pricing .page-wrap,.ui-change-contact .page-wrap{padding:48px 20px 80px}.ui-change-announcements .page-wrap{padding:40px 20px 80px}.ui-change-pricing .page-title,.ui-change-contact .page-title,.ui-change-announcements .page-title,.ui-change-quickstart .hero h1{font-size:36px}.ui-change-pricing .plans,.ui-change-contact .main-grid,.ui-change-quickstart .layout{grid-template-columns:1fr}}
