.rec-grid--heights{grid-template-columns:repeat(3,minmax(0,1fr))}.rec-field input.rec-invalid{border-color:#e62226;background:#fff6f6}.rec-height-note{grid-column:1/-1;margin:0 0 2px;color:#58718e;font-size:13px;line-height:1.8}.rec-result-summary{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:16px;padding:18px 20px;border-radius:13px;background:linear-gradient(135deg,#1878f0,#1764c6);color:#fff}.rec-result-summary span{font-size:15px}.rec-result-summary strong{font-size:22px}.rec-result-card{overflow:hidden;margin:16px 0;border:1px solid var(--rec-border);border-radius:14px;background:#fff}.rec-result-card h3{margin:0;padding:15px 18px;background:#edf6ff;color:#135cb3;font-size:17px}.rec-result-card dl{margin:0}.rec-result-card dl>div{display:grid;grid-template-columns:minmax(150px,1fr) minmax(170px,1.2fr);gap:18px;padding:13px 18px;border-top:1px solid var(--rec-border)}.rec-result-card dl>div:nth-child(even){background:#f9fcff}.rec-result-card dt{font-weight:700;color:#385572}.rec-result-card dd{margin:0;color:#102f50;line-height:1.8}@media (max-width:900px){.rec-grid--heights{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:520px){.rec-grid--heights{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.rec-grid--heights .rec-field>span{font-size:13px;line-height:1.65;min-height:43px}.rec-grid--heights .rec-input-unit em{min-width:58px;padding:0 5px;font-size:11px}.rec-grid--heights .rec-input-unit input{padding:10px 5px;font-size:16px}.rec-result-card dl>div{grid-template-columns:1fr;gap:5px}.rec-result-summary{align-items:flex-start;flex-direction:column;gap:4px}}