:root{font-family:PingFang SC,Microsoft YaHei,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#313746;background:#f5f7fb;font-synthesis:none;text-rendering:optimizeLegibility;line-height:1.5;font-weight:400;letter-spacing:0;--primary: #6d93fe;--primary-deep: #4d75e9;--primary-soft: #eef3ff;--ink: #303746;--muted: #8790a3;--border: #e9edf4;--surface: #ffffff;--page: #f5f7fb;--green: #35bf91;--amber: #f5a623;--red: #ed6a75;--shadow: 0 5px 22px rgba(52, 73, 110, .06)}*{box-sizing:border-box}html,body,#app{min-width:320px;min-height:100%;margin:0}body{min-height:100vh;background:var(--page)}button,input,select,textarea{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.56}a{color:inherit;text-decoration:none}img{max-width:100%}.app-boot{display:grid;min-height:100vh;place-items:center;gap:16px;color:var(--primary);background:#fff}.app-boot img{width:142px;height:auto;object-fit:contain}.spin{animation:spin .9s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.auth-page{display:grid;min-height:100vh;grid-template-rows:68px 1fr;background:#f6f8fc url(/login-bg.webp) left 68px / auto calc(100vh - 68px) no-repeat}.auth-topbar{display:flex;align-items:center;justify-content:space-between;padding:0 4.2vw;background:#fff;border-bottom:1px solid #f0f2f6}.auth-topbar-brand img{display:block;width:132px;height:auto}.auth-home-link{color:#323746;font-size:14px;transition:color .2s ease}.auth-home-link:hover{color:var(--primary-deep)}.auth-page>.auth-visual{grid-row:2;grid-column:1}.auth-page>.auth-form-shell{grid-row:2;grid-column:1}.auth-visual{position:relative;overflow:hidden;min-height:calc(100vh - 68px);background:transparent}.auth-brand{display:none}.auth-visual:before{position:absolute;top:0;right:0;bottom:0;left:0;background:url(/login-left.webp) center bottom / min(100%,640px) auto no-repeat;content:"";pointer-events:none}.auth-visual:after{position:absolute;top:0;right:0;bottom:0;left:0;background:#f4f9ff14;content:"";pointer-events:none}.auth-visual-content,.auth-trust-row,.network-scene{display:none}.auth-form-shell{display:flex;align-items:center;justify-content:flex-end;min-height:calc(100vh - 68px);padding:44px 10vw 58px 50%;background:#f6f8fccc}.auth-form-wrap{width:min(474px,100%);padding:28px 38px 30px;background:#fff;border:1px solid #edf0f5;border-radius:5px;box-shadow:0 8px 28px #384c7014}.auth-back{margin:-3px 0 18px;color:var(--primary-deep)}.auth-heading{display:flex;align-items:flex-start;justify-content:space-between;flex-wrap:wrap;padding-bottom:14px;border-bottom:1px solid #eef1f5}.auth-heading h2{width:100%;margin:4px 0 3px;color:#2e70dc;font-size:20px;font-weight:600}.auth-heading p{margin:0;color:#9aa2b1;font-size:13px}.auth-kicker,.section-kicker{color:#9ba5b7;font-size:11px;letter-spacing:.08em;text-transform:uppercase}.auth-flow-tabs{display:flex;gap:24px;margin:18px 0 6px;border-bottom:1px solid #eef1f5}.auth-flow-tabs button{position:relative;padding:0 0 11px;color:#8d95a4;background:none;border:0;font-size:14px}.auth-flow-tabs button.active{color:#2e70dc;font-weight:600}.auth-flow-tabs button.active:after{position:absolute;right:0;bottom:-1px;left:0;height:2px;background:#6d93fe;content:""}.auth-options-loading{display:flex;align-items:center;justify-content:center;gap:8px;min-height:200px;color:#8993a3;font-size:13px}.auth-form{display:grid;gap:15px;padding-top:17px}.mode-switcher{display:flex;gap:6px;padding:4px;background:#f4f6fa;border-radius:4px}.mode-switcher button{flex:1;padding:7px 9px;color:#8892a1;background:transparent;border:0;border-radius:3px;font-size:13px}.mode-switcher button.active{color:#3c6fdc;background:#fff;box-shadow:0 2px 7px #37599114}.field-group{display:grid;gap:7px;color:#636c7d;font-size:13px}.input-shell{display:flex;align-items:center;min-height:40px;padding:0 11px;color:#a5adba;border:1px solid #dfe4eb;background:#fff;transition:border-color .2s,box-shadow .2s}.input-shell:focus-within{border-color:#7ea2f7;box-shadow:0 0 0 2px #6d93fe1f}.input-shell input{width:100%;min-width:0;padding:0 9px;color:#333b4b;background:transparent;border:0;outline:0;font-size:13px}.input-shell input::placeholder{color:#b4bac5}.input-action{display:grid;flex:0 0 auto;place-items:center;padding:4px;color:#a0a8b6;background:none;border:0}.phone-input-row,.code-row,.captcha-row{display:grid;grid-template-columns:120px 1fr;gap:8px}.phone-input-row .input-shell,.code-row .input-shell,.captcha-row .input-shell{min-width:0}.phone-input-row select{width:100%;min-width:0;padding:0 8px;color:#5e6878;background:#fff;border:1px solid #dfe4eb;outline:0;font-size:12px}.code-row{grid-template-columns:1fr auto}.code-row>button{min-width:105px;padding:0 13px;color:#547ce4;background:#f0f4ff;border:1px solid #d8e2ff;font-size:12px}.captcha-row{grid-template-columns:1fr 106px}.captcha-image{display:grid;min-height:40px;place-items:center;padding:0;overflow:hidden;color:#7f8ca3;background:#f4f7fb;border:1px solid #dfe4eb}.captcha-image img{width:100%;height:40px;object-fit:cover}.form-meta-row{display:flex;align-items:center;justify-content:space-between;margin-top:-2px;color:#8a93a3;font-size:12px}.form-meta-row button{padding:0;color:#4274dc;background:none;border:0}.remember-check{display:inline-flex;align-items:center;gap:6px}.remember-check input{accent-color:#6d93fe}.primary-submit{display:flex;align-items:center;justify-content:center;gap:9px;min-height:42px;margin-top:3px;color:#fff;background:#82a5fa;border:0;border-radius:1px;font-size:14px;transition:background .2s,transform .2s}.primary-submit:hover{background:#6e91ef;transform:translateY(-1px)}.auth-policy{margin:0;color:#a5adba;font-size:11px;line-height:1.7;text-align:center}.form-message{padding:9px 10px;border-radius:2px;font-size:12px}.error-message{color:#c7525f;background:#fff2f3;border:1px solid #ffd9dd}.success-message{color:#2c9d76;background:#eefbf6;border:1px solid #d1f2e5}.text-icon-button{display:inline-flex;align-items:center;gap:5px;padding:0;color:#6d93fe;background:none;border:0;font-size:13px}.console-layout{display:flex;min-height:100vh;background:var(--page)}.sidebar{position:fixed;z-index:30;top:0;bottom:0;left:0;display:flex;width:236px;flex-direction:column;background:#fff;border-right:1px solid var(--border)}.sidebar-brand{display:flex;align-items:center;justify-content:space-between;height:68px;padding:0 23px;border-bottom:1px solid #f0f2f6}.sidebar-brand img{width:125px;height:auto}.sidebar-close,.mobile-menu{display:none!important}.sidebar-nav{display:grid;gap:4px;padding:25px 14px}.nav-label{padding:0 13px 9px;color:#a0a8b7;font-size:11px;letter-spacing:.08em;text-transform:uppercase}.sidebar-nav button{display:flex;align-items:center;gap:12px;width:100%;padding:11px 13px;color:#6f7889;background:transparent;border:0;border-radius:4px;text-align:left;font-size:13px;transition:color .2s,background .2s}.sidebar-nav button:hover{color:#4a70cf;background:#f5f7fc}.sidebar-nav button.active{color:#4b76df;background:#eef3ff;font-weight:600}.nav-chevron{margin-left:auto;color:#7c9cf0}.sidebar-system{display:grid;gap:7px;margin:auto 14px 18px;padding:13px 14px;color:#a1a9b6;background:#f8faff;border:1px solid #edf1f8;font-size:11px}.system-status{display:flex;align-items:center;gap:7px;color:#4b9b7f;font-size:12px}.pulse-dot,.notification-dot,.status-dot{display:inline-block;width:7px;height:7px;border-radius:50%}.pulse-dot{background:var(--green);box-shadow:0 0 0 3px #35bf911f}.sidebar-user{display:flex;align-items:center;gap:9px;min-height:67px;padding:11px 15px;border-top:1px solid #f0f2f6}.user-avatar,.large-avatar{display:grid;flex:0 0 auto;place-items:center;color:#fff;background:#82a5fa;border-radius:50%}.user-avatar{width:32px;height:32px;font-size:13px}.sidebar-user>div:nth-child(2){display:grid;min-width:0;gap:1px}.sidebar-user strong{overflow:hidden;color:#4b5464;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.sidebar-user span{overflow:hidden;color:#a2aab8;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.sidebar-user .icon-button{margin-left:auto}.console-main{width:calc(100% - 236px);min-width:0;margin-left:236px}.topbar{display:flex;align-items:center;justify-content:space-between;height:68px;padding:0 34px;background:#fff;border-bottom:1px solid var(--border)}.topbar-left,.topbar-actions,.breadcrumb,.help-button{display:flex;align-items:center}.breadcrumb{gap:8px;color:#a1a9b7;font-size:13px}.breadcrumb strong{color:#465064;font-weight:500}.topbar-actions{gap:9px}.icon-button{display:inline-grid;place-items:center;padding:7px;color:#8d96a6;background:transparent;border:0;border-radius:4px;transition:color .2s,background .2s}.icon-button:hover{color:#4e74d4;background:#f1f5ff}.notification-button{position:relative}.notification-dot{position:absolute;top:5px;right:4px;width:5px;height:5px;background:#ed6a75;border:1px solid #fff}.help-button{gap:6px;padding:8px 12px;color:#5f6b80;background:#f7f9fc;border:1px solid #edf0f5;border-radius:3px;font-size:12px}.workspace{max-width:1500px;margin:0 auto;padding:33px 36px 58px}.page-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:25px}.page-heading h1{margin:4px 0;color:#343d4d;font-size:25px;font-weight:600}.page-heading p{margin:0;color:#8b95a5;font-size:13px}.primary-button,.secondary-button,.text-button{display:inline-flex;align-items:center;justify-content:center;gap:7px;border-radius:3px;font-size:12px}.primary-button{min-height:36px;padding:0 15px;color:#fff;background:var(--primary);border:1px solid var(--primary)}.primary-button:hover{background:var(--primary-deep)}.primary-button.danger{background:var(--red);border-color:var(--red)}.secondary-button{min-height:34px;padding:0 13px;color:#63708a;background:#fff;border:1px solid #dfe5ef}.secondary-button:hover{color:#4c71cf;border-color:#b8c8f4}.secondary-button.full-width{width:100%;margin-top:22px}.text-button{padding:0;color:#5a7ed9;background:transparent;border:0}.page-error{display:flex;align-items:center;gap:9px;margin-bottom:17px;padding:11px 13px;color:#b45b66;background:#fff3f4;border:1px solid #ffdfe2;font-size:12px}.page-error button{margin-left:auto;padding:0;color:#b45b66;background:none;border:0;text-decoration:underline}.page-loading{display:flex;align-items:center;justify-content:center;gap:9px;min-height:320px;color:#8b96a8;font-size:13px}.kpi-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:15px;margin-bottom:17px}.kpi-card{display:flex;align-items:flex-start;gap:13px;min-height:118px;padding:21px 19px;background:#fff;border:1px solid var(--border);border-radius:5px;box-shadow:var(--shadow)}.kpi-icon{display:grid;flex:0 0 auto;width:39px;height:39px;place-items:center;border-radius:4px}.kpi-icon.cyan{color:#5284ec;background:#edf3ff}.kpi-icon.green{color:#36ad84;background:#ebfaf4}.kpi-icon.amber{color:#d99a2e;background:#fff7e9}.kpi-icon.coral{color:#dd6b77;background:#fff1f3}.kpi-card>div:last-child{display:grid;gap:2px;min-width:0}.kpi-card span{color:#9aa3b1;font-size:12px}.kpi-card strong{color:#303949;font-size:25px;font-weight:600;line-height:1.2}.kpi-card small{overflow:hidden;color:#a5adba;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.dashboard-grid{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(260px,.8fr);gap:16px}.panel{background:#fff;border:1px solid var(--border);border-radius:5px;box-shadow:var(--shadow)}.resource-panel{grid-row:span 2;min-width:0}.status-panel,.finance-panel,.message-panel{min-width:0}.panel-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:21px 22px 15px}.panel-header h2{margin:3px 0 0;color:#374051;font-size:17px;font-weight:600}.compact-toolbar{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:0 22px 14px;color:#a0a8b6;font-size:11px}.search-box{display:flex;align-items:center;gap:8px;width:175px;padding:0 10px;min-height:33px;color:#a1aab8;background:#fbfcfe;border:1px solid #e8edf4;border-radius:3px}.search-box.wide{width:min(330px,100%)}.search-box input{width:100%;min-width:0;color:#4c5565;background:transparent;border:0;outline:0;font-size:12px}.search-box input::placeholder{color:#b1b8c4}.table-scroll{overflow-x:auto}.data-table{width:100%;min-width:640px;border-collapse:collapse;text-align:left}.data-table th{padding:11px 22px;color:#a0a8b6;background:#fbfcfe;border-top:1px solid #f0f2f6;border-bottom:1px solid #f0f2f6;font-size:11px;font-weight:500;white-space:nowrap}.data-table td{padding:13px 22px;color:#657083;border-bottom:1px solid #f1f3f7;font-size:12px;white-space:nowrap}.data-table tbody tr{cursor:pointer;transition:background .15s}.data-table tbody tr:hover{background:#fafcff}.data-table tbody tr:last-child td{border-bottom:0}.data-table td:last-child,.data-table th:last-child{width:42px;padding-right:13px;text-align:right}.resource-name{display:flex;align-items:center;gap:10px;min-width:190px}.resource-icon,.list-icon,.ticket-icon,.message-type-icon{display:grid;flex:0 0 auto;place-items:center;color:#6489ea;background:#eef3ff;border-radius:4px}.resource-icon{width:31px;height:31px}.resource-name div,.simple-list>div>div:nth-child(2){display:grid;gap:2px;min-width:0}.resource-name strong{overflow:hidden;color:#424b5c;font-size:12px;font-weight:600;text-overflow:ellipsis}.resource-name small{overflow:hidden;color:#a1a9b7;font-size:10px;text-overflow:ellipsis}.mono{color:#65789c!important;font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:11px!important}.status-badge{display:inline-flex;align-items:center;gap:5px;padding:4px 7px;border-radius:3px;font-size:10px;line-height:1}.status-badge .status-dot{width:5px;height:5px}.status-success{color:#299875;background:#eaf9f3}.status-success .status-dot{background:#35bf91}.status-warning{color:#b47a17;background:#fff7e7}.status-warning .status-dot{background:#f5a623}.status-danger{color:#c95764;background:#fff0f2}.status-danger .status-dot{background:#ed6a75}.status-neutral{color:#7a8494;background:#f1f3f6}.status-neutral .status-dot{background:#a5adba}.empty-state{display:grid;place-items:center;gap:7px;min-height:220px;padding:32px;color:#a0a9b8;text-align:center}.empty-state strong{color:#697486;font-size:13px;font-weight:500}.empty-state span{font-size:11px}.empty-state.compact{min-height:145px}.empty-state.tall{min-height:360px}.status-total{display:grid;justify-items:center;gap:2px;padding:9px 22px 20px;border-bottom:1px solid #f0f2f6}.status-total strong{color:#3b4658;font-size:32px;font-weight:600}.status-total span{color:#a2aab6;font-size:11px}.status-bars{display:grid;gap:18px;padding:21px 22px 0}.status-bar-item{display:grid;gap:8px}.status-bar-item>div:first-child{display:flex;justify-content:space-between;color:#747f90;font-size:11px}.status-bar-item>div:first-child span{display:flex;align-items:center;gap:7px}.status-bar-item i{display:inline-block;width:6px;height:6px;border-radius:50%}.status-bar-item i.green,.progress-track span.green{background:#35bf91}.status-bar-item i.amber,.progress-track span.amber{background:#f5a623}.status-bar-item i.red,.progress-track span.red{background:#ed6a75}.status-bar-item strong{color:#485366;font-weight:600}.progress-track{height:5px;overflow:hidden;background:#f0f2f6;border-radius:4px}.progress-track span{display:block;height:100%;border-radius:inherit}.finance-panel,.message-panel{min-height:250px}.simple-list{display:grid;padding:0 22px 12px}.simple-list>div{display:flex;align-items:center;gap:9px;padding:11px 0;border-top:1px solid #f1f3f7}.list-icon{width:29px;height:29px}.simple-list>div>div:nth-child(2){flex:1}.simple-list strong{overflow:hidden;color:#566174;font-size:11px;font-weight:500;text-overflow:ellipsis;white-space:nowrap}.simple-list span{color:#a1a9b6;font-size:10px}.list-end{display:grid;justify-items:end;gap:4px}.list-end strong{color:#4e596a}.notice-list{display:grid;padding:0 22px 13px}.notice-list button{display:flex;align-items:flex-start;gap:9px;padding:11px 0;color:inherit;background:none;border:0;border-top:1px solid #f1f3f7;text-align:left}.notice-list button>span{flex:0 0 auto;width:6px;height:6px;margin-top:5px;background:transparent;border-radius:50%}.notice-list button>span.unread{background:#ed6a75}.notice-list button div{display:grid;flex:1;gap:3px}.notice-list strong{overflow:hidden;color:#566174;font-size:11px;font-weight:500;text-overflow:ellipsis;white-space:nowrap}.notice-list small{color:#a1a9b6;font-size:10px}.list-panel{min-width:0}.list-toolbar{display:flex;align-items:center;gap:14px;padding:20px 22px 16px}.list-toolbar>div:first-child{margin-right:auto}.list-toolbar h2{margin:3px 0 0;color:#374051;font-size:17px}.toolbar-count{color:#9ca5b3;font-size:11px;white-space:nowrap}.filter-group{display:flex;align-items:center;gap:6px;min-height:33px;padding:0 10px;color:#9ba4b3;border:1px solid #e8edf4}.filter-group select{color:#687386;background:transparent;border:0;outline:0;font-size:12px}.cell-subtitle{display:block;margin-top:3px;color:#a1a9b7;font-size:10px}.amount-cell{color:#4c5f87!important;font-family:ui-monospace,SFMono-Regular,Consolas,monospace}.ticket-list{display:grid;padding:0 22px 16px}.ticket-list>button{display:flex;align-items:center;gap:12px;padding:15px 4px;color:inherit;background:none;border:0;border-top:1px solid #f1f3f7;text-align:left}.ticket-icon{width:34px;height:34px}.ticket-main{display:grid;flex:1;gap:4px;min-width:0}.ticket-main strong{overflow:hidden;color:#4b5566;font-size:13px;text-overflow:ellipsis;white-space:nowrap}.ticket-main span,.ticket-time{color:#a0a8b6;font-size:11px}.ticket-list>button>svg:last-child{color:#a5adba}.message-list-full{display:grid;padding:0 22px 16px}.message-list-full article{display:flex;gap:12px;padding:16px 4px;border-top:1px solid #f1f3f7}.message-type-icon{width:34px;height:34px;color:#7990c9;background:#f1f4fb}.message-list-full article.unread .message-type-icon{color:#6287e9;background:#eef3ff}.message-list-full article>div{flex:1;min-width:0}.message-title-row{display:flex;justify-content:space-between;gap:10px}.message-title-row strong{color:#4b5566;font-size:13px}.message-title-row span,.message-list-full small{color:#a0a8b6;font-size:10px}.message-list-full p{margin:5px 0 7px;overflow:hidden;color:#7e899a;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.marketplace-toolbar{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-bottom:16px;color:#9da5b3;font-size:12px}.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.product-card{display:flex;min-height:270px;flex-direction:column;padding:20px;background:#fff;border:1px solid var(--border);border-radius:5px;box-shadow:var(--shadow)}.product-card-top{display:flex;align-items:center;gap:9px;color:#9aa3b2;font-size:11px}.product-icon{display:grid;width:37px;height:37px;place-items:center;color:#5c83e5;background:#eef3ff;border-radius:4px}.product-card h2{margin:17px 0 7px;color:#3b4657;font-size:16px;font-weight:600}.product-card p{display:-webkit-box;min-height:43px;margin:0;overflow:hidden;color:#8d96a5;font-size:12px;line-height:1.7;-webkit-box-orient:vertical;-webkit-line-clamp:2}.product-meta{display:flex;gap:10px;margin-top:15px;color:#9aa3b1;font-size:10px}.product-meta span+span{padding-left:10px;border-left:1px solid #edf0f4}.product-card footer{display:flex;align-items:end;justify-content:space-between;gap:10px;margin-top:auto;padding-top:17px;border-top:1px solid #f0f2f6}.product-card footer div{display:grid;gap:2px}.product-card footer small{color:#a0a8b6;font-size:10px}.product-card footer strong{color:#3f5fa9;font-size:21px;font-weight:600}.product-card footer button{display:inline-flex;align-items:center;gap:4px;padding:8px 10px;color:#557dde;background:#f0f4ff;border:1px solid #dce6ff;border-radius:3px;font-size:11px}.profile-layout{display:grid;grid-template-columns:280px minmax(0,1fr);gap:16px}.profile-summary{display:grid;justify-items:center;align-content:start;min-height:350px;padding:31px 24px;text-align:center}.large-avatar{width:72px;height:72px;margin-bottom:14px;font-size:28px}.profile-summary h2{margin:0 0 3px;color:#3e4859;font-size:18px}.profile-summary>span{color:#9ca5b3;font-size:12px}.profile-balance{display:grid;width:100%;gap:4px;margin-top:35px;padding:15px;background:#f7f9fd;border:1px solid #edf1f7}.profile-balance small{color:#9da6b4;font-size:11px}.profile-balance strong{color:#4c73cf;font-size:23px;font-weight:600}.profile-details{min-height:350px}.profile-data{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));margin:0;padding:0 22px 22px}.profile-data div{padding:16px 0;border-top:1px solid #f0f2f6}.profile-data dt{margin-bottom:5px;color:#a0a8b6;font-size:11px}.profile-data dd{margin:0;color:#596477;font-size:13px}.profile-editor-backdrop{align-items:center;justify-content:center;overflow-y:auto;padding:24px}.profile-editor-dialog{width:min(640px,100%);max-height:calc(100vh - 48px);margin:auto;overflow-y:auto;background:#fff;border:1px solid #e7ebf2;border-radius:5px;box-shadow:0 17px 48px #23345533}.profile-editor-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:23px 25px 17px;border-bottom:1px solid #edf0f5}.profile-editor-header h2{margin:4px 0 0;color:#374153;font-size:18px;font-weight:600}.profile-contact-strip{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0;margin:0 25px;background:#f8faff;border:1px solid #edf1f7}.profile-contact-strip div{display:grid;gap:4px;padding:12px 14px;min-width:0}.profile-contact-strip div+div{border-left:1px solid #e8edf5}.profile-contact-strip span{color:#9da6b4;font-size:10px}.profile-contact-strip strong{overflow:hidden;color:#5a6679;font-size:12px;font-weight:500;text-overflow:ellipsis;white-space:nowrap}.profile-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 16px;padding:20px 25px 4px}.profile-field{display:grid;gap:6px;min-width:0}.profile-field-wide{grid-column:1 / -1}.profile-field>span{color:#737e90;font-size:11px}.profile-field input,.profile-field textarea{width:100%;min-width:0;color:#465163;background:#fff;border:1px solid #dfe5ed;border-radius:2px;outline:0;font-size:12px;transition:border-color .18s,box-shadow .18s}.profile-field input{height:38px;padding:0 11px}.profile-field textarea{min-height:76px;padding:10px 11px;line-height:1.6;resize:vertical}.profile-field input::placeholder,.profile-field textarea::placeholder{color:#b2bac6}.profile-field input:focus,.profile-field textarea:focus{border-color:#82a5fa;box-shadow:0 0 0 2px #6d93fe1a}.profile-form-error{margin:12px 25px 0;padding:9px 11px;color:#c65461;background:#fff2f3;border:1px solid #ffe1e4;border-radius:2px;font-size:11px}.profile-editor-actions{position:sticky;z-index:1;bottom:0;display:flex;justify-content:flex-end;gap:9px;padding:17px 25px 20px;background:#fff;border-top:1px solid #edf0f5}.profile-editor-actions .primary-button{min-width:108px}.drawer-backdrop,.modal-backdrop{position:fixed;z-index:80;top:0;right:0;bottom:0;left:0;display:flex;background:#202d4638}.drawer-backdrop{justify-content:flex-end}.host-drawer{display:flex;width:min(460px,100vw);height:100%;flex-direction:column;overflow-y:auto;background:#fff;box-shadow:-10px 0 30px #2c40691f}.drawer-header{display:flex;align-items:flex-start;justify-content:space-between;padding:25px 26px 18px;border-bottom:1px solid #eef1f5}.drawer-header h2{margin:4px 0 0;color:#354052;font-size:19px;font-weight:600}.drawer-status-line{display:flex;align-items:center;gap:10px;padding:15px 26px;color:#a0a9b6;border-bottom:1px solid #f0f2f6;font-size:11px}.drawer-section{padding:19px 26px;border-bottom:1px solid #f0f2f6}.drawer-section h3{margin:0 0 13px;color:#596477;font-size:13px;font-weight:600}.power-actions{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.power-actions button{display:grid;place-items:center;gap:5px;min-height:64px;color:#5d7fd9;background:#f3f6ff;border:1px solid #e0e8ff;border-radius:3px;font-size:11px}.power-actions button:hover{border-color:#aec2f8}.power-actions button.danger-action{color:#cf606b;background:#fff3f4;border-color:#ffe0e3}.detail-list{display:grid;gap:11px;margin:0}.detail-list div{display:flex;justify-content:space-between;gap:16px}.detail-list dt{color:#a0a8b6;font-size:11px}.detail-list dd{display:flex;align-items:center;gap:5px;margin:0;color:#596477;font-size:12px;text-align:right}.detail-list dd button{display:grid;place-items:center;padding:2px;color:#7896e3;background:none;border:0}.host-remark{display:flex;align-items:flex-start;gap:7px;margin:0;color:#7f8999;font-size:12px;line-height:1.7}.drawer-loading{display:flex;align-items:center;justify-content:center;gap:8px;min-height:260px;color:#8f99a8;font-size:12px}.confirm-dialog{width:min(370px,calc(100vw - 34px));margin:auto;padding:29px;background:#fff;border-radius:5px;box-shadow:0 14px 45px #2334552e;text-align:center}.confirm-icon{display:grid;width:48px;height:48px;margin:0 auto 13px;place-items:center;color:#5d80dd;background:#eef3ff;border-radius:50%}.confirm-icon.danger{color:#d5616b;background:#fff0f2}.confirm-dialog h2{margin:0 0 7px;color:#394456;font-size:17px}.confirm-dialog p{margin:0;color:#8e98a7;font-size:12px}.confirm-dialog p strong{color:#5d687a;font-weight:600}.dialog-actions{display:flex;justify-content:center;gap:9px;margin-top:22px}.toast-message{position:fixed;z-index:100;right:26px;bottom:24px;padding:11px 17px;color:#fff;background:#47536a;border-radius:3px;box-shadow:0 7px 20px #28385a29;font-size:12px}.drawer-enter-active,.drawer-leave-active,.modal-enter-active,.modal-leave-active,.toast-enter-active,.toast-leave-active{transition:opacity .2s ease,transform .2s ease}.drawer-enter-from,.drawer-leave-to{opacity:0}.drawer-enter-from .host-drawer,.drawer-leave-to .host-drawer{transform:translate(25px)}.modal-enter-from,.modal-leave-to,.toast-enter-from,.toast-leave-to{opacity:0}.modal-enter-from .confirm-dialog,.modal-leave-to .confirm-dialog,.modal-enter-from .profile-editor-dialog,.modal-leave-to .profile-editor-dialog{transform:translateY(10px)}.toast-enter-from,.toast-leave-to{transform:translateY(7px)}.mobile-overlay{display:none}@media(min-width:861px){.auth-page{grid-template-columns:35% 65%}.auth-page>.auth-visual{grid-row:2;grid-column:1}.auth-page>.auth-form-shell{grid-row:2;grid-column:2;padding:44px 10vw 58px 8vw}}@media(max-width:1100px){.workspace,.topbar{padding-right:24px;padding-left:24px}.kpi-grid,.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:860px){.auth-page{display:block}.auth-topbar{height:62px;padding:0 20px}.auth-topbar-brand img{width:118px}.auth-visual{display:none}.auth-form-shell{min-height:calc(100vh - 62px);padding:30px 18px 42px;background:#f6f8fc}.auth-form-wrap{padding:25px 22px 26px}.sidebar{transform:translate(-100%);transition:transform .2s ease;box-shadow:7px 0 20px #2b40681a}.sidebar.open{transform:translate(0)}.sidebar-close,.mobile-menu{display:inline-grid!important}.mobile-overlay{position:fixed;z-index:29;top:0;right:0;bottom:0;left:0;display:block;background:#1f2d483d}.console-main{width:100%;margin-left:0}.topbar{height:62px;padding:0 16px}.workspace{padding:24px 16px 40px}.page-heading{align-items:flex-start;flex-direction:column}.page-heading h1{font-size:22px}.dashboard-grid{grid-template-columns:1fr}.resource-panel{grid-row:auto}.profile-layout{grid-template-columns:1fr}.profile-summary{min-height:260px}.product-grid{grid-template-columns:1fr}}@media(max-width:560px){.kpi-grid{grid-template-columns:1fr}.kpi-card{min-height:98px}.list-toolbar,.marketplace-toolbar{align-items:stretch;flex-direction:column}.list-toolbar>div:first-child{margin-right:0}.filter-group,.search-box.wide{width:100%}.profile-data{grid-template-columns:1fr}.host-drawer{width:100%}.toast-message{right:14px;bottom:14px;left:14px;text-align:center}.help-button{display:none}}@media(max-width:560px){.profile-editor-backdrop{align-items:flex-end;padding:12px}.profile-editor-dialog{max-height:calc(100vh - 24px)}.profile-editor-header{padding:20px 18px 15px}.profile-contact-strip{grid-template-columns:1fr;margin:0 18px}.profile-contact-strip div+div{border-top:1px solid #e8edf5;border-left:0}.profile-form-grid{grid-template-columns:1fr;padding:18px 18px 4px}.profile-field-wide{grid-column:auto}.profile-form-error{margin-right:18px;margin-left:18px}.profile-editor-actions{padding:18px}.profile-editor-actions button{flex:1}}.public-site{min-height:100vh;color:#364052;background:#fff}.public-header{position:sticky;z-index:20;top:0;background:#fffffff5;border-bottom:1px solid #edf0f5}.public-header-inner{display:flex;align-items:center;max-width:1240px;height:68px;margin:0 auto;padding:0 28px}.public-logo img{display:block;width:132px;height:auto}.public-nav{display:flex;align-items:center;gap:31px;margin-left:73px}.public-nav a{position:relative;padding:24px 0 22px;color:#687284;font-size:13px}.public-nav a:hover,.public-nav a.active{color:#3e73dc}.public-nav a.active:after{position:absolute;right:0;bottom:0;left:0;height:2px;background:#6d93fe;content:""}.public-actions{display:flex;align-items:center;gap:11px;margin-left:auto}.public-login-link{padding:8px 9px;color:#5f6b7e;background:transparent;border:0;font-size:13px}.public-register-button,.public-console-button{display:inline-flex;align-items:center;gap:5px;min-height:33px;padding:0 14px;color:#fff;background:#82a5fa;border:1px solid #82a5fa;border-radius:2px;font-size:12px}.public-register-button:hover,.public-console-button:hover{background:#6e91ed}.public-console-button{color:#4f76d3;background:#f0f4ff;border-color:#dce6ff}.public-mobile-toggle{display:none;margin-left:auto;padding:6px;color:#657287;background:none;border:0}.public-hero{position:relative;display:flex;min-height:440px;overflow:hidden;background:#f3f8ff url(/login-bg.webp) center / cover no-repeat}.public-hero:after{position:absolute;top:0;right:0;bottom:0;left:0;background:#f7fbff6b;content:"";pointer-events:none}.public-hero-copy{position:relative;z-index:1;width:min(1240px,100%);margin:0 auto;padding:84px 28px 74px}.hero-kicker{color:#7092df;font-size:11px;letter-spacing:.16em}.public-hero h1{margin:14px 0;color:#344257;font-size:42px;font-weight:400;line-height:1.27}.public-hero h1 strong{color:#4376df;font-weight:600}.public-hero-copy p{max-width:430px;margin:0;color:#7d8a9d;font-size:14px;line-height:1.9}.hero-actions{display:flex;gap:11px;margin-top:26px}.hero-primary,.hero-secondary{display:inline-flex;align-items:center;gap:7px;min-height:39px;padding:0 18px;border-radius:2px;font-size:13px}.hero-primary{color:#fff;background:#82a5fa;border:1px solid #82a5fa}.hero-primary:hover{background:#6e91ed}.hero-secondary{color:#5f7fd4;background:#ffffffb3;border:1px solid #cbd9f7}.hero-trust{display:flex;gap:19px;margin-top:30px;color:#7d91ba;font-size:11px}.hero-trust span{display:inline-flex;align-items:center;gap:5px}.hero-scene{position:absolute;z-index:1;top:45px;right:max(8vw,70px);width:380px;height:320px;opacity:.92}.hero-orbit{position:absolute;border:1px solid rgba(97,137,225,.23);border-radius:50%;transform:rotate(-18deg)}.orbit-one{top:34px;right:11px;width:330px;height:180px}.orbit-two{top:80px;right:48px;width:250px;height:130px;transform:rotate(31deg)}.hero-core{position:absolute;top:113px;right:151px;display:grid;width:67px;height:67px;place-items:center;color:#fff;background:#76a1fb;border:7px solid rgba(255,255,255,.75);border-radius:50%;box-shadow:0 9px 24px #507edc40}.hero-chip{position:absolute;padding:7px 10px;color:#6d83b4;background:#ffffffc7;border:1px solid rgba(152,177,233,.38);box-shadow:0 6px 14px #5e7cba14;font-size:11px}.chip-one{top:42px;right:2px}.chip-two{top:226px;right:12px}.chip-three{top:251px;left:38px}.public-section{max-width:1240px;margin:0 auto;padding:72px 28px}.public-section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:27px}.public-section-heading h2{margin:6px 0 5px;color:#394456;font-size:25px;font-weight:600}.public-section-heading p{margin:0;color:#9aa4b4;font-size:13px}.public-section-heading>a{display:inline-flex;align-items:center;gap:5px;color:#5f81d9;font-size:12px}.product-search{display:flex;align-items:center;gap:8px;width:200px;min-height:35px;padding:0 10px;color:#9da7b7;border:1px solid #e4eaf2}.product-search input{width:100%;min-width:0;color:#556174;border:0;outline:0;font-size:12px}.product-search input::placeholder{color:#b0b8c4}.product-tabs{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:24px}.product-tabs button{padding:8px 15px;color:#828d9e;background:#f7f9fc;border:1px solid #edf1f6;border-radius:2px;font-size:12px}.product-tabs button.active{color:#4f79d8;background:#eef3ff;border-color:#dbe5ff}.public-product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:15px}.public-product-card{display:flex;min-height:264px;flex-direction:column;padding:20px;background:#fff;border:1px solid #e9edf4;box-shadow:0 5px 18px #495f870d}.public-product-card:hover{border-color:#c8d7fb;box-shadow:0 9px 24px #496ebe1a}.public-product-icon{display:grid;width:39px;height:39px;place-items:center;color:#6388e5;background:#eef3ff;border-radius:4px}.public-product-group{margin-top:12px;color:#a0a9b6;font-size:10px}.public-product-card h3{min-height:40px;margin:6px 0;color:#455064;font-size:15px;font-weight:600}.public-product-card p{display:-webkit-box;min-height:42px;margin:0;overflow:hidden;color:#8c97a7;font-size:11px;line-height:1.7;-webkit-box-orient:vertical;-webkit-line-clamp:2}.public-product-meta{display:flex;gap:9px;margin-top:13px;color:#a0a8b5;font-size:10px}.public-product-meta span+span{padding-left:9px;border-left:1px solid #edf0f4}.public-product-card footer{display:flex;align-items:end;justify-content:space-between;gap:5px;margin-top:auto;padding-top:14px;border-top:1px solid #f0f2f6}.public-product-card footer div{display:flex;align-items:baseline;flex-wrap:wrap;gap:2px 3px}.public-product-card footer small{width:100%;color:#a0a8b6;font-size:10px}.public-product-card footer strong{color:#4569b8;font-size:20px;font-weight:600}.public-product-card footer em{color:#a0a8b6;font-size:10px;font-style:normal}.public-product-card footer button{display:inline-flex;align-items:center;gap:4px;padding:8px 9px;color:#557dde;background:#f0f4ff;border:1px solid #dce6ff;border-radius:2px;font-size:10px}.public-loading,.public-error,.public-empty{display:grid;place-items:center;gap:8px;min-height:230px;color:#9aa4b4;text-align:center;font-size:12px}.public-error button{color:#5c80d7;background:none;border:0;font-size:12px}.public-empty strong{color:#6d7788;font-size:13px}.public-section-more{display:flex;justify-content:center;padding-top:28px}.public-section-more button{display:inline-flex;align-items:center;gap:6px;color:#5d7fd5;background:none;border:0;font-size:12px}.service-strip{display:grid;grid-template-columns:repeat(4,1fr);max-width:1184px;margin:0 auto;padding:23px 28px;background:#f7faff;border-top:1px solid #eef2f8;border-bottom:1px solid #eef2f8}.service-item{display:flex;align-items:center;justify-content:center;gap:10px;min-height:49px;border-right:1px solid #e7edf7}.service-item:last-child{border-right:0}.service-item>span{display:grid;width:35px;height:35px;place-items:center;color:#6488e5;background:#eaf1ff;border-radius:50%}.service-item div{display:grid;gap:2px}.service-item strong{color:#637087;font-size:12px;font-weight:500}.service-item small{color:#a0a9b7;font-size:10px}.news-section{padding-top:66px}.news-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.news-grid article{min-height:165px;padding:20px;background:#fff;border:1px solid #e9edf4}.news-grid article>span{color:#6f91df;font-size:10px}.news-grid h3{margin:11px 0 7px;color:#4b5668;font-size:15px;font-weight:600}.news-grid p{margin:0 0 15px;color:#8f99a8;font-size:11px;line-height:1.7}.news-grid small{color:#a2aab7;font-size:10px}.public-footer{background:#fafbfd;border-top:1px solid #edf0f5}.public-footer-main{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:35px;max-width:1240px;margin:0 auto;padding:43px 28px 34px}.public-footer-main img{width:126px}.public-footer-main p{margin:11px 0 0;color:#a0a9b7;font-size:11px}.public-footer-main>div:not(:first-child){display:grid;align-content:start;gap:9px}.public-footer-main strong{margin-bottom:3px;color:#697488;font-size:12px;font-weight:600}.public-footer-main a{color:#9aa4b3;font-size:11px}.public-footer-main a:hover{color:#567ddd}.public-footer-bottom{display:flex;justify-content:space-between;gap:10px;max-width:1240px;margin:0 auto;padding:16px 28px;color:#a4acb8;border-top:1px solid #edf0f5;font-size:10px}.public-product-backdrop{align-items:center;justify-content:center;padding:20px}.public-product-dialog{position:relative;width:min(490px,100%);padding:30px;background:#fff;border-radius:5px;box-shadow:0 15px 45px #293d632e}.public-dialog-close{position:absolute;top:14px;right:14px;display:grid;place-items:center;padding:5px;color:#9aa4b3;background:none;border:0}.public-dialog-icon{display:grid;width:44px;height:44px;margin-bottom:13px;place-items:center;color:#5f84e2;background:#edf3ff;border-radius:4px}.public-product-dialog>small{color:#8f9aaa;font-size:10px}.public-product-dialog h2{margin:5px 34px 9px 0;color:#414c5f;font-size:20px}.public-product-dialog>p{margin:0;color:#858f9f;font-size:12px;line-height:1.8}.public-product-dialog dl{display:grid;gap:10px;margin:21px 0;padding:16px;background:#f8faff;border:1px solid #edf1f7}.public-product-dialog dl div{display:flex;justify-content:space-between;gap:16px}.public-product-dialog dt{color:#9ca5b3;font-size:11px}.public-product-dialog dd{margin:0;color:#586477;font-size:11px}.public-product-dialog footer{display:flex;align-items:end;justify-content:space-between;gap:15px}.public-product-dialog footer div{display:grid;gap:2px}.public-product-dialog footer small{color:#9ca5b3;font-size:10px}.public-product-dialog footer strong{color:#4569b8;font-size:25px}.public-product-dialog footer button{display:inline-flex;align-items:center;gap:6px;min-height:37px;padding:0 15px;color:#fff;background:#82a5fa;border:0;border-radius:2px;font-size:12px}@media(max-width:1060px){.public-header-inner{padding:0 20px}.public-nav{gap:20px;margin-left:42px}.public-section{padding-right:20px;padding-left:20px}.public-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hero-scene{right:4vw;opacity:.62}}@media(max-width:760px){.public-header-inner{height:62px}.public-logo img{width:118px}.public-mobile-toggle{display:inline-grid}.public-nav{position:absolute;top:62px;right:14px;left:14px;display:none;flex-direction:column;align-items:stretch;gap:0;margin:0;padding:8px 15px;background:#fff;border:1px solid #e9edf4;box-shadow:0 8px 20px #364d771a}.public-nav.open{display:flex}.public-nav a{padding:11px 0}.public-nav a.active:after{right:auto;width:30px}.public-actions{gap:3px}.public-login-link{padding:7px 5px}.public-register-button{padding:0 9px}.public-console-button{display:none}.public-hero{min-height:450px}.public-hero-copy{padding:59px 23px}.public-hero h1{font-size:34px}.hero-scene{top:210px;right:-35px;transform:scale(.7);transform-origin:top right;opacity:.55}.public-section-heading{align-items:flex-start;flex-direction:column}.product-search{width:100%}.service-strip{grid-template-columns:repeat(2,1fr);padding:16px 14px}.service-item{justify-content:flex-start;padding:8px 10px;border-right:0}.news-grid{grid-template-columns:1fr}.public-footer-main{grid-template-columns:repeat(2,1fr);padding:35px 20px 24px}.public-footer-main>div:first-child{grid-column:1 / -1}.public-footer-bottom{flex-direction:column;padding:14px 20px}}@media(max-width:470px){.public-actions .public-login-link{display:none}.public-product-grid{grid-template-columns:1fr}.public-hero-copy p{max-width:300px}.hero-trust{gap:10px;flex-wrap:wrap}.service-strip{grid-template-columns:1fr}.service-item{border-bottom:1px solid #e7edf7}.service-item:last-child{border-bottom:0}.public-footer-main{grid-template-columns:1fr 1fr}}.storefront{min-height:100vh;overflow-x:hidden;color:#283343;background:#fff}.store-header{position:sticky;z-index:40;top:0;background:#f3f6fff7;border-bottom:1px solid #dfe5f1}.store-header-inner{display:flex;align-items:center;width:min(1360px,100%);height:60px;margin:0 auto;padding:0 30px}.store-logo{display:inline-flex;align-items:center;flex:0 0 auto}.store-logo img{display:block;width:156px;height:auto}.store-nav{display:flex;align-items:stretch;gap:31px;height:100%;margin-left:42px}.store-nav>a,.store-nav-dropdown>button{display:inline-flex;align-items:center;gap:3px;padding:0;color:#2f3643;background:none;border:0;font-size:14px;white-space:nowrap}.store-nav>a:hover,.store-nav-dropdown>button:hover{color:#1877e8}.store-nav>a b{margin-left:2px;color:#f16f90;font-size:11px;font-weight:500}.store-nav-dropdown{position:relative;display:flex;align-items:center}.store-nav-menu{position:absolute;top:50px;left:-16px;display:grid;min-width:180px;padding:8px 0;background:#fff;border:1px solid #e3e8f2;box-shadow:0 12px 30px #2f416821}.store-nav-menu button,.store-nav-menu a{display:block;padding:9px 16px;color:#5a6474;background:#fff;border:0;text-align:left;font-size:12px;white-space:nowrap}.store-nav-menu button:hover,.store-nav-menu a:hover{color:#1977e8;background:#f5f8ff}.store-actions{display:flex;align-items:center;gap:12px;margin-left:auto}.store-login{padding:8px 7px;color:#394252;background:transparent;border:0;font-size:13px}.store-login:hover{color:#1877e8}.store-register{min-height:60px;padding:0 23px;color:#fff;background:#fa6798;border:0;font-size:13px}.store-register:hover{background:#ed5689}.store-console{display:inline-flex;align-items:center;gap:5px;min-height:32px;padding:0 12px;color:#3d70cf;background:#edf3ff;border:1px solid #d8e3fb;border-radius:2px;font-size:12px}.store-mobile-toggle{display:none;margin-left:auto;padding:6px;color:#536176;background:none;border:0}.store-hero{position:relative;min-height:555px;overflow:hidden;background:#eef2ff}.store-hero-video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center}.store-hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#eff3ff96}.store-hero-inner{position:relative;z-index:1;display:grid;grid-template-columns:300px minmax(0,1fr);gap:18px;width:min(1240px,calc(100% - 60px));min-height:463px;margin:0 auto;padding:24px 0 40px}.store-promo-list{align-self:center;display:grid;gap:2px;padding:12px 0;background:#ffffffc7;border:1px solid rgba(221,228,243,.9);box-shadow:0 7px 20px #485b871a}.store-promo-list button{display:grid;gap:3px;min-height:87px;padding:15px 22px;color:#46505f;background:transparent;border:0;border-left:3px solid transparent;text-align:left}.store-promo-list button:hover,.store-promo-list button.active{color:#1e6ed7;background:#ffffffbf;border-left-color:#1680ec}.store-promo-list strong{overflow:hidden;font-size:16px;font-weight:600;line-height:1.35;text-overflow:ellipsis;white-space:nowrap}.store-promo-list small{overflow:hidden;color:#7c8491;font-size:12px;line-height:1.4;text-overflow:ellipsis;white-space:nowrap}.store-promo-list button.active small{color:#6c7890}.store-promo-loading{display:grid;gap:20px;padding:20px 24px}.store-promo-loading span{display:block;height:37px;background:#e6ecf9d9}.store-promo-empty{padding:28px 22px;color:#8e98a8;font-size:12px}.store-hero-copy{align-self:center;max-width:660px;padding:22px 20px 24px 42px}.store-hero-kicker,.store-kicker{color:#527acb;font-size:11px}.store-hero-copy h1{max-width:660px;margin:13px 0;color:#202a39;font-size:clamp(34px,4.3vw,57px);font-weight:600;line-height:1.17}.store-hero-copy p{max-width:590px;margin:0;color:#525f72;font-size:17px;line-height:1.75}.store-hero-offer{display:grid;gap:4px;margin-top:22px;color:#4b596c}.store-hero-offer span{font-size:13px}.store-hero-offer strong{color:#1b66d2;font-size:29px;font-weight:600}.store-hero-offer strong small{margin-right:2px;font-size:16px}.store-hero-offer strong em{margin-left:5px;color:#7e899a;font-size:12px;font-style:normal;font-weight:400}.store-hero-actions{display:flex;flex-wrap:wrap;gap:11px;margin-top:24px}.store-primary,.store-ghost{display:inline-flex;align-items:center;gap:6px;min-height:42px;padding:0 21px;border-radius:2px;font-size:13px}.store-primary{color:#fff;background:#1e78ec;border:1px solid #1e78ec}.store-primary:hover{background:#1267d7}.store-ghost{color:#2369c9;background:#ffffffb8;border:1px solid #9bbcf2}.store-ghost:hover{background:#fff}.store-service-strip{position:absolute;z-index:2;right:0;bottom:0;left:0;display:grid;grid-template-columns:repeat(4,1fr);width:min(1240px,calc(100% - 60px));margin:0 auto;background:#ffffffde;border:1px solid rgba(224,230,243,.88);box-shadow:0 5px 18px #495c8514}.store-service-item{display:flex;align-items:center;gap:12px;min-width:0;min-height:92px;padding:9px 17px;color:#3d4655;background:transparent;border:0;border-right:1px solid #e8ecf4;text-align:left}.store-service-item:last-child{border-right:0}.store-service-item:hover{background:#f4f8ffd1}.store-service-item img{flex:0 0 58px;width:58px;height:58px;object-fit:contain}.store-service-item span{display:grid;gap:3px;min-width:0}.store-service-item strong{overflow:hidden;color:#313b4a;font-size:13px;font-weight:500;text-overflow:ellipsis;white-space:nowrap}.store-service-item small{overflow:hidden;color:#8d96a4;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.store-section{width:min(1240px,calc(100% - 60px));margin:0 auto;padding:75px 0}.store-section-heading{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:27px}.store-section-heading h2{margin:8px 0 5px;color:#2f3949;font-size:28px;font-weight:600}.store-section-heading p{margin:0;color:#929baa;font-size:13px}.store-search{display:flex;align-items:center;gap:8px;width:218px;min-height:37px;padding:0 11px;color:#9aa4b3;border:1px solid #e2e7f0;background:#fff}.store-search input{width:100%;min-width:0;color:#4f5b6c;border:0;outline:0;font-size:12px}.store-search input::placeholder{color:#aeb6c2}.store-category-tabs{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:25px}.store-category-tabs button{min-height:34px;padding:0 15px;color:#808a99;background:#f7f9fc;border:1px solid #e8edf4;border-radius:2px;font-size:12px}.store-category-tabs button:hover,.store-category-tabs button.active{color:#216dd6;background:#edf4ff;border-color:#cfe0ff}.store-product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:15px}.store-product-card{display:flex;min-height:276px;flex-direction:column;padding:20px;background:#fff;border:1px solid #e8ecf3;box-shadow:0 5px 18px #465b840b}.store-product-card:hover{border-color:#bfd5fa;box-shadow:0 9px 23px #3b67b21a}.store-product-card-head{display:flex;align-items:center;gap:8px;color:#919baa;font-size:11px}.store-product-icon{display:grid;width:39px;height:39px;place-items:center;color:#2278e9;background:#edf4ff;border-radius:3px}.store-product-icon img{width:22px;height:auto}.store-product-card h3{min-height:42px;margin:15px 0 7px;color:#3b4657;font-size:15px;font-weight:600;line-height:1.4}.store-product-card p{display:-webkit-box;min-height:43px;margin:0;overflow:hidden;color:#8993a2;font-size:11px;line-height:1.7;-webkit-box-orient:vertical;-webkit-line-clamp:2}.store-product-meta{display:flex;gap:9px;margin-top:14px;color:#a0a9b6;font-size:10px}.store-product-meta span+span{padding-left:9px;border-left:1px solid #edf0f4}.store-product-card footer{display:flex;align-items:end;justify-content:space-between;gap:5px;margin-top:auto;padding-top:15px;border-top:1px solid #eff2f6}.store-product-card footer div{display:grid;gap:2px}.store-product-card footer small{color:#a0a8b5;font-size:10px}.store-product-card footer strong{color:#1e65c6;font-size:21px;font-weight:600}.store-product-card footer button{display:inline-flex;align-items:center;gap:4px;min-height:31px;padding:0 9px;color:#276bd1;background:#f0f5ff;border:1px solid #dae6fb;border-radius:2px;font-size:10px}.store-product-card footer button:hover{background:#e4efff}.store-state{display:grid;place-items:center;gap:8px;min-height:240px;color:#97a1b0;text-align:center;font-size:12px}.store-state strong{color:#687486;font-size:14px}.store-error button{color:#286fd5;background:none;border:0;font-size:12px}.store-more{display:flex;justify-content:center;padding-top:29px}.store-more button,.store-inline-link{display:inline-flex;align-items:center;gap:5px;padding:0;color:#276fd6;background:none;border:0;font-size:12px}.store-more button:hover,.store-inline-link:hover{color:#1258b9}.store-region{background:#f5f8ff;border-top:1px solid #edf1f8;border-bottom:1px solid #edf1f8}.store-region-inner{display:grid;grid-template-columns:1fr 410px;align-items:center;gap:55px;width:min(1100px,calc(100% - 60px));min-height:420px;margin:0 auto;padding:46px 0}.store-region-copy h2{margin:9px 0 11px;color:#2f3949;font-size:30px;font-weight:600}.store-region-copy>p{max-width:440px;margin:0;color:#8792a3;font-size:13px;line-height:1.9}.store-region-stats{display:flex;gap:45px;margin-top:35px}.store-region-stats div{display:grid;gap:2px}.store-region-stats strong{color:#286bd0;font-size:27px;font-weight:600}.store-region-stats span{color:#96a0af;font-size:11px}.store-region-visual{position:relative;display:flex;justify-content:center;height:355px;overflow:hidden}.store-region-visual img{width:300px;height:575px;max-width:none;object-fit:cover;object-position:center 54%}.store-region-visual span{position:absolute;right:8px;bottom:31px;display:inline-flex;align-items:center;gap:5px;padding:8px 11px;color:#3b70c9;background:#ffffffe0;border:1px solid #dbe6fa;font-size:11px}.store-news-section{padding-top:69px;padding-bottom:76px}.store-news-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:15px}.store-news-card{display:flex;align-items:center;gap:12px;min-height:105px;padding:17px;color:#3c4758;background:#fff;border:1px solid #e7ecf3;text-align:left}.store-news-card:hover{border-color:#c4d8f8;box-shadow:0 7px 20px #3f609714}.store-news-card>span:not(.store-news-icon){display:grid;gap:4px;min-width:0}.store-news-card strong{font-size:14px;font-weight:600}.store-news-card small{overflow:hidden;color:#929baa;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.store-news-card>svg{margin-left:auto;flex:0 0 auto;color:#8aa8dc}.store-news-icon{display:grid;flex:0 0 38px;width:38px;height:38px;place-items:center;color:#2c75d8;background:#edf4ff;border-radius:3px}.store-footer{background:#fbfcfe;border-top:1px solid #e9edf4}.store-footer-main{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:30px;width:min(1240px,calc(100% - 60px));margin:0 auto;padding:43px 0 34px}.store-footer-brand img{width:148px}.store-footer-brand p{margin:10px 0 0;color:#9ca5b2;font-size:11px}.store-footer-main>div:not(.store-footer-brand){display:grid;align-content:start;gap:9px}.store-footer-main strong{margin-bottom:2px;color:#677284;font-size:12px;font-weight:600}.store-footer-main a,.store-footer-main button{width:fit-content;padding:0;color:#9aa4b2;background:none;border:0;font-size:11px;text-align:left}.store-footer-main a:hover,.store-footer-main button:hover{color:#276fd5}.store-footer-bottom{display:flex;justify-content:space-between;gap:16px;width:min(1240px,calc(100% - 60px));margin:0 auto;padding:16px 0;color:#a1aab7;border-top:1px solid #edf0f5;font-size:10px}.store-modal-backdrop{position:fixed;z-index:90;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;padding:20px;background:#232f4845}.store-product-dialog{position:relative;width:min(500px,100%);padding:30px;background:#fff;border-radius:4px;box-shadow:0 17px 46px #25375b33}.store-dialog-close{position:absolute;top:13px;right:13px;display:grid;place-items:center;padding:5px;color:#9ca5b2;background:none;border:0}.store-dialog-icon{display:grid;width:44px;height:44px;margin-bottom:12px;place-items:center;color:#276fd6;background:#edf4ff;border-radius:3px}.store-product-dialog>small{color:#909aa8;font-size:10px}.store-product-dialog h2{margin:6px 34px 9px 0;color:#344052;font-size:21px}.store-product-dialog>p{margin:0;color:#7e8998;font-size:12px;line-height:1.8}.store-product-dialog dl{display:grid;gap:10px;margin:20px 0;padding:16px;background:#f8faff;border:1px solid #edf1f7}.store-product-dialog dl div{display:flex;justify-content:space-between;gap:15px}.store-product-dialog dt{color:#9ca6b3;font-size:11px}.store-product-dialog dd{margin:0;color:#4e5b6d;font-size:11px}.store-product-dialog footer{display:flex;align-items:end;justify-content:space-between;gap:15px}.store-product-dialog footer div{display:grid;gap:2px}.store-product-dialog footer small{color:#9ca6b3;font-size:10px}.store-product-dialog footer strong{color:#1e65c6;font-size:25px}.store-product-dialog footer button{display:inline-flex;align-items:center;gap:6px;min-height:37px;padding:0 15px;color:#fff;background:#1e78ec;border:0;border-radius:2px;font-size:12px}.store-modal-enter-active,.store-modal-leave-active{transition:opacity .18s ease,transform .18s ease}.store-modal-enter-from,.store-modal-leave-to{opacity:0}.store-modal-enter-from .store-product-dialog,.store-modal-leave-to .store-product-dialog{transform:translateY(10px)}@media(max-width:1080px){.store-header-inner{padding:0 20px}.store-logo img{width:142px}.store-nav{gap:20px;margin-left:28px}.store-hero-inner,.store-service-strip,.store-section,.store-footer-main,.store-footer-bottom{width:min(100% - 40px,1240px)}.store-hero-copy{padding-left:24px}.store-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.store-region-inner{width:min(100% - 40px,1100px);grid-template-columns:1fr 340px;gap:25px}}@media(max-width:820px){.store-header-inner{height:62px}.store-logo img{width:128px}.store-mobile-toggle{display:inline-grid}.store-nav{position:absolute;top:62px;right:12px;left:12px;display:none;height:auto;flex-direction:column;gap:0;margin:0;padding:8px 15px;background:#fff;border:1px solid #e5eaf3;box-shadow:0 10px 24px #2f416821}.store-nav.open{display:flex}.store-nav>a,.store-nav-dropdown>button{min-height:40px;justify-content:space-between}.store-nav-dropdown{display:grid}.store-nav-menu{position:static;min-width:0;margin:0 0 5px;border:0;box-shadow:none}.store-actions{gap:4px}.store-register{min-height:62px;padding:0 15px}.store-console{display:none}.store-hero{min-height:690px}.store-hero-inner{display:block;min-height:590px;padding-top:22px}.store-promo-list{width:min(100%,420px)}.store-promo-list button{min-height:67px;padding:12px 16px}.store-promo-list strong{font-size:14px}.store-hero-copy{padding:42px 6px 120px}.store-hero-copy h1{font-size:36px}.store-hero-copy p{font-size:14px}.store-service-strip{grid-template-columns:repeat(2,1fr)}.store-service-item{min-height:78px;padding:7px 10px;border-bottom:1px solid #e8ecf4}.store-service-item:nth-child(2){border-right:0}.store-service-item img{width:48px;height:48px}.store-service-item strong{font-size:11px}.store-service-item small{font-size:9px}.store-section{padding-top:57px;padding-bottom:57px}.store-section-heading{align-items:flex-start;flex-direction:column;gap:16px}.store-search{width:100%}.store-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.store-region-inner{display:block;min-height:0;padding-top:57px}.store-region-copy h2{font-size:27px}.store-region-visual{height:300px;margin-top:16px}.store-region-stats{gap:30px}.store-news-grid{grid-template-columns:1fr}.store-footer-main{grid-template-columns:repeat(2,1fr)}.store-footer-brand{grid-column:1 / -1}.store-footer-bottom{flex-direction:column}}@media(max-width:480px){.store-header-inner{padding:0 14px}.store-login{display:none}.store-register{padding:0 13px;font-size:12px}.store-hero-inner,.store-service-strip,.store-section,.store-footer-main,.store-footer-bottom{width:calc(100% - 28px)}.store-hero{min-height:745px}.store-hero-inner{min-height:645px}.store-hero-copy{padding-top:34px}.store-hero-copy h1{font-size:31px}.store-hero-actions{gap:8px}.store-primary,.store-ghost{min-height:38px;padding:0 14px;font-size:12px}.store-service-strip{bottom:12px}.store-service-item{min-height:86px;padding:7px 6px;gap:6px}.store-service-item img{flex-basis:42px;width:42px;height:42px}.store-service-item strong{white-space:normal}.store-product-grid{grid-template-columns:1fr}.store-product-card{min-height:250px}.store-region-stats{justify-content:space-between;gap:10px}.store-region-stats strong{font-size:22px}.store-region-visual img{width:260px}.store-footer-main{grid-template-columns:1fr 1fr;gap:22px 15px}.store-product-dialog{padding:25px 20px}}
