:root{font-family:Inter,PingFang SC,Microsoft YaHei,system-ui,sans-serif;color:#1f2329;background:#f7f8fa;font-synthesis:none;--blue: #3370ff;--blue-hover: #245bdb;--line: #e8eaf0;--muted: #8f959e}*{box-sizing:border-box}html,body,#root{margin:0;min-width:1100px;min-height:100%}body{margin:0}button,input,select,textarea{font:inherit}button{color:inherit}.app-shell{display:grid;grid-template-columns:224px minmax(0,1fr);grid-template-rows:56px minmax(calc(100vh - 56px),auto);min-height:100vh;background:#f7f8fa}.global-header{position:sticky;top:0;z-index:20;grid-column:1 / -1;height:56px;padding:0 24px;display:flex;align-items:center;justify-content:space-between;background:#fff;border-bottom:1px solid #edf0f5}.brand{display:inline-flex;align-items:center;gap:8px;color:#1f2329;font-size:16px;font-weight:700;text-decoration:none}.brand img{width:27px;height:27px;object-fit:contain}.global-actions{display:flex;align-items:center;gap:30px;font-size:13px}.global-actions>a{color:#4e5969;text-decoration:none}.global-actions>a:hover{color:var(--blue)}.portal-context{color:#4e5969}.account-menu{position:relative}.account-pill{width:172px;height:36px;padding:3px 10px 3px 4px;display:flex;align-items:center;gap:8px;border:1px solid #e5e6eb;border-radius:18px;background:#fff;cursor:pointer;font-size:12px}.account-pill>span:nth-child(2){min-width:0;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.avatar{width:28px;height:28px;flex:0 0 28px;display:grid;place-items:center;border-radius:50%;background:#1468f4;color:#fff;font-weight:600}.chevron{color:#86909c;transition:transform .15s ease}.chevron.open{transform:rotate(180deg)}.account-dropdown{position:absolute;z-index:40;top:37px;right:0;width:268px;padding:14px;background:#fff;border:1px solid #e5e6eb;border-radius:14px;box-shadow:0 10px 28px #1f232924}.account-dropdown-user{min-height:59px;padding:4px 0 12px;display:grid;grid-template-columns:28px minmax(0,1fr);gap:10px;align-items:start;border-bottom:1px solid #edf0f5}.account-dropdown-user>div{min-width:0;display:grid;gap:5px}.account-dropdown-user b{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:500}.account-dropdown-user>div span{color:#8f959e;font-size:10px}.account-dropdown-links{padding:4px 0;display:grid;border-bottom:1px solid #edf0f5}.account-dropdown-links a{height:34px;padding:0 3px;display:flex;align-items:center;gap:11px;color:#1f2329;border-radius:6px;text-decoration:none;font-size:12px}.account-dropdown-links a:hover{background:#f7f8fa}.account-dropdown>button{width:100%;height:30px;margin-top:4px;padding:0 3px;display:flex;align-items:center;gap:11px;color:#1f2329;text-align:left;background:transparent;border:0;border-radius:6px;cursor:pointer;font-size:12px}.account-menu-icon{width:15px;height:15px;flex:0 0 15px;fill:none;stroke:#646a73;stroke-width:1.45;stroke-linecap:round;stroke-linejoin:round}.account-dropdown>button:hover{background:#f7f8fa}.account-dropdown>button:disabled{opacity:.45;cursor:not-allowed}.sidebar{position:sticky;top:56px;align-self:start;height:calc(100vh - 56px);padding:16px 12px 12px;background:#fff;border-right:1px solid #edf0f5;display:flex;flex-direction:column}.sidebar nav{display:grid;gap:4px}.sidebar nav a,.sidebar nav .nav-disabled{height:36px;padding:0 12px;display:flex;align-items:center;gap:12px;border-radius:6px;color:#4e5969;text-decoration:none;font-size:13px}.sidebar nav a i,.sidebar nav .nav-disabled i{width:18px;color:#86909c;font-style:normal;font-size:16px;text-align:center}.sidebar nav a i svg,.sidebar nav .nav-disabled i svg{width:15px;height:15px;display:block;margin:auto;fill:none;stroke:currentColor;stroke-width:1.45;stroke-linecap:round;stroke-linejoin:round}.sidebar nav a.active{color:var(--blue);background:#eef4ff;font-weight:500}.sidebar nav a.active i{color:var(--blue)}.sidebar nav .nav-disabled{opacity:.4;cursor:not-allowed}.sidebar-footer{margin-top:auto;padding:12px;color:#c0c4cc;display:flex;justify-content:space-between;font-size:11px}.workspace-main{min-width:0;background:#f7f8fa}.content{padding:24px;min-height:calc(100vh - 56px)}.page-header{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:18px}.page-header h1{margin:0;font-size:20px;line-height:32px;font-weight:600}.page-header p{margin:4px 0 0;color:#86909c;font-size:13px}.eyebrow{margin-bottom:3px;color:var(--blue);font-size:11px;font-weight:600}.btn{min-height:34px;padding:0 16px;border:0;border-radius:5px;cursor:pointer;font-size:13px;font-weight:500;transition:.15s ease}.btn.primary{color:#fff;background:var(--blue)}.btn.primary:hover{background:var(--blue-hover)}.btn.secondary{color:#4e5969;background:#fff;border:1px solid #dcdfe6}.btn:disabled{opacity:.45;cursor:not-allowed}.action-bar{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:8px}.pending-action{position:relative;display:inline-flex;align-items:center}.pending-action small{position:absolute;top:calc(100% + 4px);right:0;color:#a8abb2;font-size:10px;white-space:nowrap}.workflow-steps{margin:0;padding:0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));list-style:none;border:1px solid #edf0f5;border-radius:10px;background:#fff;overflow:hidden}.workflow-step{position:relative;min-height:94px;padding:20px 24px;display:grid;grid-template-columns:28px minmax(0,1fr);gap:12px;align-items:start}.workflow-step+.workflow-step{border-left:1px solid #edf0f5}.workflow-step+.workflow-step:before{content:"";position:absolute;left:-6px;top:42px;width:10px;height:10px;background:#fff;border-top:1px solid #edf0f5;border-right:1px solid #edf0f5;transform:rotate(45deg)}.workflow-index{width:28px;height:28px;display:grid;place-items:center;color:#86909c;background:#f2f3f5;border-radius:50%;font-size:12px;font-weight:600}.workflow-step.active .workflow-index{color:#fff;background:var(--blue)}.workflow-step.done .workflow-index{color:#0f8f55;background:#e8f8f0}.workflow-step b{display:block;margin:2px 0 6px;font-size:13px;font-weight:600}.workflow-step p{margin:0;color:#86909c;font-size:12px;line-height:1.55}.section-heading{margin:22px 0 10px;display:flex;align-items:center;justify-content:space-between;gap:16px}.section-heading h3{margin:0;font-size:15px}.count-pill{min-width:22px;height:22px;margin-left:6px;padding:0 7px;display:inline-grid;place-items:center;color:#245bdb;background:#eef4ff;border-radius:11px;font-size:11px;font-weight:600;vertical-align:middle}.count-pill-group{display:flex;align-items:center;gap:6px;flex-shrink:0}.section-heading p{margin:4px 0 0;color:#86909c;font-size:12px}.feature-actions{margin-top:16px;display:flex;flex-wrap:wrap;align-items:center;gap:8px}.panel{background:#fff;border:1px solid #edf0f5;border-radius:10px;padding:20px;box-shadow:none}.metric-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-bottom:16px}.metric-label,.metric-detail{color:#86909c;font-size:12px}.metric-value{margin:10px 0 5px;font-size:26px;font-weight:600}.governance-command-center{border-left:3px solid var(--blue)}.governance-command-center h3,.governance-command-center p{margin-top:0}.derived-fields-card{margin-bottom:18px;padding:14px 16px;display:grid;gap:5px;background:#f7f9fc;border:1px solid #e6ebf2;border-radius:8px}.derived-fields-card>span{color:#86909c;font-size:11px}.derived-fields-card strong{font-size:14px}.derived-fields-card p{margin:0;color:#646a73;font-size:12px;line-height:1.6}.price-editor{margin-bottom:18px;border:1px solid #e6ebf2;border-radius:8px;overflow:hidden}.price-editor-heading{min-height:44px;padding:0 14px;display:flex;align-items:center;justify-content:space-between;background:#f7f9fc;border-bottom:1px solid #e6ebf2;font-size:12px}.price-editor-heading span{color:#86909c}.price-row{padding:14px;display:grid;grid-template-columns:minmax(120px,1fr) minmax(150px,1fr) minmax(150px,1fr);gap:12px;align-items:end}.price-row+.price-row{border-top:1px solid #edf0f5}.price-row>div:first-child{min-height:58px;display:grid;align-content:center;gap:5px}.price-row>div:first-child strong{font-size:13px}.price-row>div:first-child span{color:#86909c;font-size:11px}.capability-note{margin-bottom:14px;padding:12px 16px;display:flex;align-items:center;gap:14px;color:#646a73;background:#f7f9fc;border:1px solid #e6ebf2;border-radius:8px;font-size:12px}.capability-note strong{color:#1f2329;white-space:nowrap}.capability-note span:last-child{margin-left:auto;color:#8a5a00}.action-explanation{margin:-8px 0 16px;padding:10px 12px;color:#646a73;background:#f7f9fc;border-radius:6px;font-size:12px;line-height:1.6}.table-wrap{overflow:auto}.table-toolbar{min-height:50px;margin:-8px -4px 8px;padding:0 4px;display:flex;align-items:center;justify-content:space-between;gap:12px}.table-search{width:min(360px,100%);height:36px;padding:0 12px;display:flex;align-items:center;gap:8px;color:#86909c;border:1px solid #dfe3e8;border-radius:18px}.table-search input{min-width:0;flex:1;height:32px;border:0;outline:none;background:transparent;font-size:12px}.table-error{flex:1;min-height:38px;padding:6px 8px 6px 12px;display:flex;align-items:center;justify-content:space-between;gap:12px;color:#d54941;background:#fff1f0;border-radius:6px;font-size:12px}table{width:100%;border-collapse:collapse;font-size:12px}th,td{height:48px;padding:0 12px;text-align:left;border-bottom:1px solid #f0f1f4;white-space:nowrap}th{height:40px;color:#646a73;background:#f7f8fa;font-weight:500}.table-actions{display:flex;align-items:center;gap:6px}.table-actions .btn{min-height:28px;padding:0 10px;font-size:12px}.status-badge{display:inline-flex;min-height:22px;padding:0 8px;align-items:center;border-radius:11px;color:#646a73;background:#f2f3f5;font-size:11px}.status-badge.success{color:#18794e;background:#e8f8f0}.status-badge.warning{color:#9a6700;background:#fff7d6}.status-badge.danger{color:#d54941;background:#fff1f0}.empty{height:160px;color:#a8abb2;text-align:center}.skeleton-row td span{width:78%;height:12px;display:block;border-radius:6px;background:linear-gradient(90deg,#f2f3f5 25%,#fafafa,#f2f3f5 65%);background-size:200% 100%;animation:skeleton 1.2s infinite linear}.table-pagination{min-height:52px;padding-top:12px;display:flex;justify-content:space-between;align-items:center;color:#86909c;border-top:1px solid #f0f1f4;font-size:12px}.table-pagination>div{display:flex;align-items:center;gap:10px}.table-pagination .btn{min-height:28px;padding:0 10px}@keyframes skeleton{to{background-position:-200% 0}}.field{display:grid;gap:7px;margin:15px 0;color:#646a73;font-size:13px}.field input,.field select,.field textarea{width:100%;height:40px;padding:0 12px;color:#1f2329;background:#fff;border:1px solid #dfe3e8;border-radius:5px;outline:none}.field textarea{min-height:160px;height:auto;padding:10px 12px;resize:vertical;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;line-height:1.55}.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--blue);box-shadow:0 0 0 2px #3370ff1a}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 14px}.form-grid .full{grid-column:1 / -1}.check-grid{margin:10px 0 18px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.check-option{min-height:40px;padding:0 12px;display:flex;align-items:center;gap:8px;border:1px solid #e5e6eb;border-radius:6px;font-size:12px}.check-option input{width:14px;height:14px}.form-help{margin:-8px 0 14px;color:#a8abb2;font-size:11px;line-height:1.5}.operation-panel{margin-top:18px}.operation-panel>h3{margin:0 0 6px}.operation-panel>p{color:var(--muted)}.operation-panel .button{margin-top:4px}.operation-message{margin:12px 0 0;padding:10px 12px;color:#245b2d!important;background:#f0f9eb;border-radius:6px}.notice{padding:10px 12px;margin:12px 0;color:#52688f;background:#f0f4ff;border-radius:6px;font-size:12px}.notice.danger{color:#d54941;background:#fff1f0}.overlay{position:fixed;z-index:100;inset:0;display:flex;justify-content:flex-end;background:#1f23297a}.overlay.centered{align-items:center;justify-content:center}.drawer{width:min(590px,100vw);height:100%;display:flex;flex-direction:column;background:#fff;box-shadow:-16px 0 48px #1f232929;animation:drawer-in .18s ease-out}.drawer-header{min-height:98px;padding:24px;display:flex;align-items:flex-start;justify-content:space-between;gap:20px;border-bottom:1px solid #edf0f5}.drawer-header h2,.confirm-dialog h2{margin:0;font-size:18px}.drawer-header p{margin:7px 0 0;color:#86909c;font-size:12px;line-height:1.6}.icon-button{width:30px;height:30px;color:#86909c;background:transparent;border:0;border-radius:5px;cursor:pointer;font-size:22px}.icon-button:hover{background:#f2f3f5}.drawer-body{min-height:0;flex:1;overflow:auto;padding:8px 24px 28px}.drawer-footer{min-height:70px;padding:14px 24px;display:flex;justify-content:flex-end;align-items:center;gap:8px;border-top:1px solid #edf0f5;background:#fff}.confirm-dialog{width:440px;padding:24px;background:#fff;border-radius:10px;box-shadow:0 18px 60px #1f23293d}.confirm-dialog p{margin:10px 0 24px;color:#646a73;font-size:13px;line-height:1.7}.danger-button{color:#fff;background:#f54a68}.danger-button:hover{background:#df3656}@keyframes drawer-in{0%{transform:translate(20px);opacity:.5}to{transform:translate(0);opacity:1}}.actions,.auth-links{display:flex;align-items:center;gap:12px;margin-top:18px}.auth-links{justify-content:space-between}.disabled-hint{color:#a8abb2;font-size:12px}pre{overflow:auto}.record-details{margin:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 32px}.record-details>div{min-height:64px;padding:12px 0;border-bottom:1px solid #f0f1f4}.record-details dt{margin-bottom:8px;color:#86909c;font-size:12px}.record-details dd{margin:0;color:#1f2329;font-size:13px;overflow-wrap:anywhere}.structured-value{color:#4e5969;background:#f7f8fa;white-space:normal}.portal-auth{position:relative;min-height:100vh;overflow:hidden;background:linear-gradient(145deg,#f8fbff,#eef4ff 48%,#f7f4ff)}.portal-auth-visual{position:absolute;inset:0;overflow:hidden;padding:18px 24px;color:#1f2329}.portal-auth-visual:before{content:"";position:absolute;width:760px;height:760px;left:50%;top:48%;transform:translate(-50%,-50%);border:1px solid rgba(51,112,255,.18);border-radius:50%;box-shadow:0 0 0 90px #3370ff0b,0 0 0 180px #785bdc09,0 0 0 270px #3370ff06}.portal-auth-visual:after{content:"";position:absolute;inset:56px 0 0;background:#0f172a3d;-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px)}.portal-auth-visual .brand{position:relative;z-index:3}.portal-auth-copy{position:absolute;z-index:1;left:50%;top:35%;width:680px;transform:translate(-50%,-50%);text-align:center}.portal-auth-copy span{display:inline-flex;padding:7px 12px;color:#3370ff;border:1px solid rgba(51,112,255,.22);border-radius:16px;background:#ffffffb8;font-size:12px}.portal-auth-copy h1{margin:20px 0 14px;font-size:42px;line-height:1.25;letter-spacing:-1.5px}.portal-auth-copy p{margin:0;color:#646a73;font-size:14px;line-height:1.8}.portal-auth-form{position:relative;z-index:4;min-height:100vh;display:grid;place-items:center;padding:76px 42px 42px;background:transparent}.portal-auth-card{width:460px;min-height:430px;padding:34px 48px 30px;background:#fff;border-radius:12px;box-shadow:0 24px 80px #1118273d}.portal-auth-card .portal-label{color:#3370ff;font-size:12px;font-weight:600}.portal-auth-card h2{margin:10px 0 7px;font-size:24px;text-align:center}.portal-auth-card>p{margin:0 0 30px;color:#8f959e;font-size:13px}.portal-auth-card>p,.portal-auth-card .portal-label{text-align:center}.portal-auth-card .btn{width:100%;height:42px;margin-top:8px}.portal-auth-card .field{margin:16px 0}.portal-auth-note{margin-top:22px;color:#a8abb2;text-align:center;font-size:11px}.session-loading{min-height:100vh;display:grid;place-items:center;color:#86909c}@media(max-width:1180px){html,body,#root{min-width:900px}.app-shell{grid-template-columns:196px minmax(0,1fr)}.content{padding:20px}.portal-auth-card{transform:scale(.94)}.workflow-steps{grid-template-columns:1fr}.workflow-step+.workflow-step{border-left:0;border-top:1px solid #edf0f5}.workflow-step+.workflow-step:before{display:none}}.auth-scene{position:relative;min-height:100vh;overflow:hidden;background:#fff}.public-header{position:relative;z-index:4;height:64px;padding:0 24px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;background:#fff;border-bottom:1px solid #f0f1f4}.public-header nav{display:flex;gap:38px}.public-header nav a{color:#4e5969;text-decoration:none;font-size:13px}.public-auth{justify-self:end;display:flex;padding:3px;background:#f2f3f5;border-radius:6px}.public-auth a{min-width:58px;height:30px;display:grid;place-items:center;color:#646a73;text-decoration:none;border-radius:4px;font-size:12px}.public-auth a.active{color:#3370ff;background:#fff;box-shadow:0 1px 4px #1f232914}.landing-backdrop{position:absolute;inset:64px 0 0;color:#1f2329;background:linear-gradient(180deg,#fff,#f8fbff 44%,#fff 76%)}.hero{position:relative;height:320px;padding-top:58px;text-align:center;overflow:hidden}.hero h1{margin:0;font-size:44px;line-height:1.25;letter-spacing:-2px}.hero h1 span{color:#3370ff}.hero p{margin:16px 0;color:#86909c;font-size:15px}.hero-orbit{position:absolute;left:50%;bottom:-72px;width:780px;height:215px;transform:translate(-50%);background:url("data:image/svg+xml,%3csvg%20preserveAspectRatio='none'%20overflow='visible'%20style='display:%20block;'%20width='1366.7'%20height='533'%20viewBox='0%200%201366.7%20533'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='Group%207354'%3e%3cpath%20id='Ellipse%20591'%20d='M30.7742%20184.978C205.506%20275.38%20425.9%20318.112%20682.824%20318.112C939.747%20318.112%201148.57%20273.798%201334.87%20184.978'%20stroke='url(%23paint0_linear_0_22)'%20stroke-width='3'%20stroke-linecap='round'/%3e%3cg%20id='Ellipse%20592'%20opacity='0.45'%20filter='url(%23filter0_f_0_22)'%3e%3cpath%20d='M1216.7%20228.956C1216.7%20267.346%20983.637%20383%20686.222%20383C388.806%20383%20150%20265.581%20150%20237.742C150%20237.742%20388.806%20322.332%20686.222%20322.332C983.637%20322.332%201216.7%20228.956%201216.7%20228.956Z'%20fill='url(%23paint1_linear_0_22)'/%3e%3c/g%3e%3cpath%20id='Ellipse%20593'%20d='M30.7742%20183.923C205.506%20274.325%20425.9%20317.056%20682.824%20317.056C939.747%20317.056%201148.57%20272.742%201334.87%20183.923L1310.52%200H30.7742V183.923Z'%20fill='url(%23paint2_linear_0_22)'/%3e%3c/g%3e%3cdefs%3e%3cfilter%20id='filter0_f_0_22'%20x='0'%20y='78.9559'%20width='1366.7'%20height='454.044'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='BackgroundImageFix'%20result='shape'/%3e%3cfeGaussianBlur%20stdDeviation='75'%20result='effect1_foregroundBlur_0_22'/%3e%3c/filter%3e%3clinearGradient%20id='paint0_linear_0_22'%20x1='50.2565'%20y1='251.545'%20x2='1307.48'%20y2='251.545'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%230067FF'%20stop-opacity='0'/%3e%3cstop%20offset='0.50377'%20stop-color='%230067FF'/%3e%3cstop%20offset='1'%20stop-color='%230067FF'%20stop-opacity='0'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint1_linear_0_22'%20x1='697.964'%20y1='424.881'%20x2='697.964'%20y2='305.978'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%2388B8FF'/%3e%3cstop%20offset='1'%20stop-color='%230B6EFF'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint2_linear_0_22'%20x1='667.603'%20y1='317.584'%20x2='667.603'%20y2='-8.26706e-08'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='white'/%3e%3cstop%20offset='1'%20stop-color='white'%20stop-opacity='0'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e") center/contain no-repeat}.orbit-card{position:absolute;padding:10px 16px;color:#596780;background:#ffffffe0;border:1px solid #e8eef9;border-radius:10px;box-shadow:0 12px 35px #415b911a;font-size:12px}.orbit-card.one{left:120px;top:55px}.orbit-card.two{left:345px;top:20px}.orbit-card.three{right:100px;top:68px}.landing-stats{height:110px;display:grid;grid-template-columns:repeat(4,1fr);align-items:center;background:#ffffffd1;border-top:1px solid #eef2f8;border-bottom:1px solid #eef2f8}.landing-stats div{display:grid;gap:6px;text-align:center;border-right:1px solid #eef0f4}.landing-stats div:last-child{border:0}.landing-stats b{color:#3370ff;font-size:25px}.landing-stats span{color:#86909c;font-size:12px}.landing-features{padding:34px 10%;text-align:center}.landing-features h2{margin:0 0 28px;font-size:24px}.landing-features>div{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.landing-features article{padding:28px;background:#fff;border:1px solid #edf0f5;border-radius:12px;font-weight:600}.landing-features small{display:inline-block;margin-top:12px;color:#98a0ad;font-weight:400}.auth-scrim{position:absolute;z-index:5;inset:64px 0 0;background:#0f172a47;-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px)}.auth-modal{position:absolute;z-index:6;top:50%;left:50%;width:460px;min-height:500px;padding:30px 48px 28px;transform:translate(-50%,-47%);background:#fff;border-radius:12px;box-shadow:0 24px 80px #1118273d}.auth-modal>h1{margin:2px 0 24px;text-align:center;font-size:24px;font-weight:600}.modal-close{position:absolute;top:15px;right:19px;color:#8f959e;text-decoration:none;font-size:26px;font-weight:200}.auth-tabs{height:39px;display:grid;grid-template-columns:1fr 1fr;margin-bottom:22px;border-bottom:1px solid #e8eaed}.auth-tabs button{position:relative;border:0;color:#646a73;background:transparent;cursor:pointer;font-size:14px}.auth-tabs button.active{color:#3370ff;font-weight:500}.auth-tabs button.active:after{content:"";position:absolute;left:32px;right:32px;bottom:-1px;height:2px;background:#3370ff}.login-form{display:grid;gap:14px}.login-form>label{position:relative;height:43px;display:flex;align-items:center;border:1px solid #dfe3e8;border-radius:5px;overflow:hidden}.login-form>label:focus-within{border-color:#3370ff;box-shadow:0 0 0 2px #3370ff14}.login-form>label>span:first-child{padding:0 12px;color:#646a73;border-right:1px solid #e6e8eb;font-size:13px}.login-form input{min-width:0;width:100%;height:100%;padding:0 13px;border:0;outline:none;background:transparent;font-size:13px}.login-form>label>button{height:25px;padding:0 12px;color:#3370ff;background:transparent;border:0;border-left:1px solid #e8eaed;font-size:12px;white-space:nowrap}.password-eye{position:absolute;right:12px;color:#a8abb2;border:0!important}.password-row{display:flex;justify-content:space-between;color:#86909c;font-size:12px}.password-row label{display:flex;gap:5px;align-items:center}.password-row input{width:13px;height:13px}.password-row button{color:#3370ff;background:none;border:0;font-size:12px}.password-row button:disabled{color:#a8abb2}.login-submit{height:42px;color:#fff;background:#3370ff;border:0;border-radius:5px;cursor:pointer;font-size:14px}.login-submit:hover{background:#245bdb}.login-submit:disabled{opacity:.5;cursor:not-allowed}.register-prompt{margin:18px 0 20px;color:#86909c;text-align:center;font-size:12px}.register-prompt a{color:#3370ff;text-decoration:none}.other-login{display:flex;align-items:center;gap:12px;color:#a8abb2;font-size:11px}.other-login:before,.other-login:after{content:"";flex:1;height:1px;background:#eceef1}.social-login{display:flex;justify-content:center;gap:24px;margin-top:17px}.social-login button{width:34px;height:34px;border:1px solid #e1e4e8;border-radius:50%;color:#86909c;background:#fff}.missing-api{margin:-5px 0 0;color:#a8abb2;text-align:center;font-size:11px}.session-loading{min-height:100vh;display:flex;align-items:center;justify-content:center;gap:10px;color:#86909c}.loader{width:18px;height:18px;border:2px solid #dbe5ff;border-top-color:#3370ff;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.overview-page{display:grid;gap:16px}.profile-intro{height:48px;display:flex;align-items:center;gap:12px}.large-avatar{width:48px;height:48px;display:grid;place-items:center;color:#fff;background:linear-gradient(145deg,#7052d5,#b48fe9);border-radius:50%;font-size:18px}.profile-intro div{display:grid;gap:5px}.profile-intro b{font-size:13px}.profile-intro span:last-child{color:#86909c;font-size:11px}.overview-metrics{height:104px;display:grid;grid-template-columns:repeat(3,1fr);background:#fff;border:1px solid #edf0f5;border-radius:10px}.overview-metrics>div{position:relative;padding:22px 24px 18px 72px;display:grid;grid-template-columns:1fr;border-right:1px solid #edf0f5}.overview-metrics>div:last-child{border:0}.overview-metrics span{color:#86909c;font-size:12px}.overview-metrics b{margin-top:8px;font-size:24px;font-weight:600}.metric-icon{position:absolute;left:24px;top:29px;width:34px;height:34px;display:grid;place-items:center;border-radius:8px;font-style:normal}.metric-icon.blue{color:#3370ff;background:#edf4ff}.metric-icon.purple{color:#8256d8;background:#f3efff}.metric-icon.cyan{color:#00a6a6;background:#e9fbfb}.overview-grid{display:grid;grid-template-columns:minmax(0,2fr) minmax(300px,1fr);gap:16px}.usage-panel,.hot-models{height:294px}.panel-title{display:flex;align-items:center;justify-content:space-between}.panel-title b{font-size:14px}.panel-title button{height:25px;padding:0 10px;color:#86909c;background:#fff;border:0;font-size:11px}.panel-title button.active{color:#3370ff;background:#edf4ff;border-radius:4px}.panel-title a{color:#3370ff;text-decoration:none;font-size:11px}.chart-legend{display:flex;justify-content:flex-end;gap:15px;color:#86909c;font-size:10px}.dot{width:7px;height:7px;display:inline-block;margin-right:5px;border-radius:2px}.dot.blue{background:#78a3ff}.dot.violet{background:#796ae6}.usage-chart{height:214px;display:grid;grid-template-columns:30px 1fr;padding-top:12px}.axis{display:flex;flex-direction:column;justify-content:space-between;padding-bottom:24px;color:#b0b5bd;font-size:9px}.bars{display:grid;grid-template-columns:repeat(7,1fr);border-bottom:1px solid #e8eaed;background:repeating-linear-gradient(to bottom,#f0f2f5 0,#f0f2f5 1px,transparent 1px,transparent 39px)}.bar-column{display:flex;flex-direction:column;justify-content:flex-end;align-items:center;gap:8px;color:#a1a6ae;font-size:9px}.bar-stack{height:150px;display:flex;align-items:flex-end;gap:3px}.bar-stack i{width:10px;background:#78a3ff;border-radius:2px 2px 0 0}.bar-stack i+i{background:#796ae6}.model-rank{margin-top:22px}.model-rank>div{display:flex;justify-content:space-between;font-size:11px}.model-rank b{color:#646a73;font-weight:500}.model-rank>i{height:5px;display:block;margin-top:8px;background:#f0f1f4;border-radius:3px;overflow:hidden}.model-rank em{height:100%;display:block;border-radius:3px}.overview-reference-page{display:grid;gap:20px}.overview-identity{height:69px;padding-top:18px;display:flex;align-items:flex-start;gap:12px}.overview-avatar{width:48px;height:48px;flex:0 0 48px;display:grid;place-items:center;color:#fff;background:#1468f4;border-radius:50%;font-size:18px}.overview-avatar.person{font-size:25px;font-weight:300}.overview-avatar.person svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.overview-identity>div{display:grid;gap:5px}.overview-identity b{font-size:16px;font-weight:500}.overview-identity span:last-child{color:#7b8087;font-size:13px}.overview-summary-card{height:144px;display:grid;grid-template-columns:1fr 1.07fr 1fr;padding:24px;background:#fff;border-radius:12px}.overview-summary{position:relative;padding:4px 24px 0 0;display:grid;grid-template-rows:38px 38px 18px;border-right:1px solid #e8eaed}.overview-summary:not(:first-child){padding-left:32px}.overview-summary:last-child{border-right:0}.overview-summary-icon{position:absolute;top:0;left:0;width:28px;height:28px;display:grid;place-items:center;border-radius:50%;font-size:14px;font-style:normal}.overview-summary-icon svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.65;stroke-linecap:round;stroke-linejoin:round}.overview-summary-icon.blue{color:#1468f4;background:#eaf2ff}.overview-summary-icon.purple{color:#a84df5;background:#f4e9ff}.overview-summary-icon.pink{color:#f45cac;background:#ffe9f6}.overview-summary>span{padding-left:39px;color:#7b8087;font-size:13px}.overview-summary:not(:first-child) .overview-summary-icon{left:32px}.overview-summary>b{font-size:22px;line-height:32px;font-weight:500}.overview-summary>small{color:#a7abb2;font-size:11px}.overview-dashboard-grid{margin-top:4px;display:grid;grid-template-columns:minmax(0,1fr) 385px;gap:20px}.overview-usage-card,.overview-hot-card{height:414px;background:#fff;border-radius:12px}.overview-usage-card{position:relative;padding:20px}.overview-usage-head{height:132px}.overview-usage-controls{height:40px;display:flex;align-items:center;gap:16px}.overview-usage-controls>b{font-size:14px;font-weight:500;white-space:nowrap}.overview-date-picker{position:relative}.overview-date-control{width:276px;height:36px;padding:0 12px;color:#4e5969;text-align:left;background:#fff;border:1px solid #dfe3e8;border-radius:18px;cursor:pointer;font-size:13px}.overview-date-control[aria-expanded=true]{border-color:#3370ff;box-shadow:0 0 0 2px #3370ff14}.overview-date-popover{position:absolute;z-index:10;top:43px;left:0;width:326px;padding:16px;display:grid;grid-template-columns:1fr 1fr;gap:12px;background:#fff;border:1px solid #e1e4e8;border-radius:12px;box-shadow:0 8px 24px #1f232926}.overview-date-popover label{display:grid;gap:7px;color:#646a73;font-size:11px}.overview-date-popover input{width:100%;height:34px;padding:0 9px;color:#1f2329;background:#fff;border:1px solid #dfe3e8;border-radius:6px;outline:none;font-size:11px}.overview-date-popover input:focus{border-color:#3370ff}.overview-date-popover>p{grid-column:1 / -1;margin:-3px 0 0;color:#e5484d;font-size:10px}.overview-date-popover>div{grid-column:1 / -1;display:flex;justify-content:flex-end;gap:8px;padding-top:3px}.overview-date-popover>div button{height:30px;padding:0 13px;color:#4e5969;background:#fff;border:1px solid #dfe3e8;border-radius:15px;cursor:pointer;font-size:11px}.overview-date-popover>div button.primary{color:#fff;background:#1468f4;border-color:#1468f4}.overview-date-popover>div button:disabled{opacity:.45;cursor:not-allowed}.overview-view-switch{width:196px;height:36px;padding:2px;display:grid;grid-template-columns:repeat(3,1fr);background:#f2f3f5;border-radius:18px}.overview-view-switch button{border:0;color:#7b8087;background:transparent;border-radius:16px;cursor:pointer;font-size:13px}.overview-view-switch button.active{color:#fff;background:#1468f4}.overview-usage-total{height:92px;padding:24px 16px 0 0;display:flex;align-items:flex-start;justify-content:space-between}.overview-usage-total b{font-size:24px;font-weight:500}.overview-usage-total span{color:#7b8087;font-size:12px}.overview-chart{height:225px;display:grid;grid-template-columns:66px minmax(0,1fr)}.overview-chart-axis{height:193px;padding-right:15px;display:flex;flex-direction:column;justify-content:space-between;align-items:flex-end;color:#7b8087;font-size:11px}.overview-chart-grid{position:relative;min-width:100%;height:193px;display:grid;border-bottom:1px dashed #dfe3e8}.overview-chart-grid:before{content:"";position:absolute;z-index:0;inset:0;pointer-events:none;background:repeating-linear-gradient(to right,#dfe3e8 0 3px,transparent 3px 7px) 0 0 / 100% 1px no-repeat,repeating-linear-gradient(to right,#dfe3e8 0 3px,transparent 3px 7px) 0 25% / 100% 1px no-repeat,repeating-linear-gradient(to right,#dfe3e8 0 3px,transparent 3px 7px) 0 50% / 100% 1px no-repeat,repeating-linear-gradient(to right,#dfe3e8 0 3px,transparent 3px 7px) 0 75% / 100% 1px no-repeat}.overview-day-column{position:relative;z-index:1;min-width:0;display:flex;flex-direction:column;justify-content:flex-end;align-items:center;border-left:1px dashed #dfe3e8}.overview-day-column:hover{z-index:2}.overview-day-column:last-child{border-right:1px dashed #dfe3e8}.overview-day-bar{width:80px;max-width:86%;display:flex;flex-direction:column-reverse;overflow:hidden}.overview-day-bar>i{width:100%;min-height:1px;flex:0 0 auto;display:block}.overview-day-column>span{position:absolute;top:calc(100% + 11px);left:50%;transform:translate(-50%);color:#7b8087;font-size:11px}.overview-chart-tooltip{position:absolute;z-index:5;left:calc(50% + 57px);bottom:-50px;width:242px;height:216px;padding:12px;color:#1f2329;background:#fff;border:1px solid #e1e4e8;border-radius:10px;box-shadow:0 6px 18px #1f232926;font-size:11px}.overview-day-column:nth-child(n+6) .overview-chart-tooltip{right:calc(50% + 52px);left:auto}.overview-chart-tooltip>b{display:block;padding-bottom:10px;border-bottom:1px solid #e8eaed;font-weight:500}.overview-chart-tooltip>div,.overview-chart-tooltip footer{height:25px;display:flex;align-items:center;justify-content:space-between}.overview-chart-tooltip>div span{display:inline-flex;align-items:center}.overview-chart-tooltip i{width:2px;height:13px;margin-right:8px;display:inline-block}.overview-chart-tooltip strong{font-weight:500}.overview-chart-tooltip footer{margin-top:2px;padding-top:8px;border-top:1px solid #e8eaed}.overview-chart-status{position:absolute;right:20px;bottom:12px;color:#8f959e;font-size:10px}.overview-chart-status.error{color:#e5484d}.overview-hot-card{padding:20px}.overview-hot-card>header{height:26px;display:flex;align-items:flex-start;gap:10px}.overview-hot-card>header b{font-size:14px;font-weight:500}.overview-hot-card>header span{color:#a7abb2;font-size:10px}.overview-hot-list{display:grid}.overview-hot-empty{height:330px;display:grid;place-items:center;color:#a7abb2;font-size:12px}.overview-hot-list article{position:relative;height:67px;display:grid;grid-template-columns:34px minmax(0,1fr) auto;gap:12px;align-items:center}.overview-model-logo{width:32px;height:32px;display:grid;place-items:center;border:1px solid #e8eaed;border-radius:8px;font-size:14px;font-weight:600}.overview-model-logo.logo-0{color:#1468f4;background:#fff}.overview-model-logo.logo-1,.overview-model-logo.logo-2{color:#1f2329;background:#d49a72;border-color:#d49a72}.overview-hot-list article>div{min-width:0;display:flex;align-items:baseline;gap:10px}.overview-hot-list article>div b{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:400}.overview-hot-list article>div span{color:#a7abb2;white-space:nowrap;font-size:11px}.overview-hot-list article>strong{font-size:12px;font-weight:400}.overview-hot-list article>i{position:absolute;right:0;bottom:0;left:0;height:3px;background:#f0f1f4}.overview-hot-list article>i em{height:100%;display:block}@media(max-width:1180px){.overview-dashboard-grid{grid-template-columns:1fr}.overview-hot-card{width:100%}}.surface-page{min-height:calc(100vh - 104px);padding:0 24px 20px;background:#fff;border:1px solid #edf0f5;border-radius:10px}.surface-page .page-header{height:62px;align-items:center;margin:0 -24px;padding:0 24px;border-bottom:1px solid #edf0f5}.key-filters{padding:16px 0;display:grid;grid-template-columns:210px 210px 170px auto auto 1fr;gap:12px}.key-filters input,.key-filters select{height:34px;padding:0 10px;border:1px solid #dfe3e8;border-radius:5px;outline:none;font-size:12px}.key-table-wrap{overflow-x:auto;border:1px solid #edf0f5;border-radius:6px}.key-table{min-width:1100px}.key-table th{background:#f7f8fa}.key-table th:first-child,.key-table td:first-child{width:42px;text-align:center}.key-table code{color:#646a73;font-family:ui-monospace,monospace}.status{display:inline-flex;align-items:center;height:22px;padding:0 8px;border-radius:11px;color:#00a870;background:#e8ffea}.status.revoked,.status.disabled{color:#f54a45;background:#fff0f0}.status.expired{color:#f80;background:#fff5e8}.text-button{padding:0;color:#3370ff;background:none;border:0;font-size:11px}.danger-text{color:#f54a45}.text-button:disabled{opacity:.45}.pagination{padding-top:14px;display:flex;justify-content:flex-end;align-items:center;gap:6px;color:#86909c;font-size:11px}.pagination button{width:28px;height:28px;background:#fff;border:1px solid #e3e5e8;border-radius:4px}.pagination button.active{color:#3370ff;border-color:#3370ff}.secret-banner{margin-bottom:14px;padding:12px 14px;display:flex;align-items:center;justify-content:space-between;color:#2254bc;background:#eef4ff;border:1px solid #d9e6ff;border-radius:6px;font-size:12px}.secret-banner div{display:grid;gap:6px}.secret-banner code{color:#1f2329}.dialog-scrim{position:fixed;z-index:50;inset:0;display:grid;place-items:center;background:#0f172a59}.dialog{position:relative;width:440px;padding:26px;background:#fff;border-radius:10px;box-shadow:0 24px 70px #0f172a38}.dialog h2{margin:0 0 20px;font-size:18px}.dialog p{color:#86909c;font-size:12px}.dialog-close{position:absolute;right:18px;top:14px;background:none;border:0;font-size:22px}.dialog-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:24px}.model-market{margin:-24px;min-height:calc(100vh - 56px);background:#f7f8fa}.market-hero{height:154px;padding-top:22px;text-align:center;background:radial-gradient(circle at 45% 0,#eef2ff 0,transparent 45%),linear-gradient(110deg,#f3f8ff,#faf6ff);border-bottom:1px solid #edf0f5}.market-hero h1{margin:0;font-size:28px}.market-hero>p{margin:8px 0 20px;color:#86909c;font-size:12px}.market-controls{padding:0 28px;display:flex;justify-content:center;gap:10px}.market-search{width:340px;height:34px;padding:0 11px;display:flex;align-items:center;gap:8px;color:#86909c;background:#fff;border:1px solid #dfe3e8;border-radius:5px}.market-search input{width:100%;border:0;outline:none;font-size:12px}.market-controls select{width:112px;padding:0 10px;border:1px solid #dfe3e8;border-radius:5px;background:#fff;font-size:11px}.segmented,.view-toggle{display:flex;padding:3px;background:#fff;border:1px solid #dfe3e8;border-radius:5px}.segmented button,.view-toggle button{min-width:42px;border:0;color:#86909c;background:transparent;border-radius:3px;font-size:11px}.segmented button.active,.view-toggle button.active{color:#3370ff;background:#edf4ff}.market-layout{display:grid;grid-template-columns:216px 1fr}.market-filter{min-height:calc(100vh - 210px);padding:22px 26px;display:flex;flex-direction:column;background:#fff;border-right:1px solid #edf0f5}.market-filter b{margin:4px 0 12px;font-size:12px}.market-filter b:not(:first-child){margin-top:28px}.market-filter label{height:31px;display:flex;align-items:center;gap:8px;color:#646a73;font-size:11px}.market-filter input{accent-color:#3370ff}.model-grid{align-content:start;padding:18px 24px 30px;display:grid;grid-template-columns:repeat(3,minmax(220px,1fr));gap:14px}.model-card{height:150px;padding:16px;background:#fff;border:1px solid #e9ebef;border-radius:10px;transition:.18s ease}.model-card:hover{transform:translateY(-2px);border-color:#cbd9ff;box-shadow:0 8px 20px #3370ff14}.model-card-head{display:flex;justify-content:space-between;align-items:center}.model-card-head>div{display:flex;align-items:center;gap:9px;min-width:0}.model-logo{width:26px;height:26px;display:grid;place-items:center;color:#fff;background:linear-gradient(145deg,#4e66d5,#7c51d5);border-radius:7px;font-size:12px}.model-card h3{margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px}.model-card-head button{color:#9ba1aa;background:none;border:0}.price-row{margin-top:15px;display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.price-row div{display:grid;gap:4px}.price-row span{color:#9ba1aa;font-size:9px}.price-row b{font-size:11px;font-weight:500}.model-card-foot{margin-top:14px;display:flex;align-items:center;gap:8px;color:#8f959e;font-size:9px}.model-card-foot .healthy{color:#00a870}.model-card-foot a{margin-left:auto;color:#3370ff;text-decoration:none}.model-card.skeleton{background:linear-gradient(100deg,#fff 25%,#f4f5f7,#fff 55%);background-size:300% 100%;animation:shimmer 1.3s infinite}@keyframes shimmer{to{background-position:-100% 0}}.market-empty{grid-column:1/-1;padding:100px 0;color:#a8abb2;text-align:center}.app-shell:has(.model-market){grid-template-columns:1fr}.app-shell:has(.model-market)>.sidebar{display:none}.app-shell:has(.model-market)>.workspace-main{grid-column:1 / -1}.model-market .market-layout{grid-template-columns:240px 1fr}.market-reference{color:#1f2329;background:#f8f8fb}.market-reference .market-layout{min-height:calc(100vh - 56px);display:grid;grid-template-columns:240px minmax(0,1fr)}.market-main{min-width:0}.market-reference .market-hero{height:223px;padding:38px 24px 0;text-align:center;background:radial-gradient(circle at 53% 0,#f7f3ff 0,transparent 45%),linear-gradient(110deg,#eef5ff,#faf7ff);border:0}.market-reference .market-hero h1{margin:0;font-size:36px;line-height:46px;font-weight:700;letter-spacing:.5px}.market-reference .market-hero>p{margin:13px 0 0;color:#6f747b;font-size:16px;line-height:22px}.market-reference .market-hero>span{display:block;margin-top:4px;color:#6f747b;font-size:16px;line-height:22px}.market-reference .market-controls{height:36px;margin-top:28px;padding:0;display:flex;justify-content:center;gap:14px}.market-reference .market-search{width:260px;height:36px;padding:0 13px;display:flex;align-items:center;gap:9px;color:#7b8087;background:#fff;border:1px solid #dfe3e8;border-radius:19px}.market-reference .market-search>span{font-size:17px;transform:rotate(-15deg)}.market-reference .market-search input{min-width:0;width:100%;border:0;outline:none;font-size:13px}.market-reference .market-controls>select{width:150px;height:36px;padding:0 13px;color:#1f2329;background:#fff;border:1px solid #dfe3e8;border-radius:19px;outline:none;font-size:13px}.market-segment,.market-view-toggle{height:36px;padding:2px;display:flex;background:#fff;border:1px solid #dfe3e8;border-radius:19px}.market-segment button{min-width:62px;padding:0 13px;background:transparent;border:0;border-radius:16px;font-size:13px}.market-segment.unit button{min-width:62px}.market-segment button.active,.market-view-toggle button.active{color:#fff;background:#1468f4}.market-view-toggle{width:66px}.market-view-toggle button{width:31px;color:#646a73;background:transparent;border:0;border-radius:16px;font-size:15px}.market-filter-reference{min-height:calc(100vh - 56px);padding:20px 12px 30px 24px;background:#fff;border-right:1px solid #e5e6eb;overflow:hidden}.market-filter-reference>header{padding-right:12px}.market-filter-reference>header b{margin:0;font-size:14px;font-weight:500}.market-filter-reference>header button{float:right;padding:0;color:#4e5969;background:transparent;border:0;font-size:12px}.market-filter-reference>header p{width:190px;margin:9px 0 10px;color:#7b8087;font-size:12px;line-height:19px}.market-filter-section{width:192px;border-bottom:1px solid #e5e6eb}.filter-section-title{width:100%;height:46px;padding:0;display:flex;align-items:center;justify-content:space-between;color:#1f2329;background:transparent;border:0;cursor:pointer;font-size:13px}.filter-section-title i{color:#8f959e;font-style:normal;font-size:16px}.filter-options{padding:0 0 8px;display:grid;gap:0}.filter-options button{min-height:36px;padding:0 12px;color:#6f747b;text-align:left;background:transparent;border:0;border-radius:8px;font-size:13px;white-space:nowrap}.filter-options button.selected{min-height:32px}.filter-options button.selected{display:flex;align-items:center;justify-content:space-between;color:#1468f4;background:#edf4ff}.filter-options button i{font-style:normal}.filter-value{display:inline-flex;align-items:center;gap:7px}.filter-value small{height:20px;min-width:20px;padding:0 5px;display:inline-flex;align-items:center;justify-content:center;color:inherit;background:#fff;border:1px solid #dfe3e8;border-radius:10px;font-size:10px}.market-filter-reference.expanded .market-filter-section{padding-bottom:2px}.market-model-grid{align-content:start;padding:18px 24px 30px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.market-layout:has(.market-filter-reference.expanded) .market-model-grid{padding-top:20px}.market-card{height:186px;padding:20px;background:#fff;border:0;border-radius:14px;transition:.15s ease}.market-card:hover{transform:translateY(-1px);box-shadow:0 7px 20px #1f23290f}.market-card-top{height:96px;display:grid;grid-template-columns:40px minmax(0,1fr) auto 28px;gap:11px;align-items:start}.market-model-logo{width:40px;height:40px;display:grid;place-items:center;color:#ee6b49;background:#fff;border:1px solid #e5e6eb;border-radius:11px;font-size:22px;line-height:1}.market-model-logo.openai{color:#1f2329;font-size:19px}.market-model-logo img{width:24px;height:24px;display:block}.market-card-name{min-width:0;display:grid;align-content:start;gap:3px}.market-card-name h3{margin:0 0 2px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:15px;line-height:19px;font-weight:500}.market-card-name span{color:#72777e;font-size:12px;line-height:15px}.market-card-name>.market-card-price{display:flex;align-items:baseline;gap:6px}.market-card-price>strong{flex:0 0 28px;color:#8f959e;font-size:11px;font-weight:500}.market-card-price>span{min-width:0;overflow:hidden;color:#1f2329;text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-variant-numeric:tabular-nums}.market-detail-button{height:30px;padding:0 12px;color:#1f2329;background:#fff;border:1px solid #e1e4e8;border-radius:16px;cursor:pointer;white-space:nowrap;font-size:12px}.market-copy-button{width:28px;height:28px;padding:0;color:#7b8087;background:#fff;border:1px solid #e1e4e8;border-radius:50%;cursor:pointer;font-size:14px}.market-card-bottom{height:50px;display:grid;grid-template-columns:minmax(0,1fr) 111px;gap:10px;align-items:end}.market-card-bottom>div{min-width:0;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:6px 10px;align-items:center}.market-card-bottom b{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:14px;line-height:18px;font-weight:500}.market-card-bottom a{color:#1468f4;font-size:12px;white-space:nowrap}.market-card-bottom>div>span{grid-column:1 / -1;overflow:hidden;color:#a1a6ae;text-overflow:ellipsis;white-space:nowrap;font-size:11px}.market-card-bottom dl{margin:0;display:grid;grid-template-columns:repeat(3,1fr);gap:7px}.market-card-bottom dl div{display:grid;gap:8px;text-align:center}.market-card-bottom dt{color:#a1a6ae;font-size:10px}.market-card-bottom dd{margin:0;color:#6f747b;font-size:10px}.market-card-bottom dd.market-health{color:#00b578;letter-spacing:1px}.market-table-panel{height:714px;margin:20px 24px 0;padding:0 20px;background:#fff;border-radius:14px;overflow:hidden}.market-table{width:100%;table-layout:fixed;border-collapse:collapse}.market-table th,.market-table td{height:74px;padding:0;overflow:hidden;color:#1f2329;text-overflow:ellipsis;white-space:nowrap;border-bottom:1px solid #e5e6eb;background:#fff;font-size:13px;font-weight:400}.market-table th{height:46px;color:#7b8087;font-size:11px}.market-table th:nth-child(1){width:270px}.market-table th:nth-child(2){width:96px}.market-table th:nth-child(3){width:158px}.market-table th:nth-child(4){width:70px}.market-table th:nth-child(5){width:135px}.market-table th:nth-child(6){width:65px}.market-table th:nth-child(7){width:155px}.market-table td:first-child,.market-table td:nth-child(5){display:flex;align-items:center;gap:9px}.market-table .market-model-logo{width:24px;height:24px;flex:0 0 24px;border-radius:6px;font-size:15px}.market-table td a{color:#1468f4}.market-table td b,.market-table td small{display:block;font-weight:400}.market-table-price-line{display:flex;align-items:baseline;gap:7px;line-height:18px}.market-table-price-line+.market-table-price-line{margin-top:2px}.market-table-price-line>span{flex:0 0 26px;color:#7b8087;font-size:10px}.market-table-price-line>b{min-width:0;overflow:hidden;color:#1f2329;text-overflow:ellipsis;white-space:nowrap;font-size:11px;font-variant-numeric:tabular-nums}.market-table td small{margin-top:8px;color:#a1a6ae;font-size:11px}.market-pagination{height:75px;padding-right:4px;display:flex;align-items:center;justify-content:flex-end;gap:10px;color:#6f747b;font-size:11px}.market-pagination>span{margin-right:6px}.market-pagination>i{color:#b0b5bd;font-style:normal}.market-pagination button{width:28px;height:28px;padding:0;background:#fff;border:1px solid #dfe3e8;border-radius:50%;font-size:11px}.market-pagination button.active{color:#1468f4;border-color:#1468f4}.market-pagination select{width:112px;height:30px;margin-left:6px;padding:0 10px;background:#fff;border:1px solid #dfe3e8;border-radius:16px;font-size:11px}.market-detail-overlay{position:fixed;z-index:100;inset:0;background:#00000073}.market-detail-drawer{position:absolute;top:0;right:0;width:600px;height:100%;padding:0 24px 30px;background:#fff;overflow-y:auto;box-shadow:-8px 0 24px #1f232914}.detail-drawer-head{height:106px;display:grid;grid-template-columns:40px minmax(0,1fr) 24px 24px;gap:15px;align-items:start;padding-top:28px}.detail-drawer-head>div{margin-top:-4px}.detail-drawer-head h2{margin:0;font-size:16px;line-height:22px;font-weight:600}.detail-drawer-head p{margin:6px 0 0;color:#7b8087;font-size:13px}.detail-drawer-head p a{margin-left:12px;color:#1468f4}.detail-copy,.detail-close{width:24px;height:24px;padding:0;color:#7b8087;background:transparent;border:0;font-size:17px}.detail-close{font-size:21px;font-weight:200}.detail-tabs{height:36px;padding:2px;display:grid;grid-template-columns:repeat(3,1fr);background:#f2f3f5;border-radius:19px}.detail-tabs button{background:transparent;border:0;border-radius:17px;font-size:12px}.detail-tabs button.active{background:#fff;box-shadow:0 1px 4px #1f23291f}.detail-stats{height:61px;margin-top:24px;padding:13px 10px;display:grid;grid-template-columns:repeat(3,1fr);border:1px solid #dfe3e8;border-radius:14px}.detail-stats>div{padding:0 10px;display:grid;gap:4px;border-right:1px solid #e5e6eb}.detail-stats>div:last-child{border:0}.detail-stats span{color:#7b8087;font-size:11px}.detail-stats b{font-size:14px;line-height:18px;font-weight:500}.detail-stats b.warning{color:#f59f00}.detail-stats.performance{height:86px;padding-top:12px}.detail-stats small{color:#a1a6ae;font-size:11px;white-space:nowrap}.market-detail-content{padding-top:40px}.market-detail-content h3{margin:0;font-size:14px;font-weight:600}.market-detail-content>section>p,.market-detail-content>p{margin:8px 0 13px;color:#8f959e;font-size:12px}.overview-detail>section>p:first-of-type{margin:12px 0 15px}.detail-price-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.detail-price-grid>div{height:64px;padding:11px;display:grid;gap:6px;border:1px solid #dfe3e8;border-radius:14px}.detail-price-grid span{color:#7b8087;font-size:11px}.detail-price-grid b{font-size:14px;font-weight:500}.detail-price-grid small{color:#a1a6ae;font-size:11px;font-weight:400}.group-price-label{margin:31px 0 16px!important}.detail-price-table{border:1px solid #dfe3e8;border-radius:14px;overflow:hidden}.detail-price-table header,.detail-price-table>div{height:48px;padding:0 14px;display:grid;grid-template-columns:1.8fr .7fr .75fr .75fr .75fr .9fr;align-items:center;border-bottom:1px solid #e5e6eb;font-size:11px}.detail-price-table header{height:42px;color:#7b8087}.detail-price-table footer{height:49px;padding:17px 14px;color:#a1a6ae;font-size:11px}.detail-model-meta{margin-top:44px}.meta-grid{margin-top:13px;display:grid;grid-template-columns:1fr 1fr;gap:16px}.meta-grid>div{min-height:64px;padding:11px;display:grid;align-content:start;gap:6px;border:1px solid #dfe3e8;border-radius:14px}.meta-grid span{color:#7b8087;font-size:11px}.meta-grid b,.meta-grid a{font-size:13px;font-weight:500}.meta-grid a{color:#1468f4}.meta-grid p{margin:0;display:flex;gap:7px}.meta-grid i{padding:3px 7px;background:#f2f3f5;border-radius:10px;font-size:10px;font-style:normal;white-space:nowrap}.performance-detail{padding-top:40px}.performance-table{border:1px solid #dfe3e8;border-radius:14px;overflow:hidden}.performance-table header,.performance-table>div{height:48px;padding:0 14px;display:grid;grid-template-columns:1.3fr .65fr 1.25fr .8fr 1.2fr;align-items:center;border-bottom:1px solid #e5e6eb;font-size:11px}.performance-table header{height:42px;color:#7b8087}.performance-table>div:last-child{border:0}.success-bars{color:#00b578;white-space:nowrap}.market-line-section{margin-top:40px}.market-line-section+.market-line-section{margin-top:32px}.market-line-section>p{margin:8px 0 27px!important}.market-line-chart{height:230px;display:grid;grid-template-columns:44px 1fr}.market-line-chart>div{padding-bottom:31px;display:flex;flex-direction:column;justify-content:space-between;color:#7b8087;font-size:10px}.market-line-chart main{min-width:0}.market-line-chart svg{width:100%;height:200px;display:block}.market-line-chart footer{height:30px;display:flex;justify-content:space-between;color:#7b8087;font-size:10px}.api-detail h3{margin-bottom:8px}.api-endpoint-row{height:52px;padding:0 12px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #e5e6eb;font-size:12px}.market-detail-empty{height:160px;display:grid;place-items:center;color:#a1a6ae;font-size:12px}.detail-inline-empty{min-height:96px;display:grid;place-items:center;border:1px solid #dfe3e8;border-radius:14px;color:#a1a6ae;font-size:12px}.market-performance-empty{min-height:180px;display:grid;align-content:center;justify-items:center;gap:8px;color:#8f959e}.market-performance-empty h3,.market-performance-empty p{margin:0}.market-performance-empty h3{color:#1f2329;font-size:16px}.market-performance-empty p{font-size:12px}.auth-modal:has(.register-form){width:460px;min-height:604px;padding:26px 48px 22px}.register-tabs{margin-bottom:14px}.register-form{display:grid;gap:2px}.register-form .field{margin:7px 0;color:#1f2329;font-size:12px}.register-form .field>input,.compound-input{height:40px;border:1px solid #dfe3e8;border-radius:20px}.register-form .field>input{padding:0 14px;outline:none}.compound-input{display:flex;align-items:center;overflow:hidden}.compound-input span{padding-left:14px;color:#646a73;font-size:12px;white-space:nowrap}.compound-input input{flex:1;min-width:0;height:100%;padding:0 12px;border:0;outline:none}.compound-input button{height:26px;padding:0 12px;color:#3370ff;background:transparent;border:0;border-left:1px solid #e8eaed;font-size:11px;white-space:nowrap}.register-form .login-submit{margin-top:14px;border-radius:21px}.disabled-register{opacity:.72}.activity-page{position:relative;min-height:918px;padding-bottom:14px;overflow:visible}.activity-page .page-header{height:62px;margin-bottom:0}.activity-page .page-header h1{font-size:16px;line-height:62px}.activity-filters{height:60px;display:grid;grid-template-columns:360px repeat(3,180px) 60px 60px;gap:16px;align-items:start}.activity-filters>input{height:36px;padding:0 12px;border:1px solid #dfe3e8;border-radius:18px;outline:none;font-size:12px}.activity-filters>input:focus{border-color:#3370ff}.activity-filters>input:disabled{color:#8f959e;background:#fff;opacity:.72;cursor:not-allowed}.activity-filters .btn{min-height:34px;border-radius:17px}.activity-date-picker{position:relative;z-index:15}.activity-date-control{width:360px;height:36px;padding:0 12px;color:#1f2329;text-align:left;background:#fff;border:1px solid #dfe3e8;border-radius:18px;cursor:pointer;font-size:12px}.activity-date-control[aria-expanded=true]{border-color:#3370ff}.activity-table-wrap{overflow-x:auto}.activity-table{min-width:1100px;table-layout:fixed}.activity-table th{height:42px;padding:0;color:#7b8087;background:#fff;font-size:11px;font-weight:400}.activity-table th:nth-child(1){width:173px}.activity-table th:nth-child(2){width:166px}.activity-table th:nth-child(3){width:246px}.activity-table th:nth-child(4){width:82px}.activity-table th:nth-child(5){width:78px}.activity-table th:nth-child(6){width:180px}.activity-table th:nth-child(7){width:120px}.activity-table th:nth-child(8){width:80px}.activity-table td{height:74px;padding:12px 0 9px;vertical-align:top;color:#1f2329;font-size:12px}.activity-table td>a{color:#1f2329;text-decoration:none}.activity-table td small{display:block;margin-top:5px;color:#a7abb2;font-size:10px}.activity-table td:first-child small{color:#00a870}.activity-key-cell{display:grid;justify-items:start;gap:6px}.activity-key-cell>span:last-child{white-space:nowrap}.activity-key-cell>span:last-child small{margin:0 0 0 5px;display:inline}.activity-table .token-chip{height:20px;padding:2px 7px;border:1px solid #dfe3e8;border-radius:10px;font-size:9px}.activity-model-cell{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.activity-model-cell i{width:24px;height:24px;margin:-4px 7px 0 0;display:inline-grid;place-items:center;color:#f26f3d;border:1px solid #e8eaed;border-radius:6px;font-style:normal}.activity-cost{text-align:left}.activity-latency span{display:block;white-space:nowrap}.activity-latency span+span{margin-top:4px}.activity-latency b{font-weight:400}.activity-latency b.good{color:#00a870}.activity-latency b.warn{color:#ff8f1f}.activity-latency b.slow{color:#00a870}.activity-page .pagination{height:52px;padding-top:16px}.activity-page .pagination select{width:112px;height:30px;padding:0 10px;color:#646a73;background:#fff;border:1px solid #e3e5e8;border-radius:15px;font-size:10px}.activity-page .pagination button:disabled{color:#a8abb2;opacity:.6}.activity-date-popover{position:absolute;z-index:30;top:40px;left:0;width:790px;height:360px;display:grid;grid-template-columns:105px 1fr;background:#fff;border:1px solid #e1e4e8;border-radius:16px;box-shadow:0 8px 26px #1f23292e;overflow:hidden}.activity-date-popover>aside{padding:17px 10px;display:grid;align-content:start;gap:6px;border-right:1px solid #edf0f5}.activity-date-popover>aside button{width:76px;height:34px;padding-left:8px;color:#1f2329;text-align:left;background:transparent;border:0;border-radius:17px;cursor:pointer;font-size:12px}.activity-date-popover>aside button.active{color:#1468f4;background:#edf4ff}.activity-date-popover>main{padding:18px 18px 14px}.activity-date-selected{height:47px;display:grid;grid-template-columns:1fr 1fr;gap:31px;font-size:12px}.activity-date-selected span{display:flex;align-items:flex-start;gap:13px;white-space:nowrap}.activity-date-selected b{width:162px;height:30px;margin-top:-9px;display:inline-flex;align-items:center;justify-content:center;border:1px solid #e1e4e8;border-radius:16px;font-weight:400}.activity-calendar-pair{display:grid;grid-template-columns:1fr 1fr;gap:30px}.activity-calendar,.activity-month-grid{height:229px;border:1px solid #edf0f5;border-radius:8px;overflow:hidden}.activity-calendar>header,.activity-month-grid>header{height:40px;display:grid;grid-template-columns:32px 1fr 32px;align-items:center;border-bottom:1px solid #edf0f5}.activity-calendar>header button,.activity-month-grid>header button{border:0;color:#7b8087;background:transparent;cursor:pointer}.activity-calendar .month-title{color:#1f2329;font-size:12px;font-weight:500}.activity-calendar-body{height:188px;display:grid;grid-template-columns:1fr 76px}.activity-calendar-body>div:first-child{padding:10px 9px}.activity-weekdays,.activity-days{display:grid;grid-template-columns:repeat(7,1fr)}.activity-weekdays{height:25px;color:#a1a6ae;font-size:10px}.activity-weekdays span{text-align:center}.activity-days{grid-auto-rows:29px}.activity-days button{position:relative;z-index:1;width:28px;height:24px;place-self:center;color:#1f2329;background:transparent;border:0;border-radius:12px;cursor:pointer;font-size:10px}.activity-days button.selected{color:#1468f4;background:#edf4ff;border-radius:0}.activity-days button.selected:before{content:"";position:absolute;z-index:-1;inset:0 -4px;background:#edf4ff}.activity-days button.edge{color:#fff;background:#1468f4;border-radius:50%}.activity-days button.edge:before{display:none}.activity-time-list{padding:9px 8px;display:grid;align-content:start;gap:12px;border-left:1px solid #edf0f5;font-size:10px}.activity-time-list b{padding-bottom:9px;border-bottom:1px solid #edf0f5;font-weight:500}.activity-month-grid{position:relative;text-align:center}.activity-month-grid>header b{color:#1468f4;font-size:12px;font-weight:500}.activity-month-grid .muted-year{height:38px;display:grid;grid-template-columns:repeat(4,1fr);align-items:center;color:#d4d7dc;font-size:10px}.activity-month-grid>b{display:block;margin:3px 0 8px;font-size:12px;font-weight:500}.activity-month-grid .months{padding:0 12px;display:grid;grid-template-columns:repeat(4,1fr);gap:8px 14px}.activity-month-grid .months button{height:23px;color:#1f2329;background:transparent;border:0;border-radius:12px;cursor:pointer;font-size:10px}.activity-month-grid .months button.selected{color:#fff;background:#1468f4}.activity-month-grid .next-year{position:absolute;right:0;bottom:4px;left:0;color:#e2e4e8;font-size:12px}.activity-date-actions{height:54px;display:flex;align-items:end;justify-content:flex-end;gap:10px}.activity-date-actions button{height:30px;padding:0 13px;color:#1f2329;background:#fff;border:1px solid #dfe3e8;border-radius:15px;cursor:pointer;font-size:11px}.activity-date-actions button.primary{color:#fff;background:#1468f4;border-color:#1468f4}.activity-date-actions button:disabled{opacity:.45;cursor:not-allowed}.wallet-page{display:grid;gap:16px}.wallet-summary,.fund-panel,.security-panel,.sessions-panel{padding:24px;background:#fff;border:1px solid #edf0f5;border-radius:10px}.wallet-summary h2{margin:0 0 20px;font-size:16px}.wallet-metrics{display:grid;grid-template-columns:repeat(3,1fr)}.wallet-metrics>div{position:relative;min-height:84px;padding:4px 24px 0 42px;border-right:1px solid #edf0f5}.wallet-metrics>div:last-child{border:0}.wallet-metrics .metric-icon{left:0;top:0;width:28px;height:28px}.wallet-metrics span{color:#8f959e;font-size:11px}.wallet-metrics b{display:block;margin-top:17px;font-size:21px}.wallet-metrics small{display:block;margin-top:5px;color:#b0b5bd;font-size:9px}.metric-icon.pink{color:#f45cac;background:#fff0f8}.fund-panel{min-height:370px}.fund-panel h3,.security-panel h3,.sessions-panel h3{margin:0;font-size:14px}.fund-panel>p,.security-panel>p,.sessions-panel p{margin:7px 0 22px;color:#86909c;font-size:11px}.amount-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;max-width:100%}.amount-grid button{height:68px;padding:14px 16px;display:grid;gap:6px;text-align:left;background:#fff;border:1px solid #dfe3e8;border-radius:10px;cursor:pointer}.amount-grid button.active{color:#3370ff;border-color:#3370ff;box-shadow:inset 0 0 0 1px #3370ff}.amount-grid button b{font-size:13px;font-weight:500}.amount-grid button span{color:#8f959e;font-size:10px}.custom-amount{width:240px;margin-top:18px;display:grid;gap:8px;font-size:11px}.custom-amount input{height:34px;padding:0 10px;border:1px solid #dfe3e8;border-radius:17px;outline:none}.payment-label{margin:18px 0 8px;font-size:11px}.payment-row{display:flex;align-items:center;gap:16px}.payment-method{width:240px;height:42px;padding:0 14px;text-align:left;background:#fff;border:1px solid #dfe3e8;border-radius:8px}.payment-row>span{color:#646a73;font-size:11px}.payment-row>span b{color:#1f2329;font-weight:500}.profile-page{display:grid;gap:20px;padding-top:17px}.profile-heading{height:48px;display:flex;align-items:center;gap:12px}.profile-user-icon{width:48px;height:48px;display:grid;place-items:center;color:#fff;background:#146eff;border-radius:50%;font-size:22px}.profile-user-icon svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.profile-heading div{display:grid;gap:5px}.profile-heading b{font-size:16px;font-weight:500}.profile-heading span:last-child{color:#86909c;font-size:13px}.profile-heading{margin-bottom:4px}.profile-metrics{height:144px;padding:0;background:#fff;border:1px solid #edf0f5;border-radius:12px}.profile-metrics>div{position:relative;min-width:0;padding:25px 24px 20px;border:0}.profile-metrics>div:not(:last-child):after{content:"";position:absolute;top:44px;right:0;width:1px;height:56px;background:#e8eaed}.profile-metrics .metric-icon{position:absolute;top:24px;left:24px;width:28px;height:28px;display:grid;place-items:center;border-radius:50%;font-style:normal}.profile-metrics>div>span{display:block;margin-left:39px;color:#7b8087;font-size:13px}.profile-metrics>div>b{display:block;margin-top:23px;font-size:22px;line-height:25px;font-weight:500}.profile-metrics small{display:block;margin-top:8px;color:#a7abb2;font-size:11px}.security-panel{height:144px;padding:23px 24px;border-radius:12px}.security-panel h3{font-size:16px;font-weight:600}.security-panel>p{margin:8px 0 16px;font-size:13px}.security-panel .btn{min-height:32px;height:32px;padding:0 14px;color:#fff;background:#1468f4;border:0;border-radius:17px;opacity:1;font-size:13px;box-shadow:0 2px 5px #1468f438}.security-button-icon{width:14px;height:14px;margin-right:3px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round;vertical-align:-2px}.sessions-panel{height:468px;padding:0 24px;border-radius:12px;overflow:hidden}.session-title{height:94px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #edf0f5}.session-title h3{font-size:16px;font-weight:600}.session-title p{margin-bottom:0}.session-title .btn{min-height:32px;height:32px;padding:0 15px;border-radius:17px;font-size:12px;opacity:1;color:#4e5969;background:#fff}.session-row{height:122px;display:grid;grid-template-columns:40px 1fr auto;gap:20px;align-items:center;border-bottom:1px solid #edf0f5}.session-row:last-child{border-bottom:0}.device-icon{width:40px;height:40px;display:grid;place-items:center;color:#7b8087;background:#f4f5f7;border-radius:11px}.device-icon svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}.session-row>div{display:grid;gap:5px}.session-row b{font-size:16px;line-height:20px;font-weight:500}.session-row b em{margin-left:8px;padding:3px 7px;color:#3370ff;background:#edf4ff;border-radius:5px;font-size:11px;font-style:normal;font-weight:500;vertical-align:1px}.session-row div span{color:#7b8087;font-size:13px;line-height:16px}.session-row .btn{min-width:60px;min-height:32px;height:32px;padding:0 14px;border-radius:17px;font-size:12px}.session-row .btn:disabled{opacity:1;color:#1f2329;background:#fff}.profile-session-empty{height:122px;display:grid;place-items:center;color:#a8abb2;font-size:13px}.profile-dialog-scrim{position:fixed;z-index:60;inset:0;display:grid;place-items:center;background:#00000073}.profile-dialog{position:relative;width:460px;color:#1f2329;background:#fff;border-radius:14px;box-shadow:0 12px 36px #1f232929}.profile-dialog h2{margin:0;font-size:16px;line-height:22px;font-weight:600}.profile-dialog>p{margin:7px 0 0;color:#7b8087;font-size:13px;line-height:18px}.profile-dialog-close{position:absolute;top:18px;right:22px;width:20px;height:20px;padding:0;display:grid;place-items:center;color:#7b8087;background:transparent;border:0;cursor:pointer;font-size:21px;line-height:20px;font-weight:200}.logout-dialog{height:163px;padding:24px}.profile-dialog-actions{position:absolute;right:24px;bottom:24px;display:flex;gap:12px}.profile-dialog-actions button{height:32px;padding:0 16px;border-radius:17px;cursor:pointer;font-size:13px}.profile-dialog-cancel{color:#1f2329;background:#fff;border:1px solid #e1e4e8}.profile-dialog-danger{min-width:60px;color:#fff;background:#ed0c46;border:1px solid #ed0c46}.profile-dialog-danger:disabled{cursor:wait;opacity:.65}.password-dialog{height:470px;padding:24px}.profile-password-fields{margin-top:34px;display:grid;gap:25px}.profile-password-fields label{display:grid;gap:10px;font-size:13px}.profile-password-fields label>div{position:relative;height:40px}.profile-password-fields input{width:100%;height:40px;padding:0 43px 0 12px;color:#1f2329;background:#fff;border:1px solid #dfe3e8;border-radius:21px;outline:none;font-size:13px}.profile-password-fields input:focus{border-color:#3370ff;box-shadow:0 0 0 2px #3370ff1a}.profile-password-fields label>div button{position:absolute;top:8px;right:10px;width:24px;height:24px;padding:4px;color:#7b8087;background:transparent;border:0;cursor:pointer}.profile-password-fields label>div button svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.35;stroke-linecap:round;stroke-linejoin:round}.profile-password-fields small{margin-top:-4px;color:#7b8087;font-size:11px}.password-actions{bottom:24px}.profile-password-submit{min-width:88px;color:#fff;background:#1468f4;border:1px solid #1468f4}.profile-password-submit:disabled{opacity:1;cursor:not-allowed}.settings-surface,.change-password-card{min-height:520px;padding:0 24px 24px;background:#fff;border:1px solid #edf0f5;border-radius:10px}.settings-head{min-height:78px;display:flex;align-items:center;border-bottom:1px solid #edf0f5}.settings-head h2{margin:0;font-size:17px}.settings-head p{margin:6px 0 0;color:#8f959e;font-size:11px}.setting-row{min-height:94px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #edf0f5}.setting-row>div:first-child{display:grid;gap:7px}.setting-row b{font-size:13px}.setting-row span{color:#8f959e;font-size:10px}.setting-row>select{width:220px;height:36px;padding:0 10px;background:#fff;border:1px solid #dfe3e8;border-radius:6px;font-size:11px}.choice-pills{display:flex;padding:3px;background:#f2f3f5;border-radius:6px}.choice-pills button{height:30px;padding:0 14px;color:#86909c;background:transparent;border:0;border-radius:4px;font-size:11px}.choice-pills button.active{color:#3370ff;background:#fff;box-shadow:0 1px 4px #1f232914}.settings-actions{min-height:70px;display:flex;align-items:center;justify-content:flex-end;gap:16px}.settings-actions>span{margin-right:auto;color:#8f959e;font-size:11px}.dashboard-page{display:grid;gap:16px}.dashboard-head{display:flex;align-items:center;justify-content:space-between}.dashboard-head h2{margin:0;font-size:20px}.dashboard-head p{margin:5px 0 0;color:#86909c;font-size:11px}.dashboard-range{display:flex;padding:3px;background:#fff;border:1px solid #e3e5e8;border-radius:6px}.dashboard-range button{height:28px;padding:0 13px;color:#86909c;background:transparent;border:0;border-radius:4px;font-size:10px}.dashboard-range button.active{color:#3370ff;background:#edf4ff}.dashboard-metrics{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.dashboard-metrics>div{min-height:100px;padding:18px;display:grid;gap:6px;background:#fff;border:1px solid #edf0f5;border-radius:10px}.dashboard-metrics span,.dashboard-metrics small{color:#8f959e;font-size:10px}.dashboard-metrics b{font-size:22px}.dashboard-grid{display:grid;grid-template-columns:2fr 1fr;gap:16px}.analytics-card{padding:20px;background:#fff;border:1px solid #edf0f5;border-radius:10px}.analytics-title{display:flex;justify-content:space-between;align-items:center}.analytics-title b{font-size:13px}.analytics-title span,.analytics-title a{color:#8f959e;font-size:10px;text-decoration:none}.trend-card,.distribution-card{height:290px}.dashboard-chart{height:225px;margin-top:16px;display:grid;grid-template-columns:28px 1fr}.chart-axis{padding-bottom:28px;display:flex;flex-direction:column;justify-content:space-between;color:#b0b5bd;font-size:9px}.trend-bars{display:grid;grid-template-columns:repeat(7,1fr);background:repeating-linear-gradient(to bottom,#edf0f5 0,#edf0f5 1px,transparent 1px,transparent 42px);border-bottom:1px solid #e4e6e9}.trend-bars>div{display:flex;flex-direction:column;justify-content:flex-end;align-items:center;gap:8px;color:#a1a6ae;font-size:9px}.trend-bars i{width:22px;min-height:2px;background:linear-gradient(180deg,#7ca4ff,#3370ff);border-radius:3px 3px 0 0}.distribution-row{margin-top:22px;display:grid;grid-template-columns:100px 1fr 24px;align-items:center;gap:9px;font-size:10px}.distribution-row>span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.distribution-row>i{height:5px;background:#f0f1f4;border-radius:3px;overflow:hidden}.distribution-row em{height:100%;display:block;border-radius:3px}.distribution-row b{text-align:right;font-weight:500}.chart-empty{padding-top:90px;color:#a8abb2;text-align:center;font-size:11px}.recent-card{min-height:240px}.recent-card table{margin-top:12px}.model-analytics-page{display:grid;gap:20px;color:#1f2329}.model-summary-card,.model-analysis-card{background:#fff;border-radius:12px}.model-summary-card{height:202px;padding:0 24px}.model-summary-head{height:70px;display:flex;align-items:center;justify-content:space-between}.model-summary-head h2,.analysis-card-head h3{margin:0;font-size:16px;font-weight:600}.model-summary-actions{display:flex;gap:12px}.model-summary-actions button{height:34px;padding:0 15px;color:#1f2329;background:#fff;border:1px solid #e5e6eb;border-radius:18px;cursor:pointer;font-size:13px}.model-summary-actions button:hover{border-color:#b9cdfd;color:#1468f4}.model-summary-metrics{height:108px;display:grid;grid-template-columns:repeat(5,minmax(0,1fr))}.analytics-metric{position:relative;min-width:0;padding:7px 26px 0 38px;display:grid;grid-template-rows:24px 35px 18px;border-right:1px solid #ebedf0}.analytics-metric:last-child{border-right:0}.analytics-metric-icon{position:absolute;top:4px;left:0;width:28px;height:28px;display:grid;place-items:center;border-radius:50%;font-size:15px;font-style:normal}.analytics-metric-icon.blue{color:#1468f4;background:#eaf2ff}.analytics-metric-icon.orange{color:#f59f00;background:#fff3dc}.analytics-metric-icon.purple{color:#a84df5;background:#f5e9ff}.analytics-metric-icon.pink{color:#f45cac;background:#ffe9f6}.analytics-metric-icon.cyan{color:#00a9dc;background:#e4f8ff}.analytics-metric>span{color:#7b8087;font-size:13px}.analytics-metric>b{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:22px;line-height:30px;font-weight:500}.analytics-metric>small{color:#a7abb2;font-size:11px}.model-analysis-card{height:397px;padding:22px 24px 18px}.analysis-card-head{height:45px;display:flex;align-items:flex-start;justify-content:space-between}.analysis-card-head h3{font-size:15px}.analysis-card-head p{margin:6px 0 0;color:#a7abb2;font-size:10px}.analysis-segmented{padding:2px;display:flex;background:#f2f3f5;border-radius:17px}.analysis-segmented button{height:28px;min-width:65px;padding:0 12px;color:#7b8087;background:transparent;border:0;border-radius:15px;cursor:pointer;font-size:12px}.analysis-segmented button.active{color:#1f2329;background:#fff;box-shadow:0 1px 3px #1f232929}.analysis-segmented.wide button{min-width:80px}.spend-chart{height:240px;margin-top:31px;display:grid;grid-template-columns:36px minmax(0,1fr)}.chart-y-axis,.line-y-axis{padding-bottom:27px;display:flex;flex-direction:column;justify-content:space-between;color:#72777e;font-size:10px}.chart-y-axis{padding-top:9px;padding-bottom:39px}.stacked-bars-grid{position:relative;margin:9px 0 39px;display:grid;grid-template-columns:repeat(13,minmax(0,1fr));background:repeating-linear-gradient(to bottom,#dfe3e8 0,#dfe3e8 1px,transparent 1px,transparent 48px);border-bottom:1px solid #dfe3e8}.stacked-bar-column{position:relative;min-width:0;display:flex;flex-direction:column;justify-content:flex-end;align-items:center}.stacked-bar{width:58%;min-height:0;display:flex;flex-direction:column-reverse;overflow:hidden}.stacked-bar i{width:100%;display:block;min-height:1px}.stacked-bar-column>span{position:absolute;top:calc(100% + 10px);left:50%;width:78px;transform:translate(-50%);color:#72777e;text-align:center;white-space:nowrap;font-size:10px}.analytics-legend{min-height:30px;display:flex;align-items:flex-end;justify-content:center;gap:20px;color:#72777e;font-size:10px}.analytics-legend span{display:inline-flex;align-items:center;white-space:nowrap}.analytics-legend i{width:9px;height:9px;margin-right:5px;display:inline-block;border-radius:50%}.chart-tooltip{position:absolute;z-index:5;left:calc(50% + 34px);bottom:0;width:242px;padding:12px;color:#1f2329;background:#fff;border:1px solid #e1e4e8;border-radius:10px;box-shadow:0 5px 18px #1f232924;font-size:11px}.stacked-bar-column:nth-child(n+11) .chart-tooltip{right:calc(50% + 34px);left:auto}.chart-tooltip>b{display:block;padding-bottom:10px;border-bottom:1px solid #e8eaed;font-weight:500}.chart-tooltip>div,.chart-tooltip footer{height:25px;display:flex;align-items:center;justify-content:space-between}.chart-tooltip>div span{display:inline-flex;align-items:center}.chart-tooltip i{width:2px;height:13px;margin-right:8px;display:inline-block}.chart-tooltip strong{font-weight:500}.chart-tooltip footer{margin-top:2px;padding-top:8px;border-top:1px solid #e8eaed}.area-preview{height:258px;margin:8px 36px 0;background:repeating-linear-gradient(to bottom,#dfe3e8 0,#dfe3e8 1px,transparent 1px,transparent 51px)}.area-preview svg{width:100%;height:100%}.call-trend-chart{height:233px;margin-top:34px;display:grid;grid-template-columns:36px minmax(0,1fr)}.line-y-axis{padding:0 0 28px}.line-chart-canvas{position:relative;min-width:0}.line-chart-canvas svg{width:100%;height:194px;display:block}.line-x-axis{height:26px;display:grid;grid-template-columns:repeat(13,minmax(0,1fr));align-items:end;color:#72777e;font-size:9px}.line-x-axis span{overflow:visible;text-align:center;white-space:nowrap}.call-alternative{height:248px;padding:34px 20px 0;display:grid;align-content:start;gap:18px}.call-alternative>div{display:grid;grid-template-columns:150px 1fr 44px;gap:12px;align-items:center;font-size:11px}.call-alternative i{height:8px;background:#f0f1f4;border-radius:4px;overflow:hidden}.call-alternative em{height:100%;display:block;border-radius:4px}.call-alternative b{text-align:right;font-weight:500}.analytics-overlay{position:fixed;z-index:100;inset:0;background:#00000073}.analytics-drawer{position:absolute;top:0;right:0;width:448px;height:100%;padding:0 24px;background:#fff;box-shadow:-8px 0 24px #1f232914}.drawer-header{height:98px;display:flex;align-items:flex-start;justify-content:space-between;border-bottom:1px solid #e8eaed}.drawer-header>div{padding-top:25px}.drawer-header h2{margin:0;font-size:16px;font-weight:600}.drawer-header p{margin:7px 0 0;color:#7b8087;font-size:12px}.drawer-header>button{width:28px;height:28px;margin-top:34px;color:#7b8087;background:transparent;border:0;cursor:pointer;font-size:20px;font-weight:200}.drawer-form{padding-top:24px;display:grid;gap:16.5px}.drawer-form label{display:grid;gap:9px;font-size:13px}.drawer-form select,.date-range-field{width:100%;height:36px;padding:0 12px;color:#1f2329;text-align:left;background:#fff;border:1px solid #dfe3e8;border-radius:18px;outline:none;font-size:12px}.drawer-form select:focus,.date-range-field.open{border-color:#3370ff}.drawer-actions{margin-top:8px;display:flex;justify-content:flex-end;gap:12px}.drawer-actions.dual{margin-top:6px}.drawer-primary,.drawer-secondary{height:32px;padding:0 16px;border-radius:16px;cursor:pointer;font-size:12px}.analytics-settings-form .drawer-primary{width:116px;padding:0;font-size:13px}.drawer-primary{color:#fff;background:#1468f4;border:1px solid #1468f4}.drawer-secondary{color:#1f2329;background:#fff;border:1px solid #dfe3e8}.filter-form{gap:31px}.date-range-field{cursor:pointer;white-space:nowrap}.date-range-popover{position:absolute;z-index:2;top:190px;right:23px;width:790px;height:362px;display:grid;grid-template-columns:105px 1fr;background:#fff;border:1px solid #e1e4e8;border-radius:16px;box-shadow:0 8px 26px #1f23292e;overflow:hidden}.quick-ranges{padding:20px 10px;display:grid;align-content:start;gap:7px;border-right:1px solid #edf0f5}.quick-ranges button{height:34px;padding-left:8px;color:#1f2329;text-align:left;background:transparent;border:0;border-radius:17px;font-size:12px}.quick-ranges button{width:76px}.quick-ranges button.active{color:#1468f4;background:#edf4ff}.calendar-workspace{padding:20px 18px 16px}.calendar-selected{height:46px;display:grid;grid-template-columns:1fr 1fr;gap:32px;font-size:12px}.calendar-selected span{display:flex;align-items:flex-start;justify-content:flex-start;gap:14px;white-space:nowrap}.calendar-selected b{width:162px;height:30px;margin-top:-10px;padding:0 15px;display:inline-flex;align-items:center;justify-content:center;border:1px solid #e1e4e8;border-radius:16px;font-weight:400}.calendar-pair{display:grid;grid-template-columns:1fr 1fr;gap:30px}.calendar-month{height:229px;border:1px solid #edf0f5;border-radius:8px;overflow:hidden}.calendar-month>header{height:40px;display:grid;grid-template-columns:32px 1fr 32px;align-items:center;border-bottom:1px solid #edf0f5}.calendar-month>header button{border:0;color:#7b8087;background:transparent;font-size:17px}.calendar-month>header b{text-align:center;font-size:12px;font-weight:500}.calendar-body{height:188px;display:grid;grid-template-columns:1fr 76px}.calendar-days{padding:10px 9px}.weekdays,.day-grid{display:grid;grid-template-columns:repeat(7,1fr)}.weekdays{height:25px;color:#a1a6ae;font-size:10px}.weekdays span{text-align:center}.day-grid{grid-auto-rows:29px}.day-grid button{position:relative;z-index:1;width:28px;height:24px;place-self:center;color:#1f2329;background:transparent;border:0;border-radius:12px;font-size:10px}.day-grid button.selected{color:#1468f4;background:#edf4ff;border-radius:0}.day-grid button.selected:before{content:"";position:absolute;z-index:-1;inset:0 -4px;background:#edf4ff}.day-grid button.edge{color:#fff;background:#1468f4;border-radius:50%}.day-grid button.edge:before{display:none}.time-scroll{padding:9px 8px;display:grid;align-content:start;gap:12px;border-left:1px solid #edf0f5;font-size:10px}.time-scroll b{padding-bottom:9px;border-bottom:1px solid #edf0f5;font-weight:500}.calendar-actions{height:54px;display:flex;align-items:end;justify-content:flex-end;gap:10px}@media(max-width:1100px){.model-summary-metrics{grid-template-columns:repeat(3,1fr);height:auto}.model-summary-card{height:auto;padding-bottom:20px}.analytics-metric{min-height:88px}.analytics-metric:nth-child(3){border-right:0}.model-analysis-card{overflow-x:auto}.spend-chart,.call-trend-chart,.analytics-legend{min-width:850px}}.change-password-page{display:grid;place-items:start center}.change-password-card{width:620px}.change-password-card .field{margin:20px 0}.change-password-card .field input{height:40px}.password-guidance{padding:14px;display:grid;gap:7px;color:#86909c;background:#f7f8fa;border-radius:7px;font-size:10px}.password-guidance b{color:#646a73}@media(max-width:1180px){.model-grid{grid-template-columns:repeat(2,minmax(220px,1fr))}.auth-modal{transform:translate(-50%,-46%) scale(.92)}.overview-grid{grid-template-columns:1fr}.usage-panel,.hot-models{height:auto;min-height:294px}}.keys-page .surface-page{min-height:918px;padding:0 24px 20px;overflow:hidden}.keys-page .surface-page .page-header{height:62px;margin:0;padding:0;border-bottom:0}.keys-page .page-header h1{font-size:16px;font-weight:500}.keys-page .page-header .btn{min-width:126px;height:34px;min-height:34px;padding:0 14px;border-radius:17px;box-shadow:0 2px 5px #1468f433}.keys-page .key-filters{height:68px;padding:0;display:grid;grid-template-columns:240px 240px 100px 60px 60px;gap:16px;align-items:start}.keys-page .key-filters input,.keys-page .key-filters select{height:36px;padding:0 12px;color:#1f2329;background:#fff;border:1px solid #dfe3e8;border-radius:18px;outline:none;font-size:12px}.keys-page .key-filters input::placeholder{color:#8f959e}.keys-page .key-filters input:focus,.keys-page .key-filters select:focus{border-color:#3370ff}.keys-page .key-filters .btn{min-height:34px;height:34px;padding:0 14px;border-radius:17px;box-shadow:0 2px 5px #1f23291a}.keys-page .key-filters .btn:first-of-type{box-shadow:0 2px 5px #1468f433}.key-selection-bar{height:56px;margin-bottom:21px;padding:0 10px 0 14px;display:flex;align-items:center;justify-content:space-between;border:1px solid #dfe3e8;border-radius:12px;color:#4e5969;font-size:12px}.key-selection-bar>div{display:flex;gap:12px}.key-selection-bar button{min-width:78px;height:32px;padding:0 13px;color:#1f2329;background:#fff;border:1px solid #dfe3e8;border-radius:16px;cursor:pointer;font-size:12px}.key-selection-bar button.danger{color:#f53f3f;border-color:#f53f3f}.key-selection-bar button:disabled{opacity:1;cursor:not-allowed}.key-error{margin:-4px 0 12px;padding:9px 12px;color:#d03050;background:#fff1f2;border:1px solid #ffd5db;border-radius:8px;font-size:11px}.keys-page .secret-banner{margin:-4px 0 12px;border-radius:10px}.keys-page .key-table-wrap{overflow-x:auto;border:0;border-radius:0}.keys-page .key-table{width:100%;min-width:1100px;table-layout:fixed;border-collapse:collapse}.keys-page .key-table th{height:30px;padding:0;color:#7b8087;background:#fff;border-bottom:1px solid #e8eaed;text-align:left;font-size:11px;font-weight:400}.keys-page .key-table td{height:56px;padding:0;color:#1f2329;border-bottom:1px solid #e8eaed;font-size:12px;white-space:nowrap}.keys-page .key-table th:nth-child(1),.keys-page .key-table td:nth-child(1){width:38px;text-align:left}.keys-page .key-table th:nth-child(2),.keys-page .key-table td:nth-child(2){width:137px}.keys-page .key-table th:nth-child(3),.keys-page .key-table td:nth-child(3){width:100px}.keys-page .key-table th:nth-child(4),.keys-page .key-table td:nth-child(4){width:232px}.keys-page .key-table th:nth-child(5),.keys-page .key-table td:nth-child(5){width:94px}.keys-page .key-table th:nth-child(6),.keys-page .key-table td:nth-child(6){width:95px}.keys-page .key-table th:nth-child(7),.keys-page .key-table td:nth-child(7){width:99px}.keys-page .key-table th:nth-child(8),.keys-page .key-table td:nth-child(8){width:102px}.keys-page .key-table th:nth-child(9),.keys-page .key-table td:nth-child(9){width:122px}.keys-page .key-table th:nth-child(10),.keys-page .key-table td:nth-child(10){width:76px}.keys-page .key-table th:nth-child(11),.keys-page .key-table td:nth-child(11){width:30px;text-align:center}.keys-page .key-table input[type=checkbox]{width:17px;height:17px;margin:0;display:inline-grid;place-content:center;appearance:none;background:#fff;border:1px solid #d4d8dd;border-radius:50%;cursor:pointer}.keys-page .key-table input[type=checkbox]:before{content:"";width:4px;height:7px;display:block;border:solid #fff;border-width:0 1.5px 1.5px 0;transform:translateY(-1px) rotate(45deg) scale(0)}.keys-page .key-table input[type=checkbox]:checked{background:#1468f4;border-color:#1468f4}.keys-page .key-table input[type=checkbox]:checked:before{transform:translateY(-1px) rotate(45deg) scale(1)}.keys-page .key-table code{color:#1f2329;font-family:inherit;font-size:12px}.keys-page .status{height:20px;padding:0 7px;border-radius:10px;font-size:11px}.keys-page .status.active{color:#4e9b3a;background:#e9f7d9}.keys-page .status.revoked,.keys-page .status.disabled{color:#f53f67;background:#ffe5ed}.keys-page .status.expired{color:#d78514;background:#fff0d6}.keys-page .status.exhausted{color:#7b8087;background:#f0f1f2}.key-inline-copy,.key-more{padding:0;color:#646a73;background:transparent;border:0;font-size:13px}.key-inline-copy{min-width:22px;cursor:pointer}.key-inline-copy:hover{color:#1468f4}.key-inline-copy:disabled,.key-more:disabled{opacity:1;cursor:not-allowed}.key-more{width:26px;font-size:16px}.key-drawer-scrim{position:fixed;z-index:80;inset:0;background:#1f232985}.key-create-drawer{width:600px;height:100vh;margin-left:auto;display:grid;grid-template-rows:98px minmax(0,1fr) 81px;color:#1f2329;background:#fff;box-shadow:-8px 0 24px #1f232914}.key-create-drawer>header{padding:24px;display:flex;align-items:flex-start;justify-content:space-between;border-bottom:1px solid #e8eaed}.key-create-drawer>header h2{margin:0 0 8px;font-size:16px;font-weight:600}.key-create-drawer>header p{margin:0;color:#8f959e;font-size:12px}.key-create-drawer>header button{width:24px;height:24px;padding:0;color:#7b8087;background:transparent;border:0;cursor:pointer;font-size:20px;font-weight:200}.key-create-content{padding:24px;overflow-y:auto;scrollbar-width:thin}.key-create-section{position:relative;margin-bottom:36px}.key-create-section.accent{padding-left:8px}.key-create-section.accent:before{content:"";position:absolute;top:1px;bottom:auto;left:0;width:2px;height:16px;background:#1468f4}.key-create-section h3{margin:0 0 8px;font-size:14px;font-weight:600}.key-create-section>p{margin:0 0 24px;color:#8f959e;font-size:12px}.key-create-section label{margin-top:18px;display:grid;gap:8px;font-size:12px}.key-create-section label>span{font-size:13px}.key-create-section input,.key-create-section textarea{width:100%;color:#1f2329;background:#fff;border:1px solid #dfe3e8;outline:none;font:inherit}.key-create-section input{height:36px;padding:0 12px;border-radius:18px}.key-create-section textarea{height:100px;padding:12px;resize:none;border-radius:14px}.key-create-section input:focus,.key-create-section textarea:focus{border-color:#3370ff;box-shadow:0 0 0 2px #3370ff14}.key-create-section input:disabled,.key-create-section textarea:disabled{color:#8f959e;background:#fff;cursor:not-allowed}.key-create-section input[aria-disabled=true]{cursor:not-allowed}.key-create-section input.muted{color:#b0b5bd}.key-create-section small{color:#b0b5bd;font-size:10px;line-height:16px}.key-expiry-row{display:grid;grid-template-columns:183px repeat(4,1fr);gap:12px}.key-expiry-row>button,.key-expiry-control{height:36px;padding:0 12px;color:#1f2329;background:#fff;border:1px solid #dfe3e8;border-radius:18px;cursor:pointer;font-size:12px;white-space:nowrap}.key-expiry-row>button.active{color:#1468f4;border-color:#1468f4;background:#f3f7ff}.key-expiry-picker{position:relative;z-index:4}.key-expiry-control{width:100%;text-align:left}.key-create-error{margin-bottom:16px;padding:9px 12px;color:#d03050;background:#fff1f2;border:1px solid #ffd5db;border-radius:8px;font-size:11px}.key-expiry-calendar{position:absolute;z-index:6;top:40px;left:0;width:309px;height:229px;background:#fff;border:1px solid #e1e4e8;border-radius:9px;box-shadow:0 8px 22px #1f232924;overflow:hidden}.key-expiry-calendar>header{height:40px;display:grid;grid-template-columns:32px 1fr 32px;align-items:center;border-bottom:1px solid #edf0f5}.key-expiry-calendar>header button{color:#7b8087;background:transparent;border:0;cursor:pointer;font-size:16px}.key-expiry-calendar>header b{text-align:center;font-size:12px;font-weight:500}.key-expiry-calendar-body{height:188px;display:grid;grid-template-columns:1fr 76px}.key-expiry-calendar-body>div:first-child{padding:10px 9px}.key-expiry-weekdays,.key-expiry-days{display:grid;grid-template-columns:repeat(7,1fr)}.key-expiry-weekdays{height:25px;color:#a1a6ae;font-size:10px}.key-expiry-weekdays span{text-align:center}.key-expiry-days{grid-auto-rows:29px}.key-expiry-days button{width:28px;height:24px;place-self:center;color:#1f2329;background:transparent;border:0;border-radius:50%;cursor:pointer;font-size:10px}.key-expiry-days button.selected{color:#fff;background:#1468f4}.key-expiry-times{padding:9px 8px;display:grid;align-content:start;gap:12px;border-left:1px solid #edf0f5;font-size:10px}.key-expiry-times b{padding-bottom:9px;border-bottom:1px solid #edf0f5;font-weight:500}.key-toggle-row{min-height:62px;margin-top:16px;display:flex;align-items:center;justify-content:space-between}.key-toggle-row>div{display:grid;gap:8px}.key-toggle-row b{font-size:13px;font-weight:400}.key-toggle-row small{color:#8f959e;font-size:11px}.key-switch{width:28px;height:17px;padding:2px;background:#dfe3e8;border:0;border-radius:9px}.key-switch i{width:13px;height:13px;display:block;background:#fff;border-radius:50%;transition:transform .15s ease}.key-switch.on{background:#1468f4}.key-switch.on i{transform:translate(11px)}.key-switch:disabled{opacity:1;cursor:not-allowed}.key-create-drawer>footer{padding:0 24px;display:flex;align-items:center;justify-content:flex-end;gap:12px;background:#fff;border-top:1px solid #e8eaed}.key-create-drawer>footer .btn{min-height:34px;height:34px;padding:0 16px;border-radius:17px}.wallet-page{gap:19px}.wallet-summary{height:199px;padding:24px}.wallet-summary h2{margin:0 0 32px;font-size:16px;font-weight:600}.wallet-metrics{height:104px}.wallet-metrics>div{min-height:84px;padding:4px 24px 0 42px;border-right:0}.wallet-metrics>div:not(:last-child):after{content:"";position:absolute;top:20px;right:0;width:1px;height:55px;background:#edf0f5}.wallet-metrics .metric-icon{left:0;top:0;width:28px;height:28px;border-radius:50%}.wallet-metrics span{font-size:12px}.wallet-metrics b{margin-top:22px;font-size:22px;font-weight:500}.wallet-metrics small{margin-top:6px;font-size:10px}.wallet-ledger-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;margin-bottom:20px}.wallet-ledger-heading h3{margin:0;color:#1f2329;font-size:16px;font-weight:600}.wallet-ledger-heading p{margin:7px 0 0;color:#86909c;font-size:12px}.wallet-ledger-heading>span{padding:5px 10px;color:#646a73;background:#f5f6f7;border-radius:12px;font-size:11px;white-space:nowrap}.wallet-ledger-table{overflow-x:auto;border:1px solid #e8eaed;border-radius:10px}.wallet-ledger-table table{width:100%;border-collapse:collapse;table-layout:fixed}.wallet-ledger-table th,.wallet-ledger-table td{height:54px;padding:0 18px;border-bottom:1px solid #edf0f5;text-align:left;white-space:nowrap}.wallet-ledger-table th{height:42px;color:#646a73;background:#f7f8fa;font-size:11px;font-weight:500}.wallet-ledger-table tbody tr:last-child td{border-bottom:0}.wallet-ledger-table tbody tr:hover{background:#fafbfc}.wallet-ledger-table code{color:#646a73;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:11px;letter-spacing:.03em}.ledger-kind,.ledger-status{display:inline-flex;align-items:center;min-height:22px;padding:0 8px;border-radius:11px;font-size:11px}.ledger-kind.income{color:#337a2b;background:#eef8e9}.ledger-kind.expense{color:#9c5c00;background:#fff4df}.ledger-status{color:#1468f4;background:#edf4ff}.ledger-amount{font-variant-numeric:tabular-nums;font-weight:600}.ledger-amount.income{color:#337a2b}.ledger-amount.expense{color:#d54941}.wallet-ledger-table .empty{height:110px;color:#86909c;text-align:center}.fund-panel{height:521px;min-height:521px;padding:24px}.fund-panel h3{font-size:16px;font-weight:600}.fund-panel>p{margin:7px 0 27px;font-size:12px}.amount-grid{grid-template-columns:repeat(4,1fr);gap:16px}.amount-grid button{height:94px;padding:20px;gap:8px;border-radius:14px}.amount-grid button.active{border-color:#1468f4;box-shadow:none}.amount-grid button b{font-size:16px;font-weight:500}.amount-grid button span{font-size:12px}.amount-grid button.active span{color:#1468f4}.custom-amount{width:268px;margin-top:25px;gap:11px;font-size:12px}.custom-amount input{height:36px;padding:0 12px;border-radius:18px}.payment-label{margin:25px 0 9px;font-size:12px}.payment-row{gap:16px}.payment-method{width:268px;height:56px;padding:0 14px;border-radius:10px;cursor:pointer;font-size:12px}.payment-method i{margin-right:8px;color:#1468f4;font-style:normal}.payment-method:disabled{opacity:1;cursor:not-allowed}.payment-row>span{font-size:12px}.wallet-page .notice{margin-top:10px;padding:8px 12px;color:#2254bc;background:#eef4ff;border-radius:8px;font-size:10px}
