.quote-picker-row{display:flex;align-items:flex-end;gap:12px;flex-wrap:wrap;margin:4px 0 30px}
.quote-picker-row label{display:grid;gap:7px;min-width:270px;max-width:100%}
.quote-picker-row select{width:100%;max-width:500px;font-weight:600;background:var(--card);min-height:48px;border-radius:14px}
.room-heading{margin-bottom:22px}.room-heading p{margin-top:8px}
.room-card{background:var(--card);border:1px solid var(--line);border-radius:var(--r-lg);padding:24px;margin:0 0 18px;box-shadow:var(--shadow-sm)}
.room-card .eyebrow{margin-bottom:6px}.room-goal{margin:16px 0;color:var(--sub);white-space:pre-wrap}
.room-devices{margin:20px 0}.room-device{display:flex;gap:14px;align-items:center;padding:14px 0;border-bottom:1px solid var(--line)}
.room-device:last-child{border:0}.room-device .tile{width:64px;height:64px;flex:none}.room-device>div:not(.tile){flex:1;min-width:0}.room-device small{display:block;font-size:11px;margin-top:4px}
.assignment-row{display:flex;gap:20px;align-items:center;padding:18px 0;border-bottom:1px solid var(--line)}
.assignment-row>div{flex:1}.assignment-row small{display:block;margin-top:8px}.assignment-row input{width:86px}
.wizard-steps{display:flex;gap:14px;padding:0;list-style:none;justify-content:space-between;margin:0 0 30px}.wizard-steps li{color:var(--muted);font-size:12px;display:flex;align-items:center;gap:7px}.wizard-steps span{display:grid;place-items:center;width:25px;height:25px;border:1px solid var(--line2);border-radius:50%}.wizard-steps [aria-current]{color:var(--ink);font-weight:600}.wizard-steps [aria-current] span{background:var(--accent);color:var(--on)}
.wizard-content h3{margin-bottom:22px}.wizard-content .form-grid{margin:20px 0}.wizard-content textarea{width:100%;resize:vertical}
.guided-product{display:flex;gap:16px;align-items:center;border-bottom:1px solid var(--line);padding:18px 0}.guided-product .tile{width:76px;height:76px;flex:none}.guided-product>div:not(.tile){flex:1;min-width:0}.guided-product small{display:block;margin-top:6px}.guided-product input{width:74px;flex:none}
.toolbar>.seg{flex-wrap:nowrap;max-width:100%;overflow-x:auto}.source-category-note{font-size:12px;color:var(--muted);margin-bottom:20px}
@media(max-width:600px){.quote-picker-row{align-items:stretch;gap:10px}.quote-picker-row label{width:100%;min-width:0}.quote-picker-row>.button{width:100%}.room-card{padding:18px}.wizard-steps{gap:5px}.wizard-steps li{font-size:10px;gap:4px}.wizard-steps span{width:20px;height:20px}.guided-product{gap:10px}.guided-product .tile{width:54px;height:54px}.guided-product input{width:64px}.room-device strong{font-size:13px}.toolbar .tab-end{margin-left:0}}
@media(max-width:600px){.toolbar>.seg{gap:0}.toolbar>.seg button{font-size:12px;padding:10px 9px;white-space:nowrap;flex:none}}
