.finance-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,320px),1fr));gap:24px;margin:24px 0}
.finance-order{padding:24px;background:var(--white,#fff);border:1px solid #dce6e1;border-radius:16px;min-width:0}
.finance-order header,.finance-order dl>div{display:flex;gap:16px;justify-content:space-between;align-items:center;flex-wrap:wrap}
.finance-order header small{color:#53645e}.finance-order h3{font-size:22px;margin:20px 0 8px}.finance-order p{line-height:1.6;margin:8px 0;color:#40564e}
.finance-order dl{padding:16px 0;border-block:1px solid #e5ebe8;margin:16px 0}.finance-order dd{font-weight:700;margin:0}.finance-order dl>div+div{margin-top:8px}
.finance-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:20px}.finance-actions button{min-height:44px}
.customer-access,.customer-checkout{max-width:1000px;margin:32px auto}.customer-checkout{max-width:720px}.customer-checkout h1,.customer-access h1{font-size:clamp(28px,5vw,44px);line-height:1.15;margin-bottom:16px}
[data-customer-message]:not(:empty),[data-fin-message]:not(:empty){padding:16px;background:#fff3ce;color:#514016;border-radius:8px;margin:16px 0;overflow-wrap:anywhere}
.pix-card{max-width:500px;margin:24px auto;display:grid;gap:16px}.pix-card img{width:240px;max-width:100%;height:auto;justify-self:center}.pix-card textarea{min-height:90px;resize:vertical;word-break:break-all;width:100%}
.admin-tabs{overflow-x:auto}.customer-access input,.customer-checkout input{max-width:100%;min-width:0}
@media(max-width:480px){.finance-order{padding:20px}.finance-actions>*{flex:1}.customer-access,.customer-checkout{margin-top:24px}.finance-order header{align-items:flex-start;flex-direction:column}}

.sandbox-banner{background:#fff0c2;color:#573900;text-align:center;font-weight:700;padding:10px 16px;font-size:14px;}
