:root{font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;color:#12233a;background:#f4f7fb}*{box-sizing:border-box}body{margin:0}button,input,select{font:inherit}button{cursor:pointer}.top{background:#0b2851;color:#fff;padding:18px 18px 20px}.top-inner{max-width:760px;margin:auto}.eyebrow{font-size:13px;letter-spacing:.1em;text-transform:uppercase;color:#8bd4d0;font-weight:750}.top h1{font-size:clamp(27px,7vw,40px);line-height:1.08;margin:8px 0}.top p{margin:0;color:#d6e4f3;font-size:15px}.wrap{max-width:760px;margin:0 auto;padding:18px 16px 40px}.card{background:white;border:1px solid #d9e2ed;border-radius:18px;padding:22px;margin-bottom:16px;box-shadow:0 3px 14px rgba(16,43,78,.05)}h2{font-size:23px;margin:0 0 8px;line-height:1.2}h3{font-size:18px;margin:0 0 12px}.muted{color:#52657c;line-height:1.5}.small{font-size:13px}.field{display:block;margin:16px 0 0;font-weight:700;font-size:14px}.field input,.entry select,.entry input{width:100%;border:1px solid #aabbd0;border-radius:10px;background:#fff;padding:12px;margin-top:6px;min-height:48px;color:#12233a}.field input:focus,.entry select:focus,.entry input:focus{outline:3px solid #9ee8e1;outline-offset:1px}.primary{background:#0b6876;border:0;color:white;border-radius:10px;padding:13px 17px;font-weight:750;min-height:48px}.secondary{background:#fff;border:1px solid #0b6876;color:#0b5968;border-radius:10px;padding:11px 15px;font-weight:700;min-height:44px}.ghost{background:none;border:0;color:#0b5968;text-decoration:underline;padding:10px 0}.primary:hover{background:#07515d}.secondary:hover{background:#eefbfb}.button-row{display:flex;gap:10px;flex-wrap:wrap;margin-top:18px}.status{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:14px;color:#52657c;font-size:14px}.progress{height:9px;background:#dce7f1;border-radius:99px;overflow:hidden}.progress span{display:block;height:100%;background:#0b867f;width:0;transition:width .25s}.case-tag{font-size:13px;font-weight:800;color:#0b5968;text-transform:uppercase;letter-spacing:.06em}.case-title{font-size:24px;line-height:1.2;margin:10px 0}.case-desc{font-size:17px;line-height:1.5;margin:0}.tip{background:#eaf5f7;border-left:4px solid #0b867f;padding:12px 14px;margin:18px 0;border-radius:0 8px 8px 0;color:#244b5b;font-size:14px;line-height:1.45}.entry-head{display:grid;grid-template-columns:1.2fr 1.8fr 1fr;gap:8px;color:#52657c;font-size:13px;font-weight:750;margin:12px 0 0}.entry{display:grid;grid-template-columns:1.2fr 1.8fr 1fr;gap:8px;margin-top:8px}.entry select,.entry input{margin-top:0;padding:8px;font-size:14px;min-width:0}.totals{display:flex;justify-content:space-between;border-top:1px solid #d9e2ed;margin-top:18px;padding-top:13px;font-weight:750;gap:10px;flex-wrap:wrap}.feedback{margin-top:16px;padding:12px 14px;border-radius:10px;line-height:1.45;font-weight:650}.feedback.ok{background:#e5f7ed;color:#165436}.feedback.bad{background:#fff0e5;color:#753f10}.feedback.info{background:#e9f2ff;color:#244a78}.hidden{display:none!important}.footer{text-align:center;color:#62758a;font-size:12px;line-height:1.4}.complete{font-size:17px}.complete strong{color:#0b6876}@media(max-width:560px){.card{padding:18px}.entry-head{display:none}.entry{grid-template-columns:1fr 1fr;gap:8px;background:#f4f7fb;border-radius:12px;padding:10px}.entry select:nth-child(2){grid-column:1 / -1;grid-row:1}.entry select:nth-child(1){grid-column:1}.entry input{grid-column:2}.entry select,.entry input{min-height:45px}}

.journal-heading{display:flex;align-items:end;justify-content:space-between;gap:12px;margin:20px 0 8px}
.journal-heading h3{margin:5px 0 0}.entry-number{color:#62758a;font-size:13px;font-weight:700;white-space:nowrap}
.entry{display:block!important;background:#f8fafc;border:1px solid #d4e1ec;border-radius:14px;padding:16px;margin-top:14px}
.entry-top{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:10px;font-weight:750;color:#0b2851}
.entry-remove{background:none;border:0;color:#a0452d;text-decoration:underline;font-size:13px;padding:5px}
.entry-grid,.entry-bottom{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.entry-bottom{grid-template-columns:150px 1fr;margin-top:12px}
.entry-field{display:block;font-size:14px;font-weight:700;color:#354c65}
.entry-field select,.entry-field input,.entry-field textarea{display:block;width:100%;min-width:0;min-height:46px;margin-top:5px;padding:9px 11px;border:1px solid #aabbd0;border-radius:9px;background:white;color:#12233a;font-size:15px}
.entry-field textarea{resize:vertical;min-height:62px;line-height:1.35}
.entry-field select:focus,.entry-field input:focus,.entry-field textarea:focus{outline:3px solid #9ee8e1;outline-offset:1px}
.add-entry{margin-top:14px}.totals{margin-top:20px}.primary:disabled{opacity:.62;cursor:wait}
.review-entry{border-top:1px solid #d9e2ed;padding:12px 0;font-size:14px;line-height:1.5}
.review-entry strong{display:block;color:#0b2851}.review-entry span{display:block;color:#52657c}
@media(max-width:560px){.entry-grid,.entry-bottom{grid-template-columns:1fr}.entry-bottom{gap:12px}.journal-heading{align-items:start;flex-direction:column}.entry{padding:14px}.entry-field select,.entry-field input,.entry-field textarea{min-height:48px}}
.statement-group{margin:24px 0 26px}.statement-group h3{margin:0 0 10px;color:#0b2851}
.statement{border:1px solid #d4e1ec;border-radius:12px;overflow:hidden;background:#fbfdff}
.statement h4{margin:0;padding:12px 14px;background:#eaf1f8;color:#0b2851;font-size:15px}
.statement table{width:100%;border-collapse:collapse;font-size:14px}
.statement th,.statement td{padding:10px 14px;border-top:1px solid #e2eaf2}
.statement th{text-align:left;font-weight:550}.statement td{text-align:right;white-space:nowrap;font-variant-numeric:tabular-nums}
.statement-total{background:#e7f4f2;color:#0b5059}.statement-total th,.statement-total td{font-weight:800}
.statement-columns{display:grid;grid-template-columns:1fr 1.3fr;gap:12px;align-items:start}
.statement-note{margin-top:10px}
@media(max-width:620px){.statement-columns{grid-template-columns:1fr}.statement th,.statement td{padding:9px 10px;font-size:13px}}
