:root{color-scheme:dark;font-family:Manrope,system-ui,sans-serif;--sidebar-w: 224px;--bg: #0b0f0d;--sidebar-bg: #0e1411;--surface: #131a16;--surface-2: #1a2220;--border: rgba(255, 255, 255, .07);--border-strong: rgba(255, 255, 255, .12);--text: #ddeee5;--text-2: #7d9a87;--text-3: #4e6657;--accent: #34d399;--accent-text: #0a2218;--accent-dim: rgba(52, 211, 153, .12);--accent-glow: rgba(52, 211, 153, .18);--red: #f87171;--red-dim: rgba(248, 113, 113, .12);--radius-sm: 6px;--radius-md: 10px;--radius-lg: 14px;--radius-xl: 18px}*,*:before,*:after{box-sizing:border-box}html,body,#root{height:100%;margin:0}body{background:var(--bg);color:var(--text);line-height:1.5}button,input,select,textarea{font:inherit;color:inherit}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.login-shell{min-height:100vh;display:grid;place-items:center;padding:24px;background:radial-gradient(ellipse 60% 40% at 20% 10%,rgba(52,211,153,.1) 0%,transparent 70%),var(--bg)}.login-layout{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(320px,400px);gap:20px;width:100%;max-width:1060px;align-items:stretch}.login-aside{padding:40px;border-radius:var(--radius-xl);border:1px solid var(--border);background:var(--surface);display:flex;flex-direction:column;justify-content:center;gap:0}.login-aside h1{margin:12px 0 16px;font-size:clamp(2rem,3.5vw,3rem);line-height:1.1;color:#fff}.login-copy{margin:0 0 32px;color:var(--text-2);line-height:1.7;max-width:500px}.feature-list{display:grid;gap:10px}.feature-card{padding:14px 16px;border-radius:var(--radius-md);border:1px solid var(--border);background:var(--surface-2)}.feature-card h3{margin:0 0 4px;font-size:.9rem;color:#fff}.feature-card p{margin:0;font-size:.85rem;color:var(--text-2);line-height:1.5}.login-card{padding:36px;border-radius:var(--radius-xl);border:1px solid var(--border);background:var(--surface);display:flex;flex-direction:column;gap:20px;justify-content:center}.login-card__header p{margin:6px 0 0;color:var(--text-2);font-size:.9rem}.login-card h2{margin:8px 0 0;color:#fff}.connection-box{padding:12px 14px;border-radius:var(--radius-md);border:1px solid var(--border);background:var(--surface-2);font-size:.82rem}.connection-box__label{display:inline-block;margin-bottom:4px;font-size:.72rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--accent)}.connection-box strong{display:block;word-break:break-all;color:var(--text)}.admin-shell{display:flex;min-height:100vh}.admin-sidebar{width:var(--sidebar-w);flex-shrink:0;display:flex;flex-direction:column;position:sticky;top:0;height:100vh;overflow-y:auto;background:var(--sidebar-bg);border-right:1px solid var(--border);z-index:30;scrollbar-width:none}.admin-sidebar::-webkit-scrollbar{display:none}@media(max-width:959px){.admin-sidebar{position:fixed;left:0;top:0;height:100dvh;transform:translate(-100%);transition:transform .22s ease;box-shadow:4px 0 24px #0006}.admin-sidebar--open{transform:translate(0)}}.sidebar-head{display:flex;align-items:center;justify-content:space-between;padding:18px 16px 14px;border-bottom:1px solid var(--border);flex-shrink:0}.brand-block{display:flex;align-items:center;gap:10px}.brand-mark{width:34px;height:34px;border-radius:var(--radius-sm);display:grid;place-items:center;background:linear-gradient(135deg,#6ee7b7,#34d399 60%,#10b981);color:#042918;font-size:.72rem;font-weight:800;letter-spacing:.06em;flex-shrink:0}.brand-name{font-size:.95rem;font-weight:700;color:var(--text);letter-spacing:-.01em}.sidebar-close{display:none;align-items:center;justify-content:center;width:32px;height:32px;border:0;background:transparent;color:var(--text-2);cursor:pointer;border-radius:var(--radius-sm);padding:0;flex-shrink:0}.sidebar-close svg{width:16px;height:16px}.sidebar-close:hover{background:var(--surface-2);color:var(--text)}@media(max-width:959px){.sidebar-close{display:flex}}.sidebar-nav-section{flex:1;padding:12px 10px;display:flex;flex-direction:column;gap:2px}.sidebar-section-label{padding:4px 8px 8px;font-size:.7rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--text-3)}.sidebar-nav{display:flex;flex-direction:column;gap:1px}.sidebar-link{display:flex;align-items:center;gap:10px;width:100%;padding:9px 10px;border:0;border-radius:var(--radius-md);background:transparent;color:var(--text-2);cursor:pointer;text-align:left;font-size:.9rem;font-weight:500;transition:background .14s,color .14s}.sidebar-link:hover{background:var(--surface-2);color:var(--text)}.sidebar-badge{margin-left:auto;background:#10b981;color:#fff;font-size:.7rem;font-weight:700;padding:1px 7px;border-radius:99px;line-height:1.6}.sidebar-link--active{background:var(--accent-dim);color:var(--accent);font-weight:600}.sidebar-link--active:hover{background:#34d39929;color:var(--accent)}.sidebar-footer{padding:10px;border-top:1px solid var(--border);flex-shrink:0}.sidebar-user{display:flex;align-items:center;gap:10px;padding:10px 8px;border-radius:var(--radius-md);background:transparent;transition:background .14s;overflow:hidden}.sidebar-user__avatar{width:32px;height:32px;border-radius:50%;background:var(--accent-dim);color:var(--accent);display:grid;place-items:center;font-size:.8rem;font-weight:700;flex-shrink:0}.sidebar-user__info{min-width:0;flex:1}.sidebar-user__label{display:block;font-size:.72rem;color:var(--text-3);margin-bottom:1px;font-weight:600;letter-spacing:.06em;text-transform:uppercase}.sidebar-user__name{display:block;font-size:.85rem;font-weight:600;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidebar-logout{width:30px;height:30px;flex-shrink:0;display:grid;place-items:center;border:0;border-radius:var(--radius-sm);background:transparent;color:var(--text-3);cursor:pointer;padding:0;transition:background .14s,color .14s}.sidebar-logout svg{width:15px;height:15px}.sidebar-logout:hover{background:var(--red-dim);color:var(--red)}.sidebar-backdrop{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:20;background:#020805a6}@media(max-width:959px){.admin-shell--sidebar-open .sidebar-backdrop{display:block}}.admin-main{flex:1;min-width:0;display:flex;flex-direction:column}.page-header{position:sticky;top:0;z-index:10;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:0 24px;height:56px;border-bottom:1px solid var(--border);background:var(--sidebar-bg);flex-shrink:0}.page-header__left{display:flex;align-items:center;gap:12px;min-width:0}.page-header__right{display:flex;align-items:center;gap:8px;flex-shrink:0}.page-header h2{margin:0;font-size:1rem;font-weight:600;color:var(--text)}.hamburger{display:none;align-items:center;justify-content:center;width:36px;height:36px;border:0;border-radius:var(--radius-md);background:transparent;color:var(--text-2);cursor:pointer;padding:0;flex-shrink:0}.hamburger svg{width:18px;height:18px}.hamburger:hover{background:var(--surface-2);color:var(--text)}@media(max-width:959px){.hamburger{display:flex}}.admin-content{flex:1;padding:24px;display:flex;flex-direction:column;gap:20px}.dashboard-stack{display:flex;flex-direction:column;gap:20px}.summary-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.stat-card{padding:18px 20px;border-radius:var(--radius-lg);border:1px solid var(--border);background:var(--surface)}.stat-card--accent{border-color:#10b98166;background:#10b98114}.stat-card--accent .stat-card__value{color:#6ee7b7}.stat-card__label{display:block;font-size:.78rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--text-2);margin-bottom:8px}.stat-card__value{display:block;font-size:1.85rem;font-weight:700;color:#fff;line-height:1}.dashboard-grid{display:grid;grid-template-columns:minmax(0,1.3fr) minmax(280px,.7fr);gap:16px}.dashboard-side{display:flex;flex-direction:column;gap:16px}.panel{border-radius:var(--radius-lg);border:1px solid var(--border);background:var(--surface)}.panel-header{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px 20px;border-bottom:1px solid var(--border);border-radius:var(--radius-lg) var(--radius-lg) 0 0}.panel-header h3{margin:0;font-size:.95rem;font-weight:600;color:#fff}.panel-header p{margin:3px 0 0;font-size:.8rem;color:var(--text-2)}.panel-body{padding:20px}.panel-toolbar{display:flex;align-items:center;flex-wrap:wrap;gap:10px;padding:12px 20px;border-bottom:1px solid var(--border)}.panel-toolbar input[type=search],.panel-toolbar .table-input{flex:1 1 200px;max-width:320px;width:auto}.panel-toolbar .table-input--date{flex:0 0 auto;width:150px;max-width:none;color-scheme:dark}.panel-toolbar .table-select{flex:0 0 auto;width:auto}.panel-toolbar__summary{display:flex;align-items:center;gap:8px;font-size:.85rem;color:var(--text-2)}.panel-footer{display:flex;align-items:center;justify-content:flex-end;gap:10px;padding:14px 20px;border-top:1px solid var(--border);background:var(--surface-2)}.settings-dirty-hint{font-size:.8rem;color:#f59e0b;margin-right:auto}.button--dirty{outline:2px solid #f59e0b;outline-offset:2px}.table-wrap{overflow-x:auto}.data-table{width:100%;border-collapse:collapse;min-width:640px}.data-table th{padding:10px 16px;text-align:left;font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--text-2);background:var(--surface-2);border-bottom:1px solid var(--border);white-space:nowrap}.data-table td{padding:12px 16px;border-bottom:1px solid var(--border);font-size:.88rem;color:var(--text);vertical-align:middle}.data-table--compact td{padding:9px 14px}.data-table--compact .table-secondary{margin-top:2px;font-size:.78rem}.table-wrap--fit .data-table{min-width:0}.data-table tbody tr:last-child td{border-bottom:0}.data-table tbody tr:hover{background:#ffffff05}.data-table tbody tr.row--cash{border-left:3px solid rgba(251,146,60,.7)}.data-table tbody tr.row--cash td:first-child{padding-left:13px}.data-table tbody tr.row--age-warning{background:#fbbf240d}.data-table tbody tr.row--age-warning:hover{background:#fbbf2414}.data-table tbody tr.row--age-critical{background:#ef444412}.data-table tbody tr.row--age-critical:hover{background:#ef44441a}.order-age-badge{display:inline-block;font-size:.68rem;font-weight:700;letter-spacing:.04em;padding:1px 6px;border-radius:99px;margin-top:3px}.order-age-badge--warning{background:#fbbf242e;color:#fbbf24}.order-age-badge--critical{background:#ef44442e;color:#f87171}.order-cash-badge{display:inline-block;font-size:.68rem;font-weight:700;letter-spacing:.04em;padding:1px 6px;border-radius:99px;background:#fb923c2e;color:#fb923c;margin-left:5px}.date-shortcuts{display:flex;gap:6px;flex-shrink:0}.date-shortcut-btn{font-size:.75rem;font-weight:600;padding:5px 10px;border-radius:6px;border:1px solid var(--border);background:var(--surface-2);color:var(--text-2);cursor:pointer;white-space:nowrap;transition:background .15s,color .15s}.date-shortcut-btn:hover{background:var(--surface-3, rgba(255,255,255,.08));color:#fff}.order-progress{display:flex;align-items:center;gap:0;padding:16px 0 8px}.order-progress__cancelled{font-size:.8rem;font-weight:700;color:#f87171;letter-spacing:.06em;text-transform:uppercase}.order-progress__step{display:flex;flex-direction:column;align-items:center;gap:5px;position:relative;flex-shrink:0}.order-progress__dot{width:12px;height:12px;border-radius:50%;background:var(--border);border:2px solid var(--border);transition:background .2s,border-color .2s}.order-progress__step--done .order-progress__dot{background:var(--accent);border-color:var(--accent)}.order-progress__step--active .order-progress__dot{background:#fff;border-color:var(--accent);box-shadow:0 0 0 3px #10b98140}.order-progress__label{font-size:.65rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--text-3, rgba(255,255,255,.3));white-space:nowrap}.order-progress__step--done .order-progress__label,.order-progress__step--active .order-progress__label{color:var(--text-2, rgba(255,255,255,.6))}.order-progress__step--active .order-progress__label{color:#fff}.order-progress__line{flex:1;height:2px;background:var(--border);min-width:24px;margin-bottom:17px;transition:background .2s}.order-progress__line--done{background:var(--accent)}.table-primary{font-weight:600;color:#fff}.table-secondary{color:var(--text-2);font-size:.82rem}.table-actions{display:flex;gap:6px;align-items:center}.table-actions .table-select{flex:1 1 auto;min-width:0}.table-cell-top{vertical-align:top!important}.table-cell-wide{min-width:200px}.table-select,.table-input,.table-textarea{width:100%;padding:7px 10px;border-radius:var(--radius-sm);border:1px solid var(--border);background:var(--surface-2);color:var(--text);outline:none;font-size:.85rem}.custom-select{position:relative}.custom-select__trigger{display:flex;align-items:center;justify-content:space-between;gap:6px;width:100%;padding:7px 10px;border-radius:var(--radius-sm);border:1px solid var(--border);background:var(--surface-2);color:var(--text);font-size:.85rem;cursor:pointer;text-align:left;transition:border-color .14s,box-shadow .14s}.custom-select__trigger:hover{border-color:var(--border-strong)}.custom-select--open .custom-select__trigger{border-color:#34d39966;box-shadow:0 0 0 3px #34d39914}.custom-select__label{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.custom-select__arrow{flex-shrink:0;color:var(--text-2);transition:transform .14s}.custom-select--open .custom-select__arrow{transform:rotate(180deg)}.custom-select__menu{position:absolute;top:calc(100% + 4px);left:0;right:0;z-index:100;max-height:240px;overflow-y:auto;padding:4px;border-radius:var(--radius-md);border:1px solid var(--border-strong);background:var(--surface);box-shadow:0 12px 40px -8px #0009}.custom-select__option{display:block;width:100%;padding:8px 10px;border:none;border-radius:var(--radius-sm);background:transparent;color:var(--text);font-size:.85rem;text-align:left;cursor:pointer;transition:background .1s}.custom-select__option:hover{background:#ffffff0f}.custom-select__option--active{background:var(--accent-dim);color:var(--accent);font-weight:600}.custom-select__option--active:hover{background:var(--accent-glow)}.custom-select.field-control{padding:0;border:none;background:transparent}.custom-select.field-control .custom-select__trigger{padding:9px 12px;border-radius:var(--radius-md);border:1px solid var(--border-strong);font-size:.88rem}.table-select:focus,.table-input:focus,.table-textarea:focus{border-color:#34d39966;box-shadow:0 0 0 3px #34d39914}.table-textarea{resize:vertical}.table-hint{padding:10px 16px;font-size:.78rem;color:var(--text-3);border-top:1px solid var(--border)}.status-pill{display:inline-flex;align-items:center;padding:3px 9px;border-radius:999px;font-size:.75rem;font-weight:600;white-space:nowrap}.status-pill--success{background:#22c55e24;color:#86efac}.status-pill--info{background:#60a5fa24;color:#93c5fd}.status-pill--muted{background:#ffffff12;color:var(--text-2)}.status-pill--danger{background:#ef444424;color:#fca5a5}.modal-card--wide{width:min(780px,100vw)}.order-detail{display:flex;flex-direction:column;flex:1}.detail-page{display:flex;flex-direction:column;gap:20px}.detail-page__header{display:flex;align-items:center;gap:16px;flex-wrap:wrap;padding-bottom:16px;border-bottom:1px solid var(--border)}.detail-page__title{flex:1;display:flex;align-items:center;gap:10px;flex-wrap:wrap}.detail-page__title h2{margin:0;font-size:1.25rem;font-weight:600;color:var(--text-1)}.button-link{background:none;border:none;padding:0;color:var(--accent);cursor:pointer;font-size:inherit;font-family:inherit;text-decoration:underline;text-underline-offset:2px}.button-link:hover{opacity:.75}.order-detail-loading{padding:40px 20px;text-align:center;color:var(--text-2);font-size:.9rem}.order-meta-grid{display:grid;grid-template-columns:1fr 1fr;gap:0;border-bottom:1px solid var(--border)}.order-meta-item{display:flex;flex-direction:column;gap:3px;padding:12px 20px;border-bottom:1px solid var(--border)}.order-meta-item--full{grid-column:1 / -1}.order-meta-item__label{font-size:.72rem;font-weight:500;text-transform:uppercase;letter-spacing:.04em;color:var(--text-2)}.order-meta-item__value{font-size:.875rem;color:var(--text-1)}.order-items-section{padding:0}.order-items-title{padding:12px 20px 8px;font-size:.78rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--text-2);border-bottom:1px solid var(--border)}.order-stock--low{color:#fca5a5;font-weight:600}.order-item-qty-input{width:80px;padding:4px 8px;background:var(--surface-2);border:1px solid var(--border);border-radius:6px;color:var(--text-1);font-size:.875rem;text-align:center;-moz-appearance:textfield}.order-item-qty-input::-webkit-inner-spin-button,.order-item-qty-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.order-item-qty-input:focus{outline:none;border-color:var(--accent)}.order-totals{margin-top:auto;border-top:1px solid var(--border);padding:12px 20px;display:flex;flex-direction:column;gap:6px}.order-totals__row{display:flex;justify-content:space-between;font-size:.875rem;color:var(--text-2)}.order-totals__row--total{font-weight:700;color:var(--text-1);font-size:1rem;padding-top:6px;border-top:1px solid var(--border);margin-top:2px}.status-pill--warning{background:#fbbf2424;color:#fcd34d}.badge{display:inline-flex;align-items:center;justify-content:center;min-width:22px;height:22px;padding:0 7px;border-radius:999px;font-size:.72rem;font-weight:700}.badge--muted{background:var(--surface-2);color:var(--text-2);border:1px solid var(--border)}.button{display:inline-flex;align-items:center;justify-content:center;gap:8px;height:36px;padding:0 14px;border:1px solid transparent;border-radius:var(--radius-md);font-size:.85rem;font-weight:600;cursor:pointer;transition:opacity .14s,background .14s,box-shadow .14s;white-space:nowrap;flex-shrink:0}.button:disabled{opacity:.5;cursor:not-allowed}.button:not(:disabled):hover{opacity:.88}.button--block{width:100%;height:42px}.button--primary{background:var(--accent);color:var(--accent-text);border-color:#34d3994d}.button--secondary{background:var(--surface-2);color:var(--text);border-color:var(--border-strong)}.button--danger{background:var(--red-dim);color:var(--red);border-color:#f871712e}.button--icon{width:36px;min-width:36px;padding:0;gap:0}.button--table{height:30px;min-height:30px;font-size:.82rem;background:var(--surface-2);color:var(--text);border-color:var(--border);padding:0 10px}.button--table.button--icon{width:30px;min-width:30px}.button--table-danger{height:30px;min-height:30px;font-size:.82rem;background:var(--red-dim);color:var(--red);border-color:#f8717124;padding:0 10px}.button--table-danger.button--icon{width:30px;min-width:30px}.button-icon{display:inline-grid;place-items:center;width:15px;height:15px;flex-shrink:0}.button-icon svg{width:15px;height:15px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.alert{padding:12px 16px;border-radius:var(--radius-md);border:1px solid transparent;font-size:.88rem;margin-bottom:16px}.alert--error{background:var(--red-dim);border-color:#f8717133;color:#fecaca}.alert--success{background:var(--accent-dim);border-color:#34d39933;color:#a7f3d0}.form-stack{display:flex;flex-direction:column;gap:14px;padding:20px}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;padding:20px}.form-actions{display:flex;gap:10px;flex-wrap:wrap}.field{display:flex;flex-direction:column;gap:6px}.field>span,.field-header span{font-size:.82rem;font-weight:600;color:var(--text)}.field-header{display:flex;justify-content:space-between;align-items:center;gap:8px}.field-header small{font-size:.75rem;color:var(--text-2)}.field-control{width:100%;padding:9px 12px;border-radius:var(--radius-md);border:1px solid var(--border-strong);background:var(--surface-2);color:var(--text);outline:none;font-size:.88rem;transition:border-color .14s,box-shadow .14s}.field-control:focus{border-color:#34d39973;box-shadow:0 0 0 3px #34d3991a}.field-control--textarea{resize:vertical}.field-span-2{grid-column:span 2}.toggle-card{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px;border-radius:var(--radius-md);border:1px solid var(--border);background:var(--surface-2);font-size:.88rem;cursor:pointer}.checkbox-inline{display:flex;align-items:center;gap:8px;cursor:pointer;font-size:.85rem}.pagination{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 20px;border-top:1px solid var(--border);font-size:.82rem}.pagination__summary{display:flex;align-items:center;gap:12px;color:var(--text-2)}.pagination__actions{display:flex;align-items:center;gap:6px}.pagination__button{display:inline-flex;align-items:center;justify-content:center;height:30px;padding:0 12px;border-radius:var(--radius-sm);border:1px solid var(--border);background:var(--surface-2);color:var(--text);font-size:.82rem;cursor:pointer;transition:background .14s,border-color .14s}.pagination__button:hover:not(:disabled){background:var(--accent-dim);border-color:#34d39933;color:var(--accent)}.pagination__button:disabled{opacity:.4;cursor:not-allowed}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:50;display:flex;align-items:stretch;justify-content:flex-end;background:#00060399}.modal-card{width:min(500px,100vw);height:100dvh;overflow-y:auto;display:flex;flex-direction:column;background:var(--surface);border-left:1px solid var(--border-strong);box-shadow:-16px 0 48px #00000059}.modal-header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px 20px;border-bottom:1px solid var(--border);flex-shrink:0;position:sticky;top:0;background:var(--surface);z-index:1}.modal-header h3{margin:0;font-size:.95rem;font-weight:600;color:#fff}.modal-header p{margin:3px 0 0;font-size:.8rem;color:var(--text-2)}.mobile-cards{display:none;flex-direction:column;gap:10px;padding:16px}.mobile-card{display:flex;flex-direction:column;gap:12px;padding:14px 16px;border-radius:var(--radius-lg);border:1px solid var(--border);background:var(--surface-2)}.mobile-card__header{display:flex;justify-content:space-between;align-items:start;gap:10px}.mobile-card__title{font-weight:600;color:#fff;font-size:.9rem}.mobile-card__subtitle{color:var(--text-2);font-size:.78rem;margin-top:2px}.mobile-card__fields{display:flex;flex-direction:column;gap:8px;border-top:1px solid var(--border);padding-top:10px}.mobile-card__field{display:flex;justify-content:space-between;align-items:start;gap:8px}.mobile-card__field:has(.table-select),.mobile-card__field:has(.table-input),.mobile-card__field:has(.table-textarea){flex-direction:column;gap:4px}.mobile-card__label{font-size:.78rem;color:var(--text-2);flex-shrink:0}.mobile-card__value{font-size:.82rem;color:var(--text);text-align:right}.mobile-card__field:has(.table-select) .mobile-card__value,.mobile-card__field:has(.table-input) .mobile-card__value,.mobile-card__field:has(.table-textarea) .mobile-card__value{width:100%;text-align:left}.mobile-card__actions{display:flex;gap:8px;justify-content:flex-end;flex-wrap:wrap;border-top:1px solid var(--border);padding-top:10px}.mobile-card__actions .table-actions{display:flex;gap:8px;align-items:center;width:100%}.mobile-card__actions .table-actions .table-select{flex:1 1 auto;min-width:0}.empty-state{padding:32px 20px;text-align:center;color:var(--text-2);font-size:.88rem}.page-stack{display:flex;flex-direction:column;gap:16px}.settings-groups{display:flex;flex-direction:column;gap:0}.settings-group{border-bottom:1px solid var(--border)}.settings-group:last-child{border-bottom:0}.settings-group__header{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:14px 20px 10px;background:var(--surface-2);border-bottom:1px solid var(--border)}.settings-group__header h3{margin:0;font-size:.88rem;font-weight:600;color:var(--text)}.eyebrow{display:block;font-size:.7rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--accent);margin-bottom:2px}.image-upload-field{display:flex;flex-direction:column;gap:10px}.image-upload-field__label{font-size:.82rem;font-weight:500;color:var(--text-muted)}.image-upload-field__previews{display:flex;flex-wrap:wrap;gap:8px}.image-upload-field__thumb{position:relative;width:80px;height:80px;border-radius:6px;overflow:hidden;border:1px solid var(--border);flex-shrink:0}.image-upload-field__thumb img{width:100%;height:100%;object-fit:cover;display:block}.image-upload-field__thumb--existing{opacity:.85}.image-upload-field__thumb-label{position:absolute;bottom:0;left:0;right:0;background:#0000008c;color:#fff;font-size:.6rem;text-align:center;padding:2px 0;pointer-events:none}.image-upload-field__thumb-remove{position:absolute;top:2px;right:2px;width:18px;height:18px;border-radius:50%;background:#f87171e6;color:#fff;border:none;cursor:pointer;font-size:.9rem;line-height:1;display:flex;align-items:center;justify-content:center;padding:0}.image-upload-field__thumb-remove:hover{background:var(--red)}.image-upload-field__empty{font-size:.82rem;color:var(--text-muted);padding:10px 0}.image-upload-field__actions{display:flex;align-items:center;gap:16px;flex-wrap:wrap}.image-upload-field__pick-btn{display:inline-flex;align-items:center;padding:6px 14px;border-radius:var(--radius-sm);background:var(--accent-dim);color:var(--accent);font-size:.82rem;font-weight:500;cursor:pointer;border:1px solid rgba(52,211,153,.2);transition:background .15s}.image-upload-field__pick-btn:hover{background:#34d39933}.image-upload-field__clear-toggle{display:inline-flex;align-items:center;gap:6px;font-size:.82rem;color:var(--text-muted);cursor:pointer}.image-upload-field__clear-toggle input[type=checkbox]{accent-color:var(--red);width:14px;height:14px;cursor:pointer}@media(max-width:1100px){.dashboard-grid{grid-template-columns:1fr}.summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:860px){.login-layout{grid-template-columns:1fr}.login-aside{display:none}}@media(max-width:720px){.admin-content{padding:16px}.summary-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.form-grid{grid-template-columns:1fr}.field-span-2{grid-column:auto}.table-wrap{display:none}.mobile-cards{display:flex}.modal-card{width:100vw;border-left:0;border-top:1px solid var(--border-strong)}.pagination{flex-direction:column;align-items:stretch;gap:8px;padding:12px 16px}.pagination__actions{display:flex;gap:8px}.pagination__button{flex:1;height:40px;justify-content:center}.table-input,.table-textarea,.field-control,.custom-select__trigger{font-size:16px;padding:10px 12px;min-height:44px}.custom-select__option{padding:12px 10px;font-size:16px}.panel-header{flex-wrap:wrap;padding:14px 16px;gap:8px}.panel-toolbar{gap:8px;padding:12px 16px}.panel-toolbar__summary{flex:1 1 auto;min-width:0}.panel-toolbar input[type=search],.panel-toolbar .table-input{flex:1 1 100%;max-width:100%;width:100%}.panel-toolbar .custom-select{flex:1 1 100%;width:100%}.panel-toolbar .table-input--date{flex:1 1 calc(50% - 4px);width:auto;min-width:0}.panel-toolbar .date-shortcuts{flex:1 1 100%;width:100%}.panel-toolbar .date-shortcut-btn{flex:1;text-align:center;min-height:40px;display:flex;align-items:center;justify-content:center}.panel-toolbar .button{flex:1 1 100%;width:100%;justify-content:center}}
