:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;font-family:system-ui,-apple-system,Segoe UI,sans-serif}*{box-sizing:border-box}body{color:#1a1a1a;background:#f5f5f5;margin:0}.login-page{justify-content:center;align-items:center;min-height:100vh;display:flex}.login-form{background:#fff;border-radius:8px;flex-direction:column;gap:.5rem;width:320px;padding:2rem;display:flex;box-shadow:0 1px 4px #00000026}.login-form h1{margin:0 0 1rem;font-size:1.25rem}.login-form label{font-size:.85rem;font-weight:600}.login-form input{border:1px solid #ccc;border-radius:4px;padding:.5rem;font-size:1rem}.login-form button{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:4px;margin-top:1rem;padding:.6rem;font-weight:600}.login-form button:disabled{opacity:.6;cursor:not-allowed}.form-error{color:#b91c1c;margin:.25rem 0 0;font-size:.85rem}.board-page{max-width:900px;margin:0 auto;padding:2rem 1rem}.board-header{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.board-header button{cursor:pointer;background:#fff;border:1px solid #ccc;border-radius:4px;padding:.4rem .8rem}.board-table{border-collapse:collapse;background:#fff;width:100%;box-shadow:0 1px 4px #0000001a}.board-table th,.board-table td{text-align:left;border-bottom:1px solid #eee;padding:.6rem .8rem}.board-table tr.variance-over{color:#991b1b;background:#fee2e2}.board-table tr.variance-ok{color:#166534;background:#dcfce7}.project-summary{background:#fff;border-radius:8px;margin-bottom:1.5rem;padding:1rem 1.5rem;box-shadow:0 1px 4px #0000001a}.project-summary.variance-over{border-left:6px solid #b91c1c}.project-summary.variance-ok{border-left:6px solid #166534}.project-summary dl{grid-template-columns:max-content max-content;gap:.25rem 1rem;margin:.5rem 0 0;display:grid}.project-summary dt{color:#555;font-weight:600}.project-summary dd{margin:0}.expenses-header{justify-content:space-between;align-items:center;margin-bottom:.75rem;display:flex}.expense-form{background:#fff;border-radius:8px;flex-direction:column;gap:.4rem;max-width:480px;padding:1.5rem;display:flex;box-shadow:0 1px 4px #0000001a}.expense-form label{margin-top:.5rem;font-size:.85rem;font-weight:600}.expense-form input,.expense-form select,.expense-form textarea{border:1px solid #ccc;border-radius:4px;padding:.5rem;font-size:1rem}.expense-form button[type=submit]{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:4px;margin-top:1rem;padding:.6rem;font-weight:600}.expense-form button:disabled{opacity:.6;cursor:not-allowed}.item-row{grid-template-columns:2fr 1fr 1fr auto;align-items:center;gap:.4rem;display:grid}.live-total{margin:.75rem 0;font-size:1.1rem}.file-list{margin:.25rem 0;padding:0;font-size:.85rem;list-style:none}
