html[data-cc-done="1"] #cookie-consent-banner{display:none!important}: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:#1E40AF;--info-bg:#EFF6FF;--info-border:#BFDBFE;--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=checkbox],input[type=radio]{width:auto;padding:0;flex-shrink:0}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{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.page-header-actions{display:flex;align-items:center;gap:8px}.center-layout{display:flex;min-height:calc(100vh - 57px);align-items:center;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:min(360px,calc(100vw - 1rem));max-height:min(480px,calc(100dvh - 80px));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}@media (max-width:480px){.notif-dropdown{position:fixed;top:calc(var(--nav-height, 64px) + 4px);right:.5rem;left:.5rem;width:auto;max-height:calc(100dvh - var(--nav-height, 64px) - 1rem);border-radius:12px}}.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;min-height:0}.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}.push-prompt-card{background:var(--info-bg,#eff6ff);border:1px solid var(--info-border,#bfdbfe);border-radius:var(--radius-md,12px);padding:1rem;margin-bottom:1rem}.push-prompt-content{display:flex;align-items:flex-start;gap:.75rem}.push-prompt-content svg{flex-shrink:0;margin-top:2px}.push-prompt-title{font-size:.875rem;font-weight:600;color:var(--text-primary);margin-bottom:.15rem}.push-prompt-body{font-size:.8125rem;color:var(--text-muted);line-height:1.4}.push-prompt-actions{display:flex;gap:.5rem;margin-top:.75rem;padding-left:calc(20px + .75rem)}.ios-install-banner{position:fixed;bottom:0;left:0;right:0;z-index:150;display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.875rem .75rem calc(.875rem + env(safe-area-inset-bottom, 0px));background:var(--accent,#3b82f6);color:#fff;font-size:.8125rem;font-weight:500;line-height:1.3;animation:ios-banner-slide-up .3s ease}.ios-install-banner-content{display:flex;align-items:center;gap:.5rem;flex:1 1;min-width:0}.ios-install-banner-close{flex-shrink:0;display:flex;align-items:center;justify-content:center;min-width:36px;height:36px;border-radius:8px;border:1.5px solid #fff;background:transparent;color:#fff;cursor:pointer;-webkit-tap-highlight-color:transparent;font-size:.75rem;font-weight:600}.ios-install-banner-close:active{background:rgba(255,255,255,.2)}@keyframes ios-banner-slide-up{0%{transform:translateY(100%)}to{transform:translateY(0)}}.app-toast{position:fixed;bottom:2rem;left:50%;transform:translateX(-50%) translateY(10px);display:flex;align-items:center;gap:8px;background:#1a1a2e;color:#f0f0f0;font-size:.875rem;font-weight:500;padding:.75rem 1.25rem;border-radius:10px;box-shadow:0 4px 20px rgba(0,0,0,.35);z-index:9999;opacity:0;transition:opacity .3s,transform .3s;pointer-events:none}.app-toast svg{color:var(--success,#059669);flex-shrink:0}.app-toast-visible{opacity:1;transform:translateX(-50%) translateY(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-content+.guest-content{padding-top:0}.guest-content:has(+.guest-content){padding-bottom:0}.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;box-shadow:0 1px 3px rgba(15,23,42,.06),0 1px 2px rgba(15,23,42,.04)}.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-fit,minmax(140px,1fr));grid-gap:.75rem;gap:.75rem}.guest-codes-grid--single{grid-template-columns:1fr}.guest-codes-grid--single .guest-code-card{padding:1.25rem 1rem}.guest-codes-grid--single .guest-code-card-value{font-size:1.75rem;letter-spacing:.12em}.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:ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,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:grid;grid-template-columns:1fr 1fr;grid-gap:1.5rem;gap:1.5rem}.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:ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,monospace;font-size:1.125rem;cursor:pointer}.guest-wifi-clickable{background:none;border:none;padding:0;font:inherit;color:inherit;text-align:left;cursor:pointer}.guest-wifi-clickable:hover{opacity:.85}.guest-wifi-clickable:disabled{cursor:default;opacity:.6}.guest-code-card--empty{background:var(--surface);border-style:dashed;cursor:default;opacity:.85}.guest-code-card--empty:active{background:var(--surface);border-color:var(--border)}.guest-code-card--empty .guest-code-card-value{font-family:inherit;font-weight:500;font-size:.95rem;letter-spacing:0;color:var(--text-muted)}.guest-code-card-wrapper--early .guest-code-card{border-style:dashed;border-color:color-mix(in srgb,var(--warning) 45%,transparent);background:color-mix(in srgb,var(--warning) 6%,transparent);cursor:pointer}.guest-code-card-wrapper--expired .guest-code-card{opacity:.55;cursor:default}.guest-code-card-wrapper--expired .guest-code-card-value{font-family:inherit;font-weight:500;font-size:.95rem;letter-spacing:0;color:var(--text-muted)}.guest-code-card-chip{font-size:.66rem;font-weight:600;padding:.1rem .45rem;border-radius:999px;white-space:nowrap}.guest-code-card-chip--early{color:var(--warning);background:color-mix(in srgb,var(--warning) 14%,transparent)}.guest-code-card-chip--expired{color:var(--text-muted);background:var(--bg-tertiary,#f3f4f6)}.guest-code-card-activation{margin-top:.5rem;display:flex;flex-direction:column;gap:.12rem;text-align:left}.guest-code-card-activation-when{font-size:.85rem;font-weight:600;color:var(--text-primary)}.guest-code-card-activation-note,.guest-code-card-until{font-size:.72rem;color:var(--text-muted)}.guest-code-card-until{margin-top:.4rem}.guest-code-card-hint{margin-top:.5rem;font-size:.7rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em}.guest-wifi-card{margin-top:.75rem;border:1px solid var(--border);border-radius:10px;overflow:hidden;background:var(--bg)}.guest-wifi-card-header{align-items:center;gap:.5rem;padding:.625rem .875rem;font-size:.75rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted);background:var(--surface)}.guest-wifi-card-header,.guest-wifi-card-row{display:flex;border-bottom:1px solid var(--border)}.guest-wifi-card-row{align-items:baseline;justify-content:space-between;gap:1rem;padding:.875rem;width:100%}.guest-wifi-card-row:last-child{border-bottom:none}.guest-wifi-card-row.guest-wifi-clickable{cursor:pointer}.guest-wifi-card-row.guest-wifi-clickable:active{background:var(--surface-hover)}.guest-wifi-card-row-label{font-size:.8rem;color:var(--text-muted);flex-shrink:0}.guest-wifi-card-row-value{font-weight:600;font-size:1rem;color:var(--text-primary);text-align:right;word-break:break-word}.guest-wifi-password-mono{font-family:ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,monospace;font-size:1.05rem;letter-spacing:.02em}.guest-link-rich-card{display:flex;flex-direction:column;padding:1rem 1.125rem;background:var(--bg);border:1px solid var(--border);border-radius:12px;gap:.75rem}.guest-link-rich-card-title{font-size:1rem;font-weight:600;color:var(--text-primary)}.guest-link-rich-card-body{font-size:.9rem;line-height:1.55;color:var(--text-secondary,var(--text-primary));margin:0;white-space:pre-wrap}.guest-link-rich-card-cta{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.25rem;background:var(--accent);color:#fff!important;font-weight:600;font-size:.95rem;border-radius:10px;text-decoration:none;transition:background .15s;margin-top:.25rem;-webkit-tap-highlight-color:transparent}.guest-link-rich-card-cta:hover{background:var(--accent-hover,var(--accent));text-decoration:none}.guest-link-rich-card-cta:active{transform:translateY(1px)}.guest-code-card-wrapper{display:flex;flex-direction:column;gap:6px;min-width:0}.guest-code-card-wrapper--has-hint{grid-column:1/-1}.guest-code-card-slot-hint,.guest-wifi-card-slot-hint{padding:.625rem .875rem;font-size:.875rem;line-height:1.45;color:var(--text-secondary,var(--text-primary));background:var(--surface);border-top:1px solid var(--border);overflow-wrap:anywhere;word-break:break-word}.guest-code-card-slot-hint a,.guest-wifi-card-slot-hint a{overflow-wrap:anywhere;word-break:break-word}.guest-code-card-slot-hint{border-radius:8px;border-top:1px solid var(--border);border:1px solid var(--border)}.guest-code-card-slot-hint img,.guest-link-rich-card-body img,.guest-wifi-card-slot-hint img{max-width:100%;height:auto;border-radius:6px;margin:4px 0}.guest-code-card-slot-hint p,.guest-link-rich-card-body p,.guest-wifi-card-slot-hint p{margin:0 0 6px}.guest-code-card-slot-hint p:last-child,.guest-link-rich-card-body p:last-child,.guest-wifi-card-slot-hint p:last-child{margin-bottom:0}.guest-link-card{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.875rem 1rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);margin-bottom:.5rem}.guest-link-card-title{font-weight:600;font-size:.9375rem;color:var(--text-primary)}.guest-link-card-hint{font-size:.8rem;color:var(--text-muted);margin-top:.125rem}.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--accent{border-color:var(--accent);background:var(--surface-accent,rgba(59,130,246,.06))}.guest-quick-link--accent .guest-quick-link-icon{background:var(--accent);color:#fff}.guest-quick-link--accent .guest-quick-link-title{color:var(--accent);font-weight:600}.guest-quick-link--accent:hover{background:var(--surface-accent,rgba(59,130,246,.1));border-color:var(--accent-hover)}.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}.md-content{white-space:normal}.md-content p{margin:0 0 .75rem;line-height:1.6}.md-content p:last-child{margin-bottom:0}.md-content ol,.md-content ul{margin:0 0 .75rem;padding-left:1.4rem;line-height:1.6}.md-content ol:last-child,.md-content ul:last-child{margin-bottom:0}.md-content li{margin-bottom:.35rem}.md-content li:last-child{margin-bottom:0}.md-content li>p{margin:0;display:inline}.md-content li>p+p{display:block;margin-top:.25rem}.md-content strong{font-weight:600}.md-content h1,.md-content h2,.md-content h3,.md-content h4{font-weight:600;margin:.75rem 0 .5rem;line-height:1.3}.md-content h1:first-child,.md-content h2:first-child,.md-content h3:first-child,.md-content h4:first-child{margin-top:0}.md-content a{color:var(--accent,#2563eb);text-decoration:underline}.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:1rem;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:1rem;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}}@media (max-width:1024px){.top-nav-links{display:none}.top-nav-hamburger{display:flex}.contextual-sidebar{display:none!important}.host-content.with-sidebar .host-main{margin-left:0!important}.section-with-sidebar{display:block!important}.section-content{padding:1rem!important;margin-left:0!important;max-width:100%!important;width:100%!important}.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)}.back-link,.field{margin-bottom:1rem}.back-link{display:inline-block;color:var(--text-muted);font-size:.875rem;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)}.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}.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-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-1{margin-bottom:1rem}.mb-2{margin-bottom:1.5rem}.mb-3{margin-bottom:2rem}.mb-half{margin-bottom:.5rem}.mt-0{margin-top:0}.mt-1{margin-top:1rem}.mt-half{margin-top:.5rem}.gap-half{gap:.5rem}.gap-1{gap:1rem}.gap-2{gap:1.5rem}.flex-col{display:flex;flex-direction:column}.items-center{align-items:center}.items-start{align-items:flex-start}.text-faint{color:var(--text-faint)}.w-full{width:100%}.flex{display:flex}.flex-wrap{flex-wrap:wrap}.items-baseline{align-items:baseline}.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;width:44px;height:44px;border-radius:50%;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}.support-chat-toggle:hover{background:var(--accent-hover);transform:scale(1.03)}.support-chat-label{display:none;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}@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{justify-content:center;min-width:44px;padding:0}.ops-mobile-toggle,.ops-nav-link{display:flex;align-items:center;min-height:44px}.ops-nav-link{padding:.75rem 1.25rem}.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}}.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-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)}.review-card-badges{display:flex;gap:4px;flex-wrap:wrap;margin-top:6px}@media (max-width:640px){.review-card-actions{flex-direction:column;align-items:stretch}.review-card-actions button{width:100%}}.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;flex-direction:column;align-items:flex-end;gap:2px;min-width:100px}.today-progress-bar-row{display:flex;align-items:center;gap:6px;width:100%}.today-progress-label{font-size:11px;color:var(--text-faint);min-width:28px;text-align:right}.today-progress-steps{font-size:10px;color:var(--text-muted);white-space:nowrap}@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}}@media (max-width:820px){.comp-layout{grid-template-columns:1fr}.comp-sidebar{position:static}}@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-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)}@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-progress-bar-host{height:8px}.cl-step-card.cl-step-skipped{opacity:.6;border-color:var(--border,#e8eaed)}.cl-completed-toggle{display:flex;align-items:center;justify-content:space-between;width:100%;padding:.625rem .875rem;margin-bottom:.625rem;background:var(--success-bg,#ecfdf5);border:1px solid var(--success,#059669);border-radius:var(--radius,8px);font-size:.8125rem;font-weight:500;color:var(--success,#059669);cursor:pointer;transition:background .15s ease;-webkit-appearance:none;-moz-appearance:none;appearance:none}.cl-completed-toggle:hover{background:#d1fae5}.cl-completed-toggle-left{display:flex;align-items:center;gap:.375rem}.cl-completed-toggle-chevron{transition:transform .2s ease}.cl-completed-toggle-chevron-open{transform:rotate(180deg)}.cl-step-revealed{animation:cl-slide-in .25s ease-out}@keyframes cl-slide-in{0%{opacity:0;transform:translateY(-8px)}to{opacity:.85;transform:translateY(0)}}.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-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-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-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}}@media (max-width:600px){.res-summary-grid{grid-template-columns:1fr}}@media (max-width:640px){.res-summary-footer{flex-direction:column;gap:12px}.res-summary-footer .btn-primary{width:100%}}.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:480px;margin:0 auto;padding:2rem 1rem;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;flex-direction:column;background:var(--surface,#fff);border:1px solid var(--border,#e5e7eb);border-radius:12px;margin-bottom:.875rem;overflow:hidden;transition:box-shadow .15s}.stay-card:hover{box-shadow:0 2px 12px rgba(0,0,0,.08)}.stay-card-image{width:100%;height:140px;object-fit:cover;display:block}.stay-card-body{padding:.875rem 1rem 1rem}.stay-card-title-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:.625rem}.stay-card-title-row h3{font-size:1rem;font-weight:600;margin:0;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.stay-card-status{display:inline-flex;align-items:center;gap:.3rem;font-size:.75rem;font-weight:500;white-space:nowrap;flex-shrink:0;margin-left:.5rem}.stay-card-status .dot{width:7px;height:7px;border-radius:50%}.stay-card-status .dot.green{background:var(--success,#059669)}.stay-card-status .dot.gray{background:var(--text-muted,#6b7280)}.stay-card-dates{display:flex;align-items:center;gap:0;margin-bottom:.625rem}.stay-card-date-box{flex:1 1;display:flex;flex-direction:column;align-items:center;padding:.5rem .25rem;background:var(--bg,#fafafa);border:1px solid var(--border,#e5e7eb);border-radius:8px}.stay-card-date-label{font-size:.65rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted,#6b7280);margin-bottom:.1rem}.stay-card-date-day{font-size:1rem;font-weight:700;color:var(--text-primary,#1a1a1a);line-height:1.2}.stay-card-date-weekday{font-size:.7rem;color:var(--text-muted,#6b7280)}.stay-card-date-arrow{display:flex;flex-direction:column;align-items:center;gap:.1rem;padding:0 .5rem;color:var(--text-faint,#9ca3af);flex-shrink:0}.stay-card-date-arrow span{font-size:.6rem;font-weight:500;white-space:nowrap}.stay-card-meta{font-size:.8rem;color:var(--text-muted,#6b7280);display:flex;align-items:center;flex-wrap:wrap;gap:.2rem}.stay-card-meta-dot{margin:0 .15rem}.stay-card-badges{display:flex;flex-wrap:wrap;gap:.35rem;margin-top:.625rem}.stay-card-badge{font-size:.725rem;font-weight:600;padding:.15rem .5rem;border-radius:9999px;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.stay-card-badge-danger{color:#dc2626;background:#fef2f2}.stay-card-badge-warning{color:#d97706;background:#fffbeb}.stay-card-badge-info{color:var(--accent,#3b82f6);background:var(--info-bg,#eff6ff)}.stay-card-cta{display:flex;align-items:center;justify-content:space-between;padding:.625rem 1rem;font-size:.8125rem;font-weight:600;transition:background .15s}.stay-card-cta,.stay-card-cta:hover{text-decoration:none}.stay-card-cta-content{display:flex;align-items:center;gap:.5rem}.stay-card-cta-accent{color:var(--accent,#3b82f6);background:var(--info-bg,#eff6ff)}.stay-card-cta-accent:hover{background:#dbeafe;color:var(--accent,#3b82f6)}.stay-card-cta-warning{color:#92400e;background:#fffbeb}.stay-card-cta-warning:hover{background:#fef3c7;color:#92400e}.stay-card-cta-danger{color:#991b1b;background:#fef2f2}.stay-card-cta-danger:hover{background:#fee2e2;color:#991b1b}.stay-header{text-align:center;padding:1.5rem 1rem 1rem;max-width:640px;margin:0 auto}.stay-header h1{font-size:1.4rem;font-weight:700;margin:0 0 .5rem;line-height:1.2}.stay-header-subtitle{font-size:.875rem;color:var(--text-muted,#6b7280);margin-top:.5rem}.stay-header-dates{display:inline-grid;grid-template-columns:auto auto auto;align-items:center;gap:1.25rem;margin:.5rem auto 0}.stay-header-dates>div:first-child{text-align:right}.stay-header-dates>div:last-child{text-align:left}.stay-header-dates-label{font-size:.7rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em;font-weight:600}.stay-header-dates-value{font-size:.95rem;font-weight:600;color:var(--text-primary);margin-top:.15rem}.stay-header-dates-time{font-size:.8rem;font-weight:500;color:var(--text-secondary,#6b7280);margin-top:.1rem}.stay-header-dates-sep{width:1px;align-self:stretch;min-height:28px;background:var(--border)}.stay-header-greeting{font-size:.95rem;line-height:1.5;color:var(--text-secondary,#374151);margin:.65rem auto 0;max-width:32ch}.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-app-bar{position:-webkit-sticky;position:sticky;top:0;z-index:50;display:grid;grid-template-columns:1fr auto 1fr;grid-gap:.5rem;gap:.5rem;padding:max(env(safe-area-inset-top,0px),0px) 8px 0;background:var(--surface,#ffffff);border-bottom:1px solid var(--border,#e5e7eb);-webkit-backdrop-filter:saturate(180%) blur(20px);backdrop-filter:saturate(180%) blur(20px)}.stay-app-bar,.stay-app-bar-back{align-items:center;min-height:44px}.stay-app-bar-back{justify-self:start;display:inline-flex;gap:2px;background:transparent;border:0;padding:10px 8px;color:var(--accent,#3b82f6);font-size:.9375rem;font-weight:400;cursor:pointer;max-width:38vw}.stay-app-bar-back svg{flex-shrink:0}.stay-app-bar-back-label,.stay-app-bar-title{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.stay-app-bar-title{justify-self:center;font-size:1rem;font-weight:600;color:var(--text-primary,#111827);margin:0;max-width:60vw;line-height:44px}.stay-app-bar-spacer{justify-self:end;width:44px}.stay-tab-bar{position:fixed;bottom:0;left:50%;transform:translateX(-50%);width:100%;max-width:480px;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}@media (max-width:1024px){.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-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)}.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)}.pill-toggle-badge{display:inline-flex;align-items:center;justify-content:center;min-width:16px;height:16px;margin-left:4px;padding:0 4px;border-radius:100px;font-size:.65rem;font-weight:700;background:var(--danger);color:#fff}.date-preset-btn.active .pill-toggle-badge{background:rgba(255,255,255,.3)}@media (max-width:600px){.property-dashboard-grid{grid-template-columns:1fr}}.list-toolbar-actions{margin-left:auto;display:flex;gap:.5rem;align-items:center}.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}@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%}}@media (max-width:1024px){.bulk-action-bar{bottom:80px}.bulk-action-bar button{min-height:44px;min-width:44px}}.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}}@media (min-width:480px){.wizard-step-label{display:inline}}@media (max-width:768px){.page-header{flex-wrap:wrap;gap:8px 10px;justify-content:flex-start}.page-header-actions{flex-wrap:wrap;flex-basis:100%}.checklist-card-badges,.checklist-card-row,.item-card{flex-wrap:wrap}.checklist-card-row .checklist-card-name{flex-basis:100%}}@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)}.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}.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)}.punch-list-subtasks{padding:8px 0 4px 52px;border-top:1px solid var(--border-light);margin-top:8px}.punch-list-item{display:flex;align-items:center;gap:8px;padding:4px 0;font-size:.85rem;color:var(--text-secondary);cursor:pointer}.punch-list-item input[type=checkbox]{width:16px;height:16px;flex-shrink:0;accent-color:var(--accent)}.punch-list-done{text-decoration:line-through;color:var(--text-faint)}.punch-list-add-form{padding:10px 16px 10px 52px;border-top:1px solid var(--border-light);margin-top:8px}.work-item-edit-form{padding:12px 12px 12px 52px;border-top:1px solid var(--border-light)}.work-item-actions{display:flex;gap:6px;align-items:center;flex-shrink:0}@media (max-width:768px){.work-item-row{gap:.5rem;flex-wrap:wrap}.work-item-icon{width:28px;height:28px;min-width:28px}.work-item-icon svg{width:14px;height:14px}.work-item-header{flex-wrap:wrap;gap:4px}.work-item-meta{flex-wrap:wrap}.work-item-actions{order:3;flex-basis:100%;margin-left:36px;margin-top:10px;justify-content:flex-end}.work-item-actions .btn-sm{min-height:34px}.punch-list-subtasks,.work-item-edit-form{padding-left:36px}}@media (max-width:820px){.tasks-layout{grid-template-columns:1fr}.tasks-sidebar{position:static}}.tasks-filter-details{margin-bottom:12px;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface)}.tasks-filter-toggle{padding:8px 14px;font-size:.8rem;font-weight:600;color:var(--text-muted);cursor:pointer;list-style:none;display:flex;align-items:center;gap:6px}.tasks-filter-toggle::-webkit-details-marker{display:none}.tasks-filter-toggle:before{content:"\25B6";font-size:.55rem;transition:transform .15s}.tasks-filter-details[open] .tasks-filter-toggle:before{transform:rotate(90deg)}.tasks-filter-details[open] .tasks-filter-toggle{border-bottom:1px solid var(--border-light)}.tasks-summary{display:flex;align-items:center;gap:16px;padding:8px 14px;background:var(--surface-accent);border:1px solid var(--border-light);border-radius:var(--radius-md);margin-bottom:12px;font-size:14px}.tasks-summary-item{display:flex;align-items:center;gap:4px}.tasks-summary-count{font-weight:700}.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)}.inv-card{display:block;background:var(--surface);border:1px solid var(--border);border-radius:10px;padding:14px;text-decoration:none;transition:border-color .15s,box-shadow .15s}.inv-card:hover{border-color:var(--border-hover);box-shadow:0 2px 8px rgba(0,0,0,.06);text-decoration:none}.inv-card-qty{font-size:1.25rem;font-weight:700;color:var(--text-primary)}.inv-card-bar-fill{height:100%;background:var(--success);border-radius:2px;transition:width .3s}@media (max-width:820px){.inv-layout{grid-template-columns:1fr}.inv-sidebar{position:static}.inv-card-grid{grid-template-columns:1fr}}.page-sidebar-subtitle{font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--text-faint);margin-bottom:8px}@media (max-width:820px){.page-layout{grid-template-columns:1fr}.page-layout-sidebar{position:static}}@media (max-width:600px){.plaid-expand-panel{grid-template-columns:1fr}}.rich-res-card{background:var(--surface);border-left:1px solid var(--border);border:1px solid var(--border);border-left-width:3px;border-radius:var(--radius-md);padding:1rem 1.25rem;margin-bottom:.75rem;transition:box-shadow .15s}.rich-res-card:hover{box-shadow:0 2px 8px rgba(0,0,0,.06)}.rich-res-header{display:flex;justify-content:space-between;align-items:flex-start;gap:.5rem;margin-bottom:.375rem}.rich-res-guest-link{text-decoration:none;color:inherit}.rich-res-guest{font-size:1rem;font-weight:700;margin:0;color:var(--text-primary)}.rich-res-guest-link:hover .rich-res-guest{color:var(--accent)}.rich-res-badges{display:flex;gap:.375rem;flex-shrink:0;flex-wrap:wrap}.rich-res-contact{display:flex;gap:1rem;flex-wrap:wrap;margin-bottom:.5rem}.rich-res-contact-item{display:inline-flex;align-items:center;gap:.25rem;font-size:.8rem;color:var(--text-muted);text-decoration:none}.rich-res-contact-item:hover{color:var(--accent)}.rich-res-meta{display:flex;gap:.5rem;flex-wrap:wrap;align-items:center;font-size:.8rem;color:var(--text-muted);margin-bottom:.75rem}.rich-res-meta-item{display:inline-flex;align-items:center;gap:.25rem}.rich-res-meta-item:not(:last-child):after{content:"·";margin-left:.25rem;color:var(--text-faint)}.rich-res-property{color:var(--accent);text-decoration:none;font-weight:500}.rich-res-property:hover{text-decoration:underline}.rich-res-nights{color:var(--text-faint)}.rich-res-channel{font-weight:500}.rich-res-payout{font-weight:600;color:var(--text-secondary)}.rich-res-cancelled,.rich-res-stepper{padding-top:.25rem}.rich-res-checklists{border-top:1px solid var(--border);margin-top:.75rem;padding-top:.625rem;display:flex;flex-direction:column;gap:.375rem}.rich-res-cl-item{display:flex;flex-direction:column;gap:.125rem}.rich-res-cl-header{display:flex;justify-content:space-between;align-items:center}.rich-res-cl-name{font-size:.75rem;font-weight:500;color:var(--text-secondary)}.rich-res-cl-steps{font-size:.7rem;color:var(--text-muted);font-weight:600}.rich-res-cl-bar{height:3px;background:var(--border);border-radius:2px;overflow:hidden}.rich-res-cl-fill{height:100%;border-radius:2px;transition:width .3s ease}@media (max-width:480px){.rich-res-contact{flex-direction:column;gap:.25rem}.rich-res-meta{font-size:.75rem}}.stat-gauge-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);padding:1rem;margin-bottom:.75rem}.stat-gauge-title{font-size:.8rem;font-weight:600;color:var(--text-secondary);margin-bottom:.75rem;text-transform:uppercase;letter-spacing:.03em}.stat-gauge-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:.75rem;gap:.75rem;margin-bottom:.75rem}.stat-gauge-ring-wrap{display:flex;flex-direction:column;align-items:center;gap:.25rem}.stat-gauge-ring-label{font-size:.7rem;font-weight:500;color:var(--text-muted)}.stat-gauge-ring-center{font-size:.85rem;font-weight:700;fill:var(--text-primary)}.stat-gauge-divider{height:1px;background:var(--border);margin:.5rem 0}.stat-gauge-item{display:flex;justify-content:space-between;align-items:center;padding:.375rem 0;font-size:.8rem}.stat-gauge-item-label{color:var(--text-muted);display:flex;align-items:center;gap:.375rem}.stat-gauge-item-value{font-weight:700;color:var(--text-primary)}.stat-gauge-item-value.danger{color:var(--danger)}.stat-gauge-item-value.warning{color:var(--warning)}.stat-gauge-item-value.success{color:var(--success)}.stat-gauge-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.ob-done-btn{display:inline-flex;align-items:center;justify-content:center;padding:.45rem 1.25rem;font-size:.82rem;font-weight:600;color:#fff;background:#059669;border:none;border-radius:8px;cursor:pointer;transition:background .15s,transform .1s}.ob-done-btn:hover:not(:disabled){background:#047857;transform:translateY(-1px)}.ob-done-btn:disabled{opacity:.6;cursor:not-allowed}.ob-bar{position:fixed;bottom:1.25rem;left:50%;transform:translateX(-50%);max-width:600px;width:calc(100% - 2rem);background:#fff;border:1px solid #bfdbfe;border-radius:14px;padding:.85rem 1rem;box-shadow:0 4px 24px rgba(0,0,0,.12),0 1px 4px rgba(59,130,246,.08);z-index:55;display:flex;align-items:flex-start;gap:.75rem;animation:ob-bar-slide-up .3s ease}@keyframes ob-bar-slide-up{0%{transform:translateX(-50%) translateY(100%);opacity:0}to{transform:translateX(-50%) translateY(0);opacity:1}}.ob-bar-content{flex:1 1;min-width:0}.ob-bar-text{margin-bottom:.5rem}.ob-bar-title{font-size:.88rem;font-weight:700;color:var(--text-primary)}.ob-bar-desc{font-size:.78rem;color:var(--text-muted);line-height:1.4;margin-top:2px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.ob-bar-actions{display:flex;align-items:center;gap:.6rem;flex-wrap:wrap}.ob-bar-back{font-size:.78rem;color:var(--text-muted);text-decoration:none}.ob-bar-back:hover{color:var(--accent)}.ob-bar-close{background:none;border:none;font-size:.85rem;color:var(--text-faint);cursor:pointer;padding:.25rem;line-height:1;flex-shrink:0}.ob-bar-close:hover{color:var(--text-muted)}@media (max-width:480px){.ob-bar{bottom:80px;width:calc(100% - 1rem);border-radius:12px}}.ob-skip-btn{background:none;border:none;font-size:.78rem;color:var(--text-faint);cursor:pointer;padding:.4rem .5rem}.ob-skip-btn:hover{color:var(--text-muted)}.notify-page{gap:2rem}.notify-page,.notify-section{display:flex;flex-direction:column}.notify-section{gap:1rem}.notify-section-header{display:flex;flex-direction:column;gap:.25rem}.notify-section-title{font-size:1.125rem;font-weight:600;margin:0;color:var(--text-primary)}.notify-section-sub{font-size:.875rem;color:var(--text-muted);margin:0;line-height:1.5}.notify-cards{display:grid;grid-template-columns:1fr;grid-gap:.75rem;gap:.75rem}@media (min-width:900px){.notify-cards{grid-template-columns:repeat(2,minmax(0,1fr))}}.notify-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);padding:1.25rem;display:flex;flex-direction:column;gap:.875rem;transition:box-shadow .15s,border-color .15s}.notify-card:hover{border-color:var(--border-hover);box-shadow:0 2px 8px rgba(0,0,0,.04)}.notify-card-head{display:flex;flex-direction:column;gap:.375rem}.notify-card-title-row{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.notify-card-title{font-size:1rem;font-weight:600;margin:0;color:var(--text-primary)}.notify-card-desc{font-size:.8125rem;color:var(--text-muted);line-height:1.5;margin:0}.notify-pill{display:inline-flex;align-items:center;gap:.25rem;font-size:.6875rem;font-weight:600;letter-spacing:.02em;text-transform:uppercase;padding:.125rem .5rem;background:var(--surface-accent);color:var(--accent-hover);border:1px solid var(--border);border-radius:var(--radius-pill)}.notify-warning{font-size:.8125rem;color:var(--text-secondary);background:#FFF7ED;border:1px solid #fed7aa;border-radius:var(--radius);padding:.5rem .75rem;margin-top:.25rem}.notify-channels{list-style:none;margin:0;display:flex;flex-direction:column;gap:.25rem;border-top:1px solid var(--border-light);padding:.5rem 0 0}.notify-channel-row{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.5rem 0;flex-wrap:wrap}.notify-channel-label{display:inline-flex;align-items:center;gap:.625rem;font-size:.9375rem;color:var(--text-primary);cursor:pointer;flex:1 1 auto;min-width:0}.notify-channel-icon{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;background:var(--surface-accent);color:var(--accent);flex-shrink:0}.notify-channel-name{font-weight:500;line-height:1.3}.notify-channel-actions{display:inline-flex;align-items:center;gap:.5rem;flex-shrink:0}.notify-saving{font-size:.75rem;color:var(--text-faint)}.notify-row-error{width:100%;font-size:.75rem;color:var(--danger);margin:.25rem 0 0}.notify-sms-active-line{margin:0;font-size:.9375rem}.notify-sms-active-meta{font-size:.75rem;margin:.25rem 0 0}.notify-sms-form{display:flex;flex-direction:column;gap:.875rem}.notify-sms-field{display:flex;flex-direction:column;gap:.25rem;font-size:.875rem;color:var(--text-secondary)}.notify-sms-field-label{font-weight:500}.notify-sms-input{padding:.5rem .75rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);color:var(--text);font-size:.9375rem;width:100%}.notify-sms-consent{display:flex;gap:.5rem;align-items:flex-start;font-size:.8125rem;color:var(--text-secondary);line-height:1.5}.notify-sms-consent-box{margin-top:.1875rem;flex-shrink:0}.notify-sms-consent-text{flex:1 1 auto}.notify-sms-submit{align-self:flex-start}.tpl-page{display:flex;flex-direction:column;gap:1.5rem;margin-top:1rem}.tpl-intro{margin:0;font-size:.9375rem;line-height:1.5;max-width:720px}.tpl-toolbar{display:flex;justify-content:flex-end}.tpl-section{gap:.75rem}.tpl-section,.tpl-section-header{display:flex;flex-direction:column}.tpl-section-header{gap:.25rem}.tpl-section-title{font-size:1.125rem;font-weight:600;margin:0;color:var(--text-primary)}.tpl-section-hint{font-size:.875rem;margin:0;line-height:1.5}.tpl-grid{display:grid;grid-template-columns:1fr;grid-gap:.875rem;gap:.875rem}@media (min-width:700px){.tpl-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:1200px){.tpl-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.tpl-card{display:flex;flex-direction:column;gap:.5rem;padding:1rem 1.125rem;transition:border-color .15s,box-shadow .15s}.tpl-card:hover{border-color:var(--accent);box-shadow:0 2px 8px rgba(0,0,0,.04)}.tpl-card-head{display:flex;justify-content:space-between;align-items:center;gap:.5rem}.tpl-card-meta{font-size:.7rem;white-space:nowrap}.tpl-card-title{font-size:.9375rem;font-weight:600;margin:0;color:var(--text-primary);line-height:1.3}.tpl-card-subject{font-size:.8rem;margin:0;line-height:1.4}.tpl-card-preview{font-size:.8125rem;color:var(--text-secondary);margin:0;line-height:1.5;white-space:pre-line;max-height:4em;overflow:hidden;text-overflow:ellipsis;flex:1 1}.tpl-card-actions{display:flex;gap:.5rem;flex-wrap:wrap;margin-top:.25rem}.tpl-card-archived{opacity:.8}.tpl-archived summary{cursor:pointer;margin-bottom:.5rem;-webkit-user-select:none;-moz-user-select:none;user-select:none}.tpl-archived-summary{font-size:1rem;display:list-item}.tpl-archived-grid{margin-top:.5rem}.tpl-editor-header{display:flex;flex-direction:column;gap:.375rem;margin:1rem 0 1.25rem}.tpl-editor-title{font-size:1.25rem;font-weight:600;margin:0;color:var(--text-primary)}.tpl-editor-grid{display:grid;grid-template-columns:1fr;grid-gap:1rem;gap:1rem}@media (min-width:900px){.tpl-editor-grid{grid-template-columns:minmax(0,1fr) 240px}}.tpl-editor-form{padding:1.25rem;display:flex;flex-direction:column;gap:.875rem}.tpl-editor-actions{margin-top:.25rem}.tpl-body-input{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.85rem;line-height:1.5}.tpl-hint{font-size:.75rem;margin:.25rem 0 0}.tpl-editor-aside{display:flex;flex-direction:column;gap:.75rem}.tpl-aside-title{font-size:.9rem;font-weight:600;margin:0 0 .5rem;color:var(--text-primary)}.tpl-vars-card{padding:.875rem 1rem}.tpl-vars-list{list-style:none;margin:.5rem 0 0;padding:0;display:flex;flex-direction:column;gap:.25rem}.tpl-var-btn{width:100%;text-align:left;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.75rem;padding:.25rem .5rem}.tpl-var-btn code{font-family:inherit}.tpl-preview-panel{margin-top:1rem;padding:1.25rem 1.5rem}.tpl-preview-header{display:flex;flex-direction:column;gap:.75rem;align-items:stretch;margin-bottom:1rem;border-bottom:1px solid var(--border);padding-bottom:.875rem}@media (min-width:720px){.tpl-preview-header{flex-direction:row;align-items:flex-end;justify-content:space-between;gap:1rem}}.tpl-preview-title{font-size:1rem;font-weight:600;margin:0;color:var(--text-primary)}.tpl-preview-subhint{margin-top:.25rem}.tpl-preview-heading{display:flex;flex-direction:column;gap:.125rem;flex:1 1}.tpl-preview-mode{display:inline-flex;background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);padding:.1875rem;gap:.1875rem;align-self:flex-start}.tpl-preview-mode-btn{font-size:.8125rem;font-weight:500;padding:.4375rem .875rem;border:none;background:transparent;color:var(--text-muted);border-radius:calc(var(--radius) - .25rem);cursor:pointer;transition:background .12s ease,color .12s ease,box-shadow .12s ease;font-family:inherit;min-height:32px}.tpl-preview-mode-btn:hover:not(:disabled):not(.active){color:var(--text-primary)}.tpl-preview-mode-btn.active{background:var(--surface);color:var(--text-primary);box-shadow:0 1px 2px rgba(0,0,0,.04),0 0 0 1px var(--border)}.tpl-preview-mode-btn:disabled{opacity:.45;cursor:not-allowed}.tpl-preview-mode-btn:focus-visible{outline:2px solid var(--accent);outline-offset:1px}.tpl-preview-real-controls{margin:0 0 1rem;padding:1rem 1.125rem;background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);display:flex;flex-direction:column;gap:.75rem}.tpl-preview-picker{margin:0;max-width:480px}.tpl-preview-picker label{font-size:.7rem;text-transform:uppercase;letter-spacing:.4px;color:var(--text-muted);font-weight:500}.tpl-preview-picker select:disabled{opacity:.6;cursor:progress}.tpl-preview-empty,.tpl-preview-loading{margin:0;font-size:.875rem}.tpl-preview-empty-state{display:flex;flex-direction:column;align-items:flex-start;gap:.625rem}.tpl-preview-empty-state p{margin:0;font-size:.875rem}.tpl-preview-error-row{display:flex;align-items:center;justify-content:space-between;gap:.75rem;flex-wrap:wrap}.tpl-preview-error-row p{margin:0}.tpl-preview-letter{max-width:720px;margin:0 auto;display:flex;flex-direction:column;gap:1rem}.tpl-preview-context{font-size:.75rem;margin:0;padding:.5rem .75rem;background:var(--bg);border-radius:var(--radius);border:1px solid var(--border)}.tpl-preview-letter-subject{display:flex;flex-direction:column;gap:.25rem;padding-bottom:.875rem;border-bottom:1px solid var(--border)}.tpl-preview-letter-label{font-size:.7rem;text-transform:uppercase;letter-spacing:.4px;color:var(--text-muted)}.tpl-preview-letter-text{font-size:1.0625rem;font-weight:600;color:var(--text-primary);line-height:1.35}.tpl-preview-letter-body{white-space:pre-wrap;font-size:.9375rem;line-height:1.65;color:var(--text-primary)}.tpl-preview-unknown{font-size:.8125rem;margin:0;padding:.625rem .875rem;background:var(--warning-bg,#fef3c7);color:var(--warning-text,#92400e);border:1px solid var(--warning-border,#fcd34d);border-radius:var(--radius);line-height:1.5}.msg-step-config{display:flex;flex-direction:column;gap:.75rem;padding:1rem 1.125rem;margin-top:.5rem;border-radius:var(--radius-md);background:var(--surface);border:1px solid var(--border)}.msg-step-config-title{font-size:.9rem;font-weight:600;margin:0;color:var(--text-primary)}.msg-step-config-row{display:grid;grid-template-columns:1fr;grid-gap:.5rem;gap:.5rem}@media (min-width:600px){.msg-step-config-row{grid-template-columns:repeat(3,minmax(0,1fr))}}.msg-step-config-check{display:flex;gap:.5rem;align-items:center}.msg-step-config-hint{font-size:.75rem;margin:0}.msg-step-send-preview{margin:.5rem 0 0;padding:.5rem .75rem;background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);font-size:.8125rem;color:var(--text-primary);line-height:1.45}.scope-picker{margin-bottom:.75rem}.scope-picker .scope-help{font-size:.75rem;margin:.375rem 0 0;line-height:1.45}.scope-picker-inline{min-width:200px;flex:1 1}.scope-picker-inline label{font-size:.8rem}.step-form{display:flex;flex-direction:column;height:100%;min-height:0}.step-form-header{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;padding:1.125rem 1.25rem .875rem;border-bottom:1px solid var(--border);flex-shrink:0;background:var(--surface)}.step-form-title{font-size:1.0625rem;font-weight:600;margin:0;color:var(--text-primary);line-height:1.3}.step-form-subtitle{font-size:.8125rem;margin:.125rem 0 0;line-height:1.4}.step-form-close{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;background:transparent;cursor:pointer;font-size:1.5rem;line-height:1;padding:.25rem .5rem;color:var(--text-muted);border-radius:var(--radius);flex-shrink:0}.step-form-close:hover{background:var(--bg);color:var(--text-primary)}.step-form-close:focus-visible{outline:2px solid var(--accent);outline-offset:1px}.step-form-body{flex:1 1;overflow-y:auto;padding:1.125rem 1.25rem;display:flex;flex-direction:column;gap:1.25rem}.step-form-section{display:flex;flex-direction:column;gap:.875rem}.step-form-section-title{font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:var(--text-muted);margin:0 0 .25rem}.step-form-row{display:grid;grid-template-columns:1fr;grid-gap:.875rem;gap:.875rem}@media (min-width:540px){.step-form-row{grid-template-columns:1fr auto;align-items:flex-start}.step-form-row .field{min-width:0}}.step-form-required{min-width:110px}.step-form-section-picker{min-width:180px}.step-form-description{font-family:inherit;font-size:.875rem;line-height:1.5}.step-form-hint{font-size:.75rem;margin:.25rem 0 0;line-height:1.4}.step-form-footer{justify-content:flex-end;gap:.625rem;padding:.875rem 1.25rem;border-top:1px solid var(--border);flex-shrink:0;position:-webkit-sticky;position:sticky;bottom:0}.msg-action,.step-form-footer{display:flex;background:var(--surface)}.msg-action{flex-direction:column;gap:.875rem;padding:1rem 1.125rem;border:1px solid var(--border);border-radius:var(--radius-md)}.msg-action-header{display:flex;justify-content:space-between;align-items:center;gap:.75rem}.msg-action-meta{display:flex;align-items:center;gap:.625rem;flex-wrap:wrap}.msg-action-phase{font-size:.75rem;text-transform:capitalize}.msg-action-preview{display:flex;flex-direction:column;gap:.625rem;padding:.75rem .875rem;background:var(--bg);border:1px solid var(--border);border-radius:var(--radius)}.msg-action-subject-row{display:flex;flex-direction:column;gap:.125rem;padding-bottom:.5rem;border-bottom:1px solid var(--border)}.msg-action-label{font-size:.7rem;text-transform:uppercase;letter-spacing:.4px;color:var(--text-muted);font-weight:500}.msg-action-subject{font-size:.9375rem;font-weight:600;color:var(--text-primary);line-height:1.4}.msg-action-body{white-space:pre-wrap;font-size:.875rem;line-height:1.55;color:var(--text-primary);max-height:360px;overflow-y:auto}.msg-action-body-edit{margin:0}.msg-action-body-textarea{font-family:inherit;font-size:.875rem;line-height:1.55;width:100%;min-height:180px}.msg-action-hint{font-size:.7rem;margin:.375rem 0 0}.msg-action-action-error{font-size:.8125rem;margin:0}.msg-action-footer{display:flex;justify-content:space-between;align-items:center;gap:.625rem;flex-wrap:wrap}.msg-action-footer-right{display:flex;align-items:center;gap:.5rem}.msg-action-skip{color:var(--text-muted)}.msg-action-skip:hover:not(:disabled){color:var(--danger,#b91c1c)}.msg-action-status{margin:0;font-size:.8125rem}.msg-action-error{display:flex;align-items:center;gap:.625rem;flex-wrap:wrap}.msg-action-error p{margin:0}.msg-action-placeholder{padding:.75rem .875rem;border:1px dashed var(--border);border-radius:var(--radius);background:var(--bg)}.msg-action-placeholder p{margin:0;font-size:.875rem}.msg-action-status-card{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem .75rem;border-radius:var(--radius);font-size:.875rem;background:var(--bg);border:1px solid var(--border)}.msg-action-status-sent{background:#ecfdf5;border-color:#a7f3d0;color:#065f46}.msg-action-status-skipped{flex-direction:column;align-items:flex-start;gap:.25rem}.auto-attach-card{display:flex;flex-direction:column;gap:.5rem;padding:1rem 1.125rem;border-radius:var(--radius-md);border:1px solid var(--border);background:var(--surface)}.auto-attach-title{font-weight:600;font-size:.9375rem;color:var(--text-primary)}.auto-attach-body{font-size:.85rem;margin:0;line-height:1.5}.auto-attach-actions{display:flex;gap:.5rem;margin-top:.25rem}.notify-bstatus{display:flex;align-items:center;gap:.875rem;padding:1rem 1.25rem;border-radius:var(--radius-md);border:1px solid var(--border);background:var(--surface);flex-wrap:wrap}.notify-bstatus--ok{background:var(--success-bg);border-color:#BBF7D0}.notify-bstatus--ok .notify-bstatus-icon{color:var(--success)}.notify-bstatus--prompt{background:var(--surface-accent);border-color:#BFDBFE}.notify-bstatus--warning{background:#FFFBEB;border-color:#FDE68A}.notify-bstatus--error{background:var(--danger-bg);border-color:#FECACA}.notify-bstatus--info{background:var(--surface-accent)}.notify-bstatus-icon{font-size:1.375rem;line-height:1;flex-shrink:0}.notify-bstatus-text{flex:1 1 240px;min-width:0}.notify-bstatus-text strong{display:block;font-size:.9375rem;color:var(--text-primary);margin-bottom:.125rem}.notify-bstatus-text p{font-size:.8125rem;color:var(--text-secondary);margin:0;line-height:1.45}@media (max-width:640px){.notify-page{gap:1.5rem}.notify-card{padding:1rem}.notify-section-title{font-size:1rem}.notify-channel-row{padding:.625rem 0}.notify-channel-label{font-size:.875rem}.notify-device-row{flex-direction:column;align-items:flex-start}.notify-device-actions{width:100%}.notify-device-actions .btn-danger,.notify-device-actions .btn-secondary{flex:1 1 auto;text-align:center}.ops-admins-row{flex-direction:column;align-items:flex-start}.ops-admins-row .btn-danger{width:100%;text-align:center}.ops-inbox-detail{max-width:100%}.ops-inbox-actions{flex-direction:column;align-items:stretch}.ops-inbox-actions .btn-danger,.ops-inbox-actions .btn-primary,.ops-inbox-actions .btn-secondary{width:100%;text-align:center}}.my-stay-navigate-address-button{display:block;width:100%;background:var(--bg,#fafafa);border:1px solid var(--border,#e8eaed);border-radius:8px;padding:.65rem .85rem;margin-bottom:.75rem;text-align:left;cursor:pointer;transition:background-color .15s,border-color .15s}.my-stay-navigate-address-button:focus-visible,.my-stay-navigate-address-button:hover{background:var(--surface,#fff);border-color:var(--accent,#3b82f6);outline:none}.my-stay-navigate-address-text{display:block;font-size:.95rem;color:var(--text-primary,#1a1a1a);font-weight:500;line-height:1.4}.my-stay-navigate-address-hint{display:block;font-size:.75rem;color:var(--text-muted,#6b7280);margin-top:.2rem}.my-stay-navigate-row{display:flex;gap:.5rem}.my-stay-navigate-btn{flex:1 1;display:inline-flex;align-items:center;justify-content:center;gap:.4rem;min-height:44px;padding:0 .5rem;font-size:.875rem;font-weight:500;color:var(--text-primary,#1a1a1a);background:var(--surface,#fff);border:1px solid var(--border,#e8eaed);border-radius:8px;text-decoration:none;transition:background-color .15s,border-color .15s}.my-stay-navigate-btn:focus-visible,.my-stay-navigate-btn:hover{background:var(--bg,#fafafa);border-color:var(--accent,#3b82f6);color:var(--accent,#3b82f6);outline:none}.my-stay-navigate-btn svg{flex-shrink:0;color:var(--text-muted,#6b7280)}.my-stay-navigate-btn:focus-visible svg,.my-stay-navigate-btn:hover svg{color:var(--accent,#3b82f6)}.my-stay-dates-row{display:flex;justify-content:space-around;text-align:center}.my-stay-dates-label{font-size:.75rem;color:var(--text-muted);margin-bottom:.25rem}.my-stay-dates-value{font-size:1.125rem;font-weight:600}.my-stay-dates-sep{width:1px;background:var(--border)}.my-stay-collapsible summary{cursor:pointer;list-style:none;font-size:.9rem;color:var(--text)}.my-stay-collapsible summary::-webkit-details-marker{display:none}.my-stay-collapsible[open] summary{color:var(--text-muted)}.my-stay-codes-hint{font-size:.7rem;color:var(--text-faint,var(--text-muted));margin-top:.5rem;text-align:center}.my-stay-empty{text-align:center;color:var(--text-muted)}.my-stay-guests-section{border:2px solid var(--primary,var(--accent));border-radius:12px}.my-stay-guests-header{display:flex;align-items:center;gap:.5rem;font-weight:600;font-size:1rem;color:var(--text);margin-bottom:.75rem}.my-stay-guests-list{list-style:none;padding:0;margin:0 0 .75rem;display:flex;flex-direction:column;gap:.5rem}.my-stay-guests-row{display:flex;align-items:center;justify-content:space-between;padding:.5rem .75rem;background:var(--bg);border-radius:8px;border:1px solid var(--border);font-size:.875rem;gap:.5rem}.my-stay-guests-row-main{min-width:0;flex:1 1}.my-stay-guests-row-name{font-weight:500;display:flex;align-items:center;gap:.35rem;flex-wrap:wrap}.my-stay-guests-row-you{color:var(--text-muted);font-weight:400}.my-stay-guests-row-email{font-size:.75rem;color:var(--text-muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.my-stay-guests-row-meta{display:flex;align-items:center;gap:.35rem;flex-shrink:0}.my-stay-guests-form{display:flex;flex-direction:column;gap:.5rem}.my-stay-form-label{font-size:.8rem;font-weight:500;display:block;margin-bottom:.25rem}.my-stay-guests-error{margin-top:.5rem;font-size:.8rem;color:var(--error,#dc2626)}.my-stay-guests-success{margin-top:.5rem;font-size:.8rem;color:var(--success,#16a34a)}.my-stay-guests-empty{font-size:.8rem;color:var(--text-muted);margin:0}.btn-sm{font-size:.75rem;padding:.25rem .5rem;min-height:32px}.btn-danger-ghost{color:var(--error,#dc2626)}@media (max-width:380px){.my-stay-navigate-row{flex-direction:column}}.maintenance-banner{position:-webkit-sticky;position:sticky;top:0;z-index:200;background:var(--warning-bg,#fef3c7);color:var(--warning-fg,#78350f);border-bottom:1px solid var(--warning-border,#fbbf24);box-shadow:0 1px 2px rgba(0,0,0,.04)}.maintenance-banner-inner{display:flex;align-items:flex-start;gap:.5rem;max-width:960px;margin:0 auto;padding:.5rem 1rem;font-size:.85rem;line-height:1.45}.maintenance-banner svg{flex-shrink:0;margin-top:.15rem}.maintenance-banner-link{display:inline-block;margin-left:.25rem;text-decoration:underline;color:inherit;font-weight:500}.maintenance-banner-link:hover{opacity:.85}.reset-pwa{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:1.5rem;background:var(--bg,#f9fafb)}.reset-pwa-card{max-width:420px;width:100%;background:var(--surface,#fff);border:1px solid var(--border,#e5e7eb);border-radius:12px;padding:1.75rem;box-shadow:0 2px 8px rgba(0,0,0,.04)}.reset-pwa-card h1{margin:0 0 .35rem;font-size:1.25rem}.reset-pwa-subtitle{margin:0 0 1rem;color:var(--text-muted,#6b7280);font-size:.9rem}.reset-pwa-steps{list-style:none;padding:0;margin:0 0 1rem;font-size:.875rem;color:var(--text-secondary,#374151)}.reset-pwa-steps li{padding:.25rem 0;border-bottom:1px solid var(--border-subtle,#f3f4f6)}.reset-pwa-steps li:last-child{border-bottom:none}.reset-pwa-steps li:before{content:"✓";color:var(--success,#16a34a);margin-right:.5rem;font-weight:600}.reset-pwa-status{font-size:.9rem;margin:.5rem 0;color:var(--text-muted,#6b7280)}.reset-pwa-status-ok{color:var(--success,#16a34a);font-weight:500}.reset-pwa-status-error{color:var(--error,#dc2626);font-weight:500}.reset-pwa-fallback{font-size:.85rem;color:var(--text-secondary,#374151);margin-top:.5rem}.reset-pwa-fallback code{background:var(--code-bg,#f3f4f6);padding:.05rem .3rem;border-radius:3px;font-size:.85em}.reset-pwa-manual{margin-top:1.25rem;font-size:.85rem;color:var(--text-muted,#6b7280)}.reset-pwa-manual a{color:var(--accent,#2563eb);text-decoration:underline}.guide-group-header-caret{display:inline-block;width:12px;transition:transform .15s ease}.guide-group-header-caret.is-collapsed{transform:rotate(-90deg)}.welcome-guide-pdf-file-label{cursor:pointer}.guest-access-divider{height:1px;background:var(--border);margin:.75rem 0}.about-this-stay{margin-top:1.25rem;padding:1rem 1rem 1.125rem}.about-this-stay-header{display:flex;flex-direction:column;gap:.625rem;position:-webkit-sticky;position:sticky;top:44px;margin:-1rem -1rem 0;padding:.75rem 1rem .5rem;background:var(--surface);border-bottom:1px solid var(--border);z-index:5}.about-this-stay-title{font-size:1.1rem;font-weight:600;margin:0;color:var(--text-primary)}.about-this-stay-toggle{align-self:stretch}.about-this-stay-empty{font-size:.875rem;margin:.75rem 0 0;line-height:1.5}.about-this-stay-list{list-style:none;padding:0;margin:.75rem 0 0;display:flex;flex-direction:column;gap:.625rem}.about-this-stay-item{display:grid;grid-template-columns:auto 1fr;grid-gap:.75rem;gap:.75rem;padding:.75rem .875rem;background:var(--bg);border:1px solid var(--border);border-radius:var(--radius)}.about-this-stay-item-body{min-width:0}.about-this-stay-item-title{margin:0 0 .25rem;font-size:.95rem;font-weight:600;color:var(--text-primary);line-height:1.3}.stays-page-title{font-size:1.3rem;font-weight:700;margin:0 0 .25rem;color:var(--text-primary)}.stays-page-subtitle{font-size:.875rem;line-height:1.5;margin:0 0 1rem}.stays-page-loading{text-align:center;padding-top:3rem}.stay-detail-layout-body{padding-bottom:70px}.stay-header-thumbnail{width:100%;max-width:360px;height:auto;aspect-ratio:16/10;object-fit:cover;border-radius:10px;margin-bottom:.75rem}.stay-page-shell{padding-top:24px}@keyframes stay-shell-pulse{0%,to{opacity:.7}50%{opacity:.4}}.stay-page-shell-card,.stay-page-shell-header,.stay-page-shell-line,.stay-page-shell-meta,.stay-page-shell-thumb,.stay-page-shell-title{background:var(--bg);border-radius:var(--radius);animation:stay-shell-pulse 1.4s ease-in-out infinite}.stay-page-shell-header{background:transparent;text-align:center;margin-bottom:1.25rem;display:flex;flex-direction:column;align-items:center;gap:.625rem;animation:none}.stay-page-shell-thumb{width:100%;max-width:360px;aspect-ratio:16/10;border-radius:10px}.stay-page-shell-title{width:60%;height:1.5rem}.stay-page-shell-meta{width:50%;height:1rem}.stay-page-shell-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);padding:1rem;margin-bottom:1rem;display:flex;flex-direction:column;gap:.5rem;animation:none}.stay-page-shell-line{height:.875rem;width:100%}.stay-page-shell-line-lg{height:1.1rem;width:40%}.stay-page-shell-line-short{width:70%}