.chf-root{font-family:var(--font-inter), "Inter", sans-serif}.chf-root .chf-fab{background:var(--navy);cursor:pointer;z-index:1200;width:60px;height:60px;box-shadow:0 8px 24px rgba(var(--navy-rgb), .28);border:none;border-radius:50%;justify-content:center;align-items:center;transition:transform .3s cubic-bezier(.34,1.56,.64,1),background .2s;display:flex;position:fixed;bottom:32px;right:24px}.chf-root .chf-fab:hover{transform:scale(1.12)}.chf-root .chf-fab.open{background:var(--amber)}.chf-root .chf-fab-icons{width:28px;height:28px;position:relative}.chf-root .chf-fab-house{width:28px;height:28px}@keyframes chf-float{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}.chf-root .chf-fab-label{background:var(--navy);color:var(--white);white-space:nowrap;pointer-events:none;z-index:1200;border-radius:20px;padding:6px 14px;font-size:12px;position:fixed;bottom:100px;right:24px}.chf-root .chf-fab-label:after{content:"";border-left:5px solid #0000;border-right:5px solid #0000;border-top:5px solid var(--navy);width:0;height:0;position:absolute;bottom:-5px;right:18px}.chf-root .chf-panel{background:var(--white);border:.5px solid rgba(var(--navy-rgb), .12);width:320px;max-width:calc(100vw - 32px);box-shadow:0 20px 50px rgba(var(--navy-rgb), .22);transform-origin:100% 100%;opacity:0;pointer-events:none;z-index:1201;border-radius:20px;transition:all .35s cubic-bezier(.34,1.3,.64,1);position:fixed;bottom:110px;right:16px;overflow:hidden;transform:scale(.85)translateY(30px)}.chf-root .chf-panel.visible{opacity:1;pointer-events:all;transform:scale(1)translateY(0)}.chf-root .chf-panel-header{background:var(--navy);padding:20px 20px 24px;position:relative;overflow:hidden}.chf-root .chf-panel-header-art{opacity:.07;position:absolute;top:-10px;right:-10px}.chf-root .chf-eyebrow{letter-spacing:.18em;text-transform:uppercase;color:var(--amber);margin-bottom:6px;font-size:10px}.chf-root .chf-title{font-family:var(--font-cormorant), Georgia, serif;color:var(--white);font-size:22px;font-weight:700;line-height:1.2}.chf-root .chf-title em{color:rgba(var(--amber-rgb), .4);font-style:italic}.chf-root .chf-dots{gap:6px;margin-top:16px;display:flex}.chf-root .chf-dot{background:rgba(var(--white-rgb), .25);border-radius:50%;width:6px;height:6px;transition:all .3s}.chf-root .chf-dot.active{background:var(--amber);border-radius:3px;width:18px}.chf-root .chf-progress-wrap{background:var(--cream);height:2px}.chf-root .chf-progress{background:var(--amber);border-radius:2px;height:2px;transition:width .4s}.chf-root .chf-body{min-height:220px;padding:20px}.chf-root .chf-slide{animation:.3s forwards chf-slide-in}@keyframes chf-slide-in{0%{opacity:0;transform:translate(18px)}to{opacity:1;transform:translate(0)}}.chf-root .chf-q{color:var(--navy);margin-bottom:4px;font-size:15px;font-weight:500;line-height:1.4}.chf-root .chf-sub{color:var(--text-secondary);margin-bottom:16px;font-size:12px}.chf-root .chf-chip-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.chf-root .chf-chip{border:1.5px solid var(--border);color:var(--navy);text-align:center;cursor:pointer;background:var(--cream);border-radius:10px;flex-direction:column;align-items:center;gap:4px;padding:10px 8px;font-size:13px;line-height:1.3;transition:all .18s;display:flex}.chf-root .chf-chip:hover{border-color:var(--navy);background:rgba(var(--navy-rgb), .05)}.chf-root .chf-chip.selected{border-color:var(--amber);background:rgba(var(--amber-rgb), .08);color:var(--amber-light)}.chf-root .chf-chip-icon{font-size:18px}.chf-root .chf-budget-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;display:grid}.chf-root .chf-budget-chip{border:1.5px solid var(--border);color:var(--navy);text-align:center;cursor:pointer;background:var(--cream);border-radius:10px;padding:9px 4px;font-size:12px;transition:all .18s}.chf-root .chf-budget-chip:hover{border-color:var(--navy)}.chf-root .chf-budget-chip.selected{border-color:var(--amber);background:rgba(var(--amber-rgb), .08);color:var(--amber-light);font-weight:500}.chf-root .chf-inp-wrap{margin-bottom:10px;position:relative}.chf-root .chf-inp-wrap:last-child{margin-bottom:0}.chf-root .chf-inp-wrap input,.chf-root .chf-inp-wrap select{border:1.5px solid var(--border);width:100%;color:var(--navy);background:var(--cream);border-radius:10px;outline:none;padding:11px 14px;font-family:inherit;font-size:14px;transition:border .2s}.chf-root .chf-inp-wrap input:focus,.chf-root .chf-inp-wrap select:focus{border-color:var(--navy)}.chf-root .chf-inp-wrap input::placeholder{color:var(--text-muted)}.chf-root .chf-footer{align-items:center;gap:10px;padding:0 20px 20px;display:flex}.chf-root .chf-back{border:1.5px solid var(--border);width:38px;height:38px;color:var(--text-secondary);cursor:pointer;background:0 0;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;font-size:16px;transition:all .18s;display:flex}.chf-root .chf-back:hover{border-color:var(--navy);color:var(--navy)}.chf-root .chf-next{background:var(--navy);height:38px;color:var(--white);cursor:pointer;border:none;border-radius:10px;flex:1;justify-content:center;align-items:center;gap:6px;font-family:inherit;font-size:14px;font-weight:500;transition:background .18s,transform .1s;display:flex}.chf-root .chf-next:hover{background:var(--theme-secondary)}.chf-root .chf-next:active{transform:scale(.98)}.chf-root .chf-next.orange{background:var(--amber)}.chf-root .chf-next.orange:hover{background:var(--amber-light)}.chf-root .chf-success{text-align:center;padding:28px 20px}.chf-root .chf-success-house{width:64px;height:64px;margin:0 auto 16px;animation:2.5s ease-in-out infinite chf-float;display:block}.chf-root .chf-success-title{font-family:var(--font-cormorant), Georgia, serif;color:var(--navy);margin-bottom:8px;font-size:20px;font-weight:700}.chf-root .chf-success-sub{color:var(--text-secondary);margin-bottom:20px;font-size:13px;line-height:1.7}.chf-root .chf-success-tag{background:rgba(var(--amber-rgb), .08);color:var(--amber-light);border:1px solid rgba(var(--amber-rgb), .27);border-radius:20px;align-items:center;gap:6px;padding:6px 14px;font-size:12px;display:inline-flex}
