:root{--bg:#FAFAFA;--surface:#FFFFFF;--surface-hover:#F8F9FA;--surface-accent:#F8FAFF;--text-primary:#1A1A1A;--text-secondary:#374151;--text-muted:#6B7280;--text-faint:#9CA3AF;--text:#1A1A1A;--border:#E8EAED;--border-light:#F1F3F5;--border-hover:#D1D5DB;--accent:#3B82F6;--accent-hover:#2563EB;--teal:#06B6D4;--gradient:linear-gradient(135deg,#3B82F6,#06B6D4);--success:#059669;--success-bg:#ECFDF5;--warning:#D97706;--warning-bg:#FFFBEB;--danger:#DC2626;--danger-bg:#FEF2F2;--danger-hover:#B91C1C;--info-bg:#EFF6FF;--radius:8px;--radius-sm:8px;--radius-md:12px;--radius-pill:100px;--content-max-width:800px;--page-max-width:1200px;--nav-height:64px}*,:after,:before{box-sizing:border-box}body{margin:0;background:var(--bg);line-height:1.6}body,h1,h2,h3{color:var(--text)}h1,h2,h3{margin-top:0}h1{font-size:1.75rem;font-weight:700}h2{font-size:1.25rem}h2,h3{font-weight:600}h3{font-size:1.1rem}a{color:var(--accent);text-decoration:none}a:hover{color:var(--accent-hover);text-decoration:underline}hr{border:none;border-top:1px solid var(--border)}label{display:block;font-size:.875rem;color:var(--text-muted);margin-bottom:.25rem;font-weight:500}input,select,textarea{width:100%;padding:.5rem .75rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);color:var(--text);font-size:.9375rem;font-family:inherit;outline:none;transition:border-color .15s}input:focus,select:focus,textarea:focus{border-color:var(--accent);box-shadow:0 0 0 2px rgba(59,130,246,.2)}input::placeholder,textarea::placeholder{color:var(--text-muted)}input[type=file]{padding:.375rem;cursor:pointer}input[type=file]::-webkit-file-upload-button{background:var(--accent);color:#fff;border:none;padding:.375rem 1rem;border-radius:var(--radius);font-size:.875rem;font-weight:500;font-family:inherit;cursor:pointer;margin-right:.75rem;-webkit-transition:background .15s;transition:background .15s}input[type=file]::file-selector-button{background:var(--accent);color:#fff;border:none;padding:.375rem 1rem;border-radius:var(--radius);font-size:.875rem;font-weight:500;font-family:inherit;cursor:pointer;margin-right:.75rem;transition:background .15s}input[type=file]::-webkit-file-upload-button:hover{background:var(--accent-hover)}input[type=file]::file-selector-button:hover{background:var(--accent-hover)}input:disabled,select:disabled,textarea:disabled{opacity:.5;cursor:not-allowed}button{padding:.5rem 1.25rem;border-radius:var(--radius);font-size:.9375rem;font-family:inherit;font-weight:500;cursor:pointer;transition:background .15s,border-color .15s,opacity .15s;border:1px solid var(--border);background:var(--surface);color:var(--text)}button:hover{background:var(--surface-hover)}button:disabled{opacity:.5;cursor:not-allowed}table{width:100%;border-collapse:collapse}th{text-align:left;font-weight:600;font-size:.875rem;color:var(--text-muted);border-bottom:2px solid var(--border)}td,th{padding:.5rem .75rem}td{border-bottom:1px solid var(--border)}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);padding:1.25rem;transition:box-shadow .2s}.card:hover{box-shadow:0 2px 8px rgba(0,0,0,.04)}.btn-primary{background:var(--accent);color:#fff;border:none;padding:.5rem 1.25rem;border-radius:var(--radius);font-weight:500;cursor:pointer;text-decoration:none;display:inline-block;font-size:.9375rem;transition:background .15s}.btn-primary:hover{background:var(--accent-hover);color:#fff;text-decoration:none}.btn-secondary{background:var(--surface);color:var(--text);border:1px solid var(--border);padding:.5rem 1.25rem;border-radius:var(--radius);font-weight:500;cursor:pointer;text-decoration:none;display:inline-block;font-size:.9375rem;transition:background .15s}.btn-secondary:hover{background:var(--surface-hover);text-decoration:none}.btn-danger{background:var(--danger);color:#fff;border:none;padding:.5rem 1.25rem;border-radius:var(--radius);font-weight:500;cursor:pointer;font-size:.9375rem;transition:background .15s}.btn-danger:hover{background:var(--danger-hover)}.btn-ghost{background:transparent;padding:.5rem 1rem;border-radius:var(--radius);font-size:.9375rem;transition:background .15s,color .15s}.btn-ghost:hover{background:var(--surface-hover);color:var(--text)}.btn-sm{padding:.25rem .75rem;font-size:.8125rem}.btn-ghost{background:none;border:none;color:var(--text-muted);cursor:pointer;font-size:.8125rem;font-weight:500;padding:.25rem .5rem;border-radius:var(--radius,6px);transition:color .15s,background .15s}.btn-ghost:hover{color:var(--danger);background:var(--danger-bg)}.page-header{justify-content:space-between;margin-bottom:1.5rem}.center-layout,.page-header{display:flex;align-items:center}.center-layout{min-height:calc(100vh - 57px);justify-content:center}.center-layout>div{width:100%;max-width:420px;padding:2rem}.top-nav{background:var(--surface);border-bottom:1px solid var(--border);height:var(--nav-height);position:-webkit-sticky;position:sticky;top:0;z-index:50;justify-content:center}.top-nav,.top-nav-inner{display:flex;align-items:center}.top-nav-inner{width:100%;max-width:var(--page-max-width);padding:0 24px;justify-content:space-between}.top-nav-left{gap:32px}.top-nav-left,.top-nav-links{display:flex;align-items:center}.top-nav-links{gap:28px}.top-nav-link{font-size:15px;font-weight:500;color:var(--text-muted);text-decoration:none;padding:20px 0;border-bottom:2px solid transparent;transition:color .15s}.top-nav-link:hover{color:var(--text-primary);text-decoration:none}.top-nav-link.active{color:var(--text-primary);border-bottom-color:var(--text-primary)}.top-nav-link.disabled{opacity:.4;pointer-events:none}.top-nav-right{display:flex;align-items:center;gap:12px}.notif-bell-btn,.notif-bell-wrapper{position:relative}.notif-bell-btn{display:flex;align-items:center;justify-content:center;width:36px;height:36px;padding:0;flex-shrink:0;border-radius:50%;border:1px solid var(--border);background:var(--surface);color:var(--text-muted);cursor:pointer;transition:border-color .15s,color .15s}.notif-bell-btn:hover{border-color:var(--text-primary);color:var(--text-primary)}.notif-badge{top:-4px;right:-4px;min-width:18px;height:18px;border-radius:9px;background:#EF4444;color:#fff;font-size:10px;font-weight:700;align-items:center;justify-content:center;padding:0 4px;line-height:1}.notif-badge,.notif-dropdown{position:absolute;display:flex}.notif-dropdown{right:0;top:calc(100% + 8px);width:360px;max-height:480px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);z-index:60;box-shadow:0 10px 40px rgba(0,0,0,.1),0 2px 8px rgba(0,0,0,.05);animation:dropdownFadeIn .15s ease;flex-direction:column}.notif-header{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;border-bottom:1px solid var(--border-light);font-size:14px}.notif-mark-all{background:none;border:none;color:var(--accent);font-size:12px;cursor:pointer;font-family:inherit;padding:0}.notif-mark-all:hover{text-decoration:underline}.notif-list{overflow-y:auto;flex:1 1;max-height:420px}.notif-empty{padding:32px 16px;text-align:center;color:var(--text-muted);font-size:13px}.notif-item{display:flex;align-items:flex-start;gap:6px;width:100%;padding:10px 14px;border:none;background:none;text-align:left;cursor:pointer;border-bottom:1px solid var(--border-light);font-family:inherit;transition:background .15s}.notif-item:hover{background:var(--surface-hover)}.notif-item.unread{background:color-mix(in srgb,var(--accent) 6%,var(--surface))}.notif-item.unread:hover{background:color-mix(in srgb,var(--accent) 12%,var(--surface))}.notif-item-title{font-size:13px;font-weight:600;color:var(--text-primary);line-height:1.3}.notif-item-body{font-size:12px;color:var(--text-muted);margin-top:2px;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.notif-item-time{font-size:11px;color:var(--text-muted);margin-top:4px}.notif-delete-btn{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:22px;height:22px;border:none;background:transparent;border-radius:4px;color:var(--text-muted);cursor:pointer;opacity:0;transition:opacity .15s,background .15s,color .15s;margin-top:1px}.notif-item:hover .notif-delete-btn{opacity:1}.notif-delete-btn:hover{background:var(--error,#dc2626);color:white}@media (hover:none){.notif-delete-btn{opacity:.6;width:20px;height:20px}}.log-dropdown-wrapper{position:relative}.log-btn{display:inline-flex;align-items:center;gap:6px;padding:8px 18px;border-radius:var(--radius-pill);border:1px solid var(--border);color:var(--text-secondary);font-size:14px;font-weight:500;cursor:pointer;font-family:inherit;transition:border-color .15s,color .15s}.log-btn,.log-btn:hover{background:var(--surface)}.log-btn:hover{border-color:var(--text-primary);color:var(--text-primary)}.log-dropdown{position:absolute;right:0;top:calc(100% + 8px);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);min-width:200px;padding:6px;z-index:60;box-shadow:0 10px 40px rgba(0,0,0,.1),0 2px 8px rgba(0,0,0,.05);animation:dropdownFadeIn .15s ease}.log-dropdown-item{display:flex;align-items:center;gap:10px;padding:10px 14px;border-radius:8px;font-size:14px;color:var(--text-secondary);text-decoration:none;transition:background .15s;cursor:pointer;border:none;background:none;width:100%;font-family:inherit}.log-dropdown-item:hover{background:var(--surface-hover);text-decoration:none;color:var(--text-primary)}.log-dropdown-divider{height:1px;background:var(--border-light);margin:4px 0}@keyframes dropdownFadeIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.user-avatar{position:relative}.user-avatar-circle{width:36px;height:36px;border-radius:50%;color:#fff;font-size:13px;font-weight:600;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:opacity .15s;padding:0}.user-avatar-circle,.user-avatar-circle:hover{background:linear-gradient(135deg,#3B82F6,#06B6D4)}.user-avatar-circle:hover{opacity:.85}.user-avatar-dropdown{position:absolute;right:0;top:calc(100% + 8px);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);min-width:220px;padding:6px;z-index:60;box-shadow:0 10px 40px rgba(0,0,0,.1);animation:dropdownFadeIn .15s ease}.user-avatar-dropdown-header{padding:10px 14px}.user-avatar-name{font-weight:600;font-size:14px;color:var(--text-primary)}.user-avatar-email{font-size:13px;color:var(--text-muted)}.user-avatar-dropdown-divider{height:1px;background:var(--border-light);margin:4px 0}.user-avatar-dropdown-item{display:block;width:100%;padding:10px 14px;text-align:left;color:var(--text-secondary);background:none;border:none;font-size:14px;font-family:inherit;cursor:pointer;text-decoration:none;border-radius:8px;transition:background .15s}.user-avatar-dropdown-item:hover{background:var(--surface-hover);text-decoration:none;color:var(--text-primary)}.contextual-sidebar{width:200px;background:var(--surface);border-right:1px solid var(--border);position:fixed;left:0;top:var(--nav-height);height:calc(100vh - var(--nav-height));padding:16px 12px;z-index:40}.contextual-sidebar-title{font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--text-faint);margin-bottom:8px;padding:0 8px}.contextual-sidebar-divider{height:1px;background:var(--border);margin:8px}.contextual-sidebar-section{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--text-faint);padding:4px 8px 2px}.contextual-sidebar-link{display:block;padding:8px 12px;font-size:14px;font-weight:500;color:var(--text-muted);text-decoration:none;border-radius:8px;transition:background .15s,color .15s}.contextual-sidebar-link:hover{color:var(--text-primary);text-decoration:none}.contextual-sidebar-link.active{color:var(--text-primary);background:var(--surface-hover);font-weight:600}.host-content{min-height:calc(100vh - var(--nav-height))}.host-main{padding:1.5rem;max-width:var(--page-max-width);margin:0 auto}.host-content.with-sidebar .host-main{margin-left:200px}.section-with-sidebar{display:flex;min-height:calc(100vh - var(--nav-height))}.section-content{flex:1 1;padding:2rem;margin-left:200px;max-width:var(--page-max-width)}.host-main:has(.section-with-sidebar){max-width:none;padding:0}.mobile-nav-spacer{display:none}.mobile-bottom-nav{display:none;position:fixed;bottom:0;left:0;right:0;background:var(--surface);border-top:1px solid var(--border);z-index:50;justify-content:space-around;align-items:center;padding:0 8px env(safe-area-inset-bottom,0);min-height:56px}.mobile-tab{display:flex;flex-direction:column;align-items:center;gap:2px;font-size:11px;font-weight:500;color:var(--text-muted);padding:6px 12px;transition:color .15s}.mobile-tab,.mobile-tab:hover{text-decoration:none}.mobile-tab.active{color:var(--accent)}.mobile-tab.disabled{opacity:.3;pointer-events:none}.mobile-drawer-overlay{position:fixed;inset:0;background:rgba(0,0,0,.4);z-index:200;opacity:0;visibility:hidden;transition:opacity .25s ease,visibility .25s ease}.mobile-drawer-overlay.open{opacity:1;visibility:visible}.mobile-drawer{position:fixed;top:0;left:0;bottom:0;width:300px;max-width:85vw;background:var(--surface);z-index:210;transform:translateX(-100%);transition:transform .3s cubic-bezier(.22,1,.36,1);overflow-y:auto;-webkit-overflow-scrolling:touch;box-shadow:4px 0 24px rgba(0,0,0,.12)}.mobile-drawer.open{transform:translateX(0)}.mobile-drawer-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid var(--border);height:var(--nav-height)}.mobile-drawer-close{background:none;border:none;cursor:pointer;color:var(--text-muted);padding:4px}.mobile-drawer-nav{padding:12px 0}.mobile-drawer-section{margin-bottom:4px}.mobile-drawer-section-link{display:block;padding:12px 20px;font-size:15px;font-weight:600;color:var(--text-secondary);text-decoration:none;transition:background .15s}.mobile-drawer-section-link:hover{background:var(--surface-hover);text-decoration:none}.mobile-drawer-section-link.active{color:var(--accent)}.mobile-drawer-section-link.disabled{opacity:.3;pointer-events:none}.mobile-drawer-subitems{padding:0 0 8px}.mobile-drawer-subitem{display:block;padding:8px 20px 8px 36px;font-size:14px;font-weight:500;color:var(--text-muted);text-decoration:none;transition:background .15s,color .15s}.mobile-drawer-subitem:hover{background:var(--surface-hover);color:var(--text-primary);text-decoration:none}.mobile-drawer-subitem.active{color:var(--accent);font-weight:600}.mobile-drawer-divider{height:1px;background:var(--border);margin:8px 20px}.mobile-drawer-signout{display:block;width:100%;text-align:left;padding:10px 20px;font-size:14px;color:var(--danger);background:none;border:none;cursor:pointer;font-family:inherit}.mobile-drawer-signout:hover{background:var(--danger-bg)}.mobile-pill-bar{display:none;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:8px;padding:0 0 16px;margin:0 0 8px;border-bottom:1px solid var(--border-light)}.mobile-pill-bar::-webkit-scrollbar{display:none}.mobile-pill{flex-shrink:0;padding:6px 16px;border-radius:var(--radius-pill);font-size:13px;font-weight:500;color:var(--text-muted);text-decoration:none;white-space:nowrap;border:1px solid var(--border);background:var(--surface);transition:color .15s,border-color .15s,background .15s}.mobile-pill-divider{flex-shrink:0;color:var(--border);font-size:14px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.mobile-pill:hover{color:var(--text-primary);border-color:var(--border-hover);text-decoration:none}.mobile-pill.active{color:var(--accent);border-color:var(--accent);background:var(--surface-accent);font-weight:600}.top-nav-hamburger{display:none;background:none;border:none;cursor:pointer;color:var(--text-secondary);padding:8px;margin-right:4px;border-radius:var(--radius-sm);transition:background .15s;align-items:center;justify-content:center}.top-nav-hamburger:hover{background:var(--surface-hover)}.guest-layout{min-height:100vh;background:var(--bg)}.guest-portal-shell{min-height:100vh}.guest-header,.guest-portal-shell{display:flex;flex-direction:column}.guest-header{padding:1rem;text-align:center;border-bottom:1px solid var(--border);background:var(--surface);min-height:56px;align-items:center;justify-content:center;gap:.25rem}.guest-header-name{font-weight:700;font-size:1.25rem;color:var(--text-primary)}.guest-header-subtitle{font-size:.8125rem;color:var(--text-muted)}.guest-content{max-width:640px;margin:0 auto;padding:24px 16px 88px;flex:1 1;width:100%}.guest-powered-by{text-align:center;font-size:12px;color:var(--text-faint);padding:16px 0 72px}.guest-tab-bar{position:fixed;bottom:0;left:0;right:0;height:56px;background:var(--surface);border-top:1px solid var(--border);z-index:50;justify-content:space-around;padding:0 8px}.guest-tab,.guest-tab-bar{display:flex;align-items:center}.guest-tab{flex-direction:column;gap:2px;font-size:11px;font-weight:500;color:var(--text-muted);padding:6px 16px;transition:color .15s;position:relative}.guest-tab,.guest-tab:hover{text-decoration:none}.guest-tab.active{color:var(--accent)}.guest-tab-badge{position:absolute;top:2px;right:8px;min-width:16px;height:16px;background:var(--error);color:white;border-radius:8px;font-size:10px;font-weight:600;display:flex;align-items:center;justify-content:center;padding:0 4px}.guest-section{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:1rem 1.25rem;margin-bottom:1rem}.guest-section-title{font-size:.875rem;font-weight:600;margin-bottom:.75rem;color:var(--text-primary)}.guest-codes-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));grid-gap:.75rem;gap:.75rem}.guest-code-card{background:var(--bg);border:1px solid var(--border);border-radius:8px;padding:.75rem;text-align:center;cursor:pointer;transition:border-color .15s,background .15s;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}.guest-code-card:active{background:var(--surface-hover);border-color:var(--accent)}.guest-code-card-label{font-size:.7rem;color:var(--text-muted);margin-bottom:.25rem}.guest-code-card-value{font-family:monospace;font-weight:700;font-size:1.25rem;letter-spacing:.1em;color:var(--text-primary)}.guest-code-card-copied{color:var(--success);font-size:.8125rem;font-weight:600}.guest-wifi-row{display:flex;gap:1.5rem;flex-wrap:wrap}.guest-wifi-item-label{font-size:.75rem;color:var(--text-muted);margin-bottom:.25rem}.guest-wifi-item-value{font-weight:600;color:var(--text-primary)}.guest-wifi-password{font-family:monospace;font-size:1.125rem;cursor:pointer}.guest-quick-links{display:grid;grid-template-columns:1fr;grid-gap:.75rem;gap:.75rem;margin-top:1rem}.guest-quick-link{display:flex;align-items:center;gap:.75rem;padding:.875rem 1rem;background:var(--surface);border:1px solid var(--border);border-radius:12px;text-decoration:none;color:var(--text-primary);font-weight:500;font-size:.9375rem;transition:border-color .15s,background .15s}.guest-quick-link:hover{border-color:var(--border-hover);background:var(--surface-hover);text-decoration:none}.guest-quick-link-icon{width:32px;height:32px;border-radius:8px;display:flex;align-items:center;justify-content:center;background:var(--surface-accent);flex-shrink:0}.guest-instructions-text{white-space:pre-wrap;line-height:1.6;color:var(--text-secondary);font-size:.9375rem}.guest-messages-list{display:flex;flex-direction:column;gap:.5rem;margin-bottom:.75rem;min-height:200px}.guest-message-bubble{padding:.625rem .875rem;border-radius:1rem;max-width:85%;font-size:.875rem;line-height:1.5}.guest-message-bubble.from-guest{align-self:flex-end;background:var(--accent);color:white;border-bottom-right-radius:.25rem}.guest-message-bubble.from-host{align-self:flex-start;background:var(--bg);border:1px solid var(--border);border-bottom-left-radius:.25rem}.guest-message-meta{font-size:.7rem;margin-top:.25rem;color:var(--text-faint)}.guest-message-bubble.from-guest .guest-message-meta{color:rgba(255,255,255,.7)}.guest-message-form{display:flex;gap:.5rem;padding:.75rem 0}.guest-message-input{flex:1 1;padding:.625rem .875rem;border:1px solid var(--border);border-radius:1.5rem;font-size:.875rem;outline:none;transition:border-color .15s;background:var(--surface);color:var(--text-primary)}.guest-message-input:focus{border-color:var(--accent)}.guest-faq-item{border:1px solid var(--border);border-radius:12px;margin-bottom:.5rem;overflow:hidden;background:var(--surface)}.guest-faq-item[open]{border-color:var(--border-hover)}.guest-faq-question{padding:.875rem 1rem;font-weight:500;font-size:.9375rem;cursor:pointer;list-style:none;display:flex;align-items:center;justify-content:space-between;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;color:var(--text-primary)}.guest-faq-question::-webkit-details-marker{display:none}.guest-faq-question:after{content:"+";font-size:1.125rem;color:var(--text-muted);transition:transform .15s}.guest-faq-item[open] .guest-faq-question:after{content:"-"}.guest-faq-answer{padding:0 1rem .875rem;font-size:.875rem;color:var(--text-secondary);line-height:1.6}.guest-emergency{background:#fef2f2;border:1px solid #fecaca;border-radius:12px;padding:1rem 1.25rem;margin-bottom:1rem}.guest-emergency-title{font-weight:600;color:var(--error);margin-bottom:.5rem;font-size:.875rem}.guest-emergency-text{font-size:.875rem;color:var(--text-secondary);line-height:1.6}.cl-progress{margin-bottom:1.25rem}.cl-progress-bar{height:6px;border-radius:3px;background:var(--border,#e5e7eb);overflow:hidden}.cl-progress-fill{height:100%;border-radius:3px;background:var(--success,#059669);transition:width .3s ease}.cl-progress-label{font-size:.8rem;color:var(--text-muted,#6b7280);text-align:center;margin-top:.375rem}.cl-progress-done{color:var(--success,#059669);font-weight:600}.cl-banner{padding:.75rem 1rem;border-radius:var(--radius,12px);font-size:.875rem;font-weight:600;text-align:center;margin-bottom:.75rem}.cl-banner-success{background:var(--success-bg,#f0fdf4);color:var(--success,#059669)}.cl-banner-error{background:var(--error-bg,#fef2f2);color:var(--error,#dc2626)}.cl-step-card{background:var(--surface,#fff);border:1px solid var(--border,#e8eaed);border-radius:var(--radius,12px);padding:1rem;margin-bottom:.5rem;transition:border-color .15s ease}.cl-step-card.cl-step-done{border-color:var(--success,#059669);border-left:3px solid var(--success,#059669);opacity:.85}.cl-step-header{display:flex;align-items:flex-start;gap:.625rem}.cl-step-icon{width:28px;height:28px;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:1px}.cl-step-icon-done{background:var(--success,#059669);color:#fff}.cl-step-icon-pending{background:var(--accent-light,rgba(59,130,246,.1));color:var(--accent,#3b82f6)}.cl-step-info{flex:1 1;min-width:0}.cl-step-title{font-size:.9375rem;font-weight:600;color:var(--text-primary,#1a1a1a);line-height:1.3}.cl-step-optional{font-weight:400;margin-left:.375rem}.cl-step-optional,.cl-step-type-label{font-size:.75rem;color:var(--text-muted,#6b7280)}.cl-step-type-label{margin-top:2px}.cl-step-description{font-size:.8125rem;color:var(--text-secondary,#374151);line-height:1.5;margin:.5rem 0 0;padding-left:calc(28px + .625rem);white-space:pre-line}.cl-step-action{margin-top:.75rem;padding-left:calc(28px + .625rem)}.cl-action-btn{display:inline-flex;align-items:center;gap:.375rem}.cl-input-group{display:flex;gap:.5rem;align-items:flex-end}.cl-input-group-stack{flex-direction:column;align-items:stretch}.cl-input{width:100%;padding:.5rem .75rem;border-radius:8px;border:1px solid var(--border,#e8eaed);font-size:.875rem;font-family:inherit;background:var(--surface,#fff);transition:border-color .15s ease}.cl-input:focus{outline:none;border-color:var(--accent,#3b82f6)}.cl-input-short{max-width:160px}.cl-textarea{width:100%;padding:.5rem .75rem;border-radius:8px;border:1px solid var(--border,#e8eaed);font-size:.875rem;font-family:inherit;resize:vertical;background:var(--surface,#fff);transition:border-color .15s ease}.cl-textarea:focus{outline:none;border-color:var(--accent,#3b82f6)}.cl-agreement-content{max-height:200px;overflow-y:auto;padding:.75rem;background:var(--surface-alt,#f9fafb);border-radius:8px;border:1px solid var(--border,#e8eaed);font-size:.8125rem;line-height:1.6;white-space:pre-wrap}.cl-photo-action{display:flex;flex-direction:column;gap:.5rem}.cl-photo-buttons{display:flex;gap:.5rem;flex-wrap:wrap}.cl-photo-done-btn{display:inline-flex;align-items:center;padding:.375rem .875rem;border-radius:8px;border:none;background:var(--success,#059669);color:#fff;font-size:.8125rem;font-weight:500;cursor:pointer;transition:opacity .15s ease}.cl-photo-done-btn:hover{opacity:.9}.cl-photo-done-btn:disabled{opacity:.5;cursor:not-allowed}.cl-step-completed-value{margin-top:.5rem;padding-left:calc(28px + .625rem)}.cl-completed-text{font-size:.8125rem;color:var(--text-muted,#6b7280);font-style:italic;white-space:pre-line;margin:0}.cl-completed-signed{font-size:.8125rem;color:var(--success,#059669);margin:0}.cl-completed-photos{display:flex;gap:.375rem;flex-wrap:wrap}.cl-completed-photo{width:64px;height:64px;object-fit:cover;border-radius:6px;border:1px solid var(--border,#e8eaed)}.cl-complete-btn{display:block;width:100%;padding:.875rem;margin-top:1rem;border:2px solid #059669!important;border-radius:var(--radius,12px);background:#059669!important;color:#fff!important;font-size:1rem;font-weight:700;font-family:inherit;cursor:pointer;transition:background .15s ease,border-color .15s ease;-webkit-appearance:none;-moz-appearance:none;appearance:none}.cl-complete-btn:hover{background:#047857!important;border-color:#047857!important}.cl-complete-btn:disabled{background:#059669!important;opacity:.5;cursor:not-allowed}.guide-page-wrapper{position:relative}.guide-nav{position:-webkit-sticky;position:sticky;top:0;z-index:10;background:var(--bg,#fafafa);margin:0 -16px;padding:12px 16px 8px}.guide-nav-pills{display:flex;gap:8px;overflow-x:auto;scrollbar-width:none;-webkit-overflow-scrolling:touch;padding-bottom:4px}.guide-nav-pills::-webkit-scrollbar{display:none}.guide-nav-pill{flex-shrink:0;padding:6px 14px;border-radius:var(--radius-pill,100px);font-size:.8125rem;font-weight:500;color:var(--text-muted,#6b7280);background:var(--surface,#fff);border:1px solid var(--border,#e8eaed);cursor:pointer;transition:all .15s ease;white-space:nowrap;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;-moz-user-select:none;user-select:none}.guide-nav-pill:hover{border-color:var(--border-hover,#d1d5db);color:var(--text-secondary,#374151)}.guide-nav-pill.active{background:var(--accent,#3b82f6);color:#fff;border-color:var(--accent,#3b82f6)}.guide-nav-pill.relevant:not(.active){border-color:var(--accent,#3b82f6);color:var(--accent,#3b82f6)}.guide-relevant-badge{font-size:.6875rem;font-weight:600;color:var(--accent,#3b82f6);background:var(--accent-light,rgba(59,130,246,.1));padding:2px 8px;border-radius:var(--radius-pill,100px);white-space:nowrap}.guide-category{background:var(--surface,#fff);border:1px solid var(--border,#e8eaed);border-radius:var(--radius,12px);margin-bottom:.5rem;overflow:hidden;transition:border-color .15s ease}.guide-category-relevant{border-left:3px solid var(--accent,#3b82f6)}.guide-category-header{display:flex;align-items:center;gap:10px;width:100%;padding:.875rem 1rem;background:none;border:none;cursor:pointer;text-align:left;transition:background .15s ease;-webkit-tap-highlight-color:transparent}.guide-category-header:hover{background:var(--surface-hover,#f9fafb)}.guide-category-label{font-size:.9375rem;font-weight:600;color:var(--text-primary,#1a1a1a);flex:1 1;min-width:0}.guide-category-count{font-size:.6875rem;font-weight:600;color:var(--text-muted,#6b7280);background:var(--surface-dim,#f3f4f6);padding:1px 7px;border-radius:var(--radius-pill,100px);flex-shrink:0}.guide-category-chevron{flex-shrink:0;color:var(--text-muted,#6b7280);transition:transform .15s ease}.guide-category-chevron.expanded{transform:rotate(180deg)}.guide-category-body{padding:0 1rem 1rem}.guide-category-section{padding-top:.5rem}.guide-category-section+.guide-category-section{border-top:1px solid var(--border,#e8eaed);margin-top:.75rem;padding-top:.75rem}.guide-subsection-title{font-size:.8125rem;font-weight:600;color:var(--text-secondary,#374151);margin-bottom:.375rem}.guide-welcome-card{background:var(--surface,#fff);border:1px solid var(--border,#e8eaed);border-radius:12px;padding:1.25rem;margin-bottom:1rem}.guide-welcome-header{display:flex;align-items:center;gap:12px}.guide-welcome-icon{width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#3b82f6,#06b6d4);color:#fff;flex-shrink:0}.guide-welcome-info{flex:1 1;min-width:0}.guide-welcome-title{font-size:1rem;font-weight:600;color:var(--text-primary,#1a1a1a)}.guide-welcome-subtitle{font-size:.8125rem;color:var(--text-muted,#6b7280);margin-top:2px}.guide-welcome-toggle{flex-shrink:0;padding:6px 14px;border-radius:var(--radius,8px);font-size:.8125rem;font-weight:500;background:var(--accent,#3b82f6);color:#fff;border:none;cursor:pointer;transition:background .15s ease}.guide-welcome-toggle:hover{background:var(--accent-hover,#2563eb)}.guide-pdf-viewer{width:100%;height:60vh;border-radius:8px;border:1px solid var(--border,#e8eaed);margin-top:1rem}.guide-pdf-actions{display:flex;gap:8px;margin-top:.75rem}.guide-pdf-actions a{flex:1 1;display:block;padding:.625rem;border-radius:8px;font-size:.875rem;font-weight:500;text-align:center;text-decoration:none;transition:all .15s ease}.guide-pdf-btn-primary{background:var(--accent,#3b82f6);color:#fff;border:1px solid var(--accent,#3b82f6)}.guide-pdf-btn-primary:hover{background:var(--accent-hover,#2563eb)}.guide-pdf-btn-secondary{background:var(--surface,#fff);color:var(--text-secondary,#374151);border:1px solid var(--border,#e8eaed)}.guide-pdf-btn-secondary:hover{background:var(--surface-hover,#f8f9fa)}.guide-welcome-locked{background:var(--surface,#fff);border:1px solid var(--border,#e8eaed);border-radius:12px;padding:1.25rem;margin-bottom:1rem;position:relative;overflow:hidden}.guide-locked-preview{margin-top:1rem;padding:1.25rem;background:var(--bg,#fafafa);border-radius:8px;opacity:.4}.guide-locked-line{height:10px;background:var(--border,#e8eaed);border-radius:4px;margin-bottom:10px}.guide-locked-line:first-child{width:90%}.guide-locked-line:nth-child(2){width:70%}.guide-locked-line:nth-child(3){width:80%}.guide-locked-line:nth-child(4){width:55%}.guide-locked-line:nth-child(5){width:65%}.guide-locked-badge{display:inline-flex;align-items:center;gap:5px;padding:4px 10px;border-radius:var(--radius-pill,100px);background:rgba(168,85,247,.1);color:#a855f7;font-size:.75rem;font-weight:600;margin-top:8px}.guide-section-header{display:flex;align-items:center;gap:10px;margin-bottom:.75rem}.guide-section-icon{width:32px;height:32px;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.guide-section-icon.check-in{background:rgba(16,185,129,.1);color:#059669}.guide-section-icon.check-out,.guide-section-icon.checkout-checklist{background:rgba(217,119,6,.1);color:#d97706}.guide-section-icon.wifi{background:rgba(59,130,246,.1);color:#3b82f6}.guide-section-icon.parking{background:rgba(99,102,241,.1);color:#6366f1}.guide-section-icon.house-rules{background:rgba(239,68,68,.1);color:#dc2626}.guide-section-icon.appliances{background:rgba(107,114,128,.1);color:#4b5563}.guide-section-icon.amenities{background:rgba(16,185,129,.1);color:#059669}.guide-section-icon.local-recommendations,.guide-section-icon.local-recs{background:rgba(59,130,246,.1);color:#3b82f6}.guide-section-icon.emergency{background:rgba(239,68,68,.1);color:#dc2626}.guide-section-icon.custom{background:rgba(107,114,128,.1);color:#6b7280}.guide-section-title{font-size:.875rem;font-weight:600;color:var(--text-primary,#1a1a1a)}.guide-toc{display:none}@media (min-width:900px){.guide-toc{display:block;position:fixed;right:calc((100vw - 640px) / 2 - 200px);top:140px;width:160px}.guide-toc-title{font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--text-faint,#9ca3af);margin-bottom:10px;padding-left:12px}.guide-toc-item{display:block;padding:6px 12px;font-size:.8125rem;color:var(--text-muted,#6b7280);text-decoration:none;cursor:pointer;transition:all .15s ease;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;background:none;border:none;border-left:2px solid transparent;text-align:left;width:100%}.guide-toc-item:hover{color:var(--text-secondary,#374151)}.guide-toc-item.active{border-left-color:var(--accent,#3b82f6);font-weight:500}.guide-toc-item.active,.guide-toc-item.relevant:not(.active){color:var(--accent,#3b82f6)}}.guest-contact-cta{display:block;width:100%;padding:.875rem;background:var(--accent);color:white;border:none;border-radius:12px;font-size:1rem;font-weight:600;text-align:center;text-decoration:none;cursor:pointer;margin-top:1.5rem;transition:background .15s}.guest-contact-cta:hover{background:var(--accent-hover);text-decoration:none;color:white}.guest-copied-toast{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background:rgba(0,0,0,.8);color:white;padding:.5rem 1.25rem;border-radius:999px;font-size:.875rem;font-weight:500;z-index:100;pointer-events:none;animation:guest-toast-fade 1.5s ease-out forwards}@keyframes guest-toast-fade{0%{opacity:1}70%{opacity:1}to{opacity:0}}.trial-banner{padding:.625rem 1rem;text-align:center;font-weight:500;font-size:.875rem}.trial-banner.warning{background:var(--warning-bg);color:var(--warning);border-bottom:1px solid #fde68a}.trial-banner.error{background:var(--danger-bg);color:var(--danger);border-bottom:1px solid #fecaca}@media (max-width:1024px){.top-nav-links{display:none}.top-nav-hamburger{display:flex}.contextual-sidebar{display:none}.host-content.with-sidebar .host-main{margin-left:0}.section-with-sidebar{display:block}.section-content{padding:1.5rem;margin-left:0}.mobile-bottom-nav,.mobile-pill-bar{display:flex}.mobile-nav-spacer{display:block;height:calc(56px + env(safe-area-inset-bottom, 34px) + 24px)}.support-chat-toggle{bottom:72px}}@media (max-width:768px){.top-nav-inner{padding:0 16px}.host-main{padding:1rem}.log-btn{padding:8px 12px;font-size:13px}}.logo{display:flex;align-items:center;gap:.625rem}.logo,.logo:hover{text-decoration:none;color:var(--text-primary)}.logo span{font-size:1.125rem;font-weight:700;letter-spacing:-.02em;color:var(--text-primary)}.logo-pro-label{margin-left:4px;font-size:.7rem;font-weight:800;letter-spacing:.04em;background:linear-gradient(135deg,#7c3aed,#3b82f6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;vertical-align:super}.auth-nav{padding:1rem 1.5rem;justify-content:space-between;border-bottom:1px solid var(--border);background:var(--surface)}.auth-nav,.auth-nav-links{display:flex;align-items:center}.auth-nav-links{gap:.75rem}.auth-nav-links a{font-size:.875rem;font-weight:500;color:var(--text-muted);text-decoration:none;transition:color .15s}.auth-nav-links a:hover{color:var(--text);text-decoration:none}.pp-body{max-width:760px;margin:0 auto;padding:2.5rem 1.5rem 4rem}.pp-body h1{font-size:2rem;font-weight:800;letter-spacing:-.03em;color:var(--text-primary);margin-bottom:.5rem}.pp-updated{font-size:.85rem;color:var(--text-muted);margin-bottom:2rem;padding-bottom:1.25rem;border-bottom:1px solid var(--border)}.pp-body h2{font-size:1.25rem;font-weight:700;letter-spacing:-.02em;margin-top:2.25rem;margin-bottom:.75rem}.pp-body h2,.pp-body h3{color:var(--text-primary)}.pp-body h3{font-size:1rem;font-weight:600;margin-top:1.25rem;margin-bottom:.5rem}.pp-body p{font-size:.9rem;line-height:1.75;color:var(--text-secondary);margin-bottom:.75rem}.pp-body ul{list-style:disc;padding-left:1.5rem;margin-bottom:.75rem}.pp-body li{font-size:.9rem;line-height:1.75;color:var(--text-secondary);margin-bottom:.25rem}.pp-body li strong{color:var(--text-primary)}.pp-body a{color:var(--primary);text-decoration:underline;text-underline-offset:2px}.pp-body a:hover{color:var(--primary-hover)}.pp-table-wrap{overflow-x:auto;margin-bottom:.75rem}.pp-body table{width:100%;border-collapse:collapse;font-size:.85rem}.pp-body th{text-align:left;font-weight:600;color:var(--text-primary);background:var(--surface)}.pp-body td,.pp-body th{padding:.5rem .75rem;border-bottom:1px solid var(--border)}.pp-body td{color:var(--text-secondary);vertical-align:top}.pp-company{margin-top:2rem;font-size:.85rem;color:var(--text-muted)}.field,.field-row{margin-bottom:1rem}.field-row{display:flex;gap:1rem}.field-row>div{flex:1 1}.back-link{display:inline-block;color:var(--text-muted);font-size:.875rem;margin-bottom:1rem;text-decoration:none}.back-link:hover{color:var(--accent);text-decoration:none}.text-error{color:var(--danger)}.text-muted{color:var(--text-muted)}.text-success{color:var(--success)}.text-warning{color:var(--warning)}.stat-value{font-size:2rem;font-weight:700;margin:.25rem 0}.stat-label{font-size:.875rem;color:var(--text-muted)}.test-status{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem}.test-met{color:var(--success);font-weight:600}.test-not-met{color:var(--text-muted)}.progress-track{width:100%;height:12px;background:var(--border);border-radius:6px;margin:.5rem 0;overflow:hidden}.progress-fill{height:100%;border-radius:6px;transition:width .3s;background:var(--accent)}.progress-fill.complete{background:var(--success)}.grid-4{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:1rem;gap:1rem}.grid-2{display:grid;grid-template-columns:1fr 1fr;grid-gap:1.5rem;gap:1.5rem}.info-box{padding:.75rem 1rem;background:var(--surface-hover);border:1px solid var(--border);border-radius:var(--radius);font-size:.875rem;margin-bottom:1rem}.badge{display:inline-flex;align-items:center;font-size:.75rem;font-weight:500;padding:3px 10px;border-radius:var(--radius-pill);background:var(--info-bg);color:var(--accent);vertical-align:middle}.badge.badge-warning{background:var(--warning-bg);color:var(--warning)}.badge.badge-danger{background:var(--danger-bg);color:var(--danger)}.badge.badge-success{background:var(--success-bg);color:var(--success)}.badge.badge-info{background:var(--info-bg);color:var(--accent)}.badge.badge-neutral{background:#F3F4F6;color:var(--text-muted)}.plan-card{flex:1 1 250px;padding:1.5rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius)}.plan-card.current{border:2px solid var(--accent)}.plan-card ul{margin:0;padding-left:1.25rem}.plan-card li{margin-bottom:.375rem;font-size:.875rem;color:var(--text-muted)}.empty-state{color:var(--text-muted);padding:2rem 0}.form-wrapper{max-width:500px}.form-check{display:flex;align-items:center;gap:.625rem;padding:.75rem 1rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);cursor:pointer;transition:border-color .15s;margin-bottom:1rem}.form-check:hover{border-color:var(--accent)}.form-check input[type=checkbox]{accent-color:var(--accent);width:18px;height:18px;margin:0;cursor:pointer;flex-shrink:0}.form-check span{font-size:.9375rem;color:var(--text);line-height:1.4}.form-check .form-check-hint{font-size:.8rem;color:var(--text-muted,#6b7280)}.form-check a{color:var(--accent);text-decoration:underline}.mb-0{margin-bottom:0}.mb-1{margin-bottom:1rem}.mb-2{margin-bottom:1.5rem}.mb-3{margin-bottom:2rem}.mt-0{margin-top:0}.mt-2{margin-top:1.5rem}.gap-1{gap:1rem}.flex{display:flex}.flex-wrap{flex-wrap:wrap}.items-baseline{align-items:baseline}.justify-between{justify-content:space-between}.text-right{text-align:right}.font-medium{font-weight:500}.user-menu{position:relative}.user-menu-trigger{background:transparent;border:none;color:var(--text-muted);cursor:pointer;padding:.25rem .5rem;font-size:.875rem;border-radius:var(--radius);transition:color .15s,background .15s}.user-menu-trigger:hover{color:var(--text);background:var(--surface-hover)}.user-menu-dropdown{position:absolute;right:0;top:100%;margin-top:.25rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);min-width:180px;padding:.25rem 0;z-index:50;box-shadow:0 10px 40px rgba(0,0,0,.1)}.user-menu-dropdown a,.user-menu-dropdown button{display:block;width:100%;padding:.5rem 1rem;text-align:left;color:var(--text);background:none;border:none;font-size:.875rem;cursor:pointer;text-decoration:none;border-radius:0}.user-menu-dropdown a:hover,.user-menu-dropdown button:hover{background:var(--surface-hover);text-decoration:none}.support-chat-toggle{position:fixed;bottom:1.5rem;right:1.5rem;height:48px;border-radius:24px;background:var(--accent);color:#fff;border:none;font-size:.9375rem;font-weight:600;cursor:pointer;z-index:100;box-shadow:0 4px 12px rgba(0,0,0,.15);display:flex;align-items:center;justify-content:center;gap:.5rem;transition:background .15s,transform .15s;padding:0 1.25rem}.support-chat-toggle:hover{background:var(--accent-hover);transform:scale(1.03)}.support-chat-label{font-size:.875rem;font-weight:600;white-space:nowrap}.support-chat-panel{position:fixed;bottom:5rem;right:1.5rem;width:380px;max-height:520px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);z-index:100;display:flex;flex-direction:column;box-shadow:0 8px 24px rgba(0,0,0,.12)}.support-chat-header{padding:.75rem 1rem;border-bottom:1px solid var(--border);display:flex;justify-content:space-between;align-items:center;font-weight:600;font-size:.9375rem}.support-chat-header-info{display:flex;align-items:center;gap:.5rem}.support-chat-agent-dot{width:8px;height:8px;border-radius:50%;background:var(--success);flex-shrink:0}.support-chat-header-actions{display:flex;align-items:center;gap:.25rem}.support-chat-close,.support-chat-new{background:none;border:none;color:var(--text-muted);cursor:pointer;padding:.25rem;line-height:1;border-radius:4px;display:flex;align-items:center;justify-content:center}.support-chat-close:hover,.support-chat-new:hover{color:var(--text);background:var(--surface-hover)}.support-chat-close{font-size:1rem}.support-chat-messages{flex:1 1;overflow-y:auto;padding:.75rem;display:flex;flex-direction:column;gap:.5rem;min-height:200px;max-height:380px}.support-chat-empty{color:var(--text-muted);font-size:.875rem;text-align:center;padding:2rem 1rem}.support-chat-bubble{max-width:85%;padding:.5rem .75rem;border-radius:var(--radius);font-size:.875rem;line-height:1.5;word-wrap:break-word}.support-chat-user{align-self:flex-end;background:var(--accent);color:#fff}.support-chat-assistant{align-self:flex-start;background:var(--surface-hover);color:var(--text);border:1px solid var(--border)}.support-chat-typing{display:flex;gap:4px;padding:.25rem 0}.support-chat-typing span{width:6px;height:6px;background:var(--text-muted);border-radius:50%;animation:support-typing 1.2s infinite}.support-chat-typing span:nth-child(2){animation-delay:.2s}.support-chat-typing span:nth-child(3){animation-delay:.4s}@keyframes support-typing{0%,60%,to{opacity:.3;transform:scale(.8)}30%{opacity:1;transform:scale(1)}}.support-chat-disclaimer{padding:.375rem .75rem;font-size:.6875rem;color:var(--text-muted);text-align:center;border-top:1px solid var(--border)}.support-chat-input{padding:.5rem .75rem;display:flex;gap:.5rem;align-items:flex-end}.support-chat-input textarea{flex:1 1;resize:none;min-height:36px;max-height:80px;font-size:.875rem;padding:.375rem .625rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--bg);color:var(--text);font-family:inherit;outline:none}.support-chat-input textarea:focus{border-color:var(--accent)}.support-chat-input button{flex-shrink:0}.ops-layout{--bg:#050a10;--surface:#0b1220;--surface-hover:#111d33;--border:#1a2744;--text:#e8edf5;--text-primary:#e8edf5;--text-secondary:#c8d1e0;--text-muted:#7a8baa;--text-faint:#5a6b8a;--border-light:#1a2744;--border-hover:#2a3754;--accent:#3b82f6;--accent-hover:#2563eb;--teal:#06b6d4;--danger:#ef4444;--danger-hover:#dc2626;--success:#10b981;--warning:#f59e0b;--radius:8px;--muted:#111d33;--muted-foreground:#7a8baa;color:var(--text);color-scheme:dark;display:flex;min-height:100vh;background:var(--bg)}.ops-sidebar{width:220px;background:var(--surface);border-right:1px solid var(--border);display:flex;flex-direction:column;position:fixed;top:0;left:0;bottom:0;z-index:40}.ops-sidebar-header{padding:1rem 1.25rem;border-bottom:1px solid var(--border)}.ops-logo{font-size:1.1rem;font-weight:700}.ops-logo,.ops-logo:hover{color:var(--teal);text-decoration:none}.ops-sidebar-nav{flex:1 1;padding:.5rem 0;overflow-y:auto}.ops-nav-link{display:block;padding:.5rem 1.25rem;color:var(--text-muted);text-decoration:none;font-size:.9375rem;transition:background .15s,color .15s}.ops-nav-link:hover{background:var(--surface-hover);color:var(--text);text-decoration:none}.ops-sidebar-footer{padding:1rem 1.25rem;border-top:1px solid var(--border);display:flex;flex-direction:column;gap:.25rem}.ops-back-link{font-size:.875rem;color:var(--accent);text-decoration:none}.ops-back-link:hover{text-decoration:underline}.ops-admin-email{font-size:.75rem;color:var(--text-muted)}.ops-main{margin-left:220px;flex:1 1;padding:1.5rem 2rem;max-width:calc(100% - 220px)}.ops-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));grid-gap:1rem;gap:1rem;margin-bottom:1.5rem}.ops-toggle{position:relative;width:44px;height:24px;display:inline-block}.ops-toggle input{opacity:0;width:0;height:0}.ops-toggle-slider{position:absolute;cursor:pointer;inset:0;background:var(--border);border-radius:12px;transition:background .2s}.ops-toggle-slider:before{content:"";position:absolute;height:18px;width:18px;left:3px;bottom:3px;background:var(--text);border-radius:50%;transition:transform .2s}.ops-toggle input:checked+.ops-toggle-slider{background:var(--success)}.ops-toggle input:checked+.ops-toggle-slider:before{transform:translateX(20px)}.ops-table-container{overflow-x:auto}.ops-table{width:100%;border-collapse:collapse;font-size:.9375rem}.ops-table th{text-align:left;color:var(--text-muted);font-weight:500;font-size:.8125rem;text-transform:uppercase;letter-spacing:.05em}.ops-table td,.ops-table th{padding:.625rem .75rem;border-bottom:1px solid var(--border)}.ops-table tr:hover td{background:var(--surface-hover)}.ops-form-row{display:flex;gap:.75rem;align-items:flex-end;flex-wrap:wrap;margin-bottom:1.5rem}.ops-form-row .form-group{flex:1 1;min-width:150px}.ops-stat-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));grid-gap:1rem;gap:1rem;margin-bottom:1.5rem}.ops-stat-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1rem 1.25rem}.ops-stat-card .ops-stat-label{font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);margin-bottom:.25rem}.ops-stat-card .ops-stat-value{font-size:1.75rem;font-weight:700;line-height:1.2}.ops-stat-card .ops-stat-subtitle{font-size:.75rem;color:var(--text-muted);margin-top:.25rem}.ops-health-strip{display:flex;align-items:center;gap:1rem;padding:.75rem 1rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);margin-bottom:1.5rem;font-size:.875rem}.ops-health-dot{width:10px;height:10px;border-radius:50%;flex-shrink:0}.ops-health-dot.ok{background:var(--success)}.ops-health-dot.degraded{background:var(--warning)}.ops-health-dot.error{background:var(--danger)}.ops-search-bar{display:flex;gap:.75rem;align-items:flex-end;flex-wrap:wrap;margin-bottom:1.5rem}.ops-search-bar input[type=text],.ops-search-bar select{max-width:250px}.ops-pagination{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:1.5rem;font-size:.875rem}.ops-pagination button{padding:.375rem .75rem;font-size:.8125rem}.ops-pagination .ops-page-info{color:var(--text-muted)}.ops-detail-section{margin-bottom:2rem}.ops-detail-section h3{margin-bottom:.75rem;padding-bottom:.5rem;border-bottom:1px solid var(--border)}.ops-badge{display:inline-block;font-size:.6875rem;font-weight:600;padding:.125rem .5rem;border-radius:4px;text-transform:uppercase;letter-spacing:.03em}.ops-badge.trial{background:rgba(59,130,246,.15);color:var(--accent)}.ops-badge.starter{background:rgba(16,185,129,.15);color:var(--success)}.ops-badge.pro{background:rgba(168,85,247,.15);color:#a855f7}.ops-badge.superadmin{background:rgba(245,158,11,.15);color:var(--warning)}.ops-badge.expired{background:rgba(239,68,68,.15);color:var(--danger)}.ops-action-row{display:flex;gap:.5rem;flex-wrap:wrap;margin-bottom:1.5rem}.ops-inline-edit{display:flex;gap:.5rem;align-items:center;margin-bottom:.75rem}.ops-inline-edit label{min-width:120px;margin-bottom:0;font-size:.8125rem;color:var(--text-muted)}.ops-inline-edit input,.ops-inline-edit select{flex:1 1;max-width:300px}.ops-member-table{width:100%;border-collapse:collapse;font-size:.875rem}.ops-member-table th{text-align:left;color:var(--text-muted);font-weight:500;font-size:.75rem;text-transform:uppercase;letter-spacing:.05em}.ops-member-table td,.ops-member-table th{padding:.5rem .75rem;border-bottom:1px solid var(--border)}.ops-activity-feed{list-style:none;padding:0;margin:0}.ops-activity-feed li{padding:.5rem 0;border-bottom:1px solid var(--border);font-size:.875rem;display:flex;justify-content:space-between;gap:1rem}.ops-activity-feed li:last-child{border-bottom:none}.ops-activity-action{color:var(--text);font-weight:500}.ops-activity-time{color:var(--text-muted);font-size:.75rem;white-space:nowrap}.ops-table tr.ops-clickable{cursor:pointer}.ops-table tr.ops-clickable:hover td{background:var(--surface-hover)}.ops-tab-bar{display:flex;gap:0;border-bottom:1px solid var(--border);margin-bottom:1.5rem;overflow-x:auto}.ops-tab{padding:.625rem 1.25rem;font-size:.875rem;font-weight:500;color:var(--text-muted);background:none;border:none;border-bottom:2px solid transparent;cursor:pointer;white-space:nowrap;transition:color .15s,border-color .15s;display:flex;align-items:center;gap:.5rem}.ops-tab:hover{color:var(--text);background:none}.ops-tab.active{color:var(--accent);border-bottom-color:var(--accent)}.ops-tab-badge{font-size:.6875rem;font-weight:600;background:var(--border);color:var(--text-muted);padding:.0625rem .375rem;border-radius:10px;min-width:1.25rem;text-align:center}.ops-tab.active .ops-tab-badge{background:rgba(59,130,246,.15);color:var(--accent)}.ops-row-detail{padding:1rem 1.25rem}.ops-json-block,.ops-row-detail{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);margin:.5rem 0}.ops-json-block{padding:.75rem 1rem;font-family:SF Mono,Fira Code,Cascadia Code,monospace;font-size:.8125rem;line-height:1.6;overflow-x:auto;white-space:pre-wrap;word-break:break-all;color:var(--text-muted);max-height:300px;overflow-y:auto}.ops-bar-chart{display:flex;flex-direction:column;gap:.25rem;margin:.75rem 0}.ops-bar-row{display:flex;align-items:center;gap:.5rem;font-size:.8125rem}.ops-bar-row .ops-bar-label{min-width:50px;color:var(--text-muted);text-align:right;flex-shrink:0}.ops-bar-fill{height:20px;background:var(--accent);border-radius:3px;min-width:2px;transition:width .3s;opacity:.7}.ops-bar-row .ops-bar-count{color:var(--text-muted);font-size:.75rem;min-width:28px}.ops-service-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));grid-gap:1rem;gap:1rem;margin-bottom:1.5rem}.ops-service-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1rem 1.25rem;display:flex;align-items:center;gap:.75rem}.ops-service-card .ops-service-name{font-weight:600;font-size:.9375rem}.ops-service-card .ops-service-status{font-size:.8125rem;color:var(--text-muted)}.ops-infra-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));grid-gap:1rem;gap:1rem;margin-bottom:1.5rem}.ops-infra-link{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:.75rem 1rem;text-decoration:none;color:var(--accent);font-size:.875rem;font-weight:500;transition:background .15s,border-color .15s;display:block}.ops-infra-link:hover{background:var(--surface-hover);border-color:var(--accent);text-decoration:none}.ops-infra-link .ops-infra-label{color:var(--text-muted);font-size:.75rem;font-weight:400;display:block;margin-bottom:.25rem}.ops-filter-row{display:flex;gap:.75rem;align-items:flex-end;flex-wrap:wrap;margin-bottom:1.25rem}.ops-filter-row .form-group{display:flex;flex-direction:column;gap:.25rem;min-width:140px}.ops-filter-row .form-group label{font-size:.75rem;color:var(--text-muted);margin-bottom:0}.ops-filter-row input,.ops-filter-row select{max-width:220px;font-size:.8125rem;padding:.375rem .625rem}.ops-delete-confirm{display:inline-flex;align-items:center;gap:.5rem;padding:.375rem .75rem;background:rgba(239,68,68,.1);border:1px solid var(--danger);border-radius:var(--radius);font-size:.8125rem;color:var(--danger)}.ops-task-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));grid-gap:1rem;gap:1rem;margin-bottom:2rem}.ops-task-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem;display:flex;flex-direction:column;gap:.75rem}.ops-task-card h3{margin:0;font-size:.9375rem;font-weight:600}.ops-task-card p{margin:0;font-size:.8125rem;color:var(--text-muted)}.ops-task-param{display:flex;flex-direction:column;gap:.25rem}.ops-task-param label{font-size:.75rem;color:var(--text-muted);font-weight:500}.ops-task-param input{font-size:.8125rem;padding:.375rem .625rem}.ops-task-status{display:inline-block;font-size:.75rem;font-weight:600;padding:.125rem .5rem;border-radius:9999px;text-transform:uppercase;letter-spacing:.025em}.ops-task-status.running{background:rgba(59,130,246,.15);color:#3b82f6}.ops-task-status.completed{background:rgba(34,197,94,.15);color:#16a34a}.ops-task-status.failed{background:rgba(239,68,68,.15);color:var(--danger)}.ops-task-output{margin-top:.5rem;padding:.75rem;background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);font-family:monospace;font-size:.8125rem;white-space:pre-wrap;max-height:200px;overflow-y:auto}.ops-billing-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));grid-gap:1rem;gap:1rem;margin-bottom:2rem}.ops-mrr-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem;text-align:center}.ops-mrr-card .stat-value{font-size:1.75rem;font-weight:700;margin-bottom:.25rem}.ops-mrr-card .stat-label{font-size:.75rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em}.ops-trial-badge{display:inline-block;font-size:.75rem;font-weight:600;padding:.125rem .5rem;border-radius:9999px}.ops-trial-badge.active{background:rgba(34,197,94,.15);color:#16a34a}.ops-trial-badge.expiring{background:rgba(251,191,36,.2);color:#d97706}.ops-trial-badge.expired{background:rgba(239,68,68,.15);color:var(--danger)}.ops-broadcast-form{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem;display:flex;flex-direction:column;gap:.75rem;margin-bottom:2rem;max-width:600px}.ops-broadcast-form textarea{min-height:100px;resize:vertical}.ops-broadcast-history{width:100%;border-collapse:collapse}.ops-broadcast-history td,.ops-broadcast-history th{text-align:left;padding:.625rem .75rem;border-bottom:1px solid var(--border);font-size:.8125rem}.ops-broadcast-history th{font-weight:600;color:var(--text-muted);font-size:.75rem;text-transform:uppercase;letter-spacing:.025em}.impersonation-banner{position:fixed;top:0;left:0;right:0;z-index:9999;display:flex;align-items:center;justify-content:center;gap:1rem;padding:.5rem 1rem;background:var(--warning,#f59e0b);color:#000;font-size:.875rem;font-weight:500}.impersonation-banner button{padding:.25rem .75rem;border:1px solid rgba(0,0,0,.3);border-radius:4px;background:rgba(255,255,255,.9);color:#000;font-size:.8125rem;font-weight:600;cursor:pointer}.impersonation-banner button:hover{background:#fff}.impersonation-banner button:disabled{opacity:.6;cursor:not-allowed}.ops-nav-separator{padding:.75rem 1.25rem .25rem;font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);margin-top:.5rem;border-top:1px solid var(--border)}.ops-ai-chat-thread{display:flex;flex-direction:column;gap:.75rem;margin:1rem 0}.ops-ai-chat-bubble{max-width:80%;padding:.625rem .875rem;border-radius:var(--radius);font-size:.875rem;line-height:1.55;word-wrap:break-word}.ops-ai-chat-bubble.user{align-self:flex-end;background:var(--accent);color:#fff}.ops-ai-chat-bubble.assistant{align-self:flex-start;background:var(--surface-hover);color:var(--text);border:1px solid var(--border)}.ops-ai-meta-row{display:flex;flex-wrap:wrap;gap:.375rem;margin-top:.375rem;font-size:.6875rem;color:var(--text-muted);align-items:center}.ops-ai-meta-badge{display:inline-block;font-size:.625rem;font-weight:600;padding:.0625rem .375rem;border-radius:3px;text-transform:uppercase;letter-spacing:.03em}.ops-ai-meta-badge.structured{background:rgba(16,185,129,.15);color:var(--success)}.ops-ai-meta-badge.ai_formatting{background:rgba(59,130,246,.15);color:var(--accent)}.ops-ai-meta-badge.ai_generated{background:rgba(168,85,247,.15);color:#a855f7}.ops-ai-meta-badge.fallback{background:rgba(239,68,68,.15);color:var(--danger)}.ops-ai-meta-badge.host_custom_reply{background:rgba(6,182,212,.15);color:var(--teal)}.ops-ai-severity{display:inline-block;font-size:.6875rem;font-weight:600;padding:.0625rem .5rem;border-radius:3px;text-transform:uppercase}.ops-ai-severity.action_required{background:rgba(239,68,68,.15);color:var(--danger)}.ops-ai-severity.notify_only{background:rgba(245,158,11,.15);color:var(--warning)}.ops-ai-context-toggle{font-size:.75rem;color:var(--accent);background:none;border:none;cursor:pointer;padding:.25rem 0;text-decoration:underline}.ops-ai-context-toggle:hover{color:var(--accent-hover);background:none}.ops-ai-timeline{display:flex;flex-direction:column;gap:.5rem;padding-left:1rem;border-left:2px solid var(--border);margin:.75rem 0}.ops-ai-timeline-entry{position:relative;font-size:.8125rem;padding:.25rem 0}.ops-ai-timeline-entry:before{content:"";position:absolute;left:-1.3rem;top:.5rem;width:8px;height:8px;border-radius:50%;background:var(--accent)}.ops-ai-timeline-entry .timeline-time{font-size:.6875rem;color:var(--text-muted)}.ops-ai-stacked-bar{display:flex;height:24px;border-radius:3px;overflow:hidden;background:var(--border)}.ops-ai-stacked-bar .segment{height:100%;min-width:1px;transition:width .3s}.ops-ai-stacked-bar .segment.structured{background:var(--success)}.ops-ai-stacked-bar .segment.ai_formatting{background:var(--accent)}.ops-ai-stacked-bar .segment.ai_generated{background:#a855f7}.ops-ai-stacked-bar .segment.fallback{background:var(--danger)}.ops-ai-stacked-bar .segment.unknown{background:var(--text-muted)}.ops-ai-stacked-bar .segment.host_custom_reply{background:var(--teal)}.ops-ai-cost-bar{height:18px;background:var(--border);border-radius:3px;overflow:hidden}.ops-ai-cost-bar-fill{height:100%;border-radius:3px;background:var(--accent);transition:width .3s}.ops-ai-config-section{margin-bottom:32px}.ops-ai-config-section-title{font-size:1.1rem;font-weight:600;margin-bottom:12px;padding-bottom:6px;border-bottom:1px solid var(--border)}.ops-ai-config-key{font-size:.85rem;background:var(--muted);padding:2px 6px;border-radius:3px;white-space:nowrap}.ops-ai-config-val{font-family:monospace;font-size:.9rem}.ops-ai-config-val-true{color:#16a34a}.ops-ai-config-val-false,.ops-ai-config-val-true{font-family:monospace;font-size:.9rem;font-weight:600}.ops-ai-config-val-false{color:#dc2626}.ops-ai-config-type{font-size:.8rem;color:var(--muted-foreground);text-transform:uppercase}.ops-ai-config-desc{font-size:.85rem;color:var(--muted-foreground);max-width:300px}.ops-ai-config-edit-row{display:flex;gap:6px;align-items:center}.ops-ai-config-add-row{display:flex;gap:8px;align-items:center;max-width:400px}.ops-input-sm{padding:4px 8px;font-size:.85rem}.ops-ai-meta-badge-green{background:rgba(16,185,129,.15);color:#34d399}.ops-ai-meta-badge-red{background:rgba(239,68,68,.15);color:#f87171}.ops-ai-prompt-editor{width:100%;min-height:300px;font-family:monospace;font-size:.85rem;line-height:1.5;padding:12px;border:1px solid var(--border);border-radius:6px;background:var(--muted);resize:vertical}.ops-ai-prompt-card{border:1px solid var(--border);border-radius:8px;padding:16px;margin-bottom:16px}.ops-ai-prompt-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.ops-ai-prompt-slug{font-family:monospace;font-size:.8rem;color:var(--muted-foreground)}.ops-ai-prompt-version-list{list-style:none;padding:0;margin:8px 0;max-height:200px;overflow-y:auto}.ops-ai-prompt-version-list li{display:flex;justify-content:space-between;align-items:center;padding:4px 8px;border-radius:4px;font-size:.85rem}.ops-ai-prompt-version-list li.active{background:var(--accent)}.ops-ai-prompt-variables{display:flex;flex-wrap:wrap;gap:4px;margin-top:8px}.ops-ai-var-badge{font-family:monospace;font-size:.75rem;background:rgba(59,130,246,.15);color:#60a5fa;padding:2px 6px;border-radius:3px}.ops-ai-kb-article{border:1px solid var(--border);border-radius:8px;padding:16px;margin-bottom:12px}.ops-ai-kb-article.disabled{opacity:.5}.ops-ai-kb-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:8px}.ops-ai-kb-content{white-space:pre-wrap;max-height:200px;overflow-y:auto;background:var(--muted);border-radius:4px}.ops-ai-kb-content,.ops-ai-kb-textarea{font-size:.9rem;line-height:1.5;padding:8px}.ops-ai-kb-textarea{width:100%;min-height:150px;border:1px solid var(--border);border-radius:4px;resize:vertical}.ops-ai-kb-meta{display:flex;gap:8px;margin-top:8px;align-items:center;font-size:.85rem;color:var(--muted-foreground)}.ops-ai-property-context-preview{font-family:monospace;font-size:.8rem;white-space:pre-wrap;background:var(--muted);padding:12px;border-radius:6px;max-height:300px;overflow-y:auto}.ops-ai-histogram{display:flex;align-items:flex-end;gap:4px;height:160px;padding:8px 0;border-bottom:1px solid var(--border)}.ops-ai-histogram-bar{flex:1 1;display:flex;flex-direction:column;align-items:center;gap:4px}.ops-ai-histogram-fill{width:100%;background:var(--accent);border-radius:3px 3px 0 0;min-height:2px;transition:height .3s}.ops-ai-histogram-label{font-size:.7rem;color:var(--muted-foreground);white-space:nowrap}.ops-ai-histogram-count{font-size:.75rem;font-weight:600}.ops-ai-threshold-line{border-left:2px dashed #dc2626;position:relative}.ops-ai-threshold-line:after{content:"threshold";position:absolute;top:-16px;left:-20px;font-size:.65rem;color:#dc2626}.ops-ai-playground-panel{border:1px solid var(--border);border-radius:8px;padding:16px;margin-bottom:16px}.ops-ai-playground-input{width:100%;min-height:80px;font-size:.9rem;padding:8px;border:1px solid var(--border);border-radius:4px;resize:vertical;margin-bottom:8px}.ops-ai-playground-output{background:var(--muted);padding:12px;border-radius:6px;font-size:.9rem;line-height:1.5;white-space:pre-wrap;max-height:400px;overflow-y:auto}.ops-ai-playground-stats{display:flex;gap:16px;margin-top:8px;font-size:.85rem;color:var(--muted-foreground)}.ops-ai-rating-stars{display:inline-flex;gap:2px}.ops-ai-star{cursor:pointer;font-size:1.2rem;color:var(--border);transition:color .15s}.ops-ai-star.filled,.ops-ai-star:hover{color:#f59e0b}.ops-ai-rating-form{display:flex;gap:8px;align-items:center;flex-wrap:wrap;margin-top:4px}.ops-ai-batch-results{max-height:400px;overflow-y:auto}.ops-ai-chat-bubble.system{align-self:center;max-width:90%;background:transparent;border:1px dashed var(--border);color:var(--text-muted);font-size:.8125rem;font-style:italic}.ops-ai-note-label{font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);margin-bottom:.25rem}.ops-ai-compose{margin-top:1.5rem;padding:1rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius)}.ops-ai-compose-tabs{display:flex;gap:0;border-bottom:1px solid var(--border);margin-bottom:.75rem}.ops-ai-compose-input{width:100%;min-height:60px;resize:vertical;font-size:.875rem;padding:.5rem .75rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--bg);color:var(--text);font-family:inherit;margin-bottom:.5rem}.ops-ai-compose-input:focus{border-color:var(--accent);outline:none}.ops-ai-budget-bar{padding:1rem 1.25rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);margin-bottom:1.5rem}.ops-ai-budget-bar.warning{border-color:var(--warning);background:rgba(245,158,11,.05)}.ops-ai-budget-bar.exceeded{border-color:var(--danger);background:rgba(239,68,68,.05)}.ops-ai-budget-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem;font-size:.875rem;font-weight:500}.ops-ai-budget-bar.warning .ops-ai-budget-header{color:var(--warning)}.ops-ai-budget-bar.exceeded .ops-ai-budget-header{color:var(--danger)}.ops-ai-budget-track{width:100%;height:8px;background:var(--border);border-radius:4px;overflow:hidden;margin-bottom:.375rem}.ops-ai-budget-fill{height:100%;border-radius:4px;background:var(--success);transition:width .3s}.ops-ai-budget-fill.warning{background:var(--warning)}.ops-ai-budget-fill.exceeded{background:var(--danger)}.ops-ai-budget-labels{display:flex;justify-content:space-between;font-size:.75rem;color:var(--text-muted)}.ops-ai-resolve-reply{margin-top:.375rem;padding:.5rem;background:var(--bg);border:1px solid var(--border);border-radius:var(--radius)}.ops-mobile-toggle{display:none;position:fixed;top:12px;left:12px;z-index:50;background:var(--surface);border:1px solid var(--border);color:var(--text);padding:8px 12px;border-radius:6px;cursor:pointer;font-size:1.2rem}.ops-mobile-overlay{display:none}@media (max-width:768px){.ops-sidebar{transform:translateX(-100%);transition:transform .2s ease;width:260px}.ops-sidebar.open{transform:translateX(0)}.ops-main{margin-left:0!important;padding:1rem!important}.ops-mobile-toggle{display:block}.ops-mobile-overlay{display:block;position:fixed;inset:0;background:rgba(0,0,0,.5);z-index:39}.ops-stat-grid{grid-template-columns:1fr 1fr!important}}.today-page{max-width:var(--content-max-width);margin:0 auto;padding:32px 24px 120px}.today-header{margin-bottom:32px}.today-header-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px}.today-title{font-size:28px;font-weight:700;letter-spacing:-.02em}.today-date{font-size:14px;color:var(--text-faint)}.pill-toggle{display:inline-flex;background:var(--border-light);padding:4px;gap:2px}.pill-btn,.pill-toggle{border-radius:var(--radius-pill)}.pill-btn{padding:8px 24px;border:none;font-size:14px;font-weight:500;cursor:pointer;transition:all .25s ease;font-family:inherit;color:var(--text-muted);background:transparent}.pill-btn.active{background:var(--surface);color:var(--text-primary);box-shadow:0 1px 3px rgba(0,0,0,.08),0 1px 2px rgba(0,0,0,.06)}.pill-btn:hover:not(.active){color:var(--text-secondary)}.today-section-title{font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--text-faint);margin-bottom:12px}.today-section-title.overdue{color:var(--danger)}.today-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);padding:20px 24px;transition:box-shadow .2s}.today-card:hover{box-shadow:0 2px 8px rgba(0,0,0,.04)}.today-card-overdue{border-left:3px solid var(--danger)}.today-dismiss-btn{background:none;border:1px solid var(--border,#e8eaed);border-radius:6px;padding:.2rem .6rem;font-size:.75rem;color:var(--text-muted,#6B7280);cursor:pointer;transition:background .15s,color .15s;font-family:inherit}.today-dismiss-btn:hover{background:var(--surface-hover,#F8F9FA);color:var(--text,#1A1A1A)}.today-event-row{display:flex;align-items:center;padding:14px 0;border-bottom:1px solid #f3f4f6;gap:14px}.today-event-row:last-child{border-bottom:none}.today-icon-circle{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.today-icon-circle.danger{background:var(--danger-bg);color:var(--danger)}.today-icon-circle.checkout{background:#FFF7ED;color:#EA580C}.today-icon-circle.checkin{background:var(--info-bg);color:#2563EB}.today-icon-circle.task{background:#F0FDF4;color:#16A34A}.today-icon-circle.warning{background:var(--warning-bg);color:var(--warning)}.today-icon-circle.info{background:var(--info-bg);color:var(--accent)}.today-event-name{font-weight:600;font-size:15px}.today-event-detail{font-size:13px;color:var(--text-muted);margin-top:2px}.today-event-right{display:flex;align-items:center;gap:12px;margin-left:auto;flex-shrink:0}.today-badge{display:inline-flex;align-items:center;padding:3px 10px;border-radius:var(--radius-pill);font-size:12px;font-weight:500;white-space:nowrap}.today-badge-green{background:var(--success-bg);color:var(--success)}.today-badge-amber{background:var(--warning-bg);color:var(--warning)}.today-badge-red{background:var(--danger-bg);color:var(--danger)}.today-badge-blue{background:var(--info-bg);color:#2563EB}.today-badge-gray{background:#F3F4F6;color:var(--text-muted)}.today-progress-track{height:4px;background:var(--border-light);border-radius:var(--radius-pill);overflow:hidden;flex:1 1}.today-progress-fill{height:100%;border-radius:var(--radius-pill);transition:width .5s ease}.today-progress-group{display:flex;align-items:center;gap:8px;min-width:120px}.today-progress-label{font-size:12px;color:var(--text-faint);min-width:32px}.today-log-reminder{background:var(--surface-accent);border:1px solid #dbeafe;border-radius:var(--radius-md);padding:20px 24px;display:flex;align-items:center;gap:14px;cursor:pointer;transition:box-shadow .2s;text-decoration:none}.today-log-reminder:hover{box-shadow:0 2px 8px rgba(0,0,0,.04);text-decoration:none}.today-log-reminder-text{font-size:14px;font-weight:500;color:var(--text-primary)}.today-log-reminder-sub{font-size:13px;color:var(--text-muted);margin-top:1px}.today-log-reminder-link{font-size:14px;color:var(--accent);font-weight:500;margin-left:auto;white-space:nowrap;text-decoration:none}.today-empty-state{text-align:center;padding:80px 20px}.today-empty-emoji{font-size:64px;margin-bottom:16px}.today-empty-title{font-size:22px;font-weight:600;margin-bottom:8px;letter-spacing:-.01em}.today-empty-text{font-size:15px;color:var(--text-faint);max-width:320px;margin:0 auto;line-height:1.6}.today-empty-btn{margin-top:24px;padding:10px 24px;border-radius:var(--radius-pill);border:1px solid var(--border-hover);background:var(--surface);font-size:14px;font-weight:500;cursor:pointer;font-family:inherit;color:var(--text-secondary);transition:all .2s}.today-empty-btn:hover{border-color:var(--text-primary);color:var(--text-primary)}.today-add-property{display:flex;align-items:center;gap:1rem;padding:.875rem 1.25rem;margin-bottom:1.5rem;border-radius:14px;background:linear-gradient(135deg,rgba(124,58,237,.06),rgba(59,130,246,.06),rgba(6,182,212,.06));border:1px solid rgba(124,58,237,.12);text-decoration:none;color:inherit;transition:border-color .2s,box-shadow .2s;cursor:pointer}.today-add-property:hover{border-color:rgba(124,58,237,.3);box-shadow:0 2px 12px rgba(124,58,237,.08);text-decoration:none}.today-add-property-art{flex-shrink:0}.today-add-property-text{flex:1 1;display:flex;flex-direction:column;gap:2px}.today-add-property-title{font-size:.95rem;font-weight:600;color:var(--text-primary)}.today-add-property-sub{font-size:.8rem;color:var(--text-muted,#6b7280)}.today-add-property-arrow{font-size:1.25rem;color:var(--text-muted,#9ca3af);transition:transform .2s}.today-add-property:hover .today-add-property-arrow{transform:translateX(3px);color:var(--accent,#3b82f6)}.today-sections{gap:24px}.today-sections,.today-upcoming{display:flex;flex-direction:column}.today-upcoming{gap:28px}.today-summary-strip{border-top:1px solid var(--border);background:var(--surface);padding:14px 0;position:-webkit-sticky;position:sticky;bottom:0;z-index:10}.today-summary-inner{max-width:var(--content-max-width);margin:0 auto;padding:0 24px}.today-summary-grid{display:flex;justify-content:space-between;align-items:center;gap:24px;flex-wrap:wrap}.today-summary-item{display:flex;align-items:center;gap:8px;cursor:pointer;color:inherit}.today-summary-item,.today-summary-item:hover{text-decoration:none}.today-summary-label{font-size:12px;color:var(--text-faint);font-weight:500;text-transform:uppercase;letter-spacing:.05em}.today-summary-value{font-size:13px;font-weight:600;color:var(--text-secondary)}.today-summary-sub{font-weight:400;color:var(--text-faint)}.today-reps-bar{width:80px;height:4px;background:var(--border-light);border-radius:var(--radius-pill);overflow:hidden}.today-reps-fill{height:100%;border-radius:var(--radius-pill);background:var(--teal)}@media (max-width:768px){.today-page{padding:16px 16px 120px}.today-header-row{flex-direction:column;align-items:flex-start;gap:4px;margin-bottom:16px}.today-summary-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px}.today-summary-item{justify-content:space-between}.today-event-right{flex-direction:column;align-items:flex-end;gap:6px}.today-progress-group{min-width:80px}.today-card{padding:16px}}.fin-page{display:flex;flex-direction:column;gap:24px}.fin-stat-cards{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:16px;gap:16px}.fin-stat-card{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:20px}.fin-stat-label{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);margin-bottom:6px}.fin-stat-value{font-size:1.5rem;font-weight:700;color:var(--text-primary)}.fin-stat-positive{color:var(--success)}.fin-stat-negative{color:var(--error)}.fin-charts-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:16px;gap:16px}.fin-chart-card{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:20px}.fin-chart-title{font-size:.85rem;font-weight:600;color:var(--text-secondary);margin-bottom:16px}.fin-bar-row{display:flex;align-items:center;gap:12px;margin-bottom:10px}.fin-bar-label{width:120px;font-size:.8rem;color:var(--text-secondary);flex-shrink:0;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.fin-bar-track{flex:1 1;height:8px;background:var(--bg);border-radius:4px;overflow:hidden}.fin-bar-fill{height:100%;border-radius:4px;background:var(--accent);transition:width .3s ease}.fin-bar-fill-teal{background:var(--teal)}.fin-bar-value{font-size:.8rem;font-weight:600;color:var(--text-primary);width:80px;text-align:right;flex-shrink:0}.fin-section-title{font-size:.85rem;font-weight:600;color:var(--text-secondary);margin-bottom:12px}.fin-table{width:100%;border-collapse:collapse;background:var(--surface);border:1px solid var(--border);border-radius:12px;overflow:hidden}.fin-table th{text-align:left;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);padding:12px 16px;border-bottom:1px solid var(--border);background:var(--surface-accent)}.fin-table td{padding:12px 16px;font-size:.85rem;color:var(--text-primary);border-bottom:1px solid var(--border-light)}.fin-table tr:last-child td{border-bottom:none}.fin-table-total td{font-weight:700;border-top:2px solid var(--border)}.fin-table .text-right{text-align:right}.comp-page{max-width:800px;margin:0 auto;display:flex;flex-direction:column;gap:24px}.comp-header{display:flex;justify-content:space-between;align-items:center}.comp-header h1{font-size:1.5rem;font-weight:700}.comp-year{font-size:.85rem;color:var(--text-muted)}.comp-card{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:24px}.comp-card-title{font-size:.85rem;font-weight:600;color:var(--text-secondary);margin-bottom:16px}.comp-progress-header{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:8px}.comp-progress-hours{font-size:1.5rem;font-weight:700;color:var(--text-primary)}.comp-progress-target{font-size:.85rem;color:var(--text-muted)}.comp-progress-bar{height:10px;background:var(--bg);border-radius:5px;overflow:hidden;margin-bottom:6px}.comp-progress-fill{height:100%;border-radius:5px;background:var(--accent);transition:width .3s ease}.comp-progress-fill-success{background:var(--success)}.comp-progress-pct{font-size:.75rem;color:var(--text-muted)}.comp-test-row{display:flex;justify-content:space-between;align-items:center;padding:12px 0;border-bottom:1px solid var(--border-light)}.comp-test-row:last-child{border-bottom:none}.comp-test-label{font-size:.85rem;color:var(--text-primary)}.comp-test-detail{font-size:.75rem;color:var(--text-muted);margin-top:2px}.comp-badge-pass{background:var(--success-bg);color:var(--success)}.comp-badge-fail,.comp-badge-pass{display:inline-block;font-size:.7rem;font-weight:600;padding:3px 10px;border-radius:999px}.comp-badge-fail{background:var(--error-bg);color:var(--error)}.comp-badge-warn{background:var(--warning-bg);color:var(--warning)}.comp-badge-na,.comp-badge-warn{display:inline-block;font-size:.7rem;font-weight:600;padding:3px 10px;border-radius:999px}.comp-badge-na{background:var(--surface-alt);color:var(--muted)}.comp-card-desc{color:var(--muted);line-height:1.5}.comp-card-cta,.comp-card-desc{font-size:.85rem}.comp-disclaimer{margin-top:24px;padding:16px;font-size:.8rem;color:var(--muted);border:1px solid var(--border);border-radius:8px;line-height:1.5}.comp-disclaimer a{color:var(--accent);text-decoration:underline}.comp-stat-row{display:flex;gap:16px;flex-wrap:wrap}.comp-stat-item{flex:1 1;min-width:140px}.comp-stat-value{font-size:1.25rem;font-weight:700;color:var(--text-primary)}.comp-stat-label{font-size:.75rem;color:var(--text-muted);margin-top:2px}.comp-table{width:100%;border-collapse:collapse}.comp-table th{text-align:left;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);padding:8px 0;border-bottom:1px solid var(--border)}.comp-table td{padding:10px 0;font-size:.85rem;color:var(--text-primary);border-bottom:1px solid var(--border-light)}.comp-table tr:last-child td{border-bottom:none}.comp-table .text-right{text-align:right}.comp-checklist-item{display:flex;align-items:center;gap:10px;padding:10px 0;border-bottom:1px solid var(--border-light)}.comp-checklist-item:last-child{border-bottom:none}.comp-checklist-icon{width:20px;height:20px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.7rem;flex-shrink:0}.comp-checklist-icon-pass{background:var(--success-bg);color:var(--success)}.comp-checklist-icon-fail{background:var(--error-bg);color:var(--error)}.comp-checklist-text{font-size:.85rem;color:var(--text-primary)}.prop-page{display:flex;flex-direction:column;gap:24px}.prop-summary-bar{display:flex;gap:24px;padding:16px 20px;background:var(--surface);border:1px solid var(--border);border-radius:12px}.prop-summary-item{display:flex;flex-direction:column}.prop-summary-value{font-size:1.25rem;font-weight:700;color:var(--text-primary)}.prop-summary-label{font-size:.75rem;color:var(--text-muted)}.prop-drafts-section{margin-bottom:1.5rem}.prop-drafts-heading{font-size:.9rem;font-weight:600;color:var(--text-muted);margin-bottom:.5rem}.prop-drafts-list{display:flex;flex-direction:column;gap:.5rem}.prop-draft-card{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;border:1px dashed var(--border-color,#e2e8f0);border-radius:8px;background:var(--bg-secondary,#f8fafc)}.prop-draft-info{font-size:.9rem}.prop-draft-actions{display:flex;gap:.5rem;align-items:center}.prop-card-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:16px;gap:16px}.prop-card{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:20px;text-decoration:none;color:inherit;transition:box-shadow .15s,border-color .15s;display:flex;flex-direction:column;gap:12px}.prop-card:hover{border-color:var(--border-hover);box-shadow:0 2px 8px rgba(0,0,0,.06)}.prop-card-name{font-size:1rem;font-weight:600;color:var(--text-primary)}.prop-card-location{font-size:.8rem;color:var(--text-muted);margin-top:-8px}.prop-card-stats{display:flex;gap:16px}.prop-card-stat{display:flex;flex-direction:column}.prop-card-stat-value{font-size:.95rem;font-weight:600;color:var(--text-primary)}.prop-card-stat-label{font-size:.7rem;color:var(--text-muted)}.prop-badge{display:inline-block;font-size:.7rem;font-weight:600;padding:2px 8px;border-radius:999px;background:var(--success-bg);color:var(--success);align-self:flex-start}.prop-card-header{display:flex;align-items:flex-start;gap:12px}.prop-card-thumb{object-fit:cover}.prop-card-thumb,.prop-card-thumb-placeholder{width:48px;height:48px;border-radius:8px;flex-shrink:0;background:var(--surface-alt,#f3f4f6)}.prop-card-thumb-placeholder{display:flex;align-items:center;justify-content:center;color:var(--text-muted)}.prop-card-header-text{flex:1 1;min-width:0}.prop-card-guest{display:flex;align-items:center;gap:8px;font-size:.8rem;flex-wrap:wrap}.prop-card-guest-name{font-weight:500;color:var(--text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:140px}.prop-card-guest-date{color:var(--text-muted);font-size:.75rem}.prop-card-alerts{display:flex;gap:8px;flex-wrap:wrap}.prop-card-alert{display:inline-flex;align-items:center;gap:4px;font-size:.7rem;font-weight:600;padding:2px 8px;border-radius:999px}.prop-card-alert-red{background:var(--error-bg,#fef2f2);color:var(--error,#dc2626)}.prop-card-alert-blue{background:var(--info-bg,#eff6ff);color:var(--info,#2563eb)}.prop-card-alert-amber{background:var(--warning-bg,#fffbeb);color:var(--warning,#d97706)}.prop-card-quicklinks{display:flex;gap:6px;flex-wrap:wrap}.prop-card-quicklink{font-size:.7rem;font-weight:500;padding:2px 8px;border-radius:10px;background:var(--accent-bg,#eff6ff);color:var(--accent,#2563eb);text-decoration:none;transition:background .15s}.prop-card-quicklink:hover{background:var(--accent-bg-hover,#dbeafe)}.prop-card-channels{display:flex;gap:6px;flex-wrap:wrap}.prop-card-channel-badge{font-size:.65rem;font-weight:500;padding:1px 6px;border-radius:4px;background:var(--surface-alt,#f3f4f6);color:var(--text-muted);text-transform:lowercase}.prop-summary-bar{flex-wrap:wrap}@media (max-width:1024px){.fin-stat-cards{grid-template-columns:repeat(2,1fr)}.fin-charts-row{grid-template-columns:1fr}.prop-card-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.fin-stat-cards,.prop-card-grid{grid-template-columns:1fr}.prop-summary-bar{flex-direction:column;gap:12px}}.status-tracker{justify-content:center;gap:0;padding:1rem 0}.status-step,.status-tracker{display:flex;align-items:center}.status-step{flex-direction:column;gap:6px;flex-shrink:0}.status-step-circle{width:32px;height:32px;border-radius:50%;border:2px solid var(--border,#e8eaed);display:flex;align-items:center;justify-content:center;transition:background .2s,border-color .2s,box-shadow .2s;color:#fff;font-size:.75rem}.status-step.completed .status-step-circle,.status-step.current .status-step-circle{background:var(--primary,#2563EB);border-color:var(--primary,#2563EB);color:#fff}.status-step.current .status-step-circle{box-shadow:0 0 0 3px rgba(37,99,235,.2)}.status-step.upcoming .status-step-circle{background:var(--surface,#fff);border-color:var(--border,#E8EAED);color:var(--text-muted,#6B7280)}.status-step.clickable{cursor:pointer}.status-step.clickable .status-step-circle:hover{border-color:var(--primary,#2563EB);background:rgba(37,99,235,.1);color:var(--primary,#2563EB)}.status-step-label{font-size:.75rem;font-weight:500;color:var(--text-muted,#6B7280)}.status-step.completed .status-step-label,.status-step.current .status-step-label{color:var(--text-primary,#1A1A1A);font-weight:600}.status-connector{flex:1 1;height:2px;min-width:40px;max-width:80px;background:var(--border,#E8EAED);margin:0 8px 22px;transition:background .2s}.status-connector.completed{background:var(--primary,#2563EB)}.status-tracker-cancel{background:none;border:none;font-size:.75rem;color:var(--text-muted,#6B7280);cursor:pointer;font-family:inherit;padding:.25rem .5rem;text-decoration:underline;text-underline-offset:2px}.status-tracker-cancel:hover{color:var(--danger,#DC2626)}.status-tracker-cancel:disabled{opacity:.5;cursor:not-allowed}.status-cancelled-badge{display:inline-block;font-size:.8rem;font-weight:600;padding:4px 12px;border-radius:999px;background:var(--danger-bg,#FEF2F2);color:var(--danger,#DC2626)}.status-spinner{width:14px;height:14px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .6s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}.status-tracker-medium{padding:.4rem 0;gap:0}.status-tracker-medium .status-step{gap:4px}.status-tracker-medium .status-step-circle{width:24px;height:24px}.status-tracker-medium .status-step-circle svg{width:11px;height:11px}.status-tracker-medium .status-step-label{font-size:.68rem}.status-tracker-medium .status-connector{min-width:24px;max-width:50px;margin:0 5px 18px}.status-tracker-medium .status-step.current .status-step-circle{box-shadow:0 0 0 2px rgba(37,99,235,.18)}.status-tracker-medium .status-spinner{width:11px;height:11px}.status-tracker-compact{padding:.4rem 0;gap:0}.status-tracker-compact .status-step{gap:4px}.status-tracker-compact .status-step-circle{width:22px;height:22px}.status-tracker-compact .status-step-circle svg{width:10px;height:10px}.status-tracker-compact .status-step-label{font-size:.62rem}.status-tracker-compact .status-connector{min-width:20px;max-width:40px;margin:0 4px 16px}.status-tracker-compact .status-step.current .status-step-circle{box-shadow:0 0 0 2px rgba(37,99,235,.2)}.status-tracker-compact .status-spinner{width:10px;height:10px}.cl-run-meta{display:flex;gap:1rem;flex-wrap:wrap;margin-bottom:1rem;font-size:.85rem;color:var(--text-muted,#6b7280)}.cl-progress-bar-host{height:8px}.cl-step-list{display:flex;flex-direction:column;gap:.5rem}.cl-step-card.cl-step-skipped{opacity:.6;border-color:var(--border,#e8eaed)}.cl-step-icon-skipped{background:var(--surface-dim,#f3f4f6);color:var(--text-muted,#6b7280)}.cl-host-actions{display:flex;gap:.5rem;align-items:center}.cl-list-grid{display:flex;flex-direction:column;gap:8px}.cl-list-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);padding:16px 20px;transition:box-shadow .2s}.cl-list-card:hover{box-shadow:0 2px 8px rgba(0,0,0,.04)}.cl-list-card a{text-decoration:none;color:inherit}.cl-list-card-overdue{border-left:3px solid var(--danger)}.cl-list-card-completed{border-left:3px solid var(--success)}.cl-list-card-dismissed{border-left:3px solid var(--border);opacity:.7}.cl-list-card-header{display:flex;align-items:center;gap:8px;margin-bottom:6px;flex-wrap:wrap}.cl-list-card-title{font-weight:600;font-size:.95rem}.cl-list-card-detail{font-size:.8rem;color:var(--text-muted);line-height:1.4}.cl-list-card-footer{display:flex;align-items:center;gap:12px;margin-top:8px;flex-wrap:wrap}.res-filter-pills{display:flex;gap:6px;flex-wrap:wrap;margin-bottom:.75rem}.res-pill{padding:5px 14px;border-radius:20px;font-size:.78rem;font-weight:600;border:1.5px solid var(--border,#e5e7eb);background:transparent;color:var(--text-muted,#6b7280);cursor:pointer;transition:all .15s ease;font-family:inherit;text-transform:capitalize}.res-pill:hover{color:var(--accent,#3b82f6)}.res-pill.active,.res-pill:hover{border-color:var(--accent,#3b82f6)}.res-pill.active{background:var(--accent,#3b82f6);color:#fff}.res-result-count{font-size:.75rem;color:var(--text-muted,#6b7280);margin-bottom:.5rem}.checklist-card-badges{display:flex;gap:4px;flex-shrink:0}.checklist-card-badge{font-size:11px;font-weight:600;padding:2px 8px;border-radius:10px;white-space:nowrap}.checklist-card-badge.type{background:var(--surface-accent,#eff6ff);color:var(--accent,#3b82f6)}.checklist-card-badge.audience{background:var(--surface-success,#f0fdf4);color:var(--success,#22c55e)}.res-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md,8px);padding:10px 16px;transition:box-shadow .15s,border-color .15s;text-decoration:none;color:inherit;display:block}.res-card:hover{box-shadow:0 2px 8px rgba(0,0,0,.05);border-color:var(--border-hover,#d1d5db)}.res-card-confirmed{border-left:3px solid var(--accent,#3b82f6)}.res-card-checked-in{border-left:3px solid var(--success,#10b981)}.res-card-checked-out{border-left:3px solid var(--border,#e5e7eb)}.res-card-cancelled{border-left:3px solid var(--danger,#dc2626);opacity:.55}.res-card-row{display:flex;align-items:center;gap:12px}.res-card-main{flex:1 1;min-width:0}.res-card-top{display:flex;align-items:center;gap:8px;margin-bottom:2px}.res-card-guest{font-weight:600;font-size:.88rem;flex:1 1;min-width:0}.res-card-guest,.res-card-meta{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.res-card-meta{font-size:.76rem;color:var(--text-muted,#6b7280)}.res-card-msg-icon{color:var(--text-muted,#6b7280);padding:2px;border-radius:4px;transition:color .15s;flex-shrink:0}.res-card-msg-icon:hover{color:var(--accent,#3b82f6)}.res-card-sep{margin:0 4px;opacity:.5}.res-card-actions{display:flex;flex-direction:column;align-items:flex-end;gap:4px;flex-shrink:0}.res-action-btn{padding:3px 10px;border-radius:12px;font-size:.7rem;font-weight:600;border:none;cursor:pointer;font-family:inherit;white-space:nowrap;transition:background .15s,box-shadow .15s,transform .15s}.res-action-btn:disabled{opacity:.5;cursor:not-allowed}.res-action-checkin{background:var(--success,#10b981);color:#fff}.res-action-checkin:hover:not(:disabled){background:#059669;box-shadow:0 2px 8px rgba(16,185,129,.4);transform:scale(1.05)}.res-action-checkout{background:var(--accent,#3b82f6);color:#fff}.res-action-checkout:hover:not(:disabled){background:#2563eb;box-shadow:0 2px 8px rgba(59,130,246,.4);transform:scale(1.05)}.res-cancel-btn{background:none;border:none;font-size:.65rem;color:var(--text-muted,#6b7280);cursor:pointer;font-family:inherit;padding:0;text-decoration:underline;text-underline-offset:2px}.res-cancel-btn:hover{color:var(--danger,#dc2626)}.res-cancel-btn:disabled{opacity:.5;cursor:not-allowed}.res-card-steps{display:flex;align-items:center;gap:4px;margin-top:6px;flex-wrap:wrap}.res-step-pill{padding:3px 10px;border-radius:12px;font-size:.68rem;font-weight:600;border:1.5px solid var(--border,#e5e7eb);background:transparent;color:var(--text-muted,#6b7280);cursor:pointer;font-family:inherit;transition:background .15s,border-color .15s,color .15s,box-shadow .15s,transform .15s}.res-step-pill:hover:not(:disabled){border-color:var(--accent,#3b82f6);color:var(--accent,#3b82f6);box-shadow:0 1px 4px rgba(59,130,246,.2);transform:scale(1.03)}.res-step-pill:disabled{cursor:default}.res-step-active,.res-step-active:hover:not(:disabled){background:var(--accent,#3b82f6);border-color:var(--accent,#3b82f6);color:#fff}.res-step-active:hover:not(:disabled){box-shadow:none;transform:none}.res-card-error{font-size:.7rem;color:var(--danger,#dc2626);margin-top:2px}@media (max-width:640px){.res-card-row{flex-direction:column;align-items:stretch;gap:6px}.res-card-actions{flex-direction:row;align-items:center;gap:8px}.res-card-meta{white-space:normal}}.res-summary{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);padding:20px 24px;margin-bottom:1.5rem}.res-summary-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:16px 24px;gap:16px 24px}@media (max-width:600px){.res-summary-grid{grid-template-columns:1fr}}.res-summary-field{display:flex;flex-direction:column;gap:2px}.res-summary-field.full-width{grid-column:1/-1}.res-summary-label{font-size:.75rem;color:var(--text-muted);font-weight:500}.res-summary-value{font-size:.9rem;color:var(--text-primary)}.res-summary-footer{display:flex;align-items:center;margin-top:1.25rem;padding-top:1rem;border-top:1px solid var(--border,#e5e7eb)}.res-summary-tracker{flex:1 1}.res-summary-footer .btn-primary{flex-shrink:0}@media (max-width:640px){.res-summary-footer{flex-direction:column;gap:12px}.res-summary-footer .btn-primary{width:100%}}.prop-card-name-link{text-decoration:none;color:inherit;display:block}.prop-card-name-link:hover .prop-card-name{color:var(--primary,#2563EB)}.prop-card-stat-link{text-decoration:none;color:inherit}.prop-card-stat-link:hover .prop-card-stat-label{text-decoration:underline;color:var(--primary,#2563EB)}.prop-card-stat-link:hover .prop-card-stat-value{color:var(--primary,#2563EB)}.invite-card{max-width:420px;margin:0 auto;padding:2rem;background:var(--surface,#fff);border-radius:12px;box-shadow:0 1px 3px rgba(0,0,0,.08)}.guest-top-nav{position:-webkit-sticky;position:sticky;top:0;z-index:100;background:var(--surface,#fff);border-bottom:1px solid var(--border,#e5e7eb);height:64px;display:flex;align-items:center;justify-content:space-between;padding:0 1.5rem}.guest-top-nav-links{display:flex;align-items:center;gap:2rem}.guest-top-nav-links a{font-size:.9rem;font-weight:500;color:var(--text-secondary,#374151);text-decoration:none}.guest-top-nav-links a.active{color:var(--accent,#3b82f6)}.nav-badges{display:flex;align-items:center;gap:6px}.nav-mode-badge{font-size:.7rem;font-weight:600;padding:3px 10px;border-radius:10px;letter-spacing:.02em;display:inline-flex;align-items:center;gap:4px}.nav-mode-badge.hosting{background:rgba(59,130,246,.1);color:var(--accent,#3b82f6)}.nav-mode-badge.vacationing{background:rgba(6,182,212,.1);color:#06b6d4}@media (max-width:480px){.nav-badges{display:none}}.guest-main{max-width:var(--page-max-width,960px);margin:0 auto;padding:2rem 1.5rem;min-height:calc(100vh - 64px - 56px)}.stay-section-title{font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted,#6b7280);margin-bottom:.75rem;padding-bottom:.5rem;border-bottom:1px solid var(--border,#e5e7eb)}.stay-card{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.25rem;background:var(--surface,#fff);border:1px solid var(--border,#e5e7eb);border-radius:10px;margin-bottom:.75rem;transition:box-shadow .15s}.stay-card:hover{box-shadow:0 2px 8px rgba(0,0,0,.06)}.stay-card-info h3{font-size:1rem;font-weight:600;margin-bottom:.25rem}.stay-card-meta{font-size:.85rem;color:var(--text-muted,#6b7280);display:flex;flex-direction:column;gap:.15rem}.stay-card-status{display:inline-flex;align-items:center;gap:.35rem;font-size:.8rem;font-weight:500}.stay-card-status .dot{width:8px;height:8px;border-radius:50%}.stay-card-status .dot.green{background:var(--success,#059669)}.stay-card-status .dot.gray{background:var(--text-muted,#6b7280)}.stay-header{text-align:center;padding:1.5rem 1rem 1rem}.stay-header h1{font-size:1.35rem;font-weight:700;margin-bottom:.25rem}.stay-header-subtitle{font-size:.9rem;color:var(--text-muted,#6b7280)}.stay-breadcrumb{padding:.5rem 1rem;font-size:.8rem;color:var(--text-muted,#6b7280);display:flex;align-items:center;gap:.4rem}.stay-breadcrumb a{color:var(--accent,#3b82f6);text-decoration:none}.stay-breadcrumb a:hover{text-decoration:underline}.stay-breadcrumb-sep{color:var(--text-muted,#9ca3af)}.stay-tab-bar{position:fixed;bottom:0;left:0;right:0;background:var(--surface,#fff);border-top:1px solid var(--border,#e5e7eb);display:flex;justify-content:space-around;padding:.5rem 0 env(safe-area-inset-bottom,.25rem);z-index:100;height:56px}.stay-tab-bar a{display:flex;flex-direction:column;align-items:center;gap:.15rem;font-size:.7rem;font-weight:500;color:var(--text-muted,#6b7280);text-decoration:none;padding:.25rem .75rem;position:relative}.stay-tab-bar a.active{color:var(--accent,#3b82f6)}.stay-tab-bar .unread-badge{position:absolute;top:0;right:.25rem;background:var(--danger,#dc2626);color:#fff;font-size:.6rem;font-weight:700;min-width:16px;height:16px;border-radius:8px;display:flex;align-items:center;justify-content:center;padding:0 4px}.stay-chat-offset .support-chat-toggle{bottom:68px}.stay-chat-offset .support-chat-panel{bottom:7.5rem}.code-card{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.25rem;background:var(--surface,#fff);border:1px solid var(--border,#e5e7eb);border-radius:10px;margin-bottom:.75rem}.code-card-label{font-size:.8rem;font-weight:500;color:var(--text-muted,#6b7280);margin-bottom:.25rem}.code-card-value{font-size:1.35rem;font-weight:700;font-family:SF Mono,Fira Code,Courier New,monospace;letter-spacing:.05em}.code-card-copy{background:none;border:1px solid var(--border,#e5e7eb);border-radius:6px;padding:.4rem .75rem;font-size:.8rem;cursor:pointer;color:var(--text-secondary,#374151);white-space:nowrap}.code-card-copy:hover{background:var(--surface-hover,#f8f9fa)}@media (max-width:1024px){.guest-top-nav-links{display:none}}.msg-inbox{display:flex;gap:1rem;min-height:400px}.msg-sidebar{width:320px;flex-shrink:0;padding:0!important;overflow:hidden}.msg-sidebar-header{padding:.75rem 1rem;border-bottom:1px solid var(--border,#e5e7eb)}.msg-sidebar-list{overflow-y:auto;max-height:500px}.msg-conv-btn{display:block;width:100%;text-align:left;padding:.75rem 1rem;border:none;border-bottom:1px solid var(--border,#e5e7eb);cursor:pointer;background:transparent;font-family:inherit;font-size:inherit;color:inherit}.msg-conv-btn:hover{background:var(--surface-hover,#f9fafb)}.msg-conv-btn.active{background:var(--primary-bg,#eff6ff)}.msg-conv-snippet{font-size:.8rem;color:var(--text-secondary,#4b5563);margin-top:.25rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.msg-unread-badge{font-size:.7rem;padding:.125rem .4rem}.msg-unread-badge,.msg-unread-badge-sm{background-color:var(--danger,#dc2626);color:#fff;border-radius:9999px}.msg-unread-badge-sm{font-size:.65rem;padding:.1rem .35rem;font-weight:600}.msg-thread{flex:1 1;padding:0!important;display:flex;flex-direction:column}.msg-thread-empty{flex:1 1;display:flex;align-items:center;justify-content:center;color:var(--text-muted,#6b7280);font-size:.875rem}.msg-thread-header{padding:.75rem 1rem;border-bottom:1px solid var(--border,#e5e7eb);display:flex;justify-content:space-between;align-items:center}.msg-thread-back{display:none;background:none;border:none;font-size:1.25rem;cursor:pointer;padding:.25rem .5rem;margin-right:.5rem;color:var(--text-primary);border-radius:var(--radius-sm,6px)}.msg-thread-back:hover{background:var(--surface-hover,#f3f4f6)}.msg-messages{flex:1 1;overflow-y:auto;padding:1rem;display:flex;flex-direction:column;gap:.5rem;max-height:400px}.msg-bubble{padding:.5rem .75rem;border-radius:.5rem;font-size:.875rem;max-width:75%}.msg-bubble.host{align-self:flex-end;background:var(--primary-bg,#eff6ff);border:1px solid var(--primary-border,#bfdbfe)}.msg-bubble.guest{align-self:flex-start;background:var(--bg-tertiary,#f3f4f6);border:1px solid var(--border,#e5e7eb)}.msg-bubble-meta{font-size:.7rem;color:var(--text-muted,#9ca3af);margin-top:.25rem}.msg-reply-form{padding:.75rem 1rem;border-top:1px solid var(--border,#e5e7eb);display:flex;gap:.5rem;align-items:center}.msg-reply-input{flex:1 1;min-width:0;padding:.5rem .75rem;border:1px solid var(--border,#d1d5db);border-radius:.375rem;font-size:.875rem;font-family:inherit;background:var(--surface,#fff);color:var(--text-primary)}.msg-reply-actions{display:flex;gap:.5rem}@media (max-width:768px){.msg-inbox{flex-direction:column;min-height:0;gap:0}.msg-sidebar{width:100%}.msg-sidebar-list{max-height:60vh}.msg-inbox.has-selection .msg-sidebar,.msg-inbox:not(.has-selection) .msg-thread{display:none}.msg-thread-back{display:inline-flex}.msg-messages{max-height:55vh}.msg-bubble{max-width:85%}.msg-reply-form{flex-wrap:wrap}.msg-reply-input{width:100%;flex:1 1 100%}.msg-reply-actions{width:100%;justify-content:flex-end}}.bulk-action-bar{position:fixed;bottom:1rem;left:50%;transform:translateX(-50%);background:var(--surface,#fff);border:1px solid var(--border,#e5e7eb);border-radius:9999px;padding:.5rem 1.25rem;display:flex;align-items:center;gap:.75rem;box-shadow:0 4px 20px rgba(0,0,0,.12);z-index:60}.bulk-action-count{font-size:.875rem;font-weight:600;color:var(--text-primary)}.modal-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.4);display:flex;align-items:center;justify-content:center;z-index:100}.modal-content{background:var(--surface,#fff);border-radius:var(--radius-md,12px);padding:1.5rem;max-width:480px;width:90%;max-height:80vh;overflow-y:auto}.sortable-th{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;white-space:nowrap}.sortable-th:hover{color:var(--text-primary)}.sort-arrow{font-size:.7rem;margin-left:.25rem;opacity:.5}.sort-arrow.active{opacity:1}.list-toolbar{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);padding:.75rem 1rem;margin-bottom:1rem}.list-toolbar-row{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.date-preset-group{display:inline-flex;align-items:center;gap:2px;background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-pill);padding:2px}.date-preset-btn{padding:.375rem .875rem;border-radius:var(--radius-pill);border:none;background:transparent;color:var(--text-secondary);font-size:.8rem;font-weight:500;cursor:pointer;transition:background .15s,color .15s}.date-preset-btn:hover{background:var(--surface);color:var(--text-primary)}.date-preset-btn.active{background:var(--accent);color:#fff;box-shadow:0 1px 3px rgba(59,130,246,.3)}.date-preset-select{padding:.375rem .75rem;border-radius:var(--radius-pill);border:1px solid var(--border);background:var(--bg);color:var(--text-secondary);font-size:.8rem;font-weight:500;cursor:pointer;transition:border-color .15s}.date-preset-select:focus{border-color:var(--accent);outline:none}.list-toolbar-actions{margin-left:auto;display:flex;gap:.5rem;align-items:center}.toggle-label{display:flex;align-items:center;gap:.375rem;font-size:.8rem;font-weight:500;color:var(--text-secondary);cursor:pointer;margin-bottom:0;white-space:nowrap}.toggle-label input[type=checkbox]{accent-color:var(--accent);width:14px;height:14px}.btn-toolbar{padding:.375rem .875rem;border-radius:var(--radius);border:1px solid var(--border);background:var(--surface);color:var(--text-secondary);font-size:.8rem;font-weight:500;cursor:pointer;transition:background .15s,border-color .15s,color .15s}.btn-toolbar:hover{background:var(--surface-hover);border-color:var(--border-hover);color:var(--text-primary)}.list-toolbar-filters{display:flex;gap:.75rem;flex-wrap:wrap;align-items:flex-end;margin-top:.75rem;padding-top:.75rem;border-top:1px solid var(--border-light)}.list-toolbar-filters label{font-size:.75rem;display:block;color:var(--text-muted);margin-bottom:.125rem}.list-result-summary{font-size:.8rem;color:var(--text-muted);margin-bottom:.5rem;padding-left:.25rem}@media (max-width:640px){.list-toolbar-row{gap:.75rem}.list-toolbar-actions{margin-left:0;width:100%}.list-toolbar-filters{gap:.5rem}.list-toolbar-filters>div{flex-grow:1;flex-shrink:1;flex-basis:calc(50% - 0.25rem);min-width:0}.list-toolbar-filters input,.list-toolbar-filters select{width:100%}}.pagination-bar{display:flex;gap:.5rem;margin-top:1rem;justify-content:center;align-items:center}@media (max-width:1024px){.bulk-action-bar{bottom:80px}.bulk-action-bar button{min-height:44px;min-width:44px}}.badge-review{display:inline-block;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.02em;padding:.15rem .5rem;border-radius:9999px}.badge-review,.review-banner{background:#FEF3C7;color:#92400E}.review-banner{display:flex;align-items:center;gap:1rem;padding:.75rem 1rem;margin-bottom:1rem;border:1px solid #fcd34d;border-radius:8px;font-size:.875rem}.review-banner span{flex:1 1}.skeleton-block{background:linear-gradient(90deg,var(--border,#e5e7eb) 25%,var(--surface-hover,#f3f4f6) 50%,var(--border,#e5e7eb) 75%);background-size:200% 100%;animation:skeleton-shimmer 1.5s ease-in-out infinite;border-radius:6px}@keyframes skeleton-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media print{.btn-primary,.bulk-action-bar,.consent-banner,.list-result-summary,.list-toolbar,.mobile-bottom-nav,.mobile-nav-spacer,.pagination-bar,.support-chat-panel,.support-chat-toggle,.top-nav,input[type=checkbox]{display:none!important}body{background:#fff;color:#000}.host-sidebar,.host-sidebar-toggle{display:none!important}.host-content{margin-left:0!important}.host-main{padding:0!important;max-width:100%!important}.page-header{margin-bottom:.5rem}table{width:100%;border-collapse:collapse;font-size:.8rem}table td,table th{border:1px solid #ccc;padding:.25rem .5rem}td{white-space:normal!important;overflow:visible!important;text-overflow:clip!important;max-width:none!important}.card,.surface{box-shadow:none!important;border:none!important}}.wizard-container{max-width:640px;margin:0 auto;padding:1rem}.wizard-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.wizard-header h1{margin:0}.wizard-back-link{color:var(--text-muted);text-decoration:none;font-size:.9rem}.wizard-progress{display:flex;gap:.5rem;margin-bottom:2rem}.wizard-step{flex:1 1;display:flex;align-items:center;gap:.5rem;padding:.5rem;border-bottom:3px solid var(--border);color:var(--text-muted);font-size:.85rem}.wizard-step-active{border-bottom-color:var(--primary);color:var(--text);font-weight:600}.wizard-step-done{border-bottom-color:var(--success,#16a34a);color:var(--success,#16a34a)}.wizard-step-dot{width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:600;background:var(--bg-secondary,#f3f4f6);flex-shrink:0}.wizard-step-active .wizard-step-dot{background:var(--primary);color:white}.wizard-step-done .wizard-step-dot{background:var(--success,#16a34a);color:white}.wizard-step-label{display:none}@media (min-width:480px){.wizard-step-label{display:inline}}.wizard-step-content{margin-bottom:2rem}.wizard-step-content h2{margin-top:0;margin-bottom:.5rem}.wizard-actions{display:flex;justify-content:space-between;margin-top:1.5rem;gap:.5rem}.wizard-copy-section,.wizard-upgrade-callout{background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:1rem;margin-bottom:1.5rem}.wizard-upgrade-callout{color:var(--text-muted)}.reveal-input-wrap{position:relative;display:flex;align-items:center}.reveal-input-wrap input{flex:1 1;padding-right:3.5rem}.reveal-toggle{position:absolute;right:.5rem;background:none;border:none;color:var(--primary);font-size:.8rem;cursor:pointer;padding:.25rem}.wizard-option-cards{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1rem}.wizard-option-card{border:2px solid var(--border);border-radius:8px;padding:1rem;cursor:pointer;transition:border-color .15s}.wizard-option-card:hover{border-color:var(--primary-light,#93c5fd)}.wizard-option-selected{border-color:var(--primary);background:var(--surface-accent,#f8faff)}.wizard-option-locked{opacity:.6;cursor:default}.wizard-option-locked:hover{border-color:var(--border)}.wizard-section-preview{border:1px solid var(--border);border-radius:6px;margin-bottom:.5rem;overflow:hidden}.wizard-section-header{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;background:var(--surface);font-weight:500;font-size:.9rem}.wizard-review-card{border:1px solid var(--border);border-radius:8px;overflow:hidden;margin-bottom:1rem}.wizard-review-row{display:flex;gap:1rem;padding:.75rem 1rem;border-bottom:1px solid var(--border);align-items:baseline}.wizard-review-row:last-child{border-bottom:none}.wizard-review-label{font-weight:600;width:80px;flex-shrink:0;color:var(--text-muted);font-size:.85rem}.property-tab-bar{display:flex;gap:0;border-bottom:2px solid var(--border-light);margin-bottom:1.5rem;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.property-tab-bar::-webkit-scrollbar{display:none}.property-tab-btn{padding:.6rem 1rem;background:transparent;font-size:.9rem;font-weight:500;color:var(--text-muted);cursor:pointer;white-space:nowrap;border:none;border-bottom:2px solid transparent;margin-bottom:-2px;transition:color .2s,border-color .2s;font-family:inherit}.property-tab-btn:hover{color:var(--text-primary)}.property-tab-btn.active{color:var(--accent);border-bottom-color:var(--accent)}@media (max-width:600px){.property-tab-btn{padding:.5rem .75rem;font-size:.8rem}}.item-card{display:flex;align-items:flex-start;gap:.75rem;padding:.75rem 1rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);margin-bottom:.5rem;transition:border-color .15s}.item-card:hover{border-color:var(--border-hover)}.item-card.is-disabled{border-style:dashed;border-color:var(--border-light)}.item-card.is-disabled .item-card-name{color:var(--text-muted)}.item-card.is-completed{border-color:var(--border-light)}.item-card.is-completed .item-card-name{text-decoration:line-through;color:var(--text-muted)}.item-card-info{flex:1 1;min-width:0}.item-card-name{font-weight:500;font-size:.9375rem;color:var(--text-primary);line-height:1.3}.item-card-meta{flex-wrap:wrap;margin-top:.375rem}.item-card-actions,.item-card-meta{display:flex;gap:.375rem;align-items:center}.item-card-actions{flex-shrink:0;padding-top:2px}.section-group{margin-bottom:1.25rem}.section-group-header{display:flex;align-items:center;gap:.5rem;padding-bottom:.375rem;margin-bottom:.5rem;border-bottom:1px solid var(--border-light);font-size:.8125rem;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.03em}.section-group-count{font-size:.7rem;background:#F3F4F6;color:var(--text-muted);padding:1px 7px;border-radius:var(--radius-pill);font-weight:500}.detail-card{background:var(--surface);border:1px solid var(--border);padding:.5rem .75rem;border-radius:var(--radius)}.detail-card-label{font-size:.75rem;color:var(--text-muted);margin-bottom:.125rem}.alert-warning{background:var(--warning-bg);border:1px solid #fbbf24;border-radius:var(--radius);padding:.75rem 1rem;margin-bottom:1rem;font-size:.85rem;color:var(--text-primary)}.content-preview{font-size:.8125rem;color:var(--text-muted);line-height:1.4;margin-top:.25rem;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.position-indicator{display:flex;align-items:center;justify-content:center;width:24px;height:24px;min-width:24px;border-radius:50%;background:#F3F4F6;color:var(--text-muted);font-size:.75rem;font-weight:600;flex-shrink:0;margin-top:2px}.section-group-desc{font-size:.8rem;color:var(--text-muted);margin-top:-.25rem;margin-bottom:.625rem}.detail-card-empty{font-size:.85rem;color:var(--text-muted);font-style:italic}.stat-card{background:var(--surface);border:1px solid var(--border);padding:.75rem 1rem;border-radius:var(--radius);min-width:120;text-align:center}.stat-card-value{font-size:1.5rem;font-weight:700}.stat-card-label{font-size:.75rem;color:var(--text-muted)}.stat-card.is-danger{border-color:var(--danger);background:var(--danger-bg)}.stat-card.is-danger .stat-card-value{color:var(--danger)}.alert-info{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:.75rem 1rem;margin-top:1rem;font-size:.85rem}.instance-row{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;font-size:.85rem;border-left:2px solid var(--border);margin-left:.5rem;margin-bottom:.25rem;background:var(--surface-hover);border-radius:0 var(--radius) var(--radius) 0}.role-pill-group{display:flex;flex-wrap:wrap;gap:.375rem}.role-pill{display:inline-flex;align-items:center;padding:.25rem .75rem;border:1px solid var(--border);border-radius:var(--radius-pill);font-size:.8125rem;cursor:pointer;transition:all .15s;background:var(--surface);color:var(--text-secondary);-webkit-user-select:none;-moz-user-select:none;user-select:none}.role-pill.selected,.role-pill:hover{border-color:var(--accent)}.role-pill.selected{background:var(--info-bg);color:var(--accent);font-weight:500}.role-pill input[type=checkbox]{display:none}.work-item-card{display:block;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);padding:16px 20px;text-decoration:none;color:inherit;transition:box-shadow .2s,border-color .15s}.work-item-card:hover{box-shadow:0 2px 8px rgba(0,0,0,.04);border-color:var(--border-hover)}.work-item-row{display:flex;align-items:flex-start;gap:14px}.work-item-icon{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:2px}.work-item-header{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.work-item-badge{display:inline-flex;align-items:center;padding:2px 8px;border-radius:var(--radius-pill);font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.03em}.work-item-title{font-weight:600;font-size:15px;color:var(--text-primary)}.work-item-urgency{display:inline-flex;align-items:center;padding:2px 8px;border-radius:var(--radius-pill);font-size:11px;font-weight:600;margin-left:auto}.work-item-meta{display:flex;align-items:center;gap:4px;font-size:13px;color:var(--text-muted);margin-top:4px;flex-wrap:wrap}.work-item-dot{color:var(--text-faint)}.work-item-progress{display:flex;align-items:center;gap:8px;margin-top:8px}.work-item-task-meta{display:flex;align-items:center;gap:6px;margin-top:6px}.work-item-chip{display:inline-flex;align-items:center;padding:2px 8px;border-radius:var(--radius-pill);font-size:12px;background:#F3F4F6;color:var(--text-muted)}.tasks-page{max-width:960px;margin:0 auto;padding:24px}.tasks-page h1{font-size:1.5rem;font-weight:700;margin:0 0 20px}.tasks-filter-bar{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-bottom:20px;padding:12px 16px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md)}.tasks-filter-bar select{width:auto;min-width:120px;padding:6px 10px;font-size:13px;border-radius:var(--radius)}.tasks-filter-bar .filter-label{font-size:12px;color:var(--text-muted);font-weight:500}.tasks-summary{display:flex;align-items:center;gap:16px;padding:12px 16px;background:var(--surface-accent);border:1px solid var(--border-light);border-radius:var(--radius-md);margin-bottom:16px;font-size:14px}.tasks-summary-item{display:flex;align-items:center;gap:4px}.tasks-summary-count{font-weight:700}.tasks-list{display:flex;flex-direction:column;gap:8px}.tasks-group-header{font-size:14px;font-weight:600;color:var(--text-secondary);padding:8px 0 4px;margin-top:8px}.tasks-group-header:first-child{margin-top:0}.tasks-empty{text-align:center;padding:48px 24px;color:var(--text-muted)}.tasks-empty h3{font-size:1.125rem;font-weight:600;color:var(--text-secondary);margin-bottom:8px}.tasks-load-more{display:flex;justify-content:center;padding:16px}.my-tasks-toggle{display:flex;align-items:center;gap:8px;margin-left:auto}.my-tasks-toggle label{font-size:13px;font-weight:500;color:var(--text-secondary);cursor:pointer}.toggle-switch{position:relative;width:36px;height:20px;background:var(--border);border-radius:var(--radius-pill);cursor:pointer;transition:background .2s;border:none;padding:0}.toggle-switch.active{background:var(--accent)}.toggle-switch:after{content:"";position:absolute;top:2px;left:2px;width:16px;height:16px;border-radius:50%;background:white;transition:transform .2s;box-shadow:0 1px 2px rgba(0,0,0,.1)}.toggle-switch.active:after{transform:translateX(16px)}.website-card{display:flex;align-items:center;gap:.75rem;width:100%;padding:.875rem 1rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);cursor:pointer;transition:box-shadow .15s,border-color .15s;text-align:left;font-family:inherit}.website-card:hover{border-color:var(--border-hover);box-shadow:0 2px 8px rgba(0,0,0,.06)}.website-card-icon{width:36px;height:36px;border-radius:10px;background:#EEEDFE;color:#7F77DD;display:flex;align-items:center;justify-content:center;flex-shrink:0}.website-card-text{flex:1 1;min-width:0}.website-card-label{font-size:.8125rem;color:var(--text-muted);font-weight:500;line-height:1.2}.website-card-url{font-size:.9375rem;color:var(--text-primary);font-weight:600;line-height:1.3;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.website-sheet-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.4);z-index:200;transition:opacity .3s}.website-sheet{position:fixed;bottom:0;left:0;right:0;height:88vh;background:var(--surface);border-radius:16px 16px 0 0;display:flex;flex-direction:column;z-index:201;box-shadow:0 -4px 24px rgba(0,0,0,.12);transition:transform .38s cubic-bezier(.32,.72,0,1);will-change:transform}.website-sheet-drag{display:flex;justify-content:center;padding:10px 0 4px;cursor:-webkit-grab;cursor:grab}.website-sheet-drag-pill{width:40px;height:4px;background:var(--border-hover);border-radius:2px}.website-sheet-header{display:flex;align-items:center;justify-content:space-between;padding:0 1rem .625rem;border-bottom:1px solid var(--border-light)}.website-sheet-eyebrow{font-size:.75rem;color:var(--text-muted);font-weight:500;line-height:1.2}.website-sheet-title{font-size:1rem;font-weight:600;color:var(--text-primary);line-height:1.3}.website-sheet-icon-btn{width:36px;height:36px;border-radius:50%;background:var(--surface-hover);border:none;color:var(--text-secondary);display:flex;align-items:center;justify-content:center;cursor:pointer;padding:0;transition:background .15s}.website-sheet-icon-btn:hover{background:var(--border)}.website-sheet-address{display:flex;align-items:center;gap:.375rem;padding:.5rem 1rem;background:#f2f2f7;font-size:.8125rem;color:var(--text-muted);border-bottom:1px solid var(--border-light)}.website-sheet-address span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.website-sheet-content{flex:1 1;position:relative;overflow:hidden}.website-sheet-loading{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:var(--surface)}.website-sheet-spinner{width:32px;height:32px;border:3px solid var(--border);border-top-color:var(--accent);border-radius:50%;animation:website-sheet-spin .8s linear infinite}@keyframes website-sheet-spin{to{transform:rotate(1turn)}}.website-sheet-help{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;text-align:center;background:var(--surface);color:var(--text-secondary)}