:root{font-family:Inter,system-ui,sans-serif;color:#111827;background:#f3f4f6;line-height:1.45}*{box-sizing:border-box}body{margin:0}.app-header{background:#111827;color:#fff;display:flex;justify-content:space-between;align-items:center;padding:20px clamp(18px,4vw,48px);gap:18px}.app-header h1{margin:0}.eyebrow{margin:0 0 4px;color:#93c5fd;font-size:.72rem;letter-spacing:.16em;font-weight:800}.header-actions{display:flex;align-items:center;gap:10px}.status-pill{background:#1f2937;border:1px solid #374151;border-radius:999px;padding:8px 12px;font-size:.82rem}.tabs{display:flex;gap:4px;overflow:auto;background:#fff;border-bottom:1px solid #d1d5db;padding:0 clamp(10px,3vw,40px)}.tab{background:transparent;color:#374151;border:0;border-bottom:3px solid transparent;border-radius:0;padding:14px 16px;font-weight:700}.tab.active{color:#111827;border-bottom-color:#2563eb}main{padding:24px clamp(14px,3vw,40px);max-width:1500px;margin:auto}.panel{display:none}.panel.active{display:block}.grid{display:grid;gap:20px}.grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.grid.compact{gap:12px}.card{background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:20px;box-shadow:0 8px 24px rgba(17,24,39,.05)}h2{margin:0 0 16px}label{display:flex;flex-direction:column;gap:6px;font-size:.9rem;font-weight:700;margin-bottom:12px}input,select{width:100%;border:1px solid #cbd5e1;border-radius:8px;padding:10px 12px;background:#fff;color:#111827;font:inherit}button{border:0;border-radius:8px;background:#111827;color:#fff;font-weight:800;padding:10px 14px;cursor:pointer}button.secondary{background:#e5e7eb;color:#111827}button.danger{background:#b91c1c}.button-row{display:flex;gap:10px;flex-wrap:wrap}.results{display:grid;grid-template-columns:1fr auto;gap:9px 18px}.results dd{margin:0;text-align:right;font-weight:800}.warning,.ok{padding:10px 12px;margin-bottom:8px;border-radius:6px}.warning{border-left:4px solid #d97706;background:#fffbeb}.ok{border-left:4px solid #059669;background:#ecfdf5}.toolbar{display:flex;justify-content:space-between;align-items:center;gap:16px}.muted{color:#6b7280}.table-wrap{overflow:auto}table{width:100%;border-collapse:collapse;min-width:850px}th,td{padding:10px 12px;border-bottom:1px solid #e5e7eb;text-align:left;font-size:.9rem}th{background:#f9fafb}.project-item{border:1px solid #e5e7eb;border-radius:10px;padding:14px;display:grid;grid-template-columns:1fr auto;gap:12px;margin-bottom:10px}.hidden{display:none!important}pre{white-space:pre-wrap;background:#111827;color:#e5e7eb;padding:14px;border-radius:8px}footer{display:flex;justify-content:space-between;padding:18px clamp(14px,3vw,40px);color:#6b7280}@media(max-width:850px){.grid.two{grid-template-columns:1fr}.app-header,.toolbar{align-items:flex-start;flex-direction:column}}@media print{.tabs,.header-actions,.button-row,footer{display:none!important}.panel{display:none!important}#calculator{display:block!important}.card{box-shadow:none;border:0}.app-header{background:#fff;color:#111827}}