@import url('/projects/alum-budget.css');
.hero{display:flex;justify-content:space-between;gap:20px}.section-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(230px,1fr));gap:12px}.section-card{border:1px solid rgba(191,184,162,.62);padding:14px;background:#faf7f0;cursor:pointer;transition:.18s ease}.section-card:hover{border-color:var(--bison);transform:translateY(-1px);box-shadow:0 10px 22px rgba(20,20,20,.06)}.section-no{font-family:var(--serif);font-size:24px;font-weight:700;color:var(--bison)}.section-title{font-weight:800;margin-top:3px;color:var(--dark)}.pill.pdf{background:#f7eeee;color:var(--red)}.pill.xlsx,.pill.xls,.pill.csv,.pill.xlsm{background:#eff5ef;color:var(--green)}.pill.dwg{background:#f0ebe2;color:var(--bison)}.pill.doc,.pill.docx{background:#fffaf0;color:var(--amber)}.path{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:11px;word-break:break-word}@media(max-width:960px){.hero{display:block}}
