.ConverterTabs-module__tZDMNa__tabsContainer{justify-content:center;width:100%;margin-bottom:1.5rem;display:flex;overflow-x:auto}.ConverterTabs-module__tZDMNa__tabsList{background:0 0;border:none;border-radius:0;flex-wrap:wrap;justify-content:center;gap:.5rem;width:100%;padding:.5rem;display:flex}.ConverterTabs-module__tZDMNa__tabsTrigger{background:hsl(var(--card));border:1px solid hsl(var(--border));cursor:pointer;color:hsl(var(--muted-foreground));white-space:nowrap;border-radius:.75rem;justify-content:center;align-items:center;gap:.625rem;padding:.875rem 1.5rem;font-weight:500;transition:all .2s;display:inline-flex}.ConverterTabs-module__tZDMNa__tabsTrigger:hover{color:hsl(var(--foreground));background:hsl(var(--accent));border-color:hsl(var(--primary));transform:translateY(-1px)}.ConverterTabs-module__tZDMNa__tabsTrigger.ConverterTabs-module__tZDMNa__active{background:hsl(var(--primary));border-color:hsl(var(--primary));color:hsl(var(--primary-foreground));box-shadow:0 4px 12px hsl(var(--primary) / .25);font-weight:600}.ConverterTabs-module__tZDMNa__iconWrapper{border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;transition:all .3s;display:flex}.ConverterTabs-module__tZDMNa__iconPower{background:linear-gradient(135deg, var(--color-amber-500) 0%, var(--color-orange-600) 100%)}.ConverterTabs-module__tZDMNa__iconPressure{background:linear-gradient(135deg, var(--color-blue-500) 0%, var(--color-blue-600) 100%)}.ConverterTabs-module__tZDMNa__iconTemperature{background:linear-gradient(135deg, var(--color-red-500) 0%, var(--color-red-600) 100%)}.ConverterTabs-module__tZDMNa__iconArea{background:linear-gradient(135deg, var(--color-green-500) 0%, var(--color-green-600) 100%)}.ConverterTabs-module__tZDMNa__iconLength{background:linear-gradient(135deg,#6366f1 0%,#4f46e5 100%)}.ConverterTabs-module__tZDMNa__iconVolume{background:linear-gradient(135deg, var(--color-primary-500) 0%, var(--color-primary-600) 100%)}.ConverterTabs-module__tZDMNa__iconConverter{background:linear-gradient(135deg,#a855f7 0%,#9333ea 100%)}.ConverterTabs-module__tZDMNa__icon{color:#fff;width:20px;height:20px}.ConverterTabs-module__tZDMNa__label{white-space:nowrap;font-size:1rem;font-weight:inherit}@media (max-width:1024px){.ConverterTabs-module__tZDMNa__tabsTrigger{gap:.5rem;padding:.75rem 1.25rem}.ConverterTabs-module__tZDMNa__iconWrapper{width:32px;height:32px}.ConverterTabs-module__tZDMNa__icon{width:18px;height:18px}.ConverterTabs-module__tZDMNa__label{font-size:.9rem}}@media (max-width:768px){.ConverterTabs-module__tZDMNa__tabsContainer{justify-content:flex-start}.ConverterTabs-module__tZDMNa__tabsList{gap:.375rem;padding:.375rem}.ConverterTabs-module__tZDMNa__tabsTrigger{padding:.625rem 1rem}.ConverterTabs-module__tZDMNa__iconWrapper{width:28px;height:28px}.ConverterTabs-module__tZDMNa__icon{width:16px;height:16px}.ConverterTabs-module__tZDMNa__label{font-size:.8125rem}}
.Converter-module__rC0-Hq__pageWrapper{min-height:100vh;color:hsl(var(--foreground));background:0 0;padding:1.5rem 1rem}@media (min-width:768px){.Converter-module__rC0-Hq__pageWrapper{padding:2rem}}.Converter-module__rC0-Hq__container{max-width:1200px;margin:0 auto}.Converter-module__rC0-Hq__calculatorGrid{grid-template-columns:1fr;gap:1rem;margin-bottom:2rem;display:grid}@media (min-width:1024px){.Converter-module__rC0-Hq__calculatorGrid{grid-template-columns:1fr auto 1fr;gap:1.5rem}}.Converter-module__rC0-Hq__column{background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:16px;padding:1.5rem;position:relative;box-shadow:0 1px 3px #0000000d}.Converter-module__rC0-Hq__unitSelector{margin-bottom:1rem}.Converter-module__rC0-Hq__valueInputWrapper,.Converter-module__rC0-Hq__valueInputContainer{position:relative}.Converter-module__rC0-Hq__valueInput{background:hsl(var(--background));border:1px solid hsl(var(--border));width:100%;height:3rem;color:hsl(var(--foreground));border-radius:12px;align-items:center;padding:0 4rem 0 1rem;font-size:1.5rem;font-weight:600;transition:all .2s;display:flex}.Converter-module__rC0-Hq__valueInput:hover{border-color:hsl(var(--primary) / .5)}.Converter-module__rC0-Hq__valueInput:focus{border-color:hsl(var(--primary));box-shadow:0 0 0 4px hsl(var(--primary) / .1);outline:none}.Converter-module__rC0-Hq__valueInput::placeholder{color:hsl(var(--muted-foreground) / .3)}.Converter-module__rC0-Hq__valueInput:read-only{cursor:default;background:hsl(var(--muted) / .3);border-color:hsl(var(--border) / .3)}.Converter-module__rC0-Hq__copyButton{background:hsl(var(--muted));color:hsl(var(--muted-foreground));cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;padding:.625rem;transition:all .2s;display:flex;position:absolute;top:50%;right:.75rem;transform:translateY(-50%)}.Converter-module__rC0-Hq__copyButton:hover{background:hsl(var(--primary));color:hsl(var(--primary-foreground));transform:translateY(-50%)scale(1.05)}.Converter-module__rC0-Hq__copyIcon{width:1.125rem;height:1.125rem}.Converter-module__rC0-Hq__swapButtonWrapper{justify-content:center;align-items:center;margin:2rem 0;display:flex}@media (min-width:1024px){.Converter-module__rC0-Hq__swapButtonWrapper{margin:0}}.Converter-module__rC0-Hq__swapButton{background:hsl(var(--primary));width:3.5rem;height:3.5rem;color:hsl(var(--primary-foreground));cursor:pointer;box-shadow:0 4px 16px hsl(var(--primary) / .3);border:none;border-radius:50%;justify-content:center;align-items:center;transition:all .3s;display:flex}.Converter-module__rC0-Hq__swapButton:hover{box-shadow:0 6px 24px hsl(var(--primary) / .4);transform:rotate(180deg)scale(1.1)}.Converter-module__rC0-Hq__swapIcon{width:1.75rem;height:1.75rem}.Converter-module__rC0-Hq__documentationSection{background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:16px;margin-top:2rem;padding:1.5rem;box-shadow:0 1px 3px #0000000d}.Converter-module__rC0-Hq__documentationTitle{color:hsl(var(--foreground));text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid hsl(var(--border));margin-bottom:1.5rem;padding-bottom:.75rem;font-size:1.25rem;font-weight:700}.Converter-module__rC0-Hq__documentationContent{color:hsl(var(--muted-foreground));line-height:1.7}.Converter-module__rC0-Hq__docSection{margin-bottom:2rem}.Converter-module__rC0-Hq__docSectionTitle{color:hsl(var(--foreground));text-transform:uppercase;letter-spacing:.025em;margin-bottom:.875rem;font-size:1.125rem;font-weight:700}.Converter-module__rC0-Hq__docSectionText{color:hsl(var(--muted-foreground));margin-bottom:.875rem;font-size:.9375rem;line-height:1.7}.Converter-module__rC0-Hq__docList{margin:0;padding:0;list-style:none}.Converter-module__rC0-Hq__docList ol{padding-left:1.5rem;list-style-type:decimal}.Converter-module__rC0-Hq__docListItem{color:hsl(var(--muted-foreground));margin-bottom:.625rem;padding-left:1.5rem;font-size:.9375rem;position:relative}.Converter-module__rC0-Hq__docListItem:before{content:"•";color:hsl(var(--primary));font-size:1.25rem;font-weight:700;line-height:1.2;position:absolute;left:0}ol .Converter-module__rC0-Hq__docListItem{padding-left:0}ol .Converter-module__rC0-Hq__docListItem:before{content:none}.Converter-module__rC0-Hq__unitsGrid{grid-template-columns:1fr;gap:1rem;margin-top:1rem;display:grid}@media (min-width:640px){.Converter-module__rC0-Hq__unitsGrid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.Converter-module__rC0-Hq__unitsGrid{grid-template-columns:repeat(3,1fr)}}.Converter-module__rC0-Hq__unitCard{background:hsl(var(--background));border:1px solid hsl(var(--border));border-radius:12px;padding:1rem;transition:all .2s}.Converter-module__rC0-Hq__unitCard:hover{border-color:hsl(var(--primary));box-shadow:0 4px 12px hsl(var(--primary) / .15);transform:translateY(-2px)}.Converter-module__rC0-Hq__unitName{color:hsl(var(--foreground));margin-bottom:.5rem;font-size:.9375rem;font-weight:600}.Converter-module__rC0-Hq__unitDescription{color:hsl(var(--muted-foreground));margin:0;font-size:.875rem;line-height:1.5}.Converter-module__rC0-Hq__conversionTable{border-collapse:collapse;width:100%;margin-top:1.5rem;font-size:.875rem}.Converter-module__rC0-Hq__conversionTable thead{background:hsl(var(--muted) / .5);border-bottom:2px solid hsl(var(--primary))}.Converter-module__rC0-Hq__conversionTable th{text-align:left;color:hsl(var(--foreground));text-transform:uppercase;letter-spacing:.025em;padding:.875rem;font-size:.75rem;font-weight:600}.Converter-module__rC0-Hq__conversionTable td{border-bottom:1px solid hsl(var(--border));color:hsl(var(--muted-foreground));padding:.875rem}.Converter-module__rC0-Hq__conversionTable tbody tr:hover{background:hsl(var(--accent) / .5)}.Converter-module__rC0-Hq__conversionTable tbody tr:last-child td{border-bottom:none}
