.Converter-module__eeMKpG__wrapper{flex-direction:column;gap:1.5rem;width:100%;display:flex}.Converter-module__eeMKpG__title{color:var(--foreground);text-align:center;margin:0 0 1.5rem;font-size:1.5rem;font-weight:600}.Converter-module__eeMKpG__converterGrid{background:var(--card-bg);-webkit-backdrop-filter:blur(12px);border:1px solid var(--card-border);box-shadow:var(--card-shadow);border-radius:var(--radius-lg);flex-direction:column;gap:1rem;padding:1.5rem;display:flex;position:relative;overflow:hidden}.Converter-module__eeMKpG__converterGrid:before{content:"";pointer-events:none;background:linear-gradient(135deg,#ffffff08 0%,#0000 100%);position:absolute;inset:0}@media (min-width:768px){.Converter-module__eeMKpG__converterGrid{flex-direction:row;align-items:center;padding:2.5rem 2rem}}.Converter-module__eeMKpG__panel{background:var(--background);border:1px solid var(--border-color);border-radius:var(--radius-md);transition:all var(--transition-normal);flex-direction:column;flex:1;gap:1.25rem;padding:1.5rem;display:flex;position:relative;box-shadow:inset 0 2px 4px #00000005}.Converter-module__eeMKpG__panel:focus-within{border-color:var(--primary);box-shadow:0 4px 20px #0000000d}.Converter-module__eeMKpG__panelFrom{background:linear-gradient(135deg,#38bdf80d 0%,transparent 60%),var(--background)}.Converter-module__eeMKpG__panelTo{background:linear-gradient(135deg,#a78bfa0d 0%,transparent 60%),var(--background)}.Converter-module__eeMKpG__formGroup{flex-direction:column;gap:.5rem;display:flex}.Converter-module__eeMKpG__label{color:var(--text-muted);letter-spacing:.02em;text-transform:uppercase;font-size:.85rem;font-weight:600}.Converter-module__eeMKpG__inputWrapper{align-items:center;display:flex;position:relative}.Converter-module__eeMKpG__input{background:var(--card-bg);border:1px solid var(--border-color);border-radius:var(--radius-sm);width:100%;color:var(--foreground);outline:none;padding:.875rem 1rem;font-size:1.25rem;font-weight:600;transition:all .2s}@media (prefers-color-scheme:dark){.Converter-module__eeMKpG__input{background:#0003}}.Converter-module__eeMKpG__input:focus{border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-glow)}.Converter-module__eeMKpG__select{background:var(--card-bg);border:1px solid var(--border-color);border-radius:var(--radius-sm);width:100%;color:var(--foreground);appearance:none;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 24 24' stroke='gray'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'%3E%3C/path%3E%3C/svg%3E");background-position:right 1rem center;background-repeat:no-repeat;background-size:1em;outline:none;padding:.75rem 2.5rem .75rem 1rem;font-size:.95rem;font-weight:500;transition:all .2s}@media (prefers-color-scheme:dark){.Converter-module__eeMKpG__select{background:#0003}}.Converter-module__eeMKpG__select:focus{border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-glow)}.Converter-module__eeMKpG__swapWrapper{z-index:2;justify-content:center;align-items:center;padding:.5rem;display:flex}@media (min-width:768px){.Converter-module__eeMKpG__swapWrapper{padding:0 1rem}}.Converter-module__eeMKpG__swapBtn{background:var(--background);border:1px solid var(--border-color);color:var(--text-muted);cursor:pointer;width:3.5rem;height:3.5rem;transition:all var(--transition-normal);border-radius:50%;justify-content:center;align-items:center;display:flex;box-shadow:0 4px 10px #0000000d}.Converter-module__eeMKpG__swapBtn:hover{background:var(--card-bg);border-color:var(--primary);color:var(--primary);box-shadow:0 8px 20px var(--primary-glow);transform:rotate(180deg)scale(1.05)}.Converter-module__eeMKpG__swapBtn svg{width:1.5rem;height:1.5rem}
