*{margin:0;padding:0;box-sizing:border-box}:root{--hbm-emotion-red: #d32f2f;--hbm-emotion-yellow: #fbc02d;--hbm-emotion-blue: #0d47a1;--hbm-emotion-green: #1b5e20;--hbm-emotion-gradient-red: linear-gradient(135deg, #ffebee, #d32f2f);--hbm-emotion-gradient-yellow: linear-gradient(135deg, #fffde7, #fbc02d);--hbm-emotion-gradient-blue: linear-gradient(135deg, #e3f2fd, #0d47a1);--hbm-emotion-gradient-green: linear-gradient(135deg, #e8f5e9, #1b5e20)}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f5f5f5}.app{min-height:100vh;display:flex;flex-direction:column}.navbar{background:var(--ap-primary, #6f6eb3);color:#fff;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center;box-shadow:0 2px 4px #0000001a;position:sticky;top:0;z-index:1000}.nav-brand{font-size:1.5rem;font-weight:700}.nav-links{display:flex;gap:2rem}.nav-links>a{color:#fff;text-decoration:none;padding:.5rem 1rem;border-radius:8px;border:1px solid transparent;transition:background .18s ease,border-color .18s ease,transform .08s ease}.nav-links>a:hover{background:#ffffff1a;border-color:#ffffff47}.nav-links>a:active{transform:translateY(1px);background:#ffffff2e}.nav-links>a:focus-visible{outline:none;box-shadow:0 0 0 3px #8c9aff66}.nav-links>a.active{background:#fff3;border-color:#ffffff59}.nav-links .ap-menu-popover .ap-menu-link{color:var(--ap-text);transition:background .15s ease,color .15s ease,transform .08s ease}.nav-links .ap-menu-popover .ap-menu-link:hover{background:#e8ecff;color:#2d3364}.nav-links .ap-menu-popover .ap-menu-link:active{background:#dde3ff;color:#212853;transform:translateY(1px)}.nav-links .ap-menu-popover .ap-menu-link:focus-visible{outline:none;box-shadow:0 0 0 3px #6f86ff47}.main-content{flex:1;padding:2rem;max-width:1400px;width:100%;margin:0 auto}.card{background:#fff;border-radius:12px;border:1px solid var(--ap-border, #d9dcf0);padding:1.5rem;margin-bottom:1.5rem;box-shadow:0 2px 4px #0000001a}.card h2{margin-bottom:1rem;color:#333}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:2rem}.stat-card{background:#fff;border-radius:12px;border:1px solid var(--ap-border, #d9dcf0);padding:1.5rem;box-shadow:0 2px 4px #0000001a}.stat-card h3{font-size:.875rem;color:#666;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.5px}.stat-card .value{font-size:2rem;font-weight:700;color:var(--ap-primary, #6f6eb3)}.table{width:100%;border-collapse:collapse;background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 4px #0000001a}.table thead{background:var(--ap-primary, #6f6eb3);color:#fff}.table th,.table td{padding:1rem;text-align:left}.table tbody tr{border-bottom:1px solid #eee}.table tbody tr:hover{background:#f9f9f9}.table tbody tr:last-child{border-bottom:none}.loading{text-align:center;padding:2rem;color:#666}.error{background:#fee;color:#c33;padding:1rem;border-radius:4px;margin-bottom:1rem}.button{background:var(--ap-primary, #6f6eb3);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:10px;cursor:pointer;font-size:1rem;transition:background .2s}.button:hover{background:var(--ap-primary-dark, #5958a0)}.button:disabled{background:#ccc;cursor:not-allowed}.ap-btn-subtle{height:34px;display:inline-flex;align-items:center;gap:6px;padding:0 12px;border-radius:8px;border:1px solid #e2e8f0;background:#f8fafc;color:#1a202c;cursor:pointer;text-decoration:none;font-size:13px;font-weight:600;line-height:1}.ap-btn-subtle:hover{background:#eef2f7}.ap-btn-subtle:disabled{opacity:.6;cursor:not-allowed}.ap-btn-danger{background:#ef4444!important;color:#fff!important;border-color:#dc2626!important}.ap-field{height:38px;border-radius:8px;border:1px solid #cbd5e0;padding:0 10px;background:#fff;color:#1a202c}.ap-field:focus{outline:none;border-color:#6f6eb3;box-shadow:0 0 0 3px #6f6eb329}.ap-field--textarea{height:auto;min-height:110px;padding:10px;resize:vertical}.ap-nav-avatar-trigger{width:38px;height:38px;border-radius:999px;border:1px solid rgba(255,255,255,.5);background:#ffffff1a;display:grid;place-items:center;cursor:pointer;transition:background .18s ease,transform .08s ease,border-color .18s ease,box-shadow .18s ease;padding:0;overflow:hidden}.ap-nav-avatar-trigger:hover{background:#ffffff2e;border-color:#ffffffb8}.ap-nav-avatar-trigger:active{transform:translateY(1px);background:#ffffff42}.ap-nav-avatar-trigger:focus-visible{outline:none;box-shadow:0 0 0 3px #8c9aff73}.ap-nav-avatar-trigger[aria-expanded=true]{background:#ffffff3d;border-color:#ffffffe6}.ap-nav-avatar-img{width:100%;height:100%;object-fit:cover}.ap-nav-avatar-fallback{color:#fff;font-weight:800;font-size:14px}.ap-menu-link.active{background:#dde3ff;color:#212853}.ap-menu-action{text-align:left;width:100%;border:none;background:transparent;cursor:pointer;font-size:14px}.badge{display:inline-block;padding:.25rem .75rem;border-radius:12px;font-size:.875rem;font-weight:500}.badge.active{background:#d4edda;color:#155724}.badge.closed{background:#f8d7da;color:#721c24}.badge.pending{background:#fff3cd;color:#856404}.hbm-org-shell{display:grid;gap:16px}.hbm-org-top-actions{display:flex;gap:8px;flex-wrap:wrap;align-items:center}.hbm-org-notice{padding:.95rem 1rem;border-radius:12px;background:#eefbf3;border:1px solid #b7ebc9;color:#166534}.hbm-org-frame{background:linear-gradient(180deg,#fff,#fbfbff);border:1px solid #1f2937;border-radius:28px;box-shadow:0 12px 32px #0f172a14;padding:20px;display:grid;gap:18px}.hbm-org-frame-header{display:flex;justify-content:space-between;gap:16px;align-items:flex-start;flex-wrap:wrap}.hbm-org-eyebrow{display:inline-flex;align-items:center;gap:6px;padding:.32rem .72rem;border-radius:999px;background:#f3edff;color:#7c3aed;font-size:11px;font-weight:800;letter-spacing:1px;text-transform:uppercase}.hbm-org-title{margin:10px 0 4px;font-size:2rem;line-height:1.1;color:#18181b;font-weight:800}.hbm-org-subtitle{color:#8b8ba2;font-size:11px;letter-spacing:1.2px;text-transform:uppercase;font-weight:700}.hbm-org-header-actions{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.hbm-org-primary-btn,.hbm-org-dark-btn,.hbm-org-secondary-btn,.hbm-org-icon-danger{border:none;cursor:pointer;transition:transform .08s ease,box-shadow .18s ease,opacity .18s ease}.hbm-org-primary-btn:active,.hbm-org-dark-btn:active,.hbm-org-secondary-btn:active,.hbm-org-icon-danger:active{transform:translateY(1px)}.hbm-org-primary-btn:disabled,.hbm-org-dark-btn:disabled,.hbm-org-secondary-btn:disabled{opacity:.65;cursor:not-allowed}.hbm-org-primary-btn{height:44px;padding:0 18px;border-radius:14px;color:#fff;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-weight:700;letter-spacing:.3px;background:linear-gradient(135deg,#7c3aed,#d946ef);box-shadow:0 8px 20px #a855f747}.hbm-org-dark-btn{height:44px;padding:0 18px;border-radius:14px;color:#fff;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-weight:700;background:#111827;box-shadow:0 8px 18px #1118272e;text-decoration:none}.hbm-org-secondary-btn{height:38px;padding:0 14px;border-radius:12px;background:#101828;color:#fff;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-weight:700;font-size:13px}.hbm-org-tabbar{display:flex;gap:10px;flex-wrap:wrap}.hbm-org-tab{height:42px;padding:0 16px;border-radius:12px;border:1px solid #ececf5;background:#f8f8fc;color:#6b6b80;cursor:pointer;font-size:13px;font-weight:700}.hbm-org-tab.is-active{background:linear-gradient(135deg,#f3edff,#fff);color:#7c3aed;border-color:#eadcff;box-shadow:0 8px 18px #7c3aed1f}.hbm-org-panel{border:1px solid #ececf5;border-radius:22px;background:#fff;padding:18px;display:grid;gap:18px}.hbm-org-panel-header{display:flex;justify-content:space-between;gap:12px;align-items:flex-start;flex-wrap:wrap}.hbm-org-panel-header h2,.hbm-org-section-header h3{margin:0;color:#18181b;font-size:1.6rem;line-height:1.1}.hbm-org-panel-header p,.hbm-org-section-header p{margin:6px 0 0;color:#8b8ba2;font-size:13px}.hbm-org-loading-inline{color:#7c3aed;font-size:13px;font-weight:700}.hbm-org-visibility-panel{border:1px solid #ececf5;border-radius:18px;background:#fbfbff;padding:14px;display:grid;gap:12px}.hbm-org-visibility-copy{display:grid;gap:4px}.hbm-org-visibility-copy strong{color:#18181b}.hbm-org-visibility-copy span{color:#8b8ba2;font-size:13px}.hbm-org-visibility-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:10px}.hbm-org-toggle-chip,.hbm-org-toggle-row{display:inline-flex;align-items:center;gap:8px;color:#344054;font-size:13px}.hbm-org-toggle-chip{padding:.68rem .82rem;border-radius:12px;border:1px solid #ececf5;background:#fff}.hbm-org-section-header{display:flex;justify-content:space-between;gap:12px;align-items:flex-start;flex-wrap:wrap}.hbm-org-card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:14px}.hbm-org-item-card,.hbm-org-empty-card{border:1px solid #1f2937;border-radius:18px;background:#fff;padding:14px;display:grid;gap:12px;box-shadow:0 4px 12px #0f172a0d}.hbm-org-empty-card{min-height:140px;place-items:center;color:#8b8ba2;text-align:center;border-style:dashed}.hbm-org-item-card-toolbar{display:flex;justify-content:space-between;gap:8px;align-items:center;color:#18181b;font-size:13px;font-weight:800;text-transform:uppercase;letter-spacing:.5px}.hbm-org-icon-danger{border-radius:10px;padding:.45rem .7rem;background:#fff1f2;color:#b42318;font-size:12px;font-weight:700}.hbm-org-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.hbm-org-form-grid label{display:grid;gap:6px}.hbm-org-form-grid label span{color:#6b7280;font-size:11px;font-weight:800;letter-spacing:.8px;text-transform:uppercase}.hbm-org-form-span-2{grid-column:1 / -1}.hbm-org-input,.hbm-org-textarea{width:100%;border-radius:12px;border:1px solid #1f2937;background:#fff;color:#111827;padding:.8rem .9rem;font:inherit}.hbm-org-input:focus,.hbm-org-textarea:focus{outline:none;border-color:#7c3aed;box-shadow:0 0 0 4px #7c3aed1f}.hbm-org-textarea{min-height:110px;resize:vertical}.hbm-org-advanced{border:1px solid #ececf5;border-radius:18px;background:#fbfbff;overflow:hidden}.hbm-org-advanced summary{display:flex;justify-content:space-between;gap:12px;list-style:none;cursor:pointer;padding:14px 16px;color:#18181b;font-weight:800}.hbm-org-advanced summary span:last-child{color:#8b8ba2;font-size:12px;font-weight:600}.hbm-org-advanced summary::-webkit-details-marker{display:none}.hbm-org-advanced-body{padding:0 16px 16px;display:grid;gap:14px}.hbm-org-summary-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:10px}.hbm-org-summary-box{border:1px solid #ececf5;border-radius:14px;padding:12px;background:#fff;display:grid;gap:6px}.hbm-org-summary-box span{color:#8b8ba2;font-size:11px;text-transform:uppercase;letter-spacing:.8px;font-weight:800}.hbm-org-summary-box strong{color:#18181b;word-break:break-word}.hbm-org-advanced-note{color:#667085;font-size:13px;line-height:1.5}.hbm-org-mini-icon{width:14px;height:14px;flex:0 0 auto}.hbm-org-lock-row{display:flex;justify-content:flex-start}.hbm-org-section-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.hbm-org-lock-btn,.hbm-org-icon-btn,.hbm-org-icon-btn-link{width:34px;height:34px;border-radius:10px;border:1px solid #d0d5dd;background:#fff;color:#6b7280;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;text-decoration:none}.hbm-org-lock-btn.is-locked{background:#fff1f2;color:#b42318;border-color:#fecdd3}.hbm-org-icon-btn:disabled,.hbm-org-lock-btn:disabled{opacity:.45;cursor:not-allowed}.hbm-org-editor-card.is-locked,.hbm-org-how-card.is-locked,.hbm-org-knowledge-card.is-locked{background:#fafafa}.hbm-org-item-card-label{color:#6b7280;font-size:11px;letter-spacing:.9px}.hbm-org-editor-tools{display:inline-flex;align-items:center;gap:6px}.hbm-org-editor-tools-right{justify-content:flex-end;margin-bottom:8px}.hbm-org-card-grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.hbm-org-editor-stack{display:grid;gap:16px}.hbm-org-richtext-header{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;color:#344054;font-size:13px;font-weight:700}.hbm-org-richtext-mode-toggle{gap:8px}.hbm-org-richtext-toggle{min-width:78px}.hbm-org-richtext-toggle.is-active{background:#eef2ff;border-color:#c7d2fe;color:#3730a3}.hbm-org-richtext-toolbar{display:flex;flex-wrap:wrap;gap:8px;padding:10px;border:1px solid #d0d5dd;border-radius:14px;background:#f8fafc}.hbm-org-richtext-btn{border:1px solid #d0d5dd;background:#fff;color:#344054;border-radius:10px;padding:.45rem .7rem;font:inherit;font-size:12px;font-weight:700;cursor:pointer}.hbm-org-richtext-btn:disabled{opacity:.5;cursor:not-allowed}.hbm-org-richtext-editor{min-height:280px;padding:14px 16px;border:1px solid #d0d5dd;border-radius:14px;background:#fff;color:#101828;font-size:14px;line-height:1.65;outline:none}.hbm-org-richtext-editor:focus{border-color:#6160ab;box-shadow:0 0 0 3px #6160ab24}.hbm-org-richtext-editor.is-locked{background:#fcfcfd}.hbm-org-richtext-editor h2,.hbm-org-richtext-editor h3{margin:1rem 0 .65rem;color:#111827}.hbm-org-richtext-editor h2{font-size:1.55rem}.hbm-org-richtext-editor h3{font-size:1.2rem}.hbm-org-richtext-editor p,.hbm-org-richtext-editor ul,.hbm-org-richtext-editor ol,.hbm-org-richtext-editor blockquote{margin:.8rem 0}.hbm-org-richtext-editor ul,.hbm-org-richtext-editor ol{padding-inline-start:1.4rem}.hbm-org-richtext-editor blockquote{border-inline-start:3px solid #c7d2fe;padding-inline-start:12px;color:#475467}.hbm-org-richtext-source{min-height:280px;font-family:monospace}.hbm-org-legal-upload-dropzone{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;padding:16px 18px;border:1.5px dashed #c7ced8;border-radius:16px;background:#f8fafc;transition:border-color .18s ease,background .18s ease,box-shadow .18s ease}.hbm-org-legal-upload-dropzone.is-active{border-color:#6160ab;background:#eef2ff;box-shadow:0 0 0 3px #6160ab1f}.hbm-org-legal-upload-dropzone.is-locked{opacity:.72}.hbm-org-legal-upload-copy{display:grid;gap:4px}.hbm-org-legal-upload-copy strong{color:#111827;font-size:14px}.hbm-org-legal-upload-copy p,.hbm-org-inline-note{color:#667085;font-size:13px;line-height:1.5}.hbm-org-legal-preview-backdrop{position:fixed;inset:0;z-index:1200;background:#0f172aad;display:flex;align-items:center;justify-content:center;padding:24px}.hbm-org-legal-preview-modal{width:min(1080px,100%);max-height:calc(100vh - 48px);display:flex;flex-direction:column;border-radius:24px;overflow:hidden;background:#fff;box-shadow:0 30px 80px #0f172a52}.hbm-org-legal-preview-topbar{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 22px;border-bottom:1px solid #e5e7eb;background:#f8fafc}.hbm-org-legal-preview-topbar strong{display:block;color:#111827}.hbm-org-legal-preview-topbar p{margin-top:4px;color:#667085;font-size:13px}.hbm-org-legal-preview-canvas{overflow:auto;background:#f7f2ea;padding:24px}.hbm-org-legal-preview-page{min-height:100%;padding:24px 0 40px}.hbm-org-legal-preview-article{max-width:860px;margin:0 auto;border-radius:28px;border:1px solid #f0f1f3;background:#fff;overflow:hidden;box-shadow:0 10px 30px #0f172a14}.hbm-org-legal-preview-article-header{padding:32px 40px;border-bottom:1px solid #f0f1f3}.hbm-org-legal-preview-article-headline{display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap}.hbm-org-legal-preview-article-headline h1{margin:0;color:#5958a0;font-size:2rem;line-height:1.15}.hbm-org-legal-preview-cta{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 18px;border-radius:999px;border:1px solid rgba(89,88,160,.18);background:#fff;color:#5958a0;font-size:14px;font-weight:700;text-decoration:none}.hbm-org-legal-preview-cta:hover{background:#5958a00d}.hbm-org-legal-preview-content{padding:32px 40px 40px;color:#475467;font-size:1.04rem;line-height:1.8}.hbm-org-legal-preview-content h2,.hbm-org-legal-preview-content h3{color:#111827;font-weight:700;line-height:1.25}.hbm-org-legal-preview-content h2{font-size:1.55rem;margin:0 0 1rem}.hbm-org-legal-preview-content h3{font-size:1.18rem;margin:2rem 0 .85rem}.hbm-org-legal-preview-content p,.hbm-org-legal-preview-content ul,.hbm-org-legal-preview-content ol,.hbm-org-legal-preview-content blockquote{margin:0 0 1rem}.hbm-org-legal-preview-content ul,.hbm-org-legal-preview-content ol{padding-inline-start:1.45rem}.hbm-org-legal-preview-content li+li{margin-top:.35rem}.hbm-org-legal-preview-content blockquote{border-inline-start:4px solid #d9d6ff;padding-inline-start:14px;color:#475467}@media(max-width:900px){.hbm-org-legal-preview-backdrop{padding:12px}.hbm-org-legal-preview-topbar{align-items:flex-start;flex-direction:column}.hbm-org-legal-preview-article-header,.hbm-org-legal-preview-content{padding-left:20px;padding-right:20px}.hbm-org-legal-preview-article-headline h1{font-size:1.7rem}}@media(max-width:640px){.hbm-org-legal-preview-canvas{padding:12px}.hbm-org-legal-preview-page{padding-top:8px}}.hbm-org-testimonial-card{padding:18px}.hbm-org-testimonial-layout{display:grid;grid-template-columns:72px minmax(0,1fr);gap:18px}.hbm-org-testimonial-aside{display:grid;align-content:start;gap:8px;padding-top:8px}.hbm-org-testimonial-quote{width:34px;height:34px;color:#f5b700}.hbm-org-testimonial-stars{color:#f5b700;letter-spacing:2px;font-size:14px}.hbm-org-logo-preview{min-height:88px;border-radius:14px;border:1px solid #d0d5dd;background:#fff;display:flex;align-items:center;justify-content:center;color:#98a2b3}.hbm-org-logo-preview img{max-width:100%;max-height:56px;object-fit:contain}.hbm-org-mode-tabs{display:inline-flex;gap:6px;padding:4px;border-radius:12px;background:#f3f4f6}.hbm-org-mode-tabs button{border:none;background:transparent;color:#6b7280;border-radius:10px;padding:.5rem .9rem;font:inherit;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.9px;cursor:pointer}.hbm-org-mode-tabs button.is-active{background:#fff;color:#111827;box-shadow:0 2px 8px #0f172a14}.hbm-org-how-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hbm-org-how-card{padding:18px}.hbm-org-how-card-top{display:grid;grid-template-columns:180px minmax(0,1fr);gap:18px;align-items:start}.hbm-org-phone-column{display:grid;justify-items:center;gap:10px}.hbm-org-step-index{width:28px;height:28px;border-radius:999px;background:#101828;color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:11px;font-weight:800}.hbm-org-phone-stage{position:relative;width:160px;aspect-ratio:9 / 19.5;border-radius:40px;border:6px solid #111827;background:#fff;overflow:hidden;display:flex;align-items:center;justify-content:center}.hbm-org-phone-stage img{width:100%;height:100%;object-fit:cover}.hbm-org-phone-notch{position:absolute;top:0;left:50%;transform:translate(-50%);width:78px;height:18px;border-bottom-left-radius:14px;border-bottom-right-radius:14px;background:#111827}.hbm-org-phone-home{position:absolute;bottom:6px;left:50%;transform:translate(-50%);width:40px;height:4px;border-radius:999px;background:#1118272e}.hbm-org-phone-placeholder{width:42px;height:42px;color:#d0d5dd}.hbm-org-how-form{min-width:0}.hbm-org-textarea-short{min-height:86px}.hbm-org-experiences-shell,.hbm-org-video-shell{display:grid;gap:18px}.hbm-org-experience-note{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;color:#667085}.hbm-org-experience-note p{margin:0}.hbm-org-experience-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.hbm-org-experience-card{border-radius:28px;border:1px solid #ececf5;background:#fff;overflow:hidden;box-shadow:0 16px 34px #0f172a14;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.hbm-org-experience-card:hover{transform:translateY(-2px);box-shadow:0 24px 44px #0f172a1f}.hbm-org-experience-card.is-featured{border-color:#f59e0b;box-shadow:0 0 0 4px #f59e0b29,0 18px 38px #0f172a14}.hbm-org-experience-ribbon{padding:.42rem .8rem;background:linear-gradient(90deg,#f59e0b,#fbbf24);color:#fff;font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:1.2px}.hbm-org-experience-cover{position:relative;height:226px;background:#e5e7eb}.hbm-org-experience-cover img{width:100%;height:100%;object-fit:cover}.hbm-org-experience-cover-media,.hbm-org-experience-cover video,.hbm-org-experience-cover img{width:100%;height:100%;object-fit:cover}.hbm-org-experience-cover-placeholder{width:100%;height:100%;background:linear-gradient(135deg,#eef2ff,#f8fafc)}.hbm-org-experience-card-badges{position:absolute;top:14px;right:14px;display:flex;gap:8px;align-items:center;flex-wrap:wrap;justify-content:flex-end}.hbm-org-experience-visual-btn,.hbm-org-experience-status,.hbm-org-experience-lock-toggle{border-radius:999px;border:1px solid #ececf5;padding:.35rem .65rem;font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.8px}.hbm-org-experience-visual-btn{background:#fffffff2;color:#7c3aed;border-color:#e9d5ff}.hbm-org-experience-status{background:#f3f4f6f5;color:#6b7280}.hbm-org-experience-status.is-live{background:#ecfdf5f5;color:#166534;border-color:#bbf7d0}.hbm-org-experience-lock{padding:.3rem .55rem;border-radius:999px;background:#fffbebf5;color:#92400e;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.8px}.hbm-org-experience-body{display:grid;gap:14px;padding:18px}.hbm-org-experience-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.hbm-org-experience-body h2,.hbm-org-video-list-item strong{margin:0;color:#101828;font-size:1.95rem;line-height:1.1;letter-spacing:-.03em}.hbm-org-experience-body p{margin:0;color:#8b8ba2;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:1px}.hbm-org-experience-stats{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.hbm-org-experience-stats>div{border-radius:18px;background:#f8fafc;padding:14px 12px;text-align:center;display:grid;gap:6px}.hbm-org-experience-stats strong{color:#2563eb;font-size:1.7rem}.hbm-org-experience-stats span{color:#8b8ba2;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:1px}.hbm-org-experience-actions{display:flex;align-items:center;gap:10px}.hbm-org-experience-actions .hbm-org-dark-btn{min-width:0;flex:1;justify-content:center}.hbm-org-experience-lock-toggle{background:#f8fafc;color:#64748b}.hbm-org-experience-lock-toggle.is-locked{background:#fff1f2;color:#e11d48;border-color:#fecdd3}.hbm-org-protocol-shell{display:grid;grid-template-columns:320px minmax(0,1fr);gap:18px}.hbm-org-protocol-preview-card{display:grid;align-content:start;gap:0;border:1px solid #ececf5;border-radius:24px;overflow:hidden;background:#fff;box-shadow:0 18px 34px #0f172a14}.hbm-org-protocol-preview-media,.hbm-org-protocol-preview-media img,.hbm-org-protocol-preview-media video{width:100%;height:230px;object-fit:cover;display:block}.hbm-org-protocol-preview-body{display:grid;gap:10px;padding:18px}.hbm-org-protocol-preview-body h1{margin:0;font-size:1.7rem;line-height:1.1;color:#0f172a}.hbm-org-protocol-preview-body p{margin:0;color:#8b8ba2;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:1px}.hbm-org-protocol-tabs{display:flex;gap:10px;padding:0 20px 4px;flex-wrap:wrap}.hbm-org-protocol-tab{border:1px solid #ececf5;border-radius:999px;background:#fff;padding:.42rem .78rem;color:#8b8ba2;font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.9px}.hbm-org-protocol-tab.is-active{background:#0f172a;border-color:#0f172a;color:#fff}.hbm-org-inline-check{display:flex;align-items:center;gap:8px;min-height:44px;color:#475467;font-size:13px;font-weight:700}.hbm-org-inline-check input{accent-color:#7c3aed}.hbm-org-designer-shell{min-height:calc(100vh - 64px);display:grid;gap:14px}.hbm-org-designer-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 18px 0}.hbm-org-designer-toolbar-actions{display:flex;gap:10px;align-items:center}.hbm-org-designer-layout{display:grid;grid-template-columns:minmax(0,1fr) 376px;gap:0;min-height:calc(100vh - 120px)}.hbm-org-designer-preview-panel{overflow:auto;background:#f5f1e8;padding:12px}.hbm-org-designer-sidebar{display:grid;gap:12px;align-content:start;background:#ffffffeb;-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);border-left:1px solid #ececf5;padding:18px 18px 28px;overflow:auto}.hbm-org-designer-sidebar-header{display:flex;justify-content:space-between;gap:12px;align-items:center}.hbm-org-designer-sidebar-header h2{margin:0;color:#d946ef;font-size:1.15rem;font-weight:900}.hbm-org-designer-tabs{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:6px}.hbm-org-designer-tab{border:1px solid #ececf5;border-radius:999px;background:#fff;padding:.45rem .3rem;color:#8b8ba2;font-size:9px;font-weight:900;text-transform:uppercase;letter-spacing:1px}.hbm-org-designer-tab.is-active{background:#0f172a;border-color:#0f172a;color:#fff}.hbm-org-designer-form{display:grid;gap:12px}.hbm-org-designer-form label{display:grid;gap:6px}.hbm-org-designer-form label>span{color:#98a2b3;font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:1px}.hbm-org-designer-gallery-list{display:grid;gap:10px}.hbm-org-designer-gallery-item{display:grid;grid-template-columns:84px minmax(0,1fr);gap:10px;align-items:center;padding:10px 12px;border:1px solid #ececf5;border-radius:18px;background:#fff}.hbm-org-designer-gallery-thumb,.hbm-org-designer-gallery-thumb img,.hbm-org-designer-gallery-thumb video{width:84px;height:64px;object-fit:cover;border-radius:12px;background:#f8fafc}.hbm-org-designer-gallery-actions{display:grid;gap:8px}.hbm-org-designer-gallery-buttons{display:flex;gap:8px;flex-wrap:wrap}.hbm-org-designer-gallery-meta{display:flex;align-items:center;justify-content:space-between;gap:10px}.hbm-org-designer-gallery-meta strong{color:#111827;font-size:12px;font-weight:900}.hbm-org-designer-gallery-meta span{color:#8b8ba2;font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.8px}.hbm-org-designer-gallery-buttons button{border:1px solid #ececf5;border-radius:999px;background:#fff;padding:.38rem .65rem;font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.8px}.hbm-org-designer-gallery-buttons button:disabled{opacity:.45}.hbm-org-designer-partner-card{display:grid;gap:10px;padding:14px;border:1px solid #ececf5;border-radius:18px;background:#fff}.hbm-org-visual-preview{max-width:1080px;margin:0 auto;border-radius:28px;overflow:hidden;background:#f8f4ec;box-shadow:0 30px 70px #0f172a26}.hbm-org-visual-hero{position:relative;min-height:520px;overflow:hidden;background:#111827}.hbm-org-visual-hero-media,.hbm-org-visual-hero-media img,.hbm-org-visual-hero-media video{width:100%;height:520px;object-fit:cover;display:block}.hbm-org-visual-hero-overlay{position:absolute;inset:0;background:linear-gradient(180deg,#0f172a73,#0f172a26 38%,#f8f4ecf2)}.hbm-org-visual-hero-copy{position:absolute;inset:0;display:grid;place-content:center;gap:10px;text-align:center;padding:40px 24px 140px;color:#fff}.hbm-org-visual-pill{justify-self:center;border-radius:999px;background:#ffffff29;padding:.42rem .7rem;font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:1px}.hbm-org-visual-hero-copy h1,.hbm-org-visual-section h2{margin:0;color:#111827;font-size:3rem;line-height:1;font-weight:900;letter-spacing:-.04em}.hbm-org-visual-hero-copy h1{color:#fff}.hbm-org-visual-hero-copy p,.hbm-org-visual-section p{margin:0;font-size:18px;color:#ffffffeb}.hbm-org-visual-section p{color:#6b7280}.hbm-org-visual-social-proof,.hbm-org-visual-section,.hbm-org-visual-quote-card{padding:28px 64px 14px}.hbm-org-visual-social-proof{margin-top:-82px;position:relative;z-index:2;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.hbm-org-visual-social-proof>div,.hbm-org-visual-quote-card{border-radius:28px;background:#fff;text-align:center;padding:26px 20px;box-shadow:0 18px 44px #0f172a14}.hbm-org-visual-social-proof strong{display:block;color:#111827;font-size:2rem;font-weight:900}.hbm-org-visual-social-proof span,.hbm-org-visual-section-kicker,.hbm-org-visual-quote-card span{color:#9ca3af;font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:1.3px}.hbm-org-visual-section{display:grid;gap:14px;text-align:center}.hbm-org-visual-expect-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;padding-top:6px}.hbm-org-visual-expect-item{display:grid;gap:10px;justify-items:center}.hbm-org-visual-expect-item span{width:34px;height:34px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:#ede9fe;color:#7c3aed;font-weight:900}.hbm-org-visual-expect-badge{transition:transform .18s ease,background .18s ease,color .18s ease,box-shadow .18s ease;box-shadow:0 4px 10px #0f172a14}.hbm-org-visual-expect-item:hover .hbm-org-visual-expect-badge{transform:translateY(-2px) scale(1.06);background:#6160ab;color:#fff;box-shadow:0 10px 22px #6160ab47}.hbm-org-visual-expect-item strong,.hbm-org-visual-bubble-copy strong,.hbm-org-visual-faq-item summary,.hbm-org-visual-section h3{color:#111827;font-weight:900}.hbm-org-visual-bubbles{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.hbm-org-visual-bubble-card{overflow:hidden;border-radius:26px;background:#fff;box-shadow:0 14px 34px #0f172a14}.hbm-org-visual-bubble-image,.hbm-org-visual-bubble-image img,.hbm-org-visual-bubble-image video{width:100%;height:170px;object-fit:cover;display:block}.hbm-org-visual-bubble-copy{display:grid;gap:4px;padding:14px}.hbm-org-visual-bubble-placeholder,.hbm-org-visual-map-placeholder{display:grid;place-items:center;min-height:170px;background:#fff;color:#9ca3af;font-weight:800}.hbm-org-visual-map-card{border-radius:28px;overflow:hidden;background:#fff;box-shadow:0 14px 34px #0f172a14}.hbm-org-visual-map-card iframe{width:100%;min-height:300px;border:0}.hbm-org-visual-quote-card{display:grid;gap:10px;max-width:620px;margin:0 auto}.hbm-org-visual-quote-card p{margin:0;color:#6b5ca5;font-size:1.6rem;line-height:1.25;font-weight:700}.hbm-org-visual-faqs{display:grid;gap:14px;max-width:720px;margin:0 auto;width:100%}.hbm-org-visual-faq-item{border-radius:18px;background:#fff;box-shadow:0 10px 24px #0f172a0f;text-align:left;padding:0 18px}.hbm-org-visual-faq-item summary{cursor:pointer;list-style:none;padding:18px 0;display:flex;align-items:center;justify-content:space-between;gap:16px}.hbm-org-visual-faq-icon{width:38px;height:38px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:#f8f7ff;color:#6160ab;font-size:16px;font-weight:900;line-height:1;transition:transform .18s ease,background .18s ease,color .18s ease}.hbm-org-visual-faq-item[open] .hbm-org-visual-faq-icon{transform:rotate(180deg);background:#6160ab;color:#fff}.hbm-org-visual-faq-item:hover .hbm-org-visual-faq-icon{box-shadow:0 8px 18px #6160ab2e}.hbm-org-visual-faq-item p{padding:0 0 18px}.hbm-org-video-preview-media,.hbm-org-video-preview-media img,.hbm-org-video-preview-media video{width:100%;height:100%;object-fit:cover}.hbm-org-video-layout{display:grid;grid-template-columns:280px minmax(0,1fr);gap:18px}.hbm-org-video-list{border:1px solid #ececf5;border-radius:22px;background:#fff;padding:14px;display:grid;gap:10px;align-content:start;max-height:calc(100vh - 240px);overflow:auto}.hbm-org-video-list-header{display:flex;align-items:center;justify-content:space-between;gap:8px}.hbm-org-video-list-item{border:1px solid #e4e7ec;border-radius:16px;background:#fff;padding:.85rem .95rem;text-align:left;display:grid;gap:6px;cursor:pointer}.hbm-org-video-list-item span,.hbm-org-video-list-item em{color:#667085;font-size:12px}.hbm-org-video-list-item em{font-style:normal;font-weight:700}.hbm-org-video-list-item.is-active{border-color:#fca5a5;box-shadow:0 10px 20px #f871711f}.hbm-org-video-form{padding:18px 22px 22px;display:grid;gap:18px}.hbm-org-video-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.hbm-org-video-form-grid label{display:grid;gap:6px}.hbm-org-video-form-grid label span{color:#6b7280;font-size:11px;font-weight:800;letter-spacing:.8px;text-transform:uppercase}.hbm-org-video-header-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.hbm-org-video-preview-stack{display:grid;gap:12px}.hbm-org-video-preview-dropzone{border:1px dashed #d0d5dd;border-radius:18px;background:#fcfcfd;padding:16px 18px;cursor:pointer;transition:border-color .18s ease,box-shadow .18s ease,background .18s ease}.hbm-org-video-preview-dropzone.is-dragging{border-color:#7c3aed;background:#f5f3ff;box-shadow:0 0 0 4px #7c3aed14}.hbm-org-video-preview-copy{display:grid;gap:4px}.hbm-org-video-preview-copy strong{color:#111827;font-size:13px;font-weight:800}.hbm-org-video-preview-copy span{color:#6b7280;font-size:12px}.hbm-org-video-preview{border-radius:18px;overflow:hidden;border:1px solid #d0d5dd;min-height:260px;background:#f5f7ff}.hbm-org-video-preview img{width:100%;height:100%;object-fit:cover}.hbm-org-video-preview-empty{min-height:260px;background:linear-gradient(135deg,#eef2ff,#f8fafc)}.hbm-org-video-settings{display:grid;gap:16px}@media(max-width:1200px){.hbm-org-experience-grid,.hbm-org-how-grid,.hbm-org-card-grid-2,.hbm-org-video-layout{grid-template-columns:1fr}}@media(max-width:900px){.hbm-org-how-card-top,.hbm-org-video-form-grid,.hbm-org-testimonial-layout{grid-template-columns:1fr}}.hbm-org-crm-shell{display:grid;gap:18px;padding-top:4px}.hbm-org-crm-topbar{display:flex;justify-content:space-between;gap:16px;align-items:flex-start;flex-wrap:wrap}.hbm-org-crm-brandmark{color:#111827;font-size:2.1rem;font-weight:900;letter-spacing:-.03em;display:flex;align-items:center;gap:10px}.hbm-org-crm-brandmark:before{content:"♡";display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:999px;color:#a855f7;background:linear-gradient(135deg,#faf5ff,#f3e8ff);box-shadow:inset 0 0 0 1px #a855f71f}.hbm-org-crm-version{margin-top:4px;color:#8b8ba2;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:1.2px}.hbm-org-crm-header-actions{display:flex;gap:10px;flex-wrap:wrap;align-items:center}.hbm-org-crm-inline-icon,.hbm-org-crm-tab-icon{width:15px;height:15px;flex:0 0 auto}.hbm-org-crm-outline-btn,.hbm-org-crm-primary-btn,.hbm-org-crm-mini-btn{border-radius:14px;border:1px solid #1f2937;background:#fff;color:#111827;padding:.78rem 1rem;font:inherit;font-size:13px;font-weight:800;text-transform:uppercase;letter-spacing:.8px;cursor:pointer;text-decoration:none;transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease}.hbm-org-crm-outline-btn:hover,.hbm-org-crm-primary-btn:hover,.hbm-org-crm-mini-btn:hover{transform:translateY(-1px);box-shadow:0 10px 24px #0f172a14}.hbm-org-crm-primary-btn{border-color:#7c3aed;background:linear-gradient(90deg,#7c3aed,#c026d3);color:#fff;box-shadow:0 10px 24px #7c3aed38}.hbm-org-crm-mini-btn{border-radius:10px;padding:.45rem .72rem;font-size:11px}.hbm-org-crm-icon-btn{display:inline-grid;place-items:center;width:34px;height:34px;padding:0}.hbm-org-crm-tabs{display:flex;gap:10px;flex-wrap:wrap;padding:12px;border:1px solid #ececf5;border-radius:20px;background:linear-gradient(180deg,#fff,#fbfbff);box-shadow:0 8px 24px #0f172a0a}.hbm-org-crm-tab{display:inline-flex;align-items:center;gap:8px;border-radius:14px;border:1px solid transparent;padding:.82rem 1rem;color:#8b8ba2;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.9px;text-decoration:none}.hbm-org-crm-tab:hover{color:#111827}.hbm-org-crm-tab.is-active{border-color:#ececf5;background:#fff;color:#111827;box-shadow:0 10px 24px #0f172a14}.hbm-org-crm-tab.is-muted{color:#b0b3c1;background:transparent;cursor:default}.hbm-org-crm-panel{border:1px solid #1f2937;border-radius:28px;background:#fff;overflow:hidden;box-shadow:0 18px 38px #0f172a14}.hbm-org-crm-panel-header{display:flex;justify-content:space-between;gap:14px;align-items:flex-start;flex-wrap:wrap;padding:22px 22px 10px}.hbm-org-crm-panel-header.is-soft{background:linear-gradient(180deg,#f9fafbeb,#fffffff5);border-bottom:1px solid #ececf5}.hbm-org-crm-panel-header h1{margin:0;color:#111827;font-size:1.85rem;font-weight:900;letter-spacing:-.03em}.hbm-org-crm-panel-header p{margin:6px 0 0;color:#8b8ba2;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.8px}.hbm-org-crm-panel-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.hbm-org-crm-segmented{display:inline-flex;gap:8px;flex-wrap:wrap}.hbm-org-crm-segmented button{border:1px solid #1f2937;border-radius:999px;background:#fff;color:#6b7280;padding:.7rem .95rem;font:inherit;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.8px;cursor:pointer}.hbm-org-crm-segmented button.is-active{background:#111827;color:#fff}.hbm-org-crm-mode-switch{position:relative;display:inline-grid;grid-template-columns:repeat(2,minmax(0,1fr));align-items:center;min-width:224px;min-height:42px;padding:4px;border:1px solid #d1d5db;border-radius:999px;background:linear-gradient(180deg,#fff,#f8fafc);box-shadow:inset 0 1px #ffffffe6,0 6px 16px #0f172a14;cursor:pointer}.hbm-org-crm-mode-switch-thumb{position:absolute;top:4px;left:4px;width:calc(50% - 4px);height:calc(100% - 8px);border-radius:999px;background:#111827;box-shadow:0 8px 18px #11182738;transition:transform .18s ease}.hbm-org-crm-mode-switch.is-raw .hbm-org-crm-mode-switch-thumb{transform:translate(100%)}.hbm-org-crm-mode-switch-label{position:relative;z-index:1;padding:0 14px;font-size:10px;font-weight:900;letter-spacing:.12em;text-transform:uppercase;color:#6b7280;text-align:center;-webkit-user-select:none;user-select:none;transition:color .18s ease}.hbm-org-crm-mode-switch:not(.is-raw) .hbm-org-crm-mode-switch-label.is-aggregated,.hbm-org-crm-mode-switch.is-raw .hbm-org-crm-mode-switch-label.is-raw{color:#fff}.hbm-org-crm-mode-switch.is-raw .hbm-org-crm-mode-switch-label.is-aggregated,.hbm-org-crm-mode-switch:not(.is-raw) .hbm-org-crm-mode-switch-label.is-raw{color:#6b7280}.hbm-org-crm-export-btn,.hbm-org-crm-ghost-btn{min-height:42px;border-radius:14px;border:1px solid #16a34a;background:linear-gradient(180deg,#22c55e,#16a34a);color:#fff;padding:0 18px;font:inherit;font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.9px;cursor:pointer;box-shadow:0 10px 20px #22c55e33}.hbm-org-crm-ghost-btn{border-color:#e5e7eb;background:#fff;color:#6b7280;box-shadow:none}.hbm-org-crm-provider-strip{display:flex;justify-content:space-between;gap:14px;align-items:center;flex-wrap:wrap;padding:14px 22px 2px}.hbm-org-crm-provider-strip-main{display:grid;gap:4px}.hbm-org-crm-provider-kicker{color:#8b8ba2;font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:1px}.hbm-org-crm-provider-strip-main strong{color:#111827;font-size:1rem}.hbm-org-crm-provider-strip-main span:last-child{color:#6b7280;font-size:12px}.hbm-org-crm-provider-strip-badges{display:flex;gap:8px;flex-wrap:wrap}.hbm-org-crm-provider-badge{display:inline-flex;align-items:center;min-height:28px;padding:.25rem .7rem;border-radius:999px;background:#f8fafc;border:1px solid #e2e8f0;color:#475569;font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.8px}.hbm-org-crm-filters{display:grid;grid-template-columns:minmax(220px,1.5fr) repeat(4,minmax(140px,1fr)) auto;gap:10px;padding:16px 22px;border-top:1px solid #ececf5;border-bottom:1px solid #ececf5;background:linear-gradient(180deg,#fff,#fbfbff)}.hbm-org-crm-search-wrap{position:relative;min-width:252px}.hbm-org-crm-search-icon{position:absolute;left:14px;top:50%;transform:translateY(-50%);display:inline-flex;align-items:center;justify-content:center;color:#9ca3af;font-size:17px;font-weight:700;pointer-events:none}.hbm-org-crm-search-icon .hbm-org-crm-inline-icon{width:32px;height:32px}.hbm-org-crm-filter-input,.hbm-org-crm-filter-select{width:100%;min-height:46px;border-radius:14px;border:1px solid #1f2937;background:#fff;color:#111827;padding:.75rem .9rem;font:inherit}.hbm-org-crm-filter-select{min-width:136px}.hbm-org-crm-filter-input{padding-left:38px}.hbm-org-crm-filter-input:focus,.hbm-org-crm-filter-select:focus{outline:none;border-color:#7c3aed;box-shadow:0 0 0 4px #7c3aed1f}.hbm-org-crm-table-wrap{overflow-x:auto}.hbm-org-crm-table{width:100%;border-collapse:collapse;min-width:980px}.hbm-org-crm-table thead th{padding:14px 22px;border-bottom:1px solid #ececf5;color:#9ca3af;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.9px;text-align:left;white-space:nowrap}.hbm-org-crm-table tbody td{padding:16px 22px;border-bottom:1px solid #f1f2f6;color:#111827;font-size:13px;vertical-align:top}.hbm-org-crm-table tbody tr:hover{background:#eff6ff6b}.hbm-org-crm-contact-cell{display:flex;gap:12px;align-items:center}.hbm-org-crm-avatar{width:34px;height:34px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:radial-gradient(circle at 30% 30%,#f5d0fe,#e9d5ff 62%,#f3e8ff);color:#7c3aed;font-size:12px;font-weight:900;text-transform:uppercase}.hbm-org-crm-subtle,.hbm-org-crm-pagination-meta,.hbm-org-crm-pagination-controls{color:#8b8ba2;font-size:12px}.hbm-org-crm-state-chips,.hbm-org-crm-tag-list,.hbm-org-crm-actions{display:flex;gap:6px;align-items:center}.hbm-org-crm-state-chips,.hbm-org-crm-tag-list{flex-wrap:wrap}.hbm-org-crm-actions{flex-wrap:nowrap;justify-content:flex-start}.hbm-org-crm-state-chip,.hbm-org-crm-tag,.hbm-org-crm-link-tag{display:inline-flex;align-items:center;min-height:24px;padding:.2rem .55rem;border-radius:999px;border:1px solid #ececf5;background:#fff;color:#6b7280;font-size:11px;font-weight:800}.hbm-org-crm-link-tag{color:#2563eb;background:#eff6ff;border-color:#bfdbfe}.hbm-org-crm-state-chip.is-good{color:#166534;background:#ecfdf5;border-color:#86efac}.hbm-org-crm-state-chip.is-warn{color:#92400e;background:#fffbeb;border-color:#fcd34d}.hbm-org-crm-state-chip.is-bad{color:#b42318;background:#fff1f2;border-color:#fda4af}.hbm-org-crm-state-chip.is-neutral{color:#475569;background:#f8fafc;border-color:#cbd5e1}.hbm-org-crm-count-badge{width:28px;height:28px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:radial-gradient(circle at 30% 30%,#faf5ff,#f5d0fe 60%,#f3e8ff);color:#7c3aed;font-weight:900}.hbm-org-crm-subtle-grid{display:grid;gap:4px;color:#6b7280;font-size:12px}.hbm-org-crm-text-btn{border:none;background:transparent;padding:0;color:#2563eb;font:inherit;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.8px;cursor:pointer}.hbm-org-crm-text-btn:disabled,.hbm-org-crm-mini-btn:disabled,.hbm-org-crm-primary-btn:disabled,.hbm-org-crm-export-btn:disabled,.hbm-org-crm-ghost-btn:disabled{opacity:.55;cursor:not-allowed;transform:none;box-shadow:none}.hbm-org-crm-empty{color:#8b8ba2;text-align:center}.hbm-org-crm-pagination{display:flex;justify-content:space-between;align-items:center;gap:12px;flex-wrap:wrap;padding:14px 22px 18px}.hbm-org-crm-pagination-controls{display:flex;align-items:center;gap:8px}.hbm-org-crm-drawer-backdrop{position:fixed;inset:0;z-index:1200;display:flex;justify-content:flex-end;background:#0f172a6b}.hbm-org-crm-drawer{width:min(560px,96vw);height:100vh;overflow-y:auto;background:#fff;border-left:1px solid #e5e7eb;box-shadow:-20px 0 45px #0f172a29;padding:20px;display:grid;gap:14px}.hbm-org-crm-drawer-header{display:flex;justify-content:space-between;gap:12px;align-items:flex-start}.hbm-org-crm-drawer-header h2{margin:4px 0 0;color:#111827;font-size:1.4rem;font-weight:900}.hbm-org-crm-drawer-header p{margin:6px 0 0;color:#8b8ba2;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.8px}.hbm-org-crm-drawer-grid{display:grid;gap:12px}.hbm-org-crm-drawer-card{display:grid;gap:10px;border:1px solid #e5e7eb;border-radius:18px;padding:14px;background:linear-gradient(180deg,#fff,#fbfbff)}.hbm-org-crm-drawer-card h3{margin:0;color:#111827;font-size:.92rem;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.hbm-org-crm-drawer-events{display:grid;gap:8px}.hbm-org-crm-drawer-event{display:grid;gap:4px;border:1px solid #ececf5;border-radius:14px;padding:10px 12px;background:#fff}@media(max-width:960px){.hbm-org-form-grid{grid-template-columns:1fr}.hbm-org-form-span-2{grid-column:auto}.hbm-org-protocol-shell,.hbm-org-designer-layout,.hbm-org-experience-grid,.hbm-org-visual-social-proof,.hbm-org-visual-expect-list,.hbm-org-visual-bubbles{grid-template-columns:1fr}.hbm-org-crm-filters{grid-template-columns:1fr 1fr}}@media(max-width:680px){.hbm-org-crm-filters{grid-template-columns:1fr}.hbm-org-crm-panel-header,.hbm-org-crm-provider-strip,.hbm-org-crm-filters,.hbm-org-crm-pagination,.hbm-org-crm-table thead th,.hbm-org-crm-table tbody td{padding-left:16px;padding-right:16px}}.cron-page{display:grid;gap:12px}.cron-title-row{display:flex;justify-content:space-between;align-items:center;gap:10px}.cron-subtle{font-size:13px;color:#66708f}.cron-heading-row{display:flex;align-items:center;gap:8px;margin-bottom:10px}.cron-icon-info{width:22px;height:22px;border-radius:999px;border:1px solid var(--ap-border);background:#eef1ff;color:#38407a;font-size:12px;line-height:20px;text-align:center;font-weight:700;cursor:pointer}.cron-compact-table th,.cron-compact-table td{padding:.55rem .6rem;font-size:13px}.cron-actions{display:flex;align-items:center;gap:6px}.cron-btn-sm{padding:6px 10px;border-radius:8px;font-size:13px;line-height:1.1}.cron-btn-muted{background:#4a5568}.cron-toggle{width:44px;height:24px;border-radius:999px;border:1px solid var(--ap-border);background:#dbe1ee;position:relative;cursor:pointer;padding:0}.cron-toggle.is-on{background:var(--ap-accent)}.cron-toggle-thumb{position:absolute;top:1px;left:1px;width:20px;height:20px;border-radius:999px;background:#fff;box-shadow:0 1px 3px #0003;transition:left .16s ease}.cron-toggle.is-on .cron-toggle-thumb{left:21px}.cron-toggle-wrap{display:inline-flex;align-items:center;gap:6px}.cron-health-badge{display:inline-block;border-radius:999px;padding:2px 9px;font-size:12px;font-weight:700}.cron-health-badge.healthy{background:#d1e7dd;color:#0f5132}.cron-health-badge.error{background:#f8d7da;color:#842029}.cron-health-badge.paused{background:#e9ecef;color:#495057}.cron-filters{display:flex;gap:8px;flex-wrap:wrap;align-items:center}.cron-filters .ap-select,.cron-filters .ap-input{min-height:34px;padding:6px 10px;border-radius:8px;width:auto}.cron-stats-strip{margin:10px 0;border:1px solid var(--ap-border);border-radius:10px;padding:10px 12px;background:#f9faff}.cron-stats-row{display:flex;gap:12px;align-items:center;flex-wrap:wrap;font-size:14px}.cron-modal-backdrop{position:fixed;inset:0;background:#181e3673;display:grid;place-items:center;z-index:60}.cron-modal{width:min(860px,94vw);max-height:88vh;overflow:auto;background:#fff;border-radius:12px;border:1px solid var(--ap-border);box-shadow:0 16px 44px #141c4638;padding:16px 18px}.cron-modal.small{width:min(620px,92vw)}.cron-modal h3{margin:0 0 10px;color:var(--ap-text)}.cron-modal p,.cron-modal li{color:#455071;line-height:1.45}.cron-modal-footer{display:flex;justify-content:flex-end;gap:8px;margin-top:10px}.users-invitations-card{border:1px solid rgba(79,70,229,.12)}.users-invitations-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:12px 0 16px}.users-invitations-stat{border-radius:10px;padding:12px;color:#1f2140;border:1px solid rgba(79,70,229,.16)}.users-invitations-stat strong{font-size:28px;display:block;margin-top:6px}.users-invitations-stat--sent{background:#e9e5ff}.users-invitations-stat--accepted{background:#daf4f7}.users-invitations-stat--pending{background:#efdff1}.users-invitations-tabs{display:flex;gap:12px;margin-bottom:14px;border-bottom:1px solid #ddd}.users-invitations-tab{border:none;background:transparent;color:#5f649f;font-weight:700;padding:8px 2px;cursor:pointer}.users-invitations-tab.active{color:#2f3369;border-bottom:2px solid #47488f}.users-invitations-filters{display:grid;gap:8px;grid-template-columns:2fr 1fr 1fr auto;margin-bottom:10px}.users-invitations-filters input,.users-invitations-filters select{width:100%;padding:8px 10px;border-radius:8px;border:1px solid #d6d8eb}.users-invitations-table td,.users-invitations-table th{vertical-align:top}.users-invitations-actions{display:flex;flex-wrap:wrap;gap:6px}.users-action-modal-overlay{position:fixed;inset:0;background:#0f172a6b;display:flex;align-items:center;justify-content:center;padding:16px;z-index:2000}.users-action-modal{width:min(560px,100%);background:#fff;border-radius:12px;border:1px solid #dbe0ff;box-shadow:0 24px 48px #0f172a33}.users-action-modal__header{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;border-bottom:1px solid #e6e8f5}.users-action-modal__header h3{margin:0;font-size:18px}.users-action-modal__close{border:none;border-radius:8px;background:transparent;color:#334155;cursor:pointer;width:30px;height:30px}.users-action-modal__close:hover{background:#f1f5f9}.users-action-modal__body{padding:16px;display:grid;gap:12px}.users-action-modal__target{margin:0;color:#475569;font-size:14px}.users-action-modal__field{display:grid;gap:6px}.users-action-modal__field label{font-size:13px;font-weight:600;color:#334155}.users-action-modal__field input,.users-action-modal__field select,.users-action-modal__field textarea{width:100%;border:1px solid #d0d6f0;border-radius:8px;padding:10px 12px;font-size:14px}.users-action-modal__field textarea{resize:vertical;min-height:90px}.users-action-modal__result{border-radius:8px;border:1px solid #c6d6ff;background:#f4f8ff;color:#1e3a8a;padding:10px;font-size:13px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;word-break:break-word}.users-action-modal__footer{display:flex;justify-content:flex-end;gap:8px;padding:12px 16px 16px;border-top:1px solid #e6e8f5}.platform-users{padding:2rem;max-width:1400px;margin:0 auto}.platform-users h1{margin-bottom:2rem;color:#333}.error-banner{background-color:#fee;color:#c33;padding:1rem;border-radius:4px;margin-bottom:1rem;border-left:4px solid #c33}.filters-section{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem;margin-bottom:2rem;padding:1.5rem;background-color:#f9f9f9;border-radius:4px;border:1px solid #ddd}.users-table-shell{border:1px solid #ddd;border-radius:8px;background:#fff;overflow:hidden}.filters-section.compact{margin:0;border:none;border-bottom:1px solid #eee;border-radius:0}.search-input,.filters-section select{padding:.5rem;border:1px solid #ddd;border-radius:4px;font-size:.875rem;font-family:inherit}.search-input{grid-column:1 / -1;max-width:100%}.search-input:focus,.filters-section select:focus{outline:none;border-color:#6867af;box-shadow:0 0 0 3px #6867af1a}.users-table-container{overflow-x:auto;background:#fff;margin-bottom:0}.users-table-container.scrollable{max-height:520px;overflow-y:auto}.users-table{width:100%;border-collapse:collapse;font-size:.875rem}.users-table thead{background-color:#f5f5f5;border-bottom:2px solid #ddd}.users-table thead th{position:sticky;top:0;z-index:2;background-color:#f5f5f5}.users-table th{padding:1rem;text-align:left;font-weight:600;color:#333;white-space:nowrap}.users-table td{padding:.75rem 1rem;border-bottom:1px solid #eee}.users-table tbody tr:hover{background-color:#f9f9f9}.users-table tbody tr.blocked-row{background-color:#ffe6e6;opacity:.8}.status-badge{display:inline-flex;align-items:center;gap:.25rem;padding:.25rem .5rem;border-radius:12px;font-size:.75rem;font-weight:600}.status-badge.online{background-color:#e6ffe6;color:green}.status-badge.offline{background-color:#f0f0f0;color:#666}.completion-badge{display:inline-flex;align-items:center;border-radius:999px;padding:.2rem .5rem;font-size:.75rem;font-weight:700;border:1px solid transparent}.completion-badge.high{color:#166534;background:#dcfce7;border-color:#86efac}.completion-badge.medium{color:#92400e;background:#fef3c7;border-color:#fcd34d}.completion-badge.low{color:#991b1b;background:#fee2e2;border-color:#fca5a5}.actions-buttons{display:flex;gap:.25rem;flex-wrap:wrap}.actions-buttons button{padding:.25rem .5rem;font-size:.75rem;border:1px solid #ddd;background:#fff;cursor:pointer;border-radius:3px;transition:all .2s ease}.actions-buttons button:hover{background-color:#f0f0f0;border-color:#999}.actions-buttons .btn-info{color:#fff;border-color:#2b6cb0;background-color:#2b6cb0}.actions-buttons .btn-info:hover{background-color:#1f5aa6}.actions-buttons .btn-block{color:#fff;border-color:#c33;background-color:#c33}.actions-buttons .btn-block:hover{background-color:#b22}.actions-buttons .btn-unblock{color:#fff;border-color:#15803d;background-color:#15803d}.actions-buttons .btn-unblock:hover{background-color:#0f6a2f}.actions-buttons .btn-verify{color:#fff;border-color:#2563eb;background-color:#2563eb}.actions-buttons .btn-verify:hover{background-color:#1d4ed8}.actions-buttons .btn-logout{color:#fff;border-color:#d97706;background-color:#d97706}.actions-buttons .btn-logout:hover{background-color:#b45309}.actions-buttons .btn-reset{color:#fff;border-color:#d97706;background-color:#d97706}.actions-buttons .btn-reset:hover{background-color:#b45309}.actions-buttons .btn-delete{color:#fff;border-color:#c33;background-color:#c33;font-weight:600}.actions-buttons .btn-delete:hover{background-color:#b22}.actions-buttons .btn-sessions{color:#fff;border-color:#6867af;background-color:#6867af}.actions-buttons .btn-profile{color:#fff;border-color:#0f766e;background-color:#0f766e}.actions-buttons .btn-profile:hover{background-color:#0d5f58}.actions-buttons .btn-sessions:hover{background-color:#5a59a6}.pagination{display:flex;align-items:center;justify-content:center;gap:1rem;padding:1rem 1.5rem;background-color:#f9f9f9;border-top:1px solid #eee;border-radius:0;border:none}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1rem;margin-bottom:1.5rem}.stat-card{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:1rem 1.25rem;box-shadow:0 2px 8px #0000000a}.stat-title{font-size:.9rem;font-weight:700;color:#333;margin-bottom:.35rem}.stat-value{font-size:.95rem;color:#4b5563;margin-bottom:.5rem}.stat-bar{display:flex;height:8px;background:#f3f4f6;border-radius:999px;overflow:hidden}.stat-fill{height:100%}.stat-fill.online{background:#22c55e}.stat-fill.offline{background:#cbd5f5}.stat-fill.registered{background:#6366f1}.stat-fill.guest{background:#a78bfa}.stat-pie-wrap{display:flex;gap:12px;align-items:center}.stat-pie{width:78px;height:78px;border-radius:50%;position:relative;background:#f3f4f6}.stat-pie:after{content:"";position:absolute;inset:10px;background:#fff;border-radius:50%;box-shadow:inset 0 0 0 1px #eef2f7}.stat-legend{display:grid;gap:6px;font-size:.8rem;color:#4b5563}.legend-dot{display:inline-block;width:10px;height:10px;border-radius:50%;margin-right:6px}.legend-dot.online{background:#22c55e}.legend-dot.offline{background:#cbd5f5}.legend-dot.registered{background:#6366f1}.legend-dot.guest{background:#a78bfa}.stat-footnote{margin-top:.35rem;font-size:.75rem;color:#6b7280}.pagination button{padding:.5rem 1rem;border:1px solid #ddd;background:#fff;border-radius:4px;cursor:pointer;font-size:.875rem;font-weight:500;transition:all .2s ease}.pagination button:hover:not(:disabled){background-color:#6867af;color:#fff;border-color:#6867af}.pagination button:disabled{opacity:.5;cursor:not-allowed}.pagination span{font-size:.875rem;color:#666;min-width:200px;text-align:center}.modal-overlay{position:fixed;inset:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:2000}.modal{background:#fff;border-radius:8px;box-shadow:0 8px 32px #00000026;max-width:500px;width:90%;max-height:80vh;display:flex;flex-direction:column}.modal-header{padding:1.5rem;border-bottom:1px solid #eee;display:flex;justify-content:space-between;align-items:center}.modal-header h2{margin:0;font-size:1.25rem;color:#333}.close-btn{background:none;border:none;font-size:1.5rem;cursor:pointer;color:#666;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all .2s ease}.close-btn:hover{background-color:#f0f0f0;color:#333}.modal-content{padding:1.5rem;overflow-y:auto;flex:1}.modal-content p{margin:.5rem 0;word-break:break-all}.modal-content strong{color:#333}.profile-relations-panel{border:1px solid #e5e7eb;border-radius:8px;padding:.75rem;margin:.75rem 0;background:#fafafa}.profile-relations-panel h3{margin:0 0 .5rem;font-size:.95rem}.profile-relations-list{display:grid;gap:.5rem}.profile-relation-item{border:1px solid #e5e7eb;background:#fff;border-radius:6px;padding:.5rem;font-size:.82rem}.support-profile-grid{display:grid;gap:.6rem}.support-profile-grid input,.support-profile-grid select{padding:.5rem;border:1px solid #d1d5db;border-radius:6px;font-size:.9rem}.reason-input{width:100%;padding:.5rem;border:1px solid #ddd;border-radius:4px;font-family:inherit;font-size:.875rem;margin-top:1rem;min-height:100px;resize:vertical}.reason-input:focus{outline:none;border-color:#6867af;box-shadow:0 0 0 3px #6867af1a}.devices-list{display:flex;flex-direction:column;gap:1rem;margin-top:1rem}.session-list{display:grid;gap:.75rem;margin:1rem 0}.session-card{border:1px solid #e5e7eb;border-radius:8px;padding:.75rem;background:#fafafa}.session-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem;gap:.5rem}.session-id{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:.75rem;color:#374151;word-break:break-all}.session-status{font-size:.7rem;padding:.2rem .5rem;border-radius:999px;background:#e0f2fe;color:#0369a1;text-transform:capitalize}.session-status.idle{background:#fef3c7;color:#92400e}.session-status.offline{background:#e5e7eb;color:#374151}.session-card-body{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:.4rem .75rem;font-size:.8rem;color:#374151}.device-item{padding:1rem;background-color:#f9f9f9;border-radius:4px;border-left:4px solid #6867AF}.device-item p{margin:.25rem 0;font-size:.85rem}.modal-footer{padding:1.5rem;border-top:1px solid #eee;display:flex;justify-content:flex-end;gap:.5rem}.modal-footer .button{padding:.5rem 1rem;border-radius:4px;border:1px solid #ddd;background:#fff;cursor:pointer;font-size:.875rem;font-weight:500;transition:all .2s ease}.modal-footer .button.primary{background-color:#6867af;border-color:#6867af;color:#fff}.modal-footer .button.primary:hover:not(:disabled){background-color:#5a59a6;border-color:#5a59a6}.modal-footer .button.secondary{background-color:#fff;border-color:#ddd;color:#333}.modal-footer .button.secondary:hover:not(:disabled){background-color:#f0f0f0;border-color:#bbb}.modal-footer .button:disabled{opacity:.5;cursor:not-allowed}.modal-footer .button.destructive{background-color:#c33;color:#fff;border-color:#c33}.modal-footer .button.destructive:hover:not(:disabled){background-color:#b22;border-color:#b22}@media(max-width:768px){.filters-section{grid-template-columns:1fr}.actions-buttons{flex-direction:column}.actions-buttons button{width:100%}.users-table{font-size:.75rem}.users-table th,.users-table td{padding:.5rem}.pagination{flex-direction:column;gap:.5rem}.pagination span{width:100%}}.platform-security-toolbar{display:flex;gap:8px;margin-bottom:12px}.platform-security-toolbar select{border:1px solid #d7daf0;border-radius:8px;padding:8px 10px;min-width:180px}.platform-security-toolbar input{border:1px solid #d7daf0;border-radius:8px;padding:8px 10px;min-width:240px}.platform-security-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-bottom:12px}.platform-security-stat{border:1px solid rgba(79,70,229,.15);border-radius:10px;padding:10px 12px}.platform-security-stat strong{display:block;margin-top:6px;font-size:30px;line-height:1}.platform-security-stat.high{background:#fde8e8}.platform-security-stat.medium{background:#fef3c7}.platform-security-stat.low{background:#dcfce7}.platform-security-stat.unresolved{background:#f3f4f6}.platform-security-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}:root{--ap-primary: #6f6eb3;--ap-primary-dark: #5958a0;--ap-accent: #6f86ff;--ap-surface: #ffffff;--ap-surface-muted: #f8f9ff;--ap-border: #d9dcf0;--ap-text: #2f345f;--ap-text-muted: #66708f}.ap-card{background:var(--ap-surface);border-radius:12px;border:1px solid var(--ap-border);box-shadow:0 4px 14px #23295a0f}.ap-input,.ap-select,.ap-textarea{width:100%;border-radius:10px;border:1px solid var(--ap-border);background:var(--ap-surface-muted);color:var(--ap-text);padding:10px 12px;outline:none}.ap-input:focus,.ap-select:focus,.ap-textarea:focus{border-color:#8e95dc;box-shadow:0 0 0 3px #6f6eb324}.ap-select{min-height:40px}.ap-textarea{resize:vertical}.ap-button{border:1px solid var(--ap-primary);background:linear-gradient(90deg,#6f86ff,#7d4eb8);color:#fff;border-radius:10px;padding:9px 14px;font-weight:700;cursor:pointer;transition:filter .18s ease,transform .08s ease}.ap-button:hover{filter:brightness(1.05)}.ap-button:active{transform:translateY(1px)}.ap-text-muted{color:var(--ap-text-muted)}.ap-status-ok{color:#166534}.ap-status-error{color:#b91c1c}.ap-menu-popover{position:absolute;top:100%;right:0;left:auto;background:var(--ap-surface);border:1px solid var(--ap-border);border-radius:8px;box-shadow:0 4px 12px #00000014;z-index:1000;padding:.5rem;transform-origin:top right;animation:ap-menu-in .14s ease-out}.ap-menu-list{display:flex;flex-direction:column;gap:.25rem}.ap-menu-link{color:var(--ap-text);text-decoration:none;padding:.5rem .75rem;border-radius:8px;display:block;font-weight:600}.ap-menu-link:hover{background:var(--ap-surface-muted)}.ap-menu-link:active{background:#ecefff;transform:translateY(1px)}.ap-menu-link:focus-visible{outline:none;box-shadow:0 0 0 3px #6f86ff40}.ap-nav-trigger{background:transparent;border:1px solid transparent;color:inherit;cursor:pointer;padding:.3rem .5rem;border-radius:8px;display:inline-flex;align-items:center;gap:.4rem;transition:background .18s ease,border-color .18s ease}.ap-nav-trigger:hover{background:#ffffff1f}.ap-nav-trigger.active{background:#fff3;border-color:#ffffff59}.ap-nav-trigger:active{transform:translateY(1px)}.ap-nav-trigger:focus-visible{outline:none;box-shadow:0 0 0 3px #8c9aff66}.ap-nav-caret{display:inline-block;transition:transform .16s ease}.ap-nav-trigger.is-open .ap-nav-caret{transform:rotate(180deg)}@keyframes ap-menu-in{0%{opacity:0;transform:translateY(-4px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}
