.sidebar{position:fixed;top:0;left:0;height:100vh;width:var(--sidebar-w);background:var(--sidebar-bg);display:flex;flex-direction:column;z-index:300;transition:transform .2s ease;border-right:1px solid rgba(255,255,255,.06)}.sidebar-logo{display:flex;align-items:center;gap:10px;padding:0 16px;height:var(--topbar-h);border-bottom:1px solid rgba(255,255,255,.08);flex-shrink:0}.sidebar-logo-img{height:28px;width:auto;flex-shrink:0}.sidebar-logo-text{display:flex;flex-direction:column;min-width:0;flex:1}.sidebar-logo-name{font-size:12px;font-weight:800;color:#fff;letter-spacing:.07em;white-space:nowrap}.sidebar-logo-sub{font-size:10px;color:#fff6;margin-top:1px;white-space:nowrap}.sidebar-close{background:none;border:none;color:#ffffff80;padding:4px;border-radius:4px;cursor:pointer;flex-shrink:0}.sidebar-close:hover{color:#fff}.hide-desktop{display:none}.sidebar-nav{flex:1;padding:8px;overflow-y:auto;display:flex;flex-direction:column;gap:2px}.nav-group{display:flex;flex-direction:column}.nav-group-header{display:flex;align-items:center;gap:9px;padding:8px 10px;border-radius:6px;background:none;border:none;cursor:pointer;width:100%;color:#ffffff73;font-size:11px;font-weight:700;font-family:var(--font);letter-spacing:.06em;text-transform:uppercase;transition:color .15s,background .15s;margin-bottom:1px}.nav-group-header:hover{color:#ffffffbf;background:#ffffff0a}.nav-group.has-active .nav-group-header{color:#ffffffd9}.nav-group-icon{flex-shrink:0}.nav-group-label{flex:1;text-align:left}.nav-group-chevron{flex-shrink:0;transition:transform .2s ease;opacity:.5}.nav-group.open .nav-group-chevron{transform:rotate(180deg)}.nav-group-body{display:grid;grid-template-rows:0fr;transition:grid-template-rows .2s ease}.nav-group.open .nav-group-body{grid-template-rows:1fr}.nav-group-body>*{overflow:hidden}.sidebar-link{display:flex;align-items:center;gap:9px;padding:7px 10px 7px 28px;border-radius:6px;font-size:12.5px;font-weight:500;color:#ffffff80;text-decoration:none;transition:all .15s;position:relative}.sidebar-link:hover{background:#ffffff0f;color:#ffffffd9}.sidebar-link.active{background:var(--red);color:#fff;font-weight:600}.sidebar-link.active:before{content:"";position:absolute;left:14px;top:50%;transform:translateY(-50%);width:3px;height:14px;background:#fff9;border-radius:2px}.nav-group+.nav-group{margin-top:2px;padding-top:2px;border-top:1px solid rgba(255,255,255,.05)}.sidebar-footer{display:flex;align-items:center;gap:10px;padding:12px;border-top:1px solid rgba(255,255,255,.08);flex-shrink:0}.sidebar-user{display:flex;align-items:center;gap:10px;flex:1;min-width:0}.sidebar-avatar{width:32px;height:32px;border-radius:50%;background:var(--red);color:#fff;font-size:11px;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.sidebar-user-info{min-width:0}.sidebar-user-name{font-size:12px;font-weight:600;color:#ffffffd9;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidebar-logout{background:none;border:none;color:#ffffff59;padding:6px;border-radius:6px;transition:all .15s;flex-shrink:0;cursor:pointer}.sidebar-logout:hover{color:var(--red);background:#d0211c26}.sidebar-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:299}@media (max-width: 768px){.sidebar{transform:translate(-100%)}.sidebar.sidebar-open{transform:translate(0)}.hide-desktop{display:flex}}.sidebar-user{text-decoration:none;cursor:pointer;transition:opacity .15s}.sidebar-user:hover{opacity:.8}.topbar{position:fixed;top:0;left:var(--sidebar-w);right:0;height:var(--topbar-h);background:var(--white);border-bottom:1px solid var(--grey-200);display:flex;align-items:center;gap:12px;padding:0 20px;z-index:200}.topbar-menu{background:none;border:none;color:var(--grey-600);padding:6px;border-radius:6px;transition:background var(--transition)}.topbar-menu:hover{background:var(--grey-100)}.topbar-breadcrumb{flex:1}.topbar-site{font-size:13px;color:var(--grey-400)}.topbar-right{display:flex;align-items:center;gap:10px}.topbar-user{display:flex;align-items:center;gap:8px}.topbar-avatar{width:32px;height:32px;border-radius:50%;background:var(--red);color:var(--white);font-size:11px;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.topbar-user-info{display:flex;flex-direction:column;gap:2px}.topbar-user-name{font-size:12.5px;font-weight:600;color:var(--grey-700);white-space:nowrap}@media (max-width: 768px){.topbar{left:0}.topbar-user-info{display:none}.hide-desktop{display:flex!important}}.ghost-banner{position:fixed;top:0;left:0;right:0;z-index:9999;background:#7c3aed;color:#fff;display:flex;align-items:center;justify-content:center;gap:10px;padding:8px 16px;font-size:12.5px;font-weight:500}.ghost-banner strong{font-weight:700}.ghost-exit{display:flex;align-items:center;gap:4px;background:#fff3;border:1px solid rgba(255,255,255,.3);color:#fff;border-radius:6px;padding:3px 10px;font-size:12px;font-weight:600;cursor:pointer;margin-left:8px;font-family:var(--font);transition:background var(--transition)}.ghost-exit:hover{background:#ffffff4d}.toast-container{position:fixed;bottom:24px;right:24px;display:flex;flex-direction:column;gap:8px;z-index:9999;max-width:360px}.toast{display:flex;align-items:center;gap:10px;padding:12px 14px;border-radius:10px;font-size:13px;font-weight:500;line-height:1.45;box-shadow:0 4px 20px #00000026;animation:toastIn .25s cubic-bezier(.34,1.56,.64,1)}@keyframes toastIn{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}.toast-success{background:#065f46;color:#fff}.toast-error{background:#991b1b;color:#fff}.toast-info{background:#1e40af;color:#fff}.toast-close{margin-left:auto;background:none;border:none;color:#ffffffb3;cursor:pointer;padding:0;display:flex;align-items:center;flex-shrink:0}.toast-close:hover{color:#fff}.app-layout{display:flex;min-height:100vh}.app-main{margin-left:var(--sidebar-w);flex:1;display:flex;flex-direction:column;min-width:0}.app-content{margin-top:var(--topbar-h);padding:24px;flex:1;max-width:1400px;width:100%}@media (max-width: 768px){.app-main{margin-left:0}.app-content{padding:16px}}.login-page{min-height:100vh;background:var(--black);display:flex;flex-direction:column;align-items:center;justify-content:center;padding:24px;position:relative;overflow:hidden}.login-brand{display:flex;align-items:center;justify-content:center;margin-bottom:32px}.login-logo{height:56px;width:auto}.login-card{background:var(--white);border-radius:16px;padding:32px;width:100%;max-width:400px;box-shadow:0 20px 60px #0006;position:relative;z-index:1}.login-title{font-size:20px;font-weight:800;color:var(--grey-800);margin-bottom:6px}.login-sub{font-size:13px;color:var(--grey-500);margin-bottom:24px}.login-form{display:flex;flex-direction:column;gap:16px}.login-pw-wrap{position:relative}.login-pw-toggle{position:absolute;right:10px;top:50%;transform:translateY(-50%);background:none;border:none;color:var(--grey-400);cursor:pointer;display:flex;align-items:center;transition:color var(--transition)}.login-pw-toggle:hover{color:var(--grey-600)}.login-submit{height:42px;font-size:14px;margin-top:8px}.login-footer{margin-top:20px;padding-top:16px;border-top:1px solid var(--grey-100);text-align:center}.login-footer p{font-size:12px;color:var(--grey-400)}.login-bg-text{position:absolute;bottom:-40px;right:-20px;font-size:180px;font-weight:900;color:#ffffff06;letter-spacing:.1em;pointer-events:none;-webkit-user-select:none;user-select:none;line-height:1}.pw-criterion{display:flex;align-items:center;gap:7px;font-size:12px;font-weight:500;transition:color .15s}.pw-criterion svg{flex-shrink:0}.form-hint{color:var(--grey-400);font-size:12px;margin-top:4px;display:block}.dashboard{max-width:1200px}.dashboard-stats{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:16px;margin-bottom:24px}.dashboard-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.pipeline-row{display:flex;align-items:center;gap:10px;padding:8px 0;border-bottom:1px solid var(--grey-100)}.pipeline-row:last-child{border-bottom:none}.pipeline-bar-wrap{flex:1;height:6px;background:var(--grey-100);border-radius:3px;overflow:hidden}.pipeline-bar{height:100%;background:var(--red);border-radius:3px;transition:width .4s ease}.pipeline-count{font-size:12px;font-weight:700;color:var(--grey-600);min-width:24px;text-align:right}.td-sub{font-size:11.5px;color:var(--grey-400);display:flex;align-items:center;gap:3px;margin-top:2px}.activity-row{display:flex;align-items:center;gap:12px;padding:10px 20px;border-bottom:1px solid var(--grey-100);font-size:12.5px}.activity-row:last-child{border-bottom:none}.activity-dot{width:7px;height:7px;border-radius:50%;background:var(--grey-300);flex-shrink:0}.activity-content{flex:1}.activity-user{font-weight:700;color:var(--grey-800)}.activity-action{color:var(--grey-500)}.activity-entity{font-weight:600;color:var(--grey-700)}.activity-time{font-size:11px;color:var(--grey-400);white-space:nowrap}@media (max-width: 900px){.dashboard-grid{grid-template-columns:1fr}}@media (max-width: 600px){.dashboard-stats{grid-template-columns:repeat(2,1fr)}}.bookings-page{max-width:1200px}.filters-bar .search-wrap{flex:1;min-width:220px;max-width:320px}.td-name{font-size:13px;font-weight:600;color:var(--grey-800)}.td-phone{font-size:12.5px;color:var(--red);text-decoration:none}.td-phone:hover{text-decoration:underline}.td-sub{font-size:12px;color:var(--grey-400)}.drawer-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);z-index:400;display:flex;justify-content:flex-end}.drawer{width:420px;max-width:100%;height:100%;background:var(--white);display:flex;flex-direction:column;animation:drawerIn .2s ease;box-shadow:-8px 0 32px #00000026}@keyframes drawerIn{0%{transform:translate(100%)}to{transform:translate(0)}}.drawer-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid var(--grey-100);flex-shrink:0}.drawer-body{flex:1;overflow-y:auto;padding:20px;display:flex;flex-direction:column;gap:0}.drawer-section{padding-bottom:16px;margin-bottom:16px;border-bottom:1px solid var(--grey-100)}.drawer-section:last-child{border-bottom:none;margin-bottom:0}.drawer-label{font-size:11px;font-weight:700;color:var(--grey-400);text-transform:uppercase;letter-spacing:.05em;margin-bottom:5px}.drawer-value{font-size:14px;color:var(--grey-800);font-weight:500;line-height:1.5}.drawer-meta{display:flex;gap:8px;margin-top:10px;flex-wrap:wrap}.status-select-row{display:flex;gap:6px;flex-wrap:wrap;margin-top:6px}.status-btn{padding:5px 12px;border-radius:20px;font-size:12px;font-weight:600;border:1.5px solid var(--grey-200);background:var(--white);color:var(--grey-600);cursor:pointer;font-family:var(--font);transition:all var(--transition)}.status-btn:hover{border-color:var(--grey-400)}.status-btn.active-new{background:var(--info-bg);border-color:var(--info);color:var(--info)}.status-btn.active-contacted{background:var(--warning-bg);border-color:var(--warning);color:var(--warning)}.status-btn.active-booked{background:#ede9fe;border-color:#7c3aed;color:#7c3aed}.status-btn.active-completed{background:var(--success-bg);border-color:var(--success);color:var(--success)}.status-btn.active-lost{background:var(--grey-100);border-color:var(--grey-400);color:var(--grey-600)}.projects-page{max-width:1200px}.proj-card-row{display:flex;align-items:center;gap:12px}.proj-thumb{width:48px;height:36px;border-radius:var(--radius-sm);background:var(--grey-100);overflow:hidden;flex-shrink:0;display:flex;align-items:center;justify-content:center}.proj-thumb img{width:100%;height:100%;object-fit:cover}.td-price{font-size:13px;font-weight:600;color:var(--grey-800)}.img-upload-preview{position:relative;border-radius:var(--radius-md);overflow:hidden;border:1px solid var(--grey-200);background:var(--grey-50)}.img-upload-preview img{width:100%;max-height:260px;object-fit:cover;display:block}.img-upload-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0006;display:flex;align-items:center;justify-content:center}.img-upload-remove{position:absolute;top:8px;right:8px;width:28px;height:28px;border-radius:50%;background:#0009;border:none;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background var(--transition)}.img-upload-remove:hover{background:var(--danger)}.img-upload-zone{border:2px dashed var(--grey-300);border-radius:var(--radius-md);padding:32px 20px;text-align:center;cursor:pointer;transition:all var(--transition);display:flex;flex-direction:column;align-items:center;gap:8px;background:var(--grey-50)}.img-upload-zone:hover,.img-upload-zone.drag-over{border-color:var(--red);background:var(--red-xlight)}.img-upload-icon{color:var(--grey-300)}.img-upload-zone:hover .img-upload-icon{color:var(--red)}.img-upload-text{font-size:13px;color:var(--grey-500)}.img-upload-cta{font-weight:600;color:var(--red)}.img-upload-hint{font-size:11.5px;color:var(--grey-400)}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(110px,1fr));gap:8px;margin-bottom:10px}.gallery-item{position:relative;aspect-ratio:4/3;border-radius:var(--radius-sm);overflow:hidden;border:1px solid var(--grey-200);background:var(--grey-100)}.gallery-item img{width:100%;height:100%;object-fit:cover;display:block}.gallery-remove{position:absolute;top:4px;right:4px;width:22px;height:22px;border-radius:50%;background:#000000a6;border:none;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity var(--transition)}.gallery-item:hover .gallery-remove{opacity:1}.gallery-num{position:absolute;bottom:4px;left:4px;font-size:10px;font-weight:700;color:#fff;background:#00000080;padding:1px 5px;border-radius:3px}.gallery-zone{border:2px dashed var(--grey-300);border-radius:var(--radius-md);padding:18px;text-align:center;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;font-size:13px;color:var(--grey-500);background:var(--grey-50);transition:all var(--transition)}.gallery-zone:hover{border-color:var(--red);color:var(--red);background:var(--red-xlight)}.gallery-zone.uploading{pointer-events:none;color:var(--grey-400)}.gallery-hint{font-size:11.5px;color:var(--grey-400)}.project-editor{max-width:1100px}.pe-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px;gap:12px;flex-wrap:wrap;position:sticky;top:0;z-index:100;background:var(--grey-50);padding:4px 0 12px;border-bottom:1px solid var(--grey-200)}.pe-header-left{display:flex;align-items:center;gap:12px;min-width:0}.pe-header-actions{display:flex;align-items:center;gap:8px;flex-shrink:0}.pe-title-wrap{min-width:0}.pe-slug{font-size:12px;color:var(--grey-400);display:block;margin-top:1px}.pe-body{display:grid;grid-template-columns:200px 1fr;gap:24px;align-items:start}.pe-left-col{position:sticky;top:80px;display:flex;flex-direction:column;gap:12px}.pe-nav{display:flex;flex-direction:column;gap:2px;background:var(--white);border:1px solid var(--grey-200);border-radius:var(--radius-lg);padding:8px}.pe-nav-item{display:flex;align-items:center;gap:8px;padding:8px 12px;border-radius:var(--radius-sm);font-size:12.5px;font-weight:500;color:var(--grey-600);text-decoration:none;transition:all var(--transition);white-space:nowrap}.pe-nav-item:hover{background:var(--grey-100);color:var(--grey-800)}.pe-nav-item.active{background:var(--red-xlight);color:var(--red);font-weight:600}.pe-content{display:flex;flex-direction:column;gap:20px}.pe-section{background:var(--white);border:1px solid var(--grey-200);border-radius:var(--radius-lg);overflow:hidden;scroll-margin-top:100px;transition:border-color var(--transition)}.pe-section-active{border-color:var(--red)}.pe-section-header{display:flex;align-items:center;gap:8px;padding:14px 20px;border-bottom:1px solid var(--grey-100);font-size:13px;font-weight:700;color:var(--grey-700);background:var(--grey-50)}.pe-section-body{padding:20px;display:flex;flex-direction:column;gap:16px}.pe-field-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:12px}.pe-span-2{grid-column:span 2}.pe-toggles{display:flex;flex-direction:column;gap:12px}.pe-list-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:4px}.pe-tag-row{display:grid;grid-template-columns:1fr 140px 80px 36px;gap:8px;align-items:center;margin-bottom:8px}.pe-empty-hint{font-size:12.5px;color:var(--grey-400);font-style:italic}.pe-list-row{display:flex;align-items:center;gap:8px;margin-bottom:8px}.pe-list-num{width:22px;height:22px;border-radius:50%;background:var(--red-light);color:var(--red);font-size:11px;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.pe-list-dot{width:6px;height:6px;border-radius:50%;background:var(--grey-300);flex-shrink:0}.pe-amenity-group{background:var(--grey-50);border:1px solid var(--grey-200);border-radius:var(--radius-md);padding:14px;margin-bottom:12px}.pe-amenity-group-header{display:flex;gap:8px;margin-bottom:10px}.pe-group-name{font-weight:600}.pe-amenity-item{padding-left:8px}.pe-add-item{margin-top:4px;font-size:12px}.pe-plan-row{display:grid;grid-template-columns:1.5fr 1fr 1fr 36px;gap:8px;align-items:center;margin-bottom:8px}.pe-map-preview{margin-top:4px}.pe-map-iframe{width:100%;height:280px;border:1px solid var(--grey-200);border-radius:var(--radius-md);display:block}.pe-bottom-bar{display:flex;justify-content:flex-end;gap:8px;padding:16px 20px;background:var(--white);border:1px solid var(--grey-200);border-radius:var(--radius-lg);position:sticky;bottom:16px;z-index:50;box-shadow:var(--shadow-md)}@media (max-width: 900px){.pe-body{grid-template-columns:1fr}.pe-left-col{position:static}.pe-nav{flex-direction:row;flex-wrap:wrap;overflow-x:auto}}@media (max-width: 600px){.pe-tag-row{grid-template-columns:1fr 36px}.pe-tag-row .pe-tag-style,.pe-tag-row .pe-tag-preview{display:none}.pe-plan-row{grid-template-columns:1fr 36px}.pe-plan-row input:not(:first-child):not(:last-child){display:none}}.pe-draft-trail{display:flex;flex-direction:column;gap:10px;background:#fef3c7;border:1.5px solid #f59e0b;border-radius:var(--radius-md);padding:14px}.pe-draft-trail-title{font-size:12.5px;font-weight:700;color:#92400e}.pe-draft-trail-meta{font-size:11.5px;color:#b45309;line-height:1.4}.pe-draft-trail-meta strong{font-weight:700;display:block}.pe-draft-trail-note{font-size:11px;color:#b45309;font-style:italic}.pe-draft-discard{width:100%}.blog-list-page{max-width:1100px}.blog-post-row{display:flex;align-items:center;gap:12px}.blog-thumb{width:48px;height:36px;border-radius:var(--radius-sm);overflow:hidden;flex-shrink:0;background:var(--grey-100)}.blog-thumb img{width:100%;height:100%;object-fit:cover;display:block}.blog-title-link{font-size:13.5px;font-weight:600;color:var(--grey-800);text-decoration:none}.blog-title-link:hover{color:var(--red)}.filters-bar{display:flex;align-items:center;gap:12px;margin-bottom:16px;flex-wrap:wrap}.filters-bar .search-wrap{flex:1;min-width:200px;max-width:300px}.status-tabs{display:flex;gap:4px;flex-wrap:wrap}.status-tab{padding:6px 14px;border-radius:20px;font-size:12px;font-weight:600;border:1px solid var(--grey-200);background:var(--white);color:var(--grey-600);cursor:pointer;transition:all var(--transition);font-family:var(--font)}.status-tab:hover{border-color:var(--red);color:var(--red)}.status-tab.active{background:var(--red);border-color:var(--red);color:var(--white)}.cat-slug{font-family:monospace;font-size:11.5px;background:var(--grey-100);padding:2px 6px;border-radius:4px;color:var(--grey-600)}.blog-page-tabs{display:flex;gap:4px;margin-bottom:20px;border-bottom:2px solid var(--grey-200);padding-bottom:0}.blog-page-tab{display:flex;align-items:center;gap:7px;padding:10px 16px;font-size:13px;font-weight:600;border:none;background:none;cursor:pointer;color:var(--grey-500);font-family:var(--font);border-bottom:2px solid transparent;margin-bottom:-2px;transition:all var(--transition)}.blog-page-tab:hover{color:var(--grey-800)}.blog-page-tab.active{color:var(--red);border-bottom-color:var(--red)}.perm-picker{display:flex;flex-direction:column;gap:16px}.perm-group{border:1px solid var(--grey-200);border-radius:var(--radius-md);overflow:hidden}.perm-group-header{background:var(--grey-50);padding:10px 14px;border-bottom:1px solid var(--grey-200)}.perm-group-toggle{display:flex;align-items:center;gap:8px;cursor:pointer;font-size:12.5px;font-weight:700;color:var(--grey-700)}.perm-group-toggle input{cursor:pointer;width:15px;height:15px;accent-color:var(--red)}.perm-group-name{flex:1}.perm-group-count{font-size:11px;color:var(--grey-400);font-weight:500}.perm-items{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));padding:10px 14px;gap:6px}.perm-item{display:flex;align-items:center;gap:8px;cursor:pointer;padding:5px 8px;border-radius:var(--radius-sm);transition:background var(--transition);font-size:12.5px;color:var(--grey-600)}.perm-item:hover{background:var(--grey-50)}.perm-item.checked{color:var(--grey-800)}.perm-item input{cursor:pointer;width:14px;height:14px;flex-shrink:0;accent-color:var(--red)}.perm-item-label{flex:1}.perm-item-key{font-family:monospace;font-size:10px;background:var(--grey-100);color:var(--grey-500);padding:1px 5px;border-radius:3px;flex-shrink:0}.roles-page{max-width:900px}.role-row{border:1px solid var(--grey-200);border-radius:var(--radius-md);overflow:hidden}.role-row-header{display:flex;align-items:center;justify-content:space-between;padding:12px 14px;cursor:pointer;gap:12px;transition:background var(--transition)}.role-row-header:hover{background:var(--grey-50)}.role-row-left{display:flex;align-items:center;gap:10px;flex:1}.role-name{font-size:13.5px;font-weight:700;color:var(--grey-800)}.role-meta{display:flex;align-items:center;gap:8px;margin-top:3px}.role-row-perms{padding:14px;border-top:1px solid var(--grey-100);background:var(--grey-50)}.gr-page{max-width:1000px}.gr-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:16px}.gr-card{background:var(--white);border:1px solid var(--grey-200);border-radius:var(--radius-lg);padding:16px;transition:opacity var(--transition)}.gr-card.gr-hidden{opacity:.55}.gr-card-header{display:flex;align-items:center;gap:10px;margin-bottom:10px}.gr-avatar{width:36px;height:36px;border-radius:50%;background:var(--red-light);color:var(--red);font-size:14px;font-weight:700;flex-shrink:0;display:flex;align-items:center;justify-content:center}.gr-name{font-size:13px;font-weight:700;color:var(--grey-800)}.gr-stars{display:flex;gap:2px;margin-top:2px}.gr-toggle{margin-left:auto}.gr-text{font-size:12.5px;color:var(--grey-600);line-height:1.6}.gr-hidden-badge{margin-top:8px;font-size:11px;font-weight:600;color:var(--grey-400);text-transform:uppercase;letter-spacing:.05em}code{font-family:monospace;font-size:12px;background:var(--grey-100);padding:1px 5px;border-radius:3px}.reports-page{max-width:1050px}.reports-layout{display:grid;grid-template-columns:1fr 1fr;gap:20px;align-items:start}.reports-left,.reports-right{min-width:0}.reports-sections{display:flex;flex-direction:column;gap:8px}.reports-section-check{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--grey-700);cursor:pointer;padding:3px 0}.reports-section-check input{width:15px;height:15px;accent-color:var(--red);cursor:pointer}.reports-recipients{display:flex;flex-direction:column;gap:8px}.reports-recipient{display:flex;align-items:center;justify-content:space-between;padding:8px 12px;background:var(--grey-50);border:1px solid var(--grey-200);border-radius:var(--radius-sm)}.reports-add-recipient{display:flex;gap:6px;align-items:center;flex-wrap:wrap}@media (max-width: 768px){.reports-layout{grid-template-columns:1fr}}.notifications-page{max-width:900px}.notif-order{width:22px;height:22px;border-radius:50%;background:var(--grey-100);color:var(--grey-500);font-size:11px;font-weight:700;display:inline-flex;align-items:center;justify-content:center}.notif-rr-info{display:flex;align-items:center;gap:10px;padding:12px 20px;border-top:1px solid var(--grey-100);background:var(--grey-50);font-size:12.5px}.notif-rr-label{display:flex;align-items:center;gap:5px;font-weight:700;color:var(--grey-600);flex-shrink:0}.notif-rr-desc{color:var(--grey-500)}.notif-rr-desc strong{color:var(--grey-800)}.notif-at-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:14px}.notif-test-row{display:flex;align-items:flex-end;gap:12px}.notif-test-btn{flex-shrink:0;align-self:flex-end;margin-bottom:0}@media (max-width: 700px){.notif-at-grid{grid-template-columns:1fr}.notif-test-row{flex-direction:column;align-items:stretch}}.contact-messages-page{max-width:900px}.msg-tabs{display:flex;gap:4px;margin-bottom:16px;border-bottom:1px solid var(--grey-200);padding-bottom:0}.msg-tab{display:flex;align-items:center;gap:6px;padding:8px 16px;border:none;background:none;font-size:13px;font-weight:600;color:var(--grey-500);cursor:pointer;border-bottom:2px solid transparent;margin-bottom:-1px;font-family:var(--font);transition:color var(--transition)}.msg-tab:hover{color:var(--grey-700)}.msg-tab.active{color:var(--red);border-bottom-color:var(--red)}.msg-tab-count{background:var(--grey-100);color:var(--grey-600);font-size:11px;padding:1px 6px;border-radius:10px}.msg-tab.active .msg-tab-count{background:var(--red-xlight);color:var(--red)}.msg-list{display:flex;flex-direction:column}.msg-row{display:flex;align-items:flex-start;gap:12px;padding:14px 20px;cursor:pointer;border-bottom:1px solid var(--grey-100);transition:background var(--transition)}.msg-row:last-child{border-bottom:none}.msg-row:hover{background:var(--grey-50)}.msg-row.active{background:var(--red-xlight)}.msg-row.unread .msg-row-name{font-weight:700;color:var(--grey-900)}.msg-row.unread .msg-row-subject{font-weight:600}.msg-row-avatar{width:36px;height:36px;border-radius:50%;flex-shrink:0;background:var(--grey-100);color:var(--grey-500);font-size:12px;font-weight:700;display:flex;align-items:center;justify-content:center}.msg-row.unread .msg-row-avatar{background:var(--red-xlight);color:var(--red)}.msg-row-body{flex:1;min-width:0}.msg-row-top{display:flex;align-items:center;justify-content:space-between;gap:8px}.msg-row-name{font-size:13.5px;color:var(--grey-700)}.msg-row-date{font-size:11.5px;color:var(--grey-400);flex-shrink:0}.msg-row-subject{font-size:12.5px;color:var(--grey-600);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-top:2px}.msg-row-preview{font-size:12px;color:var(--grey-400);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-top:2px}.msg-row-right{flex-shrink:0}.drawer-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000004d;z-index:1000;display:flex;justify-content:flex-end}.drawer{width:480px;max-width:100vw;background:var(--white);display:flex;flex-direction:column;box-shadow:-4px 0 24px #0000001f}.drawer-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid var(--grey-200);flex-shrink:0}.drawer-title{font-size:15px;font-weight:700;color:var(--grey-800)}.drawer-body{flex:1;overflow-y:auto;padding:20px;display:flex;flex-direction:column;gap:16px}.drawer-footer{display:flex;align-items:center;justify-content:space-between;padding:12px 20px;border-top:1px solid var(--grey-200);flex-shrink:0}.msg-sender-card{display:flex;align-items:center;gap:12px;padding:12px;background:var(--grey-50);border-radius:var(--radius-md)}.msg-sender-avatar{width:44px;height:44px;border-radius:50%;flex-shrink:0;background:var(--red-xlight);color:var(--red);font-size:14px;font-weight:700;display:flex;align-items:center;justify-content:center}.msg-sender-info{flex:1}.msg-sender-name{font-size:14px;font-weight:700;color:var(--grey-800)}.msg-sender-meta{display:flex;flex-wrap:wrap;gap:8px;margin-top:4px}.msg-meta-link{display:flex;align-items:center;gap:4px;font-size:12px;color:var(--grey-500);text-decoration:none}.msg-meta-link:hover{color:var(--red)}.msg-subject{display:flex;flex-direction:column;gap:3px;font-size:13px;color:var(--grey-700)}.msg-field-label{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--grey-400)}.msg-body{display:flex;flex-direction:column;gap:8px}.msg-body-text{font-size:13.5px;color:var(--grey-700);line-height:1.7;white-space:pre-wrap;background:var(--grey-50);padding:14px;border-radius:var(--radius-md);border:1px solid var(--grey-200)}.msg-reply-row{display:flex;gap:8px;flex-wrap:wrap}.analytics-page{max-width:1000px}.source-badge{display:inline-block;font-size:10.5px;font-weight:700;padding:2px 8px;border-radius:10px;flex-shrink:0}.source-explanation{display:flex;gap:16px;margin-bottom:20px;flex-wrap:wrap}.source-exp-item{flex:1;min-width:280px;background:var(--grey-50);border:1px solid var(--grey-200);border-radius:var(--radius-md);padding:14px 16px;display:flex;flex-direction:column;gap:8px}.source-exp-item p{font-size:12.5px;color:var(--grey-600);line-height:1.6;margin:0}.source-exp-item ol{font-size:12.5px;color:var(--grey-600);margin:0;padding-left:16px}.source-exp-item li{margin-bottom:4px}.source-exp-item a{color:var(--red)}.an-section-header{display:flex;align-items:center;gap:10px;font-size:13px;font-weight:700;color:var(--grey-700);margin:20px 0 10px}.an-section-note{font-size:11.5px;color:var(--grey-400);font-weight:400}.an-stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.an-stat{background:var(--white);border:1px solid var(--grey-200);border-radius:var(--radius-md);padding:14px;display:flex;align-items:flex-start;gap:12px}.an-stat-icon{width:38px;height:38px;border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center;flex-shrink:0}.an-stat-value{font-size:24px;font-weight:800;color:var(--grey-900);line-height:1}.an-stat-label{font-size:11.5px;color:var(--grey-500);margin-top:4px}.an-stat-sub{font-size:11px;color:var(--grey-400);margin-top:2px}.info-tip-wrap{position:relative;display:inline-block;margin-left:4px}.info-tip{position:absolute;bottom:20px;left:50%;transform:translate(-50%);background:var(--grey-900);color:var(--white);font-size:11px;padding:6px 10px;border-radius:4px;width:220px;text-align:center;z-index:100;pointer-events:none;white-space:normal;line-height:1.5}.spark-wrap{display:flex;align-items:flex-end;gap:3px;height:72px;padding:8px 0}.spark-bar-wrap{flex:1;display:flex;align-items:flex-end}.spark-bar{width:100%;border-radius:2px 2px 0 0;min-height:2px}.spark-empty,.an-empty{font-size:13px;color:var(--grey-400);padding:20px 0;text-align:center}.an-chart-legend{font-size:11px;color:var(--grey-400);margin-top:6px;text-align:center}.an-two-col{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:20px}.an-col-note{font-size:12px;color:var(--grey-500);margin-bottom:12px;line-height:1.6}.an-device-row{display:flex;align-items:center;gap:8px;margin-bottom:10px}.an-device-label{font-size:12.5px;color:var(--grey-700);width:70px;flex-shrink:0;text-transform:capitalize}.an-device-bar-wrap{flex:1;height:8px;background:var(--grey-100);border-radius:4px;overflow:hidden}.an-device-bar{height:100%;border-radius:4px;transition:width .4s ease}.an-device-pct{font-size:11.5px;color:var(--grey-500);width:32px;text-align:right;flex-shrink:0}.an-device-count{font-size:11.5px;color:var(--grey-400);width:40px;text-align:right;flex-shrink:0}.an-nv-card{border:2px solid;border-radius:var(--radius-md);padding:16px 24px}.an-nv-value{font-size:32px;font-weight:800;line-height:1}.an-nv-label{font-size:12px;color:var(--grey-500);margin-top:4px}.an-ga4-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.an-ga4-info{background:var(--grey-50);border:1px solid var(--grey-200);border-radius:var(--radius-md);padding:14px 16px;font-size:12.5px;color:var(--grey-600);line-height:1.6}.an-ga4-info p{margin:0 0 8px}.an-ga4-info ol{margin:8px 0;padding-left:18px}.an-ga4-info li{margin-bottom:4px}.an-ga4-info a{color:var(--red)}.an-ga4-notice{display:flex;align-items:flex-start;gap:12px;background:#eff6ff;border:1px solid #BFDBFE;border-radius:var(--radius-md);padding:14px 16px;margin-top:20px;font-size:13px;color:#1e40af}.an-ga4-notice a{color:var(--red)}@media (max-width: 768px){.an-stats-grid{grid-template-columns:repeat(2,1fr)}.an-two-col,.an-ga4-grid{grid-template-columns:1fr}}.profile-page{max-width:860px}.profile-layout{display:grid;grid-template-columns:1fr 1fr;gap:20px;align-items:start}.profile-avatar-row{display:flex;align-items:center;gap:14px;padding:14px;background:var(--grey-50);border-radius:var(--radius-md);margin-bottom:4px}.profile-avatar{width:52px;height:52px;border-radius:50%;background:var(--red);color:#fff;font-size:16px;font-weight:800;display:flex;align-items:center;justify-content:center;flex-shrink:0}.profile-name{font-size:15px;font-weight:700;color:var(--grey-800)}.pw-criteria{margin-top:8px;display:flex;flex-direction:column;gap:5px;padding:10px 12px;background:var(--grey-50);border:1px solid var(--grey-200);border-radius:var(--radius-sm)}.pw-criterion{display:flex;align-items:center;gap:7px;font-size:12px;font-weight:500}.pw-criterion.ok{color:var(--success, #10B981)}.pw-criterion.fail{color:var(--grey-400)}.input-error{border-color:var(--danger, #EF4444)!important}@media (max-width: 768px){.profile-layout{grid-template-columns:1fr}}.blog-editor{max-width:1200px}.be-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px;gap:12px;flex-wrap:wrap;position:sticky;top:0;z-index:100;background:var(--grey-50);padding:4px 0 12px;border-bottom:1px solid var(--grey-200)}.be-header-left{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.be-header-actions{display:flex;align-items:center;gap:8px;flex-shrink:0}.be-status-row{display:flex;align-items:center;gap:8px}.be-dirty-dot{width:8px;height:8px;border-radius:50%;background:var(--warning);flex-shrink:0}.be-word-count{font-size:12px;color:var(--grey-400);display:flex;align-items:center;gap:4px}.be-body{display:grid;grid-template-columns:1fr 260px;gap:20px;align-items:start}.be-main{display:flex;flex-direction:column;gap:0}.be-title-wrap{margin-bottom:8px}.be-title-wrap.error .be-title-input{border-bottom-color:var(--danger)}.be-title-input{width:100%;font-size:28px;font-weight:800;color:var(--grey-800);border:none;border-bottom:2px solid transparent;outline:none;background:transparent;font-family:var(--font);padding:4px 0;transition:border-color var(--transition);letter-spacing:-.02em;line-height:1.3}.be-title-input:focus{border-bottom-color:var(--red)}.be-title-input::placeholder{color:var(--grey-300)}.be-slug-row{display:flex;align-items:center;gap:6px;margin-bottom:20px;color:var(--grey-400)}.be-slug-input{flex:1;font-size:12.5px;color:var(--grey-500);font-family:monospace;border:none;outline:none;background:transparent}.be-slug-input:focus{color:var(--red)}.be-cover-wrap{margin-bottom:20px}.be-cover-preview{position:relative;border-radius:var(--radius-md);overflow:hidden;cursor:pointer;max-height:320px}.be-cover-preview img{width:100%;max-height:320px;object-fit:cover;display:block}.be-cover-uploading{position:absolute;top:0;right:0;bottom:0;left:0;background:#0006;display:flex;align-items:center;justify-content:center}.be-cover-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0000;color:transparent;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:600;transition:all var(--transition)}.be-cover-preview:hover .be-cover-overlay{background:#0006;color:#fff}.be-cover-empty{border:2px dashed var(--grey-300);border-radius:var(--radius-md);padding:32px 20px;text-align:center;cursor:pointer;display:flex;flex-direction:column;align-items:center;gap:8px;color:var(--grey-400);background:var(--grey-50);transition:all var(--transition);font-size:13px}.be-cover-empty:hover{border-color:var(--red);color:var(--red);background:var(--red-xlight)}.be-editor-wrap{border:1.5px solid var(--grey-200);border-radius:var(--radius-md);overflow:hidden;margin-bottom:16px}.be-editor-wrap:focus-within{border-color:var(--red)}.be-toolbar{display:flex;flex-wrap:wrap;gap:2px;padding:8px;background:var(--grey-50);border-bottom:1px solid var(--grey-200)}.be-toolbar-btn{width:30px;height:30px;border:none;background:transparent;border-radius:var(--radius-sm);color:var(--grey-600);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all var(--transition)}.be-toolbar-btn:hover{background:var(--grey-200);color:var(--grey-800)}.be-textarea{width:100%;min-height:480px;padding:16px;font-size:14px;font-family:SF Mono,Fira Code,monospace;line-height:1.7;color:var(--grey-800);border:none;outline:none;resize:vertical;background:var(--white)}.be-preview{border:1px solid var(--grey-200);border-radius:var(--radius-md);overflow:hidden;margin-bottom:16px}.be-preview-label{padding:8px 16px;background:var(--grey-50);border-bottom:1px solid var(--grey-200);font-size:11px;font-weight:700;color:var(--grey-400);text-transform:uppercase;letter-spacing:.05em}.be-preview-body{padding:20px;font-size:15px;line-height:1.8;color:var(--grey-700)}.be-preview-body h2{font-size:20px;font-weight:700;margin:20px 0 10px}.be-preview-body h3{font-size:17px;font-weight:700;margin:16px 0 8px}.be-preview-body p{margin-bottom:14px}.be-preview-body ul,.be-preview-body ol{padding-left:24px;margin-bottom:14px}.be-preview-body li{margin-bottom:4px}.be-preview-body blockquote{border-left:3px solid var(--red);padding:8px 16px;background:var(--red-xlight);margin:16px 0;font-style:italic}.be-preview-body pre{background:var(--grey-800);color:#e2e8f0;padding:16px;border-radius:8px;overflow-x:auto;font-size:13px;margin:16px 0}.be-preview-body hr{border:none;border-top:2px solid var(--grey-200);margin:24px 0}.be-preview-body a{color:var(--red)}.be-tag-input{display:flex;flex-wrap:wrap;gap:6px;align-items:center;min-height:38px;padding:6px 10px;border:1.5px solid var(--grey-200);border-radius:var(--radius-sm);background:var(--white);transition:border-color var(--transition)}.be-tag-input:focus-within{border-color:var(--red)}.be-tag-input input{border:none;outline:none;font-size:13px;font-family:var(--font);color:var(--grey-700);flex:1;min-width:140px;background:transparent}.be-tag{display:inline-flex;align-items:center;gap:4px;background:var(--red-light);color:var(--red);font-size:12px;font-weight:600;padding:2px 8px;border-radius:20px}.be-tag button{background:none;border:none;cursor:pointer;color:var(--red);font-size:14px;line-height:1;padding:0 0 0 2px;display:flex;align-items:center}.be-toggles{display:flex;gap:20px;flex-wrap:wrap;margin-bottom:16px}.be-seo-section{border:1px solid var(--grey-200);border-radius:var(--radius-md);margin-top:16px}.be-seo-toggle{width:100%;display:flex;align-items:center;gap:8px;padding:12px 16px;background:none;border:none;cursor:pointer;font-size:13px;font-weight:600;color:var(--grey-600);font-family:var(--font);text-align:left}.be-seo-toggle:hover{background:var(--grey-50)}.be-seo-arrow{margin-left:auto;font-size:10px}.be-seo-fields{padding:16px;display:flex;flex-direction:column;gap:14px;border-top:1px solid var(--grey-200)}.be-sidebar{display:flex;flex-direction:column;gap:16px;position:sticky;top:80px}.be-revisions{display:flex;flex-direction:column;gap:0}.be-revision-row{display:flex;align-items:center;justify-content:space-between;padding:8px 0;border-bottom:1px solid var(--grey-100);gap:8px}.be-revision-row:last-child{border-bottom:none}.be-revision-who{font-size:12.5px;font-weight:600;color:var(--grey-700)}.be-revision-when{font-size:11px;color:var(--grey-400)}@media (max-width: 900px){.be-body{grid-template-columns:1fr}.be-sidebar{position:static}}@media (max-width: 600px){.be-title-input{font-size:22px}.be-header-actions .be-word-count{display:none}}.be-toolbar-row{display:flex;align-items:center;background:var(--grey-50);border-bottom:1px solid var(--grey-200)}.be-toolbar-row .be-toolbar{flex:1;border-bottom:none;background:transparent}.be-import-btn{display:flex;align-items:center;gap:6px;padding:6px 12px;margin:4px 8px;font-size:12px;font-weight:600;color:var(--grey-600);background:var(--white);border:1px solid var(--grey-200);border-radius:var(--radius-sm);cursor:pointer;white-space:nowrap;font-family:var(--font);transition:all var(--transition);flex-shrink:0}.be-import-btn:hover{border-color:var(--red);color:var(--red)}.be-import-btn.importing{opacity:.6;pointer-events:none}.sortable-list{display:flex;flex-direction:column;gap:8px}.sortable-row{display:flex;align-items:flex-start;gap:8px;background:var(--white);border:1px solid var(--grey-200);border-radius:var(--radius-md);padding:10px 12px;transition:box-shadow var(--transition),opacity var(--transition)}.sortable-row.dragging{opacity:.5;box-shadow:var(--shadow-md)}.sortable-handle{color:var(--grey-300);cursor:grab;flex-shrink:0;display:flex;align-items:center;padding-top:2px;transition:color var(--transition)}.sortable-handle:hover{color:var(--grey-500)}.sortable-row:active .sortable-handle{cursor:grabbing}.faqs-page{max-width:860px}.faq-row-content{flex:1;min-width:0}.faq-row-header{display:flex;align-items:center;justify-content:space-between;cursor:pointer;gap:12px;padding:2px 0}.faq-question-preview{font-size:13.5px;font-weight:600;color:var(--grey-800);flex:1;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.faq-placeholder{color:var(--grey-400);font-weight:400;font-style:italic}.faq-row-meta{display:flex;align-items:center;gap:8px;flex-shrink:0;color:var(--grey-400)}.faq-row-body{margin-top:14px;padding-top:14px;border-top:1px solid var(--grey-100);display:flex;flex-direction:column;gap:12px}.faq-row-actions{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:10px}.hero-slides-page{max-width:900px}.slide-card{flex:1;display:flex;gap:14px;align-items:flex-start;min-width:0}.slide-thumb{width:180px;flex-shrink:0;aspect-ratio:16/9;border-radius:var(--radius-md);overflow:hidden;background:var(--grey-100);cursor:pointer;position:relative}.slide-thumb img{width:100%;height:100%;object-fit:cover;display:block}.slide-thumb-empty{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:var(--grey-300)}.slide-thumb-uploading{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000080;display:flex;align-items:center;justify-content:center}.slide-thumb-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0000;color:transparent;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:600;transition:all var(--transition)}.slide-thumb:hover .slide-thumb-overlay{background:#00000073;color:#fff}.slide-fields{flex:1;min-width:0;display:flex;flex-direction:column;gap:10px}.slide-actions{display:flex;align-items:center;justify-content:space-between}.form-control-sm{height:34px;font-size:13px}@media (max-width:600px){.slide-card{flex-direction:column}.slide-thumb{width:100%;aspect-ratio:16/9}}.team-page{max-width:860px}.team-row{flex:1;display:flex;align-items:center;gap:14px;min-width:0}.team-avatar-wrap{flex-shrink:0}.team-photo{width:44px;height:44px;border-radius:50%;object-fit:cover;border:2px solid var(--grey-200)}.team-initials{width:44px;height:44px;border-radius:50%;background:var(--red-light);color:var(--red);font-size:14px;font-weight:700;display:flex;align-items:center;justify-content:center}.team-info{flex:1;min-width:0}.team-name{font-size:13.5px;font-weight:700;color:var(--grey-800)}.team-role{font-size:12px;color:var(--red);font-weight:600}.team-dept{font-size:11px;color:var(--grey-400);text-transform:uppercase;letter-spacing:.04em}.team-meta{display:flex;align-items:center;gap:8px;flex-shrink:0}.team-link{width:28px;height:28px;border-radius:50%;border:1px solid var(--grey-200);background:var(--grey-50);color:var(--grey-500);display:flex;align-items:center;justify-content:center;text-decoration:none;transition:all var(--transition)}.team-link:hover{background:var(--red);border-color:var(--red);color:#fff}.team-modal-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.team-modal-bio{grid-column:span 2}@media (max-width: 600px){.team-modal-grid{grid-template-columns:1fr}.team-modal-bio{grid-column:span 1}}.timeline-page{max-width:860px}.milestone-row-content{flex:1;min-width:0}.milestone-header{display:flex;align-items:center;gap:12px;cursor:pointer}.milestone-year-badge{background:var(--red);color:#fff;font-size:13px;font-weight:800;padding:3px 10px;border-radius:20px;flex-shrink:0}.milestone-title-preview{flex:1;font-size:13.5px;font-weight:600;color:var(--grey-800);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.milestone-body{margin-top:14px;padding-top:14px;border-top:1px solid var(--grey-100);display:flex;flex-direction:column;gap:12px}.milestone-body-row{display:flex;gap:12px;align-items:flex-start}.videos-page{max-width:860px}.video-row-content{flex:1;min-width:0}.video-row-header{display:flex;align-items:center;gap:12px;cursor:pointer}.video-thumb-small{width:80px;height:54px;border-radius:var(--radius-sm);overflow:hidden;flex-shrink:0;background:var(--grey-100);display:flex;align-items:center;justify-content:center}.video-thumb-small img{width:100%;height:100%;object-fit:cover;display:block}.video-thumb-empty{color:var(--grey-300)}.video-row-info{flex:1;min-width:0}.video-row-title{font-size:13.5px;font-weight:600;color:var(--grey-800);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.video-row-meta{font-size:11.5px;color:var(--grey-400);margin-top:3px;display:flex;gap:6px;flex-wrap:wrap}.video-yt-id{font-family:monospace;background:var(--grey-100);padding:1px 5px;border-radius:3px;font-size:11px}.video-row-body{margin-top:14px;padding-top:14px;border-top:1px solid var(--grey-100)}.video-form-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:12px;margin-bottom:14px}.testimonials-cms-page{max-width:860px}.awards-page{max-width:900px}.award-card-content{flex:1;display:flex;gap:14px;align-items:flex-start;min-width:0}.award-img-wrap{width:100px;height:80px;flex-shrink:0;border-radius:var(--radius-md);overflow:hidden;border:1px solid var(--grey-200);background:var(--grey-50);cursor:pointer;position:relative;display:flex;align-items:center;justify-content:center}.award-img-wrap img{width:100%;height:100%;object-fit:contain;padding:4px}.award-img-empty{color:var(--grey-300)}.award-fields{flex:1;min-width:0}.award-form-grid{display:grid;grid-template-columns:2fr 1fr 80px;gap:10px;margin-bottom:10px}.award-actions{display:flex;align-items:center;justify-content:space-between}@media (max-width: 600px){.award-card-content{flex-direction:column}.award-form-grid{grid-template-columns:1fr}}.popup-page{max-width:1000px}.popup-layout{display:grid;grid-template-columns:1fr 300px;gap:20px;align-items:start}.popup-editor{min-width:0}.popup-cta-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.popup-img-wrap{width:100%;height:160px;border:2px dashed var(--grey-300);border-radius:var(--radius-md);overflow:hidden;cursor:pointer;position:relative;background:var(--grey-50);display:flex;align-items:center;justify-content:center;transition:border-color var(--transition)}.popup-img-wrap:hover{border-color:var(--red)}.popup-img-wrap img{width:100%;height:100%;object-fit:cover;display:block}.popup-img-empty{display:flex;align-items:center;justify-content:center}.popup-preview{border:1px solid var(--grey-200);border-radius:var(--radius-md);overflow:hidden;background:var(--white)}.popup-preview-img{width:100%;height:120px;object-fit:cover;display:block}.popup-preview-body{padding:14px;display:flex;flex-direction:column;gap:8px}.popup-preview-tag{display:inline-block;font-size:10px;font-weight:700;background:var(--red-light);color:var(--red);padding:2px 8px;border-radius:10px;text-transform:uppercase;letter-spacing:.05em}.popup-preview-title{font-size:14px;font-weight:800;color:var(--grey-800);line-height:1.3}.popup-preview-text{font-size:11.5px;color:var(--grey-500);line-height:1.5}.popup-preview-actions{display:flex;flex-direction:column;gap:6px;margin-top:4px}.popup-preview-btn{background:var(--red);color:#fff;font-size:11px;font-weight:700;padding:7px 12px;border-radius:6px;text-align:center}.popup-preview-secondary{font-size:11px;color:var(--grey-500);text-align:center;text-decoration:underline}code{font-family:monospace;font-size:11.5px;background:var(--grey-100);padding:1px 5px;border-radius:3px}@media (max-width: 768px){.popup-layout,.popup-cta-grid{grid-template-columns:1fr}}.website-content-page{max-width:900px}.wc-row-content{flex:1;min-width:0}.wc-row-header{display:flex;align-items:center;gap:12px;cursor:pointer}.wc-icon-badge{font-size:10px;font-weight:700;background:var(--red-light);color:var(--red);padding:2px 7px;border-radius:4px;flex-shrink:0;white-space:nowrap}.wc-row-title{flex:1;font-size:13.5px;font-weight:600;color:var(--grey-800);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.wc-row-body{margin-top:12px;padding-top:12px;border-top:1px solid var(--grey-100);display:flex;flex-direction:column;gap:10px}.wc-add-grid{display:grid;grid-template-columns:160px 1fr;gap:10px}.list-editor{display:flex;flex-direction:column;gap:8px}.list-editor-header{display:flex;align-items:center;justify-content:space-between}.list-editor-items{display:flex;flex-direction:column;gap:6px}.list-editor-row{display:flex;gap:8px;align-items:center}.list-editor-row .form-control{flex:1}.link-editor-row{display:grid;grid-template-columns:1fr 1fr 36px;gap:8px;align-items:center}.settings-page{max-width:900px}.settings-layout{display:grid;grid-template-columns:180px 1fr;gap:20px;align-items:start}.settings-tabs{display:flex;flex-direction:column;gap:2px;background:var(--white);border:1px solid var(--grey-200);border-radius:var(--radius-lg);padding:8px;position:sticky;top:80px}.settings-tab{padding:9px 14px;border-radius:var(--radius-sm);font-size:13px;font-weight:500;text-align:left;background:none;border:none;color:var(--grey-600);cursor:pointer;font-family:var(--font);transition:all var(--transition)}.settings-tab:hover{background:var(--grey-100);color:var(--grey-800)}.settings-tab.active{background:var(--red-xlight);color:var(--red);font-weight:600}.settings-fields{display:flex;flex-direction:column;gap:14px}.settings-field{display:flex;flex-direction:column;gap:5px}.settings-field-label{display:flex;justify-content:space-between;align-items:baseline}.settings-divider{display:flex;align-items:center;gap:10px;font-size:11px;font-weight:700;color:var(--grey-400);text-transform:uppercase;letter-spacing:.06em;margin:6px 0}.settings-divider:before,.settings-divider:after{content:"";flex:1;border-top:1px solid var(--grey-200)}.settings-stat-row{display:grid;grid-template-columns:2fr 1fr 2fr;gap:10px}.smtp-test-row{display:flex;gap:10px}.smtp-test-row .form-control{flex:1}@media (max-width: 600px){.settings-layout{grid-template-columns:1fr}.settings-tabs{flex-direction:row;position:static}.settings-stat-row{grid-template-columns:1fr}}.users-page{max-width:1100px}.user-name-row{display:flex;align-items:center;gap:10px}.user-avatar{width:30px;height:30px;border-radius:50%;background:var(--red-light);color:var(--red);font-size:11px;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.you-tag{display:inline-block;font-size:10px;font-weight:700;background:var(--grey-100);color:var(--grey-500);padding:1px 6px;border-radius:4px;margin-left:6px}.extra-perms-section{border:1px solid var(--grey-200);border-radius:var(--radius-md);overflow:hidden}.extra-perms-toggle{width:100%;display:flex;align-items:center;gap:8px;padding:10px 14px;background:var(--grey-50);border:none;cursor:pointer;font-size:13px;font-weight:600;color:var(--grey-700);font-family:var(--font);text-align:left}.extra-perms-toggle:hover{background:var(--grey-100)}.extra-perms-hint{flex:1;font-size:11.5px;font-weight:400;color:var(--grey-400)}.extra-perms-body{padding:14px;border-top:1px solid var(--grey-200)}.activity-page{max-width:1100px}.activity-action-pill{display:inline-block;font-size:11px;font-weight:600;background:var(--grey-100);color:var(--grey-600);padding:2px 8px;border-radius:4px;text-transform:capitalize}:root{--red: #FF0000;--red-dark: #b01a16;--red-light: #fde8e8;--red-xlight: #fff5f5;--black: #1A1A1A;--white: #FFFFFF;--grey-900: #111827;--grey-800: #1f2937;--grey-700: #374151;--grey-600: #4b5563;--grey-500: #6b7280;--grey-400: #9ca3af;--grey-300: #d1d5db;--grey-200: #e5e7eb;--grey-100: #f3f4f6;--grey-50: #f9fafb;--sidebar-bg: #1A1A1A;--sidebar-w: 240px;--topbar-h: 60px;--success: #10b981;--success-bg: #d1fae5;--warning: #f59e0b;--warning-bg: #fef3c7;--danger: #ef4444;--danger-bg: #fee2e2;--info: #3b82f6;--info-bg: #dbeafe;--radius-sm: 6px;--radius-md: 10px;--radius-lg: 14px;--shadow-sm: 0 1px 3px rgba(0, 0, 0, .08);--shadow-md: 0 4px 16px rgba(0, 0, 0, .1);--shadow-lg: 0 8px 32px rgba(0, 0, 0, .14);--transition: .15s ease;--font: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, sans-serif}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font);font-size:14px;color:var(--grey-700);background:var(--grey-50);-webkit-font-smoothing:antialiased;min-height:100vh}a{color:inherit;text-decoration:none}button{font-family:var(--font);cursor:pointer}img{max-width:100%;display:block}input,select,textarea{font-family:var(--font)}.btn{display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:600;padding:8px 16px;border-radius:var(--radius-sm);border:none;cursor:pointer;transition:all var(--transition);white-space:nowrap;font-family:var(--font);text-decoration:none}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-primary{background:var(--red);color:var(--white)}.btn-primary:hover:not(:disabled){background:var(--red-dark)}.btn-secondary{background:var(--grey-100);color:var(--grey-700);border:1px solid var(--grey-200)}.btn-secondary:hover:not(:disabled){background:var(--grey-200)}.btn-ghost{background:transparent;color:var(--grey-600);border:1px solid var(--grey-200)}.btn-ghost:hover:not(:disabled){background:var(--grey-100)}.btn-danger{background:var(--danger-bg);color:var(--danger);border:1px solid #fca5a5}.btn-danger:hover:not(:disabled){background:#fecaca}.btn-success{background:var(--success-bg);color:var(--success);border:1px solid #6ee7b7}.btn-sm{padding:5px 12px;font-size:12px}.btn-lg{padding:11px 22px;font-size:14px}.btn-icon{padding:7px;border-radius:var(--radius-sm)}.btn-full{width:100%;justify-content:center}.form-group{display:flex;flex-direction:column;gap:5px}.form-label{font-size:12px;font-weight:600;color:var(--grey-600)}.form-label .req{color:var(--red);margin-left:2px}.form-control{width:100%;height:38px;padding:0 12px;border:1.5px solid var(--grey-200);border-radius:var(--radius-sm);font-size:13.5px;font-family:var(--font);color:var(--grey-800);background:var(--white);transition:border-color var(--transition);outline:none}.form-control:focus{border-color:var(--red)}.form-control.error{border-color:var(--danger)}textarea.form-control{height:auto;padding:10px 12px;resize:vertical}select.form-control{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;padding-right:32px}.form-error{font-size:11.5px;color:var(--danger)}.form-hint{font-size:11.5px;color:var(--grey-500)}.card{background:var(--white);border:1px solid var(--grey-200);border-radius:var(--radius-lg);overflow:hidden}.card-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid var(--grey-100)}.card-title{font-size:14px;font-weight:700;color:var(--grey-800)}.card-body{padding:20px}.table-wrap{overflow-x:auto}.cms-table{width:100%;border-collapse:collapse;font-size:13px}.cms-table th{text-align:left;padding:10px 16px;font-size:11px;font-weight:700;color:var(--grey-500);text-transform:uppercase;letter-spacing:.05em;background:var(--grey-50);border-bottom:1px solid var(--grey-200)}.cms-table td{padding:12px 16px;border-bottom:1px solid var(--grey-100);vertical-align:middle}.cms-table tr:last-child td{border-bottom:none}.cms-table tr:hover td{background:var(--grey-50)}.badge{display:inline-flex;align-items:center;gap:4px;font-size:11px;font-weight:600;padding:2px 8px;border-radius:20px;white-space:nowrap}.badge-new{background:var(--info-bg);color:var(--info)}.badge-contacted{background:var(--warning-bg);color:var(--warning)}.badge-booked{background:#ede9fe;color:#7c3aed}.badge-completed{background:var(--success-bg);color:var(--success)}.badge-lost{background:var(--grey-100);color:var(--grey-500)}.badge-active{background:var(--success-bg);color:var(--success)}.badge-inactive{background:var(--grey-100);color:var(--grey-500)}.badge-draft{background:var(--warning-bg);color:var(--warning)}.badge-published{background:var(--success-bg);color:var(--success)}.badge-selling{background:var(--info-bg);color:var(--info)}.badge-sold{background:var(--grey-100);color:var(--grey-500)}.badge-red{background:var(--red-light);color:var(--red)}.stat-card{background:var(--white);border:1px solid var(--grey-200);border-radius:var(--radius-lg);padding:20px;display:flex;flex-direction:column;gap:8px}.stat-card-icon{width:40px;height:40px;border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center}.stat-card-value{font-size:28px;font-weight:800;color:var(--grey-800);letter-spacing:-.02em;line-height:1}.stat-card-label{font-size:12px;color:var(--grey-500);font-weight:500}.stat-card-delta{font-size:11.5px;display:flex;align-items:center;gap:3px}.stat-card-delta.up{color:var(--success)}.stat-card-delta.down{color:var(--danger)}.alert{display:flex;align-items:flex-start;gap:10px;padding:12px 16px;border-radius:var(--radius-md);font-size:13px;line-height:1.5}.alert-success{background:var(--success-bg);color:#065f46}.alert-danger{background:var(--danger-bg);color:#991b1b}.alert-warning{background:var(--warning-bg);color:#92400e}.alert-info{background:var(--info-bg);color:#1e40af}.page-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px;flex-wrap:wrap;gap:12px}.page-header-left{display:flex;flex-direction:column;gap:3px}.page-title{font-size:20px;font-weight:800;color:var(--grey-800);letter-spacing:-.02em}.page-subtitle{font-size:13px;color:var(--grey-500)}.page-header-actions{display:flex;align-items:center;gap:8px}.empty-state{text-align:center;padding:60px 20px;display:flex;flex-direction:column;align-items:center;gap:10px}.empty-state-icon{width:56px;height:56px;border-radius:50%;background:var(--grey-100);display:flex;align-items:center;justify-content:center;color:var(--grey-400);margin-bottom:4px}.empty-state-title{font-size:15px;font-weight:700;color:var(--grey-700)}.empty-state-sub{font-size:13px;color:var(--grey-500);max-width:320px;line-height:1.6}.divider{border:none;border-top:1px solid var(--grey-200)}@keyframes spin{to{transform:rotate(360deg)}}.spinner{width:18px;height:18px;border-radius:50%;border:2px solid var(--grey-200);border-top-color:var(--red);animation:spin .65s linear infinite;flex-shrink:0}.spinner-lg{width:36px;height:36px;border-width:3px}.page-loading{min-height:60vh;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:14px;color:var(--grey-400);font-size:13px}.dropdown{position:relative;display:inline-flex}.dropdown-menu{position:absolute;top:calc(100% + 6px);right:0;background:var(--white);border:1px solid var(--grey-200);border-radius:var(--radius-md);box-shadow:var(--shadow-lg);min-width:160px;z-index:200;overflow:hidden;animation:dropIn .12s ease}@keyframes dropIn{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.dropdown-item{display:flex;align-items:center;gap:8px;padding:9px 14px;font-size:13px;color:var(--grey-700);background:none;border:none;width:100%;cursor:pointer;font-family:var(--font);transition:background var(--transition);text-decoration:none}.dropdown-item:hover{background:var(--grey-50)}.dropdown-item.danger{color:var(--danger)}.dropdown-item.danger:hover{background:var(--danger-bg)}.dropdown-divider{border:none;border-top:1px solid var(--grey-100);margin:4px 0}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);z-index:500;display:flex;align-items:flex-start;justify-content:center;padding:40px 20px;overflow-y:auto;animation:fadeIn .15s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);width:100%;max-width:520px;animation:modalIn .2s cubic-bezier(.34,1.56,.64,1);margin:auto}.modal-lg{max-width:720px}@keyframes modalIn{0%{opacity:0;transform:scale(.94) translateY(12px)}to{opacity:1;transform:scale(1) translateY(0)}}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:18px 20px;border-bottom:1px solid var(--grey-100)}.modal-title{font-size:15px;font-weight:700;color:var(--grey-800)}.modal-close{width:28px;height:28px;border-radius:50%;border:none;background:var(--grey-100);color:var(--grey-500);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all var(--transition)}.modal-close:hover{background:var(--grey-200)}.modal-body{padding:20px}.modal-footer{padding:16px 20px;border-top:1px solid var(--grey-100);display:flex;justify-content:flex-end;gap:8px}.search-wrap{position:relative}.search-wrap svg{position:absolute;left:10px;top:50%;transform:translateY(-50%);color:var(--grey-400);pointer-events:none}.search-input{padding-left:32px!important}.toggle{position:relative;display:inline-flex;align-items:center;gap:8px;cursor:pointer;-webkit-user-select:none;user-select:none}.toggle input{position:absolute;opacity:0;width:0}.toggle-track{width:36px;height:20px;border-radius:10px;background:var(--grey-300);transition:background var(--transition);position:relative;flex-shrink:0}.toggle input:checked~.toggle-track{background:var(--red)}.toggle-thumb{position:absolute;top:2px;left:2px;width:16px;height:16px;border-radius:50%;background:var(--white);box-shadow:0 1px 3px #0003;transition:transform var(--transition)}.toggle input:checked~.toggle-track .toggle-thumb{transform:translate(16px)}.toggle-label{font-size:13px;color:var(--grey-600)}.role-pill{display:inline-flex;align-items:center;gap:4px;font-size:11px;font-weight:600;padding:2px 8px;border-radius:20px}.role-super_admin{background:#1a1a1a;color:#fff}.role-company_admin{background:var(--red-light);color:var(--red)}.role-manager{background:#ede9fe;color:#7c3aed}.role-editor{background:var(--info-bg);color:var(--info)}.role-agent{background:var(--grey-100);color:var(--grey-600)}.pagination{display:flex;align-items:center;gap:4px;flex-wrap:wrap}.page-btn{min-width:32px;height:32px;padding:0 8px;border-radius:var(--radius-sm);font-size:12px;font-weight:600;border:1px solid var(--grey-200);background:var(--white);color:var(--grey-600);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all var(--transition);font-family:var(--font)}.page-btn:hover:not(:disabled){border-color:var(--red);color:var(--red);background:var(--red-xlight)}.page-btn.active{background:var(--red);border-color:var(--red);color:var(--white)}.page-btn:disabled{opacity:.4;cursor:not-allowed}
