:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#18352e;background:#f3f5f1;line-height:1.5;font-size:16px;font-synthesis:none}*{box-sizing:border-box}body{margin:0}button,input,select{font:inherit}button,a,input,select,summary{outline-offset:4px}button{border:1px solid #17624d;background:#17624d;color:#fff;border-radius:7px;padding:.65rem 1rem;cursor:pointer;font-weight:600}button:hover{filter:brightness(.93)}button:disabled,input:disabled,select:disabled{opacity:.6;cursor:wait}input,select{border:1px solid #b9c8bf;background:#fff;color:#18352e;padding:.65rem;border-radius:6px;max-width:100%;min-width:0}label{display:flex;flex-direction:column;gap:.35rem;font-size:.875rem;font-weight:600}input[type=checkbox]{width:1.1rem;height:1.1rem;accent-color:#17624d}.brand{font-size:1.85rem;letter-spacing:-1px;font-weight:800;color:#18352e;text-decoration:none}.brand span{color:#217257}.shell{display:grid;grid-template-columns:250px minmax(0,1fr);min-height:100vh}aside{padding:2rem 1.4rem;background:#e6eee6;border-right:1px solid #cfdbd0;display:flex;flex-direction:column;gap:1.4rem}nav{display:grid;gap:.35rem}nav button{text-align:left;background:transparent;border:0;color:#426156;font-weight:500}nav button.active{background:#d0dfd1;color:#173e2d;font-weight:700}.eyebrow{font-size:.75rem;letter-spacing:.13em;font-weight:750;color:#60746a;margin:0 0 .6rem}main{padding:2.5rem clamp(1rem,3vw,3rem);min-width:0;max-width:1700px;width:100%}header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.8rem;gap:1rem}h1{font-size:2rem;letter-spacing:-.045em;line-height:1.15;margin:0}h2{font-size:1.15rem;letter-spacing:-.02em;margin:0 0 .5rem}h3{font-size:1rem;margin:0}p{color:#617168;margin:.4rem 0 1rem}.tag,.badge{display:inline-block;border-radius:5px;padding:.25rem .55rem;font-size:.875rem;background:#f7ebce;color:#775319;white-space:normal}.tag{background:#e5ebe4;color:#476050}.badge.done{background:#deeddf;color:#245332}section{background:#fff;border:1px solid #dce3da;border-radius:10px;margin-bottom:1.5rem;padding:1.4rem}.upload{border-left:4px solid #367a55}.upload form,.inline,.assignment,.request form{display:flex;gap:.8rem;align-items:end;flex-wrap:wrap}.file-label{flex:1}.file-label input{width:100%}.section-heading{display:flex;justify-content:space-between;align-items:start;gap:1rem;margin-bottom:1rem}.section-heading label{max-width:45%}.secondary{color:#25573f;background:#f1f6ef;border-color:#bbcebb}.text-button{border:0;background:transparent;color:#285f46;padding:.4rem 0;text-align:left}.account{margin-top:auto;overflow-wrap:anywhere;font-size:.875rem;display:grid}.legacy{font-size:.875rem;color:#355d46}.table-wrap{overflow:auto;margin:.9rem 0 1rem}table{width:100%;border-collapse:collapse;text-align:left}th{font-size:.875rem;color:#617168;font-weight:600;padding:.75rem .5rem;border-bottom:1px solid #d6dfd4}td{padding:.8rem .5rem;border-bottom:1px solid #e5eae3;vertical-align:top}td input[name=transaction_date]{width:150px}td input[name=description]{min-width:180px;width:100%}td input[name=amount]{width:125px}td input[name=currency]{width:75px}td button{font-size:.875rem;margin-top:.5rem;white-space:nowrap}details{margin-top:.4rem;color:#647367;font-size:.875rem}summary{cursor:pointer}pre{white-space:pre-wrap;max-height:300px;overflow:auto;background:#f5f7f3;padding:1rem;overflow-wrap:anywhere}small{font-size:.75rem;color:#68786b;overflow-wrap:anywhere}.block{display:block}.assignment{margin-top:1.2rem;border-top:1px solid #dce3da;padding-top:1.2rem}.assignment strong{margin-right:auto}.empty{padding:2rem 1rem;text-align:center;background:#f7f9f5;border-radius:6px}.message{padding:.8rem 1rem;background:#e2eee2;color:#245332;border-radius:6px;margin-bottom:1rem}.message:empty{display:none}.message.error{background:#fae7df;color:#8c3022}.stats{display:flex;gap:1rem;margin-bottom:1.4rem}.stats>div{background:#e5ede1;padding:1.2rem 1.5rem;border-radius:8px;display:flex;flex-direction:column;min-width:180px}.stats strong{font-size:2rem;line-height:1.2}.stats span{font-size:.875rem;color:#56704e}.request{border-top:1px solid #dce3da;padding:1.4rem 0;display:grid;grid-template-columns:1fr auto;gap:1rem}.request details{grid-column:1/-1}.request form{max-width:600px}.request form label{max-width:310px}.invitation{padding:1rem 0;border-bottom:1px solid #e3e9df;display:flex;justify-content:space-between;gap:1rem}.auth{max-width:480px;margin:7vh auto;padding:2rem}.auth h1{font-size:2.65rem;margin:2rem 0 1rem}.auth form{display:grid;gap:1rem}.auth input{width:100%}.notice{border-color:#7d9b67;background:#f4f8ec}#invite-result{margin-top:1rem}#invite-result input{width:100%}@media(max-width:1050px){.shell{grid-template-columns:205px minmax(0,1fr)}aside{padding:1.4rem 1rem}.request{grid-template-columns:1fr}.section-heading{flex-direction:column}.section-heading label{max-width:100%}}@media(max-width:700px){.shell{display:block}aside{border-right:0;border-bottom:1px solid #cfdbd0;gap:.8rem}nav{display:flex;flex-wrap:wrap;gap:.2rem}nav button{padding:.5rem;font-size:.875rem}.account{display:flex;align-items:center;justify-content:space-between}.brand{font-size:1.6rem}aside>.eyebrow{display:none}main{padding:1.3rem .8rem}h1{font-size:1.7rem}section{padding:1rem}.stats>div{min-width:0;flex:1;padding:1rem}.request form{display:grid;width:100%}.request form label{max-width:none}header .tag{display:none}}.import-row.active{background:#f0f7ef}.import-row td:last-child{white-space:nowrap}.danger{background:#fff0ed;border-color:#d69a8e;color:#8c3022;margin-left:.4rem}
