.paycheck-view{max-width:1260px;margin:0 auto;width:100%}.paycheck-title-row{align-items:center}.tax-year-badge{display:inline-flex;align-items:center;white-space:nowrap;padding:9px 14px;border-radius:999px;background:#e8f7ef;color:#087353;font-size:13px;font-weight:800;border:1px solid #bce8cf}.paycheck-layout{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(330px,.8fr);gap:22px;align-items:start}.paycheck-form,.paycheck-results{display:grid;gap:18px}.paycheck-results{position:sticky;top:20px}.paycheck-card,.takehome-card,.overtime-card,.state-bracket-card,.pay-breakdown-card,.pay-annual-card,.estimate-notice{background:var(--card,#fff);border:1px solid #dce3f2;border-radius:20px;box-shadow:0 10px 28px rgba(31,52,105,.06)}.paycheck-card{padding:22px}.paycheck-card-heading{display:flex;gap:12px;align-items:center;margin-bottom:18px}.paycheck-card-heading>span{display:grid;place-items:center;width:32px;height:32px;border-radius:10px;background:#edf1ff;color:#334ab7;font-weight:800}.paycheck-card h3,.paycheck-card p,.pay-breakdown-card h3,.pay-annual-card h3{margin:0}.paycheck-card-heading p{color:#68738b;margin-top:3px;font-size:13px}.pay-mode-switch{display:grid;grid-template-columns:1fr 1fr;padding:4px;background:#f1f4fa;border-radius:12px;margin-bottom:18px}.pay-mode-switch button{border:0;background:transparent;border-radius:9px;padding:11px;font-weight:750;color:#68738b}.pay-mode-switch button.active{background:#fff;color:#263b9c;box-shadow:0 3px 10px rgba(32,51,105,.1)}.pay-field-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.pay-field-grid label{display:flex;flex-direction:column;gap:7px;color:#526079;font-size:12px;font-weight:800;letter-spacing:.02em}.pay-field-grid input,.pay-field-grid select{width:100%;box-sizing:border-box;min-height:45px;padding:10px 12px;border:1px solid #ccd5e8;border-radius:11px;background:#fff;color:#182038;font:600 15px/1.2 'DM Sans',sans-serif}.pay-field-grid input:focus,.pay-field-grid select:focus{outline:3px solid rgba(66,94,224,.15);border-color:#6175d8}.pay-field-grid label small{font-weight:500;line-height:1.35;color:#7c879c;letter-spacing:0}.pay-field-grid .pay-check{grid-column:1/-1;flex-direction:row;align-items:center;padding:12px;border-radius:11px;background:#f7f9fd;font-size:13px}.pay-check input{width:18px;min-height:18px}.salary-note{margin:14px 0 0!important;padding:12px 14px;border-radius:10px;background:#fff8e8;color:#7b5a13;font-size:12px;line-height:1.45}.paycheck-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:18px}.paycheck-actions button{min-height:43px;padding:0 16px;border-radius:11px;border:1px solid #cbd5e9;background:#fff;color:#334ab7;font-weight:800}.paycheck-actions button.primary{background:#3f55c9;color:#fff;border-color:#3f55c9}.takehome-card{padding:26px;background:linear-gradient(145deg,#263b9c,#4058cf);color:#fff;border:0}.takehome-card .section-kicker{color:#dce3ff}.takehome-card>strong{display:block;font-family:Manrope,sans-serif;font-size:42px;margin:8px 0 1px;letter-spacing:-.04em}.takehome-card p{margin:0;color:#e2e7ff}.takehome-meter{height:8px;border-radius:99px;background:rgba(255,255,255,.2);margin:22px 0 9px;overflow:hidden}.takehome-meter i{display:block;height:100%;border-radius:inherit;background:#8ee0b5;transition:width .2s}.takehome-card small{color:#dce3ff}.overtime-card{display:flex;justify-content:space-between;gap:16px;padding:20px;background:#effaf5;border-color:#bde8d1}.overtime-card h3{margin:5px 0;color:#087353;font-size:24px}.overtime-card p{margin:0;color:#557064;font-size:13px;line-height:1.45}.ot-icon{display:grid;place-items:center;min-width:46px;height:46px;border-radius:14px;background:#087353;color:#fff;font-size:22px}.pay-breakdown-card,.pay-annual-card{padding:20px}.pay-breakdown-card header,.pay-annual-card header{display:flex;align-items:center;justify-content:space-between;padding-bottom:13px;border-bottom:1px solid #e6eaf3}.pay-breakdown-card header span,.pay-annual-card header span{font-size:12px;color:#6f7a91}.pay-breakdown-row{display:flex;justify-content:space-between;gap:16px;padding:10px 0;border-bottom:1px solid #eef1f7;color:#5f6b81;font-size:13px}.pay-breakdown-row:last-child{border:0}.pay-breakdown-row strong{color:#24304a}.pay-breakdown-row.positive strong,.pay-breakdown-row.total strong{color:#087353}.pay-breakdown-row.total{margin-top:4px;padding:13px 0 4px;font-size:14px;font-weight:800}.estimate-notice{padding:18px;background:#fffaf0;border-color:#ead9ae}.estimate-notice strong{color:#6e5110}.estimate-notice p{margin:6px 0 12px;font-size:12px;line-height:1.5;color:#76684a}.estimate-notice div{display:flex;flex-wrap:wrap;gap:12px}.estimate-notice a{color:#344aad;font-size:12px;font-weight:800;text-decoration:none}.estimate-notice a:hover{text-decoration:underline}
.state-bracket-card{padding:20px}.state-bracket-card h3{margin:5px 0;color:#263b9c;font-size:20px}.state-bracket-card p{margin:0;color:#667188;font-size:13px;line-height:1.5}.dependent-note:empty{display:none}
@media(max-width:980px){.paycheck-layout{grid-template-columns:1fr}.paycheck-results{position:static;grid-template-columns:1fr 1fr}.takehome-card,.overtime-card,.state-bracket-card,.estimate-notice{grid-column:1/-1}}
@media(max-width:640px){.paycheck-title-row{align-items:flex-start}.tax-year-badge{margin-top:4px}.pay-field-grid,.paycheck-results{grid-template-columns:1fr}.paycheck-card{padding:18px}.takehome-card>strong{font-size:36px}.paycheck-actions{flex-direction:column}.paycheck-actions button{width:100%}}
