@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700;800;900&display=swap");:root{--bg:#000000;--fg:#f5f5f5;--pan-red:#e3342f;--pan-black:#000000;--pan-green:#38a169;--pan-gold:#ffd700;--gold:var(--pan-gold);--red:var(--pan-red);--green:var(--pan-green);--accent:#1e88e5;--card:#111111;--border-subtle:#222222;--muted:#aaaaaa;--font-sans:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif,"Apple Color Emoji","Segoe UI Emoji"}*{box-sizing:border-box}#__next,body,html{min-height:100%}body,button,input{font-family:var(--font-sans)}body{margin:0;background:radial-gradient(circle at top,#111 0,#000 42%);color:var(--fg)}button{font:inherit}*{scrollbar-width:thin;scrollbar-color:rgba(255,215,0,.42) rgba(255,255,255,.035)}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:rgba(255,255,255,.035);border-radius:999px}::-webkit-scrollbar-thumb{border:2px solid rgba(0,0,0,.55);border-radius:999px;background:linear-gradient(180deg,rgba(255,215,0,.78),rgba(255,215,0,.28))}::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,rgba(255,215,0,.95),rgba(255,215,0,.42))}.container{width:100%;max-width:900px;padding:2rem;text-align:center}.header{max-width:960px;margin:0 auto 16px}.title{font-size:28px;font-weight:800;color:var(--gold);margin:0 0 4px}.subtitle{font-size:14px;color:var(--muted);margin:0 0 8px}.card{background:var(--card);border-radius:16px;border:1px solid var(--border-subtle)}.padded{padding:12px 16px}.table{width:100%;border-collapse:collapse;margin-top:8px;font-size:13px}.table td,.table th{padding:6px 8px;text-align:left}.table thead th{border-bottom:1px solid var(--border-subtle);font-weight:700}.table tbody tr:nth-child(odd){background:rgba(255,255,255,.02)}.amountCell{text-align:right;white-space:nowrap}.amountGreen{color:var(--green);font-weight:700}.searchPanel{max-width:960px;margin:24px auto 0}.premiumSearchRow,.searchRow{display:flex;align-items:center;gap:10px}.searchInput{width:100%;height:46px;padding:0 18px;border-radius:999px;border:1px solid rgba(255,215,0,.24);outline:none;font-size:15px;background:#ffffff;color:#111;box-shadow:inset 0 1px 0 rgba(255,255,255,.55),0 12px 30px rgba(0,0,0,.24)}.searchInput::placeholder{color:rgba(0,0,0,.38)}.searchInput:focus{border-color:rgba(255,215,0,.7);box-shadow:0 0 0 4px rgba(255,215,0,.14),0 12px 30px rgba(0,0,0,.25)}.searchButtons{display:flex;gap:6px}.iconButton{display:inline-flex;align-items:center;justify-content:center;height:40px;width:40px;border-radius:999px;border:none;cursor:pointer;font-size:20px;transition:transform .12s ease,box-shadow .12s ease,background .12s ease}.searchButton{background:var(--red);color:#fff}.plusButton{background:#222;color:var(--gold)}.plusButton:hover,.searchButton:hover{transform:translateY(-1px)}.calculateButton{height:46px;padding:0 22px;border-radius:999px;border:1px solid rgba(255,215,0,.1);background:linear-gradient(135deg,#e3342f,#9b1c1c);color:#fff;cursor:pointer;font-size:14px;font-weight:850;letter-spacing:.02em;white-space:nowrap;transition:transform .12s ease,box-shadow .12s ease,opacity .12s ease,filter .12s ease}.calculateButton:hover:not(:disabled){transform:translateY(-1px);filter:brightness(1.05);box-shadow:0 0 0 4px rgba(229,57,53,.25)}.calculateButton:disabled{opacity:.45;cursor:not-allowed}.dropdown{position:absolute;top:calc(100% + 8px);left:0;right:0;max-height:270px;background:rgba(7,7,7,.96);border:1px solid rgba(255,255,255,.12);border-radius:18px;box-shadow:0 18px 45px rgba(0,0,0,.72);z-index:999;padding:6px;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.dropdownItem{padding:9px 10px;cursor:pointer;display:flex;justify-content:space-between;gap:12px;font-size:14px;border-radius:12px}.dropdownItem:hover{background:rgba(255,255,255,.08)}.optionMain{display:flex;align-items:center;gap:10px;min-width:0}.chipFlag,.optionFlag{display:inline-flex;align-items:center;justify-content:center;width:26px;min-width:26px;text-align:center;font-size:18px;line-height:1}.optionFlagImg{display:block;width:28px;height:20px;object-fit:cover;border-radius:3px;box-shadow:0 0 0 1px rgba(255,255,255,.18)}.optionText{display:flex;flex-direction:column;min-width:0}.optionName{color:#fff;font-weight:750;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.optionKind{color:rgba(255,255,255,.45);font-size:11px;margin-top:1px}.optionCode{color:rgba(255,215,0,.72);font-size:12px;font-weight:800;align-self:center}.flagImg{display:block;width:24px;height:18px;object-fit:cover;border-radius:3px;box-shadow:0 0 0 1px rgba(255,255,255,.18),0 2px 8px rgba(0,0,0,.35)}.chipFlagImg{width:22px;height:16px}.chipsRow{display:flex;flex-wrap:wrap;gap:.55rem;margin-top:.85rem;justify-content:center;max-height:86px;overflow-y:auto;padding-right:4px}.chip{display:inline-flex;align-items:center;gap:.45rem;min-height:34px;padding:.45rem .7rem;border:1px solid rgba(255,215,0,.22);border-radius:999px;background:linear-gradient(180deg,rgba(255,215,0,.105),rgba(255,255,255,.035));color:rgba(255,255,255,.9);font-size:.82rem;font-weight:800;line-height:1}.chipLabel{max-width:260px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chipKind{color:rgba(255,255,255,.48);font-size:11px}.chipRemove,.chipX{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;margin-left:2px;padding:0;border:1px solid rgba(255,255,255,.16);border-radius:999px;background:rgba(255,255,255,.08);color:rgba(255,255,255,.78);font-size:.8rem;font-weight:900;line-height:1;cursor:pointer}.chipRemove:hover,.chipX:hover{border-color:rgba(255,215,0,.6);background:rgba(255,215,0,.16);color:#ffd700}.homeContainer{min-height:100vh}.homeHero,.homeHeroPage{position:relative;min-height:100vh;height:100vh;background:radial-gradient(circle at 50% 35%,rgba(255,215,0,.055),transparent 24%),radial-gradient(circle at 50% 68%,rgba(30,120,80,.07),transparent 28%),#000;color:var(--fg)}.homeHeroGlobe,.homeHeroGlobeWrap{position:absolute!important;inset:0;width:100vw!important;height:100vh!important;min-height:100vh!important;z-index:1}.homeHeroGlobe canvas{width:100%!important;height:100%!important}.homeHeroGlobe{transform:scale(1.02) translate(4vw,5vh);transform-origin:center center}.homeHero:after,.homeHeroPage:after,.homeHeroShade{content:"";position:absolute;inset:0;z-index:2;pointer-events:none;background:radial-gradient(circle at 50% 50%,transparent 0,transparent 34%,rgba(0,0,0,.62) 78%),linear-gradient(180deg,rgba(0,0,0,.3),transparent 32%,rgba(0,0,0,.92))}.homeHeroOverlay{position:absolute;z-index:6;left:32px;top:126px;width:min(980px,calc(100vw - 64px));pointer-events:none}.homeHeroSearchPanel{width:100%;margin:0 auto;pointer-events:auto}.homeSearchCard{position:relative;z-index:1;background:radial-gradient(circle at 92% 22%,rgba(255,85,54,.08),transparent 28%),linear-gradient(180deg,rgba(10,10,10,.72),rgba(4,4,4,.78));border:1px solid rgba(255,255,255,.11);border-radius:18px;padding:22px;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);box-shadow:0 28px 86px rgba(0,0,0,.72),inset 0 1px 0 rgba(255,255,255,.06)}.homeHeroSearchPanel .searchTitle,.homeHeroSearchPanel h2,.homeSearchQuestion{flex:0 0 auto;margin:0;color:#fff;text-align:left;font-size:clamp(22px,1.8vw,34px);line-height:1.05;font-weight:950;letter-spacing:-.045em}.homeHeroSearchPanel .premiumSearchRow,.homeHeroSearchPanel .searchRow{display:grid;grid-template-columns:1fr auto;align-items:center;grid-gap:14px;gap:14px}.homeHeroSearchPanel .searchInput{height:56px;padding:0 20px;border:1px solid rgba(255,215,0,.36);border-radius:12px;background:linear-gradient(180deg,rgba(255,255,255,.07),rgba(255,255,255,.03));color:#fff;font-size:16px;font-weight:650;box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 14px 34px rgba(0,0,0,.28)}.homeHeroSearchPanel .searchInput::placeholder{color:rgba(255,255,255,.42)}.homeHeroSearchPanel .searchInput:focus{border-color:rgba(255,215,0,.72);background:linear-gradient(180deg,rgba(255,255,255,.105),rgba(255,255,255,.045));box-shadow:0 0 0 4px rgba(255,215,0,.12),0 14px 34px rgba(0,0,0,.28)}.homeHeroSearchPanel .calculateButton{height:56px;min-width:70px;padding:0 24px;border-radius:12px;font-size:16px;font-weight:950;background:linear-gradient(135deg,#ff3b35,#b62222 60%,#7b1616);box-shadow:0 16px 36px rgba(179,34,34,.34),inset 0 1px 0 rgba(255,255,255,.16)}.homeHeroSearchPanel .dropdown{top:calc(100% + 64px);bottom:auto;max-height:min(310px,34vh);border-radius:18px;background:rgba(8,8,8,.94);border:1px solid rgba(255,215,0,.16);box-shadow:0 24px 70px rgba(0,0,0,.72),inset 0 1px 0 rgba(255,255,255,.07);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:20}.homeHeroSearchPanel .chipsRow{max-height:82px;overflow:hidden}.homeSearchHeaderRow{display:grid;grid-gap:12px;gap:12px;margin-bottom:16px}.homeSearchHeaderRow .chipsRow{margin-top:0;justify-content:flex-start;max-height:108px;overflow-y:auto;padding:2px 8px 2px 0;scrollbar-gutter:stable}.homeSearchHeaderRow .chipLabel{max-width:180px}.homeHeroSearchPanel .homePresetRow,.homeHeroSearchPanel .presetRow,.homePresetRow{display:flex;justify-content:flex-start;flex-wrap:wrap;gap:.65rem;margin:16px 0 0;padding-left:0;pointer-events:auto}.homePresetChip,.presetButton.homePresetChip,.presetChip{border-radius:999px;border:1px solid rgba(255,215,0,.72);background:rgba(0,0,0,.62);color:var(--gold);padding:7px 15px;font-size:12px;font-weight:850;letter-spacing:.065em;text-transform:uppercase;cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 10px 28px rgba(0,0,0,.45),inset 0 1px 0 rgba(255,255,255,.08)}.homePresetChip:hover,.presetButton.homePresetChip:hover,.presetChip:hover{background:rgba(255,215,0,.08)}.homePresetBlock{display:flex;flex-direction:column;align-items:center;gap:.65rem;margin-bottom:1rem}.homePresetLabel{color:rgba(255,215,0,.78);font-size:.72rem;font-weight:900;letter-spacing:.14em;text-transform:uppercase}.homePresetRow{justify-content:flex-start;gap:.65rem;margin:16px 0 0}.homePresetChip{border-color:rgba(255,215,0,.5);background:rgba(5,5,5,.58);color:#ffd700;white-space:nowrap}.homePresetChip:hover{border-color:rgba(255,215,0,.52);color:#ffd700;transform:translateY(-1px)}.homePresetChipActive{border-color:rgba(255,215,0,.72);background:rgba(255,215,0,.12);color:#ffd700}.homeTopbar{position:absolute;z-index:8;top:0;left:0;right:0;display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;grid-gap:1rem;gap:1rem;min-height:74px;padding:12px 32px;border-bottom:1px solid rgba(255,255,255,.08);background:radial-gradient(circle at 72% 0,rgba(255,215,0,.07),transparent 28%),linear-gradient(180deg,rgba(5,5,5,.9),rgba(5,5,5,.55));-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.homeTopbarBrand{display:inline-flex;align-items:center;justify-self:start;gap:12px;min-width:0;color:#ffd700;text-decoration:none}.homeTopbarLogo{display:block;width:42px;height:42px;object-fit:contain;flex:0 0 42px;filter:drop-shadow(0 0 14px rgba(255,215,0,.18))}.homeTopbarText{display:flex;flex-direction:column;min-width:0}.homeTopbarText strong{color:#ffd700;font-size:25px;font-weight:950;line-height:.92;letter-spacing:-.055em}.homeTopbarCenterMark{justify-self:center;display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;color:#ffd700;background:transparent;border:none;border-radius:0;text-decoration:none;filter:drop-shadow(0 0 12px rgba(255,215,0,.14))}.homeTopbarCenterMark img{display:block;width:42px;height:42px;object-fit:contain}.homeTopbarCenterMark:hover{background:transparent;border:none;filter:drop-shadow(0 0 18px rgba(255,215,0,.28))}.homeTopbarEyebrow{justify-self:end;color:#ffd700;font-size:.62rem;font-weight:850;letter-spacing:.22em;text-transform:uppercase;text-align:right;white-space:nowrap}@media (max-width:680px){.homePresetBlock{gap:.55rem;margin-bottom:.8rem}.homePresetRow{display:flex;flex-wrap:wrap;justify-content:center}.homePresetChip{font-size:.72rem;padding:.55rem .75rem}}.deck-tooltip{background:rgba(10,10,10,.88)!important;color:#fff!important;border:1px solid rgba(255,255,255,.16)!important;border-radius:10px!important;padding:8px 10px!important;font-size:13px!important;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 14px 34px rgba(0,0,0,.45)}.globeTooltip{display:inline-flex;align-items:center;gap:8px;white-space:nowrap}.globeTooltipFlag{width:24px;height:18px;object-fit:cover;border-radius:3px}.shameBanner{margin:24px auto;padding:10px 16px;border-radius:999px;background:radial-gradient(circle at left,#b71c1c 0,#000 50%);border:1px solid rgba(244,67,54,.6);box-shadow:0 8px 24px rgba(0,0,0,.7);max-width:960px;width:calc(100% - 32px);animation:shamePulse 2.2s ease-in-out infinite}.shameLabel{font-size:11px;text-transform:uppercase;letter-spacing:.15em;color:rgba(255,255,255,.6)}.shameMain{display:flex;justify-content:space-between;align-items:baseline}.shameCountry{font-size:16px;font-weight:700;color:#fff}.shameAmount{font-size:16px;font-weight:800;color:var(--gold)}.shameSub{font-size:11px;color:rgba(255,255,255,.7);margin-top:2px}@keyframes shamePulse{0%{box-shadow:0 0 0 0 rgba(244,67,54,.5)}70%{box-shadow:0 0 0 16px rgba(244,67,54,0)}to{box-shadow:0 0 0 0 rgba(244,67,54,0)}}@media (max-width:760px){.homeHeroOverlay{left:16px;right:16px;top:92px;bottom:auto;width:auto}.homeSearchCard{padding:16px;border-radius:22px}.homeHeroSearchPanel .premiumSearchRow,.homeHeroSearchPanel .searchRow,.premiumSearchRow,.searchRow{display:grid;grid-template-columns:1fr}.calculateButton,.homeHeroSearchPanel .calculateButton,.searchButtons{width:100%}.chipLabel{max-width:180px}}.homeHeroGlobe,.homeHeroGlobe canvas,.homeHeroGlobeWrap{transform:none!important}.dropdownItemActive,.dropdownItem[aria-selected=true]{background:linear-gradient(90deg,rgba(255,215,0,.16),rgba(255,255,255,.055))!important}.dropdownItemActive .optionName,.dropdownItem[aria-selected=true] .optionName{color:#fff}.dropdownItemActive .optionCode,.dropdownItem[aria-selected=true] .optionCode{color:var(--gold,#ffd700)}.homeHero,.homeHeroPage{min-height:100svh;overflow:hidden}.homeHeroGlobe,.homeHeroGlobeWrap{pointer-events:auto}.homeHeroSearchPanel{max-height:min(34vh,320px)}.homeHeroSearchPanel:has(.chip),.homeHeroSearchPanel:has(.selectedChip){max-height:min(42vh,390px)}.chipsRow,.homeSelectedChips,.selectedChips{max-height:86px;overflow-y:auto;padding-right:4px}.homeSearchIntro{max-width:680px;margin:-.35rem auto 1rem;color:rgba(255,255,255,.68);font-size:.95rem;line-height:1.55;text-align:center}.dropdown{max-height:min(42vh,380px);overflow-y:auto;overscroll-behavior:contain}.calculateButton:disabled,.calculateButton[disabled]{cursor:not-allowed;opacity:.42;filter:saturate(.75);box-shadow:none}@media (max-width:980px){.homeHeroSearchPanel{width:min(820px,calc(100vw - 32px));padding:18px}.dropdown{width:min(760px,calc(100vw - 40px))}}@media (max-width:760px){.homePresetRow{justify-content:center}.homeHeroSearchPanel .premiumSearchRow,.homeHeroSearchPanel .searchRow{grid-template-columns:1fr}.homeHeroSearchPanel .calculateButton,.searchButtons{width:100%}}@media (max-width:680px){.chipsRow{gap:.45rem;margin-top:.75rem;max-height:78px}.chip{min-height:32px;padding:.42rem .62rem;font-size:.76rem;max-width:calc(100vw - 64px)}.homeHeroGlobe,.homeHeroGlobeWrap{transform:none!important}.homeHeroSearchPanel{bottom:18px;width:calc(100vw - 22px);padding:16px;border-radius:22px}.homeSearchCard,.searchControls,.searchRow{gap:10px}.homeHeroSearchPanel h2,.homeSearchQuestion,.searchTitle{font-size:18px;margin-bottom:12px}.searchControls,.searchRow{display:flex;flex-direction:column;align-items:stretch}.searchInput{width:100%;height:52px;font-size:16px}.calculateButton{width:100%;height:50px}.homePresetRow,.presetRow{top:-42px}.homePresetChip,.presetButton,.presetChip{font-size:11px;padding:7px 12px}.chipsRow,.homeSelectedChips,.selectedChips{justify-content:center;max-height:78px}.chip,.selectedChip{max-width:calc(100vw - 64px)}.homeHeroSearchPanel .dropdown{left:0;right:0;transform:none;width:auto;top:calc(100% + 58px);bottom:auto;max-height:32vh}.dropdownItem{padding:12px 14px}.optionCode{font-size:11px}}@media (max-height:760px) and (min-width:681px){.homeHeroSearchPanel{bottom:24px;padding-top:16px;padding-bottom:16px}.dropdown{max-height:34vh}}.calculateButton:disabled,.calculateButton[aria-disabled=true]{cursor:not-allowed;opacity:.38;transform:none;background:linear-gradient(180deg,rgba(120,34,34,.72),rgba(70,18,18,.72));color:rgba(255,255,255,.54);box-shadow:none}.calculateButton:not(:disabled):hover{transform:translateY(-1px);filter:brightness(1.08)}.calculateButton:not(:disabled):active{transform:translateY(0);filter:brightness(.96)}@media (max-width:680px){.homeTopbar{min-height:62px;padding:9px 12px;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr)}.homeTopbarLogo{width:34px;height:34px;flex-basis:34px}.homeTopbarText strong{font-size:20px}.homeTopbarCenterMark{width:36px;height:36px}.homeTopbarCenterMark img{width:34px;height:34px}.homeTopbarEyebrow{font-size:.48rem;letter-spacing:.14em;max-width:130px;white-space:normal;line-height:1.2}.homeHeroOverlay{left:14px;right:14px;top:96px;width:auto}.homeHeroSearchPanel{width:100%;max-height:none;padding:16px 0 0}.homeSearchHeaderRow{gap:8px;margin-bottom:12px}.homeHeroSearchPanel .searchTitle,.homeHeroSearchPanel h2,.homeSearchQuestion{margin-bottom:8px;font-size:20px}.homeHeroSearchPanel .premiumSearchRow,.homeHeroSearchPanel .searchRow{display:grid;grid-template-columns:minmax(0,1fr) 56px;grid-gap:8px;gap:8px;align-items:stretch}.homeHeroSearchPanel .premiumSearchRow>:first-child,.homeHeroSearchPanel .searchRow>:first-child{width:100%;min-width:0}.homeHeroSearchPanel .searchInput{width:100%;min-width:0;height:56px;padding:0 14px;font-size:15px}.homeHeroSearchPanel .searchButtons{display:block;width:56px}.homeHeroSearchPanel .calculateButton{width:56px;min-width:56px;height:56px;padding:0;border-radius:12px;font-size:20px}.homeHeroSearchPanel .homePresetRow,.homeHeroSearchPanel .presetRow{position:static;top:auto;justify-content:flex-start;gap:8px;margin-top:14px}}