.capacity-tool .intro{font-size:1.15rem;color:var(--color-muted);max-width:var(--measure)}.capacity-tool .tool-grid{display:grid;gap:1.5rem;margin-top:2rem}@media(min-width:56rem){.capacity-tool .tool-grid{grid-template-columns:1fr 1fr}}.capacity-tool .panel-title{font-size:.8rem;text-transform:uppercase;letter-spacing:.08em;color:var(--color-primary);font-weight:700;margin:0 0 1.25rem}.capacity-tool .field{margin-bottom:1.25rem}.capacity-tool .field:last-child{margin-bottom:0}.capacity-tool .field .row{display:flex;justify-content:space-between;align-items:baseline;gap:.75rem}.capacity-tool .field label{font-weight:700}.capacity-tool .field .hint{color:var(--color-muted);font-size:.85rem;font-weight:400;line-height:1.4}.capacity-tool .field .num{width:5.75rem;text-align:right;font-family:inherit;font-weight:700;font-size:1rem;color:var(--color-text);border:1px solid var(--color-border);border-radius:7px;padding:.35rem .55rem;background:#fff}.capacity-tool .field .unit{color:var(--color-muted);font-size:.8rem;margin-left:.35rem}.capacity-tool input[type=range]{-webkit-appearance:none;appearance:none;width:100%;height:5px;background:var(--color-border);border-radius:5px;margin-top:.85rem;cursor:pointer}.capacity-tool input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:18px;height:18px;border-radius:50%;background:var(--color-primary);border:3px solid #fff;box-shadow:0 1px 3px #00000040}.capacity-tool input[type=range]::-moz-range-thumb{width:16px;height:16px;border-radius:50%;background:var(--color-primary);border:3px solid #fff;box-shadow:0 1px 3px #00000040}.capacity-tool .chips{display:flex;gap:.5rem;margin-top:.7rem;flex-wrap:wrap}.capacity-tool .chip{font:inherit;font-size:.85rem;font-weight:700;cursor:pointer;border:1px solid var(--color-border);background:var(--color-surface);color:var(--color-primary-dark);border-radius:999px;padding:.3rem .85rem}.capacity-tool .chip:hover{border-color:var(--color-primary)}.capacity-tool .capacity-total{margin-top:1.5rem;padding-top:1.25rem;border-top:1px solid var(--color-border)}.capacity-tool .capacity-value{font-size:1.4rem;font-weight:800;color:var(--color-accent);white-space:nowrap}.capacity-tool .results{margin-top:1.5rem}.capacity-tool .headline{display:grid;gap:1.5rem}@media(min-width:56rem){.capacity-tool .headline{grid-template-columns:1fr 1fr}}.capacity-tool .big{border-radius:var(--radius);padding:1.5rem;color:#fff}.capacity-tool .big.need{background:linear-gradient(135deg,var(--brand-purple),var(--brand-blue))}.capacity-tool .big.have{background:linear-gradient(135deg,var(--brand-blue-teal),var(--brand-mint))}.capacity-tool .big .k{font-size:.8rem;text-transform:uppercase;letter-spacing:.08em;font-weight:700;opacity:.9}.capacity-tool .big .v{font-size:2.75rem;font-weight:800;line-height:1.05;margin-top:.35rem}.capacity-tool .big .v small{font-size:1.1rem;font-weight:700;opacity:.85}.capacity-tool .big .sub{font-size:.9rem;opacity:.92;margin-top:.4rem}.capacity-tool .verdict{margin-top:1.25rem;border:1px solid var(--color-border);border-radius:var(--radius);background:#fff;padding:1.25rem;box-shadow:var(--shadow)}.capacity-tool .verdict .bar{height:12px;border-radius:7px;background:var(--color-surface);overflow:hidden;margin:0 0 .85rem}.capacity-tool .verdict .bar>span{display:block;height:100%;border-radius:7px;background:linear-gradient(90deg,var(--brand-blue-teal),var(--brand-mint));transition:width .2s ease}.capacity-tool .verdict p{margin:0}.capacity-tool .verdict strong.good{color:#1f7a56}.capacity-tool .verdict strong.warn{color:#a8501f}.capacity-tool .breakdown{margin-top:1.25rem;display:grid;gap:.85rem;grid-template-columns:1fr}@media(min-width:34rem){.capacity-tool .breakdown{grid-template-columns:1fr 1fr}}@media(min-width:56rem){.capacity-tool .breakdown{grid-template-columns:repeat(3,1fr)}}.capacity-tool .stat{border:1px solid var(--color-border);border-radius:10px;background:#fff;padding:.85rem 1rem}.capacity-tool .stat .k{font-size:.78rem;color:var(--color-muted);font-weight:700}.capacity-tool .stat .v{font-size:1.4rem;font-weight:800;color:var(--color-primary-dark);margin-top:.15rem}.capacity-tool .stat .v small{font-size:.8rem;color:var(--color-muted);font-weight:700}.capacity-tool details.method{margin-top:1.5rem;border:1px solid var(--color-border);border-radius:10px;background:#fff}.capacity-tool details.method summary{cursor:pointer;padding:.9rem 1.1rem;font-weight:700;color:var(--color-primary)}.capacity-tool details.method[open] summary{border-bottom:1px solid var(--color-border)}.capacity-tool details.method .method-body{padding:.5rem 1.1rem 1rem;color:var(--color-muted)}.capacity-tool details.method code{background:var(--color-surface);padding:.05rem .3rem;border-radius:4px;color:var(--color-primary-dark);font-size:.9rem}.capacity-tool .note{margin-top:3rem}.capacity-tool .note .signoff{color:var(--color-muted);font-size:.875rem}.capacity-tool .cta{margin-top:2.5rem}.capacity-tool .cta h2{margin-top:0}.capacity-tool .cta-actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:0}
