@import "https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@500;700&family=Inter:wght@400;500;600;700&display=swap";@import "https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap";.hl-logo{align-items:center;display:inline-flex}.hl-logo img{width:auto;height:28px;display:block}.hl-toast-stack{z-index:1000;flex-direction:column;gap:10px;width:min(360px,100vw - 40px);display:flex;position:fixed;top:20px;right:20px}.hl-toast{background:var(--hl-navy);color:var(--hl-white);border-left:4px solid var(--hl-yellow);align-items:flex-start;gap:12px;padding:14px 16px;animation:.2s hl-toast-in;display:flex;box-shadow:0 8px 24px #0e183059}.hl-toast *{color:var(--hl-white)!important}.hl-toast__icon{flex-shrink:0;margin-top:2px}.hl-toast__body{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.hl-toast__body strong{font-size:var(--hl-fs-14)}.hl-toast__body p{font-size:var(--hl-fs-12);color:var(--hl-mute-dark)!important}.hl-toast__close{opacity:.7;background:0 0;border:none;padding:2px}.hl-toast__close:hover{opacity:1}.hl-toast--error{border-left-color:var(--hl-danger)}.hl-toast--success{border-left-color:var(--hl-success)}@keyframes hl-toast-in{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}.hl-app{--hl-navy:#14213f;--hl-navy-deep:#0e1830;--hl-navy-card:#1c2c56;--hl-yellow:#e3e62e;--hl-bg:#f1f1ec;--hl-card:#fff;--hl-ink:#14213f;--hl-mute:#5f6473;--hl-mute-dark:#9aa0bc;--hl-placeholder:#d8d9d2;--hl-white:#fff;--hl-hairline:#14213f1a;--hl-hairline-dark:#3a4a78;--hl-shadow:0 1px 2px #14213f0a, 0 10px 24px -8px #14213f24;--hl-shadow-lg:0 4px 8px #14213f0a, 0 24px 48px -12px #14213f38;--hl-danger:#c8402f;--hl-danger-bg:#fbeae7;--hl-warning:#b9781a;--hl-warning-bg:#faf1de;--hl-success:#1f7a4d;--hl-success-bg:#e6f3ec;--hl-info:#2c56a8;--hl-info-bg:#e8edf8;--hl-offline:#8b8f9c;--hl-offline-bg:#eceef1;--hl-font-head:"Space Grotesk", sans-serif;--hl-font-body:"Inter", sans-serif;--hl-fs-60:60px;--hl-fs-40:40px;--hl-fs-32:32px;--hl-fs-28:28px;--hl-fs-22:22px;--hl-fs-16:16px;--hl-fs-14:14px;--hl-fs-12:12px;--hl-fs-10:10px;--hl-radius-input:6px;background:var(--hl-bg);color:var(--hl-ink);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizelegibility}.hl-app,.hl-app *{font-family:var(--hl-font-body);box-sizing:border-box}.hl-app h1,.hl-app h2,.hl-app h3,.hl-app h4,.hl-app h5,.hl-app h6{font-family:var(--hl-font-head);letter-spacing:-.01em;color:var(--hl-ink);margin:0;font-weight:700;line-height:1.15}.hl-app p,.hl-app span,.hl-app li,.hl-app label{color:var(--hl-ink);margin:0;line-height:1.5}.hl-app a{color:inherit;text-decoration:none}.hl-app ul,.hl-app ol{margin:0;padding:0;list-style:none}.hl-app button{font-family:var(--hl-font-body);cursor:pointer}.hl-eyebrow{font-family:var(--hl-font-body);text-transform:uppercase;letter-spacing:.14em;color:var(--hl-mute);font-size:11px;font-weight:700;display:inline-block}.hl-chip{background:var(--hl-yellow);color:var(--hl-navy);-webkit-box-decoration-break:clone;box-decoration-break:clone;padding:0 6px;font-weight:700}.hl-app ::-webkit-scrollbar{width:8px;height:8px}.hl-app ::-webkit-scrollbar-thumb{background:var(--hl-placeholder)}.hl-app ::-webkit-scrollbar-track{background:0 0}.hl-simple-list{flex-direction:column;display:flex}.hl-simple-list li{border-bottom:1px solid var(--hl-hairline);justify-content:space-between;align-items:center;gap:12px;margin:0 -10px;padding:13px 10px;transition:background-color .15s;display:flex}.hl-simple-list li:hover{background:#14213f06}.hl-simple-list li:last-child{border-bottom:none}.hl-simple-list li>div,.hl-simple-list li>a>div{flex-direction:column;gap:3px;min-width:0;display:flex}.hl-simple-list li a{flex:1;min-width:0}.hl-simple-list li strong{font-size:var(--hl-fs-14);text-overflow:ellipsis;white-space:nowrap;font-weight:600;overflow:hidden}.hl-simple-list li span{font-size:var(--hl-fs-12);color:var(--hl-mute)}.hl-app h3{font-size:var(--hl-fs-16);margin-bottom:14px}.hl-filter-tabs{flex-wrap:wrap;gap:8px;margin-bottom:16px;display:flex}.hl-filter-tabs button{background:var(--hl-card);border:1.5px solid var(--hl-hairline);font-size:var(--hl-fs-12);color:var(--hl-mute);padding:8px 14px;font-weight:700;transition:border-color .15s,background-color .15s,color .15s}.hl-filter-tabs button:hover{border-color:var(--hl-navy);color:var(--hl-navy)}.hl-filter-tabs button.is-active{background:var(--hl-navy);border-color:var(--hl-navy);color:var(--hl-white)}.hl-table{border-collapse:collapse;width:100%}.hl-table th,.hl-table td{text-align:left;font-size:var(--hl-fs-14);border-bottom:1px solid var(--hl-hairline);white-space:nowrap;padding:15px 24px}.hl-table th{text-transform:uppercase;letter-spacing:.08em;color:var(--hl-mute);background:var(--hl-bg);padding-top:13px;padding-bottom:13px;font-size:10px;font-weight:700}.hl-table tbody tr{transition:background-color .15s}.hl-table tbody tr:hover{background:#14213f06}.hl-table tbody tr:last-child td{border-bottom:none}.hl-table__title-link{color:var(--hl-ink);text-underline-offset:3px;font-weight:600;-webkit-text-decoration:underline #0000;text-decoration:underline #0000;transition:text-decoration-color .15s}.hl-table__title-link:hover{-webkit-text-decoration-color:var(--hl-ink);text-decoration-color:var(--hl-ink)}.hl-table__row-link{cursor:pointer}.hl-table__id{font-family:var(--hl-font-body);font-size:var(--hl-fs-12);color:var(--hl-mute)!important}@media (width<=767px){.hl-table--stack-mobile thead{display:none}.hl-table--stack-mobile tbody tr{padding:14px 24px;display:block}.hl-table--stack-mobile tbody tr:last-child{border-bottom:none}.hl-table--stack-mobile td{white-space:normal;border:none;padding:3px 0;display:block}.hl-table--stack-mobile td:not([data-label]){padding-bottom:6px;font-weight:600}.hl-table--stack-mobile td[data-label]{justify-content:space-between;align-items:center;gap:12px;display:flex}.hl-table--stack-mobile td[data-label]:before{content:attr(data-label);text-transform:uppercase;letter-spacing:.06em;color:var(--hl-mute);flex-shrink:0;font-size:10px;font-weight:700}}@media (width<=1024px){.hl-table--stack-tablet thead{display:none}.hl-table--stack-tablet tbody tr{padding:14px 24px;display:block}.hl-table--stack-tablet tbody tr:last-child{border-bottom:none}.hl-table--stack-tablet td{white-space:normal;border:none;padding:3px 0;display:block}.hl-table--stack-tablet td:not([data-label]){padding-bottom:6px;font-weight:600}.hl-table--stack-tablet td[data-label]{justify-content:space-between;align-items:center;gap:12px;display:flex}.hl-table--stack-tablet td[data-label]:before{content:attr(data-label);text-transform:uppercase;letter-spacing:.06em;color:var(--hl-mute);flex-shrink:0;font-size:10px;font-weight:700}}.hl-table-scroll{overflow-x:auto}.hl-page-stack{flex-direction:column;gap:20px;display:flex}.hl-two-col{grid-template-columns:1.6fr 1fr;gap:20px;display:grid}@media (width<=1024px){.hl-two-col{grid-template-columns:1fr}}.hl-grid-2{grid-template-columns:1fr 1fr;gap:20px;display:grid}@media (width<=1024px){.hl-grid-2{grid-template-columns:1fr}}.hl-stats-row{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}@media (width<=1024px){.hl-stats-row{grid-template-columns:repeat(2,1fr)}}.hl-stats-row.hl-stats-row--3col{grid-template-columns:repeat(3,1fr)}@media (width<=1024px){.hl-stats-row.hl-stats-row--3col{grid-template-columns:1fr}}.hl-back-link{font-size:var(--hl-fs-12);color:var(--hl-mute);align-items:center;gap:6px;width:fit-content;font-weight:700;transition:color .15s;display:inline-flex}.hl-back-link:hover{color:var(--hl-navy)}.hl-timeline{flex-direction:column;display:flex}.hl-timeline li{gap:12px;padding-bottom:18px;display:flex;position:relative}.hl-timeline li:not(:last-child):before{content:"";background:var(--hl-hairline);width:1px;position:absolute;top:16px;bottom:0;left:3px}.hl-timeline__dot{background:var(--hl-navy);flex-shrink:0;width:7px;height:7px;margin-top:6px}.hl-timeline__head{justify-content:space-between;align-items:baseline;gap:10px;display:flex}.hl-timeline__head strong{font-size:var(--hl-fs-14)}.hl-timeline__head span{white-space:nowrap;font-size:11px;color:var(--hl-mute)!important}.hl-timeline p{font-size:var(--hl-fs-14);margin-top:2px}.hl-timeline__note{color:var(--hl-mute);font-size:var(--hl-fs-12);background:var(--hl-bg);margin-top:4px;padding:8px 10px}.hl-ticket-note{border-top:1px solid var(--hl-hairline);flex-direction:column;gap:12px;margin-top:20px;padding-top:20px;display:flex}.hl-ticket-note__actions{flex-wrap:wrap;gap:10px;display:flex}.hl-detail-list{flex-direction:column;gap:12px;display:flex}.hl-detail-list div{border-bottom:1px solid var(--hl-hairline);justify-content:space-between;gap:12px;padding-bottom:10px;display:flex}.hl-detail-list div:last-child{border-bottom:none;padding-bottom:0}.hl-detail-list dt{font-size:var(--hl-fs-12);color:var(--hl-mute)}.hl-detail-list dd{font-size:var(--hl-fs-14);text-align:right;font-weight:600}.hl-news-post__head{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.hl-news-post__date{font-size:var(--hl-fs-12);color:var(--hl-mute);margin-left:auto}.hl-news-post__author{font-size:var(--hl-fs-12);color:var(--hl-mute);margin-top:10px}.hl-site-map-grid{grid-template-columns:repeat(auto-fill,minmax(96px,1fr));gap:10px;margin-top:8px;display:grid}.hl-site-map-cell{background:var(--hl-bg);border:1.5px solid var(--hl-hairline);appearance:none;text-align:left;min-height:76px;font:inherit;flex-direction:column;gap:4px;width:100%;padding:10px;display:flex}.hl-site-map-cell strong{font-size:var(--hl-fs-12)}.hl-site-map-cell span{font-size:10px;color:var(--hl-mute)!important}.hl-site-map-cell.is-vacant{background:repeating-linear-gradient(45deg, var(--hl-placeholder), var(--hl-placeholder) 6px, #eceeea 6px, #eceeea 12px)}.hl-site-map-cell.has-alert{border-color:var(--hl-danger);background:var(--hl-danger-bg)}button.hl-site-map-cell.has-alert{cursor:pointer}button.hl-site-map-cell.has-alert:hover{box-shadow:var(--hl-shadow)}.hl-site-map-legend{flex-wrap:wrap;gap:20px;margin-top:16px;display:flex}.hl-site-map-legend span{font-size:var(--hl-fs-12);align-items:center;gap:6px;display:inline-flex;color:var(--hl-mute)!important}.hl-legend-dot{background:var(--hl-bg);border:1.5px solid var(--hl-hairline);width:10px;height:10px;display:inline-block}.hl-legend-dot.is-vacant{background:repeating-linear-gradient(45deg, var(--hl-placeholder), var(--hl-placeholder) 2px, #eceeea 2px, #eceeea 4px)}.hl-legend-dot.is-alert{background:var(--hl-danger-bg);border-color:var(--hl-danger)}.hl-card-head{justify-content:space-between;align-items:center;gap:12px;display:flex}.hl-card-head h3{margin-bottom:0}.hl-card-head a{font-size:var(--hl-fs-12);color:var(--hl-navy);text-underline-offset:3px;white-space:nowrap;font-weight:700;text-decoration:underline}.hl-not-found{text-align:center;min-height:100vh;color:var(--hl-navy);flex-direction:column;justify-content:center;align-items:center;gap:12px;display:flex}.hl-not-found h1{font-size:var(--hl-fs-32)}.hl-not-found p{color:var(--hl-mute)!important}.hl-not-found a{margin-top:12px}.hl-fullpage-loader{background:var(--hl-navy-deep);justify-content:center;align-items:center;min-height:100vh;display:flex}.hl-fullpage-loader__mark{border:4px solid var(--hl-yellow);border-right-color:#0000;width:40px;height:40px;animation:.8s linear infinite hl-spin}.hl-inline-select{min-width:150px;height:34px;font-size:var(--hl-fs-12)}.hl-dispatch-note{background:var(--hl-info-bg);color:var(--hl-info);font-size:var(--hl-fs-14);align-items:flex-start;gap:10px;padding:12px 14px;display:flex}.hl-dispatch-note span,.hl-dispatch-note strong{color:inherit!important}.hl-dispatch-note svg{flex-shrink:0;margin-top:2px}.hl-toggle-row{border-bottom:1px solid var(--hl-hairline);cursor:pointer;justify-content:space-between;align-items:center;gap:12px;padding:10px 0;display:flex}.hl-toggle-row:last-child{border-bottom:none}.hl-toggle-row span{font-size:var(--hl-fs-14)}.hl-toggle-row input{width:40px;height:22px;accent-color:var(--hl-navy);cursor:pointer}.hl-device-list{flex-direction:column;display:flex}.hl-device-list li{border-bottom:1px solid var(--hl-hairline);align-items:center;gap:12px;padding:12px 0;display:flex}.hl-device-list li:last-child{border-bottom:none;padding-bottom:0}.hl-device-list__body{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.hl-device-list__body strong{font-size:var(--hl-fs-14)}.hl-device-list__body span{font-size:var(--hl-fs-12);color:var(--hl-mute)}.hl-device-list__current{text-transform:uppercase;letter-spacing:.05em;color:var(--hl-success);background:var(--hl-success-bg);white-space:nowrap;padding:5px 10px;font-size:10px;font-weight:700}.hl-complex-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:16px;margin-top:14px;display:grid}.hl-complex-card{border:1px solid var(--hl-hairline);background:var(--hl-bg);gap:14px;padding:16px;display:flex}.hl-complex-card__body{flex-direction:column;gap:5px;min-width:0;display:flex}.hl-complex-card__body strong{font-size:var(--hl-fs-14)}.hl-complex-card__body span{font-size:var(--hl-fs-12);color:var(--hl-mute)!important}.hl-complex-card__meta{flex-wrap:wrap;gap:6px;margin-top:2px;display:flex}.hl-complex-card--button{appearance:none;text-align:left;font:inherit;cursor:pointer;width:100%;transition:box-shadow .15s,border-color .15s}.hl-complex-card--button:hover{border-color:var(--hl-danger);box-shadow:var(--hl-shadow)}.hl-unread-dot{background:var(--hl-danger);width:6px;height:6px;margin-right:4px;display:inline-block}.hl-auth{min-height:100vh;display:flex}@media (width<=880px){.hl-auth{flex-direction:column}}.hl-auth__brand{color:var(--hl-white);background:linear-gradient(#0e18306e 0%,#0e18307a 100%),url(/img-background.jpg) 50%/cover no-repeat;flex:0 0 46%;justify-content:center;align-items:center;padding:56px;display:flex;position:relative}.hl-auth__brand *{color:var(--hl-white)!important}@media (width<=880px){.hl-auth__brand{flex:none;padding:40px 24px}}.hl-auth__brand-inner{flex-direction:column;gap:24px;width:100%;max-width:460px;display:flex}.hl-auth__headline{font-size:var(--hl-fs-40);text-shadow:0 2px 16px #060b188c;line-height:1.15}@media (width<=880px){.hl-auth__headline{font-size:var(--hl-fs-28)}}.hl-auth__lede{font-size:var(--hl-fs-16);text-shadow:0 2px 12px #060b188c;color:#ffffffd1!important}.hl-auth__stats{-webkit-backdrop-filter:blur(14px);background:#ffffff0d;border:1px solid #ffffff29;grid-template-columns:repeat(2,1fr);margin-top:4px;display:grid;box-shadow:0 20px 40px #060b1859}.hl-auth__stats div{border-bottom:1px solid #ffffff24;border-right:1px solid #ffffff24;flex-direction:column;gap:8px;padding:22px 20px;display:flex}.hl-auth__stats div:nth-child(2n){border-right:none}.hl-auth__stats div:nth-child(n+3){border-bottom:none}.hl-auth__stats div svg{margin-bottom:2px;color:var(--hl-yellow)!important}.hl-auth__stats div strong{font-family:var(--hl-font-head);font-size:var(--hl-fs-28);letter-spacing:-.01em}.hl-auth__stats div span{text-transform:uppercase;letter-spacing:.06em;font-size:10px;color:var(--hl-mute-dark)!important}.hl-auth__roles{-webkit-backdrop-filter:blur(14px);background:#ffffff0d;border:1px solid #ffffff29;grid-template-columns:repeat(3,1fr);display:grid}@media (width<=560px){.hl-auth__roles{grid-template-columns:1fr}}.hl-auth__role{border-right:1px solid #ffffff24;align-items:center;gap:9px;padding:16px 14px;display:flex}.hl-auth__role:last-child{border-right:none}@media (width<=560px){.hl-auth__role{border-bottom:1px solid #ffffff24;border-right:none}.hl-auth__role:last-child{border-bottom:none}}.hl-auth__role span:last-child{letter-spacing:.01em;font-size:12px;font-weight:600;color:var(--hl-white)!important}.hl-auth__role-icon{background:var(--hl-yellow);flex-shrink:0;justify-content:center;align-items:center;width:26px;height:26px;display:flex}.hl-auth__role-icon svg{color:var(--hl-navy)!important}.hl-auth__panel{background:var(--hl-bg);flex:1;justify-content:center;align-items:center;padding:40px 24px;display:flex}.hl-sidebar{background:var(--hl-navy-deep);width:248px;color:var(--hl-white);flex-direction:column;flex-shrink:0;height:100%;padding:20px 0;display:flex}.hl-sidebar__brand{padding:0 20px 18px;transition:opacity .15s;display:block}.hl-sidebar__brand:hover{opacity:.85}.hl-sidebar__role{font-size:var(--hl-fs-10);text-transform:uppercase;letter-spacing:.08em;color:var(--hl-mute-dark);border-bottom:1px solid #ffffff14;margin-bottom:8px;padding:0 20px 16px}.hl-sidebar__nav{flex-direction:column;flex:1;gap:2px;padding:0 12px;display:flex;overflow-y:auto}.hl-sidebar__link{color:var(--hl-mute-dark);font-size:var(--hl-fs-14);border-left:3px solid #0000;align-items:center;gap:12px;padding:11px 12px;font-weight:500;transition:background-color .15s,color .15s,border-color .15s;display:flex}.hl-sidebar__link svg{flex-shrink:0}.hl-sidebar__link span{color:inherit!important}.hl-sidebar__link:hover{color:var(--hl-white);background:#ffffff0d}.hl-sidebar__link.is-active{color:var(--hl-white);background:var(--hl-navy-card);border-left-color:var(--hl-yellow);font-weight:700}.hl-sidebar__logout{color:var(--hl-mute-dark);font-size:var(--hl-fs-14);background:0 0;border:none;border-top:1px solid #ffffff14;align-items:center;gap:12px;margin:12px 20px 0;padding:16px 0 11px;transition:color .15s;display:flex}.hl-sidebar__logout span{color:inherit!important}.hl-sidebar__logout:hover{color:var(--hl-white)}.hl-notif-bell{position:relative}.hl-notif-bell__trigger{border:1.5px solid var(--hl-hairline);width:40px;height:40px;color:var(--hl-navy);background:0 0;justify-content:center;align-items:center;display:flex;position:relative}.hl-notif-bell__trigger:hover{background:#14213f0a}.hl-notif-bell__count{background:var(--hl-danger);min-width:18px;height:18px;color:var(--hl-white);justify-content:center;align-items:center;padding:0 4px;font-size:10px;font-weight:700;display:flex;position:absolute;top:-6px;right:-6px}.hl-notif-panel{background:var(--hl-card);z-index:200;flex-direction:column;width:360px;max-width:calc(100vw - 32px);display:flex;position:absolute;top:calc(100% + 10px);right:0;box-shadow:0 16px 40px #0e183038}.hl-notif-panel__header{border-bottom:1px solid var(--hl-hairline);justify-content:space-between;align-items:center;padding:14px 16px;display:flex}.hl-notif-panel__header strong{font-size:var(--hl-fs-14)}.hl-notif-panel__header button{color:var(--hl-navy);font-size:var(--hl-fs-12);background:0 0;border:none;align-items:center;gap:4px;font-weight:600;display:flex}.hl-notif-panel__list{max-height:360px;overflow-y:auto}.hl-notif-panel__empty{text-align:center;color:var(--hl-mute);font-size:var(--hl-fs-14);padding:24px 16px}.hl-notif-panel__item{text-align:left;border:none;border-bottom:1px solid var(--hl-hairline);background:0 0;gap:10px;width:100%;padding:12px 16px;display:flex}.hl-notif-panel__item:hover{background:#14213f08}.hl-notif-panel__item.is-unread{background:#e3e62e14}.hl-notif-panel__dot{background:var(--hl-info);flex-shrink:0;width:8px;height:8px;margin-top:6px}.hl-notif-panel__dot--critical{background:var(--hl-danger)}.hl-notif-panel__dot--warning{background:var(--hl-warning)}.hl-notif-panel__dot--info{background:var(--hl-info)}.hl-notif-panel__body{flex-direction:column;gap:2px;min-width:0;display:flex}.hl-notif-panel__body strong{font-size:var(--hl-fs-12)}.hl-notif-panel__body span{font-size:var(--hl-fs-12);text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden;color:var(--hl-mute)!important}.hl-notif-panel__body em{color:var(--hl-mute);margin-top:2px;font-size:10px;font-style:normal}.hl-notif-panel__footer{text-align:center;border:none;border-top:1px solid var(--hl-hairline);color:var(--hl-navy);font-size:var(--hl-fs-12);background:0 0;padding:12px 16px;font-weight:700}.hl-notif-panel__footer:hover{background:#14213f08}.hl-datetime{border-right:1px solid var(--hl-hairline);align-items:center;gap:16px;margin-right:4px;padding-right:16px;display:flex}@media (width<=767px){.hl-datetime{display:none}}.hl-datetime__block{flex-direction:column;line-height:1.25;display:flex}.hl-datetime__time{font-family:var(--hl-font-head);font-weight:700;font-size:var(--hl-fs-14);font-variant-numeric:tabular-nums;color:var(--hl-ink)}.hl-datetime__date{text-transform:uppercase;letter-spacing:.05em;color:var(--hl-mute);font-size:10px}.hl-datetime__weather{align-items:center;gap:6px;display:flex}.hl-datetime__weather svg{color:var(--hl-navy);flex-shrink:0}.hl-datetime__weather span{font-family:var(--hl-font-head);font-weight:700;font-size:var(--hl-fs-14);font-variant-numeric:tabular-nums;color:var(--hl-ink)}.hl-topbar{background:var(--hl-card);border-bottom:1px solid var(--hl-hairline);z-index:10;flex-shrink:0;align-items:center;gap:14px;height:68px;padding:0 24px;display:flex;position:relative;box-shadow:0 1px #14213f08,0 6px 16px -8px #14213f0f}.hl-topbar__menu-btn{color:var(--hl-navy);background:0 0;border:none;display:none}@media (width<=1024px){.hl-topbar__menu-btn{display:flex}}.hl-topbar__spacer{flex:1}.hl-topbar__user{position:relative}.hl-topbar__user-btn{background:0 0;border:none;align-items:center;gap:10px;padding:6px;display:flex}.hl-topbar__user-btn:hover{background:#14213f0a}.hl-topbar__avatar{background:var(--hl-navy);width:34px;height:34px;font-size:var(--hl-fs-12);flex-shrink:0;justify-content:center;align-items:center;font-weight:700;display:flex;color:var(--hl-white)!important}.hl-topbar__user-info{text-align:left;flex-direction:column;display:flex}@media (width<=767px){.hl-topbar__user-info{display:none}}.hl-topbar__user-info strong{font-size:var(--hl-fs-14);line-height:1.2}.hl-topbar__user-info span{font-size:11px;color:var(--hl-mute)!important}.hl-topbar__dropdown{background:var(--hl-card);z-index:200;flex-direction:column;width:200px;display:flex;position:absolute;top:calc(100% + 8px);right:0;box-shadow:0 16px 40px #0e183038}.hl-topbar__dropdown button{font-size:var(--hl-fs-14);color:var(--hl-ink);text-align:left;background:0 0;border:none;align-items:center;gap:10px;padding:12px 14px;display:flex}.hl-topbar__dropdown button:hover{background:#14213f0d}.hl-dashboard{height:100vh;display:flex;overflow:hidden}@media (width<=1024px){.hl-dashboard__sidebar{z-index:300;transition:transform .2s;position:fixed;top:0;bottom:0;left:0;transform:translate(-100%)}.hl-dashboard__sidebar.is-open{transform:translate(0)}}.hl-dashboard__scrim{z-index:250;background:#0e183080;display:none;position:fixed;inset:0}@media (width<=1024px){.hl-dashboard__scrim{display:block}}.hl-dashboard__main{flex-direction:column;flex:1;min-width:0;display:flex}.hl-dashboard__content{flex:1;padding:28px 32px 60px;overflow-y:auto}@media (width<=767px){.hl-dashboard__content{padding:20px 16px 48px}}.hl-dashboard__content>*{max-width:1440px;margin-left:auto;margin-right:auto}.hl-welcome{width:100%;max-width:460px}.hl-welcome__title{font-size:var(--hl-fs-32);margin-top:8px}.hl-welcome__desc{margin-top:10px;color:var(--hl-mute)!important}.hl-welcome__actions{flex-direction:column;gap:12px;margin-top:28px;display:flex}.hl-welcome__ghost-link{text-align:center;font-size:var(--hl-fs-14);color:var(--hl-navy);text-underline-offset:3px;padding:4px;font-weight:600;text-decoration:underline}.hl-field{flex-direction:column;gap:6px;width:100%;display:flex}.hl-field__label{font-size:var(--hl-fs-12);color:var(--hl-ink);font-weight:600}.hl-field__hint{font-size:var(--hl-fs-12);color:var(--hl-mute)!important}.hl-field__error{font-size:var(--hl-fs-12);color:var(--hl-danger)!important}.hl-input,.hl-select,.hl-textarea{background:var(--hl-card);border:1.5px solid var(--hl-hairline);border-radius:var(--hl-radius-input);width:100%;color:var(--hl-ink);font-family:var(--hl-font-body);font-size:var(--hl-fs-14);padding:0 14px}.hl-input::placeholder,.hl-select::placeholder,.hl-textarea::placeholder{color:var(--hl-mute)}.hl-input:focus-visible,.hl-select:focus-visible,.hl-textarea:focus-visible{border-color:var(--hl-navy);outline:none}.hl-input.hl-field--invalid,.hl-select.hl-field--invalid,.hl-textarea.hl-field--invalid{border-color:var(--hl-danger)}.hl-input,.hl-select{height:44px}.hl-select{appearance:none;background-image:linear-gradient(45deg, transparent 50%, var(--hl-navy) 50%), linear-gradient(135deg, var(--hl-navy) 50%, transparent 50%);background-position:calc(100% - 20px),calc(100% - 15px);background-repeat:no-repeat;background-size:5px 5px,5px 5px}.hl-textarea{resize:vertical;min-height:110px;padding:12px 14px}.hl-checkbox{cursor:pointer;align-items:flex-start;gap:10px;display:flex}.hl-checkbox input{width:16px;height:16px;accent-color:var(--hl-navy);margin-top:3px}.hl-checkbox span{font-size:var(--hl-fs-14);color:var(--hl-mute)!important}.hl-btn{font-family:var(--hl-font-body);font-weight:700;font-size:var(--hl-fs-14);letter-spacing:.01em;white-space:nowrap;border:2px solid #0000;justify-content:center;align-items:center;gap:8px;transition:background .15s,color .15s,border-color .15s,opacity .15s,box-shadow .15s,transform .1s;display:inline-flex}.hl-btn:active:not(:disabled){transform:scale(.98)}.hl-btn--md{height:44px;padding:0 20px}.hl-btn--sm{height:34px;font-size:var(--hl-fs-12);padding:0 14px}.hl-btn--full{width:100%}.hl-btn:disabled{opacity:.5;pointer-events:none}.hl-btn--primary{background:var(--hl-navy);color:var(--hl-white)!important}.hl-btn--primary:hover:not(:disabled){background:var(--hl-navy-deep);box-shadow:0 6px 16px -6px #14213f80}.hl-btn--accent{background:var(--hl-yellow);color:var(--hl-navy)!important}.hl-btn--accent:hover:not(:disabled){filter:brightness(.95);box-shadow:0 6px 16px -6px #e3e62e80}.hl-btn--secondary{border-color:var(--hl-navy);background:0 0;color:var(--hl-navy)!important}.hl-btn--secondary:hover{background:var(--hl-navy);color:var(--hl-white)!important}.hl-btn--ghost{background:0 0;color:var(--hl-navy)!important}.hl-btn--ghost:hover{background:#14213f0f}.hl-btn--danger{background:var(--hl-danger);color:var(--hl-white)!important}.hl-btn--danger:hover{filter:brightness(.92)}.hl-btn--light{background:0 0;border-color:#ffffff8c;color:var(--hl-white)!important}.hl-btn--light:hover{background:var(--hl-white);border-color:var(--hl-white);color:var(--hl-navy)!important}.hl-btn__spinner{border:2px solid;border-right-color:#0000;border-radius:50%;width:14px;height:14px;animation:.7s linear infinite hl-spin}@keyframes hl-spin{to{transform:rotate(360deg)}}.hl-auth-form{width:100%;max-width:420px}.hl-auth-form h2{font-size:var(--hl-fs-32);margin-top:6px}.hl-auth-form__lede{margin-top:8px;color:var(--hl-mute)!important}.hl-auth-form form{flex-direction:column;gap:16px;margin-top:24px;display:flex}.hl-auth-form__error{background:var(--hl-danger-bg);font-size:var(--hl-fs-14);padding:10px 12px;color:var(--hl-danger)!important}.hl-auth-form__foot{font-size:var(--hl-fs-12);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;margin-top:18px;display:flex}.hl-auth-form__foot a{color:var(--hl-navy);text-underline-offset:3px;font-weight:600;text-decoration:underline;font-size:var(--hl-fs-12)!important}.hl-auth-form__foot span{color:var(--hl-mute)!important;font-size:var(--hl-fs-12)!important}.hl-auth-form__samples{border-top:1px solid var(--hl-hairline);flex-direction:column;gap:8px;margin-top:32px;padding-top:20px;display:flex}.hl-auth-form__sample{background:var(--hl-card);border:1px solid var(--hl-hairline);text-align:left;align-items:center;gap:10px;padding:10px 12px;display:flex}.hl-auth-form__sample:hover{border-color:var(--hl-navy)}.hl-auth-form__sample-role{text-transform:uppercase;letter-spacing:.04em;background:var(--hl-navy);flex-shrink:0;padding:3px 8px;font-size:10px;font-weight:700;color:var(--hl-white)!important}.hl-auth-form__sample-email{font-size:var(--hl-fs-12);text-overflow:ellipsis;white-space:nowrap;flex:1;overflow:hidden;color:var(--hl-mute)!important}.hl-auth-form__sample-use{color:var(--hl-navy);font-size:11px;font-weight:700}.hl-auth-form__success{flex-direction:column;align-items:flex-start;gap:12px;display:flex}.hl-auth-form__success svg{color:var(--hl-success)}.hl-auth-form__success a{margin-top:12px}.hl-page-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:16px;margin-bottom:24px;display:flex}.hl-page-header__title{font-size:var(--hl-fs-32);margin-top:4px}.hl-page-header__desc{max-width:640px;margin-top:6px;color:var(--hl-mute)!important}.hl-page-header__actions{flex-wrap:wrap;gap:10px;display:flex}.hl-icon-badge{flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.hl-icon-badge--sm{width:32px;height:32px}.hl-icon-badge--sm svg{width:16px;height:16px}.hl-icon-badge--md{width:44px;height:44px}.hl-icon-badge--md svg{width:20px;height:20px}.hl-icon-badge--lg{width:56px;height:56px}.hl-icon-badge--lg svg{width:26px;height:26px}.hl-icon-badge--navy{background:var(--hl-navy);color:var(--hl-white)!important}.hl-icon-badge--yellow{background:var(--hl-yellow);color:var(--hl-navy)!important}.hl-icon-badge--white{background:var(--hl-white);color:var(--hl-navy)!important}.hl-icon-badge--danger{background:var(--hl-danger);color:var(--hl-white)!important}.hl-icon-badge--success{background:var(--hl-success);color:var(--hl-white)!important}.hl-icon-badge--info{background:var(--hl-info);color:var(--hl-white)!important}.hl-icon-badge--offline{background:var(--hl-offline);color:var(--hl-white)!important}.hl-stat-card{background:var(--hl-card);box-shadow:var(--hl-shadow);border:1px solid #14213f0f;align-items:flex-start;gap:16px;padding:22px 20px;transition:box-shadow .2s,transform .2s;display:flex}.hl-stat-card:hover{box-shadow:var(--hl-shadow-lg);transform:translateY(-1px)}.hl-stat-card__body{flex-direction:column;gap:7px;min-width:0;display:flex}.hl-stat-card__value{font-family:var(--hl-font-head);font-size:var(--hl-fs-28);font-variant-numeric:tabular-nums;letter-spacing:-.01em;color:var(--hl-ink);line-height:1}@media (width<=1024px){.hl-stat-card{gap:10px;padding:16px 14px}.hl-stat-card .hl-icon-badge{width:34px;height:34px}.hl-stat-card .hl-icon-badge svg{width:16px;height:16px}.hl-stat-card .hl-eyebrow{letter-spacing:.06em;font-size:9px}.hl-stat-card .hl-stat-card__value{font-size:var(--hl-fs-22)}}@media (width<=767px){.hl-stat-card .hl-icon-badge{display:none}}.hl-stat-card__trend{font-size:var(--hl-fs-12);align-items:center;gap:4px;font-weight:600;display:inline-flex}.hl-stat-card__trend.is-good{color:var(--hl-success)}.hl-stat-card__trend.is-bad{color:var(--hl-danger)}.hl-card{background:var(--hl-card);box-shadow:var(--hl-shadow);border:1px solid #14213f0f;position:relative}.hl-card--dark{background:var(--hl-navy-card);box-shadow:none;color:var(--hl-white)}.hl-card--dark *{color:var(--hl-white)!important}.hl-card--accent:before{content:"";background:var(--hl-yellow);height:3px;position:absolute;top:0;left:0;right:0}.hl-card--pad-none{padding:0}.hl-card--pad-sm{padding:16px}.hl-card--pad-md{padding:24px}.hl-badge{height:24px;font-size:var(--hl-fs-10);text-transform:uppercase;letter-spacing:.06em;white-space:nowrap;align-items:center;gap:6px;padding:0 10px;font-weight:700;display:inline-flex}.hl-badge__dot{background:currentColor;width:6px;height:6px;color:inherit!important}.hl-badge--critical{background:var(--hl-danger-bg);color:var(--hl-danger)!important}.hl-badge--warning{background:var(--hl-warning-bg);color:var(--hl-warning)!important}.hl-badge--info{background:var(--hl-info-bg);color:var(--hl-info)!important}.hl-badge--success{background:var(--hl-success-bg);color:var(--hl-success)!important}.hl-badge--offline{background:var(--hl-offline-bg);color:var(--hl-offline)!important}.hl-badge--neutral{background:#14213f0f;color:var(--hl-ink)!important}.hl-badge--accent{background:var(--hl-yellow);color:var(--hl-navy)!important}.hl-empty-state{text-align:center;color:var(--hl-mute);flex-direction:column;align-items:center;gap:10px;padding:56px 24px;display:flex}.hl-empty-state__icon{background:var(--hl-placeholder);width:56px;height:56px;color:var(--hl-navy);justify-content:center;align-items:center;margin-bottom:6px;display:flex}.hl-empty-state h3{font-size:var(--hl-fs-16);color:var(--hl-ink)}.hl-empty-state p{max-width:380px;font-size:var(--hl-fs-14);color:inherit!important}.hl-chart{width:100%}.hl-chart-tooltip{background:var(--hl-navy);color:var(--hl-white);font-size:var(--hl-fs-12);padding:10px 12px;box-shadow:0 8px 20px #0e18304d}.hl-chart-tooltip strong{color:var(--hl-white);margin-bottom:6px;display:block}.hl-chart-tooltip__row{color:var(--hl-mute-dark);align-items:center;gap:6px;display:flex}.hl-chart-tooltip__row span{color:inherit!important}.hl-chart-tooltip__row strong{color:var(--hl-white);margin:0 0 0 auto}.hl-chart-tooltip__dot{flex-shrink:0;width:8px;height:8px}.hl-skeleton{background:linear-gradient(90deg, var(--hl-placeholder) 25%, #e9e9e3 37%, var(--hl-placeholder) 63%);background-size:400% 100%;animation:1.4s infinite hl-shimmer;display:inline-block}.hl-skeleton--block{display:block}@keyframes hl-shimmer{0%{background-position:100%}to{background-position:0}}.hl-skeleton-stack{flex-direction:column;gap:8px;display:flex}.hl-skeleton-stat{background:var(--hl-card);box-shadow:var(--hl-shadow);align-items:center;gap:14px;padding:20px;display:flex}.hl-skeleton-card{background:var(--hl-card);box-shadow:var(--hl-shadow);flex-direction:column;gap:12px;padding:20px;display:flex}.hl-skeleton-table{flex-direction:column;gap:16px;display:flex}.hl-skeleton-table__row{grid-template-columns:repeat(4,1fr);align-items:center;gap:16px;display:grid}.hl-skeleton-list-row{align-items:center;gap:12px;padding:10px 0;display:flex}.hl-resident-overview{flex-direction:column;gap:20px;display:flex}.hl-resident-overview__stats{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}@media (width<=1024px){.hl-resident-overview__stats{grid-template-columns:repeat(2,1fr)}}.hl-resident-overview__grid{grid-template-columns:1fr 1fr;gap:20px;display:grid}@media (width<=1024px){.hl-resident-overview__grid{grid-template-columns:1fr}}.hl-resident-overview__ticket-head{justify-content:space-between;align-items:center;display:flex}.hl-resident-overview__ticket-head h3{margin-bottom:0}.hl-resident-overview__ticket-head a{font-size:var(--hl-fs-12);color:var(--hl-navy);text-underline-offset:3px;font-weight:700;text-decoration:underline}.hl-consumption{flex-direction:column;gap:20px;display:flex}.hl-consumption__range{border:1.5px solid var(--hl-navy);display:flex}.hl-consumption__range button{font-size:var(--hl-fs-12);color:var(--hl-navy);background:0 0;border:none;padding:8px 14px;font-weight:700}.hl-consumption__range button:not(:last-child){border-right:1.5px solid var(--hl-navy)}.hl-consumption__range button.is-active{background:var(--hl-navy);color:var(--hl-white)}.hl-consumption__grid{grid-template-columns:1fr 1fr 1fr;gap:20px;display:grid}@media (width<=1024px){.hl-consumption__grid{grid-template-columns:1fr}}.hl-modal-overlay{z-index:1100;background:#0e18308c;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.hl-modal{background:var(--hl-card);flex-direction:column;width:100%;max-height:calc(100vh - 40px);display:flex;box-shadow:0 20px 60px #0e183066}.hl-modal__header{border-bottom:1px solid var(--hl-hairline);justify-content:space-between;align-items:center;padding:18px 20px;display:flex}.hl-modal__header h3{font-size:var(--hl-fs-22)}.hl-modal__header button{color:var(--hl-ink);background:0 0;border:none;padding:4px}.hl-modal__body{flex-direction:column;gap:14px;padding:20px;display:flex;overflow-y:auto}.hl-modal__footer{border-top:1px solid var(--hl-hairline);justify-content:flex-end;gap:10px;padding:16px 20px;display:flex}.hl-calendar-grid__head{justify-content:space-between;align-items:center;gap:12px;margin-bottom:14px;display:flex}.hl-calendar-grid__month{font-family:var(--hl-font-head);font-size:var(--hl-fs-16);color:var(--hl-navy);font-weight:600}.hl-calendar-grid__nav{align-items:center;gap:6px;display:flex}.hl-calendar-grid__nav button{appearance:none;border:1px solid var(--hl-hairline);background:var(--hl-bg);color:var(--hl-navy);justify-content:center;align-items:center;width:28px;height:28px;transition:border-color .15s,background-color .15s;display:flex}.hl-calendar-grid__nav button:hover{border-color:var(--hl-navy);background:var(--hl-white)}.hl-calendar-grid__today-btn{font-size:var(--hl-fs-12);padding:0 10px;font-weight:700;width:auto!important}.hl-calendar-grid__weekdays{grid-template-columns:repeat(7,1fr);margin-bottom:6px;display:grid}.hl-calendar-grid__weekdays span{font-size:var(--hl-fs-10);text-transform:uppercase;letter-spacing:.06em;color:var(--hl-mute);text-align:center;font-weight:700}.hl-calendar-grid__days{grid-template-columns:repeat(7,1fr);gap:4px;display:grid}.hl-calendar-grid__day{appearance:none;font:inherit;aspect-ratio:1;border:1px solid var(--hl-hairline);background:var(--hl-bg);cursor:default;flex-direction:column;justify-content:center;align-items:center;gap:4px;width:100%;padding:0;transition:border-color .15s,background-color .15s;display:flex}.hl-calendar-grid__day.is-outside{opacity:.35}.hl-calendar-grid__day.is-today{border-color:var(--hl-navy);background:var(--hl-navy)}.hl-calendar-grid__day.is-today .hl-calendar-grid__day-num{color:var(--hl-white)!important}.hl-calendar-grid__day.has-events{cursor:pointer}.hl-calendar-grid__day.has-events:hover{border-color:var(--hl-navy);background:var(--hl-white)}.hl-calendar-grid__day.is-today.has-events:hover{background:var(--hl-navy-card)}.hl-calendar-grid__day-num{font-size:var(--hl-fs-12);color:var(--hl-ink);font-weight:600}.hl-calendar-grid__dots{gap:3px;display:flex}.hl-calendar-grid__dot{background:var(--hl-yellow);border-radius:50%;width:5px;height:5px}.hl-day-event{border:1px solid var(--hl-hairline);background:var(--hl-bg);flex-direction:column;gap:6px;padding:14px 16px;display:flex}.hl-day-event__head{justify-content:space-between;align-items:center;gap:10px;display:flex}.hl-day-event__time,.hl-day-event__location{font-size:var(--hl-fs-12);align-items:center;gap:5px;display:flex;color:var(--hl-mute)!important}.hl-day-event p{font-size:var(--hl-fs-14);margin:4px 0 0;color:var(--hl-ink)!important}.hl-tip-bins{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px;margin-top:4px;display:grid}.hl-tip-bins__item{border:1px solid var(--hl-hairline);background:var(--hl-bg);gap:14px;padding:16px;display:flex}.hl-tip-bins__body{min-width:0}.hl-tip-bins__body strong{font-size:var(--hl-fs-14);margin:2px 0 8px;display:block}.hl-tip-bins__body ul{flex-direction:column;gap:3px;margin:0 0 8px;padding-left:18px;list-style:outside;display:flex}.hl-tip-bins__body ul li{font-size:var(--hl-fs-12);color:var(--hl-ink)!important}.hl-tip-bins__body p{font-size:var(--hl-fs-12);margin:0;color:var(--hl-mute)!important}.hl-tip-bins__label{text-transform:uppercase;letter-spacing:.06em;font-size:10px;font-weight:700;display:block;color:var(--hl-mute)!important}.hl-tip-list{flex-direction:column;display:flex}.hl-tip-list__head{align-items:center;gap:12px;margin-bottom:6px;display:flex}.hl-tip-list__head h3{margin-bottom:0}.hl-tip-list__item{border-bottom:1px solid var(--hl-hairline);gap:14px;padding:14px 0;display:flex}.hl-tip-list__item:last-child{border-bottom:none;padding-bottom:0}.hl-tip-list__item>div{min-width:0}.hl-tip-list__item strong{font-size:var(--hl-fs-14);margin-bottom:4px;display:block}.hl-tip-list__item p{font-size:var(--hl-fs-14);margin:0;color:var(--hl-mute)!important}:root{--color-background:#fff;--color-background-2:#eee;--color-background-error:#f0f0f0;--color-main-1:#080808;--color-main-2:#5e00ff;--color-main-3:#09f;--color-main-4:#dfdfdf;--font-main:"Rubik", sans-serif;--font-title:"Rubik", sans-serif;--color-text:#080808;--color-link:#080808;--color-label:#080808;--color-error:#721913}*{font-family:var(--font-main);box-sizing:border-box;font-style:normal}html{scroll-behavior:smooth}body{background-color:var(--color-background);overflow-x:hidden}.container{max-width:1340px;margin:0 auto}@media (width<=1360px){.container{padding-left:10px;padding-right:10px}}.mt-120{margin-top:120px}@media (width<=1360px){.mt-120{margin-top:60px}}.mt-60{margin-top:60px}@media (width<=1360px){.mt-60{margin-top:30px}}.mb-120{margin-bottom:120px}@media (width<=1360px){.mb-120{margin-bottom:60px}}.mb-60{margin-bottom:60px}@media (width<=1360px){.mb-60{margin-bottom:30px}}.pt-120{padding-top:120px}@media (width<=1360px){.pt-120{padding-top:60px}}.pt-60{padding-top:60px}@media (width<=1360px){.pt-60{padding-top:30px}}.pb-120{padding-bottom:120px}@media (width<=1360px){.pb-120{padding-bottom:60px}}.pb-60{padding-bottom:60px}@media (width<=1360px){.pb-60{padding-bottom:30px}}header{z-index:20;position:relative}h1{font-family:var(--font-title);color:var(--color-text);margin:0;font-size:90px;font-weight:400;line-height:normal}@media (width<=1200px){h1{font-size:60px}}h2{font-family:var(--font-title);color:var(--color-text);margin:0;font-size:60px;font-weight:400;line-height:normal}@media (width<=1200px){h2{font-size:48px}}h3{font-family:var(--font-title);color:var(--color-text);margin:0;font-size:48px;font-weight:400;line-height:normal}@media (width<=1200px){h3{font-size:36px}}h4{font-family:var(--font-title);color:var(--color-text);margin:0;font-size:36px;font-weight:400;line-height:normal}@media (width<=1200px){h4{font-size:24px}}h5{font-family:var(--font-title);color:var(--color-text);margin:0;font-size:24px;font-weight:400;line-height:normal}@media (width<=1200px){h5{font-size:18px}}h6{font-family:var(--font-title);color:var(--color-text);margin:0;font-size:18px;font-weight:400;line-height:normal}@media (width<=1200px){h6{font-size:16px}}p,span,a,li{color:var(--color-text);margin:0;font-size:16px;font-style:normal;font-weight:400;line-height:150%}a{color:var(--color-link)}ul,ol{padding-left:30px}.input-wrapper label:not(.checkbox-wrapper){color:var(--color-label);padding:10px 18px;font-size:16px;font-style:normal;font-weight:500;line-height:150%;display:block}.input-wrapper textarea,.input-wrapper input{background:var(--color-background-2);border:2px solid var(--color-background-2);width:100%;height:60px;color:var(--color-text);border-radius:24px;padding:0 18px;font-size:16px;font-style:normal;font-weight:400;line-height:150%}.input-wrapper textarea::placeholder,.input-wrapper input::placeholder{color:#9a9a9a}.input-wrapper textarea:focus-visible,.input-wrapper input:focus-visible{outline:none}.input-wrapper textarea{height:250px;padding:18px}.input-wrapper select{background:var(--color-background-2);border:2px solid var(--color-background-2);width:100%;height:60px;color:var(--color-text);-webkit-appearance:none;-moz-appearance:none;border-radius:24px;padding:0 18px;font-size:16px;font-style:normal;font-weight:400;line-height:150%;background-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20opacity='0.24'%3e%3cpath%20d='M17.9207%208.17969H11.6907H6.08072C5.12072%208.17969%204.64073%209.33969%205.32073%2010.0197L10.5007%2015.1997C11.3307%2016.0297%2012.6807%2016.0297%2013.5107%2015.1997L15.4807%2013.2297L18.6907%2010.0197C19.3607%209.33969%2018.8807%208.17969%2017.9207%208.17969Z'%20fill='%2315141B'/%3e%3c/g%3e%3c/svg%3e")!important;background-position:right 18px center!important;background-repeat:no-repeat!important}.input-wrapper select::-ms-expand{display:none}.input-wrapper select:focus-visible{outline:none}.input-wrapper.error input{background:var(--color-background-error);color:var(--color-error);border:2px solid var(--color-error);outline:none}.input-wrapper.error input::placeholder{color:var(--color-error)}.input-wrapper.error textarea{background:var(--color-background-error);color:var(--color-error);border:2px solid var(--color-error);outline:none}.input-wrapper.error textarea::placeholder{color:var(--color-error)}.input-wrapper.error select{background:var(--color-background-error);color:var(--color-error);border:2px solid var(--color-error)}.input-wrapper.error select::placeholder{color:var(--color-error)}.input-wrapper .error-message{color:var(--color-error);padding:10px 18px}.select .select-trigger{background:var(--color-background-2);border:2px solid var(--color-background-2);width:100%;height:60px;color:var(--color-text);border-radius:24px;justify-content:space-between;align-items:center;padding:0 18px;font-size:16px;font-style:normal;font-weight:400;line-height:150%;display:flex}.select .select-trigger:after{content:url(../../assets/img/select-arrow.svg);height:24px;transition:transform .3s;display:block;transform:rotate(0)}.select .select-inner{background:var(--color-main-1);border-radius:24px;min-width:250px;margin-top:10px;padding:18px}.select .select-inner .select-menu span{color:#fff;font-size:16px;font-weight:500}.select.error .select-trigger{background:var(--color-background-error);color:var(--color-error);border:2px solid var(--color-error)}.select.error .select-trigger::placeholder{color:var(--color-error)}.select .error-message{color:var(--color-error);padding:10px 18px}.checkbox-wrapper label span{color:#b1b1b1}.checkbox-wrapper label span a{color:var(--color-link);text-underline-offset:2px;text-decoration:underline}.checkbox-wrapper .checkmark-wrapper:before{content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_12157_3187)'%3e%3cmask%20id='mask0_12157_3187'%20style='mask-type:luminance'%20maskUnits='userSpaceOnUse'%20x='0'%20y='0'%20width='24'%20height='24'%3e%3cpath%20d='M24%200H0V24H24V0Z'%20fill='white'/%3e%3c/mask%3e%3cg%20mask='url(%23mask0_12157_3187)'%3e%3cpath%20opacity='0.4'%20d='M7.80957%203H16.1904C17.8115%203.00008%2018.9848%203.47991%2019.751%204.24707C20.517%205.01409%2020.9947%206.18719%2020.9902%207.80762V16.1904C20.9901%2017.8113%2020.5108%2018.9852%2019.7432%2019.7529C18.9754%2020.5207%2017.8008%2021%2016.1797%2021H7.80957C6.18868%2020.9999%205.01463%2020.5205%204.24707%2019.752C3.47948%2018.9832%203%2017.8063%203%2016.1797V7.80957C3.00008%206.18866%203.47939%205.01475%204.24707%204.24707C5.01475%203.47939%206.18866%203.00008%207.80957%203Z'%20stroke='%23B1B1B1'%20stroke-width='2'/%3e%3c/g%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_12157_3187'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");border:none;width:24px;height:24px;transition:all .2s;display:flex;position:relative}.checkbox-wrapper label input:checked+.checkmark-wrapper:before{content:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_12157_3196)'%3e%3cmask%20id='mask0_12157_3196'%20style='mask-type:luminance'%20maskUnits='userSpaceOnUse'%20x='0'%20y='0'%20width='24'%20height='24'%3e%3cpath%20d='M24%200H0V24H24V0Z'%20fill='white'/%3e%3c/mask%3e%3cg%20mask='url(%23mask0_12157_3196)'%3e%3cpath%20d='M16.19%202H7.81C4.17%202%202%204.17%202%207.81V16.18C2%2019.83%204.17%2022%207.81%2022H16.18C19.82%2022%2021.99%2019.83%2021.99%2016.19V7.81C22%204.17%2019.83%202%2016.19%202ZM16.78%209.7L11.11%2015.37C10.97%2015.51%2010.78%2015.59%2010.58%2015.59C10.38%2015.59%2010.19%2015.51%2010.05%2015.37L7.22%2012.54C6.93%2012.25%206.93%2011.77%207.22%2011.48C7.51%2011.19%207.99%2011.19%208.28%2011.48L10.58%2013.78L15.72%208.64C16.01%208.35%2016.49%208.35%2016.78%208.64C17.07%208.93%2017.07%209.4%2016.78%209.7Z'%20fill='%235E00FF'/%3e%3c/g%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_12157_3196'%3e%3crect%20width='24'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");opacity:1;background:0 0;border:none}.checkbox-wrapper .error-wrapper{padding:12px 18px}.button{cursor:pointer;border:none;border-radius:24px;align-items:center;gap:6px;width:fit-content;height:60px;padding:0 36px;font-size:16px;font-style:normal;font-weight:500;line-height:150%;text-decoration:none;display:flex}.button:disabled{opacity:.5;pointer-events:none}.button.btn-primary{background:var(--color-main-2)}.button.btn-secondary{background:var(--color-main-3)}body{margin:0}
