:root{--app-bg: #eef3f7;--app-surface: rgba(255, 255, 255, .82);--app-surface-strong: #ffffff;--app-border: rgba(31, 41, 55, .09);--app-border-strong: rgba(15, 23, 42, .14);--app-text: #102033;--app-muted: #5f6f84;--app-primary: #0f766e;--app-primary-soft: #d6f2ee;--app-accent: #f59e0b;--app-danger: #dc2626;--app-shadow: 0 28px 60px rgba(15, 23, 42, .1);--app-radius-xl: 28px;--app-radius-lg: 22px;--app-radius-md: 16px;--bs-body-bg: #eef3f7;--bs-body-color: #102033;--bs-emphasis-color: #102033;--bs-secondary-color: #5f6f84;--bs-secondary-color-rgb: 95, 111, 132;--bs-tertiary-color: #75859a;--bs-tertiary-color-rgb: 117, 133, 154;--bs-heading-color: #102033;--bs-border-color: rgba(31, 41, 55, .09)}:root[data-theme=dark]{--app-bg: #0b131b;--app-surface: rgba(17, 24, 34, .88);--app-surface-strong: #131c27;--app-border: rgba(148, 163, 184, .14);--app-border-strong: rgba(148, 163, 184, .24);--app-text: #edf3fa;--app-muted: #9db0c4;--app-primary: #3bc6a4;--app-primary-soft: rgba(59, 198, 164, .12);--app-accent: #e9b44c;--app-danger: #f07b7b;--app-shadow: 0 28px 60px rgba(2, 8, 23, .52);--bs-body-bg: #0b131b;--bs-body-color: #edf3fa;--bs-emphasis-color: #edf3fa;--bs-secondary-color: #9db0c4;--bs-secondary-color-rgb: 157, 176, 196;--bs-tertiary-color: #8398ad;--bs-tertiary-color-rgb: 131, 152, 173;--bs-heading-color: #edf3fa;--bs-border-color: rgba(148, 163, 184, .14)}html,body{min-height:100%;overflow-x:clip}body.app-body{font-family:IBM Plex Sans,Segoe UI,sans-serif;color:var(--app-text);background:radial-gradient(circle at top left,rgba(15,118,110,.15),transparent 28%),radial-gradient(circle at 85% 10%,rgba(245,158,11,.12),transparent 20%),linear-gradient(180deg,#f8fbfd 0%,var(--app-bg) 42%,#edf2f6 100%);position:relative;overflow-x:clip}html[data-theme=dark] body.app-body,body.app-body[data-theme=dark]{color:var(--app-text);background:radial-gradient(circle at top left,rgba(52,211,153,.1),transparent 26%),radial-gradient(circle at 85% 10%,rgba(251,191,36,.08),transparent 20%),linear-gradient(180deg,#0b1118 0%,var(--app-bg) 42%,#0c141d 100%)}html[data-theme=dark] body.app-body,html[data-theme=dark] body.app-body h1,html[data-theme=dark] body.app-body h2,html[data-theme=dark] body.app-body h3,html[data-theme=dark] body.app-body h4,html[data-theme=dark] body.app-body h5,html[data-theme=dark] body.app-body h6,html[data-theme=dark] body.app-body p,html[data-theme=dark] body.app-body li,html[data-theme=dark] body.app-body label,body.app-body[data-theme=dark],body.app-body[data-theme=dark] h1,body.app-body[data-theme=dark] h2,body.app-body[data-theme=dark] h3,body.app-body[data-theme=dark] h4,body.app-body[data-theme=dark] h5,body.app-body[data-theme=dark] h6,body.app-body[data-theme=dark] p,body.app-body[data-theme=dark] li,body.app-body[data-theme=dark] label{color:var(--app-text)}body.app-body:before,body.app-body:after{content:"";position:fixed;inset:auto;width:340px;height:340px;border-radius:999px;filter:blur(20px);z-index:-1;opacity:.8}body.app-body:before{top:76px;right:-96px;background:#0f766e17}body.app-body:after{bottom:-90px;left:-90px;background:#f59e0b14}html[data-theme=dark] body.app-body:before,body.app-body[data-theme=dark]:before{background:#3bc6a41a}html[data-theme=dark] body.app-body:after,body.app-body[data-theme=dark]:after{background:#e9b44c14}.app-navbar{position:relative;z-index:1200;overflow:visible;padding:.85rem 0;background:#ffffffb8;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);border-bottom:1px solid rgba(255,255,255,.42);box-shadow:0 14px 34px #0f172a0f}.modal-backdrop{z-index:1290}.modal{z-index:1300}.handover-builder{display:block}.handover-work-order-list,.handover-signatory-list{display:grid;gap:1rem}.handover-work-order-card{display:grid;grid-template-columns:auto 1fr;gap:.95rem;align-items:flex-start;padding:1rem 1.1rem;border-radius:var(--app-radius-md);border:1px solid var(--app-border);background:color-mix(in srgb,var(--app-surface-strong) 82%,transparent);cursor:pointer;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}.handover-work-order-card:hover{border-color:color-mix(in srgb,var(--app-primary) 26%,var(--app-border));box-shadow:0 16px 34px #0f172a0f;transform:translateY(-1px)}.handover-work-order-card input{margin-top:.2rem}.handover-work-order-content{display:flex;flex-direction:column;gap:.38rem;min-width:0}.handover-work-order-number{font-family:Manrope,IBM Plex Sans,sans-serif;font-size:1.02rem;font-weight:800;letter-spacing:-.03em}.handover-work-order-meta{display:flex;flex-wrap:wrap;gap:.5rem .75rem;color:var(--app-muted);font-size:.92rem}.handover-work-order-text{color:var(--app-text)}.handover-signatory-row{padding:1rem 1.05rem;border-radius:var(--app-radius-md);border:1px solid var(--app-border);background:color-mix(in srgb,var(--app-surface-strong) 82%,transparent)}.handover-signatory-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr) auto;gap:1rem;align-items:end}.handover-signatory-grid--service{grid-template-columns:minmax(0,1fr) minmax(10rem,18rem) auto}.handover-signatory-field{min-width:0}.handover-signatory-action{display:flex;align-items:end;justify-content:flex-start}.handover-signatory-action .icon-action-btn{flex:0 0 auto}@media (max-width: 767.98px){.handover-signatory-grid,.handover-signatory-grid--service{grid-template-columns:1fr}.handover-signatory-action{justify-content:flex-start}}.handover-content-editor{min-height:26rem;font-family:IBM Plex Sans,Segoe UI,sans-serif;line-height:1.7;resize:vertical}.invoice-pricing-stack{display:grid;gap:1rem}.select2-container--bootstrap-5 .select2-selection{min-height:calc(2.25rem + 2px);border-radius:.75rem;border-color:var(--app-border-strong);background:color-mix(in srgb,var(--app-surface-strong) 88%,transparent);box-shadow:none}.select2-container--bootstrap-5 .select2-selection--single{padding:.375rem 2.25rem .375rem .75rem}.select2-container--bootstrap-5 .select2-selection__rendered{color:var(--app-text);line-height:1.5rem}.select2-container--bootstrap-5 .select2-dropdown{border-radius:1rem;border-color:var(--app-border-strong);background:var(--app-surface-strong);box-shadow:var(--app-shadow);overflow:hidden}.select2-container--bootstrap-5 .select2-search .select2-search__field{border-radius:.75rem;border-color:var(--app-border-strong);background:color-mix(in srgb,var(--app-surface-strong) 88%,transparent);color:var(--app-text)}.select2-container--bootstrap-5 .select2-results__option--selected,.select2-container--bootstrap-5 .select2-results__option--highlighted.select2-results__option--selectable{background:color-mix(in srgb,var(--app-primary) 16%,var(--app-surface-strong));color:var(--app-text)}.app-select2-dropdown .select2-search{padding:.75rem;background:color-mix(in srgb,var(--app-surface) 72%,transparent);border-bottom:1px solid var(--app-border)}.invoice-work-order-block{padding:1rem 1.1rem;border-radius:var(--app-radius-md);border:1px solid var(--app-border);background:color-mix(in srgb,var(--app-surface-strong) 86%,transparent)}.invoice-work-order-block.is-hidden{display:none}.invoice-work-order-head,.invoice-part-row{display:grid;grid-template-columns:minmax(0,1fr) 14rem;gap:1rem;align-items:end}.invoice-work-order-number{font-family:Manrope,IBM Plex Sans,sans-serif;font-weight:800;font-size:1rem;letter-spacing:-.03em}.invoice-price-field .form-label{margin-bottom:.35rem;font-size:.82rem}.invoice-part-table{display:grid;gap:.85rem;margin-top:1rem;padding-top:1rem;border-top:1px dashed var(--app-border)}.invoice-part-meta{display:flex;flex-direction:column;gap:.18rem;min-width:0}.invoice-part-meta span{color:var(--app-muted);font-size:.92rem}.invoice-content-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(22rem,.95fr);gap:1.25rem;align-items:start}.invoice-editor-pane,.invoice-preview-pane{min-width:0}.invoice-preview-pane{display:grid;gap:.85rem}.invoice-preview-head{display:grid;gap:.25rem}.invoice-preview-title{font-family:Manrope,IBM Plex Sans,sans-serif;font-size:1rem;font-weight:800;letter-spacing:-.03em;color:var(--app-text)}.invoice-preview-hint{color:var(--app-muted);font-size:.92rem;line-height:1.5}.invoice-document-preview{display:grid;gap:1rem;min-height:26rem;padding:1.2rem 1.25rem;border-radius:calc(var(--app-radius-lg) - .15rem);border:1px solid var(--app-border);background:linear-gradient(180deg,color-mix(in srgb,var(--app-surface) 94%,white 6%),color-mix(in srgb,var(--app-surface-strong) 92%,transparent)),radial-gradient(circle at top right,color-mix(in srgb,var(--brand-primary) 10%,transparent) 0%,transparent 48%);overflow:auto}.invoice-preview-document-title{font-family:Manrope,IBM Plex Sans,sans-serif;font-size:1.5rem;font-weight:800;letter-spacing:-.04em;color:var(--brand-primary-strong)}.invoice-preview-meta-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.7rem 1rem}.invoice-preview-meta-row{display:grid;gap:.2rem;padding:.75rem .85rem;border-radius:var(--app-radius-md);border:1px solid color-mix(in srgb,var(--app-border) 86%,transparent);background:color-mix(in srgb,var(--app-surface-strong) 78%,transparent)}.invoice-preview-meta-row span{color:var(--app-muted);font-size:.78rem;text-transform:uppercase;letter-spacing:.08em}.invoice-preview-meta-row strong{font-size:.98rem;color:var(--app-text);line-height:1.4}.invoice-preview-section{display:grid;gap:.7rem}.invoice-preview-section-title{font-family:Manrope,IBM Plex Sans,sans-serif;font-size:.98rem;font-weight:800;letter-spacing:-.02em;color:var(--app-text)}.invoice-preview-section p{margin:0;color:var(--app-text);line-height:1.65}.invoice-preview-item{display:grid;gap:.7rem;padding:.95rem 1rem;border-radius:var(--app-radius-md);border:1px solid color-mix(in srgb,var(--app-border) 86%,transparent);background:color-mix(in srgb,var(--app-surface-strong) 74%,transparent)}.invoice-preview-item-header{display:flex;justify-content:space-between;gap:.9rem;align-items:start}.invoice-preview-item-title{font-weight:800;color:var(--app-text);line-height:1.4}.invoice-preview-item-meta{display:grid;gap:.15rem;margin-top:.3rem;color:var(--app-muted);font-size:.9rem;line-height:1.45}.invoice-preview-amount{flex-shrink:0;padding:.3rem .7rem;border-radius:999px;background:color-mix(in srgb,var(--brand-primary) 16%,transparent);color:var(--brand-primary-strong);font-weight:800;font-size:.9rem}.invoice-preview-line{color:var(--app-text);font-size:.94rem}.invoice-preview-sublist{display:grid;gap:.55rem}.invoice-preview-table-wrap{overflow-x:auto}.invoice-preview-table{width:100%;border-collapse:collapse;min-width:34rem;border:1px solid color-mix(in srgb,var(--app-border) 86%,transparent);border-radius:calc(var(--app-radius-md) - .1rem);overflow:hidden}.invoice-preview-table th,.invoice-preview-table td{padding:.72rem .8rem;border-bottom:1px solid color-mix(in srgb,var(--app-border) 82%,transparent);text-align:left;vertical-align:top;font-size:.9rem;line-height:1.45}.invoice-preview-table th{background:color-mix(in srgb,var(--app-surface-strong) 82%,transparent);color:var(--app-muted);font-size:.78rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.invoice-preview-table td{color:var(--app-text);background:color-mix(in srgb,var(--app-surface) 94%,transparent)}.invoice-preview-table tbody tr:last-child td{border-bottom:none}.invoice-preview-subitem{display:grid;gap:.22rem;padding:.7rem .8rem;border-radius:calc(var(--app-radius-md) - .2rem);background:color-mix(in srgb,var(--app-surface) 92%,transparent);border:1px dashed color-mix(in srgb,var(--app-border) 78%,transparent)}.invoice-preview-subitem-title{color:var(--app-text);font-weight:700;font-size:.92rem}.invoice-preview-subitem-meta{display:flex;flex-wrap:wrap;gap:.45rem .85rem;color:var(--app-muted);font-size:.86rem;line-height:1.45}.invoice-preview-list-row{display:flex;justify-content:space-between;gap:1rem;padding:.7rem .85rem;border-radius:var(--app-radius-md);background:color-mix(in srgb,var(--app-surface-strong) 72%,transparent);border:1px solid color-mix(in srgb,var(--app-border) 84%,transparent);color:var(--app-text)}.invoice-preview-list-row strong{font-weight:800}.invoice-preview-total{padding:.95rem 1rem;border-radius:var(--app-radius-md);background:color-mix(in srgb,var(--brand-primary) 14%,transparent);color:var(--brand-primary-strong);font-family:Manrope,IBM Plex Sans,sans-serif;font-size:1.05rem;font-weight:800;letter-spacing:-.03em}.invoice-preview-signatory{display:grid;gap:.2rem;padding:.8rem .9rem;border-radius:var(--app-radius-md);border:1px solid color-mix(in srgb,var(--app-border) 84%,transparent);background:color-mix(in srgb,var(--app-surface-strong) 70%,transparent)}.invoice-preview-signatory-name{color:var(--app-text);font-weight:800}.invoice-preview-signatory-meta{color:var(--app-muted);font-size:.9rem}.invoice-preview-signature-line{color:var(--app-muted);font-size:.88rem;margin-top:.25rem}.invoice-preview-empty{color:var(--app-muted);font-size:.92rem;font-style:italic}@media (max-width: 767.98px){.invoice-content-layout,.invoice-work-order-head,.invoice-part-row,.invoice-preview-meta-grid{grid-template-columns:1fr}.invoice-preview-item-header,.invoice-preview-list-row{flex-direction:column;align-items:stretch}.invoice-preview-table{min-width:0}}html[data-theme=dark] .app-navbar,body.app-body[data-theme=dark] .app-navbar{background:#080e14bd;border-bottom:1px solid rgba(148,163,184,.1);box-shadow:0 12px 32px #02081761}.app-navbar-shell{min-height:5.4rem;gap:1.15rem;align-items:center;flex-wrap:nowrap;min-width:0}.app-navbar .container,.app-navbar .navbar-collapse,.app-navbar .navbar-nav,.app-navbar .nav-item.dropdown{position:relative}.app-navbar .navbar-collapse{align-items:center;gap:1rem;flex:1 1 auto;min-width:0}.navbar-brand{font-family:Manrope,IBM Plex Sans,sans-serif;letter-spacing:-.03em;display:inline-flex;align-items:center;gap:.85rem;color:var(--app-text);text-decoration:none;flex-shrink:0}.navbar-brand:hover,.navbar-brand:focus{color:var(--app-text)}.brand-mark{width:2.9rem;height:2.9rem;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto}.brand-logo{width:100%;height:100%;object-fit:contain;display:block}.brand-logo-dark,html[data-theme=dark] .brand-logo-light,body.app-body[data-theme=dark] .brand-logo-light{display:none}html[data-theme=dark] .brand-logo-dark,body.app-body[data-theme=dark] .brand-logo-dark{display:block}.brand-copy{display:flex;flex-direction:column;gap:.16rem;min-width:0}.brand-title{font-weight:800;font-size:.98rem;line-height:1;color:var(--app-text)}.brand-subtitle{color:var(--app-muted);font-size:.68rem;line-height:1.1;letter-spacing:.06em;text-transform:uppercase}.app-nav-list{align-items:center;flex:1 1 auto;flex-wrap:wrap;gap:.3rem;min-width:0;padding:.35rem;border-radius:999px;background:#ffffff8a;border:1px solid rgba(15,23,42,.05);box-shadow:inset 0 1px #ffffff61}html[data-theme=dark] .app-nav-list,body.app-body[data-theme=dark] .app-nav-list{background:#111925b8;border-color:#94a3b81a;box-shadow:inset 0 1px #ffffff08}.navbar .nav-link{display:inline-flex;align-items:center;justify-content:center;min-height:3rem;font-weight:600;color:var(--app-muted);border-radius:999px;padding:.66rem .92rem;white-space:nowrap;transition:color .18s ease,background-color .18s ease,box-shadow .18s ease,transform .18s ease}.navbar .nav-link:hover,.navbar .nav-link:focus,.navbar .nav-link.active{color:var(--app-text);background:#0f766e1a;box-shadow:inset 0 0 0 1px #0f766e14}html[data-theme=dark] .navbar .nav-link:hover,html[data-theme=dark] .navbar .nav-link:focus,html[data-theme=dark] .navbar .nav-link.active,body.app-body[data-theme=dark] .navbar .nav-link:hover,body.app-body[data-theme=dark] .navbar .nav-link:focus,body.app-body[data-theme=dark] .navbar .nav-link.active{background:#3bc6a424;box-shadow:inset 0 0 0 1px #3bc6a41a}.navbar .nav-link.active{font-weight:700}.navbar .nav-link.dropdown-toggle:after{margin-left:.5rem;vertical-align:middle;border-top-width:.34em;border-right-width:.34em;border-left-width:.34em}.navbar .dropdown-menu{position:absolute;z-index:1210;min-width:14rem;border:1px solid rgba(255,255,255,.68);border-radius:20px;box-shadow:0 22px 48px #0f172a1f;padding:.55rem;margin-top:.75rem;background:#fffffffa;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}html[data-theme=dark] .navbar .dropdown-menu,body.app-body[data-theme=dark] .navbar .dropdown-menu{border:1px solid rgba(148,163,184,.1);background:#0e161ffa;box-shadow:0 22px 48px #02081770}.navbar .dropdown-item{border-radius:12px;padding:.78rem .95rem;font-weight:600;color:var(--app-text)}.navbar .dropdown-item-grouped{display:flex;flex-direction:column;align-items:flex-start;gap:.12rem}.navbar .dropdown-item-grouped small{font-size:.72rem;font-weight:500;color:var(--app-muted)}.navbar .dropdown-item:hover,.navbar .dropdown-item:focus,.navbar .dropdown-item.active{background:#0f766e1a;color:var(--app-text)}html[data-theme=dark] .navbar .dropdown-item:hover,html[data-theme=dark] .navbar .dropdown-item:focus,html[data-theme=dark] .navbar .dropdown-item.active,body.app-body[data-theme=dark] .navbar .dropdown-item:hover,body.app-body[data-theme=dark] .navbar .dropdown-item:focus,body.app-body[data-theme=dark] .navbar .dropdown-item.active{background:#3bc6a424}.lang-switch{display:inline-flex;align-items:center;flex:0 0 auto;padding:.28rem;border-radius:999px}.lang-switch-track{display:inline-flex;align-items:center;gap:.28rem;padding:.22rem;flex-wrap:nowrap;border-radius:999px;background:#0f172a0d}html[data-theme=dark] .lang-switch-track,body.app-body[data-theme=dark] .lang-switch-track{background:#ffffff0f}.lang-switch-btn{border:0;background:transparent;color:var(--app-muted);border-radius:999px;min-width:2.55rem;padding:.5rem .64rem;font-size:.84rem;font-weight:800;line-height:1;transition:all .18s ease}.lang-switch-btn:hover,.lang-switch-btn:focus{background:#ffffffc7;color:var(--app-text);outline:none}.lang-switch-btn.is-active{background:linear-gradient(135deg,#0f766e,#12908a);color:#fff;box-shadow:0 10px 20px #0f766e38}.user-panel{border-radius:999px;padding:.35rem .4rem .35rem .35rem;max-width:100%}.user-menu-toggle{display:inline-flex;align-items:center;gap:.6rem;min-height:2.9rem;max-width:15.5rem;padding:.3rem .45rem .3rem .3rem;text-align:left}.user-menu-toggle:after{margin-left:.2rem;color:var(--app-muted)}.user-menu-toggle:hover,.user-menu-toggle:focus-visible{background:#ffffffeb;border-color:#0f766e38}html[data-theme=dark] .user-menu-toggle:hover,html[data-theme=dark] .user-menu-toggle:focus-visible,body.app-body[data-theme=dark] .user-menu-toggle:hover,body.app-body[data-theme=dark] .user-menu-toggle:focus-visible{background:#162231f0;border-color:#34d3993d}.user-menu-dropdown{min-width:15rem}.user-menu-dropdown .dropdown-divider{margin:.45rem 0;border-color:#0f172a14}html[data-theme=dark] .user-menu-dropdown .dropdown-divider,body.app-body[data-theme=dark] .user-menu-dropdown .dropdown-divider{border-color:#94a3b81f}.user-menu-logout{color:var(--app-danger)!important}.icon-action-btn{width:2.5rem;height:2.5rem;display:inline-flex;align-items:center;justify-content:center;padding:0;border-radius:999px}.icon-action-btn i{font-size:1rem;line-height:1}.theme-toggle-btn{display:inline-flex;align-items:center;justify-content:center;width:2.7rem;height:2.7rem;padding:0;border-radius:50%;color:var(--app-text)}.theme-toggle-btn:hover,.theme-toggle-btn:focus-visible{background:#ffffffeb;border-color:#0f766e38;color:var(--app-text)}.theme-toggle-icon{position:relative;width:1.1rem;height:1.1rem;display:inline-flex;align-items:center;justify-content:center;color:#29485a;overflow:visible}.theme-toggle-glyph{position:absolute;width:1rem;height:1rem;transition:opacity .22s ease,transform .22s ease,color .22s ease}.theme-toggle-glyph-moon{opacity:1;transform:scale(1)}.theme-toggle-glyph-sun{opacity:0;transform:scale(.72) rotate(-18deg)}.theme-toggle-btn[data-theme=dark] .theme-toggle-glyph-moon{opacity:0;transform:scale(.72) rotate(18deg)}.theme-toggle-btn[data-theme=dark] .theme-toggle-glyph-sun{opacity:1;transform:scale(1) rotate(0)}html[data-theme=dark] .theme-toggle-btn,body.app-body[data-theme=dark] .theme-toggle-btn{color:var(--app-text)}html[data-theme=dark] .theme-toggle-btn:hover,html[data-theme=dark] .theme-toggle-btn:focus-visible,body.app-body[data-theme=dark] .theme-toggle-btn:hover,body.app-body[data-theme=dark] .theme-toggle-btn:focus-visible{background:#162231f0;border-color:#34d3993d}html[data-theme=dark] .theme-toggle-icon,body.app-body[data-theme=dark] .theme-toggle-icon{color:#bfeee1}.nav-utilities{align-items:stretch;flex:0 1 auto;flex-wrap:wrap;gap:.6rem!important;min-width:0;justify-content:flex-end}.nav-utilities-desktop{flex:0 0 auto;margin-left:auto}.nav-utilities-mobile{width:100%}.nav-utility-card{background:#ffffffc2;border:1px solid rgba(15,23,42,.08);box-shadow:0 14px 28px #0f172a0d}.nav-utilities>.dropdown{min-width:0}html[data-theme=dark] .nav-utility-card,body.app-body[data-theme=dark] .nav-utility-card{background:#111925d6;border-color:#94a3b81f;box-shadow:0 14px 28px #02081738}.user-avatar{width:2.35rem;height:2.35rem;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#0f766e2e,#0f766e1a);color:var(--app-primary);font-weight:800}.user-meta{display:flex;flex-direction:column;min-width:0;max-width:8.4rem;padding-right:.2rem}@media (max-width: 1499.98px){.app-navbar-shell{gap:.9rem}.brand-subtitle{font-size:.63rem}.app-nav-list{gap:.22rem;padding:.28rem}.navbar .nav-link{min-height:2.85rem;padding:.58rem .8rem;font-size:.94rem}.nav-utilities{gap:.45rem!important}.theme-toggle-btn{width:2.55rem;height:2.55rem}.lang-switch-btn{min-width:2.35rem;padding-inline:.58rem}.user-menu-toggle{max-width:14.2rem}.user-meta{max-width:7.2rem}}@media (min-width: 992px){.app-navbar>.app-navbar-shell{display:grid!important;grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"brand utilities" "nav nav";align-items:center;column-gap:1rem;row-gap:.8rem}.app-navbar>.app-navbar-shell>.navbar-brand{grid-area:brand;min-width:0}.app-navbar>.app-navbar-shell>.navbar-collapse{grid-area:nav;display:block!important;flex-basis:auto;width:100%;min-width:0}.app-navbar>.app-navbar-shell>.nav-utilities-desktop{grid-area:utilities;justify-self:end;display:flex!important;align-items:center;flex-wrap:nowrap;min-width:0}.app-nav-list{display:flex!important;flex-wrap:nowrap;align-items:center;justify-content:flex-start;width:100%;min-width:0;margin-right:0;overflow:visible}.app-nav-list .nav-item{flex:0 1 auto;min-width:0}.navbar .nav-link{padding-inline:clamp(.58rem,.82vw,.9rem);font-size:clamp(.88rem,.72vw,.98rem)}.nav-utilities-desktop .user-menu-toggle{max-width:14.1rem}}@media (min-width: 992px) and (max-width: 1339.98px){.app-navbar>.app-navbar-shell{column-gap:.85rem}.brand-copy{max-width:11rem}.brand-subtitle{font-size:.58rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.app-nav-list{gap:.18rem;padding:.26rem}.navbar .nav-link{min-height:2.8rem;padding-inline:.62rem;font-size:.9rem}.nav-utilities-desktop{gap:.45rem!important}.lang-switch-btn{min-width:2.25rem;padding-inline:.56rem}.nav-utilities-desktop .user-menu-toggle{max-width:12.9rem}.user-meta{max-width:6.6rem}}.user-name{font-size:.92rem;font-weight:700;color:var(--app-text);line-height:1.1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.user-role{font-size:.68rem;color:var(--app-muted);line-height:1.2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.user-panel .btn{min-height:2.65rem;padding-inline:1.05rem}.user-panel .btn-sm{font-size:.88rem}.page-wrap{position:relative;z-index:1;padding:2.2rem 0 3rem}.page-shell{position:relative}.page-shell>.alert{border:0;border-radius:18px;box-shadow:0 16px 32px #0f172a14}html[data-theme=dark] .page-shell>.alert,body.app-body[data-theme=dark] .page-shell>.alert{border:1px solid rgba(148,163,184,.1)}html[data-theme=dark] .alert-success,body.app-body[data-theme=dark] .alert-success{background:#1047389e;color:#dbfff3}html[data-theme=dark] .alert-danger,body.app-body[data-theme=dark] .alert-danger{background:#68212b9e;color:#ffe0e5}.page-shell h1,.page-shell h2,.page-shell h3,.page-shell .h3,.page-shell .h5{font-family:Manrope,IBM Plex Sans,sans-serif;letter-spacing:-.04em}.page-shell>.d-flex.justify-content-between.align-items-center.gap-3.mb-4,.page-shell>.d-flex.flex-wrap.justify-content-between.align-items-center.gap-3.mb-4,.page-shell .row.justify-content-center .d-flex.justify-content-between.align-items-center.gap-3.mb-4,.page-shell .row.justify-content-center .d-flex.flex-wrap.justify-content-between.align-items-center.gap-3.mb-4{margin-bottom:1.65rem!important}.page-shell>.d-flex.justify-content-between.align-items-center.gap-3.mb-4>div:first-child,.page-shell>.d-flex.flex-wrap.justify-content-between.align-items-center.gap-3.mb-4>div:first-child,.page-shell .row.justify-content-center .d-flex.justify-content-between.align-items-center.gap-3.mb-4>div:first-child,.page-shell .row.justify-content-center .d-flex.flex-wrap.justify-content-between.align-items-center.gap-3.mb-4>div:first-child{max-width:780px}.card{background:var(--app-surface);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.66)!important;border-radius:var(--app-radius-lg);box-shadow:var(--app-shadow);overflow:hidden;animation:card-enter .28s ease}html[data-theme=dark] .card,body.app-body[data-theme=dark] .card{border-color:#94a3b81a!important}html[data-theme=dark] .card .card-body:after,body.app-body[data-theme=dark] .card .card-body:after{background:linear-gradient(135deg,rgba(255,255,255,.03),transparent 45%)}.card .card-body{position:relative}.card .card-body:after{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(255,255,255,.32),transparent 45%);pointer-events:none}.card>*{position:relative;z-index:1}.btn{border-radius:999px;padding:.72rem 1.1rem;font-weight:700;letter-spacing:-.01em;border-width:1px;transition:transform .18s ease,box-shadow .18s ease,background-color .18s ease,border-color .18s ease}.btn:hover,.btn:focus{transform:translateY(-1px);box-shadow:0 14px 28px #0f172a1a}.btn:focus-visible{box-shadow:0 0 0 .28rem #0f766e29,0 14px 28px #0f172a1a}.btn-primary{--bs-btn-color: #fff;--bs-btn-bg: #0f766e;--bs-btn-border-color: #0f766e;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #0d6b64;--bs-btn-hover-border-color: #0d6b64;--bs-btn-focus-shadow-rgb: 15, 118, 110;--bs-btn-active-color: #fff;--bs-btn-active-bg: #0c625c;--bs-btn-active-border-color: #0c625c;--bs-btn-disabled-color: #fff;--bs-btn-disabled-bg: #7bb9b4;--bs-btn-disabled-border-color: #7bb9b4;background:linear-gradient(135deg,#0f766e,#12908a);border-color:#0f766e}.btn-primary:hover,.btn-primary:focus,.btn-primary:active,.btn-primary.active,.show>.btn-primary.dropdown-toggle,.btn-check:checked+.btn-primary,.btn-check:active+.btn-primary{background:linear-gradient(135deg,#0d6b64,#0f766e);border-color:#0d6b64;color:#fff}.btn-primary:active,.btn-primary.active,.show>.btn-primary.dropdown-toggle,.btn-check:checked+.btn-primary,.btn-check:active+.btn-primary{background:linear-gradient(135deg,#0c625c,#0d6b64);border-color:#0c625c}.btn-outline-primary{--bs-btn-color: #0f766e;--bs-btn-border-color: rgba(15, 118, 110, .24);--bs-btn-hover-color: #0f766e;--bs-btn-hover-bg: rgba(15, 118, 110, .12);--bs-btn-hover-border-color: rgba(15, 118, 110, .32);--bs-btn-focus-shadow-rgb: 15, 118, 110;--bs-btn-active-color: #fff;--bs-btn-active-bg: #0f766e;--bs-btn-active-border-color: #0f766e;color:var(--app-primary);border-color:#0f766e3d;background:#0f766e12}.btn-outline-primary:hover,.btn-outline-primary:focus{color:#0f766e;border-color:#0f766e52;background:#0f766e1f}html[data-theme=dark] .btn-outline-primary,body.app-body[data-theme=dark] .btn-outline-primary{--bs-btn-color: var(--app-primary);--bs-btn-border-color: rgba(59, 198, 164, .28);--bs-btn-hover-color: #05241d;--bs-btn-hover-bg: rgba(59, 198, 164, .88);--bs-btn-hover-border-color: rgba(59, 198, 164, .88);--bs-btn-active-color: #05241d;--bs-btn-active-bg: rgba(59, 198, 164, .96);--bs-btn-active-border-color: rgba(59, 198, 164, .96);background:#3bc6a414;border-color:#3bc6a438}html[data-theme=dark] .btn-outline-primary:hover,html[data-theme=dark] .btn-outline-primary:focus,body.app-body[data-theme=dark] .btn-outline-primary:hover,body.app-body[data-theme=dark] .btn-outline-primary:focus{color:#05241d;border-color:#3bc6a4e0;background:#3bc6a4eb}.btn-outline-primary:active,.btn-outline-primary.active,.show>.btn-outline-primary.dropdown-toggle,.btn-check:checked+.btn-outline-primary,.btn-check:active+.btn-outline-primary{color:#fff;border-color:#0f766e;background:linear-gradient(135deg,#0f766e,#12908a)}.btn-outline-secondary,.btn-outline-danger{background:#ffffffc2}.btn-link{border-radius:999px}.form-control,.form-select{min-height:3rem;border-radius:14px;border-color:var(--app-border);background:#ffffffe0;box-shadow:none}html[data-theme=dark] .form-control,html[data-theme=dark] .form-select,body.app-body[data-theme=dark] .form-control,body.app-body[data-theme=dark] .form-select{color:var(--app-text);border-color:#94a3b829;background:#080e14b8}html[data-theme=dark] .form-control::placeholder,body.app-body[data-theme=dark] .form-control::placeholder{color:#9fb0c4b3}textarea.form-control{min-height:auto}.form-control:focus,.form-select:focus{border-color:#0f766e73;box-shadow:0 0 0 .28rem #0f766e1f;background:#fff}html[data-theme=dark] .form-control:focus,html[data-theme=dark] .form-select:focus,body.app-body[data-theme=dark] .form-control:focus,body.app-body[data-theme=dark] .form-select:focus{background:#0b121af0;border-color:#3bc6a466;box-shadow:0 0 0 .28rem #3bc6a41f}.form-label{font-weight:700;color:var(--app-text);margin-bottom:.55rem}.form-text{color:var(--app-muted)}.form-check-input{border-color:#0f172a2e}html[data-theme=dark] .form-check-input,body.app-body[data-theme=dark] .form-check-input{background-color:#080e14c7;border-color:#94a3b838}.form-check-input:checked{background-color:var(--app-primary);border-color:var(--app-primary)}.table{--bs-table-bg: transparent;--bs-table-striped-bg: rgba(255, 255, 255, .28);--bs-table-hover-bg: rgba(15, 118, 110, .06);margin-bottom:0}html[data-theme=dark] .table,body.app-body[data-theme=dark] .table{--bs-table-striped-bg: rgba(255, 255, 255, .02);--bs-table-hover-bg: rgba(59, 198, 164, .08)}html[data-theme=dark] .table>:not(caption)>*>*,body.app-body[data-theme=dark] .table>:not(caption)>*>*{color:var(--app-text)}html[data-theme=dark] .table-light,body.app-body[data-theme=dark] .table-light{--bs-table-bg: rgba(11, 17, 24, .54);--bs-table-color: var(--app-text);--bs-table-border-color: rgba(148, 163, 184, .1)}.table thead th{font-size:.76rem;text-transform:uppercase;letter-spacing:.06em;color:var(--app-muted);border-bottom-width:1px;padding-top:1rem;padding-bottom:1rem;background:#f8fafcbd!important}html[data-theme=dark] .table thead th,body.app-body[data-theme=dark] .table thead th{background:#0b11188a!important;color:var(--app-muted);border-color:#94a3b81a}html[data-theme=dark] .table tbody td,body.app-body[data-theme=dark] .table tbody td{border-color:#94a3b814}.table tbody td{padding-top:1rem;padding-bottom:1rem;border-color:#0f172a0f;vertical-align:middle}.photo-upload-panel,.document-upload-panel{padding:1.35rem;border-radius:20px;background:#f8fafcd1;border:1px solid rgba(15,23,42,.08)}html[data-theme=dark] .photo-upload-panel,html[data-theme=dark] .document-upload-panel,html[data-theme=dark] .kpi-tile,html[data-theme=dark] .report-filter-panel,html[data-theme=dark] .list-filter-panel,html[data-theme=dark] .report-hero,html[data-theme=dark] .dashboard-report-card,html[data-theme=dark] .permissions-hero,html[data-theme=dark] .photo-card,html[data-theme=dark] .photo-empty-state,body.app-body[data-theme=dark] .photo-upload-panel,body.app-body[data-theme=dark] .document-upload-panel,body.app-body[data-theme=dark] .kpi-tile,body.app-body[data-theme=dark] .report-filter-panel,body.app-body[data-theme=dark] .list-filter-panel,body.app-body[data-theme=dark] .report-hero,body.app-body[data-theme=dark] .dashboard-report-card,body.app-body[data-theme=dark] .permissions-hero,body.app-body[data-theme=dark] .photo-card,body.app-body[data-theme=dark] .photo-empty-state{background:#111925d1;border-color:#94a3b81a}html[data-theme=dark] .dashboard-report-card,body.app-body[data-theme=dark] .dashboard-report-card{background:radial-gradient(circle at top right,rgba(59,198,164,.14),transparent 22%),radial-gradient(circle at left center,rgba(233,180,76,.1),transparent 18%),linear-gradient(180deg,#121c27fa,#0f1822f5)}html[data-theme=dark] .dashboard-report-card .kpi-tile,body.app-body[data-theme=dark] .dashboard-report-card .kpi-tile{background:#0a1118b8;border-color:#94a3b814}html[data-theme=dark] .photo-card,body.app-body[data-theme=dark] .photo-card{box-shadow:0 18px 36px #0208174d}html[data-theme=dark] .auth-form-pane,body.app-body[data-theme=dark] .auth-form-pane{background:#111925eb}html[data-theme=dark] .app-confirm-modal,body.app-body[data-theme=dark] .app-confirm-modal{background:#111925f5;border-color:#94a3b81f}html[data-theme=dark] .pagination .page-link,body.app-body[data-theme=dark] .pagination .page-link{border-color:#94a3b81a;background:#111925e0;color:var(--app-text)}html[data-theme=dark] .btn-outline-secondary,html[data-theme=dark] .btn-outline-danger,body.app-body[data-theme=dark] .btn-outline-secondary,body.app-body[data-theme=dark] .btn-outline-danger{background:#111925d1}.photo-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.photo-grid.photo-grid-compact{grid-template-columns:repeat(auto-fill,84px);justify-content:flex-start;gap:.35rem}.photo-card{display:grid;gap:.85rem;padding:.9rem;border-radius:18px;background:#ffffffeb;border:1px solid rgba(15,23,42,.08);box-shadow:0 16px 32px #0f172a0f}.photo-grid.photo-grid-compact .photo-card{width:84px;gap:.2rem;padding:.25rem;border-radius:10px;box-shadow:0 5px 12px #0f172a0a}.photo-thumb-link{display:block;border-radius:14px;overflow:hidden;border:1px solid rgba(15,23,42,.08);cursor:zoom-in}.photo-thumb-button{width:100%;padding:0;background:transparent}.photo-thumb{display:block;width:100%;aspect-ratio:4 / 3;object-fit:cover;background:linear-gradient(135deg,#0f766e1a,#f59e0b1a)}.photo-grid.photo-grid-compact .photo-thumb-link{border-radius:8px}.photo-grid.photo-grid-compact .photo-thumb{aspect-ratio:1 / 1}.photo-grid.photo-grid-compact .photo-name{font-size:.62rem;line-height:1.15}.photo-grid.photo-grid-compact .photo-size{display:none}.photo-meta{min-width:0}.photo-name{font-weight:700;color:var(--app-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.photo-size{font-size:.82rem;color:var(--app-muted)}.item-list-photo-link{display:inline-flex;align-items:center;justify-content:center;text-decoration:none}.item-list-photo-thumb{width:3rem;height:3rem;border-radius:.8rem;object-fit:cover;border:1px solid rgba(142,156,185,.18);box-shadow:0 8px 20px #0a111c2e}.item-list-photo-empty{display:inline-flex;align-items:center;justify-content:center;min-width:3rem;min-height:3rem;padding:.35rem .55rem;border-radius:.8rem;background:#8090aa14;border:1px dashed rgba(128,144,170,.2);color:var(--bs-secondary-color);font-size:.72rem;line-height:1.1;text-align:center}.photo-delete-form{display:flex;justify-content:flex-end}.photo-empty-state{padding:1rem 1.1rem;border:1px dashed rgba(15,23,42,.18);border-radius:16px;color:var(--app-muted);background:#ffffffa6}.document-list{display:grid;gap:.75rem}.documents-page .detail-stat-card{min-height:132px}.documents-block+.documents-block{margin-top:1.25rem}.detail-inline-link{color:var(--app-primary);text-decoration:none;font-weight:700}.detail-inline-link:hover,.detail-inline-link:focus-visible{color:var(--app-primary-strong);text-decoration:underline}.document-card{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.9rem 1rem;border-radius:16px;border:1px solid rgba(15,23,42,.08);background:#ffffffe6}.document-card-main{display:flex;align-items:center;gap:.85rem;min-width:0;flex:1 1 auto}.document-icon{width:2.6rem;height:2.6rem;border-radius:.9rem;display:inline-flex;align-items:center;justify-content:center;background:color-mix(in srgb,var(--app-primary) 12%,white 88%);color:var(--app-primary);flex:0 0 auto;font-size:1.15rem}.document-meta{min-width:0}.document-name{font-weight:700;color:var(--app-text);line-height:1.3;word-break:break-word}.document-details{margin-top:.15rem;color:var(--app-muted);font-size:.85rem}.document-actions{display:flex;align-items:center;gap:.45rem;flex:0 0 auto}html[data-theme=dark] .document-card,body.app-body[data-theme=dark] .document-card{background:#111925d1;border-color:#94a3b81a}html[data-theme=dark] .document-icon,body.app-body[data-theme=dark] .document-icon{background:#233b4ab8;color:#bdf3e4}@media (max-width: 575.98px){.document-card{flex-direction:column;align-items:stretch}.document-actions{justify-content:flex-end}}.photo-viewer-modal{background:#0a1018f0;color:#fff;border:1px solid rgba(255,255,255,.1)!important;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}.photo-viewer-meta{min-width:0}.photo-viewer-counter{font-size:.88rem}.photo-viewer-stage{position:relative;min-height:60vh;display:flex;align-items:center;justify-content:center;padding:1rem 4.5rem;overflow:hidden;user-select:none;-webkit-user-select:none;touch-action:pan-y}.photo-viewer-image{max-width:100%;max-height:72vh;object-fit:contain;border-radius:18px;box-shadow:0 24px 60px #00000061;transform-origin:center center;transition:transform .16s ease;will-change:transform;cursor:zoom-in}.photo-viewer-stage.is-zoomed .photo-viewer-image{cursor:grab}.photo-viewer-stage.is-dragging .photo-viewer-image{cursor:grabbing;transition:none}.photo-viewer-nav{position:absolute;top:50%;transform:translateY(-50%);width:3rem;height:3rem;border:0;border-radius:999px;background:#ffffff1f;color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:2rem;line-height:1;transition:background-color .18s ease,transform .18s ease}.photo-viewer-nav:hover,.photo-viewer-nav:focus{background:#ffffff38}.photo-viewer-nav:disabled{opacity:.4;cursor:default}.photo-viewer-nav-prev{left:.75rem}.photo-viewer-nav-next{right:.75rem}.equipment-hero{position:relative;padding:1.5rem;border-radius:calc(var(--app-radius-xl) + 2px);border:1px solid var(--app-border);background:radial-gradient(circle at top right,rgba(245,158,11,.1),transparent 24%),radial-gradient(circle at left center,rgba(15,118,110,.1),transparent 28%),linear-gradient(145deg,#fffffffa,#f9fbfde0);box-shadow:0 22px 50px #0f172a14}.equipment-hero-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.1rem}.equipment-meta-list{display:flex;flex-wrap:wrap;gap:.55rem}.equipment-meta-pill{display:inline-flex;align-items:center;min-height:2rem;padding:.38rem .72rem;border-radius:999px;background:#ffffffb3;border:1px solid rgba(15,23,42,.08);color:var(--app-text);font-size:.82rem;font-weight:700;box-shadow:inset 0 1px #fff9}.equipment-meta-pill-status-success{background:#22c55e1f;color:#166534}.equipment-meta-pill-status-warning{background:#f59e0b24;color:#92400e}.equipment-meta-pill-status-secondary{background:#64748b24;color:#475569}.equipment-meta-pill-status-dark{background:#1f293724;color:#1f2937}.equipment-overview-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem}.equipment-overview-card,.equipment-spec-card,.equipment-history-card,.equipment-work-order-card{background:var(--app-surface);border:1px solid var(--app-border);border-radius:var(--app-radius-lg);box-shadow:0 16px 34px #0f172a14}.equipment-overview-card{height:100%;padding:1.35rem 1.4rem;position:relative;overflow:hidden}.equipment-overview-card:before{content:"";position:absolute;inset:0 auto 0 0;width:4px;background:#0f766e3d}.equipment-overview-card-primary:before{background:#0f766ed9}.equipment-overview-card-accent:before{background:#f59e0beb}.equipment-overview-card-neutral:before{background:#64748bb8}.equipment-overview-card-danger:before{background:#dc2626d1}.equipment-overview-card-warning:before{background:#d97706e0}.equipment-overview-card-success:before{background:#059669e0}.equipment-overview-label{color:var(--app-muted);font-size:.92rem;margin-bottom:.55rem}.equipment-overview-value{color:var(--app-text);font-family:Manrope,IBM Plex Sans,sans-serif;font-size:2rem;font-weight:800;line-height:1}.equipment-spec-card{height:100%;padding:1.35rem 1.35rem 1.2rem}.equipment-spec-title{font-size:1rem;font-weight:800;margin-bottom:1rem}.equipment-spec-grid{display:grid;gap:.9rem;grid-template-columns:repeat(2,minmax(0,1fr))}.equipment-spec-item{min-width:0}.equipment-spec-label{color:var(--app-muted);font-size:.82rem;margin-bottom:.2rem}.equipment-spec-value,.equipment-history-text,.equipment-notes{color:var(--app-text);font-weight:600;word-break:break-word}.equipment-history{display:grid;gap:1rem}.equipment-history-toolbar{display:flex;flex-wrap:wrap;gap:.65rem}.equipment-history-toolbar-chip{display:inline-flex;align-items:center;padding:.45rem .8rem;border-radius:999px;background:#0f766e14;border:1px solid rgba(15,118,110,.1);color:var(--app-text);font-size:.82rem;font-weight:700}.equipment-history-card{overflow:hidden;padding:0}.equipment-history-card-head,.equipment-work-order-head{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1rem}.equipment-history-eyebrow{color:var(--app-primary);font-size:.78rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;margin-bottom:.35rem}.equipment-history-meta{display:flex;flex-wrap:wrap;gap:.4rem .9rem;color:var(--app-muted);font-size:.9rem}.equipment-inline-pill{display:inline-flex;align-items:center;min-height:1.7rem;padding:.18rem .5rem;border-radius:999px;font-size:.74rem;font-weight:800;letter-spacing:.02em;border:1px solid transparent}.equipment-inline-pill-primary{background:#2563eb1a;color:#1d4ed8;border-color:#2563eb1f}.equipment-inline-pill-warning{background:#f59e0b24;color:#b45309;border-color:#f59e0b24}.equipment-inline-pill-danger{background:#dc26261a;color:#b91c1c;border-color:#dc26261f}.equipment-inline-pill-success{background:#22c55e1a;color:#15803d;border-color:#22c55e1f}.equipment-inline-pill-secondary{background:#64748b1f;color:#475569;border-color:#64748b1f}.equipment-inline-pill-dark{background:#1f29371f;color:#1f2937;border-color:#1f29371f}.equipment-history-accordion,.equipment-work-orders-accordion,.equipment-photo-accordion{display:grid;gap:1rem}.equipment-history-accordion .accordion-item,.equipment-work-orders-accordion .accordion-item,.equipment-photo-accordion .accordion-item{overflow:hidden}.equipment-history-accordion .accordion-item{margin:0}.equipment-history-toggle,.equipment-work-order-toggle,.equipment-photo-toggle{display:flex;align-items:center;gap:1rem;padding:1rem 1.1rem;background:transparent;box-shadow:none}.equipment-history-toggle:not(.collapsed),.equipment-work-order-toggle:not(.collapsed),.equipment-photo-toggle:not(.collapsed){background:#0f766e0f;color:var(--app-text);box-shadow:none}.equipment-history-toggle:focus,.equipment-work-order-toggle:focus,.equipment-photo-toggle:focus{box-shadow:inset 0 0 0 1px #0f766e24}.equipment-history-toggle:after,.equipment-work-order-toggle:after,.equipment-photo-toggle:after{margin-left:.25rem}.equipment-history-toggle-main{flex:1 1 auto;min-width:0;display:grid;gap:.2rem;text-align:left}.equipment-history-toggle-title{color:var(--app-text);font-size:.97rem;font-weight:800;line-height:1.3}.equipment-history-toggle-side{flex:0 0 auto;color:var(--app-muted);font-size:.78rem;font-weight:700;padding:.34rem .58rem;border-radius:999px;background:#0f766e1a}.equipment-history-accordion .accordion-body,.equipment-work-orders-accordion .accordion-body,.equipment-photo-accordion .accordion-body{padding:0 1.1rem 1.1rem}.equipment-history .btn.btn-sm{min-height:2.15rem}.equipment-maintenance-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;align-items:stretch}.equipment-maintenance-action-form{min-width:0}.equipment-maintenance-action-form .equipment-maintenance-action{width:100%}.equipment-maintenance-action{width:100%;min-height:3.1rem;padding:.72rem .9rem;border-radius:1.35rem;display:inline-flex;align-items:center;justify-content:center;text-align:center;line-height:1.3;font-weight:800;white-space:normal}.equipment-history-block{padding:1rem 1.05rem;background:#ffffff85;border:1px solid var(--app-border);border-radius:var(--app-radius-md)}.equipment-history-block-title{font-size:.78rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--app-muted);margin-bottom:.55rem}.equipment-work-order-card{padding:1rem}.equipment-photo-card{background:#ffffff61;border:1px dashed var(--app-border-strong);border-radius:var(--app-radius-md)}.equipment-photo-toggle{padding:.8rem .95rem}.equipment-photo-toggle .equipment-history-block-title{font-size:.76rem}html[data-theme=dark] .equipment-history-block,body.app-body[data-theme=dark] .equipment-history-block{background:#ffffff08}html[data-theme=dark] .equipment-maintenance-action,body.app-body[data-theme=dark] .equipment-maintenance-action{box-shadow:none}html[data-theme=dark] .equipment-hero,body.app-body[data-theme=dark] .equipment-hero{background:radial-gradient(circle at top right,rgba(233,180,76,.1),transparent 24%),radial-gradient(circle at left center,rgba(59,198,164,.1),transparent 28%),linear-gradient(145deg,#131c27fa,#101824e6);box-shadow:0 22px 50px #02081757}html[data-theme=dark] .equipment-meta-pill,body.app-body[data-theme=dark] .equipment-meta-pill{background:#ffffff0a;border-color:#94a3b824;box-shadow:inset 0 1px #ffffff0a}html[data-theme=dark] .equipment-meta-pill-status-success,body.app-body[data-theme=dark] .equipment-meta-pill-status-success,html[data-theme=dark] .equipment-inline-pill-success,body.app-body[data-theme=dark] .equipment-inline-pill-success{color:#7ee0a0}html[data-theme=dark] .equipment-meta-pill-status-warning,body.app-body[data-theme=dark] .equipment-meta-pill-status-warning,html[data-theme=dark] .equipment-inline-pill-warning,body.app-body[data-theme=dark] .equipment-inline-pill-warning{color:#f3ca71}html[data-theme=dark] .equipment-meta-pill-status-secondary,body.app-body[data-theme=dark] .equipment-meta-pill-status-secondary,html[data-theme=dark] .equipment-inline-pill-secondary,body.app-body[data-theme=dark] .equipment-inline-pill-secondary{color:#b7c6d5}html[data-theme=dark] .equipment-meta-pill-status-dark,body.app-body[data-theme=dark] .equipment-meta-pill-status-dark,html[data-theme=dark] .equipment-inline-pill-dark,body.app-body[data-theme=dark] .equipment-inline-pill-dark{color:#d5dee8}html[data-theme=dark] .equipment-inline-pill-primary,body.app-body[data-theme=dark] .equipment-inline-pill-primary{color:#8ebcff}html[data-theme=dark] .equipment-inline-pill-danger,body.app-body[data-theme=dark] .equipment-inline-pill-danger{color:#ff9b9b}html[data-theme=dark] .equipment-history-toggle:not(.collapsed),html[data-theme=dark] .equipment-work-order-toggle:not(.collapsed),html[data-theme=dark] .equipment-photo-toggle:not(.collapsed),body.app-body[data-theme=dark] .equipment-history-toggle:not(.collapsed),body.app-body[data-theme=dark] .equipment-work-order-toggle:not(.collapsed),body.app-body[data-theme=dark] .equipment-photo-toggle:not(.collapsed){background:#3bc6a41f}html[data-theme=dark] .equipment-history-toggle-side,body.app-body[data-theme=dark] .equipment-history-toggle-side{background:#3bc6a41f}html[data-theme=dark] .equipment-photo-card,body.app-body[data-theme=dark] .equipment-photo-card{background:#ffffff05}html[data-theme=dark] .equipment-overview-card,html[data-theme=dark] .equipment-spec-card,html[data-theme=dark] .equipment-history-card,html[data-theme=dark] .equipment-work-order-card,body.app-body[data-theme=dark] .equipment-overview-card,body.app-body[data-theme=dark] .equipment-spec-card,body.app-body[data-theme=dark] .equipment-history-card,body.app-body[data-theme=dark] .equipment-work-order-card{box-shadow:0 20px 42px #02081757}@media (max-width: 767.98px){.photo-viewer-stage{min-height:48vh;padding:.5rem 3.25rem}.photo-viewer-nav{width:2.5rem;height:2.5rem;font-size:1.7rem}.equipment-spec-grid{grid-template-columns:1fr}.equipment-history-card-head,.equipment-work-order-head{flex-direction:column;align-items:stretch}.equipment-maintenance-actions{grid-template-columns:1fr}.equipment-hero-header{flex-direction:column;align-items:stretch}.equipment-history-toggle,.equipment-work-order-toggle,.equipment-photo-toggle{padding:.9rem}.equipment-history-toggle-side{align-self:flex-start}.equipment-history-accordion .accordion-body,.equipment-work-orders-accordion .accordion-body,.equipment-photo-accordion .accordion-body{padding:0 .9rem .9rem}}@media (min-width: 1200px){.equipment-maintenance-actions{grid-template-columns:repeat(4,minmax(0,1fr))}}.badge{border-radius:999px;padding:.48rem .72rem;font-weight:700}.dashboard-hero{background:radial-gradient(circle at top right,rgba(245,158,11,.16),transparent 24%),linear-gradient(135deg,#0f766efa,#102033f5);color:#fff}html[data-theme=dark] .dashboard-hero,body.app-body[data-theme=dark] .dashboard-hero{background:radial-gradient(circle at top right,rgba(233,180,76,.14),transparent 24%),linear-gradient(135deg,#095348fa,#0a1521fa)}.dashboard-hero .text-body-secondary,.dashboard-hero .hero-overline{color:#ffffffbd!important}.hero-overline{text-transform:uppercase;letter-spacing:.08em;font-size:.75rem;font-weight:700}.dashboard-hero-shell{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(320px,.88fr);gap:1.5rem;align-items:stretch}.dashboard-hero-main{display:flex;flex-direction:column;gap:1rem;justify-content:space-between}.dashboard-hero-signals{display:flex;flex-wrap:wrap;gap:.85rem;margin-top:.4rem}.dashboard-hero-signal{min-width:0;padding:.9rem 1rem;border-radius:18px;background:#ffffff17;border:1px solid rgba(255,255,255,.12);display:inline-flex;align-items:center;gap:.75rem}.dashboard-hero-signal-label{display:block;font-size:.76rem;line-height:1.3;letter-spacing:.06em;text-transform:uppercase;color:#ffffffb8}.dashboard-hero-signal strong{font-family:Manrope,IBM Plex Sans,sans-serif;font-size:1.35rem;line-height:1;color:#fff}.dashboard-hero-aside{min-width:0}.dashboard-hero-panel{height:100%;padding:1.2rem;border-radius:26px;background:#0b162247;border:1px solid rgba(255,255,255,.12);box-shadow:inset 0 1px #ffffff0f;display:grid;gap:1rem}.dashboard-hero-panel-head p{font-size:.94rem}.dashboard-hero-stat-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem}.dashboard-hero-stat-card{padding:.95rem 1rem;border-radius:18px;background:#ffffff1a;border:1px solid rgba(255,255,255,.12);display:grid;gap:.35rem}.dashboard-hero-stat-card span{font-size:.78rem;text-transform:uppercase;letter-spacing:.06em;color:#ffffffb8;font-weight:700}.dashboard-hero-stat-card strong{font-family:Manrope,IBM Plex Sans,sans-serif;font-size:1.8rem;line-height:1;color:#fff}.dashboard-hero-finance{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem;padding-top:.2rem}.dashboard-hero-finance-item{padding:.9rem .95rem;border-radius:16px;background:#ffffff14;border:1px solid rgba(255,255,255,.1);display:grid;gap:.24rem}.dashboard-hero-finance-item span{font-size:.72rem;text-transform:uppercase;letter-spacing:.06em;color:#ffffffad;font-weight:700}.dashboard-hero-finance-item strong{font-family:Manrope,IBM Plex Sans,sans-serif;font-size:1.08rem;line-height:1.2;color:#fff}.dashboard-section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:1rem}.dashboard-operations-title{white-space:nowrap;font-size:clamp(1.22rem,1.08rem + .45vw,1.55rem);letter-spacing:-.02em}.dashboard-priority-grid{display:grid;grid-template-columns:minmax(0,1fr);gap:1.5rem}.dashboard-priority-item{min-width:0}.dashboard-alert-card{position:relative;overflow:hidden;color:inherit;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}.dashboard-alert-card .card-body{display:grid;gap:.7rem;min-height:100%}.dashboard-alert-card:before{content:"";position:absolute;inset:0 auto 0 0;width:4px;opacity:.95}.dashboard-alert-icon{width:2.8rem;height:2.8rem;border-radius:16px;display:inline-flex;align-items:center;justify-content:center;font-size:1.15rem}.dashboard-alert-label{font-size:.78rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:var(--app-muted)}.dashboard-alert-value{font-family:Manrope,IBM Plex Sans,sans-serif;font-size:2.3rem;line-height:1;font-weight:800;color:var(--app-text)}.dashboard-alert-copy{color:var(--app-muted);line-height:1.5}.dashboard-priority-grid .dashboard-alert-copy{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4;overflow:hidden}.dashboard-alert-card:hover,.dashboard-alert-card:focus-visible{transform:translateY(-6px);box-shadow:0 24px 50px #0f172a24}.dashboard-alert-card:focus-visible{outline:none}.dashboard-alert-card-danger:before{background:linear-gradient(180deg,#ef4444,#f97316)}.dashboard-alert-card-danger .dashboard-alert-icon{background:#ef44441a;color:#dc2626}.dashboard-alert-card-warning:before{background:linear-gradient(180deg,#f59e0b,#f97316)}.dashboard-alert-card-warning .dashboard-alert-icon{background:#f59e0b1f;color:#d97706}.dashboard-alert-card-primary:before{background:linear-gradient(180deg,#0f766e,#14b8a6)}.dashboard-alert-card-primary .dashboard-alert-icon{background:#0f766e1f;color:#0f766e}.dashboard-alert-card-accent:before{background:linear-gradient(180deg,#2563eb,#7c3aed)}.dashboard-alert-card-accent .dashboard-alert-icon{background:#2563eb1f;color:#2563eb}html[data-theme=dark] .dashboard-alert-card,body.app-body[data-theme=dark] .dashboard-alert-card{background:linear-gradient(180deg,#141f2cfa,#101924fa)}html[data-theme=dark] .dashboard-alert-card:hover,html[data-theme=dark] .dashboard-alert-card:focus-visible,body.app-body[data-theme=dark] .dashboard-alert-card:hover,body.app-body[data-theme=dark] .dashboard-alert-card:focus-visible{box-shadow:0 24px 50px #02081766}html[data-theme=dark] .dashboard-alert-card-danger .dashboard-alert-icon,body.app-body[data-theme=dark] .dashboard-alert-card-danger .dashboard-alert-icon{background:#ef444424;color:#ffb3b3}html[data-theme=dark] .dashboard-alert-card-warning .dashboard-alert-icon,body.app-body[data-theme=dark] .dashboard-alert-card-warning .dashboard-alert-icon{background:#f59e0b24;color:#ffd27d}html[data-theme=dark] .dashboard-alert-card-primary .dashboard-alert-icon,body.app-body[data-theme=dark] .dashboard-alert-card-primary .dashboard-alert-icon{background:#3bc6a424;color:#bdf3e4}html[data-theme=dark] .dashboard-alert-card-accent .dashboard-alert-icon,body.app-body[data-theme=dark] .dashboard-alert-card-accent .dashboard-alert-icon{background:#60a5fa24;color:#c3dbff}@media (min-width: 768px){.dashboard-priority-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width: 1200px){.dashboard-priority-grid{grid-template-columns:repeat(5,minmax(0,1fr));align-items:stretch}.dashboard-priority-grid .dashboard-alert-card .card-body{gap:.65rem}.dashboard-priority-grid .dashboard-alert-value{font-size:2.05rem}.dashboard-priority-grid .dashboard-alert-copy{font-size:.94rem;line-height:1.45}}.metric-card{height:100%}.dashboard-link-card{position:relative;color:inherit;overflow:hidden;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease,background-color .22s ease}.dashboard-link-card:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at top right,rgba(15,118,110,.14),transparent 34%),linear-gradient(180deg,rgba(255,255,255,.06),transparent 42%);opacity:0;transition:opacity .22s ease;pointer-events:none}.dashboard-link-card:after{content:"";position:absolute;inset:0 auto 0 0;width:5px;background:linear-gradient(180deg,#0f766e,#12908a);opacity:.18;transform:scaleY(.28);transform-origin:center top;transition:transform .22s ease,opacity .22s ease;border-radius:999px;pointer-events:none}.dashboard-link-card .card-body{display:flex;flex-direction:column;min-height:100%;gap:1.15rem}.dashboard-link-card .dashboard-card-arrow{position:absolute;top:1.15rem;right:1.2rem;width:2.2rem;height:2.2rem;border-radius:999px;background:#0f766e1a;color:var(--app-primary);display:inline-flex;align-items:center;justify-content:center;font-size:1.4rem;line-height:1;transition:transform .22s ease,background-color .22s ease,color .22s ease}.dashboard-card-top{padding-right:3.4rem}.dashboard-card-main{display:flex;flex:1 1 auto;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:.9rem}.dashboard-card-copy{max-width:58ch;font-size:.98rem;line-height:1.55}.dashboard-card-footer{margin-top:auto;padding-top:.2rem}.dashboard-card-cta{display:inline-flex;align-items:center;gap:.55rem;min-height:2.9rem;padding:.72rem 1rem;border-radius:999px;border:1px solid rgba(15,118,110,.18);background:#0f766e0f;color:var(--app-primary);font-weight:800;line-height:1;transition:background-color .22s ease,border-color .22s ease,color .22s ease,transform .22s ease}.dashboard-card-cta:after{content:"\2192";font-size:.95rem}.dashboard-link-card-primary{background:linear-gradient(135deg,#0f766e14,#0f766e08),var(--app-surface-strong)}.dashboard-link-card-secondary{background:linear-gradient(135deg,#0f172a05,#0f766e0a),var(--app-surface-strong)}.dashboard-link-card:hover,.dashboard-link-card:focus-visible{transform:translateY(-8px) scale(1.01);box-shadow:0 30px 68px #0f172a2e;border-color:#0f766e57!important;background:linear-gradient(180deg,#fffffffa,#f4fcfbf5)}html[data-theme=dark] .dashboard-link-card:before,body.app-body[data-theme=dark] .dashboard-link-card:before{background:radial-gradient(circle at top right,rgba(59,198,164,.12),transparent 34%),linear-gradient(180deg,rgba(255,255,255,.02),transparent 42%)}html[data-theme=dark] .dashboard-link-card:hover,html[data-theme=dark] .dashboard-link-card:focus-visible,body.app-body[data-theme=dark] .dashboard-link-card:hover,body.app-body[data-theme=dark] .dashboard-link-card:focus-visible{box-shadow:0 30px 68px #02081766;border-color:#3bc6a447!important;background:linear-gradient(180deg,#141f2cfa,#101924fa)}html[data-theme=dark] .dashboard-link-card:hover .text-body-secondary,html[data-theme=dark] .dashboard-link-card:focus-visible .text-body-secondary,body.app-body[data-theme=dark] .dashboard-link-card:hover .text-body-secondary,body.app-body[data-theme=dark] .dashboard-link-card:focus-visible .text-body-secondary{color:#c7d5e5!important}html[data-theme=dark] .dashboard-link-card:hover .dashboard-card-arrow,html[data-theme=dark] .dashboard-link-card:focus-visible .dashboard-card-arrow,body.app-body[data-theme=dark] .dashboard-link-card:hover .dashboard-card-arrow,body.app-body[data-theme=dark] .dashboard-link-card:focus-visible .dashboard-card-arrow{background:linear-gradient(135deg,#2aa787,#3bc6a4);color:#041712;box-shadow:0 14px 28px #3bc6a43d}html[data-theme=dark] .dashboard-link-card:hover .metric-label,html[data-theme=dark] .dashboard-link-card:focus-visible .metric-label,html[data-theme=dark] .dashboard-link-card:hover .metric-value,html[data-theme=dark] .dashboard-link-card:focus-visible .metric-value,body.app-body[data-theme=dark] .dashboard-link-card:hover .metric-label,body.app-body[data-theme=dark] .dashboard-link-card:focus-visible .metric-label,body.app-body[data-theme=dark] .dashboard-link-card:hover .metric-value,body.app-body[data-theme=dark] .dashboard-link-card:focus-visible .metric-value{color:var(--app-primary)}.dashboard-link-card:hover:before,.dashboard-link-card:focus-visible:before{opacity:1}.dashboard-link-card:hover:after,.dashboard-link-card:focus-visible:after{opacity:1;transform:scaleY(1)}.dashboard-link-card:hover .dashboard-card-arrow,.dashboard-link-card:focus-visible .dashboard-card-arrow{transform:translate(6px) scale(1.06);background:linear-gradient(135deg,#0f766e,#12908a);color:#fff;box-shadow:0 14px 28px #0f766e38}.dashboard-link-card:hover .metric-label,.dashboard-link-card:focus-visible .metric-label{color:#0f766e}.dashboard-link-card:hover .metric-value,.dashboard-link-card:focus-visible .metric-value{color:#0f766e;transform:translateY(-1px)}.dashboard-link-card:hover .text-body-secondary,.dashboard-link-card:focus-visible .text-body-secondary{color:#34475d!important}.dashboard-link-card:hover .dashboard-card-cta,.dashboard-link-card:focus-visible .dashboard-card-cta{background:#0f766e1f;border-color:#0f766e47;transform:translate(4px)}.dashboard-link-card:focus-visible{outline:none;box-shadow:0 0 0 .28rem #0f766e29,0 30px 68px #0f172a2e}.metric-card .metric-label{color:var(--app-muted);font-size:.78rem;text-transform:uppercase;letter-spacing:.06em;margin-bottom:.8rem;font-weight:700}.request-scope-banner{background:linear-gradient(135deg,#0f766e17,#0f766e05),var(--app-surface-strong);border:1px solid rgba(15,118,110,.12)}.detail-page{display:grid;gap:1.25rem}.detail-hero,.detail-card,.detail-subcard{border:1px solid var(--app-border);background:var(--app-surface);border-radius:1.75rem;box-shadow:var(--app-shadow-soft)}.detail-hero{padding:1.5rem}.detail-hero-strong{background:radial-gradient(circle at top right,rgba(15,118,110,.12),transparent 28%),radial-gradient(circle at left center,rgba(56,189,248,.08),transparent 22%),linear-gradient(180deg,#fffffffa,#f7fafceb)}.detail-hero-main{display:flex;flex-wrap:wrap;justify-content:space-between;gap:1rem;align-items:flex-start}.detail-hero-copy{max-width:860px}.detail-hero-subtitle{color:var(--app-muted);margin-top:.95rem;max-width:720px;line-height:1.65}.detail-action-bar{display:flex;flex-wrap:wrap;gap:.6rem;align-items:center;justify-content:flex-end}.detail-stat-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.9rem;margin-top:1.35rem}.detail-stat-card{position:relative;overflow:hidden;border-radius:1.35rem;border:1px solid rgba(15,23,42,.06);background:#ffffffc7;padding:1rem 1.05rem;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.detail-stat-card:before{content:"";position:absolute;inset:0 auto auto 0;width:100%;height:3px;background:linear-gradient(90deg,#0f766e,#22c1a6);opacity:.9}.detail-stat-label{color:var(--app-muted);font-size:.78rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em;margin-bottom:.5rem}.detail-stat-value{color:var(--app-text);font-size:1.7rem;font-weight:800;line-height:1}.detail-kicker{color:var(--app-primary);font-size:.76rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase;margin-bottom:.5rem}.detail-title{font-size:clamp(1.8rem,3vw,2.8rem);line-height:1.05}.detail-meta-pills,.detail-chip-list{display:flex;flex-wrap:wrap;gap:.625rem}.detail-meta-pill,.detail-chip{display:inline-flex;align-items:center;gap:.4rem;padding:.6rem .9rem;border-radius:999px;border:1px solid var(--app-border);background:color-mix(in srgb,var(--app-surface-strong) 78%,white 22%);color:var(--app-text);font-weight:700}.detail-chip small{color:var(--app-muted);font-size:.76rem;font-weight:700}.detail-meta-pill-status-primary{color:#2256b9;background:#2256b91a;border-color:#2256b929}.detail-meta-pill-status-success{color:#247b4b;background:#247b4b1a;border-color:#247b4b29}.detail-meta-pill-status-warning{color:#9f6500;background:#dc94041f;border-color:#dc94042e}.detail-meta-pill-status-danger{color:#b4232c;background:#b4232c1a;border-color:#b4232c29}.detail-meta-pill-status-dark{color:#2d3d53;background:#2d3d531a;border-color:#2d3d5329}.detail-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.detail-card{padding:1.35rem}.detail-media-card{overflow:hidden}.detail-card-title{margin:0 0 1rem;font-size:1rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:var(--app-text)}.detail-info-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.95rem 1rem}.detail-info-grid>div{display:grid;gap:.28rem}.detail-span-2{grid-column:span 2}.detail-info-grid span{color:var(--app-muted);font-size:.82rem;font-weight:700}.detail-info-grid strong{color:var(--app-text);font-size:.98rem;font-weight:800}.detail-prose{color:var(--app-text);line-height:1.7}.detail-prose-stack{display:grid;gap:1rem}.detail-prose-stack h3{margin:0 0 .5rem;font-size:.9rem;font-weight:800;color:var(--app-text);text-transform:uppercase;letter-spacing:.05em}.detail-stack{display:grid;gap:1rem}.detail-subcard{padding:1.15rem}.detail-subcard-header{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:.85rem;margin-bottom:1rem}.detail-subcard-toolbar{display:flex;justify-content:flex-end;gap:.6rem;margin-bottom:.9rem}.detail-subcard-title{font-size:1.05rem;font-weight:800;color:var(--app-text)}.detail-subcard-meta{display:flex;flex-wrap:wrap;gap:.8rem;color:var(--app-muted);margin-top:.35rem}.detail-prose-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.detail-prose-grid h3{margin:0 0 .5rem;font-size:.9rem;font-weight:800;color:var(--app-text);text-transform:uppercase;letter-spacing:.05em}.detail-count-badge{display:inline-flex;align-items:center;justify-content:center;min-width:2.15rem;padding:.45rem .8rem;border-radius:999px;background:color-mix(in srgb,var(--app-surface-strong) 72%,white 28%);color:var(--app-text);font-weight:800;border:1px solid var(--app-border)}.detail-accordion{display:grid;gap:.9rem}.detail-accordion-item{border:1px solid var(--app-border);border-radius:1.35rem;overflow:hidden;background:var(--app-surface-strong)}.detail-accordion-toggle{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;column-gap:1rem;row-gap:.75rem;background:color-mix(in srgb,var(--app-surface-strong) 84%,white 16%);box-shadow:none;padding:1rem 3.85rem 1rem 1.15rem;position:relative}.detail-accordion-toggle:not(.collapsed){background:color-mix(in srgb,var(--app-primary) 8%,var(--app-surface) 92%);color:var(--app-text);box-shadow:none}.detail-accordion-toggle:focus{box-shadow:none}.detail-accordion-toggle:after{position:absolute;right:1.15rem;top:50%;margin-left:0;transform:translateY(-50%)}.detail-accordion-toggle:not(.collapsed):after{transform:translateY(-50%) rotate(-180deg)}.detail-accordion-main{display:grid;gap:.18rem;flex:1 1 auto;min-width:0;padding-right:.2rem}.detail-accordion-title{font-size:1rem;font-weight:800;line-height:1.2;color:var(--app-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.detail-accordion-subtitle{display:flex;align-items:center;gap:.4rem;color:var(--app-muted);font-size:.92rem;line-height:1.4;max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.detail-accordion-subtitle i{flex:0 0 auto;font-size:.9em;opacity:.75}.detail-accordion-tags{display:flex;flex-wrap:nowrap;justify-content:flex-end;align-items:center;gap:.45rem;margin-left:0;padding-right:0;flex:0 0 auto;max-width:none;justify-self:end}.detail-inline-tag{display:inline-flex;align-items:center;justify-content:center;gap:.34rem;padding:.38rem .75rem;border-radius:999px;border:1px solid var(--app-border);background:color-mix(in srgb,var(--app-surface) 60%,transparent);color:var(--app-muted);font-size:.8rem;font-weight:700;line-height:1.1;white-space:nowrap}.detail-inline-tag i{font-size:.9em;opacity:.8}.detail-inline-tag-status{font-weight:800}.detail-inline-tag-status:before{content:"";width:.42rem;height:.42rem;border-radius:999px;background:currentColor}.detail-inline-tag-status-primary{color:#2256b9}.detail-inline-tag-status-success{color:#247b4b}.detail-inline-tag-status-warning{color:#9f6500}.detail-inline-tag-status-dark{color:#2d3d53}html[data-theme=dark] .detail-inline-tag-status-primary,body.app-body[data-theme=dark] .detail-inline-tag-status-primary{color:#7aa7f0}html[data-theme=dark] .detail-inline-tag-status-success,body.app-body[data-theme=dark] .detail-inline-tag-status-success{color:#5cc98a}html[data-theme=dark] .detail-inline-tag-status-warning,body.app-body[data-theme=dark] .detail-inline-tag-status-warning{color:#e0a94a}html[data-theme=dark] .detail-inline-tag-status-dark,body.app-body[data-theme=dark] .detail-inline-tag-status-dark{color:#aab6c8}.detail-accordion-body{padding:1.15rem;background:var(--app-surface)}.detail-section-divider{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.75rem;margin:1rem 0 .85rem;padding-top:.9rem;border-top:1px dashed var(--app-border)}.detail-section-label{font-size:.88rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:var(--app-text)}.detail-list{display:grid;gap:.75rem}.detail-list-item{display:flex;flex-wrap:wrap;justify-content:space-between;gap:.85rem;padding:.9rem 1rem;border-radius:1rem;border:1px solid var(--app-border);background:color-mix(in srgb,var(--app-surface-strong) 80%,white 20%)}.detail-list-main,.detail-list-side{display:grid;gap:.18rem}.detail-list-main strong{color:var(--app-text)}.detail-list-main span,.detail-list-side span{color:var(--app-muted);font-size:.92rem}html[data-theme=dark] .detail-meta-pill,body.app-body[data-theme=dark] .detail-meta-pill,html[data-theme=dark] .detail-chip,body.app-body[data-theme=dark] .detail-chip{background:color-mix(in srgb,var(--app-surface-strong) 88%,black 12%)}html[data-theme=dark] .detail-hero-strong,body.app-body[data-theme=dark] .detail-hero-strong{background:radial-gradient(circle at top right,rgba(59,198,164,.12),transparent 30%),radial-gradient(circle at left center,rgba(56,189,248,.08),transparent 24%),linear-gradient(180deg,#0f172af5,#0a111ef5)}html[data-theme=dark] .detail-stat-card,body.app-body[data-theme=dark] .detail-stat-card,html[data-theme=dark] .detail-inline-tag,body.app-body[data-theme=dark] .detail-inline-tag,html[data-theme=dark] .detail-list-item,body.app-body[data-theme=dark] .detail-list-item,html[data-theme=dark] .detail-count-badge,body.app-body[data-theme=dark] .detail-count-badge,html[data-theme=dark] .detail-accordion-toggle,body.app-body[data-theme=dark] .detail-accordion-toggle{background:color-mix(in srgb,var(--app-surface-strong) 90%,black 10%)}html[data-theme=dark] .detail-accordion-toggle:not(.collapsed),body.app-body[data-theme=dark] .detail-accordion-toggle:not(.collapsed){background:color-mix(in srgb,var(--app-primary) 12%,var(--app-surface) 88%)}@media (max-width: 991.98px){.detail-grid,.detail-prose-grid,.detail-info-grid{grid-template-columns:1fr}.detail-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.detail-span-2{grid-column:span 1}.detail-accordion-toggle{grid-template-columns:1fr;align-items:flex-start;padding-right:3.4rem}.detail-accordion-main{width:100%;padding-right:0}.detail-accordion-tags{width:100%;margin-left:0;padding-right:0;justify-content:flex-start;max-width:none;justify-self:stretch;flex-wrap:wrap}}@media (max-width: 575.98px){.detail-stat-grid{grid-template-columns:1fr}}.request-scope-overline{margin-bottom:.3rem;color:var(--app-muted);font-size:.76rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.request-scope-title{font-family:Manrope,IBM Plex Sans,sans-serif;font-size:1.15rem;font-weight:800;color:var(--app-text)}.request-scope-pill{display:inline-flex;align-items:center;gap:.5rem;padding:.72rem 1rem;border-radius:999px;background:#fffc;border:1px solid rgba(15,118,110,.14);color:var(--app-primary);font-weight:700;white-space:nowrap}html[data-theme=dark] .request-scope-banner,body.app-body[data-theme=dark] .request-scope-banner{background:linear-gradient(135deg,#3bc6a41a,#3bc6a408),var(--app-surface-strong);border-color:#3bc6a424}html[data-theme=dark] .request-scope-pill,body.app-body[data-theme=dark] .request-scope-pill{background:#121d29e0;border-color:#3bc6a429;color:#bdf3e4}html[data-theme=dark] .dashboard-card-cta,body.app-body[data-theme=dark] .dashboard-card-cta{background:#3bc6a41a;border-color:#3bc6a42e;color:#bdf3e4}html[data-theme=dark] .dashboard-link-card:hover .dashboard-card-cta,html[data-theme=dark] .dashboard-link-card:focus-visible .dashboard-card-cta,body.app-body[data-theme=dark] .dashboard-link-card:hover .dashboard-card-cta,body.app-body[data-theme=dark] .dashboard-link-card:focus-visible .dashboard-card-cta{background:#3bc6a429;border-color:#3bc6a442;color:#d5fff2}.metric-card .metric-value{font-family:Manrope,IBM Plex Sans,sans-serif;font-size:2.75rem;line-height:1;font-weight:800;margin-bottom:0;transition:color .22s ease,transform .22s ease}.kpi-tile{background:#f8fafcdb;border:1px solid rgba(15,23,42,.06);border-radius:18px;padding:1.1rem;height:100%}.dashboard-report-card{position:relative;overflow:hidden;background:radial-gradient(circle at top right,rgba(15,118,110,.12),transparent 22%),radial-gradient(circle at left center,rgba(245,158,11,.08),transparent 18%),linear-gradient(180deg,#fffffffa,#f8fafceb)}.dashboard-report-card:before{content:"";position:absolute;inset:0 auto 0 0;width:5px;background:linear-gradient(180deg,#0f766e,#12908a);opacity:.9}.dashboard-report-head{position:relative;z-index:1}.dashboard-report-copy{max-width:760px}.report-overline{color:var(--app-primary)}.dashboard-report-cta{min-height:3.25rem;padding-inline:1.35rem;box-shadow:0 16px 28px #0f766e2e}.dashboard-report-card .kpi-tile{position:relative;overflow:hidden;padding:1.25rem;border-radius:22px;background:#ffffffbd;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.dashboard-report-card .kpi-tile:before{content:"";position:absolute;inset:0 auto auto 0;width:100%;height:3px;opacity:.9}.dashboard-report-card .kpi-tile:after{content:"";position:absolute;right:-2rem;bottom:-2rem;width:7rem;height:7rem;border-radius:999px;opacity:.12}.dashboard-report-card .kpi-tile-label{text-transform:uppercase;letter-spacing:.08em;font-weight:700}.dashboard-report-card .kpi-tile-value{font-size:2rem;line-height:1}.kpi-tile-emerald:before{background:linear-gradient(90deg,#0f766e,#34d399)}.kpi-tile-emerald:after{background:#34d399}.kpi-tile-amber:before{background:linear-gradient(90deg,#d97706,#f59e0b)}.kpi-tile-amber:after{background:#f59e0b}.kpi-tile-sky:before{background:linear-gradient(90deg,#0284c7,#38bdf8)}.kpi-tile-sky:after{background:#38bdf8}.kpi-tile-slate:before{background:linear-gradient(90deg,#334155,#64748b)}.kpi-tile-slate:after{background:#64748b}.kpi-tile-value{font-family:Manrope,IBM Plex Sans,sans-serif;font-size:1.55rem;font-weight:800}.auth-screen{min-height:calc(100vh - 10rem);display:flex;align-items:center}.auth-card{overflow:hidden}.auth-brand-pane{background:radial-gradient(circle at top left,rgba(245,158,11,.18),transparent 30%),linear-gradient(155deg,#0f766efa,#102033fa);color:#fff;padding:2.25rem;height:100%}.auth-brand-pane .auth-brand-kicker{text-transform:uppercase;font-size:.75rem;letter-spacing:.08em;color:#ffffffb8;font-weight:700}.auth-brand-pane h1,.auth-brand-pane h2,.auth-brand-pane h3,.auth-form-pane h1,.brand-title,.dashboard-hero h1,.metric-card .metric-value,.kpi-tile-value{font-family:Manrope,IBM Plex Sans,sans-serif;letter-spacing:-.04em}.auth-feature-list{display:grid;gap:.9rem;margin-top:1.75rem}.auth-feature{background:#ffffff1a;border:1px solid rgba(255,255,255,.12);border-radius:16px;padding:.95rem 1rem}html[data-theme=dark] .auth-feature,body.app-body[data-theme=dark] .auth-feature{background:#ffffff14;border-color:#ffffff1a}.auth-form-pane{padding:2.25rem;background:#ffffffe0}.section-heading h1,.section-heading h2,.section-heading .h3{font-family:Manrope,IBM Plex Sans,sans-serif;letter-spacing:-.04em}.section-heading .text-body-secondary,.text-body-secondary{color:var(--app-muted)!important}html[data-theme=dark] .text-dark,html[data-theme=dark] .link-dark,html[data-theme=dark] .text-reset,body.app-body[data-theme=dark] .text-dark,body.app-body[data-theme=dark] .link-dark,body.app-body[data-theme=dark] .text-reset{color:var(--app-text)!important}html[data-theme=dark] .text-muted,html[data-theme=dark] .text-secondary,body.app-body[data-theme=dark] .text-muted,body.app-body[data-theme=dark] .text-secondary{color:var(--app-muted)!important}html[data-theme=dark] .card-title,html[data-theme=dark] .card-text,html[data-theme=dark] .modal-content:not(.photo-viewer-modal) .modal-title,html[data-theme=dark] .modal-content:not(.photo-viewer-modal) .modal-body,html[data-theme=dark] .pagination-summary,body.app-body[data-theme=dark] .card-title,body.app-body[data-theme=dark] .card-text,body.app-body[data-theme=dark] .modal-content:not(.photo-viewer-modal) .modal-title,body.app-body[data-theme=dark] .modal-content:not(.photo-viewer-modal) .modal-body,body.app-body[data-theme=dark] .pagination-summary{color:var(--app-text)}html[data-theme=dark] .form-text,body.app-body[data-theme=dark] .form-text{color:var(--app-muted)}html[data-theme=dark] .badge.text-bg-light,body.app-body[data-theme=dark] .badge.text-bg-light{background:#94a3b824!important;color:#d9e5f1!important;border-color:#94a3b82e!important}html[data-theme=dark] .badge.text-bg-dark,body.app-body[data-theme=dark] .badge.text-bg-dark{background:#29394aeb!important;color:#edf3fa!important}.table-responsive{border-radius:inherit}.app-breadcrumbs{margin-bottom:1rem}.app-breadcrumbs .breadcrumb{display:flex;flex-wrap:wrap;gap:.35rem;padding:.8rem 1rem;border-radius:999px;background:#ffffffb8;border:1px solid rgba(15,23,42,.06);box-shadow:0 10px 24px #0f172a0a;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.app-breadcrumbs .breadcrumb-item{display:inline-flex;align-items:center;color:var(--app-muted);font-size:.88rem;font-weight:700}.app-breadcrumbs .breadcrumb-item+.breadcrumb-item:before{color:var(--app-muted);float:none;padding-right:.35rem}.app-breadcrumbs .breadcrumb-item a{color:var(--app-text);text-decoration:none}.app-breadcrumbs .breadcrumb-item a:hover,.app-breadcrumbs .breadcrumb-item a:focus-visible{color:var(--app-primary)}.app-breadcrumbs .breadcrumb-item.active{color:var(--app-muted)}html[data-theme=dark] .app-breadcrumbs .breadcrumb,body.app-body[data-theme=dark] .app-breadcrumbs .breadcrumb{background:#111925c7;border-color:#94a3b81a;box-shadow:0 12px 28px #02081738}.report-hero,.permissions-hero{background:radial-gradient(circle at top right,rgba(245,158,11,.1),transparent 22%),linear-gradient(180deg,#fffffff2,#ffffffd1)}.report-hero-modern{border-radius:32px;overflow:hidden}.reports-hero-shell{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(360px,.9fr);gap:1.25rem;align-items:start}.reports-hero-copy{padding-right:.5rem}.reports-period-chip{display:inline-flex;align-items:center;min-height:2.2rem;padding:.42rem .85rem;border-radius:999px;background:#0f766e1a;color:var(--app-text);border:1px solid rgba(15,118,110,.08);font-size:.84rem;font-weight:700}.reports-live-hint{color:var(--app-muted);font-size:.88rem;max-width:38rem}.report-filter-shell{display:grid;gap:.9rem;padding:1rem;border-radius:24px;background:#f8fafcc2;border:1px solid rgba(15,23,42,.06);box-shadow:inset 0 1px #ffffff80}.report-filter-head{display:flex;justify-content:space-between;gap:1rem;align-items:flex-start}.report-filter-panel{display:grid;grid-template-columns:repeat(2,minmax(0,1fr)) auto;gap:.85rem;align-items:end;padding:1rem;border-radius:22px;background:#f8fafce0;border:1px solid rgba(15,23,42,.06)}.report-filter-panel-advanced{grid-template-columns:repeat(2,minmax(0,1fr))}.list-filter-panel{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:.85rem;align-items:end;padding:1rem;border-radius:22px;background:#f8fafce0;border:1px solid rgba(15,23,42,.06)}.async-select{position:relative}.async-select-menu{position:absolute;top:calc(100% + .45rem);left:0;right:0;z-index:40;display:grid;gap:.35rem;padding:.45rem;border-radius:18px;border:1px solid rgba(15,23,42,.08);background:#fffffff5;box-shadow:0 18px 48px #0f172a29;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}.async-select-option{display:grid;gap:.15rem;width:100%;padding:.75rem .9rem;border:1px solid transparent;border-radius:14px;background:transparent;color:var(--app-text);text-align:left;transition:background-color .18s ease,border-color .18s ease,transform .18s ease}.async-select-option:hover,.async-select-option:focus-visible{border-color:#259c972e;background:#259c9714;transform:translateY(-1px)}.async-select-option-label{font-weight:700;font-size:.95rem}.async-select-option-meta{font-size:.82rem;color:var(--app-muted)}html[data-theme=dark] .async-select-menu,body.app-body[data-theme=dark] .async-select-menu{border-color:#94a3b82e;background:#0f172af5;box-shadow:0 18px 48px #02061773}html[data-theme=dark] .async-select-option:hover,html[data-theme=dark] .async-select-option:focus-visible,body.app-body[data-theme=dark] .async-select-option:hover,body.app-body[data-theme=dark] .async-select-option:focus-visible{border-color:#5eead429;background:#2dd4bf1f}.live-list-content{transition:opacity .18s ease}.live-list-content.is-loading{opacity:.58;pointer-events:none}.app-confirm-modal{border:1px solid rgba(255,255,255,.68);border-radius:24px;background:#fffffff5;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);box-shadow:var(--app-shadow)}html[data-theme=dark] .app-confirm-modal .text-body-secondary,body.app-body[data-theme=dark] .app-confirm-modal .text-body-secondary{color:#bfd0e2!important}.app-confirm-modal .modal-title{font-family:Manrope,IBM Plex Sans,sans-serif;font-weight:800;letter-spacing:-.03em}.list-pagination{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:1rem 1.25rem 1.25rem;border-top:1px solid rgba(15,23,42,.06)}.pagination-summary{font-size:.9rem;color:var(--app-muted)}.pagination .page-link{border:1px solid rgba(15,23,42,.08);background:#ffffffd9;color:var(--app-text);border-radius:999px!important;padding-inline:.85rem;min-width:2.4rem;text-align:center;box-shadow:none}.pagination .page-item.active .page-link{background:linear-gradient(135deg,#0f766e,#12908a);border-color:#0f766e;color:#fff}.pagination .page-item.disabled .page-link{background:#ffffff8f;color:#5f6f84b3}html[data-theme=dark] .pagination .page-item.disabled .page-link,body.app-body[data-theme=dark] .pagination .page-item.disabled .page-link{background:#ffffff0a;color:#9fb0c47a}.report-filter-field,.report-filter-action{min-width:0}.report-filter-action-group{display:flex;gap:.65rem;align-items:end;justify-content:flex-end;grid-column:1 / -1}.report-filter-summary{display:flex;flex-wrap:wrap;gap:.55rem}.report-filter-chip{display:inline-flex;align-items:center;min-height:2rem;padding:.35rem .72rem;border-radius:999px;background:#ffffffe6;border:1px solid rgba(15,23,42,.07);color:var(--app-text);font-size:.8rem;font-weight:700}.report-filter-chip-muted{background:#0f766e14;border-color:#0f766e14;color:var(--app-muted)}.report-stat-card{display:flex;flex-direction:column;justify-content:space-between;min-height:164px}.report-kpi-card{border-radius:24px;overflow:hidden;position:relative}.report-kpi-card:before{content:"";position:absolute;inset:0 auto 0 0;width:4px;background:#0f766e3d}.report-kpi-card-primary:before{background:#0f766ee6}.report-kpi-card-warning:before{background:#f59e0beb}.report-kpi-card-success:before{background:#22c55ee0}.report-kpi-card-danger:before{background:#dc2626d9}.report-kpi-card-accent:before{background:#2563ebe0}.report-kpi-card-neutral:before{background:#64748bb3}.report-kpi-card-primary-soft:before{background:#14b8a6c7}.report-stat-label{color:var(--app-muted);font-size:.76rem;text-transform:uppercase;letter-spacing:.08em;font-weight:700;margin-bottom:.85rem}.report-stat-value{font-family:Manrope,IBM Plex Sans,sans-serif;font-size:2.25rem;line-height:1;font-weight:800}.report-section-card{border-radius:26px;overflow:hidden}.report-section-head{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.1rem 1.35rem;border-bottom:1px solid rgba(15,23,42,.06);background:#f8fafcb8}.report-table thead th{white-space:nowrap}.report-table tbody td{vertical-align:middle}.permissions-section-head{background:#f8fafcbd}.permissions-hero-shell{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(320px,.9fr);gap:1.25rem;align-items:start}.permissions-hero-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.85rem}.permissions-stat-card,.permissions-role-card,.permissions-note-card,.permissions-section-card{border-radius:24px}.permissions-stat-card{padding:1rem 1.1rem;background:#f8fafcc7;border:1px solid rgba(15,23,42,.06)}.permissions-stat-label{color:var(--app-muted);font-size:.78rem;text-transform:uppercase;letter-spacing:.08em;font-weight:800;margin-bottom:.5rem}.permissions-stat-value{font-family:Manrope,IBM Plex Sans,sans-serif;font-size:2rem;line-height:1;font-weight:800;color:var(--app-text)}.permissions-role-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem}.permissions-role-card .card-body{padding:1.1rem 1.15rem}.permissions-role-title-row{display:flex;align-items:flex-start;justify-content:space-between;gap:.85rem;margin-bottom:.9rem}.permissions-role-title{font-weight:800;color:var(--app-text)}.permissions-role-hint{margin-top:.2rem;color:var(--app-muted);font-size:.88rem;line-height:1.45}.permissions-role-count{display:flex;align-items:baseline;gap:.45rem;color:var(--app-muted)}.permissions-role-count strong{font-family:Manrope,IBM Plex Sans,sans-serif;font-size:1.7rem;line-height:1;color:var(--app-text)}.permissions-note-title{font-weight:800;color:var(--app-text);margin-bottom:.5rem}.permissions-section-card{overflow:hidden}.permissions-section-title-row{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.permissions-section-count{display:inline-flex;align-items:center;min-height:2rem;padding:.35rem .72rem;border-radius:999px;background:#0f766e14;color:var(--app-text);font-size:.8rem;font-weight:700;white-space:nowrap}.permissions-permission-label{font-weight:700;color:var(--app-text)}.permissions-permission-meta{display:flex;flex-wrap:wrap;gap:.55rem;margin-top:.3rem}.permissions-permission-code,.permissions-permission-roles{display:inline-flex;align-items:center;min-height:1.85rem;padding:.25rem .62rem;border-radius:999px;font-size:.76rem;font-weight:700}.permissions-permission-code{background:#0f172a0f;color:var(--app-muted)}.permissions-permission-roles{background:#0f766e14;color:var(--app-text)}.permissions-toggle{display:inline-flex;align-items:center;justify-content:center;min-width:2rem;min-height:2rem}html[data-theme=dark] .permissions-section-head,body.app-body[data-theme=dark] .permissions-section-head{background:#0b11188a}html[data-theme=dark] .permissions-stat-card,body.app-body[data-theme=dark] .permissions-stat-card,html[data-theme=dark] .permissions-note-card,body.app-body[data-theme=dark] .permissions-note-card,html[data-theme=dark] .permissions-permission-code,body.app-body[data-theme=dark] .permissions-permission-code{background:#111925d1;border-color:#94a3b81a}html[data-theme=dark] .permissions-section-count,body.app-body[data-theme=dark] .permissions-section-count,html[data-theme=dark] .permissions-permission-roles,body.app-body[data-theme=dark] .permissions-permission-roles{background:#3bc6a41f;border-color:#3bc6a414}html[data-theme=dark] .report-filter-shell,body.app-body[data-theme=dark] .report-filter-shell{background:#111925d1;border-color:#94a3b81a;box-shadow:inset 0 1px #ffffff08}html[data-theme=dark] .report-filter-chip,body.app-body[data-theme=dark] .report-filter-chip{background:#ffffff0a;border-color:#94a3b814}html[data-theme=dark] .report-filter-chip-muted,body.app-body[data-theme=dark] .report-filter-chip-muted,html[data-theme=dark] .reports-period-chip,body.app-body[data-theme=dark] .reports-period-chip{background:#3bc6a41f;border-color:#3bc6a414}html[data-theme=dark] .report-section-head,body.app-body[data-theme=dark] .report-section-head{background:#0b11188a;border-bottom-color:#94a3b814}.permissions-table thead th:first-child,.permissions-table tbody td:first-child{min-width:320px}.permission-cell{width:92px}.permissions-actions{position:sticky;bottom:1rem;padding:1rem;border-radius:20px;background:#ffffffdb;border:1px solid rgba(15,23,42,.08);box-shadow:0 18px 36px #0f172a14;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);z-index:10}html[data-theme=dark] .permissions-actions,body.app-body[data-theme=dark] .permissions-actions{background:#111925e6;border-color:#94a3b81a;box-shadow:0 18px 36px #0208174d}.selection-panel{border:1px solid rgba(15,23,42,.08);border-radius:20px;background:#f8fafcd1;padding:.85rem}html[data-theme=dark] .selection-panel,body.app-body[data-theme=dark] .selection-panel{border-color:#94a3b81a;background:#111925d1}.selection-search{background:#fff}html[data-theme=dark] .selection-search,body.app-body[data-theme=dark] .selection-search{background:#080e14b8}.selection-list{max-height:248px;overflow-y:auto;display:grid;gap:.55rem}.selection-summary{display:grid;gap:.65rem}.selection-summary-label{font-size:.82rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--app-muted)}.selection-summary-items{display:flex;flex-wrap:wrap;gap:.55rem}.selection-search-hint{margin-bottom:.85rem;padding:.85rem 1rem;border-radius:16px;border:1px dashed rgba(15,23,42,.1);background:#ffffff8f;color:var(--app-muted);font-size:.92rem}.selection-summary-empty{font-size:.94rem;color:var(--app-muted)}.selection-pill{display:inline-flex;align-items:center;gap:.6rem;padding:.4rem .45rem .4rem .75rem;border-radius:999px;background:#0f766e1a;border:1px solid rgba(15,118,110,.15);color:var(--app-text)}.selection-pill-copy{display:inline-flex;align-items:center;gap:.45rem}.selection-pill-title{font-weight:700}.selection-pill-meta{color:var(--app-muted);font-size:.86rem}.selection-pill-remove{display:inline-flex;align-items:center;justify-content:center;width:1.85rem;height:1.85rem;padding:0;border:0;border-radius:999px;background:#0f172a14;color:var(--app-text);font-size:1rem;font-weight:800;line-height:1;cursor:pointer;transition:background-color .18s ease,color .18s ease,transform .18s ease}.selection-pill-remove:hover,.selection-pill-remove:focus-visible{background:#b4232c24;color:#b4232c;transform:scale(1.04);outline:none}.selection-item{margin:0;padding:.85rem .95rem .85rem 1.6rem;border-radius:16px;background:#ffffffeb;border:1px solid rgba(15,23,42,.05);transition:border-color .18s ease,background-color .18s ease,transform .18s ease}html[data-theme=dark] .selection-item,body.app-body[data-theme=dark] .selection-item{background:#0a1118e0;border-color:#94a3b814}.selection-item:hover{border-color:#0f766e38;background:#fff;transform:translateY(-1px)}html[data-theme=dark] .selection-item:hover,body.app-body[data-theme=dark] .selection-item:hover{border-color:#3bc6a43d;background:#0e161ff5}.selection-item .form-check-input{margin-top:.25rem}.selection-item .form-check-label{display:grid;gap:.18rem;cursor:pointer}.selection-item-title{font-weight:700;color:var(--app-text)}.selection-item-selected{border-color:#0f766e3d;background:#0f766e14}.selection-empty{margin-top:.9rem;padding:.9rem 1rem;border-radius:16px;background:#94a3b81a;color:var(--app-muted);font-size:.94rem}html[data-theme=dark] .selection-pill,body.app-body[data-theme=dark] .selection-pill{background:#2dd4bf1f;border-color:#2dd4bf2e}html[data-theme=dark] .selection-search-hint,body.app-body[data-theme=dark] .selection-search-hint{background:#0a1118a3;border-color:#94a3b81f}html[data-theme=dark] .selection-pill-remove,body.app-body[data-theme=dark] .selection-pill-remove{background:#ffffff14;color:#d9e5f1}html[data-theme=dark] .selection-pill-remove:hover,html[data-theme=dark] .selection-pill-remove:focus-visible,body.app-body[data-theme=dark] .selection-pill-remove:hover,body.app-body[data-theme=dark] .selection-pill-remove:focus-visible{background:#f8717129;color:#fecaca}html[data-theme=dark] .selection-item-selected,body.app-body[data-theme=dark] .selection-item-selected{background:#2dd4bf1a;border-color:#2dd4bf2e}html[data-theme=dark] .selection-empty,body.app-body[data-theme=dark] .selection-empty{background:#1e293b85}.selection-item-meta{font-size:.84rem;color:var(--app-muted)}@keyframes card-enter{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.table .btn-sm{padding:.58rem .88rem}.card .table-light th{border-top:0}.table tbody tr:last-child td{border-bottom:0}.card .border.rounded,.card .border.rounded.p-3,.card .border.rounded.p-3.h-100{border-color:#0f172a0f!important;border-radius:18px!important;background:#f8fafcc7}html[data-theme=dark] .card .border.rounded,html[data-theme=dark] .card .border.rounded.p-3,html[data-theme=dark] .card .border.rounded.p-3.h-100,body.app-body[data-theme=dark] .card .border.rounded,body.app-body[data-theme=dark] .card .border.rounded.p-3,body.app-body[data-theme=dark] .card .border.rounded.p-3.h-100{border-color:#94a3b814!important;background:#111925c7}.navbar-toggler{border-radius:14px;border-color:#0f172a1a;padding:.55rem .7rem}html[data-theme=dark] .navbar-toggler,body.app-body[data-theme=dark] .navbar-toggler{border-color:#94a3b829}html[data-theme=dark] .navbar-toggler-icon,body.app-body[data-theme=dark] .navbar-toggler-icon{filter:invert(1) brightness(1.8)}@media (max-width: 991.98px){.app-navbar>.app-navbar-shell{display:flex!important;flex-wrap:wrap;align-items:center;justify-content:space-between;row-gap:.9rem}.app-navbar .navbar-toggler{margin-left:auto}.app-navbar .navbar-collapse{flex:1 0 100%;width:100%;min-width:0;margin-top:1rem;padding:1rem;border-radius:24px;background:#ffffffdb;border:1px solid rgba(15,23,42,.06);overflow:visible}html[data-theme=dark] .app-navbar .navbar-collapse,body.app-body[data-theme=dark] .app-navbar .navbar-collapse{background:#0e161ff5;border-color:#94a3b81a;box-shadow:0 20px 42px #0208175c}.page-wrap{padding-top:1.4rem}.app-nav-list{width:100%;align-items:stretch;gap:.2rem;padding:.45rem;border-radius:24px;background:transparent;border:0;box-shadow:none}.app-nav-list .nav-link{justify-content:flex-start;width:100%;min-height:2.9rem;padding-inline:1rem}.app-nav-list .dropdown-menu{position:static;min-width:100%;margin-top:.35rem;margin-bottom:.35rem;box-shadow:none}.nav-utilities{align-items:stretch!important;gap:.75rem!important}.nav-utility-card{width:100%;justify-content:center}.nav-utilities>.dropdown{width:100%}.lang-switch{justify-content:center}.user-panel{border-radius:24px;padding:.6rem}.user-panel .btn{width:100%}.report-filter-panel,.list-filter-panel,.reports-hero-shell,.report-filter-panel-advanced{grid-template-columns:1fr}.report-filter-action-group{justify-content:stretch;grid-column:auto}.report-filter-action-group .btn{flex:1 1 0}.dashboard-link-card .card-body{gap:1rem}.dashboard-hero-shell,.dashboard-hero-stat-grid,.dashboard-hero-finance{grid-template-columns:1fr}.dashboard-card-copy{font-size:.94rem}.list-pagination{flex-direction:column;align-items:stretch}}@media (max-width: 1199.98px){.dashboard-hero-shell{grid-template-columns:1fr}}@media (max-width: 767.98px){.app-navbar{padding:.7rem 0}.app-navbar-shell{min-height:auto}.navbar-brand{gap:.7rem}.brand-mark{width:2.7rem;height:2.7rem;font-size:.96rem}.brand-title{font-size:.92rem}.brand-subtitle{font-size:.62rem;letter-spacing:.05em}.dashboard-hero-signals{gap:.65rem}.dashboard-hero-signal{width:100%;justify-content:space-between}.auth-brand-pane,.auth-form-pane{padding:1.5rem}.metric-card .metric-value{font-size:2rem}.dashboard-card-cta{width:100%;justify-content:center}.permissions-table thead th:first-child,.permissions-table tbody td:first-child{min-width:240px}.permissions-hero-shell,.permissions-hero-stats{grid-template-columns:1fr}.permissions-section-title-row{flex-direction:column}.permissions-actions{bottom:.5rem;padding:.85rem}.theme-toggle-btn,.lang-switch,.user-panel{width:100%}.lang-switch-track{width:100%;justify-content:center}.lang-switch-btn{flex:1 1 0}}.doc-preview-modal .modal-dialog{max-width:min(1100px,96vw)}.doc-preview-content{border:1px solid var(--app-border);border-radius:1.25rem;overflow:hidden;background:var(--app-surface)}.doc-preview-header{align-items:center;gap:.85rem;padding:.85rem 1.1rem;border-bottom:1px solid var(--app-border);background:var(--app-surface)}.doc-preview-heading{display:flex;align-items:center;gap:.7rem;min-width:0;flex:1 1 auto}.doc-preview-badge{display:inline-flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;flex:0 0 auto;border-radius:.8rem;font-size:1.3rem;color:var(--app-muted);background:color-mix(in srgb,var(--app-muted) 12%,var(--app-surface))}.doc-preview-badge.is-pdf{color:#d64545;background:color-mix(in srgb,#d64545 14%,var(--app-surface))}.doc-preview-badge.is-word{color:#2b6cb0;background:color-mix(in srgb,#2b6cb0 14%,var(--app-surface))}.doc-preview-badge.is-excel{color:#2f855a;background:color-mix(in srgb,#2f855a 14%,var(--app-surface))}.doc-preview-titles{min-width:0}.doc-preview-name{font-weight:700;font-size:.98rem;color:var(--app-text);line-height:1.25;max-width:100%}.doc-preview-type{font-size:.76rem;font-weight:600;letter-spacing:.02em;color:var(--app-muted);text-transform:uppercase}.doc-preview-tools{display:flex;align-items:center;gap:.5rem;flex:0 0 auto}.doc-preview-tool-btn{display:inline-flex;align-items:center;border-radius:.7rem}.doc-preview-zoom{display:inline-flex;align-items:center;gap:.15rem;padding:.15rem;border:1px solid var(--app-border);border-radius:999px;background:var(--app-surface-strong)}.doc-preview-zoom-btn{display:inline-flex;align-items:center;justify-content:center;width:1.85rem;height:1.85rem;border:0;border-radius:999px;background:transparent;color:var(--app-text);font-size:.85rem;cursor:pointer;transition:background .15s ease}.doc-preview-zoom-btn:hover{background:color-mix(in srgb,var(--app-primary) 14%,transparent)}.doc-preview-zoom-val{min-width:3rem;text-align:center;font-size:.8rem;font-weight:700;color:var(--app-muted)}.doc-preview-close{margin:0 0 0 .25rem}.doc-preview-sheets{display:flex;gap:.35rem;padding:.55rem 1.1rem;overflow-x:auto;border-bottom:1px solid var(--app-border);background:var(--app-surface-strong)}.doc-preview-sheet-tab{flex:0 0 auto;padding:.3rem .85rem;border:1px solid var(--app-border);border-radius:999px;background:var(--app-surface);color:var(--app-muted);font-size:.82rem;font-weight:700;white-space:nowrap;cursor:pointer;transition:all .15s ease}.doc-preview-sheet-tab:hover{color:var(--app-text);border-color:var(--app-primary)}.doc-preview-sheet-tab.active{color:#fff;background:var(--app-primary);border-color:var(--app-primary)}.doc-preview-body{padding:0;height:min(78vh,900px);overflow:hidden;background:var(--app-surface)}.doc-preview-frame{width:100%;height:100%;border:0;display:block}.doc-preview-canvas{height:100%;overflow:auto;padding:1.75rem 1.25rem;background:repeating-linear-gradient(45deg,transparent,transparent 0),color-mix(in srgb,var(--app-muted) 10%,var(--app-surface))}.doc-preview-canvas-sheet{padding:0;background:var(--app-surface)}.doc-preview-zoomable{--doc-zoom: 1;width:fit-content;margin:0 auto;transform:scale(var(--doc-zoom));transform-origin:top center;transition:transform .15s ease}.doc-preview-docx .docx-wrapper{background:transparent;padding:0;box-shadow:none;gap:1.5rem}.doc-preview-docx .docx-wrapper>section.docx{margin:0 auto 1.5rem;background:#fff;box-shadow:0 6px 26px #0f172a29;border-radius:2px}.doc-preview-sheet-wrap{overflow:auto;height:100%}.doc-preview-xlsx-table{border-collapse:collapse;width:max-content;min-width:100%;font-size:.85rem;color:var(--app-text);background:var(--app-surface)}.doc-preview-xlsx-table td,.doc-preview-xlsx-table th{border:1px solid var(--app-border);padding:.4rem .65rem;white-space:nowrap}.doc-preview-xlsx-table tr:first-child td{position:sticky;top:0;z-index:1;font-weight:700;background:var(--app-surface-strong);color:var(--app-text)}.doc-preview-state{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;gap:.9rem;color:var(--app-muted);text-align:center;padding:2rem}.doc-preview-state>i{font-size:2.4rem;opacity:.7}.doc-preview-state p{margin:0;font-size:.95rem;font-weight:600}.doc-preview-state-error>i{color:#d68a1e}.doc-preview-state-actions{display:flex;gap:.5rem;margin-top:.35rem}.doc-preview-spinner{width:2.6rem;height:2.6rem;border-radius:50%;border:3px solid color-mix(in srgb,var(--app-primary) 22%,transparent);border-top-color:var(--app-primary);animation:doc-preview-spin .7s linear infinite}@keyframes doc-preview-spin{to{transform:rotate(360deg)}}html[data-theme=dark] .doc-preview-docx .docx-wrapper>section.docx{box-shadow:0 6px 26px #00000080}@media (max-width: 575.98px){.doc-preview-type{display:none}.doc-preview-body{height:82vh}.doc-preview-canvas{padding:1rem .5rem}}.auth-body{background:radial-gradient(60rem 40rem at 15% -10%,color-mix(in srgb,var(--app-primary) 12%,transparent),transparent 60%),radial-gradient(50rem 35rem at 100% 110%,color-mix(in srgb,var(--app-primary) 10%,transparent),transparent 55%),var(--app-bg)}.auth-main{min-height:100vh;min-height:100dvh;display:flex;align-items:center;justify-content:center;padding:2rem 1rem}.auth-shell{width:100%;max-width:25rem;display:flex;flex-direction:column;align-items:center;gap:1.25rem}.auth-topbar{width:100%;display:flex;justify-content:flex-end}.auth-lang-track{display:inline-flex;padding:.2rem;border:1px solid var(--app-border);border-radius:999px;background:var(--app-surface);gap:.1rem}.auth-lang-btn{border:0;background:transparent;color:var(--app-muted);font-size:.78rem;font-weight:700;letter-spacing:.02em;padding:.3rem .7rem;border-radius:999px;cursor:pointer;transition:all .15s ease}.auth-lang-btn:hover{color:var(--app-text)}.auth-lang-btn.is-active{background:var(--app-primary);color:#fff}.auth-card{width:100%;background:var(--app-surface);border:1px solid var(--app-border);border-radius:1.4rem;padding:2.25rem 2rem 2rem;box-shadow:0 24px 60px -30px #0f172a59;text-align:center}html[data-theme=dark] .auth-card{box-shadow:0 24px 60px -28px #000000b3}.auth-logo{width:4.4rem;height:4.4rem;margin:0 auto 1rem;display:block}.auth-logo .brand-logo{width:100%;height:100%;object-fit:contain}.auth-title{font-size:1.5rem;font-weight:800;color:var(--app-text);margin:0 0 .25rem}.auth-subtitle{font-size:.9rem;color:var(--app-muted);margin:0 0 1.6rem}.auth-alert{display:flex;align-items:center;gap:.5rem;text-align:left;font-size:.85rem;font-weight:600;padding:.65rem .85rem;border-radius:.75rem;margin-bottom:1.1rem}.auth-alert i{font-size:1rem;flex:0 0 auto}.auth-alert-error{color:#b42318;background:color-mix(in srgb,#d64545 12%,var(--app-surface));border:1px solid color-mix(in srgb,#d64545 30%,transparent)}.auth-alert-success{color:#216e4e;background:color-mix(in srgb,#2f855a 12%,var(--app-surface));border:1px solid color-mix(in srgb,#2f855a 30%,transparent)}.auth-form{text-align:left}.auth-field{margin-bottom:1.05rem}.auth-label{display:block;font-size:.78rem;font-weight:700;color:var(--app-muted);margin-bottom:.4rem;text-transform:uppercase;letter-spacing:.03em}.auth-input-wrap{position:relative;display:flex;align-items:center}.auth-input-icon{position:absolute;left:.85rem;color:var(--app-muted);font-size:1rem;pointer-events:none}.auth-input{width:100%;height:3rem;padding:0 2.6rem;border:1px solid var(--app-border);border-radius:.85rem;background:var(--app-surface-strong);color:var(--app-text);font-size:.95rem;transition:border-color .15s ease,box-shadow .15s ease}.auth-input:focus{outline:none;border-color:var(--app-primary);box-shadow:0 0 0 3px color-mix(in srgb,var(--app-primary) 20%,transparent);background:var(--app-surface)}.auth-input-toggle{position:absolute;right:.6rem;display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;border:0;background:transparent;color:var(--app-muted);border-radius:.6rem;cursor:pointer}.auth-input-toggle:hover{color:var(--app-text)}.auth-submit{width:100%;height:3rem;margin-top:.35rem;border:0;border-radius:.85rem;background:var(--app-primary);color:#fff;font-size:.98rem;font-weight:700;cursor:pointer;transition:filter .15s ease,transform .05s ease}.auth-submit:hover{filter:brightness(1.06)}.auth-submit:active{transform:translateY(1px)}.auth-footnote{font-size:.78rem;color:var(--app-muted)}.auth-main{position:relative;overflow:hidden}.auth-main:before,.auth-main:after{content:"";position:absolute;border-radius:50%;filter:blur(70px);opacity:.55;z-index:0;pointer-events:none}.auth-main:before{width:32rem;height:32rem;top:-12rem;left:-10rem;background:radial-gradient(circle at 30% 30%,color-mix(in srgb,var(--app-primary) 55%,transparent),transparent 70%);animation:authFloat 14s ease-in-out infinite}.auth-main:after{width:28rem;height:28rem;bottom:-11rem;right:-9rem;background:radial-gradient(circle at 70% 70%,color-mix(in srgb,var(--app-primary) 42%,transparent),transparent 70%);animation:authFloat 18s ease-in-out infinite reverse}.auth-body{position:relative}.auth-shell{position:relative;z-index:1}.auth-card{position:relative;overflow:hidden;backdrop-filter:blur(6px);background:color-mix(in srgb,var(--app-surface) 88%,transparent);animation:authFadeUp .55s cubic-bezier(.22,1,.36,1) both}.auth-card:before{content:"";position:absolute;inset:0 0 auto;height:4px;background:linear-gradient(90deg,var(--app-primary),color-mix(in srgb,var(--app-primary) 45%,#d4a017))}.auth-logo{animation:authPop .6s cubic-bezier(.22,1,.36,1) both;animation-delay:.08s;filter:drop-shadow(0 10px 22px color-mix(in srgb,var(--app-primary) 30%,transparent))}.auth-title{animation:authFadeUp .55s ease both;animation-delay:.14s}.auth-subtitle{animation:authFadeUp .55s ease both;animation-delay:.2s}.auth-form{animation:authFadeUp .55s ease both;animation-delay:.26s}.auth-input:focus{box-shadow:0 0 0 4px color-mix(in srgb,var(--app-primary) 20%,transparent)}.auth-submit{background:linear-gradient(135deg,var(--app-primary),color-mix(in srgb,var(--app-primary) 78%,#0c443f));box-shadow:0 14px 26px -12px color-mix(in srgb,var(--app-primary) 65%,transparent)}.auth-submit:hover{filter:brightness(1.07);transform:translateY(-1px)}.auth-submit:active{transform:translateY(0)}@keyframes authFloat{0%,to{transform:translate(0) scale(1)}50%{transform:translate(2.5rem,1.8rem) scale(1.08)}}@keyframes authFadeUp{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@keyframes authPop{0%{opacity:0;transform:scale(.82)}to{opacity:1;transform:scale(1)}}@media (prefers-reduced-motion: reduce){.auth-main:before,.auth-main:after,.auth-card,.auth-logo,.auth-title,.auth-subtitle,.auth-form{animation:none}}.auth-card-frame{position:relative;width:100%;border-radius:22px;padding:1.6px;overflow:hidden;transition:transform .25s ease;transform:perspective(900px);will-change:transform;animation:authFadeUp .55s cubic-bezier(.22,1,.36,1) both}.auth-card-frame:before{content:"";position:absolute;inset:-65%;z-index:0;background:conic-gradient(from 0deg,transparent 0 54%,color-mix(in srgb,var(--app-primary) 92%,transparent) 68%,#e2b24d 80%,transparent 92% 100%);animation:authSpin 7s linear infinite}.auth-card{background:var(--app-surface);backdrop-filter:none;animation:none;z-index:1;border-radius:20.6px}.auth-card:before{content:none}.auth-body:before{content:"";position:fixed;width:26rem;height:26rem;top:38%;left:46%;transform:translate(-50%,-50%);border-radius:50%;filter:blur(90px);opacity:.35;z-index:0;pointer-events:none;background:radial-gradient(circle,color-mix(in srgb,var(--app-primary) 40%,#0c443f),transparent 70%);animation:authFloat 22s ease-in-out infinite}.auth-submit{position:relative;overflow:hidden}.auth-submit>span{position:relative;z-index:1}.auth-submit:after{content:"";position:absolute;top:0;left:-70%;width:45%;height:100%;background:linear-gradient(120deg,transparent,rgba(255,255,255,.38),transparent);transform:skew(-20deg);pointer-events:none}.auth-submit:hover:after{animation:authSheen .85s ease}.auth-input:focus+.auth-input-icon,.auth-input-wrap:focus-within .auth-input-icon{color:var(--app-primary)}@keyframes authSpin{to{transform:rotate(360deg)}}@keyframes authSheen{to{left:130%}}@media (prefers-reduced-motion: reduce){.auth-card-frame,.auth-card-frame:before,.auth-body:before{animation:none}.auth-card-frame{transform:none}.auth-submit:hover:after{animation:none}}.auth-body .auth-main{padding:0;align-items:stretch}.auth-main:before,.auth-main:after,.auth-body:before{content:none;display:none}.auth-split{display:grid;grid-template-columns:1.05fr 1fr;width:100%;min-height:100vh;min-height:100dvh}.auth-visual{position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center;background:radial-gradient(120% 90% at 100% 0%,color-mix(in srgb,var(--app-primary) 55%,#0c3b37),transparent 60%),linear-gradient(155deg,#16233d,#123f39);color:#fff}.auth-visual-inner{position:relative;z-index:2;text-align:center;padding:2rem;animation:authFadeUp .7s cubic-bezier(.22,1,.36,1) both}.auth-visual-logo{width:6.5rem;height:6.5rem;object-fit:contain;margin-bottom:1.35rem;filter:drop-shadow(0 16px 34px rgba(0,0,0,.4));animation:authPop .7s cubic-bezier(.22,1,.36,1) both}.auth-visual-name{font-family:Manrope,IBM Plex Sans,sans-serif;font-size:1.9rem;font-weight:800;letter-spacing:.14em}.auth-visual-tag{margin-top:.5rem;font-size:.82rem;letter-spacing:.24em;text-transform:uppercase;color:#ffffff9e}.auth-visual-orb{position:absolute;border-radius:50%;filter:blur(70px);z-index:1;pointer-events:none}.auth-visual-orb-1{width:26rem;height:26rem;top:-8rem;left:-8rem;background:radial-gradient(circle,color-mix(in srgb,var(--app-primary) 70%,transparent),transparent 70%);opacity:.6;animation:authFloat 16s ease-in-out infinite}.auth-visual-orb-2{width:22rem;height:22rem;bottom:-7rem;right:-6rem;background:radial-gradient(circle,rgba(226,178,77,.5),transparent 70%);opacity:.4;animation:authFloat 20s ease-in-out infinite reverse}.auth-visual-hex{position:absolute;z-index:1;background:#ffffff0f;clip-path:polygon(25% 4%,75% 4%,100% 50%,75% 96%,25% 96%,0% 50%);animation:authFloat 18s ease-in-out infinite}.auth-visual-hex-1{width:9rem;height:9rem;top:12%;right:14%}.auth-visual-hex-2{width:5rem;height:5rem;bottom:16%;left:12%;animation-duration:22s;animation-direction:reverse}.auth-visual-hex-3{width:3.4rem;height:3.4rem;top:62%;right:26%;animation-duration:26s}.auth-panel{display:flex;align-items:center;justify-content:center;padding:2.5rem 1.5rem;background:var(--app-bg)}.auth-panel-inner{width:100%;max-width:23rem;animation:authFadeUp .6s cubic-bezier(.22,1,.36,1) both;animation-delay:.1s}.auth-panel .auth-title{font-size:1.7rem;text-align:left;margin-bottom:.3rem}.auth-panel .auth-subtitle{text-align:left;margin-bottom:1.9rem}.auth-mobile-logo{display:none;width:3.5rem;height:3.5rem;margin-bottom:1.25rem}.auth-mobile-logo .brand-logo{width:100%;height:100%;object-fit:contain}@media (max-width: 991.98px){.auth-split{grid-template-columns:1fr}.auth-visual{display:none}.auth-panel{min-height:100dvh}.auth-mobile-logo{display:block}}@media (prefers-reduced-motion: reduce){.auth-visual-orb,.auth-visual-hex,.auth-visual-logo,.auth-visual-inner,.auth-panel-inner{animation:none}}.auth-visual-name{text-transform:uppercase}.auth-alert-slot:empty{display:none}.auth-hint{display:flex;align-items:center;gap:.4rem;margin:.55rem 0 0;font-size:.78rem;font-weight:600;color:#9f6500}html[data-theme=dark] .auth-hint{color:#e0a94a}.auth-hint i{font-size:.92rem}.auth-hint[hidden]{display:none}.auth-submit{display:inline-flex;align-items:center;justify-content:center;gap:.55rem}.auth-submit:disabled{cursor:default}.auth-submit.is-loading{filter:none;transform:none}.auth-submit-spinner{display:none;width:1.05rem;height:1.05rem;border-radius:50%;border:2px solid rgba(255,255,255,.45);border-top-color:#fff;animation:authSpin .7s linear infinite}.auth-submit.is-loading .auth-submit-spinner{display:inline-block}.auth-footnote{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-top:1.5rem;flex-wrap:wrap}.auth-secure{display:inline-flex;align-items:center;gap:.35rem}.auth-secure i{color:var(--app-primary);font-size:.95rem}.auth-panel .auth-subtitle{letter-spacing:.01em}.auth-field{margin-bottom:1.15rem}.auth-input{transition:border-color .15s ease,box-shadow .15s ease,background .15s ease}.auth-input-icon{transition:color .15s ease}@media (max-width: 575.98px){.auth-footnote{justify-content:center}}@media (max-width: 991.98px){.auth-mobile-logo{margin-left:auto;margin-right:auto}.auth-panel .auth-title,.auth-panel .auth-subtitle{text-align:center}}.pjax-progress{position:fixed;top:0;left:0;height:3px;width:0;background:linear-gradient(90deg,#0d9488,#14b8a6);box-shadow:0 0 8px #14b8a699;z-index:2000;pointer-events:none;border-radius:0 2px 2px 0}.pjax-spinner{position:fixed;top:1rem;right:1rem;z-index:2001;display:flex;align-items:center;justify-content:center;width:2.4rem;height:2.4rem;border-radius:50%;background:#ffffffeb;box-shadow:0 6px 18px #0f172a29,0 1px 3px #0f172a1f;opacity:0;transform:scale(.85);pointer-events:none;transition:opacity .18s ease,transform .18s ease}.pjax-spinner.is-active{opacity:1;transform:scale(1)}.pjax-spinner-ring{display:block;width:1.25rem;height:1.25rem;border:2.5px solid rgba(13,148,136,.25);border-top-color:#0d9488;border-radius:50%;animation:pjaxSpin .7s linear infinite}@keyframes pjaxSpin{to{transform:rotate(360deg)}}html[data-theme=dark] .pjax-spinner,body.app-body[data-theme=dark] .pjax-spinner{background:#1e293bf0;box-shadow:0 6px 18px #0006}html[data-theme=dark] .pjax-spinner-ring,body.app-body[data-theme=dark] .pjax-spinner-ring{border-color:#2dd4bf47;border-top-color:#2dd4bf}@media (prefers-reduced-motion: reduce){.pjax-spinner-ring{animation-duration:1.4s}}
