.Header-module__Af2_WG__header{z-index:var(--z-header);border-bottom:1px solid var(--color-border);-webkit-backdrop-filter:blur(16px)saturate(180%);backdrop-filter:blur(16px)saturate(180%);height:var(--header-height);transition:background var(--transition-base),border-color var(--transition-base);background:#fffc;position:sticky;top:0}[data-theme=dark] .Header-module__Af2_WG__header{background:#0d1117cc}.Header-module__Af2_WG__inner{max-width:var(--max-width);padding:0 var(--space-lg);justify-content:space-between;align-items:center;height:100%;margin:0 auto;display:flex}.Header-module__Af2_WG__logo{align-items:center;gap:var(--space-sm);font-size:var(--fs-xl);font-weight:var(--fw-bold);color:var(--color-text-primary);transition:all var(--transition-fast);text-decoration:none;display:flex}.Header-module__Af2_WG__logo:hover{color:var(--color-accent)}.Header-module__Af2_WG__logo:hover .Header-module__Af2_WG__logoIcon{transform:rotate(-8deg)scale(1.05)}.Header-module__Af2_WG__logoIcon{border-radius:var(--radius-sm);object-fit:contain;width:44px;height:44px;transition:transform var(--transition-base)}.Header-module__Af2_WG__nav{align-items:center;gap:var(--space-xl);display:flex}.Header-module__Af2_WG__navLinks{align-items:center;gap:var(--space-lg);display:flex}.Header-module__Af2_WG__navLink{font-size:var(--fs-sm);font-weight:var(--fw-medium);color:var(--color-text-secondary);transition:all var(--transition-fast);cursor:pointer;padding-bottom:2px;position:relative}.Header-module__Af2_WG__navLink:after{content:"";background:var(--color-accent);border-radius:1px;width:0;height:2px;transition:width .3s cubic-bezier(.16,1,.3,1);position:absolute;bottom:-2px;left:0}.Header-module__Af2_WG__navLink:hover{color:var(--color-accent)}.Header-module__Af2_WG__navLink:hover:after{width:100%}.Header-module__Af2_WG__controls{align-items:center;gap:var(--space-base);display:flex}.Header-module__Af2_WG__dropdown{position:relative}.Header-module__Af2_WG__dropdownTrigger{background:var(--color-bg-tertiary);border:1.5px solid var(--color-border);border-radius:var(--radius-sm);font-size:var(--fs-sm);font-weight:var(--fw-semibold);color:var(--color-text-primary);cursor:pointer;white-space:nowrap;align-items:center;gap:6px;padding:6px 10px;transition:all .2s;display:flex}.Header-module__Af2_WG__dropdownTrigger:hover{border-color:var(--color-accent)}.Header-module__Af2_WG__dropdownArrow{color:var(--color-text-tertiary);font-size:8px;transition:transform .2s}.Header-module__Af2_WG__dropdownArrowOpen{transform:rotate(180deg)}.Header-module__Af2_WG__dropdownMenu{background:var(--color-bg-secondary);border:1.5px solid var(--color-border);border-radius:var(--radius-md);z-index:100;min-width:120px;padding:4px;animation:.15s Header-module__Af2_WG__dropdownIn;position:absolute;top:calc(100% + 6px);right:0;box-shadow:0 8px 24px #0000001f}@keyframes Header-module__Af2_WG__dropdownIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.Header-module__Af2_WG__dropdownItem{width:100%;font-size:var(--fs-sm);font-weight:var(--fw-medium);color:var(--color-text-primary);cursor:pointer;border-radius:var(--radius-sm);white-space:nowrap;background:0 0;border:none;align-items:center;gap:6px;padding:8px 12px;transition:background .15s;display:flex}.Header-module__Af2_WG__dropdownItem:hover{background:var(--color-bg-tertiary)}.Header-module__Af2_WG__dropdownItemActive{background:var(--color-accent-light);color:var(--color-accent);font-weight:var(--fw-semibold)}@media (max-width:768px){.Header-module__Af2_WG__navLinks{display:none}.Header-module__Af2_WG__inner{padding:0 var(--space-base)}.Header-module__Af2_WG__logo{font-size:var(--fs-lg)}}
.ThemeToggle-module__3b5zuq__toggle{border-radius:var(--radius-full);background:var(--color-bg-tertiary);border:1px solid var(--color-border);cursor:pointer;width:48px;height:26px;transition:all var(--transition-base);align-items:center;padding:2px;display:flex;position:relative}.ThemeToggle-module__3b5zuq__toggle:hover{border-color:var(--color-accent)}.ThemeToggle-module__3b5zuq__knob{background:var(--color-accent);width:20px;height:20px;transition:transform var(--transition-base);border-radius:50%;justify-content:center;align-items:center;font-size:11px;line-height:1;display:flex;box-shadow:0 1px 3px #0003}.ThemeToggle-module__3b5zuq__knobDark{transform:translate(22px)}.ThemeToggle-module__3b5zuq__label{display:none}@media (max-width:480px){.ThemeToggle-module__3b5zuq__toggle{width:42px;height:24px}.ThemeToggle-module__3b5zuq__knob{width:18px;height:18px;font-size:10px}.ThemeToggle-module__3b5zuq__knobDark{transform:translate(18px)}}
.Hero-module__Z8hQ_W__hero{background:var(--color-bg-hero);padding:var(--space-4xl)0 calc(var(--space-4xl) + 2rem);position:relative;overflow:hidden}.Hero-module__Z8hQ_W__hero:before{content:"";pointer-events:none;background:radial-gradient(circle,#3b63f733 0%,#0000 70%);border-radius:50%;width:700px;height:700px;animation:8s ease-in-out infinite Hero-module__Z8hQ_W__floatOrb;position:absolute;top:-40%;right:-15%}.Hero-module__Z8hQ_W__hero:after{content:"";pointer-events:none;background:radial-gradient(circle,#10b9811f 0%,#0000 70%);border-radius:50%;width:500px;height:500px;animation:10s ease-in-out infinite reverse Hero-module__Z8hQ_W__floatOrb;position:absolute;bottom:-25%;left:-8%}@keyframes Hero-module__Z8hQ_W__floatOrb{0%,to{transform:translate(0)scale(1)}33%{transform:translate(30px,-20px)scale(1.05)}66%{transform:translate(-20px,15px)scale(.95)}}.Hero-module__Z8hQ_W__gridOverlay{pointer-events:none;background-image:linear-gradient(#ffffff08 1px,#0000 1px),linear-gradient(90deg,#ffffff08 1px,#0000 1px);background-size:60px 60px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(#000 30%,#0000 80%);mask-image:radial-gradient(#000 30%,#0000 80%)}.Hero-module__Z8hQ_W__inner{max-width:var(--max-width);padding:0 var(--space-lg);z-index:1;margin:0 auto;position:relative}.Hero-module__Z8hQ_W__content{gap:var(--space-3xl);grid-template-columns:1fr 1fr;align-items:center;display:grid}.Hero-module__Z8hQ_W__textBlock{animation:.8s cubic-bezier(.16,1,.3,1) both Hero-module__Z8hQ_W__heroSlideIn}@keyframes Hero-module__Z8hQ_W__heroSlideIn{0%{opacity:0;filter:blur(4px);transform:translateY(40px)translate(-20px)}to{opacity:1;filter:blur();transform:translateY(0)translate(0)}}.Hero-module__Z8hQ_W__badge{align-items:center;gap:var(--space-sm);color:#8ba4ff;font-size:var(--fs-xs);font-weight:var(--fw-semibold);padding:6px var(--space-md);border-radius:var(--radius-full);margin-bottom:var(--space-lg);text-transform:uppercase;letter-spacing:.06em;background:#3b63f71f;border:1px solid #3b63f740;animation:3s ease-in-out infinite Hero-module__Z8hQ_W__badgeGlow;display:inline-flex}@keyframes Hero-module__Z8hQ_W__badgeGlow{0%,to{box-shadow:0 0 #3b63f700}50%{box-shadow:0 0 20px #3b63f726}}.Hero-module__Z8hQ_W__badgeDot{background:var(--color-success);border-radius:50%;width:6px;height:6px;animation:2s infinite Hero-module__Z8hQ_W__pulse;box-shadow:0 0 8px #10b98199}@keyframes Hero-module__Z8hQ_W__pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.8)}}.Hero-module__Z8hQ_W__title{font-size:var(--fs-5xl);font-weight:var(--fw-extrabold);color:#fff;line-height:var(--lh-tight);margin-bottom:var(--space-lg);letter-spacing:-.03em}.Hero-module__Z8hQ_W__titleAccent{background:linear-gradient(135deg,#6b8aff 0%,#3b63f7 40%,#10b981 100%) 0 0/200% 200%;-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;animation:4s ease-in-out infinite Hero-module__Z8hQ_W__gradientShift}@keyframes Hero-module__Z8hQ_W__gradientShift{0%,to{background-position:0%}50%{background-position:100%}}.Hero-module__Z8hQ_W__subtitle{font-size:var(--fs-lg);color:#ffffff8c;line-height:var(--lh-relaxed);margin-bottom:var(--space-xl);max-width:480px}.Hero-module__Z8hQ_W__actions{gap:var(--space-base);display:flex}.Hero-module__Z8hQ_W__btnPrimary{align-items:center;gap:var(--space-sm);color:#fff;padding:14px var(--space-xl);border-radius:var(--radius-md);font-weight:var(--fw-semibold);font-size:var(--fs-base);transition:all var(--transition-base);cursor:pointer;background:linear-gradient(135deg,#3b63f7,#5b7cff);border:none;display:inline-flex;position:relative;overflow:hidden}.Hero-module__Z8hQ_W__btnPrimary:before{content:"";background:linear-gradient(135deg,#0000 0%,#ffffff26 50%,#0000 100%);transition:transform .5s;position:absolute;inset:0;transform:translate(-100%)}.Hero-module__Z8hQ_W__btnPrimary:hover:before{transform:translate(100%)}.Hero-module__Z8hQ_W__btnPrimary:hover{transform:translateY(-2px);box-shadow:0 8px 32px #3b63f766}.Hero-module__Z8hQ_W__btnSecondary{align-items:center;gap:var(--space-sm);color:#fff;padding:14px var(--space-xl);border-radius:var(--radius-md);font-weight:var(--fw-semibold);font-size:var(--fs-base);transition:all var(--transition-base);cursor:pointer;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff0f;border:1px solid #ffffff1f;display:inline-flex}.Hero-module__Z8hQ_W__btnSecondary:hover{background:#ffffff1a;border-color:#ffffff40;transform:translateY(-2px)}.Hero-module__Z8hQ_W__cards{gap:var(--space-base);flex-direction:column;display:flex}.Hero-module__Z8hQ_W__statCard{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:var(--radius-md);padding:var(--space-lg)var(--space-xl);align-items:center;gap:var(--space-base);background:#ffffff0a;border:1px solid #ffffff12;transition:all .4s cubic-bezier(.16,1,.3,1);animation:.6s cubic-bezier(.16,1,.3,1) both Hero-module__Z8hQ_W__cardSlideIn;display:flex;position:relative;overflow:hidden}.Hero-module__Z8hQ_W__statCard:before{content:"";opacity:0;transition:opacity var(--transition-base);background:linear-gradient(135deg,#0000 0%,#3b63f70d 100%);position:absolute;inset:0}.Hero-module__Z8hQ_W__statCard:hover:before{opacity:1}.Hero-module__Z8hQ_W__statCard:first-child{animation-delay:.3s}.Hero-module__Z8hQ_W__statCard:nth-child(2){animation-delay:.45s}.Hero-module__Z8hQ_W__statCard:nth-child(3){animation-delay:.6s}@keyframes Hero-module__Z8hQ_W__cardSlideIn{0%{opacity:0;filter:blur(4px);transform:translate(40px)scale(.95)}to{opacity:1;filter:blur();transform:translate(0)scale(1)}}.Hero-module__Z8hQ_W__statCard:hover{background:#ffffff12;border-color:#ffffff26;transform:translate(6px)scale(1.01);box-shadow:0 8px 32px #0003}.Hero-module__Z8hQ_W__statIcon{border-radius:var(--radius-sm);width:48px;height:48px;transition:transform var(--transition-base);flex-shrink:0;justify-content:center;align-items:center;font-size:22px;display:flex}.Hero-module__Z8hQ_W__statCard:hover .Hero-module__Z8hQ_W__statIcon{transform:scale(1.1)rotate(-5deg)}.Hero-module__Z8hQ_W__statIconBlue{background:#3b63f726}.Hero-module__Z8hQ_W__statIconGreen{background:#10b98126}.Hero-module__Z8hQ_W__statIconPurple{background:#8b5cf626}.Hero-module__Z8hQ_W__statInfo{flex:1}.Hero-module__Z8hQ_W__statLabel{font-size:var(--fs-xs);color:#ffffff73;text-transform:uppercase;letter-spacing:.06em;font-weight:var(--fw-medium);margin-bottom:3px}.Hero-module__Z8hQ_W__statValue{font-size:var(--fs-xl);font-weight:var(--fw-bold);color:#fff;font-family:var(--font-mono);letter-spacing:-.01em}.Hero-module__Z8hQ_W__statChange{font-size:10px;font-weight:var(--fw-bold);border-radius:var(--radius-full);color:#10b981;text-transform:uppercase;letter-spacing:.05em;background:#10b9811f;padding:3px 10px;animation:3s ease-in-out infinite Hero-module__Z8hQ_W__livePulse}@keyframes Hero-module__Z8hQ_W__livePulse{0%,to{opacity:1}50%{opacity:.6}}.Hero-module__Z8hQ_W__particles{pointer-events:none;position:absolute;inset:0;overflow:hidden}.Hero-module__Z8hQ_W__particle{background:#6b8aff4d;border-radius:50%;width:4px;height:4px;animation:linear infinite Hero-module__Z8hQ_W__float;position:absolute}@keyframes Hero-module__Z8hQ_W__float{0%{opacity:0;transform:translateY(100vh)rotate(0)}10%{opacity:1}90%{opacity:1}to{opacity:0;transform:translateY(-10vh)rotate(720deg)}}@media (max-width:968px){.Hero-module__Z8hQ_W__content{gap:var(--space-2xl);grid-template-columns:1fr}.Hero-module__Z8hQ_W__title{font-size:var(--fs-3xl)}.Hero-module__Z8hQ_W__cards{max-width:480px}}@media (max-width:640px){.Hero-module__Z8hQ_W__hero{padding:var(--space-2xl)0 var(--space-3xl)}.Hero-module__Z8hQ_W__title{font-size:var(--fs-2xl)}.Hero-module__Z8hQ_W__subtitle{font-size:var(--fs-base)}.Hero-module__Z8hQ_W__actions{flex-direction:column}.Hero-module__Z8hQ_W__btnPrimary,.Hero-module__Z8hQ_W__btnSecondary{justify-content:center}.Hero-module__Z8hQ_W__inner{padding:0 var(--space-base)}}
.CurrencyRates-module__D-W8uG__section{padding:var(--space-3xl)0}.CurrencyRates-module__D-W8uG__inner{max-width:var(--max-width);padding:0 var(--space-lg);margin:0 auto}.CurrencyRates-module__D-W8uG__sectionHeader{margin-bottom:var(--space-xl);justify-content:space-between;align-items:flex-end;gap:var(--space-base);flex-wrap:wrap;display:flex}.CurrencyRates-module__D-W8uG__titleGroup{flex:1}.CurrencyRates-module__D-W8uG__sectionLabel{font-size:var(--fs-xs);font-weight:var(--fw-semibold);color:var(--color-accent);text-transform:uppercase;letter-spacing:.1em;margin-bottom:var(--space-xs)}.CurrencyRates-module__D-W8uG__sectionTitle{font-size:var(--fs-2xl);font-weight:var(--fw-bold);color:var(--color-text-primary);letter-spacing:-.02em}.CurrencyRates-module__D-W8uG__updateInfo{align-items:center;gap:var(--space-sm);font-size:var(--fs-xs);color:var(--color-text-tertiary);background:var(--color-bg-tertiary);border-radius:var(--radius-full);padding:6px 12px;display:flex}.CurrencyRates-module__D-W8uG__updateDot{background:var(--color-success);border-radius:50%;width:6px;height:6px;animation:2s infinite CurrencyRates-module__D-W8uG__pulse;box-shadow:0 0 6px #10b98180}@keyframes CurrencyRates-module__D-W8uG__pulse{0%,to{opacity:1}50%{opacity:.4}}.CurrencyRates-module__D-W8uG__controls{gap:var(--space-md);margin-bottom:var(--space-xl);flex-wrap:wrap;display:flex}.CurrencyRates-module__D-W8uG__searchWrapper{flex:1;min-width:200px;max-width:400px;position:relative}.CurrencyRates-module__D-W8uG__searchIcon{left:var(--space-md);color:var(--color-text-tertiary);font-size:var(--fs-sm);pointer-events:none;position:absolute;top:50%;transform:translateY(-50%)}.CurrencyRates-module__D-W8uG__searchInput{width:100%;padding:10px var(--space-md)10px 36px;background:var(--color-bg-input);border:1.5px solid var(--color-border);border-radius:var(--radius-md);font-size:var(--fs-sm);color:var(--color-text-primary);transition:all .2s}.CurrencyRates-module__D-W8uG__searchInput::placeholder{color:var(--color-text-tertiary)}.CurrencyRates-module__D-W8uG__searchInput:focus{border-color:var(--color-border-focus);box-shadow:0 0 0 3px var(--color-accent-subtle);background:var(--color-bg-secondary)}.CurrencyRates-module__D-W8uG__selectWrapper{position:relative}.CurrencyRates-module__D-W8uG__select{appearance:none;padding:10px var(--space-2xl)10px var(--space-md);background:var(--color-bg-input);border:1.5px solid var(--color-border);border-radius:var(--radius-md);font-size:var(--fs-sm);color:var(--color-text-primary);cursor:pointer;min-width:170px;transition:all .2s}.CurrencyRates-module__D-W8uG__select:focus{border-color:var(--color-border-focus);box-shadow:0 0 0 3px var(--color-accent-subtle)}.CurrencyRates-module__D-W8uG__selectArrow{right:var(--space-md);color:var(--color-text-tertiary);font-size:var(--fs-xs);pointer-events:none;position:absolute;top:50%;transform:translateY(-50%)}.CurrencyRates-module__D-W8uG__grid{gap:var(--space-base);grid-template-columns:repeat(auto-fill,minmax(270px,1fr));display:grid}.CurrencyRates-module__D-W8uG__card{background:var(--color-bg-secondary);border:1.5px solid var(--color-border);border-radius:var(--radius-md);padding:var(--space-lg);cursor:pointer;transition:all .35s cubic-bezier(.16,1,.3,1);animation:.5s cubic-bezier(.16,1,.3,1) both CurrencyRates-module__D-W8uG__cardReveal}.CurrencyRates-module__D-W8uG__card:hover{border-color:var(--color-accent);box-shadow:var(--color-card-shadow-hover);transform:translateY(-3px)}@keyframes CurrencyRates-module__D-W8uG__cardReveal{0%{opacity:0;transform:translateY(20px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}.CurrencyRates-module__D-W8uG__cardHeader{align-items:center;gap:var(--space-md);margin-bottom:var(--space-md);display:flex}.CurrencyRates-module__D-W8uG__flag{border-radius:var(--radius-sm);background:var(--color-bg-tertiary);width:42px;height:42px;transition:transform var(--transition-base);flex-shrink:0;justify-content:center;align-items:center;font-size:22px;display:flex}.CurrencyRates-module__D-W8uG__card:hover .CurrencyRates-module__D-W8uG__flag{transform:scale(1.1)}.CurrencyRates-module__D-W8uG__currencyInfo{flex:1;min-width:0}.CurrencyRates-module__D-W8uG__currencyCode{font-size:var(--fs-sm);font-weight:var(--fw-bold);color:var(--color-text-primary);letter-spacing:.03em}.CurrencyRates-module__D-W8uG__currencyName{font-size:var(--fs-xs);color:var(--color-text-tertiary);white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.CurrencyRates-module__D-W8uG__currencySymbol{font-size:var(--fs-lg);font-weight:var(--fw-semibold);color:var(--color-text-tertiary);text-align:center;opacity:.7;width:28px}.CurrencyRates-module__D-W8uG__rateRow{padding-top:var(--space-md);border-top:1px solid var(--color-border-light);justify-content:space-between;align-items:baseline;display:flex}.CurrencyRates-module__D-W8uG__rate{font-size:var(--fs-xl);font-weight:var(--fw-bold);color:var(--color-text-primary);font-family:var(--font-mono);letter-spacing:-.01em}.CurrencyRates-module__D-W8uG__rateLabel{color:var(--color-text-tertiary);font-size:11px}.CurrencyRates-module__D-W8uG__emptyState{text-align:center;padding:var(--space-3xl)var(--space-base);color:var(--color-text-tertiary)}.CurrencyRates-module__D-W8uG__emptyIcon{margin-bottom:var(--space-base);opacity:.4;font-size:56px}.CurrencyRates-module__D-W8uG__emptyTitle{font-size:var(--fs-lg);font-weight:var(--fw-semibold);color:var(--color-text-secondary);margin-bottom:var(--space-sm)}.CurrencyRates-module__D-W8uG__emptyText{font-size:var(--fs-sm)}.CurrencyRates-module__D-W8uG__error{text-align:center;padding:var(--space-2xl);background:var(--color-danger-bg);border:1px solid var(--color-danger);border-radius:var(--radius-md);color:var(--color-danger);animation:.4s ease-in-out CurrencyRates-module__D-W8uG__shake}@keyframes CurrencyRates-module__D-W8uG__shake{0%,to{transform:translate(0)}25%{transform:translate(-6px)}75%{transform:translate(6px)}}.CurrencyRates-module__D-W8uG__errorIcon{margin-bottom:var(--space-base);font-size:36px}.CurrencyRates-module__D-W8uG__errorTitle{font-size:var(--fs-lg);font-weight:var(--fw-semibold);margin-bottom:var(--space-sm)}.CurrencyRates-module__D-W8uG__retryBtn{margin-top:var(--space-base);padding:var(--space-sm)var(--space-lg);background:var(--color-danger);color:#fff;border-radius:var(--radius-sm);font-weight:var(--fw-medium);transition:all var(--transition-fast)}.CurrencyRates-module__D-W8uG__retryBtn:hover{opacity:.85;transform:scale(1.02)}.CurrencyRates-module__D-W8uG__baseCurrencyRow{align-items:center;gap:var(--space-md);margin-bottom:var(--space-xl);flex-wrap:wrap;display:flex}.CurrencyRates-module__D-W8uG__baseCurrencyLabel{font-size:var(--fs-sm);font-weight:var(--fw-medium);color:var(--color-text-secondary)}.CurrencyRates-module__D-W8uG__currencyChips{gap:var(--space-sm);flex-wrap:wrap;display:flex}.CurrencyRates-module__D-W8uG__chip{padding:5px var(--space-md);border-radius:var(--radius-full);font-size:var(--fs-xs);font-weight:var(--fw-semibold);background:var(--color-bg-tertiary);border:1.5px solid var(--color-border);color:var(--color-text-secondary);cursor:pointer;transition:all .25s cubic-bezier(.16,1,.3,1)}.CurrencyRates-module__D-W8uG__chip:hover{border-color:var(--color-accent);color:var(--color-accent);transform:translateY(-1px)}.CurrencyRates-module__D-W8uG__chipActive{color:#fff;background:linear-gradient(135deg,#3b63f7,#5b7cff);border-color:#0000;box-shadow:0 2px 10px #3b63f74d}.CurrencyRates-module__D-W8uG__chipActive:hover{color:#fff;background:linear-gradient(135deg,#2b4fd4,#4b6cee);transform:translateY(-1px)}.CurrencyRates-module__D-W8uG__card:first-child{animation-delay:50ms}.CurrencyRates-module__D-W8uG__card:nth-child(2){animation-delay:.1s}.CurrencyRates-module__D-W8uG__card:nth-child(3){animation-delay:.15s}.CurrencyRates-module__D-W8uG__card:nth-child(4){animation-delay:.2s}.CurrencyRates-module__D-W8uG__card:nth-child(5){animation-delay:.25s}.CurrencyRates-module__D-W8uG__card:nth-child(6){animation-delay:.3s}.CurrencyRates-module__D-W8uG__card:nth-child(7){animation-delay:.35s}.CurrencyRates-module__D-W8uG__card:nth-child(8){animation-delay:.4s}.CurrencyRates-module__D-W8uG__card:nth-child(9){animation-delay:.45s}@media (max-width:640px){.CurrencyRates-module__D-W8uG__section{padding:var(--space-2xl)0}.CurrencyRates-module__D-W8uG__inner{padding:0 var(--space-base)}.CurrencyRates-module__D-W8uG__grid{grid-template-columns:1fr}.CurrencyRates-module__D-W8uG__sectionHeader{flex-direction:column;align-items:flex-start}.CurrencyRates-module__D-W8uG__controls{flex-direction:column}.CurrencyRates-module__D-W8uG__searchWrapper{max-width:100%}.CurrencyRates-module__D-W8uG__select{width:100%}.CurrencyRates-module__D-W8uG__sectionTitle{font-size:var(--fs-xl)}.CurrencyRates-module__D-W8uG__baseCurrencyRow{flex-direction:column;align-items:flex-start}}
.Skeleton-module__S__-3q__skeleton{background:linear-gradient(90deg,var(--skeleton-base)0%,var(--skeleton-shine)40%,var(--skeleton-base)80%);border-radius:var(--radius-sm);background-size:800px 100%;animation:1.5s linear infinite Skeleton-module__S__-3q__shimmer}@keyframes Skeleton-module__S__-3q__shimmer{0%{background-position:-400px 0}to{background-position:400px 0}}.Skeleton-module__S__-3q__cardSkeleton{background:var(--color-bg-secondary);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:var(--space-lg);gap:var(--space-md);flex-direction:column;display:flex}.Skeleton-module__S__-3q__cardHeader{align-items:center;gap:var(--space-md);display:flex}.Skeleton-module__S__-3q__cardFlag{border-radius:var(--radius-sm);width:40px;height:40px}.Skeleton-module__S__-3q__cardTitleGroup{flex-direction:column;flex:1;gap:6px;display:flex}.Skeleton-module__S__-3q__cardTitle{width:60%;height:14px}.Skeleton-module__S__-3q__cardSubtitle{width:40%;height:10px}.Skeleton-module__S__-3q__cardRate{width:70%;height:28px;margin-top:var(--space-sm)}.Skeleton-module__S__-3q__converterSkeleton{background:var(--color-bg-secondary);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:var(--space-2xl);gap:var(--space-lg);flex-direction:column;display:flex}.Skeleton-module__S__-3q__converterInput{border-radius:var(--radius-md);height:56px}.Skeleton-module__S__-3q__converterSwap{border-radius:50%;width:48px;height:48px;margin:0 auto}.Skeleton-module__S__-3q__converterResult{border-radius:var(--radius-md);height:64px}.Skeleton-module__S__-3q__gridSkeleton{gap:var(--space-base);grid-template-columns:repeat(auto-fill,minmax(260px,1fr));display:grid}@media (max-width:640px){.Skeleton-module__S__-3q__gridSkeleton{grid-template-columns:1fr}}
.Converter-module__u23cSG__section{padding:var(--space-3xl)0;background:var(--color-bg-tertiary);position:relative;overflow:hidden}.Converter-module__u23cSG__section:before{content:"";background:radial-gradient(circle,var(--color-accent-subtle)0%,transparent 70%);pointer-events:none;border-radius:50%;width:500px;height:500px;position:absolute;top:-200px;right:-100px}.Converter-module__u23cSG__inner{max-width:var(--max-width);padding:0 var(--space-lg);z-index:1;margin:0 auto;position:relative}.Converter-module__u23cSG__sectionLabel{font-size:var(--fs-xs);font-weight:var(--fw-semibold);color:var(--color-accent);text-transform:uppercase;letter-spacing:.1em;margin-bottom:var(--space-xs)}.Converter-module__u23cSG__sectionTitle{font-size:var(--fs-2xl);font-weight:var(--fw-bold);color:var(--color-text-primary);letter-spacing:-.02em;margin-bottom:var(--space-xl)}.Converter-module__u23cSG__converterCard{background:var(--color-bg-secondary);border:1.5px solid var(--color-border);border-radius:var(--radius-lg);padding:var(--space-2xl)var(--space-2xl)var(--space-xl);box-shadow:var(--color-elevated-shadow);max-width:680px;margin:0 auto;animation:.7s cubic-bezier(.16,1,.3,1) both Converter-module__u23cSG__converterReveal;position:relative}.Converter-module__u23cSG__converterCard:before{content:"";border-radius:var(--radius-lg)var(--radius-lg)0 0;background:linear-gradient(90deg,#3b63f7,#10b981);height:4px;position:absolute;top:0;left:0;right:0}@keyframes Converter-module__u23cSG__converterReveal{0%{opacity:0;filter:blur(4px);transform:translateY(30px)scale(.97)}to{opacity:1;filter:blur();transform:translateY(0)scale(1)}}.Converter-module__u23cSG__inputGroup{gap:var(--space-sm);flex-direction:column;display:flex}.Converter-module__u23cSG__label{font-size:var(--fs-sm);font-weight:var(--fw-semibold);color:var(--color-text-secondary);text-transform:uppercase;letter-spacing:.05em;font-size:11px}.Converter-module__u23cSG__inputRow{gap:var(--space-md);display:flex}.Converter-module__u23cSG__amountInput{padding:14px var(--space-base);background:var(--color-bg-input);border:1.5px solid var(--color-border);border-radius:var(--radius-md);font-size:var(--fs-lg);font-weight:var(--fw-semibold);color:var(--color-text-primary);font-family:var(--font-mono);flex:1;transition:all .2s}.Converter-module__u23cSG__amountInput::placeholder{color:var(--color-text-tertiary);font-weight:var(--fw-normal)}.Converter-module__u23cSG__amountInput:focus{border-color:var(--color-border-focus);box-shadow:0 0 0 3px var(--color-accent-subtle);background:var(--color-bg-secondary)}.Converter-module__u23cSG__currencySelect{appearance:none;min-width:135px;padding:14px var(--space-2xl)14px var(--space-base);background:var(--color-bg-input);border:1.5px solid var(--color-border);border-radius:var(--radius-md);font-size:var(--fs-base);font-weight:var(--fw-semibold);color:var(--color-text-primary);cursor:pointer;transition:all .2s}.Converter-module__u23cSG__currencySelect:focus{border-color:var(--color-border-focus);box-shadow:0 0 0 3px var(--color-accent-subtle)}.Converter-module__u23cSG__selectWrap{position:relative}.Converter-module__u23cSG__selectArrow{right:var(--space-md);color:var(--color-text-tertiary);font-size:var(--fs-xs);pointer-events:none;position:absolute;top:50%;transform:translateY(-50%)}.Converter-module__u23cSG__swapRow{padding:var(--space-base)0;justify-content:center;display:flex}.Converter-module__u23cSG__swapBtn{color:#fff;border:4px solid var(--color-bg-secondary);background:linear-gradient(135deg,#3b63f7,#5b7cff);border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;font-size:22px;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex;box-shadow:0 4px 16px #3b63f740}.Converter-module__u23cSG__swapBtn:hover{transform:rotate(180deg)scale(1.08);box-shadow:0 6px 24px #3b63f766}.Converter-module__u23cSG__swapBtn:active{transform:rotate(180deg)scale(.95)}.Converter-module__u23cSG__resultCard{background:var(--color-bg-accent);border:1.5px solid var(--color-border-light);border-radius:var(--radius-md);padding:var(--space-lg)var(--space-xl);margin-top:var(--space-lg);text-align:center;animation:.4s cubic-bezier(.16,1,.3,1) both Converter-module__u23cSG__resultPop;position:relative;overflow:hidden}.Converter-module__u23cSG__resultCard:before{content:"";pointer-events:none;background:linear-gradient(135deg,#0000,#3b63f708);position:absolute;inset:0}@keyframes Converter-module__u23cSG__resultPop{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.Converter-module__u23cSG__resultLabel{font-size:var(--fs-xs);color:var(--color-text-tertiary);margin-bottom:var(--space-sm);text-transform:uppercase;letter-spacing:.05em;font-weight:var(--fw-medium)}.Converter-module__u23cSG__resultValue{font-size:var(--fs-3xl);font-weight:var(--fw-bold);color:var(--color-text-primary);font-family:var(--font-mono);letter-spacing:-.02em;word-break:break-all}.Converter-module__u23cSG__resultCurrency{color:var(--color-accent);margin-left:var(--space-sm);font-size:var(--fs-xl)}.Converter-module__u23cSG__resultRate{font-size:var(--fs-xs);color:var(--color-text-tertiary);margin-top:var(--space-sm)}@media (max-width:640px){.Converter-module__u23cSG__section{padding:var(--space-2xl)0}.Converter-module__u23cSG__inner{padding:0 var(--space-base)}.Converter-module__u23cSG__converterCard{padding:var(--space-lg)}.Converter-module__u23cSG__inputRow{flex-direction:column}.Converter-module__u23cSG__resultValue{font-size:var(--fs-2xl)}.Converter-module__u23cSG__sectionTitle{font-size:var(--fs-xl)}}
.About-module__vqXTeW__section{padding:var(--space-3xl)0;position:relative}.About-module__vqXTeW__inner{max-width:var(--max-width);padding:0 var(--space-lg);margin:0 auto}.About-module__vqXTeW__sectionLabel{font-size:var(--fs-xs);font-weight:var(--fw-semibold);color:var(--color-accent);text-transform:uppercase;letter-spacing:.1em;margin-bottom:var(--space-xs)}.About-module__vqXTeW__sectionTitle{font-size:var(--fs-2xl);font-weight:var(--fw-bold);color:var(--color-text-primary);letter-spacing:-.02em;margin-bottom:var(--space-xl)}.About-module__vqXTeW__grid{gap:var(--space-lg);grid-template-columns:repeat(3,1fr);display:grid}.About-module__vqXTeW__card{background:var(--color-bg-secondary);border:1.5px solid var(--color-border);border-radius:var(--radius-md);padding:var(--space-xl);transition:all .4s cubic-bezier(.16,1,.3,1);animation:.6s cubic-bezier(.16,1,.3,1) both About-module__vqXTeW__aboutReveal;position:relative;overflow:hidden}.About-module__vqXTeW__card:first-child{animation-delay:.15s}.About-module__vqXTeW__card:nth-child(2){animation-delay:.3s}.About-module__vqXTeW__card:nth-child(3){animation-delay:.45s}@keyframes About-module__vqXTeW__aboutReveal{0%{opacity:0;transform:translateY(24px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}.About-module__vqXTeW__card:before{content:"";opacity:0;height:3px;transition:opacity var(--transition-base);position:absolute;top:0;left:0;right:0}.About-module__vqXTeW__card:first-child:before{background:linear-gradient(90deg,#3b63f7,#6b8aff)}.About-module__vqXTeW__card:nth-child(2):before{background:linear-gradient(90deg,#8b5cf6,#a78bfa)}.About-module__vqXTeW__card:nth-child(3):before{background:linear-gradient(90deg,#10b981,#34d399)}.About-module__vqXTeW__card:hover:before{opacity:1}.About-module__vqXTeW__card:hover{border-color:var(--color-accent);box-shadow:var(--color-card-shadow-hover);transform:translateY(-4px)}.About-module__vqXTeW__cardIcon{border-radius:var(--radius-md);background:var(--color-accent-light);width:52px;height:52px;margin-bottom:var(--space-base);transition:transform var(--transition-base);justify-content:center;align-items:center;font-size:26px;display:flex}.About-module__vqXTeW__card:hover .About-module__vqXTeW__cardIcon{transform:scale(1.1)rotate(-5deg)}.About-module__vqXTeW__cardTitle{font-size:var(--fs-lg);font-weight:var(--fw-semibold);color:var(--color-text-primary);margin-bottom:var(--space-sm)}.About-module__vqXTeW__cardText{font-size:var(--fs-sm);color:var(--color-text-secondary);line-height:var(--lh-relaxed)}@media (max-width:768px){.About-module__vqXTeW__grid{grid-template-columns:1fr}.About-module__vqXTeW__inner{padding:0 var(--space-base)}.About-module__vqXTeW__sectionTitle{font-size:var(--fs-xl)}}
.Footer-module__EZoWya__footer{background:var(--color-bg-secondary);border-top:1px solid var(--color-border);padding:var(--space-3xl)0 var(--space-xl);position:relative}.Footer-module__EZoWya__inner{max-width:var(--max-width);padding:0 var(--space-lg);margin:0 auto}.Footer-module__EZoWya__top{gap:var(--space-2xl);margin-bottom:var(--space-2xl);grid-template-columns:2fr 1fr 1fr;display:grid}.Footer-module__EZoWya__brand{gap:var(--space-base);flex-direction:column;display:flex}.Footer-module__EZoWya__logo{align-items:center;gap:var(--space-sm);font-size:var(--fs-xl);font-weight:var(--fw-bold);color:var(--color-text-primary);display:flex}.Footer-module__EZoWya__logoIcon{border-radius:var(--radius-sm);object-fit:contain;width:40px;height:40px}.Footer-module__EZoWya__brandDesc{font-size:var(--fs-sm);color:var(--color-text-tertiary);line-height:var(--lh-relaxed);max-width:320px}.Footer-module__EZoWya__column{gap:var(--space-md);flex-direction:column;display:flex}.Footer-module__EZoWya__columnTitle{font-size:11px;font-weight:var(--fw-semibold);color:var(--color-text-primary);text-transform:uppercase;letter-spacing:.08em}.Footer-module__EZoWya__columnLink{font-size:var(--fs-sm);color:var(--color-text-tertiary);transition:all var(--transition-fast);cursor:pointer;width:fit-content;position:relative}.Footer-module__EZoWya__columnLink:hover{color:var(--color-accent);transform:translate(2px)}.Footer-module__EZoWya__divider{background:var(--color-border);height:1px;margin-bottom:var(--space-lg)}.Footer-module__EZoWya__bottom{justify-content:space-between;align-items:center;gap:var(--space-base);flex-wrap:wrap;display:flex}.Footer-module__EZoWya__copy{font-size:var(--fs-xs);color:var(--color-text-tertiary)}.Footer-module__EZoWya__sourceInfo{align-items:center;gap:var(--space-sm);font-size:var(--fs-xs);color:var(--color-text-tertiary);background:var(--color-bg-tertiary);border-radius:var(--radius-full);border:1px solid var(--color-border-light);padding:6px 14px;display:flex}@media (max-width:768px){.Footer-module__EZoWya__top{gap:var(--space-xl);grid-template-columns:1fr}.Footer-module__EZoWya__inner{padding:0 var(--space-base)}.Footer-module__EZoWya__bottom{text-align:center;flex-direction:column}}
