.styles-module__IK48_W__unit-converter{max-width:1200px;min-height:100vh;margin:0 auto;padding:2rem}.styles-module__IK48_W__converter-header{text-align:center;margin-bottom:2rem}.styles-module__IK48_W__converter-header h1{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:.5rem;font-size:2.5rem;font-weight:700}.styles-module__IK48_W__converter-header p{color:#6b7280;font-size:1.1rem}.dark .styles-module__IK48_W__converter-header p{color:#9ca3af}.styles-module__IK48_W__converter-container{background:var(--card-light,#fff);border-radius:20px;padding:2rem;box-shadow:0 10px 30px #0000001a}.dark .styles-module__IK48_W__converter-container{background:var(--card-dark,#1f2937);box-shadow:0 10px 30px #0000004d}.styles-module__IK48_W__category-selector{border-bottom:2px solid #e5e7eb;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:2rem;padding-bottom:1rem;display:flex}.dark .styles-module__IK48_W__category-selector{border-bottom-color:#374151}.styles-module__IK48_W__category-btn{cursor:pointer;color:#6b7280;background:0 0;border:2px solid #e5e7eb;border-radius:12px;padding:.75rem 1.5rem;font-size:.95rem;font-weight:600;transition:all .3s}.dark .styles-module__IK48_W__category-btn{color:#9ca3af;border-color:#4b5563}.styles-module__IK48_W__category-btn:hover{color:#667eea;border-color:#667eea;transform:translateY(-2px)}.styles-module__IK48_W__category-btn.styles-module__IK48_W__active{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-color:#0000;box-shadow:0 4px 12px #667eea4d}.styles-module__IK48_W__conversion-interface{grid-template-columns:1fr auto 1fr;align-items:center;gap:2rem;margin-bottom:2rem;display:grid}.styles-module__IK48_W__input-section,.styles-module__IK48_W__output-section{flex-direction:column;gap:.75rem;display:flex}.styles-module__IK48_W__input-section label,.styles-module__IK48_W__output-section label{color:#6b7280;text-transform:uppercase;letter-spacing:.5px;font-size:.9rem;font-weight:600}:is(.dark .styles-module__IK48_W__input-section label,.dark .styles-module__IK48_W__output-section label){color:#9ca3af}.styles-module__IK48_W__input-group{align-items:center;gap:.75rem;display:flex}.styles-module__IK48_W__value-input,.styles-module__IK48_W__result-input{background:#fff;border:2px solid #e5e7eb;border-radius:12px;flex:1;padding:1rem;font-family:Courier New,monospace;font-size:1rem;transition:all .3s}:is(.dark .styles-module__IK48_W__value-input,.dark .styles-module__IK48_W__result-input){color:#f9fafb;background:#374151;border-color:#4b5563}.styles-module__IK48_W__value-input:focus,.styles-module__IK48_W__result-input:focus{border-color:#667eea;outline:none;box-shadow:0 0 0 3px #667eea1a}.styles-module__IK48_W__value-input:hover,.styles-module__IK48_W__result-input:hover{border-color:#cbd5e1}:is(.dark .styles-module__IK48_W__value-input:hover,.dark .styles-module__IK48_W__result-input:hover){border-color:#6b7280}.styles-module__IK48_W__unit-select{cursor:pointer;background:#fff;border:2px solid #e5e7eb;border-radius:12px;min-width:140px;padding:1rem;font-size:.95rem;transition:all .3s}.dark .styles-module__IK48_W__unit-select{color:#f9fafb;background:#374151;border-color:#4b5563}.styles-module__IK48_W__unit-select:focus{border-color:#667eea;outline:none}.styles-module__IK48_W__unit-select:disabled{opacity:.5;cursor:not-allowed}.styles-module__IK48_W__swap-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border:none;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;font-size:1.5rem;transition:all .3s;display:flex;box-shadow:0 4px 12px #667eea4d}.styles-module__IK48_W__swap-btn:hover:not(:disabled){transform:rotate(180deg)scale(1.1);box-shadow:0 6px 20px #667eea66}.styles-module__IK48_W__swap-btn:active:not(:disabled){transform:rotate(180deg)scale(.95)}.styles-module__IK48_W__swap-btn:disabled{opacity:.5;cursor:not-allowed}.styles-module__IK48_W__result-display{text-align:center;background:linear-gradient(135deg,#667eea1a 0%,#764ba21a 100%);border:1px solid #667eea33;border-radius:16px;margin-top:2rem;padding:1.5rem}.dark .styles-module__IK48_W__result-display{background:linear-gradient(135deg,#667eea0d 0%,#764ba20d 100%)}.styles-module__IK48_W__result-display h3{color:#6b7280;text-transform:uppercase;letter-spacing:1px;margin-bottom:.75rem;font-size:.9rem}.dark .styles-module__IK48_W__result-display h3{color:#9ca3af}.styles-module__IK48_W__result-display p{color:#1f2937;font-size:1.5rem;font-weight:600}.dark .styles-module__IK48_W__result-display p{color:#f9fafb}.styles-module__IK48_W__result-display strong{color:#667eea;margin:0 .5rem;font-size:1.8rem}.styles-module__IK48_W__error-display{text-align:center;background:#fee2e2;border:1px solid #fecaca;border-radius:12px;margin-top:1.5rem;padding:1rem;animation:.5s ease-in-out styles-module__IK48_W__shake}.dark .styles-module__IK48_W__error-display{background:#7f1d1d;border-color:#991b1b}.styles-module__IK48_W__error-display p{color:#dc2626;font-weight:600}.dark .styles-module__IK48_W__error-display p{color:#fca5a5}.styles-module__IK48_W__loading-display{text-align:center;background:#f3f4f6;border-radius:12px;justify-content:center;align-items:center;gap:.75rem;margin-top:1.5rem;padding:1rem;display:flex}.dark .styles-module__IK48_W__loading-display{background:#374151}.styles-module__IK48_W__loading-display p{color:#6b7280;font-weight:500}.dark .styles-module__IK48_W__loading-display p{color:#9ca3af}.styles-module__IK48_W__spinner{border:3px solid #e5e7eb;border-top-color:#667eea;border-radius:50%;width:20px;height:20px;animation:1s linear infinite styles-module__IK48_W__spin}@keyframes styles-module__IK48_W__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes styles-module__IK48_W__shake{0%,to{transform:translate(0)}25%{transform:translate(-5px)}75%{transform:translate(5px)}}.styles-module__IK48_W__quick-conversions{border-top:2px solid #e5e7eb;margin-top:2rem;padding-top:2rem}.dark .styles-module__IK48_W__quick-conversions{border-top-color:#374151}.styles-module__IK48_W__quick-conversions h3{text-align:center;color:#667eea;margin-bottom:1rem;font-weight:600}.styles-module__IK48_W__quick-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;display:grid}.styles-module__IK48_W__quick-card{text-align:center;cursor:pointer;background:#f8fafc;border:1px solid #e5e7eb;border-radius:12px;padding:1rem;transition:all .3s}.dark .styles-module__IK48_W__quick-card{background:#1f2937;border-color:#4b5563}.styles-module__IK48_W__quick-card:hover{border-color:#667eea;transform:translateY(-3px);box-shadow:0 4px 12px #667eea33}.styles-module__IK48_W__quick-value{color:#667eea;margin-bottom:.5rem;font-size:1.1rem;font-weight:600}.styles-module__IK48_W__quick-label{color:#6b7280;font-size:.85rem}.dark .styles-module__IK48_W__quick-label{color:#9ca3af}@media (max-width:968px){.styles-module__IK48_W__conversion-interface{grid-template-columns:1fr;gap:1rem}.styles-module__IK48_W__swap-btn{margin:0 auto;transform:rotate(90deg)}.styles-module__IK48_W__swap-btn:hover:not(:disabled){transform:rotate(90deg)scale(1.1)}.styles-module__IK48_W__swap-btn:active:not(:disabled){transform:rotate(90deg)scale(.95)}}@media (max-width:768px){.styles-module__IK48_W__unit-converter{padding:1rem}.styles-module__IK48_W__converter-header h1{font-size:2rem}.styles-module__IK48_W__converter-container{padding:1.5rem}.styles-module__IK48_W__category-selector{gap:.5rem}.styles-module__IK48_W__category-btn{padding:.5rem 1rem;font-size:.85rem}.styles-module__IK48_W__input-group{flex-direction:column}.styles-module__IK48_W__value-input,.styles-module__IK48_W__result-input,.styles-module__IK48_W__unit-select{width:100%}.styles-module__IK48_W__result-display p{font-size:1.2rem}.styles-module__IK48_W__result-display strong{font-size:1.4rem}}@media (max-width:480px){.styles-module__IK48_W__unit-converter{padding:.5rem}.styles-module__IK48_W__converter-header h1{font-size:1.75rem}.styles-module__IK48_W__converter-container{padding:1rem}.styles-module__IK48_W__category-btn{padding:.4rem .75rem;font-size:.75rem}.styles-module__IK48_W__result-display p{font-size:1rem}.styles-module__IK48_W__result-display strong{font-size:1.2rem}}.dark .styles-module__IK48_W__value-input[type=number]::-webkit-inner-spin-button{background-color:#4b5563}.dark .styles-module__IK48_W__value-input[type=number]::-webkit-outer-spin-button{background-color:#4b5563}.styles-module__IK48_W__category-btn:focus-visible,.styles-module__IK48_W__swap-btn:focus-visible,.styles-module__IK48_W__unit-select:focus-visible,.styles-module__IK48_W__value-input:focus-visible{outline-offset:2px;outline:2px solid #667eea}@media print{.styles-module__IK48_W__unit-converter{padding:0}.styles-module__IK48_W__category-selector,.styles-module__IK48_W__swap-btn,.styles-module__IK48_W__loading-display,.styles-module__IK48_W__error-display{display:none}.styles-module__IK48_W__conversion-interface{grid-template-columns:1fr}.styles-module__IK48_W__result-display{background:0 0;border:1px solid #000}}
