:root,.adm{--adm-bg:#0a0c10;--adm-bg-2:#0e1117;--adm-surface:#12161e;--adm-surface-2:#181d27;--adm-surface-3:#1f2532;--adm-line:#ffffff14;--adm-line-strong:#ffffff24;--adm-fg:#f5f7fa;--adm-muted:#9aa3b0;--adm-faint:#6b7380;--adm-accent:#3b82f6;--adm-accent-hover:#2f6fe0;--adm-accent-soft:#3b82f624;--adm-accent-ring:#3b82f659;--adm-success:#22c55e;--adm-success-soft:#22c55e24;--adm-danger:#ef4444;--adm-danger-soft:#ef444424;--adm-warning:#f59e0b;--adm-warning-soft:#f59e0b24;--adm-info:#38bdf8;--adm-info-soft:#38bdf824;--adm-violet:#a78bfa;--adm-violet-soft:#a78bfa24;--adm-radius-sm:8px;--adm-radius:12px;--adm-radius-lg:16px;--adm-shadow:0 1px 2px #0006, 0 12px 40px -12px #0000008c;--adm-shadow-pop:0 24px 64px -16px #000000b3, 0 0 0 1px #ffffff0f;--adm-sidebar-w:256px;--adm-sidebar-rail:68px;--adm-topbar-h:60px;--adm-bottomnav-h:64px}.adm,.adm-portal{background:var(--adm-bg);color:var(--adm-fg);-webkit-tap-highlight-color:transparent;font-size:14px;line-height:1.5}.adm *,.adm :before,.adm :after{box-sizing:border-box;min-width:0}.adm img,.adm video{max-width:100%}.adm-modal-wrap,.adm-drawer-wrap,.adm-toasts{color:var(--adm-fg);font-size:14px;line-height:1.5;font-family:var(--font-sans)}.adm-modal-wrap *,.adm-drawer-wrap *,.adm-toasts *{box-sizing:border-box;min-width:0}.adm-modal img,.adm-drawer img{max-width:100%}.adm-title{letter-spacing:-.02em;color:var(--adm-fg);font-size:1.375rem;font-weight:650;line-height:1.2}.adm-subtitle{color:var(--adm-muted);font-size:.875rem}.adm-h3{letter-spacing:-.01em;color:var(--adm-fg);font-size:.9375rem;font-weight:600}.adm-label{letter-spacing:.02em;color:var(--adm-muted);margin-bottom:6px;font-size:.75rem;font-weight:600;display:block}.adm-help{color:var(--adm-faint);margin-top:6px;font-size:.75rem}.adm-error{color:var(--adm-danger);margin-top:6px;font-size:.75rem}.adm-kicker{letter-spacing:.12em;text-transform:uppercase;color:var(--adm-faint);align-items:center;gap:6px;font-size:.6875rem;font-weight:600;display:inline-flex}div.adm-kicker,h3.adm-kicker{display:flex}.adm-muted{color:var(--adm-muted)}.adm-faint{color:var(--adm-faint)}.adm-mono{font-family:var(--font-mono);font-variant-numeric:tabular-nums}.adm-truncate{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.adm-clamp-2{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.adm-clamp-3{-webkit-line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}@media (min-width:768px){.adm-title{font-size:1.625rem}}.adm-card{background:var(--adm-surface);border:1px solid var(--adm-line);border-radius:var(--adm-radius);box-shadow:var(--adm-shadow)}.adm-card-hover{transition:border-color .18s,transform .18s,background .18s}.adm-card-hover:hover{border-color:var(--adm-line-strong);background:var(--adm-surface-2)}.adm-card-pad{padding:16px}@media (min-width:768px){.adm-card-pad{padding:20px}}.adm-card-head{border-bottom:1px solid var(--adm-line);justify-content:space-between;align-items:center;gap:12px;padding:14px 16px;display:flex}@media (min-width:768px){.adm-card-head{padding:16px 20px}}.adm-divider{background:var(--adm-line);height:1px}.adm-inset{background:var(--adm-bg-2);border:1px solid var(--adm-line);border-radius:var(--adm-radius-sm)}.adm-btn{border-radius:var(--adm-radius-sm);white-space:nowrap;cursor:pointer;-webkit-user-select:none;user-select:none;height:40px;color:var(--adm-fg);background:0 0;border:1px solid #0000;justify-content:center;align-items:center;gap:8px;padding:0 14px;font-size:.875rem;font-weight:600;line-height:1;transition:background .15s,border-color .15s,color .15s,transform .1s,opacity .15s;display:inline-flex}.adm-btn:active{transform:translateY(1px)}.adm-btn:disabled,.adm-btn[aria-disabled=true]{opacity:.45;cursor:not-allowed;transform:none}.adm-btn-sm{gap:6px;height:34px;padding:0 11px;font-size:.8125rem}.adm-btn-lg{height:46px;padding:0 18px;font-size:.9375rem}.adm-btn-block{width:100%}.adm-btn-primary{background:var(--adm-accent);color:#fff;box-shadow:0 6px 18px -8px #3b82f6cc}.adm-btn-primary:hover:not(:disabled){background:var(--adm-accent-hover)}.adm-btn-secondary{background:var(--adm-surface-2);border-color:var(--adm-line);color:var(--adm-fg)}.adm-btn-secondary:hover:not(:disabled){background:var(--adm-surface-3);border-color:var(--adm-line-strong)}.adm-btn-ghost{color:var(--adm-muted)}.adm-btn-ghost:hover:not(:disabled){color:var(--adm-fg);background:#ffffff0f}.adm-btn-danger{background:var(--adm-danger);color:#fff}.adm-btn-danger:hover:not(:disabled){background:#dc2626}.adm-btn-danger-soft{background:var(--adm-danger-soft);color:#fca5a5;border-color:#ef444440}.adm-btn-danger-soft:hover:not(:disabled){background:#ef444438}.adm-btn-success{background:var(--adm-success);color:#052e16}.adm-btn-success:hover:not(:disabled){background:#16a34a}.adm-btn-accent-soft{background:var(--adm-accent-soft);color:#93c5fd;border-color:#3b82f640}.adm-btn-accent-soft:hover:not(:disabled){background:#3b82f63d}.adm-iconbtn{border-radius:var(--adm-radius-sm);width:38px;height:38px;color:var(--adm-muted);cursor:pointer;background:0 0;border:1px solid #0000;flex-shrink:0;justify-content:center;align-items:center;transition:background .15s,color .15s,border-color .15s;display:inline-flex}.adm-iconbtn:hover{color:var(--adm-fg);background:#ffffff12}.adm-iconbtn:disabled{opacity:.4;cursor:not-allowed}.adm-iconbtn-sm{width:32px;height:32px}.adm-iconbtn-bordered{border-color:var(--adm-line);background:var(--adm-surface-2)}.adm-iconbtn-danger:hover{background:var(--adm-danger-soft);color:#fca5a5}.adm-iconbtn-accent:hover{background:var(--adm-accent-soft);color:#93c5fd}.adm-iconbtn-active{background:var(--adm-accent-soft);color:#93c5fd;border-color:#3b82f64d}.adm-row-actions{flex-shrink:0;align-items:center;gap:2px;display:flex}@media (hover:hover) and (pointer:fine){.adm-row-actions-hover{opacity:0;transition:opacity .15s}.adm-row:hover .adm-row-actions-hover,.adm-row:focus-within .adm-row-actions-hover{opacity:1}}.adm-input,.adm-textarea,.adm-select{background:var(--adm-bg-2);border:1px solid var(--adm-line);border-radius:var(--adm-radius-sm);width:100%;min-height:42px;color:var(--adm-fg);appearance:none;padding:10px 12px;font-family:inherit;font-size:.9375rem;line-height:1.4;transition:border-color .15s,box-shadow .15s,background .15s}@media (min-width:768px){.adm-input,.adm-textarea,.adm-select{font-size:.875rem}}.adm-input::placeholder,.adm-textarea::placeholder{color:var(--adm-faint)}.adm-input:focus,.adm-textarea:focus,.adm-select:focus{border-color:var(--adm-accent);box-shadow:0 0 0 3px var(--adm-accent-ring);background:var(--adm-surface);outline:none}.adm-input:disabled,.adm-textarea:disabled,.adm-select:disabled{opacity:.55;cursor:not-allowed}.adm-input-error,.adm-textarea-error,.adm-select-error{border-color:#ef444499!important}.adm-textarea{resize:vertical;min-height:96px}.adm-input-sm{min-height:36px;padding:6px 10px;font-size:.8125rem}.adm-select-wrap{position:relative}.adm-select-wrap>.adm-select{cursor:pointer;padding-right:36px}.adm-select-wrap>svg{pointer-events:none;color:var(--adm-faint);position:absolute;top:50%;right:12px;transform:translateY(-50%)}.adm-select option{color:#f5f7fa;background:#12161e}.adm-input-icon{position:relative}.adm-input-icon>svg{color:var(--adm-faint);pointer-events:none;position:absolute;top:50%;left:12px;transform:translateY(-50%)}.adm-input-icon>.adm-input{padding-left:38px}.adm-input-icon>.adm-input-clear{position:absolute;top:50%;right:6px;transform:translateY(-50%)}.adm-check{border:1px solid var(--adm-line-strong);background:var(--adm-bg-2);width:18px;height:18px;accent-color:var(--adm-accent);cursor:pointer;border-radius:5px;flex-shrink:0}.adm-check:checked{background:var(--adm-accent);border-color:var(--adm-accent)}.adm-switch{background:var(--adm-surface-3);border:1px solid var(--adm-line);cursor:pointer;border-radius:999px;flex-shrink:0;align-items:center;width:42px;height:24px;transition:background .18s,border-color .18s;display:inline-flex;position:relative}.adm-switch:after{content:"";opacity:.85;background:#fff;border-radius:50%;width:16px;height:16px;transition:transform .18s,opacity .18s;position:absolute;left:3px}.adm-switch[aria-checked=true]{background:var(--adm-accent);border-color:var(--adm-accent)}.adm-switch[aria-checked=true]:after{opacity:1;transform:translate(18px)}.adm-switch:disabled{opacity:.5;cursor:not-allowed}.adm-field-row{grid-template-columns:1fr;gap:14px;display:grid}@media (min-width:640px){.adm-field-row-2{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:768px){.adm-field-row-3{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (min-width:1024px){.adm-field-row-4{grid-template-columns:repeat(4,minmax(0,1fr))}}.adm-badge{letter-spacing:.02em;white-space:nowrap;height:22px;color:var(--adm-muted);background:#ffffff12;border:1px solid #0000;border-radius:999px;align-items:center;gap:5px;padding:0 8px;font-size:.6875rem;font-weight:600;display:inline-flex}.adm-badge-lg{height:26px;padding:0 10px;font-size:.75rem}.adm-badge-accent{background:var(--adm-accent-soft);color:#93c5fd}.adm-badge-success{background:var(--adm-success-soft);color:#86efac}.adm-badge-danger{background:var(--adm-danger-soft);color:#fca5a5}.adm-badge-warning{background:var(--adm-warning-soft);color:#fcd34d}.adm-badge-info{background:var(--adm-info-soft);color:#7dd3fc}.adm-badge-violet{background:var(--adm-violet-soft);color:#c4b5fd}.adm-badge-outline{border-color:var(--adm-line-strong);background:0 0}.adm-dot{background:currentColor;border-radius:50%;flex-shrink:0;width:7px;height:7px}.adm-count{background:var(--adm-accent);color:#fff;border-radius:999px;justify-content:center;align-items:center;min-width:20px;height:20px;padding:0 6px;font-size:.6875rem;font-weight:700;display:inline-flex}.adm-segment{background:var(--adm-bg-2);border:1px solid var(--adm-line);border-radius:var(--adm-radius-sm);scrollbar-width:none;gap:2px;max-width:100%;padding:3px;display:inline-flex;overflow-x:auto}.adm-segment::-webkit-scrollbar{display:none}.adm-segment>button{height:32px;color:var(--adm-muted);white-space:nowrap;cursor:pointer;background:0 0;border:0;border-radius:6px;flex-shrink:0;align-items:center;gap:6px;padding:0 12px;font-size:.8125rem;font-weight:600;transition:background .15s,color .15s;display:inline-flex}.adm-segment>button:hover{color:var(--adm-fg)}.adm-segment>button[aria-selected=true],.adm-segment>button.is-active{background:var(--adm-surface-3);color:var(--adm-fg);box-shadow:0 1px 2px #0006}.adm-tabs{border-bottom:1px solid var(--adm-line);scrollbar-width:none;-webkit-overflow-scrolling:touch;gap:4px;margin-bottom:16px;display:flex;overflow-x:auto}.adm-tabs::-webkit-scrollbar{display:none}.adm-tabs>button{height:42px;color:var(--adm-muted);cursor:pointer;white-space:nowrap;background:0 0;border:0;border-bottom:2px solid #0000;flex-shrink:0;align-items:center;gap:8px;margin-bottom:-1px;padding:0 12px;font-size:.875rem;font-weight:600;transition:color .15s,border-color .15s;display:inline-flex}.adm-tabs>button:hover{color:var(--adm-fg)}.adm-tabs>button[aria-selected=true],.adm-tabs>button.is-active{color:var(--adm-fg);border-bottom-color:var(--adm-accent)}.adm-toolbar{flex-direction:column;gap:10px;display:flex}@media (min-width:768px){.adm-toolbar{flex-direction:row;align-items:center}.adm-toolbar>.adm-toolbar-grow{flex:1;min-width:220px}}.adm-toolbar-actions{flex-wrap:wrap;align-items:center;gap:8px;display:flex}@media (max-width:767px){.adm-toolbar-actions>*{flex:140px;min-width:0!important}}.adm-chips{scrollbar-width:none;-webkit-overflow-scrolling:touch;gap:6px;padding-bottom:2px;display:flex;overflow-x:auto}.adm-chips::-webkit-scrollbar{display:none}.adm-chip{height:34px;color:var(--adm-muted);cursor:pointer;background:var(--adm-surface-2);border:1px solid var(--adm-line);border-radius:999px;flex-shrink:0;align-items:center;gap:6px;padding:0 12px;font-size:.8125rem;font-weight:600;transition:background .15s,color .15s,border-color .15s;display:inline-flex}.adm-chip:hover{color:var(--adm-fg);border-color:var(--adm-line-strong)}.adm-chip.is-active,.adm-chip[aria-pressed=true]{background:var(--adm-accent-soft);color:#93c5fd;border-color:#3b82f659}.adm-page{flex-direction:column;gap:20px;display:flex}@media (min-width:768px){.adm-page{gap:24px}}.adm-page-head{flex-direction:column;gap:14px;display:flex}@media (min-width:768px){.adm-page-head{flex-direction:row;justify-content:space-between;align-items:flex-start;gap:20px}}.adm-page-head-actions{flex-wrap:wrap;gap:8px;display:flex}.adm-page-head-actions>.adm-btn{flex:auto}@media (min-width:640px){.adm-page-head-actions>.adm-btn{flex:none}}.adm-stats{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}@media (min-width:768px){.adm-stats{gap:12px}.adm-stats-3{grid-template-columns:repeat(3,minmax(0,1fr))}.adm-stats-4{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (min-width:1280px){.adm-stats-6{grid-template-columns:repeat(6,minmax(0,1fr))}.adm-stats-5{grid-template-columns:repeat(5,minmax(0,1fr))}}.adm-stat{flex-direction:column;gap:10px;padding:14px;display:flex}@media (min-width:768px){.adm-stat{padding:16px 18px}}.adm-stat-icon{background:var(--adm-accent-soft);color:#93c5fd;border-radius:9px;justify-content:center;align-items:center;width:34px;height:34px;display:inline-flex}.adm-stat-value{letter-spacing:-.02em;font-variant-numeric:tabular-nums;font-size:1.5rem;font-weight:700;line-height:1}@media (min-width:768px){.adm-stat-value{font-size:1.75rem}}.adm-stat-label{color:var(--adm-muted);font-size:.75rem;font-weight:500}.adm-list{flex-direction:column;gap:8px;display:flex}.adm-row{background:var(--adm-surface);border:1px solid var(--adm-line);border-radius:var(--adm-radius);align-items:center;gap:12px;padding:12px 14px;transition:border-color .15s,background .15s;display:flex}.adm-row:hover{border-color:var(--adm-line-strong)}.adm-row.is-selected{background:#3b82f60f;border-color:#3b82f673}.adm-row-clickable{cursor:pointer}.adm-avatar{background:var(--adm-surface-3);width:40px;height:40px;color:var(--adm-muted);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;font-weight:700;display:inline-flex;overflow:hidden}.adm-avatar img{object-fit:cover;width:100%;height:100%}.adm-avatar-sm{border-radius:8px;width:32px;height:32px;font-size:.75rem}.adm-avatar-lg{border-radius:14px;width:56px;height:56px;font-size:1.125rem}.adm-avatar-round{border-radius:50%}.adm-table-wrap{border:1px solid var(--adm-line);border-radius:var(--adm-radius);background:var(--adm-surface);overflow:hidden}.adm-table-scroll{-webkit-overflow-scrolling:touch;overflow-x:auto}.adm-table{border-collapse:collapse;width:100%;font-size:.875rem}.adm-table th{text-align:left;letter-spacing:.08em;text-transform:uppercase;color:var(--adm-faint);background:var(--adm-bg-2);border-bottom:1px solid var(--adm-line);white-space:nowrap;padding:10px 14px;font-size:.6875rem;font-weight:600}.adm-table td{border-bottom:1px solid var(--adm-line);vertical-align:middle;padding:12px 14px}.adm-table tbody tr:last-child td{border-bottom:0}.adm-table tbody tr:hover td{background:#ffffff06}.adm-table .is-selected td{background:#3b82f612}.adm-td-actions{text-align:right;white-space:nowrap;width:1%}@media (max-width:767px){.adm-table-responsive{background:0 0;border:0;overflow:visible}.adm-table-responsive .adm-table-scroll{overflow:visible}.adm-table-responsive .adm-table,.adm-table-responsive tbody,.adm-table-responsive tr,.adm-table-responsive td{width:100%;display:block}.adm-table-responsive thead{display:none}.adm-table-responsive tr{background:var(--adm-surface);border:1px solid var(--adm-line);border-radius:var(--adm-radius);margin-bottom:8px;padding:6px 0}.adm-table-responsive td{text-align:right;border:0;justify-content:space-between;align-items:center;gap:12px;padding:7px 14px;display:flex}.adm-table-responsive td[data-label]:before{content:attr(data-label);letter-spacing:.06em;text-transform:uppercase;color:var(--adm-faint);text-align:left;flex-shrink:0;font-size:.6875rem;font-weight:600}.adm-table-responsive td.adm-td-primary{text-align:left;padding-top:10px;padding-bottom:6px;font-weight:600;display:block}.adm-table-responsive td.adm-td-actions{border-top:1px solid var(--adm-line);justify-content:flex-end;margin-top:4px;padding-top:8px;padding-bottom:8px}.adm-table-responsive td.adm-td-hide-mobile{display:none}.adm-table-responsive tbody tr:hover td{background:0 0}.adm-table-responsive .adm-row-actions-hover{opacity:1}}.adm-grid{grid-template-columns:1fr;gap:12px;display:grid}@media (min-width:640px){.adm-grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:1024px){.adm-grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (min-width:1280px){.adm-grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}}.adm-grid-auto{grid-template-columns:repeat(auto-fill,minmax(min(100%,240px),1fr))}.adm-grid-auto-sm{grid-template-columns:repeat(auto-fill,minmax(min(100%,150px),1fr))}.adm-split{grid-template-columns:1fr;gap:16px;display:grid}@media (min-width:1024px){.adm-split{grid-template-columns:minmax(0,1fr) 340px}.adm-split-wide{grid-template-columns:minmax(0,1fr) 400px}.adm-split-left{grid-template-columns:280px minmax(0,1fr)}}.adm-empty{text-align:center;flex-direction:column;align-items:center;gap:8px;padding:48px 20px;display:flex}.adm-empty-icon{background:var(--adm-surface-2);border:1px solid var(--adm-line);width:52px;height:52px;color:var(--adm-faint);border-radius:14px;justify-content:center;align-items:center;margin-bottom:6px;display:inline-flex}.adm-skeleton{background:var(--adm-surface-2);border-radius:var(--adm-radius-sm);position:relative;overflow:hidden}.adm-skeleton:after{content:"";background:linear-gradient(90deg,#0000,#ffffff0d,#0000);animation:1.4s infinite adm-shimmer;position:absolute;inset:0;transform:translate(-100%)}@keyframes adm-shimmer{to{transform:translate(100%)}}.adm-spinner{border:2px solid #ffffff26;border-top-color:var(--adm-accent);border-radius:50%;flex-shrink:0;width:18px;height:18px;animation:.7s linear infinite adm-spin}@keyframes adm-spin{to{transform:rotate(360deg)}}.adm-progress{background:#ffffff0f;border-radius:999px;height:6px;overflow:hidden}.adm-progress>span{background:var(--adm-accent);border-radius:999px;height:100%;transition:width .4s;display:block}.adm-overlay{z-index:90;-webkit-backdrop-filter:blur(4px);background:#04060ab8;position:fixed;inset:0}.adm-modal-wrap{z-index:91;pointer-events:none;justify-content:center;align-items:flex-end;display:flex;position:fixed;inset:0}@media (min-width:768px){.adm-modal-wrap{align-items:center;padding:24px}}.adm-modal{pointer-events:auto;background:var(--adm-surface);border:1px solid var(--adm-line-strong);width:100%;max-height:min(92dvh,100%);box-shadow:var(--adm-shadow-pop);border-radius:var(--adm-radius-lg) var(--adm-radius-lg) 0 0;flex-direction:column;display:flex;overflow:hidden}@media (min-width:768px){.adm-modal{border-radius:var(--adm-radius-lg);max-height:min(88vh,100%);max-width:var(--adm-modal-w,560px)}}.adm-modal-md{--adm-modal-w:640px}.adm-modal-lg{--adm-modal-w:820px}.adm-modal-xl{--adm-modal-w:1040px}.adm-modal-handle{justify-content:center;padding:10px 0 0;display:flex}.adm-modal-handle>span{background:#ffffff2e;border-radius:999px;width:40px;height:4px}@media (min-width:768px){.adm-modal-handle{display:none}}.adm-modal-head{border-bottom:1px solid var(--adm-line);justify-content:space-between;align-items:flex-start;gap:12px;padding:14px 16px 12px;display:flex}@media (min-width:768px){.adm-modal-head{padding:18px 22px 14px}}.adm-modal-body{-webkit-overflow-scrolling:touch;overscroll-behavior:contain;flex:1;padding:16px;overflow-y:auto}@media (min-width:768px){.adm-modal-body{padding:20px 22px}}.adm-modal-foot{border-top:1px solid var(--adm-line);background:var(--adm-surface);padding:12px 16px;padding-bottom:calc(12px + env(safe-area-inset-bottom));gap:8px;display:flex}.adm-modal-foot>.adm-btn{flex:1}@media (min-width:768px){.adm-modal-foot{justify-content:flex-end;padding:14px 22px}.adm-modal-foot>.adm-btn{flex:none}}.adm-drawer-wrap{z-index:91;pointer-events:none;justify-content:flex-end;display:flex;position:fixed;inset:0}.adm-drawer{pointer-events:auto;background:var(--adm-surface);border-left:1px solid var(--adm-line-strong);width:100%;max-width:100%;height:100%;box-shadow:var(--adm-shadow-pop);flex-direction:column;display:flex}@media (min-width:768px){.adm-drawer{max-width:var(--adm-drawer-w,520px)}}.adm-drawer-lg{--adm-drawer-w:720px}.adm-menu{z-index:60;background:var(--adm-surface-2);border:1px solid var(--adm-line-strong);border-radius:var(--adm-radius);min-width:200px;box-shadow:var(--adm-shadow-pop);margin-top:6px;padding:6px;position:absolute}.adm-menu-item{width:100%;color:var(--adm-muted);cursor:pointer;text-align:left;background:0 0;border:0;border-radius:7px;align-items:center;gap:10px;padding:9px 10px;font-size:.875rem;font-weight:500;transition:background .12s,color .12s;display:flex}.adm-menu-item:hover{color:var(--adm-fg);background:#ffffff0f}.adm-menu-item-danger{color:#fca5a5}.adm-menu-item-danger:hover{background:var(--adm-danger-soft);color:#fecaca}.adm-menu-sep{background:var(--adm-line);height:1px;margin:6px 4px}.adm-toasts{z-index:120;left:12px;right:12px;bottom:calc(var(--adm-bottomnav-h) + 12px + env(safe-area-inset-bottom));pointer-events:none;flex-direction:column;gap:8px;display:flex;position:fixed}@media (min-width:768px){.adm-toasts{width:360px;inset:auto 20px 20px auto}}.adm-toast{pointer-events:auto;background:var(--adm-surface-2);border:1px solid var(--adm-line-strong);border-radius:var(--adm-radius);box-shadow:var(--adm-shadow-pop);align-items:center;gap:12px;padding:12px 14px;font-size:.875rem;font-weight:500;display:flex}.adm-toast-icon{border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;display:inline-flex}.adm-toast-success .adm-toast-icon{background:var(--adm-success-soft);color:#86efac}.adm-toast-error .adm-toast-icon{background:var(--adm-danger-soft);color:#fca5a5}.adm-toast-info .adm-toast-icon{background:var(--adm-accent-soft);color:#93c5fd}.adm-shell{flex-direction:column;min-height:100dvh;display:flex}.adm-topbar{z-index:50;height:calc(var(--adm-topbar-h) + env(safe-area-inset-top));-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--adm-line);padding:0 12px;padding-top:env(safe-area-inset-top);background:#0a0c10d9;align-items:center;gap:10px;display:flex;position:sticky;top:0}@media (min-width:1024px){.adm-topbar{padding:0 20px}}.adm-body{flex:1;min-height:0;display:flex}.adm-sidebar{width:var(--adm-sidebar-w);top:var(--adm-topbar-h);height:calc(100dvh - var(--adm-topbar-h));background:var(--adm-bg-2);border-right:1px solid var(--adm-line);flex-direction:column;flex-shrink:0;transition:width .2s;display:none;position:sticky}@media (min-width:1024px){.adm-sidebar{display:flex}}.adm-sidebar.is-rail{width:var(--adm-sidebar-rail)}.adm-sidebar-scroll{scrollbar-width:thin;flex:1;padding:12px 10px;overflow-y:auto}.adm-nav-group{margin-bottom:14px}.adm-nav-group-label{letter-spacing:.1em;text-transform:uppercase;color:var(--adm-faint);padding:6px 10px;font-size:.6875rem;font-weight:600}.adm-nav-item{width:100%;height:40px;color:var(--adm-muted);cursor:pointer;text-align:left;background:0 0;border:0;border-radius:9px;align-items:center;gap:10px;padding:0 10px;font-size:.875rem;font-weight:500;transition:background .12s,color .12s;display:flex;position:relative}.adm-nav-item:hover{color:var(--adm-fg);background:#ffffff0d}.adm-nav-item.is-active{background:var(--adm-accent-soft);color:#bfdbfe}.adm-nav-item.is-active:before{content:"";background:var(--adm-accent);border-radius:0 3px 3px 0;width:3px;position:absolute;top:10px;bottom:10px;left:-10px}.adm-nav-item>svg{flex-shrink:0}.adm-nav-item>span{text-overflow:ellipsis;white-space:nowrap;flex:1;overflow:hidden}.is-rail .adm-nav-item{justify-content:center;padding:0}.is-rail .adm-nav-item>span,.is-rail .adm-nav-group-label,.is-rail .adm-nav-item>.adm-count{display:none}.is-rail .adm-nav-item.is-active:before{left:-10px}.adm-sidebar-foot{border-top:1px solid var(--adm-line);padding:10px}.adm-main{flex:1;min-width:0}.adm-content{width:100%;max-width:1320px;padding:16px 14px calc(var(--adm-bottomnav-h) + 24px + env(safe-area-inset-bottom));margin:0 auto}@media (min-width:768px){.adm-content{padding:24px 24px calc(var(--adm-bottomnav-h) + 32px)}}@media (min-width:1024px){.adm-content{padding:28px 32px 48px}}.adm-bottomnav{z-index:70;height:calc(var(--adm-bottomnav-h) + env(safe-area-inset-bottom));padding-bottom:env(safe-area-inset-bottom);-webkit-backdrop-filter:blur(14px);border-top:1px solid var(--adm-line);background:#0e1117eb;grid-template-columns:repeat(5,1fr);display:grid;position:fixed;bottom:0;left:0;right:0}@media (min-width:1024px){.adm-bottomnav{display:none}}.adm-bottomnav>button{color:var(--adm-faint);cursor:pointer;background:0 0;border:0;flex-direction:column;justify-content:center;align-items:center;gap:4px;min-width:0;padding:0 4px;font-size:.6875rem;font-weight:600;display:flex}.adm-bottomnav>button>span{text-overflow:ellipsis;white-space:nowrap;max-width:100%;overflow:hidden}.adm-bottomnav>button.is-active{color:#93c5fd}.adm-bottomnav>button>.adm-bn-icon{border-radius:8px;justify-content:center;align-items:center;width:40px;height:28px;transition:background .15s;display:inline-flex}.adm-bottomnav>button.is-active>.adm-bn-icon{background:var(--adm-accent-soft)}.adm-navsheet-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}@media (min-width:480px){.adm-navsheet-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.adm-navsheet-item{background:var(--adm-surface-2);border:1px solid var(--adm-line);border-radius:var(--adm-radius);min-height:84px;color:var(--adm-muted);text-align:left;cursor:pointer;flex-direction:column;align-items:flex-start;gap:10px;padding:12px;font-size:.8125rem;font-weight:600;transition:border-color .15s,background .15s;display:flex}.adm-navsheet-item:hover{border-color:var(--adm-line-strong)}.adm-navsheet-item.is-active{background:var(--adm-accent-soft);color:#bfdbfe;border-color:#3b82f659}.adm-navsheet-item>svg{color:currentColor}.adm-palette{width:100%;max-width:600px}.adm-palette-input{border-bottom:1px solid var(--adm-line);align-items:center;gap:10px;padding:12px 16px;display:flex}.adm-palette-input input{color:var(--adm-fg);background:0 0;border:0;outline:none;flex:1;font-size:1rem}.adm-palette-list{max-height:60dvh;padding:6px;overflow-y:auto}.adm-palette-item{width:100%;color:var(--adm-muted);cursor:pointer;text-align:left;background:0 0;border:0;border-radius:9px;align-items:center;gap:12px;padding:10px 12px;font-size:.875rem;display:flex}.adm-palette-item.is-active,.adm-palette-item:hover{background:var(--adm-accent-soft);color:var(--adm-fg)}.adm-kbd{height:22px;font-size:.6875rem;font-family:var(--font-mono);color:var(--adm-faint);background:var(--adm-bg-2);border:1px solid var(--adm-line);border-radius:5px;align-items:center;padding:0 6px;display:inline-flex}.adm-scroll-x{-webkit-overflow-scrolling:touch;scrollbar-width:thin;overflow-x:auto}.adm-sticky-actions{bottom:calc(var(--adm-bottomnav-h) + env(safe-area-inset-bottom));z-index:20;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-top:1px solid var(--adm-line);background:#0a0c10e6;gap:8px;margin:0 -14px -16px;padding:12px 14px;display:flex;position:sticky}.adm-sticky-actions>.adm-btn{flex:1}@media (min-width:768px){.adm-sticky-actions{-webkit-backdrop-filter:none;backdrop-filter:none;background:0 0;border:0;justify-content:flex-end;margin:0;padding:0;position:static}.adm-sticky-actions>.adm-btn{flex:none}}@media (min-width:1024px){.adm-sticky-actions{bottom:0}}.adm-prose{color:var(--adm-muted);font-size:.9375rem;line-height:1.7}.adm-prose h1,.adm-prose h2,.adm-prose h3{color:var(--adm-fg);margin:1.2em 0 .5em;font-weight:650}.adm-prose p{margin:0 0 .9em}.adm-prose a{color:#93c5fd;text-decoration:underline}.adm-prose img{border-radius:8px}.adm-prose ul,.adm-prose ol{margin:0 0 .9em;padding-left:1.4em}.adm-prose table{border-collapse:collapse;width:100%;margin:1em 0;font-size:.875rem}.adm-prose th,.adm-prose td{border:1px solid var(--adm-line);padding:6px 10px}.adm-prose pre{background:var(--adm-bg-2);border:1px solid var(--adm-line);border-radius:8px;padding:12px;overflow-x:auto}.adm-prose blockquote{border-left:3px solid var(--adm-accent);color:var(--adm-muted);padding-left:12px}.adm-code{font-family:var(--font-mono);background:var(--adm-bg-2);border:1px solid var(--adm-line);border-radius:6px;padding:2px 6px;font-size:.8125rem}@media (max-width:767px){.adm-hide-mobile{display:none!important}}@media (min-width:768px){.adm-only-mobile{display:none!important}}.adm-fade-in{animation:.22s both adm-fade}@keyframes adm-fade{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}
