.calculator-module__kEltUa__container{background:#fff;border-radius:24px;overflow:hidden;box-shadow:0 4px 20px #0000000d}.calculator-module__kEltUa__tabs{border-bottom:1px solid #e2e8f0;display:flex}.calculator-module__kEltUa__tab{text-align:center;cursor:pointer;color:var(--text-secondary);background:0 0;border:none;border-bottom:3px solid #0000;flex:1;padding:20px;font-size:16px;font-weight:600;transition:all .2s}.calculator-module__kEltUa__tab.calculator-module__kEltUa__active{color:var(--accent-blue);border-bottom:3px solid var(--accent-blue);background:#f8fafc}.calculator-module__kEltUa__content{padding:32px}.calculator-module__kEltUa__row{grid-template-columns:2fr 1fr 1fr auto;align-items:center;gap:16px;margin-bottom:16px;display:grid}.calculator-module__kEltUa__cgpaRow{grid-template-columns:2fr 1fr auto;align-items:center;gap:16px;margin-bottom:16px;display:grid}.calculator-module__kEltUa__input{border:1px solid #e2e8f0;border-radius:12px;outline:none;width:100%;padding:12px 16px;font-size:15px;transition:border-color .2s}.calculator-module__kEltUa__input:focus{border-color:var(--accent-blue)}.calculator-module__kEltUa__removeBtn{color:#ef4444;cursor:pointer;background:#fee2e2;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex}.calculator-module__kEltUa__removeBtn:hover{background:#fecaca;transform:scale(1.05)}.calculator-module__kEltUa__addBtn{color:var(--text-primary);cursor:pointer;background:#f1f5f9;border:none;border-radius:12px;align-items:center;gap:8px;margin-top:16px;padding:12px 24px;font-weight:600;transition:all .2s;display:flex}.calculator-module__kEltUa__addBtn:hover{background:#e2e8f0}.calculator-module__kEltUa__resultCard{text-align:center;background:linear-gradient(135deg,#f0fdf4 0%,#dcfce7 100%);border:1px solid #bbf7d0;border-radius:20px;justify-content:space-around;align-items:center;margin-top:40px;padding:32px;display:flex}.calculator-module__kEltUa__resultValue{color:#166534;margin-bottom:8px;font-size:48px;font-weight:800}.calculator-module__kEltUa__resultLabel{color:#15803d;font-size:16px;font-weight:600}.calculator-module__kEltUa__divider{background:#bbf7d0;width:2px;height:60px}@media (max-width:600px){.calculator-module__kEltUa__row{grid-template-columns:1fr 1fr auto}.calculator-module__kEltUa__row input:first-child{grid-column:span 3}.calculator-module__kEltUa__cgpaRow{grid-template-columns:1fr 1fr auto}.calculator-module__kEltUa__resultCard{flex-direction:column;gap:24px}.calculator-module__kEltUa__divider{width:60px;height:2px}}
