.adm{--adm-bg:#070a14;--adm-surface:#0f172a;--adm-surface-2:#1e293b;--adm-sunken:#00000047;--adm-line:#ffffff14;--adm-line-hi:#ffffff2e;--adm-accent:#38bdf8;--adm-red:#ef4444;--adm-green:#25d366;--adm-text:#f8fafc;--adm-muted:#94a3b8;--adm-mono:"DM Mono", ui-monospace, "SF Mono", monospace;--adm-head-h:56px;--adm-nav-h:calc(64px + env(safe-area-inset-bottom,0px));--adm-safe-b:env(safe-area-inset-bottom,0px);background:var(--adm-bg);min-height:100dvh;color:var(--adm-text);padding-top:var(--adm-head-h);padding-bottom:calc(var(--adm-nav-h) + 96px);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}@media (min-width:900px){.adm{--adm-head-h:64px;--adm-nav-h:0px;padding-bottom:80px}}.adm *,.adm :before,.adm :after{box-sizing:border-box}.adm-container{width:100%;max-width:1180px;margin:0 auto;padding:16px 14px 0}@media (min-width:900px){.adm-container{padding:24px 28px 0}}.adm-header{z-index:60;height:var(--adm-head-h);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid var(--adm-line);background:#070a14e0;justify-content:space-between;align-items:center;gap:10px;padding:0 14px;display:flex;position:fixed;inset:0 0 auto}@media (min-width:900px){.adm-header{padding:0 28px}}.adm-bottomnav{z-index:60;height:var(--adm-nav-h);padding-bottom:var(--adm-safe-b);-webkit-backdrop-filter:blur(16px);border-top:1px solid var(--adm-line);background:#070a14f0;grid-auto-columns:1fr;grid-auto-flow:column;display:grid;position:fixed;inset:auto 0 0}.adm-bottomnav__item{color:var(--adm-muted);font:inherit;cursor:pointer;touch-action:manipulation;-webkit-tap-highlight-color:transparent;background:0 0;border:0;flex-direction:column;justify-content:center;align-items:center;gap:3px;font-size:.68rem;font-weight:700;display:flex}.adm-bottomnav__item[aria-current=true]{color:var(--adm-accent)}@media (min-width:900px){.adm-bottomnav{display:none}}.adm-toptabs{display:none}@media (min-width:900px){.adm-toptabs{border-bottom:1px solid var(--adm-line);gap:6px;margin-bottom:24px;display:flex}.adm-toptabs__item{color:var(--adm-muted);font:inherit;letter-spacing:.05em;text-transform:uppercase;cursor:pointer;background:0 0;border:0;border-bottom:2px solid #0000;align-items:center;gap:8px;margin-bottom:-1px;padding:12px 18px;font-size:.85rem;font-weight:700;transition:color .2s;display:inline-flex}.adm-toptabs__item[aria-current=true]{color:var(--adm-accent);border-bottom-color:var(--adm-accent)}}.adm-card{background:var(--adm-surface);border:1px solid var(--adm-line);border-radius:18px;margin-bottom:12px;padding:16px 14px}@media (min-width:640px){.adm-card{border-radius:20px;padding:20px 22px}}.adm-card--active{border-color:#38bdf873}.adm-panel{background:var(--adm-surface-2);border:1px solid var(--adm-line);border-radius:16px;padding:14px}.adm-panel--sunken{background:var(--adm-bg)}.adm-empty{text-align:center;color:var(--adm-muted);background:var(--adm-bg);border:1px solid var(--adm-line);border-radius:16px;padding:40px 24px;font-size:.85rem}.adm-label{color:var(--adm-muted);margin-bottom:6px;font-size:.78rem;font-weight:600;display:block}.adm-label--accent{color:var(--adm-accent)}.adm-input,.adm-select,.adm-textarea{border:1px solid var(--adm-line);background:var(--adm-bg);width:100%;min-height:46px;color:var(--adm-text);border-radius:14px;outline:none;padding:11px 14px;font-family:inherit;font-size:16px;line-height:1.4;transition:border-color .2s,box-shadow .2s;display:block}@media (min-width:900px){.adm-input,.adm-select,.adm-textarea{min-height:44px;font-size:.88rem}}.adm-input:focus,.adm-select:focus,.adm-textarea:focus{border-color:var(--adm-accent);box-shadow:0 0 0 3px #38bdf824}.adm-input--error{border-color:var(--adm-red)}.adm-input--mono{font-family:var(--adm-mono)}.adm-input::placeholder,.adm-textarea::placeholder{color:#94a3b899}.adm-textarea{resize:vertical;min-height:84px}.adm-select{appearance:none;background-image:none;padding-right:34px}.adm-swatch{border:1px solid var(--adm-line);cursor:pointer;background:0 0;border-radius:12px;flex-shrink:0;width:46px;height:46px;padding:0}.adm-check{cursor:pointer;align-items:center;gap:12px;min-height:44px;display:flex}.adm-check input{width:20px;height:20px;accent-color:var(--adm-accent);flex-shrink:0}.adm-btn{background:var(--adm-accent);color:#06121c;white-space:nowrap;cursor:pointer;touch-action:manipulation;-webkit-tap-highlight-color:transparent;border:1px solid #0000;border-radius:14px;justify-content:center;align-items:center;gap:7px;min-height:44px;padding:10px 18px;font-family:inherit;font-size:.85rem;font-weight:700;line-height:1;transition:filter .15s,background .15s,border-color .15s;display:inline-flex}.adm-btn:disabled{opacity:.55;cursor:not-allowed}.adm-btn:not(:disabled):active{filter:brightness(.9)}.adm-btn--ghost{background:var(--adm-surface-2);border-color:var(--adm-line);color:var(--adm-text)}.adm-btn--quiet{border-color:var(--adm-line);color:var(--adm-muted);background:0 0}.adm-btn--danger{color:var(--adm-red);background:#ef444424;border-color:#ef444466}.adm-btn--sm{border-radius:12px;min-height:38px;padding:8px 14px;font-size:.78rem}.adm-btn--block{width:100%}.adm-btn--lg{min-height:50px;font-size:.92rem}.adm-iconbtn{width:44px;height:44px;color:var(--adm-muted);cursor:pointer;touch-action:manipulation;-webkit-tap-highlight-color:transparent;background:0 0;border:1px solid #0000;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;padding:0;display:inline-flex}.adm-iconbtn:disabled{opacity:.3;cursor:not-allowed}.adm-iconbtn:not(:disabled):active{background:#ffffff12}.adm-iconbtn--danger{color:var(--adm-red)}.adm-iconbtn--boxed{border-color:var(--adm-line);background:var(--adm-surface-2)}.adm-scroller{scrollbar-width:none;-ms-overflow-style:none;-webkit-overflow-scrolling:touch;scroll-snap-type:x proximity;gap:8px;margin:0 -14px;padding:0 14px 12px;display:flex;overflow-x:auto}.adm-scroller::-webkit-scrollbar{display:none}@media (min-width:900px){.adm-scroller{flex-wrap:wrap;margin:0;padding:0 0 12px}}.adm-pill{border:1px solid var(--adm-line);min-height:42px;color:var(--adm-muted);font:inherit;white-space:nowrap;cursor:pointer;scroll-snap-align:start;touch-action:manipulation;background:#ffffff0a;border-radius:100px;flex-shrink:0;align-items:center;gap:6px;padding:9px 16px;font-size:.8rem;font-weight:700;transition:all .2s;display:inline-flex}.adm-pill[aria-pressed=true]{background:var(--adm-accent);border-color:var(--adm-accent);color:#06121c}.adm-segment{border:1px solid var(--adm-line);background:var(--adm-bg);border-radius:14px;gap:4px;padding:4px;display:flex}.adm-segment__item{min-height:38px;color:var(--adm-muted);font:inherit;white-space:nowrap;cursor:pointer;touch-action:manipulation;background:0 0;border:0;border-radius:10px;flex:1;padding:8px 10px;font-size:.78rem;font-weight:700}.adm-segment__item[aria-pressed=true]{background:var(--adm-accent);color:#06121c}.adm-grid{grid-template-columns:1fr;gap:12px;display:grid}@media (min-width:640px){.adm-grid--2{grid-template-columns:repeat(2,1fr)}.adm-grid--3{grid-template-columns:repeat(3,1fr)}}.adm-grid--choice{grid-template-columns:repeat(2,1fr);gap:8px;display:grid}@media (min-width:640px){.adm-grid--choice{grid-template-columns:repeat(4,1fr)}}.adm-stack{flex-direction:column;gap:14px;display:flex}.adm-stack--sm{gap:10px}.adm-actions{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.adm-choice{border:1px solid var(--adm-line);min-height:62px;color:var(--adm-text);font:inherit;text-align:center;cursor:pointer;touch-action:manipulation;background:#ffffff08;border-radius:14px;flex-direction:column;justify-content:center;align-items:center;gap:3px;padding:10px 8px;font-size:.8rem;font-weight:700;transition:all .2s;display:flex}.adm-choice[aria-pressed=true]{border-color:var(--adm-accent);color:var(--adm-accent);background:#38bdf824}.adm-choice__hint{color:var(--adm-muted);font-size:.65rem;font-weight:400}.adm-row{border:1px solid var(--adm-line);background:var(--adm-bg);border-radius:16px;grid-template-columns:auto 1fr auto;align-items:center;gap:10px;padding:10px 12px;display:grid}.adm-row__body{min-width:0}.adm-row__title{color:var(--adm-text);flex-wrap:wrap;align-items:center;gap:6px;font-size:.88rem;font-weight:700;display:flex}.adm-row__sub{text-overflow:ellipsis;white-space:nowrap;font-family:var(--adm-mono);color:var(--adm-muted);margin-top:3px;font-size:.72rem;overflow:hidden}.adm-row__glyph{background:#38bdf81f;border-radius:11px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;font-size:1.15rem;display:flex}.adm-badge{border:1px solid var(--adm-line);font-family:var(--adm-mono);color:var(--adm-muted);white-space:nowrap;background:#ffffff0a;border-radius:100px;align-items:center;gap:5px;padding:3px 9px;font-size:.68rem;display:inline-flex}.adm-badge--accent{color:var(--adm-accent);background:#38bdf81f;border-color:#38bdf84d}.adm-badge--green{color:var(--adm-green);background:#25d3661f;border-color:#25d3664d}.adm-menu{position:relative}.adm-menu__list{z-index:40;border:1px solid var(--adm-line-hi);background:var(--adm-surface-2);border-radius:14px;min-width:190px;padding:6px;position:absolute;top:calc(100% + 6px);right:0;box-shadow:0 18px 40px #0000008c}.adm-menu__item{width:100%;min-height:44px;color:var(--adm-text);font:inherit;text-align:left;cursor:pointer;touch-action:manipulation;background:0 0;border:0;border-radius:10px;align-items:center;gap:10px;padding:10px 12px;font-size:.83rem;font-weight:600;text-decoration:none;display:flex}.adm-menu__item:active{background:#ffffff12}.adm-menu__item--danger{color:var(--adm-red)}.adm-menu__sep{background:var(--adm-line);height:1px;margin:4px 6px}.adm-savebar{border-top:1px solid var(--adm-line);align-items:center;gap:10px;margin-top:20px;padding-top:16px;display:flex}.adm-savebar .adm-btn{flex:none}.adm-savebar__hint{color:var(--adm-muted);font-size:.74rem}.adm-split{grid-template-columns:1fr;align-items:start;gap:20px;display:grid}@media (min-width:1024px){.adm-split{grid-template-columns:380px 1fr}}@media (max-width:1023px){.adm-split[data-view=detail]>.adm-split__list,.adm-split[data-view=list]>.adm-split__detail{display:none}}.adm-backbtn{display:inline-flex}@media (min-width:1024px){.adm-backbtn{display:none}}.adm-editor{grid-template-columns:1fr;align-items:start;gap:24px;display:grid}@media (min-width:1024px){.adm-editor{grid-template-columns:1fr 340px}}.adm-preview-col{display:none}@media (min-width:1024px){.adm-preview-col{top:calc(var(--adm-head-h) + 20px);display:block;position:sticky}}.adm-fab{right:14px;bottom:calc(var(--adm-nav-h) + 76px);z-index:50;background:var(--adm-accent);color:#06121c;min-height:48px;font:inherit;cursor:pointer;touch-action:manipulation;border:1px solid #38bdf880;border-radius:100px;align-items:center;gap:8px;padding:12px 18px;font-size:.83rem;font-weight:800;display:inline-flex;position:fixed;box-shadow:0 12px 30px #38bdf84d}@media (min-width:1024px){.adm-fab{display:none}}.adm-sheet{z-index:90;-webkit-backdrop-filter:blur(3px);background:#0009;flex-direction:column;justify-content:flex-end;display:flex;position:fixed;inset:0}.adm-sheet__panel{overscroll-behavior:contain;max-height:92dvh;padding:8px 14px calc(20px + var(--adm-safe-b));border-top:1px solid var(--adm-line-hi);background:var(--adm-surface);border-radius:22px 22px 0 0;animation:.22s ease-out ad-sheet-in;overflow-y:auto}@keyframes ad-sheet-in{0%{opacity:.6;transform:translateY(14%)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.adm-sheet__panel{animation:none}}.adm-sheet__grip{background:var(--adm-line-hi);border-radius:100px;width:40px;height:4px;margin:6px auto 12px}.adm-sheet__head{justify-content:space-between;align-items:center;gap:10px;margin-bottom:14px;display:flex}.adm-section__head{width:100%;min-height:52px;color:var(--adm-text);font:inherit;text-align:left;cursor:pointer;touch-action:manipulation;background:#ffffff05;border:1px solid #0000;border-radius:14px;justify-content:space-between;align-items:center;gap:10px;padding:12px 14px;font-size:.92rem;font-weight:700;transition:all .2s;display:flex}.adm-section__head[aria-expanded=true]{border-color:var(--adm-accent);background:#38bdf814;margin-bottom:14px}.adm-section__title{align-items:center;gap:10px;min-width:0;display:flex}.adm-iconpicker{overscroll-behavior:contain;border:1px solid var(--adm-line);background:var(--adm-sunken);border-radius:14px;grid-template-columns:repeat(auto-fill,minmax(104px,1fr));gap:6px;max-height:168px;padding:8px;display:grid;overflow-y:auto}.adm-iconpicker__item{min-height:40px;color:var(--adm-text);font:inherit;text-align:left;cursor:pointer;touch-action:manipulation;background:#ffffff08;border:1px solid #0000;border-radius:10px;align-items:center;gap:6px;padding:6px 8px;font-size:.75rem;display:flex}.adm-iconpicker__item[aria-pressed=true]{border-color:var(--adm-accent);color:var(--adm-accent);background:#38bdf829;font-weight:700}.adm-iconpicker__label{text-overflow:ellipsis;white-space:nowrap;flex:1;overflow:hidden}.adm-mono{font-family:var(--adm-mono)}.adm-muted{color:var(--adm-muted)}.adm-accent{color:var(--adm-accent)}.adm-h1{margin:0;font-size:1.15rem;font-weight:800}.adm-h2{margin:0;font-size:1rem;font-weight:800}.adm-eyebrow{letter-spacing:.09em;text-transform:uppercase;color:var(--adm-muted);font-size:.7rem;font-weight:700}.adm-thumb{border:1px solid var(--adm-line);border-radius:12px;height:120px;margin-top:8px;overflow:hidden}.adm-thumb img{object-fit:cover;opacity:.9;width:100%;height:100%}.adm-note{border:1px solid var(--adm-line);background:var(--adm-surface);color:var(--adm-muted);border-radius:14px;padding:12px 16px;font-size:.78rem;line-height:1.5}.adm-toast{font-family:var(--adm-mono);color:var(--adm-green);background:#25d3661f;border:1px solid #25d36659;border-radius:12px;justify-content:center;align-items:center;gap:6px;margin-top:12px;padding:10px 16px;font-size:.8rem;display:flex}.adm-toast--error{color:var(--adm-red);background:#ef44441f;border-color:#ef444459}.adm-divider{color:var(--adm-muted);align-items:center;gap:10px;font-size:.72rem;display:flex}.adm-divider:before,.adm-divider:after{content:"";background:var(--adm-line);flex:1;height:1px}
