.adm [hidden]{display:none!important}html,body{height:100%}.adm{--adm-accent: var(--brand-red, #E02B2B);--adm-accent-2: var(--brand-purple-light, #7B3FF2);--adm-ok: #3FCB7E;--adm-warn: #FFC857;--adm-danger: #FF6B6B;--adm-line: rgba(255,255,255,.1);--adm-line-soft: rgba(255,255,255,.06);min-height:100vh;color:var(--text, #E5E0F0);font-family:Work Sans,sans-serif}.adm__gate{min-height:100vh;display:grid;place-items:center;padding:2rem}.adm__gate-card{text-align:center;max-width:24rem}.adm__gate-logo{height:46px;width:auto;margin:0 auto 2rem}.adm__gate-state{display:flex;flex-direction:column;align-items:center;gap:.9rem}.adm__gate-state h1{font-weight:400!important;color:var(--ink,#fff);font-size:1.9rem}.adm__gate-state p{color:var(--text-muted, #9C8FB8)}.adm__spinner{width:34px;height:34px;border-radius:9999px;border:3px solid rgba(255,255,255,.15);border-top-color:var(--adm-accent);animation:adm-spin .8s linear infinite}@keyframes adm-spin{to{transform:rotate(360deg)}}.adm__app{display:grid;grid-template-columns:240px 1fr;min-height:100vh}.adm__rail{display:flex;flex-direction:column;gap:.4rem;padding:1.5rem 1rem;background:linear-gradient(180deg,var(--surface-alt,#15101F),var(--surface,#0E0816));border-right:1px solid var(--adm-line);position:sticky;top:0;height:100vh}.adm__logo{display:block;padding:.4rem .6rem 1.5rem}.adm__logo img{height:38px;width:auto}.adm__nav{display:flex;flex-direction:column;gap:.25rem;flex:1}.adm__nav-btn{display:flex;align-items:center;gap:.75rem;width:100%;padding:.75rem .85rem;border-radius:.7rem;color:var(--text-muted, #9C8FB8);font-family:Poppins,sans-serif;font-weight:600;font-size:.9rem;text-align:left;cursor:pointer;transition:background .2s ease,color .2s ease}.adm__nav-btn svg{width:19px;height:19px;flex-shrink:0}.adm__nav-btn:hover{background:#ffffff0d;color:var(--ink,#fff)}.adm__nav-btn.is-active{background:color-mix(in srgb,var(--adm-accent) 16%,transparent);color:var(--ink,#fff)}.adm__nav-btn.is-active svg{color:var(--adm-accent)}.adm__logout{margin-top:auto;color:var(--adm-danger)}.adm__logout:hover{background:color-mix(in srgb,var(--adm-danger) 14%,transparent);color:var(--adm-danger)}.adm__body{min-width:0;display:flex;flex-direction:column}.adm__topbar{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.25rem 1.75rem;border-bottom:1px solid var(--adm-line);position:sticky;top:0;z-index:20;background:color-mix(in srgb,var(--surface,#0E0816) 82%,transparent);backdrop-filter:blur(10px)}.adm__topbar-title{font-weight:400!important;color:var(--ink,#fff);font-size:1.7rem}.adm__admin{display:flex;align-items:center;gap:.75rem}.adm__admin-info{display:flex;flex-direction:column;align-items:flex-end;line-height:1.2}.adm__admin-name{font-family:Poppins,sans-serif;font-weight:600;font-size:.9rem;color:var(--ink,#fff)}.adm__admin-email{font-size:.75rem;color:var(--text-muted,#9C8FB8)}.adm__admin-avatar{width:40px;height:40px;border-radius:9999px;display:grid;place-items:center;background:linear-gradient(135deg,var(--adm-accent),var(--adm-accent-2));color:#fff;font-family:Poppins,sans-serif;font-weight:700;font-size:.95rem}.adm__main{padding:1.75rem}.adm-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.6rem 1.1rem;border-radius:.6rem;font-family:Poppins,sans-serif;font-weight:600;font-size:.85rem;cursor:pointer;transition:filter .2s ease,background .2s ease,transform .15s ease;background:var(--adm-accent);color:#fff;border:1px solid transparent}.adm-btn svg{width:16px;height:16px}.adm-btn:hover{filter:brightness(1.1);transform:translateY(-1px)}.adm-btn:disabled{opacity:.55;cursor:not-allowed;filter:none;transform:none}.adm-btn--ghost{background:transparent;border-color:var(--adm-line);color:var(--text,#E5E0F0)}.adm-btn--ghost:hover{background:#ffffff0d;filter:none}.adm-btn--danger{background:transparent;border-color:color-mix(in srgb,var(--adm-danger) 45%,transparent);color:var(--adm-danger)}.adm-btn--danger:hover{background:color-mix(in srgb,var(--adm-danger) 14%,transparent);filter:none}.adm-btn--ok{background:var(--adm-ok)}.adm-btn--sm{padding:.4rem .7rem;font-size:.78rem}.adm-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:1rem;margin-bottom:1.75rem}.adm-card{padding:1.25rem 1.4rem;border-radius:1rem;border:1px solid var(--adm-line);background:linear-gradient(160deg,var(--surface-alt,#15101F),var(--surface-alt2,#1C1428))}.adm-card__label{display:flex;align-items:center;gap:.5rem;font-family:JetBrains Mono,monospace;font-size:10px;text-transform:uppercase;letter-spacing:.12em;color:var(--text-muted,#9C8FB8)}.adm-card__dot{width:8px;height:8px;border-radius:9999px;background:var(--adm-accent)}.adm-card__value{margin-top:.6rem;font-family:Poppins,sans-serif;font-weight:700;font-size:1.75rem;color:var(--ink,#fff)}.adm-card__sub{margin-top:.2rem;font-size:.8rem;color:var(--text-muted,#9C8FB8)}.adm-block{border:1px solid var(--adm-line);border-radius:1rem;background:var(--surface-alt,#15101F);padding:1.4rem;margin-bottom:1.5rem}.adm-block__title{font-family:Poppins,sans-serif;font-weight:700;font-size:1rem;color:var(--ink,#fff);margin-bottom:1.1rem}.adm-chart{display:flex;align-items:flex-end;gap:.8rem;height:180px}.adm-chart__col{flex:1;display:flex;flex-direction:column;align-items:center;gap:.5rem;height:100%;justify-content:flex-end}.adm-chart__bar{width:100%;max-width:42px;border-radius:.4rem .4rem 0 0;background:linear-gradient(180deg,var(--adm-accent-2),var(--adm-accent));min-height:4px;transition:height .5s ease;position:relative}.adm-chart__val{font-size:.72rem;color:var(--text,#E5E0F0);font-family:Poppins,sans-serif;font-weight:600}.adm-chart__month{font-size:.72rem;color:var(--text-muted,#9C8FB8);text-transform:uppercase;letter-spacing:.04em}.adm-chips{display:flex;flex-wrap:wrap;gap:.5rem}.adm-chip{display:inline-flex;align-items:center;gap:.4rem;padding:.4rem .8rem;border-radius:9999px;border:1px solid var(--adm-line);background:#ffffff08;color:var(--text,#E5E0F0);font-size:.8rem;font-weight:600;cursor:pointer;transition:all .18s ease;font-family:Work Sans,sans-serif}.adm-chip:hover{border-color:color-mix(in srgb,var(--adm-accent) 55%,transparent)}.adm-chip.is-active{background:color-mix(in srgb,var(--adm-accent) 18%,transparent);border-color:var(--adm-accent);color:var(--ink,#fff)}.adm-chip__count{font-size:.72rem;color:var(--text-muted,#9C8FB8)}.adm-badge{display:inline-flex;align-items:center;padding:.22rem .6rem;border-radius:9999px;font-size:.72rem;font-weight:700;font-family:JetBrains Mono,monospace;text-transform:uppercase;letter-spacing:.03em;white-space:nowrap}.adm-badge--wait{background:#ffc85724;color:var(--adm-warn)}.adm-badge--ok{background:#3fcb7e24;color:var(--adm-ok)}.adm-badge--info{background:#7b3ff229;color:var(--adm-accent-2)}.adm-badge--ship{background:#2d7bff29;color:#5fa0ff}.adm-badge--bad{background:#ff6b6b24;color:var(--adm-danger)}.adm-badge--muted{background:#ffffff0f;color:var(--text-muted,#9C8FB8)}.adm-toolbar{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem;margin-bottom:1.1rem}.adm-search{position:relative;flex:1;min-width:200px}.adm-search svg{position:absolute;left:.8rem;top:50%;transform:translateY(-50%);width:16px;height:16px;color:var(--text-muted,#9C8FB8)}.adm-input,.adm-search input,.adm-select,.adm-textarea{width:100%;padding:.7rem .9rem;border-radius:.6rem;border:1px solid var(--adm-line);background:#ffffff08;color:var(--ink,#fff);font-family:Work Sans,sans-serif;font-size:.9rem;transition:border-color .2s ease,box-shadow .2s ease}.adm-search input{padding-left:2.3rem}.adm-input:focus,.adm-search input:focus,.adm-select:focus,.adm-textarea:focus{outline:none;border-color:var(--adm-accent);box-shadow:0 0 0 3px color-mix(in srgb,var(--adm-accent) 16%,transparent)}.adm-textarea{resize:vertical;min-height:76px}.adm-select{appearance:none;-webkit-appearance:none;-moz-appearance:none;padding-right:2.3rem;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%239C8FB8' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;background-size:14px}.adm-select:focus{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23E02B2B' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E")}.adm-select option{background:var(--surface-alt, #15101F);color:var(--ink, #fff)}.adm-select::-ms-expand{display:none}.adm-tablewrap{overflow-x:auto;border:1px solid var(--adm-line);border-radius:1rem}.adm-table{width:100%;border-collapse:collapse;min-width:640px}.adm-table th{text-align:left;font-family:JetBrains Mono,monospace;font-size:10px;text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted,#9C8FB8);padding:.85rem 1rem;border-bottom:1px solid var(--adm-line);background:#ffffff05}.adm-table td{padding:.8rem 1rem;border-bottom:1px solid var(--adm-line-soft);font-size:.88rem;color:var(--text,#E5E0F0);vertical-align:middle}.adm-table tr:last-child td{border-bottom:none}.adm-table tr.is-clickable{cursor:pointer;transition:background .15s ease}.adm-table tr.is-clickable:hover td{background:#ffffff08}.adm-table__strong{font-family:Poppins,sans-serif;font-weight:600;color:var(--ink,#fff)}.adm-thumb{width:42px;height:42px;border-radius:.5rem;-o-object-fit:contain;object-fit:contain;background:#00000040;padding:2px}.adm-row-actions{display:flex;gap:.4rem;flex-wrap:wrap}.adm-icon-btn{display:inline-grid;place-items:center;width:32px;height:32px;border-radius:.5rem;border:1px solid var(--adm-line);color:var(--text-muted,#9C8FB8);cursor:pointer;transition:all .18s ease}.adm-icon-btn:hover{color:var(--ink,#fff);border-color:color-mix(in srgb,var(--adm-accent) 55%,transparent)}.adm-icon-btn svg{width:15px;height:15px}.adm-icon-btn--danger:hover{color:var(--adm-danger);border-color:color-mix(in srgb,var(--adm-danger) 55%,transparent)}.adm-empty{text-align:center;padding:3rem 1rem;color:var(--text-muted,#9C8FB8)}.adm-loading{display:flex;align-items:center;gap:.6rem;padding:2rem;color:var(--text-muted,#9C8FB8)}.adm-loading .adm__spinner{width:22px;height:22px;border-width:2px}.adm-modal{position:fixed;inset:0;z-index:9000;display:grid;place-items:center;padding:1.5rem}.adm-modal__overlay{position:absolute;inset:0;background:#05030cb8;backdrop-filter:blur(3px)}.adm-modal__panel{position:relative;width:100%;max-width:560px;max-height:88vh;overflow:hidden;display:flex;flex-direction:column;border-radius:1.1rem;border:1px solid var(--adm-line);background:linear-gradient(180deg,var(--surface-alt,#15101F),var(--surface,#0E0816));box-shadow:0 30px 80px #0009;animation:adm-pop .22s ease}.adm-modal__panel--sm{max-width:400px}@keyframes adm-pop{0%{opacity:0;transform:translateY(14px)}}.adm-modal__head{display:flex;align-items:center;justify-content:space-between;padding:1.1rem 1.4rem;border-bottom:1px solid var(--adm-line)}.adm-modal__head h3{font-weight:400!important;color:var(--ink,#fff);font-size:1.3rem}.adm-modal__close{display:inline-grid;place-items:center;width:36px;height:36px;border-radius:.5rem;color:var(--text-muted,#9C8FB8)}.adm-modal__close:hover{color:var(--ink,#fff);background:#ffffff0f}.adm-modal__body{padding:1.4rem;overflow-y:auto}.adm-form{display:grid;gap:1rem}.adm-form__grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.adm-field{display:flex;flex-direction:column;gap:.35rem}.adm-field--full{grid-column:1 / -1}.adm-field label{font-family:JetBrains Mono,monospace;font-size:10px;text-transform:uppercase;letter-spacing:.12em;color:var(--text-muted,#9C8FB8)}.adm-check{display:flex;align-items:center;gap:.55rem;font-size:.88rem;color:var(--text,#E5E0F0)}.adm-check input{width:17px;height:17px}.adm-form__actions{display:flex;justify-content:flex-end;gap:.6rem;margin-top:.4rem}.adm-form__err{color:var(--adm-danger);font-size:.82rem}.adm-detail__row{display:flex;justify-content:space-between;gap:1rem;padding:.45rem 0;font-size:.88rem;border-bottom:1px solid var(--adm-line-soft)}.adm-detail__row span:first-child{color:var(--text-muted,#9C8FB8)}.adm-detail__row span:last-child{color:var(--ink,#fff);text-align:right}.adm-detail__section-title{font-family:JetBrains Mono,monospace;font-size:10px;text-transform:uppercase;letter-spacing:.12em;color:var(--text-muted,#9C8FB8);margin:1.2rem 0 .6rem}.adm-detail__item{display:grid;grid-template-columns:40px 1fr auto;gap:.7rem;align-items:center;padding:.5rem 0;border-bottom:1px solid var(--adm-line-soft);font-size:.85rem}.adm-detail__item img{width:40px;height:40px;border-radius:.4rem;-o-object-fit:contain;object-fit:contain;background:#00000040}.adm-link{color:var(--adm-accent-2);font-weight:600}.adm-link:hover{text-decoration:underline}.adm-adv{margin-top:1.1rem;border:1px solid var(--adm-line);border-radius:.7rem;padding:0 .9rem}.adm-adv summary{cursor:pointer;list-style:none;display:flex;align-items:center;gap:.5rem;padding:.7rem 0;font-family:JetBrains Mono,monospace;font-size:10px;text-transform:uppercase;letter-spacing:.12em;color:var(--text-muted,#9C8FB8)}.adm-adv summary::-webkit-details-marker{display:none}.adm-adv summary:before{content:"▸";font-size:.8rem;transition:transform .2s ease}.adm-adv[open] summary:before{transform:rotate(90deg)}.adm-adv__hint{font-size:.78rem;color:var(--text-muted,#9C8FB8);margin:0 0 .7rem;line-height:1.4}.adm-adv__row{display:flex;gap:.5rem;flex-wrap:wrap;padding-bottom:.8rem}.adm-confirm__text{font-size:.95rem;color:var(--text,#E5E0F0);line-height:1.5;margin-bottom:1.3rem}.adm-confirm__actions{display:flex;justify-content:flex-end;gap:.6rem}.adm-toasts{position:fixed;right:1.25rem;bottom:1.25rem;z-index:9600;display:flex;flex-direction:column;gap:.6rem}.adm-toast{display:flex;align-items:center;gap:.6rem;padding:.85rem 1.15rem;border-radius:.8rem;background:var(--surface-alt,#15101F);border:1px solid var(--adm-line);box-shadow:0 16px 40px #00000080;font-size:.88rem;font-weight:600;color:var(--ink,#fff);animation:adm-toast-in .25s ease;max-width:340px}@keyframes adm-toast-in{0%{opacity:0;transform:translate(20px)}}.adm-toast--ok{border-color:color-mix(in srgb,var(--adm-ok) 45%,transparent)}.adm-toast--err{border-color:color-mix(in srgb,var(--adm-danger) 45%,transparent)}.adm-toast__ic{flex-shrink:0}.adm-toast--ok .adm-toast__ic{color:var(--adm-ok)}.adm-toast--err .adm-toast__ic{color:var(--adm-danger)}@media(max-width:860px){.adm__app{grid-template-columns:1fr}.adm__rail{flex-direction:row;align-items:center;height:auto;position:sticky;top:0;z-index:30;padding:.7rem .9rem;overflow-x:auto}.adm__logo{padding:0 .6rem 0 .2rem}.adm__logo img{height:30px}.adm__nav{flex-direction:row}.adm__nav-btn span{display:none}.adm__nav-btn{padding:.6rem}.adm__logout{margin-top:0;margin-left:auto}.adm__main{padding:1.1rem}.adm-form__grid{grid-template-columns:1fr}.adm__admin-info{display:none}}@media(prefers-reduced-motion:reduce){.adm__spinner{animation-duration:2s}.adm-modal__panel,.adm-toast{animation:none}.adm-chart__bar{transition:none}}
