:root{--hb-bg:#fff;--hb-fg:#222;--hb-muted:#666;--hb-border:#dcdcdc;--hb-primary:#000;--hb-accent:#f37021}body{background:var(--hb-bg);color:var(--hb-fg);margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif}.hb-container{max-width:100%;margin:0 auto;padding:20px}.hb-title{margin:0 0 12px;font-size:22px}.hb-page-title{text-align:center;margin:12px 0 24px;font-size:30px;font-weight:600}.hb-row{flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:12px;display:flex}.hb-label{color:#444;min-width:70px}.hb-select,.hb-input{border:1px solid var(--hb-border);background:#fff;border-radius:4px;min-height:44px;padding:10px 12px}.hb-input:focus,.hb-select:focus,.picker:focus{border-color:#1e64ff;outline:none;box-shadow:0 0 0 3px #1e64ff40}.hb-button{background:var(--hb-primary);color:#fff;cursor:pointer;border:none;border-radius:4px;padding:12px 16px}.hb-button:hover{filter:brightness(.92)}.hb-button-small{max-width:7em;padding:10px 18px;font-size:14px}.hb-button-orange{background:var(--hb-accent);color:#000;cursor:pointer;border:none;border-radius:6px;padding:10px 18px;font-weight:700}.hb-button-orange:hover{filter:brightness(.95)}.hb-button-orange[disabled]{opacity:.5;cursor:default}.hb-button-submit{background:var(--hb-accent);color:#000;cursor:pointer;text-align:center;border:none;border-radius:6px;width:100%;padding:14px 28px;font-weight:700;display:inline-block}.hb-button-submit:hover{filter:brightness(.95)}.hb-button-submit[disabled]{opacity:.5;cursor:default}.hb-button-accent{color:#fff;background:#000;border:none;border-radius:4px;padding:12px 16px;font-weight:600}.hb-button[disabled]{opacity:.5;cursor:default}.hb-note{color:#a00;margin:8px 0;font-weight:600}.hb-muted{color:var(--hb-muted)}.hb-grid{margin-top:16px;overflow-x:auto}.hb-table{border-collapse:collapse;width:100%}.hb-table th,.hb-table td{border:1px solid var(--hb-border);text-align:left;padding:6px 8px;font-size:14px}.hb-table th{background:#f6f6f6}.hb-pill{background:#f1f1f1;border-radius:8px;padding:2px 6px;font-size:12px}.hb-link{color:#0b67c2;text-decoration:none}.hb-link:hover{text-decoration:underline}.hb-container-compact{max-width:340px}.hb-container-wide{max-width:520px}.hb-container-compact .results-layout{grid-template-columns:1fr}.picker-row{grid-template-columns:1fr;gap:16px;margin-top:12px;display:grid}.picker-label{margin-bottom:6px;font-size:16px;font-weight:600}.picker-label.orange{color:var(--hb-accent)}.picker{border:1px solid var(--hb-border);background:#fff;border-radius:4px;width:100%;min-height:44px;padding:10px 12px;font-size:16px}.picker-help{color:var(--hb-muted);margin:12px 0 20px}.hb-form{gap:14px;display:grid}.hb-form-row{grid-template-columns:140px 1fr;align-items:center;gap:16px;display:grid}.hb-form-label{color:#222}.hb-form-sub{color:var(--hb-muted);font-size:12px}.hb-card{border:1px solid var(--hb-border);background:#fff;border-radius:4px;padding:16px}.hb-card h4{margin:0 0 8px}.hb-section-title{color:#fff;background:#000;padding:8px 10px;font-weight:700}.hb-result-card{border:1px solid var(--hb-border);background:#fff;border-radius:6px;justify-content:space-between;align-items:center;gap:12px;padding:16px;display:flex}.hb-result-text{gap:4px;display:grid}.hb-back-link{color:var(--hb-accent);cursor:pointer;background:0 0;border:none;align-items:center;gap:6px;margin:0 0 16px;padding:0;font-weight:600;text-decoration:none;display:inline-flex}.hb-back-link:hover{text-decoration:underline}.hb-back-link span{font-size:18px;line-height:1}.matrix-wrap{-webkit-overflow-scrolling:touch;padding-bottom:6px;overflow-x:auto}.matrix{border:2px solid #000;grid-template-columns:104px repeat(8,1fr);width:max-content;font-size:14px;display:grid}.matrix .head{background:var(--hb-accent);color:#fff;text-align:center;writing-mode:vertical-rl;text-orientation:mixed;letter-spacing:1px;border-bottom:2px solid #000;border-left:2px solid #000;padding:6px 4px;font-weight:700}.matrix .fill-name{color:#000;background:#9e9e9e;border-bottom:2px solid #000;border-right:2px solid #000;padding:6px 8px;font-weight:700}.matrix .cell{text-align:center;background:#fff;border-bottom:2px solid #000;border-left:2px solid #000;padding:6px 10px;font-weight:700}.results-actions{gap:8px;width:220px;margin:12px 0;display:grid}@media (width>=576px){.hb-container{max-width:540px}}@media (width>=768px){.hb-container{max-width:720px}}@media (width>=992px){.hb-container{max-width:960px}}@media (width>=1200px){.hb-container{max-width:1140px}}@media (width>=1400px){.hb-container{max-width:1320px}}@media (width>=576px){.picker-row{grid-template-columns:1fr 1fr;gap:24px}.hb-form-row{grid-template-columns:180px 1fr}}@media (width>=768px){.picker{font-size:18px}}@media (width>=992px){.results-layout{grid-template-columns:260px 1fr;align-items:start;gap:32px}.matrix{grid-template-columns:120px repeat(8,1fr);font-size:15px}}@media (width>=1200px){.matrix{font-size:16px}}@media (width>=1400px){.hb-container{padding:28px}}.results-layout{grid-template-columns:1fr;gap:16px;display:grid}.hb-button,.hb-button-accent{border-radius:4px;width:100%;min-height:48px}.hb-container{max-width:440px}.hb-container .results-layout{grid-template-columns:1fr}
/*# sourceMappingURL=aluminum.e2b8444e.css.map */
