:root{--primary:#2563eb;--primary-hover:#1d4ed8;--primary-strong:#1e3a8a;--primary-soft:#eff6ff;--primary-soft-2:#dbeafe;--bg:#f4f6fa;--surface:#fff;--surface-muted:#f8fafc;--border:#e2e8f0;--border-strong:#cbd5e1;--text:#0f172a;--text-secondary:#475569;--text-muted:#64748b;--text-subtle:#94a3b8;--success:#15803d;--success-solid:#16a34a;--success-soft:#f0fdf4;--success-border:#bbf7d0;--warning:#b45309;--warning-soft:#fffbeb;--warning-border:#fde68a;--danger:#dc2626;--danger-hover:#b91c1c;--danger-soft:#fef2f2;--danger-border:#fecaca;--whatsapp:#1fae54;--whatsapp-hover:#178f45;--font:"Inter",system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;--fs-xs:0.75rem;--fs-sm:0.8125rem;--fs-base:0.9375rem;--fs-md:1rem;--fs-lg:1.125rem;--fs-xl:1.375rem;--fs-2xl:1.75rem;--radius-sm:8px;--radius:10px;--radius-lg:14px;--radius-xl:20px;--shadow-xs:0 1px 2px #0f172a0d;--shadow-sm:0 1px 3px #0f172a0f,0 1px 2px #0f172a0a;--shadow-md:0 4px 12px #0f172a14;--shadow-lg:0 20px 40px #0f172a29;--ring:0 0 0 3px #2563eb38;--container:1120px;--container-narrow:760px;--header-h:64px;--gutter:clamp(16px,4vw,32px)}*,:after,:before{box-sizing:border-box}html{-webkit-text-size-adjust:100%}#root,body,html{min-height:100%}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f4f6fa;background:var(--bg);font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;font-family:var(--font);font-size:.9375rem;font-size:var(--fs-base);line-height:1.5}body,h1,h2,h3,h4{color:#0f172a;color:var(--text);margin:0}h1,h2,h3,h4{letter-spacing:-.01em;line-height:1.25}p{margin:0}a{color:#2563eb;color:var(--primary);text-decoration:none}a:hover{text-decoration:underline}img{display:block;max-width:100%}button,input,select,textarea{color:inherit;font:inherit}button{cursor:pointer}:focus-visible{box-shadow:0 0 0 3px #2563eb38;box-shadow:var(--ring);outline:none}.sr-only{clip:rect(0 0 0 0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}}.app-shell{display:flex;flex-direction:column;min-height:100vh;min-height:100svh}.app-header{backdrop-filter:saturate(160%) blur(10px);-webkit-backdrop-filter:saturate(160%) blur(10px);background:#ffffffeb;border-bottom:1px solid #e2e8f0;border-bottom:1px solid var(--border);position:sticky;top:0;z-index:100}.app-header-inner{align-items:center;display:flex;gap:24px;height:64px;height:var(--header-h);margin:0 auto;max-width:1120px;max-width:var(--container);padding:0 clamp(16px,4vw,32px);padding:0 var(--gutter)}.brand{align-items:center;color:#0f172a;color:var(--text);display:inline-flex;flex-shrink:0;gap:10px}.brand:hover{text-decoration:none}.brand-logo{height:34px;object-fit:contain;width:34px}.brand-name{color:#1e3a8a;color:var(--primary-strong);font-size:1.0625rem;font-weight:800;letter-spacing:-.02em}.brand-name span{color:#2563eb;color:var(--primary)}.app-nav{align-items:center;display:flex;flex:1 1;gap:2px;min-width:0}.app-nav a{align-items:center;border-radius:8px;border-radius:var(--radius-sm);color:#475569;color:var(--text-secondary);display:inline-flex;font-size:.8125rem;font-size:var(--fs-sm);font-weight:500;gap:7px;padding:8px 12px;transition:background .15s ease,color .15s ease;white-space:nowrap}.app-nav a:hover{background:#f8fafc;background:var(--surface-muted);color:#0f172a;color:var(--text);text-decoration:none}.app-nav a.active{background:#eff6ff;background:var(--primary-soft);color:#2563eb;color:var(--primary);font-weight:600}.app-nav svg{height:16px;width:16px}.header-actions{display:flex;margin-left:auto}.header-actions,.user-chip{align-items:center;gap:10px}.user-chip{display:inline-flex;min-width:0}.user-avatar{background:#dbeafe;background:var(--primary-soft-2);border-radius:50%;color:#1e3a8a;color:var(--primary-strong);display:grid;flex-shrink:0;font-weight:700;height:32px;place-items:center;width:32px}.user-avatar,.user-name{font-size:.8125rem;font-size:var(--fs-sm)}.user-name{color:#0f172a;color:var(--text);font-weight:600;max-width:160px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.app-main{flex:1 1;outline:none;width:100%}.app-footer{background:#fff;background:var(--surface);border-top:1px solid #e2e8f0;border-top:1px solid var(--border);color:#64748b;color:var(--text-muted);font-size:.8125rem;font-size:var(--fs-sm)}.app-footer-inner{display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between;margin:0 auto;max-width:1120px;max-width:var(--container);padding:18px clamp(16px,4vw,32px);padding:18px var(--gutter)}@media (max-width:900px){.app-header-inner{flex-wrap:wrap;height:auto;padding-top:10px;row-gap:0}.app-nav{flex:0 0 100%;margin-top:6px;max-width:100%;order:3;overflow-x:auto;padding-bottom:8px;scrollbar-width:none}.app-nav::-webkit-scrollbar{display:none}.header-actions{padding-bottom:4px}}@media (max-width:480px){.user-name{display:none}.app-footer-inner{justify-content:center;text-align:center}}.bottom-nav{backdrop-filter:saturate(160%) blur(10px);-webkit-backdrop-filter:saturate(160%) blur(10px);background:#fffffff7;border-top:1px solid #e2e8f0;border-top:1px solid var(--border);bottom:0;box-shadow:0 -4px 16px #0f172a0f;display:grid;grid-auto-columns:minmax(0,1fr);grid-auto-flow:column;left:0;padding-bottom:env(safe-area-inset-bottom,0);position:fixed;right:0;z-index:90}.bottom-nav-item{-webkit-tap-highlight-color:transparent;align-items:center;color:#64748b;color:var(--text-muted);display:flex;flex-direction:column;font-size:.6875rem;font-weight:600;gap:3px;justify-content:center;min-height:64px;padding:6px 2px}button.bottom-nav-item{background:none;border:0;cursor:pointer;font-family:inherit}.bottom-nav-item:hover{text-decoration:none}.bottom-nav-icon{border-radius:999px;display:grid;height:30px;place-items:center;transition:background .15s ease,color .15s ease;width:48px}.bottom-nav-icon svg{height:22px;width:22px}.bottom-nav-label{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bottom-nav-item.is-active{color:#2563eb;color:var(--primary)}.bottom-nav-item.is-active .bottom-nav-icon{background:#eff6ff;background:var(--primary-soft)}.bottom-nav-item:active .bottom-nav-icon{background:#dbeafe;background:var(--primary-soft-2)}.bottom-sheet-overlay{animation:bottom-sheet-fade .15s ease;background:#0f172a59;inset:0;position:fixed;z-index:85}.bottom-sheet{animation:bottom-sheet-up .2s ease;background:#fff;background:var(--surface);border-radius:20px 20px 0 0;border-radius:var(--radius-xl) var(--radius-xl) 0 0;bottom:calc(64px + env(safe-area-inset-bottom, 0px));box-shadow:0 20px 40px #0f172a29;box-shadow:var(--shadow-lg);left:0;max-height:70vh;overflow-y:auto;padding:8px 12px 12px;position:absolute;right:0}.bottom-sheet-head{align-items:center;display:flex;justify-content:space-between;padding:6px 4px 8px}.bottom-sheet-title{font-size:1rem;font-size:var(--fs-md);font-weight:700}.bottom-sheet-list{display:flex;flex-direction:column;gap:4px;list-style:none;margin:0;padding:0}.bottom-sheet-item{-webkit-tap-highlight-color:transparent;align-items:center;border-radius:14px;border-radius:var(--radius-lg);color:#0f172a;color:var(--text);display:flex;gap:12px;min-height:60px;padding:8px 10px}.bottom-sheet-item:hover{background:#f8fafc;background:var(--surface-muted);text-decoration:none}.bottom-sheet-item.is-active,.bottom-sheet-item:active{background:#eff6ff;background:var(--primary-soft)}.bottom-sheet-icon{background:#eff6ff;background:var(--primary-soft);border-radius:10px;border-radius:var(--radius);color:#2563eb;color:var(--primary);display:grid;flex-shrink:0;height:42px;place-items:center;width:42px}.bottom-sheet-icon svg{height:21px;width:21px}.bottom-sheet-text{display:flex;flex:1 1;flex-direction:column;min-width:0}.bottom-sheet-text strong{font-size:.9375rem;font-size:var(--fs-base)}.bottom-sheet-text span{color:#64748b;color:var(--text-muted);font-size:.8125rem;font-size:var(--fs-sm)}.bottom-sheet-chev{color:#94a3b8;color:var(--text-subtle);flex-shrink:0;height:18px;width:18px}@keyframes bottom-sheet-up{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:none}}@keyframes bottom-sheet-fade{0%{opacity:0}to{opacity:1}}@media (prefers-reduced-motion:reduce){.bottom-sheet,.bottom-sheet-overlay{animation:none}}.app-shell.has-bottom-nav{padding-bottom:calc(64px + env(safe-area-inset-bottom, 0px))}.app-shell.has-bottom-nav .app-footer{display:none}.page{display:flex;flex-direction:column;gap:20px;margin:0 auto;max-width:1120px;max-width:var(--container);padding:28px clamp(16px,4vw,32px) 48px;padding:28px var(--gutter) 48px;width:100%}.page--narrow{max-width:824px;max-width:calc(var(--container-narrow) + 64px)}.page-header{align-items:flex-end;display:flex;flex-wrap:wrap;gap:16px;justify-content:space-between}.page-header-main{display:flex;flex-direction:column;gap:6px;min-width:0}.page-back{align-items:center;align-self:flex-start;background:none;border:0;color:#64748b;color:var(--text-muted);display:inline-flex;font-size:.8125rem;font-size:var(--fs-sm);font-weight:500;gap:6px;margin-bottom:4px;padding:4px 0}.page-back:hover{color:#2563eb;color:var(--primary)}.page-title{align-items:center;display:flex;font-size:1.75rem;font-size:var(--fs-2xl);font-weight:700;gap:10px;letter-spacing:-.02em}.page-title-icon{background:#eff6ff;background:var(--primary-soft);border-radius:10px;border-radius:var(--radius);color:#2563eb;color:var(--primary);display:inline-grid;flex-shrink:0;height:40px;place-items:center;width:40px}.page-title-icon svg{height:20px;width:20px}.page-subtitle{color:#64748b;color:var(--text-muted);font-size:.9375rem;font-size:var(--fs-base)}.page-actions{display:flex;flex-wrap:wrap;gap:10px}@media (max-width:600px){.page{gap:16px;padding-top:20px}.page-title{font-size:1.375rem;font-size:var(--fs-xl)}.page-title-icon{height:34px;width:34px}}.card{background:#fff;background:var(--surface);border:1px solid #e2e8f0;border:1px solid var(--border);border-radius:14px;border-radius:var(--radius-lg);box-shadow:0 1px 2px #0f172a0d;box-shadow:var(--shadow-xs)}.card-body{padding:24px}.card-header{align-items:center;border-bottom:1px solid #e2e8f0;border-bottom:1px solid var(--border);display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between;padding:18px 24px}.card-title{font-size:1rem;font-size:var(--fs-md);font-weight:600}.card-subtitle{color:#64748b;color:var(--text-muted);font-size:.8125rem;font-size:var(--fs-sm);margin-top:2px}.card-footer{align-items:center;background:#f8fafc;background:var(--surface-muted);border-radius:0 0 14px 14px;border-radius:0 0 var(--radius-lg) var(--radius-lg);border-top:1px solid #e2e8f0;border-top:1px solid var(--border);display:flex;flex-wrap:wrap;gap:10px;justify-content:flex-end;padding:16px 24px}@media (max-width:600px){.card-body{padding:18px}.card-footer,.card-header{padding:14px 18px}}.btn{--btn-h:40px;align-items:center;border:1px solid #0000;border-radius:10px;border-radius:var(--radius);display:inline-flex;font-size:.9375rem;font-size:var(--fs-base);font-weight:600;gap:8px;height:var(--btn-h);justify-content:center;line-height:1;padding:0 16px;transition:background .15s ease,border-color .15s ease,color .15s ease,box-shadow .15s ease;-webkit-user-select:none;user-select:none;white-space:nowrap}.btn,.btn:hover{text-decoration:none}.btn svg{flex-shrink:0;height:17px;width:17px}.btn:disabled,.btn[aria-disabled=true]{cursor:not-allowed;opacity:.55}.btn-primary{background:#2563eb;background:var(--primary);box-shadow:0 1px 2px #2563eb4d;color:#fff}.btn-primary:hover:not(:disabled){background:#1d4ed8;background:var(--primary-hover)}.btn-secondary{background:#fff;background:var(--surface);border-color:#cbd5e1;border-color:var(--border-strong);box-shadow:0 1px 2px #0f172a0d;box-shadow:var(--shadow-xs);color:#0f172a;color:var(--text)}.btn-secondary:hover:not(:disabled){background:#f8fafc;background:var(--surface-muted);border-color:#94a3b8;border-color:var(--text-subtle)}.btn-ghost{background:#0000;color:#475569;color:var(--text-secondary)}.btn-ghost:hover:not(:disabled){background:#f8fafc;background:var(--surface-muted);color:#0f172a;color:var(--text)}.btn-soft{background:#eff6ff;background:var(--primary-soft);color:#2563eb;color:var(--primary)}.btn-soft:hover:not(:disabled){background:#dbeafe;background:var(--primary-soft-2)}.btn-danger{background:#dc2626;background:var(--danger);color:#fff}.btn-danger:hover:not(:disabled){background:#b91c1c;background:var(--danger-hover)}.btn-danger-ghost{background:#0000;border-color:#fecaca;border-color:var(--danger-border);color:#dc2626;color:var(--danger)}.btn-danger-ghost:hover:not(:disabled){background:#fef2f2;background:var(--danger-soft)}.btn-success{background:#16a34a;background:var(--success-solid);color:#fff}.btn-success:hover:not(:disabled){background:#15803d;background:var(--success)}.btn-whatsapp{background:#1fae54;background:var(--whatsapp);color:#fff}.btn-whatsapp:hover:not(:disabled){background:#178f45;background:var(--whatsapp-hover)}.btn-sm{--btn-h:34px;border-radius:8px;border-radius:var(--radius-sm);font-size:.8125rem;font-size:var(--fs-sm);padding:0 12px}.btn-sm svg{height:15px;width:15px}.btn-lg{--btn-h:48px;font-size:1rem;font-size:var(--fs-md);padding:0 22px}.btn-block{width:100%}.btn-icon{background:#0000;border:1px solid #0000;border-radius:8px;border-radius:var(--radius-sm);color:#64748b;color:var(--text-muted);display:inline-grid;flex-shrink:0;height:36px;padding:0;place-items:center;transition:background .15s ease,color .15s ease;width:36px}.btn-icon:hover:not(:disabled){background:#f8fafc;background:var(--surface-muted);color:#0f172a;color:var(--text)}.btn-icon svg{height:18px;width:18px}.btn-icon.is-danger:hover:not(:disabled){background:#fef2f2;background:var(--danger-soft);color:#dc2626;color:var(--danger)}.btn-icon.is-success{color:#16a34a;color:var(--success-solid)}.btn-icon.is-success:hover:not(:disabled){background:#f0fdf4;background:var(--success-soft)}.btn-icon.is-bordered{background:#fff;background:var(--surface);border-color:#e2e8f0;border-color:var(--border)}.link-button{background:none;border:0;color:#2563eb;color:var(--primary);font-size:inherit;font-weight:600;padding:0}.link-button:hover:not(:disabled){text-decoration:underline}.link-button:disabled{color:#94a3b8;color:var(--text-subtle);cursor:not-allowed}.form{display:flex;flex-direction:column;gap:18px}.form-grid{grid-gap:18px;display:grid;gap:18px;grid-template-columns:repeat(2,minmax(0,1fr))}.form-grid .span-2{grid-column:1/-1}@media (max-width:640px){.form-grid{grid-template-columns:1fr}}.field{display:flex;flex-direction:column;gap:6px;min-width:0}.field-label{align-items:center;color:#0f172a;color:var(--text);display:flex;font-size:.8125rem;font-size:var(--fs-sm);font-weight:600;gap:8px;justify-content:space-between}.field-label .req{color:#dc2626;color:var(--danger);margin-left:2px}.field-help{color:#64748b;color:var(--text-muted)}.field-error,.field-help{font-size:.75rem;font-size:var(--fs-xs)}.field-error{color:#dc2626;color:var(--danger);font-weight:500}.input,.select{background:#fff;background:var(--surface);border:1px solid #cbd5e1;border:1px solid var(--border-strong);border-radius:10px;border-radius:var(--radius);color:#0f172a;color:var(--text);font-size:.9375rem;font-size:var(--fs-base);height:42px;padding:0 12px;transition:border-color .15s ease,box-shadow .15s ease;width:100%}.input::placeholder{color:#94a3b8;color:var(--text-subtle)}.input:hover,.select:hover{border-color:#94a3b8;border-color:var(--text-subtle)}.input:focus,.select:focus{border-color:#2563eb;border-color:var(--primary);box-shadow:0 0 0 3px #2563eb38;box-shadow:var(--ring);outline:none}.input:disabled,.select:disabled{background:#f8fafc;background:var(--surface-muted);color:#64748b;color:var(--text-muted);cursor:not-allowed}.input.is-invalid,.select.is-invalid{border-color:#dc2626;border-color:var(--danger)}.input.is-invalid:focus,.select.is-invalid:focus{box-shadow:0 0 0 3px #dc26262e}.select{appearance:none;-webkit-appearance:none;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' stroke='%2364748b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-position:right 12px center;background-repeat:no-repeat;cursor:pointer;padding-right:36px}@media (max-width:640px){.input,.select{font-size:16px;height:46px}}.textarea{background:#fff;background:var(--surface);border:1px solid #cbd5e1;border:1px solid var(--border-strong);border-radius:10px;border-radius:var(--radius);color:#0f172a;color:var(--text);font-size:.9375rem;font-size:var(--fs-base);line-height:1.45;min-height:64px;padding:10px 12px;resize:vertical;transition:border-color .15s ease,box-shadow .15s ease;width:100%}.textarea::placeholder{color:#94a3b8;color:var(--text-subtle)}.textarea:hover{border-color:#94a3b8;border-color:var(--text-subtle)}.textarea:focus{border-color:#2563eb;border-color:var(--primary);box-shadow:0 0 0 3px #2563eb38;box-shadow:var(--ring);outline:none}@media (max-width:640px){.textarea{font-size:16px}}.input-group{align-items:center;display:flex;position:relative}.input-group>.input-icon{color:#94a3b8;color:var(--text-subtle);height:17px;left:12px;pointer-events:none;position:absolute;width:17px}.input-group>.input-icon~.input,.input-group>.input-icon~.select{padding-left:38px}.input-group>.input-action{position:absolute;right:4px}.input-group>.input.has-action{padding-right:44px}.qty-stepper{align-items:stretch;background:#fff;background:var(--surface);border:1px solid #cbd5e1;border:1px solid var(--border-strong);border-radius:10px;border-radius:var(--radius);display:inline-flex;height:42px;overflow:hidden}.qty-stepper:focus-within{border-color:#2563eb;border-color:var(--primary);box-shadow:0 0 0 3px #2563eb38;box-shadow:var(--ring)}.qty-stepper button{background:#f8fafc;background:var(--surface-muted);border:0;color:#475569;color:var(--text-secondary);display:grid;place-items:center;transition:background .15s ease,color .15s ease;width:40px}.qty-stepper button:hover{background:#eff6ff;background:var(--primary-soft);color:#2563eb;color:var(--primary)}.qty-stepper button svg{height:16px;width:16px}.qty-stepper input{font-feature-settings:"tnum";background:#fff;background:var(--surface);border:0;border-inline:1px solid #e2e8f0;border-inline:1px solid var(--border);font-variant-numeric:tabular-nums;font-weight:600;text-align:center;width:72px}.qty-stepper input:focus{outline:none}.qty-field{align-items:center;display:inline-flex;gap:8px}.qty-field .input{font-feature-settings:"tnum";font-variant-numeric:tabular-nums;font-weight:600;text-align:center;width:92px}.qty-field .unit{color:#64748b;color:var(--text-muted);font-size:.8125rem;font-size:var(--fs-sm);min-width:28px}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number]{appearance:textfield}.alert{align-items:flex-start;border:1px solid;border-radius:10px;border-radius:var(--radius);display:flex;font-size:.8125rem;font-size:var(--fs-sm);gap:10px;line-height:1.45;padding:12px 14px}.alert svg{flex-shrink:0;height:18px;margin-top:1px;width:18px}.alert-success{background:#f0fdf4;background:var(--success-soft);border-color:#bbf7d0;border-color:var(--success-border);color:#15803d;color:var(--success)}.alert-error{background:#fef2f2;background:var(--danger-soft);border-color:#fecaca;border-color:var(--danger-border);color:#b91c1c;color:var(--danger-hover)}.alert-info{background:#eff6ff;background:var(--primary-soft);border-color:#dbeafe;border-color:var(--primary-soft-2);color:#1e3a8a;color:var(--primary-strong)}.alert-warning{background:#fffbeb;background:var(--warning-soft);border-color:#fde68a;border-color:var(--warning-border);color:#b45309;color:var(--warning)}.badge{align-items:center;background:#f8fafc;background:var(--surface-muted);border:1px solid #e2e8f0;border:1px solid var(--border);border-radius:999px;color:#475569;color:var(--text-secondary);display:inline-flex;font-size:.75rem;font-size:var(--fs-xs);font-weight:600;gap:6px;height:24px;padding:0 10px;white-space:nowrap}.badge:before{background:currentColor;border-radius:50%;content:"";height:6px;opacity:.8;width:6px}.badge.no-dot:before{display:none}.badge-success{background:#f0fdf4;background:var(--success-soft);border-color:#bbf7d0;border-color:var(--success-border);color:#15803d;color:var(--success)}.badge-warning{background:#fffbeb;background:var(--warning-soft);border-color:#fde68a;border-color:var(--warning-border);color:#b45309;color:var(--warning)}.badge-danger{background:#fef2f2;background:var(--danger-soft);border-color:#fecaca;border-color:var(--danger-border);color:#dc2626;color:var(--danger)}.badge-primary{background:#eff6ff;background:var(--primary-soft);border-color:#dbeafe;border-color:var(--primary-soft-2);color:#2563eb;color:var(--primary)}.item-list{list-style:none;margin:0;padding:0}.item-row{align-items:center;border-bottom:1px solid #e2e8f0;border-bottom:1px solid var(--border);display:flex;gap:14px;padding:14px 20px}.item-row:last-child{border-bottom:0}.item-row:hover{background:#f8fafc;background:var(--surface-muted)}.item-main{display:flex;flex:1 1;flex-direction:column;gap:3px;min-width:0}.item-title{color:#0f172a;color:var(--text);font-size:.9375rem;font-size:var(--fs-base);font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.item-meta{color:#64748b;color:var(--text-muted);display:flex;flex-wrap:wrap;font-size:.8125rem;font-size:var(--fs-sm);gap:6px 12px}.item-actions{align-items:center;display:flex;flex-shrink:0;gap:6px}@media (max-width:600px){.item-row{gap:12px;padding:12px 14px}}.thumb{background:#f8fafc;background:var(--surface-muted);border:1px solid #e2e8f0;border:1px solid var(--border);border-radius:10px;border-radius:var(--radius);color:#94a3b8;color:var(--text-subtle);display:grid;flex-shrink:0;height:48px;object-fit:cover;place-items:center;width:48px}.thumb svg{height:20px;width:20px}.thumb-lg{height:64px;width:64px}.chip{align-items:center;background:#f8fafc;background:var(--surface-muted);border:1px solid #e2e8f0;border:1px solid var(--border);border-radius:6px;color:#475569;color:var(--text-secondary);display:inline-flex;font-size:.75rem;font-size:var(--fs-xs);font-weight:500;gap:4px;padding:2px 8px}.toolbar{align-items:flex-end;display:flex;flex-wrap:wrap;gap:12px}.toolbar>.grow{flex:1 1 260px}.toolbar>.fixed{flex:0 1 240px}@media (max-width:600px){.toolbar>.fixed{flex:1 1 100%}}.result-count{font-size:.8125rem;font-size:var(--fs-sm)}.empty-state,.result-count{color:#64748b;color:var(--text-muted)}.empty-state{align-items:center;display:flex;flex-direction:column;gap:10px;padding:48px 24px;text-align:center}.empty-state-icon{background:#f8fafc;background:var(--surface-muted);border:1px solid #e2e8f0;border:1px solid var(--border);border-radius:16px;color:#94a3b8;color:var(--text-subtle);display:grid;height:56px;margin-bottom:4px;place-items:center;width:56px}.empty-state-icon svg{height:26px;width:26px}.empty-state h3{color:#0f172a;color:var(--text);font-size:1rem;font-size:var(--fs-md);font-weight:600}.empty-state p{font-size:.8125rem;font-size:var(--fs-sm);max-width:380px}.empty-state .btn{margin-top:8px}.stat-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(140px,1fr))}.stat{background:#fff;background:var(--surface);border:1px solid #e2e8f0;border:1px solid var(--border);border-radius:10px;border-radius:var(--radius);display:flex;flex-direction:column;gap:2px;padding:12px 16px}.stat-label{color:#64748b;color:var(--text-muted);font-size:.75rem;font-size:var(--fs-xs);font-weight:500;letter-spacing:.04em;text-transform:uppercase}.stat-value{font-feature-settings:"tnum";font-size:1.375rem;font-size:var(--fs-xl);font-variant-numeric:tabular-nums;font-weight:700}.stat-value.is-success{color:#15803d;color:var(--success)}.stat-value.is-warning{color:#b45309;color:var(--warning)}.progress{background:#dbeafe;background:var(--primary-soft-2);border-radius:999px;height:8px;overflow:hidden}.progress-fill{background:#2563eb;background:var(--primary);border-radius:inherit;height:100%;transition:width .3s ease}.modal-overlay{align-items:center;animation:fade-in .15s ease;background:#0f172a80;display:flex;inset:0;justify-content:center;padding:16px;position:fixed;z-index:1000}.modal{animation:modal-in .18s ease;background:#fff;background:var(--surface);border-radius:14px;border-radius:var(--radius-lg);box-shadow:0 20px 40px #0f172a29;box-shadow:var(--shadow-lg);display:flex;flex-direction:column;max-height:calc(100vh - 32px);max-width:460px;width:100%}.modal-head{align-items:flex-start;display:flex;gap:12px;justify-content:space-between;padding:20px 20px 0 24px}.modal-title{font-size:1.125rem;font-size:var(--fs-lg);font-weight:600}.modal-body{color:#475569;color:var(--text-secondary);overflow-y:auto;padding:12px 24px 20px}.modal-foot{background:#f8fafc;background:var(--surface-muted);border-radius:0 0 14px 14px;border-radius:0 0 var(--radius-lg) var(--radius-lg);border-top:1px solid #e2e8f0;border-top:1px solid var(--border);display:flex;flex-wrap:wrap;gap:10px;justify-content:flex-end;padding:16px 24px}@media (max-width:480px){.modal-overlay{align-items:flex-end;padding:0}.modal{border-radius:20px 20px 0 0;border-radius:var(--radius-xl) var(--radius-xl) 0 0;max-width:none}.modal-foot{border-radius:0;flex-direction:column-reverse}.modal-foot .btn{width:100%}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes modal-in{0%{opacity:0;transform:translateY(8px) scale(.98)}to{opacity:1;transform:none}}.toast-host{flex-direction:column;pointer-events:none;position:fixed;right:16px;top:76px;top:calc(var(--header-h) + 12px);width:min(380px,calc(100vw - 32px));z-index:2000}.toast,.toast-host{display:flex;gap:10px}.toast{align-items:flex-start;animation:toast-in .2s ease;background:#fff;background:var(--surface);border:1px solid #e2e8f0;border-left:4px solid #2563eb;border:1px solid var(--border);border-left:4px solid var(--primary);border-radius:10px;border-radius:var(--radius);box-shadow:0 4px 12px #0f172a14;box-shadow:var(--shadow-md);color:#0f172a;color:var(--text);font-size:.8125rem;font-size:var(--fs-sm);line-height:1.45;padding:12px 12px 12px 14px;pointer-events:auto;word-break:break-word}.toast>svg{color:#2563eb;color:var(--primary);flex-shrink:0;height:18px;margin-top:1px;width:18px}.toast-text{flex:1 1}.toast-close{background:none;border:0;color:#94a3b8;color:var(--text-subtle);line-height:0;padding:0 2px}.toast-close:hover{color:#0f172a;color:var(--text)}.toast-close svg{height:16px;width:16px}.toast.is-success{border-left-color:#16a34a;border-left-color:var(--success-solid)}.toast.is-success>svg{color:#16a34a;color:var(--success-solid)}.toast.is-error{border-left-color:#dc2626;border-left-color:var(--danger)}.toast.is-error>svg{color:#dc2626;color:var(--danger)}.toast.is-warning{border-left-color:#f59e0b}.toast.is-warning>svg{color:#f59e0b}@keyframes toast-in{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:none}}@media (max-width:480px){.toast-host{left:16px;right:16px;width:auto}}.spinner{animation:spin .7s linear infinite;border:3px solid #dbeafe;border-radius:50%;border-top-color:#2563eb;border:3px solid var(--primary-soft-2);border-top-color:var(--primary);height:22px;width:22px}.spinner-lg{border-width:4px;height:40px;width:40px}@keyframes spin{to{transform:rotate(1turn)}}.loading-block{color:#64748b;color:var(--text-muted);font-size:.8125rem;font-size:var(--fs-sm);padding:64px 24px}.loading-block,.loading-overlay{align-items:center;display:flex;flex-direction:column;gap:14px;justify-content:center}.loading-overlay{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#fffc;color:#2563eb;color:var(--primary);font-weight:600;inset:0;position:fixed;z-index:1500}.auth{display:grid;flex:1 1;grid-template-columns:minmax(0,1fr) minmax(0,1fr);min-height:calc(100vh - 122px);min-height:calc(100vh - var(--header-h) - 58px)}.auth-aside{background:linear-gradient(145deg,#1e3a8a,#2563eb 60%,#3b82f6);color:#fff;display:flex;flex-direction:column;gap:28px;justify-content:center;overflow:hidden;padding:56px clamp(32px,5vw,72px);position:relative}.auth-aside:after{background:#ffffff12;border-radius:50%;bottom:-220px;content:"";height:520px;position:absolute;right:-180px;width:520px}.auth-aside h2{color:#fff;font-size:clamp(1.5rem,1rem + 1.4vw,2.1rem);font-weight:700;letter-spacing:-.02em;max-width:460px}.auth-aside p{color:#ffffffd1;font-size:1rem;font-size:var(--fs-md);max-width:440px}.auth-benefits{display:flex;flex-direction:column;gap:14px;list-style:none;margin:0;padding:0;position:relative;z-index:1}.auth-benefits li{align-items:center;display:flex;font-weight:500;gap:12px}.auth-benefits .ico{background:#ffffff24;border-radius:10px;border-radius:var(--radius);display:grid;flex-shrink:0;height:36px;place-items:center;width:36px}.auth-benefits .ico svg{height:18px;width:18px}.auth-panel{align-items:center;display:flex;justify-content:center;padding:48px clamp(16px,4vw,32px);padding:48px var(--gutter)}.auth-card{gap:24px;max-width:420px;width:100%}.auth-card,.auth-card-head{display:flex;flex-direction:column}.auth-card-head{gap:8px}.auth-icon{background:#eff6ff;background:var(--primary-soft);border-radius:14px;border-radius:var(--radius-lg);color:#2563eb;color:var(--primary);display:grid;height:48px;margin-bottom:6px;place-items:center;width:48px}.auth-icon svg{height:22px;width:22px}.auth-title{font-size:1.75rem;font-size:var(--fs-2xl);font-weight:700;letter-spacing:-.02em}.auth-foot,.auth-subtitle{color:#64748b;color:var(--text-muted)}.auth-foot{font-size:.8125rem;font-size:var(--fs-sm);text-align:center}.auth-foot a{font-weight:600}@media (max-width:900px){.auth{grid-template-columns:1fr;min-height:0}.auth-aside{display:none}.auth-panel{padding-bottom:56px;padding-top:40px}}
/*# sourceMappingURL=main.f01f023c.css.map*/