.notice-board{background:var(--surface);border:1px solid var(--border);z-index:200;border-radius:16px;width:320px;transition:box-shadow .2s;position:fixed;bottom:1.25rem;right:1.25rem;overflow:hidden;box-shadow:0 4px 20px #0000001f}.notice-board-header{cursor:pointer;color:var(--text);-webkit-user-select:none;user-select:none;align-items:center;gap:.4rem;padding:.75rem 1rem;font-size:.8rem;font-weight:600;display:flex}.notice-board-header:hover{background:var(--hover)}.notice-board-count{background:var(--text);min-width:18px;height:18px;color:var(--surface);border-radius:99px;justify-content:center;align-items:center;padding:0 5px;font-size:.68rem;font-weight:700;display:inline-flex}.notice-board-toggle{color:var(--text-3);margin-left:auto}.notice-board-close{width:20px;height:20px;color:var(--text-3);cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:0;display:flex}.notice-board-close:hover{background:var(--border);color:var(--text)}.notice-board-list{flex-direction:column;gap:0;margin:0;padding:0 1rem .85rem;list-style:none;display:flex}.notice-board-item{color:var(--text-2);background:var(--hover);border-radius:8px;margin-bottom:.5rem;padding:.6rem .65rem;font-size:.8rem;line-height:1.5}.notice-board-item:last-child{margin-bottom:0}.notice-board-item+.notice-board-item{border-top:1px solid var(--border);border-radius:0;margin-bottom:0;padding-top:.6rem}.notice-board-item:first-child{border-radius:8px 8px 0 0}.notice-board-item:last-child:not(:first-child){border-radius:0 0 8px 8px}.notice-board.collapsed .notice-board-header{border-bottom:none}.toggle-row{border-bottom:1px solid var(--border);cursor:pointer;justify-content:space-between;align-items:center;gap:1rem;padding:.75rem 0;display:flex}.toggle-row:last-child{border-bottom:none}.toggle-row.disabled{opacity:.45;cursor:not-allowed}.toggle-text{flex-direction:column;gap:.15rem;display:flex}.toggle-label{color:var(--text);font-size:.875rem;font-weight:500}.toggle-desc{color:var(--text-3);font-size:.76rem;line-height:1.4}.toggle-switch{background:var(--border-2);cursor:pointer;border:none;border-radius:99px;flex-shrink:0;width:38px;height:22px;padding:0;transition:background .2s;position:relative}.toggle-switch:after{content:"";background:#fff;border-radius:50%;width:16px;height:16px;transition:transform .2s;position:absolute;top:3px;left:3px;box-shadow:0 1px 3px #0003}.toggle-switch.on{background:var(--text)}.toggle-switch.on:after{transform:translate(16px)}.toggle-switch:disabled{cursor:not-allowed}:root{--bg:#f2f2f0;--surface:#fff;--surface-2:#f5f5f3;--surface-3:#eeede9;--border:#e8e7e3;--border-2:#d5d4cf;--text:#0d0d0c;--text-2:#6b6a65;--text-3:#a8a7a1;--accent:#d97706;--brand:#c3ff3d;--green:#16a34a;--green-bg:#f0fdf4;--green-br:#bbf7d0;--red:#dc2626;--red-bg:#fef2f2;--red-br:#fecaca;--blue:#2563eb;--r:12px;--r-lg:18px;--r-xl:24px;--sidebar-w:240px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}body{background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;min-height:100dvh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;font-size:16px;line-height:1.55}[hidden]{display:none!important}.mono{font-family:JetBrains Mono,Fira Code,ui-monospace,monospace}.ic{stroke:currentColor;stroke-width:2px;fill:none;width:14px;height:14px;display:block}.ic-sm{stroke:currentColor;stroke-width:2px;fill:none;width:13px;height:13px;display:block}.ic-xs{stroke:currentColor;stroke-width:2.5px;fill:none;width:11px;height:11px;display:block}.ic-md{stroke:currentColor;stroke-width:1.8px;fill:none;width:16px;height:16px;display:block}.ic-lg{stroke:currentColor;stroke-width:1.5px;fill:none;width:22px;height:22px;display:block}.ic-copy{stroke:currentColor;stroke-width:2.5px;fill:none;width:12px;height:12px;display:block}.text-muted{color:var(--text-3);font-size:.75rem}.mt-sm{margin-top:.45rem}.spinner{border:2px solid #ffffff40;border-top-color:#fff;border-radius:50%;width:13px;height:13px;animation:.5s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.spinner.dark{border-color:#00000014;border-top-color:var(--text-2)}.sidebar{width:var(--sidebar-w);-webkit-backdrop-filter:blur(18px);border:1px solid var(--border);border-radius:var(--r-xl);z-index:100;background:#ffffffeb;flex-direction:column;height:calc(100dvh - 2.5rem);padding:1.1rem .75rem 1.25rem;display:flex;position:fixed;top:1.25rem;left:1.25rem;overflow-y:auto;box-shadow:0 4px 24px #00000014,0 1px 4px #0000000a}.sidebar-logo{align-items:center;gap:.55rem;margin-bottom:1.25rem;padding:1rem .75rem 1.25rem;display:flex}.sidebar-logo-mark{border-radius:9px;flex-shrink:0;place-items:center;width:30px;height:30px;display:grid;overflow:hidden}.sidebar-logo-mark img{width:100%;height:100%;display:block}.sidebar-logo-name{letter-spacing:-.04em;color:var(--text);font-family:Noto Sans SC,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1.15rem;font-weight:800}.sidebar-section-label{letter-spacing:.1em;text-transform:uppercase;color:var(--text-3);margin-bottom:.5rem;padding:0 .75rem;font-size:.72rem;font-weight:700}.nav-list{flex-direction:column;gap:.15rem;margin-bottom:1.5rem;list-style:none;display:flex}.nav-card{border-radius:var(--r);width:100%;color:var(--text-2);cursor:pointer;text-align:left;background:0 0;border:1px solid #0000;align-items:flex-start;gap:.75rem;padding:.75rem;font-family:inherit;text-decoration:none;transition:all .15s;display:flex}.nav-card:hover{background:var(--surface-2);border-color:var(--border)}.nav-card.active{background:var(--surface-3);border-color:var(--border-2);color:var(--text)}.nav-card-icon{background:var(--surface-2);border-radius:8px;flex-shrink:0;place-items:center;width:36px;height:36px;transition:background .15s;display:grid}.nav-card:hover .nav-card-icon{background:var(--surface-3)}.nav-card.active .nav-card-icon{background:var(--surface)}.nav-card-icon svg{color:var(--text-2)}.nav-card.active .nav-card-icon svg{color:var(--text)}.nav-card-body{flex:1;min-width:0;padding-top:.15rem}.nav-card-title{color:var(--text);font-size:.88rem;font-weight:600;line-height:1.3}.nav-card-desc{color:var(--text-3);margin-top:.15rem;font-size:.75rem;line-height:1.4}.sidebar-bottom{border-top:1px solid var(--border);flex-direction:column;gap:.6rem;margin-top:auto;padding-top:1rem;display:flex}.btn-ghost{color:var(--text-3);cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:8px;padding:.3rem .55rem;font-family:inherit;font-size:.72rem;font-weight:600;transition:color .12s,background .12s}.btn-ghost:hover{background:var(--surface-2);color:var(--text-2)}.content{min-width:0;margin-left:calc(var(--sidebar-w) + 1.25rem + 1rem);flex-direction:column;flex:1;display:flex}.page-header{padding:2.5rem 2rem 1.75rem}.page-title{letter-spacing:-.035em;color:var(--text);font-size:1.45rem;font-weight:700;line-height:1.2}.page-desc{color:var(--text-2);margin-top:.35rem;font-size:.85rem;line-height:1.5}.page-body{flex-direction:column;gap:.75rem;max-width:600px;padding:1rem 2rem 2rem;display:flex}.page-split{grid-template-columns:520px 380px;align-items:start;gap:1.25rem;padding:0 2rem 2rem;display:grid}.page-main,.page-aside{flex-direction:column;gap:1rem;display:flex}@media (width<=1000px){.page-split{grid-template-columns:1fr}}.status-pill{z-index:100;-webkit-backdrop-filter:blur(18px);border:1px solid var(--border);background:#ffffffeb;border-radius:99px;align-items:center;gap:.6rem;padding:.5rem .75rem .5rem .65rem;display:flex;position:fixed;top:1.25rem;right:1.25rem;box-shadow:0 4px 24px #00000014,0 1px 4px #0000000a}.pill-quota{color:var(--green);white-space:nowrap;align-items:center;gap:.38rem;font-size:.8rem;font-weight:700;display:flex}.pill-dot{background:var(--green);border-radius:99px;flex-shrink:0;width:6px;height:6px}.pill-dot.green{background:var(--green)}.pill-dot.orange{background:#f59e0b}.pill-dot.red{background:var(--red)}.pill-sep{background:var(--border);flex-shrink:0;width:1px;height:14px}.pill-key{color:var(--text-2);letter-spacing:.01em;white-space:nowrap;font-family:JetBrains Mono,Fira Code,ui-monospace,monospace;font-size:.76rem}.pill-logout{color:var(--text-3);cursor:pointer;background:0 0;border:none;border-radius:6px;place-items:center;padding:.28rem;transition:color .12s,background .12s;display:grid}.pill-logout:hover{background:var(--surface-2);color:var(--text)}.pill-tooltip{cursor:help;align-items:center;display:flex;position:relative}.pill-tooltip:after{content:attr(data-tip);color:#f5f5f5;white-space:normal;text-align:center;pointer-events:none;opacity:0;z-index:9999;background:#3f3f3f;border-radius:8px;width:200px;padding:.45rem .65rem;font-size:.72rem;font-weight:400;line-height:1.5;transition:opacity .15s;position:absolute;top:calc(100% + 8px);left:50%;transform:translate(-50%);box-shadow:0 4px 16px #0000002e}.pill-tooltip:hover:after{opacity:1}.btn{border-radius:var(--r);cursor:pointer;white-space:nowrap;letter-spacing:-.01em;border:none;outline:none;justify-content:center;align-items:center;gap:.4rem;padding:.68rem 1.1rem;font-family:inherit;font-size:.95rem;font-weight:600;transition:opacity .15s,transform .1s;display:inline-flex}.btn:active{transform:scale(.98)}.btn:disabled{opacity:.4;cursor:not-allowed;transform:none}.btn-primary{background:var(--text);color:#fff}.btn-primary:hover:not(:disabled){opacity:.86}.btn-secondary{background:var(--surface-2);color:var(--text-2);border:1px solid var(--border)}.btn-secondary:hover:not(:disabled){background:var(--surface);border-color:var(--border-2)}.btn-full{width:100%}.btn-sm{padding:.42rem .85rem;font-size:.85rem}.btn-login{border-radius:var(--r);background:var(--text);color:#fff;cursor:pointer;letter-spacing:-.01em;border:none;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:.75rem;font-family:inherit;font-size:.9rem;font-weight:600;transition:opacity .15s,transform .1s;display:flex}.btn-login:hover:not(:disabled){opacity:.86}.btn-login:active{transform:scale(.99)}.btn-login:disabled{opacity:.4;cursor:not-allowed}.field{flex-direction:column;gap:.42rem;margin-bottom:.85rem;display:flex}.field:last-child{margin-bottom:0}.field>label,.field-label{color:var(--text-2);letter-spacing:.01em;font-size:.75rem;font-weight:600}.label-row{justify-content:space-between;align-items:center;gap:.5rem;display:flex}.label-row>label{color:var(--text-2);letter-spacing:.01em;font-size:.75rem;font-weight:600}.label-link{color:var(--blue);font-size:.72rem;font-weight:500;text-decoration:none}.label-link:hover{text-decoration:underline}.token-status{border-radius:99px;align-items:center;gap:.3rem;margin-left:.4rem;padding:.15rem .45rem;font-size:.7rem;font-weight:500;transition:all .2s;display:inline-flex}.token-status.valid{background:var(--green-bg);color:var(--green)}.token-status.invalid{background:var(--red-bg);color:var(--red)}.token-status:before{content:"";background:currentColor;border-radius:50%;width:5px;height:5px}input[type=text],input[type=number],input[type=password],input:not([type]),textarea,select{border:1px solid var(--border);border-radius:var(--r);background:var(--surface-2);width:100%;color:var(--text);outline:none;padding:.6rem .8rem;font-family:inherit;font-size:.875rem;transition:border-color .15s,box-shadow .15s}input[type=text]:focus,input[type=number]:focus,input[type=password]:focus,input:not([type]):focus,textarea:focus,select:focus{border-color:var(--border-2);background:var(--surface);box-shadow:0 0 0 3px #0000000f}textarea{resize:vertical;min-height:72px;line-height:1.55}select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='11' viewBox='0 0 24 24' fill='none' stroke='%23a8a7a1' stroke-width='2.5'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-position:right .75rem center;background-repeat:no-repeat;padding-right:2rem}.field-grid{grid-template-columns:1fr 1fr;gap:.65rem;display:grid}.divider{background:var(--border);height:1px;margin:1rem 0}.input-label{color:var(--text-2);letter-spacing:.01em;margin-bottom:.45rem;font-size:.75rem;font-weight:600;display:block}.input-row{border:1px solid var(--border);border-radius:var(--r);background:var(--surface-2);align-items:center;gap:0;transition:border-color .15s,box-shadow .15s;display:flex;overflow:hidden}.input-row:focus-within{border-color:var(--border-2);background:var(--surface);box-shadow:0 0 0 3px #0000000f}.input-row-icon{color:var(--text-3);flex-shrink:0;place-items:center;padding:0 .7rem 0 .85rem;display:grid}.input-row input{color:var(--text);background:0 0;border:none;outline:none;flex:1;min-width:0;padding:.72rem 0;font-family:inherit;font-size:.875rem}.input-row input::placeholder{color:var(--text-3)}.input-row input.mono{letter-spacing:.01em;font-family:JetBrains Mono,Fira Code,ui-monospace,monospace;font-size:.82rem}.eye-btn{cursor:pointer;color:var(--text-3);background:0 0;border:none;flex-shrink:0;place-items:center;height:100%;padding:0 .75rem;transition:color .15s;display:grid}.eye-btn:hover{color:var(--text-2)}.collapse-toggle{cursor:pointer;color:var(--text-3);background:0 0;border:none;align-items:center;gap:.4rem;padding:0;font-family:inherit;font-size:.78rem;font-weight:600;transition:color .12s;display:flex}.collapse-toggle:hover{color:var(--text-2)}.chevron{transition:transform .2s}.collapse-toggle[aria-expanded=true] .chevron{transform:rotate(90deg)}.collapse-body{margin-top:.85rem}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-lg);overflow:hidden;box-shadow:0 1px 2px #0000000a}.card-head{align-items:center;gap:.6rem;padding:.9rem 1rem 0;display:flex}.card-head-icon{background:var(--surface-2);border:1px solid var(--border);width:24px;height:24px;color:var(--text-2);border-radius:6px;flex-shrink:0;place-items:center;display:grid}.card-head-title{letter-spacing:-.01em;font-size:.9rem;font-weight:600}.card-head-meta{color:var(--text-3);margin-left:auto;font-size:.78rem}.card-body{padding:.9rem 1rem}.notice{border-radius:var(--r);align-items:flex-start;gap:.5rem;margin-bottom:.85rem;padding:.65rem .85rem;font-size:.8rem;line-height:1.55;display:flex}.notice:last-child{margin-bottom:0}.notice svg{flex-shrink:0;margin-top:.1rem}.notice.err{background:var(--red-bg);color:#991b1b;border:1px solid var(--red-br)}.notice.warn{color:#92400e;background:#fffbeb;border:1px solid #fde68a}.notice.ok{background:var(--green-bg);color:#15803d;border:1px solid var(--green-br)}.link-list{flex-direction:column;gap:.55rem;display:flex}.link-item{background:var(--surface-2);border:1px solid var(--border);border-radius:var(--r);flex-direction:column;gap:.55rem;padding:.8rem .9rem;display:flex}.link-item-head{align-items:center;gap:.65rem;display:flex}.link-icon{background:var(--surface);border:1px solid var(--border);width:26px;height:26px;color:var(--text-2);border-radius:7px;flex-shrink:0;place-items:center;display:grid}.link-label{color:var(--text-2);letter-spacing:.04em;text-transform:uppercase;flex:1;font-size:.72rem;font-weight:700}.link-actions{flex-shrink:0;gap:.3rem;margin-left:auto;display:flex}.link-url{color:var(--blue);word-break:break-all;font-size:.78rem;line-height:1.5}.plan-grid{grid-template-columns:repeat(2,1fr);gap:.75rem;display:grid}.plan-card{border:2px solid var(--border);border-radius:var(--r);background:var(--surface-2);color:var(--text-2);cursor:pointer;text-align:center;flex-direction:column;align-items:center;gap:.65rem;padding:1rem .75rem;font-family:inherit;transition:all .15s;display:flex;position:relative}.plan-card:hover:not(:disabled){border-color:var(--border-2);background:var(--surface)}.plan-card.active{border-color:var(--text-2);background:var(--surface);color:var(--text)}.plan-card:disabled{opacity:.5;cursor:not-allowed}.plan-card-check{background:var(--text-2);opacity:0;border-radius:50%;place-items:center;width:20px;height:20px;transition:opacity .15s;display:grid;position:absolute;top:.65rem;right:.65rem}.plan-card.active .plan-card-check{opacity:1}.plan-card-check svg{stroke-width:3px;stroke:#fff!important}.plan-card-badge{color:var(--text-3);background:var(--surface-3);border-radius:4px;padding:.15rem .4rem;font-size:.7rem;font-weight:600;position:absolute;top:.65rem;right:.65rem}.plan-card-icon{background:var(--surface-3);border-radius:10px;place-items:center;width:42px;height:42px;transition:background .15s;display:grid}.plan-card-icon svg{color:var(--text-2)}.plan-card.active .plan-card-icon svg{color:var(--text)}.plan-card-body{flex-direction:column;gap:.2rem;display:flex}.plan-card-title{color:var(--text);font-size:1.1rem;font-weight:700}.plan-card-desc{color:var(--text-3);font-size:.72rem;line-height:1.3}.plan-card-price{color:var(--text);margin-top:.15rem;font-size:.8rem;font-weight:700}.tutorial-step{border-bottom:1px solid var(--border);gap:1rem;padding:1.1rem 0;display:flex}.tutorial-step:last-child{border-bottom:none;padding-bottom:0}.step-num{background:var(--surface-3);border:1px solid var(--border);width:26px;height:26px;color:var(--text-2);border-radius:8px;flex-shrink:0;place-items:center;font-size:.72rem;font-weight:700;display:grid}.step-body{flex:1}.step-title{letter-spacing:-.01em;color:var(--text);margin-bottom:.25rem;font-size:.88rem;font-weight:600}.step-desc{color:var(--text-2);font-size:.8rem;line-height:1.55}.step-code{background:var(--surface-3);color:var(--text);word-break:break-all;border-radius:8px;margin-top:.5rem;padding:.5rem .75rem;font-family:JetBrains Mono,Fira Code,ui-monospace,monospace;font-size:.78rem}.buy-card{background:var(--surface-2);border:1px solid var(--border);border-radius:var(--r);align-items:flex-start;gap:1rem;margin-bottom:.55rem;padding:1.1rem;display:flex}.buy-card:last-child{margin-bottom:0}.buy-card-icon{background:var(--surface);border:1px solid var(--border);width:36px;height:36px;color:var(--text-2);border-radius:10px;flex-shrink:0;place-items:center;display:grid}.buy-card-body{flex:1}.buy-card-title{letter-spacing:-.01em;color:var(--text);font-size:.88rem;font-weight:600}.buy-card-desc{color:var(--text-2);margin-top:.2rem;font-size:.78rem;line-height:1.5}.buy-card-price{color:var(--text);margin-top:.5rem;font-size:.82rem;font-weight:700}.pool-stats{grid-template-columns:repeat(3,1fr);gap:.65rem;display:grid}.pool-stat{background:var(--surface-2);border:1px solid var(--border);border-radius:var(--r);flex-direction:column;gap:.35rem;padding:.85rem .75rem .7rem;display:flex}.pool-stat-val{letter-spacing:-.03em;color:var(--text);font-size:1.45rem;font-weight:700;line-height:1}.pool-stat-label{color:var(--text-2);align-items:center;gap:.35rem;font-size:.73rem;font-weight:500;display:flex}.pool-dot{border-radius:99px;flex-shrink:0;width:6px;height:6px}.pool-dot.green{background:var(--green)}.pool-dot.red{background:var(--red)}.pool-dot.gray{background:var(--text-3)}.pool-dot.blue{background:var(--blue)}.pool-dot.orange{background:#f59e0b}.import-log-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-lg);flex-direction:column;display:flex;overflow:hidden}.import-log-head{color:var(--text-2);border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:.75rem 1rem;font-size:.78rem;font-weight:600;display:flex}.import-log-list{flex:1;min-height:120px;max-height:420px;overflow-y:auto}.import-log-empty{text-align:center;color:var(--text-3);padding:1.5rem 1rem;font-size:.78rem}.import-log-item{border-bottom:1px solid var(--border);align-items:center;gap:.55rem;padding:.55rem 1rem;font-size:.78rem;line-height:1.45;display:flex}.import-log-item:last-child{border-bottom:none}.import-log-remove{color:var(--text-3);cursor:pointer;opacity:0;background:0 0;border:none;flex-shrink:0;align-self:center;margin-top:0;padding:.1rem .4rem;font-size:.82rem;line-height:1;transition:opacity .12s,color .12s}.import-log-item:hover .import-log-remove{opacity:1}.import-log-remove:hover{color:var(--red)}.import-log-dot{border-radius:99px;flex-shrink:0;width:7px;height:7px}.import-log-dot.ok{background:var(--green)}.import-log-dot.err{background:var(--red)}.import-log-meta{flex:1;min-width:0}.import-log-msg{color:var(--text);word-break:break-all}.import-log-time{color:var(--text-3);margin-top:.1rem;font-size:.72rem}.import-log-note{color:var(--red);word-break:break-all;margin-top:.1rem;font-size:.72rem}.import-log-tag{letter-spacing:.03em;background:var(--surface-3);color:var(--text-2);border:1px solid var(--border);vertical-align:middle;border-radius:4px;margin-left:.45rem;padding:.05rem .35rem;font-size:.65rem;font-weight:600;line-height:1.5;display:inline-block}.drop-zone{border:2px dashed var(--border-2);border-radius:var(--r);text-align:center;cursor:pointer;background:var(--surface-2);padding:1.5rem 1rem;transition:border-color .15s,background .15s}.drop-zone:hover,.drop-zone.drag-over{border-color:var(--text-2);background:var(--surface)}.drop-zone.loading{border-color:var(--blue);cursor:default;pointer-events:none;background:#eff6ff}.drop-zone.success{border-color:var(--green);background:var(--green-bg);cursor:default;pointer-events:none}.drop-zone.fail{border-color:var(--red);background:var(--red-bg)}.drop-zone-icon{color:var(--text-3);justify-content:center;margin-bottom:.5rem;display:flex}.drop-zone.loading .drop-zone-icon{color:var(--blue)}.drop-zone.success .drop-zone-icon{color:var(--green)}.drop-zone.fail .drop-zone-icon{color:var(--red)}.drop-zone-label{color:var(--text-2);font-size:.82rem}.drop-zone.loading .drop-zone-label{color:var(--blue);font-weight:600}.drop-zone.success .drop-zone-label{color:var(--green);font-weight:600}.drop-zone.fail .drop-zone-label{color:var(--red);font-weight:600}.drop-zone-sub{color:var(--text-3);margin-top:.2rem;font-size:.75rem}.key-row{border-bottom:1px solid var(--border);cursor:pointer;grid-template-columns:1fr auto;align-items:center;gap:1rem;padding:.55rem 1.35rem;display:grid}.key-row:last-child{border-bottom:none}.key-row-head{letter-spacing:.06em;text-transform:uppercase;color:var(--text-3);background:var(--surface-2);border-bottom:1px solid var(--border);grid-template-columns:1fr auto;padding:.45rem 1.35rem;font-size:.7rem;font-weight:700;display:grid}.key-info{flex-direction:column;flex:1;gap:0;min-width:0;display:flex}.key-info-top{flex-wrap:wrap;align-items:center;gap:.4rem;margin-bottom:.18rem;line-height:1;display:flex}.key-info-top .btn-ghost{padding:.1rem .2rem;line-height:1}.key-mono{color:var(--text);font-family:JetBrains Mono,Fira Code,ui-monospace,monospace;font-size:.78rem;font-weight:700;line-height:1}.key-meta{flex-direction:column;gap:.1rem;margin-bottom:.35rem;display:flex}.key-note{color:var(--text-3);font-size:.72rem;line-height:1.3}.key-tag{background:var(--surface-3);color:var(--text-2);border-radius:6px;padding:.1rem .4rem;font-size:.65rem;font-weight:600}.key-tag.green{color:var(--green);background:color-mix(in srgb, var(--green) 12%, transparent);border:1px solid color-mix(in srgb, var(--green) 25%, transparent)}.key-tag.red{color:var(--red);background:color-mix(in srgb, var(--red) 12%, transparent);border:1px solid color-mix(in srgb, var(--red) 25%, transparent)}.key-tag.mono{color:var(--text-3);text-overflow:ellipsis;white-space:nowrap;vertical-align:middle;background:0 0;max-width:260px;padding-left:0;font-family:monospace;display:inline-block;overflow:hidden}.key-services{flex-wrap:wrap;align-items:center;gap:.3rem;display:flex}.key-svc{letter-spacing:.03em;background:var(--surface-3);color:var(--text-2);border:1px solid var(--border);border-radius:6px;padding:.1rem .4rem;font-size:.65rem;font-weight:600}.key-progress-wrap{text-align:right;flex-direction:column;justify-content:center;min-width:100px;padding-right:.25rem;display:flex}.key-progress-nums{color:var(--text);margin-bottom:.35rem;font-size:.78rem;font-weight:600}.key-progress-nums span{color:var(--text-3);font-weight:400}.progress-bar{background:var(--surface-3);border-radius:99px;height:5px;overflow:hidden}.progress-fill{background:var(--green);border-radius:99px;height:100%;transition:width .3s}.progress-fill[data-cls=warn]{background:#f59e0b}.progress-fill[data-cls=danger]{background:var(--red)}.progress-fill[data-cls=infinite]{background:var(--blue);width:100%!important}.admin-tabs{border-bottom:1px solid var(--border);background:var(--surface-2);padding:0 1.35rem;display:flex}.admin-tab{color:var(--text-3);cursor:pointer;white-space:nowrap;background:0 0;border:none;border-bottom:2px solid #0000;margin-bottom:-1px;padding:.72rem .9rem;font-family:inherit;font-size:.82rem;font-weight:600;transition:color .12s,border-color .12s}.admin-tab:hover{color:var(--text-2)}.admin-tab.active{color:var(--text);border-bottom-color:var(--text)}.login-page{justify-content:center;align-items:center;min-height:100dvh;padding:2rem 1.25rem;display:flex}.login-wrap{flex-direction:column;gap:2rem;width:100%;max-width:400px;display:flex}.login-logo{align-items:center;gap:.6rem;display:flex}.login-logo-mark{border-radius:10px;flex-shrink:0;place-items:center;width:36px;height:36px;display:grid;overflow:hidden}.login-logo-mark img{width:100%;height:100%;display:block}.login-logo-name{letter-spacing:-.04em;color:var(--text);font-family:Noto Sans SC,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1.35rem;font-weight:800}.login-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-xl);flex-direction:column;gap:1.5rem;padding:2rem;display:flex;box-shadow:0 1px 2px #0000000a,0 8px 24px #0000000f}.login-heading{letter-spacing:-.03em;color:var(--text);font-size:1.35rem;font-weight:700;line-height:1.2}.login-sub{color:var(--text-2);margin-top:.4rem;font-size:.82rem;line-height:1.55}.login-notice{border-radius:var(--r);padding:.65rem .85rem;font-size:.8rem;line-height:1.5}.login-notice.err{background:var(--red-bg);color:#991b1b;border:1px solid var(--red-br)}.login-notice.warn{color:#92400e;background:#fffbeb;border:1px solid #fde68a}
