body{font-family:'Inter',sans-serif;background:linear-gradient(to right,#6EE7B7,#3B82F6);display:flex;justify-content:center;align-items:center;min-height:100vh;padding:1rem;box-sizing:border-box}.container{max-width:900px;width:100%;background-color:#fff;border-radius:1rem;box-shadow:0 20px 25px -5px rgb(0 0 0 / .1),0 8px 10px -6px rgb(0 0 0 / .1);padding:2rem;display:grid;gap:1.5rem;grid-template-columns:1fr}@media (min-width:768px){.container{grid-template-columns:repeat(2,1fr);grid-template-rows:auto auto}.input-section,.chart-section{grid-column:span 2}}@media (min-width:1024px){.container{grid-template-columns:repeat(3,1fr);grid-template-rows:auto auto}.input-section{grid-column:span 3}.employee-section{grid-column:1 / span 1}.employer-section{grid-column:2 / span 1}.chart-section{grid-column:3 / span 1;display:flex;justify-content:center;align-items:center}}.result-row{display:flex;justify-content:space-between;padding:.5rem 0;border-bottom:1px dashed #e5e7eb}.result-row:last-child{border-bottom:none}.result-label{font-weight:500;color:#4B5563}.result-value{font-weight:600;color:#1F2937}.net-salary-value,.payroll-fund-value{font-weight:700;color:#10B981;font-size:1.125rem}