@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";:root{color-scheme:light dark;--font-sans:"Inter",ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--page-bg:#f0f2f5;--bg:#f0f2f5;--bg-deep:#e8eaef;--sidebar-bg:hsla(0,0%,100%,.72);--surface:hsla(0,0%,100%,.65);--surface-strong:hsla(0,0%,100%,.85);--surface-muted:hsla(0,0%,100%,.45);--surface-subtle:rgba(248,249,251,.6);--border:rgba(200,205,215,.5);--border-strong:rgba(180,186,198,.6);--text:#111827;--muted:#6b7280;--text-muted:#6b7280;--primary:#0076c0;--primary-soft:rgba(0,118,192,.1);--primary-text:#006299;--cta:#f39200;--cta-soft:rgba(243,146,0,.12);--cta-text:#7a4900;--success:#009e4d;--success-soft:rgba(0,158,77,.1);--warning:#f39200;--warning-soft:rgba(243,146,0,.12);--danger:#dc2626;--danger-soft:rgba(239,68,68,.08);--shadow:0 1px 3px rgba(15,23,42,.06);--glass-blur:16px;--glass-border:1px solid hsla(0,0%,100%,.3);--glass-shadow:0 4px 24px rgba(0,0,0,.04),0 1px 2px rgba(0,0,0,.03)}html{background:var(--bg);min-height:100%}@media(prefers-color-scheme:dark){:root{--page-bg:#0b0d12;--bg:#0b0d12;--bg-deep:#10131a;--sidebar-bg:rgba(16,19,28,.8);--surface:rgba(22,26,38,.6);--surface-strong:rgba(20,24,35,.8);--surface-muted:rgba(30,35,50,.4);--surface-subtle:rgba(26,30,44,.5);--border:rgba(55,60,75,.5);--border-strong:rgba(75,80,100,.5);--text:#f0f2f5;--muted:#8b8f9a;--text-muted:#8b8f9a;--primary:#1a9de6;--primary-soft:rgba(0,118,192,.2);--primary-text:#4db8f0;--cta:#f39200;--cta-soft:rgba(243,146,0,.18);--cta-text:#fbbf5e;--success:#22c76e;--success-soft:rgba(0,158,77,.18);--warning:#f5a623;--warning-soft:rgba(243,146,0,.18);--danger-soft:rgba(239,68,68,.18);--shadow:0 1px 3px rgba(0,0,0,.3);--glass-blur:20px;--glass-border:1px solid hsla(0,0%,100%,.06);--glass-shadow:0 4px 24px rgba(0,0,0,.2),0 1px 2px rgba(0,0,0,.15)}}html.dark{--page-bg:#0b0d12;--bg:#0b0d12;--bg-deep:#10131a;--sidebar-bg:rgba(16,19,28,.8);--surface:rgba(22,26,38,.6);--surface-strong:rgba(20,24,35,.8);--surface-muted:rgba(30,35,50,.4);--surface-subtle:rgba(26,30,44,.5);--border:rgba(55,60,75,.5);--border-strong:rgba(75,80,100,.5);--text:#f0f2f5;--muted:#8b8f9a;--text-muted:#8b8f9a;--primary:#1a9de6;--primary-soft:rgba(0,118,192,.2);--primary-text:#4db8f0;--cta:#f39200;--cta-soft:rgba(243,146,0,.18);--cta-text:#fbbf5e;--success:#22c76e;--success-soft:rgba(0,158,77,.18);--warning:#f5a623;--warning-soft:rgba(243,146,0,.18);--danger-soft:rgba(239,68,68,.18);--shadow:0 1px 3px rgba(0,0,0,.3);--glass-blur:20px;--glass-border:1px solid hsla(0,0%,100%,.06);--glass-shadow:0 4px 24px rgba(0,0,0,.2),0 1px 2px rgba(0,0,0,.15)}body{background:var(--bg);color:var(--text);font-family:var(--font-sans);margin:0;min-height:100vh;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transition:background-color .3s ease,color .3s ease}html.dark body{background:linear-gradient(135deg,#0b0d12,#0d1018 50%,#0f0d16)}*{box-sizing:border-box}a{color:inherit;text-decoration:none}button,input{font:inherit}button{cursor:pointer}#__nuxt,.app-shell{min-height:100vh}.app-shell{display:flex;min-height:100dvh}.sidebar-desktop{-webkit-backdrop-filter:blur(var(--glass-blur));backdrop-filter:blur(var(--glass-blur));background:var(--sidebar-bg);border-right:var(--glass-border);box-shadow:var(--glass-shadow);display:none;flex-direction:column;flex-shrink:0;height:100vh;height:100dvh;min-height:100vh;overflow:hidden;position:sticky;top:0;transition:background-color .3s ease,border-color .3s ease;width:260px}@media(min-width:768px){.sidebar-desktop{display:flex}}.sidebar-logo-area{align-items:center;display:flex;flex-shrink:0;height:68px;padding:16px 20px 0}.sidebar-logo-link{align-items:center;display:flex;gap:12px;padding:0 4px;width:100%}.sidebar-logo-img{border-radius:10px;box-shadow:0 0 0 1px var(--border);flex-shrink:0;height:34px;-o-object-fit:contain;object-fit:contain;width:34px}.sidebar-logo-text{color:var(--text);font-size:1.05rem;font-weight:700;letter-spacing:-.02em;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sidebar-nav-area{display:flex;flex:1;flex-direction:column;gap:2px;overflow-x:hidden;overflow-y:auto;padding:20px 12px}.sidebar-section-label{color:var(--muted);font-size:.6875rem;font-weight:600;letter-spacing:.1em;margin:0 0 6px;padding:0 12px;text-transform:uppercase}.sidebar-section-label:not(:first-child){margin-top:20px}.sidebar-nav-item{align-items:center;border-radius:10px;color:var(--muted);display:flex;font-size:.85rem;font-weight:500;gap:12px;padding:7px 12px;position:relative;transition:background-color .15s ease,color .15s ease,box-shadow .15s ease}.sidebar-nav-item:hover{background:var(--surface-muted);color:var(--text)}.sidebar-nav-item.is-active{background:var(--primary-soft);border-radius:0 10px 10px 0;box-shadow:inset 3px 0 0 var(--primary);color:var(--primary-text);font-weight:600}.sidebar-nav-icon{color:var(--muted);flex-shrink:0;height:20px;transition:color .15s ease;width:20px}.sidebar-nav-icon--active{color:var(--primary-text)}.sidebar-nav-item:hover .sidebar-nav-icon{color:var(--text)}.sidebar-nav-item.is-active .sidebar-nav-icon{color:var(--primary-text)}.sidebar-theme-area{flex-shrink:0;padding:0 16px 8px}.sidebar-theme-btn{align-items:center;background:transparent;border:none;border-radius:8px;color:var(--muted);display:flex;font-size:.875rem;font-weight:500;gap:8px;justify-content:center;padding:8px 12px;transition:background-color .15s ease,color .15s ease;width:100%}.sidebar-theme-btn:hover{background:var(--surface-muted);color:var(--text)}.sidebar-theme-btn--mobile{justify-content:flex-start}.sidebar-theme-icon{flex-shrink:0;height:20px;width:20px}.sidebar-profile-section{border-top:var(--glass-border);flex-shrink:0;padding:12px;transition:border-color .3s ease}.sidebar-profile-wrapper{position:relative}.sidebar-profile-trigger{align-items:center;background:transparent;border:none;border-radius:10px;color:inherit;display:flex;gap:12px;padding:8px;text-align:left;transition:background-color .15s ease;width:100%}.sidebar-profile-trigger:hover{background:var(--surface-muted)}.sidebar-profile-avatar{align-items:center;background:var(--primary-soft);border:2px solid var(--primary-soft);border-radius:50%;color:var(--primary-text);display:flex;flex-shrink:0;font-size:.75rem;font-weight:700;height:36px;justify-content:center;-o-object-fit:cover;object-fit:cover;width:36px}.sidebar-profile-info{flex:1;min-width:0}.sidebar-profile-name{color:var(--text);font-size:.875rem;font-weight:500}.sidebar-profile-email,.sidebar-profile-name{margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sidebar-profile-email{color:var(--muted);font-size:.75rem}.sidebar-profile-chevron{color:var(--muted);flex-shrink:0;height:16px;transition:transform .2s ease;width:16px}.sidebar-profile-chevron.is-rotated{transform:rotate(180deg)}.sidebar-profile-dropdown{background:var(--surface);border:1px solid var(--border);border-radius:12px;bottom:calc(100% + 8px);box-shadow:0 10px 30px #0000001f,0 0 0 1px var(--border);left:0;overflow:hidden;position:absolute;right:0;z-index:50}.sidebar-profile-dropdown-item{align-items:center;background:transparent;border:none;color:var(--text);cursor:pointer;display:flex;font-size:.875rem;gap:10px;padding:10px 16px;text-align:left;transition:background-color .15s ease;width:100%}.sidebar-profile-dropdown-item:hover{background:var(--surface-muted)}.sidebar-profile-dropdown-item--danger{color:#dc2626}html.dark .sidebar-profile-dropdown-item--danger{color:#f87171}.sidebar-profile-dropdown-item--danger:hover{background:var(--danger-soft)}.sidebar-profile-dropdown-icon{flex-shrink:0;height:16px;width:16px}.sidebar-profile-guest{align-items:center;border-radius:8px;color:var(--primary-text);display:flex;font-size:.875rem;font-weight:500;gap:10px;padding:10px 12px;transition:background-color .15s ease}.sidebar-profile-guest:hover{background:var(--surface-muted)}.sidebar-profile-guest-icon{flex-shrink:0;height:20px;width:20px}.dropdown-enter-active,.dropdown-leave-active{transition:opacity .15s ease,transform .15s ease}.dropdown-enter-from,.dropdown-leave-to{opacity:0;transform:translateY(4px)}.sidebar-overlay{background:#00000080;display:none;inset:0;position:fixed;z-index:40}@media(max-width:767px){.sidebar-overlay{display:block}}.fade-enter-active,.fade-leave-active{transition:opacity .2s ease}.fade-enter-from,.fade-leave-to{opacity:0}.sidebar-mobile{display:none;position:fixed;inset-y:0;-webkit-backdrop-filter:blur(var(--glass-blur));backdrop-filter:blur(var(--glass-blur));background:var(--sidebar-bg);border-right:var(--glass-border);box-shadow:var(--glass-shadow);flex-direction:column;left:0;transition:background-color .3s ease,border-color .3s ease;width:288px;z-index:50}@media(max-width:767px){.sidebar-mobile{display:flex}}.slide-enter-active,.slide-leave-active{transition:transform .3s ease}.slide-enter-from,.slide-leave-to{transform:translate(-100%)}.sidebar-mobile-header{align-items:center;border-bottom:1px solid var(--border);display:flex;flex-shrink:0;height:64px;justify-content:space-between;padding:0 24px}.sidebar-mobile-close{align-items:center;background:transparent;border:none;border-radius:8px;color:var(--muted);cursor:pointer;display:flex;justify-content:center;padding:4px;transition:background-color .15s ease,color .15s ease}.sidebar-mobile-close:hover{background:var(--surface-muted);color:var(--text)}.sidebar-mobile-close svg{height:20px;width:20px}.sidebar-mobile-nav{padding:24px 16px}.sidebar-mobile-footer{border-top:1px solid var(--border);flex-shrink:0;padding:16px}.sidebar-mobile-user{align-items:center;display:flex;gap:12px;margin-bottom:12px;padding:8px}.sidebar-mobile-actions{display:flex;flex-direction:column;gap:4px;margin-top:8px}.sidebar-mobile-action{align-items:center;background:transparent;border:none;border-radius:8px;color:var(--muted);cursor:pointer;display:flex;font-size:.875rem;gap:10px;padding:10px 12px;text-align:left;transition:background-color .15s ease,color .15s ease;width:100%}.sidebar-mobile-action:hover{background:var(--surface-muted);color:var(--text)}.sidebar-mobile-action--danger{color:#dc2626}html.dark .sidebar-mobile-action--danger{color:#f87171}.sidebar-mobile-action--danger:hover{background:var(--danger-soft)}.app-content{background:var(--bg);display:flex;flex:1;flex-direction:column;min-width:0;overflow:hidden;transition:background-color .3s ease}.app-topbar{-webkit-backdrop-filter:blur(var(--glass-blur));backdrop-filter:blur(var(--glass-blur));background:var(--surface-strong);border-bottom:var(--glass-border);gap:1rem;justify-content:space-between;min-height:64px;padding:.75rem 1.5rem;transition:background-color .3s ease,border-color .3s ease}.app-topbar,.topbar-left{align-items:center;display:flex}.topbar-left{gap:.75rem;min-width:0}.topbar-hamburger{align-items:center;background:transparent;border:none;border-radius:8px;color:var(--muted);cursor:pointer;display:none;justify-content:center;padding:6px;transition:background-color .15s ease,color .15s ease}@media(max-width:767px){.topbar-hamburger{display:flex}}.topbar-hamburger svg{height:24px;width:24px}.topbar-hamburger:hover{background:var(--surface-muted);color:var(--text)}.topbar-title{font-size:1.15rem;font-weight:700;line-height:1.3;margin:0}.topbar-actions{align-items:center;display:flex;flex-wrap:wrap;gap:.65rem;justify-content:flex-end}.theme-toggle{align-items:center;background:var(--surface);border:1px solid var(--border);border-radius:999px;color:var(--muted);display:inline-flex;height:40px;justify-content:center;padding:0;transition:background-color .2s ease,border-color .2s ease,color .2s ease;width:40px}.theme-toggle:hover{background:var(--surface-muted);color:var(--text)}.theme-toggle-icon{height:18px;width:18px}.app-main{background:var(--bg);flex:1;overflow-y:auto;padding:1.5rem 2rem;transition:background-color .3s ease}.page-shell{display:grid;gap:1.5rem}.page-header{display:grid;gap:.35rem}.page-title{font-size:clamp(1.7rem,1.2rem + 1.5vw,2.2rem);font-weight:800;letter-spacing:-.03em;margin:0}.admin-shell{gap:1.5rem}.hero-panel,.metric-card,.surface-panel{-webkit-backdrop-filter:blur(var(--glass-blur));backdrop-filter:blur(var(--glass-blur));background:var(--surface);border:var(--glass-border);border-radius:.875rem;box-shadow:var(--glass-shadow);transition:background-color .3s ease,border-color .3s ease,box-shadow .3s ease}.hero-panel{display:grid;gap:.9rem;padding:1.5rem}.hero-header{align-items:flex-start;display:flex;gap:1rem;justify-content:space-between}.hero-title{font-size:clamp(1.85rem,3vw,2.85rem);letter-spacing:-.04em;line-height:1.05;margin:0}.hero-copy{color:var(--muted);line-height:1.7;margin:.55rem 0 0;max-width:68ch}.hero-chips{display:flex;flex-wrap:wrap;gap:.5rem}.pill{align-items:center;background:var(--surface-muted);border:1px solid var(--border);border-radius:999px;color:var(--text);display:inline-flex;font-size:.8rem;font-weight:500;min-height:28px;padding:.2rem .6rem}.pill--primary{background:var(--primary-soft);border-color:#0076c047;color:var(--primary-text)}.pill--success{background:var(--success-soft);border-color:#009e4d47;color:var(--success)}.pill--warning{background:var(--cta-soft);border-color:#f3920047;color:var(--cta-text)}.metric-grid{display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.metric-card{border-radius:.75rem;border-top:3px solid var(--border);padding:1.25rem;transition:background-color .3s ease,border-color .3s ease}.metric-card--primary{border-top-color:var(--primary)}.metric-card--success{border-top-color:var(--success)}.metric-card--warning{border-top-color:var(--cta)}.metric-card--danger{border-top-color:var(--danger)}.metric-label{color:var(--muted);font-size:.85rem;margin-bottom:.25rem;margin-top:0}.metric-value{font-size:1.9rem;line-height:1;margin:0}.metric-note{color:var(--muted);font-size:.85rem;margin:.45rem 0 0}.panel-grid{display:grid;gap:1rem;grid-template-columns:repeat(2,minmax(0,1fr))}.admin-crud-grid{align-items:start;grid-template-columns:minmax(0,1fr)}.admin-panel-header{align-items:flex-start;display:flex;gap:1rem;justify-content:space-between;margin-bottom:1rem}.crud-form,.crud-form-grid{display:grid;gap:1rem}.crud-form-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.crud-form-grid--three{grid-template-columns:repeat(3,minmax(0,1fr))}.crud-form-actions{display:grid;gap:.8rem}.crud-form-action-group{display:flex;flex-wrap:wrap;gap:.75rem}.crud-status{background:var(--success-soft);border:1px solid rgba(0,158,77,.2);border-radius:.5rem;color:var(--success);font-weight:600;margin:0;padding:.65rem .95rem}.admin-toolbar{align-items:end;display:flex;gap:.75rem;margin:1rem 0}.admin-toolbar-field{flex:1}.admin-state{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:var(--surface-muted);border:1px dashed var(--border);border-radius:.75rem;color:var(--muted);line-height:1.6;padding:1.5rem;text-align:center}.admin-table-wrap{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:var(--surface);border:var(--glass-border);border-radius:.5rem;overflow-x:auto;transition:background-color .3s ease,border-color .3s ease}.admin-table{border-collapse:collapse;min-width:640px;width:100%}.admin-table td,.admin-table th{border-bottom:1px solid var(--border);padding:.85rem 1rem;text-align:left;vertical-align:top}.admin-table thead th{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:var(--surface-muted);color:var(--muted);font-size:.7rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.admin-table tbody tr:last-child td{border-bottom:0}.admin-table tbody tr:hover{background:var(--surface-muted)}.admin-table-actions{white-space:nowrap;width:1%}.action-row{display:flex;flex-wrap:wrap;gap:.5rem}.table-stack{display:grid;gap:.2rem}.table-primary{font-weight:700}.table-link{color:var(--primary);cursor:pointer;text-decoration:none}.table-link:hover{text-decoration:underline}.table-secondary{color:var(--muted);font-size:.92rem;line-height:1.45}.status-pill{align-items:center;background:var(--surface-muted);border:1px solid var(--border);border-radius:999px;color:var(--text);display:inline-flex;font-size:.75rem;font-weight:600;min-height:26px;padding:.2rem .6rem}.asset-color-swatch{border-radius:999px;display:inline-block;height:.75rem;margin-right:.5rem;vertical-align:middle;width:.75rem}.status-pill--success{background:var(--success-soft);border-color:#009e4d47;color:var(--success)}.status-pill--muted{color:var(--muted)}.status-pill--danger{background:var(--danger-soft);border-color:#dc262638;color:var(--danger)}.status-pill--info{background:var(--primary-soft);border-color:#0076c038;color:var(--primary)}.status-pill--warning{background:var(--cta-soft);border-color:#f3920038;color:var(--cta)}.status-pill--admin{background:var(--primary-soft);border-color:#0076c038;color:var(--primary-text)}.status-pill--technician{background:var(--success-soft);border-color:#009e4d38;color:var(--success)}.status-pill--employee{background:var(--cta-soft);border-color:#f3920038;color:var(--cta-text)}.role-badge{border-radius:.25rem;display:inline-block;font-size:.65rem;font-weight:800;letter-spacing:.1em;line-height:1.6;padding:.2rem .65rem;text-transform:uppercase}.role-badge--admin{background:var(--primary);color:#fff}.role-badge--technician{background:var(--success);color:#fff}.role-badge--employee{background:var(--cta);color:#1a1000}.field-textarea{min-height:110px;resize:vertical}.checkbox-line{align-items:center;color:var(--muted);display:inline-flex;font-size:.92rem;gap:.6rem}.checkbox-input{height:18px;margin:0;width:18px}.admin-segment-bar{background:var(--surface-muted);border:1px solid var(--border);border-radius:.5rem;display:inline-flex;gap:.25rem;padding:.25rem;width:-moz-fit-content;width:fit-content}.segment-button{background:transparent;border:1px solid transparent;border-radius:.375rem;color:var(--muted);font-size:.85rem;font-weight:500;min-height:36px;padding:.4rem .85rem;transition:background-color .15s ease,color .15s ease,border-color .15s ease}.segment-button.is-active{background:var(--surface);border-color:transparent;box-shadow:0 1px 2px #0000000d;color:var(--text)}.admin-pager{align-items:center;border-top:var(--glass-border);display:flex;gap:1rem;justify-content:space-between;margin-top:1rem;padding-top:1rem}.admin-pager-copy{color:var(--muted);margin:0}.admin-pager-actions{display:flex;gap:.65rem}.admin-action-grid{display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.admin-action-card{border-radius:.75rem;display:grid;gap:.6rem;min-height:100%;padding:1.25rem;transition:border-color .2s ease,transform .2s ease,background-color .2s ease}.admin-action-card:hover{border-color:var(--primary);transform:translateY(-1px)}.admin-action-badge{color:var(--primary-text);font-size:.82rem;font-weight:700;letter-spacing:.08em;margin:0;text-transform:uppercase}.surface-panel{border-radius:.75rem;padding:1.25rem;transition:background-color .3s ease,border-color .3s ease}.section-title{font-size:1.05rem;font-weight:600;margin:0}.list{display:grid;gap:.5rem;list-style:none;margin:.9rem 0 0;padding:0}.list-item{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:var(--surface-muted);border:var(--glass-border);border-radius:.75rem;display:grid;gap:.2rem;padding:.85rem 1rem;transition:background-color .3s ease,border-color .3s ease}.list-item-title{font-weight:700}.list-item-copy{color:var(--muted);line-height:1.55}.list-panel{display:grid;gap:1rem}.list-toolbar{align-items:end;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between}.list-toolbar-form{flex:1;margin:0;min-width:min(100%,24rem)}.list-toolbar-actions{align-items:center;display:flex;flex-wrap:wrap;gap:.75rem}.asset-form-summary{background:var(--surface-muted);border:1px solid var(--border);border-radius:.5rem;display:grid;gap:.25rem;min-height:42px;padding:.75rem .95rem}.asset-reference-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr))}.detail-actions{align-items:center;display:flex;flex-wrap:wrap;gap:.75rem}.detail-grid{align-items:stretch}.detail-card,.detail-meta-grid{display:grid;gap:1rem}.detail-meta-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.detail-item{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:var(--surface-muted);border:var(--glass-border);border-radius:.75rem;display:grid;gap:.35rem;padding:.9rem 1rem}.detail-label{color:var(--muted);font-size:.78rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase}.detail-value{font-size:.98rem;font-weight:600;line-height:1.5}.detail-note{background:var(--surface-muted);border:1px solid var(--border);border-radius:.75rem;line-height:1.7;margin:0;min-height:100%;padding:1rem}.auth-shell{background:var(--bg);display:grid;min-height:100vh;padding:1.5rem;place-items:center;transition:background-color .3s ease}.auth-card{-webkit-backdrop-filter:blur(var(--glass-blur));backdrop-filter:blur(var(--glass-blur));background:var(--surface);border:var(--glass-border);border-radius:1.25rem;box-shadow:var(--glass-shadow);display:grid;gap:1.25rem;padding:2rem;transition:background-color .3s ease,border-color .3s ease;width:min(100%,420px)}.brand-block{align-items:center;display:grid;gap:.9rem;grid-template-columns:56px minmax(0,1fr)}.brand-mark-img{border-radius:1rem;height:56px;-o-object-fit:contain;object-fit:contain;width:56px}.brand-mark{background:var(--primary);border-radius:1rem;box-shadow:var(--shadow);color:#fff;display:inline-grid;font-weight:700;height:56px;place-items:center;width:56px}.brand-title{font-size:1.45rem;line-height:1.1;margin:.15rem 0 0}.brand-copy{color:var(--muted);line-height:1.5;margin:.35rem 0 0}.auth-form{display:grid;gap:.95rem;margin-top:.25rem}.auth-alert{background:var(--danger-soft);border:1px solid rgba(220,38,38,.28);border-radius:.875rem;color:#b91c1c;line-height:1.55;margin:0;padding:.85rem .95rem}html.dark .auth-alert{background:#7f1d1d52;border-color:#f8717147;color:#fecaca}.field{display:grid;gap:.35rem}.field-label{color:var(--muted);font-size:.92rem}.field-input{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:var(--surface-muted);border:1px solid var(--border);border-radius:.5rem;color:var(--text);font-size:.875rem;min-height:42px;padding:.6rem .95rem;transition:border-color .2s ease,box-shadow .2s ease,background-color .3s ease;width:100%}.field-input:focus{border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-soft);outline:none}.field-input::-moz-placeholder{color:var(--muted)}.field-input::placeholder{color:var(--muted)}.auth-summary{display:grid;gap:.75rem}.auth-summary-list{display:grid;gap:.7rem;list-style:none;margin:0;padding:0}.auth-summary-item{background:var(--surface-muted);border:1px solid var(--border);border-radius:1rem;padding:.85rem .95rem}.action-button{align-items:center;background:var(--cta);border:1px solid transparent;border-radius:.5rem;box-shadow:none;color:#1a1000;display:inline-flex;font-size:.875rem;font-weight:700;justify-content:center;min-height:38px;padding:.5rem 1rem;transition:background-color .2s ease,color .2s ease,border-color .2s ease,opacity .2s ease,box-shadow .2s ease}.action-button:hover{box-shadow:0 2px 8px #f3920040;opacity:.92}.action-button:disabled{cursor:progress;opacity:.72}.action-button--ghost{background:var(--surface);border-color:var(--border);color:var(--text);transition:background-color .15s ease,border-color .15s ease,color .15s ease}.action-button--ghost:hover{background:var(--surface-muted)}.action-button--compact{border-radius:.375rem;font-size:.8rem;font-weight:500;min-height:34px;padding:.4rem .75rem}.auth-submit-button{border-radius:.5rem;box-shadow:none;width:100%}.action-button:focus-visible,.auth-submit-button:focus-visible,.field-input:focus-visible{outline:2px solid var(--primary-soft);outline-offset:2px}@media(max-width:1200px){.metric-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.auth-grid,.detail-meta-grid,.panel-grid{grid-template-columns:1fr}}@media(max-width:767px){.app-topbar{padding:.75rem 1rem}.app-main{padding:1rem}}@media(min-width:768px){.app-main{padding:1.5rem 2rem}}@media(min-width:1280px){.app-main{padding:2rem 2.5rem}}@media(max-width:720px){.metric-grid,.panel-grid{grid-template-columns:1fr}.detail-actions,.list-toolbar{align-items:stretch;flex-direction:column}.crud-form-grid{grid-template-columns:1fr}.admin-pager-actions{flex-direction:column;width:100%}.admin-pager-actions .action-button{width:100%}}
