:root{--brand:#0f766e;--success:#22c55e;--warn:#f59e0b;--danger:#ef4444;--bg:#f6f7fb;--card:#ffffff;--text:#0f172a;--muted:#6b7280;--radius-lg:16px;--radius-xl:20px;--shadow:0 8px 24px rgba(0,0,0,.06);--border:#e5e7eb}*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;background:var(--bg);color:var(--text);font:14px/1.4 Inter,system-ui,Segoe UI,Roboto,Arial,sans-serif}.card{background:var(--card);border-radius:var(--radius-xl);box-shadow:var(--shadow);padding:20px}.kpi{display:flex;flex-direction:column;gap:8px}.kpi .title{color:var(--muted);font-size:13px}.kpi .value{font-weight:600;font-size:26px}.kpi .delta.up{color:var(--success)}.kpi .delta.down{color:var(--danger)}.grid{display:grid;grid-template-columns:repeat(7,1fr);grid-auto-rows:34px;gap:8px;padding-top:8px}.grid2{display:grid;gap:16px}.grid2.kpi{grid-template-columns:repeat(5,minmax(0,1fr))}@media (max-width:1100px){.grid2.kpi{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.grid.kpi{grid-template-columns:1fr}}.section-title{margin:0 0 10px;font-weight:600}.table{width:100%;border-collapse:separate;border-spacing:0}.table thead th{text-align:left;font-weight:600;color:#334155;font-size:13px;padding:12px 14px;position:sticky;top:0;background:var(--card);border-bottom:1px solid var(--border)}.table tbody td{padding:12px 14px;border-bottom:1px solid var(--border);white-space:nowrap}.table tbody tr:hover{background:#fafafa}.badge{display:inline-block;padding:4px 8px;border-radius:999px;font-size:12px;font-weight:600}.table-foot{display:flex;justify-content:flex-end;gap:8px;padding-top:10px}.btn{border:1px solid var(--border);background:#f5f5f5;border-radius:12px;padding:14px 20px;cursor:pointer;gap:6px;display:flex}.btn[disabled]{opacity:.5;cursor:not-allowed}.row{display:flex;gap:16px;align-items:stretch}.col{flex:1}.toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}.toolbar-left{display:flex;align-items:center;gap:10px}.search{position:relative;width:360px;max-width:60vw}.search .input{padding-left:36px}.search .icon{position:absolute;left:10px;top:55%;transform:translateY(-50%);color:#94a3b8}.input,.select{width:100%;padding:10px 12px;border:1px solid var(--border);border-radius:10px;background:#fff}.input.table{width:250px;height:42px;border-radius:12px;display:flex;align-items:center;padding:12px 16px 12px 30px;gap:20px}.input:focus,.select:focus{outline:none;border-color:#cbd5e1;box-shadow:0 0 0 3px #3b82f614}.btn.primary{background:var(--teal);color:#fff;border-color:transparent}.btn.secondary{background:#f58220;color:#fff;border-color:transparent}.drawer{position:fixed;inset:0;display:none;z-index:999}.drawer-overlay{position:fixed;inset:0;background:#00000040;z-index:9999}.drawer.lg{position:fixed;right:0;top:0;bottom:0;width:720px;background:#fff;box-shadow:-4px 0 24px #0003;z-index:10000;transform:translate(0)}.drawer.open{display:block}.drawer__backdrop{position:absolute;inset:0;background:#11182759}.drawer__panel{position:absolute;right:0;top:0;height:100%;width:380px;max-width:90vw;background:#fff;transform:translate(100%);transition:transform .25s ease;box-shadow:-16px 0 24px #00000014;display:flex;flex-direction:column}.drawer.open .drawer__panel{transform:translate(0)}.drawer__header{background:var(--teal);color:#fff;padding:16px;font-weight:600;display:flex;align-items:center;justify-content:space-between}.drawer__body{padding:16px;overflow:auto;gap:15px;display:flex;flex-direction:column;flex-grow:1}.drawer__footer{padding:12px 16px;border-top:1px solid var(--border);display:flex;justify-content:flex-end;gap:10px}.section{margin-bottom:16px}.section>label{display:block;font-weight:600;font-size:13px;margin-bottom:8px;color:#334155}.option-list{border:1px solid var(--border);border-radius:10px;max-height:180px;overflow:auto;padding:8px}.badge.green{background:#eafff3;color:#0f7a4f}.badge.amber{background:#fff7e6;color:#b45309}.badge.red{background:#ffeef0;color:#b42318}.table-wrap{overflow:auto;border:1px solid var(--border);border-radius:14px;margin-top:16px}.auth-wrap{display:grid;grid-template-columns:1fr 1fr;min-height:100vh;background:#fff}.auth-pane{display:flex;align-items:center;justify-content:center;padding:32px}.auth-card{width:360px}.auth-title{margin:48px 0 6px;font-size:20px;font-weight:700}.auth-sub{margin:0 0 18px;color:#64748b;font-size:13px}.logo{width:250px;height:64px}.form-row{display:flex;flex-direction:column;gap:6px;margin-bottom:12px}.label{font-size:13px;color:#334155}.input{width:100%;padding:10px 12px;border:1px solid var(--border);border-radius:10px;background:#fff}.input:focus{outline:none;border-color:#cbd5e1;box-shadow:0 0 0 3px #3b82f614}.btn.primary{background:var(--teal);color:#fff;border:0}.btn.block{width:100%}.link{color:#0f766e;text-decoration:none;font-weight:600}.auth-hero{background:#f8fafc url(/assets/auth-B8hqAzxF.png) center/cover no-repeat}.spinner{width:16px;height:16px;border-radius:50%;border:2px solid rgba(255,255,255,.6);border-top-color:#fff;animation:spin 1s linear infinite}.spinner.dark{width:16px;height:16px;border-radius:50%;border:2px solid rgba(100,116,139,.35);border-top-color:var(--teal);animation:spin 1s linear infinite}.topbar{height:64px;background:#fff;display:flex;align-items:center;justify-content:space-between;padding:0 16px;box-shadow:0 1px #0000000f;position:sticky;top:0;z-index:30;width:100%}.topbar__left{display:flex;align-items:center;gap:10px}.brand{width:48px;height:48px}.topbar__right{display:flex;align-items:center;gap:10px}.icon-round{width:40px;height:40px;border-radius:12px;background:#fff;border:1px solid var(--border);display:grid;place-items:center;cursor:pointer;transition:background .15s ease,box-shadow .15s ease}.icon-round:hover{background:#f8fafc;box-shadow:var(--shadow)}.avatar{width:40px;height:40px;border-radius:999px;background:#1d4ed8;color:#fff;display:grid;place-items:center;font-weight:700}.menu{position:relative}.menu__card{position:absolute;right:0;top:48px;background:#fff;border:1px solid var(--border);border-radius:14px;box-shadow:0 16px 40px #0000001f;padding:10px;min-width:240px}.apps-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;padding:6px}.apps-item{display:flex;align-items:center;gap:10px;padding:10px;border-radius:10px;cursor:pointer;color:#0f172a}.apps-item:hover{background:#f3f4f6}.user-card{padding:0}.user-head{display:flex;gap:10px;align-items:center;padding:12px 12px 10px}.user-meta{line-height:1.2}.user-name{font-weight:600}.user-email{font-size:12px;color:#64748b}.sep{height:1px;background:var(--border);margin:6px 0}.menu-item{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:10px;cursor:pointer}.menu-item:hover{background:#f3f4f6}.menu-item.danger{color:#b42318}.menu-item.danger:hover{background:#ffeef0}.modal{position:fixed;inset:0;display:none;z-index:50}.modal.open{display:block}.modal__backdrop{position:absolute;inset:0;background:#11182773}.modal__panel{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:520px;max-width:92vw;background:#fff;border-radius:16px;box-shadow:0 24px 60px #0003;padding:20px 20px 16px;text-align:center}.modal__actions{display:flex;gap:12px;justify-content:center;margin-top:16px}.btn.gray{background:#fff;border:1px solid var(--teal);color:var(--teal)}.form-two{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:24px;row-gap:18px}.form-two .col{display:flex;flex-direction:column}.form-two .label{margin-bottom:8px;font-size:13px;font-weight:600;color:#111827}.form-two .input,.form-two .select{height:48px;padding:12px 14px;border-radius:12px;border:1px solid #D6E4F0;background:#fff;box-shadow:inset 0 1px #0f172a05;font-size:14px}.form-two .input::placeholder{color:#9ca3af}.form-two .input:focus,.form-two .select:focus{outline:none;border-color:#b6d2e8;box-shadow:0 0 0 3px #4f8bc52e}.form-two .select{appearance:none;-webkit-appearance:none;background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 20 20" fill="none"><path d="M5 8l5 5 5-5" stroke="%236B7280" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');background-repeat:no-repeat;background-position:right 12px center;padding-right:36px}.hr{border:0;height:1px;background:#e5e7eb;margin:16px 0}.location-row{display:flex;align-items:center;gap:12px}.input-wrap{display:flex;position:relative;width:auto}.input.soft{background:#f5f5f5;border-color:#e5e7eb;min-width:843px}.pin-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:#6b7280;pointer-events:none}.input.icon{padding-left:36px}.btn.map{height:40px;width:40px;border-radius:12px;background:#f59e0b;color:#fff;border-color:transparent;//display:grid;place-items:center;padding:12px}.modal__panel.lg{width:820px;max-width:94vw}.location-modal .label{font-weight:600;margin-bottom:8px;display:block}.location-modal .field{margin-bottom:12px}.location-modal .mapbox{border:1px solid #E5E7EB;border-radius:14px;overflow:hidden;background:#f8fafc}.amenities{display:grid;grid-template-columns:repeat(7,minmax(120px,1fr));gap:16px}.amenity-card{border:1px solid #D6E4F0;border-radius:12px;height:84px;padding:14px;display:flex;align-items:center;gap:12px;background:#fff;cursor:pointer;transition:border-color .15s ease,background .15s ease,box-shadow .15s ease}.amenity-card:hover{box-shadow:0 2px 8px #0206170d}.amenity-card.selected{border-color:#f59e0b;background:#f59e0b14}.amenity-icon{width:32px;height:32px;border-radius:8px;display:grid;place-items:center;color:#0c807e}.rules-head{display:flex;align-items:center;justify-content:space-between;margin-top:6px}.rules-search{position:relative;width:280px}.rules-search input{width:100%;height:40px;border:1px solid #D6E4F0;border-radius:12px;padding:8px 12px 8px 36px}.rules-search .icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:#9ca3af}.rules-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px 36px;margin-top:12px}.rule-row{display:grid;grid-template-columns:24px 1fr;gap:10px}.rule-title{font-weight:600}.rule-desc{color:#6b7280;font-size:13px;line-height:1.35;margin-top:4px}.rule-edit{color:#f59e0b;font-weight:600;cursor:pointer;margin-left:8px}.rule-inline{display:flex;gap:8px;align-items:center;margin-top:6px}.rule-inline input{height:36px;border:1px solid #D6E4F0;border-radius:10px;padding:6px 10px}.uploader-head{margin-bottom:8px}.uploader-sub{color:#6b7280;font-size:13px;margin-bottom:10px}.uploader-grid{display:grid;grid-template-columns:repeat(4,minmax(160px,1fr));gap:16px}.uploader-slot{border:1.5px dashed #D6E4F0;border-radius:14px;height:120px;display:grid;place-items:center;background:#fff;cursor:pointer}.uploader-slot .plus{font-size:28px;color:#6b7280}.uploader-actions{margin-top:8px;font-size:13px;color:#0c807e;cursor:pointer}.uploader-filled{position:relative;overflow:hidden;border-style:solid}.uploader-filled img{width:100%;height:100%;object-fit:cover;display:block}.uploader-remove{position:absolute;top:8px;right:8px;height:28px;width:28px;border-radius:8px;background:#0009;color:#fff;border:none;cursor:pointer}.uploader-filled.uploading{position:relative}.uploader-overlay{position:absolute;inset:0;display:grid;place-items:center;background:#00000059;color:#fff;font-size:12px}.spinner{width:22px;height:22px;border:2.5px solid rgba(255,255,255,.5);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}.spinner.dark{border-color:#0003;border-top-color:#1d1d1d}.upload-error{background:#0000008c;padding:6px 8px;border-radius:8px}@keyframes spin{to{transform:rotate(360deg)}}.avail-wrap{margin-top:16px}.avail-title{font-weight:700;margin-bottom:6px}.avail-sub{color:#6b7280;font-size:13px;margin-bottom:12px}.avail-card{border:1px solid #E5E7EB;border-radius:14px;background:#fff;box-shadow:0 2px 10px #0206170a;overflow:hidden}.avail-head{padding:12px 16px;border-bottom:1px solid #E5E7EB;display:flex;align-items:center;justify-content:space-between}.avail-head-left{font-weight:600}.avail-head-right{color:#6b7280;font-size:13px}.months{display:grid;grid-template-columns:1fr 1fr}.month{padding:14px 16px}.month+.month{border-left:1px solid #E5E7EB}.month-title{text-align:center;font-weight:700;margin-bottom:10px}.dow{display:grid;grid-template-columns:repeat(7,1fr);color:#9ca3af;font-size:12px;text-align:center;margin-bottom:6px}.grid2{display:grid;grid-template-columns:repeat(7,1fr);gap:8px;padding-top:8px}.day{height:34px;display:grid;place-items:center;border-radius:9px;font-size:13px;cursor:pointer}.day.muted{color:#cbd5e1;cursor:default}.day.disabled{color:#cbd5e1;cursor:not-allowed}.day:hover{background:#f8fafc}.day.selected{color:#ef4444;font-weight:700}.day.committed{color:#ef4444;font-weight:700;text-decoration:underline}.nav-btn{height:28px;width:28px;border-radius:999px;border:1px solid #E5E7EB;background:#fff;display:grid;place-items:center;cursor:pointer}.navs{display:flex;gap:10px;align-items:center;padding:12px 16px;border-top:1px solid #E5E7EB;justify-content:space-between}.avail-cta{display:flex;justify-content:flex-end;gap:8px}.avail-cta .btn.primary{padding:10px 14px}.unavail-list{margin-top:12px;font-size:14px}.unavail-list .hint{color:#6b7280;font-size:12px;margin-bottom:6px}.unavail-item{display:flex;align-items:center;gap:8px}.unavail-item .dot{height:16px;width:16px;border-radius:999px;border:2px solid #EF4444;display:grid;place-items:center;color:#ef4444;font-size:11px}.dashboard-grid{display:grid;gap:1.25rem;grid-template-columns:repeat(6,1fr)}.span-6{grid-column:span 6 / span 6}.span-4{grid-column:span 4 / span 4}.span-3{grid-column:span 3 / span 3}.span-2{grid-column:span 2 / span 2}.kpi-container{display:grid;gap:1.25rem;grid-template-columns:repeat(auto-fit,minmax(170px,1fr))}@media (max-width: 1200px){.span-4,.span-2{grid-column:span 6 / span 6}.kpi-container{grid-template-columns:repeat(3,1fr)}}@media (max-width: 768px){.span-3{grid-column:span 6 / span 6}.kpi-container{grid-template-columns:repeat(2,1fr)}}.g-overlay{position:fixed;inset:0;z-index:999;background:#1012166b;display:grid;place-items:center;padding:12px}.g-modal{width:100%;max-width:520px;background:#fff;border:1px solid var(--hero-border);border-radius:14px;box-shadow:var(--hero-shadow);display:grid;grid-template-rows:auto 1fr 1px auto;overflow:hidden}.g-modal.is-sheet{width:100%;max-width:none;border-radius:16px 16px 0 0;max-height:96vh;align-self:end}.g-head{display:flex;align-items:center;justify-content:space-between;padding:12px 14px;border-bottom:1px solid var(--hero-border)}.g-head h3{margin:0;font-size:16px;font-weight:900}.g-x{width:32px;height:32px;border-radius:999px;border:1px solid var(--hero-border);background:#fff}.g-list{padding:6px 14px 12px;display:grid;gap:0}.g-div{height:1px;background:#e6eaee;margin:10px 0}.g-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:6px 0}.g-rowL{min-width:0}.g-title{font-weight:800;color:#0f172a}.g-sub{color:#6b7280;font-size:13px;margin-top:4px}.g-step{display:flex;align-items:center;gap:10px}.g-btn{width:36px;height:36px;border-radius:999px;border:1px solid var(--hero-border);background:#fff;font-weight:800;color:#334155}.g-val{min-width:22px;text-align:center;font-weight:800}.g-pets{display:flex;align-items:center;justify-content:space-between;padding:12px 0 2px;gap:10px}.g-switch{position:relative;width:46px;height:26px;display:inline-block}.g-switch input{display:none}.g-switch span{position:absolute;inset:0;background:#e5e7eb;border-radius:999px;transition:.2s}.g-switch span:after{content:"";position:absolute;top:3px;left:3px;width:20px;height:20px;border-radius:999px;background:#fff;box-shadow:0 1px 3px #00000026;transition:.2s}.g-switch input:checked+span{background:#0f7e7a33}.g-switch input:checked+span:after{transform:translate(20px);background:#0f7e7a}.select-container{width:100%;height:40px;border:1px solid #d1d5db;border-radius:12px;padding:12px 16px;display:flex;align-items:center;justify-content:space-between;box-sizing:border-box;background-color:#fff;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;color:#000}.select-arrow{width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent;border-top:5px solid black}.switch{position:relative;display:inline-block;width:38px;height:22px;cursor:pointer}.switch input{opacity:0;width:0;height:0}.switch__track{position:absolute;inset:0;background:#d1d5db;border-radius:999px;transition:background .15s}.switch__track:after{content:"";position:absolute;top:3px;left:3px;width:16px;height:16px;border-radius:50%;background:#fff;transition:transform .15s;box-shadow:0 1px 2px #0003}.switch input:checked+.switch__track{background:#0c807e}.switch input:checked+.switch__track:after{transform:translate(16px)}.switch input:focus-visible+.switch__track{outline:2px solid #0c807e55;outline-offset:2px}:root{--teal:#0f766e;--pill:rgba(255,255,255,.18);--hover:rgba(255,255,255,.1)}.sidebar{position:sticky;top:64px;align-self:flex-start;height:calc(100vh - 64px);width:232px;flex:0 0 232px;background:var(--teal);color:#fff;display:flex;flex-direction:column;padding:16px 12px;gap:8px;overflow-y:auto;transition:width .2s ease,flex-basis .2s ease;z-index:20}.sidebar__nav{display:flex;flex-direction:column;gap:6px;flex:1}.sidebar__item{display:flex;align-items:center;gap:12px;min-height:44px;padding:0 12px;border-radius:12px;color:#ecfeff;text-decoration:none;font-weight:500;letter-spacing:.2px;white-space:nowrap;overflow:hidden;transition:background .15s ease,color .15s ease}.sidebar__item svg{flex:0 0 20px}.sidebar__item:hover{background:var(--hover)}.sidebar__item.active{background:var(--pill);color:#fff;font-weight:600}.sidebar__toggle{background:transparent;border:none;color:#fff;opacity:.85;font-weight:600;cursor:pointer;text-align:left;padding:8px 12px;border-radius:10px}.sidebar__toggle:hover{background:var(--hover);opacity:1}.sidebar--collapsed{width:72px;flex-basis:72px;padding:16px 12px}.sidebar--collapsed .sidebar__label{display:none}.sidebar--collapsed .sidebar__item{justify-content:center;padding:0}.sidebar--collapsed .sidebar__toggle{text-align:center;padding:8px 0}@media (max-width: 900px){.sidebar{width:72px;flex-basis:72px}.sidebar .sidebar__label{display:none}.sidebar .sidebar__item{justify-content:center;padding:0}.sidebar__toggle{display:none}}.rte{border:1px solid var(--border);border-radius:12px;overflow:hidden;background:#fff}.rte__toolbar{display:flex;flex-wrap:wrap;gap:6px;padding:8px;background:#f9fafb;border-bottom:1px solid var(--border);position:sticky;top:0;z-index:1}.rte__btn{border:1px solid var(--border);background:#fff;border-radius:8px;padding:4px 10px;font-size:13px;cursor:pointer;color:var(--text)}.rte__btn:hover{background:#f3f4f6}.rte__area{padding:16px 18px;outline:none;line-height:1.6;font-size:15px}.rte__area h2{font-size:18px;margin:18px 0 8px}.rte__area p{margin:0 0 10px}.rte__area ul,.rte__area ol{padding-left:22px;margin:0 0 10px}.rte__area a{color:#0c807e}.ac-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:4px}.ac-day{position:relative;min-height:48px;border:1px solid transparent;border-radius:10px;background:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;font:inherit;cursor:pointer;color:#111827;padding:2px}.ac-day:hover:not(:disabled){border-color:#0c807e}.ac-empty{background:transparent;cursor:default}.ac-num{font-size:13px;font-weight:600;line-height:1}.ac-price{font-size:11px;color:#6b7280;line-height:1}.ac-price--custom{color:#0c807e;font-weight:700}.ac-past{color:#cbd5e1;cursor:not-allowed;background:#fafafa}.ac-past .ac-num{font-weight:400}.ac-today{box-shadow:inset 0 0 0 1px #9ca3af}.ac-blocked{background:#fee2e2;color:#991b1b}.ac-blocked .ac-num{text-decoration:line-through}.ac-imported{background:repeating-linear-gradient(45deg,#fef3c7,#fef3c7 5px,#fde68a 5px 10px);color:#92400e}.ac-booked{background:#0c807e;color:#fff}.ac-booked .ac-price{color:#d1fae5}.ac-pending{background:#99d5d3;color:#064e4b}.ac-selected{outline:2px solid #f58220;outline-offset:-2px;background-image:linear-gradient(#f582201f,#f582201f)}.ac-legend{display:flex;flex-wrap:wrap;gap:12px;font-size:12px;color:#4b5563}.ac-legend span{display:inline-flex;align-items:center;gap:6px}.ac-swatch{width:14px;height:14px;border-radius:4px;display:inline-block;border:1px solid #e5e7eb}.ac-swatch--free{background:#fff}.ac-swatch--blocked{background:#fee2e2}.ac-swatch--booked{background:#0c807e}.ac-swatch--pending{background:#99d5d3}.ac-swatch--imported{background:repeating-linear-gradient(45deg,#fef3c7,#fef3c7 3px,#fde68a 3px 6px)}.ac-swatch--custom{background:#fff;box-shadow:inset 0 -3px #0c807e}.ac-actions{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:12px;border-top:1px solid #e5e7eb;padding:12px 16px;background:#fffbf5}.ac-buttons{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.ac-price-edit{display:inline-flex;align-items:center;gap:6px}.ac-price-edit .input{width:110px;height:38px}.ac-lists{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:8px 24px}.ac-list{list-style:none;padding:0;margin:6px 0 0;display:grid;gap:6px;font-size:14px}.ac-list li{display:flex;align-items:center;justify-content:space-between;gap:8px}.ac-list .btn{padding:4px 10px;font-size:13px}
