*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--green-900: #14532d;--green-700: #15803d;--green-600: #16a34a;--green-500: #22c55e;--green-100: #dcfce7;--green-50: #f0fdf4;--white: #ffffff;--grey-100: #f3f4f6;--grey-200: #e5e7eb;--grey-400: #9ca3af;--grey-600: #4b5563;--grey-800: #1f2937;--radius: 12px;--shadow: 0 4px 24px rgba(0,0,0,.08)}html{font-size:16px}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--white);color:var(--grey-800);min-height:100vh;overflow-x:hidden}button{font-family:inherit;cursor:pointer;border:none;outline:none}input,select{font-family:inherit;font-size:1rem;outline:none}.app-header{position:sticky;top:0;z-index:100;display:flex;align-items:center;justify-content:space-between;padding:0 2rem;height:56px;background:#fff;border-bottom:1px solid var(--grey-100);box-shadow:0 1px #0000000a}.app-header-brand{display:flex;align-items:center;gap:.55rem}.app-header-nav{display:flex;align-items:center;gap:1rem}.header-link{font-size:.9rem;font-weight:500;color:var(--grey-600);text-decoration:none;transition:color .12s}.header-link:hover{color:var(--green-700)}.header-btn{height:36px;padding:0 1rem;background:var(--green-600);color:#fff;border:none;border-radius:8px;font-size:.88rem;font-weight:600;cursor:pointer;transition:background .12s}.header-btn:hover{background:var(--green-700)}.header-btn--outline{background:transparent;color:var(--green-700);border:1.5px solid var(--green-600)}.header-btn--outline:hover{background:var(--green-50)}.layout{display:flex;min-height:calc(100vh - 56px)}.form-panel{width:60%;min-height:calc(100vh - 56px);background:var(--white);overflow-y:auto;display:flex;flex-direction:column}.form-inner{width:100%;margin:0 auto;padding:2.5rem 2rem 4rem;display:flex;flex-direction:column;gap:0}.brand-logo{width:32px;height:32px;background:var(--green-600);border-radius:9px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1rem;font-weight:800}.brand-name{font-size:1.15rem;font-weight:700;color:var(--green-700);letter-spacing:-.02em}.intro{margin-bottom:2.5rem}.intro h1{font-size:2rem;font-weight:800;color:var(--grey-800);letter-spacing:-.03em;line-height:1.18;margin-bottom:.6rem}.intro p{font-size:.95rem;color:var(--grey-400);line-height:1.6}.step{border-left:2px solid var(--grey-100);margin-left:13px;padding-left:1.75rem;padding-bottom:2rem;position:relative}.step:last-of-type{border-left-color:transparent}.step--locked{opacity:.4;pointer-events:none}.step-head{display:flex;align-items:center;gap:.75rem;margin-bottom:1.25rem;margin-left:-2.15rem}.step-num{width:28px;height:28px;border-radius:50%;font-size:.78rem;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0;z-index:1}.step-num--active{background:var(--green-600);color:#fff}.step-num--done{background:var(--green-500);color:#fff}.step-num--locked{background:var(--grey-200);color:var(--grey-400)}.step-title{font-size:1rem;font-weight:600;color:var(--grey-800)}.step-body{display:flex;flex-direction:column;gap:1rem}.field{display:flex;flex-direction:column;gap:.4rem}.label{font-size:.82rem;font-weight:500;color:var(--grey-600)}.input{height:44px;border:1.5px solid var(--grey-200);border-radius:8px;padding:0 .875rem;font-size:.95rem;color:var(--grey-800);background:var(--white);transition:border-color .15s;width:100%}.input:focus{border-color:var(--green-500);outline:none}.input:disabled{background:var(--grey-100);color:var(--grey-400)}.input--sm{height:38px;width:90px;flex-shrink:0}.input-row{display:flex;gap:.6rem;align-items:center}.input-row .input{flex:1}.unit-label{font-size:.85rem;color:var(--grey-400);white-space:nowrap}.kwh-row{display:flex;align-items:center;gap:.6rem;margin-top:.75rem}.btn-primary{height:44px;padding:0 1.1rem;background:var(--green-600);color:#fff;border-radius:8px;font-size:.9rem;font-weight:600;white-space:nowrap;border:none;cursor:pointer;transition:background .15s;display:flex;align-items:center;justify-content:center}.btn-primary:hover{background:var(--green-700)}.btn-primary:disabled{background:var(--grey-200);color:var(--grey-400);cursor:not-allowed}.address-confirmed{display:flex;align-items:center;gap:.5rem;background:var(--green-50);border:1px solid var(--green-100);border-radius:8px;padding:.6rem .875rem;font-size:.88rem;color:var(--green-700);font-weight:500}.address-tick{font-weight:700}.pill-group{display:flex;gap:.5rem;flex-wrap:wrap}.pill{height:44px;padding:0 1.25rem;border:1.5px solid var(--grey-200);border-radius:22px;font-size:.9rem;font-weight:500;color:var(--grey-600);background:var(--white);cursor:pointer;transition:all .12s;border-style:solid}.pill:hover{border-color:var(--green-400);color:var(--green-700)}.pill--active{border-color:var(--green-600);background:var(--green-50);color:var(--green-700);font-weight:600}.toggle-card{display:flex;align-items:center;gap:.875rem;padding:.875rem 1rem;border:1.5px solid var(--grey-200);border-radius:10px;cursor:pointer;transition:border-color .12s,background .12s;-webkit-user-select:none;user-select:none}.toggle-card:hover{border-color:var(--green-400)}.toggle-card--on{border-color:var(--green-500);background:var(--green-50)}.toggle-box{width:22px;height:22px;border-radius:6px;border:2px solid var(--grey-300);display:flex;align-items:center;justify-content:center;flex-shrink:0;background:var(--white);font-size:.75rem;font-weight:700;color:#fff;transition:all .12s}.toggle-box--on{background:var(--green-600);border-color:var(--green-600)}.toggle-title{font-size:.95rem;font-weight:600;color:var(--grey-800)}.toggle-sub{font-size:.8rem;color:var(--grey-400);margin-top:2px}.sub-panel{padding:1rem;background:var(--green-50);border-radius:8px;border:1px solid var(--green-100);display:flex;flex-direction:column;gap:.75rem}.orient-group{display:flex;gap:.4rem;flex-wrap:wrap}.orient-pill{height:34px;padding:0 .875rem;border:1.5px solid var(--grey-200);border-radius:6px;font-size:.82rem;font-weight:500;color:var(--grey-600);background:var(--white);cursor:pointer;transition:all .12s;border-style:solid}.orient-pill:hover{border-color:var(--green-400)}.orient-pill--active{border-color:var(--green-600);background:var(--green-50);color:var(--green-700);font-weight:600}.cta-wrap{padding:.5rem 0 1.5rem}.cta-btn{width:100%;height:56px;background:var(--green-600);color:#fff;border-radius:10px;font-size:1.05rem;font-weight:700;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem;transition:background .15s,transform .1s}.cta-btn:hover{background:var(--green-700)}.cta-btn:active{transform:scale(.99)}.cta-btn:disabled{background:var(--grey-200);color:var(--grey-400);cursor:not-allowed;transform:none}.cta-btn-wrap{position:relative}.cta-tooltip{display:none;position:absolute;bottom:calc(100% + 8px);left:50%;transform:translate(-50%);background:var(--grey-800);color:#fff;border-radius:8px;padding:.55rem .85rem;font-size:.8rem;line-height:1.7;white-space:nowrap;pointer-events:none;box-shadow:0 4px 16px #00000040;z-index:10}.cta-tooltip:after{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);border:6px solid transparent;border-top-color:var(--grey-800)}.cta-btn-wrap--blocked:hover .cta-tooltip{display:block}.results{display:flex;flex-direction:column;gap:.75rem;margin-top:.5rem}.results-header{display:flex;align-items:center;gap:.75rem;margin-bottom:.25rem}.result-card{border-radius:10px;padding:1rem 1.25rem}.result-card--best{background:var(--green-50);border:2px solid var(--green-500)}.result-card--worst{background:#fef2f2;border:1.5px solid #fca5a5}.result-label{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.07em;margin-bottom:.3rem}.result-label--best{color:var(--green-600)}.result-label--worst{color:#dc2626}.result-row{display:flex;justify-content:space-between;align-items:baseline}.result-name{font-weight:700;font-size:.95rem;color:var(--grey-800)}.result-name--mid{font-weight:600;font-size:.9rem}.result-cost{font-weight:800;font-size:1.25rem}.result-cost--best{color:var(--green-700)}.result-cost--worst{color:#dc2626}.result-per{font-size:.78rem;font-weight:500;color:var(--grey-400);margin-left:1px}.result-meta{font-size:.8rem;color:var(--grey-400);margin-top:.25rem}.result-mid{display:flex;justify-content:space-between;align-items:center;padding:.65rem 0;border-bottom:1px solid var(--grey-100)}.other-tariffs-section{margin-top:.75rem}.other-tariffs-toggle{background:none;border:none;padding:0;font-size:.8rem;color:var(--green-600);cursor:pointer;font-weight:500}.other-tariffs-toggle:hover{color:var(--green-700)}.other-tariffs-list{margin-top:.5rem;border-top:1px solid var(--grey-100)}.other-tariff-row{display:flex;justify-content:space-between;align-items:center;padding:.45rem 0;border-bottom:1px solid var(--grey-100);font-size:.82rem}.other-tariff-name{color:var(--grey-700)}.other-tariff-cost{color:var(--grey-500);font-weight:500}.hint{font-size:.78rem;color:var(--grey-400)}.error-msg{font-size:.82rem;color:#dc2626;margin-top:.25rem}.spinner{width:18px;height:18px;border:2.5px solid rgba(255,255,255,.4);border-top-color:#fff;border-radius:50%;animation:spin .6s linear infinite;flex-shrink:0}.spinner--dark{border-color:#fff6;border-top-color:#fff}@keyframes spin{to{transform:rotate(360deg)}}.image-panel{width:40%;position:sticky;top:56px;height:calc(100vh - 56px);overflow:hidden;flex-shrink:0}.hero-image{width:100%;height:100%;background-image:url(/hero.jpg),linear-gradient(160deg,#2d6a4f,#40916c 30%,#74c69d,#95d5b2);background-size:cover;background-position:center;position:relative}.hero-overlay{position:absolute;bottom:0;left:0;right:0;padding:2.5rem 2rem;background:linear-gradient(to top,rgba(0,0,0,.55) 0%,transparent 100%);color:#fff}.hero-badge{display:inline-block;background:#ffffff26;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border:1px solid rgba(255,255,255,.25);border-radius:20px;padding:.3rem .9rem;font-size:.75rem;font-weight:600;letter-spacing:.03em;margin-bottom:.75rem}.hero-quote{font-size:1.05rem;font-weight:500;line-height:1.55;max-width:340px;opacity:.92}.sat-iframe{width:100%;height:100%;border:none;display:block}.sat-wrap{position:relative;width:100%;height:100%}.sat-map{width:100%;height:100%}.solar-seg-tooltip{position:absolute;bottom:1.25rem;left:50%;transform:translate(-50%);background:#fffffff7;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:10px;border:2px solid;padding:.75rem 1rem;min-width:220px;box-shadow:0 4px 20px #0003;pointer-events:all;font-size:.85rem;line-height:1.5}.solar-seg-tooltip-title{font-weight:700;font-size:.88rem;margin-bottom:.25rem}.solar-seg-tooltip-body{color:var(--grey-600);margin-bottom:.5rem}.solar-result-strip{display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding:.5rem .75rem;background:var(--green-50);border:1px solid var(--green-100);border-radius:8px;margin-top:.25rem}.solar-result-text{font-size:.82rem;color:var(--grey-700)}.solar-use-btn{height:30px;padding:0 .75rem;background:var(--green-600);color:#fff;border:none;border-radius:6px;font-size:.78rem;font-weight:600;cursor:pointer;white-space:nowrap;flex-shrink:0;transition:background .12s}.solar-use-btn:hover{background:var(--green-700)}.solar-use-btn--tooltip{height:34px;font-size:.82rem;width:100%}.tech-select{display:flex;flex-direction:column;gap:.4rem}.tech-opt{width:100%;padding:.75rem 1rem;border:1.5px solid var(--grey-200);border-radius:8px;font-size:.9rem;font-weight:500;color:var(--grey-600);background:var(--white);cursor:pointer;text-align:left;transition:all .12s}.tech-opt:hover{border-color:var(--green-400);color:var(--green-700)}.tech-opt--active{border-color:var(--green-600);background:var(--green-50);color:var(--green-700);font-weight:600}.tech-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;align-items:start}@media(max-width:640px){.tech-cards{grid-template-columns:1fr}}.tech-card{border:1.5px solid var(--grey-200);border-radius:12px;padding:1rem;display:flex;flex-direction:column;gap:.75rem;background:#fff;transition:border-color .15s}.tech-card--active{border-color:var(--green-400);background:var(--green-50, #f0fdf4)}.tech-card-header{display:flex;align-items:center;gap:.5rem}.tech-card-icon{font-size:1.3rem;line-height:1}.tech-card-title{font-size:.95rem;font-weight:600;color:var(--grey-800)}.tech-card-sub{display:flex;flex-direction:column;gap:.4rem}.panel-slider{width:100%;accent-color:#f59e0b;cursor:pointer;display:block}.solar-slider-wrap{margin-top:1rem;display:flex;flex-direction:column;gap:.3rem}.solar-slider-labels{display:flex;justify-content:space-between;font-size:.72rem;color:#9ca3af}.solar-slider-track-wrap{position:relative;padding-bottom:1.4rem}.solar-slider-optimal{position:absolute;top:0;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;pointer-events:none}.solar-slider-optimal-line{width:2px;height:18px;background:#10b981;border-radius:1px;margin-top:2px}.solar-slider-optimal-label{font-size:.65rem;font-weight:600;color:#10b981;margin-top:2px;white-space:nowrap}.solar-slider-reset{font-size:.75rem;color:#f59e0b;background:none;border:none;cursor:pointer;text-decoration:underline;text-underline-offset:2px;padding:0;align-self:flex-start}.solar-slider-reset:hover{color:#d97706}.epc-chip{display:flex;align-items:center;gap:.5rem}.epc-chip .epc-band{width:28px;height:28px;border-radius:6px;font-size:.8rem}.epc-chip-label{font-size:.78rem;color:var(--grey-500)}.pill-auto{font-size:.68rem;opacity:.65;font-weight:400;margin-left:2px}.spinner-inline{display:inline-block;width:12px;height:12px;border:2px solid var(--grey-200);border-top-color:var(--green-600);border-radius:50%;animation:spin .6s linear infinite;vertical-align:middle;margin-right:4px}.solar-assessed{display:flex;flex-direction:column;gap:.4rem}.property-tags{display:flex;gap:.35rem;flex-wrap:wrap}.property-tag{display:inline-block;background:var(--green-50);border:1px solid var(--green-100);border-radius:20px;padding:.2rem .6rem;font-size:.75rem;font-weight:600;color:var(--green-700)}.hp-rec-card{background:linear-gradient(135deg,#fff7ed,#ffedd5);border:2px solid #f97316;border-radius:12px;padding:1rem 1.25rem;margin-top:1rem}.hp-rec-title{font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.07em;color:#c2410c;margin-bottom:.75rem}.hp-assess-preview{margin-top:.75rem;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:8px;padding:.5rem .75rem}.hp-assess-row{display:flex;justify-content:space-between;font-size:.78rem;padding:.2rem 0;color:#374151}.hp-assess-row strong{color:#111827}.solar-rec-card{background:linear-gradient(135deg,#f0fdf4,#dcfce7);border:2px solid var(--green-500);border-radius:12px;padding:1rem 1.25rem}.solar-rec-title{font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.07em;color:var(--green-700);margin-bottom:.75rem}.solar-rec-stats{display:flex;gap:.25rem;flex-wrap:wrap;margin-bottom:.6rem}.solar-rec-stat{flex:1;min-width:70px;background:#ffffffa6;border-radius:8px;padding:.5rem .4rem;text-align:center}.solar-rec-val{font-size:1rem;font-weight:800;color:var(--green-700);line-height:1.1}.solar-rec-label{font-size:.7rem;color:var(--grey-400);margin-top:2px}.solar-rec-meta{font-size:.78rem;color:var(--grey-400)}.cta-pair{display:flex;gap:.75rem}.cta-pair-col{flex:1;display:flex;flex-direction:column}.cta-pair-btn{height:48px;border-radius:10px;font-size:.9rem;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;border:none;text-decoration:none;transition:background .15s,transform .1s;white-space:nowrap}.cta-pair-btn:active{transform:scale(.98)}.cta-pair-btn--quote{background:var(--green-600);color:#fff}.cta-pair-btn--quote:hover{background:var(--green-700)}.cta-pair-btn--switch{background:var(--grey-800);color:#fff}.cta-pair-btn--switch:hover{background:#111}.quote-form{margin-top:.5rem;display:flex;gap:.5rem}.quote-form .input{flex:1}.next-steps{background:var(--grey-50, #f9fafb);border:1.5px solid var(--grey-100);border-radius:12px;padding:1rem 1.25rem;display:flex;flex-direction:column;gap:.875rem}.next-steps-title{font-size:.7rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em;color:var(--grey-400);margin-bottom:.5rem}.next-steps-btns{display:flex;gap:.6rem}.next-step-cta{flex:1;height:48px;border-radius:10px;font-size:.9rem;font-weight:700;cursor:pointer;text-decoration:none;border:none;display:flex;align-items:center;justify-content:center;transition:background .12s,transform .1s;white-space:nowrap;text-align:center}.next-step-cta:active{transform:scale(.98)}.next-step-cta--quotes{background:var(--green-600);color:#fff}.next-step-cta--quotes:hover{background:var(--green-700)}.next-step-cta--switch{background:var(--grey-800);color:#fff}.next-step-cta--switch:hover{background:#111}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:200;display:flex;align-items:center;justify-content:center;padding:1rem}.modal-box{background:#fff;border-radius:16px;width:100%;max-width:420px;padding:2rem;position:relative;box-shadow:0 24px 64px #00000038}.auth-modal-box{background:#fff;border-radius:20px;width:100%;max-width:400px;padding:2.25rem 2rem 2rem;position:relative;box-shadow:0 24px 64px #00000038;animation:modal-in .18s ease}.auth-modal-box--wide{max-width:520px}@keyframes modal-in{0%{opacity:0;transform:translateY(12px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.modal-close{position:absolute;top:1rem;right:1rem;background:var(--grey-100);border:none;border-radius:50%;width:32px;height:32px;font-size:.85rem;color:var(--grey-600);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .12s}.modal-close:hover{background:var(--grey-200)}.auth-modal-logo{display:flex;align-items:center;justify-content:center;gap:.4rem;margin-bottom:1.5rem}.auth-modal-logo-mark{width:36px;height:36px;background:var(--green-600);color:#fff;border-radius:10px;font-size:1.3rem;font-weight:900;display:flex;align-items:center;justify-content:center;letter-spacing:-.04em}.auth-modal-logo-text{font-size:1.45rem;font-weight:800;color:var(--grey-800);letter-spacing:-.04em}.auth-modal-heading{text-align:center;margin-bottom:1.25rem}.auth-modal-heading h2{font-size:1.2rem;font-weight:800;color:var(--grey-800);margin-bottom:.25rem}.auth-modal-heading p{font-size:.85rem;color:var(--grey-400)}.auth-tabs{display:flex;justify-content:center;background:var(--grey-100);border-radius:10px;padding:3px;gap:2px;margin-bottom:1.5rem}.auth-tab{flex:1;padding:.45rem 0;border:none;border-radius:8px;font-size:.9rem;font-weight:600;color:var(--grey-500);background:transparent;cursor:pointer;transition:all .15s}.auth-tab--active{background:#fff;color:var(--grey-800);box-shadow:0 1px 4px #0000001a}.auth-pin-input{text-align:center;font-size:1.6rem;font-weight:700;letter-spacing:.3em}.pw-strength{display:flex;align-items:center;gap:.6rem;margin-top:.4rem}.pw-strength-bar{display:flex;gap:4px;flex:1}.pw-strength-segment{height:4px;flex:1;border-radius:2px;transition:background .2s}.pw-strength-label{font-size:.75rem;font-weight:700;min-width:44px;text-align:right}.phone-input-row{display:flex;gap:.5rem}.phone-dial-select{width:110px;flex-shrink:0;cursor:pointer}.dial-select{flex-shrink:0}.dial-select-trigger{display:flex;align-items:center;gap:.3rem;width:110px;text-align:left;font-size:.9rem;white-space:nowrap}.dial-select-caret{margin-left:auto;font-size:.7rem;opacity:.6}.dial-select-dropdown{position:absolute;top:calc(100% + 4px);left:0;z-index:200;background:#fff;border:1px solid #d1d5db;border-radius:8px;box-shadow:0 4px 16px #0000001f;min-width:220px;max-height:260px;overflow-y:auto;padding:4px 0}.dial-select-option{display:block;width:100%;text-align:left;padding:.45rem .8rem;font-size:.875rem;background:none;border:none;cursor:pointer;white-space:nowrap}.dial-select-option:hover{background:#f3f4f6}.dial-select-option--active{font-weight:600;background:#eff6ff}.phone-number-input{flex:1}.pw-hint{font-size:.75rem;color:var(--grey-400);margin-top:.3rem;line-height:1.4}.modal-header{margin-bottom:1.5rem}.modal-step-label{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--green-600);margin-bottom:.35rem}.modal-header h2{font-size:1.35rem;font-weight:800;color:var(--grey-800);margin-bottom:.35rem;letter-spacing:-.02em}.modal-sub{font-size:.88rem;color:var(--grey-400);line-height:1.55}.modal-form{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1rem}.modal-submit{width:100%;height:48px;font-size:.95rem}.modal-switch{font-size:.82rem;color:var(--grey-400);text-align:center}.modal-switch-btn{background:none;border:none;color:var(--green-600);font-weight:600;cursor:pointer;font-size:.82rem;padding:0;text-decoration:underline}.modal-success{text-align:center;padding:1rem 0}.modal-success-icon{width:52px;height:52px;border-radius:50%;background:var(--green-500);color:#fff;font-size:1.4rem;font-weight:700;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem}.modal-success h2{font-size:1.2rem;font-weight:800;color:var(--grey-800);margin-bottom:.4rem}.modal-success p{font-size:.9rem;color:var(--grey-400)}.modal-box--wide{max-width:780px;max-height:90vh;overflow-y:auto}.detail-modal-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1.25rem}.detail-modal-header .tariff-select{flex-shrink:0}.detail-modal-title{font-size:1.15rem;font-weight:700;color:var(--grey-800);margin-bottom:0}.detail-section{margin-bottom:1.5rem}.detail-section-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:.6rem;flex-wrap:wrap;gap:.4rem}.detail-section-title{font-size:.88rem;font-weight:600;color:var(--grey-700)}.season-tabs{display:flex;gap:.25rem}.season-tab{padding:.2rem .55rem;border:1.5px solid var(--grey-200);background:transparent;border-radius:6px;font-size:.75rem;font-weight:500;color:var(--grey-600);cursor:pointer;transition:all .12s}.season-tab--active{background:var(--green-600);border-color:var(--green-600);color:#fff}.detail-payback-note{font-size:.78rem;color:var(--grey-500);text-align:right;margin-top:.3rem}.detail-results-link{background:none;border:none;color:var(--green-600);font-size:.82rem;font-weight:500;cursor:pointer;padding:0;text-decoration:underline;text-underline-offset:2px}.detail-results-link:hover{color:var(--green-700)}.tariff-select{font-size:.75rem;border:1.5px solid var(--grey-200);border-radius:6px;padding:.2rem .5rem;background:#fff;color:var(--grey-700);cursor:pointer;max-width:220px}.map-provider-toggle{position:absolute;top:.6rem;right:.6rem;z-index:10;display:flex;background:#ffffffeb;border-radius:8px;padding:2px;gap:2px;box-shadow:0 2px 6px #0000002e}.map-provider-btn{padding:.2rem .6rem;border:none;background:transparent;border-radius:6px;font-size:.72rem;font-weight:600;color:var(--grey-600);cursor:pointer;transition:all .12s}.map-provider-btn--active{background:var(--green-600);color:#fff}.bill-upload-zone{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:1rem;border:2px dashed var(--grey-300, #d1d5db);border-radius:10px;background:var(--grey-50, #f9fafb);color:var(--grey-500, #6b7280);font-size:.92rem;cursor:pointer;transition:border-color .15s,background .15s}.bill-upload-zone:hover,.bill-upload-zone--drag{border-color:var(--primary, #f97316);background:#fff7ed;color:var(--primary, #f97316)}.bill-upload-zone--loading{cursor:default;opacity:.7}.bill-upload-zone--done{border-color:#22c55e;background:#f0fdf4;color:#15803d;border-style:solid}.bill-parsed-summary{display:flex;gap:1.5rem;flex-wrap:wrap;margin-top:.6rem;padding:.6rem .75rem;background:#f0fdf4;border-radius:8px;font-size:.85rem;color:#374151}.epc-panel{background:var(--grey-50, #f9fafb);border:1.5px solid var(--grey-100);border-radius:10px;padding:.875rem 1rem;display:flex;flex-direction:column;gap:.75rem}.epc-panel-header{display:flex;align-items:center;gap:.75rem}.epc-band{width:40px;height:40px;border-radius:8px;font-size:1.1rem;font-weight:800;display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0}.epc-band[data-band=A]{background:#00b341}.epc-band[data-band=B]{background:#2dc653}.epc-band[data-band=C]{background:#7dcb4a}.epc-band[data-band=D]{background:#f0b429}.epc-band[data-band=E]{background:#f08228}.epc-band[data-band=F]{background:#e8522a}.epc-band[data-band=G]{background:#cc2929}.epc-band:not([data-band=A]):not([data-band=B]):not([data-band=C]):not([data-band=D]):not([data-band=E]):not([data-band=F]):not([data-band=G]){background:var(--grey-300)}.epc-panel-meta{display:flex;flex-direction:column;gap:1px}.epc-panel-title{font-size:.88rem;font-weight:600;color:var(--grey-800)}.epc-panel-date{font-size:.75rem;color:var(--grey-400)}.epc-stats{display:flex;gap:.5rem}.epc-stat{flex:1;background:#fff;border:1px solid var(--grey-100);border-radius:8px;padding:.4rem .5rem;display:flex;flex-direction:column;gap:1px;text-align:center}.epc-stat--highlight{border-color:var(--green-300, #86efac);background:var(--green-50)}.epc-stat-val{font-size:.9rem;font-weight:700;color:var(--grey-800)}.epc-stat--highlight .epc-stat-val{color:var(--green-700)}.epc-stat-label{font-size:.68rem;color:var(--grey-400)}.epc-insulation{display:flex;flex-direction:column;gap:.3rem;border-top:1px solid var(--grey-100);padding-top:.6rem}.epc-ins-row{display:flex;gap:.5rem;font-size:.78rem;line-height:1.4}.epc-ins-label{font-weight:600;color:var(--grey-600);min-width:54px;flex-shrink:0}.epc-ins-val{color:var(--grey-500)}.drawer-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000059;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:300;display:flex;justify-content:flex-end}.drawer{background:#fff;width:100%;max-width:440px;height:100%;overflow-y:auto;padding:2rem 1.75rem;position:relative;box-shadow:-8px 0 40px #00000024;animation:drawer-in .22s cubic-bezier(.4,0,.2,1)}@keyframes drawer-in{0%{transform:translate(100%)}to{transform:translate(0)}}.drawer-close{position:absolute;top:1.1rem;right:1.1rem;background:var(--grey-100);border:none;border-radius:50%;width:32px;height:32px;font-size:.85rem;color:var(--grey-600);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .12s}.drawer-close:hover{background:var(--grey-200)}.dash-fullscreen{position:fixed;top:0;right:0;bottom:0;left:0;background:#f8fafc;z-index:250;display:flex;flex-direction:column;animation:fade-in .18s ease}@keyframes fade-in{0%{opacity:0}to{opacity:1}}.dash-page{flex:1;overflow-y:auto;padding:2.5rem 1.5rem}.dash-page-inner{max-width:720px;margin:0 auto}.dash-page-hero{display:flex;align-items:center;gap:1.25rem;margin-bottom:2.5rem}.dash-page-name{font-size:1.75rem;font-weight:800;color:var(--grey-800);letter-spacing:-.03em;margin-bottom:.2rem}.dash-page-sub{font-size:.9rem;color:var(--grey-400)}.dash-avatar{border-radius:50%;background:var(--green-600);color:#fff;font-weight:800;letter-spacing:-.02em;display:flex;align-items:center;justify-content:center;flex-shrink:0}.dash-avatar--sm{width:32px;height:32px;font-size:.75rem}.dash-avatar--lg{width:60px;height:60px;font-size:1.3rem}.dash-no-quote{display:flex;flex-direction:column;align-items:center;gap:1.25rem;padding:2.5rem 1rem;text-align:center}.dash-no-quote-text{color:var(--grey-500, #6b7280);font-size:1rem}.dash-no-quote-btn{font-size:1rem;padding:.75rem 1.75rem}.dash-section-title{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--grey-400);margin-bottom:1rem}.dash-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1rem}.dash-card{border:1.5px solid var(--grey-200);border-radius:12px;padding:1.1rem 1.1rem 1rem;background:#fff;transition:border-color .15s}.dash-card:not(.dash-card--disabled):hover{border-color:var(--green-300)}.dash-card--disabled{background:var(--grey-50);opacity:.55}.dash-card-header{display:flex;align-items:center;gap:.75rem;margin-bottom:.9rem}.dash-card-icon{font-size:1.35rem;line-height:1}.dash-card-title{font-size:.95rem;font-weight:700;color:var(--grey-800)}.dash-card-status{font-size:.78rem;color:var(--green-600);font-weight:600;margin-top:.1rem}.dash-card-coming{font-size:.78rem;color:var(--grey-400);margin-top:.1rem}.dash-card-badge{margin-left:auto;padding:.2rem .6rem;border-radius:20px;font-size:.72rem;font-weight:700}.dash-card-badge--complete{background:#dcfce7;color:#15803d}.dash-progress{display:flex;align-items:flex-start;gap:0;position:relative;padding-bottom:.25rem}.dash-progress-step{display:flex;flex-direction:column;align-items:center;flex:1;position:relative}.dash-progress-dot{width:22px;height:22px;border-radius:50%;border:2px solid var(--grey-200);background:#fff;color:transparent;font-size:.65rem;font-weight:700;display:flex;align-items:center;justify-content:center;position:relative;z-index:1;transition:all .2s}.dash-progress-dot--done{border-color:var(--green-600);background:var(--green-600);color:#fff}.dash-progress-label{font-size:.6rem;color:var(--grey-400);text-align:center;margin-top:.3rem;line-height:1.3;max-width:52px}.dash-progress-label--active{color:var(--green-700);font-weight:700}.dash-progress-line{position:absolute;top:10px;left:50%;right:-50%;height:2px;background:var(--grey-200);z-index:0}.dash-progress-line--done{background:var(--green-500)}.dash-action-btn{margin-top:.75rem;width:100%;height:38px;background:var(--green-600);color:#fff;border:none;border-radius:8px;font-size:.85rem;font-weight:600;cursor:pointer;transition:background .12s}.dash-action-btn:hover{background:var(--green-700)}.mini-progress{display:flex;align-items:center;gap:.5rem;flex:1;min-width:0}.mini-progress-bar{flex:1;height:5px;background:var(--grey-200);border-radius:3px;overflow:hidden}.mini-progress-fill{height:100%;background:var(--green-500);border-radius:3px;transition:width .3s ease}.mini-progress-label{font-size:.7rem;color:var(--grey-400);white-space:nowrap}.inst-detail-tabs{display:flex;gap:0;border-bottom:2px solid var(--grey-200);margin-bottom:1.5rem;flex-wrap:wrap}.inst-detail-tab{padding:.65rem 1.2rem;font-size:.9rem;font-weight:500;color:var(--grey-500);background:none;border:none;border-bottom:2px solid transparent;margin-bottom:-2px;cursor:pointer;transition:color .15s,border-color .15s;white-space:nowrap}.inst-detail-tab:hover{color:var(--green-700)}.inst-detail-tab--active{color:var(--green-700);border-bottom-color:var(--green-600)}.inst-tab-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center;gap:.75rem}.inst-tab-empty-icon{font-size:2.5rem}.inst-tab-empty-title{font-size:1.1rem;font-weight:600;color:var(--grey-700)}.inst-tab-empty-sub{font-size:.9rem;color:var(--grey-400);max-width:360px;line-height:1.5}.install-card{max-width:560px}.install-card-icons{display:flex;gap:.15rem;font-size:1.1rem}.install-tech-rows{display:flex;flex-direction:column;gap:.55rem;margin-top:.85rem}.install-tech-row{display:flex;align-items:center;gap:.6rem}.install-tech-icon{font-size:.95rem;width:20px;text-align:center;flex-shrink:0}.install-tech-label{font-size:.82rem;font-weight:600;color:var(--grey-700);width:110px;flex-shrink:0}.qd-topbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.qd-rerun-btn{background:var(--grey-100);border:1.5px solid var(--grey-200);color:var(--grey-700);border-radius:8px;padding:.4rem .9rem;font-size:.82rem;font-weight:600;cursor:pointer;transition:all .12s}.qd-rerun-btn:hover{background:var(--grey-200)}.qd-section-tabs{display:flex;gap:0;border-bottom:2px solid var(--grey-200);margin-bottom:1.5rem;flex-wrap:wrap}.qd-section-tab{padding:.6rem 1.1rem;background:none;border:none;font-size:.85rem;font-weight:600;color:var(--grey-500);cursor:pointer;border-bottom:2px solid transparent;margin-bottom:-2px;transition:all .12s;white-space:nowrap}.qd-section-tab:hover{color:var(--grey-700)}.qd-section-tab--active{color:var(--green-700);border-bottom-color:var(--green-600)}.qd-content{animation:fade-in .12s ease}.qd-page{padding-bottom:3rem}.qd-back{background:none;border:none;color:var(--green-600);font-size:.88rem;font-weight:600;cursor:pointer;padding:0;margin-bottom:1.25rem;display:inline-flex;align-items:center;gap:.3rem}.qd-back:hover{color:var(--green-700)}.qd-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.qd-title{font-size:1.35rem;font-weight:800;color:var(--grey-800);letter-spacing:-.02em}.qd-sub{font-size:.85rem;color:var(--grey-400);margin-top:.2rem}.qd-maps{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1.75rem}.qd-map-card{border-radius:10px;overflow:hidden;border:1.5px solid var(--grey-200)}.qd-map-label{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.07em;color:var(--grey-500);padding:.45rem .75rem;background:var(--grey-50);border-bottom:1px solid var(--grey-200)}.qd-map-img{width:100%;display:block;aspect-ratio:2/1;object-fit:cover}.qd-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}.qd-section{background:#fff;border:1.5px solid var(--grey-200);border-radius:12px;padding:1.1rem}.qd-section--full{grid-column:1 / -1}.qd-section-title{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--grey-400);margin-bottom:.85rem}.qd-label{display:block;font-size:.78rem;font-weight:600;color:var(--grey-600);margin:.65rem 0 .25rem}.qd-label:first-child{margin-top:0}.qd-addons{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.qd-addon-card{border:1.5px solid var(--grey-200);border-radius:10px;padding:.85rem}.qd-addon-header{display:flex;align-items:center;gap:.6rem}.qd-addon-title{font-size:.88rem;font-weight:700;color:var(--grey-800)}.qd-addon-sub{font-size:.75rem;color:var(--grey-400);margin-top:.1rem}.qd-toggle{margin-left:auto;position:relative;display:inline-block;width:36px;height:20px;flex-shrink:0}.qd-toggle input{opacity:0;width:0;height:0}.qd-toggle-track{position:absolute;top:0;right:0;bottom:0;left:0;background:var(--grey-200);border-radius:20px;cursor:pointer;transition:background .2s}.qd-toggle-track:before{content:"";position:absolute;width:14px;height:14px;left:3px;top:3px;background:#fff;border-radius:50%;transition:transform .2s}.qd-toggle input:checked+.qd-toggle-track{background:var(--green-600)}.qd-toggle input:checked+.qd-toggle-track:before{transform:translate(16px)}.qd-pref-field{margin-bottom:.5rem}.qd-radio-group{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.35rem}.qd-radio{display:flex;align-items:center;gap:.4rem;padding:.35rem .75rem;border:1.5px solid var(--grey-200);border-radius:8px;font-size:.82rem;font-weight:500;cursor:pointer;transition:all .12s}.qd-radio input{display:none}.qd-radio--active{border-color:var(--green-600);background:var(--green-50);color:var(--green-700);font-weight:700}.qd-checkbox-row{display:flex;align-items:center;gap:.6rem;font-size:.85rem;color:var(--grey-700);margin-top:.35rem;cursor:pointer}.qd-save-row{margin-top:1.75rem;display:flex;justify-content:flex-end}.qd-edit-cols{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-top:1.5rem}@media(max-width:700px){.qd-edit-cols{grid-template-columns:1fr}}.qd-prefs-bar{grid-column:1 / -1;background:var(--grey-50, #f9fafb);border:1px solid var(--grey-200, #e5e7eb);border-radius:12px;padding:1.25rem 1.5rem;margin-top:.5rem}.qd-prefs-fields{display:flex;flex-wrap:wrap;gap:2rem;align-items:flex-end}.qd-prefs-field{flex:1;min-width:200px}.qd-prefs-field--checkbox{display:flex;flex-direction:column;justify-content:flex-end}.qd-pill-row{display:flex;gap:.5rem;flex-wrap:wrap;margin-top:.25rem}.qd-subtitle{color:var(--grey-500, #6b7280);font-size:.875rem;margin-top:.25rem}.qp-page{padding:1.5rem 0}.qp-estimate-badge{display:inline-block;font-size:.7rem;font-weight:600;color:#d97706;background:#fef3c7;border-radius:4px;padding:1px 5px;margin-left:.35rem;vertical-align:middle;cursor:help}.qp-estimate-note{font-size:.8rem;color:var(--grey-500, #6b7280);margin-top:1.5rem;padding-top:.75rem;border-top:1px solid #f3f4f6}.cp-quote-list{display:flex;flex-direction:column;gap:.5rem;margin-top:.5rem}.cp-quote-row{display:flex;align-items:center;gap:.75rem;padding:.9rem 1rem;border:1.5px solid var(--grey-200);border-radius:10px;cursor:pointer;background:#fff;transition:border-color .12s}.cp-quote-row:hover{border-color:var(--green-400)}.cp-quote-addr{font-size:.95rem;font-weight:600;color:var(--grey-800)}.cp-quote-post{margin-left:.5rem;font-size:.82rem;color:var(--grey-400);font-weight:400}.cp-quote-meta{font-size:.8rem;color:var(--grey-400);margin-left:auto;white-space:nowrap}.cp-quote-chevron{font-size:1.2rem;color:var(--grey-300)}.cp-quote-view{padding-bottom:3rem}.cp-detail-list{display:flex;flex-direction:column;gap:0}.cp-detail-row{display:flex;justify-content:space-between;align-items:baseline;padding:.45rem 0;border-bottom:1px solid var(--grey-100);font-size:.85rem}.cp-detail-row span{color:var(--grey-500)}.cp-detail-row strong{color:var(--grey-800);text-align:right}.cp-rec-box{margin-top:1rem;background:#fffbeb;border-radius:8px;padding:.85rem}.cp-actions{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1rem}.cp-action-card{border:1.5px solid var(--grey-200);border-radius:10px;padding:1rem}.cp-action-card--muted{opacity:.6}.cp-action-title{font-size:.9rem;font-weight:700;color:var(--grey-800);margin-bottom:.6rem}.cp-action-note{font-size:.8rem;color:var(--grey-500);margin-bottom:.6rem}.cp-action-sent{font-size:.85rem;color:var(--green-600);font-weight:600}.cp-textarea{resize:vertical;min-height:72px;font-size:.85rem;font-family:inherit}.dash-card-chevron{margin-left:auto;font-size:1.2rem;color:var(--grey-300)}@media(max-width:768px){.layout{flex-direction:column}.form-panel{width:100%}.image-panel{display:none}}.cp-settings{display:flex;flex-direction:column;gap:1.5rem;max-width:560px}.cp-settings-section{display:flex;flex-direction:column;gap:.4rem}.cp-settings-checks{display:flex;flex-direction:column;gap:.5rem;margin-top:.25rem}.cp-settings-check{display:flex;align-items:center;gap:.5rem;font-size:.95rem;cursor:pointer}.cp-settings-check input[type=checkbox]{width:16px;height:16px;cursor:pointer}.cp-settings-stats{display:flex;flex-direction:column;gap:.5rem;margin-top:.25rem}.cp-stat-row{display:flex;align-items:center;justify-content:space-between;gap:1rem}.cp-stat-input{width:100px!important;text-align:right}.cp-billing-info{display:flex;gap:1rem;margin-bottom:1.5rem;flex-wrap:wrap}.cp-billing-rule{display:flex;align-items:center;gap:.6rem;background:var(--grey-50);border:1px solid var(--grey-200);border-radius:10px;padding:.75rem 1rem;font-size:.9rem;flex:1;min-width:200px}.cp-billing-rule-icon{font-size:1.3rem}.cp-billing-table{width:100%;border-collapse:collapse;font-size:.9rem}.cp-billing-table th{text-align:left;padding:.5rem .75rem;border-bottom:2px solid var(--grey-200);color:var(--grey-500);font-weight:600}.cp-billing-table td{padding:.6rem .75rem;border-bottom:1px solid var(--grey-100)}.cp-billing-badge{display:inline-block;padding:.15rem .5rem;border-radius:999px;font-size:.75rem;font-weight:600}.cp-billing-badge--paid{background:#dcfce7;color:#15803d}.cp-billing-badge--unpaid{background:#fef9c3;color:#854d0e}.cp-portal-hero{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.cp-portal-avatar{width:64px;height:64px;border-radius:50%;object-fit:cover;flex-shrink:0;border:2px solid var(--grey-200)}.cp-portal-avatar--placeholder{background:var(--green-600);color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700}.cp-portal-name{font-size:1.25rem;font-weight:700;color:var(--grey-800)}.cp-portal-sub{font-size:.85rem;color:var(--grey-400);margin-top:2px}.cp-profile-img-row{display:flex;align-items:center;gap:.75rem;margin-bottom:.25rem;flex-wrap:wrap}.cp-profile-img{width:72px;height:72px;border-radius:50%;object-fit:cover;border:2px solid var(--grey-200)}.cp-profile-img-placeholder{width:72px;height:72px;border-radius:50%;background:var(--grey-100);border:2px dashed var(--grey-300);display:flex;align-items:center;justify-content:center;font-size:.75rem;color:var(--grey-400)}.cp-profile-img-btn{display:inline-flex;align-items:center;height:36px;padding:0 .875rem;background:var(--grey-100);border:1.5px solid var(--grey-200);border-radius:8px;font-size:.85rem;font-weight:500;color:var(--grey-700);cursor:pointer;transition:background .12s}.cp-profile-img-btn:hover{background:var(--grey-200)}.cp-profile-img-remove{height:36px;padding:0 .875rem;background:none;border:1.5px solid #fca5a5;border-radius:8px;font-size:.85rem;font-weight:500;color:#dc2626;cursor:pointer;transition:background .12s}.cp-profile-img-remove:hover{background:#fef2f2}.cp-avail-list{display:flex;flex-direction:column;gap:.75rem}.cp-avail-card{background:#fff;border:1.5px solid var(--grey-200);border-radius:12px;padding:1rem 1.1rem;display:flex;flex-direction:column;gap:.75rem}.cp-avail-card-top{display:flex;justify-content:space-between;align-items:flex-start}.cp-avail-addr{font-weight:600;font-size:1rem;color:var(--grey-800)}.cp-avail-meta{display:flex;gap:.5rem;margin-top:.2rem;flex-wrap:wrap;font-size:.8rem;color:var(--grey-400)}.cp-avail-postcode{font-weight:500;color:var(--grey-600)}.cp-avail-dist{color:var(--green-700);font-weight:500}.cp-avail-tags{display:flex;gap:.4rem;flex-wrap:wrap;margin-top:.5rem}.cp-avail-tag{display:inline-flex;align-items:center;gap:.2rem;background:var(--green-50);border:1px solid var(--green-200);color:var(--green-700);font-size:.78rem;font-weight:500;padding:.2rem .55rem;border-radius:20px}.cp-avail-actions{display:flex;gap:.5rem;flex-wrap:wrap}.cp-avail-btn{flex:1;min-width:120px;height:38px;border-radius:8px;font-size:.85rem;font-weight:600;cursor:pointer;border:none;transition:background .12s,opacity .12s}.cp-avail-btn--primary{background:var(--green-600);color:#fff}.cp-avail-btn--primary:hover{background:var(--green-700)}.cp-avail-btn--reject{background:none;border:1.5px solid #fca5a5;color:#dc2626;flex:0 1 auto;min-width:80px}.cp-avail-btn--reject:hover{background:#fef2f2}.cp-review-addr{font-weight:700;font-size:1.05rem;margin-bottom:.4rem}.cp-review-details{margin-bottom:1rem}.cp-review-footer{display:flex;gap:.75rem;align-items:center;margin-top:1.25rem;flex-wrap:wrap}.cp-action-choices{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}.cp-action-choice{display:flex;align-items:flex-start;gap:.75rem;padding:.75rem 1rem;border:1.5px solid var(--grey-200);border-radius:10px;cursor:pointer;transition:border-color .12s,background .12s}.cp-action-choice input[type=radio]{margin-top:3px;accent-color:var(--green-600)}.cp-action-choice p{margin:.15rem 0 0;font-size:.82rem;color:var(--grey-500)}.cp-action-choice--active{border-color:var(--green-500);background:var(--green-50)}.cp-price-range{margin-bottom:.75rem}.cp-price-range-inputs{display:flex;align-items:center;gap:.5rem}.cp-price-range-inputs .input{flex:1}.cp-appt-types{display:flex;gap:.5rem;flex-wrap:wrap}.cp-appt-type{display:inline-flex;align-items:center;gap:.4rem;padding:.4rem .9rem;border:1.5px solid var(--grey-200);border-radius:8px;cursor:pointer;font-size:.85rem;font-weight:500;transition:border-color .12s,background .12s}.cp-appt-type input[type=radio]{display:none}.cp-appt-type--active{border-color:var(--green-500);background:var(--green-50);color:var(--green-700)}.cp-conv-list{display:flex;flex-direction:column;gap:.5rem}.cp-conv-row{background:#fff;border:1.5px solid var(--grey-200);border-radius:10px;padding:.875rem 1rem;cursor:pointer;transition:border-color .12s,background .12s}.cp-conv-row:hover{border-color:var(--green-400);background:var(--green-50)}.cp-conv-title{font-weight:600;font-size:.95rem}.cp-conv-sub{font-weight:400;color:var(--grey-400);font-size:.85rem}.cp-conv-preview{font-size:.82rem;color:var(--grey-500);margin-top:.2rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cp-thread{display:flex;flex-direction:column;height:100%;min-height:400px}.cp-thread-messages{flex:1;overflow-y:auto;display:flex;flex-direction:column;gap:.75rem;padding:.75rem 0;min-height:200px;max-height:460px}.cp-msg{max-width:75%;display:flex;flex-direction:column;gap:.15rem}.cp-msg--theirs{align-self:flex-start}.cp-msg--mine{align-self:flex-end;align-items:flex-end}.cp-msg-name{font-size:.75rem;font-weight:600;color:var(--grey-400)}.cp-msg-body{padding:.6rem .9rem;border-radius:12px;font-size:.9rem;line-height:1.45}.cp-msg--theirs .cp-msg-body{background:var(--grey-100);color:var(--grey-800);border-bottom-left-radius:4px}.cp-msg--mine .cp-msg-body{background:var(--green-600);color:#fff;border-bottom-right-radius:4px}.cp-msg-time{font-size:.7rem;color:var(--grey-400)}.cp-thread-input{display:flex;gap:.5rem;padding-top:.75rem;border-top:1px solid var(--grey-100)}.cp-thread-input .input{flex:1;resize:none}.cp-appt-card{margin-top:.5rem;padding:.6rem .75rem;border-radius:8px;border:1px solid var(--grey-200);background:#fff;font-size:.85rem;min-width:180px}.cp-appt-card--accepted{border-color:var(--green-500);background:var(--green-50)}.cp-appt-card--declined{opacity:.65}.cp-msg--mine .cp-appt-card{background:#ffffff26;border-color:#ffffff59;color:#fff}.cp-msg--mine .cp-appt-card--accepted{background:#fff3;border-color:#ffffff80}.cp-appt-card-date{font-weight:600;display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.cp-appt-card-slot{font-weight:400;color:#6b7280;font-size:.8rem}.cp-msg--mine .cp-appt-card-slot{color:#ffffffbf}.cp-appt-actions{display:flex;gap:.5rem;margin-top:.55rem;flex-wrap:wrap}.cp-appt-btn{padding:.3rem .8rem;border-radius:6px;border:none;cursor:pointer;font-size:.8rem;font-weight:600;font-family:inherit}.cp-appt-btn--accept{background:var(--green-600);color:#fff}.cp-appt-btn--accept:hover{background:var(--green-700)}.cp-appt-btn--counter{background:#fff;color:var(--grey-800);border:1px solid var(--grey-200)}.cp-appt-btn--counter:hover{background:var(--grey-100)}.cp-msg--mine .cp-appt-btn--counter{background:#fff3;color:#fff;border-color:#fff6}.cp-appt-badge{margin-top:.45rem;font-size:.8rem;font-weight:600}.cp-appt-badge--accepted{color:var(--green-700)}.cp-appt-badge--declined{color:#6b7280}.cp-appt-pending{margin-top:.4rem;font-size:.78rem;color:#6b7280;font-style:italic}.cp-msg--mine .cp-appt-pending{color:#ffffffa6}.cp-counter-picker{border-top:1px solid var(--grey-100);padding:.75rem 0;display:flex;flex-direction:column;gap:.5rem}.cp-counter-header{display:flex;align-items:center;justify-content:space-between}.cp-counter-title{font-weight:600;font-size:.9rem;color:var(--grey-800)}.cp-counter-cancel{background:none;border:none;cursor:pointer;font-size:1rem;color:var(--grey-400);padding:0;line-height:1}.cp-counter-cancel:hover{color:var(--grey-800)}.cp-review-postcode{font-size:1.3rem;font-weight:700;color:var(--grey-800);margin-bottom:.4rem;letter-spacing:.03em}.cp-review-maps{display:grid;grid-template-columns:1fr 1fr;gap:.75rem;margin-bottom:1rem}.cp-review-map-card{display:flex;flex-direction:column;gap:.25rem}.cp-review-map-img{width:100%;border-radius:8px;object-fit:cover;aspect-ratio:16/7}@media(max-width:560px){.cp-review-maps{grid-template-columns:1fr}}.cp-system-fields{display:grid;grid-template-columns:1fr 1fr;gap:.75rem;margin-top:.75rem}.cp-system-field{display:flex;flex-direction:column}@media(max-width:480px){.cp-system-fields{grid-template-columns:1fr}}.cp-conv-info-panel{background:var(--grey-50);border:1.5px solid var(--grey-200);border-radius:10px;padding:.875rem 1rem;margin-bottom:1rem}.cp-conv-info-cols{display:flex;gap:1.5rem;flex-wrap:wrap;margin-bottom:.5rem}.cp-conv-info-item{display:flex;flex-direction:column;gap:.1rem}.cp-conv-info-label{font-size:.72rem;font-weight:600;color:var(--grey-400);text-transform:uppercase;letter-spacing:.05em}.cp-conv-info-val{font-size:.9rem;font-weight:600;color:var(--grey-800)}.cp-conv-info-link{color:var(--green-700);text-decoration:none}.cp-conv-info-link:hover{text-decoration:underline}.cp-conv-quote-summary{border-top:1px solid var(--grey-200);padding-top:.6rem;display:flex;flex-direction:column;gap:.25rem}.cp-conv-price{font-size:.85rem;color:var(--grey-700)}.cq-cards{display:flex;flex-direction:column;gap:1rem;padding:.5rem 0}.cq-card{background:#fff;border:1px solid var(--grey-200);border-radius:12px;padding:1.2rem 1.4rem;display:flex;flex-direction:column;gap:.85rem;box-shadow:0 1px 4px #0000000d}.cq-card-header{display:flex;align-items:center;flex-wrap:wrap;gap:.5rem}.cq-card-name{font-size:1.05rem;font-weight:600;color:var(--grey-900)}.cq-card-details{display:flex;flex-direction:column;gap:.3rem}.cq-card-detail{display:flex;gap:.5rem;align-items:baseline;font-size:.88rem}.cq-detail-label{color:var(--grey-500);min-width:110px}.cq-detail-val{color:var(--grey-800);font-weight:500}.cq-detail-link{color:var(--green-700);text-decoration:none;font-weight:500}.cq-detail-link:hover{text-decoration:underline}.cq-card-actions{display:flex;flex-wrap:wrap;gap:.5rem;padding-top:.25rem;border-top:1px solid var(--grey-100)}.cq-btn{border:none;border-radius:8px;padding:.5rem 1rem;font-size:.88rem;font-weight:500;cursor:pointer;transition:opacity .15s;font-family:inherit}.cq-btn:disabled{opacity:.5;cursor:not-allowed}.cq-btn--primary{background:var(--green-600, #2d8c5a);color:#fff}.cq-btn--primary:hover:not(:disabled){background:var(--green-700, #236b45)}.cq-btn--secondary{background:var(--grey-100);color:var(--grey-800)}.cq-btn--secondary:hover:not(:disabled){background:var(--grey-200)}.cq-btn--ghost{background:transparent;color:var(--green-700, #236b45);border:1px solid var(--green-600, #2d8c5a)}.cq-btn--ghost:hover:not(:disabled){background:var(--green-50, #f0faf5)}.cq-badge{font-size:.72rem;font-weight:600;padding:.2rem .55rem;border-radius:20px;white-space:nowrap}.cq-badge--responded{background:#dcfce7;color:#15803d}.cq-badge--pending{background:#fef9c3;color:#854d0e}.cq-badge--new{background:var(--grey-100);color:var(--grey-600)}.cq-arrange{display:flex;flex-direction:column;gap:.75rem;padding:.5rem 0}.cq-arrange-title{font-size:1.05rem;font-weight:600;color:var(--grey-900)}.cq-arrange-hint{font-size:.88rem;color:var(--grey-600)}.cq-date-grid{display:flex;flex-wrap:wrap;gap:.4rem}.cq-date-btn{padding:.4rem .7rem;border:1px solid var(--grey-200);border-radius:8px;background:#fff;font-size:.82rem;cursor:pointer;color:var(--grey-800);font-family:inherit;transition:background .1s,border-color .1s}.cq-date-btn:hover{background:var(--grey-50)}.cq-date-btn--active{background:var(--green-600, #2d8c5a);color:#fff;border-color:var(--green-600, #2d8c5a)}.cq-time-grid{display:flex;flex-wrap:wrap;gap:.4rem}.cq-time-btn{padding:.45rem .9rem;border:1px solid var(--grey-200);border-radius:8px;background:#fff;font-size:.85rem;cursor:pointer;color:var(--grey-800);font-family:inherit;transition:background .1s,border-color .1s}.cq-time-btn:hover{background:var(--grey-50)}.cq-time-btn--active{background:var(--green-600, #2d8c5a);color:#fff;border-color:var(--green-600, #2d8c5a)}.cq-analysis{display:flex;flex-direction:column;gap:1rem;padding:.5rem 0}.cq-analysis-title{font-size:1.05rem;font-weight:600;color:var(--grey-900)}.cq-analysis-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:.75rem}.cq-stat-card{background:#fff;border:1px solid var(--grey-200);border-radius:10px;padding:.9rem 1rem;display:flex;flex-direction:column;gap:.2rem}.cq-stat-card--highlight{border-color:var(--green-600, #2d8c5a);background:var(--green-50, #f0faf5)}.cq-stat-label{font-size:.78rem;color:var(--grey-500);text-transform:uppercase;letter-spacing:.04em}.cq-stat-val{font-size:1.4rem;font-weight:700;color:var(--grey-900);line-height:1.2}.cq-stat-sub{font-size:.75rem;color:var(--grey-500);margin-top:.15rem}.cq-analysis-note{font-size:.78rem;color:var(--grey-500);border-top:1px solid var(--grey-100);padding-top:.75rem;line-height:1.5}.avail-grid{display:flex;flex-direction:column;gap:.35rem;overflow-x:auto}.avail-grid-header{display:grid;grid-template-columns:120px repeat(5,1fr);gap:.3rem}.avail-slot-header{font-size:.7rem;color:var(--grey-500);text-align:center;padding:.25rem 0;font-weight:600}.avail-grid-row{display:grid;grid-template-columns:120px repeat(5,1fr);gap:.3rem;align-items:center}.avail-day-label{font-size:.85rem;color:var(--grey-700);font-weight:500;text-align:left;padding:0;background:none;border:none;cursor:default;font-family:inherit}.avail-day-toggle{cursor:pointer;padding:.3rem .5rem;border-radius:6px;transition:background .1s}.avail-day-toggle:hover{background:var(--grey-100)}.avail-day-toggle--on{color:var(--green-700, #236b45);font-weight:700}.avail-slot-cell{border:1px solid var(--grey-200);border-radius:6px;padding:.4rem 0;font-size:.8rem;cursor:pointer;background:#fff;color:var(--grey-400);font-family:inherit;transition:background .1s,border-color .1s;text-align:center}.avail-slot-cell:hover{background:var(--grey-50)}.avail-slot-cell--on{background:var(--green-600, #2d8c5a);border-color:var(--green-600, #2d8c5a);color:#fff;font-weight:600}
