.landing-page,.landing-page body{min-height:100vh}html.landing-page,body.landing-page{overflow-y:auto;overflow-x:hidden}#root.landing-page-root{height:auto;min-height:100vh;overflow:visible}body.landing-page,body.landing-page #root{background:#fff}body.landing-page,body.landing-page *{scrollbar-width:thin;scrollbar-color:rgba(150,171,191,.95) rgba(233,240,246,.78)}body.landing-page *::-webkit-scrollbar{width:12px;height:12px}body.landing-page *::-webkit-scrollbar-track{background:#e9f0f6c7}body.landing-page *::-webkit-scrollbar-thumb{border:2px solid rgba(233,240,246,.78);border-radius:999px;background:#96abbff2;background-clip:padding-box}body.landing-page *::-webkit-scrollbar-thumb:hover{background:#70889efa;background-clip:padding-box}.legacy-landing{min-height:100vh;padding:0 24px 40px;color:#212529}.legacy-landing__container,.legacy-landing__hero,.legacy-landing__features,.legacy-landing__footer{width:min(920px,100%);margin-left:auto;margin-right:auto}.legacy-landing__header{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:20px;padding:20px 0 18px}.legacy-landing__brand-wrap{flex:0 0 auto}.legacy-landing__brand{display:inline-flex;text-decoration:none}.legacy-landing__brand img{display:block;width:auto;height:44px}.legacy-landing__nav{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:6px}.legacy-landing__nav-link,.legacy-landing__footer nav a,.legacy-landing__footer nav button{border:none;background:transparent;color:#0d6efd;padding:8px 10px;font:inherit;text-decoration:none;cursor:pointer}.legacy-landing__nav-link--active{color:#6c757d}.legacy-landing__actions{display:flex;align-items:center;gap:10px}.legacy-landing__button,.legacy-landing__cta,.legacy-landing-modal__button{display:inline-flex;align-items:center;justify-content:center;border:1px solid #0d6efd;border-radius:8px;background:#0d6efd;color:#fff;padding:12px 18px;font-weight:600;font-size:1rem;text-decoration:none;cursor:pointer}.legacy-landing__button--ghost{background:#fff;color:#0d6efd}.legacy-landing__hero{padding:46px 0 0;text-align:center;border-bottom:1px solid #dee2e6}.legacy-landing__hero h1{margin:0;color:#212529;font-size:clamp(2.4rem,5vw,3.6rem);font-weight:700;line-height:1.12}.legacy-landing__hero-copy{width:min(720px,100%);margin:0 auto}.legacy-landing__hero p{margin:20px 0 0;color:#495057;font-size:1.25rem;line-height:1.6}.legacy-landing__hero-actions{display:flex;justify-content:center;margin-top:16px;margin-bottom:42px}.legacy-landing__cta{padding:13px 22px;font-size:1.1rem}.legacy-landing__hero-image-wrap{max-height:30vh;overflow:hidden}.legacy-landing__hero-image-frame{width:min(920px,100%);margin:0 auto;padding:0 40px}.legacy-landing__hero-image-frame img{display:block;width:100%;height:auto;border:1px solid #dee2e6;border-radius:18px;box-shadow:0 18px 42px #0000001f}.legacy-landing__features{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:28px;padding:48px 0 0}.legacy-landing-feature__icon{width:64px;height:64px;display:inline-flex;align-items:center;justify-content:center;border-radius:12px;background:linear-gradient(180deg,#2f86ff,#186dec);color:#fff}.legacy-landing-feature__icon svg{width:30px;height:30px;fill:currentColor}.legacy-landing-feature h3{margin:18px 0 10px;font-size:2rem;color:#212529}.legacy-landing-feature p{margin:0;color:#495057;line-height:1.65}.legacy-landing__footer{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:20px;padding:18px 0 0;margin-top:36px;border-top:1px solid #dee2e6;color:#6c757d}.legacy-landing__footer p{margin:0}.legacy-landing__footer nav{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:4px}.legacy-landing-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1200;display:flex;align-items:center;justify-content:center;padding:24px;background:#2125296b}.legacy-landing-modal__card{width:min(100%,520px);border-radius:18px;background:#fff;box-shadow:0 24px 48px #0000002e}.legacy-landing-modal__card--waitlist{width:min(100%,680px)}.legacy-landing-modal__header{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:22px 24px 10px}.legacy-landing-modal__header h2{margin:0;font-size:1.4rem;color:#212529}.legacy-landing-modal__close{border:none;background:transparent;padding:0;color:#495057;cursor:pointer}.legacy-landing-modal__close svg{width:22px;height:22px;stroke:currentColor;stroke-width:1.8;fill:none}.legacy-landing-modal__body{padding:0 24px 20px}.legacy-landing-modal__body--waitlist{padding:0 24px 24px}.legacy-landing-modal__body p{margin:0;color:#495057;line-height:1.7}.legacy-landing-modal__iframe{display:block;width:100%;max-width:900px;height:400px;border:0}.legacy-landing-modal__footer{padding:0 24px 24px}.legacy-landing-modal__button{width:100%}@media (max-width: 980px){.legacy-landing__header{justify-content:center;text-align:center}.legacy-landing__features{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 720px){.legacy-landing{padding:0 16px 28px}.legacy-landing__brand img{height:38px}.legacy-landing__actions{flex-wrap:wrap;justify-content:center}.legacy-landing__hero p{font-size:1.08rem}.legacy-landing__hero-image-frame{padding:0 12px}.legacy-landing__features{grid-template-columns:1fr;gap:24px}.legacy-landing__footer{flex-direction:column;align-items:flex-start}.legacy-landing__footer nav{justify-content:flex-start}}:root[data-theme=dark] body.landing-page,:root[data-theme=dark] body.landing-page #root{background:#0d141b}:root[data-theme=dark] body.landing-page,:root[data-theme=dark] body.landing-page *{scrollbar-color:rgba(72,94,113,.95) rgba(18,30,41,.88)}:root[data-theme=dark] body.landing-page *::-webkit-scrollbar-track{background:#121e29e0}:root[data-theme=dark] body.landing-page *::-webkit-scrollbar-thumb{border-color:#121e29e0;background:#485e71f2}:root[data-theme=dark] .legacy-landing{color:#dce7f0}:root[data-theme=dark] .legacy-landing__hero{border-bottom-color:#2b3e4f}:root[data-theme=dark] .legacy-landing__hero h1,:root[data-theme=dark] .legacy-landing-feature h3,:root[data-theme=dark] .legacy-landing-modal__header h2{color:#dce7f0}:root[data-theme=dark] .legacy-landing__hero p,:root[data-theme=dark] .legacy-landing-feature p,:root[data-theme=dark] .legacy-landing__footer,:root[data-theme=dark] .legacy-landing-modal__body p{color:#98aab9}:root[data-theme=dark] .legacy-landing__nav-link,:root[data-theme=dark] .legacy-landing__footer nav a,:root[data-theme=dark] .legacy-landing__footer nav button{color:#8fc4f5}:root[data-theme=dark] .legacy-landing__nav-link--active{color:#98aab9}:root[data-theme=dark] .legacy-landing__button,:root[data-theme=dark] .legacy-landing__cta,:root[data-theme=dark] .legacy-landing-modal__button{border-color:#2e8ae6;background:#2e8ae6;color:#f5fbff}:root[data-theme=dark] .legacy-landing__button--ghost{background:#13212d;color:#8fc4f5}:root[data-theme=dark] .legacy-landing__hero-image-frame img{border-color:#2b3e4f;box-shadow:0 24px 48px #00000057}:root[data-theme=dark] .legacy-landing__footer{border-top-color:#2b3e4f}:root[data-theme=dark] .legacy-landing-modal{background:#070c1294}:root[data-theme=dark] .legacy-landing-modal__card{background:#13212d;box-shadow:0 24px 48px #00000061}:root[data-theme=dark] .legacy-landing-modal__close{color:#98aab9}:root{color:#2c2f3c;background:linear-gradient(180deg,#f4f6f9,#ecf1f6);font-family:Arial,sans-serif;font-size:11pt;line-height:1.5;color-scheme:light}:root[data-theme=dark]{color-scheme:dark}*{box-sizing:border-box}html,body{margin:0;height:100%;min-height:100vh;overflow:hidden}#root{height:100%;overflow:hidden}html.admin-page,body.admin-page{height:100%;min-height:100%;overflow:hidden}body.admin-page{background:#0b1219}#root.admin-page-root{height:100%;min-height:100%;overflow:hidden}*{scrollbar-width:thin;scrollbar-color:#5b7084 transparent}*::-webkit-scrollbar{width:10px;height:10px}*::-webkit-scrollbar-track{background:transparent}*::-webkit-scrollbar-thumb{border:2px solid transparent;border-radius:999px;background:#5b70848c;background-clip:padding-box}*::-webkit-scrollbar-thumb:hover{background:#455c71b8;background-clip:padding-box}button,input,select,textarea{font:inherit}.shell{max-width:100%;padding:0;height:100vh;min-height:100vh;overflow:auto}.verify-banner{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:12px 18px;background:#fff4dd;border-bottom:1px solid #e3c37a;color:#6c4b06}.verify-banner__text{margin-left:8px;font-weight:400}.verify-banner__button{border:1px solid #d8b45f;background:#fffaf0;color:#6c4b06;border-radius:8px;padding:8px 12px;cursor:pointer}.settings-callout{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:12px 14px;border:1px solid rgba(236,186,83,.35);border-radius:10px;background:#ecba5314}.shell--loading{background:#fff}:root[data-theme=dark] .shell--loading{background:#162431}.workspace--loading{min-height:100vh}.app-loader{flex:1;min-height:100vh;display:flex;align-items:center;justify-content:center}.app-loader__spinner{width:34px;height:34px;border:2px solid rgba(69,115,152,.22);border-top-color:#169ad0;border-radius:50%;animation:app-loader-spin .9s linear infinite}@keyframes app-loader-spin{to{transform:rotate(360deg)}}a{color:inherit}.login-brand{display:inline-flex;align-items:center;text-decoration:none}.theme-toggle{border:1px solid #d7e0e8;background:#ffffffeb;color:#2e4760;border-radius:999px;padding:10px 14px;cursor:pointer}.theme-toggle--compact{border-radius:8px;padding:9px 12px}.login-shell{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:20px;background:linear-gradient(180deg,#edf1f5,#e7ecef)}.login-card{width:min(100%,344px);padding:34px 36px 28px;border-radius:4px;background:#fff;box-shadow:0 18px 44px #172c3f14}.login-card__logo-wrap{display:flex;justify-content:center;margin:0 0 28px}.login-card__logo-link{display:inline-flex}.login-card__logo{display:block;width:auto;height:46px}.login-card__title{margin:0 0 28px;text-align:center;color:#546f8f;font-size:2rem;font-weight:500}.login-form{display:grid;gap:0}.login-field{display:grid;grid-template-columns:1fr;align-items:center;border:1px solid #e2e4e7;background:#fff}.login-field+.login-field{border-top:none}.login-field input{border:none;padding:14px 18px;outline:none;background:transparent}.login-button{margin-top:16px;border:none;border-radius:3px;background:#ff3469;color:#fff;padding:14px 18px;cursor:pointer}.login-link{display:inline-block;margin-top:14px;color:#6f7e8e;text-decoration:none}.login-notice{margin:18px 0 0;color:#5b6f86;font-size:.95rem}.admin-shell{padding:10px;background:#0b1219;color:#d7e2ec;height:100%;min-height:100%;overflow:hidden}.admin-shell .panel,.admin-shell .action-button,.admin-shell .theme-toggle,.admin-shell .badge,.admin-shell .data-table-toolbar__refresh,.admin-shell .data-table-filter-select__trigger,.admin-shell .data-table-filter-select__menu{border-radius:4px}.admin-workspace{min-height:0;height:100%}.admin-layout{display:grid;grid-template-columns:220px minmax(0,1fr);gap:10px;min-height:calc(100vh - 20px);height:calc(100vh - 20px);align-items:stretch}.admin-layout--collapsed{grid-template-columns:72px minmax(0,1fr)}.admin-sidebar{display:flex;flex-direction:column;gap:0;padding:0;background:#162431;border-color:#274359}.admin-sidebar__toggle-row{display:flex;align-items:center;justify-content:space-between;gap:8px;min-height:48px;padding:8px}.admin-sidebar__title{color:#d7e2ec;font-size:.9rem;font-weight:600;white-space:nowrap}.admin-sidebar--collapsed .admin-sidebar__title{display:none}.admin-sidebar--collapsed .admin-sidebar__toggle-row{justify-content:flex-end}.admin-sidebar__toggle{width:32px;height:32px;display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:4px;background:#12212c00;color:#9eb2c5;cursor:pointer}.admin-sidebar__toggle:hover{background:#27435952;color:#e6eff7}.admin-sidebar__toggle:focus,.admin-sidebar__toggle:focus-visible,.admin-sidebar__toggle:active{border:0;outline:none;box-shadow:none}.admin-sidebar__toggle svg{width:14px;height:14px;display:block;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.admin-nav{display:grid;gap:0}.admin-nav__item{display:flex;align-items:center;gap:12px;width:100%;border:1px solid transparent;border-radius:4px;background:transparent;color:#9eb2c5;padding:10px 12px;text-align:left;cursor:pointer}.admin-nav__label{white-space:nowrap}.admin-nav__item:hover{background:#27435952;color:#e6eff7}.admin-nav__item:focus,.admin-nav__item:focus-visible,.admin-nav__item:active{outline:none;box-shadow:none}.admin-nav__item--active{background:#247dbb2e;border-color:#4890c461;color:#eff7fd}.admin-nav__icon{display:inline-flex;align-items:center;justify-content:center;min-width:34px;height:34px;border-radius:4px;background:#ffffff0f;color:inherit;font-size:.68rem;font-weight:700;letter-spacing:.04em}.admin-nav__icon svg{width:16px;height:16px;display:block;fill:currentColor}.admin-sidebar--collapsed .admin-nav__item{justify-content:center;padding:10px 8px}.admin-sidebar--collapsed .admin-nav__label{display:none}.admin-main{display:grid;grid-template-rows:auto minmax(0,1fr);gap:10px;min-height:0;height:100%;overflow:hidden}.admin-topbar{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:6px 8px;background:#162431;border-color:#274359}.admin-shell .action-button,.admin-shell .theme-toggle{border-color:#2e475d;background:#0f1a24;color:#e8f1f8}.admin-shell .action-button:hover,.admin-shell .theme-toggle:hover{border-color:#4d88b8;background:#13202b}.admin-topbar__title strong{color:#eef6fc;font-size:1rem}.admin-topbar__actions{display:flex;align-items:center;gap:10px}.admin-content{display:flex;flex-direction:column;min-height:0;overflow:hidden;padding-right:0;height:100%}.admin-content>*{min-height:0}.admin-content-stack,.admin-grid{display:grid;gap:16px}.admin-content-stack{min-height:0;height:100%;overflow:auto}.admin-grid--summary{grid-template-columns:repeat(4,minmax(0,1fr))}.admin-grid--secondary{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-eyebrow{margin:0;color:#7f95a8;font-size:.76rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.admin-note,.admin-panel-screen__meta{margin:0;color:#8ba0b3}.admin-panel-screen{height:100%;background:#162431;border-color:#274359;padding:10px;display:flex;flex-direction:column;min-height:0;overflow:hidden}.admin-panel-screen--overview{height:auto;overflow:visible;flex:0 0 auto}.admin-panel-screen--table{flex:1 1 auto}.admin-table-region{flex:1 1 auto;min-height:0;display:flex;flex-direction:column;overflow:hidden}.admin-section-bar{display:flex;align-items:center;justify-content:space-between;gap:14px;padding-bottom:10px;margin-bottom:10px;border-bottom:1px solid rgba(39,67,89,.9)}.admin-section-bar__leading{display:inline-flex;align-items:center;gap:10px;min-width:0}.admin-section-bar__tools{display:inline-flex;align-items:center;justify-content:flex-end;gap:10px;flex-wrap:wrap}.admin-callout-card{background:#162431;border-color:#274359}.admin-callout-card__value{margin:0 0 10px;color:#f3f8fc;font-size:1.8rem;font-weight:600}.admin-callout-card__title{margin:0 0 10px;color:#eef6fc;font-size:1rem}.admin-quick-actions{display:flex;gap:10px;flex-wrap:wrap}.admin-kpi{display:grid;gap:8px;background:#162431;border-color:#274359}.admin-kpi strong{color:#eef6fc;font-size:1.35rem}.admin-kpi__label{color:#7f95a8;font-size:.88rem}.admin-form-grid{display:grid;gap:14px;grid-template-columns:repeat(2,minmax(0,1fr))}.admin-form-grid label{display:grid;gap:8px}.admin-form-grid span{color:#8da2b5;font-size:.92rem}.admin-form-grid input,.admin-form-grid select,.admin-form-grid textarea{border:1px solid #2e475d;border-radius:4px;background:#0f1a24;color:#e8f1f8;padding:12px 13px;outline:none}.admin-form-grid input,.admin-form-grid select{min-height:48px;height:48px}.admin-form-grid select{appearance:none;-webkit-appearance:none;-moz-appearance:none;padding-right:38px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='m4.5 6.5 3.5 3 3.5-3' fill='none' stroke='%23cfe0ef' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;background-size:14px 14px}.admin-form-grid input::placeholder,.admin-form-grid textarea::placeholder{color:#72879a}.admin-form-grid input:focus,.admin-form-grid input:focus-visible,.admin-form-grid select:focus,.admin-form-grid select:focus-visible,.admin-form-grid textarea:focus,.admin-form-grid textarea:focus-visible{border-color:#4d88b8;box-shadow:0 0 0 2px #4d88b82e}.admin-form-grid__full{grid-column:1 / -1}.admin-form-grid__actions{grid-column:1 / -1;display:flex;justify-content:flex-end;gap:10px}.admin-form-grid--modal{padding:16px}.action-button--small{min-width:0;min-height:34px;height:34px;padding:0 12px;font-size:.9rem}.admin-inline-notice,.admin-notice{color:#9fc4e1}.admin-panel-screen .data-table-toolbar{margin-top:18px;background:transparent;border:none;padding:0 0 12px}.admin-panel-screen .data-table{display:grid;grid-template-rows:auto auto minmax(0,1fr) auto auto auto;min-height:0;flex:1 1 auto;overflow:hidden;height:100%}.admin-panel-screen .data-table-toolbar__search,.admin-panel-screen .data-table-filter-select__trigger,.admin-panel-screen .data-table-toolbar__refresh{border-color:#2e475d;background:#0f1a24;color:#e8f1f8}.admin-panel-screen .data-table-toolbar__search::placeholder{color:#72879a}.admin-panel-screen .data-table-toolbar__search:focus,.admin-panel-screen .data-table-toolbar__search:focus-visible,.admin-panel-screen .data-table-filter-select__trigger:focus,.admin-panel-screen .data-table-filter-select__trigger:focus-visible,.admin-panel-screen .timeline-menu--open .data-table-filter-select__trigger{border-color:#4d88b8;box-shadow:0 0 0 2px #4d88b82e}.admin-panel-screen .data-table-filter-select__menu{border-color:#2e475d;background:#13202b}.data-table-filter-select--job-types .data-table-filter-select__menu{min-width:220px}.admin-panel-screen .data-table-filter-select__item{color:#d9e5ef}.admin-panel-screen .data-table-filter-select__item:hover,.admin-panel-screen .data-table-filter-select__item--active{background:#4d88b82e}.data-table--admin{margin-top:6px}.data-table--admin .data-table__header,.data-table--admin .data-table__row,.data-table--admin .data-table__body{background:#101b25;color:#d7e2ec;border-color:#274359e6}.data-table--admin .data-table__body{min-height:0;overflow-y:auto}.data-table--admin .data-table__header{background:#2f475dd1;color:#9bb0c3;font-size:.82rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.data-table--admin .data-table__sort{color:inherit}.data-table--admin .data-table__row small{color:#879caf}.data-table--admin .data-table__row--button:hover{background:#4d88b81a}.data-table--admin .data-table__row>span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.data-table--admin .data-table__header>*,.data-table--admin .data-table__footer-row>*{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.data-table--admin-jobs .data-table__header,.data-table--admin-jobs .data-table__row,.data-table--admin-jobs .data-table__filters,.data-table--admin-jobs .data-table__footer-row{grid-template-columns:minmax(150px,1.05fr) 110px 90px 100px 160px 160px 160px minmax(220px,1.2fr)}.data-table--admin-users .data-table__header,.data-table--admin-users .data-table__row,.data-table--admin-users .data-table__filters,.data-table--admin-users .data-table__footer-row{grid-template-columns:minmax(140px,1.1fr) minmax(200px,1.5fr) 110px 110px 100px 90px 100px 90px 170px 170px}.data-table--admin-invites .data-table__header,.data-table--admin-invites .data-table__row,.data-table--admin-invites .data-table__filters,.data-table--admin-invites .data-table__footer-row{grid-template-columns:minmax(160px,1.1fr) minmax(220px,1.4fr) minmax(220px,1.6fr) 120px 120px 180px}.admin-detail-card{margin-top:14px;padding:14px;border:1px solid #274359;border-radius:4px;background:#101b25;flex:0 0 auto}.admin-detail-card__header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:8px}.admin-detail-card__meta{margin:0 0 8px;color:#8ba0b3}.admin-detail-card__actions{display:flex;gap:10px;flex-wrap:wrap}.data-table__pagination{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 0 0;color:#8da2b5}.data-table__pagination-meta{font-size:.92rem}.data-table__pagination-actions{display:flex;gap:8px;align-items:center;flex-wrap:wrap;justify-content:flex-end}.data-table__pagination-actions .action-button{min-width:0;min-height:34px;padding:6px 12px;background:#13202b;border-color:#2e475d;color:#d8e4ef;box-shadow:none}.data-table__pagination-actions .action-button:hover{background:#172735;border-color:#3f6480}.data-table__pagination-actions .action-button:focus,.data-table__pagination-actions .action-button:focus-visible,.data-table__pagination-actions .action-button:active{outline:none;box-shadow:none}.data-table__pagination-pages{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.data-table__pagination-page{min-width:36px;min-height:34px;padding:6px 10px}.data-table__pagination-page--active{border-color:#4d88b8;background:#16324a;color:#eff7fd}.data-table__pagination-ellipsis{color:#8da2b5;padding:0 2px}@media (max-width: 1180px){.admin-layout{grid-template-columns:1fr}.admin-sidebar{flex-direction:row;align-items:center;justify-content:space-between}.admin-nav{grid-auto-flow:column;grid-auto-columns:minmax(0,1fr);overflow-x:auto}.admin-grid--summary,.admin-grid--secondary,.admin-form-grid{grid-template-columns:1fr}}.login-links{display:flex;align-items:center;justify-content:space-between;gap:14px;flex-wrap:wrap}.login-form--spaced{gap:10px}.login-card--wide{width:min(100%,420px)}.panel{background:#ffffffd1;border:1px solid rgba(255,255,255,.7);box-shadow:0 18px 44px #15334f1f;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.dashboard{display:grid;grid-template-columns:1.2fr 1fr;gap:20px}.dashboard--three-up{grid-template-columns:repeat(3,minmax(0,1fr))}.dashboard--two-up{grid-template-columns:1.4fr 1fr}.panel{padding:10px;border-radius:24px}.route-panel{margin-top:20px}.workspace{display:block;min-height:100%}.workspace__content,.route-stack{display:grid;gap:0}.workspace__content{min-height:100%}.panel--error{margin-top:20px;border-color:#c0392b2e;color:#8e2f25}.toast-stack{position:fixed;top:18px;right:18px;z-index:120;display:flex;flex-direction:column;gap:10px;width:min(320px,calc(100vw - 24px));max-height:min(70vh,640px);overflow-y:auto;padding-right:4px;pointer-events:none}.toast{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:11px 12px 11px 14px;border:1px solid rgba(220,228,235,.34);border-radius:8px;background:#181c22bf;box-shadow:0 16px 36px #0a0e1247;color:#f2f7fb;pointer-events:auto;transition:background-color .12s ease,border-color .12s ease;animation:toast-enter .18s ease-out}.toast--success,.toast--warning,.toast--error{border-color:#dce4eb57}.toast__body{min-width:0;display:flex;flex-direction:column;gap:3px;width:100%}.toast__title{margin:0;font-size:10.5pt;font-weight:600;color:inherit}.toast__listing,.toast__meta,.toast__message,.toast__summary{margin:0;overflow-wrap:anywhere}.toast__listing{color:#f2f7fb;font-weight:600}.toast__meta{color:#c8d3dc;font-size:9.5pt}.toast__message,.toast__summary{color:#dbe4eb;font-size:10pt}.toast__actions{display:flex;align-items:center;gap:8px;margin-top:2px}.toast__action{border:1px solid rgba(220,228,235,.22);background:#ffffff08;color:#eef6fc;border-radius:999px;padding:3px 10px;font-size:9pt;line-height:1.2;cursor:pointer}.toast__action:hover{background:#ffffff14}@keyframes toast-enter{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.panel__header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:16px}.panel__header h2{margin:0;font-size:1.1rem}.badge,.pill,.role,.status{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;white-space:nowrap}.badge{min-width:32px;padding:6px 10px;background:#e5edf4;color:#35516b;font-size:.85rem}.pill{padding:7px 12px;border:1px solid transparent;background:#edf3f8;color:#35516b;font-size:.88rem}.pill--accent{background:#173d66;color:#f7fbff}.listing-list,.stack{display:grid;gap:14px}.listing-card,.row-card,.public-card__image{border-radius:18px;border:1px solid #dbe4ec;background:linear-gradient(180deg,#fffffff5,#f4f8fbf5)}.listing-card{padding:16px;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease}.listing-card:hover{transform:translateY(-1px);box-shadow:0 10px 24px #15334f14}.listing-card--active{border-color:#3f82c6;box-shadow:inset 0 0 0 1px #3f82c633}.listing-card h3{margin:0;font-size:1.12rem}.listing-card p{margin:8px 0 0;color:#4f6478}.listing-card__top,.row-card{display:flex;align-items:center;justify-content:space-between;gap:12px}.listing-card__meta{display:flex;gap:8px;flex-wrap:wrap;margin-top:12px}.role{padding:6px 10px;font-size:.8rem;text-transform:capitalize}.role--owner{background:#173d66;color:#f7fbff}.role--service_provider{background:#d9edf7;color:#1e5f8f}.role--viewer{background:#eceff3;color:#647284}.occupancy-chart{display:grid;gap:8px}.occupancy-chart__legend{display:flex;gap:16px;color:#4d6073;font-size:.84rem}.dot{display:inline-block;width:12px;height:12px;margin-right:8px;border-radius:50%}.dot--current{background:#1d92ee}.dot--previous{background:#b5b7bc}.occupancy-chart__svg{width:100%;height:auto}.occupancy-chart__grid,.occupancy-chart__column{stroke:#d8dde5;stroke-width:1}.occupancy-chart__axis{fill:#8b95a4;font-size:12px}.occupancy-chart__line{fill:none;stroke-width:1.5}.occupancy-chart__line--current{stroke:#1d92ee}.occupancy-chart__line--previous{stroke:#c2c4c9}.occupancy-chart__dot{stroke-width:1.1}.occupancy-chart__dot--current{fill:#fff;stroke:#1d92ee}.occupancy-chart__dot--previous{fill:#fff;stroke:#b4b6bb}.tasks-table,.data-table{display:grid;grid-template-rows:auto auto minmax(0,1fr) auto auto;flex:1;min-height:0;width:100%;min-width:0;overflow-x:auto}.tasks-table__header,.tasks-table__row,.tasks-table__filters,.data-table__header,.data-table__row,.data-table__filters,.data-table__footer-row{display:grid;gap:8px;align-items:center;min-width:1008px}.tasks-table__header,.tasks-table__row,.tasks-table__filters,.data-table--tasks .data-table__header,.data-table--tasks .data-table__row,.data-table--tasks .data-table__filters,.data-table--tasks .data-table__footer-row{grid-template-columns:minmax(220px,1fr) 140px 160px 160px 120px 90px 80px}.events-table__header,.events-table__row,.events-table__filters,.data-table--events .data-table__header,.data-table--events .data-table__row,.data-table--events .data-table__filters,.data-table--events .data-table__footer-row{grid-template-columns:140px 160px 160px 60px 150px 90px minmax(220px,1fr)}.data-table--admin .data-table__header,.data-table--admin .data-table__row,.data-table--admin .data-table__filters,.data-table--admin .data-table__footer-row{grid-template-columns:minmax(180px,1.4fr) 120px 140px minmax(180px,1fr)}.tasks-table__header,.data-table__header{padding:10px 20px;border-bottom:1px solid #dde4eb;color:#27394d;font-weight:600}.tasks-table__header span,.data-table__sort{font-weight:100;font-size:11pt}.data-table-toolbar{display:flex;align-items:center;justify-content:flex-start;flex-wrap:wrap;gap:8px;min-width:1008px;padding:12px 20px;border-bottom:1px solid #e4e9ef}.data-table--admin .data-table-toolbar{min-width:0}.data-table-toolbar input,.data-table-toolbar select{height:36px;border:1px solid #d7e0e8;border-radius:4px;background-color:#fff;color:#516577;font:inherit;padding:0 12px;box-shadow:none;transition:border-color .12s ease,box-shadow .12s ease,background-color .12s ease,color .12s ease}.data-table-toolbar select{-moz-appearance:none;appearance:none;-webkit-appearance:none;padding-right:34px;background-image:linear-gradient(45deg,transparent 50%,currentColor 50%),linear-gradient(135deg,currentColor 50%,transparent 50%);background-position:calc(100% - 16px) 50%,calc(100% - 11px) 50%;background-size:5px 5px,5px 5px;background-repeat:no-repeat}.data-table-toolbar input:focus,.data-table-toolbar input:focus-visible,.data-table-toolbar select:focus,.data-table-toolbar select:focus-visible{outline:none;border-color:#4f89ba;box-shadow:0 0 0 1px #4f89ba38}.data-table-toolbar__search{min-width:220px;flex:1 1 360px}.data-table-toolbar select,.data-table-filter-select{flex:0 0 auto;min-width:140px}.data-table-filter-select__trigger{width:100%;height:36px;display:inline-flex;align-items:center;justify-content:space-between;gap:10px;padding:0 12px;border:1px solid #d7e0e8;border-radius:4px;background:#fff;color:#516577;font:inherit;cursor:pointer;transition:border-color .12s ease,box-shadow .12s ease,background-color .12s ease,color .12s ease}.data-table-filter-select__trigger span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.data-table-filter-select__trigger svg{width:13px;height:13px;flex:0 0 auto;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.data-table-filter-select__trigger:hover{border-color:#c9d5e1}.data-table-filter-select__trigger:focus,.data-table-filter-select__trigger:focus-visible,.timeline-menu--open .data-table-filter-select__trigger{outline:none;border-color:#4f89ba;box-shadow:0 0 0 1px #4f89ba2e}.data-table-filter-select__menu{top:calc(100% + 6px);left:0;right:auto;min-width:100%;max-height:280px;overflow-y:auto;z-index:80}.data-table-filter-select__item{min-height:34px;white-space:nowrap}.data-table-filter-select__item--active{color:#0e83b4;font-weight:700}.admin-status-pill{min-width:76px;padding-inline:12px;justify-content:center;font-size:.78rem;letter-spacing:.01em}.admin-status-pill.status--active,.admin-status-pill.status--completed,.admin-status-pill.status--ok{background:#ddf4e5;color:#1d7a43}.admin-status-pill.status--pending,.admin-status-pill.status--warning{background:#fff1cf;color:#8f6421}.data-table-toolbar__refresh{width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;border:1px solid #d7e0e8;border-radius:4px;background:#fff;color:#516577;cursor:pointer;padding:0}.data-table-toolbar__refresh:hover{background:#f5f8fb}.data-table-toolbar__refresh svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.data-table__sort{border:none;background:transparent;padding:0;color:inherit;font:inherit;text-align:left;cursor:pointer}.data-table__sort:disabled{cursor:default}.tasks-table__filters,.data-table__filters{padding:5px 20px;border-bottom:1px solid #e4e9ef}.tasks-table__filters input,.data-table__filters input{min-height:27px;border:1px solid #d8e0e8;border-radius:4px;padding:0 8px}.tasks-table__filters input:focus,.tasks-table__filters input:focus-visible,.data-table__filters input:focus,.data-table__filters input:focus-visible{outline:none;border-color:#4f89ba;box-shadow:0 0 0 1px #4f89ba38}.tasks-table__body,.data-table__body{min-height:0;overflow-y:auto;overflow-x:hidden;border-bottom:1px solid #e1e7ed}.tasks-table__row,.data-table__row{width:100%;-moz-appearance:none;appearance:none;-webkit-appearance:none;border:0;border-bottom:1px solid #edf1f5;background:transparent;color:inherit;font:inherit;padding:8px 20px;text-align:left;cursor:pointer}.tasks-table__row:hover,.data-table__row--button:hover{background:#f5f8fb}.data-table__row--button:focus,.data-table__row--button:focus-visible,.data-table__row--button:active{outline:none;box-shadow:none}.tasks-table__row strong,.data-table__row strong{display:block}.tasks-table__empty,.data-table__empty{padding:16px 20px}.tasks-table__footer,.data-table__footer{display:flex;align-items:center;gap:12px;padding:15px;color:#2e4054}.data-table__footer-row{min-height:42px;padding:8px 20px;border-bottom:1px solid #e1e7ed;color:#2e4054}.data-table__footer-row span{min-width:0}.data-table__scope{border:none;background:transparent;color:inherit;font:inherit;cursor:pointer}.task-report-detail{display:grid;border-top:1px solid #edf1f5}.task-report-detail__subheader{display:flex;align-items:center;justify-content:space-between;min-height:40px;padding-left:12px;border-bottom:1px solid #e8edf2}.task-report-detail__row{display:grid;grid-template-columns:120px 1fr;border-bottom:1px solid #edf1f5}.task-report-detail__row strong,.task-report-detail__row span,.task-report-detail__photos{min-width:0;padding:12px 16px}.task-report-detail__row strong{background:#f4f7fb;color:#7391ad;font-weight:400}.task-report-detail__row span{color:#2c2f3c}.task-report-detail__row--notes span{min-height:80px;white-space:pre-wrap}.task-report-detail__photos{display:grid;gap:12px;min-width:0}.task-report-detail__photo-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:10px}.task-report-detail__photo{display:grid;min-height:78px;place-items:center;padding:10px;border:1px solid #d8e0e8;border-radius:4px;color:#738497;background:#f4f7fb;text-align:center}.task-report-detail__photo img{width:100%;height:90px;object-fit:cover;border-radius:3px}.row-card{padding:14px 16px}.align-right{text-align:right}.muted{color:#6a7c8e}.status{padding:6px 10px;font-size:.82rem;text-transform:capitalize}.status--ok,.status--completed{background:#ddf4e5;color:#1d7a43}.status--error{background:#a15353;color:#edcdc9}.status--running{background:#dff0fb;color:#1c669a}.status--pending,.status--stale,.status--warning{background:#fff1cf;color:#8f6421}.status--in_progress{background:#dff0fb;color:#1c669a}.status--active{background:#edf3f8;color:#35516b}.public-card{display:grid;grid-template-columns:280px 1fr;gap:18px;align-items:center}.public-card__image{padding:16px;background:linear-gradient(160deg,#28498cf5,#3860a9f5),#2f4f97}.calendar-preview{border-radius:18px;background:#fffffff5;padding:16px}.calendar-preview__header{display:flex;align-items:center;justify-content:space-between;gap:12px;font-weight:700;margin-bottom:14px}.calendar-preview__grid{display:grid;grid-template-columns:repeat(7,1fr);gap:6px}.calendar-preview__cell{aspect-ratio:1;border-radius:8px;background:#f0f2f6}.calendar-preview__cell--busy{background:#c5cad1}.calendar-preview__cell--turn{background:linear-gradient(135deg,#2ecc71 0,#2ecc71 50%,#f44336 50%,#f44336)}.share-link{display:inline-block;margin-top:10px;padding:12px 14px;border-radius:14px;background:#133a63;color:#f7fbff}.modal-card--share{width:min(100%,640px);overflow:visible}.modal-card--share .modal-card__body{display:flex;flex-direction:column;gap:18px;overflow:visible}.modal-card--share .modal-card__header{justify-content:center}.modal-card--share .modal-card__header h2{flex:1;text-align:center}.timeline-mini-action--share-settings{color:#6d7c8a;border-radius:50%;background:transparent}.timeline-mini-action--share-settings svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.65;stroke-linecap:round;stroke-linejoin:round}.share-dialog,.share-settings{display:flex;flex-direction:column;gap:18px}.share-dialog__section{display:grid;gap:12px}.share-dialog__section-title{color:#2f4255;font-size:1rem;font-weight:600}.share-members{display:grid;gap:10px}.share-members__row{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:6px 0}.share-members__actions,.share-access-row{display:flex;align-items:center;gap:10px}.share-access-icon{width:18px;height:18px;display:inline-flex;align-items:center;justify-content:center;color:#6b7f93;flex:0 0 auto}.share-access-icon svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.45;stroke-linecap:round;stroke-linejoin:round}.share-dialog__footer{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-top:4px;flex-wrap:wrap}.share-dialog__footer-left,.share-dialog__footer-right{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.share-dialog__footer-left{gap:0}.share-settings__checkbox{margin-top:2px}.action-button__icon{width:16px;height:16px;margin-right:8px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.action-button--icon{min-width:40px;width:40px;padding-left:0;padding-right:0;justify-content:center}.action-button__icon--solo{margin-right:0}.action-button__icon--share{width:15px;height:15px;fill:currentColor;stroke:none;flex:0 0 auto}.action-button__icon--share-open{width:15px;height:15px}.share-dialog__footer-left .action-button+.action-button{margin-left:-1px}.share-dialog__footer-left .action-button:not(.action-button--icon){border-top-right-radius:0;border-bottom-right-radius:0}.share-dialog__footer-left .action-button--icon{min-width:40px;width:40px;flex:0 0 40px;border-top-left-radius:0;border-bottom-left-radius:0;padding:0}.share-dialog__footer-left .action-button{display:inline-flex;align-items:center}.share-dialog__footer-left .action-button:not(.action-button--icon){justify-content:center}.share-dialog__footer-left .action-button--icon .action-button__icon{margin:0}.public-calendar-page{min-height:100vh;padding:10px}.public-calendar-page--legacy{background-color:#e4e4e4;background-image:linear-gradient(to top,#04183fd6,#5660d1d6),url(/plane.svg);background-position:0% 0%,bottom;background-repeat:repeat,no-repeat;background-size:auto,cover}.task-report-page{min-height:100vh;padding:12px;background:#fff;color:#2c2f3c}.task-report-card{width:min(560px,100%);margin:0 auto}.task-report-form{display:grid;gap:11px}.task-report-form__top{display:grid;grid-template-columns:1fr auto;gap:12px;align-items:center}.task-report-job,.task-report-date{display:inline-flex;align-items:center;gap:8px;font-size:15pt;font-weight:700}.task-report-date{justify-self:end}.task-report-date__input{width:180px;min-height:36px;padding:0 10px;font-size:14pt}.task-report-event{color:#6c7c8d;font-size:11pt}.task-report-input,.task-report-notes{width:100%;border:1px solid #9fb1b5;border-radius:0;background:#fff;color:#2c2f3c;font:inherit;font-size:15pt}.task-report-input{min-height:36px;padding:4px 12px}.task-report-notes{min-height:342px;padding:10px 12px;resize:vertical}.task-report-input::placeholder,.task-report-notes::placeholder{color:#9fa1ae}.task-report-photo-button{justify-self:center;color:#00a7cf;font-size:18pt;font-weight:700;cursor:pointer}.task-report-photo-button input{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}.task-report-photos{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:8px}.task-report-photo{display:grid;gap:6px;min-height:72px;padding:8px;border:1px solid #d7e0e8;background:#f4f7fb;color:#52687d;cursor:pointer}.task-report-photo img{width:100%;height:92px;object-fit:cover}.task-report-submit{min-height:58px;border:none;background:#e2e4e8;color:#2c2f3c;font:inherit;font-size:16pt;font-weight:700;cursor:pointer}.task-report-submit:disabled{opacity:.66;cursor:wait}.task-report-hint{margin:0;font-size:15pt;font-weight:700}.task-report-error,.task-report-status--error{color:#b14242}.task-report-status,.task-report-success{display:grid;gap:8px;min-height:60vh;place-content:center;text-align:center}.public-calendar-state,.public-calendar-pin{padding:24px;min-height:300px}.public-calendar-state{text-align:center;color:#52687d}.public-calendar-pin__copy,.public-calendar-pin__error{margin:0 0 14px}.public-calendar-pin__error{color:#b14242}.public-shared-shell{width:min(380px,calc(100vw - 24px));margin:0 auto}.public-shared-shell__logo{display:inline-flex;align-items:center;justify-content:center}.public-shared-shell__logo img{height:40px;width:auto;display:block}.public-shared-container{width:300px;margin:5px auto;padding:15px 10px;border-radius:5px;background:#e4e4e5eb;box-shadow:0 2px 4px 1px #00000059;overflow:hidden;height:415px}.public-shared-calendar-box{background:#fff;border:1px solid #d0cdcd;box-shadow:0 2px 1px 1px #e3e1e2;border-radius:5px;overflow:hidden;margin:0 auto;height:300px}.public-shared-top{display:flex;justify-content:center;background:#fff}.public-shared-image-wrap{background:#fff;display:flex;justify-content:center}.public-shared-calendar-frame__image{max-width:100%;height:auto;display:block}.public-shared-calendar-nav{display:flex;align-items:center;justify-content:space-between;width:270px;margin:25px auto 0;gap:8px}.public-shared-calendar-nav__link{display:inline-flex;align-items:center;gap:6px;border:none;background:transparent;color:#4a82ce;font-size:18px;font-family:Arial,sans-serif;cursor:pointer;width:60px;justify-content:flex-start}.public-shared-calendar-nav__current{width:100px;padding:8px 12px;border:1px solid #b9c2cb;border-radius:999px;background:linear-gradient(180deg,#5da2ea,#307ad3);color:#fff;font-size:18px;font-family:Arial,sans-serif;cursor:pointer}.public-shared-legend{width:225px;margin:10px auto 0;border:1px solid rgba(250,250,255,.1);border-radius:6px;background:#52576159;padding:10px 12px;color:#dfe8ff;display:flex;align-items:flex-start}.public-shared-legend__graphic{flex:0 0 auto}.public-shared-legend__graphic img{display:block;height:auto}.public-shared-legend__list{list-style:none;line-height:28px;color:#b5bdd3;padding:0;margin:0 0 0 16px;overflow:auto}.public-shared-legend__list li{white-space:nowrap}.public-shared-footer{width:300px;margin:12px auto 0;color:#8282a3;font-size:13px;text-align:center}.share-menu{position:relative}.share-menu__trigger{min-width:160px;height:42px;display:inline-flex;align-items:center;justify-content:space-between;gap:10px;padding:0 12px;border:1px solid #d7dfe7;border-radius:4px;background:#fff;color:#35516b;cursor:pointer;transition:border-color .12s ease,box-shadow .12s ease,background-color .12s ease,color .12s ease}.share-menu__trigger svg{width:12px;height:12px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.share-menu__trigger:hover{border-color:#c9d5e1}.share-menu__trigger:focus-visible,.timeline-menu--open .share-menu__trigger{outline:none;border-color:#4f89ba;box-shadow:0 0 0 1px #4f89ba29}.share-menu__trigger:disabled{opacity:.65;cursor:not-allowed}.share-member-role-select .share-menu__trigger{min-width:168px}.share-access-select{min-width:160px}.share-menu__content{top:calc(100% + 6px);right:0;min-width:210px;z-index:20}.share-menu__content--up{top:auto;bottom:calc(100% + 6px)}.share-menu__item--active{color:#24486b;font-weight:600}.share-menu__divider{height:1px;margin:6px 0;background:#e3e9ef}.note-list{margin:0;padding-left:20px;color:#42586d}.note-list li+li{margin-top:10px}.timeline-shell{position:relative;display:flex;flex-direction:column;border:none;border-radius:0;overflow:hidden;background:#fff;box-shadow:none;min-height:100vh;width:max(100%,1075px);min-width:1075px}.timeline-toolbar{display:grid;grid-template-columns:max-content 1fr max-content;align-items:center;gap:16px;padding:6px 12px;border-bottom:1px solid #dce4ec;min-height:58px;min-width:1075px;background:#fff}.timeline-brand-block{display:flex;align-items:center;gap:16px}.timeline-brand-image{display:block;height:38px;width:auto}.timeline-toolbar__center,.timeline-toolbar__right{display:flex;align-items:center;gap:10px;min-height:44px}.timeline-toolbar__center{justify-content:center;min-width:0}.timeline-toolbar__right{flex:0 0 auto;justify-content:flex-end;margin-left:auto;flex-wrap:nowrap;white-space:nowrap}.timeline-date,.timeline-view,.timeline-search,.timeline-sidebar__search input,.date-input{border:1px solid #d7e0e8;background:#fff;color:#516577;border-radius:4px}.timeline-date,.timeline-view{min-height:44px;display:inline-flex;align-items:center;justify-content:center;padding:10px 14px}.timeline-date--input{width:168px;cursor:pointer}.date-navigator{display:inline-flex;align-items:center;justify-content:center;gap:0}.date-navigator .date-picker{width:168px;display:flex}.date-navigator__button{width:34px;height:44px;display:inline-flex;align-items:center;justify-content:center;padding:0;border:none;border-radius:0;background:transparent;color:#4a84b8;cursor:pointer}.date-navigator__button:hover{background:transparent;border-color:transparent;color:#2f79b6}.date-navigator__button:focus,.date-navigator__button:focus-visible{outline:none;box-shadow:none}.date-navigator__button svg{width:16px;height:16px;display:block;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.date-navigator__date{height:44px;min-height:44px;display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:0 12px;line-height:1}.date-navigator__date>span{display:inline-flex;align-items:center;line-height:1}.date-navigator__date>svg{display:block;flex:0 0 auto}.timeline-search,.timeline-sidebar__search input,.date-input{min-height:44px;padding:10px 12px}.timeline-search{width:180px}.timeline-scale-toggle{display:inline-flex;align-items:center;border:1px solid #d7e0e8;border-radius:4px;overflow:hidden;background:#fff}.timeline-scale-toggle__button{min-height:44px;padding:10px 14px;border:none;background:transparent;color:#516577;cursor:pointer;transition:background-color .12s ease,color .12s ease}.timeline-scale-toggle__button+.timeline-scale-toggle__button{border-left:1px solid #d7e0e8}.timeline-scale-toggle__button--active{background:#edf3f8;color:#24486b;font-weight:700}.icon-button{width:28px;height:28px;border:1px solid transparent;border-radius:6px;background:transparent;color:#4a84b8;cursor:pointer;transition:background-color .12s ease,border-color .12s ease,color .12s ease}.icon-button svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.icon-button:hover{border-color:#d7e0e8;background:#f3f7fb}.icon-button--nav{width:24px;height:44px;border:none;border-radius:0;box-shadow:none;padding-top:8px}.icon-button--nav:hover{border:none;background:transparent;color:#2f79b6;box-shadow:none}.icon-button--nav:focus,.icon-button--nav:focus-visible{border:none;background:transparent;box-shadow:none;outline:none}.icon-button--soft{background:#f2f5f9;border-color:#d7e0e8}.timeline-board{display:grid;flex:1 1 auto;min-height:0}.timeline-sidebar{display:flex;flex-direction:column;border-right:1px solid #dce4ec;background:#fafcfe;overflow:hidden;min-width:0;min-height:0}.timeline-sidebar--collapsed{border-right:none}.timeline-sidebar__search{display:flex;align-items:center;gap:8px;padding:10px;border-bottom:1px solid #e2e8ef;height:60px;flex:0 0 auto}.timeline-sidebar__body{flex:0 1 auto;min-height:auto;overflow-y:auto;overflow-x:hidden}.timeline-sidebar__search input{flex:1;min-width:0}.timeline-sidebar__add{width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;border:none;background:transparent;color:#315f8b;cursor:pointer}.timeline-sidebar__add svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round}.timeline-sidebar--collapsed .timeline-sidebar__search{justify-content:center;padding-inline:8px}.timeline-listing{width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px;height:56px;padding:12px 0 12px 12px;border:none;border-bottom:1px solid #ebf0f5;background:transparent;text-align:left;cursor:pointer;transition:background-color .12s ease,border-color .12s ease}.timeline-sidebar--collapsed .timeline-listing{justify-content:center;padding-inline:8px}.timeline-listing:hover{background:#f3f8fd}.timeline-listing--active{background:#eef8f6}.timeline-sidebar__summary{display:flex;align-items:center;justify-content:flex-start;gap:8px;min-height:42px;padding:0 10px;border-top:1px solid #dce4ec;background:#f7fafc;flex:0 0 auto}.timeline-sidebar__footer-label{color:#5f7284;font-size:.82rem;font-weight:600;letter-spacing:.01em}.timeline-sidebar__footer-count{color:#8a9daf;font-size:.75rem;white-space:nowrap}.timeline-sidebar__grow{flex:1 1 auto;min-height:0}.timeline-sidebar__dock{display:flex;align-items:center;justify-content:space-between;gap:6px;padding:10px;border-top:1px solid #dce4ec;background:#f7fafcfa;flex:0 0 auto}.timeline-sidebar__dock-links{display:inline-flex;align-items:center;gap:10px;min-width:0}.timeline-sidebar__dock-link{border:none;background:transparent;color:#7d8ea0;font-size:.74rem;padding:0;cursor:pointer}.timeline-sidebar__dock-link:hover{color:#4f6478}.timeline-sidebar__dock-button,.timeline-sidebar__collapse{height:28px;display:inline-flex;align-items:center;justify-content:center;border-radius:8px;background:transparent;color:#466176;cursor:pointer;transition:background-color .12s ease,color .12s ease}.timeline-sidebar__dock-button{width:28px;border:1px solid #d5dee7;padding:0}.timeline-sidebar__collapse{width:28px;border:none;padding:0}.timeline-sidebar__dock-button:hover,.timeline-sidebar__collapse:hover{background:#f4f8fb}.timeline-sidebar__dock-button:disabled{opacity:.5;cursor:default}.timeline-sidebar__dock-button svg{width:14px;height:14px;fill:currentColor}.timeline-sidebar__collapse svg{width:14px;height:14px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.timeline-listing__name{font-size:1rem;color:#243649}.timeline-listing__name--button{flex:1;display:inline-flex;align-items:center;gap:8px;border:none;background:transparent;padding:0;text-align:left;cursor:pointer}.timeline-listing__name-label{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.timeline-listing__name--collapsed{width:100%;justify-content:center}.timeline-listing__type-icon{width:16px;height:16px;display:inline-flex;align-items:center;justify-content:center;color:#5e7690;flex:0 0 auto}.timeline-listing__type-icon svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}.timeline-listing__icons{display:flex;align-items:center;gap:0}.timeline-sidebar--collapsed .timeline-listing__name-label,.timeline-sidebar--collapsed .timeline-sidebar__footer-label,.timeline-sidebar--collapsed .timeline-sidebar__footer-count{display:none}.timeline-splitter{width:1px;background:#dce4ec;cursor:col-resize;transition:background-color .12s ease}.timeline-splitter:hover,.timeline-splitter--dragging{background:#7ea7c9}.timeline-mini-action--calendar-ok,.timeline-mini-action--calendar-running{color:#6aa9db}.timeline-mini-action--calendar-recent{color:#2ca870}.timeline-mini-action--calendar-stale,.timeline-mini-action--calendar-warning{color:#d39a2b}.timeline-mini-action--calendar-error{color:#d25d4d}.timeline-mini-action--calendar{position:relative}.timeline-mini-action--calendar svg{width:16px;height:16px}.timeline-menu{position:relative}.timeline-menu__trigger{list-style:none;width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center;border:1px solid transparent;border-radius:50%;background:transparent;cursor:pointer;color:#315f8b;transition:background-color .12s ease,border-color .12s ease,color .12s ease}.timeline-menu__trigger:hover{background:#edf5fc}.timeline-menu__trigger:focus,.timeline-menu__trigger:focus-visible,.timeline-menu--open .timeline-menu__trigger{outline:none;box-shadow:none;border-color:transparent}.timeline-menu__trigger::-webkit-details-marker{display:none}.timeline-menu--open .timeline-menu__content{display:grid}.timeline-menu__content{position:absolute;top:30px;right:0;z-index:8;display:none;min-width:132px;padding:6px 0;border:1px solid #d8e0ea;border-radius:8px;background:#fff;box-shadow:0 10px 24px #1e304929}.timeline-menu__content.share-menu__content{top:calc(100% + 6px);right:0;min-width:210px;z-index:20}.timeline-menu__content.share-menu__content.share-menu__content--up{top:auto;bottom:calc(100% + 6px);left:50%;right:auto;transform:translate(-50%)}.timeline-floating-menu{position:fixed;top:0;left:0;right:auto;bottom:auto;z-index:30;display:grid}.timeline-menu__item{display:inline-flex;align-items:center;gap:9px;width:100%;padding:9px 12px;border:none;background:transparent;text-align:left;color:#2b3b4b;cursor:pointer}.timeline-menu__item svg{width:15px;height:15px;flex:0 0 auto;fill:none;stroke:currentColor;stroke-width:1.55;stroke-linecap:round;stroke-linejoin:round}.timeline-menu__item:hover{background:#f1f6fb}.timeline-menu__item--disabled{opacity:.6}.timeline-mini-action{width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;padding:0;border:none;background:transparent;color:#315f8b;cursor:pointer;transition:background-color .12s ease,border-color .12s ease,color .12s ease}.timeline-mini-action:hover{background:#edf5fc}.timeline-mini-action:focus,.timeline-mini-action:focus-visible{outline:none;box-shadow:none}.timeline-mini-action:disabled,.timeline-mini-action[aria-disabled=true]{opacity:.38;cursor:not-allowed;pointer-events:none}.timeline-mini-action--toolbar{border:1px solid #d7e0e8;border-radius:4px;background:#fff}.timeline-mini-action svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.4;stroke-linecap:round;stroke-linejoin:round}.timeline-mini-action--event svg{width:15px;height:15px;fill:currentColor;stroke:none}.timeline-mini-action--danger-icon:hover{color:#7f8a99}.timeline-user-button{width:40px;height:40px;padding:0;cursor:pointer;justify-content:center}.timeline-menu--user .timeline-menu__content{top:38px}.settings-row{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:14px 0 2px}.settings-row--block{align-items:flex-start;padding:10px 0 6px}.settings-row__button{display:inline-flex;align-items:center;justify-content:center;min-height:42px;min-width:0;padding:0 16px}.settings-notice{margin:0}.import-export__file-button{position:relative;overflow:hidden;cursor:pointer}.import-export__filename{margin:-4px 0 0}.timeline-user-button{border:none;cursor:pointer}.timeline-user-button svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.timeline-main{overflow-x:auto;overflow-y:auto;min-height:0;background:linear-gradient(180deg,#fff,#fefefe)}.timeline-months,.timeline-days,.timeline-row{display:grid;width:max-content;min-width:100%}.timeline-months{position:sticky;top:0;z-index:4;height:20px;background:#fff}.timeline-months__item{padding:1px 6px 0;text-align:center;color:#667789;font-size:.82rem;line-height:19px;white-space:nowrap}.timeline-days{position:sticky;top:20px;z-index:4;background:#fff;border-bottom:1px solid #dce4ec}.timeline-days--week{height:40px}.timeline-day{height:40px;padding-top:2px;text-align:center;border-left:1px solid #e7edf3;color:#5f7284;background:#fff}.timeline-day--weekend,.timeline-cell--weekend{background:#edf1f5}.timeline-day--today,.timeline-cell--today{background:#d9f1ea}.timeline-day__weekday{display:block;font-size:.68rem;line-height:1.1}.timeline-day__number{display:block;font-size:.84rem;line-height:1.2}.timeline-half-day{height:40px;padding-top:10px;text-align:center;border-left:1px solid #e7edf3;color:#5f7284;font-size:.76rem;line-height:1.1;background:#fff}.timeline-half-day--weekend{background:#edf1f5}.timeline-half-day--today{background:#d9f1ea}.timeline-row{position:relative;height:56px;border-bottom:1px solid #e8edf3}.timeline-footer{position:sticky;bottom:0;z-index:4;display:grid;height:42px;border-top:1px solid #dce4ec;background:#f8fbfdf5;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.timeline-footer__item{display:flex;align-items:center;justify-content:center;border-left:1px solid #e7edf3;color:#5d7286;font-size:.82rem;font-weight:600}.timeline-cell{border-left:1px solid #e7edf3;cursor:pointer}.timeline-day--month-start,.timeline-half-day--month-start,.timeline-cell--month-start,.timeline-footer__item--month-start{border-left-color:#9ca8b4}.timeline-cell--selecting{background:#13a7cf1f}.timeline-booking{position:absolute;top:11px;height:32px;display:flex;align-items:center;border-radius:3px;background:#404044;color:#fff;overflow:hidden;box-shadow:0 2px 6px #0000001f;cursor:pointer;animation:timeline-booking-fade-in .18s ease-out}@keyframes timeline-booking-fade-in{0%{opacity:0;transform:translateY(2px)}to{opacity:1;transform:translateY(0)}}.timeline-booking--past{opacity:.85}.timeline-booking--conflict{box-shadow:inset 3px 0 #ef5350,0 0 0 1px #ef535066}.timeline-booking--selected{background:#11a7d3;outline:2px dashed #0e8db4;outline-offset:2px}.timeline-booking__accent{width:4px;flex:0 0 4px;align-self:stretch;background:#13a7cf}.timeline-booking__source-icon{width:14px;height:14px;margin-left:8px;display:inline-flex;align-items:center;justify-content:center;color:#ffffffd1;flex:0 0 auto}.timeline-booking__source-icon svg{width:14px;height:14px;fill:currentColor}.timeline-booking__source-icon text{font-family:Arial,sans-serif;font-size:10px;font-weight:700}.timeline-booking__source-icon--bnbnotify{color:#13a7cf}.timeline-booking__label{min-width:0;padding:0 8px 0 6px;font-size:.88rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;pointer-events:none}.timeline-tooltip{position:fixed;z-index:80;min-width:240px;max-width:320px;padding:12px 14px;border:1px solid #d8e0ea;border-radius:10px;background:#fffffffa;box-shadow:0 18px 32px #14304a33;pointer-events:none}.timeline-tooltip__title{color:#223748;font-weight:700}.timeline-tooltip__meta{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:4px;color:#668096;font-size:.82rem}.timeline-tooltip__row{display:grid;grid-template-columns:84px 1fr;gap:10px;margin-top:10px;color:#496074;font-size:.88rem}.timeline-tooltip__row span{text-align:right}.timeline-tooltip__row strong{color:#2a4358;font-size:.8rem;text-transform:uppercase;letter-spacing:.04em;white-space:nowrap}.timeline-tooltip__row--warning strong,.timeline-tooltip__row--warning span{color:#bf4b84}.timeline-tooltip__summary{margin-top:10px;color:#4f6477;font-size:.88rem;line-height:1.35;white-space:pre-line;overflow-wrap:anywhere}.timeline-insights{display:grid;grid-template-columns:1.3fr 320px 280px;gap:20px}.timeline-insights__footer{display:flex;align-items:center;justify-content:center;gap:14px;margin-top:16px}.date-input{width:146px;display:inline-flex;align-items:center;justify-content:center;flex-wrap:nowrap;border-radius:4px;padding:0;cursor:pointer}.date-picker{position:relative}.timeline-date--input,.date-input{width:100%;gap:10px;font-variant-numeric:tabular-nums;letter-spacing:.01em}.date-input span{white-space:nowrap}.date-input.event-modal__date>span{padding:10px 0}.event-modal__date{justify-content:flex-start}.timeline-date--input svg,.date-input svg,.date-picker__month-nav svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.svg-icon-fill,.timeline-date--input svg.svg-icon-fill,.date-input svg.svg-icon-fill,.timeline-mini-action svg.svg-icon-fill,.timeline-menu__item svg.svg-icon-fill{fill:currentColor;stroke:none}.date-picker__popover{position:absolute;top:calc(100% + 8px);z-index:30;width:260px;padding:12px;border:1px solid #d7e0e8;border-radius:8px;background:#fff;box-shadow:0 18px 36px #1c31482e}.date-picker__popover--center{left:50%;transform:translate(-50%)}.date-picker__popover--right{right:0}.date-picker__popover--top{top:auto;bottom:calc(100% + 8px)}.date-picker__popover--modal-center{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:80}.date-picker__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px;color:#334c62}.date-picker__header-labels{display:inline-flex;align-items:center;justify-content:center;gap:4px}.date-picker__header-label{border:none;background:transparent;color:inherit;font:inherit;font-size:.95rem;font-weight:600;cursor:pointer;padding:2px 4px}.date-picker__header-label:hover,.date-picker__header-label--active{color:#169ad0}.date-picker__month-nav{width:24px;height:24px;border:none;background:transparent;color:#5c758c;cursor:pointer;padding:0}.date-picker__month-nav:hover{color:#267fbc}.date-picker__weekdays,.date-picker__grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr))}.date-picker__picker-grid{display:grid;gap:8px}.date-picker__picker-grid--months,.date-picker__picker-grid--years{grid-template-columns:repeat(4,minmax(0,1fr))}.date-picker__picker-cell{min-height:42px;border:none;border-radius:999px;background:transparent;color:#41596e;cursor:pointer;font:inherit}.date-picker__picker-cell:hover{background:#eef4f8}.date-picker__picker-cell--selected{background:#169ad02e;color:#169ad0;font-weight:600}.date-picker__weekdays{margin-bottom:6px;color:#8896a6;font-size:.72rem;text-align:center}.date-picker__cell{width:100%;aspect-ratio:1;border:none;border-radius:8px;background:transparent;color:#41596e;cursor:pointer}.date-picker__cell:hover{background:#eef4f8}.date-picker__cell--muted{color:#afbac6}.date-picker__cell--selected{background:#169ad0;color:#fff}.date-picker__cell--today{box-shadow:inset 0 0 0 1px #169ad08c}.date-picker__cell--today.date-picker__cell--selected{box-shadow:inset 0 0 0 1px #ffffffb3}.date-picker__footer{display:flex;justify-content:center;padding-top:10px}.date-picker__today{border:none;background:transparent;color:#267fbc;font-weight:600;cursor:pointer;padding:4px 8px}.date-picker__today:hover{color:#0d6cad}.mini-calendar{width:252px;min-width:252px;max-width:252px;margin:0 auto}.mini-calendar--interactive{width:252px;min-width:252px;max-width:252px;font-family:Arial,sans-serif;font-size:14px}.mini-calendar__top{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.mini-calendar__nav{display:grid;grid-template-columns:24px 1fr 24px;align-items:center;gap:10px;margin:17px 0 10px}.mini-calendar--interactive .mini-calendar__nav{grid-template-columns:1fr auto 1fr;gap:0;margin:5px 0 10px}.mini-calendar--interactive .mini-calendar__nav-button:first-child{justify-self:start}.mini-calendar--interactive .mini-calendar__nav-button:last-child{justify-self:end}.mini-calendar__month{height:24px;line-height:24px;padding:0 6px;font-size:14px;font-family:Arial,sans-serif;font-weight:200}.mini-calendar__nav-button{width:24px;height:24px;display:inline-flex;align-items:center;justify-content:center;border:none;background:transparent;color:#9fa1ae;cursor:pointer;padding:0}.mini-calendar__nav-button svg{width:14px;height:14px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.mini-calendar__nav-button:hover{color:#8a8f9d}.checkbox-field{display:flex;align-items:center;gap:10px;color:#35516b}.checkbox-field input[type=checkbox]{-moz-appearance:none;appearance:none;-webkit-appearance:none;width:18px;height:18px;margin:0;border:1px solid #c8d5e1;border-radius:4px;background:#fff;display:grid;place-items:center;cursor:pointer;transition:border-color .12s ease,background-color .12s ease,box-shadow .12s ease}.checkbox-field input[type=checkbox]:before{content:"";width:9px;height:9px;transform:scale(0);transition:transform .12s ease;clip-path:polygon(14% 44%,0 59%,41% 100%,100% 19%,84% 4%,39% 62%);background:#fff}.checkbox-field input[type=checkbox]:checked{border-color:#169ad0;background:#169ad0;box-shadow:0 0 0 3px #169ad01f}.checkbox-field input[type=checkbox]:checked:before{transform:scale(1)}.checkbox-field input[type=checkbox]:focus,.checkbox-field input[type=checkbox]:focus-visible{outline:none;box-shadow:0 0 0 3px #169ad02e}.mini-calendar__close{border:none;background:transparent;color:#8391a2;font-size:1.8rem;line-height:1;cursor:pointer}.mini-calendar__month{text-align:center;color:#2494eb;box-sizing:content-box}.mini-calendar__weekdays,.mini-calendar__grid{display:grid;grid-template-columns:repeat(7,1fr);gap:0}.mini-calendar__weekdays{margin-bottom:8px;color:#4d5c6e;height:17px;line-height:18px;font-size:12px;text-align:center;border-bottom-color:transparent}.mini-calendar__cell{position:relative;width:36px;height:36px;display:flex;align-items:center;justify-content:center;overflow:visible}.mini-calendar__cell--muted{color:#9fa1ae}.mini-calendar__cell--today .mini-calendar__day{border:2px solid #1d92ee}.mini-calendar__day{position:relative;z-index:2;width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:transparent;font-size:14px}.mini-calendar__fill{position:absolute;top:0;right:0;bottom:0;left:0}.mini-calendar__fill--occupied{background:var(--fill-color)}.mini-calendar__fill--checkin{clip-path:polygon(calc(100% + 1px) -1px,calc(100% + 1px) calc(100% + 1px),-1px calc(100% + 1px));background:var(--fill-color)}.mini-calendar__fill--checkout{clip-path:polygon(-1px -1px,calc(100% + 1px) -1px,-1px calc(100% + 1px));background:var(--fill-color)}.mini-calendar__fill--turn-left{clip-path:polygon(-1px -1px,calc(100% - 1px) -1px,-1px calc(100% + 1px));background:var(--fill-color)}.mini-calendar__fill--turn-right{clip-path:polygon(calc(100% + 1px) -1px,calc(100% + 1px) calc(100% + 1px),1px calc(100% + 1px));background:var(--fill-color)}.mini-calendar__fill--past.mini-calendar__fill--occupied,.mini-calendar__fill--past.mini-calendar__fill--checkout,.mini-calendar__fill--past.mini-calendar__fill--checkin{background:var(--fill-color)}.mini-calendar__fill--muted{opacity:.9}:root{--mini-calendar-muted-fill: #dfdfdf}:root[data-theme=dark]{--mini-calendar-muted-fill: rgb(54 61 82)}.mini-calendar__tooltip{position:fixed;z-index:8;width:220px;padding:10px 12px;border:1px solid #d9e2ea;border-radius:8px;background:#fffffffa;box-shadow:0 12px 28px #1d2e422e;transform:translate(-50%,-100%);pointer-events:none}.mini-calendar__tooltip-item+.mini-calendar__tooltip-item{margin-top:10px;padding-top:10px;border-top:1px solid #e6edf4}.mini-calendar__tooltip-title{display:flex;align-items:center;gap:6px;color:#2f4357;font-size:.86rem;font-weight:600;margin-bottom:4px}.mini-calendar__source-icon{width:14px;height:14px;display:inline-flex;align-items:center;justify-content:center;color:#71859a;flex:0 0 auto}.mini-calendar__source-icon svg{width:14px;height:14px;fill:currentColor}.mini-calendar__source-icon text{font-family:Arial,sans-serif;font-size:10px;font-weight:700}.mini-calendar__tooltip-meta{display:flex;justify-content:space-between;gap:12px;color:#627588;font-size:.76rem}.booking-summary p{color:#5d6f81}.timeline-page{width:100%;min-width:1075px;min-height:100vh}.timeline-sidebar__search{display:flex;align-items:center}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:50;display:flex;align-items:center;justify-content:center;padding:24px;background:#6d788557}:root[data-theme=dark] .modal-overlay{background:#00000057}.modal-card{width:min(100%,420px);max-height:calc(100vh - 48px);overflow:auto;border-radius:6px;background:#fff;box-shadow:0 20px 56px #1e304947}.modal-card--wide{width:min(100%,760px)}.modal-card--calendar-sources{width:min(100%,620px);height:min(62vh,540px);display:flex;flex-direction:column}.modal-card--calendar-edit{width:min(100%,520px)}.modal-card--listing-edit{width:min(100%,500px);overflow:visible}.modal-card--add-event{width:min(100%,530px)}.modal-card--settings{width:min(100%,505px)}.modal-card--admin-detail{width:min(100%,760px)}.modal-card--listing-calendar{width:min(100%,360px);display:flex;flex-direction:column}.modal-card--listing-calendar-1{width:min(100%,308px)}.modal-card--listing-calendar .modal-card__header{position:relative;justify-content:center;z-index:3}.modal-card--listing-calendar .modal-card__header-extras{z-index:6}.modal-card--listing-calendar .modal-card__header h2{text-align:center}.modal-card--listing-calendar .modal-card__body{display:flex;flex-direction:column;gap:0;padding:0 0 25px}.modal-card--listing-calendar-3,.modal-card--listing-calendar-6{width:min(100%,860px)}.modal-card--listing-calendar-12{width:min(90vw,1680px)}.modal-card--listing-calendar-12 .modal-card__body{padding-inline:16px;overflow-x:auto;overflow-y:hidden}.listing-calendar-settings__trigger{color:#72808e;border-radius:999px;background:transparent}.listing-calendar-settings__trigger svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.65;stroke-linecap:round;stroke-linejoin:round}.listing-calendar-settings__menu{top:26px;right:-4px;min-width:112px;z-index:20;background:#fff;opacity:1}.settings-actions-menu__content{min-width:150px}.settings-actions-menu__item{white-space:nowrap}.listing-calendar-settings__item--active{color:#1f4f79;font-weight:600}.listing-calendar-settings__trigger:hover{background:#5f728414;color:#5f6b77}.listing-calendar-grid{display:grid;gap:25px;flex:1}.listing-calendar-grid--1{grid-template-columns:1fr}.listing-calendar-grid--3,.listing-calendar-grid--6{grid-template-columns:repeat(3,252px);width:max-content;margin:0 auto}.listing-calendar-grid--12{grid-template-columns:repeat(6,252px);gap:16px;width:max-content;margin:0 auto}.listing-calendar-controls{display:flex;align-items:center;justify-content:center;gap:12px;padding-top:18px}.listing-calendar-controls .date-input,.listing-calendar-controls .date-picker{width:160px}.listing-calendar-controls .icon-button--soft{border-color:transparent;background:transparent;box-shadow:none}.listing-calendar-controls .icon-button--soft:hover,.listing-calendar-controls .icon-button--soft:focus,.listing-calendar-controls .icon-button--soft:focus-visible{border-color:transparent;background:transparent;box-shadow:none;outline:none}.mini-calendar__nav-spacer{width:20px;height:20px;display:inline-block}.modal-card--confirm{width:min(100%,420px)}.modal-card--calendar-sources .modal-card__body{flex:1;min-height:0;display:flex;flex-direction:column;gap:12px;padding:16px}.modal-card--xwide{width:min(100%,1620px);height:min(80vh,980px);display:flex;flex-direction:column}.modal-card--events{width:min(100%,1220px);height:min(72vh,760px);min-width:min(100%,980px);min-height:420px;max-width:calc(100vw - 48px);max-height:calc(100vh - 48px);resize:both;overflow:auto}.modal-card--tasks{width:min(100%,1180px);height:min(64vh,620px)}.modal-card--task-report-detail{z-index:70}.modal-card__header{position:relative;display:flex;align-items:center;justify-content:center;gap:12px;padding:14px 16px;border-bottom:1px solid #e0e6ec}.modal-card__header h2{margin:0;font-size:11pt;font-family:Arial,sans-serif;color:#2c2f3c;text-align:center}.modal-card__header-extras{display:inline-flex;align-items:center}.modal-card__header-actions{position:absolute;top:50%;right:12px;display:inline-flex;align-items:center;gap:8px;transform:translateY(-50%);z-index:6}.modal-card__body{padding:0}.modal-card--share .modal-card__body,.modal-card--listing-edit .modal-card__body,.modal-card--add-event .modal-card__body,.modal-card--settings .modal-card__body,.modal-card--sync .modal-card__body,.modal-card--confirm .modal-card__body,.modal-card--occupancy .modal-card__body{padding:16px}.modal-card--admin-detail .modal-card__body{padding:16px;overflow-x:hidden}.modal-card--admin-detail .task-report-detail{border-top:0}.modal-card--admin-detail .task-report-detail__row span,.modal-card--admin-detail .task-report-detail__photos{overflow-wrap:anywhere}.modal-card--listing-edit .modal-card__body{overflow:visible}.modal-card--xwide .modal-card__body{flex:1;min-height:0;display:flex}.modal-card__close{width:30px;height:30px;display:inline-flex;align-items:center;justify-content:center;padding:0;border:none;background:transparent;color:#8c97a4;cursor:pointer;border-radius:50%;transition:color .12s ease,background-color .12s ease,opacity .12s ease}.modal-header-action{width:30px;height:30px;display:inline-flex;align-items:center;justify-content:center;padding:0;border:1px solid transparent;border-radius:50%;background:transparent;line-height:1}.modal-card__close svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.modal-card__close:hover{color:#4b6177;opacity:.88}.modal-chart__footer{display:flex;align-items:center;justify-content:center;gap:14px;margin-top:8px}.modal-chart__footer .icon-button--soft{width:24px;height:24px;border:none;background:transparent;color:#6d8aa4;outline:none;box-shadow:none}.modal-chart__footer .icon-button--soft svg{width:18px;height:18px;stroke-width:2.1}.modal-chart__footer .icon-button--soft:hover{background:transparent;border-color:transparent;color:#4779a7}.modal-chart__footer .icon-button--soft:focus,.modal-chart__footer .icon-button--soft:focus-visible{outline:none;box-shadow:none;background:transparent;border-color:transparent}.occupancy-chart-controls .date-input{width:160px;min-height:44px;padding:0 12px;justify-content:center}.occupancy-chart-controls .date-picker{width:160px}.occupancy-chart-controls .icon-button--soft{border-color:transparent;background:transparent;box-shadow:none}.occupancy-chart-controls .icon-button--soft:hover,.occupancy-chart-controls .icon-button--soft:focus,.occupancy-chart-controls .icon-button--soft:focus-visible{border-color:transparent;background:transparent;box-shadow:none;outline:none}.listing-detail{display:flex;justify-content:center;padding-top:24px}.listing-form{width:min(100%,500px)}.form-field{display:grid;gap:8px;margin-bottom:14px}.form-field span{color:#778596;font-size:.9rem}.form-select{position:relative;display:block}.form-select--custom{position:relative}.form-select--modal{width:100%}.form-field input,.form-field select{width:100%;height:50px;padding:0 14px;border:1px solid #d7dfe7;border-radius:4px;background:#fff;color:#35516b;line-height:1.2;transition:border-color .12s ease,box-shadow .12s ease,background-color .12s ease,color .12s ease}.form-field select{-moz-appearance:none;appearance:none;-webkit-appearance:none;padding-right:34px;background-image:none!important}.form-select__trigger{width:100%;min-height:50px;border:1px solid #d7dfe7;border-radius:4px;background:#fff;color:#35516b;padding:0 14px;display:inline-flex;align-items:center;justify-content:space-between;text-align:left;transition:border-color .12s ease,box-shadow .12s ease,background-color .12s ease,color .12s ease}.form-select__trigger span:first-child{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.form-select__trigger:focus,.form-select__trigger:focus-visible,.timeline-menu--open .form-select__trigger{outline:none;border-color:#4f89ba;box-shadow:0 0 0 2px #4f89ba24}.form-select__menu{width:100%;max-height:280px;overflow-y:auto}.form-select--error .form-select__trigger{border-color:#cf5c5c;box-shadow:inset 0 0 0 1px #cf5c5c33}.form-select__search{position:sticky;top:0;z-index:1;padding:8px;border-bottom:1px solid #d8e0ea;background:#fff}.form-select__search-input{width:100%;min-height:34px;border:1px solid #d7dfe7;border-radius:6px;background:#fff;color:#35516b;padding:0 10px}.form-select__search-input:focus,.form-select__search-input:focus-visible{outline:none;border-color:#4f89ba;box-shadow:0 0 0 2px #4f89ba24}.form-select__empty{padding:10px 12px;color:#6b7b89}.form-select__item{width:100%}.form-select__item--active{background:#4f89ba24}.form-select__chevron{position:absolute;right:12px;top:50%;transform:translateY(-50%);pointer-events:none;color:#4b657b}.admin-chart-range-select{width:96px;flex:0 0 auto}.admin-chart-range-select .form-select__trigger{min-height:36px;height:36px;padding:0 12px;font-size:.95rem}.admin-chart-range-select .form-select__menu{min-width:100%}.admin-invite-expiry-select .form-select__menu{top:auto;bottom:calc(100% + 6px)}.form-select__chevron svg{width:12px;height:12px;display:block;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.form-field input:focus,.form-field select:focus,.form-field input:focus-visible,.form-field select:focus-visible{outline:none;border-color:#4f89ba;box-shadow:0 0 0 2px #4f89ba24}.form-field input.input-error,.date-input--error{border-color:#cf5c5c;box-shadow:inset 0 0 0 1px #cf5c5c33}.calendar-form .form-field{margin-bottom:8px}.calendar-form__actions{display:flex;justify-content:flex-end;margin-top:2px}.add-event-form__actions{display:flex;justify-content:flex-end;gap:10px;margin-top:14px}.calendar-form__actions .action-button{min-width:150px}.add-event-form__date{width:100%}.add-event-form__checkbox{margin-top:2px}.calendar-form__footer{margin-top:auto;display:flex;justify-content:flex-end;gap:10px}.calendar-form__footer .action-button{min-width:150px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.listing-detail__meta{display:flex;gap:8px;flex-wrap:wrap;margin:12px 0 20px}.listing-detail__actions{display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:nowrap;margin-top:16px}.listing-detail__actions--right{justify-content:flex-end}.listing-detail__actions-right{display:flex;justify-content:flex-end;gap:10px}.action-button{min-height:48px;min-width:140px;border:1px solid #d6dde6;border-radius:4px;background:#eceff3;color:#2e3743;font-weight:500;cursor:pointer;transition:background-color .12s ease,border-color .12s ease,color .12s ease}.action-button:hover{background:#e4ebf2}.action-button--primary{background:#f2f7fb;color:#355a76;font-weight:600}.action-button--primary:hover{background:#eaf2f8;color:#2f516a}.action-button--danger{border-color:#b84c4c;background:#c95252;color:#fff}.action-button--danger:hover{background:#b64848;border-color:#a74343}.action-button:disabled,.action-button[aria-disabled=true]{cursor:not-allowed;opacity:.45}.action-button:disabled:hover,.action-button[aria-disabled=true]:hover{background:#eceff3;border-color:#d6dde6;color:#2e3743}.action-button--split{margin-right:auto}.confirm-actions{display:flex;justify-content:flex-end;gap:10px}.confirm-copy{margin:0;color:#33485a;font-size:1rem;font-weight:600}.calendar-list{flex:1;min-height:0;overflow-y:auto;padding-right:6px}.calendar-list__row{display:grid;grid-template-columns:20px minmax(112px,138px) minmax(128px,150px) minmax(0,1fr) 96px;gap:12px;align-items:center;padding:10px 0;border-bottom:1px solid #e4e9ee}.calendar-list__name{color:#33485a;min-width:0}.calendar-list__name-text{display:block;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.calendar-list__meta{display:flex;align-items:center;gap:6px;min-width:0;font-size:.8rem;white-space:nowrap;overflow:hidden}.calendar-list__status{padding:4px 9px;font-size:.72rem;flex:0 0 auto}.calendar-list__last-synced{min-width:0;font-size:.73rem;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.calendar-list__error-indicator{color:#c45656;font-size:.82rem;font-weight:700}.calendar-list__color-picker{width:20px;height:20px;padding:0;border:none;background:transparent;cursor:pointer;flex:0 0 auto}.calendar-list__color-picker::-webkit-color-swatch-wrapper{padding:0}.calendar-list__color-picker::-webkit-color-swatch{border:none;border-radius:999px}.calendar-list__color-picker::-moz-color-swatch{border:none;border-radius:999px}.calendar-list__url{overflow:hidden;color:#3e4f61;text-overflow:ellipsis;white-space:nowrap}.calendar-list__actions{display:flex;align-items:center;justify-content:flex-end;gap:6px}.event-modal{display:grid}.event-modal__subheader{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-left:12px;height:40px}.event-modal__section-title-wrap{display:flex;align-items:center;gap:10px}.event-modal__section-title{font-weight:600;color:#2c2f3c}.event-modal__save-state{color:#6b7b89;font-size:10pt}.event-modal__actions{display:flex;justify-content:flex-end}.event-modal__table{border:0}.event-modal__row{display:grid;grid-template-columns:110px 1fr;border-bottom:1px solid #e8edf2}.event-modal__row:last-child{border-bottom:none}.event-modal__row span,.event-modal__row strong{display:flex;align-items:center;padding:10px 12px}.event-modal__row span{background:#f4f7fb;color:#29405a;font-weight:400}.event-modal__row strong{font-weight:500;color:#2b3b4b}.event-modal__override{padding:0}.event-modal__override-wrap{position:relative}.event-modal__override-input{width:100%;min-height:40px;padding:0 40px 0 12px;border:1px solid #d7dfe7;border-radius:4px;background:#fff;color:#35516b}.event-modal__textarea{width:100%;min-height:72px;padding:10px 12px;border:1px solid #d7dfe7;border-radius:4px;background:#fff;color:#35516b;resize:vertical}.event-modal__override-input:focus,.event-modal__override-input:focus-visible,.event-modal__textarea:focus,.event-modal__textarea:focus-visible,.date-input:focus,.date-input:focus-visible,.timeline-date--input:focus,.timeline-date--input:focus-visible{outline:none;border-color:#4f89ba;box-shadow:0 0 0 1px #4f89ba38}.event-modal__override-input--active{border-color:#c7a33a;box-shadow:inset 0 0 0 1px #c7a33a38}.event-modal__date{width:100%;min-height:40px;margin:0;padding:0 12px}.event-modal__row--multiline span{align-items:flex-start;padding-top:14px}.event-modal__row--multiline .event-modal__override{padding-top:8px;padding-bottom:8px}.event-modal__multiline-value{white-space:pre-wrap;align-items:flex-start!important}.event-modal__override-clear{position:absolute;top:50%;right:10px;display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;border:none;border-radius:50%;background:transparent;color:#9f7f22;cursor:pointer;padding:0;transform:translateY(-50%)}.event-modal__override-clear svg{width:11px;height:11px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.event-modal__override-clear:hover{color:#7c6112}.send-reminder{display:grid;gap:12px;padding:18px}.send-reminder__message{width:100%;min-height:220px;padding:12px;border:1px solid #d7dfe7;border-radius:4px;background:#fff;color:#2c2f3c;font:inherit;line-height:1.35;resize:vertical}.send-reminder__message:focus,.send-reminder__message:focus-visible{outline:none;border-color:#4f89ba;box-shadow:0 0 0 1px #4f89ba38}.send-reminder-settings__menu{top:26px;right:-4px;min-width:174px;z-index:30}.send-reminder__attachments{display:flex;align-items:center;flex-wrap:wrap;gap:10px}.send-reminder__attachment{display:inline-flex;align-items:center;gap:8px;min-height:40px;padding:0 14px;border:1px solid #d7dfe7;border-radius:4px;background:#eef2f6;color:#2c2f3c;font:inherit;cursor:pointer}.send-reminder__attachment-icon{width:14px;height:16px;flex:0 0 auto;fill:currentColor;stroke:none}.send-reminder__actions{display:grid;grid-template-columns:1fr 1fr;gap:0}.send-reminder__actions .action-button:first-child{border-top-right-radius:0;border-bottom-right-radius:0}.send-reminder__actions .action-button:last-child{margin-left:-1px;border-top-left-radius:0;border-bottom-left-radius:0}.send-reminder .action-button__icon,.attach-calendar .action-button__icon{fill:currentColor;stroke:none}.modal-card--attach-calendar{width:min(100%,300px)}.attach-calendar{display:grid;justify-items:center;gap:12px;padding:12px 18px 18px}.attach-calendar__toolbar{display:grid;grid-template-columns:40px 1fr 40px;width:100%;align-items:center;gap:0}.attach-calendar__attach{min-width:0;border-radius:0}.attach-calendar__months{display:flex;align-items:center;gap:8px}.attach-calendar__dot{width:12px;height:12px;padding:0;border:none;border-radius:999px;background:#cde5f2;cursor:pointer}.attach-calendar__dot--active{background:#2c2f3c}.events-table,.data-table--events{display:grid;grid-template-rows:auto auto minmax(0,1fr) auto;flex:1;min-height:0;width:100%}.events-table__header,.events-table__row,.events-table__filters{display:grid;grid-template-columns:140px 160px 160px 60px 150px 90px minmax(220px,1fr);gap:8px;align-items:center}.events-table__header>*,.events-table__row>*,.events-table__filters>*,.data-table--events .data-table__header>*,.data-table--events .data-table__row>*,.data-table--events .data-table__filters>*,.data-table--events .data-table__footer-row>*{min-width:0}.events-table__header,.data-table--events .data-table__header{padding:10px 0;border-bottom:1px solid #dde4eb;color:#27394d;font-weight:600}.events-table__sort,.data-table--events .data-table__sort{border:none;background:transparent;padding:0 15px;color:inherit;font:inherit;font-weight:100;font-size:11pt;text-align:left;cursor:pointer}.events-table__sort:hover,.data-table--events .data-table__sort:hover{color:#169ad0}.events-table__filters,.data-table--events .data-table__filters{padding:5px 0;border-bottom:1px solid #e4e9ef}.events-table__filters input,.data-table--events .data-table__filters input{min-height:27px;border:1px solid #d8e0e8;border-radius:4px}.events-table__filters input:focus,.events-table__filters input:focus-visible,.data-table--events .data-table__filters input:focus,.data-table--events .data-table__filters input:focus-visible{outline:none;border-color:#4f89ba;box-shadow:0 0 0 1px #4f89ba38}.events-table__body,.data-table--events .data-table__body{overflow-y:auto;overflow-x:hidden;border-bottom:1px solid #e1e7ed;min-height:0}.events-table__row,.data-table--events .data-table__row{padding:8px 20px;border-bottom:1px solid #edf1f5}.events-table__row--button,.data-table--events .data-table__row--button{width:100%;border:none;background:transparent;text-align:left;cursor:pointer;box-shadow:inset 3px 0 0 var(--event-accent, transparent)}.events-table__row--button:hover,.data-table--events .data-table__row--button:hover{background:#f5f8fb}.events-table__row--today{background:#169ad014;outline:1px solid rgba(22,154,208,.24);outline-offset:-1px}.events-table__row--conflict{background:#ef535014;outline:1px solid rgba(239,83,80,.22);outline-offset:-1px}.events-table__row--today:hover{background:#169ad024}.events-table__row--conflict:hover{background:#ef535024}.events-table__row--cancelled,.data-table--events .events-table__row--cancelled{opacity:.65}.events-table__listing{display:inline-flex;align-items:center;gap:8px;min-width:0}.events-table__listing .timeline-listing__type-icon{margin-left:0}.events-table__summary{display:block;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.events-table__footer,.data-table--events .data-table__footer{display:flex;align-items:center;gap:12px;padding:15px;color:#2e4054}@media (max-width: 1100px){.modal-card--events .modal-card__body{overflow-x:auto;overflow-y:hidden}.events-table,.data-table--events{min-width:1040px}.events-table__body,.data-table--events .data-table__body{overflow-x:visible}}:root[data-theme=dark] body{color:#d8e4ef;background:linear-gradient(180deg,#0d141b,#101b25)}:root[data-theme=dark] .login-shell{background:radial-gradient(circle at top left,rgba(56,123,186,.18),transparent 24%),linear-gradient(180deg,#0d141b,#101b25)}:root[data-theme=dark] .toast{border-color:#dce4eb42;background:#101318bf;box-shadow:0 16px 36px #040a106b}:root[data-theme=dark] .toast--success{border-color:#dce4eb42}:root[data-theme=dark] .toast--warning{border-color:#dce4eb42}:root[data-theme=dark] .toast--error{border-color:#dce4eb42}:root[data-theme=dark] .toast__listing{color:#eef6fc}:root[data-theme=dark] .toast__meta{color:#8fb2d0}:root[data-theme=dark] .toast__message,:root[data-theme=dark] .toast__summary{color:#a9bed1}:root[data-theme=dark] .toast__action{border-color:#dce4eb2e;background:#ffffff0a}:root[data-theme=dark] .toast__action:hover{background:#ffffff1a}:root[data-theme=dark] .login-brand,:root[data-theme=dark] .timeline-brand{color:#76b9f4}:root[data-theme=dark] .login-link,:root[data-theme=dark] .login-notice,:root[data-theme=dark] .muted,:root[data-theme=dark] .timeline-months__item,:root[data-theme=dark] .timeline-day,:root[data-theme=dark] .timeline-half-day,:root[data-theme=dark] .tasks-table__header,:root[data-theme=dark] .events-table__footer{color:#98aab9}:root[data-theme=dark] .login-card h1,:root[data-theme=dark] .timeline-listing__name,:root[data-theme=dark] .calendar-list__name,:root[data-theme=dark] .calendar-list__url,:root[data-theme=dark] .event-modal__row strong,:root[data-theme=dark] .events-table__header,:root[data-theme=dark] .events-table__row,:root[data-theme=dark] .pill,:root[data-theme=dark] .badge,:root[data-theme=dark] .theme-toggle{color:#c9d5e0}:root[data-theme=dark] .calendar-list__input{background:#162532;border-color:#2b3e4f;color:#dfe7ef}:root[data-theme=dark] .event-modal__row span{color:#8fb0cb}:root[data-theme=dark] .event-modal__override-input{border-color:#2b3e4f;background:#13212d;color:#dce7f0}:root[data-theme=dark] .event-modal__textarea{border-color:#2b3e4f;background:#13212d;color:#dce7f0}:root[data-theme=dark] .event-modal__override-input:focus,:root[data-theme=dark] .event-modal__override-input:focus-visible,:root[data-theme=dark] .event-modal__textarea:focus,:root[data-theme=dark] .event-modal__textarea:focus-visible,:root[data-theme=dark] .date-input:focus,:root[data-theme=dark] .date-input:focus-visible,:root[data-theme=dark] .timeline-date--input:focus,:root[data-theme=dark] .timeline-date--input:focus-visible{border-color:#3f78a7;box-shadow:0 0 0 1px #4f89ba47}:root[data-theme=dark] .event-modal__override-input--active{border-color:#c7a33a;box-shadow:inset 0 0 0 1px #c7a33a3d}:root[data-theme=dark] .event-modal__section-title{color:#dce7f0}:root[data-theme=dark] .event-modal__save-state{color:#90a8bb}:root[data-theme=dark] .mini-calendar__nav-button{color:#7d8a97}:root[data-theme=dark] .mini-calendar__nav-button:hover{color:#a5b5c5}:root[data-theme=dark] .mini-calendar__weekdays{color:#9aabbc}:root[data-theme=dark] .mini-calendar__cell--muted{color:#6f7f8f61}:root[data-theme=dark] .mini-calendar__day{color:#d7e2ec}:root[data-theme=dark] .mini-calendar__cell--muted .mini-calendar__day{color:#6f7f8f61}:root[data-theme=dark] .mini-calendar__cell--muted .mini-calendar__fill--muted{opacity:.55}:root[data-theme=dark] .mini-calendar__fill--past.mini-calendar__fill--occupied{background:var(--fill-color)}:root[data-theme=dark] .mini-calendar__fill--past.mini-calendar__fill--checkin{background:var(--fill-color)}:root[data-theme=dark] .mini-calendar__fill--past.mini-calendar__fill--checkout{background:var(--fill-color)}:root[data-theme=dark] .mini-calendar__tooltip{border-color:#2b3e4f;background:#13212dfa;box-shadow:0 18px 32px #00000059}:root[data-theme=dark] .listing-calendar-settings__trigger{color:#7f90a1}:root[data-theme=dark] .listing-calendar-settings__trigger:hover{background:#506a822e;color:#a8b8c9}:root[data-theme=dark] .listing-calendar-settings__item--active{color:#dce9f5}:root[data-theme=dark] .share-dialog__section-title{color:#89a6c1}:root[data-theme=dark] .share-members__row{background:transparent}:root[data-theme=dark] .share-access-icon{color:#8da3b7}:root[data-theme=dark] .timeline-mini-action--share-settings{color:#8da3b7}:root[data-theme=dark] .timeline-mini-action--share-settings:hover{background:#506a822e;color:#c6d7e8}:root[data-theme=dark] .share-menu__trigger{border-color:#294050;background:#162633;color:#d6e1ea}:root[data-theme=dark] .share-menu__trigger:hover{border-color:#355269}:root[data-theme=dark] .share-menu__trigger:focus-visible,:root[data-theme=dark] .timeline-menu--open .share-menu__trigger{border-color:#3d6585;box-shadow:0 0 0 1px #22608d2e}:root[data-theme=dark] .share-menu__content{border-color:#294050;background:#162633;box-shadow:0 12px 28px #00000059}:root[data-theme=dark] .share-menu__item{color:#d6e1ea}:root[data-theme=dark] .share-menu__item:hover{background:#203544}:root[data-theme=dark] .share-menu__item--active{color:#fff}:root[data-theme=dark] .share-menu__divider{background:#294050}:root[data-theme=dark] .mini-calendar__tooltip-item+.mini-calendar__tooltip-item{border-top-color:#243644}:root[data-theme=dark] .mini-calendar__tooltip-title{color:#dce7f0}:root[data-theme=dark] .mini-calendar__source-icon{color:#8aa7c2}:root[data-theme=dark] .mini-calendar__tooltip-meta{color:#93a9bd}:root[data-theme=dark] .event-modal__override-clear{color:#d1ad45}:root[data-theme=dark] .event-modal__override-clear:hover{color:#e3be5a}:root[data-theme=dark] .send-reminder__message,:root[data-theme=dark] .send-reminder__attachment{border-color:#284153;background:#102532;color:#d7e5ef}:root[data-theme=dark] .attach-calendar__dot{background:#334a5d}:root[data-theme=dark] .attach-calendar__dot--active{background:#d7e5ef}:root[data-theme=dark] .theme-toggle,:root[data-theme=dark] .timeline-date,:root[data-theme=dark] .timeline-view,:root[data-theme=dark] .timeline-scale-toggle,:root[data-theme=dark] .timeline-search,:root[data-theme=dark] .timeline-sidebar__search input,:root[data-theme=dark] .date-input,:root[data-theme=dark] .events-table__filters input,:root[data-theme=dark] .form-field input,:root[data-theme=dark] .form-field select,:root[data-theme=dark] .login-field,:root[data-theme=dark] .modal-card,:root[data-theme=dark] .timeline-mini-action--toolbar{background:#13212d;border-color:#2b3e4f}:root[data-theme=dark] .panel,:root[data-theme=dark] .login-card,:root[data-theme=dark] .timeline-shell,:root[data-theme=dark] .modal-card{background:#13212d;border-color:#2b3e4f;box-shadow:0 22px 44px #00000059}:root[data-theme=dark] .timeline-toolbar,:root[data-theme=dark] .timeline-sidebar,:root[data-theme=dark] .timeline-days,:root[data-theme=dark] .timeline-months,:root[data-theme=dark] .modal-card__header{border-color:#2b3e4f}:root[data-theme=dark] .modal-card__header h2{color:#dce7f0}:root[data-theme=dark] .timeline-sidebar{background:#101c27}:root[data-theme=dark] .timeline-sidebar__summary{border-top-color:#2b3e4f;background:#121f2bf5}:root[data-theme=dark] .timeline-sidebar__footer-label{color:#8ea2b6}:root[data-theme=dark] .timeline-sidebar__footer-count{color:#6f8ea7}:root[data-theme=dark] .timeline-sidebar__dock{border-top-color:#2b3e4f;background:#121f2bfa}:root[data-theme=dark] .timeline-sidebar__dock-link{color:#6f8ea7}:root[data-theme=dark] .timeline-sidebar__dock-link:hover{color:#a9bfd2}:root[data-theme=dark] .timeline-sidebar__dock-button,:root[data-theme=dark] .timeline-sidebar__collapse{background:transparent;color:#b8c9d8}:root[data-theme=dark] .timeline-sidebar__dock-button{border:1px solid #2b3e4f}:root[data-theme=dark] .timeline-sidebar__dock-button:hover,:root[data-theme=dark] .timeline-sidebar__collapse:hover{background:#1a2d3d}:root[data-theme=dark] .timeline-main{background:linear-gradient(180deg,#13212d,#101c27)}:root[data-theme=dark] .timeline-footer{border-top-color:#2b3e4f;background:#12212df5}:root[data-theme=dark] .timeline-footer__item{border-left-color:#2b3e4f;color:#91a8bc}:root[data-theme=dark] .timeline-day,:root[data-theme=dark] .timeline-days,:root[data-theme=dark] .timeline-months,:root[data-theme=dark] .timeline-half-day,:root[data-theme=dark] .timeline-date,:root[data-theme=dark] .timeline-view,:root[data-theme=dark] .timeline-scale-toggle,:root[data-theme=dark] .timeline-search,:root[data-theme=dark] .timeline-sidebar__search input,:root[data-theme=dark] .date-input,:root[data-theme=dark] .form-field input,:root[data-theme=dark] .form-field select,:root[data-theme=dark] .login-field input,:root[data-theme=dark] .events-table__filters input,:root[data-theme=dark] .tasks-table__filters input{background-color:#13212d;color:#c9d5e0}:root[data-theme=dark] .timeline-toolbar{background:#13212d}:root[data-theme=dark] .checkbox-field{color:#c9d5e0}:root[data-theme=dark] .checkbox-field input[type=checkbox]{border-color:#355064;background:#13212d}:root[data-theme=dark] .checkbox-field input[type=checkbox]:checked{border-color:#169ad0;background:#169ad0;box-shadow:0 0 0 3px #169ad029}:root[data-theme=dark] .form-field input:focus,:root[data-theme=dark] .form-field select:focus,:root[data-theme=dark] .form-field input:focus-visible,:root[data-theme=dark] .form-field select:focus-visible{border-color:#3d6585;box-shadow:0 0 0 2px #22608d3d}:root[data-theme=dark] .modal-card--listing-edit .form-field input,:root[data-theme=dark] .modal-card--listing-edit .form-field select{color:#fff}:root[data-theme=dark] .form-select__trigger{border-color:#2b3e4f;background:#162532;color:#fff}:root[data-theme=dark] .confirm-copy{color:#d8e3ec}:root[data-theme=dark] .form-select__chevron{color:#4f6980}:root[data-theme=dark] .form-select__trigger:focus,:root[data-theme=dark] .form-select__trigger:focus-visible,:root[data-theme=dark] .timeline-menu--open .form-select__trigger{border-color:#3d6585;box-shadow:0 0 0 2px #22608d3d}:root[data-theme=dark] .form-select__menu{background:#162532;border-color:#2b3e4f}:root[data-theme=dark] .form-select--error .form-select__trigger{border-color:#cf5c5c;box-shadow:inset 0 0 0 1px #cf5c5c38}:root[data-theme=dark] .form-select__search{border-bottom-color:#2b3e4f;background:#162532}:root[data-theme=dark] .form-select__search-input{border-color:#2b3e4f;background:#13212d;color:#d8e3ec}:root[data-theme=dark] .form-select__search-input:focus,:root[data-theme=dark] .form-select__search-input:focus-visible{border-color:#3d6585;box-shadow:0 0 0 2px #22608d3d}:root[data-theme=dark] .form-select__empty{color:#90a8bb}:root[data-theme=dark] .form-select__item{color:#d8e3ec}:root[data-theme=dark] .form-select__item:hover{background:#213f57bf}:root[data-theme=dark] .form-select__item--active{background:#4f89ba38}:root[data-theme=dark] .date-picker__popover{border-color:#2b3e4f;background:#13212d;box-shadow:0 20px 40px #00000057}:root[data-theme=dark] .date-picker__header{color:#c9d5e0}:root[data-theme=dark] .date-picker__header-label:hover,:root[data-theme=dark] .date-picker__header-label--active{color:#6cc8f4}:root[data-theme=dark] .date-picker__month-nav{color:#96abc0}:root[data-theme=dark] .date-picker__month-nav:hover{color:#c9dff4}:root[data-theme=dark] .date-picker__weekdays{color:#6f879b}:root[data-theme=dark] .date-picker__cell{color:#c9d5e0}:root[data-theme=dark] .date-picker__picker-cell{color:#c9d5e0}:root[data-theme=dark] .date-picker__picker-cell:hover{background:#182938}:root[data-theme=dark] .date-picker__picker-cell--selected{background:#38ade42e;color:#a6def9}:root[data-theme=dark] .date-picker__cell:hover{background:#182938}:root[data-theme=dark] .date-picker__cell--muted{color:#5f7487}:root[data-theme=dark] .date-picker__cell--today{box-shadow:inset 0 0 0 1px #38ade49e}:root[data-theme=dark] .date-picker__cell--today.date-picker__cell--selected{box-shadow:inset 0 0 0 1px #ffffffb8}:root[data-theme=dark] .date-picker__today{color:#6cc8f4}:root[data-theme=dark] .date-picker__today:hover{color:#a6def9}:root[data-theme=dark] .timeline-listing--active{background:#18b2d61f}:root[data-theme=dark] .form-error{color:#ef8a8a}:root[data-theme=dark] .timeline-listing,:root[data-theme=dark] .timeline-row,:root[data-theme=dark] .calendar-list__row,:root[data-theme=dark] .event-modal__row,:root[data-theme=dark] .events-table__header,:root[data-theme=dark] .tasks-table__header,:root[data-theme=dark] .data-table__header,:root[data-theme=dark] .events-table__filters,:root[data-theme=dark] .events-table__row,:root[data-theme=dark] .tasks-table__row,:root[data-theme=dark] .data-table__row,:root[data-theme=dark] .events-table__body,:root[data-theme=dark] .events-table__footer,:root[data-theme=dark] .listing-detail__actions .action-button{border-color:#223342}:root[data-theme=dark] .timeline-cell,:root[data-theme=dark] .timeline-day,:root[data-theme=dark] .timeline-half-day{border-left-color:#223342}:root[data-theme=dark] .timeline-day--month-start,:root[data-theme=dark] .timeline-half-day--month-start,:root[data-theme=dark] .timeline-cell--month-start,:root[data-theme=dark] .timeline-footer__item--month-start{border-left-color:#5e6f80}:root[data-theme=dark] .timeline-listing:hover,:root[data-theme=dark] .events-table__row--button:hover,:root[data-theme=dark] .tasks-table__row:hover,:root[data-theme=dark] .data-table__row--button:hover{background:#1c3448e0}:root[data-theme=dark] .data-table__row--button:focus,:root[data-theme=dark] .data-table__row--button:focus-visible,:root[data-theme=dark] .data-table__row--button:active{outline:none;box-shadow:none}:root[data-theme=dark] .events-table__sort:hover{color:#76b9f4}:root[data-theme=dark] .events-table__row--today{background:#169ad024;outline:1px solid rgba(46,184,230,.26);outline-offset:-1px}:root[data-theme=dark] .events-table__row--conflict{background:#ef53501f;outline:1px solid rgba(239,83,80,.28);outline-offset:-1px}:root[data-theme=dark] .events-table__row--today:hover{background:#169ad033}:root[data-theme=dark] .events-table__row--conflict:hover{background:#ef53502e}:root[data-theme=dark] .timeline-listing__type-icon{color:#87a3bc}:root[data-theme=dark] .timeline-menu__content{background:#13212d;border-color:#2b3e4f;box-shadow:0 18px 30px #0006}:root[data-theme=dark] .row-card{border:1px solid #2b3e4f;border-radius:18px;background:#1a2b38}:root[data-theme=dark] .muted{color:#8fa5b7}:root[data-theme=dark] .timeline-tooltip{border-color:#2b3e4f;background:#13212dfa;box-shadow:0 18px 32px #00000061}:root[data-theme=dark] .timeline-tooltip__title{color:#dce7f0}:root[data-theme=dark] .timeline-tooltip__meta{color:#93a9ba}:root[data-theme=dark] .timeline-tooltip__row{color:#b7c7d4}:root[data-theme=dark] .timeline-tooltip__row strong{color:#8fb6d6}:root[data-theme=dark] .timeline-tooltip__row--warning strong,:root[data-theme=dark] .timeline-tooltip__row--warning span{color:#ff8cc3}:root[data-theme=dark] .timeline-tooltip__summary{color:#aebdca}:root[data-theme=dark] .timeline-menu__item{color:#c9d5e0}:root[data-theme=dark] .timeline-menu__item:hover{background:#1c3448}:root[data-theme=dark] .timeline-menu__item--disabled{color:#7c93a7}:root[data-theme=dark] .timeline-menu__trigger,:root[data-theme=dark] .timeline-mini-action,:root[data-theme=dark] .modal-card__close,:root[data-theme=dark] .icon-button,:root[data-theme=dark] .date-navigator__button{color:#95c3eb}:root[data-theme=dark] .timeline-mini-action--calendar-ok,:root[data-theme=dark] .timeline-mini-action--calendar-running{color:#95c3eb}:root[data-theme=dark] .timeline-mini-action--calendar-recent{color:#49c17f}:root[data-theme=dark] .timeline-mini-action--calendar-stale,:root[data-theme=dark] .timeline-mini-action--calendar-warning{color:#e0a73b}:root[data-theme=dark] .timeline-mini-action--calendar-error{color:#ef6a5b}:root[data-theme=dark] .timeline-menu__trigger:hover,:root[data-theme=dark] .timeline-mini-action:hover,:root[data-theme=dark] .icon-button:hover,:root[data-theme=dark] .date-navigator__button:hover{background:#1c3448;border-color:#2b3e4f}:root[data-theme=dark] .date-navigator__button:hover{background:transparent;border-color:transparent}:root[data-theme=dark] .timeline-menu__trigger:focus,:root[data-theme=dark] .timeline-menu__trigger:focus-visible,:root[data-theme=dark] .timeline-menu--open .timeline-menu__trigger{background:transparent;border-color:transparent;box-shadow:none;outline:none}:root[data-theme=dark] .icon-button--soft{background:transparent}:root[data-theme=dark] .modal-chart__footer .icon-button--soft{background:transparent}:root[data-theme=dark] .listing-calendar-controls .icon-button--soft,:root[data-theme=dark] .listing-calendar-controls .icon-button--soft:hover,:root[data-theme=dark] .listing-calendar-controls .icon-button--soft:focus,:root[data-theme=dark] .listing-calendar-controls .icon-button--soft:focus-visible{border-color:transparent;background:transparent;background-color:transparent;box-shadow:none;outline:none}:root[data-theme=dark] .timeline-scale-toggle__button{color:#c9d5e0}:root[data-theme=dark] .timeline-scale-toggle__button+.timeline-scale-toggle__button{border-left-color:#2b3e4f}:root[data-theme=dark] .timeline-scale-toggle__button--active{background:#1c3448;color:#edf6ff}:root[data-theme=dark] .timeline-mini-action--toolbar,:root[data-theme=dark] .icon-button,:root[data-theme=dark] .icon-button--soft,:root[data-theme=dark] .action-button,:root[data-theme=dark] .pill,:root[data-theme=dark] .timeline-date,:root[data-theme=dark] .timeline-view,:root[data-theme=dark] .timeline-search,:root[data-theme=dark] .timeline-sidebar__search input,:root[data-theme=dark] .date-input,:root[data-theme=dark] .events-table__filters input,:root[data-theme=dark] .tasks-table__filters input,:root[data-theme=dark] .data-table__filters input,:root[data-theme=dark] .data-table-toolbar input,:root[data-theme=dark] .data-table-toolbar select,:root[data-theme=dark] .data-table-toolbar__refresh,:root[data-theme=dark] .data-table-filter-select__trigger,:root[data-theme=dark] .event-modal__table,:root[data-theme=dark] .modal-card__header,:root[data-theme=dark] .timeline-sidebar__search,:root[data-theme=dark] .calendar-list__row,:root[data-theme=dark] .events-table__body,:root[data-theme=dark] .events-table__row,:root[data-theme=dark] .events-table__header,:root[data-theme=dark] .events-table__filters,:root[data-theme=dark] .tasks-table__row,:root[data-theme=dark] .tasks-table__header,:root[data-theme=dark] .tasks-table__filters,:root[data-theme=dark] .data-table__row,:root[data-theme=dark] .data-table__header,:root[data-theme=dark] .data-table__filters,:root[data-theme=dark] .data-table__footer-row,:root[data-theme=dark] .data-table-toolbar{color:#c9d5e0;border-color:#2b3e4f}:root[data-theme=dark] .listing-calendar-controls .icon-button.icon-button--soft,:root[data-theme=dark] .listing-calendar-controls .icon-button.icon-button--soft:hover,:root[data-theme=dark] .listing-calendar-controls .icon-button.icon-button--soft:focus,:root[data-theme=dark] .listing-calendar-controls .icon-button.icon-button--soft:focus-visible,:root[data-theme=dark] .occupancy-chart-controls .icon-button.icon-button--soft,:root[data-theme=dark] .occupancy-chart-controls .icon-button.icon-button--soft:hover,:root[data-theme=dark] .occupancy-chart-controls .icon-button.icon-button--soft:focus,:root[data-theme=dark] .occupancy-chart-controls .icon-button.icon-button--soft:focus-visible{border-color:transparent;background:transparent;background-color:transparent;box-shadow:none;outline:none}:root[data-theme=dark] .events-table__filters input:focus,:root[data-theme=dark] .events-table__filters input:focus-visible,:root[data-theme=dark] .tasks-table__filters input:focus,:root[data-theme=dark] .tasks-table__filters input:focus-visible,:root[data-theme=dark] .data-table__filters input:focus,:root[data-theme=dark] .data-table__filters input:focus-visible,:root[data-theme=dark] .data-table-toolbar input:focus,:root[data-theme=dark] .data-table-toolbar input:focus-visible,:root[data-theme=dark] .data-table-toolbar select:focus,:root[data-theme=dark] .data-table-toolbar select:focus-visible{border-color:#3f78a7;box-shadow:0 0 0 1px #4f89ba47}:root[data-theme=dark] .tasks-table__header,:root[data-theme=dark] .tasks-table__row,:root[data-theme=dark] .tasks-table__filters,:root[data-theme=dark] .tasks-table__body,:root[data-theme=dark] .tasks-table__footer,:root[data-theme=dark] .data-table__header,:root[data-theme=dark] .data-table__row,:root[data-theme=dark] .data-table__filters,:root[data-theme=dark] .data-table__footer-row,:root[data-theme=dark] .data-table-toolbar,:root[data-theme=dark] .data-table__body,:root[data-theme=dark] .data-table__footer,:root[data-theme=dark] .task-report-detail,:root[data-theme=dark] .task-report-detail__subheader,:root[data-theme=dark] .task-report-detail__row,:root[data-theme=dark] .task-report-detail__photo{border-color:#2b3e4f}:root[data-theme=dark] .task-report-detail__photo{color:#8ea2b6}:root[data-theme=dark] .tasks-table__row:hover,:root[data-theme=dark] .data-table__row--button:hover{background:#13a7cf1a}:root[data-theme=dark] .task-report-detail__row strong,:root[data-theme=dark] .task-report-detail__photo{background:#162837}:root[data-theme=dark] .task-report-detail__row span{color:#c9d5e0}:root[data-theme=dark] .data-table-toolbar option{background:#122432;color:#c9d5e0}:root[data-theme=dark] .data-table-toolbar input,:root[data-theme=dark] .data-table-toolbar select{background-color:#102231;color:#c9d5e0}:root[data-theme=dark] .data-table-filter-select__trigger{background-color:#102231;color:#c9d5e0}:root[data-theme=dark] .data-table-filter-select__trigger:hover{border-color:#355269}:root[data-theme=dark] .data-table-filter-select__trigger:focus,:root[data-theme=dark] .data-table-filter-select__trigger:focus-visible,:root[data-theme=dark] .timeline-menu--open .data-table-filter-select__trigger{border-color:#3d6585;box-shadow:0 0 0 1px #22608d2e}:root[data-theme=dark] .data-table-filter-select__menu{border-color:#294050;background:#162633;box-shadow:0 12px 28px #00000059}:root[data-theme=dark] .data-table-filter-select__item{color:#d6e1ea}:root[data-theme=dark] .data-table-filter-select__item:hover{background:#203544}:root[data-theme=dark] .data-table-filter-select__item--active{color:#fff}:root[data-theme=dark] .data-table-toolbar__refresh{background-color:#102231;color:#c9d5e0}:root[data-theme=dark] .data-table-toolbar__refresh:hover{background:#1c3448}:root[data-theme=dark] .action-button:hover{background:#1c3448}:root[data-theme=dark] .action-button--primary{background:#1b2f40;color:#d7e6f2}:root[data-theme=dark] .action-button--primary:hover{background:#22384b;color:#ecf6ff}:root[data-theme=dark] .occupancy-chart__grid,:root[data-theme=dark] .occupancy-chart__column{stroke:#294152}:root[data-theme=dark] .occupancy-chart__axis{fill:#8ea2b6}:root[data-theme=dark] .occupancy-chart__dot{fill:#13212d}:root[data-theme=dark] .timeline-user-button,:root[data-theme=dark] .timeline-search::placeholder,:root[data-theme=dark] .timeline-sidebar__search input::placeholder,:root[data-theme=dark] .events-table__filters input::placeholder,:root[data-theme=dark] .form-field input::placeholder,:root[data-theme=dark] .login-field input::placeholder{color:#6f8ea7}:root[data-theme=dark] .modal-card__close:hover{color:#c4ddf2}:root[data-theme=dark] .timeline-day--weekend,:root[data-theme=dark] .timeline-cell--weekend,:root[data-theme=dark] .timeline-half-day--weekend{background:#1c2a35}:root[data-theme=dark] .timeline-cell--selecting{background:#13a7cf29}:root[data-theme=dark] .timeline-splitter{background:#2b3e4f}:root[data-theme=dark] .timeline-splitter:hover,:root[data-theme=dark] .timeline-splitter--dragging{background:#4f89b4}:root[data-theme=dark] .timeline-day--today,:root[data-theme=dark] .timeline-cell--today,:root[data-theme=dark] .timeline-half-day--today{background:#173841}:root[data-theme=dark] .timeline-booking{background:#2f333b}:root[data-theme=dark] .timeline-booking--past{opacity:.85}:root[data-theme=dark] .timeline-booking--selected{background:#129fc9}:root[data-theme=dark] .timeline-booking--conflict{box-shadow:inset 3px 0 #ff4507,0 0 0 1px #ff45075c}:root[data-theme=dark] .action-button--danger{background:#b04646;border-color:#933b3b;color:#fff4f4}:root[data-theme=dark] .action-button--danger:hover{background:#9d3e3e;border-color:#843434}:root[data-theme=dark] .action-button:disabled:hover,:root[data-theme=dark] .action-button[aria-disabled=true]:hover{background:#162532;border-color:#2b3e4f;color:#c9d5e0}:root[data-theme=dark] .status--pending{background:#d6a7442e;color:#f0cf84}:root[data-theme=dark] .status--in_progress{background:#3082ce2e;color:#8fc4f5}:root[data-theme=dark] .status--running{background:#3082ce2e;color:#8fc4f5}:root[data-theme=dark] .status--completed,:root[data-theme=dark] .status--ok{background:#399a6f2e;color:#8ed8b6}:root[data-theme=dark] .status--stale,:root[data-theme=dark] .status--warning{background:#d6a7442e;color:#f0cf84}:root[data-theme=dark] .admin-status-pill.status--active,:root[data-theme=dark] .admin-status-pill.status--completed,:root[data-theme=dark] .admin-status-pill.status--ok{background:#399a6f2e;color:#8ed8b6}:root[data-theme=dark] .admin-status-pill.status--pending,:root[data-theme=dark] .admin-status-pill.status--warning{background:#d6a7442e;color:#f0cf84}:root[data-theme=dark] .pill,:root[data-theme=dark] .badge,:root[data-theme=dark] .action-button,:root[data-theme=dark] .event-modal__row span{background:#162532}:root[data-theme=dark] .event-modal__row span{background:#162837}:root[data-theme=dark] .pill--accent{background:#0e2944;color:#edf6ff}:root[data-theme=dark] .action-button{color:#d8e4ef}@media (max-width: 1080px){.dashboard,.dashboard--three-up,.dashboard--two-up,.public-card,.timeline-insights,.workspace,.timeline-board{grid-template-columns:1fr}.timeline-board{min-height:0}}@media (max-width: 640px){.app-header,.panel{padding:18px;border-radius:20px}.listing-card__top,.row-card,.panel__header,.calendar-preview__header{align-items:flex-start;flex-direction:column}.align-right{text-align:left}.form-row{grid-template-columns:1fr}.listing-detail__actions{flex-direction:column;align-items:stretch}.listing-detail__actions-right{width:100%;justify-content:stretch}.listing-detail__actions .action-button,.listing-detail__actions-right .action-button,.confirm-actions .action-button,.calendar-form__footer .action-button,.calendar-form__actions .action-button{width:100%}.confirm-actions{flex-direction:column}}.admin-shell{padding:10px;background:#0b1219;color:#d7e2ec}.admin-shell .admin-layout{display:grid;grid-template-columns:220px minmax(0,1fr);gap:10px;min-height:calc(100vh - 20px);height:calc(100vh - 20px);align-items:stretch}.admin-shell .admin-layout--collapsed{grid-template-columns:72px minmax(0,1fr)}.admin-shell .workspace{display:block;height:100%}.admin-shell .panel{padding:10px;border-radius:4px}.admin-shell .admin-sidebar{padding:0!important}.admin-shell .admin-topbar{padding:5px 10px!important}.admin-shell .admin-panel-screen{padding:10px!important}.admin-shell .admin-panel-screen--overview{height:auto!important;min-height:auto;overflow:visible!important;flex:0 0 auto;align-self:start}.admin-shell .admin-content{overflow:hidden}.admin-shell .admin-panel-screen .data-table{height:100%;min-height:0}.admin-shell .data-table--admin .data-table__header,.admin-shell .data-table--admin .data-table__row,.admin-shell .data-table--admin .data-table__filters,.admin-shell .data-table--admin .data-table__footer-row,.admin-shell .data-table--admin .data-table-toolbar{min-width:0;width:100%}.admin-shell .data-table--admin .data-table__body{min-height:0;overflow-y:auto;overflow-x:hidden;max-height:none}.admin-shell .data-table--admin .data-table__header>*,.admin-shell .data-table--admin .data-table__row>span,.admin-shell .data-table--admin .data-table__footer-row>*{display:block;min-width:0;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.admin-shell .data-table--admin .data-table__row>span strong,.admin-shell .data-table--admin .data-table__row>span small{display:block;min-width:0;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.admin-shell .data-table--admin-jobs .data-table__row>span:last-child,.admin-shell .data-table--admin-jobs .data-table__row>span:last-child .admin-table-truncate{display:block;min-width:0;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap!important}.admin-shell .data-table--admin-jobs .data-table__header,.admin-shell .data-table--admin-jobs .data-table__row,.admin-shell .data-table--admin-jobs .data-table__filters,.admin-shell .data-table--admin-jobs .data-table__footer-row{grid-template-columns:minmax(150px,1.05fr) 110px 90px 100px 160px 160px 160px minmax(220px,1.2fr)}.admin-shell .data-table--admin-listings .data-table__header,.admin-shell .data-table--admin-listings .data-table__row,.admin-shell .data-table--admin-listings .data-table__filters,.admin-shell .data-table--admin-listings .data-table__footer-row{grid-template-columns:minmax(220px,1.5fr) 120px 100px 100px}.admin-shell .data-table--admin-calendars .data-table__header,.admin-shell .data-table--admin-calendars .data-table__row,.admin-shell .data-table--admin-calendars .data-table__filters,.admin-shell .data-table--admin-calendars .data-table__footer-row{grid-template-columns:minmax(240px,1.5fr) 120px 120px 100px}.admin-shell .data-table--admin-events .data-table__header,.admin-shell .data-table--admin-events .data-table__row,.admin-shell .data-table--admin-events .data-table__filters,.admin-shell .data-table--admin-events .data-table__footer-row{grid-template-columns:minmax(240px,1.5fr) 160px 120px 190px}.admin-shell .data-table--admin-anomalies .data-table__header,.admin-shell .data-table--admin-anomalies .data-table__row,.admin-shell .data-table--admin-anomalies .data-table__filters,.admin-shell .data-table--admin-anomalies .data-table__footer-row{grid-template-columns:110px 160px 90px minmax(0,1fr)}.modal-card--admin-detail{width:min(100%,820px);max-width:calc(100vw - 32px);overflow:hidden}.modal-card--admin-detail .modal-card__body{padding:0;overflow-x:hidden;overflow-y:auto;max-height:min(70vh,680px)}.modal-card--admin-detail .task-report-detail{border-top:0;overflow:hidden}.modal-card--admin-detail .task-report-detail__row{grid-template-columns:120px minmax(0,1fr)}.modal-card--admin-detail .task-report-detail__row strong{white-space:nowrap}.modal-card--admin-detail .task-report-detail__row span,.modal-card--admin-detail .task-report-detail__photos{min-width:0;overflow-wrap:anywhere;white-space:normal}.modal-card--admin-detail .admin-detail-actions{display:flex;justify-content:flex-end;gap:8px;padding:10px 12px}.modal-card--admin-detail .admin-detail-actions .action-button{min-height:34px;padding:6px 12px;font-size:.92rem}.modal-card--admin-form{width:min(520px,calc(100vw - 32px))}.admin-chart-grid{display:grid;gap:10px}.admin-chart-grid>.admin-chart-toolbar{grid-column:1 / -1}.admin-chart-grid--two{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-chart-grid--one{grid-template-columns:minmax(0,1fr)}.admin-chart-grid--three{grid-template-columns:repeat(3,minmax(0,1fr))}.admin-chart-grid--four{grid-template-columns:repeat(4,minmax(0,1fr))}.admin-chart-card{display:flex;flex-direction:column;gap:10px;min-height:0}.admin-chart-toolbar{display:inline-flex;align-items:center;gap:6px}.admin-chart-range-select select{min-width:88px;height:36px;border:1px solid #294056;border-radius:4px;background:#0f1a24;color:#d7e2ec;padding:0 34px 0 12px;font:inherit}.admin-chart-range-select select:focus,.admin-chart-range-select select:focus-visible{outline:none;border-color:#4d88b8;box-shadow:0 0 0 2px #4d88b838}.admin-chart-pill{border:1px solid #2e475d;border-radius:999px;background:#0f1a24;color:#9bb0c3;padding:4px 10px;font:inherit;font-size:.82rem;cursor:pointer}.admin-chart-pill:hover{border-color:#4d88b8;color:#e8f1f8}.admin-chart-pill--active{border-color:#4d88b8;background:#4d88b82e;color:#eef6fc}.admin-chart-card__header h3{margin:0;font-size:1rem;color:#eef6fc}.admin-chart-card__header p{margin:4px 0 0;color:#8ea3b5;font-size:.9rem}.admin-chart-card__body{min-height:0}.admin-trend-chart{display:grid;gap:8px}.admin-chart-frame{display:grid;grid-template-columns:44px minmax(0,1fr);gap:10px;align-items:stretch}.admin-chart-y-axis{height:120px;display:flex;flex-direction:column;justify-content:space-between;color:#8095a7;font-size:.72rem;text-align:right}.admin-chart-plot{min-width:0}.admin-trend-chart svg{width:100%;height:120px;display:block}.admin-chart-gridline{stroke:#48607573;stroke-dasharray:3 4;stroke-width:1}.admin-trend-chart__point{opacity:.9}.admin-chart-axis{display:flex;justify-content:space-between;gap:12px;color:#8095a7;font-size:.82rem}.admin-multiline-legend{display:flex;flex-wrap:wrap;gap:10px 14px}.admin-multiline-legend__item{display:inline-flex;align-items:center;gap:6px;min-width:0}.admin-multiline-legend__swatch{width:10px;height:10px;border-radius:999px;flex:0 0 auto}.admin-multiline-legend__label{color:#a4b7c8;font-size:.8rem;white-space:nowrap}.admin-bars-chart{display:grid;grid-template-columns:repeat(14,minmax(0,1fr));gap:6px;align-items:end;height:152px;min-width:0}.admin-bars-chart__item{display:grid;gap:8px;align-items:end}.admin-bars-chart__bar-wrap{height:120px;display:flex;align-items:flex-end}.admin-bars-chart__stack{width:100%;height:100%;display:flex;flex-direction:column;justify-content:flex-end;gap:1px}.admin-bars-chart__stack-segment{width:100%;min-height:2px}.admin-bars-chart__bar{width:100%;min-height:2px;border-radius:3px 3px 0 0}.admin-bars-chart__label{display:block;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#8095a7;font-size:.72rem;text-align:center}.admin-distribution-chart{display:grid;gap:12px}.admin-distribution-chart__track{display:flex;overflow:hidden;height:12px;border-radius:999px;background:#0f1a24}.admin-distribution-chart__segment{height:100%}.admin-distribution-chart__legend{display:grid;gap:8px}.admin-distribution-chart__legend-item{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:8px;align-items:center;color:#d7e2ec;font-size:.9rem}.admin-distribution-chart__swatch{width:10px;height:10px;border-radius:999px}.admin-distribution-chart__legend-label{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#9bb0c3}.admin-table-truncate{display:block;min-width:0;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.admin-job-json{display:block;width:100%;margin:0;word-break:break-word;overflow:auto;border:1px solid #223342;border-radius:4px;background:#101a23;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:12px;line-height:1.55;color:#c7d7e5}.task-report-detail__row--json span{min-height:0;padding:12px 16px;display:block}.admin-job-json__pre{margin:0;padding:12px 14px;white-space:pre-wrap;overflow-wrap:anywhere}.admin-job-json__code{display:block;white-space:inherit}@media (max-width: 1180px){.admin-chart-grid--four,.admin-chart-grid--three,.admin-chart-grid--two{grid-template-columns:1fr}}
