@import"https://fonts.googleapis.com/css2?family=Sora:wght@400;600;700;800&display=swap";@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Sora:wght@400;500;600;700;800&display=swap";.security-alert-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#000000b3;display:flex;align-items:center;justify-content:center;z-index:9999;animation:fadeIn .3s ease-in-out}.security-alert-modal{background-color:#fff;border-radius:12px;padding:40px;max-width:500px;width:90%;box-shadow:0 20px 60px #0000004d;animation:slideUp .4s cubic-bezier(.34,1.56,.64,1);text-align:center}.security-alert-icon{width:80px;height:80px;margin:0 auto 24px;color:#ef4444;display:flex;align-items:center;justify-content:center;background-color:#ef44441a;border-radius:50%}.security-alert-icon svg{width:100%;height:100%;stroke-linecap:round;stroke-linejoin:round}.security-alert-title{font-size:24px;font-weight:700;color:#1f2937;margin:0 0 16px;line-height:1.3}.security-alert-message{font-size:16px;color:#6b7280;line-height:1.6;margin:0 0 20px}.security-alert-reason{background-color:#fef2f2;border-left:4px solid #ef4444;padding:16px;border-radius:4px;margin:20px 0;text-align:left}.reason-label{font-size:12px;font-weight:600;color:#991b1b;text-transform:uppercase;margin:0 0 8px;letter-spacing:.5px}.reason-text{font-size:14px;color:#7f1d1d;margin:0;line-height:1.5}.security-alert-countdown{background-color:#fffbeb;border:1px solid #fbbf24;padding:12px 16px;border-radius:6px;margin:20px 0}.security-alert-countdown p{font-size:14px;color:#92400e;margin:0;display:flex;align-items:center;justify-content:center;gap:8px}.security-alert-actions{display:flex;gap:12px;margin:28px 0 20px;flex-wrap:wrap}.btn-primary{background-color:#ef4444;color:#fff}.btn-primary:hover{background-color:#dc2626;transform:translateY(-2px);box-shadow:0 4px 12px #ef44444d}.security-alert-footer{font-size:12px;color:#9ca3af;margin:0;padding-top:16px;border-top:1px solid #e5e7eb;line-height:1.5}@media (max-width: 640px){.security-alert-modal{padding:24px;margin:0 16px}.security-alert-icon{width:60px;height:60px;margin-bottom:16px}.security-alert-title{font-size:20px;margin-bottom:12px}.security-alert-message{font-size:14px;margin-bottom:16px}.security-alert-actions{flex-direction:column;gap:8px;margin:20px 0 16px}.btn-primary,.btn-secondary{width:100%;min-width:auto}}.password-reset-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#000000b3;display:flex;align-items:center;justify-content:center;z-index:9999;animation:fadeIn .3s ease-in-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.password-reset-modal{background-color:#fff;border-radius:12px;padding:40px;max-width:500px;width:90%;box-shadow:0 20px 60px #0000004d;animation:slideUp .4s cubic-bezier(.34,1.56,.64,1);text-align:center}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.password-reset-icon{width:80px;height:80px;margin:0 auto 24px;color:#f59e0b;display:flex;align-items:center;justify-content:center;background-color:#f59e0b1a;border-radius:50%}.password-reset-icon svg{width:100%;height:100%;stroke-linecap:round;stroke-linejoin:round}.password-reset-title{font-size:24px;font-weight:700;color:#1f2937;margin:0 0 16px;line-height:1.3}.password-reset-message{font-size:16px;color:#6b7280;line-height:1.6;margin:0 0 20px}.password-reset-reason{background-color:#fffbeb;border-left:4px solid #f59e0b;padding:16px;border-radius:4px;margin:20px 0;text-align:left}.reason-label{font-size:12px;font-weight:600;color:#92400e;text-transform:uppercase;margin:0 0 8px;letter-spacing:.5px}.reason-text{font-size:14px;color:#b45309;margin:0;line-height:1.5}.password-reset-info{background-color:#f0f9ff;border-left:4px solid #0ea5e9;padding:16px;border-radius:4px;margin:20px 0;text-align:left}.info-item{display:flex;gap:12px;align-items:flex-start}.info-icon{width:20px;height:20px;flex-shrink:0;color:#0284c7;margin-top:2px;stroke-linecap:round;stroke-linejoin:round}.info-item p{font-size:14px;color:#0c4a6e;margin:0;line-height:1.5}.password-reset-countdown{background-color:#fffbeb;border:1px solid #fbbf24;padding:12px 16px;border-radius:6px;margin:20px 0}.password-reset-countdown p{font-size:14px;color:#92400e;margin:0;display:flex;align-items:center;justify-content:center;gap:8px}.countdown-number{font-weight:700;font-size:20px;color:#d97706;font-variant-numeric:tabular-nums;min-width:30px;display:inline-block}.password-reset-actions{display:flex;gap:12px;margin:28px 0 20px;flex-wrap:wrap}.btn-primary,.btn-secondary{flex:1;min-width:120px;padding:12px 24px;font-size:16px;font-weight:600;border:none;border-radius:6px;cursor:pointer;transition:all .2s ease;text-transform:none}.btn-primary{background-color:#0ea5e9;color:#fff}.btn-primary:hover{background-color:#0284c7;transform:translateY(-2px);box-shadow:0 4px 12px #0ea5e94d}.btn-primary:active{transform:translateY(0)}.btn-secondary{background-color:#e5e7eb;color:#374151}.btn-secondary:hover{background-color:#d1d5db}.password-reset-footer{font-size:12px;color:#9ca3af;margin:0;padding-top:16px;border-top:1px solid #e5e7eb;line-height:1.5}@media (max-width: 640px){.password-reset-modal{padding:24px;margin:0 16px}.password-reset-icon{width:60px;height:60px;margin-bottom:16px}.password-reset-title{font-size:20px;margin-bottom:12px}.password-reset-message{font-size:14px;margin-bottom:16px}.password-reset-actions{flex-direction:column;gap:8px;margin:20px 0 16px}.btn-primary,.btn-secondary{width:100%;min-width:auto}}.auth-container{display:flex;align-items:center;justify-content:center;min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);padding:20px}.auth-card{background:#fff;border-radius:12px;box-shadow:0 10px 40px #0000001a;padding:40px;max-width:400px;width:100%;animation:slideUp .3s ease-out}.auth-card.success{text-align:center;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.auth-card.error{text-align:center;border:2px solid #ff6b6b}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.auth-card h2{margin:0 0 10px;font-size:28px;font-weight:600;color:#6867af}.auth-card.success h2,.auth-card.error h2{color:inherit}.auth-subtitle{color:#666;margin:0 0 30px;font-size:14px;line-height:1.5}.auth-card.success .auth-subtitle,.auth-card.error .auth-subtitle{color:inherit}.auth-form{display:flex;flex-direction:column;gap:20px;margin-bottom:20px}.form-group{display:flex;flex-direction:column;gap:8px}.form-group label{font-size:14px;font-weight:500;color:#333}.form-group input{padding:12px 16px;border:2px solid #e0e0e0;border-radius:8px;font-size:16px;transition:all .3s ease;font-family:inherit}.form-group input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.form-group input:disabled{background-color:#f5f5f5;cursor:not-allowed;opacity:.6}.code-input{font-size:32px;letter-spacing:10px;text-align:center;font-weight:600;font-family:Monaco,Courier New,monospace;padding:12px 8px!important}.password-input-wrapper{position:relative;display:flex;align-items:center}.password-input-wrapper input{width:100%;padding-right:40px}.toggle-password{position:absolute;right:12px;background:none;border:none;cursor:pointer;font-size:18px;padding:0;color:#999;transition:color .2s}.toggle-password:hover{color:#333}.password-strength{font-size:12px;color:#999;margin-top:4px}.password-match{font-size:12px;color:#4caf50;margin-top:4px}.error-message{padding:12px 16px;background-color:#fff3cd;border:1px solid #ffc107;border-radius:6px;color:#856404;font-size:14px;animation:slideDown .3s ease-out}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.btn{padding:12px 20px;border:none;border-radius:8px;font-size:16px;font-weight:500;cursor:pointer;transition:all .3s ease;width:100%;font-family:inherit}.btn:disabled{opacity:.6;cursor:not-allowed}.btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;box-shadow:0 4px 15px #667eea66}.btn-primary:hover:not(:disabled){box-shadow:0 6px 20px #667eea99;transform:translateY(-2px)}.btn-primary:active:not(:disabled){transform:translateY(0)}.btn-secondary{background-color:#f0f0f0;color:#333;margin-top:10px}.btn-secondary:hover:not(:disabled){background-color:#e0e0e0}.btn-ghost{background:none;color:#667eea;border:2px solid #667eea;margin-top:15px}.btn-ghost:hover:not(:disabled){background-color:#667eea1a}.auth-divider{text-align:center;margin:20px 0;color:#999;position:relative}.auth-divider:before{content:"";position:absolute;left:0;top:50%;width:35%;height:1px;background:#e0e0e0}.auth-divider:after{content:"";position:absolute;right:0;top:50%;width:35%;height:1px;background:#e0e0e0}.success-icon{font-size:48px;margin-bottom:20px;animation:checkmark .6s ease-out}@keyframes checkmark{0%{transform:scale(0)}50%{transform:scale(1.1)}to{transform:scale(1)}}.text-muted{opacity:.8;font-size:14px}.social-auth-container{width:100%;display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}.social-auth-error{padding:.75rem 1rem;background-color:#fee2e2;color:#991b1b;border-radius:.375rem;border:1px solid #fecaca;font-size:.875rem;font-weight:500}.social-auth-buttons{display:flex;gap:.75rem;flex-wrap:wrap;justify-content:center}.social-auth-button{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;border:1.5px solid #E5E7EB;border-radius:.375rem;background-color:#fff;color:#374151;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;flex:1;min-width:120px;position:relative}.social-auth-button:hover:not(:disabled){background-color:#f9fafb;border-color:#bbc0ff;box-shadow:0 0 0 3px #bbc0ff1a}.social-auth-button:active:not(:disabled){background-color:#f3f4f6;border-color:#6867af}.social-auth-button:disabled{opacity:.6;cursor:not-allowed}.social-auth-button svg{width:20px;height:20px;flex-shrink:0}.social-auth-button.google{color:#374151}.social-auth-button.google svg{color:#4285f4}.social-auth-button.google:hover:not(:disabled){background-color:#f9fafb}.social-auth-button.apple{color:#1f2937}.social-auth-button.apple svg{color:#000}.social-auth-button.apple:hover:not(:disabled){background-color:#f9fafb}.social-auth-button.facebook{color:#1877f2}.spinner{display:inline-block;width:16px;height:16px;border:2px solid #d1d5db;border-top-color:#374151;border-radius:50%;animation:spin .6s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.social-auth-divider{display:flex;align-items:center;gap:1rem;margin:.5rem 0}.social-auth-divider:before,.social-auth-divider:after{content:"";flex:1;height:1px;background-color:#d1d5db}.social-auth-divider span{color:#999;font-size:.875rem;font-weight:500;text-align:center}@media (max-width: 640px){.social-auth-buttons{flex-direction:column}.social-auth-button{width:100%;min-width:unset}}@media (max-width: 600px){.auth-card{padding:30px 20px}.auth-card h2{font-size:24px}.btn{padding:10px 16px;font-size:14px}.code-input{font-size:24px;letter-spacing:6px}}.sidebar{display:flex;flex-direction:column;height:100%;min-height:0;overflow:hidden;background:#fff;border-right:1px solid #f0f0f5;width:220px;transition:width .2s ease}.sidebar--collapsed{width:60px}.sidebar-logo{padding:20px 16px 16px;display:flex;align-items:center;gap:8px;border-bottom:1px solid #f0f0f5}.sidebar-wordmark{font-family:var(--hbm-font-heading, "Sora", sans-serif);font-weight:700;font-size:15px;color:var(--hbm-color-dark, #0a0a0a);letter-spacing:-.3px}.sidebar-user{display:flex;align-items:center;gap:10px;padding:14px 16px}.sidebar-user-btn{display:flex;align-items:center;gap:10px;background:transparent;border:none;cursor:pointer;text-align:left;width:100%;padding:0;font-family:inherit}.sidebar-avatar{width:36px;height:36px;border-radius:50%;object-fit:cover;border:2px solid var(--hbm-color-accent, #bbc0ff);flex-shrink:0}.sidebar-avatar-placeholder{width:36px;height:36px;border-radius:50%;background:#eeedfe;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--hbm-color-primary, #6f6eb3)}.sidebar-user-info{min-width:0}.sidebar-user-welcome{font-size:11px;color:var(--hbm-color-text-muted, #6b7280);font-weight:400;line-height:1.3}.sidebar-user-name{font-size:13px;font-weight:500;color:var(--hbm-color-dark, #0a0a0a);line-height:1.3;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sidebar-scroll{flex:1;min-height:0;overflow-y:auto;display:flex;flex-direction:column}.sidebar-nav{padding:10px 8px}.sidebar-nav-item{display:flex;align-items:center;gap:10px;padding:8px 10px;text-decoration:none;color:#374151;font-size:13px;font-weight:500;border-radius:10px;transition:background .12s ease,color .12s ease;border:none;background:transparent;cursor:pointer;width:100%;font-family:inherit;text-align:left;line-height:1}.sidebar-nav-item:hover{background:#eeedfe;color:#3c3489}.sidebar-nav-item--active{background:#eeedfe;color:#3c3489;font-weight:600}.sidebar-nav-item--active:hover{background:#eeedfe;color:#3c3489}.sidebar-nav-icon{width:18px;height:18px;display:flex;align-items:center;justify-content:center;flex-shrink:0;opacity:.65;position:relative}.sidebar-nav-item:hover .sidebar-nav-icon{opacity:1}.sidebar-nav-item--active .sidebar-nav-icon{opacity:1;color:#3c3489}.sidebar-nav-badge{margin-left:auto;background:#ef4444;color:#fff;border-radius:999px;padding:1px 6px;font-size:10px;font-weight:700;line-height:1.5}.nav-badge-dot{width:6px;height:6px;background:#d4537e;border-radius:50%;position:absolute;top:2px;right:2px;border:1px solid #fff}.sidebar-divider{height:1px;background:#f0f0f5;margin:4px 16px}.sidebar-section-label{font-size:10px;font-weight:600;color:var(--hbm-color-text-muted, #6b7280);text-transform:uppercase;letter-spacing:.8px;padding:12px 18px 6px}.sidebar-community-list{padding:0 8px}.sidebar-community-item{display:flex;align-items:center;gap:8px;padding:5px 10px;border-radius:8px;cursor:pointer;transition:background .12s ease;border:none;background:transparent;width:100%;text-align:left;font-family:inherit}.sidebar-community-item:hover{background:var(--hbm-surface-secondary, #f8f7ff);color:#3c3489}.sidebar-community-item--active{background:#eeedfe;color:#3c3489;font-weight:600}.sidebar-community-item--active:hover{background:#eeedfe;color:#3c3489}.sidebar-community-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0;background:var(--hbm-color-primary, #6f6eb3)}.sidebar-community-dot--0{background:#6f6eb3}.sidebar-community-dot--1{background:#14b8a6}.sidebar-community-dot--2{background:#d4537e}.sidebar-community-dot--3{background:#ba7517}.sidebar-community-dot--4{background:#639922}.sidebar-community-name{font-size:12px;color:var(--hbm-color-text, #23264a);font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sidebar-add-community-nav{color:var(--hbm-color-primary, #6f6eb3);justify-content:flex-start;padding:6px 10px;margin:0;font-size:12px}.sidebar-guest-card{background:#f8f7ff;border-radius:10px;padding:12px;margin:8px}.sidebar-guest-card p{font-size:11px;color:var(--hbm-color-text-muted, #6b7280);margin:0 0 8px;line-height:1.4}.sidebar-guest-card button{width:100%;padding:6px 0;border-radius:8px;border:1px solid var(--hbm-color-primary, #6f6eb3);background:var(--hbm-color-primary, #6f6eb3);color:#fff;font-size:12px;font-weight:600;cursor:pointer;transition:filter .12s ease;font-family:inherit}.sidebar-guest-card button:hover{filter:brightness(1.08)}.sidebar-bottom{margin-top:auto;border-top:1px solid #f0f0f5;padding:8px 8px 10px}.sidebar-bottom .sidebar-nav-item{font-size:12px;padding:6px 10px}.sidebar-nav-item--muted{color:#9ca3af}.sidebar-nav-item--muted:hover{color:#6b7280}.sidebar-spacer{flex:1}.sidebar-collapse-btn{display:flex;align-items:center;gap:8px;padding:6px 10px;margin:0 8px 4px;background:transparent;border:none;border-radius:8px;cursor:pointer;font-size:12px;color:var(--hbm-color-text-muted, #6b7280);font-family:inherit;transition:background .15s;white-space:nowrap;overflow:hidden}.sidebar-collapse-btn:hover{background:var(--hbm-surface-secondary, #f8f7ff)}.sidebar--collapsed .sidebar-nav-label,.sidebar--collapsed .sidebar-section-label,.sidebar--collapsed .sidebar-community-list,.sidebar--collapsed .sidebar-add-community,.sidebar--collapsed .sidebar-add-community-nav,.sidebar--collapsed .sidebar-guest-card,.sidebar--collapsed .sidebar-user-info,.sidebar--collapsed .sidebar-collapse-btn>span:last-child,.sidebar--collapsed .sidebar-nav-badge{display:none}.sidebar--collapsed .sidebar-nav-item{justify-content:center;padding:8px}.sidebar--collapsed .sidebar-nav-icon{width:20px;height:20px}.sidebar--collapsed .sidebar-logo{justify-content:center;padding:16px 0}.sidebar--collapsed .sidebar-user{justify-content:center;padding:12px 0}.sidebar--collapsed .sidebar-collapse-btn{justify-content:center;margin:0 auto 4px;padding:6px}.sidebar-rail{position:absolute;top:0;right:-3px;width:6px;height:100%;background:transparent;border:none;cursor:col-resize;z-index:20;padding:0;outline:none;transition:background .2s ease}.sidebar-rail:after{content:"";display:block;position:absolute;inset-y:0;left:50%;width:2px;transform:translate(-50%);background:transparent;transition:background .2s ease;border-radius:2px}.sidebar-rail:hover:after{background:var(--hbm-color-primary, #6f6eb3);opacity:.4}.sidebar{position:relative}.cem-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#2b2a4a47;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;display:flex;align-items:center;justify-content:center;padding:28px 20px}.cem-sheet{width:min(520px,96vw);max-height:90vh;background:#fff;border-radius:18px;box-shadow:0 24px 64px #0003;display:flex;flex-direction:column;overflow:hidden}.cem-sheet--details{width:min(700px,96vw)}.cem-sheet.cem-sheet--v2.cem-sheet--details{max-height:min(93vh,920px)}.cem-sheet--v2{border-radius:20px;box-shadow:0 2px 8px #18125c0d,0 16px 64px #18125c26;font-family:var(--hbm-font-family, "Inter", system-ui, sans-serif)}.hbm-create-flow .cem-backdrop{background:#2b2a4a47}.hbm-create-flow .cem-sheet-accent{background:var( --cf-grad-btn, linear-gradient(135deg, #6f86ff 0%, #6f6eb3 42%, #8b5cf6 100%) )}.cem-sheet-accent{height:3px;flex-shrink:0;background:linear-gradient(135deg,#6f86ff,#6f6eb3 40%,#8b5cf6)}.cem-header--v2{flex-direction:column;align-items:stretch;padding:24px 30px 20px;border-bottom:1px solid #f0eff9;gap:0}.cem-header__top{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:20px}.cem-header__titles{display:flex;flex-direction:column;gap:3px;min-width:0}.cem-header__eyebrow{font-size:10px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#9896c8}.cem-header__title--v2{font-size:21px;font-weight:800;color:#18125c;line-height:1.2}.cem-close--v2{width:30px;height:30px;border:1.5px solid #E4E2F4;border-radius:8px;color:#9896c8;transition:all .16s ease}.cem-close--v2:hover{border-color:#4b46ec;color:#4b46ec;background:#eeeef8}.cem-v2-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.cem-v2-steps__item{display:block;width:100%;padding:0;margin:0;border:none;background:transparent;text-align:start;cursor:default}.cem-v2-steps__item--clickable{cursor:pointer}.cem-v2-steps__item--clickable:hover .cem-v2-steps__lbl{color:#4b46ec}.cem-v2-steps__bar{height:3px;border-radius:100px;margin-bottom:7px;transition:background .3s ease}.cem-v2-steps__bar--done{background:#4b46ec}.cem-v2-steps__bar--active{background:linear-gradient(90deg,#4b46ec,#8b5cf6)}.cem-v2-steps__bar--pending{background:#e4e2f4}.cem-v2-steps__meta{display:flex;align-items:center;gap:6px;min-width:0}.cem-v2-steps__num{width:18px;height:18px;border-radius:50%;font-size:9px;font-weight:800;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .28s ease}.cem-v2-steps__num--done,.cem-v2-steps__num--active{background:#4b46ec;color:#fff}.cem-v2-steps__num--active{box-shadow:0 0 0 3px #4b46ec24}.cem-v2-steps__num--pending{background:#eaeaf7;color:#9896c8}.cem-v2-steps__lbl{font-size:11px;font-weight:600;transition:color .28s ease;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cem-v2-steps__lbl--done{color:#9896c8}.cem-v2-steps__lbl--active{color:#4b46ec}.cem-v2-steps__lbl--pending{color:#cccae8}.cem-body:has(.cem-step--details){padding:26px 30px}.cem-footer--v2{padding:16px 30px;border-top:1px solid #f0eff9;background:#fefeff;gap:10px}.cem-footer__row{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%}.cem-footer__spacer{flex:0 0 auto;width:1px}.cem-footer__messages{display:flex;flex-direction:column;gap:4px;width:100%}.cem-btn-back--v2{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:10px 20px;border:1.5px solid #E4E2F4;border-radius:11px;font-size:14px;font-weight:600;color:#5a569a}.cem-btn-back--v2:hover{border-color:#4b46ec;color:#4b46ec;background:#fff}.cem-hint--block{margin:0 0 12px;padding:10px 12px;border-radius:10px;background:#6f6eb314;border:1px solid rgba(111,110,179,.2)}.cem-btn-next--v2{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:11px 26px;border-radius:11px;font-size:14px;font-weight:700;background:linear-gradient(135deg,#4b90ec,#4b46ec 40%,#8b5cf6);margin-left:auto;color:#fff;border:none}.cem-btn-next--v2:not(:disabled):hover{background:#3836c8;transform:translateY(-1px);box-shadow:0 4px 20px #4b46ec2e;opacity:1}.cem-btn-next--v2:not(:disabled):active{transform:translateY(0);box-shadow:0 2px 10px #4b46ec24}.cem-btn-next--v2:disabled{opacity:.42;cursor:not-allowed;transform:none;box-shadow:none}.cem-btn-publish--v2{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:11px 26px;border-radius:11px;font-size:14px;font-weight:700;background:#16a85b;margin-left:auto}.cem-btn-publish--v2:not(:disabled):hover{background:#12985a;box-shadow:0 4px 20px #16a85b38;opacity:1}.cem-footer__row{display:flex;align-items:center;gap:10px}.cem-footer__mid{display:inline-flex;align-items:center;gap:8px;margin-right:auto}.cem-btn-save-draft{display:inline-flex;align-items:center;justify-content:center;padding:9px 14px;border-radius:10px;border:1.5px solid #e4e2f4;background:#fff;color:#5a569a;font-size:13px;font-weight:600;cursor:pointer}.cem-btn-save-draft:not(:disabled):hover{border-color:#4b46ec;color:#4b46ec}.cem-btn-save-draft:disabled{opacity:.45;cursor:not-allowed}.cem-btn-discard{display:inline-flex;align-items:center;justify-content:center;padding:9px 14px;border-radius:10px;border:none;background:#fee2e2;color:#b91c1c;font-size:13px;font-weight:700;cursor:pointer}.cem-cart-badge{min-width:22px;height:22px;padding:0 6px;border-radius:999px;background:#4b46ec;color:#fff;font-size:11px;font-weight:800;display:inline-flex;align-items:center;justify-content:center}.cem-cart-icon-wrap{position:relative;display:inline-flex;align-items:center;justify-content:center;color:#4b46ec}.cem-cart-icon-badge{position:absolute;top:-6px;right:-8px;min-width:16px;height:16px;padding:0 4px;border-radius:999px;background:#4b46ec;color:#fff;font-size:9px;font-weight:800;line-height:1;display:inline-flex;align-items:center;justify-content:center;border:2px solid #fff}.cem-cart-icon-badge--rtl{right:auto;left:-8px}.cem-duration-slider-wrap{display:grid;gap:8px}.cem-duration-slider-meta{display:flex;align-items:center;justify-content:space-between;gap:8px;font-size:13px;font-weight:700;color:#4b46ec}.cem-duration-slider-zone{font-size:11px;font-weight:700;letter-spacing:.02em}.cem-duration-slider-zone--within{color:#15803d}.cem-duration-slider-zone--extends{color:#b45309}.cem-duration-slider-zone--unavailable{color:#b91c1c}.cem-duration-slider{width:100%;height:8px;border-radius:999px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:linear-gradient(to right,#86efac 0%,#86efac var(--green-end, 100%),#fde68a var(--green-end, 100%),#fde68a var(--yellow-end, 100%),#fecaca var(--yellow-end, 100%),#fecaca 100%);outline:none}.cem-duration-slider::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:18px;height:18px;border-radius:50%;background:#4b46ec;border:2px solid #fff;box-shadow:0 1px 4px #11182733;cursor:pointer}.cem-duration-slider::-moz-range-thumb{width:18px;height:18px;border-radius:50%;background:#4b46ec;border:2px solid #fff;box-shadow:0 1px 4px #11182733;cursor:pointer}.cem-v2-steps__item--disabled{opacity:.45;cursor:not-allowed}.cem-cart-badge--inline{margin-left:8px}.cem-draft-notice{margin:0 16px 8px;padding:8px 10px;border-radius:10px;background:#4b46ec14;color:#4b46ec;font-size:13px;font-weight:600}.cem-cart-card{margin-bottom:14px;padding:12px 14px;border-radius:12px;border:1px solid rgba(111,110,179,.22);background:#6f6eb30f}.cem-cart-card__head{display:flex;align-items:center;gap:6px;margin-bottom:8px}.cem-cart-card__title{font-size:14px;font-weight:700;color:#3f3d6e}.cem-cart-card__list{margin:0 0 10px;padding-left:0;list-style:none;color:#5a569a;font-size:13px}.cem-cart-card__line{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:6px 0;border-bottom:1px solid rgba(104,103,175,.12)}.cem-cart-card__line:last-child{border-bottom:none}.cem-cart-card__line-label{flex:1;min-width:0}.cem-cart-card__line-remove{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border:none;border-radius:8px;background:transparent;color:#6b7280;cursor:pointer}.cem-cart-card__line-remove:hover{background:#6867af14;color:#5a569a}.cem-cart-card__empty{margin:0 0 10px;color:#6b7280;font-size:13px}.cem-cart-card__actions{display:grid;gap:8px;margin-bottom:10px}.cem-cart-card__pay{width:100%;margin-left:0}.cem-cart-card__next-hint{margin:0;color:#6b7280;font-size:12px}.cem-cart-status{display:grid;gap:8px;padding:12px;border-radius:10px;font-size:13px;line-height:1.45}.cem-cart-status strong{font-size:14px;color:#1f2348}.cem-cart-status p{margin:0;color:#4b5563}.cem-cart-status__hint{color:#6b7280!important;font-size:12px!important}.cem-cart-status--pending{background:#fff7ed;border:1px solid #fed7aa}.cem-cart-status--simulate{background:#eff6ff;border:1px solid #bfdbfe}.cem-cart-status--success{background:#ecfdf5;border:1px solid #a7f3d0}.cem-cart-status__actions{display:flex;flex-wrap:wrap;gap:8px}.cem-footer__publish-group{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.cem-close-dialog-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#11182773;display:grid;place-items:center;z-index:140;padding:16px}.cem-close-dialog{width:min(420px,100%);padding:18px;border-radius:14px;background:#fff;box-shadow:0 20px 60px #0f172a33}.cem-close-dialog__title{margin:0 0 8px;font-size:18px;color:#1f2348}.cem-close-dialog__body{margin:0 0 16px;color:#6b7280;font-size:14px}.cem-close-dialog__actions{display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-end}.cem-step--details{gap:0}.cem-field--v2{margin-bottom:18px}.cem-label--v2{font-size:13px;font-weight:700;color:#18125c;margin-bottom:6px}.cem-required{color:#f04060;margin-left:2px}.cem-textarea--v2,.cem-select--v2{width:100%;padding:10px 14px;border:1.5px solid #E4E2F4;border-radius:10px;font-size:14px;color:#18125c;background:#fefeff;transition:border-color .16s ease,box-shadow .16s ease}.cem-input--v2:focus,.cem-textarea--v2:focus,.cem-select--v2:focus{border-color:#4b46ec;box-shadow:0 0 0 3px #4b46ec24}.cem-input--v2::placeholder,.cem-textarea--v2::placeholder{color:#c0bcdc}.cem-textarea--v2{resize:vertical;min-height:78px;line-height:1.6}.cem-select--v2{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%239896C8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;padding-right:36px;cursor:pointer}.cem-v2-divider{height:1px;background:#f2f1fa;margin:6px 0 18px}.cem-row2{display:grid;grid-template-columns:1fr 1fr;gap:12px}.cem-row2 .cem-field--v2{margin-bottom:18px}.cem-type-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.cem-type-card{padding:16px 18px;border:1.5px solid #E4E2F4;border-radius:14px;cursor:pointer;background:#fefeff;display:flex;align-items:flex-start;gap:13px;text-align:start;transition:all .2s ease;font-family:inherit}.cem-type-card:hover:not(.cem-type-card--active){border-color:#c8c6e8;background:#fafaff}.cem-type-card--active{border-color:#4b46ec;background:#eeeef8}.cem-type-card__icon{width:36px;height:36px;border-radius:9px;display:flex;align-items:center;justify-content:center;flex-shrink:0;background:#f0eff9;color:#5a569a;transition:background .2s ease}.cem-type-card--active .cem-type-card__icon{background:#4b46ec1f;color:#4b46ec}.cem-type-card__body{display:flex;flex-direction:column;gap:2px;min-width:0}.cem-type-card__title{font-size:14px;font-weight:700;color:#18125c;line-height:1.25}.cem-type-card--active .cem-type-card__title{color:#4b46ec}.cem-type-card__sub{font-size:11.5px;color:#9896c8;line-height:1.4}.cem-loc-wrap{position:relative}.cem-loc-icon{position:absolute;left:14px;top:50%;transform:translateY(-50%);color:#9896c8;display:flex;align-items:center;justify-content:center;width:16px;height:16px;pointer-events:none}.cem-loc-wrap .cem-input.cem-loc-input{padding-left:42px}.cem-pills{display:flex;gap:6px;flex-wrap:wrap}.cem-pill{padding:7px 15px;border:1.5px solid #E4E2F4;border-radius:100px;background:#fff;font-family:inherit;font-size:13px;font-weight:600;color:#5a569a;cursor:pointer;transition:all .16s ease}.cem-pill:hover:not(.cem-pill--active){border-color:#4b46ec;color:#4b46ec}.cem-pill--active{background:#4b46ec;border-color:#4b46ec;color:#fff}.cem-pill--over-plan{opacity:.45;cursor:not-allowed}.cem-flow-select{width:100%}.cem-flow-select .hbm-listbox-trigger.cem-flow-select-trigger{width:100%;min-height:44px;text-align:start}.cem-radio-row{display:flex;gap:6px}.cem-radio-card{flex:1;padding:10px 14px;border:1.5px solid #E4E2F4;border-radius:11px;cursor:pointer;display:flex;align-items:center;gap:8px;font-size:13px;font-weight:600;color:#5a569a;background:#fff;transition:all .16s ease;font-family:inherit}.cem-radio-card--active{border-color:#4b46ec;color:#4b46ec;background:#eeeef8}.cem-radio-dot{width:16px;height:16px;border-radius:50%;border:2px solid #c8c6e8;position:relative;flex-shrink:0;transition:all .16s ease}.cem-radio-card--active .cem-radio-dot{border-color:#4b46ec;background:#4b46ec}.cem-radio-card--active .cem-radio-dot:after{content:"";position:absolute;top:3px;right:3px;bottom:3px;left:3px;border-radius:50%;background:#fff}.cem-field--fade-in{animation:cemFadeDown .2s ease forwards}@keyframes cemFadeDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 560px){.cem-header--v2{padding:20px 18px 16px}.cem-body:has(.cem-step--details){padding:20px 18px}.cem-footer--v2{padding:14px 18px}.cem-sheet--details{width:min(520px,96vw)}.cem-type-grid,.cem-row2{grid-template-columns:1fr}.cem-v2-steps__lbl{display:none}}.cem-header{display:flex;align-items:center;justify-content:space-between;padding:18px 20px 16px;border-bottom:1px solid #f0f0f7;flex-shrink:0}.cem-header__left{display:flex;flex-direction:column;gap:6px}.cem-header__title{font-size:15px;font-weight:700;color:var(--hbm-text-primary, #23264a)}.cem-header__steplabel{font-size:11px;font-weight:600;color:var(--hbm-color-text-muted, #6b7280);text-transform:uppercase;letter-spacing:.04em}.cem-steps{display:flex;gap:6px}.cem-step-dot{width:6px;height:6px;border-radius:50%;background:#d1d5db;transition:background .2s ease}.cem-step-dot--active{background:#6f6eb3;width:18px;border-radius:999px}.cem-step-dot--done{background:#1d9e75}.cem-close{width:32px;height:32px;border-radius:8px;border:1px solid #e5e7eb;background:transparent;display:flex;align-items:center;justify-content:center;color:#6b7280;cursor:pointer;flex-shrink:0;transition:background .15s ease}.cem-close:hover{background:#f3f4f6}.cem-body{flex:1;overflow-y:auto;padding:20px}.cem-step{display:flex;flex-direction:column;gap:18px}.cem-field{display:flex;flex-direction:column;gap:6px}.cem-label{font-size:12px;font-weight:600;color:var(--hbm-text-primary, #23264a)}.cem-optional{color:var(--hbm-text-secondary, #6b7280);font-weight:400;font-size:11px}.cem-input,.cem-select,.cem-textarea{padding:9px 12px;border:1px solid #e5e7eb;border-radius:10px;font-size:13px;color:var(--hbm-text-primary, #23264a);background:#fff;outline:none;transition:border-color .15s ease;font-family:inherit}.cem-input:focus,.cem-select:focus,.cem-textarea:focus{border-color:#6f6eb3;box-shadow:0 0 0 3px #6f6eb31f}.cem-textarea{resize:vertical;min-height:72px}.cem-select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;padding-right:32px}.cem-type-pills{display:flex;gap:8px}.cem-type-pills--two .cem-type-pill{flex:1}.cem-type-pill{flex:1;display:flex;align-items:center;justify-content:center;gap:6px;padding:9px 12px;border:1px solid #e5e7eb;border-radius:10px;font-size:13px;font-weight:500;color:var(--hbm-text-secondary, #6b7280);background:#fff;cursor:pointer;transition:all .15s ease}.cem-type-pill:hover{border-color:#6f6eb3;color:#6f6eb3}.cem-type-pill--active{background:#eeedfe;border-color:#6f6eb3;color:#6f6eb3;font-weight:600}.cem-meeter-info{display:flex;align-items:center;gap:6px;font-size:11px;color:#6f6eb3;background:#eeedfe;border-radius:8px;padding:7px 10px}.cem-duration-pills{display:flex;gap:6px;flex-wrap:wrap}.cem-duration-pill{padding:6px 14px;border:1px solid #e5e7eb;border-radius:999px;font-size:12px;color:var(--hbm-text-secondary, #6b7280);background:#fff;cursor:pointer;transition:all .15s ease}.cem-duration-pill:hover{border-color:#6f6eb3;color:#6f6eb3}.cem-duration-pill--active{background:#6f6eb3;border-color:#6f6eb3;color:#fff;font-weight:600}.cem-meeter-duration{font-size:13px;color:var(--hbm-text-secondary, #6b7280);padding:9px 12px;border:1px solid #e5e7eb;border-radius:10px;background:#f9fafb}.cem-radio-group{display:flex;gap:16px}.cem-radio-label{display:flex;align-items:center;gap:6px;font-size:13px;color:var(--hbm-text-primary, #23264a);cursor:pointer}.cem-preview-card{padding:16px;border:1px solid rgba(111,110,179,.25);border-radius:14px;background:linear-gradient(135deg,#f5f5ff,#f0fff8);display:flex;flex-direction:column;gap:6px}.cem-preview-card__badge{display:inline-flex;align-items:center;gap:4px;font-size:10px;font-weight:700;padding:3px 8px;border-radius:999px;align-self:flex-start;text-transform:uppercase;letter-spacing:.5px}.cem-preview-card__name{font-size:16px;font-weight:700;color:var(--hbm-text-primary, #23264a)}.cem-preview-card__meta{font-size:12px;color:var(--hbm-text-secondary, #6b7280)}.cem-checkboxes{display:flex;flex-direction:column;gap:10px}.cem-check-row{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--hbm-text-primary, #23264a);cursor:pointer}.cem-check-row input[type=checkbox]{width:15px;height:15px;accent-color:#6f6eb3;cursor:pointer}.cem-check-note{font-size:10px;color:var(--hbm-text-secondary, #6b7280);margin-left:auto}.cem-footer{border-top:1px solid #f0f0f7;padding:14px 20px;display:flex;flex-direction:column;gap:8px;flex-shrink:0}.cem-footer__btns{display:flex;gap:10px;justify-content:flex-end}.cem-error{font-size:12px;color:#e24b4a;text-align:center}.cem-hint{font-size:11px;color:var(--hbm-color-text-muted, #6b7280);text-align:center;line-height:1.35}.cem-review-lead{margin:0 0 18px;font-size:13.5px;font-weight:400;line-height:1.55;color:#5a569a}.cem-btn-back{display:flex;align-items:center;gap:4px;padding:9px 16px;border:1px solid #e5e7eb;border-radius:8px;background:transparent;font-size:13px;font-weight:500;color:var(--hbm-text-secondary, #6b7280);cursor:pointer;transition:background .15s ease}.cem-btn-back:hover{background:#f3f4f6}.cem-btn-next{display:flex;align-items:center;gap:4px;padding:9px 20px;border:none;border-radius:8px;background:#6f6eb3;color:#fff;font-size:13px;font-weight:600;cursor:pointer;transition:opacity .15s ease}.cem-btn-next:disabled{opacity:.45;cursor:not-allowed}.cem-btn-next:not(:disabled):hover{opacity:.9}.cem-btn-publish{padding:9px 24px;border:none;border-radius:8px;background:var(--hbm-color-primary, #4B46EC);color:#fff;font-size:13px;font-weight:700;cursor:pointer;transition:opacity .15s ease}.cem-btn-publish:disabled{opacity:.45;cursor:not-allowed}.cem-btn-publish:not(:disabled):hover{opacity:.9}.cem-success{display:flex;flex-direction:column;align-items:center;gap:12px;padding:24px 0;text-align:center}.cem-success__title{font-size:20px;font-weight:700;color:var(--hbm-text-primary, #23264a)}.cem-success__name{font-size:14px;color:var(--hbm-text-secondary, #6b7280);font-weight:500}.cem-success__btns{display:flex;gap:10px;margin-top:8px}.cem-success__linkrow{display:flex;flex-wrap:wrap;gap:8px;width:100%;max-width:100%;justify-content:center;align-items:center}.cem-success__linkinput{flex:1;min-width:0;max-width:320px;padding:8px 10px;border:1px solid #e5e7eb;border-radius:8px;font-size:12px;color:var(--hbm-color-text, #1f1d42)}.cem-success__share{display:inline-flex;align-items:center;gap:8px;width:100%;max-width:320px;justify-content:center}.cem-splash-placement-hint{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:8px;margin-top:8px;font-size:12px;line-height:1.4;color:var(--hbm-color-text-muted, #6b7280)}.cem-step-intro{margin:0 0 4px;font-size:13px;line-height:1.45;color:var(--hbm-color-text-muted, #6b7280)}.cem-step-intro--v2{margin:0 0 20px;font-size:13.5px;line-height:1.55;color:#5a569a}.cem-field-hint{margin:0 0 10px;font-size:12px;line-height:1.4;color:var(--hbm-color-text-muted, #6b7280)}.cem-section-title{margin:4px 0 10px;font-size:12px;font-weight:700;letter-spacing:.03em;text-transform:uppercase;color:var(--hbm-text-secondary, #6b7280)}.cem-file-input{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.cem-logo-row{display:flex;flex-wrap:wrap;align-items:center;gap:12px}.cem-logo-upload-btn{display:inline-flex;align-items:center;gap:8px;padding:10px 14px;border:1px dashed #d6daf0;border-radius:12px;background:#fafbff;font-size:13px;font-weight:600;color:var(--hbm-text-primary, #23264a);cursor:pointer;transition:border-color .15s ease,background .15s ease;font-family:inherit}.cem-logo-upload-btn:hover{border-color:#6f6eb3;background:#f3f2ff}.cem-logo-preview{height:44px;width:auto;max-width:160px;object-fit:contain;border-radius:8px;border:1px solid #e5e7eb;background:#fff}.cem-btn-text{padding:6px 10px;border:none;background:transparent;font-size:12px;font-weight:600;color:var(--hbm-color-primary, #4B46EC);cursor:pointer;text-decoration:underline;text-underline-offset:2px;font-family:inherit}.cem-btn-text:hover{opacity:.85}.cem-toggle-row{display:flex;align-items:center;justify-content:space-between;padding:10px 0}.cem-toggle-row--splash{padding-bottom:4px}.cem-toggle-info{flex:1;min-width:0}.cem-toggle-label{font-size:12px;font-weight:600;color:var(--hbm-color-text, #23264a)}.cem-toggle{width:36px;height:22px;border-radius:999px;border:1px solid #d5d7e4;background:#e5e7eb;position:relative;cursor:pointer;flex-shrink:0;transition:background .18s ease}.cem-toggle--on{background:#6f6eb3;border-color:#6f6eb3}.cem-toggle-knob{position:absolute;width:16px;height:16px;border-radius:50%;background:#fff;top:2px;left:2px;transition:left .18s ease}.cem-toggle--on .cem-toggle-knob{left:17px}.cem-preview-card__logo-inline img{display:block;border-radius:6px}.cem-success__qr-wrap{display:flex;flex-direction:column;align-items:center;gap:8px;margin-top:4px}.cem-success__qr{display:block;width:min(180px,70vw);height:auto;border-radius:12px;border:1px solid #e5e7eb;background:#fff}.cem-success__qr-caption{font-size:11px;color:var(--hbm-color-text-muted, #6b7280)}.cem-loading-edit{display:flex;align-items:center;justify-content:center;min-height:160px;padding:24px;font-size:14px;color:var(--hbm-color-text-muted, #6b7280)}.cem-catalog-note{margin:0 0 12px;font-size:11px;line-height:1.45;color:var(--hbm-color-text-muted, #6b7280)}.cem-presets-grid{display:flex;flex-direction:column;gap:14px}.cem-preset-card{margin:0;padding:14px;border:1px solid rgba(111,110,179,.15);border-radius:14px;background:linear-gradient(145deg,#fff,#fafbff)}.cem-preset-preview{margin-top:10px;padding:10px 12px;border-radius:10px;background:#6f6eb30f;border:1px solid rgba(111,110,179,.12)}.cem-preset-preview--muted{margin-top:10px;margin-bottom:0;font-size:12px;color:var(--hbm-color-text-muted, #6b7280)}.cem-preset-preview-head{display:flex;align-items:baseline;justify-content:space-between;gap:8px;margin-bottom:8px}.cem-preset-preview-toggle{width:100%;background:none;border:none;padding:0;cursor:pointer;text-align:left;margin-bottom:8px}.cem-preset-preview-toggle:hover .cem-preset-preview-title{color:var(--hbm-color-primary, #6F6EB3)}.cem-preset-chevron{font-size:10px;opacity:.6}.cem-preset-preview-title{font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--hbm-color-text-muted, #6b7280)}.cem-preset-preview-meta{font-size:11px;color:var(--hbm-color-text-muted, #6b7280)}.cem-preset-cover{display:block;width:100%;max-height:120px;object-fit:cover;border-radius:8px;margin-bottom:8px}.cem-preset-preview-list{margin:0;padding:0 0 0 18px;font-size:13px;line-height:1.45;color:var(--hbm-color-text, #1f2937)}.cem-preset-preview-li{margin-bottom:6px;display:flex;align-items:flex-start;gap:8px}.cem-preset-thumb{width:28px;height:28px;border-radius:6px;object-fit:cover;flex-shrink:0}.cem-mobile-only-block{display:block}.cem-field--content-extra{margin-top:16px}.cem-logo-placement-mobile{margin-top:18px;padding-top:14px;border-top:1px solid rgba(111,110,179,.12)}.cem-logo-placement-mobile__title{font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--hbm-color-text-muted, #6b7280);margin:0 0 4px}.cem-logo-placement-mobile--hint{font-size:13px;color:var(--hbm-color-text-muted, #6b7280);margin:8px 0 0}.cem-logo-placement-mobile__frame{position:relative;width:100%;max-width:320px;height:56px;margin-top:8px;border-radius:12px;background:linear-gradient(90deg,#f0f1fa,#fafbff);border:1px solid rgba(111,110,179,.15);overflow:hidden}.cem-logo-placement-mobile__meeter-badge{position:absolute;left:10px;top:50%;transform:translateY(-50%);width:40px;height:40px;border-radius:999px;background:#6867af33;border:2px solid rgba(104,103,175,.45)}.cem-logo-placement-mobile__org-logo{position:absolute;left:62%;top:50%;transform-origin:center center;touch-action:none;cursor:grab}.cem-logo-placement-mobile__org-logo:active{cursor:grabbing}.cem-logo-placement-mobile__org-logo img{display:block;max-height:44px;max-width:120px;width:auto;height:auto;object-fit:contain;pointer-events:none}.cem-logo-placement-mobile__slider-row{margin-top:12px;max-width:320px;display:flex;flex-direction:column;gap:4px}.cem-logo-placement-mobile__slider-row input[type=range]{width:100%}.cem-splash-logo-mobile{margin-top:16px;padding-top:12px;border-top:1px solid rgba(111,110,179,.12)}.cem-splash-logo-mobile__stage{display:flex;align-items:center;justify-content:center;height:132px;max-width:280px;margin-top:8px;border-radius:14px;background:linear-gradient(160deg,#eeedfe,#fff 55%,#f3f0ff);border:1px solid rgba(111,110,179,.18)}.cem-splash-logo-mobile__logo{touch-action:none;cursor:grab;transform-origin:center center}.cem-splash-logo-mobile__logo:active{cursor:grabbing}.cem-splash-logo-mobile__logo img{display:block;max-height:72px;max-width:160px;object-fit:contain;pointer-events:none}@media (max-width: 480px){.cem-type-pills{flex-direction:column}.cem-radio-group{flex-direction:column;gap:8px}}.cem-preset-card__header{display:flex;align-items:center;justify-content:space-between;gap:8px}.cem-preset-custom-btn{flex-shrink:0;padding:3px 10px;border-radius:20px;border:1px solid var(--hbm-color-primary, #4B46EC);background:transparent;color:var(--hbm-color-primary, #4B46EC);font-size:12px;font-weight:600;cursor:pointer;white-space:nowrap;transition:background .15s,color .15s}.cem-preset-custom-btn:hover{background:var(--hbm-color-primary, #4B46EC);color:#fff}.cem-inline-editor{margin-top:10px;padding:12px 14px;background:#4b46ec0a;border:1px solid rgba(75,70,236,.18);border-radius:12px;display:flex;flex-direction:column;gap:10px}.cem-inline-editor__input{width:100%;padding:8px 12px;border-radius:8px;border:1px solid rgba(111,110,179,.25);background:var(--hbm-color-surface, #fff);color:var(--hbm-color-text, #1a1a2e);font-size:13px;font-weight:500;box-sizing:border-box}.cem-inline-editor__input:focus{outline:none;border-color:var(--hbm-color-primary, #4B46EC);box-shadow:0 0 0 3px #4b46ec14}.cem-chips-box{display:flex;flex-wrap:wrap;gap:6px;align-items:center;min-height:42px;padding:6px 10px;border-radius:8px;border:1px solid rgba(111,110,179,.25);background:var(--hbm-color-surface, #fff);cursor:text;transition:border-color .15s,box-shadow .15s}.cem-chips-box:focus-within{border-color:var(--hbm-color-primary, #4B46EC);box-shadow:0 0 0 3px #4b46ec14}.cem-chip{display:inline-flex;align-items:center;gap:4px;padding:3px 8px 3px 10px;border-radius:20px;background:#4b46ec1f;color:var(--hbm-color-primary, #4B46EC);font-size:12px;font-weight:500;line-height:1.4;max-width:220px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cem-chip__remove{background:none;border:none;padding:0;cursor:pointer;color:var(--hbm-color-primary, #4B46EC);font-size:14px;line-height:1;opacity:.6;flex-shrink:0;transition:opacity .1s}.cem-chip__remove:hover{opacity:1}.cem-chips-input{flex:1;min-width:120px;border:none;outline:none;background:transparent;font-size:13px;color:var(--hbm-color-text, #1a1a2e);padding:2px 0}.cem-chips-input::placeholder{color:var(--hbm-color-text-muted, #9ca3af);font-size:12px}.cem-chips-hint{margin:0;font-size:11px;color:var(--hbm-color-text-muted, #9ca3af);padding-left:2px}.cem-inline-editor__actions{display:flex;gap:8px;align-items:center}.cem-inline-editor__save{padding:6px 16px;border-radius:20px;border:none;background:var(--hbm-color-primary, #4B46EC);color:#fff;font-size:12px;font-weight:600;cursor:pointer;transition:opacity .15s}.cem-inline-editor__save:hover:not(:disabled){opacity:.88}.cem-inline-editor__save:disabled{opacity:.4;cursor:not-allowed}.cem-inline-editor__clear{padding:6px 12px;border-radius:20px;border:1px solid rgba(111,110,179,.25);background:transparent;color:var(--hbm-color-text-muted, #6b7280);font-size:12px;cursor:pointer;transition:border-color .15s}.cem-inline-editor__clear:hover{border-color:#6f6eb380}.cem-preset-custom-badge{display:inline-flex;align-items:center;gap:4px;padding:3px 10px;border-radius:20px;background:#4b46ec1f;color:var(--hbm-color-primary, #4B46EC);font-size:12px;font-weight:600;flex-wrap:wrap}.cem-preset-custom-badge__count{opacity:.65;font-weight:400}.cem-preset-custom-badge__edit,.cem-preset-custom-badge__remove{background:none;border:none;padding:0 2px;cursor:pointer;color:inherit;line-height:1;font-size:13px;opacity:.7;transition:opacity .1s}.cem-preset-custom-badge__edit:hover,.cem-preset-custom-badge__remove:hover{opacity:1}.cem-template-chip{display:inline-flex;align-items:center;gap:5px;padding:4px 12px;border-radius:20px;background:#6f6eb31a;color:var(--hbm-color-primary, #6f6eb3);font-size:12px;font-weight:600;margin-bottom:4px}.cem-event-card{display:flex;border-radius:16px;box-shadow:var(--hbm-shadow-card, 0 4px 10px rgba(0,0,0,.13));border:1px solid var(--hbm-color-border, #d6daf0);overflow:hidden;background:#fff}.cem-event-card__accent{width:5px;flex-shrink:0}.cem-event-card__body{flex:1;padding:16px 18px;display:flex;flex-direction:column;gap:8px}.cem-event-card__top{display:flex;align-items:center;justify-content:space-between;gap:8px}.cem-event-card__logo{height:28px;max-width:80px;object-fit:contain;border-radius:4px}.cem-event-card__name{font-size:18px;font-weight:700;font-family:var(--hbm-font-heading, "Plus Jakarta Sans", sans-serif);color:var(--hbm-color-text, #23264a);line-height:1.2}.cem-event-card__community{font-size:12px;color:var(--hbm-color-text-muted, #6b7280)}.cem-event-card__date-row,.cem-event-card__visibility-row{display:flex;align-items:center;gap:6px;font-size:13px;color:var(--hbm-color-text, #23264a)}.cem-event-card__duration{padding:1px 8px;border-radius:20px;background:var(--hbm-color-surface-muted, #f8f9ff);border:1px solid var(--hbm-color-border, #d6daf0);font-size:11px;color:var(--hbm-color-text-muted, #6b7280)}.cem-event-card__splash-chip{display:inline-flex;align-items:center;gap:5px;font-size:12px;color:var(--hbm-color-primary, #6f6eb3);font-weight:500}.cem-event-card__chips{display:flex;flex-wrap:wrap;gap:6px;margin-top:2px}.cem-review-chip{display:inline-flex;align-items:center;gap:4px;padding:3px 10px;border-radius:999px;background:#6f6eb317;color:var(--hbm-color-primary, #6f6eb3);font-size:11px;font-weight:500}.cem-splash-layout{display:grid;grid-template-columns:minmax(0,1fr) 236px;gap:24px;align-items:start}.cem-splash-controls{display:flex;flex-direction:column;gap:0;min-width:0}.cem-splash-phone-wrap{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding-top:4px;position:sticky;top:0}.cem-phone-device{position:relative;width:248px;max-width:100%;margin-inline:auto;padding-bottom:10px}.cem-phone-device:after{content:"";position:absolute;left:12%;right:12%;bottom:0;height:14px;border-radius:50%;background:radial-gradient(ellipse at center,#2b2a4a38,#2b2a4a00 72%);pointer-events:none}.cem-phone-shell{position:relative;padding:3px;border-radius:42px;overflow:hidden;background:linear-gradient(155deg,#5c5b92,#3d3c68 38%,#252445 72%,#18172c);box-shadow:inset 0 1px #ffffff24,inset 0 -1px #00000047,0 2px 4px #2b2a4a1f,0 14px 36px #2b2a4a38,0 28px 56px #2b2a4a1a}.cem-phone-screen{position:relative;border-radius:39px;overflow:hidden;background:#fff;box-shadow:inset 0 0 0 1px #0000000d}.cem-phone-island{position:absolute;top:10px;left:50%;z-index:3;width:68px;height:20px;border-radius:999px;transform:translate(-50%);background:linear-gradient(180deg,#1a1930,#0f0e1c);box-shadow:0 1px 2px #00000059,inset 0 1px #ffffff0f;pointer-events:none}.cem-phone-screen .cem-splash-canvas{border:none!important;border-radius:0!important;box-shadow:none!important;display:block;overflow:hidden;width:100%!important;max-width:100%!important}.cem-phone-screen .cem-splash-canvas>div{width:100%!important}.cem-splash-phone-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;min-height:360px;background:#f8f7ff;border:1.5px dashed #d6d5f0;border-radius:24px;color:#9ca3af;font-size:11px;text-align:center;padding:16px}.cem-splash-slider-row{display:flex;align-items:center;gap:8px;margin-top:6px}.cem-splash-slider{flex:1;-webkit-appearance:none;-moz-appearance:none;appearance:none;height:4px;border-radius:2px;background:linear-gradient(to right,var(--hbm-color-primary, #6f6eb3) 0%,var(--hbm-color-primary, #6f6eb3) calc((var(--val, 100) - 40) / 140 * 100%),#e5e7eb calc((var(--val, 100) - 40) / 140 * 100%),#e5e7eb 100%);cursor:pointer;outline:none}.cem-splash-slider::-webkit-slider-thumb{-webkit-appearance:none;width:18px;height:18px;border-radius:50%;background:var(--hbm-color-primary, #6f6eb3);box-shadow:0 1px 4px #6f6eb366;cursor:grab;border:2px solid #fff}.cem-splash-slider::-moz-range-thumb{width:18px;height:18px;border-radius:50%;background:var(--hbm-color-primary, #6f6eb3);border:2px solid #fff;cursor:grab}.cem-splash-zoom-val,.cem-splash-scale-pct{font-size:11px;font-weight:500;color:var(--hbm-color-text-muted, #6b7280);margin-left:6px}.cem-splash-msg-row{display:flex;gap:8px;align-items:flex-start}.cem-splash-textarea{flex:1;min-width:0}.cem-splash-color-picker-wrap{position:relative;flex-shrink:0;cursor:pointer;display:flex;align-items:flex-start;padding-top:6px}.cem-splash-color-preview{width:28px;height:28px;border-radius:50%;border:1.5px solid var(--hbm-color-border, #e5e7eb);transition:transform .12s,box-shadow .12s;box-shadow:0 1px 3px #0000001f}.cem-splash-color-picker-wrap:hover .cem-splash-color-preview{transform:scale(1.1);box-shadow:0 2px 6px #6f6eb34d}.cem-splash-color-input{position:absolute;opacity:0;width:0;height:0;pointer-events:none}.cem-splash-drag-tip{text-align:center;font-size:10px;color:var(--hbm-color-text-muted, #9ca3af);margin-top:6px;letter-spacing:.02em}.cem-splash-dir-field{margin-top:14px;display:flex;flex-direction:column;gap:6px}.cem-splash-dir-label{font-size:12px;font-weight:600;color:var(--hbm-text-primary, #23264a)}.cem-splash-dir-hint{margin:0;font-size:11px;line-height:1.4;color:var(--hbm-color-text-muted, #6b7280)}.cem-splash-dir-row{display:flex;gap:6px}.cem-splash-dir-btn{min-width:44px;padding:6px 14px;border-radius:8px;border:1px solid var(--hbm-color-border, #e5e7eb);background:#fff;font-size:12px;font-weight:700;color:var(--hbm-color-text-muted, #6b7280);cursor:pointer;letter-spacing:.04em;transition:background .12s,color .12s,border-color .12s}.cem-splash-dir-btn--active{background:var(--hbm-color-primary, #6f6eb3);color:#fff;border-color:var(--hbm-color-primary, #6f6eb3)}.cem-splash-message-hint{margin:0;font-size:11px;line-height:1.45;color:var(--hbm-color-text-muted, #6b7280)}@media (max-width: 680px){.cem-sheet--splash{width:min(520px,96vw)}.cem-splash-layout{grid-template-columns:1fr;gap:18px}.cem-splash-phone-wrap{position:static}.cem-splash-controls{order:1}.cem-splash-phone-wrap,.cem-splash-phone-empty{order:2}.cem-phone-device{width:min(248px,72vw)}}.cem-sheet--splash{width:min(760px,96vw)}.cem-body:has(.cem-step--splash){padding:26px 30px}.cem-step--splash{gap:0}.cem-v2-tog-row{display:flex;align-items:center;justify-content:space-between;padding:0 0 13px;border-bottom:1px solid #f2f1fa;margin-bottom:14px}.cem-v2-tog-label{font-size:14px;font-weight:600;color:#18125c}.cem-v2-tog-sub{font-size:11.5px;color:#9896c8;margin-top:1px;line-height:1.4}.cem-v2-tog{width:44px;height:24px;border-radius:100px;border:none;cursor:pointer;position:relative;flex-shrink:0;background:#d6d4f0;transition:background .2s ease;padding:0}.cem-v2-tog--on{background:#4b46ec}.cem-v2-tog:after{content:"";position:absolute;top:3px;left:3px;width:18px;height:18px;border-radius:50%;background:#fff;box-shadow:0 1px 4px #00000024;transition:left .2s ease}.cem-v2-tog--on:after{left:23px}.cem-v2-field-hint{margin:-2px 0 8px;font-size:11.5px;line-height:1.45;color:#9896c8}.cem-splash-welcome-field{animation:cemFadeDown .2s ease forwards}.cem-splash-welcome-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:8px}.cem-lang-tog{display:flex;gap:4px;flex-shrink:0}.cem-lang-btn{padding:5px 14px;border-radius:8px;border:1.5px solid #E4E2F4;font-family:inherit;font-size:12px;font-weight:700;background:#fff;color:#5a569a;cursor:pointer;transition:all .16s ease}.cem-lang-btn--active{background:#4b46ec;border-color:#4b46ec;color:#fff}.cem-splash-msg-row--v2{align-items:stretch}.cem-splash-welcome-input{min-height:60px}.cem-splash-color-picker-wrap--v2{padding-top:8px}.cem-logo-up{width:100%;border:2px dashed #ddd9f4;border-radius:12px;padding:20px;text-align:center;cursor:pointer;transition:all .16s ease;background:#fafaff;font-family:inherit}.cem-logo-up:hover:not(:disabled){border-color:#4b46ec;background:#eeeef8}.cem-logo-up:disabled{opacity:.65;cursor:wait}.cem-logo-up__icon{width:40px;height:40px;border-radius:10px;background:#eaeaf9;display:flex;align-items:center;justify-content:center;margin:0 auto 10px;color:#5a569a}.cem-logo-up__title{display:block;font-size:13px;font-weight:700;color:#4b46ec}.cem-logo-up__sub{display:block;font-size:11px;color:#9896c8;margin-top:2px}.cem-logo-up--filled{cursor:default;padding:14px}.cem-logo-up--filled:hover{border-color:#ddd9f4;background:#fafaff}.cem-logo-up__preview{display:block;max-height:72px;max-width:100%;margin:0 auto 10px;object-fit:contain}.cem-logo-up__actions{display:flex;justify-content:center;gap:12px}.cem-range-wrap{display:flex;align-items:center;gap:10px}.cem-range-s{font-size:11px;color:#9896c8;font-weight:600;flex-shrink:0}.cem-splash-slider--v2{flex:1;-webkit-appearance:none;-moz-appearance:none;appearance:none;height:4px;border-radius:4px;outline:none;cursor:pointer;background:linear-gradient(to right,#4B46EC var(--pct, 50%),#E4E2F4 var(--pct, 50%))}.cem-splash-slider--v2::-webkit-slider-thumb{-webkit-appearance:none;width:18px;height:18px;border-radius:50%;background:#fff;border:2px solid #4B46EC;box-shadow:0 2px 6px #4b46ec38;cursor:grab}.cem-splash-slider--v2::-moz-range-thumb{width:18px;height:18px;border-radius:50%;background:#fff;border:2px solid #4B46EC;box-shadow:0 2px 6px #4b46ec38;cursor:grab}.cem-splash-scale-pct--v2{color:#9896c8;font-weight:500;font-size:12px;margin-left:6px}.cem-preview-lbl{display:inline-flex;align-items:center;gap:6px;font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#7a78b8;text-align:center;margin-bottom:14px;padding:5px 12px;border-radius:999px;background:linear-gradient(135deg,#f5f4ff,#eeecff);border:1px solid #e4e2f8;box-shadow:0 1px 2px #6f6eb314}.cem-preview-lbl:before{content:"";width:6px;height:6px;border-radius:50%;background:#14b8a6;box-shadow:0 0 0 3px #14b8a62e;animation:cem-preview-pulse 2s ease-in-out infinite}@keyframes cem-preview-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.72;transform:scale(.88)}}@media (max-width: 680px){.cem-body:has(.cem-step--splash){padding:20px 18px}.cem-splash-welcome-head{flex-wrap:wrap}}@media (min-width: 681px){.cem-splash-layout{grid-template-columns:minmax(0,1fr) 252px;gap:28px}.cem-phone-device{width:248px}}.cem-sheet--v2 .cem-body{max-height:66vh}.cem-sheet--v2.cem-sheet--details .cem-body{min-height:0;overflow-y:auto}.cem-sheet--v2.cem-sheet--details .cem-header--v2{padding:18px 26px 14px}.cem-sheet--v2.cem-sheet--details .cem-header__top{margin-bottom:14px}.cem-sheet--v2.cem-sheet--details .cem-body:has(.cem-step--details-fit){padding:16px 26px 12px}.cem-sheet--v2.cem-sheet--details .cem-footer--v2{padding:12px 26px 14px}.cem-step--details-fit .cem-field--v2{margin-bottom:11px}.cem-step--details-fit .cem-v2-divider{margin:2px 0 12px}.cem-step--details-fit .cem-type-grid{gap:8px}.cem-step--details-fit .cem-type-card{padding:12px 14px;gap:10px}.cem-step--details-fit .cem-type-card__icon{width:32px;height:32px}.cem-step--details-fit .cem-type-card__title{font-size:13px}.cem-step--details-fit .cem-type-card__sub{font-size:11px}.cem-step--details-fit .cem-textarea--v2{min-height:52px;line-height:1.45}.cem-step--details-fit .cem-pill{padding:6px 12px;font-size:12px}.cem-step--details-fit .cem-radio-card{padding:8px 12px}.cem-sec-heading{margin:0 0 14px;font-size:10px;font-weight:700;letter-spacing:.09em;text-transform:uppercase;color:#9896c8}.cem-presets-grid .cem-preset-card--wizard{padding:16px 18px;margin:0 0 10px;border:1.5px solid #E4E2F4;border-radius:13px;background:#fff}.cem-presets-grid .cem-label--preset{font-size:13.5px;font-weight:700;color:#18125c}.cem-step--wizard-content .cem-preset-preview{border-color:#e4e2f4;background:#fafbff}.cem-step--wizard-content .cem-presets-grid{gap:10px}.cem-content-banner{margin-top:14px;background:#f4f3ff;border:1.5px solid #dddaf5;border-radius:11px;padding:12px 14px;display:flex;gap:9px;align-items:flex-start}.cem-content-banner__ic{flex-shrink:0;color:#9896c8;margin-top:2px}.cem-content-banner__txt{margin:0;flex:1;font-size:11.5px;font-weight:400;line-height:1.5;color:#5a569a}.cem-rc{border:1.5px solid #E4E2F4;border-radius:16px;overflow:hidden;margin-top:4px}.cem-rc-top{background:linear-gradient(130deg,#3836c8,#4b46ec 55%,#8b8ac4);padding:20px 24px;display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.cem-rc-top-main{flex:1;min-width:0}.cem-rc-type-badge{font-size:10.5px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#ffffffbf;margin-bottom:10px;display:inline-flex;align-items:center;gap:5px}.cem-rc-name{font-size:24px;font-weight:800;font-family:var(--app-font-heading, "Plus Jakarta Sans", system-ui, sans-serif);color:#fff;line-height:1.15}.cem-rc-name--placeholder{opacity:.45}.cem-rc-desc{font-size:12px;color:#ffffffad;margin-top:7px;line-height:1.45;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.cem-rc-vis{padding:5px 12px;border-radius:100px;background:#ffffff29;color:#ffffffeb;font-size:11px;font-weight:700;white-space:nowrap;flex-shrink:0;border:1px solid rgba(255,255,255,.2);display:inline-flex;align-items:center;gap:6px}.cem-rc-meta{padding:14px 24px;display:flex;flex-wrap:wrap;gap:0;border-bottom:1px solid #f0eff9;background:#fefeff}.cem-rc-mi{display:flex;align-items:center;gap:7px;font-size:13px;color:#5a569a;font-weight:600;padding-inline-end:18px;margin-inline-end:18px;border-inline-end:1px solid #E4E2F4}.cem-rc-mi:last-child{border-inline-end:none;padding-inline-end:0;margin-inline-end:0}.cem-rc-mi svg{flex-shrink:0;color:#9896c8}.cem-rc-secs{padding:16px 24px 20px;display:grid;grid-template-columns:1fr 1fr;gap:18px;background:#fefeff}.cem-rc-sec-lbl{font-size:10px;font-weight:700;letter-spacing:.09em;text-transform:uppercase;color:#9896c8;margin-bottom:8px}.cem-rc-chips{display:flex;flex-wrap:wrap;gap:5px}.cem-rc-chip{padding:4px 10px;border-radius:100px;font-size:11.5px;font-weight:600;border:1.5px solid transparent;display:inline-flex;align-items:center;gap:5px;line-height:1.25}.cem-rc-chip svg{flex-shrink:0}.cem-rc-chip--purple{background:#eeeef8;color:#4b46ec;border-color:#4b46ec38}.cem-rc-chip--green{background:#73c1541a;color:#15965a;border-color:#16a85b38}.cem-rc-chip--muted{background:#f5f4ff;color:#9896c8;border-color:#e4e2f4}.cem-rc-chip--ellipsis{max-width:min(240px,100%);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cem-rc-community{padding:12px 24px 16px;font-size:12px;font-weight:600;color:#9896c8;border-top:1px solid #f0eff9;background:#fefeff}@media (max-width: 620px){.cem-rc-secs{grid-template-columns:1fr;gap:14px}.cem-rc-meta{flex-direction:column;align-items:flex-start}.cem-rc-mi{border-inline-end:none;padding-inline-end:0;margin-inline-end:0}}.hbm-create-flow,.hbm-event-page{--cf-primary: var(--hbm-color-primary, #6f6eb3);--cf-primary-strong: var(--hbm-color-primary-strong, #5958a0);--cf-accent: var(--hbm-color-accent, #6f86ff);--cf-ink: var(--hbm-color-text, #23264a);--cf-ink-muted: var(--hbm-color-text-muted, #6b7280);--cf-border: var(--hbm-color-border, #d6daf0);--cf-surface: var(--hbm-color-surface, #ffffff);--cf-surface-muted: var(--hbm-color-surface-muted, #f8f9ff);--cf-grad-btn: linear-gradient( 135deg, var(--cf-accent) 0%, var(--cf-primary) 42%, #8b5cf6 100% );--cf-grad-btn-shadow: 0 4px 20px rgba(111, 110, 179, .32);font-family:var(--hbm-font-family, "Inter", system-ui, sans-serif)}.hbm-create-flow .hbm-btn-gradient,.hbm-event-page .hbm-btn-gradient{border:none;background:var(--cf-grad-btn);color:#fff;font-weight:700;box-shadow:var(--cf-grad-btn-shadow)}.hbm-create-flow .hbm-btn-gradient:hover:not(:disabled),.hbm-event-page .hbm-btn-gradient:hover:not(:disabled){filter:brightness(1.04)}.topbar{display:flex;align-items:center;justify-content:space-between;padding:0 20px;height:52px;border-bottom:1px solid #f0f0f5;background:#fff;position:sticky;top:0;z-index:10}.topbar-left{display:flex;align-items:center;gap:8px;min-width:140px}.topbar-wordmark{font-family:var(--hbm-font-heading, "Sora", sans-serif);font-weight:700;font-size:15px;color:var(--hbm-color-dark, #0a0a0a);letter-spacing:-.3px;white-space:nowrap}.topbar-pilot-logo{margin-left:6px}.topbar-nav{display:flex;align-items:center;gap:8px}.topbar-tab{text-decoration:none;color:var(--hbm-color-text-muted, #6b7280);font-size:13px;font-weight:500;padding:14px 10px;border-bottom:2px solid transparent;transition:color .15s ease,border-color .15s ease;line-height:1}.topbar-tab:hover{color:var(--hbm-color-text, #23264a)}.topbar-tab--active{color:var(--hbm-color-primary, #6f6eb3);font-weight:600;border-bottom-color:var(--hbm-color-primary, #6f6eb3)}.topbar-right{display:flex;align-items:center;gap:6px;min-width:140px;justify-content:flex-end}.topbar-icon-btn{width:34px;height:34px;border-radius:50%;border:1px solid #ececf4;background:#fff;display:grid;place-items:center;cursor:pointer;position:relative;color:var(--hbm-color-text-muted, #6b7280);transition:background .12s ease,color .12s ease}.topbar-icon-btn:hover{background:#f8f7ff;color:var(--hbm-color-primary, #6f6eb3)}.topbar-badge{position:absolute;top:-1px;right:-1px;min-width:16px;height:16px;padding:0 4px;border-radius:999px;background:#ef4444;color:#fff;font-size:10px;font-weight:700;line-height:16px;text-align:center;box-shadow:0 1px 2px #00000026}.topbar-avatar-wrap{position:relative}.topbar-avatar-btn{display:flex;align-items:center;gap:4px;background:transparent;border:none;cursor:pointer;padding:2px;border-radius:999px;transition:opacity .12s ease}.topbar-avatar-btn:hover{opacity:.85}.topbar-avatar{width:32px;height:32px;border-radius:50%;object-fit:cover;border:1.5px solid #ececf4}.topbar-avatar-initials{width:32px;height:32px;border-radius:50%;background:#eeedfe;color:var(--hbm-color-primary, #6f6eb3);font-size:12px;font-weight:700;display:grid;place-items:center;border:1.5px solid #ececf4;line-height:1}.topbar-dropdown{position:absolute;top:calc(100% + 6px);right:0;background:#fff;border-radius:10px;box-shadow:0 4px 20px #0000001a;border:1px solid rgba(0,0,0,.06);min-width:180px;z-index:50;overflow:hidden;animation:topbar-dd-in .12s ease}@keyframes topbar-dd-in{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.topbar-dd-item{display:flex;align-items:center;gap:8px;width:100%;padding:9px 14px;border:none;background:transparent;font-size:13px;font-weight:500;color:var(--hbm-color-text, #23264a);cursor:pointer;transition:background .1s ease;text-align:left;font-family:inherit}.topbar-dd-item:hover{background:#f8f7ff}.topbar-dd-item--muted{color:var(--hbm-color-text-muted, #6b7280)}.topbar-dd-divider{height:1px;background:#f0f0f5;margin:2px 0}.topbar-create-wrap{position:relative}.topbar-create-btn{display:flex;align-items:center;gap:5px;background:var(--hbm-color-primary, #6f6eb3);color:#fff;border:none;border-radius:8px;padding:6px 12px;font-weight:600;font-size:13px;cursor:pointer;transition:filter .12s ease;font-family:inherit}.topbar-create-btn:hover{filter:brightness(1.08)}.topbar-signin-btn{height:32px;border-radius:8px;padding:0 14px;font-size:13px;font-weight:600;border:1px solid #c9ccf4;background:#fff;color:var(--hbm-color-text, #23264a);cursor:pointer;transition:background .12s ease;font-family:inherit}.topbar-signin-btn:hover{background:#f7f8ff}.topbar-comm-cluster-wrap{position:relative}.topbar-comm-cluster{display:flex;align-items:center;background:transparent;border:none;cursor:pointer;padding:2px 4px;border-radius:999px;transition:background .12s ease;gap:0}.topbar-comm-cluster:hover{background:#f8f7ff}.topbar-comm-avatar{width:26px;height:26px;border-radius:50%;border:2px solid #fff;object-fit:cover;margin-left:-6px;flex-shrink:0;display:block;box-shadow:0 0 0 1.5px #6f6eb32e;transition:transform .14s ease,z-index 0ms}.topbar-comm-avatar:first-child{margin-left:0}.topbar-comm-cluster:hover .topbar-comm-avatar{transform:translateY(-2px)}.topbar-comm-avatar--initials{display:inline-flex;align-items:center;justify-content:center;font-weight:700;color:#fff;letter-spacing:-.3px;line-height:1;font-family:var(--hbm-font-heading, "Sora", sans-serif);-webkit-user-select:none;user-select:none}.topbar-comm-more{display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:50%;background:#ececf4;color:var(--hbm-color-text-muted, #6b7280);font-size:10px;font-weight:700;border:2px solid #fff;margin-left:-6px;flex-shrink:0;box-shadow:0 0 0 1.5px #6f6eb31f}.topbar-comm-dropdown{min-width:200px;right:0;left:auto;padding:4px 0}.topbar-comm-dd-header{padding:6px 14px 4px;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--hbm-color-text-muted, #6b7280)}.topbar-comm-dd-item{gap:10px!important}.topbar-comm-dd-name{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.topbar-lang-wrap{position:relative}.topbar-lang-btn{display:flex;align-items:center;gap:5px;height:32px;padding:0 10px;border-radius:8px;border:1px solid #e5e7eb;background:#fff;font-size:12px;font-weight:600;color:var(--hbm-color-text, #23264a);cursor:pointer;transition:background .12s ease,border-color .12s ease,color .12s ease;font-family:inherit;white-space:nowrap}.topbar-lang-btn:hover{background:#f8f7ff;border-color:#c9ccf4;color:var(--hbm-color-primary, #6f6eb3)}.topbar-lang-dropdown{min-width:130px;right:0;left:auto}.topbar-lang-btn--left~.topbar-dropdown,.topbar-lang-wrap:has(.topbar-lang-btn--left) .topbar-dropdown{left:0;right:auto}.topbar-dd-item--active{background:#f8f7ff;color:var(--hbm-color-primary, #6f6eb3);font-weight:600}.topbar-lang-check{margin-left:auto;font-size:11px;color:var(--hbm-color-primary, #6f6eb3)}.community-switcher-wrap{position:relative;margin-left:4px}.community-switcher-pill{display:flex;align-items:center;gap:4px;padding:4px 10px;border-radius:999px;border:1px solid #e5e7eb;background:#fff;font-family:inherit;font-size:12px;font-weight:500;color:var(--hbm-color-text, #23264a);cursor:pointer;transition:background .12s ease,border-color .12s ease;white-space:nowrap;max-width:160px;overflow:hidden;text-overflow:ellipsis}.community-switcher-pill:hover{background:#f8f7ff;border-color:#c9ccf4}.community-switcher-dd{left:0;right:auto;min-width:220px}.community-dd-section-label{padding:8px 14px 4px;font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--hbm-color-text-muted, #6b7280)}.community-dd-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.community-dd-name{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.community-dd-badge{font-size:10px;font-weight:600;color:var(--hbm-color-primary, #6f6eb3);background:#eeedfe;padding:1px 6px;border-radius:999px;flex-shrink:0}.community-dd-active{background:#eeedfe}.topbar-remote-media-slot{display:flex;align-items:center;max-width:min(320px,42vw)}.topbar-session-cta{display:inline-flex;align-items:center;gap:8px;background:#eeedfe;color:var(--hbm-color-primary, #4f46e5);border:1px solid #dcd8ff;border-radius:10px;padding:6px 12px;font-weight:600;font-size:13px;font-family:inherit;cursor:pointer;box-shadow:0 1px 3px #4f46e51f}.topbar-session-cta:hover{background:#e4e2ff}.topbar-session-cta-icon{width:22px;height:22px;border-radius:50%;background:#fff;display:grid;place-items:center;box-shadow:0 1px 2px #0000000f;color:var(--hbm-color-primary, #4f46e5)}.shell-layout{display:grid;grid-template-columns:var(--sidebar-width, 220px) 1fr;height:100dvh;max-height:100dvh;overflow:hidden;transition:grid-template-columns .2s ease}.shell-content{display:grid;grid-template-rows:auto 1fr;min-width:0;min-height:0;overflow:hidden}.shell-main{padding:16px;overflow-y:auto;min-height:0}@keyframes heroPulse{0%,to{box-shadow:0 8px 24px #6f6eb366,0 0 #6f6eb3b3}50%{box-shadow:0 8px 24px #6f6eb399,0 0 0 8px #6f6eb300}}.hub-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-auto-rows:minmax(260px,auto);gap:16px;padding:20px 24px 32px;align-items:stretch}@media (max-width: 900px){.hub-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 560px){.hub-grid{grid-template-columns:1fr}}.rubrique-card{background:#fff;border:1px solid rgba(0,0,0,.06);border-radius:16px;overflow:hidden;transition:box-shadow .2s ease,transform .2s ease;display:flex;flex-direction:column;height:100%}.rubrique-card:hover{box-shadow:0 8px 32px #6f6eb31a;transform:translateY(-2px)}.rubrique-header{display:flex;align-items:center;justify-content:space-between;padding:13px 15px 10px;border-bottom:1px solid rgba(0,0,0,.04)}.rubrique-title{font-size:12px;font-weight:600;color:var(--hbm-text-primary, #23264a);display:flex;align-items:center;gap:7px}.rubrique-title svg{flex-shrink:0;opacity:.7}.rubrique-see-all{font-size:11px;color:var(--hbm-color-primary, #6F6EB3);cursor:pointer;text-decoration:none;background:none;border:none;padding:0;font-weight:500;white-space:nowrap}.rubrique-see-all:hover{text-decoration:underline}.rubrique-body{padding:12px 15px;flex:1;display:flex;flex-direction:column}.rubrique-cta{display:block;width:100%;padding:9px 0;border:none;border-top:1px solid rgba(0,0,0,.04);background:transparent;color:var(--hbm-color-primary, #6F6EB3);font-size:12px;font-weight:600;cursor:pointer;transition:background .15s ease;text-align:center}.rubrique-cta:hover{background:#6f6eb30a}@keyframes skeleton-pulse{0%,to{opacity:.08}50%{opacity:.18}}.skeleton{background:var(--hbm-color-primary, #6f6eb3);border-radius:6px;animation:skeleton-pulse 1.4s ease-in-out infinite}.skeleton-line{height:12px;margin-bottom:8px}.skeleton-line--short{width:55%}.skeleton-line--medium{width:75%}.skeleton-line--full{width:100%}.skeleton-circle{border-radius:50%}.skeleton-row{display:flex;align-items:center;gap:10px;padding:8px 4px}.rubrique-toast{font-size:11px;padding:6px 10px;border-radius:8px;text-align:center;margin-top:8px}.rubrique-toast--success{background:#14b8a61a;color:#0f766e}.rubrique-toast--error{background:#b91c1c14;color:#b91c1c}.calendar-tabs{display:flex;gap:6px;margin-bottom:10px}.calendar-tab{padding:4px 11px;border-radius:8px;border:1px solid var(--hbm-color-border, #d6daf0);background:#fff;font-size:11px;font-weight:500;color:var(--hbm-color-text, #23264a);cursor:pointer;transition:background .14s ease,border-color .14s ease,color .14s ease}.calendar-tab:hover{background:#f7f8ff}.calendar-tab--active{background:#6f6eb3;border-color:#6f6eb3;color:#fff}.calendar-row{display:flex;align-items:center;gap:10px;padding:8px 4px;cursor:pointer;border-radius:8px;transition:background .15s ease}.calendar-row:hover{background:#6f6eb30a}.calendar-row+.calendar-row{border-top:1px solid rgba(0,0,0,.04)}.calendar-date-badge{display:flex;flex-direction:column;align-items:center;justify-content:center;width:36px;height:36px;min-width:36px;border-radius:10px;background:#6f6eb314}.calendar-date-badge__day{font-size:15px;font-weight:700;line-height:1;color:var(--hbm-color-text, #23264a)}.calendar-date-badge__month{font-size:9px;font-weight:600;text-transform:uppercase;color:var(--hbm-color-text-muted, #6b7280);line-height:1;margin-top:2px}.calendar-event-info{flex:1;min-width:0}.calendar-event-name{font-size:12px;font-weight:600;color:var(--hbm-color-text, #23264a);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.calendar-event-time{font-size:10px;color:var(--hbm-color-text-muted, #6b7280);margin-top:1px}.calendar-type-pill{padding:3px 8px;border-radius:999px;font-size:9px;font-weight:600;flex-shrink:0}.calendar-type-pill--video{background:#e1f5ee;color:#0f6e56}.calendar-type-pill--physical{background:#fef3c7;color:#92400e}.calendar-type-pill--meeter{background:#eeedfe;color:#6f6eb3}.calendar-empty{text-align:center;padding:12px 0;color:var(--hbm-color-text-muted, #6b7280);font-size:12px}.content-today-label{font-size:10px;font-weight:700;letter-spacing:.8px;color:var(--hbm-color-primary, #6f6eb3);text-transform:uppercase}.content-date-block{display:flex;flex-direction:column;align-items:center;gap:1px;margin-bottom:12px}.content-date-weekday{font-family:var(--hbm-font-heading, "Sora", sans-serif);font-size:13px;font-weight:700;color:var(--hbm-color-primary, #6f6eb3);letter-spacing:.3px;text-transform:capitalize}.content-date-day{font-size:11px;color:var(--hbm-color-text-muted, #6b7280);font-weight:500}.content-quote-card{background:linear-gradient(135deg,#6f6eb30f,#bcc0ff0f);border-radius:12px;padding:16px;margin-bottom:10px;position:relative;flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px}.content-quote-icon-wrap{width:32px;height:32px;border-radius:50%;background:var(--hbm-color-primary, #6f6eb3);color:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0}.content-quote-text{font-style:italic;font-size:13px;line-height:1.55;color:var(--hbm-color-text, #23264a);margin:0;text-align:center}.content-quote-author-row{display:flex;align-items:center;gap:8px;width:100%}.content-author-line{flex:1;height:1px;background:var(--hbm-color-border, #d6daf0)}.content-quote-author{font-size:11px;font-weight:600;font-style:italic;color:#e07060;white-space:nowrap}.content-footer-text{font-size:11px;color:var(--hbm-color-text-muted, #6b7280);text-align:center;font-style:italic;margin:0}.member-of-day-body{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;text-align:center;flex:1}.member-avatar-wrap{margin-bottom:10px}.member-avatar-img{width:80px;height:80px;border-radius:50%;object-fit:cover;border:3px solid var(--hbm-color-border, #d6daf0);box-shadow:0 4px 16px #6f6eb326}.member-avatar-initials{width:80px;height:80px;border-radius:50%;background:var(--member-color, #6f6eb3);color:#fff;font-size:26px;font-weight:700;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 16px #6f6eb333}.member-name{font-size:15px;font-weight:700;color:var(--hbm-color-text, #23264a);font-family:var(--hbm-font-heading, "Sora", sans-serif)}.member-role{font-size:11px;color:var(--hbm-color-text-muted, #6b7280);text-transform:capitalize;margin-top:2px}.member-bio{font-size:11px;font-style:italic;color:var(--hbm-color-text-muted, #6b7280);line-height:1.45;margin:4px 0 0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.member-actions{display:flex;gap:8px;margin-top:10px;width:100%;justify-content:center}.member-btn{padding:6px 14px;border-radius:10px;font-size:12px;font-weight:600;cursor:pointer;transition:opacity .15s ease}.member-btn:hover{opacity:.8}.member-btn--primary{background:var(--hbm-color-primary, #6f6eb3);color:#fff;border:none}.member-btn--outline{background:transparent;color:var(--hbm-color-text-muted, #6b7280);border:1px solid var(--hbm-color-border, #d6daf0)}.member-empty{display:flex;flex-direction:column;align-items:center;gap:8px;padding:16px 0;color:var(--hbm-color-text-muted, #6b7280);font-size:12px}.announce-row{display:flex;gap:9px;padding:8px 0;align-items:flex-start;cursor:pointer;transition:background .12s ease;border-radius:6px}.announce-row:hover{background:#6f6eb308}.announce-row+.announce-row{border-top:1px solid rgba(0,0,0,.05)}.announce-avatar{width:26px;height:26px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:9px;font-weight:600;color:#fff;flex-shrink:0}.announce-content{flex:1;min-width:0}.announce-meta{display:flex;align-items:center;gap:6px;margin-bottom:2px}.announce-author{font-size:11px;font-weight:600;color:var(--hbm-color-text, #23264a)}.announce-pinned-pill{font-size:9px;font-weight:600;background:#fef3c7;color:#92400e;padding:1px 6px;border-radius:999px;white-space:nowrap}.announce-time{font-size:10px;color:var(--hbm-color-text-muted, #6b7280)}.announce-text{font-size:11px;color:var(--hbm-color-text, #23264a);line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.announce-like{display:inline-flex;align-items:center;gap:3px;margin-top:4px;font-size:10px;color:var(--hbm-color-text-muted, #6b7280);background:none;border:none;padding:0;cursor:pointer;transition:color .15s ease}.announce-like:hover{color:#d4537e}.announce-empty{text-align:center;padding:14px 0;color:var(--hbm-color-text-muted, #6b7280);font-size:12px}.ccm-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0a0a1e80;z-index:100;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);display:flex;align-items:center;justify-content:center;animation:ccm-fade-in .2s ease}@keyframes ccm-fade-in{0%{opacity:0}to{opacity:1}}.ccm-card{width:560px;max-width:calc(100vw - 32px);max-height:85vh;background:#fff;border-radius:20px;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 24px 64px #0000002e;animation:ccm-slide-up .2s ease}@keyframes ccm-slide-up{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.ccm-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid rgba(0,0,0,.06);flex-shrink:0}.ccm-header-title{font-size:15px;font-weight:600;color:var(--hbm-color-text, #23264a)}.ccm-close-btn{width:32px;height:32px;border-radius:50%;border:none;background:transparent;cursor:pointer;display:grid;place-items:center;color:#6b7280;transition:background .15s ease}.ccm-close-btn:hover{background:#0000000d}.ccm-steps{display:flex;align-items:center;gap:0}.ccm-step-circle{width:22px;height:22px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:700;line-height:1;flex-shrink:0;transition:background .2s ease,border-color .2s ease,color .2s ease}.ccm-step-circle--done{background:#14b8a6;color:#fff;border:none}.ccm-step-circle--active{background:#6f6eb3;color:#fff;border:none}.ccm-step-circle--todo{background:transparent;color:#9ca3af;border:1.5px solid #d6daf0}.ccm-step-line{width:24px;height:2px;background:#e5e7eb;transition:background .3s ease}.ccm-step-line--done{background:#14b8a6}.ccm-step-label{font-size:9px;color:#9ca3af;margin-top:2px;text-align:center}.ccm-step-label--active{color:#6f6eb3;font-weight:600}.ccm-step-group{display:flex;flex-direction:column;align-items:center;gap:2px}.ccm-body{flex:1;overflow-y:auto;padding:20px}.ccm-footer{display:flex;align-items:center;justify-content:space-between;padding:14px 20px;border-top:1px solid rgba(0,0,0,.06);flex-shrink:0}.ccm-btn-back{padding:8px 20px;border-radius:10px;border:1px solid #d6daf0;background:#fff;color:#333a66;font-size:13px;font-weight:600;cursor:pointer;transition:background .15s ease}.ccm-btn-back:hover{background:#f7f8ff}.ccm-btn-next{padding:8px 24px;border-radius:10px;border:none;background:var(--hbm-color-primary, #6f6eb3);color:#fff;font-size:13px;font-weight:600;cursor:pointer;transition:filter .15s ease,transform 80ms ease}.ccm-btn-next:hover{filter:brightness(1.05)}.ccm-btn-next:active{transform:translateY(1px)}.ccm-btn-next:disabled{opacity:.5;cursor:not-allowed;filter:none}.ccm-field{margin-bottom:16px}.ccm-label{display:flex;align-items:center;justify-content:space-between;font-size:12px;font-weight:600;color:var(--hbm-color-text, #23264a);margin-bottom:6px}.ccm-char-count{font-size:10px;font-weight:400;color:#9ca3af}.ccm-input{width:100%;padding:9px 12px;border:1px solid #d6daf0;border-radius:10px;font-size:13px;color:var(--hbm-color-text, #23264a);background:#fff;outline:none;transition:border-color .15s ease;font-family:inherit}.ccm-input:focus{border-color:#6f6eb3}.ccm-input::placeholder{color:#c4c0d8}.ccm-textarea{resize:vertical;min-height:60px}.ccm-pills{display:flex;flex-wrap:wrap;gap:6px}.ccm-pill{padding:5px 12px;border-radius:999px;border:1px solid #d6daf0;background:#fff;font-size:12px;color:var(--hbm-color-text, #23264a);cursor:pointer;transition:all .15s ease;white-space:nowrap}.ccm-pill:hover{border-color:#bfc4f2;background:#f7f8ff}.ccm-pill--active{background:#6f6eb3;border-color:#6f6eb3;color:#fff}.ccm-toggle-row{display:flex;align-items:center;justify-content:space-between;padding:10px 0}.ccm-toggle-row+.ccm-toggle-row{border-top:1px solid rgba(0,0,0,.04)}.ccm-toggle-info{flex:1;min-width:0}.ccm-toggle-label{font-size:12px;font-weight:600;color:var(--hbm-color-text, #23264a)}.ccm-toggle-desc{font-size:10px;color:#9ca3af;margin-top:1px}.ccm-toggle{width:36px;height:22px;border-radius:999px;border:1px solid #d5d7e4;background:#e5e7eb;position:relative;cursor:pointer;flex-shrink:0;transition:background .18s ease}.ccm-toggle--on{background:#6f6eb3;border-color:#6f6eb3}.ccm-toggle-knob{position:absolute;width:16px;height:16px;border-radius:50%;background:#fff;top:2px;left:2px;transition:left .18s ease}.ccm-toggle--on .ccm-toggle-knob{left:17px}.ccm-upload-cover{width:100%;height:100px;border:2px dashed #d6daf0;border-radius:12px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:border-color .15s ease,background .15s ease;overflow:hidden;background:#fafbff;position:relative}.ccm-upload-cover:hover{border-color:#6f6eb3;background:#f3f2ff}.ccm-upload-cover img{width:100%;height:100%;object-fit:cover}.ccm-upload-hint{font-size:11px;color:#9ca3af;text-align:center}.ccm-upload-icon{width:80px;height:80px;border-radius:50%;border:2px dashed #d6daf0;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:border-color .15s ease,background .15s ease;overflow:hidden;background:#fafbff;flex-shrink:0}.ccm-upload-icon:hover{border-color:#6f6eb3;background:#f3f2ff}.ccm-upload-icon img{width:100%;height:100%;object-fit:cover;border-radius:50%}.ccm-email-tags{display:flex;flex-wrap:wrap;gap:6px;padding:8px;border:1px solid #d6daf0;border-radius:10px;min-height:38px;align-items:center;cursor:text}.ccm-email-tags:focus-within{border-color:#6f6eb3}.ccm-email-tag{display:flex;align-items:center;gap:4px;padding:2px 8px;background:#eeedfe;border-radius:6px;font-size:11px;color:#534ab7}.ccm-email-tag-x{cursor:pointer;font-size:13px;line-height:1;opacity:.6}.ccm-email-tag-x:hover{opacity:1}.ccm-email-input{border:none;outline:none;font-size:12px;flex:1;min-width:120px;font-family:inherit;color:var(--hbm-color-text, #23264a)}.ccm-publish-center{display:flex;flex-direction:column;align-items:center;text-align:center;gap:12px;padding:12px 0}.ccm-publish-icon{width:64px;height:64px;border-radius:50%;background:linear-gradient(135deg,#eeedfe,#e0e0ff);display:flex;align-items:center;justify-content:center;overflow:hidden}.ccm-publish-icon img{width:100%;height:100%;object-fit:cover;border-radius:50%}.ccm-publish-name{font-size:18px;font-weight:700;color:var(--hbm-color-text, #23264a)}.ccm-publish-success{font-size:14px;color:#14b8a6;font-weight:600}.ccm-url-row{display:flex;align-items:center;gap:8px;width:100%;max-width:400px}.ccm-url-input{flex:1;padding:8px 12px;border:1px solid #d6daf0;border-radius:8px;font-size:12px;color:var(--hbm-color-text, #23264a);background:#f8f9ff;outline:none;font-family:monospace}.ccm-url-copy{padding:8px 14px;border-radius:8px;border:1px solid #6f6eb3;background:#fff;color:#6f6eb3;font-size:12px;font-weight:600;cursor:pointer;white-space:nowrap;transition:background .15s ease}.ccm-url-copy:hover{background:#f3f2ff}.ccm-share-row{display:flex;gap:8px;justify-content:center;flex-wrap:wrap}.ccm-share-btn{display:flex;align-items:center;gap:6px;padding:8px 14px;border-radius:10px;border:1px solid #d6daf0;background:#fff;font-size:12px;font-weight:500;color:var(--hbm-color-text, #23264a);cursor:pointer;transition:all .15s ease}.ccm-share-btn:hover{border-color:#6f6eb3;background:#f7f8ff}.ccm-green-pill{display:inline-flex;align-items:center;gap:4px;padding:4px 12px;border-radius:999px;background:#e1f5ee;color:#0f6e56;font-size:11px;font-weight:600}.ccm-error{background:#fef2f2;border:1px solid #fecaca;border-radius:10px;padding:10px 14px;color:#991b1b;font-size:12px;margin-bottom:12px}.ccm-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 0;gap:12px;color:#6f6eb3;font-size:13px}.create-options-vertical{display:flex;flex-direction:column;gap:10px;margin-bottom:16px}.create-option-card{display:flex;flex-direction:row;align-items:center;gap:12px;padding:12px 14px;border-radius:12px;border:1.5px solid rgba(0,0,0,.08);background:#fff;cursor:pointer;text-align:left;transition:all .18s ease}.create-option-card:hover{border-color:#6f6eb3;background:#6f6eb30a;transform:translateY(-1px);box-shadow:0 4px 12px #6f6eb314}.create-option-icon{width:36px;height:36px;border-radius:10px;background:var(--hbm-color-surface-muted, #f8f9ff);display:flex;align-items:center;justify-content:center;color:#6f6eb3;flex-shrink:0}.create-option-label{font-size:13px;font-weight:600;color:var(--hbm-color-text, #23264a);display:block;margin-bottom:2px}.create-option-sub{font-size:11px;color:var(--hbm-color-text-muted, #6b7280);display:block}.create-templates{padding-top:12px;border-top:1px solid rgba(0,0,0,.06)}.create-templates-label{font-size:11px;font-weight:600;color:var(--hbm-color-text-muted, #6b7280);margin-bottom:8px;text-transform:uppercase;letter-spacing:.5px}.create-templates-list{display:flex;flex-direction:column;gap:6px}.create-template-item{display:flex;align-items:center;gap:8px;padding:8px 10px;background:transparent;border:none;border-radius:8px;font-size:12px;color:var(--hbm-color-text, #23264a);cursor:pointer;text-align:left;transition:background .15s ease}.create-template-item:hover{background:#6f6eb30f}.create-template-item svg{color:#6f6eb3;flex-shrink:0}.create-section-label{font-size:10px;font-weight:700;letter-spacing:.6px;text-transform:uppercase;color:var(--hbm-color-text-muted, #6b7280);margin-bottom:8px}.cfe-xp-float{position:fixed;transform:translate(-50%);font-size:18px;font-weight:700;color:#6f6eb3;pointer-events:none;z-index:9999;animation:cfe-xp-float 1.4s ease-out forwards;white-space:nowrap;text-shadow:0 1px 4px rgba(0,0,0,.15)}@keyframes cfe-xp-float{0%{opacity:1;transform:translate(-50%) translateY(0)}to{opacity:0;transform:translate(-50%) translateY(-70px)}}.cfe-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000b3;z-index:8000;display:flex;align-items:center;justify-content:center;animation:cfe-fade-in .25s ease}@keyframes cfe-fade-in{0%{opacity:0}to{opacity:1}}.cfe-badge-card{background:#fff;border-radius:20px;padding:40px 32px;text-align:center;max-width:320px;width:90%;animation:cfe-card-pop .4s cubic-bezier(.34,1.56,.64,1)}@keyframes cfe-card-pop{0%{transform:scale(.7);opacity:0}to{transform:scale(1);opacity:1}}.cfe-badge-icon-wrap{margin-bottom:16px;display:flex;justify-content:center}.cfe-badge-name{font-size:22px;font-weight:700;color:#23264a;margin-bottom:6px}.cfe-badge-subtitle{font-size:14px;color:#6b7280;margin-bottom:24px}.cfe-overlay--level{flex-direction:column;cursor:default}.cfe-levelup-inner{position:relative;display:flex;flex-direction:column;align-items:center;gap:8px;padding:32px 24px;text-align:center;max-width:400px;width:90%}.cfe-levelup-sparkles{animation:cfe-spin-slow 3s linear infinite}@keyframes cfe-spin-slow{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.cfe-levelup-oldnum{position:absolute;font-size:96px;font-weight:900;color:#fff9;transition:transform .4s ease,opacity .4s ease;transform:scale(1);opacity:1;line-height:1}.cfe-levelup-oldnum--exit{transform:scale(.4);opacity:0}.cfe-levelup-newnum{font-size:96px;font-weight:900;color:#fff;line-height:1;transform:scale(.5);opacity:0;transition:transform .6s cubic-bezier(.34,1.56,.64,1),opacity .3s ease}.cfe-levelup-newnum--enter{transform:scale(1);opacity:1}.cfe-levelup-name{font-size:28px;font-weight:700;color:#fff;letter-spacing:.5px;opacity:0;transform:translateY(8px);transition:opacity .4s ease .1s,transform .4s ease .1s}.cfe-levelup-name--show{opacity:1;transform:translateY(0)}.cfe-levelup-unlocks{margin-top:12px;text-align:center}.cfe-levelup-unlocks-label{font-size:13px;color:#ffffffb3;font-weight:600;text-transform:uppercase;letter-spacing:.8px;margin-bottom:8px}.cfe-levelup-unlock-item{font-size:14px;color:#fff;font-weight:500;padding:3px 0;opacity:0;animation:cfe-slide-in .35s ease forwards;text-transform:capitalize}@keyframes cfe-slide-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.cfe-card-complete{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;background:#ffffffd9;display:flex;align-items:center;justify-content:center;gap:6px;opacity:0;pointer-events:none;transition:opacity .3s ease;z-index:2}.cfe-card-complete--visible{opacity:1}.cfe-card-complete-text{font-size:12px;font-weight:700;color:#1d9e75}.cfe-dismiss-btn{margin-top:20px;padding:10px 28px;border-radius:999px;border:none;background:#6f6eb3;color:#fff;font-size:14px;font-weight:600;cursor:pointer;transition:background .15s ease}.cfe-dismiss-btn:hover{background:#5a59a0}.cfe-dismiss-btn--light{background:#fff3;border:1px solid rgba(255,255,255,.4);color:#fff}.cfe-dismiss-btn--light:hover{background:#ffffff4d}.arm-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0a0a1e99;z-index:7000;display:flex;align-items:center;justify-content:center;animation:arm-fade-in .2s ease;padding:16px}@keyframes arm-fade-in{0%{opacity:0}to{opacity:1}}.arm-modal{background:#fff;border-radius:20px;width:100%;max-width:620px;max-height:85vh;display:flex;flex-direction:column;overflow:hidden;animation:arm-slide-up .25s cubic-bezier(.34,1.2,.64,1);box-shadow:0 24px 64px #0003}@keyframes arm-slide-up{0%{transform:translateY(24px);opacity:0}to{transform:translateY(0);opacity:1}}.arm-header{display:flex;align-items:center;gap:12px;padding:18px 20px 16px;border-bottom:1px solid rgba(0,0,0,.06);flex-shrink:0}.arm-header__title{font-size:16px;font-weight:700;color:#23264a;flex:1}.arm-header__xp{font-size:12px;font-weight:600;color:#6f6eb3;background:#eeedfe;padding:3px 10px;border-radius:999px}.arm-header__close{width:32px;height:32px;border-radius:8px;border:1px solid rgba(0,0,0,.08);background:transparent;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#6b7280;transition:background .15s ease,color .15s ease;flex-shrink:0}.arm-header__close:hover{background:#f8f7ff;color:#6f6eb3}.arm-tabs{display:flex;gap:4px;padding:12px 16px 8px;flex-shrink:0}.arm-tab{display:flex;align-items:center;gap:5px;padding:6px 14px;border-radius:8px;border:none;background:transparent;color:#6b7280;font-size:12px;font-weight:500;cursor:pointer;transition:background .15s ease,color .15s ease}.arm-tab:hover{background:#f8f7ff;color:#6f6eb3}.arm-tab--active{background:#eeedfe;color:#6f6eb3;font-weight:600}.arm-tab__count{font-size:10px;background:#00000014;color:inherit;border-radius:999px;padding:1px 5px;font-weight:700}.arm-tab--active .arm-tab__count{background:#6f6eb333}.arm-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;padding:8px 16px 12px;overflow-y:auto;flex:1}@media (max-width: 500px){.arm-grid{grid-template-columns:1fr}}.arm-card{border:1px solid var(--hbm-border-color, #e5e7eb);border-radius:12px;padding:12px;background:#fff;cursor:pointer;transition:border-color .15s ease,box-shadow .15s ease,background .15s ease;position:relative}.arm-card:hover{border-color:#6f6eb3;box-shadow:0 2px 8px #6f6eb31a}.arm-card--completed{background:#f0fff8;border-color:#1d9e75;cursor:default}.arm-card--completed:hover{border-color:#1d9e75;box-shadow:none}.arm-card--locked{opacity:.5;cursor:not-allowed}.arm-card--locked:hover{border-color:var(--hbm-border-color, #e5e7eb);box-shadow:none}.arm-card__lock{position:absolute;top:8px;right:8px;color:#b4b2a9}.arm-card__header{display:flex;align-items:flex-start;gap:8px;margin-bottom:6px}.arm-card__icon{width:32px;height:32px;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.arm-card__title-row{display:flex;align-items:center;gap:6px;flex:1;min-width:0;flex-wrap:wrap}.arm-card__title{font-size:12px;font-weight:600;color:#23264a;flex:1;min-width:0}.arm-card__title--done{text-decoration:line-through;color:#6b7280}.arm-card__xp{font-size:10px;font-weight:700;padding:2px 6px;border-radius:999px;white-space:nowrap}.arm-card__locked-label{font-size:10px;color:#b4b2a9;margin-top:4px;font-weight:500}.arm-card__desc{font-size:11px;color:#6b7280;line-height:1.4;margin:0 0 8px}.arm-card__desc--truncated{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.arm-card__earned{font-size:11px;color:#1d9e75;font-weight:600;margin-top:4px}.arm-card__progress-track{width:100%;height:4px;border-radius:99px;background:#e8eaf0;overflow:hidden;margin-bottom:4px}.arm-card__progress-fill{height:100%;border-radius:99px;transition:width .4s ease-out}.arm-card__progress-row{display:flex;align-items:center;justify-content:space-between}.arm-card__progress-text{font-size:10px;color:#6b7280}.arm-card__difficulty{font-size:9px;font-weight:700;padding:1px 6px;border-radius:99px;text-transform:uppercase;letter-spacing:.4px}.arm-footer{display:flex;align-items:center;justify-content:space-between;padding:12px 20px;border-top:1px solid rgba(0,0,0,.06);font-size:11px;color:#6b7280;flex-shrink:0}:root{--mission-easy: #1D9E75;--mission-medium: #6F6EB3;--mission-hard: #BA7517;--mission-epic: #E24B4A;--mission-locked: #B4B2A9;--mission-card-radius: 12px;--xp-bar-height: 6px;--streak-bg: #FFF3CD;--streak-color: #92400E}.msn-card{display:flex;align-items:center;gap:10px;padding:10px 12px;border:1px solid var(--hbm-border-color, #e5e7eb);border-radius:var(--mission-card-radius);background:var(--hbm-surface-card, #fff);cursor:pointer;transition:background .15s ease,border-color .15s ease,box-shadow .15s ease;min-height:72px;position:relative}.msn-card:hover{background:#6f6eb30a;border-color:var(--hbm-color-primary, #6F6EB3);box-shadow:0 2px 8px #6f6eb314}.msn-card--completed{background:#f0fff8;border-color:#1d9e75;opacity:.85;cursor:default}.msn-card--locked{opacity:.5;cursor:not-allowed;pointer-events:none}.msn-card__icon{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:10px;background:#6f6eb314}.msn-card__body{flex:1;min-width:0}.msn-card__title{font-size:12px;font-weight:600;color:var(--hbm-text-primary, #23264a);margin:0 0 2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.msn-card__desc{font-size:11px;color:var(--hbm-text-secondary, #6b7280);margin:0 0 5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.msn-card__progress-track{width:100%;height:4px;border-radius:99px;background:var(--hbm-border-color, #e5e7eb);overflow:hidden;margin-bottom:3px}.msn-card__progress-fill{height:100%;border-radius:99px;transition:width .4s ease-out}.msn-card__progress-row{display:flex;align-items:center;justify-content:space-between}.msn-card__progress-text{font-size:10px;color:var(--hbm-text-secondary, #6b7280)}.msn-card__difficulty{font-size:9px;font-weight:600;padding:1px 6px;border-radius:99px;text-transform:uppercase;letter-spacing:.4px}.msn-xp-badge{flex-shrink:0;font-size:10px;font-weight:700;padding:3px 7px;border-radius:999px;white-space:nowrap}.msn-progress-bar{width:100%;height:var(--xp-bar-height);border-radius:999px;background:#6f6eb31f;overflow:hidden}.msn-progress-bar__fill{height:100%;border-radius:999px;transition:width .6s ease-out}.msn-level-badge{display:inline-flex;align-items:center;gap:6px;padding:3px 10px 3px 6px;border-radius:999px;font-size:11px;font-weight:600;color:#fff}.msn-level-badge__number{display:flex;align-items:center;justify-content:center;width:18px;height:18px;border-radius:50%;background:#0000002e;font-size:10px;font-weight:700}.msn-streak-badge{display:inline-flex;align-items:center;gap:4px;padding:3px 10px;border-radius:999px;background:var(--streak-bg, #FFF3CD);color:var(--streak-color, #92400E);font-size:11px;font-weight:600}.beactive-header-xp{font-size:12px;font-weight:700;color:#6f6eb3}.beactive-xp-section{margin-bottom:10px}.beactive-xp-bar{width:100%;height:6px;border-radius:999px;background:#6f6eb31f;overflow:hidden;margin-bottom:5px}.beactive-xp-fill{height:100%;border-radius:999px;background:linear-gradient(90deg,var(--beactive-xp-color, #6f6eb3),color-mix(in srgb,var(--beactive-xp-color, #6f6eb3) 60%,transparent));transition:width .6s ease-out}.beactive-xp-label{display:flex;justify-content:space-between;align-items:center}.beactive-level,.beactive-points-to-next{font-size:10px;color:var(--hbm-text-secondary, #6b7280)}.beactive-identity{margin-bottom:10px}.beactive-identity-row{display:flex;align-items:center;gap:8px;margin-bottom:8px;flex-wrap:wrap}.beactive-level-badge{display:inline-flex;align-items:center;gap:5px;padding:3px 10px 3px 6px;border-radius:999px;background:var(--beactive-level-color, #6f6eb3);color:#fff;font-size:11px;font-weight:600}.beactive-level-badge__num{display:flex;align-items:center;justify-content:center;width:18px;height:18px;border-radius:50%;background:#0000002e;font-size:10px;font-weight:700}.beactive-level-badge__name{font-size:11px}.beactive-streak-badge{display:inline-flex;align-items:center;gap:4px;padding:3px 10px;border-radius:999px;background:#fff3cd;color:#92400e;font-size:11px;font-weight:600}.beactive-missions{display:flex;flex-direction:column;gap:6px;margin-bottom:10px}.beactive-missions-empty{font-size:11px;color:var(--hbm-text-secondary, #6b7280);text-align:center;padding:12px 0}.beactive-done-card{display:flex;align-items:center;gap:10px;padding:14px 12px;border:1px solid rgba(29,158,117,.25);border-radius:12px;background:linear-gradient(135deg,#f0fff8,#f5f5ff)}.beactive-done-card__icon{flex-shrink:0;width:40px;height:40px;border-radius:10px;background:#1d9e751a;display:flex;align-items:center;justify-content:center}.beactive-done-card__text{flex:1;display:flex;flex-direction:column;gap:2px;min-width:0}.beactive-done-card__title{font-size:12px;font-weight:700;color:var(--hbm-text-primary, #23264a)}.beactive-done-card__sub{font-size:10px;color:var(--hbm-text-secondary, #6b7280);line-height:1.35}.beactive-done-card__btn{flex-shrink:0;width:28px;height:28px;border-radius:8px;border:1px solid rgba(111,110,179,.2);background:transparent;display:flex;align-items:center;justify-content:center;color:#6f6eb3;cursor:pointer;transition:background .15s ease}.beactive-done-card__btn:hover{background:#6f6eb314}.beactive-mission-card{display:flex;align-items:center;gap:10px;padding:9px 11px;border:1px solid var(--hbm-border-color, #e5e7eb);border-radius:12px;background:var(--hbm-surface-card, #fff);cursor:pointer;transition:background .15s ease,border-color .15s ease;position:relative;overflow:hidden;min-height:72px}.beactive-mission-card:hover{background:#6f6eb30a;border-color:#6f6eb3}.beactive-mission-card__icon{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:10px;background:color-mix(in srgb,var(--mission-color, #6f6eb3) 12%,transparent);color:var(--mission-color, #6f6eb3)}.beactive-mission-card__body{flex:1;min-width:0}.beactive-mission-card__title{font-size:12px;font-weight:600;color:var(--hbm-text-primary, #23264a);margin-bottom:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.beactive-mission-card__desc{font-size:10px;color:var(--hbm-text-secondary, #6b7280);margin-bottom:5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.beactive-mission-card__progress-track{width:100%;height:4px;border-radius:99px;background:var(--hbm-border-color, #e5e7eb);overflow:hidden;margin-bottom:3px}.beactive-mission-card__progress-fill{height:100%;border-radius:99px;background:var(--mission-color, #6f6eb3);transition:width .4s ease-out}.beactive-mission-card__meta{display:flex;align-items:center;justify-content:space-between;gap:4px}.beactive-mission-card__progress-text{font-size:10px;color:var(--hbm-text-secondary, #6b7280)}.beactive-mission-card__difficulty{font-size:9px;font-weight:700;padding:1px 6px;border-radius:99px;text-transform:uppercase;letter-spacing:.4px;background:color-mix(in srgb,var(--mission-color, #6f6eb3) 12%,transparent);color:var(--mission-color, #6f6eb3)}.beactive-mission-card__xp{flex-shrink:0;font-size:10px;font-weight:700;padding:3px 7px;border-radius:999px;white-space:nowrap;background:color-mix(in srgb,var(--mission-color, #6f6eb3) 10%,transparent);color:var(--mission-color, #6f6eb3)}.beactive-footer{display:flex;align-items:center;justify-content:space-between;padding-top:8px;border-top:1px solid rgba(0,0,0,.04)}.beactive-footer__weekly{font-size:10px;color:var(--hbm-text-secondary, #6b7280)}.beactive-footer__arsenal{display:flex;align-items:center;gap:2px;font-size:11px;font-weight:600;color:#6f6eb3;background:none;border:none;cursor:pointer;padding:0;transition:opacity .15s ease}.beactive-footer__arsenal:hover{opacity:.75}.beactive-actions{display:flex;flex-direction:column}.beactive-row{display:flex;align-items:center;gap:10px;padding:8px 10px;cursor:pointer;border-radius:10px;transition:background .15s ease}.beactive-row:hover{background:#6f6eb30f}.beactive-row+.beactive-row{border-top:1px solid rgba(0,0,0,.04)}.beactive-row-icon{width:28px;height:28px;border-radius:8px;background:var(--hbm-color-surface-muted, #f8f9ff);display:flex;align-items:center;justify-content:center;color:#6f6eb3;flex-shrink:0}.beactive-row-text{flex:1;font-size:11px;font-weight:500;color:var(--hbm-color-text, #23264a)}.beactive-points-pill{padding:2px 8px;border-radius:999px;font-size:10px;font-weight:700;background:#e1f5ee;color:#0f6e56;white-space:nowrap}.floating-cta{position:fixed;bottom:24px;right:24px;z-index:1000;width:64px;height:64px;border-radius:50%;background:linear-gradient(135deg,#6f6eb3,#8b89d9);border:none;color:#fff;cursor:pointer;box-shadow:0 8px 24px #6f6eb380,0 0 #6f6eb3b3;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;transition:transform .2s ease,box-shadow .2s ease;animation:slideIn .3s ease-out,floatingPulse 2s ease-in-out .3s infinite}.floating-cta:hover{transform:translateY(-4px) scale(1.05);box-shadow:0 12px 32px #6f6eb399,0 0 #6f6eb300}.floating-cta:active{transform:translateY(-2px) scale(1.02)}.floating-cta-icon{width:24px;height:24px;stroke-width:2.5}.floating-cta-text{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;line-height:1}@keyframes slideIn{0%{transform:translate(100px);opacity:0}to{transform:translate(0);opacity:1}}@keyframes floatingPulse{0%,to{box-shadow:0 8px 24px #6f6eb380,0 0 #6f6eb3b3}50%{box-shadow:0 8px 24px #6f6eb3b3,0 0 0 8px #6f6eb300}}@media (max-width: 768px){.floating-cta{bottom:16px;right:16px;width:56px;height:56px}.floating-cta-icon{width:20px;height:20px}.floating-cta-text{font-size:9px}}.emotion-matrix-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:150;display:flex;flex-direction:column;min-height:100dvh;padding:max(12px,env(safe-area-inset-top)) max(12px,env(safe-area-inset-right)) max(12px,env(safe-area-inset-bottom)) max(12px,env(safe-area-inset-left));background:#faf9f5;transition:background-color .2s ease,color .2s ease;overflow:hidden}.emotion-matrix-overlay.is-session{z-index:8000}.emotion-matrix-overlay.is-immersive{color:#fff}.emotion-matrix-panel{display:flex;flex-direction:column;flex:1;min-height:0;width:min(440px,100%);margin:0 auto}.emotion-matrix-header{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-shrink:0;padding:0 4px 10px}.emotion-matrix-date{font-size:clamp(15px,4.2vw,17px);font-weight:800;color:#6f6eb3;letter-spacing:.01em}.emotion-matrix-overlay.is-immersive .emotion-matrix-date{color:#fffffff2}.emotion-matrix-subtitle{margin-top:4px;font-size:clamp(13px,3.6vw,15px);line-height:1.35;color:#5c5878;font-weight:600}.emotion-matrix-overlay.is-immersive .emotion-matrix-subtitle{color:#ffffffe6}.emotion-matrix-close{width:32px;height:32px;border-radius:50%;border:1px solid #ece8f7;background:#fff;color:#8c86b7;cursor:pointer;flex-shrink:0;font-size:18px;line-height:1}.emotion-matrix-overlay.is-immersive .emotion-matrix-close{border-color:#ffffff59;background:#ffffff24;color:#fff}.emotion-matrix-main{flex:1;min-height:0;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;overflow-y:auto;padding:0 4px}.emotion-matrix-logo-wrap{width:clamp(56px,14vw,72px);height:clamp(56px,14vw,72px);margin:0 auto;flex-shrink:0}.emotion-matrix-logo-wrap img{width:100%;height:100%;object-fit:contain;display:block}.emotion-matrix-heading{margin:6px 0 0;text-align:center;font-family:Sora,Inter,sans-serif;font-size:clamp(24px,6.8vw,38px);font-weight:800;line-height:1.08;letter-spacing:-.02em}.emotion-matrix-heading-gradient,.emotion-matrix-overlay.is-immersive .emotion-matrix-heading-gradient{background:linear-gradient(88deg,#9ea5fd 20%,#f3884f 85.77%,#80c764 120.86%);background-clip:text;-webkit-background-clip:text;color:transparent;-webkit-text-fill-color:transparent}.emotion-matrix-prompt{margin:6px auto 0;text-align:center;font-size:clamp(13px,3.6vw,15px);line-height:1.35;color:#7a7a91;max-width:320px}.emotion-matrix-empty-badge{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);border-radius:999px;padding:8px 14px;background:#ffffffeb;border:1px solid rgba(104,103,175,.16);color:#8a86b4;font-size:11px;font-weight:800;letter-spacing:.02em;pointer-events:none;white-space:nowrap}.emotion-matrix-stage{position:relative;width:min(calc(72vw + 128px),calc(52dvh + 128px),488px);margin:clamp(24px,6vw,36px) auto clamp(8px,2vw,16px);padding-top:28px;padding-bottom:28px;padding-inline:56px;flex-shrink:0;overflow:visible;box-sizing:border-box}.emotion-matrix-panel.is-session .emotion-matrix-stage{width:min(calc(68vw + 120px),calc(44dvh + 120px),420px);margin-top:clamp(12px,3vw,28px);padding-inline:52px}.emotion-matrix-quadrant{position:relative;width:100%;max-width:min(56vw,44dvh,320px);aspect-ratio:1;margin:0 auto;border-radius:20%;cursor:crosshair;touch-action:none;-webkit-user-select:none;user-select:none;z-index:1}.emotion-matrix-panel.is-session .emotion-matrix-quadrant{max-width:min(52vw,38dvh,280px)}.emotion-matrix-axis{position:absolute;background:#6f6eb3;opacity:.12;transition:background-color .2s ease,opacity .2s ease;pointer-events:none}.emotion-matrix-overlay.is-immersive .emotion-matrix-axis{background:#fff;opacity:.24}.emotion-matrix-axis-x{left:0;top:50%;width:100%;height:2px;transform:translateY(-50%)}.emotion-matrix-axis-y{top:0;left:50%;width:2px;height:100%;transform:translate(-50%)}.emotion-matrix-label{position:absolute;font-size:clamp(10px,2.8vw,12px);font-weight:700;color:#25233d;white-space:nowrap;transition:color .2s ease;pointer-events:none;max-width:42%;text-align:center;line-height:1.2;z-index:3}.emotion-matrix-overlay.is-immersive .emotion-matrix-label{color:#fff}.emotion-matrix-label-top{top:0;left:50%;transform:translate(-50%);max-width:90%}.emotion-matrix-label-bottom{bottom:0;left:50%;transform:translate(-50%);max-width:90%}.emotion-matrix-label-left{inset-inline-start:0;top:50%;width:52px;max-width:none;transform:translateY(-50%) rotate(-90deg);transform-origin:center center}.emotion-matrix-label-right{inset-inline-end:0;top:50%;width:52px;max-width:none;transform:translateY(-50%) rotate(90deg);transform-origin:center center}.emotion-matrix-marker{position:absolute;width:clamp(16px,4.5vw,20px);height:clamp(16px,4.5vw,20px);border-radius:50%;background:#000;transform:translate(-50%,-50%);box-shadow:0 0 10px #0003;pointer-events:none;transition:background-color .2s ease;z-index:2}.emotion-matrix-overlay.is-immersive .emotion-matrix-marker{background:#fff}.emotion-matrix-feeling-label{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);min-width:min(120px,70%);max-width:calc(100% - 24px);padding:clamp(8px,2vw,10px) clamp(12px,3vw,15px);border-radius:10px;background:#faf9f5;color:#111;font-size:clamp(13px,3.6vw,15px);font-weight:800;text-align:center;line-height:1.2;pointer-events:none;transition:background-color .2s ease,color .2s ease;z-index:1}.emotion-matrix-overlay.is-immersive .emotion-matrix-feeling-label{color:#fff}.emotion-matrix-footer{flex-shrink:0;display:flex;flex-direction:column;gap:12px;direction:inherit;padding:8px 4px max(8px,env(safe-area-inset-bottom));border-top:1px solid rgba(111,110,179,.08);background:inherit}.emotion-matrix-overlay.is-immersive .emotion-matrix-footer{border-top-color:#ffffff24}.emotion-matrix-notes-label{color:#6b688a;font-weight:700;font-size:12px;margin-bottom:6px}.emotion-matrix-overlay.is-immersive .emotion-matrix-notes-label{color:#ffffffe6}.emotion-matrix-notes-input{width:100%;min-height:88px;max-height:140px;border-radius:16px;border:1px solid #eae6f4;background:#fff;padding:12px 14px;box-shadow:0 4px 14px #1118270a;outline:none;resize:vertical;font:inherit;font-size:15px;line-height:1.4;color:#111}.emotion-matrix-overlay.is-immersive .emotion-matrix-notes-input{border-color:#ffffff59;background:#ffffff24;color:#fff}.emotion-matrix-overlay.is-immersive .emotion-matrix-notes-input::placeholder{color:#ffffffad}.emotion-matrix-error{margin-top:8px;border-radius:10px;background:#fff1f2;border:1px solid #fecdd3;padding:10px 12px;color:#9f1239;font-size:14px}.emotion-matrix-actions{display:flex;justify-content:space-between;gap:10px;direction:inherit}.emotion-matrix-btn{flex:1;border-radius:14px;font-weight:700;cursor:pointer;padding:12px 14px;min-height:44px;font:inherit;font-size:15px}.emotion-matrix-panel.is-session .emotion-matrix-btn{padding:10px 12px;min-height:40px;border-radius:12px}.emotion-matrix-btn-skip{border:1px solid #e5e7eb;background:#fff;color:#4b5563}.emotion-matrix-overlay.is-immersive .emotion-matrix-btn-skip{border-color:#ffffff59;background:#ffffff1f;color:#fff}.emotion-matrix-btn-save{border:1px solid #cfcbff;background:#ecebff;color:#4f46e5}.emotion-matrix-btn-save:disabled{border-color:#e5e7eb;background:#f3f4f6;color:#94a3b8;cursor:not-allowed}.emotion-matrix-overlay.is-immersive .emotion-matrix-btn-save:not(:disabled){border-color:#ffffff73;background:#fff3;color:#fff}@media (max-height: 700px){.emotion-matrix-stage{width:min(calc(68vw + 64px),calc(40dvh + 64px),384px);margin-top:20px;margin-bottom:8px;padding-top:24px;padding-bottom:24px}.emotion-matrix-quadrant{width:min(68vw,40dvh,320px)}.emotion-matrix-logo-wrap{width:52px;height:52px}.emotion-matrix-heading{font-size:22px}.emotion-matrix-notes-input{min-height:64px}}@media (max-width: 380px){.emotion-matrix-label-left,.emotion-matrix-label-right{font-size:10px}}.prv-page{max-width:960px;margin:0 auto;padding:24px 16px 60px;display:flex;flex-direction:column;gap:24px}.prv-tabs{display:flex;align-items:center;gap:4px;background:var(--hbm-color-surface-muted, #f8f9ff);border-radius:10px;padding:4px;width:fit-content}.prv-tab{padding:7px 16px;border:none;border-radius:8px;font-size:13px;font-weight:500;font-family:var(--hbm-font-family, "Inter", system-ui, sans-serif);cursor:pointer;background:transparent;color:var(--hbm-color-text-muted, #6b7280);transition:background .18s ease,color .18s ease;white-space:nowrap}.prv-tab:hover{background:#6f6eb30f;color:var(--hbm-color-text, #23264a)}.prv-tab--active{background:var(--hbm-color-primary, #6f6eb3);color:#fff}.prv-tab--active:hover{background:var(--hbm-color-primary-strong, #5958a0);color:#fff}.prv-panel{animation:prv-fade-in .22s ease}@keyframes prv-fade-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.prv-section-label{font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.8px;color:var(--hbm-color-text-muted, #6b7280);margin-bottom:10px}.prv-card{background:#fff;border:1px solid rgba(0,0,0,.06);border-radius:16px;padding:24px;transition:box-shadow .2s ease,transform .2s ease}.prv-card:hover{box-shadow:0 8px 32px #6f6eb31a}.prv-card--interactive:hover{transform:translateY(-2px)}.prv-guest-banner{background:linear-gradient(135deg,#f8f9ff,#eeedfe);border:1px solid var(--hbm-color-border, #d6daf0);border-radius:16px;padding:32px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:12px}.prv-guest-banner__title{font-family:var(--hbm-font-heading, "Sora", system-ui, sans-serif);font-size:18px;font-weight:700;color:var(--hbm-color-text, #23264a)}.prv-guest-banner__text{font-size:13px;color:var(--hbm-color-text-muted, #6b7280);max-width:420px;line-height:1.5}.prv-guest-banner__btn{margin-top:4px;padding:10px 28px;border:none;border-radius:10px;background:var(--hbm-color-primary, #6f6eb3);color:#fff;font-size:14px;font-weight:600;cursor:pointer;transition:filter .18s ease,transform 80ms ease}.prv-guest-banner__btn:hover{filter:brightness(1.08)}.prv-guest-banner__btn:active{transform:translateY(1px)}.prv-loading{display:flex;align-items:center;justify-content:center;padding:60px 0;color:var(--hbm-color-text-muted, #6b7280);font-size:13px;gap:8px}.prv-spinner{width:18px;height:18px;border:2px solid rgba(111,110,179,.2);border-top-color:var(--hbm-color-primary, #6f6eb3);border-radius:50%;animation:prv-spin .7s linear infinite}@keyframes prv-spin{to{transform:rotate(360deg)}}.prv-profile{display:flex;flex-direction:column;gap:20px}.prv-profile__header{display:flex;align-items:center;gap:20px}.prv-profile__avatar{width:80px;height:80px;border-radius:50%;object-fit:cover;border:3px solid rgba(111,110,179,.15);flex-shrink:0}.prv-profile__avatar--initials{width:80px;height:80px;border-radius:50%;background:var(--hbm-color-primary, #6f6eb3);color:#fff;display:flex;align-items:center;justify-content:center;font-size:24px;font-weight:700;font-family:var(--hbm-font-heading, "Sora", system-ui, sans-serif);flex-shrink:0;border:3px solid rgba(111,110,179,.15)}.prv-profile__info{display:flex;flex-direction:column;gap:2px}.prv-profile__name{font-family:var(--hbm-font-heading, "Sora", system-ui, sans-serif);font-size:20px;font-weight:700;color:var(--hbm-color-text, #23264a)}.prv-profile__email{font-size:13px;color:var(--hbm-color-text-muted, #6b7280)}.prv-profile__section{display:flex;flex-direction:column;gap:8px}.prv-profile__textarea{width:100%;min-height:80px;padding:12px 14px;border:1px solid var(--hbm-color-border, #d6daf0);border-radius:10px;font-family:var(--hbm-font-family, "Inter", system-ui, sans-serif);font-size:13px;color:var(--hbm-color-text, #23264a);resize:vertical;background:var(--hbm-color-surface-muted, #f8f9ff);transition:border-color .18s ease;box-sizing:border-box}.prv-profile__textarea:focus{outline:none;border-color:var(--hbm-color-primary, #6f6eb3)}.prv-profile__char-count{font-size:11px;color:var(--hbm-color-text-muted, #6b7280);text-align:right}.prv-chips{display:flex;flex-wrap:wrap;gap:8px}.prv-chip{display:inline-flex;align-items:center;gap:5px;padding:5px 12px;border-radius:999px;font-size:12px;font-weight:500;border:1px solid var(--hbm-color-border, #d6daf0);background:#fff;color:var(--hbm-color-text, #23264a);cursor:pointer;transition:background .15s ease,border-color .15s ease}.prv-chip:hover{background:var(--hbm-color-surface-muted, #f8f9ff)}.prv-chip--active{background:#eeedfe;border-color:var(--hbm-color-primary, #6f6eb3);color:var(--hbm-color-primary, #6f6eb3)}.prv-chip--add{border-style:dashed;color:var(--hbm-color-text-muted, #6b7280)}.prv-profile__input{width:100%;padding:10px 14px;border:1px solid var(--hbm-color-border, #d6daf0);border-radius:10px;font-family:var(--hbm-font-family, "Inter", system-ui, sans-serif);font-size:13px;color:var(--hbm-color-text, #23264a);background:var(--hbm-color-surface-muted, #f8f9ff);transition:border-color .18s ease;box-sizing:border-box}.prv-profile__input:focus{outline:none;border-color:var(--hbm-color-primary, #6f6eb3)}.prv-xp{display:flex;flex-direction:column;gap:6px}.prv-xp__bar{width:100%;height:8px;border-radius:999px;background:#6f6eb31f;overflow:hidden}.prv-xp__fill{height:100%;border-radius:999px;background:linear-gradient(90deg,#6f6eb3,#bbc0ff);transition:width .6s ease-out}.prv-xp__meta{display:flex;justify-content:space-between;font-size:11px;color:var(--hbm-color-text-muted, #6b7280)}.prv-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.prv-stat{background:#fff;border:1px solid rgba(0,0,0,.06);border-radius:12px;padding:16px;text-align:center;transition:box-shadow .2s ease,transform .2s ease}.prv-stat:hover{box-shadow:0 4px 16px #6f6eb314;transform:translateY(-1px)}.prv-stat__number{font-family:var(--hbm-font-heading, "Sora", system-ui, sans-serif);font-size:24px;font-weight:700;color:var(--hbm-color-primary, #6f6eb3)}.prv-stat__label{font-size:11px;font-weight:500;color:var(--hbm-color-text-muted, #6b7280);margin-top:2px}.prv-btn-save{display:inline-flex;align-items:center;gap:6px;padding:9px 24px;border:none;border-radius:10px;background:var(--hbm-color-primary, #6f6eb3);color:#fff;font-size:13px;font-weight:600;cursor:pointer;transition:filter .18s ease,transform 80ms ease;align-self:flex-start}.prv-btn-save:hover{filter:brightness(1.08)}.prv-btn-save:active{transform:translateY(1px)}.prv-btn-save:disabled{opacity:.5;cursor:not-allowed}.prv-conversations{display:flex;flex-direction:column;gap:16px}.prv-conversations__header{display:flex;align-items:center;justify-content:space-between}.prv-conversations__title{font-family:var(--hbm-font-heading, "Sora", system-ui, sans-serif);font-size:18px;font-weight:700;color:var(--hbm-color-text, #23264a)}.prv-conversations__actions{display:flex;gap:8px}.prv-btn-filter{display:inline-flex;align-items:center;gap:5px;padding:6px 14px;border:1px solid var(--hbm-color-border, #d6daf0);border-radius:8px;background:#fff;font-size:12px;font-weight:500;color:var(--hbm-color-text-muted, #6b7280);cursor:pointer;transition:background .15s ease,border-color .15s ease}.prv-btn-filter:hover{background:var(--hbm-color-surface-muted, #f8f9ff);border-color:var(--hbm-color-primary, #6f6eb3)}.prv-conversations__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.prv-conversations__empty{display:flex;flex-direction:column;align-items:center;gap:10px;padding:40px 20px;color:var(--hbm-text-secondary, #6b7280);font-size:13px;text-align:center}.prv-convo-card{background:#fff;border:1px solid rgba(0,0,0,.06);border-radius:12px;padding:18px;display:flex;flex-direction:column;gap:12px;transition:box-shadow .2s ease,transform .2s ease}.prv-convo-card:hover{box-shadow:0 8px 32px #6f6eb31f;transform:translateY(-2px)}.prv-convo-card__top{display:flex;align-items:center;gap:12px}.prv-convo-card__avatar{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#eeedfe,#bbc0ff);display:flex;align-items:center;justify-content:center;color:var(--hbm-color-primary, #6f6eb3);font-size:14px;font-weight:700;flex-shrink:0}.prv-convo-card__info{display:flex;flex-direction:column;gap:1px;min-width:0}.prv-convo-card__name{font-size:13px;font-weight:600;color:var(--hbm-color-text, #23264a);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.prv-convo-card__event{font-size:11px;color:var(--hbm-color-text-muted, #6b7280);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.prv-convo-card__date{font-size:10px;color:var(--hbm-color-text-muted, #6b7280)}.prv-convo-card__btn{padding:7px 0;border:1px solid var(--hbm-color-primary, #6f6eb3);border-radius:8px;background:transparent;color:var(--hbm-color-primary, #6f6eb3);font-size:12px;font-weight:600;cursor:pointer;text-align:center;transition:background .15s ease,color .15s ease}.prv-convo-card__btn:hover{background:var(--hbm-color-primary, #6f6eb3);color:#fff}.prv-convo-card__status{font-size:10px;font-weight:600;padding:3px 8px;border-radius:999px;color:#9ca3af;background:transparent}.prv-convo-card__status--new{background:#eeedfe;color:#6f6eb3}.prv-achievements{display:flex;flex-direction:column;gap:24px}.prv-ach-xp{display:flex;flex-direction:column;gap:8px}.prv-ach-xp__header{display:flex;justify-content:space-between;align-items:baseline}.prv-ach-xp__level{font-family:var(--hbm-font-heading, "Sora", system-ui, sans-serif);font-size:16px;font-weight:700;color:var(--hbm-color-text, #23264a)}.prv-ach-xp__pts{font-size:12px;font-weight:600;color:var(--hbm-color-primary, #6f6eb3)}.prv-ach-xp__bar{width:100%;height:10px;border-radius:999px;background:#6f6eb31a;overflow:hidden}.prv-ach-xp__fill{height:100%;border-radius:999px;background:linear-gradient(90deg,#6f6eb3,#bbc0ff);transition:width .8s ease-out}.prv-ach-xp__sub{font-size:11px;color:var(--hbm-color-text-muted, #6b7280)}.prv-heatmap{display:flex;flex-direction:column;gap:10px}.prv-heatmap__grid{display:grid;grid-template-columns:repeat(52,10px);grid-template-rows:repeat(7,10px);gap:2px;overflow-x:auto;padding-bottom:4px}.prv-heatmap__cell{width:10px;height:10px;border-radius:2px;background:#eeedfe}.prv-heatmap__cell--l1{background:#d8d7f0}.prv-heatmap__cell--l2{background:#b5b4df}.prv-heatmap__cell--l3{background:#9190c9}.prv-heatmap__cell--l4{background:#6f6eb3}.prv-heatmap__legend{display:flex;align-items:center;gap:6px;font-size:10px;color:var(--hbm-color-text-muted, #6b7280)}.prv-heatmap__legend-cell{width:10px;height:10px;border-radius:2px}.prv-badges{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.prv-badge{background:#fff;border:1px solid rgba(0,0,0,.06);border-radius:14px;padding:20px 16px;display:flex;flex-direction:column;align-items:center;gap:8px;text-align:center;transition:box-shadow .2s ease,transform .2s ease}.prv-badge:hover{box-shadow:0 4px 16px #6f6eb314;transform:translateY(-1px)}.prv-badge--locked{opacity:.4;filter:grayscale(1)}.prv-badge__icon{width:44px;height:44px;border-radius:12px;background:linear-gradient(135deg,#eeedfe,#f8f9ff);display:flex;align-items:center;justify-content:center;color:var(--hbm-color-primary, #6f6eb3)}.prv-badge__name{font-size:13px;font-weight:600;color:var(--hbm-color-text, #23264a)}.prv-badge__desc{font-size:11px;color:var(--hbm-color-text-muted, #6b7280);line-height:1.4}.prv-feelings{display:flex;flex-direction:column;align-items:center;gap:20px;padding:48px 24px;text-align:center}.prv-feelings__icon{width:72px;height:72px;border-radius:20px;background:linear-gradient(135deg,#eeedfe,#f8f9ff);display:flex;align-items:center;justify-content:center;color:var(--hbm-color-primary, #6f6eb3)}.prv-feelings__title{font-family:var(--hbm-font-heading, "Sora", system-ui, sans-serif);font-size:18px;font-weight:700;color:var(--hbm-color-text, #23264a)}.prv-feelings__text{font-size:13px;color:var(--hbm-color-text-muted, #6b7280);max-width:380px;line-height:1.6}.prv-feelings__more{font-size:12px;color:var(--hbm-color-text-muted, #6b7280);margin:8px 0 0;text-align:center}.prv-feeling-skeleton-dot{width:36px;height:36px;border-radius:50%;flex-shrink:0}.prv-feeling-skeleton-body{flex:1;display:flex;flex-direction:column;gap:5px}.prv-feelings__btn{padding:10px 28px;border:none;border-radius:10px;background:var(--hbm-color-primary, #6f6eb3);color:#fff;font-size:13px;font-weight:600;cursor:pointer;transition:filter .18s ease,transform 80ms ease}.prv-feelings__btn:hover{filter:brightness(1.08)}.prv-feelings__btn:active{transform:translateY(1px)}.prv-feelings-list{display:flex;flex-direction:column;gap:4px}.prv-feeling-row{display:grid;grid-template-columns:36px 1fr 80px;gap:10px;align-items:center;padding:8px 4px;border-radius:8px;transition:background .12s ease}.prv-feeling-row:hover{background:var(--hbm-color-surface-muted, #f8f9ff)}.prv-feeling-row__dot{width:36px;height:36px;border-radius:50%;flex-shrink:0;opacity:.85}.prv-feeling-row__info{display:flex;flex-direction:column;gap:2px}.prv-feeling-row__label{font-size:13px;font-weight:600;color:var(--hbm-color-text, #23264a)}.prv-feeling-row__date{font-size:11px;color:var(--hbm-color-text-muted, #6b7280)}.prv-feeling-row__bar-wrap{height:6px;background:#e5e7eb;border-radius:999px;overflow:hidden}.prv-feeling-row__bar{height:100%;border-radius:999px;min-width:4px;transition:width .4s ease}.prv-settings{display:flex;flex-direction:column;gap:24px;max-width:560px}.prv-settings__group{display:flex;flex-direction:column;gap:14px}.prv-settings__field{display:flex;flex-direction:column;gap:5px}.prv-settings__label{font-size:12px;font-weight:600;color:var(--hbm-color-text, #23264a)}.prv-settings__input{width:100%;padding:10px 14px;border:1px solid var(--hbm-color-border, #d6daf0);border-radius:10px;font-family:var(--hbm-font-family, "Inter", system-ui, sans-serif);font-size:13px;color:var(--hbm-color-text, #23264a);background:var(--hbm-color-surface-muted, #f8f9ff);transition:border-color .18s ease;box-sizing:border-box}.prv-settings__input:focus{outline:none;border-color:var(--hbm-color-primary, #6f6eb3)}.prv-settings__textarea{width:100%;min-height:80px;padding:12px 14px;border:1px solid var(--hbm-color-border, #d6daf0);border-radius:10px;font-family:var(--hbm-font-family, "Inter", system-ui, sans-serif);font-size:13px;color:var(--hbm-color-text, #23264a);resize:vertical;background:var(--hbm-color-surface-muted, #f8f9ff);transition:border-color .18s ease;box-sizing:border-box}.prv-settings__textarea:focus{outline:none;border-color:var(--hbm-color-primary, #6f6eb3)}.prv-toggle-row{display:flex;align-items:center;justify-content:space-between;padding:10px 0}.prv-toggle-row+.prv-toggle-row{border-top:1px solid rgba(0,0,0,.04)}.prv-toggle-row__text{font-size:13px;font-weight:500;color:var(--hbm-color-text, #23264a)}.prv-toggle{width:40px;height:22px;border-radius:999px;border:1px solid #d5d7e4;background:#e5e7eb;position:relative;cursor:pointer;transition:background .18s ease,border-color .18s ease;flex-shrink:0}.prv-toggle--on{background:#7c7ad5;border-color:#6f6eb3}.prv-toggle__knob{position:absolute;width:16px;height:16px;border-radius:50%;background:#fff;top:2px;left:2px;transition:left .18s ease;box-shadow:0 1px 3px #0000001f}.prv-toggle--on .prv-toggle__knob{left:21px}.prv-btn-save--full{width:100%;padding:12px;border:none;border-radius:10px;background:var(--hbm-color-primary, #6f6eb3);color:#fff;font-size:14px;font-weight:600;cursor:pointer;transition:filter .18s ease,transform 80ms ease;margin-top:8px}.prv-btn-save--full:hover{filter:brightness(1.08)}.prv-btn-save--full:active{transform:translateY(1px)}.prv-btn-save--full:disabled{opacity:.5;cursor:not-allowed}@media (max-width: 768px){.prv-tabs{overflow-x:auto;width:100%}.prv-stats{grid-template-columns:repeat(2,1fr)}.prv-conversations__grid{grid-template-columns:1fr}.prv-badges{grid-template-columns:repeat(2,1fr)}.prv-heatmap__grid{grid-template-columns:repeat(26,10px)}}.prv-ach-xp__footer{display:flex;align-items:center;justify-content:space-between;margin-top:4px}.prv-ach-xp__streak{display:flex;align-items:center;gap:3px;font-size:10px;font-weight:600;color:#e45a2b;background:#e45a2b14;padding:2px 7px;border-radius:999px}.prv-mission-history-empty{font-size:12px;color:var(--hbm-text-secondary, #6b7280);padding:12px 0;text-align:center}.prv-mission-history{display:flex;flex-direction:column;gap:6px;margin-top:8px}.prv-mission-history__row{display:grid;grid-template-columns:auto 1fr auto auto;align-items:center;gap:8px;padding:8px 10px;border-radius:8px;background:var(--hbm-surface-secondary, #f8f7ff)}.prv-mission-history__date{font-size:9px;color:var(--hbm-text-secondary, #6b7280);white-space:nowrap;min-width:60px}.prv-mission-history__title{font-size:11px;font-weight:600;color:var(--hbm-text-primary, #23264a);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.prv-mission-history__diff{font-size:9px;font-weight:600;padding:2px 6px;border-radius:999px;white-space:nowrap}.prv-mission-history__xp{font-size:11px;font-weight:700;white-space:nowrap}.prv-leaderboard-stub{display:flex;align-items:center;gap:12px;padding:14px;border:1px dashed rgba(111,110,179,.3);border-radius:12px;background:#6f6eb308}.prv-leaderboard-stub__text{display:flex;flex-direction:column;gap:2px}.prv-leaderboard-stub__title{font-size:12px;font-weight:600;color:var(--hbm-text-primary, #23264a)}.prv-leaderboard-stub__sub{font-size:10px;color:var(--hbm-text-secondary, #6b7280)}@media (max-width: 480px){.prv-page{padding:16px 12px 48px}.prv-profile__header{flex-direction:column;text-align:center}.prv-stats{grid-template-columns:1fr 1fr}.prv-badges{grid-template-columns:1fr}.prv-mission-history__row{grid-template-columns:1fr auto}.prv-mission-history__date,.prv-mission-history__diff{display:none}}.settings-page{display:grid;gap:0;max-width:860px}.settings-title{font-size:18px;font-weight:700;color:var(--hbm-color-text, #1f1d42);margin:0 0 14px}.settings-tabs{display:flex;gap:2px;overflow-x:auto;padding-bottom:0;border-bottom:1px solid var(--hbm-color-border, #d6daf0);margin-bottom:24px;scrollbar-width:none}.settings-tabs::-webkit-scrollbar{display:none}.hbm-tab-chip{display:inline-flex;align-items:center;padding:8px 14px;font-size:13px;font-weight:500;color:var(--hbm-color-text-muted, #6b7280);border-radius:8px 8px 0 0;border:none;background:transparent;cursor:pointer;text-decoration:none;white-space:nowrap;transition:color .12s ease,background .12s ease;position:relative}.hbm-tab-chip:hover{background:var(--hbm-badge-purple-bg, #eeedfe);color:var(--hbm-badge-purple-fg, #3c3489)}.hbm-tab-chip.active{background:var(--hbm-badge-purple-bg, #eeedfe);color:var(--hbm-badge-purple-fg, #3c3489);font-weight:600}.hbm-tab-chip.active:after{content:"";position:absolute;bottom:-1px;left:0;right:0;height:2px;background:var(--hbm-color-primary-legacy, #6f6eb3);border-radius:2px 2px 0 0}.settings-section{display:grid;gap:12px;max-width:760px}.settings-section-title{font-size:16px;font-weight:500;color:var(--hbm-color-text, #1f1d42);margin:0}.settings-section-desc{font-size:13px;color:var(--hbm-color-text-muted, #6b7280);margin:0}.settings-card{border:.5px solid var(--hbm-color-border, #d6daf0);border-radius:12px;padding:16px 20px;background:#fff;display:grid;gap:10px}.settings-card-header{font-size:14px;font-weight:500;color:var(--hbm-color-text, #1f1d42);margin:0}.settings-card-subtitle{font-size:12px;color:var(--hbm-color-text-muted, #6b7280);margin:0}.settings-card-title-bold{font-weight:700;color:var(--hbm-color-text, #1f1d42)}.settings-card-title-xbold{font-weight:800;color:var(--hbm-color-text, #1f1d42)}.field-group{display:grid;gap:6px}.field-group-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.field-group-label{display:block;font-size:13px;font-weight:500;color:var(--hbm-color-text, #1f1d42);margin-bottom:6px}.settings-input{height:36px;padding:8px 12px;border-radius:8px;border:.5px solid var(--hbm-color-border, #d6daf0);background:#fff;color:var(--hbm-color-text, #1f1d42);font-family:inherit;font-size:13px;width:100%;box-sizing:border-box;outline:none;transition:border-color .12s ease}.settings-input:focus{border-color:#6f6eb3}.settings-textarea{padding:8px 12px;border-radius:8px;border:.5px solid var(--hbm-color-border, #d6daf0);background:#fff;color:var(--hbm-color-text, #1f1d42);font-family:inherit;font-size:13px;width:100%;box-sizing:border-box;resize:vertical;outline:none;transition:border-color .12s ease}.settings-textarea:focus{border-color:#6f6eb3}.settings-select{height:36px;padding:0 10px;border-radius:8px;border:.5px solid var(--hbm-color-border, #d6daf0);background:#fff;color:var(--hbm-color-text, #1f1d42);font-family:inherit;font-size:13px;width:100%;box-sizing:border-box;outline:none}.settings-btn-primary{height:auto;padding:8px 16px;border-radius:8px;border:none;background:#6f6eb3;color:#fff;font-weight:500;font-family:inherit;font-size:13px;cursor:pointer;display:inline-flex;align-items:center;transition:opacity .15s ease}.settings-btn-primary:disabled{opacity:.5;cursor:not-allowed}.settings-btn-primary:hover:not(:disabled){opacity:.88}.settings-btn-secondary{height:auto;padding:8px 16px;border-radius:8px;border:.5px solid #6f6eb3;background:transparent;color:#3c3489;font-weight:500;font-family:inherit;font-size:13px;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;transition:background .12s ease}.settings-btn-secondary:hover{background:#eeedfe}.settings-btn-segmented{height:auto;padding:6px 14px;border-radius:8px;border:.5px solid var(--hbm-color-border, #d6daf0);background:#fff;color:var(--hbm-color-text-muted, #6b7280);font-weight:500;font-family:inherit;font-size:13px;cursor:pointer;transition:background .12s ease,border-color .12s ease,color .12s ease}.settings-btn-segmented--active{border-color:#6f6eb3;background:#eeedfe;color:#3c3489;font-weight:600}.settings-btn-floating{position:sticky;bottom:18px;margin-left:auto;display:flex;padding:12px 16px;border-radius:999px;border:1px solid rgba(111,134,255,.35);background:#ffffffe0;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 14px 40px #0f172a24;font-weight:700;color:var(--hbm-badge-purple-fg, #3c3489);cursor:pointer;font-family:inherit;font-size:13px}.settings-toggle-wrap{flex:0 0 auto;width:42px;height:24px;border-radius:999px;border:1px solid #d5d7e4;background:#e5e7eb;position:relative;cursor:pointer;padding:0;transition:background .18s ease,border-color .18s ease}.settings-toggle-wrap--on{background:#6f6eb3;border-color:#6f6eb3}.settings-toggle-knob{position:absolute;width:18px;height:18px;border-radius:50%;background:#fff;top:2px;left:2px;transform:translate(0);transition:transform .18s ease;box-shadow:0 1px 3px #0f172a33}.settings-toggle-wrap--on .settings-toggle-knob{transform:translate(18px)}.settings-toggle-row{display:flex;justify-content:space-between;align-items:center;padding:10px 12px;border-bottom:1px solid var(--hbm-color-border, #d6daf0)}.settings-notif-section{display:grid;gap:16px;max-width:620px}.settings-notif-card{border:.5px solid var(--hbm-color-border, #d6daf0);border-radius:12px;overflow:hidden;background:var(--hbm-color-surface, #fff)}.settings-notif-card--padded{padding:12px;display:grid;gap:8px;border:.5px solid var(--hbm-color-border, #d6daf0);border-radius:12px;background:var(--hbm-color-surface, #fff)}.settings-freq-row{display:flex;gap:8px;flex-wrap:wrap}.settings-action-row{display:flex;gap:8px;flex-wrap:wrap;align-items:center}.settings-security-form{max-width:420px;margin-top:12px;display:grid;gap:6px}.settings-user-row{display:flex;justify-content:space-between;align-items:center;gap:12px}.settings-user-info{display:flex;align-items:center;gap:10px}.settings-avatar{width:36px;height:36px;border-radius:50%;object-fit:cover;flex-shrink:0}.settings-avatar-placeholder{width:36px;height:36px;border-radius:50%;display:grid;place-items:center;background:var(--hbm-badge-purple-bg, #eeedfe);color:var(--hbm-badge-purple-fg, #3c3489);font-size:16px;flex-shrink:0}.settings-blocked-list{display:grid;gap:8px}.settings-blocked-heading{font-size:14px;font-weight:600;color:var(--hbm-color-text, #1f1d42);margin:0}.settings-small-btn{padding:6px 10px;font-size:12px;border-radius:8px;border:1px solid var(--hbm-color-border, #d6daf0);background:var(--hbm-color-surface, #fff);color:var(--hbm-color-text, #1f1d42);cursor:pointer;font-family:inherit}.settings-org-section-label{font-weight:700;color:#30355f}.settings-status-ok{color:#166534;font-size:13px}.settings-status-error{color:#b91c1c;font-size:13px}.billing-badge{display:inline-flex;align-items:center;border-radius:999px;padding:3px 10px;font-size:12px;font-weight:700}.billing-badge--freeware{background:#eeedfe;color:#3c3489}.billing-badge--free{background:#f3f4f6;color:#4b5563}.billing-badge--active{background:#e1f5ee;color:#085041}.billing-badge--current{background:#eeedfe;color:#3c3489}.billing-health-card{border:1px solid #14b8a6;background:var(--hbm-badge-teal-bg, #e1f5ee);border-radius:12px;padding:12px 16px}.billing-usage-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.billing-usage-card{border:.5px solid var(--hbm-color-border, #d6daf0);border-radius:12px;padding:14px 16px;background:var(--hbm-color-surface, #fff);display:flex;flex-direction:column;gap:8px}.billing-usage-number{font-size:24px;font-weight:500;color:var(--hbm-color-primary-legacy, #6f6eb3);line-height:1}.billing-usage-label{font-size:12px;color:var(--hbm-color-text-muted, #6b7280)}.billing-usage-remaining{font-size:11px;color:var(--hbm-color-text-muted, #6b7280)}.billing-usage-bar{width:100%;height:4px;border-radius:2px;background:var(--hbm-color-border, #d6daf0);overflow:hidden}.billing-usage-bar-fill{height:4px;border-radius:2px;background:#6f6eb3;transition:width .8s ease}.billing-next-plan-card{border:1px solid var(--hbm-color-accent, #bbc0ff);background:#fafafe;border-radius:12px;padding:16px 20px;display:grid;gap:10px}.billing-next-plan-badge{display:inline-flex;align-items:center;border-radius:999px;padding:2px 10px;font-size:11px;font-weight:600;background:var(--hbm-badge-purple-bg, #eeedfe);color:var(--hbm-badge-purple-fg, #3c3489)}.billing-context-card{border:.5px solid var(--hbm-color-border, #d6daf0);border-radius:12px;padding:16px 20px;background:var(--hbm-color-surface, #fff);display:grid;gap:12px}.billing-context-header{display:flex;justify-content:space-between;gap:12px;flex-wrap:wrap;align-items:center}.billing-context-switcher{display:flex;gap:8px;flex-wrap:wrap}.billing-plan-grid{display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.billing-plan-card{border:1px solid var(--hbm-color-border, #d6daf0);border-radius:18px;padding:18px;display:grid;gap:12px;background:var(--hbm-color-surface, #fff);box-shadow:0 12px 30px #0f172a0f}.billing-plan-card--current{border-color:var(--hbm-color-primary-legacy, #6f6eb3);background:linear-gradient(180deg,#6f86ff14,#7d4eb808)}.billing-plan-price{font-size:28px;font-weight:800;color:var(--hbm-color-text, #1f1d42)}.billing-plan-price-unit{font-size:13px;font-weight:600;color:var(--hbm-color-text-muted, #6b7280)}.billing-feature-pill{border-radius:999px;padding:5px 10px;background:var(--hbm-badge-purple-bg, #eeedfe);color:var(--hbm-badge-purple-fg, #3c3489);font-size:12px;font-weight:600}.billing-feature-pills,.billing-plan-actions{display:flex;gap:8px;flex-wrap:wrap}.billing-error{color:#b42318;font-size:13px}.billing-payment-grid{display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.billing-payment-item{border:1px solid var(--hbm-color-border, #d6daf0);border-radius:12px;padding:12px}.billing-invoice-link{border:1px solid var(--hbm-color-border, #d6daf0);border-radius:12px;padding:12px;text-decoration:none;color:inherit;display:block}.billing-invoice-link:hover{background:var(--hbm-color-surface-muted, #f8f9ff)}.billing-compare-wrap{overflow-x:auto;border:1px solid var(--hbm-color-border, #d6daf0);border-radius:16px}.billing-compare-table{width:100%;border-collapse:collapse;min-width:760px}.billing-compare-table thead tr{background:#6f86ff0f}.billing-compare-table th,.billing-compare-table td{text-align:left;padding:12px 14px;min-width:180px}.billing-compare-table td{border-top:1px solid var(--hbm-color-border, #d6daf0)}.billing-actions-row{display:flex;gap:12px;flex-wrap:wrap;align-items:center}.billing-interval-hint{display:grid;gap:4px;justify-items:end}.billing-panels-grid{display:grid;gap:16px}.billing-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1200;background:#0f172a6b;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;justify-content:center;align-items:center;padding:20px}.billing-modal-panel{width:100%;max-width:var(--billing-modal-max-width, 960px);max-height:90vh;overflow:auto;border-radius:20px;background:var(--hbm-color-surface, #fff);box-shadow:0 30px 80px #0f172a47;border:1px solid rgba(148,163,184,.25);padding:20px;display:grid;gap:16px}.billing-modal-header{display:flex;justify-content:space-between;gap:12px;align-items:flex-start}.billing-modal-title{font-size:20px;font-weight:800;color:var(--hbm-color-text, #1f1d42)}.communities-auto-grid{display:grid;gap:8px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.communities-section{display:grid;gap:10px}.communities-section-heading{font-size:14px;font-weight:600;color:var(--hbm-color-text, #1f1d42);margin:0}.communities-section-label{font-weight:700;color:#30355f}.communities-section-label--spaced{font-weight:700;color:#30355f;margin-top:4px}.communities-action-row{display:flex;gap:8px;flex-wrap:wrap}.communities-muted-text{color:var(--hbm-color-text-muted, #6b7280);font-size:13px}.communities-error-text{color:#b91c1c;font-size:13px}.communities-success-text{color:#166534;font-size:13px}.communities-small-bold{font-size:12px;font-weight:700}.communities-ml-sm{margin-left:6px}.communities-self-center{align-self:center}.communities-flex-between{display:flex;align-items:center;justify-content:space-between;gap:8px}.communities-flex-between--wrap{display:flex;align-items:center;justify-content:space-between;gap:8px;flex-wrap:wrap}.communities-flex-align{display:flex;align-items:center;gap:6px}.communities-flex-align--muted{display:flex;align-items:center;gap:6px;color:var(--hbm-color-text-muted, #6b7280);font-size:12px}.communities-action-row--mb{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:8px;align-items:center}.communities-info-card{border:1px solid #e1e5f2;border-radius:10px;padding:10px;display:grid;gap:8px}.communities-community-avatar{width:36px;height:36px;border-radius:8px;object-fit:cover;border:1px solid var(--hbm-color-border, #d6daf0)}.communities-discover-grid{display:grid;gap:8px;grid-template-columns:repeat(auto-fit,minmax(170px,1fr))}.sm-panel{position:relative;min-height:100vh;max-width:520px;margin:0 auto;background:linear-gradient(180deg,#faf9f5,#f6f5fc,#faf9f5);color:#23264a;font-family:var(--hbm-font-family, "Inter", "Sora", sans-serif)}.sm-load-state{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;min-height:40vh;padding:32px 24px;text-align:center}.sm-load-state__spinner{width:32px;height:32px;border-radius:50%;border:3px solid rgba(187,192,255,.35);border-top-color:#6366f1;animation:sm-spin .8s linear infinite}.sm-load-state__text{font-size:15px;font-weight:700;color:#1f2340}.sm-load-state__sub{font-size:13px;color:#6b7280;line-height:1.5;max-width:280px}.sm-load-state--error .sm-load-state__text{color:#b42318}@keyframes sm-spin{to{transform:rotate(360deg)}}.sm-panel__scroll{overflow-y:auto;overflow-x:hidden;padding:0 0 calc(88px + env(safe-area-inset-bottom))}.sm-panel__scroll>:not(.hbm-screen-header):not(.sm-top){padding-left:16px;padding-right:16px}.sm-panel__scroll>.sm-top+*,.sm-panel__scroll>.hbm-screen-header+*{padding-top:16px}.sm-top .hbm-screen-header{padding-bottom:0;border-bottom:none;background:transparent}.sm-top .hbm-screen-header+.sm-top__progress,.sm-top__progress{padding:10px 20px 0}.sm-panel__scroll--no-nav{padding-bottom:24px}.sm-top{display:flex;flex-direction:column;gap:0;margin-bottom:0}.sm-top__center{text-align:center;flex:1;min-width:0}.sm-top__title{font-size:18px;font-weight:800;color:#1f2340;margin:0}.sm-top__sub{font-size:11px;color:#6b7280;margin-top:2px}.sm-top__spacer{width:72px;flex-shrink:0}.sm-top__actions{min-width:72px;display:flex;justify-content:flex-end;flex-shrink:0}.sm-back-btn{display:inline-flex;align-items:center;gap:2px;min-height:36px;padding:6px 10px 6px 6px;border-radius:10px;border:1px solid #e8eaf5;background:#fff;color:#434190;font-size:13px;font-weight:600;font-family:inherit;cursor:pointer;flex-shrink:0;box-sizing:border-box;transition:background .18s ease,border-color .18s ease,transform .08s ease}.sm-back-btn:hover{background:#f7f8ff;border-color:#cfd5fb}.sm-back-btn:active{transform:translateY(1px)}.sm-back-btn:focus-visible{outline:none;box-shadow:0 0 0 3px #6f6eb347}.sm-btn{display:inline-flex;align-items:center;justify-content:center;width:100%;min-height:48px;padding:12px 20px;border-radius:12px;font-family:inherit;font-size:15px;font-weight:700;line-height:1.2;cursor:pointer;box-sizing:border-box;transition:filter .18s ease,transform .08s ease,box-shadow .18s ease,background .18s ease,border-color .18s ease,opacity .18s ease}.sm-btn--primary{border:1px solid var(--hbm-color-primary-strong, #5958a0);background:var(--hbm-color-primary, #6f6eb3);color:#fff;box-shadow:0 6px 16px #6f6eb338}.sm-btn--primary:hover:not(:disabled){filter:brightness(1.06);box-shadow:0 8px 20px #6f6eb347}.sm-btn--primary:active:not(:disabled){transform:translateY(1px)}.sm-btn--primary:disabled{opacity:.45;cursor:not-allowed;box-shadow:none}.sm-btn--secondary{border:1px solid #c9ccf4;background:#fff;color:#333a66;min-height:44px;font-weight:600}.sm-btn--secondary:hover:not(:disabled){background:#f7f8ff;border-color:#bfc4f2}.sm-btn--secondary:active:not(:disabled){transform:translateY(1px)}.sm-btn--ghost{border:1px solid #e8eaf5;background:#fff;color:var(--hbm-color-primary, #6f6eb3);min-height:44px;font-weight:600;box-shadow:none}.sm-btn--ghost:hover:not(:disabled){background:#f7f8ff;border-color:#cfd5fb}.sm-btn--ghost:active:not(:disabled){transform:translateY(1px)}.sm-btn:disabled{opacity:.45;cursor:not-allowed}.sm-icon-btn{display:inline-flex;align-items:center;justify-content:center;min-width:36px;min-height:36px;padding:8px;border-radius:10px;border:1px solid #e8eaf5;background:#fff;color:var(--hbm-color-primary, #6f6eb3);cursor:pointer;flex-shrink:0;transition:background .18s ease,border-color .18s ease,transform .08s ease}.sm-icon-btn:hover{background:#f7f8ff;border-color:#cfd5fb}.sm-icon-btn:active{transform:translateY(1px)}.sm-copy-variant{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:10px;padding-bottom:14px;margin-bottom:14px;border-bottom:1px solid #eef0f8}.sm-copy-variant__label{font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#6f6eb3}.sm-copy-variant__pills{display:flex;gap:6px}.sm-copy-variant__pill{padding:6px 12px;border-radius:999px;border:1px solid #e8eaf5;background:#fff;color:#434190;font-size:12px;font-weight:600;font-family:inherit;cursor:pointer;transition:background .15s ease,border-color .15s ease,color .15s ease}.sm-copy-variant__pill.is-active{background:#6f6eb31f;border-color:#6f6eb3;color:#434190}.sm-card{background:#fff;border:1px solid #e8eaf5;border-radius:16px;padding:16px;box-shadow:0 10px 32px #1118270f}.sm-card+.sm-card,.sm-stack>.sm-card+.sm-card,.sm-stack>*+*{margin-top:14px}.sm-stack{display:flex;flex-direction:column;gap:14px}.sm-cta-card{display:flex;align-items:center;gap:16px;padding:18px;border-radius:16px;border:1px solid rgba(111,110,179,.45);background:#f8f9ff;cursor:pointer;text-align:start;width:100%;font-family:inherit;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.sm-cta-card:hover{border-color:#6f6eb361}.sm-cta-card:active{transform:translateY(1px)}.sm-cta-card:focus-visible{outline:none;box-shadow:0 0 0 3px #6f6eb347}.sm-cta-card__title{font-size:16px;font-weight:700;color:#1f2340}.sm-cta-card__sub{font-size:13px;color:#6f6eb3;margin-top:3px}.sm-row-btn{display:flex;align-items:center;gap:12px;width:100%;padding:14px 16px;border-radius:14px;border:1px solid #e8eaf5;background:#fff;cursor:pointer;text-align:start}.sm-row-btn:hover{background:#f8f9ff}.sm-pill{display:inline-flex;align-items:center;gap:4px;padding:3px 10px;border-radius:99px;font-size:11px;font-weight:600;border:1px solid transparent}.sm-insight{display:flex;flex-direction:column;gap:4px;padding:12px 14px;border-radius:12px;font-size:13px;line-height:1.5}.sm-insight__title{font-weight:700;line-height:1.35}.sm-insight__text{margin:0;line-height:1.55}.sm-insight--warning{background:#faeeda;color:#633806}.sm-insight--healthy{background:#eaf3de;color:#27500a}.sm-insight--opportunity{background:#d1faf0;color:#0a5444}.sm-insight--info{background:#eef0ff;color:#2b2880}.sm-insight--science{background:#f3f4ff;color:#434190}.sm-card .sm-insight+.sm-insight{margin-top:10px}.sm-person-row{display:flex;align-items:center;gap:12px;padding:11px 14px;border-radius:12px;background:#f8f9ff;border:1px solid #e8eaf5;cursor:pointer}.sm-person-row--warning{border-color:#f07b3c59;background:#fff8f3}.sm-avatar{display:flex;align-items:center;justify-content:center;border-radius:50%;flex-shrink:0;font-weight:700;letter-spacing:-.02em}.sm-dots{display:flex;gap:4px}.sm-dots__dot{border-radius:50%;background:#e5e7f5}.sm-dots__dot.is-filled{background:currentColor}.sm-tabs{display:flex;gap:4px;background:#eef0ff;border-radius:10px;padding:3px;margin-bottom:14px}.sm-tabs__btn{flex:1;border:none;border-radius:8px;padding:8px;font-size:13px;font-weight:600;cursor:pointer;background:transparent;color:#6b7280}.sm-tabs__btn.is-active{background:#6f6eb3;color:#fff}.sm-bottom-nav{position:fixed;left:50%;transform:translate(-50%);bottom:0;width:min(100%,520px);height:calc(60px + env(safe-area-inset-bottom));padding-bottom:env(safe-area-inset-bottom);background:#fffffff7;border-top:1px solid #e8eaf5;display:flex;align-items:center;justify-content:space-around;z-index:20}.sm-bottom-nav__btn{display:flex;flex-direction:column;align-items:center;gap:4px;background:none;border:none;cursor:pointer;padding:6px 14px;color:#9ca3af;font-size:10px;font-weight:600}.sm-bottom-nav__btn.is-active{color:#6f6eb3}.sm-progress-bar{height:3px;background:#eef0ff;border-radius:2px;overflow:hidden}.sm-progress-bar__fill{height:100%;background:#6f6eb3;border-radius:2px;transition:width .35s ease}.sm-input{width:100%;padding:14px 16px;border-radius:12px;border:1px solid #d6daf0;background:#fff;font-size:16px;color:#23264a;outline:none;font-family:inherit}.sm-input:focus{border-color:#6f6eb3}.sm-option{display:flex;align-items:center;gap:14px;padding:14px 16px;border-radius:13px;border:1px solid #e8eaf5;background:#fff;cursor:pointer}.sm-option.is-selected{border-color:#6f6eb3;background:#6f6eb314}.sm-birthday-card{border:1px solid rgba(240,123,60,.38);background:#fff8f3}.sm-event-card{border:1px solid rgba(20,184,166,.35);background:#f0fdfa}.sm-quest-done{opacity:.75;background:#73c15412!important;border-color:#73c1544d!important}.sm-section-label{font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#6f6eb3;margin-bottom:12px}.sm-stat-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}.sm-stat-grid--3{grid-template-columns:repeat(3,1fr)}.sm-orbit-card{padding-bottom:14px}.sm-orbit-viz-wrap{display:flex;justify-content:center;padding:4px 0 8px;min-height:min(72vw,300px)}.sm-orbit-viz__svg{display:block;width:100%;max-width:min(100%,380px);height:auto;min-height:280px}.sm-orbit-hint{margin:0 0 12px;padding:0 8px;font-size:11px;line-height:1.4;color:#9ca3af;text-align:center}.sm-orbit-legend{display:flex;justify-content:center;flex-wrap:wrap;gap:12px 20px;padding-top:4px}.sm-stat-grid--4{grid-template-columns:repeat(2,1fr)}@media (min-width: 400px){.sm-stat-grid--4{grid-template-columns:repeat(4,1fr)}}.sm-stat-box{background:#f8f9ff;border-radius:12px;padding:12px;text-align:center;border:1px solid #e8eaf5}.sm-stat-box__n{font-size:22px;font-weight:800}.sm-stat-box__l{font-size:11px;color:#6b7280;margin-top:3px}.sm-add-row{display:flex;align-items:center;gap:12px;padding:13px 14px;border-radius:12px;border:1px dashed #c9ccf4;cursor:pointer;color:#6b7280;background:transparent;width:100%;text-align:start}.sm-action-item{display:flex;align-items:center;gap:14px;padding:13px 16px;border-radius:12px;background:#f8f9ff;border:1px solid #e8eaf5;cursor:pointer;width:100%;text-align:start}.sm-gap-visual{display:flex;align-items:stretch;justify-content:center;gap:0}.sm-gap-visual__col{flex:1;text-align:center}.sm-gap-visual__label{font-size:12px;color:#6b7280;margin-top:6px;line-height:1.35}.sm-gap-visual__divider{width:1px;background:#e8eaf5;margin:4px 12px;flex-shrink:0}.sm-gap-visual__n{font-size:48px;font-weight:800;line-height:1}.sm-gap-visual__n--muted{color:#c9ccf4}.sm-gap-visual__n--accent{color:#6f6eb3}.sm-type-grid{display:flex;flex-wrap:wrap;gap:8px}.sm-type-card{flex:1 1 calc(50% - 6px);padding:18px 14px;border-radius:14px;border:1px solid #e8eaf5;background:#fff;display:flex;flex-direction:column;align-items:center;gap:10px;cursor:pointer}.sm-type-card.is-selected{border-color:#6f6eb3;background:#6f6eb314}.sm-circle-picker{display:flex;gap:8px}.sm-circle-picker__item{flex:1;padding:10px 8px;border-radius:10px;border:1px solid #e8eaf5;text-align:center;font-size:11px;font-weight:600;cursor:pointer;color:#6b7280}.sm-circle-picker__item.is-selected{background:#6f6eb31a}.sm-notif-actions{display:flex;gap:8px}.sm-notif-actions__btn{flex:1;padding:10px 12px;border-radius:10px;border:1px solid #e8eaf5;background:#fff;font-size:13px;font-weight:600;cursor:pointer;color:#4a4f7d}.sm-notif-actions__btn.is-primary{background:#6f6eb31f;border-color:#6f6eb34d;color:#6f6eb3}.sm-textarea{width:100%;min-height:90px;border:none;outline:none;resize:none;font-size:13px;line-height:1.6;color:#4a4f7d;background:transparent;font-family:inherit}.sm-completion-rings{position:relative;width:220px;height:220px;display:flex;align-items:center;justify-content:center;margin:0 auto}.sm-completion-rings__ring{position:absolute;border-radius:50%;border:1.5px solid}.sm-link-btn{background:none;border:none;color:#6b7280;font-size:13px;cursor:pointer;padding:8px;text-align:center;width:100%}.sm-empty-map{text-align:center;background:#f8f9ff;border-style:dashed}.sm-empty-circle{display:grid;gap:10px;padding:8px 0 4px}.sm-empty-circle__text{font-size:13px;color:#6b7280;line-height:1.5;text-align:center}.sm-health-avatar{position:relative;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.sm-health-avatar__svg{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.sm-health-avatar__face{position:relative;z-index:1}.sm-health-avatar__birthday{position:absolute;top:-2px;inset-inline-end:-2px;z-index:2;font-size:11px;line-height:1;filter:drop-shadow(0 1px 2px rgba(0,0,0,.12))}.sm-health-ring-arc--pulse{animation:sm-health-pulse 2s ease-in-out infinite}@keyframes sm-health-pulse{0%,to{opacity:1;stroke-width:1.5}50%{opacity:.55;stroke-width:2.2}}.sm-legend-fading-dot{width:8px;height:8px;border-radius:50%;background:#f07b3c;animation:sm-health-pulse 2s ease-in-out infinite}.sm-cta-card__body{flex:1;text-align:start;min-width:0}.sm-mapped-total{display:flex;align-items:center;gap:12px}.sm-mapped-total--compact{flex-shrink:0}.sm-mapped-total--strip{margin-bottom:14px;padding:12px 14px;border-radius:14px;border:1px solid rgba(111,110,179,.2);background:linear-gradient(135deg,#6f6eb314,#bbc0ff1f)}.sm-mapped-total--card{margin-top:10px;padding:10px 12px;border-radius:12px;background:#f8f9fff2;border:1px solid rgba(111,110,179,.15)}.sm-mapped-total__ring{position:relative;flex-shrink:0;color:#6160ab}.sm-mapped-total__nums{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;line-height:1}.sm-mapped-total__count{font-size:15px;font-weight:800;color:#1f2340}.sm-mapped-total--compact .sm-mapped-total__count{font-size:13px}.sm-mapped-total__max{font-size:9px;font-weight:700;color:#6b7280}.sm-mapped-total__copy{min-width:0}.sm-mapped-total__label{font-size:13px;font-weight:700;color:#1f2340}.sm-mapped-total__sub{margin-top:2px;font-size:12px;color:#6b7280}.sm-cta-card__breakdown{margin-top:12px;display:flex;flex-direction:column;gap:10px}.sm-cta-card__breakdown .sm-mapped-total--card{margin-top:0;padding:8px 12px}.sm-circle-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.sm-circle-grid__cell{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;min-height:50px;padding:8px 6px;border-radius:10px;text-align:center;border:1px solid rgba(111,110,179,.14);box-shadow:inset 0 1px #ffffffe6,0 2px 8px #6f6eb30f;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.sm-circle-grid__ratio{font-size:13px;font-weight:800;line-height:1.15;font-variant-numeric:tabular-nums;color:#6160ab}.sm-circle-grid__label{font-size:10px;font-weight:600;line-height:1.2;letter-spacing:.02em;text-transform:capitalize;color:#6b7280}.sm-circle-grid__cell[data-circle=inner]{background:linear-gradient(155deg,#6f6eb329,#f8f9fffa 72%)}.sm-circle-grid__cell[data-circle=close]{background:linear-gradient(155deg,#6160ab21,#f8f9fffa 72%)}.sm-circle-grid__cell[data-circle=friend]{background:linear-gradient(155deg,#a8aeff38,#f8f9fffa 72%)}.sm-circle-grid__cell[data-circle=tribe]{background:linear-gradient(155deg,#7c75e824,#f8f9fffa 72%)}.sm-circle-grid__cell[data-circle=inner] .sm-circle-grid__ratio{color:#6f6eb3}.sm-circle-grid__cell[data-circle=close] .sm-circle-grid__ratio{color:#6766a8}.sm-circle-grid__cell[data-circle=friend] .sm-circle-grid__ratio{color:#6462b0}.sm-circle-grid__cell[data-circle=tribe] .sm-circle-grid__ratio{color:#5f5cad}.sm-circle-grid__cell.is-active{border-color:#6f6eb342;box-shadow:inset 0 1px #fffffff2,0 4px 12px #6f6eb31f}.sm-cta-card__hint{display:inline-flex;align-items:center;gap:6px;margin:10px 0 0;padding:6px 11px;border-radius:999px;font-size:12px;font-weight:600;color:#5c5a9e;background:#6f6eb31a;border:1px solid rgba(111,110,179,.12)}.sm-flow-screen{position:relative;isolation:isolate;background:linear-gradient(180deg,#faf9f5,#f4f3fb 38%,#faf9f5)}.sm-flow-screen:before,.sm-flow-screen:after{content:"";position:absolute;border-radius:50%;pointer-events:none;z-index:0;filter:blur(52px)}.sm-flow-screen:before{width:min(72vw,260px);height:min(72vw,260px);top:-72px;inset-inline-end:-88px;background:#6f6eb333}.sm-flow-screen:after{width:min(60vw,200px);height:min(60vw,200px);bottom:48px;inset-inline-start:-72px;background:#bbc0ff61}.sm-flow-screen>*{position:relative;z-index:1}.sm-profile-entry__stack{gap:16px}.sm-cta-card--featured{position:relative;overflow:hidden;align-items:flex-start;border-color:#6f6eb338;background:linear-gradient(148deg,#fff,#f7f8ff 42%,#eef0ff);box-shadow:inset 0 1px #fffffff2,0 14px 36px #6f6eb324,0 2px 6px #1f23400a}.sm-cta-card--featured:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse 90% 70% at 0% 0%,rgba(187,192,255,.42),transparent 58%);pointer-events:none}.sm-cta-card--featured:hover{transform:translateY(-2px);box-shadow:inset 0 1px #fffffff2,0 18px 40px #6f6eb32e,0 4px 10px #1f23400d}.sm-cta-card__icon-wrap{position:relative;z-index:1;flex-shrink:0;display:flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:16px;background:linear-gradient(145deg,#fffffff2,#bbc0ff59);border:1px solid rgba(111,110,179,.16);box-shadow:0 6px 18px #6f6eb324}.sm-cta-card--featured .sm-cta-card__body{position:relative;z-index:1}.sm-cta-card--featured .sm-cta-card__chevron{position:relative;z-index:1;flex-shrink:0;margin-top:4px}.sm-flow-screen .sm-mapped-total--card,.sm-flow-screen .sm-mapped-total--strip{background:#ffffffa6;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-color:#6f6eb324;box-shadow:0 2px 10px #6f6eb30f}.sm-paradox-row{border-color:#6f6eb329;background:linear-gradient(135deg,#fff,#f6f7ff);box-shadow:0 6px 18px #6f6eb314}.sm-paradox-row:hover{background:linear-gradient(135deg,#fff,#eef0ff);border-color:#6f6eb33d}.sm-paradox-row__icon{flex-shrink:0;width:38px;height:38px;border-radius:12px;display:flex;align-items:center;justify-content:center;background:linear-gradient(145deg,#6f6eb31f,#bbc0ff47);border:1px solid rgba(111,110,179,.12)}.sm-paradox-row__copy{text-align:start;min-width:0}.sm-paradox-row__title{font-size:14px;font-weight:700;color:#1f2340}.sm-paradox-row__sub{margin-top:2px;font-size:12px;color:#6b7280;line-height:1.4}.sm-profile-entry__quote{position:relative;overflow:hidden;border:1px solid rgba(111,110,179,.14);background:linear-gradient(135deg,#f6f7ff,#eceeff 48%,#f8f6ff);box-shadow:0 8px 24px #43419014}.sm-profile-entry__quote:after{content:"";position:absolute;top:-28px;inset-inline-end:-20px;width:96px;height:96px;border-radius:50%;background:radial-gradient(circle,rgba(111,110,179,.12) 0%,transparent 70%);pointer-events:none}@media (prefers-reduced-motion: no-preference){.sm-cta-card--featured .sm-cta-card__icon-wrap{animation:sm-icon-glow 5s ease-in-out infinite}.sm-flow-screen:before{animation:sm-blob-drift 14s ease-in-out infinite alternate}.sm-flow-screen .sm-flow-stack>*{animation:sm-flow-enter .5s cubic-bezier(.22,1,.36,1) backwards}.sm-flow-screen .sm-flow-stack>*:nth-child(1){animation-delay:.04s}.sm-flow-screen .sm-flow-stack>*:nth-child(2){animation-delay:.08s}.sm-flow-screen .sm-flow-stack>*:nth-child(3){animation-delay:.12s}.sm-flow-screen .sm-flow-stack>*:nth-child(4){animation-delay:.16s}.sm-flow-screen .sm-flow-stack>*:nth-child(5){animation-delay:.2s}.sm-flow-screen .sm-flow-stack>*:nth-child(6){animation-delay:.24s}.sm-flow-screen .sm-flow-stack>*:nth-child(7){animation-delay:.28s}.sm-flow-screen .sm-flow-stack>*:nth-child(8){animation-delay:.32s}.sm-flow-screen .sm-person-row{transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.sm-flow-screen .sm-person-row:hover{transform:translateY(-1px);box-shadow:0 6px 16px #6f6eb31a}}@keyframes sm-flow-enter{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes sm-icon-glow{0%,to{box-shadow:0 6px 18px #6f6eb324}50%{box-shadow:0 8px 22px #6f6eb338}}@keyframes sm-blob-drift{0%{transform:translate(0) scale(1)}to{transform:translate(-12px,8px) scale(1.06)}}.sm-flow-screen .sm-card{background:linear-gradient(165deg,#fff,#fafbff 55%,#f5f6ff);border-color:#6f6eb324;box-shadow:inset 0 1px #ffffffeb,0 10px 28px #6f6eb317,0 2px 6px #1f234008}.sm-flow-screen .sm-tabs{background:#eef0ffd9;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border:1px solid rgba(111,110,179,.1);box-shadow:0 4px 14px #6f6eb30f}.sm-flow-screen .sm-tabs__btn{transition:background .2s ease,color .2s ease,transform .15s ease}.sm-flow-screen .sm-tabs__btn.is-active{box-shadow:0 4px 12px #6f6eb347}.sm-flow-screen .sm-input,.sm-flow-screen .sm-textarea{background:#ffffffeb;border-color:#6f6eb333;box-shadow:inset 0 1px 2px #6f6eb30a;transition:border-color .2s ease,box-shadow .2s ease}.sm-flow-screen .sm-input:focus,.sm-flow-screen .sm-textarea:focus{box-shadow:0 0 0 3px #6f6eb329}.sm-flow-screen .sm-option{background:linear-gradient(135deg,#fff,#f9faff);border-color:#6f6eb324;font-family:inherit;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease,background .18s ease}.sm-flow-screen .sm-option--lift:hover{transform:translateY(-1px);box-shadow:0 6px 16px #6f6eb31a}.sm-flow-screen .sm-option.is-selected{background:linear-gradient(135deg,#6f6eb31a,#bbc0ff33);border-color:#6f6eb366;box-shadow:0 4px 14px #6f6eb31f}.sm-option__body{text-align:start;flex:1;min-width:0}.sm-option__label{font-size:14px;font-weight:600;color:#1f2340}.sm-option__sub{font-size:12px;color:#6b7280;margin-top:2px;line-height:1.4}.sm-flow-screen .sm-type-card{background:linear-gradient(160deg,#fff,#f6f7ff);border-color:#6f6eb324;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.sm-flow-screen .sm-type-card:hover{transform:translateY(-2px);box-shadow:0 8px 20px #6f6eb31a}.sm-flow-screen .sm-type-card.is-selected{background:linear-gradient(160deg,#6f6eb314,#bbc0ff38);box-shadow:0 6px 18px #6f6eb324}.sm-flow-screen .sm-question-card{background:linear-gradient(145deg,#6f6eb314,#fff 40%,#f8f9ff);border-color:#6f6eb32e}.sm-flow-screen .sm-verdict-card.sm-person-hero,.sm-flow-screen .sm-person-hero{position:relative;overflow:hidden;background:linear-gradient(165deg,#fff,#f5f6ff,#eceeff);border-color:#6f6eb338;box-shadow:inset 0 1px #fffffff2,0 16px 40px #6f6eb31f}.sm-flow-screen .sm-person-hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse 80% 60% at 50% -10%,rgba(187,192,255,.45),transparent 62%);pointer-events:none}.sm-flow-screen .sm-person-hero>*{position:relative;z-index:1}.sm-person-hero__meta{text-align:center}.sm-person-hero__name{font-size:20px;font-weight:700;color:#1f2340}.sm-person-hero__sub{font-size:13px;color:#6b7280;margin-top:2px}.sm-person-hero__pills{display:flex;gap:8px;flex-wrap:wrap;justify-content:center}.sm-flow-screen .sm-action-item{background:linear-gradient(135deg,#fff,#f8f9ff);border-color:#6f6eb324;font-family:inherit;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.sm-flow-screen .sm-action-item--lift:hover{transform:translateY(-2px);border-color:#6f6eb33d;box-shadow:0 8px 20px #6f6eb31a}.sm-action-item__icon{flex-shrink:0;width:36px;height:36px;border-radius:11px;display:flex;align-items:center;justify-content:center;border:1px solid transparent}.sm-action-item__icon--purple{background:linear-gradient(145deg,#6f6eb31f,#bbc0ff40);border-color:#6f6eb31f}.sm-action-item__icon--tribe{background:linear-gradient(145deg,#7c75e81f,#a8aeff38);border-color:#7c75e826}.sm-action-item__icon--close{background:linear-gradient(145deg,#6160ab1a,#bbc0ff33);border-color:#6f6eb31f}.sm-action-item__copy{min-width:0;text-align:start}.sm-action-item__title{font-weight:600;color:#1f2340}.sm-action-item__sub{font-size:12px;color:#6b7280;margin-top:2px;line-height:1.4}.sm-flow-screen .sm-paradox-hero,.sm-flow-screen .sm-paradox-hero--intro{background:linear-gradient(145deg,#6f6eb31a,#fff 45%,#f0f1ff);border-color:#6f6eb32e}.sm-flow-screen .sm-paradox-form{background:linear-gradient(165deg,#fff,#f8f9ff)}.sm-flow-screen .sm-paradox-quote{background:linear-gradient(135deg,#f6f7ff,#eceeff);border:1px solid rgba(111,110,179,.12)}.sm-flow-screen .sm-insight--science,.sm-flow-screen .sm-insight--info{border:1px solid rgba(111,110,179,.1);box-shadow:0 4px 14px #6f6eb30f}.sm-flow-screen .sm-orbit-card{background:linear-gradient(180deg,#fff,#f6f7ff)}.sm-panel .sm-bottom-nav{background:#ffffffe0;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-top-color:#6f6eb31f}.sm-flow-screen .sm-back-btn{background:#ffffffd9;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px)}.sm-completion-stack .sm-completion-rings{animation:sm-flow-enter .6s ease backwards}@media (prefers-reduced-motion: reduce){.sm-cta-card--featured .sm-cta-card__icon-wrap,.sm-flow-screen:before,.sm-flow-screen .sm-flow-stack>*{animation:none}.sm-flow-screen .sm-person-row:hover,.sm-flow-screen .sm-option--lift:hover,.sm-flow-screen .sm-action-item--lift:hover,.sm-flow-screen .sm-type-card:hover{transform:none}}.sm-insights-hero{display:block}.sm-health-summary{display:flex;gap:14px;align-items:center;padding-bottom:14px;margin-bottom:14px;border-bottom:1px solid #e8eaf5}.sm-health-summary__copy{flex:1;min-width:0}.sm-health-summary__eyebrow{margin-bottom:6px}.sm-health-summary__title{font-size:15px;font-weight:700;color:#1f2340;line-height:1.35;margin-bottom:6px}.sm-health-summary__hint{margin:0;font-size:12px;color:#6b7280;line-height:1.5}.sm-capacity-ring{position:relative;flex-shrink:0}.sm-capacity-ring__text{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;line-height:1}.sm-capacity-ring__count{font-size:13px;font-weight:800;color:inherit}.sm-capacity-ring__max{font-size:10px;font-weight:600;color:#9ca3af}.sm-science-stack{display:grid;gap:10px}.sm-science-card{display:flex;gap:12px;padding:14px;border-radius:14px;background:#f8f9ff;border:1px solid #e8eaf5}.sm-science-card__icon{width:40px;height:40px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.sm-science-card__title{margin:0 0 6px;font-size:14px;font-weight:700;color:#1f2340;line-height:1.35}.sm-science-card__text{margin:0;font-size:13px;color:#4a4f7d;line-height:1.55}.sm-tip-card{padding:14px 16px;border-radius:14px;border:1px solid transparent}.sm-tip-card--info{background:#eef0ff;border-color:#6f6eb333}.sm-tip-card--science{background:#f3f4ff;border-color:#43419026}.sm-tip-card__title{font-size:14px;font-weight:700;margin-bottom:6px;line-height:1.35}.sm-tip-card--info .sm-tip-card__title{color:#2b2880}.sm-tip-card--science .sm-tip-card__title{color:#434190}.sm-tip-card__body{font-size:13px;line-height:1.55;color:#4a4f7d}.sm-research-stat{display:flex;gap:14px;padding:14px 0;border-bottom:1px solid #e8eaf5}.sm-research-stat:last-child{border-bottom:none;padding-bottom:0}.sm-research-stat__n{font-size:22px;font-weight:800;color:#6f6eb3;min-width:56px;line-height:1.1}.sm-research-stat__bold{font-size:13px;font-weight:700;color:#1f2340;margin-bottom:2px}.sm-research-stat__text{font-size:13px;color:#4a4f7d;line-height:1.45}.sm-field{display:grid;gap:8px}.sm-field+.sm-field{margin-top:14px}.sm-field__label{font-size:13px;font-weight:600;color:#4a4f7d;line-height:1.4}.sm-field__hint{font-size:11px;color:#9ca3af;line-height:1.45}.sm-paradox-hero{text-align:center}.sm-paradox-hero--intro{background:linear-gradient(180deg,#f8f9ff,#fff)}.sm-paradox-hero__headline{font-size:22px;font-weight:800;line-height:1.3;margin:0 0 8px;color:#1f2340}.sm-paradox-hero__sub{font-size:14px;color:#6b7280;margin:0}.sm-paradox-form{display:grid;gap:0}.sm-paradox-actions{display:grid;gap:10px;padding-top:4px}.sm-paradox-gap-note{margin-top:16px;padding:12px 14px;border-radius:12px;background:#6f6eb314;color:#434190;font-size:14px;line-height:1.55;text-align:start}.sm-paradox-quote{background:#faf9f5}.sm-paradox-quote__text{font-size:15px;font-weight:600;font-style:italic;line-height:1.5;margin-bottom:8px;color:#1f2340}.sm-paradox-quote__author{font-size:12px;color:#6b7280}.sm-paradox-closing{font-size:13px;color:#6b7280;line-height:1.55;margin:12px 0 0}.sm-paradox-flow{position:relative;--sm-paradox-serif: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, "Times New Roman", serif}.sm-paradox-progress{display:flex;justify-content:center;gap:8px;margin:4px 0 16px}.sm-paradox-progress__dot{width:8px;height:8px;border-radius:999px;background:#6f6eb32e;transition:width .35s ease,background .35s ease,transform .35s ease}.sm-paradox-progress__dot.is-done{background:#6f6eb373}.sm-paradox-progress__dot.is-active{width:22px;background:#6f6eb3}.sm-paradox-step{width:100%}.sm-paradox-hero--quote{padding-top:8px;padding-bottom:20px}.sm-paradox-intro-quote{margin:12px 0 10px;font-size:clamp(1.05rem,4.5vw,1.25rem);font-weight:700;line-height:1.45;color:#1f2340;font-style:normal}.sm-paradox-intro-author{display:block;font-size:13px;color:#6b7280;font-style:normal}.sm-paradox-dunbar-hook{background:linear-gradient(145deg,#f8f9ff,#fff 55%,#f0f1ff);border-color:#6f6eb324}.sm-paradox-dunbar-hook__text{margin:0 0 8px;font-size:15px;font-weight:600;line-height:1.55;color:#434190}.sm-paradox-dunbar-hook__hint{margin:0;font-size:13px;color:#6b7280}.sm-section-label--accent{color:#6f6eb3}.sm-section-label--teal{color:#14b8a6}.sm-paradox-question{text-align:start}.sm-input--hero{font-size:28px;font-weight:800;text-align:center;padding:20px 16px;letter-spacing:-.02em;border-radius:18px;border-color:#6f6eb333;background:linear-gradient(180deg,#fff,#f8f9ff);box-shadow:0 0 0 1px #6f6eb30f,0 8px 24px #6f6eb314;transition:border-color .2s ease,box-shadow .2s ease}.sm-input--hero:focus{border-color:#6f6eb373;box-shadow:0 0 0 3px #6f6eb31f,0 8px 24px #6f6eb31a}.sm-paradox-benchmark{background:#6f6eb30f;border-color:#6f6eb31a}.sm-paradox-benchmark__body{margin:6px 0 0;font-size:13px;line-height:1.55;color:#4a4f7d}.sm-paradox-skip{justify-self:center;margin-top:0;font-size:13px;color:#6b7280}.sm-paradox-hero--reveal{background:linear-gradient(165deg,#f8f9ff,#fff 40%,#eceeff);border-color:#6f6eb338;box-shadow:0 0 0 1px #6f6eb314,0 16px 40px #6f6eb31f;overflow:hidden;position:relative}.sm-paradox-hero--reveal:after{content:"";position:absolute;inset:-40% -20% auto;height:60%;background:radial-gradient(ellipse at 50% 0%,rgba(187,192,255,.35),transparent 70%);pointer-events:none}.sm-paradox-reveal{position:relative;z-index:1}.sm-gap-visual--reveal{align-items:center;gap:8px;margin-top:8px}.sm-gap-visual__arrow{display:flex;align-items:center;justify-content:center;color:#9ca3af;flex-shrink:0;padding:0 4px}.sm-gap-visual--reveal .sm-gap-visual__n{font-size:clamp(2rem,10vw,2.75rem)}.sm-paradox-stat-n{font-variant-numeric:tabular-nums;letter-spacing:-.02em}.sm-gap-visual--reveal .sm-gap-visual__n--muted{color:#9ca3af}.sm-gap-visual__label--accent{color:#6f6eb3;font-weight:600}.sm-paradox-reveal-stack{gap:14px}.sm-paradox-gap-note--hero{display:grid;gap:8px;margin-top:20px;padding:16px 18px;border-radius:16px;background:linear-gradient(145deg,#6f6eb314,#bbc0ff29);border:1px solid rgba(111,110,179,.14);text-align:start}.sm-paradox-gap-note__top{display:flex;align-items:center;justify-content:space-between;gap:12px}.sm-paradox-gap-note__n{font-size:clamp(1.5rem,7vw,1.85rem);font-weight:800;color:#1f2340;line-height:1.1;font-variant-numeric:tabular-nums}.sm-paradox-gap-note__text{margin:0;font-size:14px;line-height:1.55;color:#4a4f7d}.sm-paradox-gap-note__ratio{flex-shrink:0;font-size:12px;font-weight:700;padding:4px 10px;border-radius:999px;background:#6f6eb324;color:#6f6eb3;border:1px solid rgba(111,110,179,.12)}.sm-paradox-inflation{background:linear-gradient(180deg,#fff,#f8f9ff);border-color:#6f6eb31a;text-align:center}.sm-paradox-inflation__copy{margin:0;font-size:15px;line-height:1.65;color:#4a4f7d}.sm-paradox-inflation__copy strong{font-weight:700;color:#1f2340}.sm-paradox-quote-card{padding:0;overflow:hidden;border-color:#6f6eb31a}.sm-paradox-quote--editorial{position:relative;margin:0;padding:28px 22px 22px;background:linear-gradient(135deg,#faf9f5,#f6f7ff)}.sm-paradox-quote--editorial:before{content:"“";position:absolute;top:8px;inset-inline-start:16px;font-size:56px;line-height:1;font-weight:800;color:#6f6eb324;pointer-events:none;-webkit-user-select:none;user-select:none}.sm-paradox-quote--editorial__text{margin:0 0 12px;font-family:var(--sm-paradox-serif, Georgia, serif);font-size:17px;font-weight:700;font-style:italic;line-height:1.45;color:#1f2340;position:relative;z-index:1}.sm-paradox-quote--editorial__author{margin:0;font-size:13px;font-style:normal;color:#6b7280;position:relative;z-index:1}.sm-paradox-dunbar-card{background:linear-gradient(180deg,#fff,#fafbff)}.sm-dunbar-layers{display:grid;gap:0}.sm-dunbar-layers__row{display:flex;gap:16px;align-items:baseline;padding:14px 0;border-bottom:1px solid #e8eaf5}.sm-dunbar-layers__row:last-child{border-bottom:none;padding-bottom:0}.sm-dunbar-layers__n{min-width:44px;font-size:26px;font-weight:800;line-height:1;font-variant-numeric:tabular-nums}.sm-dunbar-layers__label{flex:1;font-size:14px;line-height:1.45}.sm-dunbar-layers__row--tier-1 .sm-dunbar-layers__n{color:#6f6eb3}.sm-dunbar-layers__row--tier-1 .sm-dunbar-layers__label{color:#1f2340;font-weight:600}.sm-dunbar-layers__row--tier-2 .sm-dunbar-layers__n{color:#1f2340}.sm-dunbar-layers__row--tier-2 .sm-dunbar-layers__label{color:#4a4f7d}.sm-dunbar-layers__row--tier-3 .sm-dunbar-layers__n,.sm-dunbar-layers__row--tier-3 .sm-dunbar-layers__label{color:#6b7280}.sm-dunbar-layers__row--tier-4 .sm-dunbar-layers__n{color:#c9ccf4}.sm-dunbar-layers__row--tier-4 .sm-dunbar-layers__label{color:#9ca3af}.sm-paradox-dunbar-card .sm-paradox-closing{margin-top:16px;padding-top:14px;border-top:1px solid #e8eaf5}.sm-paradox-inflation__copy em{font-style:italic;color:#434190}.sm-dunbar-layers__n.sm-paradox-display-n{font-family:var(--sm-paradox-serif, Georgia, serif)}.sm-paradox-gap-note__sep{color:#6f6eb373;margin-inline-end:4px}.sm-paradox-inflation p{margin:0;font-size:14px;line-height:1.6;color:#434190}.sm-paradox-inflation strong,.sm-paradox-inflation b{font-weight:700;color:#1f2340}.sm-paradox-bridge-stack{padding-top:8px}.sm-paradox-bridge-header{text-align:center;padding:8px 8px 4px}.sm-paradox-bridge__title{margin:10px 0 8px;font-size:24px;font-weight:800;line-height:1.25;color:#1f2340}.sm-paradox-bridge__sub{margin:0;font-size:14px;line-height:1.55;color:#6b7280;max-width:320px;margin-inline:auto}.sm-paradox-bridge-facts{background:linear-gradient(180deg,#f8f9ff,#fff)}.sm-dunbar-stats{display:grid;gap:0;margin-top:4px}.sm-dunbar-stats__row{display:flex;align-items:baseline;gap:12px;padding:12px 0;border-bottom:1px solid #e8eaf5}.sm-dunbar-stats__row:last-child{border-bottom:none;padding-bottom:0}.sm-dunbar-stats__n{min-width:52px;font-size:20px;font-weight:800;color:#6f6eb3}.sm-dunbar-stats__label{font-size:13px;color:#4a4f7d;line-height:1.45}@media (prefers-reduced-motion: no-preference){.sm-paradox-hero--reveal:after{animation:sm-paradox-shimmer 6s ease-in-out infinite alternate}.sm-input--hero:not(:focus){animation:sm-input-breathe 4s ease-in-out infinite}}@keyframes sm-paradox-shimmer{0%{opacity:.5;transform:translateY(0)}to{opacity:1;transform:translateY(4px)}}@keyframes sm-input-breathe{0%,to{box-shadow:0 0 0 1px #6f6eb30f,0 8px 24px #6f6eb314}50%{box-shadow:0 0 0 1px #6f6eb31a,0 10px 28px #6f6eb31f}}@media (prefers-reduced-motion: reduce){.sm-paradox-hero--reveal:after,.sm-input--hero{animation:none}.sm-paradox-progress__dot{transition:none}}.sm-dunbar-facts__row{display:flex;gap:14px;padding:12px 0;border-bottom:1px solid #e8eaf5}.sm-dunbar-facts__row:last-child{border-bottom:none;padding-bottom:0}.sm-dunbar-facts__n{font-size:24px;font-weight:800;color:#6f6eb3;min-width:40px}.sm-dunbar-facts__label{font-size:13px;color:#4a4f7d;line-height:1.45}.sm-belonging-log-form{display:grid;gap:10px;margin-top:10px}.sm-reflection-card__intro{font-size:13px;color:#6b7280;line-height:1.55;margin:0 0 14px}.sm-textarea--bordered{width:100%;min-height:72px;padding:12px 14px;border-radius:12px;border:1px solid #d6daf0;background:#fff;font-family:inherit;font-size:13px;line-height:1.5;color:#4a4f7d;resize:vertical}.sm-textarea--bordered:focus{outline:none;border-color:#6f6eb3}.sm-quarterly-card__text{font-size:13px;color:#4a4f7d;line-height:1.55;margin:0 0 14px}.sm-insights-hero__ring{flex-shrink:0}.sm-insights-hero__bars{display:grid;gap:10px;min-width:0}.sm-tier-bar__head{display:flex;justify-content:space-between;gap:8px;font-size:12px;font-weight:600;color:#4a4f7d;margin-bottom:5px}.sm-tier-bar__meta{color:#6b7280;font-weight:500}.sm-tier-bar__track{height:4px}.sm-stat-pills{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.sm-stat-pill{border-radius:12px;padding:12px 8px;text-align:center;border:1px solid #e8eaf5}.sm-stat-pill--active{background:#eaf3de;border-color:#73c15459}.sm-stat-pill--fading{background:#faeeda;border-color:#f07b3c59}.sm-stat-pill--new{background:#eef0ff;border-color:#6f6eb347}.sm-stat-pill__n{display:block;font-size:22px;font-weight:800;line-height:1.1}.sm-stat-pill--active .sm-stat-pill__n{color:#27500a}.sm-stat-pill--fading .sm-stat-pill__n{color:#633806}.sm-stat-pill--new .sm-stat-pill__n{color:#434190}.sm-stat-pill__l{display:block;margin-top:4px;font-size:11px;color:#6b7280}.sm-dunbar-bar{display:flex;height:14px;border-radius:99px;overflow:hidden;background:#eef0ff;margin-bottom:10px}.sm-dunbar-bar__seg{min-width:2px;transition:width .35s ease}.sm-dunbar-legend{display:flex;flex-wrap:wrap;gap:10px 14px}.sm-dunbar-legend__item{display:inline-flex;align-items:center;gap:5px;font-size:11px;color:#6b7280}.sm-dunbar-legend__dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.sm-dunbar-hint{margin-top:10px;font-size:11px;color:#9ca3af;font-style:italic}.sm-notif-card--birthday{border-color:#f07b3c59}.sm-notif-card--drift{border-color:#f07b3c38}.sm-notif-card--meeter{border-color:#14b8a659}.sm-notif-card--event{border-color:#a8aeff73}.sm-quests-counter{font-size:12px;font-weight:700;color:#6f6eb3;text-align:end;margin-top:-6px}.sm-quest-row__body{flex:1;min-width:0;text-align:start}.sm-quest-row__title-row{display:flex;align-items:center;gap:8px;margin-bottom:4px}.sm-quest-row__title{font-weight:600}.sm-quest-row__title.is-done,.sm-quest-row__desc.is-done,.sm-quest-row__icon.is-done{text-decoration:line-through;color:#73c154;opacity:.85}.sm-quest-row__desc{font-size:12px;color:#6b7280;line-height:1.45;margin-bottom:8px}.sm-quest-row__done{font-size:11px;color:#73c154;font-weight:700}.sm-flow-btn{width:100%}.sm-panel .sm-flow-btn.hbm-btn-primary,.sm-panel .hbm-btn-primary.sm-flow-btn{border:1px solid var(--hbm-color-primary-strong, #5958a0);background:var(--hbm-color-primary, #6f6eb3);box-shadow:0 6px 16px #6f6eb338;border-radius:12px;min-height:48px}.sm-question-card{background:#f8f9ff}.sm-question-card__title{font-size:19px;font-weight:700;line-height:1.3;margin-bottom:8px;color:#1f2340}.sm-question-card__sub{font-size:13px;color:#6b7280;line-height:1.55}.sm-verdict-card{display:flex;flex-direction:column;align-items:center;gap:14px;border-color:#6f6eb359}.sm-verdict-card__meta{text-align:center}.sm-verdict-card__name{font-size:20px;font-weight:700;color:#1f2340}.sm-verdict-card__type{font-size:13px;color:#6b7280}.sm-verdict-banner{width:100%;text-align:center;justify-content:center}.sm-verdict-tip{width:100%;background:#f8f9ff}.sm-verdict-tip__text{font-size:13px;color:#4a4f7d;line-height:1.45}.sm-circle-picker__item[data-circle=inner].is-selected{border-color:#6f6eb3;color:#6f6eb3;background:#6f6eb31a}.sm-circle-picker__item[data-circle=close].is-selected{border-color:#6160ab;color:#6160ab;background:#6f6eb31a}.sm-circle-picker__item[data-circle=friend].is-selected{border-color:#a8aeff;color:#5b58c9;background:#a8aeff26}.sm-circle-picker__item[data-circle=tribe].is-selected{border-color:#7c75e8;color:#4f46b5;background:#7c75e826}.sm-sheet-tips{margin:0 0 16px;padding-inline-start:18px;font-size:13px;color:#4a4f7d;line-height:1.55}.sm-sheet-tips li+li{margin-top:8px}.sm-tag-chips{display:flex;flex-wrap:wrap;gap:8px}.sm-tag-chip{padding:8px 14px;border-radius:999px;border:1px solid #e8eaf5;background:#f8f9ff;font-size:12px;font-weight:600;color:#4a4f7d;cursor:pointer;transition:border-color .15s,background .15s,color .15s}.sm-tag-chip.is-active{border-color:#6f6eb38c;background:#6f6eb31f;color:#434190}.sm-belonging-log-item{display:flex;gap:10px;font-size:13px;color:#4a4f7d;line-height:1.45;padding:10px 0;border-bottom:1px solid #e8eaf5}.sm-belonging-log-item:last-of-type{border-bottom:none;padding-bottom:0}.sm-belonging-log-item__date{flex-shrink:0;font-size:11px;font-weight:600;color:#9ca3af;min-width:72px}@media (max-width: 380px){.sm-insights-hero{grid-template-columns:1fr;justify-items:center}.sm-insights-hero__bars{width:100%}}.sm-panel.sm-panel--hub{max-width:none;width:100%;margin:0;min-height:auto;background:transparent}.sm-panel.sm-panel--hub .sm-panel__scroll{padding-bottom:12px}.sm-panel.sm-panel--hub .sm-profile-entry__stack{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:16px;align-items:start}.sm-panel.sm-panel--hub .sm-cta-card--featured,.sm-panel.sm-panel--hub .sm-paradox-row,.sm-panel.sm-panel--hub .sm-insight-box{grid-column:1 / -1}.sm-panel.sm-panel--hub .sm-bottom-nav,.sm-panel.sm-panel--hub .sm-bottom-nav--hub{position:sticky;left:auto;transform:none;width:100%;max-width:none;margin-top:16px;border-radius:12px;border:1px solid #e8eaf5;box-shadow:0 1px 3px #0f172a0f}.sm-panel.sm-panel--hub .sm-flow-screen:before{opacity:.35}@media (min-width: 960px){.sm-panel.sm-panel--hub .sm-circle-breakdown-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.hbm-screen-header{padding:12px 16px;border-bottom:1px solid var(--hbm-color-border, #e5e7eb);background:#fff}.hbm-screen-header--flush{border:none;background:transparent}.hbm-screen-header--sticky{position:sticky;top:0;z-index:10}.hbm-screen-header__row{display:flex;align-items:center;gap:10px}.hbm-screen-header__action{width:36px;height:36px;border-radius:999px;border:1px solid var(--hbm-color-border, #e5e7eb);background:#fff;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0}.hbm-screen-header__action-spacer{width:36px;flex-shrink:0}.hbm-screen-header__titles{flex:1;min-width:0}.hbm-screen-header__title{margin:0;font-size:18px;font-weight:700;color:var(--hbm-color-text, #111827)}.hbm-screen-header__subtitle{margin:4px 0 0;font-size:13px;color:var(--hbm-color-text-muted, #6b7280)}.hub-social-map-page{display:grid;gap:16px;width:100%;max-width:1240px;margin:0 auto}.hub-social-map-page__header{display:grid;gap:4px}.hub-social-map-page__title{margin:0;font-size:22px;font-weight:800;color:var(--hbm-color-text, #111827)}.hub-social-map-page__subtitle{margin:0;font-size:14px;color:var(--hbm-color-text-muted, #6b7280)}@media (max-width: 480px){.verification-container{padding:12px}.verification-modal{padding:24px 20px}.verification-title{font-size:24px}.code-input{font-size:28px;letter-spacing:6px}.timer-display{font-size:11px}.button{padding:12px 14px;font-size:14px}}@media (max-width: 360px){.code-input{font-size:24px;letter-spacing:4px}}@keyframes codeFocus{0%{border-color:#e5e7eb;box-shadow:none}to{border-color:#6867af;box-shadow:0 0 0 3px #6867af1a}}input[type=text]:focus{animation:codeFocus .2s ease-out}@keyframes slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.verification-success{animation:slideIn .3s ease-out}@keyframes shake{0%,to{transform:translate(0)}25%{transform:translate(-5px)}75%{transform:translate(5px)}}.verification-error{animation:shake .4s ease-out}.button:disabled{transition:all .2s ease}@media (max-width: 768px){body.verification-open{overflow:hidden}}:root{--hbm-color-primary: #6160ab;--hbm-color-primary-legacy: #6f6eb3;--hbm-color-accent: #bbc0ff;--hbm-color-accent-warm: #f07b3c;--hbm-color-success: #73c154;--hbm-surface-peach: #f8d7c3;--hbm-surface-mint: #d8eecf;--hbm-bg-page: #f9fafc;--hbm-color-text: #1f1d42;--hbm-color-text-muted: #6b7280;--hbm-radius-card: 16px;--hbm-radius-pill: 999px;--hbm-shadow-card: 0 18px 44px rgba(24, 31, 89, .08);--app-font-family: "Inter", "Sora", system-ui, -apple-system, "Segoe UI", sans-serif;--app-font-heading: "Sora", "Inter", system-ui, sans-serif;--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);--hbm-color-dark: #0a0a0a;--hbm-surface-secondary: #f8f7ff;--hbm-font-heading: "Sora", "Inter", system-ui, sans-serif;--sidebar-background: 0 0% 100%;--sidebar-foreground: 240 5.3% 26.1%;--sidebar-accent: 252 100% 97%;--sidebar-accent-foreground: 252 47% 37%;--sidebar-primary: 252 30% 57%;--sidebar-border: 220 13% 91%;--hbm-color-border: #d6daf0;--hbm-color-surface: #ffffff;--hbm-color-surface-muted: #f8f9ff;--hbm-badge-purple-bg: #eeedfe;--hbm-badge-purple-fg: #3c3489;--hbm-badge-teal-bg: #e1f5ee;--hbm-badge-teal-fg: #085041;--hbm-badge-gray-bg: #f3f4f6;--hbm-badge-gray-fg: #4b5563;color:var(--hbm-color-text, #1f1d42);font-family:var(--app-font-family)}body{margin:0;font-family:var(--app-font-family);background:var(--hbm-bg-page, #f9fafc)}:root{--hbm-font-family: "Inter", "Sora", system-ui, -apple-system, "Segoe UI", sans-serif;--hbm-color-primary: #6f6eb3;--hbm-color-primary-strong: #5958a0;--hbm-color-accent: #6f86ff;--hbm-color-surface: #ffffff;--hbm-color-surface-muted: #f8f9ff;--hbm-color-border: #d6daf0;--hbm-color-text: #23264a;--hbm-color-text-muted: #6b7280}.hbm-surface-card{border:1px solid var(--hbm-color-border);border-radius:12px;background:var(--hbm-color-surface);box-shadow:0 4px 14px #1417380f}.hbm-section-card{border:1px solid var(--hbm-color-border);border-radius:14px;background:var(--hbm-color-surface);overflow:hidden}.hbm-text-muted{color:var(--hbm-color-text-muted)}.hbm-status-ok{color:#166534}.hbm-status-error{color:#b91c1c}.hbm-toggle{width:36px;height:22px;border-radius:999px;border:1px solid #d5d7e4;background:#e5e7eb;position:relative;cursor:pointer}.hbm-toggle.is-on{background:#7c7ad5}.hbm-toggle-knob{position:absolute;width:16px;height:16px;border-radius:50%;background:#fff;top:2px;left:2px;transition:left .18s ease}.hbm-toggle.is-on .hbm-toggle-knob{left:17px}.hbm-pill-btn{border-radius:10px;border:1px solid var(--hbm-color-border);background:#fff;padding:6px 12px;cursor:pointer}.hbm-pill-btn.active{background:#bbc0ff}.hbm-btn-primary{border:none;background:var(--hbm-color-primary);color:#fff;border-radius:10px;cursor:pointer;transition:filter .18s ease,transform .08s ease}.hbm-btn-primary:hover:not(:disabled){filter:brightness(1.05)}.hbm-btn-primary:active:not(:disabled){transform:translateY(1px)}.hbm-btn-primary:disabled{opacity:.55;cursor:not-allowed;filter:none}.hbm-btn-secondary{border:1px solid #c9ccf4;background:#fff;color:#333a66;border-radius:10px;cursor:pointer;transition:background .18s ease,border-color .18s ease,transform .08s ease}.hbm-btn-secondary:hover{background:#f7f8ff;border-color:#bfc4f2}.hbm-btn-secondary:active{transform:translateY(1px)}.hbm-tab-chip{text-decoration:none;white-space:nowrap;padding:6px 12px;border-radius:10px;border:1px solid #ececf4;color:#1f2937;background:#fff;transition:background .18s ease,border-color .18s ease}.hbm-tab-chip:hover{background:#f7f8ff;border-color:#d9dcf0}.hbm-tab-chip.active{border-color:#d8d9ef;background:#f3e9e0;box-shadow:0 2px 6px #0000000f}.hbm-field-input{min-height:38px;border-radius:10px;border:1px solid var(--hbm-color-border);background:var(--hbm-color-surface-muted);color:var(--hbm-color-text);padding:0 12px;font-family:inherit;font-size:14px;box-sizing:border-box}.hbm-field-input::placeholder{color:var(--hbm-color-text-muted)}.hbm-field-input:focus{outline:none;border-color:var(--hbm-color-accent);box-shadow:0 0 0 3px #6f86ff38}.hbm-field-select{min-height:38px;border-radius:10px;border:1px solid var(--hbm-color-border);background-color:var(--hbm-color-surface-muted);color:var(--hbm-color-text);padding:0 32px 0 12px;font-family:inherit;font-size:14px;cursor:pointer;box-sizing:border-box;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%2359558f' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 10px center}.hbm-field-select:focus{outline:none;border-color:var(--hbm-color-accent);box-shadow:0 0 0 3px #6f86ff38}.hbm-conversations-toolbar{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.hbm-conversations-toolbar-label{display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:600;color:var(--hbm-color-text)}
