*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f5f7fa;color:#1e293b;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}h1,h2,h3,h4,h5,h6{color:#0f172a;font-weight:600;line-height:1.2}h1{font-size:2rem}h2{font-size:1.5rem}.layout{background:var(--canvas);min-height:100vh}.sidebar{background:#072731;border-right:1px solid #ffffff12;color:#e2f4f8;display:flex;flex-direction:column;inset:0 auto 0 0;position:fixed;transition:width .2s ease,transform .2s ease;width:264px;z-index:1000}.nav-closed .sidebar{width:76px}.sidebar-header{border-bottom:1px solid #ffffff12;gap:10px;justify-content:space-between;min-height:68px;padding:16px 16px 14px}.sidebar-brand,.sidebar-header{align-items:center;display:flex}.sidebar-brand{color:#fff;gap:11px;min-width:0;text-decoration:none}.brand-mark{background:linear-gradient(135deg,var(--brand-light) 0,var(--brand-dark) 100%);border-radius:10px;color:#fff;display:grid;flex-shrink:0;font-size:17px;font-weight:800;height:36px;place-items:center;text-transform:uppercase;width:36px}.brand-logo{background:#ffffff1a;border-radius:9px;flex-shrink:0;height:36px;object-fit:contain;padding:4px;width:36px}.brand-text{font-size:15.5px;font-weight:700;letter-spacing:-.01em;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sidebar-collapse{background:#ffffff0f;border:1px solid #ffffff1f;border-radius:8px;color:#cbe9f0;cursor:pointer;display:grid;flex-shrink:0;height:30px;place-items:center;transition:background .15s ease,color .15s ease;width:30px}.sidebar-collapse:hover{background:#ffffff24;color:#fff}.sidebar-nav{flex:1 1;overflow-x:hidden;overflow-y:auto;padding:14px 12px 8px;scrollbar-color:#ffffff2e #0000;scrollbar-width:thin}.sidebar-nav::-webkit-scrollbar{width:6px}.sidebar-nav::-webkit-scrollbar-track{background:#0000}.sidebar-nav::-webkit-scrollbar-thumb{background:#ffffff29;border-radius:3px}.sidebar-nav::-webkit-scrollbar-thumb:hover{background:#ffffff47}.nav-section+.nav-section{border-top:1px solid #ffffff0f;margin-top:18px;padding-top:14px}.nav-section-label{color:#e2f4f86b;display:block;font-size:10.5px;font-weight:700;letter-spacing:.12em;padding:0 10px 8px;text-transform:uppercase;white-space:nowrap}.nav-item{align-items:center;background:none;border:1px solid #0000;border-radius:9px;color:#e2f4f8c7;cursor:pointer;display:flex;font-family:inherit;font-size:13.5px;font-weight:500;gap:12px;margin-bottom:2px;padding:9px 10px;text-align:left;text-decoration:none;transition:background .15s ease,color .15s ease,border-color .15s ease;white-space:nowrap;width:100%}.nav-item:hover{background:#ffffff12;color:#fff}.nav-item.active{background:#15abc229;border-color:#15abc261;color:#fff;font-weight:600}.nav-item.active .nav-icon{color:#5fd8e8}.nav-icon{color:#e2f4f89e;display:grid;flex-shrink:0;height:20px;place-items:center;transition:color .15s ease;width:20px}.nav-item:hover .nav-icon{color:#fff}.nav-text{overflow:hidden;text-overflow:ellipsis}.nav-closed .brand-text,.nav-closed .nav-section-label,.nav-closed .nav-text,.nav-closed .user-meta{display:none}.nav-closed .nav-item,.nav-closed .sidebar-header,.nav-closed .sidebar-user{justify-content:center;padding-inline:8px}.nav-closed .sidebar-collapse{display:none}.nav-closed .nav-section+.nav-section{margin-top:10px;padding-top:10px}.sidebar-footer{border-top:1px solid #ffffff12;padding:12px}.sidebar-user{align-items:center;background:#ffffff0d;border-radius:9px;display:flex;gap:10px;margin-bottom:6px;min-width:0;padding:8px 10px}.user-avatar{background:linear-gradient(135deg,var(--brand-light) 0,var(--brand-dark) 100%);border-radius:50%;color:#fff;display:grid;flex-shrink:0;font-size:11.5px;font-weight:700;height:30px;letter-spacing:.02em;place-items:center;width:30px}.user-meta{display:flex;flex-direction:column;min-width:0}.user-name{color:#fff;font-size:13px;font-weight:600}.user-name,.user-role{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.user-role{color:#e2f4f880;font-size:10.5px;letter-spacing:.06em;text-transform:uppercase}.logout-btn:hover{background:#f8717124;color:#fecaca}.logout-btn:hover .nav-icon{color:#fecaca}.main-content{display:flex;flex-direction:column;margin-left:264px;min-height:100vh;transition:margin-left .2s ease}.nav-closed .main-content{margin-left:76px}.topbar{align-items:center;backdrop-filter:saturate(180%) blur(12px);-webkit-backdrop-filter:saturate(180%) blur(12px);background:#ffffffdb;border-bottom:1px solid var(--line);display:flex;gap:12px;height:58px;padding:0 24px;position:-webkit-sticky;position:sticky;top:0;z-index:40}.topbar-menu{background:var(--surface);border:1px solid var(--line);border-radius:8px;color:var(--ink-soft);cursor:pointer;display:grid;height:36px;place-items:center;width:36px}.topbar-menu:hover{background:var(--line-soft)}.topbar-title{color:var(--ink);font-size:14px;font-weight:700;letter-spacing:-.01em}.topbar-spacer{flex:1 1}.topbar-user .user-avatar{font-size:12px;height:32px;width:32px}.content-wrapper{flex:1 1;margin:0 auto;max-width:1440px;padding:26px 24px 40px;width:100%}.sidebar-overlay{display:none}@media (max-width:1024px){.sidebar{box-shadow:var(--shadow-lg);transform:translateX(-100%);width:264px}.nav-open .sidebar{transform:translateX(0)}.nav-closed .sidebar{width:264px}.nav-closed .brand-text,.nav-closed .nav-section-label,.nav-closed .nav-text,.nav-closed .user-meta{display:revert}.nav-closed .nav-item,.nav-closed .sidebar-header,.nav-closed .sidebar-user{justify-content:flex-start;padding-inline:10px}.nav-closed .sidebar-header{padding-inline:16px}.main-content,.nav-closed .main-content{margin-left:0}.nav-open .sidebar-overlay{background:#04191f80;display:block;inset:0;position:fixed;z-index:999}.content-wrapper{padding:20px 16px 32px}}@media (prefers-reduced-motion:reduce){.main-content,.nav-icon,.nav-item,.sidebar{transition:none}}.listing-view{padding-bottom:12px}.lv-head{align-items:flex-start;display:flex;flex-wrap:wrap;gap:16px;justify-content:space-between;margin-bottom:20px}.lv-back{color:var(--muted);display:inline-block;font-size:12.5px;font-weight:600;margin-bottom:6px;text-decoration:none}.lv-back:hover{color:var(--brand-deep)}.lv-head-main h1{color:var(--ink);font-size:26px;font-weight:800;letter-spacing:-.025em;line-height:1.2;margin:0}.lv-head-actions{display:flex;flex-wrap:wrap;gap:10px}.lv-badges{align-items:center;display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}.lv-status{border-radius:999px;font-size:11.5px;font-weight:700;padding:4px 11px;text-transform:capitalize}.lv-status-active{background:var(--ok-tint);color:#065f46}.lv-status-pending{background:var(--warn-tint);color:var(--warn)}.lv-status-inactive{background:var(--line-soft);color:var(--muted)}.lv-flag{border-radius:999px;font-size:11.5px;font-weight:700;padding:4px 11px}.lv-flag-featured{background:#fef3c7;color:#92400e}.lv-flag-verified{background:var(--brand-tint);color:var(--brand-deep)}.lv-subtitle{color:var(--muted);font-size:13px}.lv-top{grid-gap:18px;display:grid;gap:18px;grid-template-columns:minmax(0,1.35fr) minmax(0,1fr);margin-bottom:20px}.lv-gallery{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);padding:12px}.lv-gallery-main{aspect-ratio:16/10;background:var(--line-soft);border-radius:var(--radius);overflow:hidden}.lv-gallery-main img{display:block;height:100%;object-fit:cover;width:100%}.lv-gallery-strip{display:flex;gap:8px;margin-top:10px;overflow-x:auto;padding-bottom:2px}.lv-thumb{background:var(--line-soft);border:2px solid #0000;border-radius:8px;cursor:pointer;flex:0 0 auto;height:48px;overflow:hidden;padding:0;width:64px}.lv-thumb img{display:block;height:100%;object-fit:cover;width:100%}.lv-thumb.is-active{border-color:var(--brand)}.lv-gallery-empty{background:var(--surface);border:1px dashed #cbd5e1;border-radius:var(--radius-lg);color:var(--muted);display:grid;font-size:14px;min-height:220px;place-items:center}.lv-facts{grid-gap:12px;align-content:start;display:grid;gap:12px;grid-template-columns:repeat(2,minmax(0,1fr))}.lv-fact{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow-xs);display:flex;flex-direction:column;gap:3px;padding:14px 16px}.lv-fact-label{color:var(--muted);font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.lv-fact-value{color:var(--ink);font-size:16px;font-weight:700;letter-spacing:-.01em}.lv-section{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);padding:20px 22px}.lv-section,.lv-section-head{margin-bottom:16px}.lv-section-head h2{color:var(--ink);font-size:15px;font-weight:700;margin:0}.lv-section-head p{color:var(--muted);font-size:12.5px;margin:3px 0 0}.lv-text{color:var(--ink-soft);font-size:14px;line-height:1.65;margin:0;white-space:pre-wrap}.lv-fields{grid-gap:14px 22px;display:grid;gap:14px 22px;grid-template-columns:repeat(auto-fit,minmax(230px,1fr))}.lv-field{display:flex;flex-direction:column;gap:3px;min-width:0}.lv-field-label{color:var(--muted);font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.lv-field-value{color:var(--ink);font-size:14px;word-break:break-word}.lv-id{background:var(--line-soft);border-radius:6px;color:var(--ink-soft);font-size:12px;padding:2px 7px}.lv-chip-groups{grid-gap:16px;display:grid;gap:16px}.lv-group-label,.lv-item-chips-label{color:var(--muted);display:block;font-size:11px;font-weight:700;letter-spacing:.06em;margin-bottom:7px;text-transform:uppercase}.lv-chips{display:flex;flex-wrap:wrap;gap:7px}.lv-chip{background:var(--brand-tint);border-radius:999px;color:var(--brand-deep);font-size:12.5px;font-weight:600;padding:5px 11px}.lv-items{grid-gap:14px;display:grid;gap:14px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.lv-item{background:#fbfdfe;border:1px solid var(--line);border-radius:var(--radius);padding:15px 16px}.lv-item-head{align-items:baseline;display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between}.lv-item-head strong{color:var(--ink);font-size:14.5px;font-weight:700}.lv-item-price{align-items:baseline;display:inline-flex;gap:6px;white-space:nowrap}.lv-item-price s{color:var(--faint);font-size:12px}.lv-item-price b{color:var(--brand-deep);font-size:15px}.lv-item-price small{color:var(--muted);font-size:11.5px}.lv-item-meta{color:var(--ink-soft);display:flex;flex-wrap:wrap;font-size:12.5px;gap:5px 16px;margin-top:8px}.lv-item-meta i{color:var(--muted);font-style:normal;font-weight:700}.lv-item-desc{color:var(--ink-soft);font-size:13px;line-height:1.55;margin:9px 0 0;white-space:pre-wrap}.lv-item-chips{margin-top:12px}@media (max-width:1024px){.lv-top{grid-template-columns:1fr}}@media (max-width:560px){.lv-facts{grid-template-columns:1fr}.lv-head-main h1{font-size:21px}.lv-section{padding:16px}}.lv-gallery-main{display:grid;place-items:center}.lv-img-missing{color:var(--muted);font-size:13px;font-weight:600}.lv-thumb-missing{color:var(--faint);display:grid;font-size:13px;font-weight:700;height:100%;place-items:center;width:100%}.login{background:var(--surface);display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,1fr);min-height:100vh}.login-brand{background:linear-gradient(155deg,#042a33,#075767 48%,#0a7687);color:#fff;display:flex;flex-direction:column;isolation:isolate;justify-content:space-between;overflow:hidden;padding:48px;position:relative}.login-glow{border-radius:50%;filter:blur(90px);opacity:.42;pointer-events:none;position:absolute;z-index:-1}.login-glow-a{background:radial-gradient(circle,#22d3ee 0,#0000 70%);height:420px;right:-110px;top:-140px;width:420px}.login-glow-b{background:radial-gradient(circle,#2dd4bf 0,#0000 70%);bottom:-120px;height:360px;left:-90px;width:360px}.login-brand-inner{margin-bottom:auto;margin-top:auto;max-width:26rem}.login-mark{background:#ffffff24;border:1px solid #ffffff38;border-radius:16px;color:#fff;display:grid;font-size:26px;font-weight:800;height:60px;margin-bottom:26px;overflow:hidden;place-items:center;text-transform:uppercase;width:60px}.login-mark img{height:100%;object-fit:contain;padding:8px;width:100%}.login-brand h1{color:#fff;font-size:clamp(1.9rem,3vw,2.5rem);font-weight:800;letter-spacing:-.03em;line-height:1.15;margin:0;min-height:1.15em}.login-brand-line{color:#7ee8f7;font-size:14px;font-weight:600;letter-spacing:.14em;margin:8px 0 0;text-transform:uppercase}.login-points{grid-gap:13px;display:grid;gap:13px;list-style:none;margin:34px 0 0;padding:0}.login-points li{color:#e3f7fbeb;font-size:14.5px;line-height:1.5;padding-left:28px;position:relative}.login-points li:before{background:#ffffff29;border-radius:50%;box-shadow:inset 0 0 0 1.5px #7ee8f7a6;content:"";height:16px;left:0;position:absolute;top:6px;width:16px}.login-brand-foot{color:#e3f7fb99;font-size:12.5px;margin:0}.login-panel{background:var(--surface);display:grid;padding:48px 24px;place-items:center}.login-form-wrap{max-width:380px;width:100%}.login-mark-compact{background:linear-gradient(135deg,var(--brand-light) 0,var(--brand-dark) 100%);border:none;border-radius:14px;display:none;font-size:22px;height:52px;margin-bottom:20px;width:52px}.login-form-wrap h2{color:var(--ink);font-size:25px;font-weight:800;letter-spacing:-.025em;margin:0}.login-sub{color:var(--muted);font-size:14px;margin:7px 0 28px}.login-password{position:relative}.login-password input{padding-right:44px}.login-password-toggle{background:none;border:none;border-radius:7px;color:var(--muted);cursor:pointer;display:grid;height:32px;place-items:center;position:absolute;right:6px;top:50%;transform:translateY(-50%);transition:background .15s ease,color .15s ease;width:32px}.login-password-toggle:hover{background:var(--line-soft);color:var(--ink)}.login-error{margin-bottom:18px}.login-submit{font-size:15px;margin-top:4px;padding:12px 24px;width:100%}.login-spinner{animation:login-spin .7s linear infinite;border:2px solid #ffffff73;border-radius:50%;border-top-color:#fff;height:15px;width:15px}@keyframes login-spin{to{transform:rotate(1turn)}}.login-help{color:var(--faint);font-size:12.5px;line-height:1.5;margin:26px 0 0;text-align:center}@media (max-width:900px){.login{grid-template-columns:1fr}.login-brand{display:none}.login-mark-compact{display:grid}.login-panel{align-items:start;padding:12vh 20px 36px}}@media (prefers-reduced-motion:reduce){.login-spinner{animation-duration:2s}.login-password-toggle{transition:none}}.dashboard{padding-bottom:12px}.attention{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));margin-bottom:22px}.attention-item{align-items:baseline;border:1px solid #0000;border-radius:var(--radius);display:flex;gap:10px;padding:13px 16px;text-decoration:none;transition:transform .18s ease,box-shadow .18s ease}a.attention-item:hover{box-shadow:var(--shadow-sm);transform:translateY(-1px)}.attention-item strong{flex-shrink:0;font-size:20px;font-weight:800;line-height:1}.attention-item span{font-size:13px;font-weight:500;line-height:1.35}.attention-warn{background:var(--warn-tint);border-color:#fde68a;color:#92400e}.attention-danger{background:var(--danger-tint);border-color:#fecaca;color:#991b1b}.attention-info{background:var(--info-tint);border-color:#bae6fd;color:#075985}.kpi-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(4,minmax(0,1fr));margin-bottom:20px}.kpi{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);display:flex;flex-direction:column;gap:5px;overflow:hidden;padding:20px;position:relative;text-decoration:none;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.kpi:before{background:var(--brand);content:"";inset:0 auto 0 0;position:absolute;width:4px}.kpi-brand:before{background:linear-gradient(180deg,#22c1d6,#0e8ba0)}.kpi-violet:before{background:linear-gradient(180deg,#38c3d6,#0b6c7e)}.kpi-green:before{background:linear-gradient(180deg,#34d399,#059669)}.kpi-amber:before{background:linear-gradient(180deg,#fbbf24,#d97706)}a.kpi-link:hover{border-color:#15abc266;box-shadow:var(--shadow-md);transform:translateY(-2px)}.kpi-label{color:var(--muted);font-size:12.5px;font-weight:700;letter-spacing:.05em;text-transform:uppercase}.kpi-value{color:var(--ink);font-size:30px;font-weight:800;letter-spacing:-.03em;line-height:1.1}.kpi-sub{color:var(--ink-soft);font-size:13px}.kpi-delta{align-self:flex-start;border-radius:999px;font-size:12px;font-weight:700;margin-top:4px;padding:3px 9px}.kpi-delta-up{background:var(--ok-tint);color:#065f46}.kpi-delta-down{background:var(--danger-tint);color:#991b1b}.kpi-delta-flat{background:var(--line-soft);color:var(--muted)}.dashboard-split{grid-gap:16px;display:grid;gap:16px;grid-template-columns:1fr 1fr;margin-bottom:20px}.panel{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);margin-bottom:20px;padding:20px}.dashboard-split .panel{margin-bottom:0}.panel-head{align-items:flex-start;display:flex;gap:12px;justify-content:space-between;margin-bottom:18px}.panel-head h2{color:var(--ink);font-size:16px;font-weight:700;margin:0}.panel-head p{color:var(--muted);font-size:13px;margin:4px 0 0}.panel-empty{color:var(--muted);font-size:14px;margin:0;padding:24px 0;text-align:center}.chart-wrap{position:relative}.chart{display:block;width:100%}.chart-bar{fill:var(--brand);transition:fill .15s ease}.chart-bar.is-hovered{fill:var(--brand-deep)}.chart-bar-empty{fill:#e2e8f0}.chart-bar-empty.is-hovered{fill:#cbd5e1}.chart-hit{cursor:pointer;outline:none}.chart-hit:focus-visible{outline:2px solid var(--brand);outline-offset:-1px}.chart-tip{align-items:baseline;background:#0f2b33;border-radius:9px;box-shadow:var(--shadow-md);color:#fff;display:flex;gap:5px;padding:7px 11px;pointer-events:none;position:absolute;transform:translate(-50%,calc(-100% - 9px));white-space:nowrap;z-index:3}.chart-tip-start{transform:translate(-12px,calc(-100% - 9px))}.chart-tip-end{transform:translate(calc(-100% + 12px),calc(-100% - 9px))}.chart-tip strong{font-size:15px;font-weight:800;line-height:1}.chart-tip span{color:#e2f4f8d1;font-size:11.5px}.chart-tip small{border-left:1px solid #ffffff2e;color:#7fdcea;font-size:11.5px;font-weight:600;margin-left:2px;padding-left:4px}.chart-axis{color:var(--muted);display:flex;font-size:11.5px;justify-content:space-between;margin-top:10px}.breakdown{grid-gap:16px;display:grid;gap:16px;list-style:none;margin:0;padding:0}.breakdown-head{align-items:baseline;display:flex;gap:10px;justify-content:space-between;margin-bottom:7px}.breakdown-head a{color:var(--ink);font-size:14px;font-weight:600;text-decoration:none}.breakdown-head a:hover{color:var(--brand-deep)}.breakdown-head span{color:var(--muted);font-size:13px}.breakdown-head b{color:var(--ink)}.breakdown-bar{background:var(--line-soft);border-radius:999px;display:flex;height:8px;overflow:hidden}.seg{display:block;height:100%}.seg-active{background:var(--brand)}.seg-pending{background:#fbbf24}.seg-inactive{background:#cbd5e1}.breakdown-legend{color:var(--muted);display:flex;flex-wrap:wrap;font-size:11.5px;gap:6px 16px;margin-top:7px}.breakdown-legend span{align-items:center;display:inline-flex;gap:6px}.dot{border-radius:50%;display:inline-block;height:8px;width:8px}.dot-active{background:var(--brand)}.dot-pending{background:#fbbf24}.dot-inactive{background:#cbd5e1}.mini-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(4,minmax(0,1fr));margin-bottom:20px}.mini{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);display:flex;flex-direction:column;gap:3px;padding:16px 18px}.mini-label{color:var(--muted);font-size:12px;font-weight:600}.mini strong{color:var(--ink);font-size:21px;font-weight:800;letter-spacing:-.02em}.mini-sub{color:var(--faint);font-size:12px}.actions{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(230px,1fr))}.action{align-items:center;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);display:flex;gap:13px;padding:14px 16px;text-decoration:none;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.action:hover{border-color:#15abc273;box-shadow:var(--shadow-md);transform:translateY(-2px)}.action-icon{background:var(--brand-tint);border-radius:10px;display:grid;flex-shrink:0;font-size:18px;height:38px;place-items:center;width:38px}.action span:last-child{display:flex;flex-direction:column;gap:2px;min-width:0}.action b{color:var(--ink);font-size:14px;font-weight:700}.action small{color:var(--muted);font-size:12px}.dashboard-stamp{color:var(--faint);font-size:12px;margin:0;text-align:right}@media (max-width:1100px){.kpi-grid,.mini-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-split{grid-template-columns:1fr}.dashboard-split .panel{margin-bottom:0}}@media (max-width:640px){.kpi-grid,.mini-grid{grid-template-columns:1fr}.kpi-value{font-size:26px}}@media (prefers-reduced-motion:reduce){.action,.attention-item,.chart-bar,.kpi{transition:none}}.hotels-container{width:100%}.hotels-header{align-items:flex-start;border-bottom:2px solid #e2e8f0;display:flex;flex-wrap:wrap;gap:24px;justify-content:space-between;margin-bottom:32px;padding-bottom:24px}.hotels-header-content h1{color:#0f172a;font-size:2.5rem;font-weight:700;margin:0 0 8px}.hotels-subtitle{color:#64748b;font-size:1rem;margin:0}.hotels-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(auto-fill,minmax(380px,1fr))}.hotels-table-container{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;overflow:hidden}.hotels-table{background:#fff;border-collapse:collapse;width:100%}.hotels-table thead{background:#f8fafc;border-bottom:2px solid #e2e8f0}.hotels-table th{color:#475569;font-size:13px;font-weight:700;letter-spacing:.5px;padding:16px 20px;text-align:left;text-transform:uppercase;white-space:nowrap}.hotels-table tbody tr{border-bottom:1px solid #e2e8f0;transition:background-color .2s}.hotels-table tbody tr:hover{background-color:#f8fafc}.hotels-table tbody tr:last-child{border-bottom:none}.hotels-table td{padding:20px;vertical-align:middle}.hotel-image-cell{align-items:center;display:flex;justify-content:center}.hotel-table-image{object-fit:cover}.hotel-image-placeholder,.hotel-table-image{border:1px solid #e2e8f0;border-radius:8px;height:60px;width:60px}.hotel-image-placeholder{align-items:center;background:linear-gradient(135deg,#22c1d6,#0b6c7e);display:flex;justify-content:center}.hotel-name-cell{display:flex;flex-direction:column;gap:8px}.hotel-name-with-badges{align-items:center;display:flex;flex-wrap:wrap;gap:8px}.hotel-name-text{color:#0f172a;font-size:15px;font-weight:600}.hotel-badges{align-items:center;display:flex;gap:6px}.table-badge-icon{align-items:center;border-radius:50%;cursor:help;display:inline-flex;height:20px;justify-content:center;transition:all .2s;width:20px}.table-badge-icon:hover{transform:scale(1.1)}.table-badge-icon svg{height:100%;width:100%}.featured-badge-icon{background:#fef3c7;color:#f59e0b}.featured-badge-icon:hover{background:#fde68a}.verified-badge-icon{background:#cdeff6;color:#15abc2}.verified-badge-icon:hover{background:#a8e4ef}.hotel-category-cell{align-items:center;display:flex}.category-empty{color:#94a3b8;font-size:14px}.hotel-city-cell{align-items:center;color:#475569;display:flex;font-size:14px;gap:8px}.hotel-address-cell{max-width:300px}.hotel-flags-cell{align-items:center;display:flex}.hotel-card{background:#fff;border:2px solid #0000;border-radius:16px;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f;display:flex;flex-direction:column;overflow:hidden;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1)}.hotel-card:hover{box-shadow:0 10px 25px #00000026,0 4px 10px #0000001a;transform:translateY(-4px)}.hotel-card.featured{border-color:#fbbf24;box-shadow:0 4px 12px #fbbf2433,0 1px 3px #0000001a}.hotel-card.featured:hover{box-shadow:0 12px 30px #fbbf244d,0 4px 10px #0000001a}.hotel-card-image{background:linear-gradient(135deg,#22c1d6,#0b6c7e);height:240px;overflow:hidden;position:relative;width:100%}.hotel-card-image img{height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.hotel-card:hover .hotel-card-image img{transform:scale(1.05)}.hotel-card-placeholder{align-items:center;background:linear-gradient(135deg,#22c1d6,#0b6c7e);display:flex;height:100%;justify-content:center;width:100%}.hotel-card-overlay{left:16px;position:absolute;top:16px;z-index:5}.hotel-card-content{display:flex;flex:1 1;flex-direction:column;gap:16px;padding:24px}.hotel-card-header{align-items:flex-start;display:flex;gap:12px;justify-content:space-between}.hotel-name-section{display:flex;flex:1 1;flex-direction:column;gap:8px}.hotel-name{color:#0f172a;font-size:1.5rem;font-weight:700;line-height:1.3;margin:0}.hotel-category-badge{background:#cdeff6;border-radius:12px;color:#0b6c7e;display:inline-block;font-size:11px;font-weight:600;letter-spacing:.5px;padding:4px 10px;text-transform:uppercase;width:-webkit-fit-content;width:fit-content}.hotel-rating{align-items:center;color:#fbbf24;display:flex;font-size:1rem;gap:4px;white-space:nowrap}.hotel-location{align-items:flex-start;color:#64748b;display:flex;gap:8px}.hotel-address{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#64748b;display:-webkit-box;font-size:.9rem;line-height:1.5;overflow:hidden}.hotel-stats{border-bottom:1px solid #e2e8f0;border-top:1px solid #e2e8f0;display:flex;gap:24px;padding:12px 0}.hotel-stat{align-items:center;display:flex;font-size:.9rem;gap:8px}.hotel-description{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#475569;display:-webkit-box;font-size:.9rem;line-height:1.6;overflow:hidden}.hotel-card-footer{align-items:center;border-top:1px solid #e2e8f0;display:flex;gap:16px;justify-content:space-between;margin-top:auto;padding-top:16px}.hotel-actions{display:flex;gap:8px}@media (max-width:768px){.hotels-header{align-items:stretch;flex-direction:column}.hotels-header-content h1{font-size:2rem}.btn-add{justify-content:center;width:100%}.filters-header{align-items:stretch;flex-direction:column}.filters-toggle-btn{justify-content:space-between;width:100%}.clear-filters-btn{width:100%}.filter-row,.hotels-grid{grid-template-columns:1fr}.hotels-grid{gap:16px}.hotels-table-container{overflow-x:auto}.hotels-table{min-width:1000px}.hotels-table td,.hotels-table th{padding:12px 16px}.hotel-image-placeholder,.hotel-table-image{height:50px;width:50px}.hotel-address-cell{max-width:200px}.table-actions{flex-direction:row;gap:6px}.btn-icon-only{height:32px;padding:6px;width:32px}.btn-icon-only .btn-icon{font-size:16px}.btn-sm{justify-content:center;width:100%}.hotel-card-footer{align-items:stretch;flex-direction:column;gap:16px}.featured-toggle-label{justify-content:space-between}.hotel-actions{width:100%}.btn{flex:1 1;justify-content:center}}@media (max-width:480px){.hotels-header-content h1{font-size:1.75rem}.hotel-card-content{padding:20px}.hotel-name{font-size:1.25rem}.hotel-stats{flex-direction:column;gap:12px}}.hotel-form-header{border-bottom:2px solid #e2e8f0;margin-bottom:32px;padding-bottom:24px}.hotel-form-header h1{color:#0f172a;font-size:2.5rem;font-weight:700}.hotel-form{background:#fff;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 4px 6px #00000012,0 2px 4px #0000000f;padding:32px}.amenity-input,.attraction-input,.room-type-input{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:12px}.amenity-input input,.attraction-input input,.room-type-input input{flex:1 1;min-width:150px}.room-types-list{margin-top:20px}.room-type-item{align-items:center;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border:1px solid #e2e8f0;border-radius:10px;display:flex;justify-content:space-between;margin-bottom:12px;padding:16px;transition:all .2s}.room-type-item:hover{box-shadow:0 2px 4px #0000000d;transform:translateX(4px)}.room-type-form{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;margin-bottom:24px;padding:24px}.image-preview-card:hover{border-color:#cbd5e1;box-shadow:0 4px 12px #00000026}.image-preview-wrapper{height:200px}.image-preview-wrapper img{display:block}.featured-badge-overlay{box-shadow:0 2px 8px #0003}.featured-badge-text{align-items:center;display:flex;font-weight:600;gap:4px}.image-preview-actions .btn-sm{border:none;border-radius:6px;cursor:pointer;flex:1 1;font-size:13px;font-weight:500;padding:8px 12px;transition:all .2s}.image-preview-actions .btn-primary{background:linear-gradient(135deg,#15abc2,#0e8ba0);color:#fff}.image-preview-actions .btn-primary:hover{background:linear-gradient(135deg,#0e8ba0,#0b6c7e);box-shadow:0 2px 4px #15abc24d;transform:translateY(-1px)}.image-preview-actions .btn-secondary{background:#f1f5f9;border:1px solid #e2e8f0;color:#475569}.image-preview-actions .btn-secondary:hover{background:#e2e8f0;border-color:#cbd5e1}.image-preview-actions .btn-danger{background:#fee2e2;border:1px solid #fecaca;color:#991b1b}.image-preview-actions .btn-danger:hover{background:#fecaca;border-color:#fca5a5}.no-images-message{margin-top:24px}.no-images-icon{font-size:48px}@media (max-width:768px){.hotel-form{padding:24px}.form-tabs{gap:4px}.tab-btn{font-size:13px;padding:10px 16px}.form-row{grid-template-columns:1fr}.amenity-input,.attraction-input,.room-type-input{flex-direction:column}.amenity-input input,.attraction-input input,.room-type-input input{width:100%}.existing-images{gap:12px;grid-template-columns:repeat(auto-fill,minmax(120px,1fr))}.facilities-grid{grid-template-columns:1fr}.form-actions{flex-direction:column}.form-actions .btn{width:100%}.subscription-switches-container{padding:16px}.subscription-switch-content{padding:12px}.subscription-switch-header{align-items:flex-start;flex-direction:column;gap:8px}.images-grid{gap:12px;grid-template-columns:repeat(auto-fill,minmax(150px,1fr))}.image-upload-label{min-height:150px}.image-upload-content{padding:30px 15px}.image-upload-icon{font-size:36px}}.spas-container{width:100%}.spas-header{align-items:flex-start;border-bottom:2px solid #e2e8f0;display:flex;flex-wrap:wrap;gap:24px;justify-content:space-between;margin-bottom:32px;padding-bottom:24px}.spas-header-content h1{color:#0f172a;font-size:2.5rem;font-weight:700;margin:0 0 8px}.spas-subtitle{color:#64748b;font-size:1rem;margin:0}.loading-container{position:relative}.loading-spinner-wrapper{align-items:center;display:flex;flex-direction:column;gap:16px;justify-content:center;padding:40px 20px}.spinner{animation:spin 1s linear infinite;border:4px solid #e2e8f0;border-radius:50%;border-top-color:#15abc2;height:48px;width:48px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.loading-text{color:#64748b;font-size:1rem;font-weight:500;margin:0}.filter-input::placeholder{color:#94a3b8}.spas-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(auto-fill,minmax(380px,1fr))}.spas-table-container{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;overflow:hidden}.spas-table{background:#fff;border-collapse:collapse;width:100%}.spas-table thead{background:#f8fafc;border-bottom:2px solid #e2e8f0}.spas-table th{color:#475569;font-size:13px;font-weight:700;letter-spacing:.5px;padding:16px 20px;text-align:left;text-transform:uppercase;white-space:nowrap}.spas-table tbody tr{border-bottom:1px solid #e2e8f0;transition:background-color .2s}.spas-table tbody tr:hover{background-color:#f8fafc}.spas-table tbody tr:last-child{border-bottom:none}.spas-table td{padding:20px;vertical-align:middle}.spa-image-cell{align-items:center;display:flex;justify-content:center}.spa-table-image{object-fit:cover}.spa-image-placeholder,.spa-table-image{border:1px solid #e2e8f0;border-radius:8px;height:60px;width:60px}.spa-image-placeholder{align-items:center;background:linear-gradient(135deg,#38c3d6,#15abc2);display:flex;justify-content:center}.spa-name-cell{display:flex;flex-direction:column;gap:8px}.spa-name-text{color:#0f172a;font-size:15px;font-weight:600}.spa-city-cell{align-items:center;color:#475569;display:flex;font-size:14px;gap:8px}.spa-address-cell{max-width:300px}.address-text{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#475569;display:-webkit-box;font-size:13px;line-height:1.5;overflow:hidden;text-overflow:ellipsis}.spa-flags-cell{align-items:center;display:flex}.flags-container{align-items:flex-start;display:flex;flex-direction:column;gap:4px}.flag-item{align-items:center;border-radius:4px;display:inline-flex;font-size:11px;font-weight:600;gap:4px;padding:3px 8px;white-space:nowrap}.flag-featured{background:#fef3c7;border:1px solid #fde68a;color:#92400e}.flag-featured svg{flex-shrink:0;height:12px;width:12px}.flag-verified{background:#cdeff6;border:1px solid #a8e4ef;color:#075767}.flag-verified svg{flex-shrink:0;height:12px;width:12px}.flag-inactive{color:#cbd5e1;font-size:12px;font-style:italic;padding:0}.btn-sm{font-size:13px;padding:8px 14px}.spa-card{background:#fff;border:2px solid #0000;border-radius:16px;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f;display:flex;flex-direction:column;overflow:hidden;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1)}.spa-card:hover{box-shadow:0 10px 25px #00000026,0 4px 10px #0000001a;transform:translateY(-4px)}.spa-card.featured{border-color:#fbbf24;box-shadow:0 4px 12px #fbbf2433,0 1px 3px #0000001a}.spa-card.featured:hover{box-shadow:0 12px 30px #fbbf244d,0 4px 10px #0000001a}.featured-badge{align-items:center;background:linear-gradient(135deg,#fbbf24,#f59e0b);border-radius:20px;box-shadow:0 2px 8px #fbbf2466;color:#fff;display:flex;font-size:13px;font-weight:600;gap:6px;padding:8px 14px;position:absolute;right:16px;top:16px;z-index:10}.featured-icon{font-size:14px}.spa-card-image{background:linear-gradient(135deg,#38c3d6,#15abc2);height:240px;overflow:hidden;position:relative;width:100%}.spa-card-image img{height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.spa-card:hover .spa-card-image img{transform:scale(1.05)}.spa-card-placeholder{align-items:center;background:linear-gradient(135deg,#38c3d6,#15abc2);display:flex;height:100%;justify-content:center;width:100%}.placeholder-icon{font-size:64px;opacity:.7}.spa-card-overlay{left:16px;position:absolute;top:16px;z-index:5}.status-badge{border-radius:20px;box-shadow:0 2px 4px #0003;font-size:11px;font-weight:700;letter-spacing:.5px;padding:6px 12px}.status-active{background:#10b981;color:#fff}.status-inactive{background:#6b7280;color:#fff}.status-pending{background:#f59e0b;color:#fff}.spa-card-content{display:flex;flex:1 1;flex-direction:column;gap:16px;padding:24px}.spa-card-header{align-items:flex-start;display:flex;gap:12px;justify-content:space-between}.spa-name{color:#0f172a;flex:1 1;font-size:1.5rem;font-weight:700;line-height:1.3;margin:0}.spa-rating{align-items:center;color:#fbbf24;display:flex;font-size:1rem;gap:4px;white-space:nowrap}.rating-number{color:#64748b;font-size:.875rem;margin-left:4px}.spa-location{align-items:flex-start;color:#64748b;display:flex;gap:8px}.location-icon{margin-top:2px}.location-details{flex:1 1;font-size:.95rem}.location-city{color:#475569;font-weight:600}.spa-address{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#64748b;display:-webkit-box;font-size:.9rem;line-height:1.5;overflow:hidden}.spa-stats{border-bottom:1px solid #e2e8f0;border-top:1px solid #e2e8f0;display:flex;gap:24px;padding:12px 0}.spa-stat{align-items:center;display:flex;font-size:.9rem;gap:8px}.stat-icon{font-size:16px}.stat-label{color:#64748b}.stat-value{color:#0f172a;font-weight:600}.spa-description{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#475569;display:-webkit-box;font-size:.9rem;line-height:1.6;overflow:hidden}.spa-card-footer{align-items:center;border-top:1px solid #e2e8f0;display:flex;gap:16px;justify-content:space-between;margin-top:auto;padding-top:16px}.featured-toggle-container{flex:1 1}.featured-toggle-label{align-items:center;cursor:pointer;display:flex;gap:12px;-webkit-user-select:none;user-select:none}.toggle-label-text{color:#475569;font-size:.9rem;font-weight:500}.toggle-input:checked+.toggle-slider{background:linear-gradient(135deg,#fbbf24,#f59e0b)}.spa-actions{display:flex;gap:8px}@media (max-width:768px){.spas-header{align-items:stretch;flex-direction:column}.spas-header-content h1{font-size:2rem}.btn-add{justify-content:center;width:100%}.filters-header{align-items:stretch;flex-direction:column}.filters-toggle-btn{justify-content:space-between;width:100%}.clear-filters-btn{width:100%}.filter-row,.spas-grid{grid-template-columns:1fr}.spas-grid{gap:16px}.spas-table-container{overflow-x:auto}.spas-table{min-width:900px}.spas-table td,.spas-table th{padding:12px 16px}.spa-image-placeholder,.spa-table-image{height:50px;width:50px}.spa-address-cell{max-width:200px}.table-actions{flex-direction:row;gap:6px}.btn-icon-only{height:32px;padding:6px;width:32px}.btn-icon-only .btn-icon{font-size:16px}.btn-sm{justify-content:center;width:100%}.spa-card-footer{align-items:stretch;flex-direction:column;gap:16px}.featured-toggle-label{justify-content:space-between}.spa-actions{width:100%}.btn{flex:1 1;justify-content:center}}@media (max-width:480px){.spas-header-content h1{font-size:1.75rem}.spa-card-content{padding:20px}.spa-name{font-size:1.25rem}.spa-stats{flex-direction:column;gap:12px}}.spa-form-header{border-bottom:2px solid #e2e8f0;margin-bottom:32px;padding-bottom:24px}.spa-form-header h1{color:#0f172a;font-size:2.5rem;font-weight:700}.spa-form{background:#fff;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 4px 6px #00000012,0 2px 4px #0000000f;padding:32px}.amenity-input,.attraction-input,.service-input{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:12px}.amenity-input input,.attraction-input input,.service-input input{flex:1 1;min-width:150px}.remove-btn{background:#fff3;color:#fff}.remove-btn:hover{background:#ffffff4d}.services-list{margin-top:20px}.service-item{align-items:center;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border:1px solid #e2e8f0;border-radius:10px;display:flex;justify-content:space-between;margin-bottom:12px;padding:16px;transition:all .2s}.service-item:hover{box-shadow:0 2px 4px #0000000d;transform:translateX(4px)}.service-form{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;margin-bottom:24px;padding:24px}.existing-images{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));margin-bottom:20px}.image-preview{border:2px solid #e2e8f0;border-radius:12px;box-shadow:0 2px 4px #0000001a;overflow:hidden;position:relative;transition:all .2s}.image-preview:hover{box-shadow:0 4px 8px #00000026;transform:scale(1.02)}.image-preview img{display:block;height:180px;object-fit:cover;width:100%}.image-actions{background:#000000b3;bottom:0;gap:8px;left:0;padding:8px;right:0}.image-actions,.remove-image-btn{display:flex;justify-content:center;position:absolute}.remove-image-btn{align-items:center;background:#ef4444f2;border:none;border-radius:50%;box-shadow:0 2px 4px #0003;color:#fff;cursor:pointer;font-size:18px;height:32px;right:8px;top:8px;transition:all .2s;width:32px}.remove-image-btn:hover{background:#dc2626;transform:scale(1.1)}.new-images{color:#64748b;font-size:14px;margin-top:12px}.facilities-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));margin-bottom:24px}.facility-category{margin-bottom:32px}.facility-category h3{border-bottom:1px solid #e2e8f0;color:#1e293b;font-size:1.1rem;font-weight:600;margin-bottom:16px;padding-bottom:8px}.no-facilities{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:24px;text-align:center}.no-facilities a{color:#15abc2;font-weight:500;text-decoration:none}.no-facilities a:hover{text-decoration:underline}.facility-checkbox{align-items:center;background:#fff;border:1.5px solid #e2e8f0;border-radius:10px;box-sizing:border-box;cursor:pointer;display:inline-flex;gap:12px;justify-content:center;min-height:44px;padding:10px 14px;transition:background-color .15s,border-color .15s,box-shadow .15s;width:100%}.facility-checkbox:hover{background:#f8fafc;border-color:#cbd5e1}.facility-checkbox:has(input:checked){background:#eaf9fc;border-color:#15abc2;box-shadow:0 0 0 1px #15abc233}.facility-checkbox:has(input:focus-visible){outline:2px solid #15abc2;outline-offset:2px}.facility-checkbox input[type=checkbox]{accent-color:#15abc2;cursor:pointer;flex-shrink:0;height:18px;margin:0;min-height:18px;min-width:18px;width:18px}.facility-checkbox span{color:#1e293b;font-size:14px;font-weight:500;line-height:1.4;margin-left:2px;-webkit-user-select:none;user-select:none}.days-checkbox-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));margin-top:12px}.day-checkbox{align-items:center;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;cursor:pointer;display:flex;gap:8px;padding:12px;transition:all .2s}.day-checkbox:hover{background:#f1f5f9;border-color:#cbd5e1}.day-checkbox input[type=checkbox]{accent-color:#15abc2;cursor:pointer;height:18px;width:18px}.day-checkbox span{color:#1e293b;font-weight:500;-webkit-user-select:none;user-select:none}.attractions-list{display:flex;flex-direction:column;gap:12px;margin-top:16px}.attraction-item{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:16px}.attraction-item strong{color:#0f172a;display:block;margin-bottom:4px}.attraction-item span{color:#64748b;font-size:14px}.attraction-item p{color:#475569;font-size:14px;margin:8px 0 0}.social-icon{display:inline-block;font-size:18px;margin-right:8px}.subscription-switches-container{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;display:flex;flex-direction:column;gap:20px;margin-top:24px;padding:24px}.subscription-switch-group{display:flex;flex-direction:column;gap:12px}.subscription-switch-label{cursor:pointer;-webkit-user-select:none;user-select:none}.subscription-switch-content{align-items:center;background:#fff;border:2px solid #e2e8f0;border-radius:10px;display:flex;justify-content:space-between;padding:16px;transition:all .2s}.subscription-switch-content:hover{border-color:#cbd5e1;box-shadow:0 2px 4px #0000000d}.subscription-switch-header{align-items:center;display:flex;gap:12px}.subscription-switch-icon{align-items:center;background:#f1f5f9;border-radius:8px;display:flex;font-size:20px;height:32px;justify-content:center;width:32px}.subscription-switch-title{color:#0f172a;font-size:16px;font-weight:600}.toggle-switch{height:28px;width:52px}.toggle-input{position:absolute}.toggle-slider{border-radius:28px}.toggle-slider:before{height:22px;width:22px}.toggle-input:checked+.toggle-slider{background:linear-gradient(135deg,#15abc2,#0e8ba0)}.toggle-input:checked+.toggle-slider:before{transform:translateX(24px)}.subscription-select-wrapper{margin-top:8px;padding-left:16px}.subscription-select{background:#fff;border:1px solid #e2e8f0;border-radius:8px;font-size:14px;padding:12px;transition:border-color .2s;width:100%}.subscription-select:focus{border-color:#15abc2;box-shadow:0 0 0 3px #15abc21a;outline:none}.image-upload-label{overflow:hidden;position:relative}.image-preview-card:hover{box-shadow:0 4px 8px #00000026;transform:translateY(-2px)}.featured-badge-text{color:#fff;font-size:12px;font-weight:700;letter-spacing:.5px;text-transform:uppercase}.btn-danger{border:none}.no-images-message{background:#f8fafc;border:2px dashed #cbd5e1;border-radius:12px;padding:60px 20px;text-align:center}.no-images-icon{display:block;font-size:64px;margin-bottom:16px;opacity:.5}.no-images-message p{color:#64748b;font-size:16px;margin:0}@media (max-width:768px){.spa-form{padding:24px}.form-tabs{gap:4px}.tab-btn{font-size:13px;padding:10px 16px}.form-row{grid-template-columns:1fr}.amenity-input,.attraction-input,.service-input{flex-direction:column}.amenity-input input,.attraction-input input,.service-input input{width:100%}.existing-images{gap:12px;grid-template-columns:repeat(auto-fill,minmax(120px,1fr))}.days-checkbox-grid,.facilities-grid{grid-template-columns:1fr}.form-actions{flex-direction:column}.subscription-switches-container{padding:16px}.subscription-switch-content{padding:12px}.subscription-switch-header{align-items:flex-start;flex-direction:column;gap:8px}.image-upload-label{min-height:150px}.image-upload-content{padding:30px 15px}.image-upload-icon{font-size:36px}.form-actions .btn{width:100%}}.tours-container{width:100%}.tours-header{align-items:flex-start;border-bottom:2px solid #e2e8f0;display:flex;flex-wrap:wrap;gap:24px;justify-content:space-between;margin-bottom:32px;padding-bottom:24px}.tours-header-content h1{color:#0f172a;font-size:2.5rem;font-weight:700;margin:0 0 8px}.tours-subtitle{color:#64748b;font-size:1rem;margin:0}.tours-table-container{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;overflow:hidden}.tours-table{background:#fff;border-collapse:collapse;width:100%}.tours-table thead{background:#f8fafc;border-bottom:2px solid #e2e8f0}.tours-table th{color:#475569;font-size:13px;font-weight:700;letter-spacing:.5px;padding:16px 20px;text-align:left;text-transform:uppercase;white-space:nowrap}.tours-table tbody tr{border-bottom:1px solid #e2e8f0;transition:background-color .2s}.tours-table tbody tr:hover{background-color:#f8fafc}.tours-table tbody tr:last-child{border-bottom:none}.tours-table td{padding:20px;vertical-align:middle}.tour-image-cell{align-items:center;display:flex;justify-content:center}.tour-table-image{object-fit:cover}.tour-image-placeholder,.tour-table-image{border:1px solid #e2e8f0;border-radius:8px;height:60px;width:60px}.tour-image-placeholder{align-items:center;background:linear-gradient(135deg,#15abc2,#0e8ba0);display:flex;justify-content:center}.tour-name-cell{display:flex;flex-direction:column;gap:8px}.tour-name-text{color:#0f172a;font-size:15px;font-weight:600}.tour-city-cell{align-items:center;color:#475569;display:flex;font-size:14px;gap:8px}.location-icon{font-size:16px}.tour-duration-cell{color:#475569;font-size:14px}@media (max-width:768px){.tours-header{align-items:stretch;flex-direction:column}.tours-header-content h1{font-size:2rem}.btn-add{justify-content:center;width:100%}.tours-table-container{overflow-x:auto}.tours-table{min-width:700px}.tours-table td,.tours-table th{padding:12px 16px}.tour-image-placeholder,.tour-table-image{height:50px;width:50px}}.tour-form-header{border-bottom:2px solid #e2e8f0;margin-bottom:32px;padding-bottom:24px}.tour-form-header h1{color:#0f172a;font-size:2.5rem;font-weight:700}.tour-form{background:#fff;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 4px 6px #00000012,0 2px 4px #0000000f;padding:32px}.form-tabs{-webkit-overflow-scrolling:touch;overflow-x:auto}.tab-btn{border-bottom:3px solid #0000;color:#64748b;font-size:14px;font-weight:500;padding:12px 24px;transition:all .2s}.tab-btn:hover{background:#15abc20d;color:#15abc2}.tab-btn.active{border-bottom-color:#15abc2;color:#15abc2;font-weight:600}.tab-content{min-height:400px}.form-section h3{color:#1e293b;font-size:1.25rem;font-weight:600;margin-bottom:16px;margin-top:24px}.form-group{margin-bottom:24px}.form-group input[type=email],.form-group input[type=number],.form-group input[type=text],.form-group input[type=url],.form-group select,.form-group textarea{border:1px solid #e2e8f0;border-radius:8px;font-family:inherit;font-size:14px;padding:12px 16px;transition:border-color .2s,box-shadow .2s;width:100%}.suggestions-dropdown{background:#fff;border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 4px 6px #0000001a;left:0;margin-top:4px;max-height:300px;overflow-y:auto;position:absolute;right:0;top:100%;z-index:1000}.suggestion-item{border-bottom:1px solid #f1f5f9;color:#0f172a;cursor:pointer;font-weight:500;padding:12px 16px;transition:background-color .2s}.suggestion-item:hover{background-color:#f8fafc}.suggestion-secondary{color:#64748b;font-size:12px;margin-top:4px}.option-form{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;margin-bottom:24px;padding:24px}.options-list .option-item{align-items:center;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border:1px solid #e2e8f0;border-radius:10px;display:flex;justify-content:space-between;margin-bottom:12px;padding:16px}.option-item:hover{box-shadow:0 2px 4px #0000000d}.amenity-input{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:12px}.amenity-input input{border:1px solid #e2e8f0;border-radius:8px;flex:1 1;font-size:14px;min-width:150px;padding:10px 14px}.amenity-list{display:flex;flex-wrap:wrap;gap:10px;margin-top:12px}.badge{border-radius:8px;font-weight:500;gap:6px;padding:8px 14px}.remove-btn{background:#1e40af33;border:none;border-radius:4px;color:#075767;cursor:pointer;font-size:16px;line-height:1;margin-left:6px;padding:2px 6px;transition:all .2s}.remove-btn:hover{background:#1e40af4d;transform:scale(1.1)}.image-upload-area{margin-bottom:24px;position:relative}.image-upload-input{height:0;opacity:0;overflow:hidden;position:absolute;width:0;z-index:-1}.image-upload-label{background:#f8fafc;border:2px dashed #cbd5e1;border-radius:12px;cursor:pointer;display:block;min-height:200px;transition:all .3s;width:100%}.image-upload-label:hover{background:#eaf9fc;border-color:#15abc2}.image-upload-content{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:40px 20px;text-align:center}.image-upload-icon{font-size:48px;margin-bottom:16px;opacity:.6}.image-upload-text{color:#0f172a;font-size:16px;font-weight:600;margin-bottom:8px}.image-upload-hint{color:#64748b;font-size:14px}.images-preview-section{margin-bottom:32px;margin-top:32px}.images-preview-section h3{color:#0f172a;font-size:18px;font-weight:600;margin-bottom:16px}.images-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.image-preview-card{background:#fff;border:2px solid #e2e8f0;border-radius:12px;box-shadow:0 2px 4px #0000001a;overflow:hidden;position:relative;transition:all .2s}.image-preview-wrapper{background:#f1f5f9;overflow:hidden;padding-top:75%;position:relative;width:100%}.image-preview-wrapper img{height:100%;left:0;object-fit:cover;position:absolute;top:0;width:100%}.featured-badge-overlay{background:linear-gradient(135deg,#fbbf24,#f59e0b);border-radius:20px;box-shadow:0 2px 8px #fbbf2466;color:#fff;font-size:12px;font-weight:700;padding:6px 12px;position:absolute;right:8px;top:8px;z-index:10}.image-preview-actions{background:#fff;display:flex;gap:8px;padding:12px}.btn-primary:disabled{opacity:.7}.btn-secondary{background:#e2e8f0}.btn-secondary:hover{background:#cbd5e1}.btn-danger{background:#fee2e2;color:#dc2626}.btn-danger:hover{background:#fecaca}.btn-sm{border-radius:6px;font-size:12px;padding:6px 12px}.checkbox-label{color:#475569;gap:10px}.checkbox-label input{accent-color:#15abc2;height:18px;width:18px}@media (max-width:768px){.tour-form{padding:24px}.form-tabs{gap:4px}.tab-btn{font-size:13px;padding:10px 16px}.form-row{grid-template-columns:1fr}}.travel-packages-container{width:100%}.travel-packages-header{align-items:flex-start;border-bottom:2px solid #e2e8f0;display:flex;flex-wrap:wrap;gap:24px;justify-content:space-between;margin-bottom:32px;padding-bottom:24px}.travel-packages-header-content h1{color:#0f172a;font-size:2.5rem;font-weight:700;margin:0 0 8px}.travel-packages-subtitle{color:#64748b;font-size:1rem;margin:0}.btn-add{font-size:15px;font-weight:600;gap:8px;padding:12px 24px;white-space:nowrap}.btn-add,.pkg-image-cell{align-items:center;display:flex}.pkg-image-cell{justify-content:center}.pkg-table-image{object-fit:cover}.pkg-image-placeholder,.pkg-table-image{border:1px solid #e2e8f0;border-radius:8px;height:60px;width:60px}.pkg-image-placeholder{align-items:center;background:linear-gradient(135deg,#0d9488,#0f766e);display:flex;justify-content:center}.pkg-name-cell .pkg-name-text{color:#0f172a;font-size:15px;font-weight:600}.pkg-city-cell{align-items:center;color:#475569;display:flex;flex-wrap:wrap;font-size:14px;gap:8px}.departure-badge{background:#f1f5f9;border-radius:6px;color:#64748b;font-size:12px;padding:2px 8px}.pkg-duration-cell{color:#475569;font-size:14px}.travel-packages-table-container{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;overflow:hidden}.travel-packages-table{background:#fff;border-collapse:collapse;width:100%}.travel-packages-table thead{background:#f8fafc;border-bottom:2px solid #e2e8f0}.travel-packages-table th{color:#475569;font-size:13px;font-weight:700;letter-spacing:.5px;padding:16px 20px;text-align:left;text-transform:uppercase;white-space:nowrap}.travel-packages-table tbody tr{border-bottom:1px solid #e2e8f0;transition:background-color .2s}.travel-packages-table tbody tr:hover{background-color:#f8fafc}.travel-packages-table tbody tr:last-child{border-bottom:none}.travel-packages-table td{padding:20px;vertical-align:middle}@media (max-width:768px){.travel-packages-header{align-items:stretch;flex-direction:column}.travel-packages-header-content h1{font-size:2rem}.btn-add{justify-content:center;width:100%}.travel-packages-table-container{overflow-x:auto}.travel-packages-table{min-width:700px}.travel-packages-table td,.travel-packages-table th{padding:12px 16px}.pkg-image-placeholder,.pkg-table-image{height:50px;width:50px}}.filters-section{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;margin-bottom:24px;padding:20px}.filters-header{align-items:center;display:flex;gap:16px;justify-content:space-between}.filters-toggle-btn{align-items:center;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:8px;color:#475569;cursor:pointer;display:flex;font-size:14px;font-weight:600;gap:8px;padding:10px 16px;transition:all .2s}.filters-toggle-btn:hover{background:#e2e8f0;border-color:#cbd5e1}.filters-icon{font-size:16px}.active-filters-badge{background:#15abc2;border-radius:12px;color:#fff;font-size:11px;font-weight:700;min-width:20px;padding:2px 8px;text-align:center}.toggle-arrow{font-size:12px;margin-left:4px}.clear-filters-btn{background:#fee2e2;border:1px solid #fecaca;border-radius:8px;color:#dc2626;cursor:pointer;font-size:13px;font-weight:600;padding:8px 16px;transition:all .2s}.clear-filters-btn:hover{background:#fecaca;border-color:#fca5a5}.filters-content{border-top:1px solid #e2e8f0;margin-top:20px;padding-top:20px}.filter-row{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:16px}.filter-group{display:flex;flex-direction:column;gap:8px}.filter-label{color:#475569;font-size:13px;font-weight:600;letter-spacing:.5px;text-transform:uppercase}.filter-input,.filter-select{background:#fff;border:1px solid #cbd5e1;border-radius:8px;color:#0f172a;font-family:inherit;font-size:14px;padding:10px 12px;transition:all .2s}.filter-input:focus,.filter-select:focus{border-color:#15abc2;box-shadow:0 0 0 3px #15abc21a;outline:none}.filter-results-info{border-top:1px solid #e2e8f0;color:#64748b;font-size:14px;font-weight:500;margin-top:16px;padding-top:16px}.placeholder-icon-small{font-size:24px;opacity:.7}.btn{gap:6px}.owner-registration-page{background:linear-gradient(135deg,#eaf9fc,#f8fafc 45%,#ecfeff);min-height:100vh;padding:48px 16px 80px}.owner-registration-shell{display:flex;flex-direction:column;gap:24px;margin:0 auto;max-width:1200px}.owner-registration-hero{color:#0f172a;text-align:left}.owner-registration-hero h1{font-size:clamp(2rem,2.6vw,2.75rem);font-weight:700;margin:12px 0 8px}.owner-registration-hero p{color:#475569;margin:0;max-width:640px}.owner-badge{align-items:center;background:#15abc21a;border-radius:999px;color:#0b6c7e;display:inline-flex;font-size:13px;font-weight:600;gap:8px;padding:6px 14px}.owner-registration-steps{display:flex;flex-wrap:wrap;gap:12px}.owner-step{background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 1px 2px #0f172a0d;color:#64748b;font-size:13px;font-weight:600;gap:10px;padding:10px 14px}.owner-step,.owner-step-index{align-items:center;display:inline-flex}.owner-step-index{background:#e2e8f0;border-radius:999px;color:#475569;font-weight:700;height:28px;justify-content:center;width:28px}.owner-step.active{border-color:#15abc2;box-shadow:0 4px 12px #15abc226;color:#0b6c7e}.owner-step.active .owner-step-index{background:#0e8ba0;color:#fff}.owner-step.complete{background:#eaf9fc;border-color:#7dd8e6;color:#0b6c7e}.owner-step.complete .owner-step-index{background:#38c3d6;color:#fff}.owner-alert{border-radius:12px;font-size:14px;font-weight:600;padding:12px 16px}.owner-alert-error{background:#fee2e2;border:1px solid #fecaca;color:#b91c1c}.owner-alert-success{background:#dcfce7;border:1px solid #bbf7d0;color:#15803d}.owner-card{background:#fff;border:1px solid #e2e8f0;border-radius:20px;box-shadow:0 8px 20px #0f172a14;padding:28px}.owner-card h2{color:#0f172a;font-size:1.4rem;margin:0 0 8px}.owner-card-subtitle{color:#64748b;margin:0 0 18px}.owner-form{display:flex;flex-direction:column;gap:18px}.owner-input-group label{color:#1e293b;display:block;font-weight:600;margin-bottom:8px}.owner-input-group input{border:2px solid #e2e8f0;border-radius:12px;font-size:14px;padding:12px 16px;transition:border-color .2s ease;width:100%}.owner-input-group input:focus{border-color:#15abc2;box-shadow:0 0 0 3px #15abc21f;outline:none}.owner-actions{align-items:center;display:flex;flex-wrap:wrap;gap:12px}.owner-link{background:none;border:none;color:#0e8ba0;cursor:pointer;font-weight:600;padding:0}.owner-type-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(2,minmax(0,1fr))}.owner-type-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;cursor:pointer;display:flex;flex-direction:column;gap:10px;padding:20px;text-align:left;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.owner-type-card:hover{border-color:#7dd8e6;box-shadow:0 10px 24px #2563eb1f;transform:translateY(-2px)}.owner-type-icon{font-size:28px}.owner-type-title{color:#0f172a;font-size:18px;font-weight:700}.owner-type-desc{color:#64748b;font-size:14px}.owner-form-section{display:flex;flex-direction:column;gap:16px}.owner-form-header{align-items:center;display:flex;flex-wrap:wrap;gap:16px;justify-content:space-between}.owner-form-header h2{color:#0f172a;margin:0 0 6px}.owner-form-header p{color:#64748b;margin:0}.owner-success-card{text-align:center}.owner-success-card p{color:#64748b;margin-bottom:20px}@media (max-width:900px){.owner-type-grid{grid-template-columns:1fr}}@media (max-width:600px){.owner-registration-page{padding:32px 12px 60px}.owner-card{padding:22px}.owner-step{flex:1 1 120px}}.settings-header{border-bottom:2px solid #e2e8f0;margin-bottom:32px;padding-bottom:24px}.settings-header h1{color:#0f172a;font-size:2.5rem;font-weight:700}.settings-loading{color:#64748b;font-size:18px;padding:60px 20px;text-align:center}.settings-form{max-width:900px}.settings-tabs{border-bottom:2px solid #e2e8f0;display:flex;gap:8px;margin-bottom:32px}.settings-tab{background:none;border:none;border-bottom:3px solid #0000;color:#64748b;cursor:pointer;font-size:15px;font-weight:500;padding:12px 24px;position:relative;top:2px;transition:all .2s}.settings-tab:hover{background:#15abc20d;color:#15abc2}.settings-tab.active{border-bottom-color:#15abc2;color:#15abc2;font-weight:600}.settings-tab-content{animation:fadeIn .3s ease-in}.settings-section{background:#fff;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 4px 6px #00000012,0 2px 4px #0000000f;margin-bottom:32px;padding:32px}.section-header{border-bottom:1px solid #e2e8f0;margin-bottom:28px;padding-bottom:20px}.section-header h2{color:#0f172a;font-size:1.75rem;font-weight:700;margin-bottom:8px}.section-description{color:#64748b;font-size:14px;margin:0}.logo-upload-container{display:flex;flex-direction:column;gap:20px}.logo-preview{align-items:flex-start;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border:2px dashed #cbd5e1;border-radius:12px;display:flex;flex-direction:column;gap:16px;padding:20px}.logo-preview img{background:#fff;box-shadow:0 2px 4px #0000001a;max-height:100px;object-fit:contain;padding:8px}.remove-logo-btn{font-size:13px;padding:8px 16px}.logo-upload{display:flex;flex-direction:column;gap:8px}.upload-hint{color:#64748b;font-size:13px;font-style:italic}.checkbox-input{accent-color:#15abc2;cursor:pointer;height:20px;margin-right:12px;width:20px}.checkbox-label{color:#1e293b;font-weight:500}.form-group label{align-items:center;display:flex}.form-group input[type=checkbox]+.checkbox-label{margin-left:0}.external-link{color:#15abc2;font-weight:500;text-decoration:none;transition:color .2s}.external-link:hover{color:#0e8ba0;text-decoration:underline}.form-group input:disabled,.form-group select:disabled,.form-group textarea:disabled{background-color:#f1f5f9;opacity:.6}.password-input-wrapper{align-items:center;display:flex;position:relative}.password-input{padding-right:45px;width:100%}.toggle-password-btn{align-items:center;background:none;border:none;color:#64748b;cursor:pointer;display:flex;font-size:18px;justify-content:center;padding:4px 8px;position:absolute;right:12px;transition:color .2s;z-index:1}.toggle-password-btn:hover{color:#15abc2}.toggle-password-btn:disabled{cursor:not-allowed;opacity:.5}.private-key-input{font-family:Courier New,monospace;font-size:12px;line-height:1.5;padding:12px 45px 12px 16px;resize:vertical;width:100%}@media (max-width:768px){.settings-section{padding:24px}.settings-tabs{gap:4px}.settings-tab{font-size:14px;padding:10px 16px}.form-row{grid-template-columns:1fr}.logo-preview{padding:16px}.logo-preview img{max-height:80px;max-width:150px}.form-actions{flex-direction:column}.form-actions .btn{width:100%}}.facilities-header{align-items:center;border-bottom:2px solid #e2e8f0;display:flex;justify-content:space-between;margin-bottom:32px;padding-bottom:24px}.facilities-header h1{color:#0f172a;font-size:2.5rem;font-weight:700}.facilities-loading{color:#64748b;font-size:18px;padding:60px 20px;text-align:center}.facility-form-card{box-shadow:0 4px 6px #00000012,0 2px 4px #0000000f;margin-bottom:32px}.facility-form-card h2{border-bottom:1px solid #e2e8f0;color:#0f172a;font-size:1.75rem;font-weight:700;margin-bottom:24px;padding-bottom:12px}.facilities-stats{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:32px}.facilities-table-container{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;overflow:hidden}.facilities-table{background:#fff;border-collapse:collapse;width:100%}.facilities-table thead{background:#f8fafc;border-bottom:2px solid #e2e8f0}.facilities-table th{color:#475569;font-size:13px;font-weight:700;letter-spacing:.5px;padding:16px 20px;text-align:left;text-transform:uppercase;white-space:nowrap}.facilities-table tbody tr{border-bottom:1px solid #e2e8f0;transition:background-color .2s}.facilities-table tbody tr:hover{background-color:#f8fafc}.facilities-table tbody tr:last-child{border-bottom:none}.facilities-table td{padding:20px;vertical-align:middle}.facility-name-cell{display:flex;flex-direction:column;gap:8px}.facility-name-text{align-items:center;color:#0f172a;display:flex;font-size:15px;font-weight:600;gap:8px}.facility-icon-inline{align-items:center;display:inline-flex;font-size:20px;line-height:1}.facility-category-cell{align-items:center;display:flex}.category-badge{background:#cdeff6;border-radius:12px;color:#0b6c7e;display:inline-block;font-size:12px;font-weight:600;padding:6px 12px;text-transform:capitalize}.facility-order-cell{color:#475569;font-size:14px;font-weight:500}@media (max-width:768px){.facilities-header{align-items:flex-start;flex-direction:column;gap:16px}.facility-form-card{padding:24px}.facilities-stats{grid-template-columns:1fr}.facilities-table-container{overflow-x:auto}.facilities-table{min-width:800px}.facilities-table td,.facilities-table th{padding:12px 16px}.facility-description-cell{max-width:200px}.table-actions{flex-direction:row;gap:6px}.btn-icon-only{height:32px;padding:6px;width:32px}.btn-icon-only .btn-icon{font-size:16px}}.facility-form-container{margin:0 auto;max-width:1200px;width:100%}.facility-form-header{align-items:center;border-bottom:2px solid #e2e8f0;display:flex;flex-wrap:wrap;gap:24px;justify-content:space-between;margin-bottom:32px;padding-bottom:24px}.facility-form-header h1{color:#0f172a;font-size:2.5rem;font-weight:700;margin:0}.facility-form-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 1px 3px #0000001a;padding:32px}@media (max-width:768px){.facility-form-header{align-items:flex-start;flex-direction:column}.facility-form-header h1{font-size:2rem}.facility-form-card{padding:24px}.form-row{grid-template-columns:1fr}.form-actions{flex-direction:column}.btn{justify-content:center;width:100%}}.amenities-header{align-items:center;border-bottom:2px solid #e2e8f0;display:flex;justify-content:space-between;margin-bottom:32px;padding-bottom:24px}.amenities-header h1{color:#0f172a;font-size:2.5rem;font-weight:700}.amenities-stats{grid-gap:20px;align-items:center;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));margin-bottom:32px}.amenities-filter{align-items:center;display:flex;gap:10px}.amenities-filter label{color:#475569;font-size:14px;font-weight:600}.filter-select{border:1px solid #cbd5e1;border-radius:8px;color:#0f172a;padding:8px 14px}.amenities-table-container{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;overflow:hidden}.amenities-table{background:#fff;border-collapse:collapse;width:100%}.amenities-table thead{background:#f8fafc;border-bottom:2px solid #e2e8f0}.amenities-table th{color:#475569;font-size:13px;font-weight:700;letter-spacing:.5px;padding:16px 20px;text-align:left;text-transform:uppercase}.amenities-table tbody tr{border-bottom:1px solid #e2e8f0;transition:background-color .2s}.amenities-table tbody tr:hover{background-color:#f8fafc}.amenities-table td{padding:20px;vertical-align:middle}.amenity-name-cell .amenity-name-text{align-items:center;color:#0f172a;display:flex;font-size:15px;font-weight:600;gap:8px}.amenity-icon-inline{font-size:20px;line-height:1}.type-badge{padding:6px 12px}@media (max-width:768px){.amenities-header{align-items:flex-start;flex-direction:column;gap:16px}.amenities-stats{grid-template-columns:1fr}.amenities-table-container{overflow-x:auto}.amenities-table{min-width:600px}}.amenity-form-container{margin:0 auto;max-width:1200px;width:100%}.amenity-form-header{align-items:center;border-bottom:2px solid #e2e8f0;display:flex;flex-wrap:wrap;gap:24px;justify-content:space-between;margin-bottom:32px;padding-bottom:24px}.amenity-form-header h1{color:#0f172a;font-size:2.5rem;font-weight:700;margin:0}.amenity-form-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 1px 3px #0000001a;padding:32px}.amenity-form-card .form-section h2{border-bottom:1px solid #e2e8f0;color:#0f172a;font-size:1.5rem;font-weight:700;margin-bottom:24px;padding-bottom:12px}.amenity-form-card .form-row{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:20px}.amenity-form-card .form-group{display:flex;flex-direction:column;gap:8px}.amenity-form-card .form-group label{color:#475569;font-size:14px;font-weight:600}.amenity-form-card .form-group input,.amenity-form-card .form-group select{background:#fff;border:1px solid #cbd5e1;border-radius:8px;color:#0f172a;font-size:14px;padding:12px 16px}.amenity-form-card .form-group small{color:#64748b;font-size:12px;margin-top:-4px}.amenity-form-card .checkbox-label{align-items:center;cursor:pointer;display:flex;gap:8px}.amenity-form-card .form-actions{border-top:1px solid #e2e8f0;display:flex;gap:12px;margin-top:32px;padding-top:24px}@media (max-width:768px){.amenity-form-header{align-items:flex-start;flex-direction:column}.amenity-form-card{padding:24px}.amenity-form-card .form-row{grid-template-columns:1fr}}.categories-header{align-items:center;border-bottom:2px solid #e2e8f0;display:flex;justify-content:space-between;margin-bottom:32px;padding-bottom:24px}.categories-header h1{color:#0f172a;font-size:2.5rem;font-weight:700}.categories-loading{color:#64748b;font-size:18px;padding:60px 20px;text-align:center}.category-form-card{box-shadow:0 4px 6px #00000012,0 2px 4px #0000000f;margin-bottom:32px}.category-form-card h2{border-bottom:1px solid #e2e8f0;color:#0f172a;font-size:1.75rem;font-weight:700;margin-bottom:24px;padding-bottom:12px}.categories-stats{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:32px}.stat-card{background:linear-gradient(135deg,#fff,#f8fafc);border:1px solid #e2e8f0}.stat-card h3{color:#15abc2;font-size:2.5rem}.stat-card p{font-weight:500;letter-spacing:.5px;text-transform:uppercase}.categories-table-container{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;overflow:hidden}.categories-table{background:#fff;border-collapse:collapse;width:100%}.categories-table thead{background:#f8fafc;border-bottom:2px solid #e2e8f0}.categories-table th{color:#475569;font-size:13px;font-weight:700;letter-spacing:.5px;padding:16px 20px;text-align:left;text-transform:uppercase;white-space:nowrap}.categories-table tbody tr{border-bottom:1px solid #e2e8f0;transition:background-color .2s}.categories-table tbody tr:hover{background-color:#f8fafc}.categories-table tbody tr:last-child{border-bottom:none}.categories-table td{padding:20px;vertical-align:middle}.category-name-cell{display:flex;flex-direction:column;gap:8px}.category-name-text{color:#0f172a;font-size:15px;font-weight:600}.category-slug-cell{align-items:center;display:flex}.category-slug-cell code{background:#f1f5f9;border-radius:4px;color:#475569;font-family:Courier New,monospace;font-size:13px;padding:4px 8px}.category-order-cell{color:#475569;font-size:14px;font-weight:500}.form-hint{margin-top:4px}code{background:#f1f5f9;border-radius:4px;color:#475569;font-family:Courier New,monospace;font-size:12px;padding:2px 6px}@media (max-width:768px){.categories-header{align-items:flex-start;flex-direction:column;gap:16px}.categories-table-container{overflow-x:auto}.categories-table{min-width:700px}.categories-table td,.categories-table th{padding:12px 16px}.table-actions{flex-direction:row;gap:6px}.btn-icon-only{height:32px;padding:6px;width:32px}.btn-icon-only .btn-icon{font-size:16px}.categories-stats{grid-template-columns:1fr}}.category-form-container{margin:0 auto;max-width:1200px;width:100%}.category-form-header{align-items:center;border-bottom:2px solid #e2e8f0;display:flex;flex-wrap:wrap;gap:24px;justify-content:space-between;margin-bottom:32px;padding-bottom:24px}.category-form-header h1{color:#0f172a;font-size:2.5rem;font-weight:700;margin:0}.loading-spinner{color:#64748b;font-size:1.1rem;padding:60px 20px;text-align:center}.category-form-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 1px 3px #0000001a;padding:32px}@media (max-width:768px){.category-form-header{align-items:flex-start;flex-direction:column}.category-form-header h1{font-size:2rem}.category-form-card{padding:24px}.form-row{grid-template-columns:1fr}.form-actions{flex-direction:column}.btn{justify-content:center;width:100%}}.customers-header{align-items:center;border-bottom:2px solid #e2e8f0;display:flex;justify-content:space-between;margin-bottom:32px;padding-bottom:24px}.customers-header h1{color:#0f172a;font-size:2.5rem;font-weight:700}.customers-loading{color:#64748b;font-size:18px;padding:60px 20px;text-align:center}.skeleton-image{border-radius:50%}.customers-filters{display:flex;flex-wrap:wrap;gap:16px;margin-bottom:24px}.search-box{flex:1 1;min-width:250px}.search-input{width:100%}.customers-table-container{box-shadow:0 1px 3px #0000001a}.customers-table th{font-size:13px;padding:16px 20px;white-space:nowrap}.customers-table td{padding:20px}.customer-name-cell{align-items:flex-start}.customer-name-text{align-items:center;display:flex;font-size:15px;gap:6px}.contact-item{color:#475569}.customer-login-type-cell{align-items:center;display:flex}.login-type-badge{align-items:center;background:#cdeff6;border-radius:12px;color:#0b6c7e;display:inline-flex;font-size:12px;font-weight:600;padding:6px 12px;text-transform:capitalize}.login-type-badge[data-login-type=google]{background:#fee2e2;color:#dc2626}.login-type-badge[data-login-type=apple]{background:#f3f4f6;color:#1f2937}.login-type-badge[data-login-type=phone]{background:#cdeff6;color:#075767}.login-type-badge[data-login-type=email]{background:#cdeff6;color:#0b6c7e}.customer-lastlogin-cell{color:#475569;font-size:14px}.wishlist-count-badge{align-items:center;display:flex;flex-wrap:wrap;gap:8px}.wishlist-count-item{align-items:center;background:#f0f9ff;border:1px solid #bae6fd;border-radius:6px;color:#0369a1;display:inline-flex;font-size:12px;font-weight:600;gap:4px;padding:4px 8px}.wishlist-count-empty{color:#94a3b8;font-size:12px}.btn-icon{font-size:18px}.modal-overlay{align-items:center;background:#00000080;bottom:0;display:flex;justify-content:center;left:0;padding:20px;position:fixed;right:0;top:0;z-index:1000}.modal-content{background:#fff;border-radius:16px;box-shadow:0 20px 60px #0000004d;max-height:90vh;max-width:700px;overflow-y:auto;width:100%}.modal-header{align-items:center;border-bottom:2px solid #e2e8f0;display:flex;justify-content:space-between;padding:24px}.modal-header h2{color:#0f172a;font-size:1.75rem;font-weight:700;margin:0}.customer-edit-form{padding:24px}.current-profile-picture{margin-bottom:12px}.wishlist-section{border-top:2px solid #e2e8f0;margin-top:32px;padding-top:24px}.wishlist-header{margin-bottom:20px}.wishlist-header h3{color:#0f172a;font-size:1.5rem;font-weight:700;margin:0}.wishlist-loading{padding:20px}.wishlist-category h4{align-items:center;color:#0f172a;display:flex;font-size:1.125rem;font-weight:600;gap:8px;margin-bottom:16px}@media (max-width:768px){.customers-header{align-items:flex-start;gap:16px}.customers-filters,.customers-header{flex-direction:column}.search-box{width:100%}.customers-table-container{overflow-x:auto}.customers-table{min-width:900px}.customers-table td,.customers-table th{padding:12px 16px}.table-actions{flex-direction:row;gap:6px}.btn-icon-only{height:32px;padding:6px;width:32px}.btn-icon-only .btn-icon{font-size:16px}.modal-content{margin:10px;max-height:95vh}.customer-edit-form,.modal-header{padding:20px}.wishlist-items{grid-template-columns:1fr}.wishlist-item{flex-direction:column}.wishlist-item-image{height:150px;width:100%}}.customer-form-container{margin:0 auto;max-width:1200px;width:100%}.customer-form-header{align-items:center;border-bottom:2px solid #e2e8f0;display:flex;flex-wrap:wrap;gap:24px;justify-content:space-between;margin-bottom:32px;padding-bottom:24px}.customer-form-header h1{color:#0f172a;font-size:2.5rem;font-weight:700;margin:0}.customer-form-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 1px 3px #0000001a;padding:32px}.form-tabs{border-bottom:2px solid #e2e8f0;display:flex;gap:8px;margin-bottom:32px}.tab-button{font-size:14px}.form-row{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:20px}.profile-picture-group{margin-bottom:24px}.profile-picture-container{align-items:center;display:flex;flex-wrap:wrap;gap:16px}.current-profile-picture,.new-profile-picture{position:relative}.profile-preview{border:2px solid #e2e8f0;border-radius:50%;height:100px;object-fit:cover;width:100px}.new-picture-label{background:#15abc2;border-radius:12px;color:#fff;font-size:11px;font-weight:600;padding:4px 8px;position:absolute;right:-8px;top:-8px}.file-input{border:1px dashed #cbd5e1;border-radius:8px;cursor:pointer;padding:8px}.checkbox-label{align-items:center;cursor:pointer;display:flex;gap:8px;-webkit-user-select:none;user-select:none}.checkbox-label input[type=checkbox]{cursor:pointer;height:18px;width:18px}.wishlist-section{margin-top:24px}.wishlist-section h2{border-bottom:1px solid #e2e8f0;color:#0f172a;font-size:1.5rem;font-weight:700;margin-bottom:24px;padding-bottom:12px}.wishlist-loading{color:#64748b;padding:40px 20px;text-align:center}.wishlist-category{margin-bottom:32px}.wishlist-category h3{align-items:center;color:#0f172a;display:flex;font-size:1.125rem;font-weight:600;gap:8px;margin-bottom:16px}.wishlist-icon{font-size:1.25rem}.wishlist-empty{background:#f8fafc;border-radius:8px;color:#64748b;font-style:italic;padding:12px;text-align:center}.wishlist-items{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.wishlist-item{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;display:flex;gap:12px;padding:12px;transition:all .2s}.wishlist-item:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.wishlist-item-image{border:1px solid #e2e8f0;border-radius:8px;flex-shrink:0;height:80px;object-fit:cover;width:80px}.wishlist-item-details{display:flex;flex:1 1;flex-direction:column;gap:4px}.wishlist-item-name{color:#0f172a;font-size:14px;font-weight:600;line-height:1.4}.wishlist-item-location{color:#64748b;font-size:12px}.wishlist-item-price{color:#15abc2;font-size:13px;font-weight:600;margin-top:4px}.wishlist-item-status{border-radius:4px;display:inline-block;font-size:11px;font-weight:600;margin-top:4px;padding:4px 8px;text-transform:uppercase;width:-webkit-fit-content;width:fit-content}.wishlist-item-status.active{background:#d1fae5;color:#065f46}.wishlist-item-status.inactive{background:#fee2e2;color:#991b1b}@media (max-width:768px){.customer-form-header{align-items:flex-start;flex-direction:column}.customer-form-header h1{font-size:2rem}.customer-form-card{padding:24px}.form-row{grid-template-columns:1fr}.form-actions{flex-direction:column}.btn{justify-content:center;width:100%}.wishlist-items{grid-template-columns:1fr}.wishlist-item{flex-direction:column}.wishlist-item-image{height:150px;width:100%}}.wishlists-header{align-items:center;border-bottom:2px solid #e2e8f0;display:flex;flex-wrap:wrap;gap:24px;justify-content:space-between;margin-bottom:32px;padding-bottom:24px}.wishlists-header h1{color:#0f172a;font-size:2.5rem;font-weight:700;margin:0}.header-stats{display:flex;flex-wrap:wrap;gap:12px}.stat-badge{background:linear-gradient(135deg,#15abc2,#0e8ba0);border-radius:8px;color:#fff;font-size:14px;font-weight:600;padding:8px 16px}.wishlists-loading{color:#64748b;font-size:18px;padding:60px 20px;text-align:center}.wishlists-tabs{border-bottom:2px solid #e2e8f0;display:flex;gap:8px;margin-bottom:24px}.tab-button{align-items:center;background:none;border:none;border-bottom:3px solid #0000;color:#64748b;cursor:pointer;display:flex;font-size:16px;font-weight:600;gap:8px;margin-bottom:-2px;padding:12px 24px;transition:all .2s}.tab-button:hover{background:#f0f9ff;color:#15abc2}.tab-button.active{border-bottom-color:#15abc2;color:#15abc2}.tab-icon{font-size:20px}.wishlists-content{margin-top:24px}.wishlists-table-container{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;overflow:hidden}.wishlists-table{background:#fff;border-collapse:collapse;width:100%}.wishlists-table thead{background:#f8fafc;border-bottom:2px solid #e2e8f0}.wishlists-table th{color:#475569;font-size:13px;font-weight:700;letter-spacing:.5px;padding:16px 20px;text-align:left;text-transform:uppercase;white-space:nowrap}.wishlists-table tbody tr{border-bottom:1px solid #e2e8f0;transition:background-color .2s}.wishlists-table tbody tr:hover{background-color:#f8fafc}.wishlists-table tbody tr:last-child{border-bottom:none}.wishlists-table td{padding:20px;vertical-align:middle}.wishlist-image-cell{align-items:center;display:flex;justify-content:center}.wishlist-table-image{object-fit:cover}.wishlist-image-placeholder,.wishlist-table-image{border:2px solid #e2e8f0;border-radius:8px;height:80px;width:80px}.wishlist-image-placeholder{align-items:center;background:linear-gradient(135deg,#15abc2,#15abc2);display:flex;justify-content:center}.placeholder-icon{font-size:32px}.wishlist-name-cell{display:flex;flex-direction:column;gap:4px}.wishlist-name-text{color:#0f172a;font-size:15px;font-weight:600}.wishlist-location-cell{color:#475569;font-size:14px}.wishlist-price-cell{align-items:center;display:flex}.price-text{color:#15abc2;font-size:14px;font-weight:600}.price-empty{color:#94a3b8;font-size:14px}.wishlist-customers-cell{align-items:center;display:flex}.customers-count-btn{background:#cdeff6;border:none;border-radius:8px;color:#0b6c7e;cursor:pointer;font-size:13px;font-weight:600;padding:8px 16px;transition:all .2s}.customers-count-btn:hover{background:#a8e4ef;box-shadow:0 2px 4px #0b6c7e33;transform:translateY(-1px)}.btn-view{color:#0b6c7e}.btn-view:hover{box-shadow:0 2px 4px #0b6c7e33}.btn-call{background:#cdeff6;color:#075767}.btn-call:hover{background:#a8e4ef;box-shadow:0 2px 4px #1e40af33;transform:translateY(-1px)}.btn-email{background:#cdeff6;color:#0b6c7e}.btn-email:hover{background:#a8e4ef;box-shadow:0 2px 4px #0b6c7e33;transform:translateY(-1px)}.customers-modal{background:#00000080;bottom:0;left:0;right:0;top:0;z-index:1000}.customers-modal-content{background:#fff;border-radius:16px;box-shadow:0 20px 60px #0000004d;max-height:90vh;max-width:900px}.customers-modal-header{border-bottom:2px solid #e2e8f0;padding:24px}.customers-modal-header h2{color:#0f172a;font-size:1.5rem}.modal-close{align-items:center;background:none;border:none;color:#64748b;display:flex;font-size:32px;height:40px;justify-content:center;transition:all .2s;width:40px}.modal-close:hover{background:#f1f5f9;color:#0f172a}.customers-modal-body{padding:24px}.customers-table-container{background:#fff;border-radius:12px;overflow:hidden}.customers-table{background:#fff;border-collapse:collapse;width:100%}.customers-table thead{background:#f8fafc;border-bottom:2px solid #e2e8f0}.customers-table th{color:#475569;font-size:12px;font-weight:700;letter-spacing:.5px;padding:12px 16px;text-align:left;text-transform:uppercase}.customers-table tbody tr{border-bottom:1px solid #e2e8f0;transition:background-color .2s}.customers-table tbody tr:hover{background-color:#f8fafc}.customers-table tbody tr:last-child{border-bottom:none}.customers-table td{padding:16px;vertical-align:middle}.customer-profile-cell{align-items:center;display:flex;justify-content:center}.customer-profile-image{border:2px solid #e2e8f0;border-radius:50%;height:40px;object-fit:cover;width:40px}.customer-profile-placeholder{align-items:center;background:linear-gradient(135deg,#15abc2,#15abc2);border-radius:50%;color:#fff;display:flex;font-size:16px;font-weight:600;height:40px;justify-content:center;width:40px}.customer-name-cell{display:flex;flex-direction:column;gap:4px}.customer-name-text{color:#0f172a;font-size:14px;font-weight:600}.customer-secondary-name{color:#64748b;font-size:12px}.customer-contact-cell{display:flex;flex-direction:column;gap:4px}.contact-item{font-size:13px}.contact-item,.contact-link{align-items:center;display:flex;gap:6px}.contact-link{color:#475569;text-decoration:none;transition:color .2s}.contact-link:hover{color:#15abc2}.contact-icon{font-size:14px}.contact-email{word-break:break-all}.contact-empty{color:#94a3b8;font-size:13px}@media (max-width:768px){.wishlists-header{align-items:flex-start;flex-direction:column}.wishlists-header h1{font-size:2rem}.wishlists-tabs{border-bottom:none;flex-direction:column}.tab-button{border-bottom:none;border-left:3px solid #0000;margin-bottom:0;margin-left:-2px}.tab-button.active{border-bottom-color:#0000;border-left-color:#15abc2}.wishlists-table-container{overflow-x:auto}.wishlists-table{min-width:800px}.wishlists-table td,.wishlists-table th{padding:12px 16px}.customers-modal-content{margin:10px;max-height:95vh}.customers-modal-body,.customers-modal-header{padding:20px}.customers-table{min-width:600px}}.notifications-header{align-items:center;border-bottom:2px solid #e2e8f0;display:flex;flex-wrap:wrap;gap:24px;justify-content:space-between;margin-bottom:32px;padding-bottom:24px}.notifications-header h1{color:#0f172a;font-size:2.5rem;font-weight:700;margin:0}.notifications-loading{color:#64748b;font-size:18px;padding:60px 20px;text-align:center}.notifications-filters{margin-bottom:24px}.notifications-table-container{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;overflow:hidden}.notifications-table{background:#fff;border-collapse:collapse;width:100%}.notifications-table thead{background:#f8fafc;border-bottom:2px solid #e2e8f0}.notifications-table th{color:#475569;font-size:13px;font-weight:700;letter-spacing:.5px;padding:16px 20px;text-align:left;text-transform:uppercase;white-space:nowrap}.notifications-table tbody tr{border-bottom:1px solid #e2e8f0;transition:background-color .2s}.notifications-table tbody tr:hover{background-color:#f8fafc}.notifications-table tbody tr:last-child{border-bottom:none}.notifications-table td{padding:20px;vertical-align:middle}.notification-image-cell{align-items:center;display:flex;justify-content:center}.notification-table-image{object-fit:cover}.notification-image-placeholder,.notification-table-image{border:2px solid #e2e8f0;border-radius:8px;height:60px;width:60px}.notification-image-placeholder{align-items:center;background:linear-gradient(135deg,#15abc2,#15abc2);display:flex;justify-content:center}.placeholder-icon{color:#fff;font-size:24px}.notification-title-cell{display:flex;flex-direction:column;gap:4px}.notification-title-text{color:#0f172a;font-size:15px;font-weight:600}.notification-message-cell{max-width:300px}.notification-message-text{color:#475569;font-size:14px;line-height:1.5}.notification-target-cell{align-items:center;display:flex}.target-badge{align-items:center;background:#cdeff6;border-radius:12px;color:#0b6c7e;display:inline-flex;font-size:12px;font-weight:600;padding:6px 12px}.notification-status-cell{align-items:center;display:flex}.notification-created-cell,.notification-scheduled-cell{color:#475569;font-size:14px}.btn-send{background:#d1fae5;color:#065f46}.btn-send:hover:not(:disabled){background:#a7f3d0;box-shadow:0 2px 4px #055f4633;transform:translateY(-1px)}.btn-send:disabled{cursor:not-allowed;opacity:.6}.success-message{border:1px solid #86efac;border-radius:12px;margin-bottom:24px;padding:16px 20px}.pagination{margin-top:32px;padding:20px}.page-info{color:#64748b;font-weight:500}.badge{border-radius:12px;font-size:12px;font-weight:600;padding:6px 12px;text-transform:capitalize}.badge-secondary{background:#f1f5f9;color:#475569}.badge-primary{background:#cdeff6;color:#075767}@media (max-width:768px){.notifications-header{align-items:flex-start;flex-direction:column}.notifications-header h1{font-size:2rem}.notifications-table-container{overflow-x:auto}.notifications-table{min-width:1000px}.notifications-table td,.notifications-table th{padding:12px 16px}.table-actions{flex-direction:row;gap:6px}.btn-icon-only{height:32px;padding:6px;width:32px}.btn-icon-only .btn-icon{font-size:16px}}.notification-form-container{margin:0 auto;max-width:1200px;width:100%}.notification-form-header{align-items:center;border-bottom:2px solid #e2e8f0;display:flex;flex-wrap:wrap;gap:24px;justify-content:space-between;margin-bottom:32px;padding-bottom:24px}.notification-form-header h1{color:#0f172a;font-size:2.5rem;font-weight:700;margin:0}.notification-form-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 1px 3px #0000001a;padding:32px}.multi-select{background:#fff;border:2px solid #e2e8f0;border-radius:10px;font-size:14px;padding:12px;width:100%}.multi-select:focus{border-color:#15abc2;box-shadow:0 0 0 3px #15abc21a;outline:none}.image-preview-container{margin-bottom:12px}.notification-image-preview{border:2px solid #e2e8f0;border-radius:8px;max-height:150px;max-width:200px;object-fit:cover}@media (max-width:768px){.notification-form-header{align-items:flex-start;flex-direction:column}.notification-form-header h1{font-size:2rem}.notification-form-card{padding:24px}.form-actions{flex-direction:column}.btn{justify-content:center;width:100%}}.destinations-header{align-items:center;border-bottom:2px solid #e2e8f0;display:flex;flex-wrap:wrap;gap:24px;justify-content:space-between;margin-bottom:32px;padding-bottom:24px}.destinations-header h1{color:#0f172a;font-size:2.5rem;font-weight:700;margin:0}.destinations-table-container{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;overflow:hidden}.destinations-table{background:#fff;border-collapse:collapse;width:100%}.destinations-table thead{background:#f8fafc;border-bottom:2px solid #e2e8f0}.destinations-table th{color:#475569;font-size:13px;font-weight:700;letter-spacing:.5px;padding:16px 20px;text-align:left;text-transform:uppercase;white-space:nowrap}.destinations-table tbody tr{border-bottom:1px solid #e2e8f0;transition:background-color .2s}.destinations-table tbody tr:hover{background-color:#f8fafc}.destinations-table tbody tr:last-child{border-bottom:none}.destinations-table td{padding:20px;vertical-align:middle}.destination-logo-cell{align-items:center;display:flex;justify-content:center}.destination-table-logo{object-fit:cover}.destination-logo-placeholder,.destination-table-logo{border:2px solid #e2e8f0;border-radius:8px;height:60px;width:60px}.destination-logo-placeholder{align-items:center;background:linear-gradient(135deg,#22c1d6,#0b6c7e);color:#fff;display:flex;font-size:24px;font-weight:700;justify-content:center}.destination-city-cell{display:flex;flex-direction:column;gap:4px}.destination-city-text{color:#0f172a;font-size:15px;font-weight:600}.destination-location-cell{color:#475569;font-size:14px}.destination-coordinates-cell{align-items:center;display:flex}.coordinates-text{color:#64748b;font-size:13px}.destination-order-cell{align-items:center;display:flex}.order-badge{align-items:center;background:#f1f5f9;border-radius:12px;color:#475569;display:inline-flex;font-size:13px;font-weight:600;justify-content:center;min-width:40px;padding:6px 12px}.skeleton-image{border-radius:8px}@media (max-width:768px){.destinations-header{align-items:flex-start;flex-direction:column}.destinations-header h1{font-size:2rem}.destinations-table-container{overflow-x:auto}.destinations-table{min-width:900px}.destinations-table td,.destinations-table th{padding:12px 16px}.table-actions{flex-direction:row;gap:6px}.btn-icon-only{height:32px;padding:6px;width:32px}.btn-icon-only .btn-icon{font-size:16px}}.destination-form-header{border-bottom:2px solid #e2e8f0;margin-bottom:32px;padding-bottom:24px}.destination-form-header h1{color:#0f172a;font-size:2.5rem;font-weight:700}.destination-form{background:#fff;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 4px 6px #00000012,0 2px 4px #0000000f;padding:32px}.form-section{animation:fadeIn .3s ease-in}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.form-row{grid-gap:24px;gap:24px}.form-group label{color:#1e293b;font-weight:500}.form-group textarea{min-height:80px}.form-hint{font-size:13px;line-height:1.5}.logo-preview{margin-bottom:20px;text-align:center}.logo-preview img{border:2px solid #e2e8f0;border-radius:8px;margin-bottom:8px;max-height:200px;max-width:200px}.logo-preview p{color:#64748b;font-size:14px}.new-logo-preview{background:#f8fafc;border-radius:6px;color:#475569;font-size:13px;margin-top:8px;padding:8px}.form-actions{border-top:2px solid #e2e8f0;margin-top:40px}.form-actions .btn{font-size:14px;font-weight:500;padding:12px 24px}@media (max-width:768px){.destination-form{padding:24px}.form-row{grid-template-columns:1fr}.form-actions{flex-direction:column}.form-actions .btn{width:100%}}.subscription-form-modal{align-items:center;background:#00000080;bottom:0;display:flex;justify-content:center;left:0;padding:20px;position:fixed;right:0;top:0;z-index:1000}.subscription-form-content{background:#fff;border-radius:16px;box-shadow:0 20px 25px -5px #0000001a;max-height:90vh;max-width:600px;overflow-y:auto;padding:32px;width:100%}.subscription-form-content h2{border-bottom:1px solid #e2e8f0;color:#0f172a;font-size:1.75rem;font-weight:700;margin-bottom:24px;padding-bottom:12px}.form-group label{margin-bottom:8px}.form-group input,.form-group select,.form-group textarea{padding:12px;transition:border-color .2s}.form-actions{margin-top:24px}.verification-subscription-form-container{margin:0 auto;max-width:1200px;width:100%}.verification-subscription-form-header{align-items:center;border-bottom:2px solid #e2e8f0;display:flex;flex-wrap:wrap;gap:24px;justify-content:space-between;margin-bottom:32px;padding-bottom:24px}.verification-subscription-form-header h1{color:#0f172a;font-size:2.5rem;font-weight:700;margin:0}.verification-subscription-form-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 1px 3px #0000001a;padding:32px}@media (max-width:768px){.verification-subscription-form-header{align-items:flex-start;flex-direction:column}.verification-subscription-form-header h1{font-size:2rem}.verification-subscription-form-card{padding:24px}.form-row{grid-template-columns:1fr}.form-actions{flex-direction:column}.btn{justify-content:center;width:100%}}.subscriptions-container{margin:0 auto;max-width:1400px;padding:24px}.subscriptions-header{align-items:center;border-bottom:2px solid #e2e8f0;display:flex;justify-content:space-between;margin-bottom:32px;padding-bottom:24px}.subscriptions-header-content h1{color:#0f172a;font-size:2.5rem;font-weight:700;margin-bottom:8px}.subscriptions-subtitle{color:#64748b;font-size:1rem}.type-badge{border-radius:6px;font-size:.875rem;padding:4px 10px}.type-badge.type-hotel{background:#cdeff6;color:#0b6c7e}.type-badge.type-spa{background:#fce7f3;color:#be185d}.empty-state{box-shadow:0 4px 6px #00000012}.empty-state p{margin-bottom:24px}.subscriptions-table-container{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;overflow:hidden}.subscriptions-table{background:#fff;border-collapse:collapse;width:100%}.subscriptions-table thead{background:#f8fafc;border-bottom:2px solid #e2e8f0}.subscriptions-table th{color:#475569;font-size:13px;font-weight:700;letter-spacing:.5px;padding:16px 20px;text-align:left;text-transform:uppercase;white-space:nowrap}.subscriptions-table tbody tr{border-bottom:1px solid #e2e8f0;transition:background-color .2s}.subscriptions-table tbody tr:hover{background-color:#f8fafc}.subscriptions-table tbody tr:last-child{border-bottom:none}.subscriptions-table td{padding:20px;vertical-align:middle}.subscription-name-cell{display:flex;flex-direction:column;gap:4px}.subscription-name-text{color:#0f172a;font-size:15px;font-weight:600}.table-description{color:#64748b;font-size:13px;line-height:1.4;margin:0}.subscription-duration-cell,.subscription-price-cell{color:#475569;font-size:14px;font-weight:500}@media (max-width:768px){.subscriptions-header{align-items:flex-start;flex-direction:column}.subscriptions-header-content h1{font-size:2rem}.subscriptions-table-container{overflow-x:auto}.subscriptions-table{min-width:800px}.subscriptions-table td,.subscriptions-table th{padding:12px 16px}.table-actions{flex-direction:row;gap:6px}.btn-icon-only{height:32px;padding:6px;width:32px}.btn-icon-only .btn-icon{font-size:16px}}.featured-subscription-form-container{margin:0 auto;max-width:1200px;width:100%}.featured-subscription-form-header{align-items:center;border-bottom:2px solid #e2e8f0;display:flex;flex-wrap:wrap;gap:24px;justify-content:space-between;margin-bottom:32px;padding-bottom:24px}.featured-subscription-form-header h1{color:#0f172a;font-size:2.5rem;font-weight:700;margin:0}.featured-subscription-form-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 1px 3px #0000001a;padding:32px}.form-group .form-hint{color:#64748b;font-size:12px;margin-top:4px}.form-row{grid-gap:20px;display:grid;gap:20px;grid-template-columns:1fr 1fr}@media (max-width:768px){.featured-subscription-form-header{align-items:flex-start;flex-direction:column}.featured-subscription-form-header h1{font-size:2rem}.featured-subscription-form-card{padding:24px}.form-row{grid-template-columns:1fr}.form-actions{flex-direction:column}.btn{justify-content:center;width:100%}}.subscription-history-container{margin:0 auto;max-width:1600px;padding:24px}.history-header{align-items:center;border-bottom:2px solid #e2e8f0;display:flex;justify-content:space-between;margin-bottom:32px;padding-bottom:24px}.history-header-content h1{color:#0f172a;font-size:2.5rem;font-weight:700;margin-bottom:8px}.history-subtitle{color:#64748b;font-size:1rem}.history-filters{grid-gap:20px;background:#fff;border-radius:12px;box-shadow:0 2px 4px #0000000d;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:24px;padding:20px}.filter-group label{color:#0f172a;display:block;font-size:14px;font-weight:600;margin-bottom:8px}.filter-group select{background:#fff;border:1px solid #e2e8f0;border-radius:8px;font-size:14px;padding:10px;width:100%}.history-stats{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:24px}.stat-card{background:#fff;border-radius:12px;box-shadow:0 2px 4px #0000000d;padding:24px;text-align:center}.stat-card h3{color:#0f172a;font-size:2rem;font-weight:700;margin-bottom:8px}.stat-card p{color:#64748b;font-size:14px;margin:0}.history-table-container{background:#fff;border-radius:12px;box-shadow:0 2px 4px #0000000d;margin-bottom:24px;overflow-x:auto}.history-table{border-collapse:collapse;min-width:1200px;width:100%}.history-table thead{background:#f8fafc}.history-table th{border-bottom:2px solid #e2e8f0;color:#0f172a;font-size:14px;font-weight:600;padding:16px;text-align:left}.history-table td{border-bottom:1px solid #e2e8f0;color:#334155;font-size:14px;padding:16px}.history-table tbody tr:hover{background:#f8fafc}.table-meta{color:#64748b;font-size:12px;margin-bottom:0;margin-top:4px}.type-badge{border-radius:12px;display:inline-block;font-size:12px;font-weight:600;padding:4px 12px;text-transform:capitalize}.type-verification{background:#cdeff6;color:#075767}.type-featured{background:#fef3c7;color:#92400e}.status-badge{border-radius:12px;display:inline-block;font-size:12px;font-weight:600;padding:4px 12px;text-transform:uppercase}.status-active{background:#d1fae5;color:#065f46}.status-expired{background:#fee2e2;color:#991b1b}.status-cancelled{background:#e5e7eb;color:#374151}.days-remaining{color:#059669;font-weight:600}.days-expired{color:#dc2626;font-weight:600}.pagination{align-items:center;display:flex;gap:16px;justify-content:center;margin-top:24px}.pagination-btn{background:#fff;border:1px solid #e2e8f0;border-radius:8px;color:#0f172a;cursor:pointer;font-size:14px;padding:8px 16px;transition:all .2s}.pagination-btn:hover:not(:disabled){background:#f8fafc;border-color:#cbd5e1}.pagination-btn:disabled{cursor:not-allowed;opacity:.5}.pagination-info{color:#64748b;font-size:14px}.empty-state{border-radius:12px;box-shadow:0 2px 4px #0000000d}.empty-state h2{font-size:1.5rem}.empty-state p{margin-bottom:0}.error-message{gap:8px;padding:12px 16px}.sub-detail-head{align-items:center;border-bottom:1px solid var(--line);display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between;margin-bottom:16px;padding-bottom:14px}.sub-detail-head strong{color:var(--ink);display:block;font-size:16px;font-weight:700}.sub-detail-sub{color:var(--muted);font-size:12px}.sub-detail-grid{grid-gap:14px 20px;display:grid;gap:14px 20px;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));margin:0}.sub-detail-grid dt{color:var(--muted);font-size:11px;font-weight:700;letter-spacing:.06em;margin-bottom:3px;text-transform:uppercase}.sub-detail-grid dd{color:var(--ink);font-size:14px;margin:0}.sub-detail-id{background:var(--line-soft);border-radius:6px;color:var(--muted);display:inline-block;font-size:11.5px;margin-top:18px;padding:3px 9px}.legal-pages-header{align-items:center;border-bottom:2px solid #e2e8f0;display:flex;flex-wrap:wrap;gap:24px;justify-content:space-between;margin-bottom:32px;padding-bottom:24px}.legal-pages-header h1{color:#0f172a;font-size:2.5rem;font-weight:700;margin:0}.legal-pages-loading{color:#64748b;font-size:18px;padding:60px 20px;text-align:center}.legal-pages-filters{display:flex;flex-wrap:wrap;gap:16px;margin-bottom:24px}.search-input{border:2px solid #e2e8f0;border-radius:10px;flex:1 1;font-size:14px;min-width:250px;padding:12px 16px;transition:all .2s}.search-input:focus{border-color:#15abc2;box-shadow:0 0 0 3px #15abc21a;outline:none}.filter-select{background:#fff;border:2px solid #e2e8f0;border-radius:10px;cursor:pointer;font-size:14px;min-width:200px;padding:12px 16px;transition:all .2s}.filter-select:focus{border-color:#15abc2;box-shadow:0 0 0 3px #15abc21a;outline:none}.legal-pages-table-container{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;overflow:hidden}.legal-pages-table{background:#fff;border-collapse:collapse;width:100%}.legal-pages-table thead{background:#f8fafc;border-bottom:2px solid #e2e8f0}.legal-pages-table th{color:#475569;font-size:13px;font-weight:700;letter-spacing:.5px;padding:16px 20px;text-align:left;text-transform:uppercase;white-space:nowrap}.legal-pages-table tbody tr{border-bottom:1px solid #e2e8f0;transition:background-color .2s}.legal-pages-table tbody tr:hover{background-color:#f8fafc}.legal-pages-table tbody tr:last-child{border-bottom:none}.legal-pages-table td{padding:20px;vertical-align:middle}.legal-page-title-cell{display:flex;flex-direction:column;gap:4px}.legal-page-title-text{color:#0f172a;font-size:15px;font-weight:600}.legal-page-slug-cell{align-items:center;display:flex}.slug-text{background:#f1f5f9;border-radius:4px;color:#64748b;font-family:Courier New,monospace;font-size:13px;padding:4px 8px}.status-cell,.status-toggle-label{align-items:center;display:flex}.status-toggle-label{cursor:pointer;gap:12px;-webkit-user-select:none;user-select:none}.status-text{font-size:14px;font-weight:500;min-width:60px}.status-active-text{color:#10b981}.status-inactive-text{color:#6b7280}.toggle-switch{height:26px;width:48px}.toggle-input{height:0;opacity:0;width:0}.toggle-slider{background-color:#cbd5e1;border-radius:26px;bottom:0;left:0;right:0;top:0;transition:.3s}.toggle-slider:before{background-color:#fff;border-radius:50%;bottom:3px;box-shadow:0 2px 4px #0003;content:"";height:20px;left:3px;position:absolute;transition:.3s;width:20px}.toggle-input:checked+.toggle-slider{background:linear-gradient(135deg,#10b981,#059669)}.toggle-input:checked+.toggle-slider:before{transform:translateX(22px)}.toggle-input:disabled+.toggle-slider{cursor:not-allowed;opacity:.6}.toggle-slider.loading{animation:pulse 1.5s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}.legal-page-created-cell,.legal-page-updated-cell{color:#475569;font-size:14px}.table-actions{gap:8px}.btn-icon-only,.table-actions{align-items:center;display:flex}.btn-icon-only{border:none;border-radius:8px;cursor:pointer;justify-content:center;text-decoration:none;transition:all .2s}.btn-icon-only .btn-icon{font-size:18px;margin:0}.btn-view{background:#cdeff6;color:#075767}.btn-view:hover{background:#a8e4ef;box-shadow:0 2px 4px #1e40af33;transform:translateY(-1px)}.btn-edit{background:#cdeff6;color:#0b6c7e}.btn-edit:hover{background:#a8e4ef;box-shadow:0 2px 4px #0b6c7e33;transform:translateY(-1px)}.btn-delete{background:#fee2e2;color:#dc2626}.btn-delete:hover{background:#fecaca;box-shadow:0 2px 4px #dc262633;transform:translateY(-1px)}.empty-state{background:#fff;border-radius:16px;box-shadow:0 1px 3px #0000001a;padding:80px 20px}.empty-state-icon{font-size:64px;margin-bottom:24px}.empty-state h2{color:#0f172a;font-size:1.75rem;margin-bottom:12px}.empty-state p{color:#64748b;font-size:1.1rem;margin-bottom:32px}.btn-primary:hover{background:linear-gradient(135deg,#0e8ba0,#0b6c7e);box-shadow:0 6px 16px #15abc266;transform:translateY(-2px)}.skeleton-row{pointer-events:none}.skeleton-switch{border-radius:26px}@media (max-width:768px){.legal-pages-header{align-items:flex-start;flex-direction:column}.legal-pages-header h1{font-size:2rem}.legal-pages-filters{flex-direction:column}.filter-select,.search-input{width:100%}.legal-pages-table-container{overflow-x:auto}.legal-pages-table{min-width:1000px}.legal-pages-table td,.legal-pages-table th{padding:12px 16px}.table-actions{flex-direction:row;gap:6px}.btn-icon-only{height:32px;padding:6px;width:32px}.btn-icon-only .btn-icon{font-size:16px}}

