:root{font-family:Inter,system-ui,-apple-system,sans-serif;line-height:1.5;font-weight:400;color:#0f172a;background-color:#f4f6fb;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-height:100vh}h1,h2,h3{margin:0}a{color:inherit}button{font-family:inherit}:root{font-family:Inter,Segoe UI,system-ui,sans-serif;color:#0f172a;background-color:#f1f5f9;line-height:1.5}*{box-sizing:border-box}body{margin:0;background-color:#f1f5f9;color:inherit}a{color:inherit;text-decoration:none}.app-shell{min-height:100vh;display:flex;flex-direction:column;background-color:#f1f5f9}.app-shell__content{flex:1;padding:24px 16px 96px;max-width:960px;margin:0 auto;width:100%}.page{display:flex;flex-direction:column;gap:8px}.page-header{display:flex;flex-direction:column;gap:12px;margin-bottom:24px}.page-header__eyebrow{text-transform:uppercase;letter-spacing:.08em;font-size:.75rem;color:#64748b;margin:0 0 4px}.page-header h1{margin:0 0 8px;font-size:1.75rem}.page-header__description{margin:0;color:#475569}.page-header__action{align-self:flex-start}.card{background:#fff;border-radius:16px;padding:20px;box-shadow:0 10px 30px #0f172a14;margin-bottom:20px}.card h2{margin-top:0}.card-grid{display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));margin-bottom:20px}.form-stack{display:flex;flex-direction:column;gap:16px}.form-grid{display:grid;grid-template-columns:1fr;gap:16px}.form-grid--secondary{padding:16px;border-radius:16px;background:#f1f5f9}.form-grid--secondary h3{margin:0;font-size:1rem;color:#1e293b}label{display:flex;flex-direction:column;gap:8px;font-weight:600;color:#1e293b}input,select,button,textarea{font:inherit}input,select,textarea{padding:12px 14px;border-radius:12px;border:1px solid #cbd5f5;background:#f8fafc}input:focus,select:focus,textarea:focus{outline:2px solid #2563eb;border-color:#2563eb}.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:10px 18px;font-weight:600;border:none;cursor:pointer}.btn--primary{background:#2563eb;color:#fff}.btn--ghost{background:#e2e8f0;color:#0f172a}.bottom-nav{position:fixed;bottom:0;left:0;right:0;background:#fff;border-top:1px solid #e2e8f0;display:grid;grid-template-columns:repeat(5,1fr);padding:10px 8px;gap:6px}.bottom-nav__link{display:flex;flex-direction:column;align-items:center;gap:4px;padding:8px 4px;border-radius:12px;color:#64748b;font-size:.8rem;font-weight:600}.bottom-nav__link--active{background:#dbeafe;color:#1d4ed8}.bottom-nav__label{text-align:center}.helper-text{color:#64748b;margin:0}.error-text{color:#dc2626;margin-top:8px}.metric{font-size:1.5rem;font-weight:700;margin:4px 0 0}.timeline{list-style:none;padding:0;margin:0;display:grid;gap:8px}.list-stack{display:grid;gap:12px;list-style:none;padding:0;margin:0}.list-card{background:#f8fafc;border-radius:14px;padding:16px;border:1px solid #e2e8f0}.list-card__header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.list-card__title{font-weight:700;margin:0}.list-card__stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:12px;margin-top:12px}.list-card__details{display:grid;gap:8px;margin-top:12px}.list-inline{display:flex;flex-wrap:wrap;gap:12px;margin:0;padding:0;list-style:none;color:#1e293b}.list-card__actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.stat-label{display:block;font-size:.75rem;text-transform:uppercase;letter-spacing:.08em;color:#64748b}.stat-value{font-weight:700;color:#0f172a}.stat-value--negative{color:#dc2626}.stat-value--positive{color:#16a34a}.link-list{list-style:none;padding:0;margin:0;display:grid;gap:8px}.link-row{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;border-radius:12px;background:#f8fafc;border:1px solid #e2e8f0;font-weight:600}.status-banner{padding:12px 16px;border-radius:12px;margin-bottom:12px;font-weight:600}.status-banner--success{background:#dcfce7;color:#166534}.status-banner--error{background:#fee2e2;color:#991b1b}.status-banner--info{background:#e0f2fe;color:#075985}.sticky-actions{position:sticky;bottom:80px;background:#fff;padding:12px 0 4px}.inline-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:12px}.weekly-header{display:flex;flex-direction:column;gap:12px}.weekly-meta{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:12px;margin-top:16px;margin-bottom:16px;align-items:center}.weekly-grid{display:grid;gap:12px}.weekly-cell{border-radius:14px;border:1px solid #e2e8f0;background:#f8fafc;padding:12px;display:flex;flex-direction:column;gap:10px;min-height:140px}.weekly-cell__header{display:flex;align-items:center;justify-content:space-between;gap:8px}.weekly-cell__date{border:none;background:none;color:#1d4ed8;font-weight:700;padding:0;cursor:pointer;text-align:left}.weekly-cell__total{font-weight:700;color:#0f172a}.weekly-entry-list{list-style:none;padding:0;margin:0;display:grid;gap:8px}.weekly-entry{background:#fff;border-radius:12px;padding:10px;border:1px solid #e2e8f0;display:grid;gap:4px}.weekly-entry__title{font-weight:700}.weekly-entry__meta{display:flex;justify-content:space-between;gap:8px;font-size:.85rem;color:#475569}.weekly-entry__detail{font-size:.85rem;color:#64748b}.weekly-entry__actions{display:flex;flex-wrap:wrap;gap:8px}.modal-overlay{position:fixed;inset:0;background:#0f172a59;display:flex;align-items:center;justify-content:center;padding:24px;z-index:20}.modal{background:#fff;border-radius:20px;padding:20px;width:min(560px,100%);box-shadow:0 24px 60px #0f172a33;display:grid;gap:16px}.modal__header{display:flex;justify-content:space-between;align-items:center;gap:12px}.modal__actions{display:flex;justify-content:flex-end;gap:12px}.checkbox-field{flex-direction:row;align-items:center;gap:12px;font-weight:600}.report-summary{display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));margin-bottom:16px}.report-actions{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:16px}.mini-chart{display:flex;gap:6px;align-items:flex-end;height:60px;margin-top:12px}.mini-chart span{flex:1;border-radius:8px 8px 0 0;background:#94a3b8}.mini-chart span:last-child{background:#2563eb}.mapping-list{display:grid;gap:12px}.mapping-row{display:flex;flex-direction:column;gap:12px;padding:12px;border-radius:12px;border:1px solid #e2e8f0;background:#f8fafc}.status-grid{display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-top:12px}.import-preview ul,.import-result ul{margin:8px 0 0;padding-left:18px}.template-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px;margin-top:12px}.template-card{display:flex;flex-direction:column;align-items:center;gap:8px;padding:16px 12px;border-radius:14px;border:2px solid #e2e8f0;background:#f8fafc;cursor:pointer;text-align:center;transition:all .15s ease}.template-card:hover{border-color:#93c5fd;background:#eff6ff}.template-card--selected{border-color:#2563eb;background:#dbeafe}.template-card__icon{font-size:1.75rem}.template-card__name{font-weight:700;color:#0f172a}.template-card__desc{font-size:.75rem;color:#64748b;line-height:1.4}.template-card__amount{font-size:.85rem;font-weight:600;color:#2563eb;margin-top:auto}.template-hint{grid-column:1 / -1;padding:10px 14px;border-radius:10px;background:#dbeafe;color:#1e40af;font-size:.9rem}.btn-link{background:none;border:none;color:#2563eb;text-decoration:underline;cursor:pointer;padding:0;font:inherit}.btn-link:hover{color:#1d4ed8}@media(min-width:768px){.page-header{flex-direction:row;justify-content:space-between;align-items:flex-start}.form-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.sticky-actions{position:static;padding:0}.bottom-nav{max-width:680px;margin:0 auto 16px;border-radius:16px;bottom:16px}.weekly-header{flex-direction:row;align-items:center;justify-content:space-between}.weekly-grid{grid-template-columns:repeat(7,minmax(140px,1fr))}}.modal-overlay{position:fixed;inset:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.modal-content{background:var(--color-background);border-radius:var(--border-radius-lg);box-shadow:0 10px 40px #0003;max-height:90vh;display:flex;flex-direction:column;width:100%}.modal-content--small{max-width:400px}.modal-content--medium{max-width:600px}.modal-content--large{max-width:900px}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem;border-bottom:1px solid var(--color-border)}.modal-header h2{margin:0;font-size:1.25rem;font-weight:600}.modal-close{background:none;border:none;font-size:2rem;line-height:1;cursor:pointer;color:var(--color-text-secondary);padding:0;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;border-radius:var(--border-radius);transition:background-color .2s}.modal-close:hover{background-color:var(--color-background-secondary)}.modal-body{padding:1.5rem;overflow-y:auto;flex:1}.mapping-list{display:flex;flex-direction:column;gap:1rem}.mapping-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem;padding:1rem;border:1px solid var(--color-border);border-radius:var(--border-radius);align-items:start}.mapping-row>div:first-child{display:flex;flex-direction:column;gap:.25rem}.mapping-row strong{font-weight:500}.mapping-row label{margin:0}@media(max-width:768px){.modal-content{max-height:100vh;border-radius:0}.mapping-row{grid-template-columns:1fr}}
