:root {
  --bg:#111318;--soft:#181b22;--text:#f4f1ea;--muted:#b8b2a7;--muted-2:#817b70;
  --green:#18a558;--green-light:#63d471;--green-dark:#0e7c43;
  --line:rgba(24,165,88,.34);--white-line:rgba(255,255,255,.09);--danger:#ff8f8f;
  --shadow:0 28px 90px rgba(0,0,0,.3)
}
*{box-sizing:border-box}html{color-scheme:dark;scroll-behavior:smooth}body{min-width:320px;min-height:100vh;margin:0;overflow-x:hidden;color:var(--text);background:radial-gradient(circle at 84% 4%,rgba(24,165,88,.1),transparent 30%),radial-gradient(circle at 8% 38%,rgba(99,212,113,.05),transparent 25%),var(--bg);font-family:Inter,Manrope,Arial,sans-serif;line-height:1.5}button,input,select{font:inherit}button,select{cursor:pointer}a{color:inherit}.page-glow{position:fixed;z-index:-1;width:420px;height:420px;border-radius:50%;filter:blur(100px);pointer-events:none}.glow-one{top:14%;right:-260px;background:rgba(24,165,88,.13)}.glow-two{bottom:2%;left:-300px;background:rgba(99,212,113,.08)}
.site-header,main,footer{width:min(1160px,calc(100% - 40px));margin-inline:auto}.site-header{min-height:84px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(255,255,255,.07)}.brand{display:inline-flex;align-items:center;gap:12px;text-decoration:none}.brand-mark{width:42px;height:42px;display:grid;place-items:center;border:1px solid var(--line);border-radius:14px;color:var(--green-light);background:rgba(24,165,88,.09);font-weight:800;letter-spacing:-.06em}.brand-name{font-size:14px;font-weight:700}.header-label{color:var(--muted-2);font-size:12px;letter-spacing:.12em;text-transform:uppercase}
.hero{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(350px,.75fr);align-items:end;gap:42px;max-width:none;padding:48px 0 34px}.hero-copy-block{min-width:0}.eyebrow,.section-kicker{color:var(--green-light);font-size:11px;font-weight:800;letter-spacing:.15em;text-transform:uppercase}.eyebrow{display:flex;align-items:center;gap:10px;margin-bottom:14px}.eyebrow span{width:34px;height:1px;background:var(--green)}h1,h2,p{margin-top:0}h1{margin-bottom:16px;font-family:Georgia,"Times New Roman",serif;font-size:clamp(42px,5.2vw,68px);font-weight:500;line-height:.96;letter-spacing:-.06em}h1 span{color:transparent;background:linear-gradient(92deg,#f3fff4 0%,#8eea7b 28%,#39c56a 58%,#18a558 100%);background-clip:text;-webkit-background-clip:text}.hero-copy{max-width:620px;margin-bottom:0;color:var(--muted);font-size:clamp(15px,1.5vw,18px)}
.workspace{padding-bottom:54px}.glass-panel,.converter-card,.rate-card,.notice{border:1px solid var(--white-line);background:linear-gradient(135deg,rgba(255,255,255,.06),rgba(255,255,255,.025));box-shadow:var(--shadow);backdrop-filter:blur(12px)}.date-panel{display:flex;flex-direction:column;align-items:stretch;justify-content:center;gap:16px;padding:21px 22px;border-radius:22px}.date-panel label{display:block;margin-bottom:3px;font-size:17px;font-weight:750}.date-panel p{margin-bottom:0;color:var(--muted);font-size:12px}.date-control{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:9px}
input,select{min-height:50px;padding:0 14px;border:1px solid rgba(255,255,255,.13);border-radius:14px;outline:none;color:var(--text);background:rgba(8,10,13,.55);transition:border-color .2s,box-shadow .2s}input:focus,select:focus{border-color:var(--green);box-shadow:0 0 0 4px rgba(24,165,88,.11)}input[type=date]{min-width:176px}.quiet-button,.outline-button{min-height:46px;padding:0 16px;border:1px solid rgba(255,255,255,.13);border-radius:999px;color:var(--text);background:rgba(255,255,255,.04);transition:transform .2s,border-color .2s,background .2s}.quiet-button:hover,.outline-button:hover{transform:translateY(-2px);border-color:var(--line);background:rgba(24,165,88,.08)}
.status{display:flex;align-items:center;gap:9px;min-height:38px;color:var(--muted);font-size:12px}.status-dot{width:8px;height:8px;border-radius:50%;background:var(--green-light);box-shadow:0 0 18px rgba(99,212,113,.72)}.status.is-loading .status-dot{animation:pulse 1s infinite alternate}.status.is-error{color:var(--danger)}.status.is-error .status-dot{background:var(--danger);box-shadow:none}@keyframes pulse{to{opacity:.35;transform:scale(.75)}}
.section-heading{display:flex;align-items:end;justify-content:space-between;gap:20px;margin:12px 0 18px}.section-heading h2,.converter-heading h2{margin:4px 0 0;font-family:Georgia,"Times New Roman",serif;font-size:clamp(28px,3.4vw,42px);font-weight:500;letter-spacing:-.04em}.currency-settings{margin-bottom:18px;padding:20px;border-radius:20px}.settings-copy{display:flex;flex-wrap:wrap;align-items:baseline;gap:8px 14px;margin-bottom:16px}.settings-copy span{color:var(--muted);font-size:13px}.currency-options{display:flex;flex-wrap:wrap;gap:9px}.currency-option input{position:absolute;opacity:0;pointer-events:none}.currency-option span{display:inline-flex;min-height:38px;align-items:center;padding:0 13px;border:1px solid rgba(255,255,255,.1);border-radius:999px;color:var(--muted);background:rgba(255,255,255,.025);font-size:12px;font-weight:700;transition:.2s}.currency-option input:checked+span{color:#101512;border-color:transparent;background:var(--green-light)}.currency-option input:focus-visible+span{outline:3px solid rgba(99,212,113,.24)}
.rates-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:12px}.rate-card{position:relative;min-width:0;min-height:164px;padding:16px;border-radius:20px;overflow:hidden}.rate-card:after{content:"";position:absolute;right:-58px;bottom:-82px;width:140px;height:140px;border-radius:50%;background:rgba(24,165,88,.07)}.rate-top{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:18px}.currency-identity{display:flex;align-items:center;gap:8px;min-width:0}.currency-flag{width:25px;height:19px;display:block;flex:0 0 auto;border:1px solid rgba(255,255,255,.13);border-radius:5px;background:rgba(255,255,255,.04);object-fit:cover;box-shadow:0 3px 10px rgba(0,0,0,.2)}.flag-emoji{height:25px;display:grid;place-items:center;border-radius:8px;font-size:15px;line-height:1}.currency-code{color:var(--green-light);font-size:13px;font-weight:850;letter-spacing:.07em}.currency-nominal{flex:0 0 auto;color:var(--muted-2);font-size:9px;white-space:nowrap}.currency-name{min-height:31px;color:var(--muted);font-size:11px;line-height:1.35}.rate-value{display:flex;align-items:baseline;gap:4px;max-width:100%;margin:5px 0 3px;font-family:Inter,Manrope,Arial,sans-serif;font-size:clamp(22px,2.2vw,30px);font-weight:760;font-variant-numeric:tabular-nums lining-nums;font-feature-settings:"tnum" 1,"lnum" 1;letter-spacing:-.035em;white-space:nowrap}.rate-value span{font-size:.65em;font-weight:600;color:var(--muted)}.rate-unit{display:block;position:relative;z-index:1;overflow:hidden;color:var(--muted-2);font-size:9.5px;line-height:1.3;text-overflow:ellipsis;white-space:nowrap}.skeleton{min-height:164px;border-radius:20px;background:linear-gradient(100deg,rgba(255,255,255,.025) 20%,rgba(255,255,255,.07) 40%,rgba(255,255,255,.025) 60%);background-size:200% 100%;animation:shimmer 1.2s infinite}@keyframes shimmer{to{background-position-x:-200%}}
.converter-section{padding:12px 0 60px}.converter-card{padding:clamp(24px,3.4vw,38px);border-radius:30px}.converter-heading{margin-bottom:26px}.converter-heading p{margin:7px 0 0;color:var(--muted)}.converter-grid{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(0,1fr) 50px minmax(0,1fr);gap:14px;align-items:start}.field{position:relative;display:grid;grid-template-rows:18px 50px;gap:7px;min-width:0}.field>span{color:var(--muted);font-size:12px;font-weight:700}.field small{position:absolute;top:78px;left:0;color:var(--muted-2);font-size:10px}.field input,.field select{width:100%;height:50px;min-width:0}.field select{padding-right:34px;text-overflow:ellipsis}.amount-field input{font-size:18px;font-weight:700;font-variant-numeric:tabular-nums}.swap-button{width:50px;height:50px;display:grid;place-items:center;margin-top:25px;border:1px solid var(--line);border-radius:50%;color:var(--green-light);background:rgba(24,165,88,.08);transition:transform .2s,background .2s}.swap-button:hover{transform:rotate(180deg);background:rgba(24,165,88,.16)}.swap-button svg{width:21px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.result-panel{margin-top:38px;padding:24px 26px;border:1px solid var(--line);border-radius:22px;background:linear-gradient(135deg,rgba(24,165,88,.13),rgba(24,165,88,.035))}.result-label{display:block;margin-bottom:5px;color:var(--green-light);font-size:11px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.result-panel strong{display:block;overflow-wrap:anywhere;font-family:Inter,Manrope,Arial,sans-serif;font-size:clamp(32px,4.8vw,54px);font-weight:760;font-variant-numeric:tabular-nums lining-nums;font-feature-settings:"tnum" 1,"lnum" 1;letter-spacing:-.035em;line-height:1.1}.result-panel p{margin:7px 0 0;color:var(--muted);font-size:13px}
.notice{display:flex;align-items:flex-start;gap:14px;padding:20px 22px;border-radius:20px;box-shadow:none}.notice-icon{flex:0 0 auto;width:25px;height:25px;display:grid;place-items:center;border:1px solid var(--line);border-radius:50%;color:var(--green-light);font-family:Georgia,serif}.notice p{margin:0;color:var(--muted);font-size:12px}.notice strong{color:var(--text)}footer{display:flex;justify-content:space-between;gap:18px;padding:42px 0;color:var(--muted-2);font-size:11px}footer a:hover{color:var(--green-light)}
@media(max-width:900px){.hero{grid-template-columns:1fr;align-items:stretch;gap:22px}.date-panel{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center}.rates-grid{grid-template-columns:repeat(auto-fit,minmax(175px,1fr))}.converter-grid{grid-template-columns:1fr 1fr}.amount-field{grid-column:1/-1}.swap-button{position:absolute;opacity:0;pointer-events:none}}@media(max-width:620px){.site-header,main,footer{width:min(1160px,calc(100% - 28px))}.site-header{min-height:70px}.header-label{display:none}.hero{padding:42px 0 28px}h1{font-size:clamp(40px,12vw,54px)}.date-panel{display:flex}.date-panel,.section-heading{align-items:stretch;flex-direction:column}.date-control{display:grid;grid-template-columns:minmax(0,1fr) auto}.date-control input{width:100%;min-width:0}.outline-button{align-self:flex-start}.rates-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.rate-card{min-height:156px;padding:14px;border-radius:18px}.currency-name{min-height:29px}.rate-value{font-size:clamp(20px,7vw,26px)}.converter-grid{grid-template-columns:1fr}.field{grid-template-rows:18px 50px}.amount-field{grid-column:auto;margin-bottom:10px}.converter-card{border-radius:24px}.result-panel{padding:20px}.result-panel strong{font-size:clamp(30px,9vw,44px)}footer{flex-direction:column}}@media(max-width:360px){.rates-grid{grid-template-columns:1fr}.rate-card{min-height:148px}.date-control{grid-template-columns:1fr}.quiet-button{width:100%}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