/*!
 * Quill Editor v1.3.7
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */.ql-container{box-sizing:border-box;font-family:Helvetica,Arial,sans-serif;font-size:13px;height:100%;margin:0;position:relative}.ql-container.ql-disabled .ql-tooltip{visibility:hidden}.ql-container.ql-disabled .ql-editor ul[data-checked]>li:before{pointer-events:none}.ql-clipboard{height:1px;left:-100000px;overflow-y:hidden;position:absolute;top:50%}.ql-clipboard p{margin:0;padding:0}.ql-editor{word-wrap:break-word;box-sizing:border-box;height:100%;line-height:1.42;outline:none;overflow-y:auto;padding:12px 15px;tab-size:4;-moz-tab-size:4;text-align:left;white-space:pre-wrap}.ql-editor>*{cursor:text}.ql-editor blockquote,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6,.ql-editor ol,.ql-editor p,.ql-editor pre,.ql-editor ul{counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;margin:0;padding:0}.ql-editor ol,.ql-editor ul{padding-left:1.5em}.ql-editor ol>li,.ql-editor ul>li{list-style-type:none}.ql-editor ul>li:before{content:"\2022"}.ql-editor ul[data-checked=false],.ql-editor ul[data-checked=true]{pointer-events:none}.ql-editor ul[data-checked=false]>li *,.ql-editor ul[data-checked=true]>li *{pointer-events:all}.ql-editor ul[data-checked=false]>li:before,.ql-editor ul[data-checked=true]>li:before{color:#777;cursor:pointer;pointer-events:all}.ql-editor ul[data-checked=true]>li:before{content:"\2611"}.ql-editor ul[data-checked=false]>li:before{content:"\2610"}.ql-editor li:before{display:inline-block;white-space:nowrap;width:1.2em}.ql-editor li:not(.ql-direction-rtl):before{margin-left:-1.5em;margin-right:.3em;text-align:right}.ql-editor li.ql-direction-rtl:before{margin-left:.3em;margin-right:-1.5em}.ql-editor ol li:not(.ql-direction-rtl),.ql-editor ul li:not(.ql-direction-rtl){padding-left:1.5em}.ql-editor ol li.ql-direction-rtl,.ql-editor ul li.ql-direction-rtl{padding-right:1.5em}.ql-editor ol li{counter-increment:list-0;counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li:before{content:counter(list-0,decimal) ". "}.ql-editor ol li.ql-indent-1{counter-increment:list-1}.ql-editor ol li.ql-indent-1:before{content:counter(list-1,lower-alpha) ". "}.ql-editor ol li.ql-indent-1{counter-reset:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-2{counter-increment:list-2}.ql-editor ol li.ql-indent-2:before{content:counter(list-2,lower-roman) ". "}.ql-editor ol li.ql-indent-2{counter-reset:list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-3{counter-increment:list-3}.ql-editor ol li.ql-indent-3:before{content:counter(list-3,decimal) ". "}.ql-editor ol li.ql-indent-3{counter-reset:list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-4{counter-increment:list-4}.ql-editor ol li.ql-indent-4:before{content:counter(list-4,lower-alpha) ". "}.ql-editor ol li.ql-indent-4{counter-reset:list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-5{counter-increment:list-5}.ql-editor ol li.ql-indent-5:before{content:counter(list-5,lower-roman) ". "}.ql-editor ol li.ql-indent-5{counter-reset:list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-6{counter-increment:list-6}.ql-editor ol li.ql-indent-6:before{content:counter(list-6,decimal) ". "}.ql-editor ol li.ql-indent-6{counter-reset:list-7 list-8 list-9}.ql-editor ol li.ql-indent-7{counter-increment:list-7}.ql-editor ol li.ql-indent-7:before{content:counter(list-7,lower-alpha) ". "}.ql-editor ol li.ql-indent-7{counter-reset:list-8 list-9}.ql-editor ol li.ql-indent-8{counter-increment:list-8}.ql-editor ol li.ql-indent-8:before{content:counter(list-8,lower-roman) ". "}.ql-editor ol li.ql-indent-8{counter-reset:list-9}.ql-editor ol li.ql-indent-9{counter-increment:list-9}.ql-editor ol li.ql-indent-9:before{content:counter(list-9,decimal) ". "}.ql-editor .ql-indent-1:not(.ql-direction-rtl){padding-left:3em}.ql-editor li.ql-indent-1:not(.ql-direction-rtl){padding-left:4.5em}.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:3em}.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:4.5em}.ql-editor .ql-indent-2:not(.ql-direction-rtl){padding-left:6em}.ql-editor li.ql-indent-2:not(.ql-direction-rtl){padding-left:7.5em}.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:6em}.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:7.5em}.ql-editor .ql-indent-3:not(.ql-direction-rtl){padding-left:9em}.ql-editor li.ql-indent-3:not(.ql-direction-rtl){padding-left:10.5em}.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:9em}.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:10.5em}.ql-editor .ql-indent-4:not(.ql-direction-rtl){padding-left:12em}.ql-editor li.ql-indent-4:not(.ql-direction-rtl){padding-left:13.5em}.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:12em}.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:13.5em}.ql-editor .ql-indent-5:not(.ql-direction-rtl){padding-left:15em}.ql-editor li.ql-indent-5:not(.ql-direction-rtl){padding-left:16.5em}.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:15em}.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:16.5em}.ql-editor .ql-indent-6:not(.ql-direction-rtl){padding-left:18em}.ql-editor li.ql-indent-6:not(.ql-direction-rtl){padding-left:19.5em}.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:18em}.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:19.5em}.ql-editor .ql-indent-7:not(.ql-direction-rtl){padding-left:21em}.ql-editor li.ql-indent-7:not(.ql-direction-rtl){padding-left:22.5em}.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:21em}.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:22.5em}.ql-editor .ql-indent-8:not(.ql-direction-rtl){padding-left:24em}.ql-editor li.ql-indent-8:not(.ql-direction-rtl){padding-left:25.5em}.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:24em}.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:25.5em}.ql-editor .ql-indent-9:not(.ql-direction-rtl){padding-left:27em}.ql-editor li.ql-indent-9:not(.ql-direction-rtl){padding-left:28.5em}.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:27em}.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:28.5em}.ql-editor .ql-video{display:block;max-width:100%}.ql-editor .ql-video.ql-align-center{margin:0 auto}.ql-editor .ql-video.ql-align-right{margin:0 0 0 auto}.ql-editor .ql-bg-black{background-color:#000}.ql-editor .ql-bg-red{background-color:#e60000}.ql-editor .ql-bg-orange{background-color:#f90}.ql-editor .ql-bg-yellow{background-color:#ff0}.ql-editor .ql-bg-green{background-color:#008a00}.ql-editor .ql-bg-blue{background-color:#06c}.ql-editor .ql-bg-purple{background-color:#93f}.ql-editor .ql-color-white{color:#fff}.ql-editor .ql-color-red{color:#e60000}.ql-editor .ql-color-orange{color:#f90}.ql-editor .ql-color-yellow{color:#ff0}.ql-editor .ql-color-green{color:#008a00}.ql-editor .ql-color-blue{color:#06c}.ql-editor .ql-color-purple{color:#93f}.ql-editor .ql-font-serif{font-family:Georgia,Times New Roman,serif}.ql-editor .ql-font-monospace{font-family:Monaco,Courier New,monospace}.ql-editor .ql-size-small{font-size:.75em}.ql-editor .ql-size-large{font-size:1.5em}.ql-editor .ql-size-huge{font-size:2.5em}.ql-editor .ql-direction-rtl{direction:rtl;text-align:inherit}.ql-editor .ql-align-center{text-align:center}.ql-editor .ql-align-justify{text-align:justify}.ql-editor .ql-align-right{text-align:right}.ql-editor.ql-blank:before{color:#0009;content:attr(data-placeholder);font-style:italic;left:15px;pointer-events:none;position:absolute;right:15px}.ql-snow .ql-toolbar:after,.ql-snow.ql-toolbar:after{clear:both;content:"";display:table}.ql-snow .ql-toolbar button,.ql-snow.ql-toolbar button{background:none;border:none;cursor:pointer;display:inline-block;float:left;height:24px;padding:3px 5px;width:28px}.ql-snow .ql-toolbar button svg,.ql-snow.ql-toolbar button svg{float:left;height:100%}.ql-snow .ql-toolbar button:active:hover,.ql-snow.ql-toolbar button:active:hover{outline:none}.ql-snow .ql-toolbar input.ql-image[type=file],.ql-snow.ql-toolbar input.ql-image[type=file]{display:none}.ql-snow .ql-toolbar .ql-picker-item.ql-selected,.ql-snow .ql-toolbar .ql-picker-item:hover,.ql-snow .ql-toolbar .ql-picker-label.ql-active,.ql-snow .ql-toolbar .ql-picker-label:hover,.ql-snow .ql-toolbar button.ql-active,.ql-snow .ql-toolbar button:focus,.ql-snow .ql-toolbar button:hover,.ql-snow.ql-toolbar .ql-picker-item.ql-selected,.ql-snow.ql-toolbar .ql-picker-item:hover,.ql-snow.ql-toolbar .ql-picker-label.ql-active,.ql-snow.ql-toolbar .ql-picker-label:hover,.ql-snow.ql-toolbar button.ql-active,.ql-snow.ql-toolbar button:focus,.ql-snow.ql-toolbar button:hover{color:#06c}.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:focus .ql-fill,.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover .ql-fill,.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:focus .ql-fill,.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:hover .ql-fill,.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill{fill:#06c}.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow .ql-toolbar button.ql-active .ql-stroke,.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar button:focus .ql-stroke,.ql-snow .ql-toolbar button:focus .ql-stroke-miter,.ql-snow .ql-toolbar button:hover .ql-stroke,.ql-snow .ql-toolbar button:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow.ql-toolbar button.ql-active .ql-stroke,.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar button:focus .ql-stroke,.ql-snow.ql-toolbar button:focus .ql-stroke-miter,.ql-snow.ql-toolbar button:hover .ql-stroke,.ql-snow.ql-toolbar button:hover .ql-stroke-miter{stroke:#06c}@media (pointer:coarse){.ql-snow .ql-toolbar button:hover:not(.ql-active),.ql-snow.ql-toolbar button:hover:not(.ql-active){color:#444}.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill{fill:#444}.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter{stroke:#444}}.ql-snow,.ql-snow *{box-sizing:border-box}.ql-snow .ql-hidden{display:none}.ql-snow .ql-out-bottom,.ql-snow .ql-out-top{visibility:hidden}.ql-snow .ql-tooltip{position:absolute;transform:translateY(10px)}.ql-snow .ql-tooltip a{cursor:pointer;text-decoration:none}.ql-snow .ql-tooltip.ql-flip{transform:translateY(-10px)}.ql-snow .ql-formats{display:inline-block;vertical-align:middle}.ql-snow .ql-formats:after{clear:both;content:"";display:table}.ql-snow .ql-stroke{fill:none;stroke:#444;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.ql-snow .ql-stroke-miter{fill:none;stroke:#444;stroke-miterlimit:10;stroke-width:2}.ql-snow .ql-fill,.ql-snow .ql-stroke.ql-fill{fill:#444}.ql-snow .ql-empty{fill:none}.ql-snow .ql-even{fill-rule:evenodd}.ql-snow .ql-stroke.ql-thin,.ql-snow .ql-thin{stroke-width:1}.ql-snow .ql-transparent{opacity:.4}.ql-snow .ql-direction svg:last-child{display:none}.ql-snow .ql-direction.ql-active svg:last-child{display:inline}.ql-snow .ql-direction.ql-active svg:first-child{display:none}.ql-snow .ql-editor h1{font-size:2em}.ql-snow .ql-editor h2{font-size:1.5em}.ql-snow .ql-editor h3{font-size:1.17em}.ql-snow .ql-editor h4{font-size:1em}.ql-snow .ql-editor h5{font-size:.83em}.ql-snow .ql-editor h6{font-size:.67em}.ql-snow .ql-editor a{text-decoration:underline}.ql-snow .ql-editor blockquote{border-left:4px solid #ccc;margin-bottom:5px;margin-top:5px;padding-left:16px}.ql-snow .ql-editor code,.ql-snow .ql-editor pre{background-color:#f0f0f0;border-radius:3px}.ql-snow .ql-editor pre{margin-bottom:5px;margin-top:5px;padding:5px 10px;white-space:pre-wrap}.ql-snow .ql-editor code{font-size:85%;padding:2px 4px}.ql-snow .ql-editor pre.ql-syntax{background-color:#23241f;color:#f8f8f2;overflow:visible}.ql-snow .ql-editor img{max-width:100%}.ql-snow .ql-picker{color:#444;display:inline-block;float:left;font-size:14px;font-weight:500;height:24px;position:relative;vertical-align:middle}.ql-snow .ql-picker-label{cursor:pointer;display:inline-block;height:100%;padding-left:8px;padding-right:2px;position:relative;width:100%}.ql-snow .ql-picker-label:before{display:inline-block;line-height:22px}.ql-snow .ql-picker-options{background-color:#fff;display:none;min-width:100%;padding:4px 8px;position:absolute;white-space:nowrap}.ql-snow .ql-picker-options .ql-picker-item{cursor:pointer;display:block;padding-bottom:5px;padding-top:5px}.ql-snow .ql-picker.ql-expanded .ql-picker-label{color:#ccc;z-index:2}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill{fill:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke{stroke:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-options{display:block;margin-top:-1px;top:100%;z-index:1}.ql-snow .ql-color-picker,.ql-snow .ql-icon-picker{width:28px}.ql-snow .ql-color-picker .ql-picker-label,.ql-snow .ql-icon-picker .ql-picker-label{padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-label svg,.ql-snow .ql-icon-picker .ql-picker-label svg{right:4px}.ql-snow .ql-icon-picker .ql-picker-options{padding:4px 0}.ql-snow .ql-icon-picker .ql-picker-item{height:24px;padding:2px 4px;width:24px}.ql-snow .ql-color-picker .ql-picker-options{padding:3px 5px;width:152px}.ql-snow .ql-color-picker .ql-picker-item{border:1px solid #0000;float:left;height:16px;margin:2px;padding:0;width:16px}.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg{margin-top:-9px;position:absolute;right:0;top:50%;width:18px}.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""]):before{content:attr(data-label)}.ql-snow .ql-picker.ql-header{width:98px}.ql-snow .ql-picker.ql-header .ql-picker-item:before,.ql-snow .ql-picker.ql-header .ql-picker-label:before{content:"Normal"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]:before{content:"Heading 1"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]:before{content:"Heading 2"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]:before{content:"Heading 3"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]:before{content:"Heading 4"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]:before{content:"Heading 5"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]:before{content:"Heading 6"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{font-size:2em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{font-size:1.5em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{font-size:1.17em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{font-size:1em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{font-size:.83em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{font-size:.67em}.ql-snow .ql-picker.ql-font{width:108px}.ql-snow .ql-picker.ql-font .ql-picker-item:before,.ql-snow .ql-picker.ql-font .ql-picker-label:before{content:"Sans Serif"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]:before{content:"Serif"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]:before{content:"Monospace"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{font-family:Georgia,Times New Roman,serif}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{font-family:Monaco,Courier New,monospace}.ql-snow .ql-picker.ql-size{width:98px}.ql-snow .ql-picker.ql-size .ql-picker-item:before,.ql-snow .ql-picker.ql-size .ql-picker-label:before{content:"Normal"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]:before{content:"Small"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]:before{content:"Large"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]:before{content:"Huge"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{font-size:10px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{font-size:18px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{font-size:32px}.ql-snow .ql-color-picker.ql-background .ql-picker-item{background-color:#fff}.ql-snow .ql-color-picker.ql-color .ql-picker-item{background-color:#000}.ql-toolbar.ql-snow{border:1px solid #ccc;box-sizing:border-box;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;padding:8px}.ql-toolbar.ql-snow .ql-formats{margin-right:15px}.ql-toolbar.ql-snow .ql-picker-label{border:1px solid #0000}.ql-toolbar.ql-snow .ql-picker-options{border:1px solid #0000;box-shadow:0 2px 8px #0003}.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label,.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options{border-color:#ccc}.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover{border-color:#000}.ql-toolbar.ql-snow+.ql-container.ql-snow{border-top:0}.ql-snow .ql-tooltip{background-color:#fff;border:1px solid #ccc;box-shadow:0 0 5px #ddd;color:#444;padding:5px 12px;white-space:nowrap}.ql-snow .ql-tooltip:before{content:"Visit URL:";line-height:26px;margin-right:8px}.ql-snow .ql-tooltip input[type=text]{border:1px solid #ccc;display:none;font-size:13px;height:26px;margin:0;padding:3px 5px;width:170px}.ql-snow .ql-tooltip a.ql-preview{display:inline-block;max-width:200px;overflow-x:hidden;text-overflow:ellipsis;vertical-align:top}.ql-snow .ql-tooltip a.ql-action:after{border-right:1px solid #ccc;content:"Edit";margin-left:16px;padding-right:8px}.ql-snow .ql-tooltip a.ql-remove:before{content:"Remove";margin-left:8px}.ql-snow .ql-tooltip a{line-height:26px}.ql-snow .ql-tooltip.ql-editing a.ql-preview,.ql-snow .ql-tooltip.ql-editing a.ql-remove{display:none}.ql-snow .ql-tooltip.ql-editing input[type=text]{display:inline-block}.ql-snow .ql-tooltip.ql-editing a.ql-action:after{border-right:0;content:"Save";padding-right:0}.ql-snow .ql-tooltip[data-mode=link]:before{content:"Enter link:"}.ql-snow .ql-tooltip[data-mode=formula]:before{content:"Enter formula:"}.ql-snow .ql-tooltip[data-mode=video]:before{content:"Enter video:"}.ql-snow a{color:#06c}.ql-container.ql-snow{border:1px solid #ccc}.legal-page-form-container{margin:0 auto;max-width:1200px;width:100%}.legal-page-form-header{align-items:center;border-bottom:2px solid #e2e8f0;display:flex;flex-wrap:wrap;gap:24px;justify-content:space-between;margin-bottom:32px;padding-bottom:24px}.legal-page-form-header h1{color:#0f172a;font-size:2.5rem;font-weight:700;margin:0}.error-message{align-items:center;border:1px solid #fca5a5;border-radius:12px;display:flex;gap:12px;margin-bottom:24px;padding:16px 20px}.error-icon{font-size:20px}.legal-page-form-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 1px 3px #0000001a;padding:32px}.form-section{margin-bottom:32px}.form-section h2{border-bottom:1px solid #e2e8f0;color:#0f172a;font-size:1.5rem;font-weight:700;margin-bottom:24px;padding-bottom:12px}.form-group{display:flex;flex-direction:column;gap:8px}.form-group label{color:#475569;font-size:14px}.form-group input,.form-group select,.form-group textarea{border:1px solid #cbd5e1;padding:12px 16px;transition:all .2s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{box-shadow:0 0 0 3px #15abc21a}.form-group small{color:#64748b;font-size:12px;margin-top:-4px}.html-editor-wrapper{background:#fff;border-radius:8px}.html-editor-wrapper .quill{background:#fff}.html-editor-wrapper .ql-container{border-bottom-left-radius:8px;border-bottom-right-radius:8px;font-family:inherit;font-size:14px;min-height:300px}.html-editor-wrapper .ql-editor{min-height:300px}.html-editor-wrapper .ql-toolbar{background:#f8fafc;border:1px solid #cbd5e1;border-top-left-radius:8px;border-top-right-radius:8px}.html-editor-wrapper .ql-container{border:1px solid #cbd5e1;border-top:none}.form-actions{border-top:1px solid #e2e8f0;display:flex;gap:12px;margin-top:32px;padding-top:24px}.btn{border:none;padding:12px 24px;transition:all .2s}.btn-primary{background:linear-gradient(135deg,#15abc2,#0e8ba0);box-shadow:0 4px 12px #15abc24d}.btn-primary:hover:not(:disabled){background:linear-gradient(135deg,#0e8ba0,#0b6c7e);box-shadow:0 6px 16px #15abc266;transform:translateY(-2px)}.btn-primary:disabled{cursor:not-allowed;opacity:.6}.btn-secondary{background:#f1f5f9;border:1px solid #e2e8f0}.btn-secondary:hover{background:#e2e8f0;border-color:#cbd5e1}.skeleton-text{height:14px}.skeleton-button{border-radius:8px}@media (max-width:768px){.legal-page-form-header{align-items:flex-start;flex-direction:column}.legal-page-form-header h1{font-size:2rem}.legal-page-form-card{padding:24px}.form-actions{flex-direction:column}.btn{justify-content:center;width:100%}}.legal-page-view-container{background:#f5f5f5;min-height:100vh;padding:2rem 1rem}.legal-page-wrapper{margin:0 auto;max-width:900px}.legal-page-content{background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;padding:3rem}.legal-page-header{border-bottom:2px solid #e0e0e0;margin-bottom:2rem;padding-bottom:1.5rem}.legal-page-title{color:#333;font-size:2.5rem;font-weight:700;line-height:1.2;margin:0 0 1rem}.legal-page-description{color:#666;font-size:1.1rem;line-height:1.6;margin:1rem 0}.legal-page-meta{color:#999;font-size:.9rem;margin-top:1rem}.legal-page-body{color:#333;font-size:1rem;line-height:1.8}.legal-page-body h1,.legal-page-body h2,.legal-page-body h3,.legal-page-body h4,.legal-page-body h5,.legal-page-body h6{color:#333;font-weight:600;margin-bottom:1rem;margin-top:2rem}.legal-page-body h1{font-size:2rem}.legal-page-body h2{font-size:1.75rem}.legal-page-body h3{font-size:1.5rem}.legal-page-body h4{font-size:1.25rem}.legal-page-body h5{font-size:1.1rem}.legal-page-body h6{font-size:1rem}.legal-page-body p{margin-bottom:1.5rem}.legal-page-body ol,.legal-page-body ul{margin:1.5rem 0;padding-left:2rem}.legal-page-body li{margin-bottom:.5rem}.legal-page-body a{color:#15abc2;text-decoration:none}.legal-page-body a:hover{text-decoration:underline}.legal-page-body b,.legal-page-body strong{font-weight:600}.legal-page-body em,.legal-page-body i{font-style:italic}.legal-page-body blockquote{background:#f5f5f5;border-left:4px solid #15abc2;font-style:italic;margin:1.5rem 0;padding:1rem 1.5rem}.legal-page-body img{border-radius:4px;height:auto;margin:1.5rem 0;max-width:100%}.legal-page-body table{border-collapse:collapse;margin:1.5rem 0;width:100%}.legal-page-body table td,.legal-page-body table th{border:1px solid #ddd;padding:.75rem;text-align:left}.legal-page-body table th{background:#f5f5f5;font-weight:600}.legal-page-body code{background:#f5f5f5;border-radius:3px;font-family:Courier New,monospace;font-size:.9em;padding:.2rem .4rem}.legal-page-body pre{background:#f5f5f5;border-radius:4px;margin:1.5rem 0;overflow-x:auto;padding:1rem}.legal-page-body pre code{background:none;padding:0}.skeleton{animation:loading 1.5s ease-in-out infinite;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%;border-radius:4px}@keyframes loading{0%{background-position:200% 0}to{background-position:-200% 0}}.skeleton-text{height:20px}.legal-page-error{background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;padding:4rem 2rem;text-align:center}.legal-page-error h1{color:#333;font-size:2rem;margin:0 0 1rem}.legal-page-error p{color:#666;font-size:1.1rem;margin:0 0 2rem}.btn-back{background:#15abc2;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:1rem;padding:.75rem 2rem;transition:background .2s}.btn-back:hover{background:#0e8ba0}@media (max-width:768px){.legal-page-view-container{padding:1rem .5rem}.legal-page-content{padding:1.5rem}.legal-page-title{font-size:1.75rem}.legal-page-body h1{font-size:1.5rem}.legal-page-body h2{font-size:1.25rem}.legal-page-body h3{font-size:1.1rem}}.access-header{align-items:flex-start;display:flex;flex-wrap:wrap;gap:16px;justify-content:space-between;margin-bottom:24px}.access-header h1{color:#1e293b;font-size:28px;margin:0}.access-header p{color:#64748b;font-size:14px;margin:6px 0 0}.access-stats{display:flex;flex-wrap:wrap;gap:10px}.access-badge{background:#eaf9fc;border-radius:999px;color:#0b6c7e;font-size:13px;font-weight:600;padding:6px 14px;white-space:nowrap}.access-toolbar{align-items:center;display:flex;flex-wrap:wrap;gap:12px;margin-bottom:16px}.access-input{background:#fff;border:2px solid #e2e8f0;border-radius:8px;color:#1e293b;font-size:14px;min-width:220px;padding:10px 14px}.access-input:focus{border-color:#15abc2;outline:none}.access-table-container{background:#fff;border-radius:12px;box-shadow:0 1px 3px #00000014;overflow-x:auto}.access-table{border-collapse:collapse;min-width:720px;width:100%}.access-table thead{background:#f8fafc}.access-table th{border-bottom:1px solid #e2e8f0;color:#475569;font-size:12px;font-weight:700;letter-spacing:.5px;padding:14px 16px;text-align:left;text-transform:uppercase;white-space:nowrap}.access-table td{border-bottom:1px solid #f1f5f9;color:#334155;font-size:14px;padding:14px 16px;vertical-align:middle}.access-table tbody tr:hover{background:#f8fafc}.access-table tbody tr:last-child td{border-bottom:none}.access-name{color:#1e293b;font-weight:700}.access-muted{color:#94a3b8;font-size:13px}.access-tag{border-radius:999px;display:inline-block;font-size:12px;font-weight:600;padding:4px 10px;white-space:nowrap}.access-tag-system{background:#f1f5f9;color:#475569}.access-tag-super{background:#fef3c7;color:#92400e}.access-tag-active{background:#dcfce7;color:#166534}.access-tag-inactive{background:#fee2e2;color:#991b1b}.access-tag-role{background:#cdeff6;color:#075767}.access-tag-none{background:#f1f5f9;color:#94a3b8}.access-actions{display:flex;gap:8px;justify-content:flex-end}.permission-toolbar{align-items:center;display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between;margin-bottom:14px}.permission-count{color:#475569;font-size:13px;font-weight:600}.permission-modules{grid-gap:12px;display:grid;gap:12px}.permission-module{background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:14px 16px}.permission-module-header{align-items:center;display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between;margin-bottom:10px}.permission-module-title{color:#1e293b;font-size:15px;font-weight:700}.permission-actions{display:flex;flex-wrap:wrap;gap:8px 18px}.permission-checkbox{align-items:center;color:#334155;cursor:pointer;display:flex;font-size:14px;gap:7px;-webkit-user-select:none;user-select:none}.permission-checkbox input{accent-color:#15abc2;cursor:pointer;height:16px;width:16px}.permission-checkbox.is-all{color:#0b6c7e;font-size:13px;font-weight:600}.permission-checkbox input:disabled,.permission-checkbox input:disabled+span{cursor:not-allowed;opacity:.6}.access-form-card{background:#fff;border-radius:12px;box-shadow:0 1px 3px #00000014;margin-bottom:20px;padding:24px}.access-form-card h2{color:#1e293b;font-size:18px;margin:0 0 18px}.access-form-grid{grid-gap:0 18px;display:grid;gap:0 18px;grid-template-columns:repeat(2,minmax(0,1fr))}.access-form-footer{display:flex;flex-wrap:wrap;gap:10px;justify-content:flex-end}.access-hint{color:#64748b;font-size:12px;margin-bottom:16px;margin-top:-10px}@media (max-width:768px){.access-form-grid{grid-template-columns:1fr}.access-header{flex-direction:column}}.lp{--ink:#0f172a;--ink-soft:#475569;--muted:#64748b;--line:#e2e8f0;--surface:#fff;--surface-soft:#f8fafc;--brand:#15abc2;--brand-light:#22c1d6;--brand-dark:#0e8ba0;--brand-deep:#0b6c7e;--brand-deeper:#075767;--brand-night:#042a33;--accent:#f59e0b;--radius:18px;--shadow-sm:0 1px 2px #0f172a0f,0 4px 12px #0f172a0d;--shadow-md:0 10px 30px #0f172a17;--shadow-lg:0 30px 70px #0f172a2e;background:var(--surface);color:var(--ink);min-height:100vh}.lp *,.lp :after,.lp :before{box-sizing:border-box}.lp :where(h1,h2,h3,h4){color:var(--ink);letter-spacing:-.022em;line-height:1.18;margin:0}.lp :where(p){color:var(--ink-soft);line-height:1.65;margin:0}.lp :where(a){color:inherit;text-decoration:none}.lp-container{margin:0 auto;max-width:1160px;padding-inline:24px;width:100%}.lp-btn{align-items:center;border:1px solid #0000;border-radius:12px;cursor:pointer;display:inline-flex;font-size:15px;font-weight:600;gap:8px;justify-content:center;padding:12px 22px;transition:transform .18s ease,box-shadow .18s ease,background .18s ease,border-color .18s ease,color .18s ease;white-space:nowrap}.lp-btn-primary{background:linear-gradient(135deg,var(--brand-light) 0,var(--brand-dark) 100%);box-shadow:0 6px 18px #15abc252;color:#fff}.lp-btn-primary:hover{box-shadow:0 10px 26px #15abc26b;transform:translateY(-1px)}.lp-btn-light{background:#fff;box-shadow:var(--shadow-sm);color:var(--brand-deep)}.lp-btn-light:hover{box-shadow:var(--shadow-md);transform:translateY(-1px)}.lp-btn-ghost{background:#ffffff1a;border-color:#ffffff59;color:#fff}.lp-btn-ghost:hover{background:#ffffff2e}.lp-header{border-bottom:1px solid #0000;padding:14px 0;position:-webkit-sticky;position:sticky;top:0;transition:background .25s ease,box-shadow .25s ease,border-color .25s ease;z-index:50}.lp-header.is-scrolled{backdrop-filter:saturate(180%) blur(14px);-webkit-backdrop-filter:saturate(180%) blur(14px);background:#ffffffdb;border-bottom-color:var(--line);box-shadow:0 1px 12px #0f172a0f}.lp-header-inner{align-items:center;display:flex;gap:20px;justify-content:space-between}.lp-brand{align-items:center;color:#fff;display:inline-flex;font-size:18px;font-weight:700;gap:10px;letter-spacing:-.02em}.lp-header.is-scrolled .lp-brand{color:var(--ink)}.lp-brand-mark{background:linear-gradient(135deg,var(--brand-light) 0,var(--brand-dark) 100%);border-radius:11px;box-shadow:0 4px 12px #15abc261;color:#fff;display:grid;font-size:17px;font-weight:800;height:36px;place-items:center;width:36px}.lp-brand-logo{height:36px;max-width:150px;object-fit:contain;width:auto}.lp-nav{align-items:center;display:flex;gap:28px}.lp-nav-link{color:#ffffffd1;font-size:15px;font-weight:500;transition:color .18s ease}.lp-nav-link:hover{color:#fff}.lp-header.is-scrolled .lp-nav-link{color:var(--ink-soft)}.lp-header.is-scrolled .lp-nav-link:hover{color:var(--brand-deep)}.lp-nav-cta{font-size:14px;padding:10px 18px}.lp-menu-btn{align-items:center;background:#ffffff1f;border:1px solid #ffffff4d;border-radius:11px;color:#fff;cursor:pointer;display:none;height:42px;justify-content:center;width:42px}.lp-header.is-scrolled .lp-menu-btn{background:var(--surface-soft);border-color:var(--line);color:var(--ink)}.lp-hero{background:linear-gradient(155deg,#042a33,#075767 45%,#0a7687);color:#fff;isolation:isolate;margin-top:-74px;overflow:hidden;padding:150px 0 120px;position:relative}.lp-hero-glow{border-radius:50%;filter:blur(90px);opacity:.45;pointer-events:none;position:absolute;z-index:-1}.lp-hero-glow-a{background:radial-gradient(circle,#22d3ee 0,#0000 70%);height:520px;right:-120px;top:-160px;width:520px}.lp-hero-glow-b{background:radial-gradient(circle,#2dd4bf 0,#0000 70%);bottom:-140px;height:420px;left:-100px;width:420px}.lp-hero-inner{grid-gap:56px;align-items:center;display:grid;gap:56px;grid-template-columns:1.08fr .92fr}.lp-pill{align-items:center;background:#ffffff1f;border:1px solid #ffffff38;border-radius:999px;color:#d7f4fa;display:inline-flex;font-size:13px;font-weight:600;letter-spacing:.02em;margin-bottom:22px;padding:7px 15px}.lp-hero-title{color:#fff;font-size:clamp(2.35rem,5.2vw,3.9rem);font-weight:800;margin-bottom:20px}.lp-hero-accent{-webkit-text-fill-color:#0000;background:linear-gradient(100deg,#7ee8f7,#a7f3d0 55%,#fde68a);-webkit-background-clip:text;background-clip:text;color:#0000;display:block}.lp-hero-sub{color:#e3f7fbf2;font-size:clamp(1rem,1.6vw,1.14rem);margin-bottom:30px;max-width:34rem}.lp-trust{display:flex;flex-wrap:wrap;gap:10px 26px;list-style:none;margin:28px 0 0;padding:0}.lp-trust li{align-items:center;color:#e3f7fbeb;display:inline-flex;font-size:14px;font-weight:500;gap:8px}.lp-trust svg{color:#7ee8f7;flex-shrink:0}.lp-stores{display:flex;flex-wrap:wrap;gap:12px}.lp-store{align-items:center;border:1px solid #0000;border-radius:13px;display:inline-flex;gap:11px;padding:10px 20px 10px 16px;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}.lp-store span{display:flex;flex-direction:column;font-size:15px;font-weight:700;letter-spacing:-.01em;line-height:1.15}.lp-store small{font-size:10.5px;font-weight:500;letter-spacing:.05em;opacity:.72;text-transform:uppercase}.lp-stores-light .lp-store{background:#fff;box-shadow:0 6px 20px #0906263d;color:#14132b}.lp-stores-light .lp-store:hover{box-shadow:0 12px 28px #0906264d;transform:translateY(-2px)}.lp-stores-dark .lp-store{background:var(--ink);box-shadow:var(--shadow-sm);color:#fff}.lp-stores-dark .lp-store:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.lp-stores-footer .lp-store{background:#ffffff12;border-color:#ffffff29;color:#fff;padding:9px 16px 9px 14px}.lp-stores-footer .lp-store:hover{background:#ffffff1f}.lp-hero-visual{display:flex;justify-content:center}.lp-phone{background:linear-gradient(160deg,#2b2b44,#12121f);border-radius:40px;box-shadow:var(--shadow-lg),0 0 0 1px #ffffff14 inset;padding:11px;position:relative;transform:rotate(-3deg);width:290px}.lp-phone-notch{background:#12121f;border-radius:0 0 14px 14px;height:20px;left:50%;position:absolute;top:11px;transform:translateX(-50%);width:108px;z-index:2}.lp-phone-screen{background:#f4f5fb;border-radius:30px;gap:10px;padding:30px 13px 14px}.lp-app-bar,.lp-phone-screen{display:flex;flex-direction:column}.lp-app-bar{background:#fff;border-radius:13px;box-shadow:0 1px 3px #0f172a14;gap:2px;padding:10px 13px}.lp-app-where{color:var(--ink);font-size:13.5px;font-weight:700}.lp-app-dates{color:var(--muted);font-size:11px}.lp-app-chips{display:flex;gap:6px}.lp-app-chips span{background:#fff;border:1px solid var(--line);border-radius:999px;color:var(--muted);font-size:10.5px;font-weight:600;padding:5px 9px}.lp-app-chips .is-active{background:linear-gradient(135deg,var(--brand-light) 0,var(--brand-dark) 100%);border-color:#0000;color:#fff}.lp-app-card{background:#fff;border-radius:14px;box-shadow:0 2px 8px #0f172a14;overflow:hidden}.lp-app-card.is-dim{opacity:.62}.lp-app-thumb{background:linear-gradient(135deg,#22d3ee,#15abc2 50%,#0d9488);height:74px;position:relative}.lp-app-thumb-alt{background:linear-gradient(135deg,#5eead4,#38c3d6);height:56px}.lp-app-badge{align-items:center;background:#fffffff2;border-radius:999px;color:#047857;display:inline-flex;font-size:9px;font-weight:700;gap:3px;left:7px;padding:3px 7px;position:absolute;top:7px}.lp-app-body{display:flex;flex-direction:column;gap:3px;padding:9px 11px 11px}.lp-app-row{align-items:center;display:flex;gap:8px;justify-content:space-between}.lp-app-row strong{color:var(--ink);font-size:12.5px}.lp-app-rating{align-items:center;color:var(--accent);display:inline-flex;font-size:10.5px;font-weight:700;gap:3px}.lp-app-meta{color:var(--muted);font-size:10.5px}.lp-app-price{align-items:baseline;display:flex;gap:5px;margin-top:3px}.lp-app-price b{color:var(--ink);font-size:14px}.lp-app-price s{color:#94a3b8;font-size:11px}.lp-app-price span{color:var(--muted);font-size:10px}.lp-app-cta{align-items:center;background:#25d366;border-radius:13px;box-shadow:0 6px 16px #25d36659;color:#fff;display:flex;font-size:12.5px;font-weight:700;gap:7px;justify-content:center;margin-top:auto;padding:11px}.lp-hero-wave{background:var(--surface);bottom:-1px;-webkit-clip-path:ellipse(75% 100% at 50% 100%);clip-path:ellipse(75% 100% at 50% 100%);height:70px;left:0;position:absolute;right:0}.lp-section{padding:92px 0}.lp-section-alt{background:var(--surface-soft);border-block:1px solid var(--line)}.lp-section-head{margin:0 auto 52px;max-width:660px;text-align:center}.lp-eyebrow{color:var(--brand-deep);display:inline-block;font-size:12.5px;font-weight:700;letter-spacing:.1em;margin-bottom:14px;text-transform:uppercase}.lp-eyebrow-light{color:#a5eaf6}.lp-section-head h2{font-size:clamp(1.7rem,3.4vw,2.4rem);font-weight:800;margin-bottom:14px}.lp-section-head p{font-size:16.5px}.lp-grid{grid-gap:22px;display:grid;gap:22px}.lp-grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}.lp-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:28px 24px;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.lp-card:hover{border-color:#15abc273;box-shadow:var(--shadow-md);transform:translateY(-4px)}.lp-card-icon{background:linear-gradient(135deg,#15abc221,#0d948826);border-radius:13px;color:var(--brand-dark);display:grid;height:46px;margin-bottom:18px;place-items:center;width:46px}.lp-card h3{font-size:17.5px;font-weight:700;margin-bottom:8px}.lp-card p{font-size:14.5px}.lp-steps{grid-gap:24px;counter-reset:step;display:grid;gap:24px;grid-template-columns:repeat(3,minmax(0,1fr));list-style:none;margin:0;padding:0}.lp-step{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow-sm);padding:30px 26px;position:relative}.lp-step-num{color:#15abc224;font-size:40px;font-weight:800;line-height:1;position:absolute;right:24px;top:22px}.lp-step-icon{background:linear-gradient(135deg,var(--brand-light) 0,var(--brand-dark) 100%);border-radius:13px;box-shadow:0 6px 16px #15abc24d;color:#fff;display:grid;height:46px;margin-bottom:18px;place-items:center;width:46px}.lp-step h3{font-size:17px;font-weight:700;margin-bottom:8px}.lp-step p{font-size:14.5px}.lp-benefit{background:var(--surface-soft);border:1px solid var(--line);border-radius:15px;display:flex;gap:15px;padding:22px}.lp-benefit-icon{background:#fff;border:1px solid var(--line);border-radius:12px;color:var(--brand-dark);display:grid;flex-shrink:0;height:42px;place-items:center;width:42px}.lp-benefit h3{font-size:16px;font-weight:700;margin-bottom:6px}.lp-benefit p{font-size:14px}.lp-partner{grid-gap:48px;align-items:center;background:linear-gradient(140deg,#042a33,#0a7687 55%,#0d8ea3);border-radius:26px;box-shadow:var(--shadow-lg);color:#fff;display:grid;gap:48px;grid-template-columns:1.15fr .85fr;overflow:hidden;padding:54px;position:relative}.lp-partner:after{background:radial-gradient(circle,#2dd4bf6b 0,#0000 70%);border-radius:50%;content:"";height:380px;pointer-events:none;position:absolute;right:-120px;top:-140px;width:380px}.lp-partner-copy{position:relative;z-index:1}.lp-partner-copy h2{color:#fff;font-size:clamp(1.6rem,3vw,2.15rem);font-weight:800;margin-bottom:14px}.lp-partner-copy p{color:#e3f7fbf2;font-size:15.5px}.lp-partner-points{grid-gap:10px;display:grid;gap:10px;list-style:none;margin:22px 0 28px;padding:0}.lp-partner-points li{color:#e2f9fded;font-size:14.5px;padding-left:27px;position:relative}.lp-partner-points li:before{background:#ffffff2e;border-radius:50%;content:"✓";display:grid;font-size:10px;font-weight:700;height:18px;left:0;place-items:center;position:absolute;top:-1px;width:18px}.lp-partner-actions{display:flex;flex-wrap:wrap;gap:12px}.lp-partner-steps{grid-gap:12px;display:grid;gap:12px;position:relative;z-index:1}.lp-mini-step{align-items:center;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);background:#ffffff1a;border:1px solid #ffffff29;border-radius:14px;color:#fffffff0;display:flex;font-size:14px;font-weight:500;gap:13px;padding:15px 18px}.lp-mini-step span{background:#ffffff38;border-radius:8px;display:grid;flex-shrink:0;font-size:12.5px;font-weight:700;height:26px;place-items:center;width:26px}.lp-mini-step.is-final{background:#fff;border-color:#fff;color:var(--brand-deep);font-weight:700}.lp-mini-step.is-final span{background:linear-gradient(135deg,var(--brand-light) 0,var(--brand-dark) 100%);color:#fff}.lp-download{align-items:center;background:var(--surface);border:1px solid var(--line);border-radius:24px;box-shadow:var(--shadow-md);display:flex;flex-wrap:wrap;gap:40px;justify-content:space-between;padding:44px 48px}.lp-download h2{font-size:clamp(1.5rem,2.8vw,2rem);font-weight:800;margin-bottom:10px}.lp-download p{font-size:15.5px;max-width:33rem}.lp-footer{background:#06222a;color:#cbd5e1;padding-top:62px}.lp-footer .lp-brand{color:#fff;margin-bottom:14px}.lp-footer-inner{grid-gap:40px;display:grid;gap:40px;grid-template-columns:1.6fr repeat(3,1fr);padding-bottom:46px}.lp-footer-brand p{color:#94a3b8;font-size:14.5px;margin-bottom:20px;max-width:24rem}.lp-footer-col{display:flex;flex-direction:column;gap:11px}.lp-footer-col h4{color:#fff;font-size:13px;font-weight:700;letter-spacing:.08em;margin-bottom:4px;text-transform:uppercase}.lp-footer-address,.lp-footer-col a{align-items:center;color:#94a3b8;display:inline-flex;font-size:14.5px;gap:8px;line-height:1.5;transition:color .18s ease}.lp-footer-col a:hover{color:#fff}.lp-footer-address{align-items:flex-start}.lp-footer-address svg{flex-shrink:0;margin-top:3px}.lp-footer-bottom{align-items:center;border-top:1px solid #ffffff14;display:flex;flex-wrap:wrap;gap:16px;justify-content:space-between;padding-block:22px}.lp-footer-bottom p{color:#64748b;font-size:13.5px}.lp-footer-legal{display:flex;gap:24px}.lp-footer-legal a{color:#94a3b8;font-size:13.5px;transition:color .18s ease}.lp-footer-legal a:hover{color:#fff}@media (max-width:1024px){.lp-hero-inner{gap:48px;grid-template-columns:1fr;text-align:center}.lp-hero-sub{margin-inline:auto}.lp-stores,.lp-trust{justify-content:center}.lp-grid-4{grid-template-columns:repeat(2,minmax(0,1fr))}.lp-partner,.lp-steps{grid-template-columns:1fr}.lp-partner{gap:36px;padding:42px 34px}.lp-footer-inner{gap:34px;grid-template-columns:1fr 1fr}}@media (max-width:768px){.lp-menu-btn{display:inline-flex}.lp-nav{align-items:stretch;background:#fff;border:1px solid var(--line);border-radius:16px;box-shadow:var(--shadow-lg);display:none;flex-direction:column;gap:4px;left:16px;padding:12px;position:absolute;right:16px;top:calc(100% + 10px)}.lp-nav.is-open{display:flex}.lp-header.is-scrolled .lp-nav-link,.lp-nav-link{border-radius:10px;color:var(--ink);padding:11px 12px}.lp-nav-link:hover{background:var(--surface-soft);color:var(--brand-deep)}.lp-nav-cta{font-size:15px;justify-content:center;margin-top:6px;padding:12px}.lp-hero{padding:128px 0 96px}.lp-section{padding:68px 0}.lp-section-head{margin-bottom:38px}.lp-download{padding:34px 26px}}@media (max-width:560px){.lp-container{padding-inline:18px}.lp-grid-4{grid-template-columns:1fr}.lp-hero-title{font-size:2.1rem}.lp-store{flex:1 1 100%;justify-content:center}.lp-phone{transform:none;width:250px}.lp-partner{padding:32px 22px}.lp-partner-actions .lp-btn{flex:1 1 100%}.lp-footer-inner{gap:30px;grid-template-columns:1fr}.lp-footer-bottom{align-items:flex-start;flex-direction:column}}@media (prefers-reduced-motion:reduce){.lp *{transition:none!important}.lp-btn:hover,.lp-card:hover,.lp-store:hover{transform:none}}:root{--brand:#15abc2;--brand-light:#22c1d6;--brand-dark:#0e8ba0;--brand-deep:#0b6c7e;--brand-tint:#e8f8fb;--brand-tint-strong:#c9eff6;--ink:#0f172a;--ink-soft:#475569;--muted:#64748b;--faint:#94a3b8;--line:#e2e8f0;--line-soft:#f1f5f9;--surface:#fff;--canvas:#f4f7f9;--ok:#059669;--ok-tint:#d1fae5;--warn:#b45309;--warn-tint:#fef3c7;--danger:#dc2626;--danger-tint:#fee2e2;--info:#0369a1;--info-tint:#e0f2fe;--radius-sm:8px;--radius:12px;--radius-lg:16px;--shadow-xs:0 1px 2px #0f172a0d;--shadow-sm:0 1px 3px #0f172a14,0 1px 2px #0f172a0a;--shadow-md:0 6px 18px #0f172a14;--shadow-lg:0 18px 40px #0f172a24;--ring:0 0 0 3px #15abc22e}.App{min-height:100vh}.container{margin:0;max-width:100%;width:100%}.btn{align-items:center;border:1px solid #0000;border-radius:8px;border-radius:var(--radius-sm);cursor:pointer;display:inline-flex;font-size:14px;font-weight:600;gap:8px;justify-content:center;line-height:1.2;padding:10px 18px;text-decoration:none;transition:background .18s ease,border-color .18s ease,color .18s ease,box-shadow .18s ease,transform .18s ease;white-space:nowrap}.btn:focus-visible{box-shadow:0 0 0 3px #15abc22e;box-shadow:var(--ring);outline:none}.btn:active{transform:translateY(1px)}.btn:disabled,.btn[disabled]{cursor:not-allowed;opacity:.55;transform:none}.btn-primary{background:#15abc2;background:var(--brand);box-shadow:0 1px 2px #0f172a0d;box-shadow:var(--shadow-xs);color:#fff}.btn-primary:hover:not(:disabled){background:#0e8ba0;background:var(--brand-dark);box-shadow:0 4px 12px #15abc24d}.btn-secondary{background:#fff;background:var(--surface);border-color:#e2e8f0;border-color:var(--line);box-shadow:0 1px 2px #0f172a0d;box-shadow:var(--shadow-xs);color:#475569;color:var(--ink-soft)}.btn-secondary:hover:not(:disabled){background:#f1f5f9;background:var(--line-soft);border-color:#cbd5e1;color:#0f172a;color:var(--ink)}.btn-danger{background:#dc2626;background:var(--danger);box-shadow:0 1px 2px #0f172a0d;box-shadow:var(--shadow-xs);color:#fff}.btn-danger:hover:not(:disabled){background:#b91c1c;box-shadow:0 4px 12px #dc262647}.btn-success{background:#059669;background:var(--ok);box-shadow:0 1px 2px #0f172a0d;box-shadow:var(--shadow-xs);color:#fff}.btn-success:hover:not(:disabled){background:#047857;box-shadow:0 4px 12px #05966947}.btn-delete,.btn-edit{background:#fff;background:var(--surface);border-color:#e2e8f0;border-color:var(--line);box-shadow:0 1px 2px #0f172a0d;box-shadow:var(--shadow-xs);color:#475569;color:var(--ink-soft)}.btn-edit:hover:not(:disabled){background:#e8f8fb;background:var(--brand-tint);border-color:#15abc2;border-color:var(--brand);color:#0b6c7e;color:var(--brand-deep)}.btn-delete:hover:not(:disabled){background:#fee2e2;background:var(--danger-tint);border-color:#fca5a5;color:#dc2626;color:var(--danger)}.btn-icon-only{height:36px;padding:8px;width:36px}.btn-icon{display:inline-flex;font-size:15px;line-height:1}.form-group{margin-bottom:20px}.form-group label{color:#0f172a;color:var(--ink);display:block;font-size:13.5px;font-weight:600;margin-bottom:7px}.form-group input,.form-group select,.form-group textarea{background:#fff;background:var(--surface);border:1px solid #e2e8f0;border:1px solid var(--line);border-radius:8px;border-radius:var(--radius-sm);color:#0f172a;color:var(--ink);font-family:inherit;font-size:14px;padding:10px 14px;transition:border-color .18s ease,box-shadow .18s ease,background .18s ease;width:100%}.form-group input::placeholder,.form-group textarea::placeholder{color:#94a3b8;color:var(--faint)}.form-group input:hover,.form-group select:hover,.form-group textarea:hover{border-color:#cbd5e1}.form-group textarea{min-height:110px;resize:vertical}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#15abc2;border-color:var(--brand);box-shadow:0 0 0 3px #15abc22e;box-shadow:var(--ring);outline:none}.form-group input:disabled,.form-group select:disabled,.form-group textarea:disabled{background:#f1f5f9;background:var(--line-soft);color:#64748b;color:var(--muted);cursor:not-allowed}.form-hint{color:#64748b;color:var(--muted);display:block;font-size:12px;margin-top:6px}.error-message{background:#fee2e2;background:var(--danger-tint);border:1px solid #fecaca;border-radius:8px;border-radius:var(--radius-sm);color:#991b1b}.error-message,.success-message{display:block;font-size:13.5px;font-weight:500;margin-top:6px;padding:11px 14px}.success-message{background:#d1fae5;background:var(--ok-tint);border:1px solid #a7f3d0;border-radius:8px;border-radius:var(--radius-sm);color:#065f46}.card{border:1px solid #e2e8f0;border:1px solid var(--line);border-radius:16px;border-radius:var(--radius-lg);margin-bottom:22px;padding:22px}.card,.table{background:#fff;background:var(--surface);box-shadow:0 1px 3px #0f172a14,0 1px 2px #0f172a0a;box-shadow:var(--shadow-sm)}.table{border:1px solid #e2e8f0;border:1px solid var(--line);border-collapse:collapse;border-radius:12px;border-radius:var(--radius);overflow:hidden;width:100%}.table td,.table th{border-bottom:1px solid #f1f5f9;border-bottom:1px solid var(--line-soft);padding:13px 16px;text-align:left}.table th{background:#f8fafc;color:#475569;color:var(--ink-soft);font-size:12px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;white-space:nowrap}.table tr:last-child td{border-bottom:none}.table tbody tr:hover{background-color:#f8fafc}.table td{color:#475569;color:var(--ink-soft);font-size:14px}.badge{align-items:center;border-radius:999px;display:inline-flex;font-size:11.5px;font-weight:700;letter-spacing:.03em;padding:4px 10px;white-space:nowrap}.badge-primary{background:#e8f8fb;background:var(--brand-tint);color:#0b6c7e;color:var(--brand-deep)}.badge-success{background:#d1fae5;background:var(--ok-tint);color:#065f46}.badge-warning{background:#fef3c7;background:var(--warn-tint);color:#b45309;color:var(--warn)}.badge-danger{background:#fee2e2;background:var(--danger-tint);color:#991b1b}.badge-muted{background:#f1f5f9;background:var(--line-soft);color:#64748b;color:var(--muted)}.page-head{align-items:flex-start;display:flex;flex-wrap:wrap;gap:16px;justify-content:space-between;margin-bottom:22px}.page-head h1{color:#0f172a;color:var(--ink);font-size:26px;font-weight:800;letter-spacing:-.02em;margin:0}.page-head p{color:#64748b;color:var(--muted);font-size:14px;margin:5px 0 0}.toolbar{align-items:center;display:flex;flex-wrap:wrap;gap:12px;margin-bottom:16px}@media (prefers-reduced-motion:reduce){.btn{transition:none}}.access-header,.amenities-header,.amenity-form-header,.categories-header,.category-form-header,.customer-form-header,.customers-header,.destination-form-header,.destinations-header,.facilities-header,.facility-form-header,.featured-subscription-form-header,.history-header,.hotel-form-header,.hotels-header,.legal-page-form-header,.legal-pages-header,.notification-form-header,.notifications-header,.settings-header,.spa-form-header,.spas-header,.subscriptions-header,.tour-form-header,.tours-header,.travel-packages-header,.verification-subscription-form-header,.wishlists-header{align-items:flex-start;background:none;border:none;box-shadow:none;display:flex;flex-wrap:wrap;gap:16px;justify-content:space-between;margin:0 0 22px;padding:0}.access-header h1,.amenities-header h1,.amenity-form-header h1,.categories-header h1,.category-form-header h1,.customer-form-header h1,.customers-header h1,.destination-form-header h1,.destinations-header h1,.facilities-header h1,.facility-form-header h1,.featured-subscription-form-header h1,.history-header h1,.hotel-form-header h1,.hotels-header h1,.legal-page-form-header h1,.legal-pages-header h1,.notification-form-header h1,.notifications-header h1,.settings-header h1,.spa-form-header h1,.spas-header h1,.subscriptions-header h1,.tour-form-header h1,.tours-header h1,.travel-packages-header h1,.verification-subscription-form-header h1,.wishlists-header h1{-webkit-text-fill-color:currentColor;background:none;color:var(--ink);font-size:25px;font-weight:800;letter-spacing:-.025em;line-height:1.2;margin:0}.access-header p,.amenities-header p,.categories-header p,.customers-header p,.destinations-header p,.facilities-header p,.history-header p,.hotel-form-header p,.hotels-header p,.legal-pages-header p,.notifications-header p,.settings-header p,.spa-form-header p,.spas-header p,.subscriptions-header p,.tour-form-header p,.tours-header p,.travel-packages-header p,.wishlists-header p{color:var(--muted);font-size:13.5px;margin:5px 0 0}.access-table-container,.amenities-table-container,.categories-table-container,.customers-table-container,.destinations-table-container,.facilities-table-container,.history-table-container,.hotels-table-container,.legal-pages-table-container,.notifications-table-container,.spas-table-container,.subscriptions-table-container,.tours-table-container,.travel-packages-table-container,.wishlists-table-container{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);margin-bottom:18px;overflow-x:auto;overflow-y:hidden}.access-table,.amenities-table,.categories-table,.customers-table,.destinations-table,.facilities-table,.history-table,.hotels-table,.legal-pages-table,.notifications-table,.spas-table,.subscriptions-table,.tours-table,.travel-packages-table,.wishlists-table{background:#0000;border:none;border-collapse:collapse;border-radius:0;box-shadow:none;width:100%}.access-table thead,.amenities-table thead,.categories-table thead,.customers-table thead,.destinations-table thead,.facilities-table thead,.history-table thead,.hotels-table thead,.legal-pages-table thead,.notifications-table thead,.spas-table thead,.subscriptions-table thead,.tours-table thead,.travel-packages-table thead,.wishlists-table thead{background:#f7fafb}.access-table th,.amenities-table th,.categories-table th,.customers-table th,.destinations-table th,.facilities-table th,.history-table th,.hotels-table th,.legal-pages-table th,.notifications-table th,.spas-table th,.subscriptions-table th,.tours-table th,.travel-packages-table th,.wishlists-table th{background:#0000;border-bottom:1px solid var(--line);color:var(--muted);font-size:11px;font-weight:700;letter-spacing:.07em;padding:12px 16px;text-align:left;text-transform:uppercase;white-space:nowrap}.access-table td,.amenities-table td,.categories-table td,.customers-table td,.destinations-table td,.facilities-table td,.history-table td,.hotels-table td,.legal-pages-table td,.notifications-table td,.spas-table td,.subscriptions-table td,.tours-table td,.travel-packages-table td,.wishlists-table td{border-bottom:1px solid var(--line-soft);color:var(--ink-soft);font-size:13.5px;padding:13px 16px;vertical-align:middle}.access-table tbody tr:hover,.amenities-table tbody tr:hover,.categories-table tbody tr:hover,.customers-table tbody tr:hover,.destinations-table tbody tr:hover,.facilities-table tbody tr:hover,.history-table tbody tr:hover,.hotels-table tbody tr:hover,.legal-pages-table tbody tr:hover,.notifications-table tbody tr:hover,.spas-table tbody tr:hover,.subscriptions-table tbody tr:hover,.tours-table tbody tr:hover,.travel-packages-table tbody tr:hover,.wishlists-table tbody tr:hover{background:#f8fbfc}.access-table tbody tr:last-child td,.amenities-table tbody tr:last-child td,.categories-table tbody tr:last-child td,.customers-table tbody tr:last-child td,.destinations-table tbody tr:last-child td,.facilities-table tbody tr:last-child td,.history-table tbody tr:last-child td,.hotels-table tbody tr:last-child td,.legal-pages-table tbody tr:last-child td,.notifications-table tbody tr:last-child td,.spas-table tbody tr:last-child td,.subscriptions-table tbody tr:last-child td,.tours-table tbody tr:last-child td,.travel-packages-table tbody tr:last-child td,.wishlists-table tbody tr:last-child td{border-bottom:none}.customers-filters,.history-filters,.legal-pages-filters,.notifications-filters{align-items:center;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow-xs);display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between;margin-bottom:16px;padding:14px 16px}.access-stats,.amenities-stats,.categories-stats,.facilities-stats,.history-stats{grid-gap:14px;display:grid;gap:14px;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));margin-bottom:20px}.amenities-stats .stat-card,.categories-stats .stat-card,.facilities-stats .stat-card,.history-stats .stat-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow-xs);display:flex;flex-direction:column;gap:4px;padding:16px 18px;text-align:left}.amenities-stats .stat-card h3,.categories-stats .stat-card h3,.facilities-stats .stat-card h3,.history-stats .stat-card h3{-webkit-text-fill-color:currentColor;background:none;color:var(--ink);font-size:24px;font-weight:800;letter-spacing:-.02em;margin:0}.amenities-stats .stat-card p,.categories-stats .stat-card p,.facilities-stats .stat-card p,.history-stats .stat-card p{color:var(--muted);font-size:12.5px;font-weight:600;letter-spacing:0;margin:0;text-transform:none}.access-form-card,.amenity-form-card,.category-form-card,.customer-form-card,.facility-form-card,.featured-subscription-form-card,.legal-page-form-card,.notification-form-card,.verification-subscription-form-card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);margin-bottom:20px;padding:24px}.customers-modal{align-items:center;backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(3px);background:#04191f80;display:flex;inset:0;justify-content:center;padding:20px;position:fixed;z-index:1200}.customers-modal-content{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);max-height:88vh;max-width:720px;overflow-y:auto;width:100%}.customers-modal-header{align-items:center;background:var(--surface);border-bottom:1px solid var(--line);display:flex;gap:12px;justify-content:space-between;padding:18px 24px;position:-webkit-sticky;position:sticky;top:0;z-index:1}.customers-modal-header h2{color:var(--ink);font-size:17px;font-weight:700;margin:0}.modal-close{background:var(--surface);border:1px solid var(--line);border-radius:8px;color:var(--muted);cursor:pointer;display:grid;font-size:19px;height:32px;line-height:1;place-items:center;transition:background .15s ease,color .15s ease;width:32px}.modal-close:hover{background:var(--line-soft);color:var(--ink)}.customers-modal-body{padding:22px 24px}.empty-state{background:var(--surface);border:1px dashed #cbd5e1;border-radius:var(--radius-lg);box-shadow:none;padding:52px 24px;text-align:center}.empty-state h2{color:var(--ink);font-size:18px;font-weight:700;margin:0 0 8px}.empty-state p{color:var(--muted);font-size:14px;margin:0 0 18px}.empty-state-icon{display:block;font-size:38px;line-height:1;margin:0 auto 14px}.skeleton{animation:admin-shimmer 1.4s ease infinite;background:linear-gradient(90deg,#eef2f5 25%,#e3eaee 37%,#eef2f5 63%);background-size:400% 100%;border-radius:6px}@keyframes admin-shimmer{0%{background-position:100% 50%}to{background-position:0 50%}}.toggle-switch{flex-shrink:0;height:22px;position:relative;width:40px}.toggle-slider{background:#cbd5e1;border-radius:999px;cursor:pointer;inset:0;position:absolute;transition:background .18s ease}.toggle-slider:before{background:#fff;border-radius:50%;box-shadow:var(--shadow-xs);content:"";height:16px;left:3px;position:absolute;top:3px;transition:transform .18s ease;width:16px}.toggle-input:checked+.toggle-slider{background:var(--brand)}.toggle-input:checked+.toggle-slider:before{transform:translateX(18px)}.tab-btn{background:none;border:none;border-bottom:2px solid #0000;border-radius:0;color:var(--muted);cursor:pointer;font-size:13.5px;font-weight:600;padding:11px 16px;transition:color .15s ease,border-color .15s ease;white-space:nowrap}.tab-btn:hover{color:var(--ink)}.tab-btn.active{background:none;border-bottom-color:var(--brand);color:var(--brand-deep)}@media (max-width:768px){.access-header h1,.amenities-header h1,.categories-header h1,.customers-header h1,.destinations-header h1,.facilities-header h1,.history-header h1,.hotels-header h1,.legal-pages-header h1,.notifications-header h1,.settings-header h1,.spas-header h1,.subscriptions-header h1,.tours-header h1,.travel-packages-header h1,.wishlists-header h1{font-size:21px}.customers-modal-body{padding:18px 16px}}
/*# sourceMappingURL=main.7e0e8e45.css.map*/