@import"https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;700&display=swap";*,:after,:before{box-sizing:border-box;margin:0;padding:0}body{font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:16px;line-height:1.6;color:#333;background-color:#f8f9fa;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.3;margin-bottom:.75rem}h1{font-size:clamp(1.75rem,5vw,2.25rem)}h2{font-size:clamp(1.5rem,4vw,1.75rem);color:#0056b3}h3{font-size:clamp(1.1rem,3vw,1.25rem);color:rgb(0,73.748603352,153.5);border-bottom:1px solid #e9ecef;padding-bottom:.5rem}h3,p{margin-bottom:1rem}a{color:#0056b3;text-decoration:none}a:hover{text-decoration:underline}.container{max-width:960px;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem;box-sizing:border-box}.App{display:flex;flex-direction:column;min-height:100vh}.main-header{position:relative;text-align:center;margin-bottom:2.5rem;padding:2rem;background-color:#fff;border-radius:8px;transition:all .3s ease-in-out;box-shadow:0 2px 6px rgba(0,0,0,.05)}.main-header .logo{height:auto;margin-bottom:.5rem}.main-header h1{font-size:clamp(1.8rem,5vw,2.25rem);font-weight:600;color:#0056b3;margin-bottom:.25rem;text-shadow:none}.main-header .header-subtitle{font-size:clamp(1rem,3vw,1.1rem);font-weight:400;color:#666;text-shadow:none}.main-header:hover{box-shadow:0 4px 12px rgba(0,0,0,.08)}.app-header{background-color:#0056b3;color:#fff;padding:1.5rem 0;box-shadow:0 2px 6px rgba(0,0,0,.05)}.app-header h1{font-size:1.8rem;margin-bottom:.25rem}.app-header p{font-size:.9rem;font-weight:300;opacity:.9;margin-bottom:0}.main-content{flex:1 1;padding-top:2rem;padding-bottom:3rem}.app-footer{background-color:rgb(233.125,236.25,239.375);color:#666;text-align:center;padding:1.5rem 0;font-size:.85rem;margin-top:auto}.app-footer p{margin-bottom:.25rem}.tax-calculator{background-color:#fff;border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,.08);overflow:hidden}.tax-calculator .input-section{padding:1.5rem 2rem;background-color:rgb(204.5,228.7625698324,255);border-bottom:1px solid #e9ecef}.tax-calculator .input-group{margin-bottom:1rem}.tax-calculator .input-group label{display:block;font-weight:600;margin-bottom:.5rem;font-size:1.1rem}.tax-calculator .input-group input[type=number]{width:100%;padding:.75rem 1rem;border:1px solid #dee2e6;border-radius:4px;font-size:1rem;transition:border-color .2s ease,box-shadow .2s ease;-moz-appearance:textfield}.tax-calculator .input-group input[type=number]:focus{border-color:#4a90e2;outline:none;box-shadow:0 0 0 3px rgba(74,144,226,.25)}.tax-calculator .input-group input[type=number]::-webkit-inner-spin-button,.tax-calculator .input-group input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.tax-calculator .error-message{color:#dc3545;font-size:.9rem;margin-top:.25rem}.tax-calculator .instruction{text-align:center;color:#666;padding:2rem;font-style:italic}.results-display{padding:1rem 2rem 2rem}.results-display h2{text-align:center;margin-bottom:2rem}.results-display .result-section{margin-bottom:2.5rem;padding:1.5rem;border:1px solid #e9ecef;border-radius:8px;background-color:rgb(253.95,254.1,254.25)}.results-display .result-section.monthly-details{background-color:#fff}.results-display .result-item{display:flex;justify-content:space-between;align-items:center;padding:.6rem 0;border-bottom:1px solid #e9ecef;font-size:.95rem}.results-display .result-item:last-child{border-bottom:none}.results-display .result-item span:first-child{color:#666;padding-right:1rem}.results-display .result-item .amount,.results-display .result-item span:last-child{font-weight:600;text-align:right}.results-display .result-item.relief span:first-child{padding-left:1rem}.results-display .result-item.chargeable-income{font-weight:700;font-size:1.05rem;margin-top:.5rem;padding-top:.5rem;border-top:1px solid #dee2e6}.results-display .result-item.chargeable-income .amount{color:rgb(0,61.4972067039,128)}.results-display .result-item.deduction span:first-child{padding-left:1rem;color:hsl(0,0%,30%)}.results-display .result-item.tax-deduction .tax-amount{color:#dc3545;font-size:1.1em}.results-display .result-item.net-income{font-size:1.2rem;font-weight:700;margin-top:1.5rem;padding-top:1.5rem;border-top:2px solid #4a90e2}.results-display .result-item.net-income span:first-child{color:#0056b3}.results-display .result-item.net-income .final-amount{color:#28a745;font-size:1.6em}.results-display .disclaimer{margin-top:2rem;font-size:.8rem;color:#666;line-height:1.5;text-align:center;padding:1rem;background-color:#fff3cd;border:1px solid #ffeeba;border-radius:4px}.results-display .disclaimer strong{color:#856404;font-weight:600}@media(max-width:768px){body{padding:10px;font-size:16px}.main-header{padding:1.5rem 1rem;margin-bottom:1.5rem}.container{padding-left:15px;padding-right:15px}.app-footer,.app-header{padding:1rem 0}.main-content{padding-top:1rem;padding-bottom:1.5rem}.tax-calculator .input-section{padding:1.5rem 1rem}.tax-calculator .input-group{margin-bottom:1.5rem}.tax-calculator .input-group label{font-size:1.1rem;margin-bottom:.75rem}.tax-calculator .input-group input[type=number]{padding:1rem;font-size:1.1rem;min-height:48px;width:100%;box-sizing:border-box}.results-display{padding:1rem}.results-display .result-section{padding:1.25rem;margin-bottom:1.5rem}.results-display .result-item{font-size:1rem;padding:.75rem 0;flex-direction:column;align-items:flex-start;gap:.25rem}.results-display .result-item span:first-child{font-weight:500;margin-bottom:.25rem}.results-display .result-item .amount,.results-display .result-item span:last-child{font-size:1.1rem;font-weight:600}.results-display .result-item.net-income{font-size:1.2rem;padding:1rem 0}.results-display .result-item.net-income .final-amount{font-size:1.5em;text-align:right;width:100%}.results-display .disclaimer{font-size:.85rem;padding:1rem;line-height:1.5}.main-header .logo{width:70px}.tax-refund-section .refund-details{flex-direction:column;gap:1.5rem}.tax-refund-section .refund-details .detail-column{padding:0;width:100%}.tax-refund-section .refund-amount{font-size:2rem}.tax-reliefs-section .relief-info{padding:.75rem 1rem;font-size:.9rem;line-height:1.4}.tax-reliefs-section h3{padding:1rem;font-size:1.1rem}.tax-reliefs-section .relief-items-list{padding:.5rem 1rem}.tax-reliefs-section .relief-item{flex-direction:column;align-items:flex-start;gap:.75rem;padding:1.25rem 0}.tax-reliefs-section .relief-item:last-child{border-bottom:none}}@media(max-width:768px)and (max-width:768px){.tax-reliefs-section .relief-item{flex-direction:column!important;align-items:stretch!important;justify-content:flex-start!important;padding:1rem 0!important;gap:.5rem!important}.tax-reliefs-section .relief-label-group{width:100%;margin-right:0;margin-bottom:.5rem}.tax-reliefs-section .relief-input-group{width:100%;margin-left:0}.tax-reliefs-section .relief-input{width:100%;max-width:100%}.tax-reliefs-section .toggle-switch{align-self:flex-end;margin-left:auto}}@media(max-width:768px)and (max-width:480px){.tax-reliefs-section .relief-input{max-width:100%}}@media(max-width:768px){.tax-reliefs-section .relief-label-group{width:100%;margin-bottom:.5rem}.tax-reliefs-section .relief-label-group label{font-size:1rem;font-weight:500}.tax-reliefs-section .relief-input-group{width:100%}.tax-reliefs-section .relief-input-group .relief-input{width:100%;padding:.875rem;font-size:1rem;min-height:48px}.tax-reliefs-section .toggle-switch{width:60px;height:34px}.tax-reliefs-section .toggle-switch .slider{border-radius:34px}.tax-reliefs-section .toggle-switch .slider:before{height:26px;width:26px;left:4px;bottom:4px}.tax-reliefs-section .toggle-switch input:checked+.slider:before{transform:translateX(26px)}.relief-summary{padding:1.25rem 1rem;font-size:1.1rem}.relief-summary .summary-amount{font-size:1.3rem}}@media(max-width:375px){body{padding:8px;font-size:15px}.container{padding-left:10px;padding-right:10px}.results-display,.tax-calculator .input-section,.tax-reliefs-section .relief-items-list{padding:1rem}.results-display .result-item{padding:.5rem 0}.results-display .result-item .amount,.results-display .result-item span:last-child{font-size:1rem}}@media(hover:none)and (pointer:coarse){.limit-tooltip{visibility:visible!important;opacity:1!important;position:static;margin-top:.5rem;margin-bottom:0;transform:none;width:100%;text-align:left;background-color:rgba(0,0,0,0);color:#dc3545;padding:.25rem 0;font-size:.85rem}.limit-tooltip:after{display:none}}@media(max-height:600px)and (orientation:landscape){.main-header{padding:1rem;margin-bottom:1rem}.main-content{padding-top:.5rem;padding-bottom:1rem}.tax-calculator .input-section{padding:1rem}}.tax-reliefs-section{margin-top:2rem;border:1px solid #e9ecef;border-radius:8px;background-color:#fff;box-shadow:0 2px 6px rgba(0,0,0,.05)}.tax-reliefs-section .relief-info{display:flex;padding:.5rem 1.5rem;margin-top:5px}.tax-reliefs-section h3{margin:0;padding:1.25rem 1.5rem;background-color:rgb(219.8,236.7117318436,255);border-bottom:1px solid #e9ecef;font-size:1.15rem}.tax-reliefs-section .relief-items-list{padding:.5rem 1.5rem}.tax-reliefs-section .relief-item{display:flex;justify-content:space-between;align-items:center;padding:1.1rem 0;border-bottom:1px solid #e9ecef}.tax-reliefs-section .relief-item:last-child{border-bottom:none}.tax-reliefs-section .relief-label-group{display:flex;align-items:center;gap:.5rem}.tax-reliefs-section .relief-label-group label{font-weight:500;color:#666}.tax-reliefs-section .relief-input-group,.tax-reliefs-section .relief-input-group .input-wrapper{position:relative}.tax-reliefs-section .relief-input-group .limit-tooltip{visibility:hidden;position:absolute;bottom:110%;left:50%;transform:translateX(-50%);background-color:#dc3545;color:#fff;padding:5px 10px;border-radius:4px;font-size:.85em;white-space:nowrap;opacity:0;transition:opacity .2s,visibility .2s;z-index:10;margin-bottom:5px}.tax-reliefs-section .relief-input-group .limit-tooltip:after{content:"";position:absolute;top:100%;left:50%;transform:translateX(-50%);border:5px solid rgba(0,0,0,0);border-top-color:#dc3545}.tax-reliefs-section .relief-input-group .input-wrapper:hover .limit-tooltip{visibility:visible;opacity:1}.tax-reliefs-section .relief-input-group .relief-input{width:100%;max-width:235px;padding:.6rem .75rem;border:1px solid #dee2e6;border-radius:4px;font-size:.9rem;text-align:right;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-weight:500;transition:border-color .2s ease,box-shadow .2s ease}.tax-reliefs-section .relief-input-group .relief-input:disabled{background-color:#f8f9fa;color:#666;cursor:not-allowed;border-color:#e9ecef}.tax-reliefs-section .relief-input-group .relief-input:focus{border-color:#4a90e2;outline:none;box-shadow:0 0 0 3px rgba(74,144,226,.25)}.tax-reliefs-section .relief-input-group .relief-input.is-over-limit{border-color:#dc3545;box-shadow:0 0 0 3px rgba(220,53,69,.25);color:#dc3545}.tax-reliefs-section .relief-input-group .relief-input.is-over-limit:focus{border-color:#dc3545;box-shadow:0 0 0 3px rgba(220,53,69,.4)}.tax-reliefs-section .toggle-switch{position:relative;display:inline-block;width:50px;height:28px}.tax-reliefs-section .toggle-switch input{opacity:0;width:0;height:0}.tax-reliefs-section .toggle-switch .slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#dee2e6;transition:.4s;border-radius:28px}.tax-reliefs-section .toggle-switch .slider:before{position:absolute;content:"";height:20px;width:20px;left:4px;bottom:4px;background-color:#fff;transition:.4s;border-radius:50%;box-shadow:0 1px 3px rgba(0,0,0,.1)}.tax-reliefs-section .toggle-switch input:checked+.slider{background-color:#28a745}.tax-reliefs-section .toggle-switch input:focus+.slider{box-shadow:0 0 1px #28a745}.tax-reliefs-section .toggle-switch input:checked+.slider:before{transform:translateX(22px)}.tax-reliefs-section .relief-summary{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;background-color:rgb(253.95,254.1,254.25);border-top:2px solid #4a90e2;font-size:1.1rem;font-weight:600}.tax-reliefs-section .relief-summary .summary-amount{font-size:1.3rem;color:#0056b3}@media(max-width:480px){.tax-reliefs-section .relief-summary{font-size:1rem}.tax-reliefs-section .relief-summary .summary-amount{font-size:1.2rem}}.relief-input{-webkit-appearance:none;-moz-appearance:textfield;appearance:none}.relief-input::-webkit-inner-spin-button,.relief-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.tax-refund-section{margin-top:2rem;border:1px solid rgb(216.15,238.35,219.85);border-radius:8px;box-shadow:0 2px 6px rgba(0,0,0,.05);color:#1e7e34}.tax-refund-section h3{margin:0;padding:1.25rem 1.5rem;background-color:rgb(226.86,242.94,229.54);border-bottom:1px solid rgb(216.15,238.35,219.85);font-size:1.15rem;color:#1e7e34}.tax-refund-section .refund-summary{text-align:center;padding:1.5rem;background-color:#fff}.tax-refund-section .refund-summary p{margin-bottom:.75rem;font-size:1.05rem;color:rgb(25.0961538462,105.4038461538,43.5)}.tax-refund-section .refund-summary .refund-amount{font-size:2.5rem;font-weight:700;color:#28a745}.tax-refund-section .refund-details{display:flex;justify-content:space-around;padding:1.5rem;border-top:1px solid rgb(216.15,238.35,219.85);background-color:#fff}.tax-refund-section .refund-details .detail-column{text-align:center;padding:0 1rem}.tax-refund-section .refund-details .detail-column h4{font-size:1rem;color:#1e7e34;margin-bottom:.75rem}.tax-refund-section .refund-details .detail-column p{font-size:.9rem;margin-bottom:.5rem;color:#666}.tax-refund-section .refund-details .detail-column p strong{display:block;font-size:1.1rem;font-weight:600;color:#1e7e34}.tax-refund-section .disclaimer{display:flex;font-size:.8rem;justify-content:center;align-items:center;color:#666;padding:1.5rem;border-top:2px solid #28a745;background:#fff}.MaintenanceMessage_container__UU8wc{display:none}@media(max-width:768px){.MaintenanceMessage_container__UU8wc{display:flex;align-items:center;justify-content:center;gap:12px;background-color:#fff3cd;color:#664d03;padding:12px;border-radius:8px;border:1px solid #ffeeba;position:relative;margin:1rem auto 0;width:calc(100% - 2rem);max-width:100%;box-shadow:0 2px 8px rgba(0,0,0,.1);text-align:center;font-size:14px;line-height:1.4}.MaintenanceMessage_message__JEWhj{margin:0;flex-grow:1}.MaintenanceMessage_icon__6BHc2{flex-shrink:0;animation:MaintenanceMessage_hover__fI4UY 2.5s ease-in-out infinite}.MaintenanceMessage_closeButton__T4OP4{flex-shrink:0;background:none;border:none;cursor:pointer;color:inherit;padding:4px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:background-color .2s ease}.MaintenanceMessage_closeButton__T4OP4:hover{background-color:rgba(0,0,0,.1)}}@keyframes MaintenanceMessage_hover__fI4UY{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}