/* Shared workspace controls; document paper sizes remain independent. */
.fcu-workspace{width:100%;margin:0 auto;color:var(--ink,#142640)}
.fcu-hero{padding:28px 32px;background:linear-gradient(115deg,#082a50,#105bb3);color:white;border-radius:22px;margin-bottom:20px}.fcu-hero h1{margin:10px 0;font-size:clamp(26px,3vw,38px)}.fcu-hero p{margin:8px 0;line-height:1.6}.fcu-hero>span{font-size:12px;font-weight:700;letter-spacing:1px}
.fcu-card,.fcu-voucher{padding:24px;border:1px solid var(--border,#dae5f2);border-radius:18px;background:var(--card,#fff);margin-bottom:20px;min-width:0}
.fcu-fields{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-bottom:24px}.fcu-fields label{display:block;font-size:13px;font-weight:750;margin-bottom:8px}
.fcu-fields input,.fcu-fields select,.fcu-fields textarea,.fcu-account-row input,.fcu-account-row select,.fcu-search input,.fcu-search select{box-sizing:border-box;width:100%;min-width:0;padding:12px;border:1px solid var(--border,#cbd9ea);border-radius:10px;background:var(--card,#fff);color:var(--ink,#142640);font:inherit}
.fcu-fields textarea{min-height:46px}.fcu-columns{display:grid;grid-template-columns:1fr 1fr;gap:24px}.fcu-columns>section{min-width:0}.fcu-columns h2{font-size:20px}.fcu-columns h2 small{font-size:12px;color:var(--muted,#62738a)}
.fcu-account-row{display:grid;grid-template-columns:minmax(100px,1fr) minmax(90px,.5fr) 36px;gap:8px;margin-bottom:12px}.fcu-account-row button{border:1px solid #f2c8c8;border-radius:8px;background:#fff3f3;color:#b42318;font-size:22px;cursor:pointer}
.fcu-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin:18px 0}.fcu-button{display:inline-flex;align-items:center;justify-content:center;padding:12px 18px;border:1px solid #1762c4;border-radius:10px;background:#1762c4;color:#fff!important;text-decoration:none!important;font:inherit;font-weight:750;cursor:pointer}.fcu-button.secondary{background:var(--card,#fff);color:var(--ink,#174c90)!important;border-color:var(--border,#bfd3ee)}
.fcu-summary{padding:16px 18px;border-radius:12px;background:var(--panel,#f1f6fc);font-variant-numeric:tabular-nums;border:1px solid var(--border,#dbe6f3)}.fcu-summary.balanced{border-color:#15803d}.fcu-summary p{display:flex;justify-content:space-between;gap:14px}
.fcu-confirm{display:flex;align-items:center;gap:10px;margin:20px 0;line-height:1.5}.fcu-confirm input{width:20px;height:20px;flex-shrink:0}.fcu-search{display:flex;gap:10px;flex-wrap:wrap;padding:16px;margin:18px 0;background:var(--card,#fff);border:1px solid var(--border,#dbe6f3);border-radius:14px}.fcu-search>input,.fcu-search>select{flex:1 1 150px;max-width:320px}.fcu-search>input[type=search]{flex-basis:260px;max-width:none}
.fcu-card table,.fcu-voucher table{width:100%;border-collapse:collapse}.fcu-card th,.fcu-card td,.fcu-voucher th,.fcu-voucher td{padding:12px;border-bottom:1px solid var(--border,#dbe6f3);text-align:left}.fcu-card th,.fcu-voucher th{background:#0b3765;color:white}.fcu-card .num,.fcu-voucher .num{text-align:right;font-variant-numeric:tabular-nums}
.fcu-voucher{max-width:680px;margin:20px auto;background:white;color:#152840;box-shadow:0 12px 40px #13294a15}.fcu-voucher header{border-bottom:3px solid #155bb4;padding-bottom:16px}.fcu-voucher footer{font-size:11px;margin-top:24px;line-height:1.8}
a.fcu-reference{color:var(--blue,#1762c4)!important;text-decoration:underline;text-underline-offset:3px;font-weight:700}.fcu-red{color:#c83232!important}.fcu-green{color:#15803d!important}.fcu-neutral{color:var(--muted,#64748b)!important}
@media screen and (min-width:1360px){body.fcu-wide .page,body.fcu-wide .wrap,body.fcu-wide .treasury-shell,body:has(.fcu-search)>.page,body .main-container,body .dashboard-container,body .sales-page,body .purchase-page,body .transaction-page,body .payment-page,body .reports-page,body .acc-reports-page,body .treasury-page,body .treasury-wrap,body .fcu-workspace{max-width:none!important;width:100%!important}body.fcu-wide .report-nav,body.fcu-wide .top-nav{position:relative!important;top:auto!important}.fcu-fields{grid-template-columns:repeat(4,minmax(0,1fr))}}
@media screen and (min-width:1900px){.fcu-columns{gap:36px}.fcu-card{padding:32px}}
@media screen and (max-width:760px){.fcu-columns,.fcu-fields{grid-template-columns:1fr}.fcu-hero,.fcu-card,.fcu-voucher{padding:16px}.fcu-actions>*{flex:1}.fcu-account-row{grid-template-columns:minmax(0,1fr) 100px 32px}.fcu-search>input,.fcu-search>select{max-width:none}.fcu-card{overflow-x:auto}.fcu-voucher{overflow-wrap:anywhere}.fcu-voucher th,.fcu-voucher td{padding:7px;font-size:12px}}
@media print{.fcu-actions,.fcu-search,.fcu-hero{display:none!important}}
