@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap";:root{--color-dark: #242424;--color-light: #fcfcfc;--color-base--light: #ececec;--color-base--xlight: #ffffff;--color-accent: #45a655;--color-highlight: #c66995;--color-warning: #C50000;--color-white: #ffffff;--color-dark-rgb: 36, 36, 36;--color-accent-rgb: 69, 166, 85;--color-highlight-rgb: 198, 105, 149}[data-theme=dark],.o-darkmode{--color-dark: #eef4ee;--color-light: #101614;--color-base--light: #17211d;--color-base--xlight: #101614}:root{--c-theme-bg: var(--color-base--light);--c-theme-text: var(--color-dark);--c-theme-muted: rgba(36, 36, 36, .68);--c-theme-border: rgba(36, 36, 36, .1);--c-theme-surface: rgba(255, 255, 255, .92);--c-theme-surface-strong: var(--color-white);--c-theme-shadow: 0 18px 34px rgba(23, 33, 26, .08);--c-surface-card: rgba(255, 255, 255, .92);--c-surface-panel: rgba(255, 255, 255, .82);--c-surface-soft: rgba(255, 255, 255, .72);--c-surface-chip: rgba(255, 255, 255, .86);--c-surface-border: rgba(36, 36, 36, .08)}[data-theme=dark],.o-darkmode{--c-theme-bg: var(--color-base--xlight);--c-theme-text: var(--color-dark);--c-theme-muted: rgba(238, 244, 238, .72);--c-theme-border: rgba(200, 223, 202, .14);--c-theme-surface: rgba(21, 30, 26, .92);--c-theme-surface-strong: #17211d;--c-theme-shadow: 0 24px 40px rgba(0, 0, 0, .32);--c-surface-card: rgba(60, 60, 60, .96);--c-surface-panel: rgba(76, 76, 76, .92);--c-surface-soft: rgba(92, 92, 92, .9);--c-surface-chip: rgba(82, 82, 82, .94);--c-surface-border: rgba(255, 255, 255, .08);--bs-body-color: #eef4ee;--bs-body-color-rgb: 238, 244, 238;--bs-body-bg: #101614;--bs-body-bg-rgb: 16, 22, 20;--bs-secondary-color: rgba(238, 244, 238, .7);--bs-secondary-color-rgb: 238, 244, 238;--bs-tertiary-color: rgba(238, 244, 238, .52);--bs-tertiary-bg: #25302b;--bs-secondary-bg: #1d2823;--bs-border-color: rgba(223, 235, 224, .14);--bs-border-color-translucent: rgba(223, 235, 224, .1);--bs-emphasis-color: #ffffff;--bs-link-color: #83d795;--bs-link-hover-color: #a9e6b5}.c-surface-card,.c-surface-panel,.c-surface-soft,.c-surface-chip{border-color:var(--c-surface-border)!important}.c-surface-card{background:var(--c-surface-card)!important}.c-surface-panel{background:var(--c-surface-panel)!important}.c-surface-soft{background:var(--c-surface-soft)!important}.c-surface-chip{background:var(--c-surface-chip)!important}[data-theme=dark] body{color-scheme:dark;background-color:var(--c-theme-bg)}[data-theme=dark] .card,[data-theme=dark] .modal-content,[data-theme=dark] .offcanvas,[data-theme=dark] .dropdown-menu,[data-theme=dark] .list-group-item,[data-theme=dark] .accordion-item,[data-theme=dark] .accordion-button,[data-theme=dark] .toast,.o-darkmode .card,.o-darkmode .modal-content,.o-darkmode .offcanvas,.o-darkmode .dropdown-menu,.o-darkmode .list-group-item,.o-darkmode .accordion-item,.o-darkmode .accordion-button,.o-darkmode .toast{color:var(--c-theme-text);background-color:var(--c-theme-surface-strong);border-color:var(--c-theme-border)}[data-theme=dark] .dropdown-item,.o-darkmode .dropdown-item{color:var(--c-theme-text)}[data-theme=dark] .dropdown-item:hover,[data-theme=dark] .dropdown-item:focus,.o-darkmode .dropdown-item:hover,.o-darkmode .dropdown-item:focus{color:var(--c-theme-text);background-color:var(--c-surface-soft)}[data-theme=dark] .form-control,[data-theme=dark] .form-select,[data-theme=dark] .input-group-text,[data-theme=dark] .form-check-input,.o-darkmode .form-control,.o-darkmode .form-select,.o-darkmode .input-group-text,.o-darkmode .form-check-input{color:var(--c-theme-text);background-color:var(--c-theme-surface-strong);border-color:var(--c-theme-border)}[data-theme=dark] .form-control:focus,[data-theme=dark] .form-select:focus,.o-darkmode .form-control:focus,.o-darkmode .form-select:focus{color:var(--c-theme-text);background-color:var(--c-theme-surface-strong);border-color:#45a655b8;box-shadow:0 0 0 .2rem #45a65529}[data-theme=dark] .form-control::placeholder,.o-darkmode .form-control::placeholder{color:var(--c-theme-muted);opacity:.78}[data-theme=dark] .form-control:disabled,[data-theme=dark] .form-select:disabled,.o-darkmode .form-control:disabled,.o-darkmode .form-select:disabled{color:#eef4ee85;background-color:#202a26;opacity:1}[data-theme=dark] .form-select option,.o-darkmode .form-select option{color:var(--c-theme-text);background-color:var(--c-theme-surface-strong)}[data-theme=dark] .form-check-input:checked,.o-darkmode .form-check-input:checked{background-color:var(--color-accent);border-color:var(--color-accent)}[data-theme=dark] .btn-close,.o-darkmode .btn-close{filter:invert(1) grayscale(100%) brightness(180%)}[data-theme=dark] .page-link,.o-darkmode .page-link{color:var(--c-theme-text);background-color:var(--c-theme-surface-strong);border-color:var(--c-theme-border)}[data-theme=dark] .page-link:hover,[data-theme=dark] .page-link:focus,.o-darkmode .page-link:hover,.o-darkmode .page-link:focus{color:#a9e6b5;background-color:var(--c-surface-soft)}[data-theme=dark] .page-item.disabled .page-link,.o-darkmode .page-item.disabled .page-link{color:var(--c-theme-muted);background-color:#202a26;border-color:var(--c-theme-border)}[data-theme=dark] .c-system-picker__card,.o-darkmode .c-system-picker__card{color:var(--c-theme-text);background:var(--c-surface-card);border-color:var(--c-theme-border)}[data-theme=dark] .c-system-picker__card:hover,.o-darkmode .c-system-picker__card:hover{border-color:#7dd98c5c}[data-theme=dark] .text-muted,.o-darkmode .text-muted,[data-theme=dark] small.text-muted,.o-darkmode small.text-muted,[data-theme=dark] span.text-muted,.o-darkmode span.text-muted{color:var(--c-theme-muted)!important}[data-theme=dark] .table,.o-darkmode .table{color:var(--c-theme-text)}[data-theme=dark] .table>:not(caption)>*>*,.o-darkmode .table>:not(caption)>*>*{background:transparent;border-color:var(--c-theme-border)}[data-theme=dark] .table th,.o-darkmode .table th{color:#eef4eecc}[data-theme=dark] .table td,.o-darkmode .table td,[data-theme=dark] .table .fw-semibold,.o-darkmode .table .fw-semibold,[data-theme=dark] .table .font-monospace,.o-darkmode .table .font-monospace,[data-theme=dark] .table strong,.o-darkmode .table strong{color:var(--c-theme-text)}[data-theme=dark] .alert-success,[data-theme=dark] .alert-danger,[data-theme=dark] .badge.text-bg-light,[data-theme=dark] .text-bg-light{color:var(--c-theme-text)!important;background:#ffffff14!important;border-color:var(--c-theme-border)!important}[data-theme=dark] .text-bg-dark{color:#eef4ee!important;background:#dfebe01f!important;border-color:#dfebe02e!important}[data-theme=dark] .bg-light,[data-theme=dark] .bg-white,[data-theme=dark] .bg-light-subtle{background-color:var(--c-surface-soft)!important}[data-theme=dark] .text-dark,[data-theme=dark] .text-black,.o-darkmode .text-dark,.o-darkmode .text-black{color:var(--c-theme-text)!important}[data-theme=dark] .text-secondary,[data-theme=dark] .text-body-secondary,.o-darkmode .text-secondary,.o-darkmode .text-body-secondary{color:var(--c-theme-muted)!important}[data-theme=dark] .text-success-emphasis{color:#cdeed3!important}[data-theme=dark] .border-dark{border-color:#dfebe02e!important}[data-theme=dark] .border-success-subtle{border-color:#7dd98c33!important}[data-theme=dark] .table-hover>tbody>tr:hover>*,.o-darkmode .table-hover>tbody>tr:hover>*{color:var(--c-theme-text);background-color:#ffffff08}[data-theme=dark] .c-admin-section .form-control,[data-theme=dark] .c-admin-section .form-select,.o-darkmode .c-admin-section .form-control,.o-darkmode .c-admin-section .form-select{color:var(--c-theme-text);background-color:var(--c-surface-card);border-color:var(--c-surface-border)}[data-theme=dark] .c-admin-section .form-control:focus,[data-theme=dark] .c-admin-section .form-select:focus,.o-darkmode .c-admin-section .form-control:focus,.o-darkmode .c-admin-section .form-select:focus{color:var(--c-theme-text);background-color:var(--c-surface-card);border-color:#45a655b3;box-shadow:0 0 0 .2rem #45a65524}[data-theme=dark] .c-admin-section .form-control::placeholder,.o-darkmode .c-admin-section .form-control::placeholder{color:var(--c-theme-muted)}[data-theme=dark] .c-admin-section .form-select option,.o-darkmode .c-admin-section .form-select option{color:var(--c-theme-text);background-color:var(--c-theme-surface-strong)}[data-theme=dark] .c-building-select-card h1,[data-theme=dark] .c-building-select-option,.o-darkmode .c-building-select-card h1,.o-darkmode .c-building-select-option{color:var(--c-theme-text)}[data-theme=dark] .c-login-form__input::placeholder,.o-darkmode .c-login-form__input::placeholder{color:var(--c-theme-muted);-webkit-text-fill-color:var(--c-theme-muted)}[data-theme=dark] .c-login-form__input:-webkit-autofill,[data-theme=dark] .c-login-form__input:-webkit-autofill:hover,[data-theme=dark] .c-login-form__input:-webkit-autofill:focus,.o-darkmode .c-login-form__input:-webkit-autofill,.o-darkmode .c-login-form__input:-webkit-autofill:hover,.o-darkmode .c-login-form__input:-webkit-autofill:focus{box-shadow:0 0 0 1000px var(--c-theme-surface-strong) inset;-webkit-text-fill-color:var(--c-theme-text);caret-color:var(--c-theme-text)}[data-theme=dark] .c-building-login-page__technician-toggle,[data-theme=dark] .c-login-form__register-hint,[data-theme=dark] .c-login-form__register-hint a,.o-darkmode .c-building-login-page__technician-toggle,.o-darkmode .c-login-form__register-hint,.o-darkmode .c-login-form__register-hint a{color:#a9e6b5}[data-theme=dark] .c-building-login-page__technician-toggle,.o-darkmode .c-building-login-page__technician-toggle{background:#45a65521;border-color:#7dd98c47}[data-theme=dark] .c-login-flash,.o-darkmode .c-login-flash{color:#d9f4df;background:#45a65521;border-color:#7dd98c3d}[data-theme=dark] .c-login-flash--error,.o-darkmode .c-login-flash--error{color:#fecdd3;background:#e11d481f;border-color:#fb718542}[data-theme=dark] .c-login-form__error,.o-darkmode .c-login-form__error{color:#fda4af}[data-theme=dark] .c-theme-mode-selector__option,.o-darkmode .c-theme-mode-selector__option{color:var(--c-theme-text);background:var(--c-surface-card);border-color:var(--c-theme-border)}[data-theme=dark] .c-theme-mode-selector__option.is-active,.o-darkmode .c-theme-mode-selector__option.is-active{color:#f2fff4;background:linear-gradient(135deg,rgba(69,166,85,.24),var(--c-surface-panel));border-color:#7dd98c7a}[data-theme=dark] .c-theme-mode-selector__option-meta small,[data-theme=dark] .c-theme-mode-selector__option-state-label,[data-theme=dark] .c-theme-mode-selector__hint,.o-darkmode .c-theme-mode-selector__option-meta small,.o-darkmode .c-theme-mode-selector__option-state-label,.o-darkmode .c-theme-mode-selector__hint{color:var(--c-theme-muted)}[data-theme=dark] .c-theme-mode-selector__option.is-active .c-theme-mode-selector__option-state-label,.o-darkmode .c-theme-mode-selector__option.is-active .c-theme-mode-selector__option-state-label{color:#a9e6b5}[data-theme=dark] .c-theme-preference-prompt__title,.o-darkmode .c-theme-preference-prompt__title{color:var(--c-theme-text)}[data-theme=dark] .c-theme-preference-prompt__text,.o-darkmode .c-theme-preference-prompt__text{color:var(--c-theme-muted)}[data-theme=dark] .c-status__warranty-badge.is-month,[data-theme=dark] .c-status__module-warranty.is-month,[data-theme=dark] .c-status__warranty-alert.is-month,.o-darkmode .c-status__warranty-badge.is-month,.o-darkmode .c-status__module-warranty.is-month,.o-darkmode .c-status__warranty-alert.is-month{color:#f9d984}[data-theme=dark] .c-status__warranty-badge.is-week,[data-theme=dark] .c-status__warranty-badge.is-expired,[data-theme=dark] .c-status__module-warranty.is-week,[data-theme=dark] .c-status__module-warranty.is-expired,[data-theme=dark] .c-status__warranty-alert.is-week,[data-theme=dark] .c-status__warranty-alert.is-expired,.o-darkmode .c-status__warranty-badge.is-week,.o-darkmode .c-status__warranty-badge.is-expired,.o-darkmode .c-status__module-warranty.is-week,.o-darkmode .c-status__module-warranty.is-expired,.o-darkmode .c-status__warranty-alert.is-week,.o-darkmode .c-status__warranty-alert.is-expired{color:#fda4af}[data-theme=dark] body .c-login-page,[data-theme=dark] body .c-building-select-page,.o-darkmode body .c-login-page,.o-darkmode body .c-building-select-page{background:var(--c-theme-bg)}[data-theme=dark] .c-login-page .c-login-page__content,[data-theme=dark] .c-building-select-page .c-building-select-page__content,.o-darkmode .c-login-page .c-login-page__content,.o-darkmode .c-building-select-page .c-building-select-page__content{background-color:var(--c-theme-bg)}[data-theme=dark] .c-login-page .c-login-card,[data-theme=dark] .c-building-select-page .c-building-select-card,.o-darkmode .c-login-page .c-login-card,.o-darkmode .c-building-select-page .c-building-select-card{color:var(--c-theme-text);background:var(--c-theme-surface-strong);border-color:var(--c-theme-border);box-shadow:var(--c-theme-shadow)}[data-theme=dark] .c-login-page .c-login-form__input,[data-theme=dark] .c-login-page .c-login-form__input:focus,[data-theme=dark] .c-building-select-page .c-building-select-option,[data-theme=dark] .c-building-select-page .c-building-select-option:hover,.o-darkmode .c-login-page .c-login-form__input,.o-darkmode .c-login-page .c-login-form__input:focus,.o-darkmode .c-building-select-page .c-building-select-option,.o-darkmode .c-building-select-page .c-building-select-option:hover{color:var(--c-theme-text);-webkit-text-fill-color:var(--c-theme-text);background:var(--c-surface-card);border-color:var(--c-theme-border)}[data-theme=dark] .c-login-page .c-login-card__subtitle,[data-theme=dark] .c-building-select-page .c-building-select-card p,[data-theme=dark] .c-building-select-page .c-building-select-option__copy small,.o-darkmode .c-login-page .c-login-card__subtitle,.o-darkmode .c-building-select-page .c-building-select-card p,.o-darkmode .c-building-select-page .c-building-select-option__copy small{color:var(--c-theme-muted)}[data-theme=dark] .c-deliveries .c-delivery-status.is-review,[data-theme=dark] .c-delivery-edit .c-delivery-status.is-review,[data-theme=dark] .c-delivery-edit .c-delivery-empty,[data-theme=dark] .c-delivery-edit .c-delivery-release:not(.is-ready),[data-theme=dark] .c-delivery-edit .c-delivery-mail__status.is-sending,.o-darkmode .c-deliveries .c-delivery-status.is-review,.o-darkmode .c-delivery-edit .c-delivery-status.is-review,.o-darkmode .c-delivery-edit .c-delivery-empty,.o-darkmode .c-delivery-edit .c-delivery-release:not(.is-ready),.o-darkmode .c-delivery-edit .c-delivery-mail__status.is-sending{color:#f9d984;background:#f59e0b24;border-color:#f59e0b3d}[data-theme=dark] .c-admin-edit__user-card,[data-theme=dark] .c-admin-edit__user-link,[data-theme=dark] .c-admin-edit__users-note,[data-theme=dark] .c-admin-edit__users-empty,.o-darkmode .c-admin-edit__user-card,.o-darkmode .c-admin-edit__user-link,.o-darkmode .c-admin-edit__users-note,.o-darkmode .c-admin-edit__users-empty{color:var(--c-theme-text);background:var(--c-surface-card);border-color:var(--c-surface-border)}[data-theme=dark] .c-admin-edit__user-settings,.o-darkmode .c-admin-edit__user-settings{border-color:var(--c-surface-border)}[data-theme=dark] .c-admin-edit__user-avatar,[data-theme=dark] .c-admin-edit__user-state,.o-darkmode .c-admin-edit__user-avatar,.o-darkmode .c-admin-edit__user-state{color:#9ae6ab;background:#4ade8029}[data-theme=dark] .c-admin-edit__user-state.is-inactive,.o-darkmode .c-admin-edit__user-state.is-inactive{color:var(--c-theme-muted);background:#ffffff14}body{font-family:montserrat,serif;background-color:var(--c-theme-bg);color:var(--c-theme-text);margin:0;text-rendering:optimizeLegibility;transition:background-color .25s ease,color .25s ease}h1{font-size:2.5rem;font-weight:500}@media(max-width:992px){h1{font-size:2.1rem}}@media(max-width:768px){h1{font-size:1.9rem}}@media(max-width:576px){h1{font-size:1.8rem}}h2{font-size:1.8rem;font-weight:400}@media(max-width:992px){h2{font-size:1.6rem}}@media(max-width:768px){h2{font-size:1.3rem}}@media(max-width:576px){h2{font-size:1.25rem}}p{font-size:1.125rem;font-weight:400}@media(max-width:768px){p{font-size:1.1rem}}@media(max-width:576px){p{font-size:1rem}}a{color:var(--c-theme-text);text-decoration:none}img{max-width:100%;display:block}button,input,select,textarea{font:inherit}.c-btn{font-size:1rem;font-weight:400}@media(max-width:768px){.c-btn{font-size:1rem}}@media(max-width:576px){.c-btn{font-size:.9rem}}.c-btn{position:relative;display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:.75rem 1.15rem;border-radius:16px;border:none;text-align:center;font-weight:600;line-height:1.2;gap:.55rem;overflow:hidden;isolation:isolate;transition:transform .2s ease,box-shadow .2s ease,background-color .3s ease,color .3s ease,border-color .3s ease}.c-btn:hover{transform:translateY(-1px)}.c-btn:disabled{opacity:.7;transform:none}.c-btn--compact{min-height:40px;padding:.55rem .95rem;border-radius:14px;font-size:.9rem}.c-btn--primary{background:linear-gradient(135deg,#4bb45c,#45a655);color:#fff;box-shadow:0 10px 22px #45a65538}.c-btn--primary:hover{background:linear-gradient(135deg,#52b763,#368243);box-shadow:0 14px 28px #45a65542}.c-btn--secondary{background:#45a6550f;color:#2d4832;border:1px solid rgba(69,166,85,.26);box-shadow:inset 0 0 #45a655,0 10px 22px #45a65514}.c-btn--secondary:hover{color:#fff;border-color:#45a655;box-shadow:inset 0 0 0 999px #45a655,0 14px 28px #45a6552e}.c-btn--outline{background:#ffffffdb;color:#242424;border:1px solid rgba(36,36,36,.12);box-shadow:inset 0 0 0 1px #ffffff47}.c-btn--outline:hover{background:#fff;box-shadow:0 12px 26px #24242414}.c-btn--danger{background-color:#c50000;color:#fff}.c-btn--danger:hover{background-color:#920000}[data-theme=dark] .c-btn--outline{background:#161e1bf0;color:#eef4ee;border-color:#c8dfca29;box-shadow:inset 0 0 0 1px #ffffff08}[data-theme=dark] .c-btn--secondary{background:#45a65524;color:#d9f2de;border-color:#45a65557}[data-theme=dark] .c-btn,.o-darkmode .c-btn,[data-theme=dark] .c-btn--outline,.o-darkmode .c-btn--outline{box-shadow:none!important}.c-theme-toggle{width:100%;display:inline-flex;align-items:center;gap:.65rem;padding:.68rem .76rem;border-radius:1rem;border:1px solid var(--c-theme-border);background:var(--c-surface-card);color:var(--c-theme-text);box-shadow:none;transition:background-color .28s ease,border-color .28s ease,color .28s ease}.c-theme-toggle:hover{transform:none;background:var(--c-surface-panel)}.c-theme-toggle--floating{width:auto;min-width:0;max-width:100%;padding:.58rem .68rem;border-radius:999px;margin-left:auto}.c-theme-toggle.is-dark .c-theme-toggle__thumb{transform:translate(1rem)}.c-theme-toggle__icon{width:2rem;height:2rem;display:inline-flex;align-items:center;justify-content:center;border-radius:.9rem;flex-shrink:0;background:#45a6551a;color:#325b39;font-size:.98rem;transition:background-color .28s ease,color .28s ease}.c-theme-toggle__text{min-width:0;flex:1 1 auto;text-align:left}.c-theme-toggle__text strong,.c-theme-toggle__text small{display:block;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.c-theme-toggle__text strong{font-size:.84rem;line-height:1.2}.c-theme-toggle__text small{margin-top:.14rem;color:var(--c-theme-muted);font-size:.7rem;transition:color .35s ease}.c-theme-toggle__track{width:2.45rem;height:1.42rem;position:relative;display:inline-flex;align-items:center;flex-shrink:0;padding:.12rem;border-radius:999px;border:1px solid var(--c-theme-border);background:#17211a0f;transition:background-color .28s ease,border-color .28s ease}.c-theme-toggle__thumb{width:1rem;height:1rem;border-radius:50%;background:#fff;box-shadow:0 4px 10px #17211a2e;transition:transform .24s cubic-bezier(.22,1,.36,1),background-color .28s ease}.c-theme-toggle-mobile,.c-theme-toggle-dock{display:none}.c-sidebar .c-theme-toggle:not(.c-theme-toggle--floating){background:#121a16f0;border-color:#c8dfca29;color:#eef4ee;box-shadow:none}.c-sidebar .c-theme-toggle:not(.c-theme-toggle--floating) .c-theme-toggle__icon{background:#45a65533;color:#cfead5}.c-sidebar .c-theme-toggle:not(.c-theme-toggle--floating) .c-theme-toggle__text small{color:#eef4eeb3}.c-sidebar .c-theme-toggle:not(.c-theme-toggle--floating) .c-theme-toggle__track{border-color:#dfebe029;background:#dfebe014}.c-sidebar .c-theme-toggle:not(.c-theme-toggle--floating) .c-theme-toggle__thumb{background:#dff1e2}[data-theme=dark] .c-theme-toggle{background:var(--c-surface-card);box-shadow:none}[data-theme=dark] .c-theme-toggle__icon{background:#45a65533;color:#cfead5;box-shadow:none}[data-theme=dark] .c-theme-toggle__track{border-color:#dfebe029;background:#dfebe014}[data-theme=dark] .c-theme-toggle__thumb{background:#eff5efeb;box-shadow:none}[data-theme=dark] .c-theme-toggle,.o-darkmode .c-theme-toggle,[data-theme=dark] .c-theme-toggle__thumb,.o-darkmode .c-theme-toggle__thumb,[data-theme=dark] .c-theme-toggle__icon,.o-darkmode .c-theme-toggle__icon{box-shadow:none!important}@media(max-width:768px){.c-theme-toggle-mobile{display:none}.c-theme-toggle-dock{display:block;position:fixed;right:max(.85rem,env(safe-area-inset-right,0px));bottom:calc(5.9rem + env(safe-area-inset-bottom,0px));z-index:10020}.c-theme-toggle-dock--guest{bottom:calc(1rem + env(safe-area-inset-bottom,0px))}.c-theme-toggle-dock .c-theme-toggle--floating{width:2.75rem;height:2.75rem;padding:0;margin:0rem .5rem 0rem 2rem;justify-content:center;border-radius:999px;border-color:#17313c1a;background:#ffffffd1;color:#17313cc7;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);box-shadow:0 10px 26px #17313c1f}.c-theme-toggle-dock .c-theme-toggle__icon{width:1.85rem;height:1.85rem;border-radius:999px;background:transparent;color:currentColor;font-size:.92rem}.c-theme-toggle-dock .c-theme-toggle__text,.c-theme-toggle-dock .c-theme-toggle__track{display:none}[data-theme=dark] .c-theme-toggle-dock .c-theme-toggle--floating,.o-darkmode .c-theme-toggle-dock .c-theme-toggle--floating{border-color:#eef4ee1a;background:#121916bd;color:#eef4eec7;box-shadow:none}}.c-navigation-loader{position:fixed;inset:0;z-index:2147483000;display:grid;place-items:center;padding:1.5rem;pointer-events:none;opacity:0;visibility:hidden;background:radial-gradient(circle at center,rgba(69,166,85,.12),transparent 18rem),color-mix(in srgb,var(--c-surface-page, #f6f8f7) 78%,transparent);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);transition:opacity .16s ease,visibility .16s ease}.c-navigation-loader.is-visible{opacity:1;visibility:visible}.c-navigation-loader__panel{display:grid;justify-items:center;gap:.9rem;min-width:min(18rem,72vw);padding:1.35rem 1.5rem;border:1px solid color-mix(in srgb,var(--c-surface-border, #dfe7e1) 72%,transparent);border-radius:.8rem;background:color-mix(in srgb,var(--c-surface-card, #ffffff) 92%,transparent);box-shadow:0 1.25rem 3rem #0f172a24}.c-navigation-loader__logo-wrap{display:inline-flex;animation:qhome-loader-pulse 1.05s ease-in-out infinite}.c-navigation-loader__logo{display:block;width:auto;max-width:min(5.75rem,34vw);max-height:min(6.85rem,40vw);height:auto;object-fit:contain}.c-navigation-loader__bar{width:min(10rem,56vw);height:.28rem;overflow:hidden;border-radius:999px;background:color-mix(in srgb,var(--c-theme-muted, #7f8b85) 18%,transparent)}.c-navigation-loader__bar span{display:block;width:38%;height:100%;border-radius:inherit;background:#45a655;animation:qhome-loader-slide 1.05s ease-in-out infinite}.is-inertia-loading{cursor:progress}@keyframes qhome-loader-pulse{0%,to{opacity:.62;transform:scale(.97)}50%{opacity:1;transform:scale(1)}}@keyframes qhome-loader-slide{0%{transform:translate(-115%)}to{transform:translate(275%)}}@media(prefers-reduced-motion:reduce){.c-navigation-loader,.c-navigation-loader__logo-wrap,.c-navigation-loader__bar span{animation:none;transition:none}}[data-theme=dark] .c-navigation-loader,.o-darkmode .c-navigation-loader{background:radial-gradient(circle at center,rgba(69,166,85,.14),transparent 18rem),#0a0e0cb8}[data-theme=dark] .c-navigation-loader__panel,.o-darkmode .c-navigation-loader__panel{border-color:#ffffff1f;background:#181d1aeb;box-shadow:0 1.25rem 3rem #00000057}.c-app__layout{flex-wrap:nowrap}.c-attesten-page{display:flex;flex-direction:column;gap:1rem;min-height:100%;color:var(--c-theme-text)}.c-attesten-page__hero{display:flex;position:relative;z-index:80;isolation:isolate;align-items:flex-start;justify-content:space-between;gap:1.25rem;padding:clamp(1.1rem,2vw,1.5rem);border:1px solid var(--c-surface-border);border-radius:30px;background:radial-gradient(circle at 8% 0%,rgba(69,166,85,.2),transparent 32%),radial-gradient(circle at 92% 18%,rgba(52,152,219,.14),transparent 28%),linear-gradient(135deg,var(--c-surface-card),var(--c-surface-panel));box-shadow:var(--c-theme-shadow);overflow:visible}.c-attesten-page__hero-copy{max-width:42rem;min-width:0}.c-attesten-page__eyebrow{margin:0 0 .5rem;color:#45a655f2;font-size:.76rem;font-weight:650;letter-spacing:0;text-transform:uppercase}.c-attesten-page__title{display:flex;align-items:center;gap:.75rem;margin:0;color:var(--c-theme-text);font-size:clamp(1.55rem,3vw,2.25rem);font-weight:650;letter-spacing:0;line-height:1.08}.c-attesten-page__title i{display:inline-flex;align-items:center;justify-content:center;width:3rem;height:3rem;border-radius:20px;background:linear-gradient(135deg,#45a6552e,#3498db1f);color:#387542;box-shadow:none;font-size:1.2rem;flex-shrink:0}.c-attesten-page__subtitle{margin:.7rem 0 0;max-width:38rem;color:var(--c-theme-muted);font-size:.98rem;line-height:1.65}.c-attesten-page__actions{display:flex;position:relative;z-index:1300;align-items:center;gap:.75rem}.c-attesten-page__actions--desktop{display:flex}.c-attesten-page .c-notification-bell,.c-attesten-page .c-notification-bell[open]{z-index:1300}.c-attesten-page .c-notification-bell__panel{z-index:1301}.c-attesten{display:flex;flex-direction:column;gap:1rem;min-width:0;padding:.15rem}.c-attesten__overview{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.85rem}.c-attesten__metric-card,.c-attesten__general-documents,.c-attesten__folder-section,.c-attesten__workspace{border:1px solid var(--c-surface-border);border-radius:28px;background:var(--c-surface-card);box-shadow:var(--c-theme-shadow);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.c-attesten__metric-card{display:flex;align-items:center;gap:.85rem;min-width:0;padding:1rem;background:var(--c-surface-card)}.c-attesten__metric-card>div{min-width:0}.c-attesten__metric-card strong{display:block;margin-top:.2rem;color:var(--c-theme-text);font-size:1rem;font-weight:650;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.c-attesten__metric-icon{display:inline-flex;align-items:center;justify-content:center;width:2.65rem;height:2.65rem;border-radius:18px;background:#45a6551c;color:#45a655;flex-shrink:0}.c-attesten__metric-icon i{display:inline-flex;align-items:center;justify-content:center;width:1em;height:1em;line-height:1}.c-attesten__metric-label,.c-attesten__kicker{display:block;color:var(--c-theme-muted);font-size:.73rem;font-weight:650;letter-spacing:0;text-transform:uppercase}.c-attesten__general-documents{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:1rem;padding:clamp(1rem,2vw,1.25rem);background:radial-gradient(circle at 10% 10%,rgba(52,152,219,.13),transparent 34%),linear-gradient(135deg,var(--c-surface-card),var(--c-surface-panel))}.c-attesten__general-icon{display:inline-flex;align-items:center;justify-content:center;width:3.3rem;height:3.3rem;border-radius:22px;background:#3498db1f;color:#3498db;font-size:1.35rem;flex-shrink:0}.c-attesten__general-icon i{display:inline-flex;align-items:center;justify-content:center;width:1em;height:1em;line-height:1}.c-attesten__general-copy{min-width:0}.c-attesten__general-copy p:last-child{margin:.45rem 0 0;color:var(--c-theme-muted);font-size:.92rem;line-height:1.55}.c-attesten__general-action{display:inline-flex;align-items:center;justify-content:center;min-height:2.7rem;padding:.65rem 1rem;border:1px solid rgba(52,152,219,.18);border-radius:16px;background:#3498db1a;color:var(--c-theme-text);font:inherit;font-size:.9rem;font-weight:650;cursor:pointer;white-space:nowrap;transition:transform .18s ease,background-color .18s ease,border-color .18s ease}.c-attesten__general-action:hover{transform:translateY(-1px);border-color:#3498db42;background:#3498db29}.c-attesten__folder-section,.c-attesten__workspace{padding:clamp(1rem,2vw,1.35rem)}.c-attesten__section-head,.c-attesten__content-head,.c-attesten__panel-head{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:1rem}.c-attesten__kicker{display:block;margin:0 0 .4rem;color:#45a655e6}.c-attesten__section-title,.c-attesten__panel-title{margin:0;color:var(--c-theme-text);font-size:clamp(1.05rem,2vw,1.25rem);font-weight:650;letter-spacing:0;line-height:1.2}.c-attesten__pill{display:inline-flex;align-items:center;justify-content:center;min-width:2.2rem;min-height:2.2rem;padding:.35rem .75rem;border:1px solid rgba(69,166,85,.16);border-radius:999px;background:#45a6551a;color:var(--c-theme-text);font-size:.8rem;font-weight:650;white-space:nowrap}.c-attesten__folder-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.85rem;margin-bottom:1rem}.c-attesten__folder-card{display:flex;align-items:center;gap:.85rem;min-width:0;min-height:6.5rem;padding:1rem;border:1px solid var(--c-surface-border);border-radius:24px;background:radial-gradient(circle at top right,rgba(69,166,85,.1),transparent 38%),linear-gradient(180deg,var(--c-surface-card),var(--c-surface-panel));color:var(--c-theme-text);text-align:left;cursor:pointer;box-shadow:0 14px 34px #2424240d;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease,background-color .18s ease}.c-attesten__folder-card>.bi{margin-left:auto;color:var(--c-theme-muted);font-size:1.25rem;flex-shrink:0;transition:color .18s ease,transform .18s ease}.c-attesten__folder-card:hover,.c-attesten__folder-card.is-active{transform:translateY(-3px);border-color:#45a65542;box-shadow:0 22px 48px #24242417}.c-attesten__folder-card:hover>.bi,.c-attesten__folder-card.is-active>.bi{color:#45a655;transform:translate(2px)}.c-attesten__folder-card.is-active{background:radial-gradient(circle at top right,rgba(69,166,85,.18),transparent 42%),linear-gradient(180deg,var(--c-surface-card),var(--c-surface-soft))}.c-attesten__folder-icon,.c-attesten__file-icon{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.c-attesten__folder-icon i,.c-attesten__file-icon i{display:inline-flex;align-items:center;justify-content:center;width:1em;height:1em;line-height:1}.c-attesten__folder-icon{width:3.1rem;height:3.1rem;border-radius:20px;background:linear-gradient(135deg,#45a6552e,#3498db1a);color:#45a655;font-size:1.35rem}.c-attesten__folder-copy{display:grid;min-width:0}.c-attesten__folder-copy strong,.c-attesten__folder-copy small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.c-attesten__folder-copy strong{color:var(--c-theme-text);font-size:.95rem;font-weight:650}.c-attesten__folder-copy small{margin-top:.25rem;color:var(--c-theme-muted);font-size:.78rem;font-weight:500}.c-attesten__toolbar{display:grid;grid-template-columns:minmax(0,1fr) minmax(12rem,16rem);gap:.8rem;margin-bottom:1rem}.c-attesten__search,.c-attesten__filter{border:1px solid var(--c-surface-border);border-radius:18px;background:var(--c-surface-soft);box-shadow:none}.c-attesten__search{display:flex;align-items:center;gap:.7rem;min-width:0;padding:0 .95rem;color:var(--c-theme-muted)}.c-attesten__search input{width:100%;min-width:0;min-height:3.15rem;border:0;outline:0;background:transparent;color:var(--c-theme-text);font:inherit}.c-attesten__search input::placeholder{color:var(--c-theme-muted)}.c-attesten__filter{display:grid;gap:.2rem;padding:.45rem .85rem}.c-attesten__filter span{color:var(--c-theme-muted);font-size:.68rem;font-weight:650;letter-spacing:0;text-transform:uppercase}.c-attesten__filter select{min-width:0;border:0;outline:0;background:transparent;color:var(--c-theme-text);font:inherit;font-weight:600}.c-attesten__file-grid{display:grid;gap:.7rem}.c-attesten__file-card{display:flex;align-items:center;justify-content:space-between;gap:.85rem;min-width:0;padding:.85rem;border:1px solid var(--c-surface-border);border-radius:22px;background:var(--c-surface-card);cursor:pointer;box-shadow:0 12px 30px #2424240b;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.c-attesten__file-card:hover{transform:translateY(-2px);border-color:#45a65533;box-shadow:0 20px 44px #24242414}.c-attesten__file-main{display:flex;align-items:center;gap:.85rem;min-width:0;color:inherit;text-decoration:none;flex:1 1 auto}.c-attesten__file-icon{width:2.75rem;height:2.75rem;border-radius:18px;font-size:1.15rem}.c-attesten__file-icon--document{background:#3498db1c;color:#3498db}.c-attesten__file-icon--pdf{background:#c5000014;color:#c50000}.c-attesten__file-copy{display:grid;min-width:0}.c-attesten__file-copy strong,.c-attesten__file-copy small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.c-attesten__file-copy strong{color:var(--c-theme-text);font-size:.95rem;font-weight:650}.c-attesten__file-copy small{margin-top:.28rem;color:var(--c-theme-muted);font-size:.78rem;font-weight:500}.c-attesten__file-actions{display:flex;align-items:center;gap:.45rem;flex-shrink:0}.c-attesten__icon-action,.c-attesten__download-link{display:inline-flex;align-items:center;justify-content:center;width:2.55rem;height:2.55rem;border:1px solid var(--c-surface-border);border-radius:16px;background:var(--c-surface-chip);color:var(--c-theme-text);font:inherit;text-decoration:none;cursor:pointer;transition:transform .18s ease,background-color .18s ease,color .18s ease,border-color .18s ease}.c-attesten__icon-action i,.c-attesten__download-link i{display:inline-flex;align-items:center;justify-content:center;width:1em;height:1em;line-height:1}.c-attesten__icon-action:hover,.c-attesten__download-link:hover{transform:translateY(-1px);border-color:#45a65538;background:#45a6551a;color:#45a655}.c-attesten__icon-action{padding:0}.c-attesten__empty-state{display:grid;justify-items:center;gap:.45rem;padding:3rem 1rem;border:1px dashed var(--c-surface-border);border-radius:24px;background:var(--c-surface-panel);text-align:center}.c-attesten__empty-state span{display:inline-flex;align-items:center;justify-content:center;width:3.5rem;height:3.5rem;border-radius:22px;background:#45a65517;color:#45a655;font-size:1.35rem}.c-attesten__empty-state strong{color:var(--c-theme-text);font-size:1rem;font-weight:650}.c-attesten__empty-state p{margin:0;color:var(--c-theme-muted);line-height:1.5}.c-attesten-preview{position:fixed;inset:0;z-index:1200;display:grid;place-items:center;padding:1.25rem;background:#0c14119e;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.c-attesten-preview__panel{display:grid;grid-template-rows:auto minmax(18rem,1fr) auto;width:min(72rem,100%);height:min(46rem,100vh - 2.5rem);overflow:hidden;border:1px solid var(--c-surface-border);border-radius:24px;background:var(--c-surface-panel);box-shadow:0 26px 70px #24242438}.c-attesten-preview__head,.c-attesten-preview__actions{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem;border-color:var(--c-surface-border);background:var(--c-surface-card)}.c-attesten-preview__head{border-bottom:1px solid var(--c-surface-border)}.c-attesten-preview__title{margin:0;color:var(--c-theme-text);font-size:1rem;font-weight:650;line-height:1.25;overflow-wrap:anywhere}.c-attesten-preview__close,.c-attesten-preview__button{display:inline-flex;align-items:center;justify-content:center;gap:.45rem;min-height:2.6rem;border:1px solid var(--c-surface-border);border-radius:16px;background:var(--c-surface-chip);color:var(--c-theme-text);font:inherit;font-weight:650;text-decoration:none;cursor:pointer;transition:transform .18s ease,background-color .18s ease,color .18s ease,border-color .18s ease}.c-attesten-preview__close:hover,.c-attesten-preview__button:hover{transform:translateY(-1px);border-color:#45a6553d;background:#45a6551a;color:#45a655}.c-attesten-preview__close{width:2.6rem;padding:0;flex-shrink:0}.c-attesten-preview__frame{width:100%;height:100%;border:0;background:#fff}.c-attesten-preview__actions{flex-wrap:wrap;justify-content:flex-end;border-top:1px solid var(--c-surface-border)}.c-attesten-preview__button{padding:.65rem .95rem}.c-attesten-preview__button--primary{background:#45a655;border-color:#45a655;color:#fff}.c-attesten-preview__button--primary:hover{background:#3c904a;color:#fff}[data-theme=dark] .c-attesten-page__hero,.o-darkmode .c-attesten-page__hero{border-color:var(--c-surface-border);background:radial-gradient(circle at 8% 0%,rgba(69,166,85,.16),transparent 32%),radial-gradient(circle at 92% 18%,rgba(52,152,219,.1),transparent 28%),linear-gradient(135deg,var(--c-surface-card),var(--c-surface-panel));box-shadow:var(--c-theme-shadow)}[data-theme=dark] .c-attesten-page__title,[data-theme=dark] .c-attesten-page__eyebrow,.o-darkmode .c-attesten-page__title,.o-darkmode .c-attesten-page__eyebrow{color:var(--c-theme-text)}[data-theme=dark] .c-attesten-page__subtitle,.o-darkmode .c-attesten-page__subtitle{color:var(--c-theme-muted)}[data-theme=dark] .c-attesten__metric-card,[data-theme=dark] .c-attesten__general-documents,[data-theme=dark] .c-attesten__folder-section,[data-theme=dark] .c-attesten__workspace,[data-theme=dark] .c-attesten__folder-card,[data-theme=dark] .c-attesten__file-card,[data-theme=dark] .c-attesten__search,[data-theme=dark] .c-attesten__filter,[data-theme=dark] .c-attesten__icon-action,[data-theme=dark] .c-attesten__download-link,[data-theme=dark] .c-attesten__empty-state,.o-darkmode .c-attesten__metric-card,.o-darkmode .c-attesten__general-documents,.o-darkmode .c-attesten__folder-section,.o-darkmode .c-attesten__workspace,.o-darkmode .c-attesten__folder-card,.o-darkmode .c-attesten__file-card,.o-darkmode .c-attesten__search,.o-darkmode .c-attesten__filter,.o-darkmode .c-attesten__icon-action,.o-darkmode .c-attesten__download-link,.o-darkmode .c-attesten__empty-state{border-color:var(--c-surface-border);background:var(--c-surface-card);box-shadow:none}[data-theme=dark] .c-attesten__metric-card,[data-theme=dark] .c-attesten__file-card,.o-darkmode .c-attesten__metric-card,.o-darkmode .c-attesten__file-card{background:var(--c-surface-card)}[data-theme=dark] .c-attesten__general-documents,[data-theme=dark] .c-attesten__folder-section,[data-theme=dark] .c-attesten__workspace,.o-darkmode .c-attesten__general-documents,.o-darkmode .c-attesten__folder-section,.o-darkmode .c-attesten__workspace{background:var(--c-surface-panel)}[data-theme=dark] .c-attesten__folder-card,[data-theme=dark] .c-attesten__search,[data-theme=dark] .c-attesten__filter,[data-theme=dark] .c-attesten__empty-state,.o-darkmode .c-attesten__folder-card,.o-darkmode .c-attesten__search,.o-darkmode .c-attesten__filter,.o-darkmode .c-attesten__empty-state{background:var(--c-surface-soft)}[data-theme=dark] .c-attesten__folder-card.is-active,.o-darkmode .c-attesten__folder-card.is-active{background:var(--c-surface-chip);border-color:#45a65557}[data-theme=dark] .c-attesten__metric-card strong,[data-theme=dark] .c-attesten__section-title,[data-theme=dark] .c-attesten__panel-title,[data-theme=dark] .c-attesten__general-copy p,[data-theme=dark] .c-attesten__folder-copy strong,[data-theme=dark] .c-attesten__file-copy strong,[data-theme=dark] .c-attesten__general-action,[data-theme=dark] .c-attesten__filter select,[data-theme=dark] .c-attesten__search input,[data-theme=dark] .c-attesten__empty-state strong,.o-darkmode .c-attesten__metric-card strong,.o-darkmode .c-attesten__section-title,.o-darkmode .c-attesten__panel-title,.o-darkmode .c-attesten__general-copy p,.o-darkmode .c-attesten__folder-copy strong,.o-darkmode .c-attesten__file-copy strong,.o-darkmode .c-attesten__general-action,.o-darkmode .c-attesten__filter select,.o-darkmode .c-attesten__search input,.o-darkmode .c-attesten__empty-state strong{color:var(--c-theme-text)}[data-theme=dark] .c-attesten__metric-label,[data-theme=dark] .c-attesten__general-copy p:last-child,[data-theme=dark] .c-attesten__folder-copy small,[data-theme=dark] .c-attesten__file-copy small,[data-theme=dark] .c-attesten__filter span,[data-theme=dark] .c-attesten__empty-state p,.o-darkmode .c-attesten__metric-label,.o-darkmode .c-attesten__general-copy p:last-child,.o-darkmode .c-attesten__folder-copy small,.o-darkmode .c-attesten__file-copy small,.o-darkmode .c-attesten__filter span,.o-darkmode .c-attesten__empty-state p{color:var(--c-theme-muted)}[data-theme=dark] .c-attesten__kicker,.o-darkmode .c-attesten__kicker{color:#7dd98cdb}[data-theme=dark] .c-attesten__pill,[data-theme=dark] .c-attesten__metric-icon,[data-theme=dark] .c-attesten__folder-icon,[data-theme=dark] .c-attesten__general-icon,[data-theme=dark] .c-attesten__empty-state span,.o-darkmode .c-attesten__pill,.o-darkmode .c-attesten__metric-icon,.o-darkmode .c-attesten__folder-icon,.o-darkmode .c-attesten__general-icon,.o-darkmode .c-attesten__empty-state span{border-color:var(--c-surface-border);background:var(--c-surface-chip);color:#7dd98c}[data-theme=dark] .c-attesten__file-icon--document,.o-darkmode .c-attesten__file-icon--document{background:var(--c-surface-chip);color:#8fc7ff}[data-theme=dark] .c-attesten__file-icon--pdf,.o-darkmode .c-attesten__file-icon--pdf{background:var(--c-surface-chip);color:#ff9a9a}[data-theme=dark] .c-attesten__search,.o-darkmode .c-attesten__search{color:var(--c-theme-muted)}[data-theme=dark] .c-attesten__search input::placeholder,.o-darkmode .c-attesten__search input::placeholder{color:var(--c-theme-muted)}[data-theme=dark] .c-attesten__filter select option,.o-darkmode .c-attesten__filter select option{color:var(--c-theme-text);background:var(--c-theme-surface-strong)}[data-theme=dark] .c-attesten__folder-card:hover,[data-theme=dark] .c-attesten__file-card:hover,.o-darkmode .c-attesten__folder-card:hover,.o-darkmode .c-attesten__file-card:hover{border-color:#45a6554d;background:var(--c-surface-chip);box-shadow:none}[data-theme=dark] .c-attesten__icon-action,[data-theme=dark] .c-attesten__download-link,.o-darkmode .c-attesten__icon-action,.o-darkmode .c-attesten__download-link{color:var(--c-theme-text)}[data-theme=dark] .c-attesten__icon-action:hover,[data-theme=dark] .c-attesten__download-link:hover,.o-darkmode .c-attesten__icon-action:hover,.o-darkmode .c-attesten__download-link:hover{background:var(--c-surface-chip);color:#7dd98c}[data-theme=dark] .c-attesten__general-action,.o-darkmode .c-attesten__general-action{border-color:var(--c-surface-border);background:var(--c-surface-chip)}[data-theme=dark] .c-attesten__general-action:hover,.o-darkmode .c-attesten__general-action:hover{background:var(--c-surface-soft)}@media(max-width:1180px){.c-attesten__folder-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:768px){.c-attesten-page__hero{border-radius:24px}.c-attesten-page__title{font-size:1.45rem}.c-attesten-page__title i{width:2.6rem;height:2.6rem;border-radius:18px}.c-attesten-page__subtitle{font-size:.92rem}.c-attesten-page__actions--desktop{display:none}.c-attesten{padding:0}.c-attesten__overview,.c-attesten__folder-grid,.c-attesten__toolbar{grid-template-columns:1fr}.c-attesten__general-documents{grid-template-columns:auto minmax(0,1fr)}.c-attesten__general-action{grid-column:1/-1;width:100%}.c-attesten__metric-card,.c-attesten__folder-section,.c-attesten__workspace{border-radius:22px}.c-attesten__folder-card{min-height:5.4rem;border-radius:20px}.c-attesten__content-head{align-items:center}.c-attesten__file-card{align-items:flex-start;border-radius:20px}.c-attesten__file-main{align-items:flex-start}.c-attesten__download-link{width:2.35rem;height:2.35rem}}@media(max-width:480px){.c-attesten-page__hero{padding:1rem}.c-attesten__folder-section,.c-attesten__workspace{padding:.85rem}.c-attesten__folder-card,.c-attesten__file-card{padding:.8rem}.c-attesten__folder-icon,.c-attesten__file-icon{width:2.45rem;height:2.45rem;border-radius:16px}}html,body,#app{min-height:100%}.c-app{min-height:100vh;min-height:100dvh;height:auto;max-height:none;padding:0!important;background:radial-gradient(circle at top left,rgba(67,161,83,.16),transparent 26%),radial-gradient(circle at right 18%,rgba(36,36,36,.08),transparent 22%),linear-gradient(180deg,#edf2f5,#e3eaef);overflow:clip}[data-theme=dark] .c-app{background:radial-gradient(circle at top left,rgba(67,161,83,.14),transparent 28%),radial-gradient(circle at right 18%,rgba(175,220,186,.06),transparent 22%),linear-gradient(180deg,#0f1614,#151e1a)}.c-sidebar{min-height:100vh;min-height:100dvh;height:100vh;height:100dvh;width:clamp(240px,20vw,320px);background:linear-gradient(180deg,rgba(255,255,255,.04),transparent),linear-gradient(180deg,#172019,#202b22);padding:1.5rem 1rem 1.25rem 0;position:fixed;top:0;bottom:0;left:0;z-index:100;align-self:flex-start;display:flex;flex-direction:column;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;border-right:1px solid rgba(255,255,255,.06);box-shadow:18px 0 40px #0c100d29}@media(max-width:1200px){.c-sidebar{width:250px}}@media(max-width:991.98px){.c-sidebar{display:none}}.c-sidebar__nav{display:flex;flex-direction:column;gap:.35rem}.c-sidebar__link{font-size:1.125rem;font-weight:500}@media(max-width:768px){.c-sidebar__link{font-size:1.1rem}}@media(max-width:576px){.c-sidebar__link{font-size:1rem}}.c-sidebar__link{display:flex;gap:.72rem;align-items:center;margin-right:.4rem;padding:.9rem 1.1rem;color:#cfd6cf;text-decoration:none;border-radius:0 20px 20px 0;transition:background-color .25s ease,color .25s ease,transform .25s ease}.c-sidebar__link>i:not(.c-sidebar__chevron){flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;width:2.35rem;height:2.35rem;border-radius:999px;background:#ffffff14;font-size:1rem;line-height:1}.c-sidebar__link:hover{background:#ffffff0f;color:#fff;transform:translate(4px)}.c-sidebar__link--active{background:linear-gradient(135deg,#4bb45c,#45a655);color:#fff;font-weight:600;box-shadow:0 14px 28px #45a65533}.c-sidebar__link--active>i:not(.c-sidebar__chevron){background:#ffffff2e}.c-sidebar__link--danger{background:#c5000029;color:#fff}.c-sidebar__group{display:grid;gap:.25rem}.c-sidebar__chevron{margin-left:auto;font-size:.8rem;opacity:.72}.c-sidebar__submenu{display:grid;gap:.25rem;margin:.1rem 0 .35rem 1.1rem;padding-left:1rem;border-left:1px solid rgba(255,255,255,.12)}.c-sidebar__sublink{display:grid;gap:.1rem;margin-right:.4rem;padding:.58rem .8rem;border-radius:0 14px 14px 0;color:#cfd6cfdb;text-decoration:none;transition:background-color .2s ease,color .2s ease,transform .2s ease}.c-sidebar__sublink span,.c-sidebar__sublink small{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.c-sidebar__sublink span{font-size:.86rem;font-weight:700;line-height:1.15}.c-sidebar__sublink small{color:#cfd6cf94;font-size:.68rem;font-weight:700;line-height:1.1;text-transform:uppercase}.c-sidebar__sublink:hover{background:#ffffff0f;color:#fff;transform:translate(3px)}.c-sidebar__sublink--active{background:#45a65533;color:#fff}.c-sidebar__badge{margin-left:auto;min-width:1.5rem;height:1.5rem;display:inline-flex;align-items:center;justify-content:center;padding:0 .38rem;border-radius:999px;background:#ffffff2e;color:#fff;font-size:.78rem;font-weight:700;line-height:1}.c-sidebar__bottom{margin-top:auto}.c-sidebar__trust-link{display:flex;align-items:center;justify-content:center;gap:.4rem;margin:.45rem 1rem 0 0;color:#cfd6cf9e;font-size:.72rem;font-weight:600;text-decoration:none;transition:color .2s ease}.c-sidebar__trust-link:hover{color:#fff}.c-sidebar__logo{margin:0 0 2rem 1rem}.c-sidebar__logo img{max-width:min(100%,172px);height:auto}.c-account-avatar{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;width:2.35rem;height:2.35rem;border-radius:999px;background:linear-gradient(135deg,#56b966,#45a655);color:#fff;font-size:.86rem;font-weight:800;letter-spacing:0;line-height:1}.c-account-avatar--sm{width:2.1rem;height:2.1rem;font-size:.78rem}.c-sidebar__link--account{align-items:center}.c-sidebar__account-copy{display:grid;gap:.06rem;min-width:0}.c-sidebar__account-copy strong,.c-sidebar__account-copy small{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.c-sidebar__account-copy strong{color:inherit;font-size:.92rem;line-height:1.12}.c-sidebar__account-copy small{color:#ffffffa3;font-size:.72rem;font-weight:600;text-transform:none}[data-theme=dark] .c-sidebar{background:linear-gradient(180deg,rgba(255,255,255,.03),transparent),linear-gradient(180deg,#0f1713,#18211d);border-right-color:#ffffff0d;box-shadow:none}[data-theme=dark] .c-sidebar__link{color:#d9e5da}[data-theme=dark] .c-sidebar__link:hover{background:#ffffff14;color:#fff}[data-theme=dark] .c-sidebar__badge{background:#ffffff24}[data-theme=dark] .c-sidebar__submenu{border-left-color:#ffffff1a}[data-theme=dark] .c-sidebar__sublink{color:#d9e5dadb}.c-topbar{display:flex;align-items:flex-start;justify-content:space-between;gap:1.25rem;margin:0 auto 1.1rem;width:min(100%,1440px);padding:clamp(1rem,2vw,1.35rem) clamp(1rem,2vw,1.4rem);border-radius:28px;background:linear-gradient(135deg,#ffffffe0,#ffffffad);border:1px solid rgba(255,255,255,.6);box-shadow:0 18px 40px #222b2614;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.c-topbar--guest{background:linear-gradient(135deg,#ffffffeb,#f8fbf8c2)}.c-topbar__content{min-width:0}.c-topbar__eyebrow{display:inline-block;margin-bottom:.45rem;color:#45a655f2;font-size:.74rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase}.c-topbar__title{margin:0;font-size:clamp(1.6rem,3vw,2.4rem);font-weight:700;line-height:1.02;letter-spacing:-.04em;text-wrap:balance}.c-topbar__subtitle{margin:.45rem 0 0;max-width:52rem;color:#242424ad;font-size:.98rem;line-height:1.6}.c-topbar__meta{display:inline-flex;align-items:center;gap:.6rem;padding:.8rem 1rem;border-radius:999px;background:#2424240d;color:#242424cc;font-size:.92rem;font-weight:600;white-space:nowrap}.c-topbar__meta i{color:#45a655;font-size:1rem}.c-mobile-nav{display:none}@media(max-width:991.98px){.c-mobile-nav{display:flex;position:fixed;bottom:0;left:0;right:0;width:100%;max-width:100vw;min-height:74px;background:#1e2521;z-index:9999;align-items:stretch;justify-content:space-between;gap:.35rem;border-top:1px solid rgba(255,255,255,.08);padding:.6rem max(.6rem,env(safe-area-inset-left,0px)) calc(.65rem + env(safe-area-inset-bottom,0px)) max(.6rem,env(safe-area-inset-right,0px));box-shadow:0 -18px 38px #111a144d;box-sizing:border-box;overflow:hidden}}@media(max-width:991.98px){.c-mobile-nav--admin{justify-content:flex-start;overflow-x:auto;overflow-y:hidden;overscroll-behavior-x:contain;scrollbar-width:none}.c-mobile-nav--admin::-webkit-scrollbar{display:none}}@media(max-width:991.98px){.c-mobile-nav--admin .c-mobile-nav__link{flex:0 0 clamp(4.4rem,14vw,6rem)}}.c-mobile-nav__link{color:#cfd6cf;text-decoration:none;display:flex;flex:1 1 0;min-width:0;flex-direction:column;justify-content:center;align-items:center;gap:.3rem;padding:.55rem .2rem;border-radius:16px;text-align:center;transition:all .3s cubic-bezier(.4,0,.2,1);overflow:hidden;border:0;font:inherit}.c-mobile-nav__link--button{appearance:none;background:transparent;cursor:pointer}.c-mobile-nav__link i{font-size:1rem;transition:transform .3s ease}.c-mobile-nav__link span{display:block;width:100%;font-size:.61rem;line-height:1.1;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.c-mobile-nav__link--active{background:linear-gradient(135deg,#45a65538,#45a6551a);color:#fff}.c-mobile-nav__link--active i{transform:scale(1.1)}.c-mobile-nav__link--danger{background:#c5000026;color:#fff}.c-mobile-nav__badge{display:inline-flex;align-items:center;justify-content:center;min-width:1.1rem;height:1.1rem;padding:0 .28rem;border-radius:999px;background:#ffffff2e;color:#fff;font-size:.62rem;font-weight:700;line-height:1}.c-mobile-services-panel{display:none}[data-theme=dark] .c-mobile-nav{background:#121915;border-top-color:#ffffff0f;box-shadow:none}[data-theme=dark] .c-mobile-nav__badge{background:#ffffff24}.c-app__layout{min-height:100vh;min-height:100dvh;height:auto;margin:0!important;flex-wrap:nowrap;overflow:visible;padding-left:clamp(240px,20vw,320px)}@media(max-width:1200px){.c-app__layout{padding-left:250px}}@media(max-width:991.98px){.c-app__layout{padding-left:0}}.c-app__layout--guest{display:block;overflow-y:auto;padding-left:0}.c-main{min-height:100vh;min-height:100dvh;height:auto;max-height:none;background:transparent;margin:0;padding:clamp(1rem,2vw,1.4rem);overflow-y:visible;overflow-x:hidden}.c-main--guest{width:100%;max-width:100%}@media(max-width:991.98px){.c-main{padding-top:.9rem!important;padding-bottom:calc(6.5rem + env(safe-area-inset-bottom,0px))!important}}@media(max-width:991.98px){.c-main--guest{padding-bottom:2rem!important}}[data-theme=dark] .c-mobile-header-actions__link{border-color:#d4e6d61f;background:#161f1beb;color:#eef4ee;box-shadow:0 12px 24px #00000029}.c-main__surface{width:min(100%,1440px);margin:0 auto}.c-main__surface--guest{width:min(100%,1240px)}.c-mobile-page-footer,.c-mobile-header-actions{display:none}.c-main__links--desktop{display:flex}@media(max-width:991.98px){.c-app{overflow:visible}.c-app__layout{min-height:100vh;min-height:100dvh;overflow:visible}.c-topbar{flex-direction:column;gap:.85rem;border-radius:24px;margin-bottom:.9rem}.c-topbar__meta{white-space:normal}.c-mobile-header-actions{display:flex;justify-content:flex-start;align-items:center;gap:.75rem;position:fixed;top:0;left:0;right:0;z-index:10000;width:100%;margin:0;padding:calc(.55rem + env(safe-area-inset-top,0px)) max(1rem,env(safe-area-inset-right,0px)) .55rem max(1rem,env(safe-area-inset-left,0px));border-bottom:1px solid rgba(36,36,36,.08);background:#f6faf7e6;box-shadow:0 12px 28px #24242414;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.c-main:has(>.c-mobile-header-actions){padding-top:calc(4.55rem + env(safe-area-inset-top,0px))!important}.c-mobile-page-footer{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-top:1rem;padding:.8rem .25rem 0;border-top:1px solid rgba(36,36,36,.08)}.c-mobile-page-footer__trust{display:inline-flex;align-items:center;gap:.45rem;min-height:2.5rem;color:#242424a8;font-size:.78rem;font-weight:700;text-decoration:none}.c-mobile-page-footer__trust i{color:#45a655}.c-mobile-page-footer__logout{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;width:2.6rem;height:2.6rem;padding:0;border:1px solid rgba(197,0,0,.18);border-radius:999px;background:#c500001a;color:#c50000}[data-theme=dark] .c-mobile-page-footer{border-top-color:var(--c-surface-border)}[data-theme=dark] .c-mobile-page-footer__trust{color:#e3ede4ad}[data-theme=dark] .c-mobile-page-footer__logout{border-color:#c5000047;background:#c5000024}.c-mobile-header-actions__left,.c-mobile-header-actions__right{display:flex;align-items:center;gap:.55rem;min-width:0}.c-mobile-header-actions__right{margin-left:auto}.c-mobile-services-panel{display:block;position:fixed;left:50%;right:auto;bottom:calc(5.85rem + env(safe-area-inset-bottom,0px));z-index:9998;width:min(24rem,100vw - 2rem);max-height:min(28rem,calc(100dvh - 9rem));padding:.85rem;border:1px solid rgba(255,255,255,.1);border-radius:22px;background:#1e2521f5;box-shadow:0 -18px 40px #111a1447;color:#fff;overflow-y:auto;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);-webkit-overflow-scrolling:touch;transform:translate(-50%)}.c-mobile-services-panel__header{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:.7rem}.c-mobile-services-panel__header p{margin:0 0 .15rem;color:#ffffff94;font-size:.68rem;font-weight:800;letter-spacing:0;text-transform:uppercase}.c-mobile-services-panel__header strong{display:block;color:#fff;font-size:1rem;line-height:1.1}.c-mobile-services-panel__header button{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;width:2.2rem;height:2.2rem;border:1px solid rgba(255,255,255,.1);border-radius:999px;background:#ffffff14;color:#fff}.c-mobile-services-panel__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.55rem;margin-bottom:.65rem}.c-mobile-services-panel__item,.c-mobile-services-panel__more{display:flex;align-items:center;min-width:0;border-radius:16px;text-decoration:none}.c-mobile-services-panel__item{gap:.55rem;min-height:3.25rem;padding:.55rem;border:1px solid rgba(255,255,255,.08);background:#ffffff12;color:#ffffffdb;font-size:.78rem;font-weight:800}.c-mobile-services-panel__item span:last-child{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.c-mobile-services-panel__item.is-active{border-color:#45a6557a;background:#45a6552e;color:#fff}.c-mobile-services-panel__icon{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;width:2rem;height:2rem;border-radius:12px;background:#45a65529;color:#5aba6a}.c-mobile-services-panel__empty{margin:0 0 .65rem;padding:.8rem;border-radius:16px;background:#ffffff12;color:#ffffffb8;font-size:.82rem;line-height:1.35}.c-mobile-services-panel__more{justify-content:center;gap:.5rem;width:100%;min-height:3rem;padding:.72rem 1rem;border:1px solid rgba(69,166,85,.42);background:#45a65529;color:#fff;font-size:.86rem;font-weight:900}}@media(max-width:991.98px)and (max-width:576px){.c-mobile-services-panel{width:min(21.5rem,100vw - 2rem)}}@media(max-width:991.98px){.c-mobile-header-actions__link{display:inline-flex;align-items:center;justify-content:center;position:relative;width:2.9rem;height:2.9rem;padding:0;border-radius:999px;border:1px solid rgba(36,36,36,.08);background:#ffffffeb;color:#242424;box-shadow:0 12px 24px #2424240f;text-decoration:none}.c-mobile-header-actions__link span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.c-mobile-header-actions__link--active{border-color:#45a65570;background:#45a65526;color:#368243;box-shadow:0 0 0 3px #45a6551c,0 12px 24px #45a6551f}.c-mobile-header-actions__link--danger{background:#c500001f;color:#c50000;border-color:#c500002e}.c-mobile-header-actions__badge{position:absolute;top:-.25rem;right:-.25rem;min-width:1.15rem;height:1.15rem;display:inline-flex;align-items:center;justify-content:center;padding:0 .28rem;border-radius:999px;background:#45a655;color:#fff;font-size:.62rem;font-weight:800}.c-mobile-header-actions .c-notification-bell__toggle{width:2.9rem;height:2.9rem;min-width:2.9rem;border-radius:999px;padding:0}.c-mobile-header-actions .c-notification-bell__panel{right:0;left:auto;width:min(20rem,100vw - 2rem)}.c-main__links--desktop,.c-notification-bell--desktop{display:none!important}[data-theme=dark] .c-mobile-header-actions{border-bottom-color:#ffffff14;background:#0f1713eb;box-shadow:0 12px 28px #0000003d}[data-theme=dark] .c-mobile-header-actions__link--active{border-color:#45a65585;background:#45a6552e;color:#eef4ee}}:root{--c-widget-surface: radial-gradient(circle at top right, rgba(67, 161, 83, .1), transparent 40%), linear-gradient(180deg, rgba(255, 255, 255, .98) 0%, #ffffff 100%);--c-widget-surface-admin: radial-gradient(circle at top right, rgba(67, 161, 83, .14), transparent 28%), linear-gradient(135deg, rgba(255, 255, 255, .98) 0%, rgba(245, 250, 246, .94) 100%);--c-widget-surface-accent: radial-gradient(circle at top right, rgba(67, 161, 83, .16), transparent 34%), linear-gradient(180deg, rgba(244, 247, 250, .96) 0%, #ffffff 100%)}[data-theme=dark],.o-darkmode{--c-widget-surface: radial-gradient(circle at top right, rgba(255, 255, 255, .05), transparent 42%), linear-gradient(180deg, rgba(52, 52, 52, .98) 0%, rgba(40, 40, 40, .98) 100%);--c-widget-surface-admin: radial-gradient(circle at top right, rgba(255, 255, 255, .06), transparent 32%), linear-gradient(135deg, rgba(56, 56, 56, .98) 0%, rgba(43, 43, 43, .96) 100%);--c-widget-surface-accent: radial-gradient(circle at top right, rgba(69, 166, 85, .12), transparent 36%), linear-gradient(180deg, rgba(58, 62, 59, .96) 0%, rgba(43, 47, 44, .98) 100%)}.c-main__header{display:flex;position:relative;z-index:20;isolation:isolate;align-items:flex-start;justify-content:space-between;gap:1.2rem;margin-bottom:1.35rem;padding:1.1rem 1.25rem;border:1px solid rgba(36,36,36,.08);border-radius:28px;background:radial-gradient(circle at top left,rgba(69,166,85,.16),transparent 42%),linear-gradient(135deg,#fffffffa,#ecececd1);box-shadow:0 20px 44px #24242414;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.c-main__title{display:flex;align-items:center;gap:.7rem;margin:0;font-size:clamp(1.35rem,2vw,1.8rem);font-weight:700;letter-spacing:-.03em;color:#242424}.c-main__title i{display:inline-flex;align-items:center;justify-content:center;width:2.6rem;height:2.6rem;border-radius:18px;background:linear-gradient(135deg,#45a6552e,#45a65514);box-shadow:inset 0 1px #ffffffd9;color:#387542;font-size:1rem;flex-shrink:0}.c-main__eyebrow{display:inline-flex;align-items:center;gap:.45rem;margin:0 0 .45rem;color:#24242494;font-size:.78rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.c-main__links{display:flex;align-items:center;gap:.9rem;flex-wrap:wrap;justify-content:flex-end}[data-theme=dark] .c-main__header{border-color:#d4e6d61f;background:radial-gradient(circle at top left,rgba(69,166,85,.18),transparent 42%),linear-gradient(135deg,#19231efa,#101815eb);box-shadow:0 22px 42px #00000042}[data-theme=dark] .c-main__title,[data-theme=dark] .c-widget .text-muted,[data-theme=dark] .c-dashboard-meta,[data-theme=dark] .c-dashboard-copy,[data-theme=dark] .c-dashboard-overview__lead,[data-theme=dark] .c-dashboard-profile__contact,[data-theme=dark] .c-dashboard-fact-card span,[data-theme=dark] .c-dashboard-mini-stat span,[data-theme=dark] .c-widget__title,[data-theme=dark] .c-section-copy,[data-theme=dark] .c-admin-metric-card__value,[data-theme=dark] .c-admin-building-card__title,[data-theme=dark] .c-admin-building-card__meta strong,[data-theme=dark] .c-admin-address-card__system-name,[data-theme=dark] .c-dashboard-list-item strong,[data-theme=dark] .c-dashboard-item-title{color:#eef4ee}[data-theme=dark] .c-admin-metric-card__label,[data-theme=dark] .c-admin-metric-card__caption,[data-theme=dark] .c-section-kicker,[data-theme=dark] .c-admin-building-card__type,[data-theme=dark] .c-admin-building-card__meta span{color:#e3ede4b8}.o-darkmode .c-widget .text-muted,.o-darkmode .c-dashboard-meta,.o-darkmode .c-dashboard-copy,.o-darkmode .c-dashboard-overview__lead,.o-darkmode .c-dashboard-profile__contact,.o-darkmode .c-dashboard-fact-card span,.o-darkmode .c-dashboard-mini-stat span{color:#e3ede4b8!important}.o-darkmode .c-main__title,.o-darkmode .c-widget__title,.o-darkmode .c-section-copy,.o-darkmode .c-admin-metric-card__value,.o-darkmode .c-admin-building-card__title,.o-darkmode .c-admin-building-card__meta strong,.o-darkmode .c-admin-address-card__system-name,.o-darkmode .c-dashboard-list-item strong,.o-darkmode .c-dashboard-item-title,.o-darkmode .c-dashboard-ticket-card__title,.o-darkmode .c-dashboard-fact-card strong,.o-darkmode .c-dashboard-mini-stat strong{color:#eef4ee}[data-theme=dark] .c-widget,[data-theme=dark] .c-admin-building-card,[data-theme=dark] .c-admin-address-card__section,[data-theme=dark] .c-admin-address-card__system,[data-theme=dark] .c-admin-hero__stat,[data-theme=dark] .c-dashboard-list-item,[data-theme=dark] .c-notification-bell__panel{border-color:#d4e6d61f;box-shadow:0 20px 36px #0000002e}[data-theme=dark] .c-admin-building-card__badge,[data-theme=dark] .c-dashboard-pill,[data-theme=dark] .c-status-generalindicator{background:#45a6552e;color:#d6ebd9}[data-theme=dark] .c-dashboard-overview__badge,.o-darkmode .c-dashboard-overview__badge,[data-theme=dark] .c-dashboard-fact-card,.o-darkmode .c-dashboard-fact-card,[data-theme=dark] .c-dashboard-mini-stat,.o-darkmode .c-dashboard-mini-stat,[data-theme=dark] .c-dashboard-list-item,.o-darkmode .c-dashboard-list-item,[data-theme=dark] .c-dashboard-user-card__ticket,.o-darkmode .c-dashboard-user-card__ticket{background:var(--c-surface-card);border-color:var(--c-surface-border)}[data-theme=dark] .c-dashboard-fact-card,.o-darkmode .c-dashboard-fact-card,[data-theme=dark] .c-dashboard-mini-stat,.o-darkmode .c-dashboard-mini-stat{background:var(--c-surface-soft)}[data-theme=dark] .c-dashboard-list-item i,.o-darkmode .c-dashboard-list-item i{color:var(--c-theme-text)}[data-theme=dark] .c-notification-bell__toggle,.o-darkmode .c-notification-bell__toggle{background:var(--c-surface-chip);border-color:var(--c-surface-border);color:var(--c-theme-text)}[data-theme=dark] .c-widget,.o-darkmode .c-widget,[data-theme=dark] .c-main__header,.o-darkmode .c-main__header,[data-theme=dark] .c-main__link,.o-darkmode .c-main__link,[data-theme=dark] .c-notification-bell__panel,.o-darkmode .c-notification-bell__panel,[data-theme=dark] .c-admin-metric-card,.o-darkmode .c-admin-metric-card,[data-theme=dark] .c-admin-building-card,.o-darkmode .c-admin-building-card,[data-theme=dark] .c-admin-hero__stat,.o-darkmode .c-admin-hero__stat,[data-theme=dark] .c-dashboard-list-item,.o-darkmode .c-dashboard-list-item,[data-theme=dark] .c-dashboard-user-card__ticket,.o-darkmode .c-dashboard-user-card__ticket,[data-theme=dark] .c-dashboard-fact-card,.o-darkmode .c-dashboard-fact-card,[data-theme=dark] .c-dashboard-mini-stat,.o-darkmode .c-dashboard-mini-stat,[data-theme=dark] .c-admin-address-card__section,.o-darkmode .c-admin-address-card__section,[data-theme=dark] .c-admin-address-card__system,.o-darkmode .c-admin-address-card__system,[data-theme=dark] .c-admin-upload__dropzone,.o-darkmode .c-admin-upload__dropzone,[data-theme=dark] .c-admin-upload__remove,.o-darkmode .c-admin-upload__remove,[data-theme=dark] .c-main__title i,.o-darkmode .c-main__title i,[data-theme=dark] .c-notification-bell__icon-wrap,.o-darkmode .c-notification-bell__icon-wrap,[data-theme=dark] .c-admin-metric-card__icon,.o-darkmode .c-admin-metric-card__icon,[data-theme=dark] .c-guest-overview__icon,.o-darkmode .c-guest-overview__icon,[data-theme=dark] .c-dashboard-system-item__icon,.o-darkmode .c-dashboard-system-item__icon,[data-theme=dark] .c-admin-upload__icon,.o-darkmode .c-admin-upload__icon,[data-theme=dark] .c-admin-address-card__system-icon,.o-darkmode .c-admin-address-card__system-icon{box-shadow:none!important}[data-theme=dark] .c-admin-address-card__system-icon,.o-darkmode .c-admin-address-card__system-icon{background:linear-gradient(135deg,#45a6554d,#45a6552e);border-color:#45a6553d;color:#e6f7ea}[data-theme=dark] .c-admin-address-card__system-icon i,.o-darkmode .c-admin-address-card__system-icon i{text-shadow:0 0 10px rgba(69,166,85,.22)}[data-theme=dark] .c-main__title i,.o-darkmode .c-main__title i{background:linear-gradient(135deg,#45a6553d,#45a6551a);color:#d9f2de;border:1px solid rgba(69,166,85,.18)}[data-theme=dark] .c-notification-bell__toggle,.o-darkmode .c-notification-bell__toggle{background:#ffffff14}[data-theme=dark] .c-notification-bell__icon-wrap,.o-darkmode .c-notification-bell__icon-wrap{color:#eef4ee}[data-theme=dark] .c-admin-metric-card__icon,.o-darkmode .c-admin-metric-card__icon{border:1px solid rgba(255,255,255,.08)}[data-theme=dark] .c-admin-metric-card.is-buildings .c-admin-metric-card__icon,.o-darkmode .c-admin-metric-card.is-buildings .c-admin-metric-card__icon{background:#43a1532e;color:#7dd98c}[data-theme=dark] .c-admin-metric-card.is-accounts .c-admin-metric-card__icon,.o-darkmode .c-admin-metric-card.is-accounts .c-admin-metric-card__icon{background:#5c6dff2e;color:#a5b4ff}[data-theme=dark] .c-admin-metric-card.is-ems .c-admin-metric-card__icon,.o-darkmode .c-admin-metric-card.is-ems .c-admin-metric-card__icon,[data-theme=dark] .c-admin-metric-card.is-tickets .c-admin-metric-card__icon,.o-darkmode .c-admin-metric-card.is-tickets .c-admin-metric-card__icon{background:#d68e262e;color:#ffcb6b}[data-theme=dark] .c-admin-metric-card.is-qr .c-admin-metric-card__icon,.o-darkmode .c-admin-metric-card.is-qr .c-admin-metric-card__icon{background:#8c52ff2e;color:#c9a8ff}[data-theme=dark] .c-admin-buildings__head .c-widget__title i,.o-darkmode .c-admin-buildings__head .c-widget__title i{color:#7dd98c}.c-page-overview{display:flex;flex-direction:column;gap:1.25rem;min-height:100%}.c-main__links{display:flex;align-items:center;gap:.75rem}.c-main__link{display:inline-flex;align-items:center;justify-content:center;min-height:2.9rem;padding:.7rem .95rem;border-radius:18px;background:#ffffffc7;border:1px solid rgba(36,36,36,.08);box-shadow:0 12px 24px #2424240f;color:#242424;text-decoration:none;transition:transform .18s ease,box-shadow .18s ease,background-color .18s ease}.c-main__link:hover{transform:translateY(-1px);box-shadow:0 16px 28px #24242417;background:#fffffff2}.c-main__link i{font-size:1rem}.c-notification-bell{position:relative;z-index:2}.c-notification-bell[open] .c-notification-bell__toggle{background:var(--c-surface-card);border-color:var(--c-surface-border)}.c-notification-bell[open]{z-index:3}.c-notification-bell__toggle{list-style:none;cursor:pointer}.c-notification-bell__toggle::-webkit-details-marker{display:none}.c-notification-bell__icon-wrap{position:relative;display:inline-flex;align-items:center;justify-content:center;color:inherit}.c-notification-bell__badge{position:absolute;top:-.45rem;right:-.55rem;display:inline-flex;align-items:center;justify-content:center;min-width:1.2rem;height:1.2rem;padding:0 .3rem;border-radius:999px;background:#c50000;color:#fff;font-size:.68rem;font-weight:700}.c-notification-bell__panel{position:absolute;top:calc(100% + .75rem);right:0;z-index:4;width:min(26rem,100vw - 2rem);padding:1rem;border-radius:22px;background:var(--c-surface-card);border:1px solid var(--c-surface-border);box-shadow:0 24px 48px #24242424;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.c-notification-bell__panel-head{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:.85rem}.c-notification-bell__panel-head strong{color:var(--c-theme-text);font-size:.98rem}.c-notification-bell__panel-head span{color:var(--c-theme-muted);font-size:.8rem;font-weight:700}.c-notification-bell__panel-actions{display:flex;align-items:center;gap:.7rem}.c-notification-bell__list{display:flex;flex-direction:column;gap:.7rem;max-height:20rem;overflow-y:auto;padding-right:.2rem;scrollbar-width:thin}.c-notification-bell__item{display:flex;align-items:flex-start;justify-content:space-between;gap:.8rem;padding:.9rem 1rem;border-radius:18px;border:1px solid var(--c-surface-border);background:var(--c-surface-panel)}.c-notification-bell__item strong{display:block;margin-bottom:.2rem;color:var(--c-theme-text);font-size:.92rem;line-height:1.35}.c-notification-bell__item span{display:block;margin-bottom:.35rem;color:var(--c-theme-muted);font-size:.72rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.c-notification-bell__item p{margin:0;color:var(--c-theme-text);font-size:.9rem;line-height:1.5}.c-notification-bell__item.is-danger{border-color:#c5000029;background:#c500000a}.c-notification-bell__item.is-warning{border-color:#c995132e;background:#c995130d}.c-notification-bell__item.is-success{border-color:#45a65529;background:#45a6550d}.c-notification-bell__item-body{min-width:0;flex:1}.c-notification-bell__item-actions{display:flex;align-items:center;gap:.45rem;flex-shrink:0}.c-notification-bell__dismiss,.c-notification-bell__clear,.c-notification-bell__action-link{display:inline-flex;align-items:center;justify-content:center;min-height:2.05rem;border-radius:999px;border:1px solid var(--c-surface-border);background:var(--c-surface-chip);color:var(--c-theme-text);text-decoration:none;transition:transform .18s ease,background-color .18s ease,box-shadow .18s ease}.c-notification-bell__dismiss:hover,.c-notification-bell__clear:hover,.c-notification-bell__action-link:hover{transform:translateY(-1px);background:var(--c-surface-card);box-shadow:0 10px 20px #24242414}.c-notification-bell__dismiss{width:2.05rem;padding:0}.c-notification-bell__clear,.c-notification-bell__action-link{padding:.4rem .75rem;font-size:.76rem;font-weight:700}.c-notification-bell__empty{margin:0;color:var(--c-theme-muted);font-size:.92rem}[data-theme=dark] .c-notification-bell__toggle,.o-darkmode .c-notification-bell__toggle,[data-theme=dark] .c-notification-bell__toggle i,.o-darkmode .c-notification-bell__toggle i,[data-theme=dark] .c-notification-bell__panel-head strong,.o-darkmode .c-notification-bell__panel-head strong,[data-theme=dark] .c-notification-bell__item strong,.o-darkmode .c-notification-bell__item strong,[data-theme=dark] .c-notification-bell__item p,.o-darkmode .c-notification-bell__item p,[data-theme=dark] .c-notification-bell__dismiss,.o-darkmode .c-notification-bell__dismiss,[data-theme=dark] .c-notification-bell__clear,.o-darkmode .c-notification-bell__clear,[data-theme=dark] .c-notification-bell__action-link,.o-darkmode .c-notification-bell__action-link{color:var(--c-theme-text)}[data-theme=dark] .c-notification-bell__panel-head span,.o-darkmode .c-notification-bell__panel-head span,[data-theme=dark] .c-notification-bell__item span,.o-darkmode .c-notification-bell__item span,[data-theme=dark] .c-notification-bell__empty,.o-darkmode .c-notification-bell__empty{color:var(--c-theme-muted)}.c-section-kicker{display:inline-block;margin:0 0 .55rem;color:#45a655eb;font-size:.75rem;font-weight:700;letter-spacing:.12em;line-height:1.2;text-transform:uppercase}.c-section-copy{margin:0;max-width:42rem;color:#242424b8;line-height:1.65;overflow-wrap:normal;word-break:normal;-webkit-hyphens:none;hyphens:none}.c-admin-page{display:flex;flex-direction:column;gap:1.75rem;flex:1;min-height:0}.c-admin-page__alert{margin:0}.c-admin-hero{display:grid;grid-template-columns:minmax(0,1.4fr) auto;gap:1.25rem;align-items:end;background:var(--c-widget-surface-admin)}.c-admin-hero__content{display:grid;gap:1rem}.c-admin-hero__stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem}.c-admin-hero__stat{padding:.9rem 1rem;border-radius:18px;background:var(--c-surface-panel);border:1px solid var(--c-surface-border)}.c-admin-hero__stat span{display:block;margin-bottom:.25rem;color:#2424248f;font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.c-admin-hero__stat strong{color:#242424;font-size:1.25rem;line-height:1.1}.c-admin-hero__actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:.75rem}.c-admin-metric-card{display:flex;align-items:flex-start;gap:1rem;min-height:0;background:var(--c-widget-surface-accent);color:inherit;text-decoration:none}.c-admin-metric-card__icon{display:inline-flex;align-items:center;justify-content:center;width:3.25rem;height:3.25rem;border-radius:20px;flex-shrink:0;font-size:1.2rem}.c-admin-metric-card__label{display:block;margin-bottom:.25rem;color:#24242494;font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.c-admin-metric-card__value{color:#242424;font-size:clamp(1.8rem,3vw,2.5rem);font-weight:700;line-height:1;margin-bottom:.45rem}.c-admin-metric-card__caption{color:#242424a8;line-height:1.55}.c-admin-metric-card.is-buildings .c-admin-metric-card__icon{background:#45a6551f;color:#315537}.c-admin-metric-card.is-accounts .c-admin-metric-card__icon{background:#2563eb1f;color:#1d4ed8}.c-admin-metric-card.is-ems .c-admin-metric-card__icon,.c-admin-metric-card.is-tickets .c-admin-metric-card__icon{background:#f08c0024;color:#9a6700}.c-admin-metric-card.is-qr .c-admin-metric-card__icon{background:#6d28d91f;color:#6d28d9}.c-admin-buildings__head{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:1rem}.c-admin-buildings__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:.9rem}.c-admin-building-card{padding:1rem 1.05rem;border-radius:20px;border:1px solid var(--c-surface-border);background:var(--c-surface-panel);box-shadow:inset 0 1px #ffffffbf}.c-admin-building-card__top{display:flex;align-items:flex-start;justify-content:space-between;gap:.8rem;margin-bottom:.9rem}.c-admin-building-card__title{display:block;color:#242424;line-height:1.35;margin-bottom:.25rem}.c-admin-building-card__type{color:#2424249e;font-size:.9rem}.c-admin-building-card__badge{display:inline-flex;align-items:center;justify-content:center;min-height:1.9rem;padding:.3rem .7rem;border-radius:999px;background:#45a6551a;color:#2e4b33;font-size:.76rem;font-weight:700;white-space:nowrap}.c-admin-building-card__meta span{display:block;margin-bottom:.2rem;color:#2424248a;font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.c-admin-building-card__meta strong{color:#242424;font-size:.92rem;line-height:1.35}[data-theme=dark] .c-admin-hero__stat,.o-darkmode .c-admin-hero__stat{background:#484848eb;border-color:#ffffff14}[data-theme=dark] .c-admin-hero__stat span,.o-darkmode .c-admin-hero__stat span,[data-theme=dark] .c-admin-metric-card__label,.o-darkmode .c-admin-metric-card__label,[data-theme=dark] .c-admin-metric-card__caption,.o-darkmode .c-admin-metric-card__caption,[data-theme=dark] .c-admin-building-card__type,.o-darkmode .c-admin-building-card__type,[data-theme=dark] .c-admin-building-card__meta span,.o-darkmode .c-admin-building-card__meta span{color:#eef4eeb3}[data-theme=dark] .c-admin-hero__stat strong,.o-darkmode .c-admin-hero__stat strong,[data-theme=dark] .c-admin-metric-card__value,.o-darkmode .c-admin-metric-card__value,[data-theme=dark] .c-admin-building-card__title,.o-darkmode .c-admin-building-card__title,[data-theme=dark] .c-admin-building-card__meta strong,.o-darkmode .c-admin-building-card__meta strong{color:#eef4ee}[data-theme=dark] .c-admin-metric-card,.o-darkmode .c-admin-metric-card{background:linear-gradient(180deg,#464646f5,#383838fa);border-color:#ffffff14;box-shadow:0 18px 30px #0003}[data-theme=dark] .c-admin-building-card,.o-darkmode .c-admin-building-card{background:linear-gradient(180deg,#4a4a4af0,#3a3a3af5);border-color:#ffffff14;box-shadow:inset 0 1px #ffffff0a}[data-theme=dark] .c-admin-building-card__badge,.o-darkmode .c-admin-building-card__badge{background:#7dd98c24;color:#d6ebd9}@media(max-width:991px){.c-page-overview,.c-admin-page{min-height:auto}.c-dashboard-grid-app{grid-template-columns:minmax(0,1fr) minmax(0,1fr);grid-template-areas:"overview overview" "profile profile" "status documents" "history helpdesk"}}.c-dashboard-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;padding:0}.c-admin-grid{display:grid;column-gap:1rem;row-gap:1.5rem}.c-admin-grid--metrics{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.c-admin-grid--split{grid-template-columns:minmax(280px,.9fr) minmax(0,1.4fr);align-items:start}.c-admin-grid--cards{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.c-widget{background:var(--c-widget-surface);padding:clamp(1.1rem,2vw,1.4rem);border-radius:28px;box-shadow:0 20px 44px #24242414;border:1px solid rgba(69,166,85,.12);display:flex;flex-direction:column;min-height:clamp(220px,24vh,360px);transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease;overflow:hidden}.c-widget>*{min-width:0}.c-widget p,.c-widget small,.c-widget strong,.c-widget span,.c-widget a,.c-widget button,.c-widget li,.c-widget td,.c-widget th{overflow-wrap:normal;word-break:normal;-webkit-hyphens:none;hyphens:none}.c-widget__help-text{font-size:.85rem;color:#fcfcfc;line-height:1.5}.c-widget--info{flex-direction:row}.c-widget--image{padding:0}.c-widget__image{object-fit:cover;width:100%;height:100%}.c-widget__title{font-size:1.125rem;font-weight:500}@media(max-width:768px){.c-widget__title{font-size:1.1rem}}@media(max-width:576px){.c-widget__title{font-size:1rem}}.c-widget__title{margin-bottom:.85rem;color:#2f4e34;line-height:1.2;letter-spacing:-.01em;text-wrap:balance;overflow-wrap:normal;word-break:normal;-webkit-hyphens:none;hyphens:none}.c-widget--large{grid-column:span 2;grid-row:span 2}.c-widget--wide{grid-column:span 3}.c-widget--tall{grid-row:span 2}.c-widget--medium{grid-column:span 2}.c-widget.accent{background:linear-gradient(135deg,#4bb45c,#45a655);color:#fff;justify-content:center;align-items:center;cursor:pointer}.c-widget.accent .c-widget__title{color:#fff}.c-widget .c-status-card{padding:1rem;border-radius:16px;border:1px solid rgba(36,36,36,.03);transition:all .2s ease}.c-widget .c-status-card:hover{background:#fff;box-shadow:0 4px 12px #0000000d;border-color:#2424241a}.c-widget .c-status-card__header{display:flex;align-items:center;gap:.5rem;margin-bottom:.25rem}.c-widget .c-status-card__header strong{font-size:1rem;font-weight:400}@media(max-width:768px){.c-widget .c-status-card__header strong{font-size:1rem}}@media(max-width:576px){.c-widget .c-status-card__header strong{font-size:.9rem}}.c-widget .c-status-card__header strong{font-weight:600;color:#242424;white-space:nowrap}.c-widget .c-status-card small{display:block;font-size:.75rem;line-height:1.2;color:#777}.c-widget a.c-widget:hover,.c-widget button.c-widget:hover,.c-widget .c-dashboard-panel--link:hover,.c-widget .c-notification-bell__item:hover,.c-widget .c-admin-building-card:hover{transform:translateY(-2px);box-shadow:0 24px 52px #2424241c;border-color:#45a6552e}.c-widget .c-admin-section{margin:0}.c-widget .c-page-overview>.c-widget,.c-widget .c-page-overview>.row,.c-widget .c-page-overview>section,.c-widget .c-page-overview>div,.c-widget .c-page-overview>.c-status,.c-widget .c-page-overview>.c-attesten,.c-widget .c-page-overview>.c-historiek{margin:0}.c-widget .c-widget .badge,.c-widget .c-widget .btn,.c-widget .c-btn,.c-widget .c-sidebar__link,.c-widget .c-mobile-nav__link{white-space:nowrap;overflow-wrap:normal;word-break:normal;-webkit-hyphens:none;hyphens:none}@media(max-width:1200px){.c-widget .c-admin-grid--split{grid-template-columns:1fr}}@media(max-width:991px){.c-widget .c-main__header{flex-direction:column;align-items:stretch;padding:1rem 1.05rem}.c-widget .c-dashboard-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:768px){.c-widget .c-page-overview{gap:1rem}.c-widget .c-main__header{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:.75rem;padding:.9rem .95rem;border-radius:20px}.c-widget .c-main__title{min-width:0;align-items:center;font-size:1.08rem;line-height:1.15}.c-widget .c-main__title i{width:2.2rem;height:2.2rem;border-radius:14px;font-size:.92rem}.c-widget .c-dashboard-grid,.c-widget .c-admin-grid--metrics,.c-widget .c-admin-grid--cards{grid-template-columns:1fr}.c-widget .c-widget{min-height:auto;border-radius:24px}.c-widget .c-main__links{width:auto;min-width:0;align-items:center;justify-content:flex-end;align-self:center}.c-widget .c-notification-bell{width:auto;margin-left:auto}.c-widget .c-notification-bell__toggle{width:auto;min-width:2.9rem;min-height:2.9rem;padding-inline:.8rem;justify-content:center}.c-widget .c-notification-bell__panel{left:auto;right:-.95rem;width:min(100vw - 1rem,30rem)}.c-widget .c-notification-bell__item,.c-widget .c-notification-bell__panel-actions{flex-wrap:wrap}}.c-widget .c-widget .badge{background:#45a6551f!important;border-color:#45a65533!important;color:#34623c!important}.c-widget .c-widget .text-bg-dark{background:linear-gradient(135deg,#48ad59,#45a655)!important;color:#fff!important}.c-widget .c-widget .table th{padding-top:1rem;padding-bottom:1rem;color:#242424b3;font-size:.78rem;letter-spacing:.06em;text-transform:uppercase}.c-widget .c-widget .table td{padding-top:1rem;padding-bottom:1rem}.c-widget .table-responsive{margin:0 -.15rem;padding:0 .15rem .4rem;-webkit-overflow-scrolling:touch;scrollbar-width:thin}.c-widget .table-responsive .table{min-width:42rem}.c-widget .table-responsive .btn,.c-widget .table-responsive .badge{white-space:nowrap}.c-widget .c-status-indicator{width:10px;height:10px;border-radius:50%;flex-shrink:0;position:relative}.c-widget .c-status-indicator:after{content:"";position:absolute;inset:0;border-radius:50%;animation:status-pulse 2s infinite}.c-widget .c-status-indicator.is-success{background-color:#45a655}.c-widget .c-status-indicator.is-success:after{background-color:#45a65566}.c-widget .c-status-indicator.is-warning{background-color:#c99513}.c-widget .c-status-indicator.is-warning:after{background-color:#c9951366}.c-widget .c-status-generalindicator{display:inline-block;padding:.25rem .75rem;border-radius:12px;font-size:.75rem}.c-widget .c-status-generalindicator--warning{background-color:#c9951333;color:#c99513}.c-widget .c-status-generalindicator--error{background-color:#c5000029;color:#c50000;font-weight:800}.c-widget .c-timeline-item{display:flex;gap:1rem;margin-bottom:1.5rem;position:relative}.c-widget .c-timeline-item:not(:last-child):after{content:"";position:absolute;left:17px;top:35px;bottom:-15px;width:2px;background:#eee}.c-widget .c-timeline-icon{width:35px;height:35px;background:#ececec;border-radius:10px;display:flex;align-items:center;justify-content:center;color:#242424;flex-shrink:0}.c-widget .c-timeline-content small{color:#888;font-size:.8rem}.c-widget .c-timeline-content p{margin:0;font-size:1rem;font-weight:400}@media(max-width:768px){.c-widget .c-timeline-content p{font-size:1rem}}@media(max-width:576px){.c-widget .c-timeline-content p{font-size:.9rem}}.c-widget .c-timeline-content p{font-weight:500}.c-widget strong{font-size:1rem;font-weight:400}@media(max-width:768px){.c-widget strong{font-size:1rem}}@media(max-width:576px){.c-widget strong{font-size:.9rem}}.c-widget strong{font-weight:600}.c-widget small{font-size:.85rem;color:#888}.c-widget .c-info-list,.c-widget .c-profile{width:50%}.c-widget .c-profile__avatar{border:3px solid #ececec;border-radius:50%;padding:2px;display:inline-block}.c-widget .c-profile__info h3{font-size:1.125rem;font-weight:400}@media(max-width:768px){.c-widget .c-profile__info h3{font-size:1.1rem}}@media(max-width:576px){.c-widget .c-profile__info h3{font-size:1rem}}.c-widget .c-profile__info h3{color:#242424}.c-admin-problem-card{gap:1.5rem}.c-admin-problem-card__top{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.c-admin-problem-card__description{color:#242424c7;line-height:1.6}.c-admin-problem-card__meta{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:.85rem;padding-top:1rem;border-top:1px solid rgba(36,36,36,.08)}.c-admin-problem-card__meta-item{display:flex;flex-direction:column;gap:.2rem;color:#242424c7;font-size:.95rem}.c-admin-problem-card__meta-item strong{color:#242424;font-size:.78rem;letter-spacing:.05em;text-transform:uppercase}@media(max-width:992px){.c-admin-grid--metrics,.c-admin-grid--cards,.c-admin-grid--split{grid-template-columns:1fr}.c-dashboard-grid{grid-template-columns:repeat(2,1fr)}.c-widget--wide{grid-column:span 2}}@media(max-width:576px){.c-dashboard-grid{grid-template-columns:1fr;grid-auto-rows:auto}.c-widget--large,.c-widget--wide,.c-widget--medium{grid-column:span 1;grid-row:span 1}.c-admin-hero{grid-template-columns:1fr}.c-admin-hero__actions{justify-content:flex-start}}@media(max-width:991.98px){.c-main__title{flex-wrap:wrap}.c-main__subtitle{flex:1 1 100%;padding-left:2.55rem;color:var(--c-theme-muted);font-size:.76rem;font-weight:600;line-height:1.35;letter-spacing:0}}@media(max-width:576px){.c-main{padding-left:.9rem;padding-right:.9rem}.c-main__header{margin-top:.85rem;padding:.82rem .85rem;border-radius:18px;gap:.65rem}.c-main__title{gap:.55rem;font-size:.98rem}.c-main__title i{width:2rem;height:2rem;border-radius:12px;font-size:.86rem}.c-main__link{min-height:2.55rem;border-radius:16px}.c-notification-bell__toggle{min-width:2.55rem;padding-inline:.72rem}.c-admin-page{gap:1.5rem}.c-page-overview{gap:.85rem}.c-widget{min-height:auto;padding:1rem;border-radius:20px}.table-responsive .table{min-width:34rem}.c-dashboard-grid{grid-template-columns:repeat(2,1fr);gap:.75rem;padding:0 1rem 6rem}.c-widget--image{grid-column:span 2;height:180px}.c-widget--info{grid-column:span 2;flex-direction:column!important;gap:1.5rem}.c-widget--info .c-info-list,.c-widget--info .c-profile{width:100%}.c-widget--medium:has(.c-status-grid){grid-column:span 2;background:transparent;box-shadow:none;padding:0}.c-widget--medium:has(.c-status-grid) .c-widget__title{padding-left:.5rem}.c-widget--medium:has(.c-status-grid) .c-status-grid{display:flex;flex-wrap:nowrap;overflow-x:auto;scroll-snap-type:x mandatory;gap:.75rem;padding:.5rem}.c-widget--medium:has(.c-status-grid) .c-status-grid::-webkit-scrollbar{display:none}.c-widget--medium:has(.c-status-grid) .c-status-card{min-width:140px;flex:0 0 auto;scroll-snap-align:start;background:#fff;box-shadow:0 4px 15px #0000001a}.c-widget--small,.c-widget--helpdesk{grid-column:span 1;aspect-ratio:1/1;padding:1rem}.c-widget--small .c-widget__title,.c-widget--helpdesk .c-widget__title{font-size:.8rem}.c-widget--small .bi-person-raised-hand,.c-widget--helpdesk .bi-person-raised-hand{font-size:1.5rem!important}.c-widget--small .c-widget__help-text,.c-widget--helpdesk .c-widget__help-text{display:none}.c-widget--small .c-btn,.c-widget--helpdesk .c-btn{font-size:.7rem;padding:.5rem}.c-widget--tall{grid-column:span 2;grid-row:auto}}@media(max-width:420px){.c-main__header{grid-template-columns:1fr;align-items:stretch}.c-main__title{font-size:.95rem}.c-main__links{width:100%;justify-content:flex-end}.c-notification-bell{margin-left:0}.c-notification-bell__panel{left:auto;right:-.9rem;width:min(100vw - 1rem,22.5rem)}}@keyframes status-pulse{0%{transform:scale(1);opacity:1}to{transform:scale(2.5);opacity:0}}.c-guest-landing{display:flex;align-items:center;justify-content:center;min-height:calc(100vh - 8rem);padding:1rem 0 2rem}.c-guest-landing__shell{display:flex;justify-content:center;width:100%}.c-guest-login-card{width:min(100%,46rem);display:grid;gap:1.9rem;justify-items:center;padding:clamp(2rem,3.2vw,3rem);border-radius:2rem;background:radial-gradient(circle at top center,rgba(67,161,83,.12),transparent 42%),linear-gradient(180deg,#fffffffa,#fff);box-shadow:0 24px 48px #17324d1a}.c-guest-login-card__icon{width:4.5rem;height:4.5rem;display:grid;place-items:center;border-radius:1.4rem;background:linear-gradient(135deg,#43a1532e,#43a15314);color:#2f7d44;font-size:1.65rem}.c-guest-login-card__content{width:100%;max-width:40rem}.c-guest-login-card__header{display:grid;justify-items:center;gap:.85rem;margin-bottom:1.75rem}.c-guest-login-card__eyebrow{margin:0;padding:.4rem .9rem;border-radius:999px;background:#43a1531a}.c-guest-login-card__title{margin:0;text-align:center;font-size:clamp(1.9rem,3vw,2.45rem);line-height:1.05;letter-spacing:-.035em}.c-guest-login-card__form{display:grid;gap:1.4rem}.c-guest-login-card__fields{gap:1rem 1.1rem}.c-guest-login-card__actions{display:flex;justify-content:center;gap:.9rem;flex-wrap:wrap;margin-top:.5rem}.c-guest-login-card__actions .c-btn{min-width:12.75rem;min-height:3.35rem}[data-theme=dark] .c-guest-login-card,.o-darkmode .c-guest-login-card{background:radial-gradient(circle at top center,rgba(67,161,83,.16),transparent 42%),linear-gradient(180deg,#1a1f1dfa,#121614fa);border-color:#d4e6d61f}[data-theme=dark] .c-guest-login-card__icon,.o-darkmode .c-guest-login-card__icon{background:linear-gradient(135deg,#43a15338,#43a1531a);color:#d9f0de}[data-theme=dark] .c-guest-login-card__eyebrow,.o-darkmode .c-guest-login-card__eyebrow{background:#43a15329;color:#d9f0de}.c-dashboard-layout{align-content:stretch;min-height:calc(100vh - 8rem);height:calc(100vh - 8rem);grid-auto-rows:minmax(0,1fr)}.c-dashboard-layout .c-widget{min-height:auto}.c-dashboard-shell{display:flex;flex-direction:column;gap:1rem;min-height:calc(100vh - 2rem);padding:0;background:transparent;border:0;box-shadow:none}.c-dashboard-flash{flex:0 0 auto}.c-dashboard-flash__message{padding:.8rem 1rem;border-radius:18px;font-size:.88rem;font-weight:600}.c-dashboard-flash__message.is-success{background:#2f9e441f;color:#1f6e31}.c-dashboard-flash__message.is-error{background:#c92a2a1f;color:#9f1f1f}.c-dashboard-grid-app{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(320px,.92fr) minmax(280px,.88fr);grid-template-areas:"overview overview profile" "status documents helpdesk" "status history helpdesk";gap:1rem;min-height:0;flex:1 1 auto;min-width:0;padding:0;background:transparent;border:0;box-shadow:none}.c-dashboard-panel{min-height:0;height:100%;min-width:0}.c-dashboard-panel--link{color:inherit;text-decoration:none}.c-dashboard-panel--overview{grid-area:overview}.c-dashboard-panel--profile{grid-area:profile}.c-dashboard-panel--status{grid-area:status}.c-dashboard-panel--documents{grid-area:documents}.c-dashboard-panel--history{grid-area:history}.c-dashboard-panel--helpdesk{grid-area:helpdesk}.c-dashboard-panel__head{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:.85rem}.c-dashboard-pill{display:inline-flex;align-items:center;justify-content:center;min-height:2rem;padding:.35rem .8rem;border-radius:999px;background:#45a6551a;color:#2d4832;font-size:.78rem;font-weight:700;white-space:nowrap}.c-dashboard-layout>[class*=col-]{display:flex;min-height:0}.c-dashboard-overview__intro{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem;margin-bottom:.25rem}.c-dashboard-overview__top{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(180px,.72fr);gap:1rem;align-items:start;margin-bottom:1rem}.c-dashboard-overview__badge{display:inline-flex;align-items:center;min-height:2rem;padding:.35rem .8rem;border-radius:999px;background:var(--c-surface-chip);color:var(--c-theme-text);font-size:.8rem;font-weight:700}.c-dashboard-overview__lead{max-width:36rem;margin:0;font-size:.96rem;line-height:1.65}.c-dashboard-overview__title{margin-bottom:.45rem!important}.c-dashboard-overview__actions{display:flex;flex-wrap:wrap;gap:.85rem;margin-top:1.25rem}.c-dashboard-hero{width:100%;max-width:280px;flex-shrink:0}.c-dashboard-hero--compact{max-width:220px;justify-self:end}.c-dashboard-hero__image,.c-dashboard-hero__placeholder{width:100%;aspect-ratio:5/4;border-radius:1.2rem;object-fit:cover;background:linear-gradient(135deg,#e8eef2,#cfdbe4)}.c-dashboard-hero__placeholder{display:grid;place-items:center;color:#17324d;font-size:3rem}.c-dashboard-facts-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.75rem}.c-dashboard-fact-card{padding:.9rem 1rem;border-radius:1rem;background:var(--c-surface-soft);border:1px solid var(--c-surface-border)}.c-dashboard-fact-card span{display:block;margin-bottom:.25rem;color:#2424248f;font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.c-dashboard-fact-card strong{color:#242424;font-size:1rem}.c-dashboard-stack{display:grid;gap:.85rem;align-content:start;min-height:0;overflow-y:auto;overflow-x:hidden;padding-right:.15rem}.c-dashboard-stack--compact{gap:.65rem}.c-dashboard-stack--systems{max-height:none;overflow:visible;padding-right:.35rem}.c-dashboard-item-title{display:block;color:#242424;font-size:.92rem;line-height:1.35;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.c-dashboard-meta{display:inline-block;color:#24242499;font-size:.76rem;line-height:1.35}.c-dashboard-meta--upper{text-transform:uppercase;letter-spacing:.08em}.c-dashboard-meta--label{display:block;margin-bottom:.3rem;font-weight:600}.c-dashboard-copy{color:#242424a3}.c-dashboard-copy--compact{font-size:.8rem;line-height:1.5}.c-dashboard-list-item{border:1px solid var(--c-surface-border);border-radius:1rem;padding:1rem;background:var(--c-surface-card);min-width:0}.c-dashboard-list-item--compact{padding:.75rem .85rem}.c-dashboard-list-item--compact strong{font-size:.95rem}.c-dashboard-list-item--compact .small{font-size:.76rem}.c-dashboard-system-item{position:relative}.c-dashboard-system-item.is-error{border-color:#c5000080;background:linear-gradient(135deg,rgba(197,0,0,.1) 0%,var(--c-surface-card) 58%);box-shadow:inset 4px 0 #c50000}.c-dashboard-system-item.is-error .c-dashboard-system-item__icon{background:#c5000024;color:#c50000}.c-dashboard-system-item.is-error .c-dashboard-copy{color:#860000;font-weight:650}.c-dashboard-system-item .c-dashboard-meta.is-error{display:inline-flex;align-items:center;gap:.3rem;padding:.22rem .55rem;border-radius:999px;background:#c50000;color:#fff;font-weight:800}[data-theme=dark] .c-dashboard-system-item.is-error,.o-darkmode .c-dashboard-system-item.is-error{border-color:#ff6b6b8c;background:linear-gradient(135deg,rgba(201,42,42,.22) 0%,var(--c-surface-card) 62%)}[data-theme=dark] .c-dashboard-system-item.is-error .c-dashboard-copy,.o-darkmode .c-dashboard-system-item.is-error .c-dashboard-copy{color:#ffd8d8!important}[data-theme=dark] .c-status-generalindicator--error,.o-darkmode .c-status-generalindicator--error{background:#c92a2a47;color:#ffb3b3}.c-dashboard-system-item__icon{width:2.35rem;height:2.35rem;display:inline-flex;align-items:center;justify-content:center;border-radius:.9rem;background:#45a6551f;color:#325b39;flex-shrink:0;box-shadow:none}.c-dashboard-system-item__icon img{width:100%;height:100%;padding:.3rem;border-radius:inherit;background:#fff;object-fit:contain}.c-dashboard-system-item__provider{display:inline-flex;align-items:center;gap:.35rem;min-width:0;padding:.16rem .5rem .16rem .25rem;border:1px solid rgba(69,166,85,.18);border-radius:999px;background:#45a65514;color:#335d3a;font-size:.7rem;font-weight:700;line-height:1.2}.c-dashboard-system-item__provider img{width:1.75rem;height:1.75rem;padding:.16rem;border-radius:50%;background:#fff;object-fit:contain}.c-dashboard-system-item__provider span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.c-dashboard-system-item__provider-info{display:inline-grid;width:1.35rem;height:1.35rem;flex:0 0 auto;place-items:center;margin-left:.1rem;border-radius:50%;color:#45a655;cursor:pointer;font-size:.9rem}.c-dashboard-system-item__provider-info:hover,.c-dashboard-system-item__provider-info:focus-visible{background:#45a65529;outline:none}.c-dashboard-system-item__title-line{display:flex;flex-wrap:wrap;align-items:center;gap:.4rem .6rem;min-width:0}.c-dashboard-system-item__head{align-items:center}.c-dashboard-system-item__head>.c-dashboard-meta{flex:0 0 auto}.c-dashboard-card--compact{min-height:0!important}.c-dashboard-helpdesk-card{justify-content:space-between}.c-dashboard-profile{display:flex;align-items:center;gap:.85rem;margin-bottom:1rem}.c-dashboard-profile__identity{min-width:0}.c-dashboard-profile__contact{display:inline-flex;align-items:center;gap:.45rem;margin-top:.4rem;color:#242424b3;font-size:.8rem;text-decoration:none}.c-dashboard-profile__contact i{color:#45a655;font-size:.85rem}.c-dashboard-profile__contact span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.c-dashboard-profile__stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem;margin-bottom:1rem}.c-dashboard-panel--services{display:flex;flex-direction:column}.c-dashboard-services__icon,.c-dashboard-services__item-icon{display:grid;place-items:center;flex:0 0 auto;border-radius:.9rem;background:#45a65521;color:#2f4e34}.c-dashboard-services__icon{width:2.75rem;height:2.75rem;font-size:1.2rem}.c-dashboard-services__trial{display:grid;gap:.45rem;margin-bottom:1rem;padding:1rem;border:1px solid rgba(69,166,85,.2);border-radius:1rem;background:#45a65514}.c-dashboard-services__trial>strong{color:#2d4832;font-size:1.05rem}.c-dashboard-services__list{display:grid;gap:.55rem;margin-bottom:1rem}.c-dashboard-services__item{display:flex;align-items:center;gap:.7rem;min-width:0;padding:.7rem;border:1px solid var(--c-surface-border);border-radius:.9rem;background:var(--c-surface-soft)}.c-dashboard-services__item>div{min-width:0}.c-dashboard-services__item strong,.c-dashboard-services__item span{display:block}.c-dashboard-services__item strong{overflow:hidden;color:var(--c-theme-text);font-size:.88rem;text-overflow:ellipsis;white-space:nowrap}.c-dashboard-services__item>div>span{margin-top:.1rem;color:var(--c-theme-muted);font-size:.75rem}.c-dashboard-services__item-icon{width:2.35rem;height:2.35rem;font-size:1rem}.c-dashboard-services__item-icon img{display:block;width:100%;height:100%;padding:.3rem;border-radius:inherit;background:#fff;object-fit:contain}.c-dashboard-services__footer{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-top:auto}.c-dashboard-services__count{color:var(--c-theme-muted);font-size:.78rem;font-weight:700}[data-theme=dark] .c-dashboard-services__trial,.o-darkmode .c-dashboard-services__trial{border-color:#45a6554d;background:#45a65521}[data-theme=dark] .c-dashboard-services__trial>strong,.o-darkmode .c-dashboard-services__trial>strong,[data-theme=dark] .c-dashboard-services__icon,.o-darkmode .c-dashboard-services__icon,[data-theme=dark] .c-dashboard-services__item-icon,.o-darkmode .c-dashboard-services__item-icon{color:#b8efc2}.c-dashboard-mini-stat{padding:.8rem;border-radius:1rem;background:var(--c-surface-soft);border:1px solid var(--c-surface-border);text-align:center}.c-dashboard-mini-stat span{display:block;margin-bottom:.2rem;color:#24242494;font-size:.72rem;text-transform:uppercase;letter-spacing:.08em}.c-dashboard-mini-stat strong{font-size:1.1rem;color:#2d4832}.c-dashboard-overview,.c-dashboard-user-card,.c-dashboard-helpdesk-card,.c-dashboard-card--compact{height:100%}.c-dashboard-overview{border-radius:28px}.c-dashboard-overview__content{min-height:0}.c-dashboard-overview__facts{margin-bottom:.25rem}.c-dashboard-user-card{justify-content:space-between}.c-dashboard-modal{position:fixed;inset:0;z-index:12000;display:flex;align-items:center;justify-content:center;padding:1rem;background:#0a111a73}.c-dashboard-modal__dialog{width:min(100%,34rem);max-height:calc(100vh - 2rem);overflow:auto}.c-dashboard-modal__content{border:none;width:100%}.c-dashboard-modal__header{margin-bottom:1.2rem}.c-dashboard-dot{position:relative;width:.85rem;height:.85rem;margin-top:.35rem;border-radius:999px;background:#c7ced6;flex-shrink:0}.c-dashboard-dot:after{content:"";position:absolute;inset:0;border-radius:inherit;background:currentColor;opacity:0}.c-dashboard-dot.is-success{background:#2f9e44;color:#2f9e4473}.c-dashboard-dot.is-success:after{animation:status-pulse 1.9s infinite}.c-dashboard-dot.is-warning{background:#f59f00;color:#f59f0073}.c-dashboard-dot.is-warning:after{animation:status-pulse 1.6s infinite}.c-dashboard-dot.is-danger{background:#e03131;color:#e031317a}.c-dashboard-dot.is-danger:after{animation:status-pulse 1.2s infinite}.c-dashboard-layout .col-12.col-lg-6:first-of-type .c-widget{min-height:0}.c-dashboard-guest-login{background:linear-gradient(180deg,#fff,#f4f7fa)}.c-dashboard-guest-login__panel{display:flex;align-items:center;gap:1rem;padding:1rem;margin-bottom:1.25rem;border:1px solid rgba(23,50,77,.08);border-radius:1rem;background:#fff}.c-dashboard-guest-login__icon{width:3.5rem;height:3.5rem;display:grid;place-items:center;border-radius:1rem;background:#17324d;color:#fff;font-size:1.4rem;flex-shrink:0}.c-dashboard-guest-login__button{min-height:3.5rem;font-size:1rem}.c-dashboard-user-card__ticket{padding:1rem 1.05rem;border:1px solid var(--c-surface-border);border-radius:1.1rem;background:var(--c-surface-card)}.c-dashboard-ticket-list{display:grid;gap:.75rem;max-height:19rem;overflow-y:auto;padding-right:.2rem}.c-dashboard-ticket-card__top{display:flex;justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:.5rem}.c-dashboard-ticket-card__badges{display:flex;align-items:center;justify-content:flex-end;gap:.45rem;flex-wrap:wrap}.c-dashboard-ticket-card__title{display:block;margin-bottom:.4rem;color:#242424;font-size:.98rem;line-height:1.35}.c-dashboard-ticket-card__priority{display:inline-flex;align-items:center;justify-content:center;min-height:1.8rem;padding:.25rem .65rem;border-radius:999px;font-size:.74rem;font-weight:700;white-space:nowrap}.c-dashboard-ticket-card__priority.is-low{background:#2f9e441f;color:#1f6e31}.c-dashboard-ticket-card__priority.is-medium{background:#f08c0024;color:#9a6700}.c-dashboard-ticket-card__priority.is-high{background:#c92a2a1f;color:#9f1f1f}.c-dashboard-ticket-card__status{display:inline-flex;align-items:center;justify-content:center;min-height:1.8rem;padding:.25rem .65rem;border-radius:999px;font-size:.74rem;font-weight:700;white-space:nowrap}.c-dashboard-ticket-card__status.is-open{background:#f08c0024;color:#9a6700}.c-dashboard-ticket-card__status.is-resolved{background:#2f9e441f;color:#1f6e31}.c-dashboard-user-card__metrics .border,.c-dashboard-overview__facts .border,.c-dashboard-list-item{box-shadow:none}.c-admin-section+.c-admin-section{margin-top:1.15rem}.c-admin-addresses__create,.c-admin-addresses__toolbar{min-height:0}.c-admin-addresses{gap:.95rem}.c-admin-addresses__create{padding-top:1rem;padding-bottom:1rem}.c-admin-addresses__toolbar{padding-top:1rem;padding-bottom:.95rem}.c-admin-addresses__search{max-width:42rem}.c-admin-addresses__view-toggle{flex-shrink:0}.c-admin-addresses__list-cards{display:none}.c-admin-address-list-card{display:grid;gap:.85rem;min-width:0;padding:.95rem;border:1px solid var(--c-surface-border);border-radius:1rem;background:var(--c-surface-card)}.c-admin-address-list-card__main{display:grid;grid-template-columns:auto minmax(0,1fr);gap:.75rem;align-items:center;min-width:0;padding:0;border:0;background:transparent;color:inherit;text-align:left}.c-admin-address-list-card__media{display:grid;width:4.25rem;height:3.25rem;place-items:center;overflow:hidden;border-radius:.75rem;background:var(--c-surface-panel);color:var(--c-theme-muted)}.c-admin-address-list-card__media img{display:block;width:100%;height:100%;object-fit:cover}.c-admin-address-list-card__copy{display:grid;gap:.15rem;min-width:0}.c-admin-address-list-card__copy strong,.c-admin-address-list-card__meta strong{min-width:0;color:var(--c-theme-text);overflow-wrap:anywhere}.c-admin-address-list-card__copy small,.c-admin-address-list-card__meta span{color:var(--c-theme-muted)}.c-admin-address-list-card__meta{display:grid;gap:.55rem}.c-admin-address-list-card__meta>div{display:grid;gap:.2rem;min-width:0;padding:.65rem;border:1px solid var(--c-surface-border);border-radius:.75rem;background:var(--c-surface-soft)}.c-admin-address-list-card__meta span{font-size:.72rem;font-weight:900;letter-spacing:.04em;text-transform:uppercase}.c-admin-address-list-card__notice{padding:.55rem .7rem;border-radius:.75rem;background:#f59e0b24;color:#92400e;font-size:.84rem;font-weight:800}.c-admin-address-list-card__actions{display:flex;flex-wrap:wrap;gap:.55rem}.c-admin-address-list-card__actions .c-btn{justify-content:center}.c-admin-addresses__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.c-admin-address-card{display:flex;flex-direction:column;height:100%;min-height:0;min-width:0;color:inherit;text-decoration:none}.c-admin-address-card:hover,.c-admin-address-card:focus-visible{color:inherit;text-decoration:none}.c-admin-address-card__head{min-width:0}.c-admin-address-card__head-copy{min-width:0;flex:1 1 auto}.c-admin-address-card__title{min-width:0;overflow-wrap:anywhere;word-break:break-word}.c-admin-address-card__badges{min-width:0;flex:0 1 auto}.c-admin-address-card__qr-badge{max-width:100%;min-width:0;background:var(--c-surface-chip);border-color:var(--c-surface-border)}.c-admin-address-card__qr-badge span:last-child{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.c-admin-address-card__ownership-badge{max-width:100%;white-space:normal;text-align:center}.c-admin-address-card__sections{display:grid;gap:.9rem;flex:1 1 auto;min-width:0}.c-admin-address-card__section{min-height:5.15rem;min-width:0;padding:.9rem .95rem;border-radius:1rem;border:1px solid var(--c-surface-border);background:var(--c-surface-soft);align-content:start}.c-admin-address-card__system-list{display:grid;gap:.55rem;min-width:0}.c-admin-address-card__system{display:grid;grid-template-columns:auto minmax(0,1fr);gap:.65rem;align-items:center;min-height:2.4rem;padding:.45rem .55rem;border-radius:.9rem;background:var(--c-surface-chip);border:1px solid var(--c-surface-border);min-width:0;overflow:hidden}.c-admin-address-card__system--more{grid-template-columns:1fr;color:#17324d9e;font-size:.84rem;font-weight:700}.c-admin-address-card__system-icon{width:2rem;height:2rem;display:inline-flex;align-items:center;justify-content:center;border-radius:.7rem;background:#43a1531f;border:1px solid transparent;color:#2f7d44;font-size:1rem;line-height:1;flex-shrink:0}.c-admin-address-card__system-name{min-width:0;flex:1 1 auto;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#17324d;font-size:.92rem;font-weight:600}.c-admin-address-card__member-list{min-width:0}.c-admin-address-card__member-badge{max-width:100%;min-width:0;background:var(--c-surface-chip)!important;border-color:var(--c-surface-border)!important;color:#17324d!important;font-weight:600}.c-admin-address-card__member-badge small{color:#17324d9e;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}[data-theme=dark] .c-admin-address-card__member-badge,.o-darkmode .c-admin-address-card__member-badge{color:var(--c-theme-text)!important}[data-theme=dark] .c-admin-address-card__member-badge small,.o-darkmode .c-admin-address-card__member-badge small{color:var(--c-theme-muted)}.c-admin-address-card__actions{margin-top:auto;min-width:0;padding-top:.35rem}.c-admin-address-card__media-frame{background:var(--c-surface-panel)}.c-admin-address-card__qr-badge.is-linked{background:#45a6551f;border-color:#45a6552e}.c-admin-address-card__qr-badge.is-empty{color:#2424249e}.c-admin-address-card__qr-status{border-color:var(--c-surface-border);background:var(--c-surface-chip)}.c-admin-address-card__qr-status.is-linked{border-color:#45a6552e;background:#45a6551f}.c-admin-address-card__qr-status.is-empty{color:#2424249e}.c-admin-upload-shell{display:grid;gap:1rem}.c-admin-upload-shell__actions{display:flex;justify-content:flex-end}.c-admin-upload{display:grid;gap:.85rem}.c-admin-upload__dropzone{display:grid;grid-template-columns:auto minmax(0,1fr);gap:1rem;align-items:center;width:100%;padding:1.2rem 1.25rem;border:1px dashed rgba(67,161,83,.34);border-radius:1.4rem;background:var(--c-widget-surface-accent);text-align:left;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.c-admin-upload__dropzone:hover{transform:translateY(-1px);border-color:#43a1537a;box-shadow:0 18px 36px #17324d14}.c-admin-upload__dropzone.is-dragging{border-color:#43a153b3;box-shadow:0 0 0 4px #43a1531f}.c-admin-upload__dropzone.is-disabled{opacity:.7;cursor:default;transform:none}.c-admin-upload__icon{width:3.6rem;height:3.6rem;display:grid;place-items:center;border-radius:1.1rem;background:#43a1531f;color:#2f7d44;font-size:1.3rem}.c-admin-upload__body{display:grid;gap:.25rem;min-width:0}.c-admin-upload__title{color:#17324d;font-size:1rem;line-height:1.35}.c-admin-upload__copy{color:#17324db8;line-height:1.55}.c-admin-upload__browse{color:#2f7d44;font-size:.82rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.c-admin-upload__meta{display:flex;align-items:center;justify-content:space-between;gap:.75rem;color:#17324d9e;font-size:.9rem}.c-admin-upload__list{display:grid;gap:.65rem}.c-admin-upload__file{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.8rem .9rem;border-radius:1rem;border:1px solid rgba(23,50,77,.08);background:#ffffffd1}.c-admin-upload__file-main{min-width:0}.c-admin-upload__file-main strong,.c-admin-upload__file-main span{display:block}.c-admin-upload__file-main strong{color:#17324d;line-height:1.35;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.c-admin-upload__file-main span{margin-top:.15rem;color:#17324d99;font-size:.84rem}.c-admin-upload__remove{width:2.35rem;height:2.35rem;display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(197,0,0,.32);border-radius:999px;background:#c500001a;color:#c50000;flex-shrink:0;font-size:1.05rem;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,background-color .18s ease,color .18s ease}.c-admin-upload__remove:hover{transform:translateY(-1px);background:#c50000;color:#fff;box-shadow:0 10px 20px #c500002e}.c-admin-upload__remove:disabled{cursor:not-allowed;opacity:.58;transform:none;box-shadow:none}[data-theme=dark] .c-admin-upload__dropzone,.o-darkmode .c-admin-upload__dropzone{background:linear-gradient(180deg,#2e3a32b8,#27322bd1);border-color:#7dd98c38}[data-theme=dark] .c-admin-upload__title,.o-darkmode .c-admin-upload__title{color:#eef4ee}[data-theme=dark] .c-admin-upload__copy,.o-darkmode .c-admin-upload__copy,[data-theme=dark] .c-admin-upload__meta,.o-darkmode .c-admin-upload__meta,[data-theme=dark] .c-admin-upload__file-main span,.o-darkmode .c-admin-upload__file-main span{color:#eef4eeb8}[data-theme=dark] .c-admin-upload__browse,.o-darkmode .c-admin-upload__browse{color:#7dd98c}[data-theme=dark] .c-admin-upload__icon,.o-darkmode .c-admin-upload__icon{background:#7dd98c1f;color:#7dd98c}[data-theme=dark] .c-admin-upload__file,.o-darkmode .c-admin-upload__file{background:var(--c-surface-card);border-color:var(--c-surface-border)}[data-theme=dark] .c-admin-upload__file-main strong,.o-darkmode .c-admin-upload__file-main strong,[data-theme=dark] .c-admin-upload__remove,.o-darkmode .c-admin-upload__remove{border-color:#ff82826b;background:#ff828224;color:#ff9a9a}[data-theme=dark] .c-admin-upload__remove:hover,.o-darkmode .c-admin-upload__remove:hover{background:#ff6b6b;color:#fff}.c-admin-grid--metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}.c-admin-hero{display:grid;grid-template-columns:minmax(0,1.35fr) auto;gap:1.25rem;align-items:end;padding:clamp(1.35rem,2vw,2rem);min-height:0;background:var(--c-widget-surface-admin)}.c-admin-hero__content{display:grid;grid-template-columns:minmax(0,1fr);gap:1.15rem;min-width:0;width:100%}.c-admin-hero__content>*{min-width:0;width:100%}.c-admin-hero__stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem;width:100%}.c-admin-hero__stat{padding:.9rem 1rem;border-radius:1.1rem;border:1px solid var(--c-surface-border);background:var(--c-surface-panel);min-width:0}.c-admin-hero__stat span{display:block;margin-bottom:.28rem;color:#17324d8f;font-size:.76rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em}.c-admin-hero__stat strong{display:block;color:#17324d;font-size:1.65rem;line-height:1}.c-admin-hero__actions{display:flex;flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:.75rem;width:100%}.c-admin-metric-card{display:flex;gap:1rem;align-items:flex-start;padding:1.2rem;min-height:100%;background:radial-gradient(circle at top right,rgba(67,161,83,.08),transparent 30%),linear-gradient(180deg,#fffffffa,#f7f9faf5);color:inherit;text-decoration:none}.c-admin-metric-card:hover,.c-admin-metric-card:focus-visible{color:inherit;text-decoration:none}.c-admin-metric-card__icon{width:3.25rem;height:3.25rem;display:grid;place-items:center;border-radius:1rem;flex-shrink:0;font-size:1.25rem}.c-admin-metric-card__body{min-width:0}.c-admin-metric-card__label{display:block;margin-bottom:.35rem;color:#17324d8f;font-size:.82rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em}.c-admin-metric-card__value{margin-bottom:.4rem;color:#202020;font-size:clamp(2rem,3vw,2.6rem);font-weight:700;line-height:1}.c-admin-metric-card__caption{color:#17324dad}.c-admin-metric-card.is-buildings .c-admin-metric-card__icon{background:#43a15324;color:#2f7d44}.c-admin-metric-card.is-accounts .c-admin-metric-card__icon{background:#3d5afe1f;color:#3d5afe}.c-admin-metric-card.is-ems .c-admin-metric-card__icon,.c-admin-metric-card.is-tickets .c-admin-metric-card__icon{background:#d68e2624;color:#b57612}.c-admin-metric-card.is-qr .c-admin-metric-card__icon{background:#8c52ff1f;color:#7b42f6}.c-admin-metric-card.is-linked .c-admin-metric-card__icon{background:#33846f24;color:#2f7d6b}.c-admin-metric-card.is-occupied .c-admin-metric-card__icon{background:#547d3a29;color:#4e7833}.c-admin-metric-card.is-available .c-admin-metric-card__icon{background:#2678d624;color:#216fc7}.c-admin-metric-card.is-active .c-admin-metric-card__icon{background:#43a15324;color:#2f7d44}.c-admin-metric-card.is-staff .c-admin-metric-card__icon{background:#5d42be24;color:#6241c2}.c-admin-buildings__head{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1rem}.c-admin-buildings__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.9rem}.c-admin-building-card{display:block;padding:1rem;border-radius:1.2rem;border:1px solid rgba(23,50,77,.08);background:#ffffffd6;color:inherit;text-decoration:none}.c-admin-building-card:hover,.c-admin-building-card:focus-visible{color:inherit;text-decoration:none}.c-admin-building-card__top{display:flex;justify-content:space-between;align-items:flex-start;gap:.75rem;margin-bottom:.85rem}.c-admin-building-card__title{display:block;margin-bottom:.25rem;color:#17324d;font-size:1rem;line-height:1.35}.c-admin-building-card__title-link{display:inline-block;max-width:100%;text-decoration:none}.c-admin-building-card__type{color:#17324d99}.c-admin-building-card__badge{display:inline-flex;align-items:center;justify-content:center;min-height:2rem;padding:.35rem .8rem;border-radius:999px;background:#43a1531a;color:#355c3f;font-size:.82rem;font-weight:700;white-space:nowrap}.c-admin-building-card__meta{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}.c-admin-building-card__meta span{display:block;margin-bottom:.24rem;color:#17324d8a;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em}.c-admin-building-card__meta strong{display:block;color:#17324d;font-size:.92rem;line-height:1.4}@media(max-width:1399px){.c-dashboard-grid-app{grid-template-columns:minmax(0,1fr) minmax(280px,.88fr);grid-template-areas:"overview profile" "status documents" "history helpdesk"}.c-guest-hero{grid-template-columns:minmax(0,1fr) minmax(280px,.85fr)}.c-guest-overview{grid-template-columns:repeat(2,minmax(0,1fr))}.c-guest-overview__card--preview{grid-column:1/-1}.c-dashboard-overview__inner{flex-direction:column!important}.c-dashboard-overview__content{width:100%}.c-dashboard-hero{width:100%;max-width:100%}.c-dashboard-hero__image,.c-dashboard-hero__placeholder{max-height:280px}.c-admin-grid--metrics,.c-admin-buildings__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.c-admin-addresses__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:991px){.c-dashboard-shell{min-height:auto}.c-dashboard-grid-app{grid-template-columns:1fr;grid-template-areas:"overview" "profile" "status" "documents" "history" "helpdesk"}.c-dashboard-overview__top{grid-template-columns:1fr}.c-admin-addresses__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.c-admin-upload__dropzone{grid-template-columns:1fr;justify-items:start}.c-dashboard-hero--compact{max-width:100%;justify-self:stretch}.c-dashboard-facts-grid,.c-dashboard-profile__stats{grid-template-columns:repeat(2,minmax(0,1fr))}.c-guest-hero{grid-template-columns:1fr;gap:1rem;padding:1.25rem}.c-guest-overview{grid-template-columns:1fr}.c-guest-login-card{width:min(100%,38rem)}.c-guest-overview__card--preview{grid-column:auto}.c-guest-hero__image,.c-guest-hero__placeholder{max-height:18rem}.c-dashboard-user-card__summary{align-items:flex-start!important}.c-dashboard-helpdesk-form__footer{flex-direction:column;align-items:stretch!important}.c-dashboard-helpdesk-form__footer .c-btn{width:100%}.c-dashboard-layout{min-height:auto;height:auto}.c-admin-hero{grid-template-columns:1fr;align-items:start;justify-items:stretch}.c-admin-hero__actions{justify-content:flex-start}}@media(max-width:767px){.c-widget{padding:.95rem;border-radius:1.15rem;box-shadow:0 14px 30px #24242412}.c-dashboard-panel__head{gap:.75rem;margin-bottom:.7rem}.c-dashboard-panel__head .c-widget__title{margin-bottom:0!important;font-size:.98rem}.c-dashboard-pill,.c-status-generalindicator{min-height:1.85rem;padding:.28rem .65rem;font-size:.72rem}.c-dashboard-overview__top{gap:.85rem;margin-bottom:.85rem}.c-dashboard-overview__badge{min-height:1.8rem;padding:.25rem .65rem;font-size:.72rem}.c-dashboard-overview__lead{font-size:.88rem;line-height:1.5}.c-dashboard-facts-grid,.c-dashboard-profile__stats{grid-template-columns:1fr 1fr;gap:.55rem}.c-dashboard-fact-card,.c-dashboard-mini-stat{padding:.7rem .75rem;border-radius:.95rem}.c-dashboard-fact-card span,.c-dashboard-mini-stat span{margin-bottom:.18rem;font-size:.64rem;letter-spacing:.06em}.c-dashboard-fact-card strong,.c-dashboard-mini-stat strong{font-size:.94rem;line-height:1.25}.c-dashboard-profile{margin-bottom:.8rem}.c-dashboard-copy--compact{font-size:.78rem;line-height:1.42}.c-guest-landing{min-height:auto;padding-top:.5rem}.c-main__header{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:.75rem}.c-main__links{display:flex;gap:.75rem;width:auto;min-width:0;align-items:center;justify-content:flex-end;align-self:center}.c-main__title{min-width:0;align-items:center;gap:.55rem;font-size:1rem;line-height:1.15}.c-main__title i{width:2rem;height:2rem;border-radius:12px;font-size:.86rem}.c-notification-bell{width:auto;margin-left:auto}.c-notification-bell__toggle{width:auto;min-width:2.55rem;min-height:2.55rem;padding:.55rem .72rem;align-items:center;justify-content:center}.c-notification-bell__panel{left:auto;right:-.9rem;width:min(100vw - 1rem,24rem)}.c-dashboard-overview{padding:1rem!important}.c-dashboard-user-card__summary,.c-dashboard-overview__actions{flex-direction:column}.c-dashboard-overview__actions .c-btn{width:100%}.c-dashboard-list-item{padding:.72rem .78rem;border-radius:.95rem}.c-dashboard-list-item--compact{padding:.68rem .76rem}.c-dashboard-list-item--compact strong,.c-dashboard-list-item--compact .c-dashboard-item-title{font-size:.88rem;line-height:1.3}.c-dashboard-system-item__icon{width:2rem;height:2rem;border-radius:.78rem;font-size:.92rem}.c-dashboard-stack{gap:.55rem}.c-dashboard-dot{width:.72rem;height:.72rem;margin-top:.3rem}.c-admin-grid--metrics,.c-admin-buildings__grid,.c-admin-hero__stats,.c-admin-addresses__grid{grid-template-columns:1fr}.c-admin-buildings__head,.c-admin-building-card__top,.c-admin-hero__actions{align-items:flex-start}.c-admin-buildings__head{flex-direction:column}.c-admin-hero{padding:1rem;border-radius:1.35rem}.c-admin-metric-card{padding:1rem}.c-admin-upload__meta,.c-admin-upload-shell__actions{flex-direction:column;align-items:stretch}.c-admin-address-card{padding:.95rem}.c-admin-address-card>.ratio{margin-bottom:.85rem!important}.c-admin-address-card__section{min-height:0;padding:.78rem .82rem}.c-admin-address-card__actions{display:grid!important;grid-template-columns:1fr}.c-admin-address-card__actions .c-btn{width:100%}.c-admin-addresses__list-table{display:none}.c-admin-addresses__list-cards{display:grid;gap:.75rem}.c-admin-address-list-card__actions .c-btn{width:100%}.c-main__header{grid-template-columns:1fr;align-items:stretch}.c-main__header>div,.c-main__links,.c-admin-buildings__head{min-width:0}.c-main__links,.c-main__header>.d-flex,.c-admin-hero__actions,.c-admin-upload-shell__actions,.c-dashboard-panel__actions{width:100%;justify-content:stretch}.c-main__links .c-btn,.c-main__header>.d-flex .c-btn,.c-main__header>.d-flex .btn,.c-admin-hero__actions .c-btn,.c-admin-upload-shell__actions .c-btn,.c-dashboard-panel__actions .c-btn{flex:1 1 auto;min-width:0}.row>[class*=col-]{min-width:0}.row .d-flex.gap-2,.row .d-flex.justify-content-end,td .d-flex,.c-widget .d-flex.flex-wrap{min-width:0}.row .d-flex.gap-2:not(.flex-nowrap),.row .d-flex.justify-content-end:not(.flex-nowrap){flex-wrap:wrap}.row .d-flex.gap-2:not(.flex-nowrap)>.c-btn,.row .d-flex.gap-2:not(.flex-nowrap)>.btn{flex:1 1 12rem}.table-responsive{margin-inline:-.2rem;border-radius:1rem}.table-responsive .table{min-width:42rem}.table-responsive td,.table-responsive th{white-space:normal}.table-responsive .c-btn{white-space:nowrap}.c-widget p,.c-widget small,.c-widget strong,.c-widget span,.c-widget a,.c-widget li,.c-widget td{overflow-wrap:anywhere}}@media(max-width:575px){.c-guest-landing{min-height:auto;padding:.35rem 0 1rem}.c-guest-landing__shell{gap:.85rem}.c-guest-login-card{padding:1.2rem;border-radius:1.25rem;gap:1.2rem;box-shadow:0 16px 32px #17324d14}.c-guest-login-card__icon{width:3.5rem;height:3.5rem;border-radius:1rem;font-size:1.35rem}.c-guest-login-card__header{gap:.65rem;margin-bottom:1.1rem}.c-guest-login-card__title{font-size:clamp(1.45rem,7vw,1.85rem)}.c-guest-login-card__actions{display:grid;grid-template-columns:1fr}.c-guest-login-card__actions .c-btn{width:100%;min-width:0}.c-guest-hero{gap:.85rem;padding:.9rem;border-radius:1.25rem;box-shadow:0 16px 32px #17324d1a}.c-guest-hero__eyebrow{min-height:1.8rem;padding:.25rem .65rem;font-size:.68rem}.c-guest-hero__brand{margin-bottom:.8rem}.c-guest-hero__brand-logo{max-width:132px}.c-guest-hero__title{margin:.7rem 0 .65rem;font-size:clamp(1.55rem,8vw,2rem);line-height:1.06}.c-guest-hero__lead{margin-bottom:.9rem;font-size:.88rem;line-height:1.48}.c-guest-hero__actions{display:grid;grid-template-columns:1fr;gap:.65rem;margin-top:1rem}.c-guest-hero__button{width:100%}.c-guest-hero__chips{gap:.5rem;margin-top:.85rem}.c-guest-hero__chips span{width:100%;justify-content:flex-start;padding:.55rem .7rem;font-size:.76rem;white-space:normal}.c-guest-overview__card{border-radius:1.15rem}.c-guest-overview__card-head{gap:.75rem;margin-bottom:.85rem}.c-guest-overview__icon{width:2.8rem;height:2.8rem;border-radius:.85rem;font-size:1rem}.c-guest-overview__login-point,.c-guest-overview__preview-item,.c-guest-overview__fact{padding:.8rem;border-radius:.95rem}.c-guest-overview__facts{grid-template-columns:1fr;gap:.6rem}.c-guest-overview__preview-item{grid-template-columns:1fr;gap:.65rem}.c-guest-overview__preview-item i{width:2.1rem;height:2.1rem;border-radius:.7rem;font-size:.9rem}.c-dashboard-shell{gap:.75rem}.c-dashboard-grid-app{grid-template-columns:1fr;grid-template-areas:"overview" "profile" "status" "documents" "history" "helpdesk"}.c-dashboard-facts-grid,.c-dashboard-profile__stats{grid-template-columns:1fr}.c-dashboard-panel__head{flex-direction:row;align-items:center;justify-content:space-between;gap:.65rem}.c-dashboard-panel__head>div{min-width:0;flex:1 1 auto}.c-admin-address-card .d-flex.align-items-start.justify-content-between{flex-direction:column;align-items:stretch!important;gap:.75rem!important}.c-admin-address-card .d-flex.flex-column.align-items-end.gap-2{align-items:flex-start!important;min-width:0}.c-admin-address-card__head-copy,.c-admin-address-card__badges,.c-admin-address-card__member-list{width:100%}.c-admin-address-card .rounded-4.border.px-3.py-2.d-inline-flex{max-width:100%;padding:.55rem .72rem!important;font-size:.76rem}.c-admin-address-card .rounded-4.border.px-3.py-2.d-inline-flex span:last-child{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.c-admin-address-card .badge{max-width:100%}.c-admin-address-card__system{min-height:2.1rem;padding:.4rem .46rem}.c-admin-address-card__system-name{font-size:.86rem}.c-dashboard-overview__intro{gap:.5rem;margin-bottom:.15rem}.c-dashboard-overview__top{gap:.75rem}.c-dashboard-hero--compact{max-width:100%}.c-dashboard-hero__image,.c-dashboard-hero__placeholder{aspect-ratio:16/11;border-radius:1rem}.c-dashboard-overview__actions{gap:.6rem;margin-top:1rem}.c-dashboard-fact-card,.c-dashboard-mini-stat,.c-dashboard-list-item{border-radius:.9rem}.c-dashboard-fact-card strong,.c-dashboard-mini-stat strong{font-size:.9rem}.c-dashboard-meta{font-size:.72rem}.c-dashboard-copy--compact{font-size:.75rem}.c-section-kicker{margin-bottom:.4rem;font-size:.68rem}}@media(max-width:420px){.c-guest-hero{padding:.8rem}.c-guest-hero__image,.c-guest-hero__placeholder{min-height:12rem;border-radius:.95rem}.c-guest-hero__title{font-size:1.45rem}}.c-admin-hero,.c-admin-hero__content,.c-admin-hero__intro,.c-admin-hero__actions,.c-admin-hero__stat,.c-main__header,.c-main__links,.c-widget{min-width:0}.c-admin-hero__stat span,.c-admin-hero__stat strong,.c-widget,.c-widget *{overflow-wrap:break-word}.c-admin-hero__actions .c-btn,.c-main__links .c-btn,.c-main__links .btn{max-width:100%}@media(max-width:1280px){.c-admin-hero{grid-template-columns:1fr!important;align-items:stretch}.c-admin-hero__content,.c-admin-hero__intro{max-width:none!important}.c-admin-hero__stats{grid-template-columns:repeat(3,minmax(8rem,1fr))}.c-admin-hero__actions{width:100%;justify-content:flex-start}.c-admin-hero__actions .c-btn{flex:1 1 12rem;justify-content:center;min-width:0;white-space:normal}}.c-dashboard-overview__top,.c-dashboard-overview__intro,.c-dashboard-overview__actions,.c-dashboard-facts-grid,.c-dashboard-fact-card{min-width:0}.c-dashboard-fact-card span{overflow-wrap:normal;word-break:normal;line-height:1.25}.c-dashboard-fact-card strong{overflow-wrap:anywhere;line-height:1.2}@media(max-width:1200px){.c-dashboard-overview__top{grid-template-columns:1fr!important;gap:1.1rem}.c-dashboard-hero,.c-dashboard-hero--compact{width:100%;max-width:none;justify-self:stretch}.c-dashboard-hero__image,.c-dashboard-hero__placeholder{max-height:20rem;aspect-ratio:16/9}.c-dashboard-facts-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.c-dashboard-fact-card{padding:.82rem .9rem}.c-dashboard-fact-card span{font-size:clamp(.62rem,1.2vw,.72rem);letter-spacing:.045em}.c-dashboard-overview__actions .c-btn,.c-dashboard-overview__actions .btn{flex:1 1 12rem;min-width:0;justify-content:center;white-space:normal}}@media(max-width:1100px){.c-admin-grid--metrics{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:768px){.c-admin-hero__stats,.c-admin-grid--metrics{grid-template-columns:1fr}.c-admin-hero__actions,.c-main__links,.c-main__header>.d-flex{display:grid!important;grid-template-columns:1fr;align-items:stretch;width:100%}.c-admin-hero__actions .c-btn,.c-main__links .c-btn,.c-main__links .btn,.c-main__header>.d-flex .c-btn,.c-main__header>.d-flex .btn{width:100%;justify-content:center;white-space:normal}}@media(max-width:576px){.c-dashboard-facts-grid{grid-template-columns:1fr!important}.c-dashboard-overview__actions{display:grid;grid-template-columns:1fr}.c-dashboard-overview__actions .c-btn,.c-dashboard-overview__actions .btn{width:100%}}@media(max-width:768px){.c-mobile-header-actions .c-notification-bell,.c-main__links .c-notification-bell{width:auto;justify-self:end}.c-mobile-header-actions .c-notification-bell__panel,.c-main__links .c-notification-bell__panel,.c-notification-bell__panel{right:0;left:auto;width:min(24rem,100vw - 1.5rem);max-width:none;padding:.85rem;border-radius:18px}.c-notification-bell__panel-head{align-items:center;gap:.75rem}.c-notification-bell__panel-actions{flex-wrap:nowrap;justify-content:flex-end;gap:.5rem}.c-notification-bell__list{max-height:min(60vh,26rem);padding-right:.1rem}.c-notification-bell__item{display:grid;grid-template-columns:minmax(0,1fr);align-items:stretch;gap:.75rem;width:100%;padding:.85rem;border-radius:16px}.c-notification-bell__item-body{width:100%;min-width:0}.c-notification-bell__item strong,.c-notification-bell__item span,.c-notification-bell__item p{max-width:100%;overflow-wrap:anywhere}.c-notification-bell__item-actions{display:flex;align-items:center;justify-content:flex-end;gap:.5rem;width:100%}.c-notification-bell__action-link{flex:1 1 auto}.c-notification-bell__dismiss{width:2.35rem;min-height:2.35rem}.c-notification-bell__empty{width:100%;padding:.75rem .25rem;text-align:center}}@media(max-width:420px){.c-mobile-header-actions .c-notification-bell__panel,.c-main__links .c-notification-bell__panel,.c-notification-bell__panel{right:-.25rem;width:calc(100vw - 1rem)}.c-notification-bell__panel-head{align-items:flex-start}.c-notification-bell__clear{padding-inline:.65rem}}@media(max-width:991.98px){.c-main__links--desktop,.c-notification-bell--desktop{display:none!important}}.c-historiek{padding:.5rem 0}.c-historiek__filters{display:flex;flex-wrap:wrap;align-items:end;justify-content:flex-start}@media(max-width:991px){.c-historiek__filters{justify-content:flex-start}}@media(max-width:576px){.c-historiek__filters{justify-content:flex-start;margin-bottom:1.25rem;gap:.75rem}}@media(max-width:991px){.c-historiek__select,.c-historiek__date,.c-historiek__zoek{width:100%}}@media(max-width:576px){.c-historiek__select,.c-historiek__date,.c-historiek__zoek{margin-bottom:.25rem}}.c-historiek__select-row{display:flex;align-items:stretch;gap:.5rem}.c-historiek__select{flex:1 1 auto;min-width:0}.c-historiek__search-toggle{display:none;align-items:center;justify-content:center;flex:0 0 44px;min-height:44px;padding:0;border:1px solid rgba(36,36,36,.08);border-radius:16px;background:#fcfcfc;color:#242424}.c-historiek__search-toggle.is-active{border-color:#45a65559;background:#45a6551f;color:#45a655}.c-historiek__zoek{display:flex;align-items:center;gap:.5rem;flex:1 1 250px;background:#fcfcfc;padding:.5rem .75rem;border-radius:1.5rem;min-height:46px;width:100%;border:1px solid rgba(36,36,36,.08)}.c-historiek__zoek i{color:#777;font-size:.9rem}.c-historiek__zoek input{all:unset;width:100%;font-size:.9rem}.c-historiek__zoek input::placeholder{color:#999}.c-historiek .form-select{border-radius:1.5rem;min-height:46px;background-color:#fcfcfc;border:1px solid rgba(36,36,36,.08)}.c-historiek .form-select:focus{border-color:#45a655;box-shadow:0 0 0 3px #45a6551f}.c-historiek__date{display:flex;flex-direction:column;gap:.5rem}.c-historiek__date .form-control{background:#fcfcfc;border-radius:1.5rem;border:1px solid rgba(36,36,36,.08);padding:.65rem 1rem}.c-historiek__date .form-control:focus{border-color:#45a655;box-shadow:0 0 0 3px #45a6551f}.c-historiek__label{font-size:1rem;font-weight:400}@media(max-width:768px){.c-historiek__label{font-size:1rem}}@media(max-width:576px){.c-historiek__label{font-size:.9rem}}.c-historiek__label{color:#242424;margin:0;line-height:1.35;overflow-wrap:normal;word-break:normal;-webkit-hyphens:none;hyphens:none}.c-historiek__clear{border:none;border-radius:1.5rem;background:#45a655;color:#fcfcfc;padding:.8rem 1rem;font-weight:600;transition:background-color .2s ease,transform .2s ease}.c-historiek__clear:hover{background:#368243;transform:translateY(-1px)}@media(max-width:991px){.c-historiek__clear{min-height:46px}}@media(max-width:576px){.c-historiek__clear{margin-top:.25rem}}[data-theme=dark] .c-historiek__zoek,.o-darkmode .c-historiek__zoek,[data-theme=dark] .c-historiek .form-select,.o-darkmode .c-historiek .form-select,[data-theme=dark] .c-historiek__date .form-control,.o-darkmode .c-historiek__date .form-control,[data-theme=dark] .c-historiek__composer .form-control,.o-darkmode .c-historiek__composer .form-control,[data-theme=dark] .c-historiek__composer .form-select,.o-darkmode .c-historiek__composer .form-select{border-color:var(--c-surface-border);background:var(--c-surface-card);color:#eef4ee}[data-theme=dark] .c-historiek__zoek input,.o-darkmode .c-historiek__zoek input,[data-theme=dark] .c-historiek .form-control::placeholder,.o-darkmode .c-historiek .form-control::placeholder{color:#e3ede49e}[data-theme=dark] .c-historiek__zoek i,.o-darkmode .c-historiek__zoek i,[data-theme=dark] .c-historiek__label,.o-darkmode .c-historiek__label,[data-theme=dark] .c-historiek .text-muted,.o-darkmode .c-historiek .text-muted{color:#e3ede4b8!important}[data-theme=dark] .c-historiek__clear,.o-darkmode .c-historiek__clear{box-shadow:none;background:var(--c-surface-panel);border:1px solid var(--c-surface-border);color:#eef4ee}[data-theme=dark] .c-historiek__clear:hover,.o-darkmode .c-historiek__clear:hover{background:var(--c-surface-soft)}[data-theme=dark] .c-historiek__search-toggle,.o-darkmode .c-historiek__search-toggle{border-color:var(--c-surface-border);background:var(--c-surface-card);color:#eef4ee}[data-theme=dark] .c-historiek__search-toggle.is-active,.o-darkmode .c-historiek__search-toggle.is-active{border-color:#45a65580;background:#45a6552e;color:#7ec98a}@media(max-width:768px){.c-historiek{padding-top:.2rem}.c-historiek__filters{gap:.75rem 0;margin-bottom:1rem!important}.c-historiek__select,.c-historiek__date,.c-historiek__zoek{width:100%}.c-historiek__zoek,.c-historiek .form-select,.c-historiek__date .form-control,.c-historiek__clear{min-height:48px;border-radius:16px}}@media(max-width:480px){.c-historiek__zoek,.c-historiek .form-select,.c-historiek__date .form-control,.c-historiek__clear{min-height:44px;font-size:.9rem}}@media(max-width:576px){.c-historiek__select-row{gap:0;overflow:hidden;border:1px solid rgba(36,36,36,.08);border-radius:16px;background:#fcfcfc}.c-historiek__select .form-select{border:0;border-radius:0;background-color:transparent;box-shadow:none}.c-historiek__search-toggle{display:inline-flex;flex-basis:48px;min-height:48px;border:0;border-left:1px solid rgba(36,36,36,.08);border-radius:0;background:transparent}.c-historiek__search-column{display:none}.c-historiek__search-column.is-open{display:block}.c-historiek__zoek{margin-bottom:0}[data-theme=dark] .c-historiek__select-row,.o-darkmode .c-historiek__select-row{border-color:var(--c-surface-border);background:var(--c-surface-card)}[data-theme=dark] .c-historiek__search-toggle,.o-darkmode .c-historiek__search-toggle{border-left-color:var(--c-surface-border);background:transparent}}.c-historiek__table{background:linear-gradient(180deg,#fffffffa,#fff);border-radius:24px;padding:1rem;margin-top:1.5rem;overflow:hidden;box-shadow:0 4px 15px #0000001a;border:1px solid rgba(36,36,36,.05)}@media(max-width:991px){.c-historiek__table{padding:.85rem;border-radius:20px}}@media(max-width:576px){.c-historiek__table{padding:.75rem;margin-top:1.25rem}}.c-historiek__table table{margin-bottom:0;width:100%}.c-historiek__table thead th{font-weight:600;border-bottom:2px solid #45a655;color:#45a655}.c-historiek__table thead th i{margin-right:.5rem}.c-historiek__table tbody tr{cursor:pointer;transition:background .2s ease;height:65px}.c-historiek__table tbody tr:hover{background:#00000008}.c-historiek__table tbody tr:focus-visible{outline:2px solid rgba(69,166,85,.35);outline-offset:-2px}.c-historiek__table tbody .c-historiek__row--empty{cursor:default}.c-historiek__table tbody .c-historiek__row--empty:hover{background:transparent}.c-historiek__table tbody td{vertical-align:middle;padding-top:1rem;padding-bottom:1rem}.c-historiek__table tbody td:nth-child(2) .bi-exclamation-triangle{color:#c99513}.c-historiek__table tbody td:nth-child(2) .bi-arrow-repeat{color:#45a655}.c-historiek__table tbody td:nth-child(2) .bi-tools{color:#45a655}.c-historiek__table tbody td:last-child{text-align:right}.c-historiek__mobile-list{display:block;border-radius:20px;border:1px solid rgba(36,36,36,.06);background:linear-gradient(180deg,#fffffffa,#fff);box-shadow:0 4px 15px #0000001a}@media(min-width:768px){.c-historiek__mobile-list{display:none}}.c-historiek__mobile-item{display:flex;width:100%;align-items:center;gap:.75rem;padding:.75rem;text-align:left;border:0;border-bottom:1px solid rgba(36,36,36,.06);background:transparent;color:inherit;transition:background .2s ease,transform .2s ease}.c-historiek__mobile-item:last-of-type{border-bottom:0}.c-historiek__mobile-item:active{transform:scale(.995);background:#24242408}.c-historiek__mobile-icon{display:flex;width:2.25rem;height:2.25rem;flex-shrink:0;align-items:center;justify-content:center;border-radius:.85rem}.c-historiek__mobile-copy{min-width:0;flex:1 1 auto}.c-historiek__mobile-top{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem}.c-historiek__mobile-title{margin:0;color:#242424;font-size:.92rem;font-weight:600;line-height:1.35}.c-historiek__mobile-date{flex-shrink:0;border-radius:999px;background:#2424240d;padding:.15rem .5rem;color:#24242494;font-size:.65rem;font-weight:700}.c-historiek__mobile-meta{display:flex;min-width:0;align-items:center;gap:.5rem;margin-top:.35rem;color:#24242473;font-size:.72rem}.c-historiek__mobile-type{flex-shrink:0;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.c-historiek__mobile-separator{color:#24242438}.c-historiek__mobile-technician{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.c-historiek__mobile-empty{padding:2rem 1rem;text-align:center;color:#24242480;font-size:.9rem}.c-historiek__desktop-table{display:none}@media(min-width:768px){.c-historiek__desktop-table{display:table}}.c-historiek__event-content{display:flex;align-items:center;gap:.75rem;min-width:0}.c-historiek__event-content i{font-size:1.5rem;flex-shrink:0}.c-historiek__cell-text{min-width:0;overflow-wrap:normal;word-break:normal;-webkit-hyphens:none;hyphens:none}.c-historiek__cell-icon{display:inline-flex;align-items:center;justify-content:flex-end;width:100%}.c-historiek__pagination{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-top:1.5rem}@media(max-width:768px){.c-historiek__pagination{flex-direction:column;align-items:stretch}}@media(max-width:576px){.c-historiek__pagination{margin-top:1rem;gap:.75rem}}.c-historiek__pagination-summary{color:#242424a6}.c-historiek__pagination-controls{display:flex;flex-wrap:wrap;gap:.5rem}@media(max-width:768px){.c-historiek__pagination-controls{justify-content:space-between}}@media(max-width:576px){.c-historiek__pagination-controls{justify-content:center}}[data-theme=dark] .c-historiek__table,[data-theme=dark] .c-historiek__mobile-list,.o-darkmode .c-historiek__table,.o-darkmode .c-historiek__mobile-list{border-color:var(--c-surface-border);background:var(--c-surface-card);box-shadow:0 20px 36px #0003}[data-theme=dark] .c-historiek__mobile-item,.o-darkmode .c-historiek__mobile-item{border-bottom-color:#d4e6d61a}[data-theme=dark] .c-historiek__mobile-item:active,.o-darkmode .c-historiek__mobile-item:active{background:#ffffff0a}[data-theme=dark] .c-historiek__mobile-title,.o-darkmode .c-historiek__mobile-title,[data-theme=dark] .c-historiek__table th,.o-darkmode .c-historiek__table th,[data-theme=dark] .c-historiek__table td,.o-darkmode .c-historiek__table td{color:#eef4ee}[data-theme=dark] .c-historiek__mobile-date,.o-darkmode .c-historiek__mobile-date{background:#ffffff14;color:#eef4eeb3}[data-theme=dark] .c-historiek__mobile-meta,[data-theme=dark] .c-historiek__mobile-empty,[data-theme=dark] .c-historiek__pagination-summary,[data-theme=dark] .c-historiek__table .text-muted,.o-darkmode .c-historiek__mobile-meta,.o-darkmode .c-historiek__mobile-empty,.o-darkmode .c-historiek__pagination-summary,.o-darkmode .c-historiek__table .text-muted{color:#eef4eeb3}[data-theme=dark] .c-historiek__mobile-separator,.o-darkmode .c-historiek__mobile-separator{color:#eef4ee3d}[data-theme=dark] .c-historiek__page-button,.o-darkmode .c-historiek__page-button{border-color:var(--c-surface-border);background:var(--c-surface-panel);color:#eef4ee}[data-theme=dark] .c-historiek__table thead th,.o-darkmode .c-historiek__table thead th{border-bottom-color:var(--c-surface-border);color:#eef4eed1}[data-theme=dark] .c-historiek__table tbody tr:hover,.o-darkmode .c-historiek__table tbody tr:hover{background:#ffffff0a}.c-historiek__page-button{min-width:42px;border-radius:999px;border:1px solid rgba(36,36,36,.12);background:#fcfcfc;color:#242424;padding:.55rem .95rem;font-weight:600;transition:all .2s ease}.c-historiek__page-button:hover:not(:disabled){border-color:#45a655;color:#45a655;transform:translateY(-1px)}.c-historiek__page-button:disabled{opacity:.45;cursor:not-allowed}.c-historiek__page-button--active{background:#45a655;border-color:#45a655;color:#fcfcfc}@media(max-width:576px){.c-historiek__page-button{flex:1 1 calc(33.333% - .5rem);text-align:center}}@media(max-width:768px){.c-historiek__table{padding:.75rem;margin-top:1rem;border-radius:20px}.c-historiek__pagination-summary{font-size:.9rem;text-align:center}.c-historiek__pagination-controls{width:100%}}@media(max-width:480px){.c-historiek__table{padding:.65rem;border-radius:18px}.c-historiek__mobile-list{border-radius:16px}.c-historiek__page-button{min-width:0;padding:.55rem .75rem;font-size:.82rem}}.c-status{padding:0;display:grid;gap:1rem;align-content:start}.c-status__card{background:#fff;border-radius:24px;padding:1.5rem;box-shadow:0 4px 15px #0000001a;border:1px solid rgba(69,166,85,.16)}.c-status__card--success .c-status__icon{background:#45a6551a;color:#45a655}.c-status__card--success .c-status__badge{background:#45a6554d;color:#45a655}.c-status__card--success .c-status__message{border-left:4px solid #45A655}.c-status__card--warning .c-status__icon{background:#c995131a;color:#c99513}.c-status__card--warning .c-status__badge{background:#c995134d;color:#c99513}.c-status__card--warning .c-status__message{border-left:4px solid #C99513}.c-status__card--error{border-color:#c5000094;background:linear-gradient(135deg,#c5000014,#fff 42%);box-shadow:0 0 0 2px #c5000014,0 4px 15px #0000001a}.c-status__card--error .c-status__icon{background:#c500001a;color:#c50000}.c-status__card--error .c-status__badge{background:#c50000;color:#fff}.c-status__card--error .c-status__message{border:1px solid rgba(197,0,0,.28);border-left:5px solid #C50000;background:#c500001a;color:#820000}.c-status__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;gap:1rem}.c-status__info-group{display:flex;align-items:center;gap:1rem}.c-status__icon{width:56px;height:56px;border-radius:16px;display:flex;align-items:center;justify-content:center;font-size:1.5rem}.c-status__name{font-size:1.125rem;font-weight:400}@media(max-width:768px){.c-status__name{font-size:1.1rem}}@media(max-width:576px){.c-status__name{font-size:1rem}}.c-status__name{font-weight:700;margin:0;line-height:1.2;text-wrap:balance}.c-status__label{font-size:1rem;font-weight:400}@media(max-width:768px){.c-status__label{font-size:1rem}}@media(max-width:576px){.c-status__label{font-size:.9rem}}.c-status__label{color:#888}.c-status__badge{padding:.4rem 1rem;border-radius:50px;font-weight:600;font-size:.85rem;white-space:nowrap}.c-status__message{background:linear-gradient(180deg,#45a65514,#ececece6);padding:1rem;border-radius:12px;display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem;font-size:1rem;font-weight:400}@media(max-width:768px){.c-status__message{font-size:1rem}}@media(max-width:576px){.c-status__message{font-size:.9rem}}.c-status__message{line-height:1.55}.c-status__message i{font-size:1.2rem}.c-status__alert-title{display:block;margin-bottom:.15rem;color:#c50000;font-weight:800}.c-status__toggle-btn,.c-status__detail-value,.c-status__doc-list a{overflow-wrap:normal;word-break:normal;-webkit-hyphens:none;hyphens:none}.c-status__toggle-btn{align-self:flex-start;padding-inline:1.15rem;cursor:pointer;border-color:#45a65529;background:#ecececeb;color:#242424;transition:background-color .2s ease,border-color .2s ease,color .2s ease,box-shadow .2s ease,transform .2s ease}.c-status__toggle-btn:hover{background:linear-gradient(135deg,#45a655eb,#368243eb);border-color:#368243e6;color:#fff;box-shadow:0 10px 24px #45a6552e;transform:translateY(-1px)}.c-status__toggle-btn:focus-visible{outline:none;border-color:#45a655e6;box-shadow:0 0 0 .2rem #45a6552e}.c-status__toggle-btn[aria-expanded=true] i{transform:rotate(180deg)}.c-status__details{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #eee}@media(max-width:768px){.c-status__details{grid-template-columns:1fr}}.c-status__detail-label{display:block;color:#888;font-size:.8rem;margin-bottom:.25rem}.c-status__detail-value{font-weight:700;font-size:1rem;font-weight:400}@media(max-width:768px){.c-status__detail-value{font-size:1rem}}@media(max-width:576px){.c-status__detail-value{font-size:.9rem}}.c-status__detail-value{min-width:0}.c-status__tech{display:flex;align-items:center;gap:.75rem;font-weight:700}.c-status__tech img{width:28px;height:28px;border-radius:50%}.c-status__doc-list{list-style:none;padding:0;margin:0;min-width:0}.c-status__doc-list li{min-width:0;width:100%}.c-status__doc-list a{display:flex;align-items:center;gap:.5rem;width:100%;min-width:0;padding:.2rem 0;text-decoration:none;color:#242424;transition:color .2s}.c-status__doc-list a i{color:#c50000}.c-status__doc-list a:hover{color:#45a655}.c-status__doc-name{display:block;flex:1 1 auto;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.c-status__add-system{display:grid;gap:1rem}.c-status__add-head{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.c-status__add-icon{display:grid;width:2.5rem;height:2.5rem;flex:0 0 auto;place-items:center;border-radius:.85rem;background:#45a6551f;color:#45a655;font-size:1.1rem}.c-settings-page__request-card{transition:border-color .18s ease,box-shadow .18s ease,background .18s ease,transform .18s ease}.c-settings-page__request-card--highlighted{border-color:#45a6556b!important;background:linear-gradient(180deg,#45a6551f,#ecececf5);box-shadow:0 0 0 3px #45a6551f,0 18px 32px #45a6551f}[data-theme=dark] .c-status__card,.o-darkmode .c-status__card,[data-theme=dark] .c-status__icon,.o-darkmode .c-status__icon{box-shadow:none!important}[data-theme=dark] .c-status__card,.o-darkmode .c-status__card,[data-theme=dark] .c-status__add-system,.o-darkmode .c-status__add-system{background:var(--c-surface-card);border-color:var(--c-surface-border)}[data-theme=dark] .c-status__add-system .form-control,.o-darkmode .c-status__add-system .form-control{border-color:var(--c-surface-border);background:var(--c-surface-panel);color:#eef4ee}[data-theme=dark] .c-status__add-system .form-control::placeholder,.o-darkmode .c-status__add-system .form-control::placeholder{color:#e3ede494}[data-theme=dark] .c-status__name,.o-darkmode .c-status__name,[data-theme=dark] .c-status__detail-value,.o-darkmode .c-status__detail-value,[data-theme=dark] .c-status__doc-list a,.o-darkmode .c-status__doc-list a,[data-theme=dark] .c-status__message,.o-darkmode .c-status__message{color:#eef4ee}[data-theme=dark] .c-status__label,.o-darkmode .c-status__label,[data-theme=dark] .c-status__detail-label,.o-darkmode .c-status__detail-label,[data-theme=dark] .c-status__card .text-muted,.o-darkmode .c-status__card .text-muted{color:#e3ede4b8!important}[data-theme=dark] .c-status__message,.o-darkmode .c-status__message{background:var(--c-surface-panel)}[data-theme=dark] .c-status__card--error,.o-darkmode .c-status__card--error{border-color:#ff6b6b94;background:linear-gradient(135deg,rgba(201,42,42,.2) 0%,var(--c-surface-card) 46%)}[data-theme=dark] .c-status__card--error .c-status__message,.o-darkmode .c-status__card--error .c-status__message{border-color:#ff878757;border-left-color:#ff6b6b;background:#c92a2a33;color:#ffe3e3}[data-theme=dark] .c-status__card--error .c-status__alert-title,.o-darkmode .c-status__card--error .c-status__alert-title{color:#ff8787}[data-theme=dark] .c-status__details,.o-darkmode .c-status__details{border-top-color:var(--c-surface-border)}[data-theme=dark] .c-status__toggle-btn,.o-darkmode .c-status__toggle-btn{border-color:var(--c-surface-border);background:var(--c-surface-panel);color:#eef4ee}[data-theme=dark] .c-status__toggle-btn:hover,.o-darkmode .c-status__toggle-btn:hover{background:var(--c-surface-soft);border-color:var(--c-surface-border);color:#eef4ee}[data-theme=dark] .c-settings-page__request-card--highlighted,.o-darkmode .c-settings-page__request-card--highlighted{border-color:#86efac6b!important;background:linear-gradient(180deg,#182921f5,#0f172af5);box-shadow:0 0 0 3px #48bb7824,0 18px 34px #00000047}@media(max-width:768px){.c-status{padding:0;gap:.85rem}.c-status__card{padding:1rem;border-radius:20px}.c-status__header{flex-direction:column;align-items:flex-start;margin-bottom:1rem;gap:.85rem}.c-status__info-group{min-width:0;width:100%;align-items:flex-start;gap:.8rem}.c-status__icon{width:46px;height:46px;border-radius:14px;font-size:1.15rem}.c-status__name{font-size:1rem}.c-status__label{font-size:.84rem}.c-status__badge{padding:.35rem .8rem;font-size:.76rem}.c-status__message{margin-bottom:1rem;padding:.85rem .9rem;border-radius:14px;align-items:flex-start;gap:.6rem;font-size:.9rem}.c-status__message i{font-size:1rem;margin-top:.1rem}.c-status__toggle-btn{width:100%;padding:.7rem 1rem;font-size:.8rem}.c-status__details{gap:1rem;margin-top:1rem;padding-top:1rem}.c-status__detail-label{font-size:.74rem}.c-status__detail-value{font-size:.9rem}.c-status__doc-list a{padding:.35rem 0;font-size:.9rem}}@media(max-width:480px){.c-status__card{padding:.9rem;border-radius:18px}.c-status__icon{width:42px;height:42px;border-radius:12px;font-size:1rem}.c-status__badge{width:100%;text-align:center}.c-status__message{font-size:.86rem;line-height:1.45}}.c-modal .modal-dialog{margin:1rem;pointer-events:none}@media(min-width:768px){.c-modal .modal-dialog{margin:1.75rem auto}}.c-modal__content{border:none;border-radius:24px;padding:1.5rem;box-shadow:0 10px 40px #00000026;pointer-events:auto}@media(max-width:576px){.c-modal__content{border-radius:18px;padding:1rem}}.c-modal__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:2px solid #45a655}@media(max-width:576px){.c-modal__header{margin-bottom:1rem;padding-bottom:.75rem;align-items:flex-start;gap:.75rem}}.c-modal__title{font-size:clamp(1.2rem,2vw,1.8rem);font-weight:500;line-height:1.25;margin:0;color:#242424}.c-modal__close{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border:none;border-radius:999px;background:#45a65514;color:#242424;transition:background-color .2s ease,transform .2s ease}.c-modal__close:hover{background:#45a65529;transform:translateY(-1px)}.c-modal .modal-body{padding:0}.c-modal .modal-body strong{font-size:1rem;font-weight:400}@media(max-width:768px){.c-modal .modal-body strong{font-size:1rem}}@media(max-width:576px){.c-modal .modal-body strong{font-size:.9rem}}.c-modal .modal-body strong{display:block;margin-bottom:.25rem;color:#45a655;font-weight:600}.c-modal .modal-body p{font-size:1rem;font-weight:400}@media(max-width:768px){.c-modal .modal-body p{font-size:1rem}}@media(max-width:576px){.c-modal .modal-body p{font-size:.9rem}}.c-modal .modal-body p{line-height:1.55;margin-bottom:0}@media(max-width:576px){.c-modal .modal-body .row{--bs-gutter-y: .85rem}}.c-modal .c-system-picker{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.c-modal .c-system-picker--vertical{display:flex;flex-direction:column;gap:1rem}.c-modal .c-system-picker--vertical .c-system-picker__card{justify-content:flex-start;padding:1.25rem}@media(max-width:576px){.c-modal .c-system-picker{grid-template-columns:1fr}}.c-modal .c-system-picker__item{cursor:pointer;position:relative}.c-modal .c-system-picker__radio{position:absolute;opacity:0;width:0;height:0}.c-modal .c-system-picker__radio:checked+.c-system-picker__card{border-color:#45a655;background-color:#45a6550d;box-shadow:0 4px 12px #45a6551a}.c-modal .c-system-picker__radio:checked+.c-system-picker__card:after{content:"";font-family:bootstrap-icons;position:absolute;top:10px;right:10px;color:#45a655}.c-modal .c-system-picker__card{display:flex;align-items:center;gap:1rem;padding:1rem;border:2px solid #ececec;border-radius:16px;background:#fff;transition:all .2s ease}.c-modal .c-system-picker__card:hover{border-color:#ddd;transform:translateY(-2px)}.c-modal .c-system-picker__card .c-status__icon{width:40px;height:40px;font-size:1.2rem;background:#2424240d;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.c-modal .c-system-picker__card .c-status__name{font-size:1rem;margin:0}.c-modal .c-system-picker__card .c-status__label{font-size:.75rem}.c-form__group{margin-bottom:1.25rem}.c-form__label{display:block;font-size:1rem;font-weight:400}.c-form__label{font-weight:600;margin-bottom:.5rem;color:#242424}.c-form__input{width:100%;padding:.75rem 1rem;border-radius:12px;border:2px solid #ececec;background-color:#fcfcfc;font-family:montserrat,serif;transition:all .3s ease}.c-form__input:focus{outline:none;border-color:#45a655;box-shadow:0 0 0 3px #45a6551a}.c-form__actions{display:flex;justify-content:flex-end;gap:1rem;margin-top:2rem}.c-login{margin:0;min-height:calc(100vh - 2.5rem);min-height:calc(100dvh - 2.5rem);padding:1.5rem 0}.c-auth-screen{width:100%;min-height:calc(100vh - 3rem);min-height:calc(100dvh - 3rem);display:flex;align-items:center;justify-content:center}.c-card{width:min(100%,760px);background:#fcfcfc;border-radius:28px;padding:clamp(1.5rem,3vw,2.75rem);box-shadow:0 14px 48px #00000024}.c-card__header{text-align:center;margin-bottom:2rem}.c-card__title{font-size:1.8rem;font-weight:400}@media(max-width:992px){.c-card__title{font-size:1.6rem}}@media(max-width:768px){.c-card__title{font-size:1.3rem}}@media(max-width:576px){.c-card__title{font-size:1.25rem}}.c-card__title{color:#242424;margin-bottom:.5rem}.c-card__subtitle{font-size:1rem;font-weight:400}@media(max-width:768px){.c-card__subtitle{font-size:1rem}}@media(max-width:576px){.c-card__subtitle{font-size:.9rem}}.c-card__subtitle{color:#666;max-width:38rem;margin:0 auto}[data-theme=dark] .c-card{background:linear-gradient(180deg,#18221dfa,#111816fa);box-shadow:none}[data-theme=dark] .c-card__title,[data-theme=dark] .c-card__subtitle,[data-theme=dark] .c-form__footer .c-link{color:#eef4ee}.o-darkmode .c-card{box-shadow:none}.c-auth-card{width:min(100%,860px);min-height:min(820px,100vh - 4.5rem);display:flex;flex-direction:column;justify-content:center;overflow:hidden}.c-auth-card--compact{width:min(100%,680px);min-height:min(560px,100vh - 5rem)}.c-auth-card--wide{width:min(100%,980px)}.c-auth-form{display:flex;flex-direction:column;gap:1.1rem}.c-auth-form__grid{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:1.1rem 1.1rem}.c-auth-form__span-12{grid-column:span 12}.c-auth-form__span-6{grid-column:span 6}.c-form__group{margin-bottom:0;min-width:0}.c-form__floating{position:relative}.c-form__input{width:100%;min-height:66px;padding:1.25rem 1rem .75rem;border-radius:14px;border:2px solid var(--c-surface-border);background-color:var(--c-surface-card);color:var(--c-theme-text);font-family:montserrat,serif;transition:all .3s ease}.c-form__input:focus{outline:none;border-color:#45a655;background-color:var(--c-surface-card)}.c-form__input:focus~.c-form__label,.c-form__input:not(:placeholder-shown)~.c-form__label{transform:translateY(-45px) translate(-15px) scale(.85);color:#45a655;font-weight:700}.c-form__label{position:absolute;left:1rem;top:1.2rem;padding:0 .35rem;border-radius:999px;background:var(--c-surface-card);font-size:1rem;font-weight:400}@media(max-width:768px){.c-form__label{font-size:1rem}}@media(max-width:576px){.c-form__label{font-size:.9rem}}.c-form__label{color:var(--c-theme-muted);transition:all .2s ease;pointer-events:none;transform-origin:0 0}.c-form__error{color:#c50000;font-size:.8rem;line-height:1.45;margin-top:.55rem;margin-left:.35rem;font-weight:600}.c-form__feedback{margin-bottom:.5rem;padding:.95rem 1rem;border-radius:16px;border:1px solid rgba(197,0,0,.2);background:linear-gradient(180deg,#c5000014,#c5000008);color:#9c0000}.c-form__feedback-title{margin:0 0 .45rem;font-size:.95rem;font-weight:700}.c-form__feedback-list{margin:0;padding-left:1.1rem;font-size:.85rem}.c-form__feedback-list li+li{margin-top:.2rem}.c-form.was-validated .c-form__input:invalid,.c-form.was-validated .c-form__input.is-invalid{border-color:#c50000;background-color:#c500000d}.c-form.was-validated .c-form__input:invalid~.c-form__label,.c-form.was-validated .c-form__input.is-invalid~.c-form__label{color:#c50000!important}.c-form.was-validated .c-form__input:invalid~.c-form__error,.c-form.was-validated .c-form__input.is-invalid~.c-form__error{display:block}.c-form__footer{text-align:center;margin-top:.5rem}.c-form__footer .c-link{font-size:.85rem;color:#242424;text-decoration:none;opacity:.7}.c-form__footer .c-link:hover{opacity:1;text-decoration:underline}[data-theme=dark] .c-form__input,.o-darkmode .c-form__input{border-color:var(--c-surface-border);background-color:var(--c-surface-card);color:var(--c-theme-text)}[data-theme=dark] .c-form__label,.o-darkmode .c-form__label{color:var(--c-theme-muted);background:var(--c-surface-card)}@media(max-width:768px){.c-login,.c-auth-screen{min-height:calc(100vh - 1.5rem);min-height:calc(100dvh - 1.5rem);padding:.35rem 0 .9rem}.c-auth-screen{align-items:center;justify-content:center}.c-auth-card,.c-auth-card--compact,.c-auth-card--wide{width:100%;min-height:auto}.c-auth-form__span-6{grid-column:span 12}.c-card{border-radius:22px;padding:1.15rem}.c-auth-form__grid{gap:.9rem}.c-form__input{min-height:60px;padding:1.15rem .9rem .7rem}.c-form__label{left:.9rem;top:1.05rem;font-size:.9rem}.c-form__feedback{padding:.85rem .9rem;border-radius:14px}}@media(max-width:575px){.c-login{min-height:calc(100vh - .85rem);min-height:calc(100dvh - .85rem);padding:.35rem 0 1rem}.c-auth-screen{min-height:calc(100vh - .85rem);min-height:calc(100dvh - .85rem);align-items:center;justify-content:center;padding:.1rem 0 .5rem}.c-card{border-radius:18px;padding:1rem .95rem}.c-card__header{margin-bottom:1.35rem}.c-card__title{font-size:1.45rem;line-height:1.1}.c-card__subtitle{font-size:.9rem;line-height:1.5}.c-auth-card{min-height:auto;border-radius:18px}.c-auth-form{gap:.95rem}.c-auth-form__grid{gap:.8rem}.c-form__input{min-height:56px;padding:1.05rem .85rem .65rem;border-radius:12px}.c-form__input:focus~.c-form__label,.c-form__input:not(:placeholder-shown)~.c-form__label{transform:translateY(-39px) translate(-12px) scale(.82)}.c-form__label{left:.85rem;top:.98rem;font-size:.84rem}.c-form__footer{margin-top:.25rem}.c-form__footer .c-link{font-size:.8rem;line-height:1.45}}.c-login-page .c-card__subtitle{max-width:34rem}.c-login-page--register .c-card__subtitle{max-width:40rem}.c-admin-login .c-auth-screen{padding:2rem 0}.c-admin-login .c-admin-login__card{width:min(100%,920px);min-height:auto;padding:clamp(2rem,3vw,3rem)}.c-admin-login .c-card__header{margin-bottom:2.25rem}.c-admin-login .c-card__title{font-size:clamp(2rem,3vw,2.6rem)}.c-admin-login .c-card__subtitle{max-width:42rem}@media(max-width:768px){.c-admin-login .c-admin-login__card{width:100%;padding:1.15rem}}.c-admin-form__grid{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));column-gap:1.25rem;row-gap:1.4rem}.c-admin-form__field{position:relative;display:flex;flex-direction:column;min-width:0}.c-admin-form__field.is-focused .c-admin-form__label,.c-admin-form__field.is-filled .c-admin-form__label{transform:translateY(-1.35rem) scale(.86);color:#45a655}.c-admin-form__field--select .c-admin-form__label{transform:translateY(-1.35rem) scale(.86)}.c-admin-form__field--stacked .c-admin-form__label{top:.95rem;transform:scale(.86);color:var(--c-theme-muted)}.c-admin-form__field--stacked.is-focused .c-admin-form__label,.c-admin-form__field--stacked.is-filled .c-admin-form__label{color:#45a655}.c-admin-form__field--stacked .c-admin-form__control{padding-top:1.9rem;padding-bottom:.45rem}.c-admin-form__field--span-12{grid-column:span 12}.c-admin-form__field--span-8{grid-column:span 8}.c-admin-form__field--span-6{grid-column:span 6}.c-admin-form__field--span-4{grid-column:span 4}.c-admin-form__control{width:100%;min-height:66px;padding:1.45rem 1rem .7rem;border-radius:18px;border:1px solid var(--c-surface-border);background:linear-gradient(180deg,var(--c-surface-card) 0%,var(--c-surface-panel) 100%);color:var(--c-theme-text);font-family:montserrat,serif;font-size:1rem;line-height:1.4;transition:border-color .2s ease,box-shadow .2s ease,background-color .2s ease;appearance:none}.c-admin-form__control::placeholder{color:transparent}.c-admin-form__control:focus{outline:none;border-color:#45a655cc;box-shadow:0 0 0 4px #45a6551f;background:var(--c-surface-card)}.c-admin-form__field.is-invalid .c-admin-form__control{border-color:#c50000a6;box-shadow:0 0 0 4px #c500001f;background:linear-gradient(180deg,rgba(197,0,0,.05) 0%,var(--c-surface-card) 100%)}.c-admin-form__field.is-invalid .c-admin-form__label{color:#c50000}.c-admin-form input.c-admin-form__control[type=number]::-webkit-outer-spin-button,.c-admin-form input.c-admin-form__control[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.c-admin-form input.c-admin-form__control[type=number]{-moz-appearance:textfield}.c-admin-form select.c-admin-form__control{padding-top:1.65rem;padding-bottom:.5rem;padding-right:2.75rem;cursor:pointer;background-image:linear-gradient(180deg,var(--c-surface-card) 0%,var(--c-surface-panel) 100%),linear-gradient(45deg,transparent 50%,rgba(36,36,36,.55) 50%),linear-gradient(135deg,rgba(36,36,36,.55) 50%,transparent 50%);background-position:0 0,calc(100% - 20px) calc(50% + 1px),calc(100% - 14px) calc(50% + 1px);background-size:100% 100%,6px 6px,6px 6px;background-repeat:no-repeat;line-height:1.25}.c-admin-form select.c-admin-form__control:disabled{cursor:not-allowed;opacity:.7}.c-admin-form__label{position:absolute;left:1rem;top:50%;padding:0 .35rem;border-radius:999px;background:var(--c-surface-card);color:var(--c-theme-muted);font-size:.82rem;font-weight:600;letter-spacing:.01em;transform-origin:left top;transform:translateY(-50%);transition:transform .18s ease,color .18s ease;pointer-events:none;z-index:1}.c-admin-form__hint{margin-top:.55rem;color:var(--c-theme-muted);font-size:.82rem}.c-admin-form__actions{display:flex;align-items:center;gap:.75rem;min-height:66px;flex-wrap:wrap}[data-theme=dark] .c-admin-form__control,.o-darkmode .c-admin-form__control{border-color:var(--c-surface-border);background:linear-gradient(180deg,var(--c-surface-card) 0%,var(--c-surface-panel) 100%);color:var(--c-theme-text)}[data-theme=dark] .c-admin-form__control:focus,.o-darkmode .c-admin-form__control:focus{background:var(--c-surface-card)}[data-theme=dark] .c-admin-form__label,.o-darkmode .c-admin-form__label,[data-theme=dark] .c-admin-form__hint,.o-darkmode .c-admin-form__hint{color:var(--c-theme-muted);background:var(--c-surface-card)}[data-theme=dark] select.c-admin-form__control,.o-darkmode select.c-admin-form__control{background-image:linear-gradient(180deg,var(--c-surface-card) 0%,var(--c-surface-panel) 100%),linear-gradient(45deg,transparent 50%,rgba(238,244,238,.7) 50%),linear-gradient(135deg,rgba(238,244,238,.7) 50%,transparent 50%)}@media(max-width:992px){.c-admin-form__field--span-8,.c-admin-form__field--span-6,.c-admin-form__field--span-4{grid-column:span 12}}@media(max-width:576px){.c-admin-form__grid{column-gap:.85rem;row-gap:1rem}.c-admin-form__control{min-height:60px;padding-left:.9rem;padding-right:.9rem}.c-admin-form__label{left:.9rem}.c-admin-form__actions,.c-admin-form__actions .btn,.c-admin-form__actions .c-btn{width:100%}}.c-admin-accounts__user{display:flex;align-items:center;gap:.72rem;min-width:0}.c-admin-accounts__avatar{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;width:2.45rem;height:2.45rem;border-radius:999px;background:linear-gradient(135deg,#56b966,#45a655);color:#fff;font-size:.82rem;font-weight:800;line-height:1}.c-account-page{align-items:stretch;align-content:start;min-height:calc(100vh - 7rem);min-height:calc(100dvh - 7rem)}.c-account-page .c-widget{min-height:100%;background:linear-gradient(180deg,#fffffffa,#f8faf9f5);border-color:#24242414;box-shadow:0 16px 36px #2424240f}[data-theme=dark] .c-account-page .c-widget,.o-darkmode .c-account-page .c-widget{background:linear-gradient(180deg,#1a1a1ad1,#0f0f0fe0);border-color:#ffffff1a;box-shadow:0 18px 34px #00000047}.c-account-page__intro{display:flex;align-items:flex-end;justify-content:space-between;gap:1.5rem;margin-bottom:1.75rem;padding:1.2rem;border:1px solid rgba(36,36,36,.08);border-radius:22px;background:linear-gradient(135deg,#ffffffe6,#fcfcfcd1);box-shadow:0 16px 36px #2424240f}.c-account-page__intro-main{display:flex;align-items:center;gap:1rem;min-width:0}.c-account-page__intro-avatar{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;width:4rem;height:4rem;border-radius:1.2rem;background:linear-gradient(135deg,#56b966,#45a655);color:#fff;font-size:1.12rem;font-weight:800;box-shadow:0 14px 28px #45a6552e}.c-account-page__intro-title{margin:0 0 .55rem;color:#242424;font-size:clamp(1.8rem,2.4vw,2.35rem);line-height:1.05}.c-account-page__meta-list{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:.75rem}.c-account-page__meta-pill{display:inline-flex;align-items:center;gap:.6rem;min-height:2.75rem;padding:.7rem 1rem;border-radius:999px;border:1px solid rgba(36,36,36,.08);background:#ffffffc7;color:#242424d1;box-shadow:0 10px 24px #2424240d}.c-account-page__meta-pill i{color:#45a655}.c-account-page__meta-pill--subtle{background:#45a65514;border-color:#45a6551f;box-shadow:none}.c-account-page__section-intro{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.c-account-page__inline-section{margin-top:1.75rem;padding-top:1.5rem;border-top:1px solid rgba(36,36,36,.08)}.c-account-page__inline-head{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}[data-theme=dark] .c-account-page__intro-title,.o-darkmode .c-account-page__intro-title{color:#fff}[data-theme=dark] .c-account-page__intro,.o-darkmode .c-account-page__intro{border-color:#ffffff1f;background:linear-gradient(135deg,#1a1a1ad1,#0f0f0fe0);box-shadow:0 18px 34px #00000047}[data-theme=dark] .c-account-page__meta-pill,.o-darkmode .c-account-page__meta-pill{border-color:#ffffff1f;background:#ffffff0d;color:#ffffffd1;box-shadow:0 14px 24px #0003}[data-theme=dark] .c-account-page__meta-pill--subtle,.o-darkmode .c-account-page__meta-pill--subtle{background:#45a6551f;border-color:#45a65529;box-shadow:none}[data-theme=dark] .c-account-page__inline-section,.o-darkmode .c-account-page__inline-section{border-top-color:#ffffff1f}.c-account-page__note{display:flex;gap:.85rem;padding:1rem 1.1rem;border-radius:18px;background:linear-gradient(180deg,#2424240d,#24242408);color:#242424d1}.c-account-page__note i{font-size:1.1rem;color:#45a655;margin-top:.1rem}.c-account-page__note strong{display:block;margin-bottom:.2rem;color:#242424}.c-account-page__note p{margin:0;font-size:.92rem;line-height:1.55}[data-theme=dark] .c-account-page__note,.o-darkmode .c-account-page__note{background:linear-gradient(180deg,#ffffff14,#ffffff0d);color:#ffffffd9}[data-theme=dark] .c-account-page__note strong,.o-darkmode .c-account-page__note strong{color:#fff}.c-account-page__info-card{height:100%;padding:1rem 1.1rem;border-radius:20px;border:1px solid rgba(36,36,36,.08);background:linear-gradient(180deg,#fffffffa,#f8faf9f5);box-shadow:inset 0 1px #fffc}.c-account-page__info-card strong{color:#242424}.c-account-page__info-card--soft{background:#45a6550f;border-color:#45a6551f}[data-theme=dark] .c-account-page__info-card,.o-darkmode .c-account-page__info-card{border-color:#ffffff1f;background:linear-gradient(180deg,#1a1a1acc,#0f0f0fd9);box-shadow:inset 0 1px #ffffff14}[data-theme=dark] .c-account-page__info-card strong,.o-darkmode .c-account-page__info-card strong{color:#fff}[data-theme=dark] .c-account-page__info-card--soft,.o-darkmode .c-account-page__info-card--soft{background:#45a6551f;border-color:#45a65533}.c-account-page__info-label{margin-bottom:.35rem;color:#24242494;font-size:.78rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}[data-theme=dark] .c-account-page__info-label,.o-darkmode .c-account-page__info-label{color:#ffffffa6}.c-account-page__building-card{padding:1rem 1.1rem;border-radius:20px;border:1px solid rgba(36,36,36,.08);background:linear-gradient(180deg,#fffffff5,#fcfcfce6)}.c-account-page__building-card h6,.c-account-page__building-card strong{color:#242424}.c-account-page__building-card h6{margin-bottom:.35rem}.c-account-page__building-card p{margin:0;color:#242424b8}.c-account-page__building-card--compact{padding:.95rem 1rem}.c-account-page__building-card--compact h6,.c-account-page__building-card--compact strong{margin-bottom:.2rem}[data-theme=dark] .c-account-page__building-card,.o-darkmode .c-account-page__building-card{border-color:#ffffff1f;background:linear-gradient(180deg,#1a1a1acc,#0f0f0fd9)}[data-theme=dark] .c-account-page__building-card h6,[data-theme=dark] .c-account-page__building-card strong,.o-darkmode .c-account-page__building-card h6,.o-darkmode .c-account-page__building-card strong{color:#fff}[data-theme=dark] .c-account-page__building-card p,.o-darkmode .c-account-page__building-card p{color:#ffffffbf}.c-account-page__ownership-cta{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1rem;padding:1rem 1.1rem;border-radius:20px;border:1px solid rgba(69,166,85,.18);background:linear-gradient(180deg,#45a65514,#ffffffe6)}.c-account-page__ownership-cta strong{color:#242424}.c-account-page__ownership-cta--muted{border-color:#24242414;background:linear-gradient(180deg,#2424240a,#ffffffe0)}.c-account-page__ownership-trigger{flex-shrink:0;min-width:13rem;white-space:nowrap}[data-theme=dark] .c-account-page__ownership-cta,.o-darkmode .c-account-page__ownership-cta{border-color:#45a6553d;background:linear-gradient(180deg,#45a65524,#111111db)}[data-theme=dark] .c-account-page__ownership-cta strong,.o-darkmode .c-account-page__ownership-cta strong{color:#fff}[data-theme=dark] .c-account-page__ownership-cta--muted,.o-darkmode .c-account-page__ownership-cta--muted{border-color:#ffffff1f;background:linear-gradient(180deg,#ffffff12,#111111d1)}.c-account-page__modal-backdrop{position:fixed;inset:0;z-index:1080;display:flex;align-items:center;justify-content:center;padding:1.25rem;background:#11181485;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.c-account-page__modal-card{width:min(100%,34rem);padding:1.35rem;border-radius:28px;border:1px solid rgba(36,36,36,.08);background:linear-gradient(180deg,#fffffffa,#f8faf9f5);box-shadow:0 24px 60px #2424242e}.c-account-page__modal-head{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:1rem}.c-account-page__modal-actions{display:flex;justify-content:flex-end;gap:.85rem;margin-top:1.25rem}[data-theme=dark] .c-account-page__modal-card,.o-darkmode .c-account-page__modal-card{border-color:#ffffff1f;background:linear-gradient(180deg,#1a1a1ae6,#0f0f0ff0);box-shadow:0 24px 60px #0000006b}.c-account-page__status-pill{display:inline-flex;align-items:center;min-height:2rem;padding:.35rem .8rem;border-radius:999px;font-size:.78rem;font-weight:700;white-space:nowrap}.c-account-page__status-pill.is-approved{background:#2f9e441f;color:#1f6e31}.c-account-page__status-pill.is-rejected{background:#c92a2a1f;color:#9f1f1f}.c-account-page__status-pill.is-pending{background:#f08c0024;color:#9a6700}[data-theme=dark] .c-account-page__status-pill.is-approved,.o-darkmode .c-account-page__status-pill.is-approved{background:#2f9e4433;color:#51cf66}[data-theme=dark] .c-account-page__status-pill.is-rejected,.o-darkmode .c-account-page__status-pill.is-rejected{background:#c92a2a33;color:#ff8787}[data-theme=dark] .c-account-page__status-pill.is-pending,.o-darkmode .c-account-page__status-pill.is-pending{background:#f08c0033;color:#ffa94d}@media(max-width:1399px){.c-account-page{min-height:auto}.c-account-page>[class*=col-]{width:100%;max-width:100%;flex:0 0 100%}.c-account-page__intro,.c-account-page__section-intro,.c-account-page__inline-head{flex-direction:column;align-items:flex-start}.c-account-page__meta-list{justify-content:flex-start}.c-account-page__intro-main{width:100%}}@media(max-width:768px){.c-account-page{min-height:auto}.c-account-page>[class*=col-]{width:100%}.c-account-page__intro,.c-account-page__section-intro,.c-account-page__inline-head{flex-direction:column;align-items:flex-start}.c-account-page__meta-list{justify-content:flex-start}.c-account-page__intro{padding:1rem}.c-account-page__intro-avatar{width:3.35rem;height:3.35rem;border-radius:1rem}.c-account-page__intro-title{font-size:1.45rem}.c-account-page__logout-form,.c-account-page__logout-form .c-btn{width:100%}.c-account-page__note{align-items:flex-start}.c-account-page__ownership-cta{flex-direction:column;align-items:stretch}.c-account-page__ownership-trigger,.c-account-page__modal-actions .c-btn{width:100%;min-width:0}.c-account-page__modal-actions{flex-direction:column-reverse}}.c-account-page__logout-actions{display:grid;justify-items:center;gap:.35rem}.c-account-page__trust-link{color:var(--bs-secondary-color);font-size:.75rem;text-decoration:none}.c-account-page__trust-link:hover{color:#45a655}.c-upload__btn{background-color:#45a655;border:none;border-radius:1.5rem;padding:.5rem 1rem;color:#fcfcfc}.c-upload__input,.c-upload__select{border-radius:1.5rem}.c-upload{margin-top:1rem;padding:1rem 1.05rem;border-radius:20px;background:linear-gradient(180deg,#fffffffa,#fff);box-shadow:0 4px 15px #0000001a;border:1px solid rgba(36,36,36,.05)}.c-upload__title{margin:0 0 .9rem;font-size:1rem;color:#242424}.c-upload__controls{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr) auto;gap:.75rem;align-items:center}@media(max-width:768px){.c-upload{padding:.9rem;border-radius:18px}.c-upload__controls{grid-template-columns:1fr}.c-upload__btn,.c-upload__input,.c-upload__select{width:100%;min-height:46px}}.c-mail-history{display:grid;gap:1.25rem}.c-mail-history__header{gap:1rem}.c-mail-history__summary{display:flex;gap:.55rem;flex-wrap:wrap;justify-content:flex-end}.c-mail-history__summary span{display:inline-flex;align-items:center;gap:.3rem;padding:.5rem .75rem;border:1px solid var(--c-surface-border);border-radius:999px;background:var(--c-surface-card);color:var(--c-theme-muted);font-size:.82rem}.c-mail-history__summary .is-success{color:#45a655}.c-mail-history__summary .is-error{color:#c50000}.c-mail-history__paused-notice{display:flex;align-items:center;gap:.65rem;padding:.8rem 1rem;border:1px solid rgba(197,129,22,.28);border-radius:14px;background:#c581161a;color:var(--c-theme-text)}.c-mail-history__paused-notice i{color:#c58116;font-size:1.15rem}.c-mail-history__filters{display:grid;grid-template-columns:minmax(240px,1fr) minmax(160px,.28fr) minmax(190px,.35fr) auto auto;gap:.7rem;align-items:center;padding:1rem}.c-mail-history__filters input,.c-mail-history__filters select{width:100%;min-height:46px;padding:.72rem .85rem;border:1px solid var(--c-surface-border);border-radius:14px;background:var(--c-surface-panel);color:var(--c-theme-text);font:inherit}.c-mail-history__filters input:focus,.c-mail-history__filters select:focus{outline:none;border-color:#45a655bf;box-shadow:0 0 0 3px #45a6551f}.c-mail-history__search{position:relative}.c-mail-history__search i{position:absolute;top:50%;left:1rem;color:var(--c-theme-muted);transform:translateY(-50%);pointer-events:none}.c-mail-history__search input{padding-left:2.65rem}.c-mail-history__panel{padding:.8rem}.c-mail-history__list{display:grid;gap:.55rem}.c-mail-history__item{display:grid;grid-template-columns:108px minmax(150px,.8fr) minmax(180px,1.2fr) minmax(180px,1fr) minmax(170px,.8fr) auto;gap:1rem;align-items:center;min-width:0;padding:.9rem 1rem;border:1px solid var(--c-surface-border);border-radius:16px;background:var(--c-surface-panel)}.c-mail-history__item small{display:block;margin-bottom:.18rem;color:var(--c-theme-muted);font-size:.68rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.c-mail-history__item strong,.c-mail-history__item span,.c-mail-history__item a{display:block;overflow:hidden;color:var(--c-theme-text);font-size:.86rem;line-height:1.35;text-overflow:ellipsis;white-space:nowrap}.c-mail-history__item a,.c-mail-history__item span{color:var(--c-theme-muted)}.c-mail-history__status{display:inline-flex;align-items:center;gap:.45rem;width:fit-content;padding:.42rem .58rem;border-radius:999px;color:var(--c-theme-muted);background:#2424240f;font-size:.75rem;font-weight:700}.c-mail-history__status.is-sent{color:#45a655;background:#45a6551f}.c-mail-history__status.is-failed{color:#c50000;background:#c500001f}.c-mail-history__time{color:var(--c-theme-muted);font-size:.78rem;white-space:nowrap}.c-mail-history__error{grid-column:2/-1;margin:-.25rem 0 0;padding-top:.65rem;border-top:1px solid rgba(197,0,0,.18);color:#c50000;font-size:.78rem;overflow-wrap:anywhere}.c-mail-history__empty{display:grid;justify-items:center;gap:.35rem;padding:3rem 1rem;color:var(--c-theme-muted);text-align:center}.c-mail-history__empty i{margin-bottom:.4rem;color:#45a655;font-size:2rem}.c-mail-history__empty strong{color:var(--c-theme-text)}.c-mail-history__empty p{margin:0}.c-mail-history__pagination{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-top:.9rem;padding:.8rem .2rem .1rem;color:var(--c-theme-muted);font-size:.82rem}.c-mail-history__pagination>div{display:flex;gap:.3rem;flex-wrap:wrap}.c-mail-history__page-link{min-width:34px;padding:.4rem .55rem;border:1px solid var(--c-surface-border);border-radius:10px;color:var(--c-theme-text);text-align:center;text-decoration:none}.c-mail-history__page-link.is-active{border-color:#45a655;background:#45a655;color:#fff}.c-mail-history__page-link.is-disabled{opacity:.4;pointer-events:none}@media(max-width:1200px){.c-mail-history__filters{grid-template-columns:minmax(220px,1fr) repeat(2,minmax(150px,.45fr)) auto}.c-mail-history__filters .c-btn--outline{grid-column:1/-1;width:fit-content}.c-mail-history__item{grid-template-columns:100px repeat(2,minmax(0,1fr)) auto}.c-mail-history__sender{display:none}.c-mail-history__error{grid-column:2/-1}}@media(max-width:768px){.c-mail-history__summary{justify-content:flex-start}.c-mail-history__filters{grid-template-columns:1fr 1fr}.c-mail-history__filters .c-mail-history__search{grid-column:1/-1}.c-mail-history__filters .c-btn{width:100%}.c-mail-history__filters .c-btn--outline{grid-column:auto}.c-mail-history__item{grid-template-columns:auto 1fr;gap:.75rem 1rem}.c-mail-history__status{grid-row:span 2}.c-mail-history__device,.c-mail-history__address,.c-mail-history__person,.c-mail-history__time{grid-column:2}.c-mail-history__error{grid-column:1/-1}.c-mail-history__pagination{align-items:flex-start;flex-direction:column}}@media(max-width:520px){.c-mail-history__filters{grid-template-columns:1fr}.c-mail-history__filters .c-mail-history__search,.c-mail-history__filters .c-btn--outline{grid-column:auto}}.c-admin-document-forms{display:grid;gap:1rem;margin-top:1rem}@media(max-width:991.98px){.c-admin-edit__folder-upload-grid{grid-template-columns:1fr}}@media(max-width:767.98px){.c-admin-edit__upload-classification article{grid-template-columns:1fr}}.c-delete-document-dialog{position:fixed;inset:0;z-index:1200;display:grid;place-items:center;padding:1rem;background:#2012126b;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.c-delete-document-dialog__dialog{width:min(100%,34rem)}.c-delete-document-dialog__card{padding:1.2rem}.c-delete-document-dialog__body{display:flex;align-items:flex-start;gap:1rem}.c-delete-document-dialog__icon{display:grid;width:3.25rem;height:3.25rem;place-items:center;flex-shrink:0;border-radius:1rem;background:#b243431f;color:#b24343;font-size:1.35rem}.c-delete-document-dialog__copy{min-width:0}.c-delete-document-dialog__copy strong{display:block;margin-bottom:.85rem;padding:.55rem .7rem;border:1px solid rgba(178,67,67,.24);border-radius:.65rem;background:#b2434314;color:var(--c-theme-text);overflow-wrap:anywhere}.c-delete-document-dialog__actions{display:flex;justify-content:flex-end;gap:.75rem;margin-top:1.25rem}[data-theme=dark] .c-delete-document-dialog__icon,.o-darkmode .c-delete-document-dialog__icon{background:#ffb4b426;color:#ffb4b4}[data-theme=dark] .c-delete-document-dialog__copy strong,.o-darkmode .c-delete-document-dialog__copy strong{border-color:#ffb4b43d;background:#ffb4b41a}@media(max-width:576px){.c-delete-document-dialog__body{flex-direction:column}.c-delete-document-dialog__actions{flex-direction:column-reverse}.c-delete-document-dialog__actions .c-btn{width:100%}}.c-replace-document-dialog{position:fixed;inset:0;z-index:1200;display:grid;place-items:center;padding:1rem;background:#101f1861;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.c-replace-document-dialog__dialog{width:min(100%,34rem)}.c-replace-document-dialog__card{padding:1.2rem}.c-replace-document-dialog__body{display:flex;align-items:flex-start;gap:1rem}.c-replace-document-dialog__icon{display:grid;width:3.25rem;height:3.25rem;place-items:center;flex-shrink:0;border-radius:1rem;background:#45a65521;color:#2d8d45;font-size:1.35rem}.c-replace-document-dialog__copy{min-width:0}.c-replace-document-dialog__copy ul{display:grid;gap:.35rem;max-height:10rem;margin:0 0 .85rem;padding:0;list-style:none;overflow:auto}.c-replace-document-dialog__copy li{padding:.55rem .7rem;border:1px solid rgba(69,166,85,.18);border-radius:.65rem;background:#45a65514;color:var(--c-theme-text);font-weight:700;overflow-wrap:anywhere}.c-replace-document-dialog__actions{display:flex;justify-content:flex-end;gap:.75rem;margin-top:1.25rem}[data-theme=dark] .c-replace-document-dialog__icon,.o-darkmode .c-replace-document-dialog__icon{background:#5dd57324;color:#8ff0a3}[data-theme=dark] .c-replace-document-dialog__copy li,.o-darkmode .c-replace-document-dialog__copy li{border-color:#8ff0a333;background:#8ff0a31a}@media(max-width:576px){.c-replace-document-dialog__body{flex-direction:column}.c-replace-document-dialog__actions{flex-direction:column-reverse}.c-replace-document-dialog__actions .c-btn{width:100%}}.c-admin-edit__component-builder,.c-admin-edit__component-list{display:grid;gap:.85rem}.c-admin-edit__component-actions{display:flex;flex-wrap:wrap;gap:.45rem}.c-admin-edit__battery-summary span{display:inline-flex;align-items:center;gap:.45rem;padding:.45rem .7rem;border:1px solid rgba(69,166,85,.22);border-radius:999px;background:#45a6551a;font-size:.84rem;font-weight:800}@media(max-width:991.98px){.c-admin-edit__wizard-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:767.98px){.c-admin-edit__wizard-grid,.c-admin-edit__component-main,.c-admin-edit__component-details{grid-template-columns:1fr}.c-admin-edit__wizard-type-field{grid-column:auto}.c-admin-edit__wizard-actions .c-btn,.c-admin-edit__component-actions .c-btn{width:100%;justify-content:center}}.c-icon-picker{width:100%;min-width:0}.c-icon-picker__trigger{display:flex;align-items:center;width:100%;min-width:0;min-height:2.75rem;gap:.65rem;padding:.45rem .7rem;border:1px solid var(--c-surface-border);border-radius:.7rem;background:var(--c-surface-card);color:var(--c-theme-text);cursor:pointer;font:inherit;font-weight:700;text-align:left}.c-icon-picker__trigger:hover,.c-icon-picker__trigger:focus-visible{border-color:#2f9e44b3;outline:none;box-shadow:0 0 0 .2rem #2f9e441f}.c-icon-picker__preview,.c-icon-picker__option-icon{display:grid;flex:0 0 auto;place-items:center;border-radius:.65rem;background:#2f9e441f;color:#2f9e44}.c-icon-picker__preview{width:2rem;height:2rem;font-size:1.1rem}.c-icon-picker__preview img,.c-icon-picker__option-icon img,.c-icon-picker__dropzone-icon img{display:block;width:100%;height:100%;object-fit:contain}.c-icon-picker__preview img,.c-icon-picker__option-icon img{padding:.22rem}.c-icon-picker__selected-label{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.c-icon-picker__chevron{flex:0 0 auto;margin-left:auto}.c-icon-picker__backdrop{position:fixed;z-index:2600;inset:0;display:grid;place-items:center;padding:clamp(.65rem,2vw,1.5rem);background:#040c08b8;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.c-icon-picker__panel{display:flex;width:min(58rem,100%);max-width:100%;max-height:calc(100dvh - clamp(1.3rem,4vw,3rem));min-height:0;flex-direction:column;overflow:hidden;border:1px solid var(--c-surface-border);border-radius:clamp(.9rem,2vw,1.25rem);background:var(--c-surface-card);color:var(--c-theme-text);box-shadow:0 1.5rem 4rem #00000059}.c-icon-picker__header,.c-icon-picker__footer{display:flex;flex:0 0 auto;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 1.15rem}.c-icon-picker__header{border-bottom:1px solid var(--c-surface-border)}.c-icon-picker__header h2{margin:0;font-size:clamp(1.2rem,2vw,1.55rem)}.c-icon-picker__close{display:grid;width:2.65rem;height:2.65rem;flex:0 0 auto;place-items:center;border:0;border-radius:50%;background:var(--c-surface-soft);color:var(--c-theme-text);cursor:pointer}.c-icon-picker__search{display:flex;flex:0 0 auto;align-items:center;gap:.65rem;margin:1rem 1.15rem 0;padding:.7rem .85rem;border:1px solid var(--c-surface-border);border-radius:.75rem;color:var(--c-theme-muted)}.c-icon-picker__search:focus-within{border-color:#2f9e44b3;box-shadow:0 0 0 .2rem #2f9e441f}.c-icon-picker__search input,.c-icon-picker__custom input{width:100%;min-width:0;border:0;outline:0;background:transparent;color:var(--c-theme-text);font:inherit}.c-icon-picker__content{min-height:0;padding:1rem 1.15rem;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain}.c-icon-picker__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(7.25rem,1fr));gap:.55rem}.c-icon-picker__grid>button{display:flex;min-width:0;min-height:6rem;align-items:center;justify-content:center;gap:.55rem;padding:.65rem .45rem;border:1px solid transparent;border-radius:.8rem;background:var(--c-surface-soft);color:var(--c-theme-text);cursor:pointer;flex-direction:column;font:inherit;text-align:center}.c-icon-picker__grid>button:hover,.c-icon-picker__grid>button:focus-visible,.c-icon-picker__grid>button.is-selected{border-color:#2f9e44;outline:none;color:#2f9e44;box-shadow:inset 0 0 0 1px #2f9e441f}.c-icon-picker__option-icon{width:2.75rem;height:2.75rem;font-size:1.55rem}.c-icon-picker__grid>button>span:last-child{width:100%;overflow-wrap:anywhere;font-size:.76rem;font-weight:700;line-height:1.2}.c-icon-picker__custom{display:grid;grid-template-columns:minmax(10rem,1.2fr) minmax(9rem,1fr) minmax(10rem,1fr) auto;align-items:end;gap:.75rem;margin-top:1rem;padding:.9rem;border:1px solid rgba(47,158,68,.25);border-radius:.85rem;background:#2f9e4412}.c-icon-picker__custom-copy,.c-icon-picker__custom label{display:grid;min-width:0;gap:.3rem}.c-icon-picker__custom-copy span,.c-icon-picker__custom label,.c-icon-picker__custom-error{color:var(--c-theme-muted);font-size:.76rem}.c-icon-picker__custom-copy a{display:inline-flex;align-items:center;gap:.25rem;color:#258748;font-weight:800;text-decoration:none}.c-icon-picker__custom-copy a:hover,.c-icon-picker__custom-copy a:focus-visible{text-decoration:underline}.c-icon-picker__custom-input,.c-icon-picker__custom label>input{display:flex;min-height:2.5rem;align-items:center;gap:.5rem;padding:.5rem .65rem;border:1px solid var(--c-surface-border);border-radius:.65rem;background:var(--c-surface-card)}.c-icon-picker__custom-error{grid-column:2/-1;color:#d9485f}.c-icon-picker__upload{display:grid;grid-template-columns:minmax(11rem,1.15fr) minmax(9rem,.8fr) minmax(15rem,1.4fr) auto;align-items:end;gap:.75rem;margin-top:.75rem;padding:.9rem;border:1px dashed rgba(47,158,68,.38);border-radius:.85rem;background:color-mix(in srgb,var(--c-surface-card) 94%,#2f9e44 6%)}.c-icon-picker__upload-copy,.c-icon-picker__upload>label:not(.c-icon-picker__dropzone){display:grid;min-width:0;gap:.3rem}.c-icon-picker__upload-copy span,.c-icon-picker__upload>label:not(.c-icon-picker__dropzone),.c-icon-picker__upload-error{color:var(--c-theme-muted);font-size:.76rem}.c-icon-picker__upload>label:not(.c-icon-picker__dropzone) input{width:100%;min-width:0;min-height:2.75rem;padding:.55rem .7rem;border:1px solid var(--c-surface-border);border-radius:.65rem;outline:0;background:var(--c-surface-card);color:var(--c-theme-text);font:inherit}.c-icon-picker__dropzone{display:grid;min-width:0;min-height:4rem;grid-template-columns:2.8rem minmax(0,1fr);align-items:center;gap:.7rem;padding:.55rem .7rem;border:1px dashed rgba(47,158,68,.55);border-radius:.7rem;background:var(--c-surface-card);color:var(--c-theme-text);cursor:pointer}.c-icon-picker__dropzone:hover,.c-icon-picker__dropzone:focus-within,.c-icon-picker__dropzone.is-dragging{border-color:#2f9e44;background:#2f9e441a;box-shadow:0 0 0 .2rem #2f9e441a}.c-icon-picker__dropzone>input{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap}.c-icon-picker__dropzone-icon{display:grid;width:2.8rem;height:2.8rem;place-items:center;overflow:hidden;border-radius:.65rem;background:#2f9e4421;color:#2f9e44;font-size:1.25rem}.c-icon-picker__dropzone>span:last-child{display:grid;min-width:0;gap:.15rem}.c-icon-picker__dropzone strong,.c-icon-picker__dropzone small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.c-icon-picker__dropzone small{color:var(--c-theme-muted);font-size:.72rem}.c-icon-picker__upload-error{grid-column:2/-1;color:#d9485f;font-weight:700}.c-icon-picker__footer{border-top:1px solid var(--c-surface-border)}.c-icon-picker__clear{padding:.5rem 0;border:0;background:transparent;color:#2f9e44;cursor:pointer;font-size:.82rem;font-weight:700}.c-icon-picker__empty{margin:1rem 0;color:var(--c-theme-muted);text-align:center}.c-icon-picker.is-compact .c-icon-picker__trigger{min-height:2.25rem;padding:.25rem .45rem;font-size:.75rem}.c-icon-picker.is-compact .c-icon-picker__preview{width:1.7rem;height:1.7rem}@media(max-width:800px){.c-icon-picker__custom,.c-icon-picker__upload{grid-template-columns:1fr 1fr}.c-icon-picker__custom-copy,.c-icon-picker__custom-error,.c-icon-picker__upload-copy,.c-icon-picker__upload-error{grid-column:1/-1}}@media(max-width:520px){.c-icon-picker__backdrop{align-items:end;padding:0}.c-icon-picker__panel{width:100%;max-height:94dvh;border-right:0;border-bottom:0;border-left:0;border-radius:1.15rem 1.15rem 0 0}.c-icon-picker__header,.c-icon-picker__footer,.c-icon-picker__content{padding-right:.85rem;padding-left:.85rem}.c-icon-picker__search{margin-right:.85rem;margin-left:.85rem}.c-icon-picker__grid{grid-template-columns:repeat(3,minmax(0,1fr))}.c-icon-picker__grid>button{min-height:5.35rem}.c-icon-picker__custom,.c-icon-picker__upload{grid-template-columns:1fr}.c-icon-picker__custom-copy,.c-icon-picker__custom-error,.c-icon-picker__upload-copy,.c-icon-picker__upload-error{grid-column:auto}.c-icon-picker__footer{align-items:stretch;flex-direction:column-reverse}.c-icon-picker__footer .c-btn,.c-icon-picker__clear{width:100%;text-align:center}}.c-portal-confirm__dialog{width:min(32rem,100vw - 2rem)}.c-portal-confirm__card{display:grid;gap:1rem}.c-portal-confirm__body{display:grid;grid-template-columns:3rem minmax(0,1fr);align-items:center;gap:.9rem}.c-portal-confirm__body p{margin:0;color:var(--c-theme-text);line-height:1.55;overflow-wrap:break-word}.c-portal-confirm__icon{display:inline-flex;align-items:center;justify-content:center;width:3rem;height:3rem;border-radius:1rem;background:#45a6551f;color:#2d8d45;font-size:1.15rem}.c-portal-confirm__icon.is-warning{background:#f59e0b24;color:#b66a08}.c-portal-confirm__icon.is-danger{background:#ef44441f;color:#dc3545}.c-portal-confirm__field{display:grid;gap:.45rem;color:var(--c-theme-muted);font-size:.82rem;font-weight:800}.c-portal-confirm__actions{display:flex;justify-content:flex-end;gap:.7rem}@media(max-width:480px){.c-portal-confirm__body{grid-template-columns:1fr}.c-portal-confirm__actions{display:grid;grid-template-columns:1fr}.c-portal-confirm__actions .c-btn{width:100%;justify-content:center}}.c-success-celebration{position:fixed;top:1.35rem;right:1.35rem;z-index:1400;display:grid;grid-template-columns:auto 1fr;gap:1rem;align-items:center;width:min(23rem,100vw - 1.5rem);padding:1rem 1rem 1rem .95rem;border:1px solid rgba(69,166,85,.18);border-radius:1.4rem;background:radial-gradient(circle at top left,rgba(111,216,134,.18),transparent 48%),#fffffff0;box-shadow:0 1.15rem 3rem #0f172a29,0 .4rem 1.25rem #45a6551f;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.c-success-celebration__dismiss{position:absolute;top:.7rem;right:.7rem;display:inline-flex;align-items:center;justify-content:center;width:1.9rem;height:1.9rem;padding:0;border:0;border-radius:999px;background:#0f172a0f;color:#0f172a94;transition:background .16s ease,color .16s ease}.c-success-celebration__dismiss:hover{background:#0f172a1f;color:#0f172abd}.c-success-celebration__media{position:relative;display:inline-flex;align-items:center;justify-content:center;overflow:hidden;width:4.8rem;height:4.8rem;border-radius:1.35rem;background:linear-gradient(180deg,#ebfceffa,#e3f8e8d6);box-shadow:inset 0 0 0 1px #45a6551f;isolation:isolate}.c-success-celebration__media:before{content:"";position:absolute;width:3.15rem;height:3.15rem;border-radius:999px;background:radial-gradient(circle,#6fd8864d,#6fd8861f 58%,#6fd88600 76%);transform:scale(.82);opacity:0;animation:c-success-halo .76s cubic-bezier(.2,.8,.2,1) 80ms both}.c-success-celebration__check{position:absolute;display:inline-flex;align-items:center;justify-content:center;width:2.75rem;height:2.75rem;border-radius:999px;background:linear-gradient(180deg,#7be495,#67d486);box-shadow:0 .65rem 1.35rem #45a65533,inset 0 0 0 1px #ffffff6b;color:#fff;animation:c-success-check-pop .62s cubic-bezier(.2,.8,.2,1) .12s both;z-index:1}.c-success-celebration__check svg{display:block;width:1.4rem;height:1.4rem;overflow:visible;filter:drop-shadow(0 .12rem .35rem rgba(35,122,69,.2))}.c-success-celebration__body{min-width:0;padding-right:1.15rem}.c-success-celebration__eyebrow{margin:0 0 .2rem;font-size:.73rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#2f9e5a}.c-success-celebration__title{margin:0;font-size:1.02rem;font-weight:700;color:#16212f}.c-success-celebration__message{margin:.22rem 0 0;color:#64748b;line-height:1.45}.c-success-celebration-enter-active,.c-success-celebration-leave-active{transition:opacity .22s ease,transform .22s ease}.c-success-celebration-enter-from,.c-success-celebration-leave-to{opacity:0;transform:translateY(-.45rem) scale(.96)}@keyframes c-success-check-pop{0%{opacity:0;transform:scale(.55) translateY(.12rem)}65%{opacity:1;transform:scale(1.08) translateY(0)}to{opacity:1;transform:scale(1)}}@keyframes c-success-halo{0%{opacity:0;transform:scale(.56)}55%{opacity:1;transform:scale(1)}to{opacity:.7;transform:scale(1.08)}}[data-theme=dark] .c-success-celebration,.o-darkmode .c-success-celebration{border-color:#86efac29;background:radial-gradient(circle at top left,rgba(74,222,128,.14),transparent 45%),#0f172ae6;box-shadow:0 1.15rem 3rem #00000052,0 .45rem 1.4rem #4ade8014}[data-theme=dark] .c-success-celebration__dismiss,.o-darkmode .c-success-celebration__dismiss{background:#ffffff14;color:#ffffffb8}[data-theme=dark] .c-success-celebration__dismiss:hover,.o-darkmode .c-success-celebration__dismiss:hover{background:#ffffff24;color:#fff}[data-theme=dark] .c-success-celebration__media,.o-darkmode .c-success-celebration__media{background:linear-gradient(180deg,#163126f5,#12261ed6);box-shadow:inset 0 0 0 1px #86efac24}[data-theme=dark] .c-success-celebration__check,.o-darkmode .c-success-celebration__check{background:linear-gradient(180deg,#86efac,#67d486)}[data-theme=dark] .c-success-celebration__title,.o-darkmode .c-success-celebration__title{color:#f8fafc}[data-theme=dark] .c-success-celebration__message,.o-darkmode .c-success-celebration__message{color:#cbd5e1}@media(max-width:920px){.c-success-celebration{top:auto;right:1rem;bottom:calc(5.9rem + env(safe-area-inset-bottom,0px));left:auto;width:min(22rem,100vw - 2rem);max-width:calc(100vw - 2rem);grid-template-columns:auto 1fr;gap:.85rem;padding:.9rem 3rem .9rem .85rem}.c-success-celebration__media{width:4.2rem;height:4.2rem;border-radius:1.2rem}.c-success-celebration__media:before{width:2.85rem;height:2.85rem}.c-success-celebration__check{width:2.45rem;height:2.45rem}}@media(max-width:640px){.c-success-celebration{right:.75rem;left:.75rem;width:auto;max-width:none;gap:.75rem;align-items:flex-start;padding:.85rem 2.9rem .85rem .8rem;border-radius:1.25rem}.c-success-celebration__dismiss{top:.6rem;right:.6rem}.c-success-celebration__media{width:3.85rem;height:3.85rem;border-radius:1.1rem}.c-success-celebration__media:before{width:2.6rem;height:2.6rem}.c-success-celebration__check{width:2.2rem;height:2.2rem}.c-success-celebration__check svg{width:1.25rem;height:1.25rem}.c-success-celebration__body{padding-right:0}.c-success-celebration__title{font-size:.98rem;line-height:1.25}.c-success-celebration__message{font-size:.93rem;line-height:1.38}}@media(max-width:430px){.c-success-celebration{grid-template-columns:1fr;gap:.7rem;padding:.8rem 2.85rem .85rem .8rem}.c-success-celebration__media{width:3.5rem;height:3.5rem}.c-success-celebration__check{width:2rem;height:2rem}}.c-theme-mode-selector__options{display:grid;grid-template-columns:1fr;gap:.72rem}.c-theme-mode-selector__option{display:grid;grid-template-columns:auto auto minmax(0,1fr) auto;align-items:center;gap:.85rem;width:100%;padding:.82rem .95rem;border:1px solid rgba(72,187,120,.18);border-radius:1rem;background:#ffffffe0;color:#1f2937;text-align:left;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease,background .16s ease}.c-theme-mode-selector__option:hover{transform:translateY(-1px);border-color:#48bb7857;box-shadow:0 .8rem 1.6rem #48bb781a}.c-theme-mode-selector__option.is-active{border-color:#48bb78b8;background:linear-gradient(135deg,#f0fdf4fa,#fffffff5);box-shadow:0 .9rem 1.8rem #48bb7824}.c-theme-mode-selector__option-toggle{position:relative;display:inline-flex;align-items:center;width:2.35rem;height:1.38rem;padding:.16rem;border-radius:999px;background:#94a3b847;transition:background .16s ease}.c-theme-mode-selector__option-toggle-knob{display:block;width:1.06rem;height:1.06rem;border-radius:999px;background:#fff;box-shadow:0 .25rem .7rem #0f172a33;transition:transform .16s ease}.c-theme-mode-selector__option.is-active .c-theme-mode-selector__option-toggle{background:linear-gradient(90deg,#48bb78,#74d89d)}.c-theme-mode-selector__option.is-active .c-theme-mode-selector__option-toggle-knob{transform:translate(.96rem)}.c-theme-mode-selector__option-icon{display:inline-flex;align-items:center;justify-content:center;width:2.35rem;height:2.35rem;border-radius:.78rem;background:#48bb781a;color:#2f9e5a}.c-theme-mode-selector__option-meta{display:grid;gap:.12rem;min-width:0}.c-theme-mode-selector__option-meta strong{color:inherit;font-size:1rem;line-height:1.15}.c-theme-mode-selector__option-meta small{color:#6b7280;line-height:1.35}.c-theme-mode-selector__option-state-label{color:#6b7280;font-size:.82rem;font-weight:700;white-space:nowrap}.c-theme-mode-selector__option.is-active .c-theme-mode-selector__option-state-label{color:#237a45}.c-theme-mode-selector__footer{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-top:1.1rem;padding-top:1.1rem;border-top:1px solid rgba(72,187,120,.14)}.c-theme-mode-selector__hint{margin:0;color:#6b7280;line-height:1.45}.c-theme-mode-selector__confirm{min-width:8rem}.c-theme-mode-selector.is-dark-surface .c-theme-mode-selector__option{border-color:#86efac24;background:#111827c7;color:#f9fafb}.c-theme-mode-selector.is-dark-surface .c-theme-mode-selector__option.is-active{border-color:#86efac9e;background:#182921e6}.c-theme-mode-selector.is-dark-surface .c-theme-mode-selector__option-icon{background:#86efac1f;color:#86efac}.c-theme-mode-selector.is-dark-surface .c-theme-mode-selector__option-meta small,.c-theme-mode-selector.is-dark-surface .c-theme-mode-selector__option-state-label,.c-theme-mode-selector.is-dark-surface .c-theme-mode-selector__hint{color:#cbd5e1}.c-theme-mode-selector.is-dark-surface .c-theme-mode-selector__option.is-active .c-theme-mode-selector__option-state-label{color:#86efac}.c-theme-mode-selector.is-dark-surface .c-theme-mode-selector__footer{border-top-color:#86efac1f}@media(max-width:768px){.c-theme-mode-selector__option{grid-template-columns:auto auto minmax(0,1fr);gap:.65rem;padding:.75rem}.c-theme-mode-selector__option-state-label{display:none}.c-theme-mode-selector__footer{flex-direction:column;align-items:stretch}.c-theme-mode-selector__confirm{width:100%}}.c-theme-preference-prompt{position:fixed;right:1.25rem;bottom:1.25rem;z-index:1250;display:grid;grid-template-columns:auto minmax(0,1fr);gap:1rem;width:min(28rem,100vw - 1.5rem);padding:1rem;border:1px solid rgba(72,187,120,.18);border-radius:1.35rem;background:radial-gradient(circle at top left,rgba(72,187,120,.16),transparent 34%),linear-gradient(180deg,#fffffffa,#f5f8f6fa);box-shadow:0 1.2rem 2.5rem #0f172a29}.c-theme-preference-prompt__icon{display:inline-flex;align-items:center;justify-content:center;width:3rem;height:3rem;border-radius:1rem;background:#48bb781f;color:#237a45;font-size:1.15rem}.c-theme-preference-prompt__content{min-width:0}.c-theme-preference-prompt__eyebrow{display:inline-flex;align-items:center;margin-bottom:.45rem;color:#237a45;font-size:.78rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.c-theme-preference-prompt__title{margin:0 0 .4rem;color:#1f2937;font-size:1.1rem;font-weight:700}.c-theme-preference-prompt__text{margin:0;color:#4b5563;font-size:.95rem;line-height:1.55}.c-theme-preference-prompt__actions{grid-column:1/-1;display:flex;flex-wrap:wrap;gap:.75rem}.c-theme-preference-prompt__button,.c-theme-preference-prompt__dismiss{min-height:2.75rem}.c-theme-preference-prompt__dismiss{border-radius:999px}.c-theme-preference-prompt.is-dark{border-color:#86efac29;background:radial-gradient(circle at top left,rgba(74,222,128,.18),transparent 34%),linear-gradient(180deg,#111827fa,#0f172afa);box-shadow:0 1.4rem 2.8rem #0206176b}.c-theme-preference-prompt.is-dark .c-theme-preference-prompt__icon{background:#86efac1f;color:#86efac}.c-theme-preference-prompt.is-dark .c-theme-preference-prompt__eyebrow{color:#86efac}.c-theme-preference-prompt.is-dark .c-theme-preference-prompt__title{color:#f8fafc}.c-theme-preference-prompt.is-dark .c-theme-preference-prompt__text{color:#cbd5e1}@media(max-width:768px){.c-theme-preference-prompt{right:.75rem;bottom:5.5rem;left:.75rem;width:auto;padding:.95rem;border-radius:1.2rem}.c-theme-preference-prompt__actions{flex-direction:column}.c-theme-preference-prompt__button,.c-theme-preference-prompt__dismiss{width:100%}}.c-account-page__account-types{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}.c-account-page__account-types label{display:flex;align-items:flex-start;gap:.75rem;padding:1rem;border:1px solid var(--c-theme-border);border-radius:1rem;background:var(--c-theme-surface);cursor:pointer}.c-account-page__account-types label.is-selected{border-color:var(--color-accent);background:color-mix(in srgb,var(--color-accent) 10%,var(--c-theme-surface))}.c-account-page__account-types small{display:block;margin-top:.2rem;color:var(--c-theme-muted)}@media(max-width:575.98px){.c-account-page__account-types{grid-template-columns:1fr}}.c-admin-accounts__create{display:grid;gap:1rem;margin-bottom:.85rem}.c-admin-accounts__create-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.c-admin-accounts__create-actions{display:flex;justify-content:flex-end;gap:.75rem;margin-top:1rem}.c-admin-accounts__create .c-admin-form__field--span-3{grid-column:span 3}.c-admin-accounts__error{display:block;margin-top:.35rem;color:#b42318;font-size:.78rem;font-weight:700}.c-admin-accounts__filters{min-height:0;padding-top:1rem;padding-bottom:.95rem;margin-bottom:.85rem}.c-admin-accounts__table{margin-top:0}.c-admin-accounts__role-control{display:flex;flex-wrap:wrap;align-items:center;gap:.55rem}.c-admin-accounts__role-badge{display:inline-flex;align-items:center;min-height:1.9rem;padding:.3rem .65rem;border-radius:999px;background:#45a6551f;color:#2d8d45;font-size:.82rem;font-weight:700}.c-admin-accounts__role-select{width:min(100%,10rem);border-color:var(--c-surface-border);background-color:var(--c-surface-card);color:var(--c-theme-text)}.c-admin-accounts__confirm-dialog{max-width:34rem}.c-admin-accounts__confirm-card{padding:1.2rem}.c-admin-accounts__confirm-body{display:flex;align-items:flex-start;gap:1rem}.c-admin-accounts__confirm-icon{width:3.25rem;height:3.25rem;display:grid;place-items:center;flex-shrink:0;border-radius:1rem;background:#c645451f;color:#b24343;font-size:1.35rem}.c-admin-accounts__confirm-actions{display:flex;justify-content:flex-end;gap:.75rem;margin-top:1.25rem}[data-theme=dark] .c-admin-accounts__confirm-icon{background:#c645452e;color:#ffb4b4}[data-theme=dark] .c-admin-accounts__role-badge,.o-darkmode .c-admin-accounts__role-badge{background:#4ade8024;color:#9ae6b4}.c-admin-accounts__cards{display:flex;flex-direction:column;gap:12px}.c-account-card{background:#ffffff0a;border-radius:16px;padding:16px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.08)}.c-account-card__header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:12px}.c-account-card__row{display:flex;justify-content:space-between;gap:.75rem;margin-bottom:8px;font-size:14px}.c-account-card__row--stack{align-items:flex-start;flex-direction:column}.c-account-card__row .label{color:#aaa}.c-account-card__badges{display:flex;flex-wrap:wrap;gap:.4rem}.c-account-card__actions{display:flex;flex-direction:column;gap:8px;margin-top:12px}.badge--success{background:#28a7451a;color:#28a745;padding:4px 10px;border-radius:999px}.badge--neutral{background:#ffffff1a;color:#ccc;padding:4px 10px;border-radius:999px}.badge--light{background:#ffffff14;padding:4px 8px;border-radius:8px}@media(max-width:991px){.c-admin-accounts__create .c-admin-form__field--span-3,.c-admin-accounts__create .c-admin-form__field--span-4{grid-column:span 6}}@media(max-width:575px){.c-admin-accounts__create .c-admin-form__field--span-3,.c-admin-accounts__create .c-admin-form__field--span-4{grid-column:span 12}.c-admin-accounts__create-header,.c-admin-accounts__create-actions{flex-direction:column}.c-admin-accounts__create-actions .c-btn{width:100%}.c-admin-accounts__confirm-body{flex-direction:column}.c-admin-accounts__confirm-actions{flex-direction:column-reverse}.c-admin-accounts__confirm-actions .c-btn{width:100%}}.c-admin-create{display:grid;gap:1rem}.c-admin-create__section{padding:1.35rem}.c-admin-create__section-head{display:flex;gap:.9rem;align-items:flex-start;margin-bottom:1.25rem}.c-admin-create__section-head>span{display:grid;place-items:center;flex:0 0 2rem;height:2rem;border-radius:50%;color:#fff;background:var(--bs-success);font-weight:800}.c-admin-create__section-head h2{margin:0;font-size:1.05rem}.c-admin-create__section-head p{margin:.2rem 0 0;color:var(--bs-secondary-color);font-size:.82rem}.c-admin-create__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.c-admin-create__grid label{display:grid;gap:.4rem;align-content:start;min-width:0}.c-admin-create__grid label.is-wide{grid-column:span 2}.c-admin-create__grid label>span{font-size:.77rem;font-weight:700}.c-admin-create__grid label small{color:var(--bs-secondary-color);font-size:.7rem}.c-admin-create__auto-qr{display:flex;gap:.7rem;align-items:center;min-height:4.6rem;padding:.8rem;border:1px dashed var(--bs-border-color);border-radius:.7rem}.c-admin-create__auto-qr i{color:var(--bs-success);font-size:1.4rem}.c-admin-create__auto-qr div{display:grid}.c-admin-create__auto-qr small{color:var(--bs-secondary-color)}.c-admin-create__photo-preview{display:flex;gap:.75rem;align-items:flex-end}.c-admin-create__photo-preview img{width:10rem;aspect-ratio:16/10;border-radius:.65rem;object-fit:cover}.c-admin-create__actions{min-height:0!important;display:flex;justify-content:space-between;gap:1rem;align-items:center;padding:1rem 1.25rem}.c-admin-create__actions>div{display:flex;gap:.6rem}.c-admin-create__actions>div:first-child{display:grid;gap:.1rem}.c-admin-create__actions small{color:var(--bs-secondary-color);font-size:.72rem}@media(max-width:991.98px){.c-admin-create__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:767.98px){.c-admin-create__grid{grid-template-columns:1fr}.c-admin-create__grid label.is-wide{grid-column:auto}.c-admin-create__actions{align-items:stretch;flex-direction:column}.c-admin-create__actions>div:last-child{display:grid}}.c-admin-edit__users{display:grid;gap:1.25rem}.c-admin-edit__users-heading,.c-admin-edit__user-link-controls,.c-admin-edit__user-identity,.c-admin-edit__user-settings,.c-admin-edit__user-actions{display:flex;align-items:center;gap:.85rem}.c-admin-edit__users-heading{justify-content:space-between;align-items:flex-start}.c-admin-edit__users-heading-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:.65rem}.c-admin-edit__trial{display:grid;grid-template-columns:minmax(0,1fr) minmax(18rem,24rem) auto;align-items:end;gap:1rem;padding:1rem;border:1px solid rgba(47,158,68,.24);border-radius:1rem;background:#2f9e4414}.c-admin-edit__trial-copy{display:flex;align-items:flex-start;gap:.8rem;min-width:0}.c-admin-edit__trial-copy strong{color:var(--c-theme-text)}.c-admin-edit__trial-copy p{margin:.2rem 0 0;color:var(--c-theme-muted)}.c-admin-edit__trial-copy small{color:var(--c-theme-muted);font-weight:700}.c-admin-edit__trial-icon{display:grid;place-items:center;width:2.5rem;height:2.5rem;flex:0 0 auto;border-radius:.75rem;background:#2f9e4426;color:#2f9e44}.c-admin-edit__trial-duration{display:grid;grid-template-columns:minmax(7rem,1fr) minmax(8rem,.9fr);gap:.65rem}.c-admin-edit__trial label{display:grid;gap:.35rem;color:var(--c-theme-muted);font-size:.82rem;font-weight:800}.c-admin-edit__user-link{padding:1rem;border:1px solid rgba(31,157,85,.18);border-radius:1rem;background:color-mix(in srgb,var(--c-surface-card) 96%,#1f9d55 4%);color:var(--c-theme-text)}.c-admin-edit__account-search{position:relative;min-width:0;flex:1}.c-admin-edit__account-search-field{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:.65rem;min-height:2.75rem;padding:0 .85rem;border:1px solid var(--c-surface-border);border-radius:.75rem;background:var(--c-surface-card);color:var(--c-theme-muted);transition:border-color .18s ease,box-shadow .18s ease}.c-admin-edit__account-search-field:focus-within,.c-admin-edit__account-search-field.is-open{border-color:#1f9d5599;box-shadow:0 0 0 .2rem #1f9d551f}.c-admin-edit__account-search-field .form-control{min-width:0;padding:.65rem 0;border:0;box-shadow:none;background:transparent;color:var(--c-theme-text)}.c-admin-edit__account-search-field .form-control:disabled{cursor:not-allowed;opacity:.7}.c-admin-edit__account-search-clear{display:grid;width:1.9rem;height:1.9rem;padding:0;place-items:center;border:0;border-radius:50%;background:transparent;color:var(--c-theme-muted)}.c-admin-edit__account-search-clear:hover,.c-admin-edit__account-search-clear:focus-visible{background:var(--c-surface-soft);color:var(--c-theme-text)}.c-admin-edit__account-search-results{position:absolute;z-index:30;top:calc(100% + .45rem);right:0;left:0;max-height:22rem;overflow-y:auto;padding:.4rem;border:1px solid var(--c-surface-border);border-radius:.9rem;background:var(--c-surface-card);box-shadow:0 1rem 2.5rem #0f23192e}.c-admin-edit__account-search-result{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:.7rem;width:100%;padding:.7rem;border:0;border-radius:.7rem;background:transparent;color:var(--c-theme-text);text-align:left}.c-admin-edit__account-search-result:hover,.c-admin-edit__account-search-result.is-highlighted{background:var(--c-surface-soft)}.c-admin-edit__account-search-avatar{display:grid;width:2.3rem;height:2.3rem;place-items:center;border-radius:50%;background:#1f9d5524;color:#187a43;font-size:.78rem;font-weight:800}.c-admin-edit__account-search-copy{min-width:0}.c-admin-edit__account-search-copy strong,.c-admin-edit__account-search-copy small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.c-admin-edit__account-search-copy strong{font-size:.9rem}.c-admin-edit__account-search-copy small{margin-top:.1rem;color:var(--c-theme-muted);font-size:.75rem}.c-admin-edit__account-search-role{padding:.25rem .5rem;border-radius:999px;background:#1f9d551f;color:#187a43;font-size:.7rem;font-weight:800;white-space:nowrap}.c-admin-edit__account-search-role.is-inactive{background:#6c757d21;color:var(--c-theme-muted)}.c-admin-edit__account-search-empty{margin:0;padding:.85rem;color:var(--c-theme-muted);font-size:.85rem;text-align:center}.c-admin-edit__user-settings>label:first-child{min-width:0;flex:1}.c-admin-edit__user-search{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:.7rem;padding:.75rem .9rem;border:1px solid var(--c-surface-border);border-radius:.85rem;background:var(--c-surface-soft);color:var(--c-theme-muted)}.c-admin-edit__user-search .form-control{min-width:0;border:0;box-shadow:none;background:transparent;color:var(--c-theme-text)}.c-admin-edit__user-search>span{font-size:.78rem;font-weight:800;white-space:nowrap}.c-admin-edit__user-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.c-admin-edit__user-card{min-width:0;padding:1rem;border:1px solid var(--c-surface-border);border-radius:1rem;background:var(--c-surface-card);color:var(--c-theme-text)}.c-admin-edit__user-identity{position:relative;padding-right:4.5rem;margin-bottom:1rem}.c-admin-edit__user-identity h3,.c-admin-edit__user-identity p{margin:0;overflow-wrap:anywhere}.c-admin-edit__user-identity h3{color:var(--c-theme-text);font-size:1rem}.c-admin-edit__user-identity p,.c-admin-edit__user-details dt{color:var(--bs-secondary-color);font-size:.78rem}.c-admin-edit__user-avatar{display:grid;flex:0 0 2.6rem;width:2.6rem;height:2.6rem;place-items:center;border-radius:50%;background:#1f9d551f;color:#187a43;font-weight:800}.c-admin-edit__user-state{position:absolute;top:0;right:0;padding:.25rem .55rem;border-radius:999px;background:#1f9d551f;color:#187a43;font-size:.75rem;font-weight:700}.c-admin-edit__user-state.is-inactive{background:#6c757d21;color:#626b72}.c-admin-edit__user-details{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem 1rem;margin:0 0 1rem}.c-admin-edit__user-details div{min-width:0}.c-admin-edit__user-details dt{font-weight:700;text-transform:uppercase}.c-admin-edit__user-details dd{margin:.12rem 0 0;overflow-wrap:anywhere;font-size:.87rem}.c-admin-edit__user-settings{align-items:flex-end;padding-top:.85rem;border-top:1px solid var(--c-surface-border)}.c-admin-edit__user-settings label>span:first-child{display:block;margin-bottom:.35rem;font-size:.78rem;font-weight:700}.c-admin-edit__user-active{display:flex;align-items:center;gap:.45rem;padding-bottom:.55rem;white-space:nowrap}.c-admin-edit__user-active span{margin:0!important}.c-admin-edit__user-actions{justify-content:flex-end;margin-top:.9rem}.c-admin-edit__users-note,.c-admin-edit__users-empty{padding:.85rem 1rem;border:1px solid var(--c-surface-border);border-radius:.85rem;background:var(--c-surface-panel);color:var(--c-theme-muted);font-size:.85rem}.c-admin-edit__invite-dialog{max-width:43rem}.c-admin-edit__invite-card{max-height:min(52rem,100dvh - 2rem);overflow-y:auto;padding:1.25rem}.c-admin-edit__invite-body{display:grid;gap:1rem;padding-top:1rem}.c-admin-edit__invite-body>label,.c-admin-edit__invite-grid label{display:grid;gap:.4rem;color:var(--c-theme-text);font-size:.84rem;font-weight:800}.c-admin-edit__invite-body label small{color:var(--c-theme-muted);font-weight:600}.c-admin-edit__invite-intro{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:.8rem;padding:.85rem 1rem;border:1px solid rgba(47,158,68,.22);border-radius:.9rem;background:#2f9e4414;color:var(--c-theme-muted)}.c-admin-edit__invite-intro>span{display:grid;width:2.5rem;height:2.5rem;place-items:center;border-radius:.75rem;background:#2f9e4426;color:#258748;font-size:1.1rem}.c-admin-edit__invite-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem}.c-admin-edit__invite-message{min-height:9rem;resize:vertical}.c-admin-edit__invite-counter{justify-self:end;margin-top:-.2rem;color:var(--c-theme-muted);font-size:.72rem;font-weight:600}.c-admin-edit__invite-actions{display:flex;justify-content:flex-end;gap:.7rem;padding-top:1.1rem;margin-top:1rem;border-top:1px solid var(--c-surface-border)}.c-admin-edit__overview{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:1rem;min-height:0;padding:1.15rem 1.25rem;border-radius:1.15rem}.c-admin-edit__overview .c-widget__title{font-size:1.25rem;line-height:1.25}.c-admin-edit__overview-metrics{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:flex-end}.c-admin-edit__metric{display:inline-flex;min-width:7.25rem;min-height:2.75rem;align-items:center;justify-content:space-between;gap:.65rem;padding:.55rem .75rem;border:1px solid var(--c-surface-border);border-radius:.75rem;background:var(--c-surface-soft);color:var(--c-theme-text);text-decoration:none}.c-admin-edit__metric strong{font-size:1.15rem}.c-admin-edit__metric span{color:var(--c-theme-muted);font-size:.84rem;font-weight:700}.c-admin-edit__ownership{border:1px solid rgba(245,158,11,.2);background:radial-gradient(circle at top right,rgba(245,158,11,.1),transparent 34rem),var(--c-surface-card)}.c-admin-edit__ownership-count{display:inline-flex;min-height:2.2rem;align-items:center;padding:.35rem .8rem;border:1px solid rgba(245,158,11,.26);border-radius:999px;background:#f59e0b1f;color:#b45309;font-weight:900}.c-admin-edit__ownership-list{display:grid;gap:.8rem}.c-admin-edit__ownership-card{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:1rem;align-items:center;padding:.9rem;border:1px solid var(--c-surface-border);border-radius:1rem;background:color-mix(in srgb,var(--c-surface-card) 86%,transparent)}.c-admin-edit__ownership-person{display:flex;min-width:0;align-items:center;gap:.85rem}.c-admin-edit__ownership-avatar{display:grid;width:2.75rem;height:2.75rem;place-items:center;flex-shrink:0;border-radius:999px;background:#2f9e4424;color:#2f9e44;font-size:1.2rem}.c-admin-edit__ownership-person h3,.c-admin-edit__ownership-person p{margin:0}.c-admin-edit__ownership-person h3{color:var(--c-theme-text);font-size:1rem;font-weight:900}.c-admin-edit__ownership-person p,.c-admin-edit__ownership-person small{color:var(--c-theme-muted)}.c-admin-edit__ownership-person p{overflow-wrap:anywhere}.c-admin-edit__ownership-person small{display:block;margin-top:.2rem;font-size:.82rem;font-weight:700}.c-admin-edit__ownership-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:.55rem}.c-admin-edit__status-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(15rem,1fr));gap:.85rem}.c-admin-edit__status-card{padding:1rem;border:1px solid rgba(100,116,139,.18);border-radius:1rem;background:var(--c-surface-soft)}.c-admin-edit__status-card.is-success{border-color:#45a65542;background:color-mix(in srgb,var(--c-surface-card) 88%,#45a655 12%)}.c-admin-edit__status-card.is-warning{border-color:#d9770647;background:color-mix(in srgb,var(--c-surface-card) 88%,#f59e0b 12%)}.c-admin-edit__status-card.is-error{border-color:#be123c3d;background:color-mix(in srgb,var(--c-surface-card) 88%,#ef4444 12%)}.c-admin-edit__status-card-head{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:.8rem}.c-admin-edit__status-card-head span{color:var(--c-theme-muted);font-size:.78rem;font-weight:700;text-transform:uppercase}.c-admin-edit__status-card-head strong{flex-shrink:0;color:var(--c-theme-text);font-size:.85rem}.c-admin-edit__status-card h3,.c-admin-edit__history-head h3{margin:0;color:var(--c-theme-text);font-size:1rem}.c-admin-edit__status-card p,.c-admin-edit__history-item p{color:var(--c-theme-muted)}.c-admin-edit__status-children{display:grid;gap:.55rem;margin-top:.85rem;padding-top:.75rem;border-top:1px solid color-mix(in srgb,var(--c-surface-border) 80%,transparent)}.c-admin-edit__status-children-head,.c-admin-edit__status-child{display:flex;align-items:center;gap:.65rem}.c-admin-edit__status-children-head{justify-content:space-between;color:var(--c-theme-muted);font-size:.78rem;font-weight:700;text-transform:uppercase}.c-admin-edit__status-child{min-height:3.2rem;padding:.58rem .65rem;border:1px solid var(--c-surface-border);border-radius:.75rem;background:color-mix(in srgb,var(--c-surface-card) 80%,transparent)}.c-admin-edit__status-child-icon{display:grid;width:2rem;height:2rem;place-items:center;flex-shrink:0;border-radius:999px;background:#45a65524;color:#2f9e44}.c-admin-edit__status-child>div{display:grid;min-width:0;gap:.12rem}.c-admin-edit__status-child strong{color:var(--c-theme-text);font-size:.88rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.c-admin-edit__status-child small{color:var(--c-theme-muted);font-size:.76rem}.c-admin-edit__status-child-badge{margin-left:auto;padding:.18rem .48rem;flex-shrink:0;border-radius:999px;background:var(--c-surface-soft);color:var(--c-theme-muted);font-size:.72rem;font-weight:800}.c-admin-edit__status-child-badge.is-success{background:#45a65529;color:#2f9e44}.c-admin-edit__status-child-badge.is-warning{background:#f59e0b29;color:#b45309}.c-admin-edit__status-child-badge.is-error{background:#ef444424;color:#be123c}.c-admin-edit__document-cards{display:none}.c-admin-edit__documents-table table{width:92rem;min-width:100%;table-layout:fixed}.c-admin-edit__documents-table th,.c-admin-edit__documents-table td{vertical-align:middle;min-width:0}.c-admin-edit__documents-table th:nth-child(1),.c-admin-edit__documents-table td:nth-child(1){width:18rem;white-space:normal;word-break:normal;overflow-wrap:anywhere}.c-admin-edit__documents-table th:nth-child(2),.c-admin-edit__documents-table td:nth-child(2){width:8.5rem}.c-admin-edit__documents-table th:nth-child(3),.c-admin-edit__documents-table td:nth-child(3){width:17rem}.c-admin-edit__documents-table th:nth-child(4),.c-admin-edit__documents-table td:nth-child(4){width:20rem}.c-admin-edit__documents-table th:nth-child(5),.c-admin-edit__documents-table td:nth-child(5){width:10rem}.c-admin-edit__documents-table th:nth-child(6),.c-admin-edit__documents-table td:nth-child(6){width:15rem}.c-admin-edit__document-comment{display:grid;gap:.45rem}.c-admin-edit__document-comment .c-btn{justify-self:end}.c-admin-edit__document-card{display:grid;gap:.9rem;min-width:0;padding:.95rem;border:1px solid var(--c-surface-border);border-radius:1rem;background:var(--c-surface-card)}.c-admin-edit__document-card-head{display:grid;grid-template-columns:auto minmax(0,1fr);gap:.75rem;align-items:center;min-width:0}.c-admin-edit__document-card-head>div{display:grid;gap:.15rem;min-width:0}.c-admin-edit__document-card-head strong{min-width:0;color:var(--c-theme-text);overflow-wrap:anywhere}.c-admin-edit__document-card-head small{color:var(--c-theme-muted);font-weight:800}.c-admin-edit__document-icon{display:grid;width:2.5rem;height:2.5rem;place-items:center;border-radius:.8rem;background:#45a6551f;color:#2d8d45}.c-admin-edit__document-card-grid{display:grid;gap:.75rem}.c-admin-edit__document-card-grid label,.c-admin-edit__document-card-grid>div{display:grid;gap:.35rem;min-width:0}.c-admin-edit__document-card-comment{grid-column:1/-1}.c-admin-edit__document-card-grid span{color:var(--c-theme-muted);font-size:.72rem;font-weight:900;letter-spacing:.04em;text-transform:uppercase}.c-admin-edit__document-card-grid strong{color:var(--c-theme-text);overflow-wrap:anywhere}.c-admin-edit__document-card-actions{display:flex;flex-wrap:wrap;gap:.55rem}.c-admin-edit__document-card-actions .c-btn{justify-content:center}.c-admin-edit__history-list{display:grid;gap:.8rem}.c-admin-edit__history-item{display:grid;grid-template-columns:auto minmax(0,1fr);gap:.9rem;padding:.95rem;border:1px solid var(--c-surface-border);border-radius:1rem;background:var(--c-surface-soft)}.c-admin-edit__history-icon{display:grid;width:2.5rem;height:2.5rem;place-items:center;border-radius:.85rem;background:#45a6551f;color:#2d8d45}.c-admin-edit__history-head{display:flex;flex-wrap:wrap;align-items:baseline;justify-content:space-between;gap:.5rem}.c-admin-edit__history-actions{display:inline-flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:.5rem}.c-admin-edit__history-head span,.c-admin-edit__history-meta{color:var(--c-theme-muted);font-size:.85rem}.c-admin-edit__history-meta{display:flex;flex-wrap:wrap;gap:.45rem}.c-admin-edit__history-meta span{padding:.2rem .55rem;border-radius:999px;background:#45a6551a;color:#2d8d45;font-weight:700}.c-admin-edit__loxone-panel{padding:1rem;margin-bottom:1.5rem;border:1px solid var(--c-surface-border);border-radius:1.2rem;background:color-mix(in srgb,var(--c-surface-card) 90%,#45a655 10%)}.c-admin-edit__helper{color:var(--c-theme-muted);font-size:.95rem;line-height:1.5}.c-admin-edit__gateway-toggle{display:inline-flex;width:100%;padding:.2rem;border:1px solid var(--c-surface-border);border-radius:.75rem;background:var(--c-surface-card)}.c-admin-edit__gateway-option{flex:1 1 0;min-height:2.35rem;border:0;border-radius:.55rem;background:transparent;color:var(--c-theme-muted);font-size:.86rem;font-weight:800}.c-admin-edit__gateway-option.is-active{background:#2f9e4424;color:#2f9e44}.c-admin-edit__gateway-list{margin-top:1rem;padding-top:1rem;border-top:1px solid var(--c-surface-border)}.c-admin-edit__gateway-list-head{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:.75rem;color:var(--c-theme-text)}.c-admin-edit__gateway-list-head span{color:var(--c-theme-muted);font-size:.85rem}.c-admin-edit__gateway-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(13rem,1fr));gap:.75rem}.c-admin-edit__gateway-card{display:flex;flex-direction:column;align-items:flex-start;gap:.35rem;min-height:6.5rem;padding:.8rem .9rem;border:1px solid color-mix(in srgb,var(--c-surface-border) 80%,#45a655 20%);border-radius:.9rem;background:color-mix(in srgb,var(--c-surface-card) 88%,#45a655 12%);color:var(--c-theme-text);text-align:left}.c-admin-edit__gateway-card.is-detected{grid-column:1/-1;min-height:0;padding:1rem;border-color:color-mix(in srgb,#45a655 55%,var(--c-surface-border))}.c-admin-edit__gateway-card-main{display:flex;flex-direction:column;align-items:flex-start;gap:.35rem;width:100%;padding:0;border:0;background:transparent;color:inherit;text-align:left}.c-admin-edit__gateway-card-main strong,.c-admin-edit__gateway-card-main small{width:100%;overflow-wrap:anywhere}.c-admin-edit__gateway-details{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.65rem;width:100%;margin:.45rem 0 0}.c-admin-edit__gateway-details div{min-width:0;padding:.65rem .75rem;border-radius:.7rem;background:color-mix(in srgb,var(--c-surface-card) 82%,#45a655 18%)}.c-admin-edit__gateway-details dt{margin-bottom:.15rem;color:#2f9e44;font-size:.68rem;font-weight:900;letter-spacing:.06em;text-transform:uppercase}.c-admin-edit__gateway-details dd{margin:0;color:var(--c-theme-text);font-size:.86rem;font-weight:750;overflow-wrap:anywhere}@media(max-width:767.98px){.c-admin-edit__gateway-details{grid-template-columns:1fr}}.c-admin-edit__gateway-card-main small{color:var(--c-theme-muted);font-size:.78rem}.c-admin-edit__gateway-delete{display:inline-flex;align-items:center;justify-content:center;gap:.35rem;margin-top:auto;padding:.42rem .62rem;border:1px solid rgba(239,68,68,.26);border-radius:999px;background:#ef444414;color:#be123c;font-size:.78rem;font-weight:800}.c-admin-edit__gateway-delete:disabled{cursor:wait;opacity:.65}.c-admin-edit__gateway-badge{display:inline-flex;align-items:center;min-height:1.45rem;padding:.16rem .48rem;border-radius:999px;background:#2f9e4424;color:#2f9e44;font-size:.72rem;font-weight:800;text-transform:uppercase}.c-admin-edit__scan-summary{display:flex;flex-wrap:wrap;gap:.75rem;margin:1rem 0 1.1rem}.c-admin-edit__scan-pill{display:inline-flex;align-items:center;gap:.45rem;padding:.55rem .9rem;border-radius:999px;background:#45a6551f;color:#2d8d45;font-size:.88rem}.c-admin-edit__scan-pill strong{font-size:.96rem}.c-admin-edit__scan-pill--muted{background:#64748b1f;color:#475569}.c-admin-edit__scan-toolbar{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1rem}.c-admin-edit__scan-search{position:relative;flex:1 1 18rem}.c-admin-edit__scan-search i{position:absolute;top:50%;left:.9rem;transform:translateY(-50%);color:var(--c-theme-muted)}.c-admin-edit__scan-search .c-admin-edit__control{padding-left:2.45rem}.c-admin-edit__scan-actions{display:flex;flex-wrap:wrap;gap:.75rem}.c-admin-edit__system-wizard{display:grid;gap:1rem;padding:1rem;border:1px solid var(--c-surface-border);border-radius:.9rem;background:var(--c-surface-soft)}.c-admin-edit__wizard-head,.c-admin-edit__component-head,.c-admin-edit__wizard-actions{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:1rem}.c-admin-edit__wizard-grid,.c-admin-edit__component-main,.c-admin-edit__component-details{display:grid;gap:.75rem}.c-admin-edit__wizard-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.c-admin-edit__wizard-type-field{grid-column:1/-1}.c-admin-edit__folder-upload-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.c-admin-edit__folder-upload-card{min-width:0}.c-admin-edit__upload-comments{display:grid;gap:.65rem;margin-top:.85rem}.c-admin-edit__upload-comments label{display:grid;gap:.4rem;min-width:0}.c-admin-edit__upload-comments span{color:var(--c-theme-text);font-size:.82rem;font-weight:800;overflow-wrap:anywhere}.c-admin-edit__upload-classification{display:grid;gap:.65rem;margin-top:.85rem}.c-admin-edit__upload-classification article{display:grid;grid-template-columns:minmax(0,1fr) minmax(11rem,14rem) minmax(15rem,1fr);gap:.75rem;align-items:center;padding:.75rem;border:1px solid var(--c-surface-border);border-radius:.85rem;background:var(--c-surface-soft)}.c-admin-edit__upload-classification strong,.c-admin-edit__upload-classification small{display:block;min-width:0;overflow-wrap:anywhere}.c-admin-edit__upload-classification strong{color:var(--c-theme-text);font-size:.95rem;font-weight:800}.c-admin-edit__upload-classification small{color:var(--c-theme-muted);font-size:.8rem}.c-admin-edit__wizard-notice{grid-column:1/-1;padding:.75rem .85rem;border:1px solid rgba(47,158,68,.28);border-radius:.75rem;background:#2f9e441a;color:var(--c-theme-text);font-size:.88rem;font-weight:700}.c-admin-edit__wizard-grid label,.c-admin-edit__component-row label,.c-admin-edit__icon-field{display:grid;gap:.35rem;color:var(--c-theme-muted);font-size:.82rem;font-weight:800}.c-admin-edit__component-builder{display:grid;gap:.85rem}.c-admin-edit__component-head strong{color:var(--c-theme-text)}.c-admin-edit__battery-summary{display:flex;flex-wrap:wrap;gap:.65rem}.c-admin-edit__battery-summary span{display:inline-flex;align-items:center;gap:.45rem;padding:.45rem .7rem;border:1px solid rgba(69,166,85,.22);border-radius:999px;background:#45a6551a;color:var(--c-theme-text);font-size:.84rem;font-weight:800}.c-admin-edit__battery-summary i{color:#2d8d45}.c-admin-edit__component-list{display:grid;gap:.65rem}.c-admin-edit__component-row{padding:.75rem;border:1px solid var(--c-surface-border);border-radius:.75rem;background:var(--c-surface-card)}.c-admin-edit__component-main{grid-template-columns:minmax(8rem,.75fr) minmax(10rem,1.1fr) minmax(11rem,1.1fr) auto;align-items:end}.c-admin-edit__component-details{grid-template-columns:repeat(auto-fit,minmax(10rem,1fr));margin-top:.75rem;padding-top:.75rem;border-top:1px solid var(--c-surface-border)}.c-admin-edit__component-actions{display:flex;flex-wrap:nowrap;gap:.45rem}.c-admin-edit__component-head>.c-admin-edit__component-actions{flex-wrap:wrap}.c-admin-edit__systems-shell{margin-bottom:1rem}.c-admin-edit__systems-toolbar{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:.5rem}.c-admin-edit__systems-actions{display:flex;flex-wrap:wrap;gap:.75rem}.c-admin-edit__systems-filter{min-width:11rem}.c-admin-edit__systems-table-wrap{overflow-x:auto;scrollbar-width:thin;border:1px solid var(--c-surface-border);border-radius:.9rem;background:var(--c-surface-card)}.c-admin-edit__systems-table{width:100%;min-width:75rem}.c-admin-edit__systems-save-footer{display:flex;align-items:center;justify-content:flex-end;gap:1rem;margin-top:1rem}@media(max-width:575.98px){.c-admin-edit__systems-save-footer{align-items:stretch;flex-direction:column}.c-admin-edit__systems-save-footer .c-btn{width:100%}}.c-admin-edit__systems-head,.c-admin-edit__system-row{display:grid;grid-template-columns:2rem minmax(16rem,2fr) minmax(10.5rem,1.3fr) minmax(6rem,.65fr) minmax(10rem,1fr) minmax(11rem,1.1fr) minmax(9rem,.9fr) 5.25rem;gap:.75rem;align-items:center}.c-admin-edit__systems-head{padding:.8rem .75rem;color:var(--c-theme-muted);font-size:.74rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase;border-bottom:1px solid var(--c-surface-border)}.c-admin-edit__systems-head>*,.c-admin-edit__system-row>*{min-width:0}.c-admin-edit__systems-head>*{overflow-wrap:normal;word-break:normal;white-space:nowrap}.c-admin-edit__system-row{padding:.9rem .75rem;border-bottom:1px solid var(--c-surface-border)}.c-admin-edit__systems-empty{padding:1rem}.c-admin-edit__maintenance-provider-cell{display:flex;flex-direction:column;align-items:stretch;gap:.45rem}.c-admin-edit__maintenance-provider-choice{display:flex;align-items:center;gap:.45rem}.c-admin-edit__maintenance-provider-cell img{flex:0 0 2.5rem;width:2.5rem;height:2.5rem;padding:.25rem;border-radius:.65rem;background:#fff;object-fit:contain}.c-admin-edit__mobile-cell-label{display:none}.c-admin-edit__system-row{background:#ffffff2e}.c-admin-edit__system-row.is-depth-0{background:#45a6550f}.c-admin-edit__system-row.is-collapsible{box-shadow:inset 3px 0 #45a6557a}.c-admin-edit__system-row.is-collapsed{background:#45a65517}.c-admin-edit__system-row.is-depth-1{background:#4392be0d}.c-admin-edit__system-row.is-depth-2,.c-admin-edit__system-row.is-depth-3{background:#94a3b812}.c-admin-edit__system-name-cell{min-width:0}.c-admin-edit__system-name-shell{display:flex;gap:.65rem;align-items:center;padding-left:calc(min(var(--system-depth),4)/.8rem)}.c-admin-edit__tree-toggle{display:inline-flex;flex:0 0 auto;align-items:center;justify-content:center;width:2.15rem;height:2.15rem;border:1px solid rgba(69,166,85,.24);border-radius:.65rem;background:#45a6551a;color:#2d8d45;transition:background .16s ease,border-color .16s ease,transform .16s ease}.c-admin-edit__tree-toggle:hover{transform:translateY(-1px);border-color:#45a6556b;background:#45a65529}.c-admin-edit__system-branch{flex:0 0 auto;width:1.1rem;min-height:2.5rem;border-left:2px solid rgba(69,166,85,.38);border-bottom:2px solid rgba(69,166,85,.38);border-bottom-left-radius:.55rem}.c-admin-edit__system-name-stack{display:grid;gap:.35rem;flex:1 1 auto;min-width:0}.c-admin-edit__system-meta-row{display:flex;flex-wrap:wrap;gap:.45rem;align-items:center}.c-admin-edit__system-parent{max-width:100%;overflow:hidden;color:var(--c-theme-muted);font-size:.76rem;font-weight:800;text-overflow:ellipsis;white-space:nowrap}.c-admin-edit__system-name-input{font-weight:800}.c-admin-edit__children-summary{justify-self:start;padding:0;border:0;background:transparent;color:#2d8d45;font-size:.78rem;font-weight:800}.c-admin-edit__children-summary:hover{text-decoration:underline}.c-admin-edit__category-field{display:grid;grid-template-columns:2.25rem minmax(0,1fr);gap:.5rem;align-items:center;flex:1 1 10rem;min-width:0;max-width:16rem}.c-admin-edit__category-icon{display:inline-flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;border:1px solid rgba(69,166,85,.22);border-radius:.7rem;background:#45a6551a;color:#2d8d45}.c-admin-edit__category-icon img{display:block;width:100%;height:100%;padding:.25rem;border-radius:inherit;background:#fff;object-fit:contain}.c-admin-edit__serial-input{min-width:0;width:100%}.c-admin-edit__brand-cell{display:grid;grid-template-columns:auto minmax(0,1fr);gap:.55rem;align-items:center;min-width:0}.c-admin-edit__brand-logo{display:inline-flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;overflow:hidden;border:1px solid rgba(69,166,85,.2);border-radius:.7rem;background:#fffffff0;color:#237a39;font-size:.72rem;font-weight:900;box-shadow:inset 0 0 0 1px #0b141008}.c-admin-edit__brand-logo img{display:block;max-width:1.8rem;max-height:1.8rem;object-fit:contain}.c-admin-edit__brand-fields,.c-admin-edit__warranty-fields{display:grid;gap:.35rem}.c-admin-edit__warranty-alert,.c-admin-edit__warranty-hint{display:flex;align-items:flex-start;gap:.4rem;border-radius:.6rem;font-weight:800}.c-admin-edit__warranty-alert{margin-top:.7rem;padding:.65rem .75rem;border:1px solid rgba(245,158,11,.32);background:#f59e0b1a;color:#854d0e;font-size:.8rem}.c-admin-edit__warranty-hint{padding:.35rem .45rem;background:#f59e0b1f;color:#a24f08;font-size:.7rem;line-height:1.35}.c-admin-edit__warranty-alert.is-week,.c-admin-edit__warranty-alert.is-expired,.c-admin-edit__warranty-hint.is-week,.c-admin-edit__warranty-hint.is-expired{border-color:#ef44444d;background:#ef44441a;color:#a1123f}.c-admin-edit__warranty-alert.is-month,.c-admin-edit__warranty-alert.is-week,.c-admin-edit__warranty-alert.is-expired,.c-admin-edit__warranty-hint.is-month,.c-admin-edit__warranty-hint.is-week,.c-admin-edit__warranty-hint.is-expired{color:var(--c-theme-text)}.c-admin-edit__capacity-input{min-width:0;width:100%}.c-admin-edit__row-actions{display:flex;flex-wrap:nowrap;justify-content:flex-end;gap:.5rem;min-width:0}.c-admin-edit__row-actions .c-btn{gap:.4rem;white-space:nowrap}.c-admin-edit__icon-action{display:inline-flex;align-items:center;justify-content:center;width:2.35rem;height:2.35rem;border-radius:.7rem;border:1px solid transparent;background:transparent;font-size:1rem;transition:transform .16s ease,background .16s ease,border-color .16s ease}.c-admin-edit__icon-action:hover{transform:translateY(-1px)}.c-admin-edit__icon-action.is-save{border-color:#2f9e444d;background:#2f9e441a;color:#2f9e44}.c-admin-edit__icon-action.is-delete{border-color:#dc262642;background:#dc262614;color:#dc2626}.c-admin-edit__add-component-row{display:flex;justify-content:flex-start;padding:.65rem .75rem .8rem;border-bottom:1px solid var(--c-surface-border);background:#2f9e440a}.c-admin-edit__add-component-row .c-btn{width:auto}.c-admin-edit__inline-component-row{padding:0 .75rem .9rem;border-bottom:1px solid var(--c-surface-border)}.c-admin-edit__inline-component-form{display:grid;grid-template-columns:minmax(10rem,.9fr) repeat(3,minmax(9rem,1fr)) auto auto;gap:.75rem;align-items:end;padding:.85rem;border:1px solid rgba(47,158,68,.26);border-radius:.75rem;background:#2f9e4414}.c-admin-edit__inline-component-form>div:first-child,.c-admin-edit__inline-component-form label{display:grid;gap:.3rem}.c-admin-edit__inline-component-form span,.c-admin-edit__inline-component-form label{color:var(--c-theme-muted);font-size:.8rem;font-weight:800}.c-admin-edit__inline-component-form strong{color:var(--c-theme-text);font-size:.92rem}.c-admin-edit__inline-component-actions{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:flex-end}.c-admin-edit__inline-component-details{grid-column:1/-1;display:grid;grid-template-columns:repeat(auto-fit,minmax(10rem,1fr));gap:.75rem;padding-top:.75rem;border-top:1px solid rgba(47,158,68,.22)}.c-admin-edit__family-filters{display:flex;flex-wrap:wrap;gap:.65rem;margin-bottom:1rem}.c-admin-edit__family-chip{display:inline-flex;align-items:center;gap:.55rem;min-height:2.5rem;padding:.45rem .85rem;border:1px solid var(--c-surface-border);border-radius:999px;background:var(--c-surface-card);color:var(--c-theme-text);font-size:.9rem;transition:border-color .16s ease,background .16s ease,color .16s ease,transform .16s ease}.c-admin-edit__family-chip strong{min-width:1.35rem;padding:.1rem .35rem;border-radius:999px;background:#45a6551f;color:#2d8d45;font-size:.78rem}.c-admin-edit__family-chip:hover{transform:translateY(-1px);border-color:#45a65559}.c-admin-edit__family-chip.is-active{border-color:#45a65580;background:#45a6551a;color:#2d8d45}.c-admin-edit__group-badge{display:inline-flex;align-items:center;gap:.4rem;padding:.22rem .65rem;border-radius:999px;background:#0f172a0f;color:#334155;font-size:.82rem;font-weight:600}.c-admin-edit__empty-detection{padding:1rem;border:1px dashed var(--c-surface-border);border-radius:1rem;color:var(--c-theme-muted);background:#ffffff61}.c-admin-edit__detected-cards{display:none}.c-admin-edit__detected-card{display:grid;gap:.8rem;min-width:0;padding:.9rem;border:1px solid var(--c-surface-border);border-radius:.9rem;background:var(--c-surface-card)}.c-admin-edit__detected-card-check{display:flex;align-items:center;gap:.55rem;color:var(--c-theme-muted);font-size:.82rem;font-weight:800}.c-admin-edit__detected-card-head,.c-admin-edit__detected-card-grid>div{display:grid;gap:.22rem;min-width:0}.c-admin-edit__detected-card-head strong,.c-admin-edit__detected-card-grid strong{color:var(--c-theme-text);overflow-wrap:anywhere}.c-admin-edit__detected-card-head small,.c-admin-edit__detected-card-grid span{color:var(--c-theme-muted)}.c-admin-edit__detected-card-grid{display:grid;gap:.6rem}.c-admin-edit__detected-card-grid>div{padding:.65rem;border:1px solid var(--c-surface-border);border-radius:.75rem;background:var(--c-surface-soft)}.c-admin-edit__detected-card-grid span{font-size:.72rem;font-weight:900;letter-spacing:.04em;text-transform:uppercase}.c-admin-edit__feedback{margin-top:1rem;padding:.85rem 1rem;border-radius:.95rem;font-size:.95rem}.c-admin-edit__feedback.is-success{background:#45a6551a;color:#2c7a3e}.c-admin-edit__feedback.is-error{background:#b243431a;color:#983939}.c-admin-edit__checkbox-col{width:3rem}.c-admin-edit__preview-badge,.c-admin-edit__source-badge{display:inline-flex;align-items:center;justify-content:center;min-height:1.9rem;padding:.2rem .75rem;border-radius:999px;font-size:.8rem;font-weight:700}.c-admin-edit__preview-badge.is-success,.c-admin-edit__source-badge{gap:.35rem;background:#45a6551f;color:#2d8d45}.c-admin-edit__source-badge--manual{background:#64748b1f;color:#64748b}.c-admin-edit__preview-badge.is-warning{background:#ca8a0424;color:#a16207}.c-admin-edit__preview-badge.is-neutral{background:#64748b24;color:#475569}.c-admin-edit__preview-badge.is-error{background:#b2434324;color:#9f3838}.c-admin-edit__control{border-color:var(--c-surface-border);background:var(--c-surface-card);color:var(--c-theme-text)}.c-admin-edit__control:focus{border-color:#45a655b3;background:var(--c-surface-card);color:var(--c-theme-text);box-shadow:0 0 0 .2rem #45a65524}.c-admin-edit__photo-preview{display:flex;gap:.9rem;align-items:center;margin-top:.75rem;min-height:3.3rem;padding:.55rem;border:1px solid var(--c-surface-border);border-radius:.65rem;background:var(--c-surface-card);color:var(--c-theme-muted)}.c-admin-edit__photo-preview img{width:5.25rem;height:3.25rem;flex:0 0 auto;border-radius:.5rem;object-fit:cover;background:var(--c-surface-subtle)}.c-admin-edit__photo-mode{display:inline-grid;grid-template-columns:repeat(2,minmax(6rem,1fr));padding:.18rem;border:1px solid var(--c-surface-border);border-radius:999px;background:var(--c-surface-subtle)}.c-admin-edit__photo-mode-option{min-height:2.25rem;border:0;border-radius:999px;background:transparent;color:var(--c-theme-muted);font-weight:800}.c-admin-edit__photo-mode-option.is-active{background:#49b75c;color:#fff;box-shadow:0 .45rem 1rem #49b75c3d}.c-admin-edit__services-list{display:grid;gap:.7rem}.c-admin-edit__service-card{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:1rem;align-items:center;padding:.85rem 1rem;border:1px solid var(--c-surface-border);border-radius:.75rem;background:var(--c-surface-card)}.c-admin-edit__service-card.is-active{border-color:#49b75c6b;background:linear-gradient(135deg,#49b75c2e,#49b75c0a),var(--c-surface-card);box-shadow:0 .75rem 1.8rem #49b75c1f}.c-admin-edit__service-status{display:inline-flex;align-items:center;gap:.4rem;width:fit-content;padding:.4rem .7rem;border-radius:999px;background:var(--c-surface-subtle);color:var(--c-theme-muted);font-size:.78rem;font-weight:800}.c-admin-edit__service-status.is-active{background:#49b75c24;color:#2f9e44}.c-admin-edit__service-status.is-requested{background:#f59e0b24;color:#b45309}.c-admin-edit__document-folder-select,.c-admin-edit__document-system-select{width:100%;min-height:2.25rem;border-color:var(--c-surface-border);background-color:var(--c-surface-card);color:var(--c-theme-text)}.c-admin-edit__document-folder-select{min-width:7.75rem}.c-admin-edit__document-system-select{min-width:11rem}[data-theme=dark] .c-admin-edit__control,.o-darkmode .c-admin-edit__control{border-color:var(--c-surface-border);background:var(--c-surface-card);color:var(--c-theme-text)}[data-theme=dark] .c-admin-edit__document-folder-select,[data-theme=dark] .c-admin-edit__document-system-select,.o-darkmode .c-admin-edit__document-folder-select,.o-darkmode .c-admin-edit__document-system-select{border-color:var(--c-surface-border);background-color:var(--c-surface-card);color:var(--c-theme-text)}[data-theme=dark] .c-admin-edit__control::placeholder,.o-darkmode .c-admin-edit__control::placeholder{color:var(--c-theme-muted)}[data-theme=dark] .form-label,.o-darkmode .form-label{color:var(--c-theme-text)}.c-admin-edit__delete-trigger{color:#a24646;border-color:#b2434338;box-shadow:none}.c-admin-edit__delete-trigger:hover{background:#b2434314;color:#8d3434;border-color:#b2434357}.c-admin-edit__confirm-dialog{max-width:34rem}.c-admin-edit__confirm-card{padding:1.2rem}.c-admin-edit__confirm-body{display:flex;align-items:flex-start;gap:1rem}.c-admin-edit__confirm-icon{width:3.25rem;height:3.25rem;display:grid;place-items:center;flex-shrink:0;border-radius:1rem;background:#c645451f;color:#b24343;font-size:1.35rem}.c-admin-edit__confirm-actions{display:flex;justify-content:flex-end;gap:.75rem;margin-top:1.25rem}[data-theme=dark] .c-admin-edit__delete-trigger,.o-darkmode .c-admin-edit__delete-trigger{color:#ffb4b4;border-color:#ffb4b43d}[data-theme=dark] .c-admin-edit__delete-trigger:hover,.o-darkmode .c-admin-edit__delete-trigger:hover{background:#ffb4b41a;color:#ffd2d2;border-color:#ffb4b45c}[data-theme=dark] .c-admin-edit__confirm-icon,.o-darkmode .c-admin-edit__confirm-icon{background:#c645452e;color:#ffb4b4}[data-theme=dark] .c-admin-edit__loxone-panel,.o-darkmode .c-admin-edit__loxone-panel{background:color-mix(in srgb,var(--c-surface-card) 88%,#122718 12%)}[data-theme=dark] .c-admin-edit__feedback.is-success,.o-darkmode .c-admin-edit__feedback.is-success{color:#9ae6b4}[data-theme=dark] .c-admin-edit__feedback.is-error,.o-darkmode .c-admin-edit__feedback.is-error{color:#fecaca}[data-theme=dark] .c-admin-edit__gateway-card,.o-darkmode .c-admin-edit__gateway-card{background:#0f172a61;border-color:#4ade802e}[data-theme=dark] .c-admin-edit__scan-pill--muted,.o-darkmode .c-admin-edit__scan-pill--muted,[data-theme=dark] .c-admin-edit__preview-badge.is-neutral,.o-darkmode .c-admin-edit__preview-badge.is-neutral{color:#cbd5e1}[data-theme=dark] .c-admin-edit__family-chip,.o-darkmode .c-admin-edit__family-chip{background:var(--c-surface-card);color:var(--c-theme-text)}[data-theme=dark] .c-admin-edit__group-badge,.o-darkmode .c-admin-edit__group-badge{background:#94a3b824;color:#e2e8f0}[data-theme=dark] .c-admin-edit__empty-detection,.o-darkmode .c-admin-edit__empty-detection{background:#0f172a52}@media(max-width:1399px){.c-admin-edit__systems-head>:last-child,.c-admin-edit__system-row>:last-child{justify-self:stretch}.c-admin-edit__row-actions{justify-content:flex-end}}@media(max-width:1199px){.c-admin-edit__systems-table-wrap{overflow-x:hidden}.c-admin-edit__systems-table{min-width:0}.c-admin-edit__detected-table{display:none}.c-admin-edit__detected-cards{display:grid;gap:.75rem}.c-admin-edit__systems-head{display:none}.c-admin-edit__system-row{grid-template-columns:2rem minmax(0,1fr) minmax(0,1fr);align-items:start}.c-admin-edit__system-row>:not(.c-admin-edit__checkbox-col){display:grid;gap:.35rem}.c-admin-edit__system-name-cell{grid-column:2/-1}.c-admin-edit__system-row>:last-child{grid-column:2/-1}.c-admin-edit__mobile-cell-label{display:block;color:var(--c-theme-muted);font-size:.7rem;font-weight:900;letter-spacing:.05em;text-transform:uppercase}}@media(max-width:991px){.c-admin-edit__documents-table{display:none}.c-admin-edit__document-cards{display:grid;gap:.75rem}.c-admin-edit__detected-table{display:none}.c-admin-edit__detected-cards{display:grid;gap:.75rem}.c-admin-edit__overview{grid-template-columns:1fr;align-items:stretch}.c-admin-edit__overview-metrics{justify-content:flex-start}.c-admin-edit__metric{flex:1 1 8rem}.c-admin-edit__ownership-card{grid-template-columns:1fr}.c-admin-edit__ownership-actions{justify-content:flex-start}.c-admin-edit__wizard-grid,.c-admin-edit__component-main,.c-admin-edit__component-details,.c-admin-edit__inline-component-details,.c-admin-edit__inline-component-form,.c-admin-edit__folder-upload-grid{grid-template-columns:1fr}.c-admin-edit__upload-classification article{grid-template-columns:1fr}.c-admin-edit__wizard-type-field{grid-column:auto}.c-admin-edit__component-actions,.c-admin-edit__component-row .c-btn,.c-admin-edit__inline-component-actions .c-btn{justify-content:center}.c-admin-edit__component-row .c-btn,.c-admin-edit__inline-component-actions .c-btn{width:100%}.c-admin-edit__component-actions{flex-wrap:wrap}.c-admin-edit__system-row{grid-template-columns:2rem minmax(0,1fr)}.c-admin-edit__system-row>:not(.c-admin-edit__checkbox-col),.c-admin-edit__system-name-cell,.c-admin-edit__system-row>:last-child{grid-column:2/-1}.c-admin-edit__brand-cell{grid-template-columns:auto minmax(0,1fr)}}@media(max-width:575px){.c-admin-edit__overview{padding:1rem}.c-admin-edit__metric{flex:1 1 100%}.c-admin-edit__document-card{padding:.85rem}.c-admin-edit__document-card-actions .c-btn{width:100%}.c-admin-edit__confirm-body{flex-direction:column}.c-admin-edit__confirm-actions{flex-direction:column-reverse}.c-admin-edit__confirm-actions .c-btn{width:100%}.c-admin-edit__loxone-panel{padding:.9rem}.c-admin-edit__scan-actions,.c-admin-edit__scan-actions .c-btn,.c-admin-edit__systems-actions,.c-admin-edit__systems-actions .c-btn,.c-admin-edit__systems-filter{width:100%}}@media(max-width:991.98px){.c-admin-edit__user-grid{grid-template-columns:1fr}.c-admin-edit__trial{grid-template-columns:1fr;align-items:stretch}.c-admin-edit__service-card{grid-template-columns:1fr}}@media(max-width:575.98px){.c-admin-edit__users-heading,.c-admin-edit__user-link-controls,.c-admin-edit__user-settings,.c-admin-edit__user-actions,.c-admin-edit__users-heading-actions,.c-admin-edit__invite-actions{align-items:stretch;flex-direction:column}.c-admin-edit__users-heading .c-btn,.c-admin-edit__user-link-controls .c-btn,.c-admin-edit__user-actions .c-btn,.c-admin-edit__invite-actions .c-btn{width:100%}.c-admin-edit__invite-grid{grid-template-columns:1fr}.c-admin-edit__invite-card{max-height:calc(100dvh - 1rem);padding:1rem}.c-admin-edit__account-search-result{grid-template-columns:auto minmax(0,1fr)}.c-admin-edit__account-search-role{grid-column:2;justify-self:start}.c-admin-edit__user-search{grid-template-columns:auto minmax(0,1fr)}.c-admin-edit__user-search>span{grid-column:2}.c-admin-edit__trial-duration,.c-admin-edit__user-details{grid-template-columns:1fr}.c-admin-edit__user-active{padding-bottom:0}}.c-demo-building-controls{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-top:1rem;padding-top:1rem;border-top:1px solid color-mix(in srgb,var(--bs-success) 28%,transparent)}.c-demo-building-controls__copy{display:grid;gap:.15rem;min-width:0}.c-demo-building-controls__copy span{font-weight:700}.c-demo-building-controls__copy small{color:var(--bs-secondary-color)}.c-demo-building-badge{display:inline-flex;align-items:center;gap:.35rem;width:fit-content;padding:.28rem .6rem;border:1px solid color-mix(in srgb,var(--bs-success) 42%,transparent);border-radius:999px;color:color-mix(in srgb,var(--bs-success) 82%,white);background:color-mix(in srgb,var(--bs-success) 15%,var(--bs-body-bg));font-size:.72rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.c-admin-address-card--demo,.c-admin-address-list-card--demo{outline:2px solid color-mix(in srgb,var(--bs-success) 48%,transparent);background:linear-gradient(155deg,color-mix(in srgb,var(--bs-success) 9%,var(--bs-body-bg)),var(--bs-body-bg))}.c-admin-address-row--demo>td{background:color-mix(in srgb,var(--bs-success) 8%,var(--bs-body-bg))}@media(max-width:991.98px){.c-demo-building-controls{align-items:stretch;flex-direction:column}}.c-admin-hero__intro{max-width:40rem}@media(max-width:1280px){.c-admin-hero__intro{max-width:none}}.c-deliveries__header{align-items:flex-end}.c-deliveries__eyebrow{margin:0 0 .35rem;color:var(--bs-success);font-size:.72rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.c-deliveries__toolbar{display:grid;grid-template-columns:minmax(0,1fr) minmax(12rem,15rem);gap:.85rem;align-items:center;min-height:0;margin:0 0 1.25rem;padding:1rem;border:1px solid rgba(69,166,85,.12);border-radius:1.25rem;background:var(--c-widget-surface);box-shadow:0 12px 28px #12322112}.c-deliveries__search{display:flex;min-height:2.85rem;gap:.75rem;align-items:center;flex:1;padding:.7rem 1rem;border:1px solid var(--bs-border-color);border-radius:.8rem;background:var(--bs-body-bg)}.c-deliveries__search input{width:100%;border:0;outline:0;color:var(--bs-body-color);background:transparent}.c-deliveries__toolbar select{min-height:2.85rem;padding:0 2.4rem 0 .9rem;border:1px solid var(--bs-border-color);border-radius:.8rem;color:var(--bs-body-color);background:var(--bs-body-bg)}.c-deliveries__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.c-delivery-card{display:flex;flex-direction:column;gap:1rem;padding:1.25rem}.c-delivery-card__head{display:flex;justify-content:space-between;align-items:center}.c-delivery-card__icon{display:grid;place-items:center;width:2.65rem;height:2.65rem;border-radius:.8rem;color:var(--bs-success);background:color-mix(in srgb,var(--bs-success) 12%,transparent)}.c-delivery-status{padding:.35rem .7rem;border-radius:999px;font-size:.72rem;font-weight:800}.c-delivery-card__body p{margin:0 0 .25rem;color:var(--bs-success);font-size:.75rem;font-weight:800}.c-delivery-card__body h2{margin:0;font-size:1.05rem}.c-delivery-card__body span{color:var(--bs-secondary-color);font-size:.85rem}.c-delivery-card__progress{display:grid;gap:.4rem;padding:.8rem;border-radius:.7rem;background:var(--bs-tertiary-bg)}.c-delivery-card__progress>div:first-child{display:flex;justify-content:space-between;font-size:.76rem}.c-delivery-card__progress small{color:var(--bs-secondary-color);font-size:.68rem}.c-delivery-card__bar{height:.45rem;overflow:hidden;border-radius:999px;background:var(--bs-border-color)}.c-delivery-card__bar i{display:block;height:100%;border-radius:inherit;background:var(--bs-success)}.c-delivery-card__meta{display:grid;grid-template-columns:1fr 1fr;gap:.75rem;margin:0;padding-top:1rem;border-top:1px solid var(--bs-border-color)}.c-delivery-card__meta dt{color:var(--bs-secondary-color);font-size:.7rem}.c-delivery-card__meta dd{margin:.15rem 0 0;overflow:hidden;font-size:.82rem;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.c-delivery-card__mail{grid-column:1/-1;padding:.7rem .75rem;border-radius:.65rem;background:var(--bs-tertiary-bg)}.c-delivery-card__mail dd{display:flex;gap:.45rem;align-items:center;color:var(--bs-secondary-color)}.c-delivery-card__mail small{display:block;margin-top:.25rem;color:var(--bs-secondary-color);font-size:.68rem}.c-delivery-card__mail.is-sent dd{color:var(--bs-success)}.c-delivery-card__mail.is-failed dd{color:var(--bs-danger)}.c-delivery-card__mail.is-sending dd{color:#9a6b10}.c-delivery-card__action{justify-content:space-between;width:100%;margin-top:auto}.c-deliveries__empty{display:grid;gap:.6rem;justify-items:center;padding:3rem 1rem;text-align:center}.c-deliveries__empty i{font-size:2rem}.c-deliveries__empty h2,.c-deliveries__empty p{margin:0}@media(max-width:1199.98px){.c-deliveries__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:767.98px){.c-deliveries__header{align-items:stretch}.c-deliveries__toolbar{grid-template-columns:1fr;align-items:stretch}.c-deliveries__grid{grid-template-columns:1fr}}.c-delivery-edit{--delivery-accent: var(--bs-success)}.c-delivery-edit__hero{display:flex;justify-content:space-between;gap:1rem;align-items:flex-start;margin-bottom:1rem}.c-delivery-edit__back{display:inline-flex;gap:.45rem;margin-bottom:.7rem;color:var(--bs-secondary-color);font-size:.76rem;text-decoration:none}.c-delivery-edit__eyebrow{margin:0;color:var(--delivery-accent);font-size:.72rem;font-weight:800}.c-delivery-edit__hero h1{margin:.15rem 0 0;font-size:clamp(1.45rem,3vw,2rem)}.c-delivery-edit__hero p:last-child{margin:.3rem 0 0;color:var(--bs-secondary-color)}.c-delivery-status{display:inline-flex;gap:.45rem;align-items:center;padding:.6rem .85rem;border-radius:.7rem;font-size:.78rem;font-weight:800}.c-delivery-status.is-draft{color:var(--bs-secondary-color);background:var(--bs-tertiary-bg)}.c-delivery-status.is-review{color:#8a6114;background:#fff2cc}.c-delivery-status.is-released{color:var(--bs-success);background:color-mix(in srgb,var(--bs-success) 14%,transparent)}.c-delivery-status i{font-size:.55rem}.c-delivery-steps{display:grid;grid-template-columns:repeat(6,1fr);gap:.45rem;margin-bottom:1.25rem}.c-delivery-steps a{display:flex;gap:.5rem;align-items:center;min-width:0;padding:.65rem;border-radius:.7rem;color:var(--bs-secondary-color);background:var(--bs-tertiary-bg);font-size:.72rem;font-weight:700;text-decoration:none}.c-delivery-steps b{display:grid;place-items:center;flex:0 0 1.5rem;height:1.5rem;border-radius:50%;background:color-mix(in srgb,var(--bs-secondary-color) 18%,transparent)}.c-delivery-steps a.is-done b{color:#fff;background:var(--delivery-accent)}.c-delivery-edit__layout{display:grid;grid-template-columns:minmax(0,1fr) 20rem;gap:1.25rem;align-items:start}.c-delivery-form{overflow:hidden;padding:0}.c-delivery-section{padding:1.4rem;scroll-margin-top:1rem;border-bottom:1px solid var(--bs-border-color)}.c-delivery-section__head{display:flex;justify-content:space-between;gap:1rem;align-items:center;margin-bottom:1.1rem}.c-delivery-section__head p{margin:0 0 .15rem;color:var(--delivery-accent);font-size:.68rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.c-delivery-section__head h2{margin:0;font-size:1.05rem}.c-delivery-section__head>span{color:var(--bs-secondary-color);font-size:.72rem}.c-delivery-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem}.c-delivery-fields label{display:grid;gap:.35rem;min-width:0}.c-delivery-fields label.is-full{grid-column:1/-1}.c-delivery-fields label>span{font-size:.75rem;font-weight:700}.c-delivery-fields input,.c-delivery-fields textarea,.c-delivery-fields select{width:100%;padding:.7rem .8rem;border:1px solid var(--bs-border-color);border-radius:.65rem;color:var(--bs-body-color);background:var(--bs-body-bg)}.c-delivery-house{display:flex;gap:.85rem;align-items:center;padding:1rem;border:1px solid var(--bs-border-color);border-radius:.75rem}.c-delivery-house>i:first-child{font-size:1.4rem;color:var(--delivery-accent)}.c-delivery-house>i:last-child{margin-left:auto;color:var(--bs-success)}.c-delivery-house div{display:grid}.c-delivery-house span{color:var(--bs-secondary-color);font-size:.75rem}.c-delivery-systems,.c-delivery-files{display:grid;gap:.5rem}.c-delivery-systems article,.c-delivery-files>div{display:flex;gap:.7rem;align-items:center;padding:.75rem;border:1px solid var(--bs-border-color);border-radius:.65rem}.c-delivery-systems article>i:first-child,.c-delivery-files>div>i{color:var(--delivery-accent)}.c-delivery-systems article>i:last-child{margin-left:auto;color:var(--bs-success)}.c-delivery-systems article div,.c-delivery-files span{display:grid;min-width:0}.c-delivery-systems span,.c-delivery-files small{color:var(--bs-secondary-color);font-size:.7rem}.c-delivery-document-summary{display:grid;grid-template-columns:repeat(3,1fr);gap:.7rem;margin-bottom:.8rem}.c-delivery-document-summary article{display:flex;gap:.65rem;align-items:center;padding:.8rem;border:1px solid color-mix(in srgb,var(--bs-success) 35%,var(--bs-border-color));border-radius:.7rem;color:var(--bs-success);background:color-mix(in srgb,var(--bs-success) 7%,transparent)}.c-delivery-document-summary article.is-missing{color:#9a6b10;border-color:#ead7a3;background:color-mix(in srgb,#f1c85b 11%,transparent)}.c-delivery-document-summary span{display:grid}.c-delivery-document-summary strong{font-size:.75rem}.c-delivery-document-summary small{color:var(--bs-secondary-color);font-size:.68rem}.c-delivery-empty{display:flex;gap:.6rem;align-items:center;margin:.8rem 0 0;padding:.9rem;border-radius:.7rem;color:#8a6114;background:#fff6dc}.c-delivery-checklist{display:grid;gap:.6rem}.c-delivery-checklist label{display:flex;gap:.7rem;align-items:center;padding:.8rem;border:1px solid var(--bs-border-color);border-radius:.7rem;cursor:pointer}.c-delivery-checklist input{width:1.05rem;height:1.05rem;accent-color:var(--delivery-accent)}.c-delivery-checklist span{flex:1;font-size:.8rem;font-weight:650}.c-delivery-checklist small{color:var(--bs-secondary-color);font-size:.7rem;font-weight:700}.c-delivery-release{display:flex;gap:.8rem;padding:1rem;border-radius:.8rem;color:#8a6114;background:#fff6dc}.c-delivery-release.is-ready{color:var(--bs-success);background:color-mix(in srgb,var(--bs-success) 10%,transparent)}.c-delivery-release>i{font-size:1.4rem}.c-delivery-release p{margin:.2rem 0 0;color:var(--bs-secondary-color);font-size:.78rem}.c-delivery-actions{display:flex;justify-content:space-between;gap:1rem;align-items:center;padding:1rem 1.4rem;background:var(--bs-tertiary-bg)}.c-delivery-actions>span{color:var(--bs-secondary-color);font-size:.7rem}.c-delivery-actions>div{display:flex;gap:.6rem}.c-delivery-side{display:grid;gap:1rem;position:sticky;top:1rem}.c-delivery-side section{padding:1.1rem}.c-delivery-side h2{margin:0 0 1rem;font-size:.92rem}.c-delivery-progress-label{display:flex;justify-content:space-between;margin-bottom:.45rem;color:var(--bs-secondary-color);font-size:.72rem}.c-delivery-progress{height:.5rem;overflow:hidden;border-radius:999px;background:var(--bs-tertiary-bg)}.c-delivery-progress i{display:block;height:100%;border-radius:inherit;background:var(--delivery-accent)}.c-delivery-overview ul{display:grid;gap:.55rem;margin:1rem 0 0;padding:0;list-style:none}.c-delivery-overview li{display:flex;gap:.55rem;color:var(--bs-secondary-color);font-size:.72rem}.c-delivery-overview li.is-done{color:var(--bs-success)}.c-delivery-activity>div{display:flex;gap:.65rem;padding-bottom:.8rem}.c-delivery-activity>div>i{width:.48rem;height:.48rem;margin-top:.25rem;border-radius:50%;background:var(--delivery-accent)}.c-delivery-activity span{display:grid}.c-delivery-activity strong{font-size:.72rem}.c-delivery-activity small{color:var(--bs-secondary-color);font-size:.66rem}.c-delivery-mail__status{display:flex;gap:.7rem;align-items:center;padding:.8rem;border-radius:.7rem;color:var(--bs-secondary-color);background:var(--bs-tertiary-bg)}.c-delivery-mail__status>i{font-size:1.1rem}.c-delivery-mail__status span{display:grid;min-width:0}.c-delivery-mail__status small{overflow:hidden;color:var(--bs-secondary-color);font-size:.68rem;text-overflow:ellipsis;white-space:nowrap}.c-delivery-mail__status.is-sent{color:var(--bs-success);background:color-mix(in srgb,var(--bs-success) 10%,transparent)}.c-delivery-mail__status.is-failed{color:var(--bs-danger);background:color-mix(in srgb,var(--bs-danger) 10%,transparent)}.c-delivery-mail__status.is-sending{color:#9a6b10;background:#fff6dc}.c-delivery-mail>p{margin:.7rem 0 0;color:var(--bs-secondary-color);font-size:.7rem}.c-delivery-mail__error{margin-top:.75rem;color:var(--bs-danger);font-size:.7rem}.c-delivery-mail__error summary{cursor:pointer;font-weight:700}.c-delivery-mail__error p{margin:.45rem 0 0;overflow-wrap:anywhere}@media(max-width:1199.98px){.c-delivery-edit__layout{grid-template-columns:1fr}.c-delivery-side{grid-template-columns:repeat(2,1fr);position:static}.c-delivery-steps{grid-template-columns:repeat(3,1fr)}}@media(max-width:767.98px){.c-delivery-edit__hero{flex-direction:column}.c-delivery-steps{grid-template-columns:repeat(2,1fr)}.c-delivery-fields,.c-delivery-document-summary,.c-delivery-side{grid-template-columns:1fr}.c-delivery-fields label.is-full{grid-column:auto}.c-delivery-actions{align-items:stretch;flex-direction:column}.c-delivery-actions>div{display:grid}}.c-main,.c-main__surface,.c-admin-page{overflow:visible}.c-admin-ems__belpex{display:grid;gap:.35rem;min-width:min(100%,22rem)}.c-admin-ems__belpex label,.c-admin-ems-editor__form label,.c-admin-ems-editor__toggle{color:var(--c-theme-muted);font-size:.82rem;font-weight:800}.c-admin-ems__belpex>div{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:.55rem}.c-admin-ems__belpex small,.c-admin-ems-market__sample span{color:var(--c-theme-muted);font-size:.78rem}.c-admin-ems__belpex small{display:flex;flex-wrap:wrap;gap:.4rem;align-items:center}.c-admin-ems__belpex small button{padding:0;border:0;background:transparent;color:#2d8d45;font:inherit;font-weight:900}.c-admin-ems__metric-text{overflow-wrap:anywhere;font-size:clamp(1.2rem,2vw,1.8rem)}.c-admin-ems__layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(20rem,28rem);gap:1rem;align-items:start;overflow:visible}.c-admin-ems__main{display:grid;gap:1rem;min-width:0;overflow:visible}.c-admin-ems__section-head,.c-admin-ems-card__head{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:1rem}.c-admin-ems__formula-grid,.c-admin-ems__cost-grid,.c-admin-ems__building-zones,.c-admin-ems-market__stats,.c-admin-ems-market__samples{display:grid;gap:.85rem}.c-admin-ems-market__stats{grid-template-columns:repeat(4,minmax(0,1fr));margin-top:1rem;margin-bottom:1rem}.c-admin-ems-market__samples{grid-template-columns:repeat(12,minmax(7rem,1fr));max-height:min(42vh,24rem);overflow:auto;padding:.1rem .25rem .35rem 0;overscroll-behavior:contain;scrollbar-width:thin}.c-admin-ems-card,.c-admin-ems-cost,.c-admin-ems-building-zone{display:grid;gap:.85rem;min-width:0;padding:1rem;border:1px solid var(--c-surface-border);border-radius:1rem;background:var(--c-surface-card)}.c-admin-ems-card.is-active{border-color:#45a6556b;box-shadow:0 0 0 .18rem #45a65514}.c-admin-ems-card.is-disabled{opacity:.62}.c-admin-ems-card__head{margin-bottom:0}.c-admin-ems-card__head h3{margin:0;color:var(--c-theme-text);font-size:1.18rem;font-weight:900;line-height:1.16;overflow-wrap:anywhere}.c-admin-ems-card__head span,.c-admin-ems-card__preview span,.c-admin-ems-cost span,.c-admin-ems-card__formulas dt{color:var(--c-theme-muted);font-size:.72rem;font-weight:900;letter-spacing:.04em;text-transform:uppercase}.c-admin-ems-card__preview{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.55rem}.c-admin-ems-card__preview>div,.c-admin-ems-cost,.c-admin-ems-market__stats article,.c-admin-ems-market__sample{min-width:0;padding:.7rem;border:1px solid var(--c-surface-border);border-radius:.8rem;background:var(--c-surface-soft)}.c-admin-ems-card__preview strong,.c-admin-ems-cost strong,.c-admin-ems-building-zone strong,.c-admin-ems-market__stats strong,.c-admin-ems-market__sample strong{display:block;color:var(--c-theme-text);overflow-wrap:anywhere}.c-admin-ems-market__stats strong,.c-admin-ems-market__sample strong{white-space:nowrap}.c-admin-ems-market__stats span,.c-admin-ems-market__sample span{display:block;color:var(--c-theme-muted);font-size:.72rem;font-weight:900;letter-spacing:.04em;text-transform:uppercase}.c-admin-ems-market__sample.is-current{border-color:#45a6556b;background:#45a65514}.c-admin-ems-market__sample{min-height:4.75rem}.c-admin-ems__tariff-current{display:inline-flex;align-items:center;min-height:2.35rem;padding:.35rem .85rem;border:1px solid rgba(69,166,85,.28);border-radius:999px;background:#45a65521;color:#239447;font-weight:900}.c-admin-ems__formula-toolbar{display:grid;grid-template-columns:minmax(14rem,1fr);gap:.85rem;align-items:center;margin-bottom:1rem}.c-admin-ems__formula-search{position:relative;min-width:0}.c-admin-ems__formula-search i{position:absolute;top:50%;left:.85rem;transform:translateY(-50%);color:var(--c-theme-muted);pointer-events:none}.c-admin-ems__formula-search input{padding-left:2.25rem}.c-admin-ems-card__type-switch{display:flex;flex-wrap:wrap;gap:.4rem}.c-admin-ems-card__type-switch button{min-height:2.1rem;padding:.25rem .7rem;border:1px solid var(--c-surface-border);border-radius:999px;background:var(--c-surface-soft);color:var(--c-theme-muted);font-size:.78rem;font-weight:900}.c-admin-ems-card__type-switch button.is-active{border-color:#45a6556b;background:#45a65521;color:#239447}.c-admin-ems-market__warning{margin:.85rem 0 0;padding:.75rem .85rem;border-radius:.75rem;background:#f59e0b24;color:#92400e;font-weight:800}.c-admin-ems-card__formulas{display:grid;gap:.6rem;margin:0}.c-admin-ems-card__formulas div{min-width:0}.c-admin-ems-card__formulas dd{margin:.12rem 0 0;color:var(--c-theme-text);overflow-wrap:anywhere}.c-admin-ems-card__source{display:inline-flex;align-items:center;gap:.4rem;color:#2d8d45;font-size:.86rem;font-weight:800;text-decoration:none}.c-admin-ems-card__source.is-muted{color:var(--c-theme-muted)}.c-admin-ems-cost{grid-template-columns:repeat(2,minmax(0,1fr));align-items:end}.c-admin-ems-cost label{display:grid;gap:.25rem;color:var(--c-theme-muted);font-size:.78rem;font-weight:800}.c-admin-ems-cost label:first-child,.c-admin-ems-cost label:nth-child(4),.c-admin-ems-cost .c-btn{grid-column:1/-1}.c-admin-ems-building-zone{grid-template-columns:minmax(0,1fr) minmax(10rem,.45fr) minmax(16rem,.85fr);align-items:center}.c-admin-ems-building-zone>div{display:grid;gap:.16rem;min-width:0}.c-admin-ems-building-zone span{color:var(--c-theme-text);font-weight:900;overflow-wrap:anywhere}.c-admin-ems-building-zone small{color:var(--c-theme-muted)}.c-admin-ems-building-zone__provider{display:grid;gap:.35rem;color:var(--c-theme-muted);font-size:.82rem;font-weight:800}.c-admin-ems-building-zone__provider small{overflow-wrap:anywhere;font-size:.78rem;font-weight:700}.c-admin-ems-editor{position:sticky!important;top:.75rem;z-index:6;align-self:start}.c-admin-ems-editor .c-admin-ems__section-head{align-items:center;margin-bottom:.55rem}.c-admin-ems-editor .c-widget__title{font-size:1.05rem}.c-admin-ems-editor__form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem .6rem}.c-admin-ems-editor__form label,.c-admin-ems-editor__group{display:grid;gap:.22rem}.c-admin-ems-editor__form label{font-size:.74rem}.c-admin-ems-editor__form .form-control{min-height:2.05rem;padding:.32rem .55rem;font-size:.88rem}.c-admin-ems-editor__group{grid-column:1/-1;padding:.52rem;border:1px solid var(--c-surface-border);border-radius:.9rem;background:var(--c-surface-soft)}.c-admin-ems-editor__group>strong{color:var(--c-theme-text);font-size:.92rem}.c-admin-ems-editor__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.38rem .5rem}.c-admin-ems-editor__toggle{display:flex;align-items:center;gap:.5rem;grid-column:1/-1}.c-admin-ems-editor__form>.c-btn{grid-column:1/-1;min-height:2.35rem}.c-admin-ems-modal{position:fixed;inset:0;z-index:1200;display:grid;place-items:center;padding:1rem;background:#0f172a7a;-webkit-backdrop-filter:blur(.35rem);backdrop-filter:blur(.35rem)}.c-admin-ems-modal__panel{width:min(88rem,100vw - 2rem);max-height:calc(100dvh - 2rem);overflow:auto;padding:1.25rem;border:1px solid var(--c-surface-border);border-radius:1.25rem;background:var(--c-surface-card);box-shadow:0 1.5rem 4rem #0f172a38}.c-admin-ems-modal__panel .c-admin-ems__section-head{align-items:center;margin-bottom:.75rem}.c-admin-ems-modal__close{display:inline-grid;place-items:center;width:2.35rem;height:2.35rem;border:1px solid var(--c-surface-border);border-radius:999px;background:var(--c-surface-soft);color:var(--c-theme-text)}.c-admin-ems-modal__close:hover,.c-admin-ems-modal__close:focus-visible{border-color:#45a6556b;color:#239447}@media(max-width:991px){.c-admin-ems__layout{grid-template-columns:1fr}.c-admin-ems-market__stats{grid-template-columns:repeat(2,minmax(0,1fr))}.c-admin-ems-editor{position:static;max-height:none;overflow:visible}}@media(max-width:768px){.c-admin-ems-card__preview,.c-admin-ems-editor__form,.c-admin-ems-editor__grid,.c-admin-ems-market__stats,.c-admin-ems-building-zone{grid-template-columns:1fr}}@media(max-width:576px){.c-admin-ems__belpex>div,.c-admin-ems__section-head,.c-admin-ems-card__head{display:grid}.c-admin-ems__belpex .c-btn,.c-admin-ems-card__head .c-btn,.c-admin-ems-editor .c-btn{width:100%}}.c-login-card__header{margin-bottom:2rem}.c-login-form__register-hint{color:#2f8d3c;font-size:.95rem;font-weight:600;line-height:1.45;text-align:center}.c-login-form__test-hint{padding:.75rem .9rem;border:1px solid rgba(73,186,96,.42);border-radius:.75rem;background:#49ba601a;color:var(--c-theme-text);font-size:.85rem;line-height:1.5;text-align:center}.c-login-form__test-hint code{color:#16752b;font-family:inherit;font-weight:800}.c-admin-qr-header-actions{display:flex;flex-wrap:wrap;gap:.75rem}.c-admin-qr-search{min-height:0;padding:.9rem 1rem}.c-admin-qr-results{min-height:0}.c-qr-create-grid{display:grid;grid-template-columns:minmax(18rem,.9fr) minmax(22rem,1.1fr);gap:1rem;align-items:start}.c-qr-custom-form{display:grid;gap:.45rem;min-width:0;padding-left:1rem;border-left:1px solid var(--c-surface-border)}.c-qr-custom-form__label{color:var(--c-theme-text);font-size:.86rem;font-weight:800}.c-qr-custom-form__row{display:grid;grid-template-columns:minmax(10rem,1fr) auto;gap:.65rem;align-items:stretch;min-width:0}.c-qr-custom-form__input{width:100%;min-width:0;height:48px;padding:0 .9rem;border:1px solid var(--c-surface-border);border-radius:14px;background:var(--c-surface-card);color:var(--c-theme-text);font-size:1rem;outline:none;transition:border-color .18s ease,box-shadow .18s ease}.c-qr-custom-form__input:focus{border-color:#45a655d9;box-shadow:0 0 0 .18rem #45a65529}.c-qr-custom-form__button{min-width:8rem;height:48px;justify-content:center;white-space:nowrap}.c-qr-custom-form__hint{color:var(--c-theme-muted);font-size:.8rem}.c-qr-form-error{color:#b42318;font-size:.82rem;font-weight:700}.c-admin-qr-results__table th:nth-child(2){min-width:20rem}.c-admin-qr-results__cards{display:none}.c-admin-qr-card{display:grid;gap:.9rem;min-width:0;padding:.95rem;border:1px solid var(--c-surface-border);border-radius:18px;background:var(--c-surface-card)}.c-admin-qr-card__head,.c-admin-qr-card__body,.c-admin-qr-card__actions{min-width:0}.c-admin-qr-card__head{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;padding-bottom:.75rem;border-bottom:1px solid var(--c-surface-border)}.c-admin-qr-card__head div,.c-admin-qr-card__field{display:grid;gap:.35rem;min-width:0}.c-admin-qr-card__head strong,.c-admin-qr-card__field strong{min-width:0;color:var(--c-theme-text);overflow-wrap:anywhere}.c-admin-qr-card__body{display:grid;gap:.85rem}.c-admin-qr-card__label{color:var(--c-theme-muted);font-size:.72rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.c-admin-qr-card__actions{display:flex;flex-wrap:wrap;gap:.55rem}.c-admin-qr-card__actions .c-btn{justify-content:center}.c-qr-pool{border:1px solid rgba(0,0,0,.06);border-radius:20px;background:linear-gradient(180deg,#f8f9fae6,#fff);padding:1rem}.c-qr-pool__header{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:.85rem}.c-qr-pool__count{min-width:2rem;padding:.15rem .6rem;border-radius:999px;background:#0000000f;font-size:.8rem;font-weight:700}.c-qr-pool__list{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:.65rem}.c-qr-pill{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:.55rem .7rem;min-width:0;padding:.75rem .85rem;border:1px solid rgba(0,0,0,.06);border-radius:16px;background:#fff}.c-qr-pill i{color:#6c757d}.c-qr-pill__code{font-family:monospace;font-weight:700;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.c-qr-pill__access{grid-column:2/3;color:#6c757d;font-size:.82rem;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.c-qr-pill__actions{display:inline-flex;align-items:center;gap:.25rem;align-self:start}.c-qr-pill__action{width:28px;height:28px;border:0;border-radius:999px;background:transparent;color:#6c757d;display:inline-flex;align-items:center;justify-content:center;text-decoration:none;transition:background-color .18s ease,color .18s ease,opacity .18s ease}.c-qr-pill__action:hover{background:#17313c14;color:#17313c}.c-qr-pill__action.is-disabled{opacity:.45;pointer-events:none}.c-qr-pill__actions .c-qr-pill__action:last-child:hover{background:#dc354514;color:#b02a37}.c-qr-link-row{display:flex;align-items:center;gap:.75rem}.c-qr-link-row__button{white-space:nowrap;height:42px;padding-inline:.9rem;align-self:flex-end}[data-theme=dark] .c-qr-pool{border-color:#d4e6d61f;background:linear-gradient(180deg,#18221dfa,#121916fa)}[data-theme=dark] .c-qr-pool__count{background:#ffffff14;color:#eef4eec7}[data-theme=dark] .c-qr-form-error{color:#fca5a5}[data-theme=dark] .c-qr-pill{border-color:#d4e6d61f;background:#ffffff0d;color:#eef4ee}[data-theme=dark] .c-qr-pill i,[data-theme=dark] .c-qr-pill__access,[data-theme=dark] .c-qr-pill__action{color:#eef4eead}[data-theme=dark] .c-qr-pill__action:hover{background:#ffffff14;color:#eef4ee}@media(max-width:991px){.c-qr-create-grid{grid-template-columns:1fr}.c-qr-custom-form{padding-top:.85rem;padding-left:0;border-top:1px solid var(--c-surface-border);border-left:0}.c-qr-custom-form__row{grid-template-columns:1fr}.c-qr-custom-form__button{width:100%}.c-admin-qr-results__table{display:none}.c-admin-qr-results__cards{display:grid;gap:.75rem}.c-qr-link-row{flex-direction:column;align-items:stretch}.c-qr-link-row__button{width:100%}.c-qr-pill{grid-template-columns:auto minmax(0,1fr) auto}.c-qr-pill__access{grid-column:2/4}}@media(max-width:576px){.c-qr-pool__header{display:grid;align-items:stretch;gap:.65rem}.c-qr-pool__count{width:fit-content;max-width:100%}.c-admin-qr-header-actions{width:100%}.c-admin-qr-header-actions .c-btn{width:100%;justify-content:center}.c-admin-qr-search{padding:.8rem}.c-admin-qr-card{padding:.85rem;border-radius:16px}.c-admin-qr-card__head{display:grid}.c-admin-qr-card__actions .c-btn,.c-admin-qr-card__actions>span{width:100%}.c-qr-pool{padding:.85rem;border-radius:18px}.c-qr-pool__list{grid-template-columns:1fr}.c-qr-pill{grid-template-columns:auto minmax(0,1fr)}.c-qr-pill__access{grid-column:1/-1}.c-qr-pill__actions{grid-column:1/-1;justify-content:flex-start}}.c-admin-services{display:flex;flex-direction:column;gap:1rem}.c-admin-services__toolbar,.c-admin-services__card,.c-admin-services__market,.c-admin-services__tariffs{min-height:0}.c-admin-services__list{display:grid;gap:1rem}.c-admin-services__search-field .c-admin-form__label{transform:translateY(-2.25rem) scale(.74);transform-origin:left center;background:var(--c-surface-card);padding:0 .35rem}.c-admin-services__search-field .c-admin-form__control:placeholder-shown:not(:focus)+.c-admin-form__label{transform:translateY(-50%) scale(1);background:transparent;padding:0}.c-admin-services__search-field .c-admin-form__control:focus+.c-admin-form__label{transform:translateY(-2.25rem) scale(.74);background:var(--c-surface-card);padding:0 .35rem}.c-admin-services__head,.c-admin-services__service{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.c-admin-services__counts{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:flex-end}.c-admin-services__section-head{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:1rem}.c-admin-services__tariff-current{flex:0 0 auto;padding:.45rem .7rem;border:1px solid rgba(47,158,68,.22);border-radius:999px;background:#2f9e441f;color:#2f9e44;font-size:.82rem;font-weight:800}.c-admin-services__tariff-form{display:grid;grid-template-columns:repeat(3,minmax(0,1fr)) auto;gap:.85rem;align-items:end}.c-admin-services__tariff-form label{display:grid;gap:.4rem;color:var(--c-theme-muted);font-size:.83rem;font-weight:700}.c-admin-services__billing-count{flex:0 0 auto;padding:.4rem .7rem;border-radius:999px;background:#2f9e441f;color:#2f9e44;font-size:.8rem;font-weight:800}.c-admin-services__billing-toolbar{margin-bottom:.8rem}.c-admin-services__billing-search{display:flex;align-items:center;gap:.65rem;width:min(100%,42rem);min-height:2.85rem;padding:0 .85rem;border:1px solid var(--c-surface-border);border-radius:.8rem;background:var(--c-surface-card);color:var(--c-theme-muted);transition:border-color .16s ease,box-shadow .16s ease}.c-admin-services__billing-search:focus-within{border-color:#2f9e4485;box-shadow:0 0 0 .2rem #2f9e441a}.c-admin-services__billing-search input{min-width:0;flex:1;border:0;outline:0;background:transparent;color:var(--c-theme-text);font:inherit}.c-admin-services__billing-search input::placeholder{color:var(--c-theme-muted)}.c-admin-services__billing-search button{display:inline-grid;place-items:center;width:2rem;height:2rem;padding:0;border:0;border-radius:999px;background:var(--c-surface-soft);color:var(--c-theme-muted)}.c-admin-services__billing-overview{overflow:hidden;border:1px solid var(--c-surface-border);border-radius:.95rem;background:var(--c-surface-card)}.c-admin-services__billing-table-wrap{margin:0}.c-admin-services__billing-table{width:100%;border-collapse:collapse;color:var(--c-theme-text)}.c-admin-services__billing-table th{padding:.7rem .85rem;border-bottom:1px solid var(--c-surface-border);background:var(--c-surface-soft);color:var(--c-theme-muted);font-size:.7rem;font-weight:800;letter-spacing:.05em;text-align:left;text-transform:uppercase;white-space:nowrap}.c-admin-services__billing-table td{min-width:0;padding:.75rem .85rem;border-bottom:1px solid var(--c-surface-border);vertical-align:middle}.c-admin-services__billing-table tbody tr:last-child td{border-bottom:0}.c-admin-services__billing-table tbody tr{cursor:pointer;transition:background .16s ease,box-shadow .16s ease}.c-admin-services__billing-table tbody tr:hover,.c-admin-services__billing-table tbody tr:focus-visible{outline:0;background:var(--c-surface-soft);box-shadow:inset .2rem 0 #2f9e44}.c-admin-services__billing-table td>small,.c-admin-services__billing-identity small{display:block;margin-top:.15rem;color:var(--c-theme-muted);font-size:.72rem;font-weight:700}.c-admin-services__billing-identity{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:.7rem;min-width:14rem}.c-admin-services__billing-identity>span:last-child{min-width:0}.c-admin-services__billing-identity strong,.c-admin-services__billing-identity small,.c-admin-services__billing-cell-value{display:block;overflow:hidden;max-width:16rem;text-overflow:ellipsis;white-space:nowrap}.c-admin-services__billing-identity small i{margin-right:.25rem}.c-admin-services__billing-price{display:block;color:var(--c-theme-text);white-space:nowrap}.c-admin-services__billing-detail-cell{width:2.5rem;color:var(--c-theme-muted);text-align:right}.c-admin-services__billing-cards{display:none}.c-admin-services__billing-card{width:100%;padding:0;border:0;border-bottom:1px solid var(--c-surface-border);background:transparent;color:var(--c-theme-text);text-align:left}.c-admin-services__billing-card:last-child{border-bottom:0}.c-admin-services__billing-card:hover,.c-admin-services__billing-card:focus-visible{outline:0;background:var(--c-surface-soft)}.c-admin-services__billing-card-head{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:.7rem;padding:.8rem}.c-admin-services__billing-card-title{min-width:0}.c-admin-services__billing-card-title strong,.c-admin-services__billing-card-title small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.c-admin-services__billing-card-title small{margin-top:.1rem;color:var(--c-theme-muted);font-size:.75rem}.c-admin-services__billing-card-title small i{margin-right:.25rem}.c-admin-services__billing-card-meta{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.55rem;padding:0 .8rem .8rem}.c-admin-services__billing-card-meta>span{min-width:0;padding:.6rem;border-radius:.65rem;background:var(--c-surface-soft)}.c-admin-services__billing-card-meta small,.c-admin-services__billing-card-meta strong,.c-admin-services__billing-card-meta em{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.c-admin-services__billing-card-meta small,.c-admin-services__billing-card-meta em{color:var(--c-theme-muted);font-size:.68rem;font-style:normal;font-weight:700}.c-admin-services__billing-card-meta strong{margin:.12rem 0;font-size:.8rem}.c-admin-services__billing-card-action{display:flex;align-items:center;justify-content:flex-end;gap:.4rem;padding:.6rem .8rem;border-top:1px solid var(--c-surface-border);color:#2f9e44;font-size:.75rem;font-weight:800}.c-admin-services__billing-item-icon,.c-admin-services__payment-item-icon{display:inline-grid;place-items:center;width:2.45rem;height:2.45rem;border-radius:.7rem;background:#2f9e441f;color:#2f9e44;font-size:1rem}.c-admin-services__billing-detail-grid dt,.c-admin-services__billing-modal-summary small{color:var(--c-theme-muted);font-size:.72rem;font-weight:700}.c-admin-services__billing-empty{display:flex;align-items:center;gap:.8rem;padding:1rem;border:1px dashed var(--c-surface-border);border-radius:.8rem;background:var(--c-surface-soft);color:var(--c-theme-muted)}.c-admin-services__billing-empty>i{font-size:1.35rem}.c-admin-services__billing-empty strong{display:block;color:var(--c-theme-text)}.c-admin-services__billing-dialog{width:min(72rem,100vw - 2rem);max-width:72rem}.c-admin-services__billing-modal-card{max-height:min(90vh,58rem);padding:1.2rem;overflow-y:auto}.c-admin-services__billing-modal-summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.65rem;margin-top:.85rem}.c-admin-services__billing-modal-summary>div,.c-admin-services__billing-detail-grid>div{display:grid;gap:.3rem;min-width:0;padding:.75rem;border:1px solid var(--c-surface-border);border-radius:.7rem;background:var(--c-surface-soft)}.c-admin-services__billing-modal-summary strong{color:var(--c-theme-text);font-size:1rem}.c-admin-services__billing-detail-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.65rem;margin:.65rem 0 0}.c-admin-services__billing-detail-grid dt{text-transform:uppercase}.c-admin-services__billing-detail-grid dd{min-width:0;margin:0;overflow:hidden;color:var(--c-theme-text);font-weight:700;text-overflow:ellipsis}.c-admin-services__billing-detail-grid code,.c-admin-services__payment-item code{overflow:hidden;color:inherit;text-overflow:ellipsis;white-space:nowrap}.c-admin-services__billing-error{display:grid;gap:.15rem;margin-top:.65rem;padding:.7rem;border-radius:.7rem;background:#b243431f;color:#a24646;font-weight:700}.c-admin-services__payment-details{margin-top:1rem}.c-admin-services__payment-details-head{display:flex;align-items:end;justify-content:space-between;gap:1rem;margin-bottom:.55rem}.c-admin-services__payment-details-head h3{margin:0;color:var(--c-theme-text);font-size:1rem}.c-admin-services__payment-details-head>span{color:var(--c-theme-muted);font-size:.8rem;font-weight:700}.c-admin-services__payment-list{display:grid;gap:.45rem}.c-admin-services__payment-item{display:grid;grid-template-columns:auto minmax(8rem,1fr) minmax(10rem,1.2fr) auto;gap:.7rem;align-items:center;padding:.65rem;border:1px solid var(--c-surface-border);border-radius:.7rem;background:var(--c-surface-soft)}.c-admin-services__payment-item-main{display:grid;gap:.1rem}.c-admin-services__payment-item-main small{color:var(--c-theme-muted);font-size:.75rem}.c-admin-services__payment-reference{display:grid;gap:.15rem;min-width:0}.c-admin-services__payment-reference small{overflow:hidden;color:var(--c-theme-muted);font-size:.72rem;text-overflow:ellipsis;white-space:nowrap}.c-admin-services__payment-reference a{display:inline-flex;width:fit-content;align-items:center;gap:.3rem;color:#2f9e44;font-size:.75rem;font-weight:800;text-decoration:none}.c-admin-services__payment-status{display:inline-flex;padding:.25rem .5rem;border-radius:999px;background:#2f9e441f;color:#2f9e44;font-weight:800}.c-admin-services__payment-status.is-open,.c-admin-services__payment-status.is-pending{background:#f59e0b24;color:#b45309}.c-admin-services__payment-status.is-failed,.c-admin-services__payment-status.is-error,.c-admin-services__payment-status.is-expired,.c-admin-services__payment-status.is-canceled{background:#b243431f;color:#a24646}.c-admin-services__payment-item:has(.is-failed) .c-admin-services__payment-item-icon,.c-admin-services__payment-item:has(.is-error) .c-admin-services__payment-item-icon,.c-admin-services__payment-item:has(.is-expired) .c-admin-services__payment-item-icon,.c-admin-services__payment-item:has(.is-canceled) .c-admin-services__payment-item-icon{background:#b243431f;color:#a24646}.c-admin-services__billing-modal-actions{display:flex;justify-content:flex-end;gap:.65rem;margin-top:1rem;padding-top:.85rem;border-top:1px solid var(--c-surface-border)}.c-admin-services__catalog-form{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.85rem;align-items:end}.c-admin-services__catalog-form label,.c-admin-services__catalog-icon-field{display:grid;gap:.4rem;color:var(--c-theme-muted);font-size:.83rem;font-weight:700}.c-admin-services__annual-preview{display:grid;gap:.18rem;align-self:stretch;align-content:center;padding:.7rem .8rem;border:1px solid color-mix(in srgb,var(--color-accent) 32%,transparent);border-radius:.7rem;background:color-mix(in srgb,var(--color-accent) 8%,var(--c-surface-soft))}.c-admin-services__annual-preview span,.c-admin-services__annual-preview small{color:var(--c-theme-muted);font-size:.75rem}.c-admin-services__annual-preview strong{color:var(--color-accent);font-size:1rem}.c-admin-services__catalog-summary{grid-column:span 2}.c-admin-services__catalog-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(14rem,1fr));gap:.65rem;margin-top:1rem}.c-admin-services__catalog-item{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:.75rem;align-items:center;padding:.75rem;border:1px solid var(--c-surface-border);border-radius:.75rem;background:var(--c-surface-soft)}.c-admin-services__catalog-icon{display:grid;place-items:center;justify-self:center;align-self:center;width:3rem;height:3rem;border-radius:.8rem;background:var(--service-icon-background, rgba(47, 158, 68, .12));color:var(--service-icon-color, #2f9e44);overflow:hidden}.c-admin-services__catalog-icon i{display:grid;place-items:center;width:100%;height:100%;font-size:1.45rem;line-height:1}.c-admin-services__catalog-icon i:before{display:block;line-height:1}.c-admin-services__catalog-icon img{display:block;width:2.1rem;height:2.1rem;object-fit:contain;object-position:center}.c-admin-services__catalog-item>div>strong,.c-admin-services__catalog-item>div>span,.c-admin-services__catalog-item>div>a{display:block;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.c-admin-services__catalog-item>div>span,.c-admin-services__catalog-item>div>a{color:var(--c-theme-muted);font-size:.82rem}.c-admin-services__annual-price b{display:inline-flex;margin-left:.25rem;padding:.12rem .35rem;border-radius:999px;background:color-mix(in srgb,var(--color-accent) 14%,transparent);color:var(--color-accent);font-size:.66rem;font-weight:800}.c-admin-services__catalog-actions,.c-admin-services__catalog-form-actions{display:flex;justify-content:flex-end;gap:.45rem}.c-admin-services__catalog-edit,.c-admin-services__catalog-delete{display:inline-flex;align-items:center;justify-content:center;width:2.35rem;height:2.35rem;border:1px solid rgba(178,67,67,.22);border-radius:999px;background:#b243430f;color:#a24646}.c-admin-services__catalog-edit{border-color:#2f9e443d;background:#2f9e4414;color:#2f9e44}.c-admin-services__catalog-edit:hover{background:#2f9e4426}.c-admin-services__catalog-delete:hover{background:#b243431f;border-color:#b2434357}.c-admin-services__confirm-dialog{max-width:34rem}.c-admin-services__confirm-card{padding:1.2rem}.c-admin-services__confirm-body{display:grid;grid-template-columns:auto minmax(0,1fr);gap:1rem;align-items:center;margin-top:.75rem}.c-admin-services__confirm-icon{display:inline-flex;align-items:center;justify-content:center;width:3.3rem;height:3.3rem;border-radius:1rem;background:#b243431f;color:#a24646;font-size:1.35rem}.c-admin-services__confirm-actions{display:flex;justify-content:flex-end;gap:.65rem;margin-top:1.2rem}.c-admin-services__market-stats,.c-admin-services__market-grid{display:grid;gap:.55rem}.c-admin-services__market-stats{grid-template-columns:repeat(4,minmax(0,1fr));margin-bottom:1rem}.c-admin-services__market-stats article,.c-admin-services__market-sample{border:1px solid var(--c-surface-border);border-radius:.75rem;background:var(--c-surface-soft)}.c-admin-services__market-stats article{padding:.8rem}.c-admin-services__market-stats span,.c-admin-services__market-sample span{color:var(--c-theme-muted);font-size:.76rem;font-weight:800}.c-admin-services__market-stats strong,.c-admin-services__market-sample strong{display:block;color:var(--c-theme-text);font-size:.96rem}.c-admin-services__market-grid{grid-template-columns:repeat(auto-fill,minmax(6.25rem,1fr));max-height:18rem;overflow:auto;padding-right:.15rem}.c-admin-services__market-sample{display:grid;gap:.1rem;padding:.55rem .65rem}.c-admin-services__market-sample.is-current{border-color:#2f9e4475;background:#2f9e441f}.c-admin-services .form-control,.c-admin-services .form-select{border-color:var(--c-surface-border);background-color:var(--c-surface-card);color:var(--c-theme-text)}[data-theme=dark] .c-admin-services .form-control,[data-theme=dark] .c-admin-services .form-select,.o-darkmode .c-admin-services .form-control,.o-darkmode .c-admin-services .form-select{border-color:#94a3b842;background-color:#151a18;color:#f1f5f9}[data-theme=dark] .c-admin-services .form-select option,.o-darkmode .c-admin-services .form-select option{background-color:#151a18;color:#f1f5f9}[data-theme=dark] .c-admin-services__billing-count,[data-theme=dark] .c-admin-services__billing-item-icon,[data-theme=dark] .c-admin-services__payment-item-icon,[data-theme=dark] .c-admin-services__payment-status,[data-theme=dark] .c-admin-services__status,.o-darkmode .c-admin-services__billing-count,.o-darkmode .c-admin-services__billing-item-icon,.o-darkmode .c-admin-services__payment-item-icon,.o-darkmode .c-admin-services__payment-status,.o-darkmode .c-admin-services__status{color:#9de6ad}[data-theme=dark] .c-admin-services__billing-search input,.o-darkmode .c-admin-services__billing-search input{color-scheme:dark}[data-theme=dark] .c-admin-services__billing-error,[data-theme=dark] .c-admin-services__payment-status.is-failed,[data-theme=dark] .c-admin-services__payment-status.is-error,[data-theme=dark] .c-admin-services__payment-status.is-expired,[data-theme=dark] .c-admin-services__payment-status.is-canceled,.o-darkmode .c-admin-services__billing-error,.o-darkmode .c-admin-services__payment-status.is-failed,.o-darkmode .c-admin-services__payment-status.is-error,.o-darkmode .c-admin-services__payment-status.is-expired,.o-darkmode .c-admin-services__payment-status.is-canceled{color:#fda4af}[data-theme=dark] .c-admin-services__payment-status.is-open,[data-theme=dark] .c-admin-services__payment-status.is-pending,.o-darkmode .c-admin-services__payment-status.is-open,.o-darkmode .c-admin-services__payment-status.is-pending{color:#f9d984}.c-admin-services__tariff-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(12rem,1fr));gap:.55rem;margin-top:1rem}.c-admin-services__tariff-card{display:grid;gap:.15rem;min-height:5.2rem;padding:.7rem;border:1px solid var(--c-surface-border);border-radius:.75rem;background:var(--c-surface-soft);color:var(--c-theme-text);text-align:left;font:inherit;cursor:pointer}.c-admin-services__tariff-card span,.c-admin-services__tariff-card strong,.c-admin-services__tariff-card small{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.c-admin-services__tariff-card span{font-size:.9rem;font-weight:800}.c-admin-services__tariff-card small{color:var(--c-theme-muted);font-size:.76rem;font-weight:700}.c-admin-services__tariff-card strong{color:#2f9e44;font-size:.95rem}.c-admin-services__tariff-card.is-selected{border-color:#2f9e446b;background:#2f9e441a}.c-admin-services__counts span,.c-admin-services__status{display:inline-flex;padding:.35rem .65rem;border-radius:999px;background:#2f9e441f;color:#2f9e44;font-size:.78rem;font-weight:800}.c-admin-services__service-list{display:grid;gap:.75rem;margin-top:1rem}.c-admin-services__service{padding:.85rem;border:1px solid var(--c-surface-border);border-radius:.85rem;background:var(--c-surface-soft)}.c-admin-services__service strong,.c-admin-services__service span{display:block}.c-admin-services__service span,.c-admin-services__service small{color:var(--c-theme-muted);font-size:.85rem}.c-admin-services__service-meta{display:grid;gap:.35rem;justify-items:end}.c-admin-services__status.is-requested{background:#f59e0b29;color:#b45309}@media(max-width:992px){.c-admin-services__section-head,.c-admin-services__head,.c-admin-services__service{flex-direction:column;align-items:stretch}.c-admin-services__counts{justify-content:flex-start}.c-admin-services__billing-table-wrap{display:none}.c-admin-services__billing-cards{display:block}.c-admin-services__billing-modal-summary,.c-admin-services__billing-detail-grid,.c-admin-services__tariff-form,.c-admin-services__catalog-form,.c-admin-services__market-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.c-admin-services__tariff-form .c-btn,.c-admin-services__catalog-form .c-btn,.c-admin-services__catalog-summary{grid-column:1/-1;width:100%;justify-content:center}.c-admin-services__service-meta{justify-items:start}}@media(max-width:576px){.c-admin-services__tariff-form,.c-admin-services__catalog-form,.c-admin-services__market-stats,.c-admin-services__tariff-grid{grid-template-columns:1fr}.c-admin-services__billing-card-head{grid-template-columns:auto minmax(0,1fr)}.c-admin-services__billing-card-head>.c-admin-services__status{grid-column:2;justify-self:start}.c-admin-services__billing-card-meta{grid-template-columns:repeat(2,minmax(0,1fr))}.c-admin-services__billing-card-meta>span:last-child{grid-column:1/-1}.c-admin-services__billing-modal-summary,.c-admin-services__billing-detail-grid{grid-template-columns:1fr}.c-admin-services__payment-item{grid-template-columns:auto minmax(0,1fr) auto}.c-admin-services__payment-reference{grid-column:2/-1}.c-admin-services__billing-modal-actions{flex-direction:column-reverse}.c-admin-services__billing-modal-actions .c-btn{width:100%;justify-content:center}.c-admin-services__tariff-current{width:100%;justify-content:center;text-align:center;white-space:normal}.c-admin-services__tariff-card span,.c-admin-services__tariff-card strong,.c-admin-services__tariff-card small{overflow:visible;text-overflow:clip;white-space:normal}}.c-admin-shared-documents__cards{display:none}.c-admin-shared-document-card{display:grid;gap:.85rem;min-width:0;padding:.95rem;border:1px solid var(--c-surface-border);border-radius:1rem;background:var(--c-surface-card)}.c-admin-shared-document-card__head{display:grid;grid-template-columns:auto minmax(0,1fr);gap:.75rem;align-items:center;min-width:0}.c-admin-shared-document-card__head>div{display:grid;gap:.15rem;min-width:0}.c-admin-shared-document-card__head strong{color:var(--c-theme-text);overflow-wrap:anywhere}.c-admin-shared-document-card__head small{color:var(--c-theme-muted);font-weight:700}.c-admin-shared-document-card__icon{display:grid;width:2.5rem;height:2.5rem;place-items:center;border-radius:.8rem;background:#45a6551f;color:#2d8d45}.c-admin-shared-document-card__actions{display:flex;flex-wrap:wrap;gap:.55rem}.c-admin-shared-document-card__actions .c-btn{justify-content:center}@media(max-width:991px){.c-admin-shared-documents__table{display:none}.c-admin-shared-documents__cards{display:grid;gap:.75rem}}@media(max-width:575px){.c-admin-shared-document-card{padding:.85rem}.c-admin-shared-document-card__actions .c-btn{width:100%}}.c-admin-problem__count{display:inline-flex;align-items:center;justify-content:center;min-height:2.1rem;padding:.35rem .8rem;border-radius:999px;background:#17313c14;color:#17313c;font-size:.85rem;font-weight:700}.c-admin-search{min-height:0;padding:.8rem 1rem}.c-admin-search__label{display:block;margin-bottom:.45rem;font-size:.78rem;font-weight:600;color:#17313c}.c-admin-search__field{display:flex;align-items:center;gap:.6rem;padding:.58rem .8rem;border-radius:14px;background:#f6f7f8}.c-admin-search__field i{color:#6f7d86;font-size:.9rem}.c-admin-search__field .c-form__input{border:0;padding:0;min-height:0;background:transparent}.c-admin-problem-toolbar{min-height:0;display:flex;align-items:flex-end;justify-content:space-between;gap:1rem;padding:.9rem 1rem;flex-wrap:wrap}.c-admin-problem-toolbar__group{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap;flex:1 1 auto}.c-admin-problem-toolbar__group--view{justify-content:flex-end;flex:0 0 auto}.c-admin-problem-toolbar__switch{display:inline-flex;align-items:center;gap:.35rem;padding:.25rem;border-radius:999px;background:linear-gradient(180deg,#45a65514,#17313c0a);border:1px solid rgba(69,166,85,.12)}.c-admin-problem-toolbar__option{display:inline-flex;align-items:center;gap:.45rem;min-height:2.15rem;padding:.45rem .78rem;border:0;border-radius:999px;background:transparent;color:#41505b;font-size:.82rem;font-weight:700;border:1px solid transparent;transition:background-color .2s ease,color .2s ease,border-color .2s ease}.c-admin-problem-toolbar__option span{display:inline-flex;align-items:center;justify-content:center;min-width:1.5rem;min-height:1.5rem;padding:0 .35rem;border-radius:999px;background:#17313c14;font-size:.72rem}.c-admin-problem-toolbar__option[data-status=open]{color:#2d7a3b}.c-admin-problem-toolbar__option[data-status=open] span{background:#45a65524;color:#2d7a3b}.c-admin-problem-toolbar__option[data-status=closed]{color:#5f6d76}.c-admin-problem-toolbar__option[data-status=closed] span{background:#5f6d761f;color:#4f5c64}.c-admin-problem-toolbar__option[data-status=all]{color:#17313c}.c-admin-problem-toolbar__option[data-status=all] span{background:#17313c14;color:#17313c}.c-admin-problem-toolbar__option.is-active{background:linear-gradient(135deg,#4bb45c,#45a655);color:#fff;border-color:#45a65547}.c-admin-problem-toolbar__option.is-active span{background:#ffffff24;color:#fff}.c-admin-problem-toolbar__option[data-status=closed].is-active{background:linear-gradient(135deg,#6e7b83,#58656d);border-color:#5f6d7647}.c-admin-problem-toolbar__option[data-status=all].is-active{background:linear-gradient(135deg,#20414e,#17313c);border-color:#17313c4d}.c-admin-problem-list.is-list .c-admin-problem{gap:.7rem;padding:.85rem .95rem}.c-admin-problem-list.is-list .c-admin-problem__top{align-items:flex-start}.c-admin-problem__main{min-width:0;width:100%}.c-admin-problem__head-row{display:flex;align-items:flex-start;justify-content:space-between;gap:.9rem}.c-admin-problem-list.is-grid .c-admin-problem{height:100%}.c-admin-problem__list-meta{display:flex;flex-wrap:wrap;gap:.45rem .8rem;margin-top:.35rem;color:#64707a;font-size:.82rem}.c-admin-problem__list-meta span{position:relative}.c-admin-problem__list-meta span:not(:last-child):after{content:"•";margin-left:.8rem;color:#64707a7a}.c-admin-problem{gap:.8rem;min-height:0;padding:1rem 1.05rem;border-left:4px solid rgba(198,95,65,.18)}.c-admin-problem__title{font-size:1.08rem;line-height:1.25}.c-admin-problem__top{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.c-admin-problem__status{display:inline-flex;align-items:center;justify-content:center;min-height:1.8rem;padding:.28rem .72rem;border-radius:999px;font-size:.74rem;font-weight:700;white-space:nowrap}.c-admin-problem__status.is-error{background:#c92a2a1f;color:#9f1f1f}.c-admin-problem__status.is-warning{background:#f08c0024;color:#9a6700}.c-admin-problem__description{padding:.85rem .95rem;border-radius:16px;background:#f6f7f8;color:#17313c;font-size:.95rem;line-height:1.52}.c-admin-problem--list .c-admin-problem__description{padding:0;border-radius:0;background:transparent;font-size:.9rem;line-height:1.5}.c-admin-problem__contact{display:grid;grid-template-columns:minmax(0,1fr)}.c-admin-problem__contact-card{padding:.85rem .95rem;border-radius:16px;background:#17313c0a;color:#41505b;font-size:.92rem}.c-admin-problem__contact-card strong{display:block;margin-bottom:.35rem;color:#17313c}.c-admin-problem__contact-card p{margin:0 0 .18rem}.c-admin-problem__contact-card a{color:#17313c;text-decoration:none}.c-admin-problem__contact-inline{display:flex;flex-wrap:wrap;gap:.45rem .8rem;color:#64707a;font-size:.84rem}.c-admin-problem__contact-inline a{color:#17313c;text-decoration:none}.c-admin-problem__meta{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.65rem}.c-admin-problem__meta-item{display:flex;flex-direction:column;gap:.18rem;padding:.72rem .82rem;border-radius:14px;background:#fbfbfc;color:#64707a;font-size:.9rem}.c-admin-problem__meta-item strong{color:#17313c;font-size:.72rem;text-transform:uppercase;letter-spacing:.05em}.c-admin-problem__actions{display:flex;justify-content:space-between;align-items:flex-end;gap:.75rem;flex-wrap:wrap}.c-admin-problem__priority-group{display:flex;align-items:center;gap:.45rem;flex-wrap:wrap}.c-admin-problem__actions-label{font-size:.74rem;font-weight:700;color:#17313c;text-transform:uppercase;letter-spacing:.05em}[data-theme=dark] .c-admin-problem__count{background:#ffffff14;color:#eef4ee}[data-theme=dark] .c-admin-search__label,[data-theme=dark] .c-admin-problem__description,[data-theme=dark] .c-admin-problem__contact-card strong,[data-theme=dark] .c-admin-problem__contact-card a,[data-theme=dark] .c-admin-problem__meta-item strong,[data-theme=dark] .c-admin-problem__actions-label{color:#eef4ee}[data-theme=dark] .c-admin-search__field,[data-theme=dark] .c-admin-problem-toolbar__switch,[data-theme=dark] .c-admin-problem__description,[data-theme=dark] .c-admin-problem__meta-item{background:#ffffff0d}[data-theme=dark] .c-admin-problem-toolbar__switch{border-color:#45a65533;background:linear-gradient(180deg,#45a6551f,#ffffff0a)}[data-theme=dark] .c-admin-search__field i,[data-theme=dark] .c-admin-problem-toolbar__option,[data-theme=dark] .c-admin-problem__list-meta,[data-theme=dark] .c-admin-problem__contact-inline,[data-theme=dark] .c-admin-problem__contact-card,[data-theme=dark] .c-admin-problem__meta-item{color:#eef4eeb3}[data-theme=dark] .c-admin-problem__contact-inline a{color:#eef4ee}[data-theme=dark] .c-admin-problem__list-meta span:not(:last-child):after{color:#eef4ee47}[data-theme=dark] .c-admin-problem-toolbar__option span{background:#ffffff14}[data-theme=dark] .c-admin-problem-toolbar__option[data-status=open]{color:#9fdfaa}[data-theme=dark] .c-admin-problem-toolbar__option[data-status=open] span{background:#45a65533;color:#ccefd2}[data-theme=dark] .c-admin-problem-toolbar__option[data-status=closed]{color:#eef4eec2}[data-theme=dark] .c-admin-problem-toolbar__option[data-status=closed] span{background:#ffffff1a;color:#eef4eee0}[data-theme=dark] .c-admin-problem-toolbar__option[data-status=all]{color:#eef4ee}[data-theme=dark] .c-admin-problem-toolbar__option[data-status=all] span{background:#17313c59;color:#eef4ee}[data-theme=dark] .c-admin-problem-toolbar__option.is-active{background:#ffffff1f;color:#eef4ee}[data-theme=dark] .c-admin-problem{border-left-color:#c65f4152}[data-theme=dark] .c-admin-problem__contact-card{background:#ffffff0a}[data-theme=dark] .c-admin-problem__status.is-error{background:#c92a2a2e;color:#ffb5b5}[data-theme=dark] .c-admin-problem__status.is-warning{background:#f08c002e;color:#ffd98d}@media(max-width:992px){.c-admin-problem__meta{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:576px){.c-admin-search{padding:.72rem .8rem}.c-admin-problem-toolbar{padding:.85rem .9rem;align-items:stretch;flex-direction:row}.c-admin-problem-toolbar__group,.c-admin-problem-toolbar__group--view{width:100%;justify-content:space-between}.c-admin-problem-toolbar__switch{width:100%;justify-content:space-between;flex-wrap:wrap;border-radius:20px;flex-direction:column}.c-admin-problem{padding:.85rem .9rem;gap:.7rem}.c-admin-problem__head-row{flex-direction:column;align-items:flex-start}.c-admin-problem__top{gap:.7rem}.c-admin-problem__title{font-size:.98rem}.c-admin-problem__description,.c-admin-problem__contact-card{padding:.72rem .8rem;border-radius:14px;font-size:.88rem}.c-admin-problem__meta{grid-template-columns:1fr}.c-admin-problem__meta-item{padding:.68rem .78rem}.c-admin-problem__actions{align-items:stretch}.c-admin-problem__priority-group,.c-admin-problem__actions>.c-btn{width:100%}.c-admin-problem__priority-group .c-btn{flex:1 1 calc(33.333% - .45rem);min-width:0}}.c-attesten__file-comment{display:-webkit-box;margin-top:.25rem;overflow:hidden;color:var(--bs-secondary-color);font-size:.75rem;line-height:1.4;-webkit-box-orient:vertical;-webkit-line-clamp:2}.c-attesten-delivery{display:flex;align-items:center;gap:1rem;margin-bottom:1.25rem;padding:1rem 1.15rem;border:1px solid color-mix(in srgb,var(--bs-success) 34%,var(--bs-border-color));border-radius:1rem;background:linear-gradient(135deg,color-mix(in srgb,var(--bs-success) 11%,var(--bs-body-bg)),var(--bs-body-bg))}.c-attesten-delivery__icon{display:grid;place-items:center;flex:0 0 2.8rem;height:2.8rem;border-radius:.85rem;color:var(--bs-success);background:color-mix(in srgb,var(--bs-success) 14%,transparent);font-size:1.25rem}.c-attesten-delivery__copy{display:grid;min-width:0}.c-attesten-delivery__copy p{margin:0;color:var(--bs-success);font-size:.68rem;font-weight:800;letter-spacing:.09em;text-transform:uppercase}.c-attesten-delivery__copy h2{margin:.1rem 0;font-size:1rem}.c-attesten-delivery__copy span,.c-attesten-delivery__copy small{color:var(--bs-secondary-color);font-size:.76rem}.c-attesten-delivery__copy small{margin-top:.35rem}.c-attesten-delivery__status{display:inline-flex;align-items:center;gap:.4rem;margin-left:auto;padding:.45rem .7rem;border-radius:999px;color:var(--bs-success);background:color-mix(in srgb,var(--bs-success) 13%,transparent);font-size:.72rem;font-weight:800;white-space:nowrap}@media(max-width:575.98px){.c-attesten-delivery{align-items:flex-start;flex-wrap:wrap}.c-attesten-delivery__status{width:100%;margin-left:3.8rem}}.c-building-select-page{display:grid;grid-template-columns:1fr 1fr;min-height:100vh;width:100%;overflow:hidden;background:#f3f5f7}.c-building-select-page__visual{position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden;background:#163047;padding:0}.c-building-select-page__visual img.login-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;display:block}.c-building-select-page__visual img.login-logo{position:absolute;top:1.5rem;left:1.5rem;width:auto;height:12rem;object-fit:contain;z-index:1}.c-building-select-page__content{display:flex;align-items:center;justify-content:center;padding:clamp(1.5rem,4vw,4rem);background-image:var(--login-form-bg);background-size:cover;background-position:center}.c-building-select-card{width:min(100%,640px);background:#fff;padding:clamp(2rem,3vw,3rem);border-radius:2rem;box-shadow:0 10px 30px #0000000d,0 2px 8px #00000008}.c-building-select-card__mobile-logo{display:none;margin-bottom:1.5rem}.c-building-select-card__mobile-logo img{height:7rem;width:auto;object-fit:contain;display:block;margin:0 auto}.c-building-select-card__header{margin-bottom:1.5rem;text-align:center}.c-building-select-card__eyebrow{margin:0 0 .5rem;color:#3ca94a;font-size:.78rem;font-weight:700;letter-spacing:0;text-transform:uppercase}.c-building-select-card h1{margin:0;color:#17324d;font-size:clamp(1.7rem,3vw,2.35rem);font-weight:650;line-height:1.12}.c-building-select-card p{margin:.85rem auto 0;max-width:30rem;color:#707070;line-height:1.6}.c-building-select-list{display:grid;gap:.85rem}.c-building-select-option{display:flex;align-items:center;gap:.9rem;min-width:0;padding:1rem;border:1px solid #e3e3e3;border-radius:1.1rem;background:#fafafa;color:#17324d;text-decoration:none;transition:border-color .2s ease,background .2s ease,box-shadow .2s ease,transform .2s ease}.c-building-select-option:hover{transform:translateY(-1px);border-color:#48bb5773;background:#fff;box-shadow:0 10px 24px #3ca94a24}.c-building-select-option__icon{display:inline-flex;align-items:center;justify-content:center;width:3rem;height:3rem;border-radius:1rem;background:#48bb571a;color:#3ca94a;flex-shrink:0}.c-building-select-option__copy{display:grid;min-width:0;margin-right:auto}.c-building-select-option__copy strong,.c-building-select-option__copy small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.c-building-select-option__copy strong{font-size:1rem;font-weight:650}.c-building-select-option__copy small{margin-top:.2rem;color:#707070}.c-building-select-option>.bi{color:#3ca94a;flex-shrink:0}@media(max-width:992px){.c-building-select-page{grid-template-columns:1fr}.c-building-select-page__visual{display:none}.c-building-select-page__content{padding:1.25rem}.c-building-select-card{width:100%;padding:1.5rem;border-radius:1.5rem}.c-building-select-card__mobile-logo{display:block}}.c-historiek__composer{display:flex;flex-direction:column;gap:1.5rem}.c-historiek__composer-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.c-historiek__composer-form{display:flex;flex-direction:column;gap:1.25rem}.c-historiek__composer-actions{display:flex;justify-content:flex-end}.c-historiek__success{padding:.85rem 1rem;border-radius:999px;background:#3889631f;color:#1d6b47;font-weight:600}.c-historiek__upload-note{font-size:.9rem;color:#64707a}.c-historiek__composer .form-control[type=file]::file-selector-button{border:0;border-right:1px solid rgba(148,163,184,.28);background:#45a6551f;color:#1f6b31;font-weight:700}.c-historiek__composer .form-control[type=file]::file-selector-button:hover{background:#45a6552e}.c-historiek__file-drop{display:flex;align-items:center;gap:.75rem;min-height:3.15rem;padding:.58rem .72rem;border:1px dashed rgba(69,166,85,.34);border-radius:.78rem;background:#ffffffb8;color:#26333f;cursor:pointer;transition:border-color .16s ease,background-color .16s ease,box-shadow .16s ease}.c-historiek__file-drop:hover{border-color:#45a6559e;background:#45a65514;box-shadow:0 .7rem 1.4rem #45a65514}.c-historiek__file-drop input{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;clip-path:inset(50%)}.c-historiek__file-icon{display:inline-grid;width:2rem;height:2rem;flex:0 0 auto;place-items:center;border-radius:.65rem;background:#45a6551f;color:#1f6b31;font-size:1.05rem}.c-historiek__file-copy{display:grid;gap:.08rem;min-width:0}.c-historiek__file-copy strong,.c-historiek__file-copy small{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.c-historiek__file-copy strong{font-size:.9rem;line-height:1.15}.c-historiek__file-copy small{color:#64707a;font-size:.82rem;line-height:1.25}.c-historiek__selected-previews{display:flex;flex-wrap:wrap;gap:.45rem;margin-top:.15rem}.c-historiek__selected-previews--photos{display:grid;grid-template-columns:repeat(auto-fill,minmax(4.2rem,1fr))}.c-historiek__selected-photo{overflow:hidden;aspect-ratio:1;border:1px solid rgba(69,166,85,.24);border-radius:.7rem;background:#45a65514}.c-historiek__selected-photo img{display:block;width:100%;height:100%;object-fit:cover}.c-historiek__selected-document{display:inline-flex;align-items:center;gap:.42rem;max-width:100%;min-height:2.1rem;padding:.4rem .58rem;border:1px solid rgba(69,166,85,.22);border-radius:999px;background:#45a65514;color:#1f6b31;font-size:.82rem;font-weight:700}.c-historiek__selected-document span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}[data-theme=dark] .c-historiek__file-drop,.o-darkmode .c-historiek__file-drop{border-color:#5bc97042;background:#0f172a7a;color:#eef4ee}[data-theme=dark] .c-historiek__file-drop:hover,.o-darkmode .c-historiek__file-drop:hover{border-color:#5bc97085;background:#45a65524}[data-theme=dark] .c-historiek__file-icon,.o-darkmode .c-historiek__file-icon{background:#5bc97024;color:#86efac}[data-theme=dark] .c-historiek__file-copy small,.o-darkmode .c-historiek__file-copy small{color:#eaf4eba8}[data-theme=dark] .c-historiek__selected-photo,.o-darkmode .c-historiek__selected-photo{border-color:#5bc97042;background:#45a6551f}[data-theme=dark] .c-historiek__selected-document,.o-darkmode .c-historiek__selected-document{border-color:#5bc9703d;background:#45a6551f;color:#dff7e3}.c-historiek__system-picker{display:flex;flex-wrap:wrap;gap:.5rem;max-height:10.5rem;overflow:auto;padding:.55rem;border:1px solid rgba(148,163,184,.28);border-radius:.75rem;background:#f8fafcb8}.c-historiek__system-option{display:inline-flex;align-items:center;gap:.4rem;max-width:100%;padding:.45rem .7rem;margin:0;border:1px solid rgba(100,116,139,.22);border-radius:999px;background:#ffffffe6;color:#26333f;font-weight:600;line-height:1.1;cursor:pointer;transition:border-color .16s ease,background-color .16s ease,color .16s ease,box-shadow .16s ease;-webkit-user-select:none;user-select:none}.c-historiek__system-option input{position:absolute;opacity:0;pointer-events:none}.c-historiek__system-option:hover{border-color:#45a6558c;background:#45a65514}.c-historiek__system-option.is-selected{border-color:#45a655b8;background:#45a65526;color:#1f6b31;box-shadow:0 0 0 .18rem #45a6551a}.c-historiek__system-check{display:grid;width:1.05rem;height:1.05rem;place-items:center;flex:0 0 auto;border:1px solid currentColor;border-radius:999px;font-size:.75rem;opacity:.45}.c-historiek__system-check i{opacity:0}.c-historiek__system-option.is-selected .c-historiek__system-check{background:#45a655;border-color:#45a655;color:#fff;opacity:1}.c-historiek__system-option.is-selected .c-historiek__system-check i{opacity:1}.c-historiek__new-system{display:grid;gap:1rem;padding:1rem;border:1px solid rgba(69,166,85,.22);border-radius:.85rem;background:#45a6550f}.c-historiek__new-system-toolbar{max-width:18rem}.c-historiek__component-list{display:grid;gap:.65rem}.c-historiek__component-head{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.75rem}.c-historiek__component-head strong{color:var(--c-theme-text)}.c-historiek__component-actions{display:flex;flex-wrap:wrap;gap:.45rem}.c-historiek__component-row{display:grid;grid-template-columns:minmax(7rem,.8fr) minmax(10rem,1fr) minmax(10rem,1fr) minmax(10rem,1fr) auto;gap:.75rem;align-items:end;padding:.75rem;border:1px solid var(--c-surface-border);border-radius:.75rem;background:var(--c-surface-card)}.c-historiek__component-row label{display:grid;gap:.35rem;color:var(--c-theme-muted);font-size:.82rem;font-weight:800}.c-historiek__system-name{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.c-historiek__photos{display:grid;grid-template-columns:repeat(auto-fill,minmax(9rem,1fr));gap:.5rem}.c-historiek__photo-preview{position:relative;display:block;aspect-ratio:4/3;width:100%;overflow:hidden;border:1px solid rgba(69,166,85,.24);border-radius:.75rem;background:#45a6550f;color:#1f6b31;font-weight:600;text-decoration:none}.c-historiek__photo-preview img{width:100%;height:100%;display:block;object-fit:cover;background:#45a65514}.c-historiek__photo-actions{position:absolute;top:.45rem;right:.45rem;display:flex;gap:.3rem}.c-historiek__photo-button{display:inline-flex;align-items:center;justify-content:center;width:1.9rem;height:1.9rem;border:1px solid rgba(255,255,255,.32);border-radius:999px;background:#0f172a94;color:#fff;font:inherit;font-size:.82rem;line-height:1;text-decoration:none;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);cursor:pointer}.c-historiek__photo-lightbox{position:fixed;inset:0;z-index:1080;display:grid;place-items:center;padding:1rem;background:#0a100dd1}.c-historiek__photo-lightbox-card{position:relative;display:grid;gap:.75rem;width:min(100%,62rem);max-height:min(92vh,52rem);padding:.9rem;border-radius:1rem;background:var(--c-surface-card);box-shadow:0 24px 60px #00000047}.c-historiek__photo-lightbox-card img{width:100%;max-height:72vh;border-radius:.75rem;object-fit:contain;background:#0f172a14}.c-historiek__photo-lightbox-close{position:absolute;top:.65rem;right:.65rem;display:grid;width:2.25rem;height:2.25rem;place-items:center;border:0;border-radius:999px;background:#0f172ab8;color:#fff}.c-historiek__photo-lightbox-actions{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.c-historiek__photo-lightbox-actions span{min-width:0;overflow:hidden;color:var(--c-theme-text);font-weight:700;text-overflow:ellipsis;white-space:nowrap}.c-historiek__document-list{display:grid;gap:.45rem}.c-historiek__document-link{display:flex;align-items:center;gap:.5rem;min-width:0;padding:.55rem .7rem;border:1px solid rgba(69,166,85,.24);border-radius:.7rem;background:#45a6550f;color:#145626;font-weight:700;text-decoration:none}.c-historiek__document-name{flex:1 1 auto;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:inherit;text-decoration:none}.c-historiek__document-name:hover{text-decoration:underline}.c-historiek__document-download{display:inline-grid;width:2.15rem;height:2.15rem;flex:0 0 auto;place-items:center;border:1px solid rgba(31,107,49,.28);border-radius:999px;background:#1f6b3129;color:#145626;text-decoration:none}@media(max-width:768px){.c-historiek__component-row{grid-template-columns:1fr}.c-historiek__component-head{align-items:stretch;flex-direction:column}.c-historiek__component-head .c-btn,.c-historiek__component-row .c-btn{width:100%;justify-content:center}.c-historiek__component-actions{display:grid;grid-template-columns:1fr}.c-historiek__composer{gap:1rem;padding:1rem!important;border-radius:1.15rem}.c-historiek__composer-header{display:grid;gap:.8rem}.c-historiek__composer-header .c-historiek__label{margin-bottom:.35rem!important}.c-historiek__composer-header .c-widget__title{margin-bottom:.35rem!important;font-size:1.18rem;line-height:1.18}.c-historiek__composer-header .text-muted{font-size:.9rem;line-height:1.42}.c-historiek__success{justify-self:start;padding:.55rem .75rem;border-radius:999px;font-size:.82rem}.c-historiek__composer-form{gap:1rem}.c-historiek__composer-form .row{--bs-gutter-x: .75rem;--bs-gutter-y: .85rem}.c-historiek__field{display:grid;gap:.36rem}.c-historiek__field--technician{display:none}.c-historiek__label{display:inline-flex;align-items:center;gap:.4rem;margin:0;font-size:.72rem;letter-spacing:.08em}.c-historiek__composer .form-control,.c-historiek__composer .form-select{min-height:2.95rem;border-radius:.9rem;font-size:.95rem}.c-historiek__composer textarea.form-control{min-height:7.5rem;resize:vertical}.c-historiek__field--systems{grid-column:1/-1}.c-historiek__system-picker{display:flex;flex-wrap:nowrap;gap:.45rem;max-height:none;margin-inline:-.15rem;padding:.15rem .15rem .35rem;border:0;border-radius:0;background:transparent;overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x proximity}.c-historiek__system-option{flex:0 0 auto;min-height:2.45rem;max-width:min(15rem,76vw);padding:.55rem .75rem;scroll-snap-align:start;box-shadow:0 .5rem 1.1rem #0f172a0f}.c-historiek__system-check{width:1rem;height:1rem;font-size:.68rem}.c-historiek__new-system{gap:.85rem;padding:.9rem;border-radius:1rem}.c-historiek__new-system>div:first-child .text-muted{font-size:.88rem;line-height:1.38}.c-historiek__upload-field{gap:.55rem;padding:.8rem;border:1px solid rgba(69,166,85,.18);border-radius:1rem;background:#45a6550d}.c-historiek__file-drop{min-height:4rem;padding:.75rem;border-radius:.9rem;background:#0f172a0a}.c-historiek__upload-note{font-size:.78rem;line-height:1.35}.c-historiek__selected-previews{gap:.4rem}.c-historiek__selected-previews--photos{grid-template-columns:repeat(4,minmax(0,1fr))}.c-historiek__selected-field{display:none}.c-historiek__selected-field .form-control[readonly]{min-height:2.65rem;padding-inline:.85rem;background:#0f172a08;color:#26333fc2;font-size:.86rem}.c-historiek__composer-actions{position:static;margin:0;padding:.15rem 0 0;border-top:0;background:transparent;-webkit-backdrop-filter:none;backdrop-filter:none}.c-historiek__composer-actions .c-btn{width:100%;min-height:3rem;justify-content:center}[data-theme=dark] .c-historiek__upload-field,.o-darkmode .c-historiek__upload-field{border-color:#5bc97038;background:#45a65514}[data-theme=dark] .c-historiek__selected-field .form-control[readonly],.o-darkmode .c-historiek__selected-field .form-control[readonly]{background:#0f172a8f;color:#eaf4ebc7}[data-theme=dark] .c-historiek__composer-actions,.o-darkmode .c-historiek__composer-actions{border-top-color:#94a3b829;background:#0f1713eb}}[data-theme=dark] .c-modal__content,.o-darkmode .c-modal__content{border-color:#94a3b82e;background:#111827;color:#eef4ee}[data-theme=dark] .c-modal__header,.o-darkmode .c-modal__header{border-color:#5bc9708f}[data-theme=dark] .c-modal__title,.o-darkmode .c-modal__title,[data-theme=dark] .modal-body,.o-darkmode .modal-body,[data-theme=dark] .modal-body p,.o-darkmode .modal-body p{color:#eef4ee}[data-theme=dark] .modal-body strong,.o-darkmode .modal-body strong{color:#86efac}[data-theme=dark] .c-modal__content .btn-close,.o-darkmode .c-modal__content .btn-close{filter:invert(1) grayscale(1);opacity:.82}[data-theme=dark] .c-historiek__system-picker{border-color:#94a3b838;background:#0f172a5c}[data-theme=dark] .c-historiek__system-option{border-color:#e2e8f024;background:#0f172ab8;color:#e5edf0}[data-theme=dark] .c-historiek__system-option:hover{border-color:#5bc97094;background:#45a65529}[data-theme=dark] .c-historiek__system-option.is-selected{border-color:#5bc970b8;background:#45a65538;color:#dff7e3;box-shadow:0 0 0 .18rem #45a6551f}[data-theme=dark] .c-historiek__new-system,.o-darkmode .c-historiek__new-system{border-color:#5bc97047;background:#45a6551a}[data-theme=dark] .c-historiek__photo-preview{border-color:#5bc97047;background:#45a6551f;color:#dff7e3}[data-theme=dark] .c-historiek__composer .form-control[type=file]::file-selector-button,.o-darkmode .c-historiek__composer .form-control[type=file]::file-selector-button{border-right-color:#94a3b838;background:#0f172ac7;color:#eaf4eb}[data-theme=dark] .c-historiek__composer .form-control[type=file]::file-selector-button:hover,.o-darkmode .c-historiek__composer .form-control[type=file]::file-selector-button:hover{background:#1f2937f5}[data-theme=dark] .c-historiek__photo-button{border-color:#ffffff3d;background:#0f172aad;color:#fff}[data-theme=dark] .c-historiek__document-link{border-color:#5bc97047;background:#15803d2e;color:#eaffed}[data-theme=dark] .c-historiek__document-download{border-color:#86efac57;background:#4ade8047;color:#f0fff4}@media(max-width:768px){.c-historiek__composer-header,.c-historiek__composer-actions{flex-direction:column;align-items:stretch}}.c-settings-page__confirm-dialog{max-width:35rem}.c-settings-page__user-card{transition:border-color .18s ease,background .18s ease,box-shadow .18s ease}.c-settings-page__user-layout{display:grid;grid-template-columns:minmax(0,1fr);gap:1rem;align-items:start}.c-settings-page__user-meta{min-width:0}.c-settings-page__user-card--owner{border-color:#43a1533d!important;background:linear-gradient(180deg,#43a15314,#fffffff5)}.c-settings-page__user-card--resident{border-color:#17324d1a!important;background:linear-gradient(180deg,#17324d08,#fffffff5)}.c-settings-page__user-card--admin{border-color:#2563eb2e!important;background:linear-gradient(180deg,#2563eb14,#fffffff5)}.c-settings-page__user-card--support{border-color:#d9770633!important;background:linear-gradient(180deg,#d9770614,#fffffff5)}.c-settings-page__user-card--technieker{border-color:#0891b233!important;background:linear-gradient(180deg,#0891b214,#fffffff5)}.c-settings-page__user-actions{display:grid;gap:.85rem;align-items:start;justify-items:stretch;width:100%}.c-settings-page__user-action-buttons{display:grid;grid-template-columns:1fr;gap:.7rem}.c-settings-page__user-action-buttons .c-btn{width:100%;min-height:3.1rem}.c-settings-page__role-editor{display:grid;gap:.4rem;min-width:0}.c-settings-page__role-label{color:#17324d9e;font-size:.74rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.c-settings-page__role-select{width:100%;min-width:0;min-height:2.9rem;border-radius:14px;border-color:#17324d1f;background-color:#ffffffeb}.c-settings-page__role-badge{display:inline-flex;align-items:center;gap:.45rem;min-height:1.9rem;padding:.28rem .72rem;border-radius:999px;font-size:.78rem;font-weight:700;letter-spacing:.04em;white-space:nowrap}.c-settings-page__role-badge--owner{background:#43a15324;color:#2f7d44}.c-settings-page__role-badge--resident{background:#17324d14;color:#35506a}.c-settings-page__role-badge--admin{background:#2563eb24;color:#1d4ed8}.c-settings-page__role-badge--support{background:#d9770624;color:#b45309}.c-settings-page__role-badge--technieker{background:#0891b224;color:#0f766e}.c-settings-page__confirm-card{padding:1.2rem}.c-settings-page__confirm-body{display:flex;align-items:flex-start;gap:1rem}.c-settings-page__confirm-icon{width:3.25rem;height:3.25rem;display:grid;place-items:center;flex-shrink:0;border-radius:1rem;background:#c645451f;color:#b24343;font-size:1.35rem}.c-settings-page__confirm-icon--success{background:#43a15324;color:#2f7d44}.c-settings-page__confirm-icon--warning{background:#c645451f;color:#b24343}.c-settings-page__confirm-meta{color:#17324dad;font-size:.92rem}.c-settings-page__confirm-actions{display:flex;justify-content:flex-end;gap:.75rem;margin-top:1.25rem}[data-theme=dark] .c-settings-page__confirm-icon{background:#c645452e;color:#ffb4b4}[data-theme=dark] .c-settings-page__user-card--owner{border-color:#86efac38!important;background:linear-gradient(180deg,#182921f5,#121815fa)}[data-theme=dark] .c-settings-page__user-card--resident{border-color:#94a3b824!important;background:linear-gradient(180deg,#1b212cf0,#12161efa)}[data-theme=dark] .c-settings-page__user-card--admin{border-color:#60a5fa2e!important;background:linear-gradient(180deg,#132342f0,#101623fa)}[data-theme=dark] .c-settings-page__user-card--support{border-color:#fbbf242e!important;background:linear-gradient(180deg,#36230ff0,#1d1610fa)}[data-theme=dark] .c-settings-page__user-card--technieker{border-color:#22d3ee2e!important;background:linear-gradient(180deg,#0e2a30f0,#0f1618fa)}[data-theme=dark] .c-settings-page__role-label{color:#e3ede4b8}[data-theme=dark] .c-settings-page__role-select{border-color:#ffffff1a;background-color:#161b18f5;color:#eef4ee}@media(min-width:768px){.c-settings-page__user-action-buttons{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:1200px){.c-settings-page__user-layout{grid-template-columns:minmax(0,1fr) minmax(16rem,22rem);gap:1.35rem}.c-settings-page__user-actions{width:min(100%,22rem)}}[data-theme=dark] .c-settings-page__role-badge--owner{background:#43a15333;color:#d9f0de}[data-theme=dark] .c-settings-page__role-badge--resident{background:#94a3b829;color:#d7e0ea}[data-theme=dark] .c-settings-page__role-badge--admin{background:#2563eb38;color:#cfe0ff}[data-theme=dark] .c-settings-page__role-badge--support{background:#d9770633;color:#f6d7a8}[data-theme=dark] .c-settings-page__role-badge--technieker{background:#0891b238;color:#bcecf5}[data-theme=dark] .c-settings-page__confirm-icon--success{background:#43a15333;color:#d9f0de}[data-theme=dark] .c-settings-page__confirm-icon--warning{background:#c645452e;color:#ffb4b4}[data-theme=dark] .c-settings-page__confirm-meta{color:#e3ede4b8}@media(max-width:575px){.c-settings-page__user-actions{justify-items:stretch}.c-settings-page__role-editor{min-width:0}.c-settings-page__confirm-body{flex-direction:column}.c-settings-page__confirm-actions{flex-direction:column-reverse}.c-settings-page__confirm-actions .c-btn{width:100%}}.c-login-page{display:grid;grid-template-columns:1fr 1fr;min-height:100vh;width:100%;overflow:hidden;background:#f3f5f7}.c-login-page__visual{position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden;background:#163047;padding:0}.c-login-page__visual img.login-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;display:block}.c-login-page__visual img.login-logo{position:absolute;top:1.5rem;left:1.5rem;width:auto;height:12rem;object-fit:contain;z-index:1}.c-login-page__content{display:flex;align-items:center;justify-content:center;padding:clamp(1.5rem,4vw,4rem);background-image:var(--login-form-bg);background-size:cover;background-position:center}.c-login-card{width:min(100%,540px);background:#fff;padding:clamp(2rem,3vw,3rem);border-radius:2rem;box-shadow:0 10px 30px #0000000d,0 2px 8px #00000008}.c-login-card__header{margin-bottom:1.25rem}.c-login-card__subtitle{color:#707070;line-height:1.6;margin:0;text-align:center}.c-login-card__mobile-logo{display:none;margin-bottom:1.5rem}.c-login-card__mobile-logo img{height:7rem;width:auto;object-fit:contain;display:block;margin:0 auto}.c-login-flash{display:flex;gap:.85rem;align-items:flex-start;margin-bottom:1.25rem;padding:1rem;border-radius:1rem;border:1px solid rgba(72,187,87,.22);background:linear-gradient(135deg,#48bb5724,#48bb570f);color:#24452b}.c-login-flash--error{border-color:#dc35453d;background:#dc354514;color:#7c1f2b}.c-login-flash__icon{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;width:2rem;height:2rem;border-radius:999px;background:#48bb5729;color:#2f8d3c}.c-login-flash--error .c-login-flash__icon{background:#dc35451f;color:#b42334}.c-login-flash__body{display:grid;gap:.15rem;line-height:1.45}.c-login-flash__body strong{font-size:.98rem}.c-login-flash__body span{color:inherit;opacity:.86}.c-building-login-page__technician-toggle{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;width:100%;min-height:52px;margin-bottom:1.25rem;border:1px solid rgba(72,187,87,.28);border-radius:1rem;background:#48bb5714;color:#2f8d3c;font:inherit;font-weight:600;cursor:pointer;transition:background .2s ease,border-color .2s ease,transform .2s ease}.c-building-login-page__technician-toggle:hover{transform:translateY(-1px);border-color:#48bb576b;background:#48bb5721}.c-login-form{display:flex;flex-direction:column;gap:1.25rem}.c-login-form__group{display:flex;flex-direction:column;gap:.5rem}.c-login-form__input{width:100%;height:58px;border:1px solid #e3e3e3;border-radius:1rem;padding:0 1.1rem;font-size:1rem;background:#fafafa;color:#17324d;-webkit-text-fill-color:#17324d;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease}.c-login-form__input::placeholder{color:#7c8792;opacity:1;-webkit-text-fill-color:#7c8792}.c-login-form__input:focus{outline:none;border-color:#48bb57;background:#fff;color:#17324d;-webkit-text-fill-color:#17324d;box-shadow:0 0 0 4px #48bb571f}.c-login-form__input:-webkit-autofill,.c-login-form__input:-webkit-autofill:hover,.c-login-form__input:-webkit-autofill:focus{border-color:#48bb57;box-shadow:0 0 0 1000px #fff inset,0 0 0 4px #48bb571f;-webkit-text-fill-color:#17324d;caret-color:#17324d}.c-login-form__input.is-invalid{border-color:#dc3545}.c-login-form__button{height:58px;border:none;border-radius:1rem;background:linear-gradient(135deg,#59c85d,#3ca94a);color:#fff;font-size:1rem;font-weight:600;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.c-login-form__button:hover{transform:translateY(-1px);box-shadow:0 10px 24px #3ca94a33}.c-login-form__button:disabled{opacity:.6;cursor:not-allowed}.c-login-form__error{color:#dc3545;font-size:.9rem}.c-login-error{background:#dc354514;border:1px solid rgba(220,53,69,.18);border-radius:1rem;padding:1rem}.c-login-error__title{font-weight:600;margin-bottom:.5rem}.c-login-error__list{margin:0;padding-left:1rem}.c-building-login-page__footer{text-align:center}.c-building-login-page__footer a{color:#2f8d3c;font-weight:600;text-decoration:none}.c-building-login-page__footer a:hover{text-decoration:underline}@media(max-width:992px){.c-login-page{grid-template-columns:1fr}.c-login-page__visual{display:none}.c-login-page__content{padding:1.25rem}.c-login-card{width:100%;padding:1.5rem;border-radius:1.5rem}.c-login-card__mobile-logo{display:block}}.c-maintenance-plus{display:grid;gap:1.25rem}.c-maintenance-plus__back{display:inline-flex;gap:.4rem;margin-bottom:.6rem;color:var(--c-theme-muted);text-decoration:none}.c-maintenance-plus__status{display:inline-flex;align-items:center;gap:.45rem;padding:.65rem .9rem;border-radius:999px;background:#6b728024;font-weight:800}.c-maintenance-plus__status.is-active{background:#48bb7829;color:#2f9e44}.c-maintenance-plus__status.is-inactive{border:1px solid rgba(245,158,11,.35);background:#f59e0b24;color:#b45309}.c-maintenance-plus__activation{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:1.5rem;padding:1.35rem;border:2px solid rgba(245,158,11,.5);border-radius:1.2rem;background:linear-gradient(135deg,#f59e0b29,#f59e0b0d)}.c-maintenance-plus__activation-main{display:flex;align-items:flex-start;gap:1rem}.c-maintenance-plus__activation-icon{display:grid;width:3.25rem;height:3.25rem;flex:0 0 auto;place-items:center;border-radius:.9rem;background:#f59e0b33;color:#b45309;font-size:1.25rem}.c-maintenance-plus__activation h2{margin:0 0 .35rem;font-size:1.3rem}.c-maintenance-plus__activation p{max-width:50rem;margin:0;color:var(--c-theme-muted)}.c-maintenance-plus__activation-action{display:grid;min-width:12rem;justify-items:end}.c-maintenance-plus__activation-action span,.c-maintenance-plus__activation-action small{color:var(--c-theme-muted);font-size:.75rem}.c-maintenance-plus__activation-action strong{margin:.1rem 0 .65rem;font-size:1.55rem}.c-maintenance-plus__comparison{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:stretch;gap:1rem;margin-top:1.1rem}.c-maintenance-plus__comparison article{padding:1.1rem;border:1px solid var(--c-theme-border);border-radius:1rem;background:var(--c-theme-surface-soft)}.c-maintenance-plus__comparison article.is-plus{border-color:#48bb7866;background:#48bb7814}.c-maintenance-plus__comparison-label{color:var(--c-theme-muted);font-size:.72rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.c-maintenance-plus__comparison article.is-plus .c-maintenance-plus__comparison-label{color:#2f9e44}.c-maintenance-plus__comparison h3{margin:.3rem 0 .8rem;font-size:1.05rem}.c-maintenance-plus__comparison ul{display:grid;gap:.55rem;margin:0;padding:0;list-style:none}.c-maintenance-plus__comparison li{display:flex;align-items:flex-start;gap:.5rem;color:var(--c-theme-muted);font-size:.86rem}.c-maintenance-plus__comparison .is-plus li i{color:#2f9e44}.c-maintenance-plus__comparison-arrow{display:grid;align-self:center;justify-items:center;color:#2f9e44}.c-maintenance-plus__comparison-arrow i{font-size:1.35rem}.c-maintenance-plus__comparison-arrow small{color:var(--c-theme-muted);font-size:.65rem;white-space:nowrap}.c-maintenance-plus__hero{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:1.25rem}.c-maintenance-plus__hero-icon{display:grid;width:4.25rem;height:4.25rem;place-items:center;border-radius:1.25rem;background:#48bb7826;color:#2f9e44;font-size:1.8rem}.c-maintenance-plus__preview-pill{display:inline-flex;align-items:center;gap:.4rem;padding:.5rem .75rem;border-radius:999px;background:#6b728021;color:var(--c-theme-muted);font-size:.78rem;font-weight:800}.c-maintenance-plus__summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.c-maintenance-plus__summary article{padding:1.1rem 1.25rem;border:1px solid var(--c-theme-border);border-radius:1rem;background:var(--c-theme-surface)}.c-maintenance-plus__summary span{display:block;color:var(--c-theme-muted);font-size:.82rem}.c-maintenance-plus__summary strong{font-size:1.75rem}.c-maintenance-plus__section-head,.c-maintenance-plus__system-head{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.c-maintenance-plus__systems{display:grid;gap:.85rem;margin-top:1.1rem}.c-maintenance-plus__system{display:grid;grid-template-columns:auto minmax(0,1fr);gap:1rem;padding:1rem;border:1px solid var(--c-theme-border);border-radius:1rem;background:var(--c-theme-surface-soft)}.c-maintenance-plus__system-icon{display:grid;width:3.25rem;height:3.25rem;place-items:center;border-radius:.9rem;background:#48bb7824;color:#2f9e44;font-size:1.3rem}.c-maintenance-plus__system h3{margin:0;font-size:1.05rem}.c-maintenance-plus__system p{margin:.2rem 0 0;color:var(--c-theme-muted)}.c-maintenance-plus__system dl{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;margin:.9rem 0}.c-maintenance-plus__system dl div{display:grid;gap:.15rem}.c-maintenance-plus__system dt{color:var(--c-theme-muted);font-size:.75rem}.c-maintenance-plus__system dd{margin:0;font-weight:700}.c-maintenance-plus__warranty{display:inline-flex;align-items:center;gap:.35rem;padding:.35rem .6rem;border-radius:999px;background:#f59e0b29;color:#b45309;font-size:.75rem;font-weight:800}.c-maintenance-plus__warranty.is-week,.c-maintenance-plus__warranty.is-expired{background:#ef444424;color:#be123c}.c-maintenance-plus__provider{display:flex;align-items:center;gap:.7rem;padding-top:.8rem;border-top:1px solid var(--c-theme-border)}.c-maintenance-plus__provider-logo{display:grid;width:2.6rem;height:2.6rem;overflow:hidden;place-items:center;border-radius:.75rem;background:#fff;color:#2f9e44}.c-maintenance-plus__provider-logo img{width:100%;height:100%;object-fit:contain}.c-maintenance-plus__provider div{display:grid}.c-maintenance-plus__provider small,.c-maintenance-plus__provider span{color:var(--c-theme-muted);font-size:.75rem}.c-maintenance-plus__empty{display:grid;justify-items:center;gap:.35rem;padding:3rem;color:var(--c-theme-muted);text-align:center}.c-maintenance-plus__empty i{font-size:2rem}@media(max-width:767px){.c-maintenance-plus__activation{grid-template-columns:1fr}.c-maintenance-plus__activation-action{justify-items:start}.c-maintenance-plus__activation-action .c-btn{width:100%}.c-maintenance-plus__comparison{grid-template-columns:1fr}.c-maintenance-plus__comparison-arrow{transform:rotate(90deg)}.c-maintenance-plus__comparison-arrow small{display:none}.c-maintenance-plus__hero{grid-template-columns:auto 1fr}.c-maintenance-plus__hero .c-btn{grid-column:1/-1}.c-maintenance-plus__summary{grid-template-columns:1fr}.c-maintenance-plus__section-head,.c-maintenance-plus__system-head{align-items:stretch;flex-direction:column}.c-maintenance-plus__system dl{grid-template-columns:1fr}}.c-register-success{display:grid;justify-items:center;gap:1.2rem;text-align:center;padding:clamp(1rem,3vw,2rem) 0}.c-register-success__icon{display:inline-flex;align-items:center;justify-content:center;width:4.5rem;height:4.5rem;border-radius:999px;background:linear-gradient(135deg,#48bb572e,#48bb5714);color:#2f8d3c;font-size:2.1rem}.c-register-success__content{display:grid;justify-items:center;gap:.85rem;max-width:34rem}.c-register-success__note{width:100%;padding:1rem;border-radius:1rem;border:1px solid rgba(72,187,87,.22);background:#48bb5714;color:#24452b;line-height:1.5}.c-register-success__actions{display:flex;justify-content:center;width:100%;margin-top:.25rem}.c-register-consent__link{color:color-mix(in srgb,var(--color-accent) 52%,var(--color-dark));font-weight:800;text-decoration:underline;text-decoration-thickness:2px;text-underline-offset:.16em}.c-register-consent__link:hover,.c-register-consent__link:focus-visible{color:color-mix(in srgb,var(--color-accent) 35%,var(--color-dark));text-decoration-thickness:3px}.c-register-option{color:var(--color-dark)}.c-register-account-types{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}.c-register-account-types .c-register-option{display:flex;align-items:flex-start;gap:.75rem;cursor:pointer;background:var(--c-theme-surface)}.c-register-account-types .c-register-option.is-selected{border-color:var(--color-accent)!important;background:color-mix(in srgb,var(--color-accent) 10%,var(--c-theme-surface))}.c-register-account-types small{display:block;margin-top:.2rem;color:var(--c-theme-muted)}.c-register-required-hint{margin:-.25rem 0 0;color:var(--c-theme-muted);font-size:.78rem;font-weight:600;line-height:1.4;text-align:center}.c-register-submit:disabled{background:color-mix(in srgb,var(--color-accent) 68%,var(--color-light));color:#fff;box-shadow:none;cursor:not-allowed;opacity:1}@media(max-width:640px){.c-register-account-types{grid-template-columns:1fr}.c-register-success__actions .c-btn{width:100%}}.c-services-page{display:flex;flex-direction:column;gap:1rem}.c-services-page__cancel-error{display:flex;align-items:flex-start;gap:.45rem;width:100%;margin:.65rem 0 0;color:#dc3545;font-size:.82rem;font-weight:700}.c-services-page__access{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:1rem;border:1px solid rgba(47,158,68,.24)}.c-services-page__access.is-expired{border-color:#c645454d;background:color-mix(in srgb,var(--c-surface-card) 92%,#c64545 8%)}.c-services-page__access-icon{display:grid;place-items:center;width:3rem;height:3rem;border-radius:.85rem;background:#2f9e4424;color:#2f9e44;font-size:1.2rem}.c-services-page__access.is-expired .c-services-page__access-icon{background:#c6454524;color:#c64545}.c-services-page__hero{display:grid;grid-template-columns:minmax(0,1fr) minmax(18rem,28rem);gap:1.25rem;min-height:0}.c-services-page__savings{margin:0;color:var(--c-theme-text);font-size:2.1rem;font-weight:800;line-height:1.1}.c-services-page__savings span{display:block;color:var(--c-theme-muted);font-size:.95rem;font-weight:700}.c-services-page__saving-grid,.c-services-page__catalog,.c-services-page__profile-form{display:grid;gap:.85rem}.c-services-page__saving-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.c-services-page__saving-grid article{padding:.9rem;border:1px solid var(--c-surface-border);border-radius:.85rem;background:var(--c-surface-soft)}.c-services-page__saving-grid span,.c-services-page__profile-form label{color:var(--c-theme-muted);font-size:.83rem;font-weight:700}.c-services-page__saving-grid strong{display:block;color:var(--c-theme-text);font-size:1.15rem}.c-services-page__profile,.c-services-page__service-card,.c-services-page__detail{min-height:0}.c-services-page__section-head,.c-services-page__service-top{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:1rem}.c-services-page__service-heading{display:flex;align-items:center;gap:.75rem;min-width:0}.c-services-page__service-icon{display:grid;place-items:center;width:2.75rem;height:2.75rem;flex:0 0 auto;overflow:hidden;border-radius:.8rem;color:#2f9e44;background:#2f9e441f;font-size:1.25rem}.c-services-page__service-icon img{width:100%;height:100%;object-fit:contain;padding:.25rem}.c-services-page__profile-form{grid-template-columns:repeat(3,minmax(0,1fr)) auto;align-items:end}.c-services-page__profile-form label{display:grid;gap:.4rem}.c-services-page__provider-info{display:grid;gap:.25rem;padding:.7rem .85rem;border:1px solid var(--c-surface-border);border-radius:.75rem;background:var(--c-surface-soft)}.c-services-page__provider-info span,.c-services-page__provider-info small{color:var(--c-theme-muted);font-size:.83rem;font-weight:700}.c-services-page__provider-info strong{color:var(--c-theme-text);font-size:1rem}.c-services-page__strategy-group{display:grid;grid-column:1/-1;grid-template-columns:repeat(3,minmax(0,1fr));gap:.65rem;margin:0;padding:0;border:0}.c-services-page__strategy-group legend{grid-column:1/-1;margin-bottom:0;color:var(--c-theme-muted);font-size:.83rem;font-weight:700}.c-services-page__strategy-option{display:grid;grid-template-columns:auto minmax(0,1fr);gap:.65rem;align-items:flex-start;min-height:6.25rem;padding:.8rem;border:1px solid var(--c-surface-border);border-radius:.75rem;background:var(--c-surface-soft);cursor:pointer}.c-services-page__strategy-option.is-selected{border-color:#2f9e447a;background:#2f9e441a}.c-services-page__strategy-option input{margin-top:.2rem;accent-color:#2f9e44}.c-services-page__strategy-option span{display:grid;gap:.2rem}.c-services-page__strategy-option strong{color:var(--c-theme-text);font-size:.96rem}.c-services-page__strategy-option small{color:var(--c-theme-muted);font-size:.8rem;font-weight:600;line-height:1.35}.c-services-page .form-control,.c-services-page .form-select{border-color:var(--c-surface-border);background-color:var(--c-surface-card);color:var(--c-theme-text)}.c-services-page .form-control::placeholder{color:var(--c-theme-muted)}.c-services-page .form-control:focus,.c-services-page .form-select:focus{border-color:#45a655;box-shadow:0 0 0 .18rem #45a6552e}.c-services-page__tariff-note{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem .75rem;margin-top:.85rem;color:var(--c-theme-muted);font-size:.88rem;font-weight:700}.c-services-page__tariff-note strong{color:var(--c-theme-text)}.c-services-page__version{display:inline-flex;vertical-align:middle;margin-left:.35rem;padding:.18rem .42rem;border-radius:999px;background:#2f9e441f;color:#2f9e44;font-size:.68rem;font-weight:800;line-height:1}[data-theme=dark] .c-services-page .form-control,[data-theme=dark] .c-services-page .form-select,.o-darkmode .c-services-page .form-control,.o-darkmode .c-services-page .form-select{border-color:#94a3b842;background-color:#151a18;color:#f1f5f9}[data-theme=dark] .c-services-page .form-control::placeholder,.o-darkmode .c-services-page .form-control::placeholder{color:#94a3b8}[data-theme=dark] .c-services-page .form-select option,.o-darkmode .c-services-page .form-select option{background-color:#151a18;color:#f1f5f9}.c-services-page__catalog{grid-template-columns:repeat(auto-fit,minmax(18rem,1fr))}.c-services-page__price{display:grid;flex:0 0 auto;justify-items:end;color:var(--c-theme-text);font-size:1.15rem;font-weight:850;line-height:1.1}.c-services-page__price small{margin-top:.2rem;color:var(--c-theme-muted);font-size:.72rem;font-weight:700}.c-services-page__service-card.is-focused{border-color:#2f9e446b;box-shadow:0 18px 36px #2f9e441f}.c-services-page__detail-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.75rem;margin-top:1rem}.c-services-page__detail-grid article,.c-services-page__detail-notes{padding:.9rem;border:1px solid var(--c-surface-border);border-radius:.85rem;background:var(--c-surface-soft)}.c-services-page__detail-grid span,.c-services-page__detail-notes span{display:block;color:var(--c-theme-muted);font-size:.78rem;font-weight:800;text-transform:uppercase}.c-services-page__detail-grid strong{display:block;margin-top:.25rem;color:var(--c-theme-text);font-size:.98rem;line-height:1.25}.c-services-page__detail-notes{margin-top:.75rem}.c-services-page__detail-notes p{margin:.35rem 0 0;color:var(--c-theme-text)}.c-services-page__billing-status{display:inline-flex;align-items:center;gap:.45rem;width:fit-content;margin-bottom:.8rem;padding:.38rem .65rem;border-radius:999px;background:#2f9e441f;color:#2f9e44;font-size:.78rem;font-weight:800}.c-services-page__billing-status.is-open,.c-services-page__billing-status.is-pending{background:#f59e0b24;color:#b45309}.c-services-page__billing-status.is-failed,.c-services-page__billing-status.is-canceled,.c-services-page__billing-status.is-expired,.c-services-page__billing-status.is-error,.c-services-page__billing-status.is-amount_mismatch{background:#b243431f;color:#a24646}.c-services-page__payment-box{display:grid;gap:.75rem;margin-top:1rem;padding:.9rem;border:1px solid rgba(47,158,68,.22);border-radius:.85rem;background:#2f9e4412}.c-services-page__payment-box p{display:grid;gap:.15rem;color:var(--c-theme-muted);font-size:.85rem}.c-services-page__payment-box p strong{color:var(--c-theme-text)}.c-services-page__billing-cycle{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem;margin:0;padding:0;border:0}.c-services-page__billing-cycle legend{grid-column:1/-1;margin:0;color:var(--c-theme-text);font-size:.82rem;font-weight:700}.c-services-page__billing-cycle label{position:relative;display:flex;align-items:flex-start;gap:.55rem;padding:.75rem;border:1px solid var(--c-theme-border);border-radius:.75rem;background:var(--c-theme-surface);cursor:pointer}.c-services-page__billing-cycle label.is-discounted{border-color:color-mix(in srgb,var(--color-accent) 34%,var(--c-theme-border));background:color-mix(in srgb,var(--color-accent) 7%,var(--c-theme-surface))}.c-services-page__billing-cycle label.is-selected{border-color:var(--color-accent);box-shadow:0 0 0 2px color-mix(in srgb,var(--color-accent) 16%,transparent)}.c-services-page__billing-cycle small{display:block;margin-top:.15rem;color:var(--c-theme-muted)}.c-services-page__billing-cycle small s{margin-right:.25rem;opacity:.7}.c-services-page__billing-cycle em{display:block;margin-top:.25rem;color:var(--color-accent);font-size:.72rem;font-style:normal;font-weight:750}.c-services-page__billing-cycle-title{display:flex;flex-wrap:wrap;align-items:center;gap:.4rem}.c-services-page__discount-badge{display:inline-flex;width:fit-content;padding:.18rem .45rem;border-radius:999px;background:var(--color-accent);color:#fff;font-size:.67rem;font-weight:850;letter-spacing:.02em}.c-services-page__billing-cycle-note{display:flex;align-items:flex-start;gap:.45rem;color:var(--c-theme-muted);font-size:.76rem;line-height:1.45}.c-services-page__billing-cycle-note i{margin-top:.08rem;color:var(--color-accent)}.c-services-page__payment-error{color:#a24646;font-weight:700}.c-services-page__checkout-dialog{width:min(38rem,100vw - 2rem);max-width:38rem}.c-services-page__checkout-card{display:grid;gap:1rem;max-height:min(90vh,48rem);padding:1.2rem;overflow-y:auto}.c-services-page__checkout-intro{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:start;gap:.85rem;padding:1rem;border:1px solid rgba(47,158,68,.22);border-radius:.85rem;background:#2f9e4414}.c-services-page__checkout-icon{display:grid;width:2.8rem;height:2.8rem;place-items:center;border-radius:.8rem;background:#2f9e4426;color:#247c37;font-size:1.1rem}.c-services-page__checkout-intro strong{color:var(--c-theme-text)}.c-services-page__checkout-intro p{margin-top:.25rem;color:var(--c-theme-muted);font-size:.88rem;line-height:1.55}.c-services-page__checkout-flow{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:stretch;gap:.65rem;margin-top:.9rem}.c-services-page__checkout-step{display:grid;align-content:center;gap:.15rem;min-width:0;padding:.7rem .8rem;border:1px solid var(--c-theme-border);border-radius:.7rem;background:var(--c-theme-surface)}.c-services-page__checkout-step.is-result{border-color:color-mix(in srgb,var(--color-accent) 42%,transparent);background:color-mix(in srgb,var(--color-accent) 10%,var(--c-theme-surface))}.c-services-page__checkout-step small{color:var(--color-accent);font-size:.67rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.c-services-page__checkout-step b{overflow-wrap:anywhere;color:var(--c-theme-text);font-size:.83rem;line-height:1.25}.c-services-page__checkout-step span{color:var(--c-theme-muted);font-size:.75rem;line-height:1.3}.c-services-page__checkout-cycle-label{display:flex;flex-wrap:wrap;align-items:center;gap:.35rem}.c-services-page__checkout-cycle-label .c-services-page__discount-badge{color:#fff;font-size:.58rem}.c-services-page__trial-price{margin-top:.3rem;color:var(--c-theme-text);font-size:.78rem}.c-services-page__checkout-price-breakdown{display:grid;gap:.3rem;margin-top:.35rem}.c-services-page__checkout-price-breakdown>div{display:flex;align-items:baseline;justify-content:space-between;gap:.65rem}.c-services-page__checkout-price-breakdown strong{flex:0 0 auto;color:var(--c-theme-text);font-size:.72rem;white-space:nowrap}.c-services-page__checkout-price-breakdown .is-total{margin-top:.15rem;padding-top:.35rem;border-top:1px solid var(--c-theme-border)}.c-services-page__checkout-price-breakdown .is-total span,.c-services-page__checkout-price-breakdown .is-total strong{color:var(--color-accent);font-weight:850}.c-services-page__checkout-year-note{margin-top:.35rem;color:var(--color-accent)!important;font-size:.68rem!important;font-weight:750}.c-services-page__checkout-arrow{display:grid;align-content:center;justify-items:center;gap:.1rem;color:var(--color-accent)}.c-services-page__checkout-arrow i{font-size:1rem}.c-services-page__checkout-arrow small{color:var(--c-theme-muted);font-size:.63rem;font-weight:700;white-space:nowrap}.c-services-page__checkout-test{display:grid;gap:.15rem;padding:.75rem .85rem;border-radius:.75rem;background:#f59e0b1f;color:var(--c-theme-muted);font-size:.82rem}.c-services-page__checkout-test strong{color:#a16207}.c-services-page__checkout-actions{display:flex;justify-content:flex-end;gap:.65rem;padding-top:.85rem;border-top:1px solid var(--c-surface-border)}[data-theme=dark] .c-services-page__checkout-icon,.o-darkmode .c-services-page__checkout-icon{color:#9ae6ab}[data-theme=dark] .c-services-page__checkout-test strong,.o-darkmode .c-services-page__checkout-test strong{color:#f9d984}.c-services-page__request{display:grid;gap:.75rem;margin-top:1rem}.c-services-page__meta{color:var(--c-theme-muted);font-size:.88rem;font-weight:700}.c-services-page__actions{display:flex;flex-wrap:wrap;gap:.5rem}.c-services-page__scheduled-end{display:inline-flex;align-items:center;padding:.45rem .7rem;border-radius:999px;background:color-mix(in srgb,#d99a24 14%,transparent);color:#b7791f;font-size:.76rem;font-weight:750}.c-services-page__meta-row{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.75rem}@media(max-width:1100px){.c-services-page__hero,.c-services-page__profile-form{grid-template-columns:1fr}.c-services-page__saving-grid,.c-services-page__detail-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.c-services-page__strategy-group{grid-template-columns:1fr}.c-services-page__profile-form .c-btn{width:100%;justify-content:center}}@media(max-width:768px){.c-services-page__access{grid-template-columns:auto minmax(0,1fr)}.c-services-page__access .c-btn{grid-column:1/-1;width:100%}.c-services-page__section-head,.c-services-page__service-top,.c-services-page__meta-row{flex-direction:column;align-items:stretch}.c-services-page__saving-grid,.c-services-page__detail-grid,.c-services-page__catalog{grid-template-columns:1fr}.c-services-page__price,.c-services-page__version{width:fit-content;max-width:100%;white-space:normal}.c-services-page__price{justify-items:start}.c-services-page__payment-box .c-btn,.c-services-page__request .c-btn,.c-services-page__section-head .c-btn,.c-services-page__meta-row .c-btn{width:100%;justify-content:center}.c-services-page__billing-cycle,.c-services-page__checkout-intro,.c-services-page__checkout-flow{grid-template-columns:1fr}.c-services-page__checkout-arrow{grid-template-columns:auto auto;justify-content:center;gap:.35rem}.c-services-page__checkout-arrow i{transform:rotate(90deg)}.c-services-page__checkout-actions{flex-direction:column-reverse}.c-services-page__checkout-actions .c-btn{width:100%;justify-content:center}}.c-status__gateways{display:grid;gap:1rem}.c-status__gateways-head{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.c-status__gateway-count{flex:0 0 auto;padding:.4rem .7rem;border-radius:999px;background:#2f9e441f;color:#247c37;font-size:.78rem;font-weight:800}.c-status__gateway-empty{display:flex;align-items:center;gap:.65rem;padding:.9rem;border:1px dashed var(--c-surface-border);border-radius:.85rem;background:var(--c-surface-soft);color:var(--c-theme-muted)}[data-theme=dark] .c-status__gateway-count,.o-darkmode .c-status__gateway-count{color:#9ae6ab}.c-status__icon img{width:100%;height:100%;padding:.45rem;object-fit:contain;border-radius:inherit;background:#fff}.c-status__brand-fallback{font-size:.82rem;font-weight:900;line-height:1}.c-status__provider{color:var(--bs-success);font-weight:700}.c-status__provider-detail{display:inline-flex;align-items:center;gap:.5rem}.c-status__provider-detail img{width:2.5rem;height:2.5rem;padding:.25rem;object-fit:contain;border-radius:.65rem;background:#fff}.c-status__system-wizard,.c-status__component-list{display:grid;gap:.85rem}.c-status__wizard-toolbar,.c-status__component-head,.c-status__wizard-actions{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.75rem}.c-status__wizard-toolbar .form-select{max-width:18rem}.c-status__wizard-grid,.c-status__component-main,.c-status__component-details,.c-status__inline-component{display:grid;gap:.75rem}.c-status__wizard-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.c-status__wizard-wide{grid-column:1/-1}.c-status__component-row{padding:.75rem;border:1px solid var(--c-surface-border);border-radius:.75rem;background:var(--c-surface-soft)}.c-status__component-main{grid-template-columns:minmax(8rem,.75fr) minmax(10rem,1.1fr) minmax(11rem,1.1fr) auto;align-items:end}.c-status__component-details{grid-template-columns:repeat(auto-fit,minmax(10rem,1fr));margin-top:.75rem;padding-top:.75rem;border-top:1px solid var(--c-surface-border)}.c-status__component-actions{display:flex;flex-wrap:nowrap;gap:.45rem}.c-status__component-head>.c-status__component-actions{flex-wrap:wrap}.c-status__wizard-grid label,.c-status__icon-field,.c-status__component-row label,.c-status__inline-component label{display:grid;gap:.35rem;color:var(--c-theme-muted);font-size:.82rem;font-weight:800}.c-status__inline-component{grid-template-columns:minmax(10rem,.9fr) repeat(3,minmax(9rem,1fr)) auto auto;align-items:end;margin-top:.85rem;padding:.85rem;border:1px solid rgba(47,158,68,.26);border-radius:.75rem;background:#2f9e4414}.c-status__inline-details{grid-column:1/-1;display:grid;grid-template-columns:repeat(auto-fit,minmax(10rem,1fr));gap:.75rem;padding-top:.75rem;border-top:1px solid rgba(47,158,68,.22)}.c-status__title-line{display:flex;align-items:center;gap:.45rem}.c-status__badges{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:.45rem}.c-status__warranty-badge,.c-status__module-warranty{display:inline-flex;align-items:center;gap:.35rem;font-weight:800}.c-status__warranty-badge{padding:.4rem .7rem;border-radius:999px;font-size:.78rem;white-space:nowrap}.c-status__warranty-badge.is-month,.c-status__module-warranty.is-month{background:#f59e0b29;color:#a94f06}.c-status__warranty-badge.is-week,.c-status__warranty-badge.is-expired,.c-status__module-warranty.is-week,.c-status__module-warranty.is-expired{background:#ef444424;color:#be123c}.c-status__warranty-alert{display:flex;align-items:flex-start;gap:.65rem;margin:-.5rem 0 1.5rem;padding:.85rem 1rem;border:1px solid rgba(245,158,11,.34);border-radius:.8rem;background:#f59e0b1a;color:#854d0e;font-size:.88rem;font-weight:700}.c-status__warranty-info{display:inline-flex;flex:0 0 auto;align-items:center;gap:.35rem;margin-left:auto;color:inherit;font-weight:800;text-decoration:underline;text-underline-offset:.2rem}.c-status__warranty-info:hover{color:inherit;opacity:.78}.c-status__warranty-detail{display:inline-flex;align-items:center;gap:.45rem}.c-status__warranty-detail a{color:#2f9e44;font-size:1rem}.c-status__warranty-alert.is-week,.c-status__warranty-alert.is-expired{border-color:#ef444452;background:#ef444417;color:#9f1239}.c-status__module-warranty{justify-self:start;padding:.18rem .42rem;border-radius:.45rem;font-size:.72rem}.c-status__warranty-badge.is-month,.c-status__warranty-badge.is-week,.c-status__warranty-badge.is-expired,.c-status__warranty-alert.is-month,.c-status__warranty-alert.is-week,.c-status__warranty-alert.is-expired,.c-status__module-warranty.is-month,.c-status__module-warranty.is-week,.c-status__module-warranty.is-expired{color:var(--c-theme-text)}.c-status__provider-logo{display:inline-flex;flex:0 0 auto;align-items:center;justify-content:center;width:2.6rem;height:2.6rem;overflow:hidden;border:1px solid rgba(69,166,85,.2);border-radius:.75rem;background:#fffffff0;color:#237a39;font-size:.9rem;font-weight:900;box-shadow:inset 0 0 0 1px #0b141008}.c-status__provider-logo img{display:block;width:100%;height:100%;padding:.28rem;object-fit:contain}.c-status__inline-component>div:first-child{display:grid;gap:.3rem}.c-status__inline-component span{color:var(--c-theme-muted);font-size:.8rem;font-weight:800}.c-status__inline-component strong{color:var(--c-theme-text);font-size:.92rem}.c-status__battery-stack{display:grid;gap:.65rem;margin:.9rem 0 1rem;padding:.85rem;border:1px solid var(--c-surface-border);border-radius:.9rem;background:color-mix(in srgb,var(--c-surface-card) 88%,#45a655 12%)}.c-status__battery-root,.c-status__battery-module,.c-status__battery-empty{display:grid;grid-template-columns:auto minmax(0,1fr);gap:.65rem;align-items:center}.c-status__battery-modules{display:grid;gap:.55rem;margin-left:1rem}.c-status__battery-modules--flat{margin-left:0}.c-status__battery-module,.c-status__battery-empty{padding:.7rem .75rem;border:1px solid var(--c-surface-border);border-radius:.75rem;background:var(--c-surface-soft)}.c-status__battery-empty{color:var(--c-theme-muted);font-size:.86rem}.c-status__battery-icon{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:999px;background:#45a65524;color:#2f9e44}.c-status__battery-node-body,.c-status__battery-root>div{display:grid;gap:.2rem;min-width:0}.c-status__battery-node-head{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.45rem}.c-status__battery-stack strong{color:var(--c-theme-text);font-size:.92rem}.c-status__battery-stack small{color:var(--c-theme-muted);overflow-wrap:anywhere}.c-status__mini-badge{display:inline-flex;align-items:center;min-height:1.45rem;padding:.12rem .46rem;border-radius:999px;background:var(--c-surface-soft);color:var(--c-theme-muted);font-size:.72rem;font-weight:800}.c-status__mini-badge.is-success{background:#45a65529;color:#2f9e44}.c-status__mini-badge.is-warning{background:#f59e0b29;color:#b45309}.c-status__mini-badge.is-error{background:#ef444424;color:#be123c}.c-status__detail-col--wide{grid-column:1/-1}.c-status__inline-actions{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:flex-end}@media(max-width:991px){.c-status__wizard-toolbar,.c-status__component-head,.c-status__inline-actions{align-items:stretch;flex-direction:column}.c-status__wizard-toolbar .form-select,.c-status__wizard-actions .c-btn,.c-status__component-head .c-btn,.c-status__component-row .c-btn,.c-status__inline-actions .c-btn{width:100%;max-width:none;justify-content:center}.c-status__wizard-grid,.c-status__component-main,.c-status__component-details,.c-status__inline-details,.c-status__inline-component{grid-template-columns:1fr}.c-status__component-actions{flex-wrap:wrap}.c-status__battery-modules{margin-left:0}}@media(max-width:640px){.c-status__gateways-head{align-items:stretch;flex-direction:column}.c-status__gateway-count{width:fit-content}.c-status__badges{justify-content:flex-start;width:100%}}.c-sidebar__nav.is-access-locked,.c-mobile-nav.is-access-locked{pointer-events:none;opacity:.48;filter:grayscale(.35)}.c-access-disabled{pointer-events:none!important;opacity:.48}.c-access-gate{z-index:12000}.c-access-gate__card{display:grid;justify-items:center;width:min(31rem,100vw - 2rem);padding:clamp(1.4rem,4vw,2rem);text-align:center}.c-access-gate__icon{display:grid;width:3.4rem;height:3.4rem;margin-bottom:.85rem;place-items:center;border-radius:1rem;background:color-mix(in srgb,var(--color-accent) 14%,transparent);color:var(--color-accent);font-size:1.35rem}.c-access-gate__card>p:last-of-type{max-width:25rem;line-height:1.55}.c-access-gate__actions{display:flex;flex-wrap:wrap;justify-content:center;gap:.65rem;width:100%;margin-top:1.25rem}@media(max-width:576px){.c-access-gate__actions{flex-direction:column}.c-access-gate__actions .c-btn{width:100%;justify-content:center}}
