:root{color-scheme:light;--vh-color-background: #ffffff;--vh-color-surface: #ffffff;--vh-color-surface-soft: #f7f7f8;--vh-color-text: #18181b;--vh-color-muted: #71717a;--vh-color-border: #e4e4e7;--vh-color-primary: #2563eb;--vh-color-primary-light: #eff6ff;--vh-color-primary-border: #bfdbfe;--vh-color-danger: #dc2626;--vh-color-danger-light: #fef2f2;--vh-color-success: #16a34a;--vh-color-success-light: #f0fdf4;--vh-color-warning: #d97706;--vh-color-code-bg: #18181b;--vh-color-code-text: #fafafa;--vh-space-xs: 4px;--vh-space-sm: 8px;--vh-space-md: 16px;--vh-space-lg: 24px;--vh-space-xl: 32px;--vh-radius-sm: 4px;--vh-radius-md: 6px;--vh-radius-lg: 8px;--vh-transition-fast: .15s ease-in-out}.vh-theme-dark{color-scheme:dark;--vh-color-background: #09090b;--vh-color-surface: #09090b;--vh-color-surface-soft: #18181b;--vh-color-text: #fafafa;--vh-color-muted: #a1a1aa;--vh-color-border: #27272a;--vh-color-primary: #3b82f6;--vh-color-primary-light: #172554;--vh-color-primary-border: #1e3a8a;--vh-color-danger: #ef4444;--vh-color-success: #22c55e;--vh-color-warning: #f59e0b}*{box-sizing:border-box;margin:0;padding:0}html{background:var(--vh-color-background);color:var(--vh-color-text);line-height:1.5}body{min-height:100vh}a{color:inherit;text-decoration:none}a:hover{text-decoration:underline}.vh-container{width:min(1040px,calc(100% - 32px));margin:0 auto}.site-header,.site-footer{border-bottom:1px solid var(--vh-color-border);background:var(--vh-color-surface)}.site-footer{border-top:1px solid var(--vh-color-border);border-bottom:0}.header-inner,.footer-inner{display:flex;align-items:center;justify-content:space-between;min-height:56px;flex-wrap:wrap}.brand{font-weight:700;display:flex;align-items:center;text-decoration:none}.brand-mark{display:inline-grid;width:28px;height:28px;margin-right:8px;place-items:center;border-radius:var(--vh-radius-sm);background:var(--vh-color-primary);color:#fff}.primary-nav{display:flex;gap:var(--vh-space-md);flex-shrink:1;min-width:0;overflow-x:auto;scrollbar-width:none}.primary-nav::-webkit-scrollbar{display:none}.primary-nav a{color:var(--vh-color-muted);text-decoration:none;font-weight:600}.primary-nav a:hover{color:var(--vh-color-text)}body{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:16px}h1,h2,h3{font-weight:700;line-height:1.25}h1{font-size:clamp(2rem,5vw,3.5rem);margin-bottom:var(--vh-space-sm)}h2{font-size:1.5rem}h3{font-size:1.125rem;margin-bottom:var(--vh-space-sm)}p{margin-bottom:var(--vh-space-md)}.vh-eyebrow{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--vh-color-muted)}.vh-page-shell{padding:var(--vh-space-xl) 0}.vh-page-stack{display:grid;gap:var(--vh-space-xl)}.vh-page-stack>*{min-width:0}.vh-page-intro{margin-bottom:var(--vh-space-md)}.vh-page-intro p{color:var(--vh-color-muted);font-size:1.125rem;margin-top:var(--vh-space-sm)}.vh-breadcrumbs{font-size:.875rem;color:var(--vh-color-muted)}.vh-breadcrumbs ol{display:flex;list-style:none;align-items:center;gap:var(--vh-space-sm)}.vh-breadcrumbs li{display:flex;align-items:center}.vh-breadcrumbs li+li:before{content:"/";margin-right:var(--vh-space-sm);opacity:.5}.vh-breadcrumbs a{text-decoration:none;color:inherit}.vh-breadcrumbs a:hover{color:var(--vh-color-text);text-decoration:underline}.vh-grid-cols-2{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:var(--vh-space-md)}.vh-flag{font-size:2rem;line-height:1}.vh-card{border:1px solid var(--vh-color-border);border-radius:var(--vh-radius-lg);background:var(--vh-color-surface);padding:var(--vh-space-lg)}.vh-card--hero{border-color:var(--vh-color-primary-border);background:var(--vh-color-primary-light)}.vh-card--warning{border-color:#fde047;background:#fef9c3}.vh-badge{display:inline-block;font-size:.75rem;font-weight:700;padding:4px 10px;border-radius:9999px;background:var(--vh-color-surface-soft);border:1px solid var(--vh-color-border);color:var(--vh-color-muted)}.vh-badge--active,.vh-badge--verified{background:var(--vh-color-primary-light);border-color:var(--vh-color-primary-border);color:var(--vh-color-primary)}.vh-badge--draft{background:var(--vh-color-danger-light);border-color:#fca5a5;color:var(--vh-color-danger)}.vh-metadata-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:var(--vh-space-md);margin-top:var(--vh-space-md)}.vh-metadata-item{border:1px solid var(--vh-color-border);border-radius:var(--vh-radius-md);padding:var(--vh-space-md);background:var(--vh-color-surface-soft)}.vh-metadata-label{font-size:.75rem;color:var(--vh-color-muted);text-transform:uppercase;font-weight:700;margin-bottom:4px}.vh-metadata-value{font-size:1.125rem;font-weight:700}.vh-btn{display:inline-flex;align-items:center;justify-content:center;min-height:40px;border:1px solid var(--vh-color-border);border-radius:var(--vh-radius-md);background:var(--vh-color-surface);color:var(--vh-color-text);font:inherit;font-weight:700;padding:var(--vh-space-sm) var(--vh-space-md);cursor:pointer;transition:var(--vh-transition-fast)}.vh-btn:hover{background:var(--vh-color-surface-soft)}.vh-btn--primary{border-color:var(--vh-color-primary);background:var(--vh-color-primary);color:#fff}.vh-btn--primary:hover{opacity:.9}.vh-btn--secondary{background:var(--vh-color-surface-soft)}.vh-btn--ghost{border-color:transparent;background:transparent}.vh-btn--ghost:hover{background:var(--vh-color-surface-soft)}.vh-btn--sm{font-size:.75rem;padding:4px 8px;min-height:28px}.vh-visual-blocks{display:flex;flex-wrap:wrap;gap:var(--vh-space-sm);margin-top:var(--vh-space-md);justify-content:center}.vh-visual-block{display:flex;flex-direction:column;align-items:center;border:1px solid var(--vh-color-border);border-radius:var(--vh-radius-md);background:var(--vh-color-surface-soft);overflow:hidden;min-width:60px}.vh-visual-block-header{padding:4px var(--vh-space-sm);font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid var(--vh-color-border);color:var(--vh-color-muted);width:100%;text-align:center}.vh-visual-block-body{padding:var(--vh-space-sm);font-size:1.25rem;font-weight:700;color:var(--vh-color-text)}.vh-country-poland,.vh-country-theme--poland{--vh-country-accent-primary: 159 18 57;--vh-country-accent-secondary: 244 63 94;--vh-country-accent-tertiary: 228 228 231;--vh-country-flag-color-1: 159 18 57;--vh-country-flag-color-2: 244 63 94;--vh-country-flag-color-3: 255 255 255}.vh-country-poland .vh-country-hero-copy,.vh-country-poland .vh-country-visual-grid{position:relative;z-index:1}.vh-country-poland .vh-country-hero-copy .vh-eyebrow{display:inline-flex;align-items:center;padding:.3rem .6rem;border:1px solid rgb(159 18 57 / .18);border-radius:999px;background:#ffffffd1;color:#636678;letter-spacing:.12em;font-size:.74rem;font-weight:880}.vh-country-poland .vh-country-hero-copy p{max-width:44ch;color:#525263}.vh-country-poland .vh-country-badge-row{margin-top:.45rem}.vh-country-poland .vh-country-status-badge{border-width:1px;box-shadow:0 1px #ffffffa6 inset}.vh-country-poland .vh-country-tool-search{border-color:#9f123933;border-radius:16px;padding:.86rem;margin-top:.15rem;background:linear-gradient(180deg,#ffffffeb,#ffffffc2),radial-gradient(circle at 8% 18%,rgb(159 18 57 / .08),transparent 40%);box-shadow:0 20px 42px #9f12391c,0 1px #ffffffb8 inset}.vh-country-poland .vh-country-tool-search label{font-size:.72rem;letter-spacing:.12em}.vh-country-poland .vh-country-tool-search-status{color:#636678;font-size:.74rem;font-weight:650;letter-spacing:.01em;max-width:20rem}.vh-country-poland .vh-country-tool-search-input{min-height:2.92rem;border-color:#9f123933;background:#fffffff2;font-size:.95rem;font-weight:640}.vh-country-poland .vh-country-tool-search-input::placeholder{color:#71717a;font-size:.93rem;font-weight:610;opacity:1}.vh-country-poland .vh-country-tool-search-control button{min-height:2.92rem;border-color:#9f12392e;background:linear-gradient(180deg,#ffffffe6,#fafafbc7);color:#525263;font-size:.78rem;font-weight:760}.vh-country-poland .vh-country-tool-search-control button:hover{border-color:#9f123957;box-shadow:0 8px 18px #9f12391c}.vh-country-poland .vh-country-outline,.vh-country-poland .vh-country-location-map{border-color:#9f123929;border-radius:14px;box-shadow:0 12px 26px #141a2414,0 1px #ffffffbf inset}.vh-country-poland .vh-country-outline .section-heading,.vh-country-poland .vh-country-location-map .section-heading{margin-bottom:.6rem}.vh-country-poland .vh-country-outline .vh-eyebrow,.vh-country-poland .vh-country-location-map .vh-eyebrow{color:#71717a;letter-spacing:.12em}.vh-country-poland .vh-country-visual-art{border-color:#9f123929;border-radius:12px;background:radial-gradient(circle at 26% 18%,rgb(255 241 242 / .95),transparent 42%),radial-gradient(circle at 82% 76%,rgb(251 207 232 / .26),transparent 44%),linear-gradient(180deg,#ffffffeb,#fcfcfdd1)}.vh-country-poland .vh-country-visual-caption{font-size:.79rem;font-weight:760;letter-spacing:.035em;color:#525263}.vh-country-poland .vh-country-location-map svg path{fill:#cfd9e5}.vh-country-poland .vh-country-location-map svg #pl{fill:#b91c1c;stroke:#991b1b;filter:drop-shadow(0 4px 8px rgb(185 28 28 / .22))}.vh-country-brazil,.vh-country-theme--brazil{--vh-country-accent-primary: 22 101 52;--vh-country-accent-secondary: 202 138 4;--vh-country-accent-tertiary: 37 99 235;--vh-country-flag-color-1: 22 101 52;--vh-country-flag-color-2: 202 138 4;--vh-country-flag-color-3: 37 99 235;--vh-country-hero-wash-alpha: .16;--vh-country-hero-wash-strong-alpha: .22;--vh-country-hero-stripe-alpha: .055;--vh-country-hero-overlay-alpha: .09}.vh-country-germany,.vh-country-theme--germany{--vh-country-accent-primary: 17 17 17;--vh-country-accent-secondary: 193 18 31;--vh-country-accent-tertiary: 242 201 76;--vh-country-flag-color-1: 17 17 17;--vh-country-flag-color-2: 193 18 31;--vh-country-flag-color-3: 242 201 76;--vh-country-hero-wash-alpha: .15;--vh-country-hero-wash-strong-alpha: .21;--vh-country-hero-stripe-alpha: .05;--vh-country-hero-overlay-alpha: .085}.vh-country-spain,.vh-country-theme--spain{--vh-country-accent-primary: 153 27 27;--vh-country-accent-secondary: 217 119 6;--vh-country-accent-tertiary: 245 158 11;--vh-country-flag-color-1: 153 27 27;--vh-country-flag-color-2: 217 119 6;--vh-country-flag-color-3: 245 158 11;--vh-country-hero-wash-alpha: .17;--vh-country-hero-wash-strong-alpha: .24;--vh-country-hero-stripe-alpha: .06;--vh-country-hero-overlay-alpha: .095}.vh-page-stack:has(.vh-country-hero){gap:var(--vh-space-lg)}.vh-page-stack>.vh-page-shell{padding:0}.vh-country-hero{--vh-country-flag-color-1: var(--vh-country-accent-primary);--vh-country-flag-color-2: var(--vh-country-accent-secondary);--vh-country-flag-color-3: var(--vh-country-accent-tertiary);--vh-country-hero-wash-alpha: .16;--vh-country-hero-wash-strong-alpha: .23;--vh-country-hero-stripe-alpha: .055;--vh-country-hero-overlay-alpha: .09;display:grid;grid-template-columns:1fr;gap:var(--vh-space-lg);padding:clamp(1.5rem,4vw,3rem);border-radius:var(--vh-radius-lg);background:radial-gradient(circle at 14% 10%,rgb(255 255 255 / .94) 0,rgb(255 255 255 / .62) 30%,transparent 58%),radial-gradient(circle at 6% 90%,rgb(var(--vh-country-flag-color-1) / .13) 0,transparent 42%),radial-gradient(circle at 86% 12%,rgb(var(--vh-country-flag-color-2) / var(--vh-country-hero-wash-strong-alpha)) 0,rgb(var(--vh-country-flag-color-2) / var(--vh-country-hero-wash-alpha)) 26%,transparent 54%),radial-gradient(circle at 96% 86%,rgb(var(--vh-country-flag-color-3) / .16) 0,transparent 46%),linear-gradient(122deg,#fffffffa,rgb(var(--vh-country-flag-color-1) / var(--vh-country-hero-wash-alpha)) 18%,#fffffffa 44%,rgb(var(--vh-country-flag-color-2) / var(--vh-country-hero-wash-alpha)) 66%,#fffffffa 84%,rgb(var(--vh-country-flag-color-3) / var(--vh-country-hero-wash-alpha))),repeating-linear-gradient(104deg,transparent 0 23px,rgb(var(--vh-country-flag-color-1) / var(--vh-country-hero-stripe-alpha)) 23px 24px);border:1px solid rgb(var(--vh-country-accent-primary) / .15);box-shadow:0 28px 90px rgb(var(--vh-country-accent-primary) / .1);margin-bottom:var(--vh-space-lg);overflow:visible;position:relative;z-index:3}.vh-country-hero:before{content:"";position:absolute;inset:0;pointer-events:none;background:radial-gradient(circle at 22% 74%,rgb(var(--vh-country-flag-color-1) / var(--vh-country-hero-overlay-alpha)),transparent 39%),radial-gradient(circle at 72% 84%,rgb(var(--vh-country-flag-color-2) / var(--vh-country-hero-overlay-alpha)),transparent 44%),linear-gradient(90deg,rgb(255 255 255 / .72),transparent 36%,rgb(var(--vh-country-accent-primary) / var(--vh-country-hero-overlay-alpha)))}@media(min-width:768px){.vh-country-hero{grid-template-columns:1.2fr 1fr;align-items:start}.vh-country-hero>.vh-country-tool-search{grid-column:1 / -1}}.vh-country-hero-copy{display:flex;flex-direction:column;gap:var(--vh-space-xs);justify-content:center;min-height:100%;position:relative;z-index:1}.vh-country-hero-kicker{display:flex;align-items:center;flex-wrap:wrap;gap:var(--vh-space-sm);margin-bottom:var(--vh-space-xs);width:min(100%,56rem)}.vh-country-hero-copy h1{font-size:2.25rem;font-weight:800;margin:0 0 var(--vh-space-xs) 0;color:var(--vh-color-text);line-height:1.2}.vh-country-hero-copy p{font-size:1.125rem;line-height:1.6;margin:0;color:var(--vh-color-muted)}.vh-country-visual-grid{display:grid;grid-template-columns:1fr;gap:var(--vh-space-md);width:100%;position:relative;z-index:1}@media(min-width:480px){.vh-country-visual-grid{grid-template-columns:1fr 1fr}}.vh-country-outline,.vh-country-location-map{display:flex;justify-content:center;align-items:stretch;background:transparent;border:1px solid var(--vh-color-border);border-radius:var(--vh-radius-lg);padding:0;position:relative;transition:transform var(--vh-transition-fast),border-color var(--vh-transition-fast);overflow:hidden}.vh-country-visual-label{position:absolute;top:.48rem;left:50%;transform:translate(-50%);z-index:2;padding:.34rem .78rem;border:1px solid rgb(214 221 232 / .75);border-radius:999px;background:#ffffffd1;color:var(--vh-color-muted);font-size:clamp(.62rem,1.2vw,.72rem);font-weight:800;letter-spacing:.07em;line-height:1;text-transform:uppercase;white-space:nowrap;backdrop-filter:blur(8px)}.vh-country-outline:hover,.vh-country-location-map:hover{transform:translateY(-2px);border-color:rgb(var(--vh-country-accent-primary) / .4)}.vh-country-visual-art{display:flex;align-items:center;justify-content:center;width:100%;background:transparent;border-radius:inherit;padding:0;height:clamp(170px,20vw,214px);overflow:hidden}.vh-country-visual-art svg{max-width:100%;max-height:100%;width:auto;height:auto;display:block}.vh-country-visual-art img{display:block;width:100%;height:100%;object-fit:cover}.vh-country-badge-row{display:flex;flex-wrap:wrap;gap:var(--vh-space-xs);margin-top:var(--vh-space-sm)}.vh-country-section.vh-country-civic-snapshot{overflow:hidden;border-color:#d6dde8e6;background:#fffffffa}.vh-country-civic-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,.38fr);gap:var(--vh-space-md);align-items:stretch;min-width:0}.vh-country-civic-facts{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:var(--vh-space-sm);min-width:0}.vh-country-civic-layout--full-cities{grid-template-columns:1fr}.vh-country-civic-layout--full-cities .vh-country-civic-facts{grid-template-columns:repeat(3,minmax(0,1fr))}.vh-country-civic-layout--full-cities .vh-country-city-panel ul{grid-template-columns:repeat(4,minmax(0,1fr));gap:var(--vh-space-sm)}.vh-country-civic-fact{min-width:0;min-height:104px;padding:var(--vh-space-sm);border:1px solid rgb(var(--vh-country-accent-primary) / .16);border-radius:var(--vh-radius-md);background:linear-gradient(135deg,#fffffff0,rgb(var(--vh-country-accent-primary) / .055)),radial-gradient(circle at 100% 0%,rgb(var(--vh-country-accent-secondary) / .13),transparent 46%)}.vh-country-civic-clock{display:grid;grid-template-columns:auto minmax(0,1fr);gap:var(--vh-space-sm);align-items:center;min-height:132px;background:linear-gradient(135deg,#fffffffa,rgb(var(--vh-country-accent-primary) / .045)),radial-gradient(circle at 88% 12%,rgb(var(--vh-country-accent-secondary) / .16),transparent 44%)}.vh-country-hero-clock{display:inline-grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:.72rem;margin-left:auto;max-width:19.5rem;min-width:14.25rem;padding:.5rem .92rem;border:1px solid rgb(var(--vh-country-accent-primary) / .16);border-radius:999px;background:linear-gradient(135deg,#ffffffe6,rgb(var(--vh-country-accent-secondary) / .13)),#ffffffc2;box-shadow:0 14px 34px rgb(var(--vh-country-accent-primary) / .1),inset 0 1px #ffffffc7;backdrop-filter:blur(10px)}.vh-country-clock-face{position:relative;width:4.8rem;height:4.8rem;border:2px solid rgb(var(--vh-country-accent-primary) / .24);border-radius:999px;background:radial-gradient(circle at 50% 50%,rgb(255 255 255) 0 8%,transparent 9%),linear-gradient(135deg,#fff,rgb(var(--vh-country-accent-primary) / .08));box-shadow:0 14px 26px rgb(var(--vh-country-accent-primary) / .12),inset 0 0 0 .45rem #ffffff9e;flex:0 0 auto}.vh-country-clock-tick{position:absolute;display:block;background:rgb(var(--vh-country-accent-primary) / .42);border-radius:999px}.vh-country-clock-tick.is-12,.vh-country-clock-tick.is-6{left:calc(50% - .08rem);width:.16rem;height:.46rem}.vh-country-clock-tick.is-12{top:.44rem}.vh-country-clock-tick.is-6{bottom:.44rem}.vh-country-clock-tick.is-3,.vh-country-clock-tick.is-9{top:calc(50% - .08rem);width:.46rem;height:.16rem}.vh-country-clock-tick.is-3{right:.44rem}.vh-country-clock-tick.is-9{left:.44rem}.vh-country-clock-hand{position:absolute;left:50%;bottom:50%;display:block;width:.18rem;border-radius:999px;transform-origin:50% 100%;transform:translate(-50%) rotate(var(--clock-turn, 0deg))}.vh-country-clock-hand.is-hour{height:1.28rem;background:rgb(var(--vh-country-accent-primary))}.vh-country-clock-hand.is-minute{height:1.72rem;background:#111827db}.vh-country-clock-hand.is-second{width:.1rem;height:1.95rem;background:rgb(var(--vh-country-accent-secondary));box-shadow:0 0 0 1px #11182714}.vh-country-clock-pin{position:absolute;left:50%;top:50%;width:.5rem;height:.5rem;border:2px solid rgb(255 255 255);border-radius:999px;background:rgb(var(--vh-country-accent-primary));transform:translate(-50%,-50%);box-shadow:0 0 0 1px rgb(var(--vh-country-accent-primary) / .22)}.vh-country-clock-copy{min-width:0}.vh-country-clock-copy strong{font-variant-numeric:tabular-nums;letter-spacing:0}.vh-country-hero-clock .vh-country-clock-face{width:2.85rem;height:2.85rem;border-width:1px;box-shadow:0 8px 18px rgb(var(--vh-country-accent-primary) / .1),inset 0 0 0 .28rem #ffffffa3}.vh-country-hero-clock .vh-country-clock-tick.is-12,.vh-country-hero-clock .vh-country-clock-tick.is-6{height:.3rem}.vh-country-hero-clock .vh-country-clock-tick.is-12{top:.28rem}.vh-country-hero-clock .vh-country-clock-tick.is-6{bottom:.28rem}.vh-country-hero-clock .vh-country-clock-tick.is-3,.vh-country-hero-clock .vh-country-clock-tick.is-9{width:.3rem}.vh-country-hero-clock .vh-country-clock-tick.is-3{right:.28rem}.vh-country-hero-clock .vh-country-clock-tick.is-9{left:.28rem}.vh-country-hero-clock .vh-country-clock-hand.is-hour{height:.78rem}.vh-country-hero-clock .vh-country-clock-hand.is-minute{height:1rem}.vh-country-hero-clock .vh-country-clock-hand.is-second{height:1.16rem}.vh-country-hero-clock .vh-country-clock-pin{width:.34rem;height:.34rem}.vh-country-hero-clock .vh-country-clock-copy>span{display:block;color:var(--vh-color-muted);font-size:.64rem;font-weight:850;letter-spacing:.08em;line-height:1;text-transform:uppercase}.vh-country-hero-clock .vh-country-clock-copy strong{display:block;margin-top:.12rem;color:var(--vh-color-text);font-size:1rem;line-height:1}.vh-country-hero-clock .vh-country-clock-copy small{display:block;margin-top:.12rem;color:var(--vh-color-muted);font-size:.62rem;font-weight:750;line-height:1}.vh-country-civic-fact span,.vh-country-city-panel h3{display:block;color:var(--vh-color-muted);font-size:.72rem;font-weight:850;letter-spacing:.08em;line-height:1.2;text-transform:uppercase}.vh-country-civic-fact strong{display:block;margin-top:.35rem;color:var(--vh-color-text);font-size:clamp(1rem,1.2vw,1.28rem);line-height:1.18;overflow-wrap:anywhere}.vh-country-civic-fact small,.vh-country-city-panel small{display:block;margin-top:.25rem;color:var(--vh-color-muted);font-size:.78rem;font-weight:650}.vh-country-city-panel{min-width:0;padding:var(--vh-space-sm);border:1px solid rgb(var(--vh-country-accent-primary) / .18);border-radius:var(--vh-radius-md);background:radial-gradient(circle at 12% 10%,rgb(var(--vh-country-accent-secondary) / .11),transparent 42%),linear-gradient(180deg,#fffffff5,rgb(var(--vh-country-accent-primary) / .045))}.vh-country-city-panel ul{display:grid;gap:.55rem;margin:var(--vh-space-sm) 0 0;padding:0;list-style:none}.vh-country-city-panel li{display:grid;grid-template-columns:2.1rem minmax(0,1fr);gap:.62rem;align-items:center;min-height:2.35rem;color:var(--vh-color-text);font-weight:800;overflow-wrap:anywhere}.vh-country-city-shield{display:inline-grid;place-items:center;width:2.1rem;height:2.1rem;color:var(--vh-color-text);font-size:.64rem;font-weight:900;letter-spacing:.02em;background:linear-gradient(135deg,rgb(var(--vh-country-accent-primary) / .18),rgb(var(--vh-country-accent-secondary) / .16)),#fff;border:1px solid rgb(var(--vh-country-accent-primary) / .22);border-radius:.65rem .65rem .85rem .85rem;box-shadow:inset 0 -.18rem rgb(var(--vh-country-accent-primary) / .1)}@media(max-width:900px){.vh-country-civic-layout{grid-template-columns:1fr}.vh-country-civic-facts,.vh-country-civic-layout--full-cities .vh-country-civic-facts,.vh-country-civic-layout--full-cities .vh-country-city-panel ul{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:560px){.vh-country-civic-facts,.vh-country-civic-layout--full-cities .vh-country-civic-facts,.vh-country-civic-layout--full-cities .vh-country-city-panel ul{grid-template-columns:1fr}.vh-country-hero-clock{width:100%;min-width:0;max-width:100%;border-radius:var(--vh-radius-md)}}.vh-country-tool-search{width:100%;margin-top:clamp(.5rem,1.3vw,.95rem);padding:.75rem;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;column-gap:.9rem;row-gap:.62rem;border:1px solid rgb(var(--vh-country-accent-primary) / .14);border-radius:calc(var(--vh-radius-md) + 4px);background:linear-gradient(180deg,#ffffffe6,#ffffffb8);box-shadow:0 18px 54px rgb(var(--vh-country-accent-primary) / .075);backdrop-filter:blur(14px)}.vh-country-hero>.vh-country-tool-search{position:relative;z-index:25}.vh-country-tool-search label{display:inline-flex;grid-column:1;grid-row:1;align-items:center;gap:.35rem;color:var(--vh-color-text);font-size:.72rem;font-weight:850;letter-spacing:.08em;line-height:1.1;text-transform:uppercase}.vh-country-tool-search label:before{content:"";width:.44rem;height:.44rem;border-radius:999px;background:rgb(var(--vh-country-accent-primary) / .75);box-shadow:0 0 0 4px rgb(var(--vh-country-accent-primary) / .1)}.vh-country-tool-search-control{position:relative;grid-column:1 / -1;grid-row:2;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:.45rem;margin-top:.62rem;margin-bottom:0;border-bottom:0}.vh-country-search-suggestions{position:absolute;left:0;right:0;top:calc(100% + .38rem);z-index:80;display:grid;max-height:min(420px,62vh);overflow:auto;border:1px solid rgb(var(--vh-country-accent-primary) / .18);border-radius:calc(var(--vh-radius-md) + 2px);background:#fffffffa;box-shadow:0 26px 58px rgb(var(--vh-country-accent-primary) / .18),0 14px 34px #0f172a1f;backdrop-filter:blur(12px)}.vh-country-search-suggestions:empty{display:none}.vh-country-search-suggestion{display:grid;gap:.12rem;width:100%;padding:.58rem .75rem;border:0;border-bottom:1px solid rgb(var(--vh-country-accent-primary) / .08);background:transparent;color:var(--vh-color-text);font:inherit;text-align:left;text-decoration:none;cursor:pointer}.vh-country-search-suggestion:last-child{border-bottom:none}.vh-country-search-suggestion:hover,.vh-country-search-suggestion.is-active{background:linear-gradient(90deg,rgb(var(--vh-country-accent-primary) / .12),#fffffff5)}.vh-country-search-suggestion-title{font-size:.86rem;font-weight:760;line-height:1.25}.vh-country-search-suggestion-meta{font-size:.72rem;color:var(--vh-color-muted);line-height:1.25}.vh-country-search-highlight{padding:0 .2em;border-radius:.32em;background:rgb(var(--vh-country-accent-primary) / .16);color:rgb(var(--vh-country-accent-primary));font-weight:800}.vh-country-search-shortcuts{grid-column:1 / -1;display:flex;flex-wrap:wrap;gap:.45rem;margin-top:.18rem;padding-top:.16rem;border-top:0}.vh-country-search-chip{border:1px solid rgb(var(--vh-country-accent-primary) / .18);border-radius:999px;background:#ffffffd9;color:var(--vh-color-text);font-size:.72rem;font-weight:720;padding:.22rem .62rem;cursor:pointer}.vh-country-search-chip:hover{border-color:rgb(var(--vh-country-accent-primary) / .34);background:var(--vh-color-surface)}.vh-country-quick-starts{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:var(--vh-space-sm);margin-bottom:var(--vh-space-md)}.vh-country-quick-start{display:grid;gap:.18rem;padding:.72rem .82rem;border-radius:var(--vh-radius-md);border:1px solid rgb(var(--vh-country-accent-primary) / .2);background:linear-gradient(180deg,rgb(var(--vh-country-accent-primary) / .07),var(--vh-color-surface));text-decoration:none;color:inherit}.vh-country-quick-start strong{font-size:.9rem}.vh-country-quick-start small{color:var(--vh-color-muted);font-size:.74rem}.vh-country-offline-boundary{margin-bottom:var(--vh-space-md);padding:.8rem .9rem;border-radius:var(--vh-radius-md);border:1px solid rgb(var(--vh-country-accent-primary) / .18);background:linear-gradient(180deg,rgb(var(--vh-country-accent-primary) / .06),#fffffff2)}.vh-country-offline-boundary strong{display:block;font-size:.84rem;margin-bottom:.2rem}.vh-country-offline-boundary p{margin:0;color:var(--vh-color-muted);font-size:.8rem;line-height:1.45}.vh-country-intent-filters{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:var(--vh-space-sm)}.vh-country-intent-chip{display:inline-flex;align-items:center;gap:.4rem;border:1px solid rgb(var(--vh-country-accent-primary) / .17);border-radius:999px;background:#ffffffe6;color:var(--vh-color-text);font-size:.74rem;font-weight:690;padding:.26rem .68rem;cursor:pointer;position:relative;box-shadow:0 1px #0f172a08;transition:background .16s ease,border-color .16s ease,box-shadow .16s ease,color .16s ease,transform .16s ease}.vh-country-intent-chip:hover,.vh-country-intent-chip:focus-visible{border-color:rgb(var(--vh-country-accent-primary) / .36);background:linear-gradient(180deg,rgb(var(--vh-country-accent-primary) / .08),#fffffffa);box-shadow:0 10px 24px rgb(var(--vh-country-accent-primary) / .09);outline:none}.vh-country-intent-chip span{display:inline-flex;align-items:center;justify-content:center;min-width:1.25rem;height:1.25rem;padding:0 .28rem;border-radius:999px;background:rgb(var(--vh-country-accent-primary) / .11);color:rgb(var(--vh-country-accent-primary));font-size:.66rem;font-weight:760}.vh-country-intent-chip.is-active{border-color:rgb(var(--vh-country-accent-primary) / .75);background:linear-gradient(135deg,#111827,#1f2937);color:#fff;box-shadow:0 0 0 2px rgb(var(--vh-country-accent-primary) / .24),0 -3px rgb(var(--vh-country-accent-primary) / .78) inset,0 14px 30px #0f172a29;font-weight:820}.vh-country-intent-chip.is-active:before{content:"\2713";display:inline-grid;place-items:center;width:1rem;height:1rem;border-radius:999px;background:#fff;color:#111827;font-size:.62rem;font-weight:950;line-height:1}.vh-country-intent-chip.is-active span{background:#ffffff29;color:#fff;box-shadow:0 0 0 1px #ffffff38}@media(max-width:820px){.vh-country-hero>.vh-country-tool-search{position:sticky;top:.4rem;z-index:10}}.vh-country-tool-search-control:before{content:"";position:absolute;left:.9rem;top:50%;width:.68rem;height:.68rem;border:2px solid rgb(var(--vh-country-accent-primary) / .55);border-radius:999px;transform:translateY(-58%);pointer-events:none}.vh-country-tool-search-control:after{content:"";position:absolute;left:1.42rem;top:50%;width:.36rem;height:2px;border-radius:999px;background:rgb(var(--vh-country-accent-primary) / .55);transform:translateY(.2rem) rotate(45deg);pointer-events:none}.vh-country-tool-search-input{min-width:0;width:100%;min-height:2.78rem;border:1px solid rgb(var(--vh-country-accent-primary) / .16);border-radius:var(--vh-radius-md);background:#ffffffeb;color:var(--vh-color-text);font:inherit;font-size:.98rem;font-weight:650;padding:.72rem .9rem .72rem 2.35rem;outline:none}.vh-country-tool-search-input:focus{border-color:rgb(var(--vh-country-accent-primary) / .5);box-shadow:0 0 0 3px rgb(var(--vh-country-accent-primary) / .1)}.vh-country-tool-search-control button{min-height:2.78rem;border:1px solid rgb(var(--vh-country-accent-primary) / .14);border-radius:var(--vh-radius-md);background:#ffffffb8;color:var(--vh-color-muted);font:inherit;font-size:.82rem;font-weight:800;padding:0 .9rem;cursor:pointer}.vh-country-tool-search-control button:hover{color:var(--vh-color-text);border-color:rgb(var(--vh-country-accent-primary) / .35);background:var(--vh-color-surface)}.vh-country-tool-search-status{grid-column:2;grid-row:1;display:block;max-width:100%;margin:0;text-align:right;color:var(--vh-color-muted);font-size:.77rem;font-weight:650;line-height:1.35;white-space:normal;overflow-wrap:anywhere}@media(max-width:560px){.vh-country-tool-search{grid-template-columns:1fr}.vh-country-tool-search-status{grid-column:1;grid-row:auto;max-width:none;text-align:left;white-space:normal}}.vh-country-status-badge{display:inline-flex;align-items:center;padding:var(--vh-space-xs) var(--vh-space-sm);border-radius:var(--vh-radius-sm);font-size:.75rem;font-weight:600;line-height:1}.vh-country-status-ready{background:var(--vh-color-success-light);color:var(--vh-color-success);border:1px solid rgba(22,163,74,.2)}.vh-country-status-in-progress{background:var(--vh-color-warning-light);color:var(--vh-color-warning);border:1px solid rgba(217,119,6,.2)}.vh-country-status-badge.vh-custom-badge{background:var(--vh-color-primary-light);color:var(--vh-color-primary);border:1px solid var(--vh-color-primary-border)}.vh-country-location-map svg path{fill:#cbd5e1;stroke:#fff;stroke-width:.6;stroke-linejoin:round}.vh-country-poland .vh-country-location-map svg #pl{fill:#b91c1c;stroke:#991b1b;stroke-width:.8}.vh-country-brazil .vh-country-location-map svg #br{fill:#15803d;stroke:#166534;stroke-width:.8}.vh-country-germany .vh-country-location-map svg #de{fill:#c1121f;stroke:#111;stroke-width:.8}.vh-country-spain .vh-country-location-map svg #es{fill:#ca8a04;stroke:#991b1b;stroke-width:.8}.vh-progress-bar{width:100%;height:8px;border-radius:var(--vh-radius-sm);background:var(--vh-color-surface-soft);border:none;overflow:hidden}.vh-progress-bar::-webkit-progress-bar{background:var(--vh-color-surface-soft)}.vh-progress-bar::-webkit-progress-value{background:rgb(var(--vh-country-accent-primary));border-radius:var(--vh-radius-sm)}.vh-progress-bar::-moz-progress-bar{background:rgb(var(--vh-country-accent-primary));border-radius:var(--vh-radius-sm)}.vh-color-danger{color:var(--vh-color-danger)}.vh-country-section{background:var(--vh-color-surface);border:1px solid var(--vh-color-border);border-radius:var(--vh-radius-lg);padding:var(--vh-space-lg);margin-bottom:var(--vh-space-lg)}.vh-country-section .section-heading{margin-bottom:var(--vh-space-md)}.vh-country-section .section-heading h2{font-size:1.5rem;font-weight:700;margin:var(--vh-space-xs) 0;color:var(--vh-color-text)}.vh-country-section .section-heading p{color:var(--vh-color-muted);font-size:.9rem;margin:0}.vh-country-fact-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:var(--vh-space-md)}.vh-country-card-grid-compact{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:var(--vh-space-md)}.vh-country-split-layout{display:grid;grid-template-columns:1fr;gap:var(--vh-space-lg);align-items:start}@media(min-width:768px){.vh-country-split-layout{grid-template-columns:1fr 1.5fr}}.vh-country-metric-card,.vh-country-info-card{background:var(--vh-color-surface-soft);border:1px solid var(--vh-color-border);border-radius:var(--vh-radius-md);padding:var(--vh-space-md);display:flex;flex-direction:column;gap:var(--vh-space-xs);min-width:0;text-decoration:none;color:inherit;transition:border-color var(--vh-transition-fast),box-shadow var(--vh-transition-fast),transform var(--vh-transition-fast)}.vh-country-metric-card:hover,.vh-country-info-card.is-linked:hover:not(.is-disabled){border-color:rgb(var(--vh-country-accent-primary) / .4);box-shadow:0 4px 12px #0000000d;transform:translateY(-1px)}.vh-country-info-card.is-linked{cursor:pointer}.vh-country-info-card.is-reference{cursor:default}.vh-country-info-card.is-disabled{opacity:.6;cursor:not-allowed}.vh-country-card-label{font-size:.75rem;font-weight:700;text-transform:uppercase;color:var(--vh-color-muted);letter-spacing:.05em}.vh-country-metric-card strong{font-size:1.25rem;color:var(--vh-color-text);font-weight:700;word-break:break-word}.vh-country-card-icon{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:var(--vh-radius-sm);background:rgb(var(--vh-country-accent-primary) / .1);color:rgb(var(--vh-country-accent-primary));font-size:1.1rem;font-weight:700;flex-shrink:0}.vh-country-code-value{display:flex;align-items:center;justify-content:space-between;gap:var(--vh-space-sm);background:var(--vh-color-surface);border:1px solid var(--vh-color-border);padding:var(--vh-space-xs) var(--vh-space-sm);border-radius:var(--vh-radius-sm);font-family:var(--vh-font-mono, monospace);font-size:.875rem}.vh-country-code-value code{color:rgb(var(--vh-country-accent-primary));font-weight:600;min-width:0;overflow-wrap:anywhere}.vh-country-copy-button{background:var(--vh-color-surface-soft);border:1px solid var(--vh-color-border);color:var(--vh-color-text);padding:var(--vh-space-xxs) var(--vh-space-xs);border-radius:var(--vh-radius-sm);font-size:.75rem;font-weight:600;cursor:pointer;transition:background var(--vh-transition-fast),border-color var(--vh-transition-fast)}.vh-country-copy-button:hover{background:var(--vh-color-border);border-color:var(--vh-color-muted)}.vh-country-copy-button.vh-copied{background:var(--vh-color-success-light);border-color:var(--vh-color-success);color:var(--vh-color-success)}.vh-country-action-bar{display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:var(--vh-space-sm)}.vh-country-action-button{background:linear-gradient(180deg,var(--vh-color-surface),rgb(var(--vh-country-accent-primary) / .035));color:var(--vh-color-text);border:1px solid rgb(var(--vh-country-accent-primary) / .18);padding:var(--vh-space-sm);border-radius:var(--vh-radius-md);font-size:.8rem;font-weight:650;cursor:pointer;text-align:left;min-width:0;display:grid;gap:.2rem;transition:border-color var(--vh-transition-fast),box-shadow var(--vh-transition-fast),transform var(--vh-transition-fast)}.vh-country-action-button:hover{border-color:rgb(var(--vh-country-accent-primary) / .45);box-shadow:0 10px 24px rgb(var(--vh-country-accent-primary) / .08);transform:translateY(-1px)}.vh-country-action-button span{color:var(--vh-color-muted);text-transform:uppercase;font-size:.68rem;letter-spacing:.06em}.vh-country-action-button strong{color:var(--vh-color-text);font-size:1rem;line-height:1.2;overflow-wrap:anywhere}.vh-country-action-button small{color:var(--vh-color-muted);font-size:.72rem}.vh-country-action-button.vh-copied{background:var(--vh-color-success);border-color:var(--vh-color-success);color:#fff}.vh-country-action-button.vh-copied span,.vh-country-action-button.vh-copied strong,.vh-country-action-button.vh-copied small{color:#fff}.vh-country-address-card{background:var(--vh-color-surface-soft);border:1px solid var(--vh-color-border);border-radius:var(--vh-radius-md);padding:var(--vh-space-md);display:flex;flex-direction:column;gap:var(--vh-space-sm);min-width:0;align-self:start}.vh-country-address-card pre{margin:0;white-space:pre-wrap;word-break:break-all;font-family:var(--vh-font-mono, monospace);font-size:.95rem;line-height:1.6;color:var(--vh-color-text);background:var(--vh-color-surface);padding:var(--vh-space-md);border-radius:var(--vh-radius-sm);border:1px solid var(--vh-color-border);min-width:0}.vh-country-phone-card-wrapper,.vh-country-resource-card-wrapper,.vh-country-code-example-wrapper{display:flex;flex-direction:column;gap:var(--vh-space-xs);background:var(--vh-color-surface-soft);border:1px solid var(--vh-color-border);border-radius:var(--vh-radius-md);padding:var(--vh-space-md);min-width:0}.vh-country-phone-card-wrapper .vh-country-info-card,.vh-country-resource-card-wrapper .vh-country-info-card,.vh-country-code-example-wrapper .vh-country-info-card{background:var(--vh-color-surface);border-color:var(--vh-color-border);padding:var(--vh-space-sm);border-radius:var(--vh-radius-sm)}.vh-country-code-example-wrapper pre{margin:0;background:var(--vh-color-code-bg, #18181b);padding:var(--vh-space-sm);border-radius:var(--vh-radius-sm);overflow-x:auto;max-width:100%;min-width:0}.vh-country-code-example-wrapper code{font-family:var(--vh-font-mono, monospace);font-size:.85rem;color:var(--vh-color-code-text, #fafafa);white-space:pre}.vh-country-code-example-wrapper .vh-country-address-card{max-width:100%;min-width:0}.vh-country-catalog-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:var(--vh-space-sm);margin-bottom:var(--vh-space-md)}.vh-country-catalog-stats span{display:grid;gap:.15rem;padding:var(--vh-space-md);border-radius:var(--vh-radius-md);background:linear-gradient(180deg,rgb(var(--vh-country-accent-primary) / .065),var(--vh-color-surface));border:1px solid rgb(var(--vh-country-accent-primary) / .16)}.vh-country-catalog-stats strong{font-size:1.65rem;line-height:1;color:rgb(var(--vh-country-accent-primary))}.vh-country-catalog-stats small{color:var(--vh-color-muted);font-weight:650}.vh-country-featured-tools{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:var(--vh-space-sm);margin-bottom:var(--vh-space-md)}.vh-country-featured-tools .vh-country-info-card,.vh-country-route-group,.vh-country-subsection{background:var(--vh-color-surface-soft);border:1px solid var(--vh-color-border);border-radius:var(--vh-radius-md)}.vh-country-route-groups{display:grid;gap:var(--vh-space-sm)}.vh-country-route-group{overflow:hidden;box-shadow:0 10px 24px #0f172a09}.vh-country-route-group summary{cursor:pointer;list-style:none;display:flex;align-items:center;justify-content:space-between;gap:var(--vh-space-md);padding:1rem 1.1rem;position:relative;background:linear-gradient(135deg,rgb(var(--vh-country-accent-primary, 37 99 235) / .08),#fffffff5 46%,rgb(var(--vh-country-accent-secondary, 20 184 166) / .06));border-bottom:1px solid rgb(var(--vh-country-accent-primary, 37 99 235) / .12);transition:background .16s ease,border-color .16s ease,box-shadow .16s ease}.vh-country-route-group summary:before{content:"";position:absolute;inset:0 auto 0 0;width:.32rem;background:linear-gradient(180deg,rgb(var(--vh-country-accent-primary, 37 99 235)),rgb(var(--vh-country-accent-secondary, 20 184 166)))}.vh-country-route-group summary:hover,.vh-country-route-group summary:focus-visible{background:linear-gradient(135deg,rgb(var(--vh-country-accent-primary, 37 99 235) / .12),#fffffffa 44%,rgb(var(--vh-country-accent-secondary, 20 184 166) / .08));border-color:rgb(var(--vh-country-accent-primary, 37 99 235) / .2);outline:none}.vh-country-route-group[open] summary{box-shadow:0 1px #ffffffc7 inset,0 10px 22px rgb(var(--vh-country-accent-primary, 37 99 235) / .05)}.vh-country-route-group summary::-webkit-details-marker{display:none}.vh-country-route-group summary span:first-child{display:grid;gap:.22rem;min-width:0}.vh-country-route-group summary strong{color:var(--vh-color-text);font-size:1.05rem;line-height:1.2}.vh-country-route-group summary small{color:var(--vh-color-muted);line-height:1.35;font-weight:560}.vh-country-group-count{flex:0 0 auto;min-width:2.25rem;height:2.25rem;max-width:7rem;padding:0 .62rem;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:#fff;border:1px solid rgb(var(--vh-country-accent-primary, 37 99 235) / .2);color:rgb(var(--vh-country-accent-primary, 37 99 235));font-size:.85rem;font-weight:800;line-height:1;white-space:nowrap;box-shadow:0 8px 18px rgb(var(--vh-country-accent-primary, 37 99 235) / .1)}.vh-country-route-list{display:grid;gap:1px;background:rgb(var(--vh-country-accent-primary, 37 99 235) / .08);border-top:0}.vh-country-route-list-compact{border:1px solid var(--vh-color-border);border-radius:var(--vh-radius-md);overflow:hidden}.vh-country-catalog-row{display:grid;grid-template-columns:minmax(0,1fr) minmax(5.9rem,auto) 1.35rem;align-items:center;gap:.85rem;min-width:0;min-height:4rem;padding:var(--vh-space-sm) var(--vh-space-md);background:var(--vh-color-surface);color:inherit;text-decoration:none;transition:background var(--vh-transition-fast),color var(--vh-transition-fast)}.vh-country-route-group[data-country-route-group=reference]{border-style:dashed;background:#fbfdff;box-shadow:none}.vh-country-route-group[data-country-route-group=reference] summary{background:linear-gradient(135deg,#f8fafcfa,#fff);border-bottom-color:#94a3b838}.vh-country-route-group[data-country-route-group=reference] summary:before{background:#cbd5e1}.vh-country-route-group[data-country-route-group=reference] .vh-country-group-count{color:#475569;border-color:#dbe3ef;box-shadow:none}.vh-country-catalog-row[data-route-tier=secondary]{background:#fbfdff}.vh-country-catalog-row[data-route-tier=reference]{background:#fff}.vh-country-catalog-row[data-route-tier=reference] strong{color:#334155}.vh-country-catalog-row:hover{background:rgb(var(--vh-country-accent-primary) / .055)}.vh-country-workbench-catalog.is-searching .vh-country-catalog-row.is-tool-search-match{background:linear-gradient(90deg,rgb(var(--vh-country-accent-primary) / .11),var(--vh-color-surface))}.vh-country-route-group.is-tool-search-empty{display:none}.vh-country-tool-search-empty{display:none;margin-top:var(--vh-space-md);padding:var(--vh-space-md);border:1px dashed var(--vh-color-border);border-radius:var(--vh-radius-md);color:var(--vh-color-muted);background:var(--vh-color-surface-soft)}.vh-country-workbench-catalog.is-searching.is-tool-search-empty .vh-country-tool-search-empty{display:block}.vh-country-catalog-row span:first-child{min-width:0;display:grid;gap:.15rem;align-content:center}.vh-country-catalog-row strong,.vh-country-catalog-row small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vh-country-catalog-row strong{font-size:.9rem;color:var(--vh-color-text)}.vh-country-catalog-row small{color:var(--vh-color-muted);font-size:.75rem}.vh-country-tier-pill{justify-self:end;display:inline-flex;align-items:center;justify-content:center;width:6.1rem;min-height:1.5rem;border:1px solid rgb(var(--vh-country-accent-primary, 37 99 235) / .2);border-radius:.62rem;background:linear-gradient(180deg,#fff,rgb(var(--vh-country-accent-primary, 37 99 235) / .055));color:rgb(var(--vh-country-accent-primary, 37 99 235));padding:.2rem .55rem;font-style:normal;font-size:.68rem;font-weight:780;letter-spacing:0;line-height:1;text-transform:capitalize;white-space:nowrap;box-shadow:0 6px 14px rgb(var(--vh-country-accent-primary, 37 99 235) / .06)}.vh-country-catalog-row[data-route-tier=secondary] .vh-country-tier-pill{border-color:#dbe3ef;background:linear-gradient(180deg,#fff,#f8fafc);color:#475569;box-shadow:none}.vh-country-catalog-row[data-route-tier=reference] .vh-country-tier-pill{border-color:#e2e8f0;background:#fff;color:#64748b}.vh-country-row-arrow{justify-self:end;display:inline-grid;place-items:center;width:1.35rem;min-width:1.35rem;color:rgb(var(--vh-country-accent-primary));font-weight:800}@media(max-width:640px){.vh-country-catalog-row{grid-template-columns:minmax(0,1fr) 1.25rem;gap:.65rem}.vh-country-tier-pill{grid-column:1;justify-self:start;width:auto;min-height:1.35rem;padding:.18rem .48rem;font-size:.64rem}.vh-country-row-arrow{grid-column:2;grid-row:1 / span 2}}.vh-country-subsection{margin-top:var(--vh-space-md);padding:var(--vh-space-md)}.vh-country-subsection h3{margin:0 0 var(--vh-space-sm) 0;font-size:1rem;color:var(--vh-color-text)}.vh-country-checklist{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:var(--vh-space-sm)}.vh-country-checklist li{display:flex;align-items:flex-start;gap:var(--vh-space-sm);line-height:1.5}.vh-country-checklist li>span:last-child{display:grid;gap:.15rem}.vh-country-checklist strong{color:var(--vh-color-text);font-weight:780}.vh-country-checklist small{color:var(--vh-color-muted);font-size:.92rem;line-height:1.45}.vh-country-check-box{color:var(--vh-color-success);font-weight:800;font-size:1.1rem;line-height:1;flex-shrink:0}.vh-country-quick-actions,.vh-country-workbench-catalog,.vh-country-identity-facts,.vh-country-locale-facts,.vh-country-tech-facts,.vh-country-address-format,.vh-country-phone-formats,.vh-country-vehicle-registration,.vh-country-admin-divisions,.vh-country-tax-system,.vh-country-banking-system,.vh-country-payment-systems,.vh-country-identifiers-specs,.vh-country-validators-sandboxes,.vh-country-integration-checklist,.vh-country-roadmap-timeline,.vh-country-official-sources,.vh-country-knowledge-graph,.vh-country-cross-links,.vh-country-highlights-notes,.vh-country-developer-notes,.vh-country-common-mistakes,.vh-country-developer-examples,.vh-country-ecosystem-nodes,.vh-country-localization-notes,.vh-country-progress{display:block}.vh-country-tool-search .vh-country-tool-search-control{margin-bottom:0!important;border-bottom:0!important;box-shadow:none!important}.vh-country-tool-search .vh-country-tool-search-input,.vh-country-tool-search .vh-country-tool-search-input:focus,.vh-country-tool-search .vh-country-tool-search-control button,.vh-country-tool-search .vh-country-tool-search-control button:hover,.vh-country-tool-search .vh-country-tool-search-control button:focus-visible{border-bottom-color:rgb(var(--vh-country-accent-primary) / .16)!important}.vh-country-tool-search .vh-country-search-shortcuts{flex-wrap:nowrap!important;gap:.42rem!important;margin-top:.62rem!important;padding-top:0!important;border-top:0!important;box-shadow:none!important;overflow:hidden!important}.vh-marker-argentina{left:39%;top:83%}.vh-marker-austria{left:51%;top:37%}.vh-marker-belgium{left:50%;top:35%}.vh-marker-brazil{left:39%;top:67%}.vh-marker-canada{left:35%;top:16%}.vh-marker-chile{left:38%;top:86%}.vh-marker-france{left:49%;top:38%}.vh-marker-germany{left:50%;top:35%}.vh-marker-italy{left:51%;top:40%}.vh-marker-japan{left:71%;top:37%}.vh-marker-mexico{left:32%;top:48%}.vh-marker-netherlands{left:50%;top:34%}.vh-marker-poland{left:52%;top:34%}.vh-marker-portugal{left:47%;top:43%}.vh-marker-spain{left:49%;top:41%}.vh-marker-ukraine{left:54%;top:36%}.vh-marker-united-kingdom{left:48%;top:33%}.vh-marker-united-states{left:30%;top:27%}.vh-countries-portal-page{display:flex;flex-direction:column;gap:var(--vh-space-lg)}.vh-countries-hero-stats{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--vh-space-md);margin-top:var(--vh-space-lg)}@media(min-width:640px){.vh-countries-hero-stats{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(min-width:1024px){.vh-countries-hero-stats{grid-template-columns:repeat(6,minmax(0,1fr))}}.vh-countries-hero-stat-item{display:flex;flex-direction:column;padding:var(--vh-space-md);border:1px solid var(--vh-color-border);border-radius:var(--vh-radius-lg);background:var(--vh-color-surface);text-align:center}.vh-countries-hero-stat-item strong{font-size:1.75rem;font-weight:800;color:var(--vh-color-primary)}.vh-countries-hero-stat-item span{font-size:.875rem;color:var(--vh-color-muted);text-transform:uppercase;font-weight:600}.vh-countries-controls{display:flex;flex-direction:column;gap:var(--vh-space-md);padding:var(--vh-space-lg);border:1px solid var(--vh-color-border);border-radius:var(--vh-radius-lg);background:var(--vh-color-surface-soft)}.vh-countries-search-input{width:100%;padding:var(--vh-space-md);border:1px solid var(--vh-color-border);border-radius:var(--vh-radius-md);font-size:1rem}.vh-countries-filter-grid{display:grid;grid-template-columns:1fr;gap:var(--vh-space-md)}@media(min-width:768px){.vh-countries-filter-grid{grid-template-columns:1fr 1fr auto}}.vh-countries-select-filter{display:flex;flex-direction:column;gap:var(--vh-space-xs);font-size:.875rem;font-weight:600}.vh-countries-select-filter select{padding:var(--vh-space-sm);border:1px solid var(--vh-color-border);border-radius:var(--vh-radius-md);background:var(--vh-color-surface)}.vh-countries-feature-filter{border:1px solid var(--vh-color-border);border-radius:var(--vh-radius-md);padding:var(--vh-space-sm) var(--vh-space-md);background:var(--vh-color-surface)}.vh-countries-feature-filter legend{font-size:.75rem;font-weight:700;text-transform:uppercase;padding:0 var(--vh-space-xs);color:var(--vh-color-muted)}.vh-countries-feature-chips{display:flex;flex-wrap:wrap;gap:var(--vh-space-sm)}.vh-countries-feature-chip{display:inline-flex;align-items:center;gap:var(--vh-space-xs);font-size:.875rem;cursor:pointer}.vh-countries-map-section{position:relative}.vh-countries-world-map{position:relative;width:100%;aspect-ratio:960/500;background:var(--vh-color-surface-soft);border:1px solid var(--vh-color-border);border-radius:var(--vh-radius-lg);overflow:hidden}.vh-countries-world-map-image{width:100%;height:100%;object-fit:cover;display:block}.vh-countries-map-marker{position:absolute;transform:translate(-50%,-50%);width:28px;height:28px;border-radius:50%;background:#fff;border:2px solid var(--vh-color-border);display:flex;align-items:center;justify-content:center;font-size:1.125rem;cursor:pointer;box-shadow:0 4px 10px #00000026;transition:transform var(--vh-transition-fast),border-color var(--vh-transition-fast);text-decoration:none;z-index:10}.vh-countries-map-marker:hover,.vh-countries-map-marker.is-active{transform:translate(-50%,-50%) scale(1.2);border-color:var(--vh-color-primary);z-index:20}.vh-countries-map-marker.is-filter-match{opacity:1;filter:none;transform:translate(-50%,-50%) scale(1.16);border-color:#0f766e;box-shadow:0 0 0 5px #0f766e1c,0 14px 30px #0f766e38;z-index:22}.vh-countries-map-marker.is-filter-dimmed{opacity:.28;filter:grayscale(100%) saturate(.35);transform:translate(-50%,-50%) scale(.86);box-shadow:none;z-index:8}.vh-countries-map-marker.is-filter-dimmed:hover,.vh-countries-map-marker.is-filter-dimmed:focus-visible{opacity:.72;filter:grayscale(45%) saturate(.75);transform:translate(-50%,-50%) scale(1);z-index:18}.vh-countries-map-marker.status-planned{opacity:.65;filter:grayscale(80%)}.vh-countries-map-marker.status-planned.is-filter-match{opacity:1;filter:none}.vh-countries-portal-layout{display:grid;grid-template-columns:1fr;gap:var(--vh-space-lg)}@media(min-width:1024px){.vh-countries-portal-layout{grid-template-columns:2fr 1fr}}.vh-countries-continent-group{margin-bottom:var(--vh-space-lg)}.vh-countries-continent-heading{display:flex;align-items:center;justify-content:space-between;border-bottom:2px solid var(--vh-color-border);padding-bottom:var(--vh-space-xs);margin-bottom:var(--vh-space-md)}.vh-countries-continent-heading h3{font-size:1.25rem;font-weight:700;margin:0}.vh-countries-card{display:flex;flex-direction:column;gap:var(--vh-space-xs);padding:var(--vh-space-md);border:1px solid var(--vh-color-border);border-radius:var(--vh-radius-lg);background:var(--vh-color-surface);text-decoration:none;color:inherit;transition:transform var(--vh-transition-fast),border-color var(--vh-transition-fast),box-shadow var(--vh-transition-fast)}.vh-countries-card:hover{transform:translateY(-2px);border-color:var(--vh-color-primary);box-shadow:0 6px 16px #0000000f}.vh-countries-card-top{display:flex;justify-content:space-between;align-items:center}.vh-countries-card-identity{display:flex;align-items:center;gap:var(--vh-space-xs)}.vh-countries-card-identity h3{font-size:1.125rem;margin:0}.vh-countries-card-facts{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--vh-space-xs);margin:var(--vh-space-xs) 0;font-size:.8125rem;color:var(--vh-color-muted)}.vh-countries-preview-panel{position:sticky;top:var(--vh-space-lg);padding:var(--vh-space-lg);border:1px solid var(--vh-color-border);border-radius:var(--vh-radius-lg);background:var(--vh-color-surface);display:flex;flex-direction:column;gap:var(--vh-space-sm);align-self:start}.vh-countries-preview-flag{font-size:3rem;text-align:center}.vh-countries-preview-list{display:flex;flex-direction:column;gap:var(--vh-space-xs);font-size:.875rem;margin:var(--vh-space-sm) 0}.vh-countries-preview-list div{display:flex;justify-content:space-between;border-bottom:1px solid var(--vh-color-border);padding-bottom:4px}.vh-countries-preview-list dt{font-weight:600;color:var(--vh-color-muted)}.vh-countries-preview-action{background:var(--vh-color-primary);color:#fff;border-radius:var(--vh-radius-md);padding:var(--vh-space-sm);text-align:center;text-decoration:none;font-weight:600;transition:opacity var(--vh-transition-fast)}.vh-countries-preview-action:hover{opacity:.9}.vh-countries-preview-action.is-muted{background:var(--vh-color-surface-soft);color:var(--vh-color-muted);cursor:not-allowed}.vh-countries-grid{display:grid;grid-template-columns:1fr;gap:var(--vh-space-md)}@media(min-width:640px){.vh-countries-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.vh-countries-intro{display:grid;grid-template-columns:minmax(0,1fr) minmax(20rem,.42fr);gap:1.2rem;align-items:stretch;margin-bottom:1.1rem;padding:1.45rem;border:1px solid rgba(15,23,42,.1);border-radius:8px;background:linear-gradient(135deg,#fffffffa,#f6fafaf0),linear-gradient(90deg,#0f766e12,#2563eb0b);box-shadow:0 18px 48px #0f172a0e}.vh-countries-intro>.vh-eyebrow,.vh-countries-intro>h1,.vh-countries-intro>p{grid-column:1}.vh-countries-intro h1{margin:.42rem 0 .52rem;color:var(--vh-color-text, #141a24);font-size:2.28rem;line-height:1.05;letter-spacing:0}.vh-countries-intro p{max-width:42rem;margin:0;color:var(--vh-color-muted, #647084);font-size:.98rem;line-height:1.55}.vh-countries-intro .vh-countries-hero-stats{grid-column:2;grid-row:1 / span 3;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0;margin:0;align-self:stretch;border:1px solid rgba(15,23,42,.09);border-radius:8px;background:#ffffffb8;overflow:hidden}.vh-countries-intro .vh-countries-hero-stat-item{min-width:0;min-height:3.8rem;justify-content:center;padding:.58rem .7rem;border:0;border-right:1px solid rgba(100,116,139,.13);border-bottom:1px solid rgba(100,116,139,.13);border-radius:0;background:transparent;text-align:left}.vh-countries-intro .vh-countries-hero-stat-item:nth-child(2n){border-right:0}.vh-countries-intro .vh-countries-hero-stat-item:nth-last-child(-n+2){border-bottom:0}.vh-countries-intro .vh-countries-hero-stat-item strong{color:var(--vh-color-text, #141a24);font-size:1.32rem;line-height:1}.vh-countries-intro .vh-countries-hero-stat-item span{margin-top:.18rem;color:var(--vh-color-muted, #647084);font-size:.64rem;font-weight:850;letter-spacing:.08em}.vh-countries-portal-page{gap:1.1rem}.vh-countries-controls,.vh-countries-map-section,.vh-countries-preview-panel{border:1px solid rgba(15,23,42,.09);border-radius:8px;background:#fffffff0;box-shadow:0 12px 36px #0f172a0a}.vh-countries-controls{display:grid;grid-template-columns:minmax(18rem,.42fr) minmax(0,1fr);gap:.85rem;align-items:end;padding:1rem}.vh-countries-search{min-width:0}.vh-countries-search-input{min-height:3.05rem;padding:0 .95rem;border-color:#0f172a1f;border-radius:8px;background:#fff;color:var(--vh-color-text, #141a24);font-size:.95rem;font-weight:720}.vh-countries-search-input:focus{border-color:#0f766e66;box-shadow:0 0 0 3px #0f766e1f;outline:none}.vh-countries-filter-grid{display:grid;grid-template-columns:minmax(8.5rem,.6fr) minmax(8.5rem,.6fr) minmax(14rem,1fr);gap:.55rem;align-items:end}.vh-countries-select-filter{gap:.3rem;color:var(--vh-color-muted, #647084);font-size:.66rem;font-weight:900;letter-spacing:.09em;text-transform:uppercase}.vh-countries-select-filter select{min-height:2.35rem;padding:0 .72rem;border-color:#0f172a1f;border-radius:8px;color:var(--vh-color-text, #141a24);font-size:.84rem;font-weight:750}.vh-countries-feature-filter{min-width:0;padding:.4rem .52rem .52rem;border-color:#0f172a1a;border-radius:8px;background:#f8fafcd1}.vh-countries-feature-filter legend{color:var(--vh-color-muted, #647084);font-size:.62rem;font-weight:900;letter-spacing:.09em}.vh-countries-feature-chips{gap:.38rem}.vh-countries-feature-chip{min-height:1.75rem;padding:0 .5rem;border:1px solid rgba(15,23,42,.1);border-radius:999px;background:#fff;color:var(--vh-color-text, #141a24);font-size:.73rem;font-weight:800}.vh-countries-feature-chip input{width:.78rem;height:.78rem;accent-color:#0f766e}.vh-countries-map-section{padding:1rem}.vh-countries-map-section .section-heading{margin-bottom:.75rem}.vh-countries-map-section .section-heading h2{margin:.24rem 0 .25rem;color:var(--vh-color-text, #141a24);font-size:1.08rem;line-height:1.2}.vh-countries-map-section .section-heading p{max-width:48rem;margin:0;color:var(--vh-color-muted, #647084);font-size:.86rem;line-height:1.44}.vh-countries-portal-layout{grid-template-columns:minmax(0,1fr) minmax(18rem,23rem);gap:.95rem;align-items:start}.vh-countries-directory{display:grid;gap:.95rem;min-width:0}.vh-countries-continent-group{margin-bottom:0;padding:.88rem 0 0;border-top:1px solid rgba(15,23,42,.08)}.vh-countries-continent-group:first-child{padding-top:0;border-top:0}.vh-countries-continent-heading{margin-bottom:.65rem;padding-bottom:0;border-bottom:0}.vh-countries-continent-heading h3{color:var(--vh-color-text, #141a24);font-size:1rem;line-height:1.2}.vh-countries-continent-heading>span{min-height:1.82rem;padding:.3rem .62rem;border-radius:999px;font-size:.68rem;font-weight:850;letter-spacing:.04em}.vh-countries-grid{grid-template-columns:repeat(auto-fill,minmax(18rem,1fr));gap:.58rem}.vh-countries-card{position:relative;gap:.58rem;min-height:10.2rem;padding:.78rem;border-color:#0f172a17;border-radius:8px;background:#fffffff0;box-shadow:0 8px 22px #0f172a06;transition:border-color .15s ease,background .15s ease,box-shadow .15s ease}.vh-countries-card,.vh-countries-card *{text-decoration:none}.vh-countries-card:hover,.vh-countries-card:focus-visible,.vh-countries-card.is-country-active{border-color:color-mix(in srgb,var(--country-accent, #0f766e) 38%,rgba(15,23,42,.12));background:#f8fdfbf5;box-shadow:0 12px 30px #0f172a0e;outline:none;transform:none}.vh-countries-card:before{position:absolute;top:0;right:0;left:0;height:2px;background:var(--country-accent, #0f766e);content:"";opacity:.78}.vh-countries-card-top{gap:.7rem;align-items:flex-start}.vh-countries-card-identity{min-width:0;gap:.48rem}.vh-countries-card-identity .vh-flag{flex:0 0 auto;font-size:1.18rem;line-height:1}.vh-countries-card-identity h3{color:var(--vh-color-text, #141a24);font-size:.98rem;line-height:1.18;overflow-wrap:anywhere}.vh-countries-card-top>span{flex:0 0 auto;min-height:1.55rem;padding:.22rem .5rem;border-radius:999px;font-size:.64rem;font-weight:900;letter-spacing:.07em;text-transform:uppercase}.vh-countries-card-summary{display:-webkit-box;margin:0;overflow:hidden;color:var(--vh-color-muted, #647084);font-size:.82rem;line-height:1.4;-webkit-box-orient:vertical;-webkit-line-clamp:2}.vh-countries-card-facts{display:flex;flex-wrap:wrap;gap:.28rem .64rem;margin:0;color:inherit;font-size:.72rem}.vh-countries-card-facts div{display:inline-flex;gap:.26rem;align-items:baseline;min-width:0;padding:0;border:0;background:transparent}.vh-countries-card-facts span{color:var(--vh-color-muted, #647084);font-size:.58rem;font-weight:900;letter-spacing:.08em;line-height:1.1;text-transform:uppercase}.vh-countries-card-facts strong{min-width:0;color:var(--vh-color-text, #141a24);font-size:.73rem;line-height:1.18;overflow-wrap:anywhere}.vh-countries-card-progress,.vh-countries-preview-progress{display:flex;align-items:center;justify-content:space-between;gap:.75rem;color:var(--vh-color-muted, #647084);font-size:.68rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.vh-countries-card-progress strong,.vh-countries-preview-progress strong{color:var(--vh-color-text, #141a24);font-size:.9rem;letter-spacing:0}.vh-countries-chip-row{display:flex;flex-wrap:wrap;gap:.36rem;max-height:3.08rem;overflow:hidden}.vh-countries-chip{min-width:0;max-width:100%;padding:.22rem .48rem;border:1px solid rgba(15,23,42,.09);border-radius:999px;background:#fff;color:var(--vh-color-text, #141a24);font-size:.68rem;font-weight:820;line-height:1.18;overflow-wrap:anywhere}.vh-countries-chip-identifier{border-color:#2563eb2e;background:#eff6ffb8;color:#2563eb}.vh-countries-chip-payment{border-color:#0f766e2e;background:#f0fdfab8;color:#0f766e}.vh-countries-preview-panel{top:1rem;gap:.72rem;padding:1rem;color:var(--vh-color-text, #141a24)}.vh-countries-preview-flag{font-size:1.8rem;text-align:left}.vh-countries-preview-flag.is-empty{display:none}.vh-countries-preview-panel h2{margin:0;color:var(--vh-color-text, #141a24);font-size:1.08rem;line-height:1.2;text-align:left}.vh-countries-preview-panel p{margin:0;color:var(--vh-color-muted, #647084);font-size:.86rem;line-height:1.48;text-align:left}.vh-countries-preview-panel.is-empty{background:linear-gradient(135deg,#fffffffa,#f8fafcf0),#fff}.vh-countries-preview-list{gap:0;margin:.15rem 0 0;font-size:.82rem}.vh-countries-preview-list div{gap:.75rem;align-items:center;padding:.55rem 0;border-bottom-color:#0f172a17}.vh-countries-preview-list dt{color:var(--vh-color-muted, #647084);font-weight:820}.vh-countries-preview-list dd{margin:0;color:var(--vh-color-text, #141a24);font-weight:760;text-align:right}.vh-countries-preview-action{min-height:2.65rem;display:inline-flex;align-items:center;justify-content:center;border-radius:8px;background:#0f766e;font-size:.9rem;font-weight:850}.vh-countries-preview-action:hover{opacity:1;background:#0b5f59}.vh-countries-preview-action.is-muted,.vh-countries-preview-action.is-muted:hover{background:#f8fafcf5;color:var(--vh-color-muted, #647084)}.vh-countries-card[data-accent=brazil]{--country-accent: #0f8f61}.vh-countries-card[data-accent=poland],.vh-countries-card[data-accent=spain]{--country-accent: #dc2626}.vh-countries-card[data-accent=germany]{--country-accent: #c99700}.vh-countries-card[data-accent=france]{--country-accent: #2563eb}.vh-countries-card[data-accent=austria],.vh-countries-card[data-accent=japan]{--country-accent: #dc2626}.vh-countries-card[data-accent=united-kingdom],.vh-countries-card[data-accent=united-states]{--country-accent: #2563eb}.vh-countries-card[data-accent=canada]{--country-accent: #dc2626}.vh-countries-card[data-accent=mexico]{--country-accent: #0f8f61}.vh-countries-card[data-accent=argentina]{--country-accent: #38bdf8}.vh-countries-card[data-accent=chile]{--country-accent: #2563eb}.vh-countries-card[data-accent=italy],.vh-countries-card[data-accent=portugal]{--country-accent: #0f8f61}.vh-countries-card[data-accent=netherlands]{--country-accent: #f97316}.vh-countries-card[data-accent=belgium]{--country-accent: #c99700}.vh-countries-card[data-accent=ukraine]{--country-accent: #2563eb}@media(max-width:980px){.vh-countries-intro,.vh-countries-controls,.vh-countries-portal-layout{grid-template-columns:1fr}.vh-countries-intro .vh-countries-hero-stats,.vh-countries-intro>.vh-eyebrow,.vh-countries-intro>h1,.vh-countries-intro>p{grid-column:auto;grid-row:auto}.vh-countries-filter-grid{grid-template-columns:1fr}.vh-countries-preview-panel{position:static}}@media(max-width:640px){.vh-countries-intro{padding:1.1rem}.vh-countries-intro h1{font-size:1.75rem}.vh-countries-intro .vh-countries-hero-stats,.vh-countries-card-facts,.vh-countries-grid{grid-template-columns:1fr}}:root{--line: var(--vh-color-border, #e4e4e7);--line-strong: rgba(var(--vh-country-accent-primary, 37 99 235), .25);--surface: var(--vh-color-surface, #ffffff);--surface-soft: var(--vh-color-surface-soft, #f7f7f8);--text: var(--vh-color-text, #18181b);--muted: var(--vh-color-muted, #71717a);--strong-muted: var(--vh-color-muted, #71717a);--accent: rgb(var(--vh-country-accent-primary, 37 99 235));--accent-strong: rgb(var(--vh-country-accent-primary, 37 99 235));--accent-line: rgba(var(--vh-country-accent-primary, 37 99 235), .4);--danger: var(--vh-color-danger, #dc2626);--warning: var(--vh-color-warning, #d97706);--shadow-soft: 0 4px 12px rgba(0, 0, 0, .05);--shadow: 0 10px 30px rgba(0, 0, 0, .06);--bg: var(--vh-color-background, #ffffff)}.container{width:min(1200px,calc(100% - 40px));margin:0 auto}.page-shell{padding:var(--vh-space-lg) 0 var(--vh-space-xl)}.page-stack{display:flex;flex-direction:column;gap:var(--vh-space-lg)}.page-stack>*{min-width:0}.breadcrumbs{color:var(--muted);font-size:.875rem}.breadcrumbs ol{display:flex;flex-wrap:wrap;gap:var(--vh-space-xs);align-items:center;margin:0;padding:0;list-style:none}.breadcrumbs li{display:inline-flex;gap:var(--vh-space-xs);align-items:center}.breadcrumbs li:not(:last-child):after{color:var(--vh-color-border);content:"/"}.vh-breadcrumbs.breadcrumbs li:before,.vh-breadcrumbs.breadcrumbs li:not(:last-child):after{content:none}.breadcrumbs a{color:var(--muted);text-decoration:none;font-weight:500;transition:color var(--vh-transition-fast)}.page-intro h1{font-size:2.25rem;font-weight:800;margin:var(--vh-space-xs) 0;color:var(--text)}.page-intro p{font-size:1.125rem;line-height:1.6;margin:0;color:var(--muted)}.eyebrow{display:inline-flex;margin-bottom:var(--vh-space-xs);color:var(--accent-strong);font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em}.section-heading h2{font-size:1.5rem;font-weight:700;margin:var(--vh-space-xs) 0;color:var(--text)}.section-heading p{color:var(--muted);font-size:.9rem;margin:0}.workbench-card,.content-card,.related-section{border:1px solid var(--line);border-radius:var(--vh-radius-lg);background:var(--surface);box-shadow:var(--shadow-soft)}.workbench-card{overflow:hidden;border-color:var(--line-strong);box-shadow:var(--shadow);margin-bottom:var(--vh-space-lg);max-width:100%}.workbench-heading{padding:var(--vh-space-md) var(--vh-space-lg);border-bottom:1px solid var(--line);background:linear-gradient(135deg,rgba(var(--vh-country-accent-primary, 37 99 235),.06),rgba(var(--vh-country-accent-secondary, 37 99 235),.02))}.workbench-heading h2{margin:0 0 var(--vh-space-xs) 0;font-size:1.5rem;font-weight:700}.workbench-heading p{max-width:700px;margin:0;color:var(--muted);font-size:.875rem}.workbench-card:has([data-algorithm-id="validohub.brazil-suite"]) .workbench-heading{display:none}.workbench-card>.workbench-heading{display:none}.workbench-card>.workbench-heading+.workbench-list .tool-workbench:first-child{border-top:0}.tool-workbench{display:grid;gap:var(--vh-space-md);padding:var(--vh-space-lg)}.browser-workbench{--generic-accent: #0f766e;--generic-accent-2: #2563eb;--generic-accent-3: #d97706;--generic-accent-rgb: 15 118 110}.browser-workbench[data-generic-theme=encoding],.browser-workbench[data-algorithm-id*=base64]{--generic-accent: #0f766e;--generic-accent-2: #2563eb;--generic-accent-3: #f59e0b;--generic-accent-rgb: 15 118 110}.browser-workbench[data-generic-theme=url],.browser-workbench[data-algorithm-id*=url]{--generic-accent: #7c3aed;--generic-accent-2: #0891b2;--generic-accent-3: #db2777;--generic-accent-rgb: 124 58 237}.browser-workbench[data-generic-theme=data],.browser-workbench[data-algorithm-id*=json]{--generic-accent: #2563eb;--generic-accent-2: #0f766e;--generic-accent-3: #9333ea;--generic-accent-rgb: 37 99 235}.browser-workbench[data-generic-theme=security],.browser-workbench[data-algorithm-id*=jwt]{--generic-accent: #be123c;--generic-accent-2: #4f46e5;--generic-accent-3: #d97706;--generic-accent-rgb: 190 18 60}.browser-workbench[data-generic-theme=finance],.browser-workbench[data-algorithm-id*=iban]{--generic-accent: #047857;--generic-accent-2: #0369a1;--generic-accent-3: #ca8a04;--generic-accent-rgb: 4 120 87}.browser-workbench[data-generic-theme=developer],.browser-workbench[data-algorithm-id*=regex]{--generic-accent: #4338ca;--generic-accent-2: #0f766e;--generic-accent-3: #ea580c;--generic-accent-rgb: 67 56 202}.browser-workbench[data-generic-theme=text],.browser-workbench[data-generic-theme=publishing],.browser-workbench[data-algorithm-id*=slug],.browser-workbench[data-algorithm-id*=case],.browser-workbench[data-algorithm-id*=diff]{--generic-accent: #0e7490;--generic-accent-2: #7c3aed;--generic-accent-3: #16a34a;--generic-accent-rgb: 14 116 144}.browser-workbench[data-generic-theme=identity],.browser-workbench[data-algorithm-id*=uuid]{--generic-accent: #334155;--generic-accent-2: #2563eb;--generic-accent-3: #0f766e;--generic-accent-rgb: 51 65 85}.generic-premium-hero{position:relative;display:grid;grid-template-columns:minmax(0,1fr) minmax(240px,.38fr);gap:clamp(1rem,2.2vw,1.6rem);align-items:stretch;margin-bottom:1.35rem;overflow:hidden;border:1px solid color-mix(in srgb,var(--generic-accent) 22%,var(--line));border-radius:1rem;background:radial-gradient(circle at 88% 16%,color-mix(in srgb,var(--generic-accent-3) 22%,transparent),transparent 30%),radial-gradient(circle at 12% 88%,color-mix(in srgb,var(--generic-accent) 10%,transparent),transparent 38%),linear-gradient(120deg,color-mix(in srgb,var(--generic-accent) 8%,#fff),#fff 48%,color-mix(in srgb,var(--generic-accent-2) 8%,#fff));box-shadow:0 18px 42px #0f172a0f;padding:clamp(1rem,2vw,1.35rem)}.generic-premium-hero:before{content:"";position:absolute;inset:0 0 auto;height:4px;background:linear-gradient(90deg,var(--generic-accent),var(--generic-accent-3),var(--generic-accent-2))}.generic-premium-copy,.generic-premium-boundary{position:relative;z-index:1}.generic-premium-mark{display:grid;place-items:center;align-self:start;min-width:4.7rem;min-height:4.7rem;border:1px solid color-mix(in srgb,var(--generic-accent) 22%,var(--line));border-radius:.8rem;background:color-mix(in srgb,var(--generic-accent) 9%,#fff);color:var(--generic-accent);font-size:1rem;font-weight:920;letter-spacing:.08em;text-transform:uppercase}.generic-premium-copy{display:grid;align-content:start;gap:.42rem;min-width:0}.generic-premium-kicker{margin:0;color:var(--generic-accent);font-size:.72rem;font-weight:900;letter-spacing:.08em;line-height:1.1;text-transform:uppercase}.generic-premium-copy h3{margin:0;color:var(--text);font-size:clamp(1.2rem,1.8vw,1.55rem);font-weight:860;line-height:1.16;letter-spacing:0}.generic-premium-copy p{max-width:58rem;margin:0;color:var(--muted);font-size:clamp(.92rem,1vw,1.04rem);font-weight:560;line-height:1.5}.generic-premium-chips{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.35rem}.generic-premium-chips span{display:inline-flex;align-items:center;min-height:2rem;border:1px solid color-mix(in srgb,var(--generic-accent) 18%,var(--line));border-radius:999px;background:#ffffffd1;color:color-mix(in srgb,var(--generic-accent) 78%,#111827);font-size:.76rem;font-weight:820;padding:.32rem .72rem}.generic-premium-boundary{display:grid;align-content:center;gap:.28rem;min-width:0;border:1px solid rgba(207,215,227,.85);border-radius:.86rem;background:#ffffffd1;box-shadow:0 12px 30px #0f172a0b;padding:.9rem 1rem}.generic-premium-boundary span{color:var(--muted);font-size:.68rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.generic-premium-boundary strong{color:var(--text);font-size:1rem;font-weight:860}.generic-premium-boundary small{color:var(--muted);font-size:.8rem;line-height:1.35}.global-premium-tool-page .page-stack{gap:clamp(1.1rem,2vw,1.55rem)}.global-premium-tool-hero{position:relative;display:grid;grid-template-columns:minmax(0,1fr) minmax(230px,.32fr);gap:clamp(1rem,2.4vw,1.6rem);align-items:stretch;overflow:hidden;border:1px solid color-mix(in srgb,var(--generic-accent) 24%,var(--line));border-radius:1.15rem;background:linear-gradient(110deg,color-mix(in srgb,var(--generic-accent) 9%,#fff),#fff 52%,color-mix(in srgb,var(--generic-accent-2) 7%,#fff));box-shadow:0 20px 46px #0f172a12;padding:clamp(1.15rem,2.8vw,2rem)}.global-premium-tool-hero:before{content:"";position:absolute;inset:0 0 auto;height:4px;background:linear-gradient(90deg,var(--generic-accent),var(--generic-accent-3),var(--generic-accent-2))}.global-premium-tool-copy{position:relative;z-index:1;display:grid;grid-template-columns:auto minmax(0,1fr);gap:clamp(.9rem,2vw,1.25rem);align-content:start;align-items:start;min-width:0}.global-premium-tool-copy .generic-premium-chips{grid-column:2}.global-premium-tool-mark{display:grid;width:clamp(4.25rem,7vw,5.25rem);height:clamp(4.25rem,7vw,5.25rem);place-items:center;border:1px solid color-mix(in srgb,var(--generic-accent) 26%,var(--line));border-radius:.95rem;background:linear-gradient(140deg,color-mix(in srgb,var(--generic-accent) 14%,#fff),#ffffffdb);color:var(--generic-accent);font-size:clamp(.95rem,1.35vw,1.18rem);font-weight:920;letter-spacing:.06em;text-transform:uppercase;box-shadow:0 12px 24px #0f172a0d}.global-premium-tool-hero h1{max-width:15ch;margin:.15rem 0 .55rem;color:var(--text);font-size:clamp(2rem,4.5vw,4rem);font-weight:880;line-height:.98;letter-spacing:0}.global-premium-tool-hero p{max-width:62rem;margin:0}.global-premium-tool-hero .generic-premium-boundary{align-self:stretch}.global-premium-workbench-card{border-radius:1.05rem}.global-premium-workbench-card .workbench-heading{display:grid;gap:.28rem;border-bottom-color:color-mix(in srgb,var(--generic-accent) 15%,var(--line));background:linear-gradient(130deg,color-mix(in srgb,var(--generic-accent) 7%,#fff),#fff 48%,color-mix(in srgb,var(--generic-accent-2) 6%,#fff))}.global-premium-workbench-card .workbench-heading h2{font-size:clamp(1.35rem,2vw,1.8rem)}.global-premium-workbench-card .tool-workbench{gap:clamp(1rem,2vw,1.35rem);padding:clamp(1rem,2.5vw,1.8rem)}.global-premium-field-grid{align-items:stretch}.global-premium-field-grid .field:has(textarea) textarea{min-height:clamp(13rem,24vw,19rem)}.global-premium-field-grid .field:not(:has(textarea)){align-self:end}.global-premium-workbench-card .button-row{gap:.65rem}.global-premium-related{border:1px solid var(--line);border-radius:1rem;background:#fff;box-shadow:var(--shadow-soft);padding:clamp(1rem,2vw,1.35rem)}.global-premium-related .section-heading{margin-bottom:1rem}.global-premium-related-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.8rem}.global-premium-related-grid .link-card{min-height:5rem}.global-premium-all-tools{border-color:color-mix(in srgb,var(--generic-accent) 30%,var(--line));background:color-mix(in srgb,var(--generic-accent) 6%,#fff)}@media(max-width:900px){.global-premium-tool-hero{grid-template-columns:1fr}.global-premium-tool-hero h1{max-width:100%;font-size:clamp(1.9rem,8vw,3.1rem)}.global-premium-related-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.global-premium-tool-copy{grid-template-columns:1fr}.global-premium-tool-copy .generic-premium-chips{grid-column:1}.global-premium-tool-mark{width:3.8rem;height:3.8rem}.global-premium-related-grid{grid-template-columns:1fr}}.browser-workbench .tool-feedback,.browser-workbench .preview-panel,.browser-workbench .pesel-premium-panel{order:60}.browser-workbench .advanced-panel{order:90}.generic-suite-workbench .output-field{display:none}.workbench-form-heading{display:flex;align-items:center;justify-content:space-between;gap:var(--vh-space-md);flex-wrap:wrap}.workbench-form-heading h3{margin:0;font-size:1.125rem;font-weight:700}.input-mode-badge{display:inline-flex;min-height:28px;align-items:center;border:1px solid var(--line);border-radius:var(--vh-radius-sm);padding:var(--vh-space-xs) var(--vh-space-sm);background:var(--surface-soft);color:var(--muted);font-size:.75rem;font-weight:700}.input-mode-badge[data-state=base64]{border-color:var(--accent-line);background:var(--surface-soft);color:var(--accent-strong)}.input-mode-badge[data-state=invalid]{border-color:rgba(var(--danger),.2);background:var(--vh-color-danger-light, #fef2f2);color:var(--danger)}.field-grid{display:grid;grid-template-columns:1fr;gap:var(--vh-space-md)}@media(min-width:640px){.field-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.field{display:grid;gap:var(--vh-space-xs);color:var(--text);font-size:.875rem;font-weight:600}.field small{color:var(--muted);font-weight:500;font-size:.75rem}textarea,input,select{width:100%;border:1px solid var(--vh-color-border, #d4dbe7);border-radius:var(--vh-radius-md);background:var(--surface);color:var(--text);font:inherit;outline:none;padding:var(--vh-space-sm);transition:border-color var(--vh-transition-fast),box-shadow var(--vh-transition-fast)}textarea{min-height:150px;resize:vertical}textarea:focus,input:focus,select:focus{border-color:var(--accent);box-shadow:0 0 0 3px rgba(var(--vh-country-accent-primary, 37 99 235),.12)}.generic-color-control{display:grid;grid-template-columns:3.25rem minmax(0,1fr);align-items:stretch;gap:.55rem}.generic-color-control .generic-color-picker{min-height:3.05rem;padding:.22rem;border-radius:.74rem;cursor:pointer}.generic-color-control .generic-color-picker::-webkit-color-swatch-wrapper{padding:0}.generic-color-control .generic-color-picker::-webkit-color-swatch{border:0;border-radius:.54rem}.generic-color-control .generic-color-picker::-moz-color-swatch{border:0;border-radius:.54rem}.generic-color-control .generic-color-text-input{font-family:var(--vh-font-mono, ui-monospace, SFMono-Regular, Menlo, Consolas, monospace);letter-spacing:0}.tool-output{min-height:120px;background:var(--surface-soft);font-family:var(--vh-font-mono, monospace);font-size:.875rem}.field-inline{display:flex;align-items:center;gap:var(--vh-space-sm);padding:var(--vh-space-sm);border:1px solid var(--line);border-radius:var(--vh-radius-md);background:var(--surface-soft)}.field-inline input[type=checkbox]{width:18px;height:18px;margin:0;cursor:pointer}.button-row{display:flex;flex-wrap:wrap;gap:var(--vh-space-sm)}.button{display:inline-flex;align-items:center;justify-content:center;min-height:40px;border:1px solid transparent;border-radius:var(--vh-radius-md);padding:0 var(--vh-space-md);cursor:pointer;font:inherit;font-size:.875rem;font-weight:700;transition:transform var(--vh-transition-fast),border-color var(--vh-transition-fast),background var(--vh-transition-fast),box-shadow var(--vh-transition-fast)}.button-primary{background:var(--text);color:var(--surface);box-shadow:0 4px 12px #0000001a}.button-secondary{border-color:var(--line);background:var(--surface);color:var(--text)}.sample-row{display:flex;flex-wrap:wrap;gap:var(--vh-space-xs)}.sample-chip{min-height:30px;border:1px solid var(--line);border-radius:var(--vh-radius-sm);background:var(--surface);color:var(--muted);cursor:pointer;font:inherit;font-size:.8125rem;font-weight:600;padding:0 var(--vh-space-sm);transition:border-color var(--vh-transition-fast),color var(--vh-transition-fast)}.file-dropzone{display:flex;flex-direction:column;align-items:center;justify-content:center;border:2px dashed var(--line);border-radius:var(--vh-radius-lg);padding:var(--vh-space-lg);background:var(--surface-soft);color:var(--muted);text-align:center;gap:var(--vh-space-xs)}.tool-message{margin:0;font-size:.875rem;font-weight:700;color:var(--muted)}.tool-message[data-state=success]{color:var(--vh-color-success, #16a34a)}.tool-feedback{display:none;border:1px solid var(--line);border-radius:var(--vh-radius-md);background:var(--surface-soft)}.tool-feedback:not(:empty){display:grid;gap:var(--vh-space-sm);padding:var(--vh-space-md)}.tool-feedback[data-state=success]{border-color:var(--vh-color-success, #16a34a);background:var(--vh-color-success-light, #f0fdf4)}.tool-feedback[data-state=error]{border-color:var(--danger);background:var(--vh-color-danger-light, #fef2f2)}.feedback-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:var(--vh-space-sm);margin:0}.feedback-grid div{padding:var(--vh-space-sm);border:1px solid var(--line);border-radius:var(--vh-radius-sm);background:var(--surface)}.feedback-grid dt{margin-bottom:2px;color:var(--muted);font-size:.75rem;font-weight:700;text-transform:uppercase}.feedback-grid dd{margin:0;color:var(--text);font-size:.875rem;font-weight:600}.feedback-notes{margin:0;padding-left:0;list-style:none;color:var(--text);font-size:.875rem}.feedback-notes li{display:flex;align-items:center;gap:8px;padding:4px 0}.feedback-notes li:before{content:"\2713";font-size:.8rem;font-weight:700;flex-shrink:0}.tool-feedback[data-state=success] .feedback-notes li:before{color:var(--vh-color-success, #16a34a)}.tool-feedback[data-state=error] .feedback-notes li:before{content:"\2717";color:var(--danger, #dc2626)}.feedback-notes li+li{border-top:1px solid rgba(0,0,0,.04)}.preview-panel,.advanced-panel{display:none;border:1px solid var(--line);border-radius:var(--vh-radius-md);background:var(--surface-soft)}.preview-panel{padding:var(--vh-space-md)}.preview-title{margin-bottom:var(--vh-space-xs);color:var(--text);font-size:.875rem;font-weight:700}.preview-body{color:var(--text);font-size:.875rem}.preview-body pre{margin:0;background:var(--vh-color-code-bg, #18181b);color:var(--vh-color-code-text, #fafafa);padding:var(--vh-space-sm);border-radius:var(--vh-radius-sm);overflow-x:auto}.card-grid{display:grid;grid-template-columns:1fr;gap:var(--vh-space-md)}@media(min-width:640px){.card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:1024px){.card-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.link-card{display:flex;min-height:48px;align-items:center;justify-content:space-between;gap:var(--vh-space-md);padding:var(--vh-space-sm) var(--vh-space-md);border:1px solid var(--line);border-radius:var(--vh-radius-md);background:var(--surface);color:var(--text);font-weight:600;text-decoration:none;transition:border-color var(--vh-transition-fast),background var(--vh-transition-fast),transform var(--vh-transition-fast)}.link-card:hover{border-color:var(--accent-line);background:var(--surface-soft);transform:translateY(-1px)}.global-related-section .card-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.related-actions{display:flex;flex-wrap:wrap;gap:.65rem;margin-top:var(--vh-space-md);padding-top:var(--vh-space-md);border-top:1px solid var(--line)}.related-action{display:inline-flex;min-height:40px;align-items:center;justify-content:center;border:1px solid rgba(var(--vh-country-accent-primary, 13 148 136),.24);border-radius:999px;padding:.55rem .95rem;background:rgba(var(--vh-country-accent-primary, 13 148 136),.045);color:rgb(var(--vh-country-accent-primary, 13 148 136));font-size:.9rem;font-weight:800;text-decoration:none;transition:background var(--vh-transition-fast),border-color var(--vh-transition-fast),transform var(--vh-transition-fast)}.related-action:hover{border-color:rgba(var(--vh-country-accent-primary, 13 148 136),.42);background:rgba(var(--vh-country-accent-primary, 13 148 136),.08);transform:translateY(-1px)}.vh-tool-related-footer{display:grid;gap:var(--vh-space-md);padding:clamp(18px,3vw,28px)}.vh-tool-related-layout{display:grid;grid-template-columns:minmax(0,1.7fr) minmax(260px,.85fr);gap:var(--vh-space-sm)}.vh-tool-related-group{display:grid;gap:10px;padding:14px;border:1px solid var(--line);border-radius:var(--vh-radius-sm);background:linear-gradient(135deg,rgba(var(--vh-country-accent-primary, 15 118 110),.035),rgba(var(--vh-country-accent-secondary, 37 99 235),.02)),var(--surface)}.vh-tool-related-side{display:grid;gap:var(--vh-space-sm);align-content:start}.button-ghost:hover{background:var(--surface-soft);color:var(--text)}.generic-suite-workbench .workbench-form-heading{display:none}.generic-suite-workbench .field-grid{gap:.72rem .86rem}.generic-suite-workbench .field{gap:.34rem;font-size:.82rem}.generic-suite-workbench input,.generic-suite-workbench select,.generic-suite-workbench textarea{min-height:2.46rem;border-radius:.68rem;padding:.58rem .72rem;font-size:.86rem;line-height:1.28}.generic-suite-workbench textarea{min-height:6.5rem}.generic-suite-workbench .field small{font-size:.68rem;line-height:1.32}.generic-suite-workbench .button-row{gap:.52rem;margin-top:.72rem}.generic-suite-workbench .button-row .button,.generic-suite-workbench .button-row .button-ghost{min-height:2.3rem;border-radius:.62rem;padding:.48rem .78rem;font-size:.82rem;line-height:1.12}.generic-suite-workbench .generic-sample-row{display:flex;flex-wrap:wrap;align-items:center;gap:.625rem;margin:0 0 .76rem;border:1px solid color-mix(in srgb,var(--generic-accent, var(--accent)) 22%,var(--line));border-radius:.95rem;background:linear-gradient(135deg,color-mix(in srgb,var(--generic-accent, var(--accent)) 7%,#fff),#fff 58%,color-mix(in srgb,var(--generic-accent-2, var(--accent)) 5%,#fff));box-shadow:0 12px 30px #0f172a0b;padding:.62rem .72rem}.generic-suite-workbench .generic-sample-row span{display:inline-flex;align-items:center;gap:.42rem;color:var(--generic-accent, var(--accent-strong));font-size:.82rem;font-weight:850;letter-spacing:.11em;text-transform:uppercase}.generic-suite-workbench .generic-sample-row span:before{content:"";width:.56rem;height:.56rem;border-radius:999px;background:var(--generic-accent, var(--accent));box-shadow:0 0 0 5px color-mix(in srgb,var(--generic-accent, var(--accent)) 13%,transparent)}.generic-suite-workbench .generic-sample-row button{min-height:2.06rem;border:1px solid color-mix(in srgb,var(--generic-accent, var(--accent)) 18%,var(--line));border-radius:999px;background:#ffffffdb;color:var(--text);font-size:.8rem;font-weight:760;padding:.3rem .68rem;transition:border-color var(--vh-transition-fast),box-shadow var(--vh-transition-fast),transform var(--vh-transition-fast)}.generic-suite-workbench .generic-sample-row button:hover{border-color:var(--generic-accent, var(--accent-line));box-shadow:0 10px 28px color-mix(in srgb,var(--generic-accent, var(--accent)) 14%,transparent);transform:translateY(-1px)}.uuid-generator-form{gap:.95rem}.uuid-generator-form .workbench-form-heading{display:flex}.uuid-generator-form .uuid-samples-first{margin-bottom:.5rem}.uuid-generator-form .uuid-generator-grid{align-items:end;grid-template-columns:minmax(12rem,16rem) minmax(8.5rem,10.5rem) minmax(18rem,1fr)}.uuid-generator-form .uuid-input-field{min-width:0}.uuid-generator-form input,.uuid-generator-form select{min-height:3.05rem;border-radius:.78rem;font-size:.96rem;font-weight:760}.uuid-generator-form .preview-panel{border:1px solid color-mix(in srgb,var(--generic-accent, var(--accent)) 24%,var(--line));border-radius:1rem;background:linear-gradient(135deg,color-mix(in srgb,var(--generic-accent, var(--accent)) 10%,#fff),#fff 54%,color-mix(in srgb,var(--generic-accent-2, var(--accent)) 7%,#fff));box-shadow:0 18px 48px #0f172a0f;padding:.9rem}@media(max-width:980px){.uuid-generator-form .uuid-generator-grid{grid-template-columns:1fr}}.browser-workbench .feedback-grid dt,.browser-workbench .generic-kv-card span,.browser-workbench .generic-pipeline-step span,.browser-workbench .generic-result-preview__grid span{color:var(--muted);font-size:.68rem;font-weight:900;letter-spacing:.1em;line-height:1.2;text-transform:uppercase}.browser-workbench .feedback-grid dd,.browser-workbench .generic-kv-card strong,.browser-workbench .generic-pipeline-step strong,.browser-workbench .generic-result-preview__grid strong{color:var(--text);font-size:clamp(.92rem,.86vw,1.02rem);font-weight:800;line-height:1.35;overflow-wrap:anywhere;word-break:normal}.browser-workbench .tool-feedback{border:1px solid color-mix(in srgb,var(--generic-accent) 20%,var(--line));border-radius:1rem;background:linear-gradient(135deg,color-mix(in srgb,var(--generic-accent) 5%,#fff),#fff);box-shadow:0 14px 34px #0f172a0a;padding:1rem}.browser-workbench .tool-feedback:empty{display:none}.browser-workbench .feedback-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(12rem,1fr));gap:.75rem;margin:0}.browser-workbench .feedback-grid>div{min-width:0;border:1px solid rgba(207,215,227,.86);border-radius:.8rem;background:#ffffffeb;padding:.82rem .9rem}.browser-workbench .feedback-grid dt,.browser-workbench .feedback-grid dd{margin:0}.browser-workbench .feedback-notes{display:grid;gap:.45rem;margin:.8rem 0 0;padding-left:1.1rem;color:var(--muted);font-size:.88rem;line-height:1.45}.generic-suite-workbench .preview-panel{overflow:hidden;border:1px solid color-mix(in srgb,var(--generic-accent) 24%,var(--line));border-radius:1rem;background:linear-gradient(135deg,color-mix(in srgb,var(--generic-accent) 7%,#fff),#fff 58%,color-mix(in srgb,var(--generic-accent-2) 4%,#fff));box-shadow:0 16px 38px #0f172a0b;padding:1.05rem}.generic-suite-workbench .preview-title{display:flex;align-items:center;gap:.7rem;margin:0 0 .9rem;color:var(--text);font-size:.86rem;font-weight:900;letter-spacing:.08em;line-height:1.25;text-transform:uppercase}.generic-suite-workbench .preview-title:before{content:"\2713";display:grid;place-items:center;width:2.4rem;height:2.4rem;flex:0 0 auto;border-radius:999px;background:color-mix(in srgb,var(--generic-accent) 12%,#fff);color:var(--generic-accent);font-size:1.25rem;font-weight:900}.generic-evidence-strip{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,9rem),1fr));gap:.55rem}.generic-evidence-strip span{min-width:0;padding:.72rem .78rem;border:1px solid var(--generic-accent-line);border-radius:.85rem;background:linear-gradient(180deg,rgba(255,255,255,.96),var(--generic-accent-soft));color:var(--muted-strong);font-size:.72rem;font-weight:780;letter-spacing:.05em;text-transform:uppercase;overflow-wrap:anywhere}.generic-evidence-strip b{display:block;margin-bottom:.18rem;color:var(--generic-accent-strong);font-size:.95rem;line-height:1.15;letter-spacing:0;text-transform:none}.generic-result-card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(12rem,1fr));gap:.75rem}.generic-result-card{min-width:0;min-height:6.75rem;display:grid;align-content:start;gap:.38rem;padding:.9rem .95rem;border:1px solid color-mix(in srgb,var(--generic-accent) 20%,var(--line));border-radius:.95rem;background:linear-gradient(135deg,#fffffff5,color-mix(in srgb,var(--generic-accent) 5%,#fff));box-shadow:0 12px 28px #0f172a0a}.generic-result-card span,.generic-result-card strong,.generic-result-card small{display:block;min-width:0}.generic-result-card span{color:var(--muted);font-size:.72rem;font-weight:850;letter-spacing:.1em;line-height:1.25;text-transform:uppercase}.generic-result-card strong{color:var(--ink);font-size:clamp(.95rem,1vw,1.08rem);font-weight:820;line-height:1.28;overflow-wrap:anywhere}.generic-result-card small{color:var(--muted-strong);font-size:.8rem;font-weight:650;line-height:1.35}.generic-result-preview__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(13rem,1fr));gap:.75rem}.generic-result-preview__grid>div{min-width:0;border:1px solid rgba(207,215,227,.86);border-radius:.85rem;background:#fffffff0;padding:.86rem .95rem}.generic-result-preview__grid span,.generic-result-preview__grid strong{display:block}.generic-result-preview__grid span{margin-bottom:.42rem}.generic-result-preview__code{max-width:100%;max-height:22rem;margin:0;overflow:auto;border-radius:.85rem;background:#0f172a;color:#e5eefc;font-family:var(--vh-font-mono, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace);font-size:.82rem;line-height:1.55;padding:1rem;white-space:pre-wrap}.frs-shell,.frs-shell *,.nls-shell,.nls-shell *,.browser-workbench,.browser-workbench *{box-sizing:border-box}.frs-shell,.nls-shell,.frs-shell .frs-hero,.nls-shell .nls-hero,.frs-shell .frs-grid-hero,.nls-shell .nls-grid-hero,.frs-shell .frs-grid-hero>*,.nls-shell .nls-grid-hero>*,.frs-shell .frs-samples,.nls-shell .nls-samples,.frs-shell .frs-results,.nls-shell .nls-results,.frs-shell .frs-result-card,.nls-shell .nls-result-card,.frs-shell .frs-result-top,.nls-shell .nls-result-top,.frs-shell .frs-status,.nls-shell .nls-status,.frs-shell .frs-primary,.nls-shell .nls-primary,.frs-shell .frs-pipeline,.nls-shell .nls-pipeline,.frs-shell .frs-grid,.nls-shell .nls-grid,.frs-shell .frs-mini,.nls-shell .nls-mini,.frs-shell .frs-quality,.nls-shell .nls-quality,.frs-shell .frs-advanced,.nls-shell .nls-advanced{min-width:0!important;max-width:100%!important}.frs-shell .frs-grid,.nls-shell .nls-grid,.frs-shell .frs-steps,.nls-shell .nls-steps{grid-template-columns:repeat(auto-fit,minmax(min(100%,14rem),1fr))!important}.frs-shell .frs-samples select,.nls-shell .nls-samples select,.frs-shell select,.nls-shell select{display:block!important;width:100%!important;min-width:0!important;max-width:100%!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.frs-shell .frs-title,.nls-shell .nls-title,.frs-shell .frs-summary,.nls-shell .nls-summary,.frs-shell .frs-headline,.nls-shell .nls-headline,.frs-shell .frs-detail,.nls-shell .nls-detail,.frs-shell .frs-label,.nls-shell .nls-label,.frs-shell .frs-value,.nls-shell .nls-value,.frs-shell .frs-note,.nls-shell .nls-note,.frs-shell .frs-quality li,.nls-shell .nls-quality li{max-width:100%!important;overflow-wrap:anywhere!important;word-break:normal!important}.frs-shell .frs-primary,.nls-shell .nls-primary,.frs-shell .frs-advanced pre,.nls-shell .nls-advanced pre,.frs-shell pre,.nls-shell pre,.frs-shell code,.nls-shell code{max-width:100%!important;overflow:auto!important;overflow-wrap:anywhere!important;white-space:pre-wrap!important;word-break:break-word!important}.browser-workbench .feedback-grid .is-long dd,.browser-workbench .generic-kv-card.is-long strong{color:var(--muted-strong, #4b5563);font-size:.95rem;font-weight:720;letter-spacing:0}.generic-analysis-section{display:grid;gap:1rem}.generic-analysis-section+.generic-analysis-section{margin-top:1.1rem}.generic-section-heading{display:flex;align-items:center;gap:.65rem;color:var(--text);font-size:.92rem;font-weight:850;letter-spacing:.1em;text-transform:uppercase}.generic-section-heading:before{width:.66rem;height:.66rem;border:2px solid var(--accent, #0f766e);border-radius:999px;content:""}.generic-kv-grid,.generic-pipeline,.generic-quality-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(13rem,1fr));gap:.875rem}.generic-kv-card,.generic-pipeline-step,.generic-quality-card{min-width:0;border:1px solid var(--line);border-radius:.9rem;background:color-mix(in srgb,var(--surface) 92%,white 8%);box-shadow:0 14px 36px #0f172a0b;padding:1rem}.generic-kv-card,.generic-pipeline-step{display:grid;align-content:start;gap:.55rem;min-height:7.1rem}.generic-pipeline-step.is-pass{border-color:color-mix(in srgb,var(--success, #16a34a) 34%,var(--line));background:linear-gradient(135deg,#16a34a14,#fffffff0)}.generic-pipeline-step.is-warn{border-color:#d9770657;background:linear-gradient(135deg,#f59e0b14,#fffffff0)}.generic-pipeline-step em{justify-self:start;border-radius:999px;background:#16a34a1f;color:var(--success, #16a34a);font-size:.72rem;font-style:normal;font-weight:850;letter-spacing:.1em;padding:.25rem .55rem;text-transform:uppercase}.generic-quality-card h4{margin:0 0 .45rem;color:var(--text);font-size:1rem;font-weight:800}.generic-quality-card strong{display:block;margin:0 0 .45rem;color:var(--text);font-size:.95rem;font-weight:840;line-height:1.25}.generic-quality-card p{margin:0;color:var(--muted);font-size:.96rem;line-height:1.5}.generic-code,.generic-diff-preview{max-width:100%;overflow-x:auto;border:1px solid rgba(148,163,184,.3);border-radius:.9rem;background:#0f172a;color:#e5eefc;font-family:var(--vh-font-mono, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace);font-size:.86rem;line-height:1.55;padding:1rem;white-space:pre-wrap}.generic-status{display:inline-flex;align-items:center;gap:.4rem;border-radius:999px;background:#16a34a1f;color:var(--success, #16a34a);font-size:.8rem;font-weight:850;letter-spacing:.08em;padding:.32rem .62rem;text-transform:uppercase}@media(max-width:640px){.generic-premium-hero{grid-template-columns:1fr}.generic-premium-mark{width:max-content;min-width:4rem;min-height:3.4rem}.generic-kv-grid,.generic-pipeline,.generic-quality-grid{grid-template-columns:1fr}.generic-suite-workbench .generic-sample-row button{flex:1 1 auto}}.generic-analysis-section>h4{display:flex;align-items:center;gap:.65rem;margin:0 0 .85rem;color:var(--text);font-size:.92rem;font-weight:850;letter-spacing:.1em;text-transform:uppercase}.generic-analysis-section>h4:before{width:.66rem;height:.66rem;border:2px solid var(--accent, #0f766e);border-radius:999px;content:""}.generic-kv-card small{color:var(--muted);font-size:.86rem;line-height:1.35}.generic-check-list{display:grid;gap:.55rem;margin:0;padding:0;list-style:none}.generic-check-list li{position:relative;color:var(--muted);font-size:.98rem;line-height:1.5;padding-left:1.35rem}.generic-check-list li:before{position:absolute;top:.54em;left:0;width:.5rem;height:.5rem;border-radius:999px;background:var(--success, #16a34a);content:""}.generic-status span{color:inherit;font-weight:700;letter-spacing:0;text-transform:none}.generic-suite-workbench{--generic-accent: #0f766e;--generic-accent-strong: #115e59;--generic-accent-soft: rgba(15, 118, 110, .1);--generic-accent-line: rgba(15, 118, 110, .22)}.generic-suite-workbench[data-generic-theme=markup]{--generic-accent: #7c3aed;--generic-accent-strong: #5b21b6;--generic-accent-soft: rgba(124, 58, 237, .1);--generic-accent-line: rgba(124, 58, 237, .22)}.generic-suite-workbench[data-generic-theme=publishing]{--generic-accent: #db2777;--generic-accent-strong: #9d174d;--generic-accent-soft: rgba(219, 39, 119, .09);--generic-accent-line: rgba(219, 39, 119, .2)}.generic-suite-workbench[data-generic-theme=text]{--generic-accent: #2563eb;--generic-accent-strong: #1d4ed8;--generic-accent-soft: rgba(37, 99, 235, .09);--generic-accent-line: rgba(37, 99, 235, .2)}.generic-suite-workbench[data-generic-theme=identity]{--generic-accent: #0d9488;--generic-accent-strong: #0f766e;--generic-accent-soft: rgba(13, 148, 136, .1);--generic-accent-line: rgba(13, 148, 136, .22)}.generic-suite-workbench[data-generic-theme=finance]{--generic-accent: #059669;--generic-accent-strong: #047857;--generic-accent-soft: rgba(5, 150, 105, .1);--generic-accent-line: rgba(5, 150, 105, .22)}.generic-suite-workbench[data-generic-theme=developer]{--generic-accent: #0891b2;--generic-accent-strong: #0e7490;--generic-accent-soft: rgba(8, 145, 178, .1);--generic-accent-line: rgba(8, 145, 178, .22)}.generic-suite-workbench[data-generic-theme=security]{--generic-accent: #dc2626;--generic-accent-strong: #991b1b;--generic-accent-soft: rgba(220, 38, 38, .075);--generic-accent-line: rgba(220, 38, 38, .18)}.generic-suite-workbench[data-generic-theme=design]{--generic-accent: #9333ea;--generic-accent-strong: #6b21a8;--generic-accent-soft: rgba(147, 51, 234, .08);--generic-accent-line: rgba(147, 51, 234, .18)}.generic-suite-workbench[data-generic-theme=data],.generic-suite-workbench[data-generic-theme=encoding],.generic-suite-workbench[data-generic-theme=url]{--generic-accent: #0284c7;--generic-accent-strong: #075985;--generic-accent-soft: rgba(2, 132, 199, .085);--generic-accent-line: rgba(2, 132, 199, .2)}.generic-suite-workbench[data-generic-theme=cloud]{--generic-accent: #4f46e5;--generic-accent-strong: #3730a3;--generic-accent-soft: rgba(79, 70, 229, .08);--generic-accent-line: rgba(79, 70, 229, .18)}.generic-suite-workbench[data-generic-theme=hash]{--generic-accent: #ea580c;--generic-accent-strong: #c2410c;--generic-accent-soft: rgba(234, 88, 12, .09);--generic-accent-line: rgba(234, 88, 12, .2)}.generic-premium-hero{display:grid;grid-template-columns:minmax(3.65rem,auto) minmax(0,1fr) minmax(13rem,.32fr);gap:1rem;align-items:stretch;margin:0 0 1.05rem;padding:clamp(.95rem,1.5vw,1.25rem);border:1px solid var(--generic-accent-line);border-radius:1rem;background:radial-gradient(circle at 12% 0%,var(--generic-accent-soft),transparent 34%),linear-gradient(135deg,#fffffffa,#f8fafceb);box-shadow:0 18px 44px #0f172a12}.generic-premium-mark{display:grid;place-items:center;min-width:3.65rem;height:3.65rem;padding:0 .55rem;border:1px solid var(--generic-accent-line);border-radius:.78rem;background:linear-gradient(180deg,rgba(255,255,255,.94),var(--generic-accent-soft));color:var(--generic-accent-strong);font-size:clamp(.82rem,.95vw,.98rem);font-weight:850;letter-spacing:.06em;box-shadow:inset 0 1px #ffffffd9,0 12px 26px #0f172a12}.generic-premium-copy{min-width:0}.generic-premium-kicker{margin:0 0 .25rem;color:var(--generic-accent-strong);font-size:.7rem;font-weight:850;letter-spacing:.12em;text-transform:uppercase}.generic-premium-copy h3{margin:0;color:var(--ink);font-size:clamp(1.22rem,1.6vw,1.62rem);line-height:1.14;letter-spacing:0}.generic-premium-copy p{max-width:54rem;margin:.45rem 0 0;color:var(--muted-strong);font-size:clamp(.88rem,1vw,.96rem);line-height:1.45}.generic-premium-chips{display:flex;flex-wrap:wrap;gap:.38rem;margin-top:.7rem}.generic-premium-chips span{display:inline-flex;align-items:center;min-height:1.72rem;padding:.26rem .55rem;border:1px solid var(--generic-accent-line);border-radius:999px;background:#fffc;color:var(--generic-accent-strong);font-size:.74rem;font-weight:760}.generic-premium-boundary{display:flex;flex-direction:column;justify-content:center;min-width:0;padding:.82rem;border:1px solid rgba(226,232,240,.95);border-radius:.85rem;background:#ffffffc7}.generic-premium-boundary span,.generic-result-preview__grid span,.generic-suite-workbench .generic-kv-card span,.generic-suite-workbench .generic-pipeline-step span{color:var(--muted);font-size:.72rem;font-weight:850;letter-spacing:.1em;text-transform:uppercase}.generic-premium-boundary strong{margin-top:.25rem;color:var(--ink);font-size:.94rem;line-height:1.2}.generic-premium-boundary small{margin-top:.25rem;color:var(--muted-strong);font-size:.8rem;line-height:1.4}.generic-suite-workbench .feedback-grid{border-color:var(--generic-accent-line);background:linear-gradient(135deg,rgba(255,255,255,.95),var(--generic-accent-soft))}.generic-suite-workbench .feedback-grid dd,.generic-suite-workbench .generic-kv-card strong,.generic-suite-workbench .generic-pipeline-step strong,.generic-result-preview__grid strong{color:var(--ink);font-size:clamp(.92rem,.95vw,1.04rem);font-weight:760;line-height:1.42;overflow-wrap:anywhere}.generic-suite-workbench .feedback-grid dd.is-long,.generic-suite-workbench .generic-kv-card.is-long strong,.generic-suite-workbench .generic-kv-card strong:has(+small){color:var(--muted-strong);font-size:clamp(.84rem,.9vw,.95rem);font-weight:680}.generic-suite-workbench .generic-kv-card,.generic-suite-workbench .generic-pipeline-step,.generic-suite-workbench .generic-quality-card{border-color:#e2e8f0f2;border-radius:1.05rem;background:#ffffffe6}.generic-suite-workbench .generic-pipeline-step{position:relative;padding-top:2.55rem}.generic-suite-workbench .generic-pipeline-step em{position:absolute;top:.8rem;right:.85rem;padding:.22rem .5rem;border-radius:999px;background:#22c55e1f;color:#16a34a;font-size:.68rem;font-style:normal;font-weight:900;letter-spacing:.1em;text-transform:uppercase}.generic-suite-workbench .generic-pipeline-step.is-warn em{background:#f59e0b24;color:#b45309}.generic-result-preview{display:grid;gap:.9rem}.generic-result-card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(11rem,1fr));gap:.8rem}.generic-result-card{min-width:0;min-height:6.5rem;padding:.95rem;border:1px solid var(--generic-accent-line);border-radius:1rem;background:#ffffffe6}.generic-result-card span{color:var(--muted);font-size:.72rem;font-weight:850;letter-spacing:.1em;line-height:1.22;text-transform:uppercase}.generic-result-card strong{display:block;margin-top:.35rem;color:var(--ink);font-size:clamp(.95rem,1vw,1.08rem);font-weight:820;line-height:1.3;overflow-wrap:anywhere}.generic-result-card small{display:block;margin-top:.35rem;color:var(--muted-strong);font-size:.8rem;font-weight:650;line-height:1.35}.generic-result-preview__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(10rem,1fr));gap:.75rem}.generic-result-preview__grid div{min-width:0;padding:.8rem .9rem;border:1px solid rgba(226,232,240,.95);border-radius:.95rem;background:#ffffffe6}.generic-result-preview__grid strong{display:block;margin-top:.35rem}.generic-result-preview__code{max-height:14rem;margin:0;padding:1rem;overflow:auto;border:1px solid rgba(15,23,42,.1);border-radius:1rem;background:#0f172a;color:#dbeafe;font-size:.9rem;line-height:1.55;white-space:pre-wrap;overflow-wrap:anywhere}.generic-suite-workbench .generic-analysis-section h4{display:flex;align-items:center;gap:.55rem;color:var(--ink);font-size:.94rem;letter-spacing:.1em}.generic-suite-workbench .generic-analysis-section h4:before{content:"";width:.55rem;height:.55rem;border-radius:999px;background:var(--generic-accent);box-shadow:0 0 0 .35rem var(--generic-accent-soft)}.generic-batch-replay,.generic-boundary-grid,.generic-dev-snapshot{min-width:0;max-width:100%}.generic-batch-replay{display:grid;gap:.78rem}.generic-batch-replay p{margin:0;color:var(--muted-strong);font-size:.88rem;line-height:1.48}.generic-table-scroll{max-width:100%;overflow-x:auto;border:1px solid rgba(226,232,240,.95);border-radius:.95rem;background:#ffffffe0}.generic-table-scroll table{width:100%;min-width:42rem;border-collapse:collapse;table-layout:fixed}.generic-table-scroll th,.generic-table-scroll td{padding:.68rem .72rem;border-bottom:1px solid rgba(226,232,240,.88);color:var(--ink);font-size:.8rem;line-height:1.35;text-align:left;vertical-align:top;overflow-wrap:anywhere}.generic-table-scroll th{color:var(--muted);font-size:.68rem;font-weight:850;letter-spacing:.1em;text-transform:uppercase}.generic-table-scroll code{color:var(--muted-strong);font-size:.78rem;white-space:normal}.generic-mini-action{display:inline-flex;align-items:center;justify-content:center;min-height:2.1rem;max-width:100%;padding:.42rem .72rem;border:1px solid var(--generic-accent-line);border-radius:999px;background:#ffffffeb;color:var(--generic-accent-strong);font:inherit;font-size:.78rem;font-weight:820;line-height:1.1;text-decoration:none;cursor:pointer;overflow-wrap:anywhere;transition:border-color .15s ease,background .15s ease,box-shadow .15s ease}.generic-mini-action:hover,.generic-mini-action:focus-visible{border-color:var(--generic-accent);background:var(--generic-accent-soft);box-shadow:inset 0 0 0 1px var(--generic-accent-line);outline:none}.generic-boundary-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,16rem),1fr));gap:.8rem}.generic-boundary-grid article{min-width:0;padding:.95rem;border:1px solid rgba(226,232,240,.95);border-radius:1rem;background:linear-gradient(180deg,#fffffff5,#f8fafceb)}.generic-boundary-grid span,.generic-dev-snapshot__bar span{color:var(--muted);font-size:.7rem;font-weight:850;letter-spacing:.1em;text-transform:uppercase}.generic-boundary-grid strong{display:block;margin-top:.34rem;color:var(--ink);font-size:.98rem;line-height:1.32;overflow-wrap:anywhere}.generic-boundary-grid p{margin:.45rem 0 0;color:var(--muted-strong);font-size:.84rem;line-height:1.45}.generic-dev-snapshot{display:grid;gap:.75rem}.generic-dev-snapshot__bar{display:flex;align-items:center;justify-content:space-between;gap:.75rem;flex-wrap:wrap}.generic-dev-snapshot__bar div{display:flex;flex-wrap:wrap;gap:.45rem;min-width:0}@media(max-width:880px){.generic-premium-hero{grid-template-columns:1fr}.generic-premium-mark{width:fit-content}}.generic-suite-workbench .advanced-panel{max-width:100%;overflow:hidden;container-type:inline-size}.generic-suite-workbench .advanced-panel>div:first-child,.generic-suite-workbench .advanced-panel .rich-text>:first-child{margin-top:.85rem}.generic-suite-workbench .advanced-panel>div,.generic-suite-workbench .advanced-panel .rich-text,.generic-suite-workbench .generic-analysis-section,.generic-suite-workbench .generic-api-preview{min-width:0;max-width:100%}.generic-suite-workbench .generic-kv-grid,.generic-suite-workbench .generic-pipeline,.generic-suite-workbench .generic-quality-grid,.generic-suite-workbench .generic-result-card-grid,.generic-suite-workbench .generic-result-preview__grid{grid-template-columns:repeat(auto-fit,minmax(min(100%,16rem),1fr));align-items:stretch;min-width:0;max-width:100%}.generic-suite-workbench .generic-kv-card,.generic-suite-workbench .generic-pipeline-step,.generic-suite-workbench .generic-quality-card,.generic-suite-workbench .generic-result-card,.generic-suite-workbench .generic-result-preview__grid div{min-width:0;max-width:100%;overflow:hidden}.generic-suite-workbench .generic-kv-card *,.generic-suite-workbench .generic-pipeline-step *,.generic-suite-workbench .generic-quality-card *,.generic-suite-workbench .generic-result-card *,.generic-suite-workbench .generic-result-preview__grid *,.generic-suite-workbench .generic-premium-hero *,.generic-suite-workbench .generic-code,.generic-suite-workbench .generic-code code,.generic-suite-workbench .generic-result-preview__code{min-width:0;max-width:100%;overflow-wrap:anywhere;word-break:normal}.generic-suite-workbench .generic-pipeline-step b,.generic-suite-workbench .generic-kv-card strong,.generic-suite-workbench .generic-quality-card p,.generic-suite-workbench .generic-result-card strong{display:block}.generic-suite-workbench[data-generic-suite$=iban-generator]{--iban-generator-field-bg: rgba(255, 255, 255, .96)}.page-stack:has(.csf-static-host)>.page-intro,.page-stack:has(.vh-country-iban-generator-card)>.page-intro,.vh-page-stack:has(.csf-static-host)>.page-intro,.vh-page-stack:has(.vh-country-iban-generator-card)>.page-intro{display:none}body .csf-shell .csf-hero,body .csf-root .csf-hero{border-top-color:#0f766e;background:radial-gradient(circle at 8% 0%,rgba(15,118,110,.075),transparent 32%),linear-gradient(125deg,#0f766e09,#fff 48%,#2563eb09)}.vh-country-iban-generator-card{border-color:color-mix(in srgb,#0f766e 22%,var(--line));background:linear-gradient(135deg,#0f766e09,#2563eb06),#fff}.vh-country-iban-generator-card .tool-workbench{padding-top:clamp(1.1rem,2vw,1.55rem)}.vh-country-iban-generator-card .workbench-form-heading h3{font-size:clamp(1.28rem,1.8vw,1.68rem);line-height:1.1}.vh-country-iban-rail{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(.65rem,1.2vw,.9rem);margin:.1rem 0 1rem}.vh-country-iban-rail article{min-width:0;border:1px solid color-mix(in srgb,#0f766e 20%,var(--line));border-radius:.78rem;background:linear-gradient(180deg,#fffffffa,#f0fdfa9e);padding:.72rem .82rem;overflow-wrap:anywhere}.vh-country-iban-rail span{display:block;color:var(--muted);font-size:.66rem;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.vh-country-iban-rail strong{display:block;margin-top:.26rem;color:var(--ink);font-size:1rem;line-height:1.16}.vh-country-iban-rail small{display:block;margin-top:.2rem;color:var(--muted);font-size:.76rem;line-height:1.3}.vh-country-iban-generator-card .field-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.vh-country-iban-generator-card .output-field{display:none}.generic-generated-spotlight{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:.58rem .72rem;align-items:stretch;margin:.92rem 0 1rem;padding:.72rem;border:1px solid color-mix(in srgb,var(--generic-accent, #0f766e) 30%,var(--line));border-radius:.82rem;background:radial-gradient(circle at 8% 0%,color-mix(in srgb,var(--generic-accent, #0f766e) 10%,transparent),transparent 42%),linear-gradient(135deg,color-mix(in srgb,var(--generic-accent, #0f766e) 8%,#fff),#fff 62%);box-shadow:0 14px 30px #0f172a11}.generic-generated-spotlight[hidden]{display:none}.generic-generated-spotlight__meta{grid-column:1 / -1;display:flex;flex-wrap:wrap;align-items:baseline;gap:.34rem .7rem}.generic-generated-spotlight__kicker{color:var(--generic-accent-strong, #0f766e);font-size:.66rem;font-weight:900;letter-spacing:.14em;text-transform:uppercase}.generic-generated-spotlight__meta strong{color:var(--ink);font-size:.9rem;line-height:1.2}.generic-generated-spotlight__meta small{color:var(--muted);font-size:.74rem;font-weight:700}.generic-generated-spotlight__value{min-width:0;padding:.72rem .82rem;border-radius:.68rem;background:#0f172a;color:#f8fafc;font-family:SFMono-Regular,ui-monospace,Menlo,Consolas,monospace;font-size:clamp(.9rem,1.1vw,1.06rem);font-weight:760;letter-spacing:0;line-height:1.35;overflow-wrap:anywhere;box-shadow:inset 0 0 0 1px #ffffff14}.generic-generated-spotlight .button{align-self:stretch;min-height:2.45rem;border-radius:.68rem;white-space:nowrap}@media(max-width:700px){.generic-generated-spotlight{grid-template-columns:1fr}}.generic-suite-workbench[data-generic-suite$=iban-generator] .generic-premium-hero{grid-template-columns:minmax(3.8rem,auto) minmax(0,1fr) minmax(17rem,.34fr);gap:clamp(.9rem,1.4vw,1.25rem);align-items:stretch}.generic-suite-workbench[data-generic-suite$=iban-generator] .generic-premium-boundary{min-width:17rem;justify-content:start;padding:.95rem}.generic-suite-workbench[data-generic-suite$=iban-generator] .generic-premium-boundary span,.generic-suite-workbench[data-generic-suite$=iban-generator] .generic-premium-boundary strong,.generic-suite-workbench[data-generic-suite$=iban-generator] .generic-premium-boundary small{white-space:normal;overflow-wrap:normal}.generic-suite-workbench[data-generic-suite$=iban-generator] .field-grid{grid-template-columns:minmax(13rem,.36fr) minmax(18rem,.64fr);align-items:start;gap:.62rem .72rem;max-width:72rem}.generic-suite-workbench[data-generic-suite$=iban-generator] .field:nth-child(3){grid-column:1 / -1;max-width:30rem}.generic-suite-workbench[data-generic-suite$=iban-generator] .field input,.generic-suite-workbench[data-generic-suite$=iban-generator] .field select,.generic-suite-workbench[data-generic-suite$=iban-generator] .field textarea{min-height:2.34rem;border-radius:.54rem;background:var(--iban-generator-field-bg);font-family:SFMono-Regular,ui-monospace,Menlo,Consolas,monospace;font-size:clamp(.72rem,.76vw,.82rem);font-weight:690;letter-spacing:0;padding:.48rem .62rem}.generic-suite-workbench[data-generic-suite$=iban-generator] .field select.vh-iban-country-select{width:100%;min-width:0;padding-right:1.75rem;font-family:var(--vh-font-display, var(--vh-font-sans, system-ui, sans-serif));font-size:.8rem;font-weight:740;color:var(--text);cursor:pointer;text-overflow:ellipsis}.generic-suite-workbench[data-generic-suite$=iban-generator] .field input[readonly]{color:var(--generic-accent-strong);background:linear-gradient(180deg,rgba(255,255,255,.98),var(--generic-accent-soft))}.vh-iban-field-hint{max-width:38rem;color:var(--muted);font-family:var(--vh-font-sans, system-ui, sans-serif);font-size:.66rem;font-weight:650;line-height:1.28}.generic-suite-workbench[data-generic-suite$=iban-generator] .generic-sample-row{gap:.48rem;margin-top:.85rem;margin-bottom:.25rem}.generic-suite-workbench[data-generic-suite$=iban-generator] .generic-sample-row span{font-size:.72rem}.generic-suite-workbench[data-generic-suite$=iban-generator] .generic-sample-row button{min-height:1.95rem;padding:.26rem .62rem;font-size:.78rem}.generic-suite-workbench[data-generic-suite$=iban-generator] .button-row{gap:.58rem;margin-top:.74rem}.generic-suite-workbench[data-generic-suite$=iban-generator] .button-row .button,.generic-suite-workbench[data-generic-suite$=iban-generator] .button-row .button-ghost{min-height:2.32rem;padding-inline:.78rem;border-radius:.56rem;font-size:.78rem}.vh-iban-instant-result{display:flex;align-items:center;justify-content:space-between;gap:.9rem;margin-top:.66rem;border:1px solid color-mix(in srgb,var(--generic-accent) 30%,var(--line));border-radius:.78rem;background:linear-gradient(135deg,color-mix(in srgb,var(--generic-accent) 9%,#fff),#fff 58%);padding:.58rem .66rem;box-shadow:0 12px 26px #0f172a0e}.vh-iban-instant-result[hidden],.vh-iban-batch-output[hidden]{display:none}.vh-iban-instant-result__copy{min-width:0;display:grid;gap:.18rem}.vh-iban-instant-result__copy span,.vh-iban-batch-panel label span{color:var(--muted);font-size:.66rem;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.vh-iban-instant-result__copy strong{color:var(--text);font-family:SFMono-Regular,ui-monospace,Menlo,Consolas,monospace;font-size:clamp(.9rem,1.12vw,1.05rem);font-weight:780;letter-spacing:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vh-iban-instant-result__copy small{color:var(--muted);font-size:.76rem;font-weight:700}.vh-iban-batch-panel{display:flex;flex-wrap:wrap;align-items:end;gap:.52rem;margin-top:.52rem}.vh-iban-batch-panel label{display:grid;gap:.24rem}.vh-iban-batch-panel select{min-height:2.2rem;border:1px solid var(--line);border-radius:.62rem;background:#fff;padding:0 2rem 0 .72rem;color:var(--text);font:760 .78rem/1 var(--vh-font-display, var(--vh-font-sans, system-ui, sans-serif))}.vh-iban-batch-output{width:100%;min-height:6.2rem;margin-top:.62rem;border:1px solid color-mix(in srgb,var(--generic-accent) 24%,var(--line));border-radius:.72rem;background:#fff;padding:.62rem .72rem;color:var(--text);font:700 .82rem/1.48 SFMono-Regular,ui-monospace,Menlo,Consolas,monospace;resize:vertical}@media(max-width:980px){.generic-suite-workbench[data-generic-suite$=iban-generator] .generic-premium-hero,.generic-suite-workbench[data-generic-suite$=iban-generator] .field-grid,.vh-country-iban-rail,.vh-country-iban-generator-card .field-grid{grid-template-columns:1fr}.generic-suite-workbench[data-generic-suite$=iban-generator] .generic-premium-boundary,.generic-suite-workbench[data-generic-suite$=iban-generator] .field:nth-child(3){min-width:0;max-width:none}.vh-iban-instant-result{align-items:stretch;flex-direction:column}}.generic-suite-workbench .generic-code,.generic-suite-workbench .generic-result-preview__code{overflow-x:auto;white-space:pre-wrap}@container (max-width: 760px){.generic-suite-workbench .generic-kv-grid,.generic-suite-workbench .generic-pipeline,.generic-suite-workbench .generic-quality-grid,.generic-suite-workbench .generic-result-card-grid,.generic-suite-workbench .generic-result-preview__grid{grid-template-columns:1fr}}.generic-integration-traps{display:grid;grid-template-columns:minmax(0,.42fr) minmax(0,1fr);gap:1rem;margin:0 0 1.05rem;padding:clamp(.95rem,1.5vw,1.2rem);border:1px solid var(--generic-accent-line);border-radius:1rem;background:linear-gradient(135deg,#fffffffa,color-mix(in srgb,var(--generic-accent) 5%,#fff));box-shadow:0 14px 34px #0f172a0d}.generic-integration-traps h4{margin:.12rem 0 .24rem;color:var(--ink);font-size:.88rem;line-height:1.2}.generic-integration-traps span{color:var(--muted);font-size:.8rem;font-weight:700;line-height:1.34}.generic-integration-traps ul{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.38rem .85rem;margin:0;padding-left:1.1rem;color:var(--muted);font-size:.8rem;line-height:1.4}.generic-integration-traps li::marker{color:var(--generic-accent)}@media(max-width:760px){.generic-integration-traps,.generic-integration-traps ul{grid-template-columns:1fr}}table{display:block;width:100%;overflow-x:auto;border-collapse:collapse;max-width:100%}.vh-table-container{width:100%;overflow-x:auto;margin-top:var(--vh-space-md);border:1px solid var(--vh-color-border);border-radius:var(--vh-radius-md)}.vh-table{width:100%;border-collapse:collapse;font-size:.875rem;text-align:left}.vh-table th,.vh-table td{padding:10px 12px;border-bottom:1px solid var(--vh-color-border)}.vh-table th{background:var(--vh-color-surface-soft);font-weight:700;color:var(--vh-color-muted)}.vh-table tr:last-child td{border-bottom:none}pre,code{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.85em;overflow-wrap:break-word}code{white-space:pre-wrap;word-break:break-word}pre code{white-space:pre;word-break:normal;overflow-wrap:normal}pre{background:var(--vh-color-code-bg);color:var(--vh-color-code-text);padding:var(--vh-space-md);border-radius:var(--vh-radius-md);overflow-x:auto;margin-bottom:var(--vh-space-md);max-width:100%}.vh-code-card{border:1px solid var(--vh-color-border);border-radius:var(--vh-radius-lg);overflow:hidden;margin-top:var(--vh-space-lg);background:var(--vh-color-surface)}.vh-code-card-header{display:flex;align-items:center;gap:var(--vh-space-sm);padding:12px var(--vh-space-md);font-weight:700;border-bottom:1px solid var(--vh-color-border)}.vh-code-tabs{display:flex;border-bottom:1px solid var(--vh-color-border);background:var(--vh-color-surface-soft);overflow-x:auto}.vh-tab{padding:10px var(--vh-space-md);font-size:.8rem;font-weight:600;background:transparent;border:none;border-bottom:2px solid transparent;color:var(--vh-color-muted);cursor:pointer;transition:var(--vh-transition-fast)}.vh-tab:hover{color:var(--vh-color-text)}.vh-tab.active{color:var(--vh-color-primary);border-bottom-color:var(--vh-color-primary);background:var(--vh-color-surface)}.vh-code-block-wrapper{background:var(--vh-color-code-bg);padding:var(--vh-space-md);border-radius:var(--vh-radius-md);position:relative}.vh-copy-button{position:absolute;right:var(--vh-space-md);top:var(--vh-space-md);font-size:.75rem;padding:4px var(--vh-space-sm);border:1px solid var(--vh-color-border);border-radius:var(--vh-radius-sm);background:var(--vh-color-surface);color:var(--vh-color-text);cursor:pointer}.vh-accordion,.advanced-panel,.pesel-dev-accordion{border:1px solid var(--vh-color-border);border-radius:var(--vh-radius-md);margin-bottom:var(--vh-space-sm);overflow:hidden;background:var(--vh-color-surface);transition:border-color var(--vh-transition-fast)}.vh-accordion:focus-within,.advanced-panel:focus-within,.pesel-dev-accordion:focus-within{border-color:var(--vh-color-primary)}.vh-accordion summary,.advanced-panel summary,.pesel-dev-accordion summary{display:flex;align-items:center;gap:var(--vh-space-xs);padding:var(--vh-space-sm) var(--vh-space-md);font-weight:600;cursor:pointer;background:var(--vh-color-surface);user-select:none;transition:background var(--vh-transition-fast);outline:none;list-style:none}.vh-accordion summary::-webkit-details-marker,.advanced-panel summary::-webkit-details-marker,.pesel-dev-accordion summary::-webkit-details-marker{display:none}.vh-accordion summary:hover,.advanced-panel summary:hover,.pesel-dev-accordion summary:hover{background:var(--vh-color-surface-soft)}.vh-accordion summary:focus-visible,.advanced-panel summary:focus-visible,.pesel-dev-accordion summary:focus-visible{background:var(--vh-color-surface-soft);box-shadow:inset 0 0 0 2px var(--vh-color-primary)}.vh-accordion summary:before,.advanced-panel summary:before,.pesel-dev-accordion summary:before{content:"";display:inline-block;width:6px;height:6px;border-right:2px solid var(--vh-color-muted);border-bottom:2px solid var(--vh-color-muted);transform:rotate(-45deg);transition:transform var(--vh-transition-fast),border-color var(--vh-transition-fast);margin-right:var(--vh-space-xs);flex-shrink:0}.vh-accordion summary:hover:before,.advanced-panel summary:hover:before,.pesel-dev-accordion summary:hover:before{border-color:var(--vh-color-text)}.vh-accordion[open] summary:before,.advanced-panel[open] summary:before,.pesel-dev-accordion[open] summary:before{transform:rotate(45deg);border-color:var(--vh-color-primary)}.vh-accordion[open] summary,.advanced-panel[open] summary,.pesel-dev-accordion[open] summary{border-bottom:1px solid var(--vh-color-border)}.vh-accordion .rich-text,.advanced-panel .rich-text,.pesel-dev-accordion .rich-text{padding:var(--vh-space-md);background:var(--vh-color-surface)}.doc-accordion summary{list-style:none;outline:none}.vh-accordion-controls{display:flex;gap:var(--vh-space-sm);margin-bottom:var(--vh-space-md)}.vh-accordion-controls button{display:inline-flex;align-items:center;gap:6px;padding:7px 16px;font-size:.8rem;font-weight:600;border-radius:var(--vh-radius-md);border:1px solid var(--vh-color-border);background:var(--vh-color-surface);color:var(--vh-color-text);cursor:pointer;transition:background var(--vh-transition-fast),border-color var(--vh-transition-fast),color var(--vh-transition-fast),box-shadow var(--vh-transition-fast)}.vh-accordion-controls button:hover{background:var(--vh-color-surface-soft);border-color:var(--vh-color-muted);box-shadow:0 2px 6px #00000012}.vh-graph{display:flex;flex-direction:column;gap:var(--vh-space-md);margin-top:var(--vh-space-md)}.vh-graph-row{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.vh-graph-node{display:flex;align-items:center;gap:var(--vh-space-sm);padding:var(--vh-space-sm) var(--vh-space-md);border:1px solid var(--vh-color-border);border-radius:var(--vh-radius-md);background:var(--vh-color-surface-soft);font-weight:600;font-size:.875rem;text-decoration:none}a.vh-graph-node:hover{border-color:var(--vh-color-primary);background:var(--vh-color-background)}.vh-graph-node--current{border-color:var(--vh-color-primary-border);background:var(--vh-color-primary-light)}.vh-graph-badge{font-size:.7rem;font-weight:700;text-transform:uppercase;padding:2px 6px;border-radius:var(--vh-radius-sm);background:#bfdbfe;color:#1e3a8a}.vh-graph-badge--orange{background:#fed7aa;color:#7c2d12}.vh-graph-badge--grey{background:#f3f4f6;color:#374151}.vh-graph-relation{font-size:.75rem;font-weight:700;color:var(--vh-color-muted);text-transform:uppercase}.vh-graph-arrow{color:var(--vh-color-muted);font-weight:700;font-size:1.1rem}.vh-mt-lg{margin-top:var(--vh-space-lg)}.vh-mt-md{margin-top:var(--vh-space-md)}.vh-success{color:var(--vh-color-success)}.vh-danger{color:var(--vh-color-danger)}.vh-text-center{text-align:center}.vh-flex{display:flex}.vh-gap-md{gap:var(--vh-space-md)}.vh-gap-sm{gap:var(--vh-space-sm)}.vh-hidden{display:none}.vh-flex-wrap{flex-wrap:wrap}.vh-font-mono{font-family:monospace}.vh-font-bold{font-weight:700}.vh-color-muted{color:var(--vh-color-muted)}.vh-mb-md{margin-bottom:var(--vh-space-md)}.vh-margin-zero{margin:0}.vh-align-center{align-items:center}.vh-justify-between{justify-content:space-between}.vh-gap-xs{gap:var(--vh-space-xs)}.vh-mb-xs{margin-bottom:var(--vh-space-xs)}.vh-mt-xs{margin-top:var(--vh-space-xs)}.vh-sr-only,.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.vh-section-content{display:block}.vh-code{font-family:var(--vh-font-mono, monospace)}.vh-snippets-data,.vh-aria-live-status{display:none}.vh-faq-section,.doc-accordion,.mainland{display:block}.brand-text{font-weight:inherit}.compact{font-size:.95rem}.site-main{min-height:calc(100vh - 180px)}:root{color-scheme:light;--bg: #f6f7f9;--surface: #ffffff;--surface-soft: #f9fafb;--surface-muted: #eef2f6;--text: #141a24;--muted: #647084;--strong-muted: #465367;--line: #e1e6ee;--line-strong: #cfd7e3;--accent: #0f766e;--accent-strong: #0b5f59;--accent-soft: #e0f4f1;--accent-line: #8dd3c9;--danger: #b42318;--warning: #946200;--warning-soft: #fff7df;--code-bg: #151923;--code-text: #f8fafc;--shadow: 0 20px 52px rgba(20, 26, 36, .11);--shadow-soft: 0 10px 30px rgba(20, 26, 36, .07)}.vh-tools-hero{position:relative;display:grid;grid-template-columns:minmax(0,1fr) 21rem;gap:1.25rem;align-items:stretch;min-height:auto;padding:1.5rem;border:1px solid rgba(15,23,42,.1);border-radius:8px;background:linear-gradient(135deg,#fffffffa,#f6fafaf0),linear-gradient(90deg,#0f766e14,#2563eb0b);box-shadow:0 18px 48px #0f172a0e}.vh-tools-hero-copy{display:grid;align-content:center;max-width:48rem}.vh-tools-hero h1{max-width:42rem;margin:.42rem 0 .55rem;color:var(--color-text);font-size:2.35rem;line-height:1.05;letter-spacing:0}.vh-tools-hero p{max-width:43rem;margin:0;color:var(--color-text-muted);font-size:.98rem;line-height:1.55}.vh-tools-hero-panel{display:grid;gap:0;padding:.55rem .8rem;border:1px solid rgba(15,23,42,.09);border-radius:8px;background:#ffffffb8}.vh-tools-hero-panel div{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;min-height:3rem;padding:.62rem 0;border-bottom:1px solid rgba(100,116,139,.14)}.vh-tools-hero-panel div:last-child{border-bottom:0}.vh-tools-hero-panel strong{color:var(--color-text);font-size:1.65rem;line-height:1}.vh-tools-hero-panel span{color:var(--color-text-muted);font-size:.74rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.vh-tools-portal{display:grid;gap:1.15rem;padding-bottom:var(--space-3xl)}.vh-tools-command,.vh-tools-section,.vh-tools-featured{border:1px solid rgba(15,23,42,.09);border-radius:8px;background:#fffffff0;box-shadow:0 12px 36px #0f172a0a}.vh-tools-command{display:grid;grid-template-columns:minmax(13rem,.32fr) minmax(0,1fr);gap:1rem;align-items:end;padding:1rem}.vh-tools-command h2,.vh-tools-section h2{margin:.24rem 0 0;color:var(--color-text);font-size:1.05rem;line-height:1.2;letter-spacing:0}.vh-tools-search{position:relative;min-width:0}.vh-tools-search input{width:100%;min-height:3.1rem;padding:0 .95rem;border:1px solid rgba(15,23,42,.12);border-radius:8px;background:#fff;color:var(--color-text);font:inherit;font-size:.98rem;font-weight:720;outline:none}.vh-tools-search input:focus{border-color:#006e5f8a;box-shadow:0 0 0 4px #0080701f}.vh-tools-search-status{grid-column:2;min-height:1.1rem;margin:.35rem 0 0;color:var(--color-text-muted);font-size:.73rem;font-weight:760;letter-spacing:0}.vh-tools-search-dropdown{position:absolute;z-index:40;top:calc(100% + .42rem);left:0;right:0;max-height:min(30rem,62vh);overflow:auto;border:1px solid rgba(0,110,95,.22);border-radius:10px;background:#fffffffa;box-shadow:0 18px 44px #0f172a29}.vh-tools-search-result{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.86rem 1rem;border-bottom:1px solid rgba(15,23,42,.07);color:var(--color-text);text-decoration:none}.vh-tools-search-result:last-child{border-bottom:0}.vh-tools-search-result:hover,.vh-tools-search-result:focus-visible,.vh-tools-search-result.is-top-result{background:linear-gradient(90deg,#e7f8f3f5,#fffffffa);color:var(--color-text)}.vh-tools-search-result strong{display:block;font-size:.88rem;line-height:1.18;letter-spacing:0}.vh-tools-search-result em{display:block;margin-top:.18rem;color:var(--color-text-muted);font-size:.68rem;font-style:normal;font-weight:720;line-height:1.25}.vh-tools-search-result small{flex:0 0 auto;padding:.22rem .48rem;border:1px solid rgba(0,110,95,.16);border-radius:999px;color:var(--color-brand);font-size:.62rem;font-weight:850;text-transform:uppercase;letter-spacing:.08em}.vh-tools-chips{display:flex;flex-wrap:wrap;grid-column:2;gap:.45rem;margin-top:-.28rem}.vh-tools-chips button{min-height:2rem;padding:0 .72rem;border:1px solid rgba(15,23,42,.11);border-radius:999px;background:#fff;color:var(--color-text);font-size:.78rem;font-weight:820;cursor:pointer}.vh-tools-chips button:hover,.vh-tools-chips button:focus-visible{border-color:#006e5f80;background:#eafaf6f2}.vh-tools-section{display:grid;gap:.95rem;padding:1rem}.vh-tools-section-head{max-width:none;margin-bottom:0}.vh-tools-section-head p{margin:.28rem 0 0;color:var(--color-text-muted);font-size:.86rem}.vh-tools-featured{display:grid;grid-template-columns:minmax(12rem,.22fr) minmax(0,1fr);gap:1rem;align-items:stretch;padding:1rem}.vh-tools-feature-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(12rem,1fr));gap:.55rem}.vh-tools-family{display:grid;gap:.68rem;padding:.9rem 0 1rem;border-top:1px solid rgba(15,23,42,.08)}.vh-tools-family:first-of-type{border-top:0;padding-top:.15rem}.vh-tools-family-head{display:flex;align-items:end;justify-content:space-between;gap:1rem}.vh-tools-family-head h3{margin:.1rem 0 0;color:var(--color-text);font-size:1rem;line-height:1.2}.vh-tools-family-head p{max-width:44rem;margin:.22rem 0 0;color:var(--color-text-muted);font-size:.82rem;line-height:1.42}.vh-tools-family-kicker{color:#0f766e;font-size:.68rem;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.vh-tools-family-head button{flex:0 0 auto;min-height:2rem;padding:0 .72rem;border:1px solid rgba(15,118,110,.22);border-radius:999px;background:#f0fdfabd;color:#0f766e;font-size:.76rem;font-weight:850;cursor:pointer}.vh-tools-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(18rem,1fr));gap:.55rem}.vh-tools-feature,.vh-tool-card{display:grid;min-width:0;border:1px solid rgba(15,23,42,.09);border-radius:8px;background:#ffffffeb;color:inherit;text-decoration:none;box-shadow:0 8px 22px #0f172a06;transition:border-color .15s ease,background .15s ease,box-shadow .15s ease}.vh-tool-card{grid-template-columns:2.25rem minmax(0,1fr) auto;gap:.72rem;align-items:start;min-height:6.4rem;padding:.76rem}.vh-tools-feature{align-content:start;gap:.24rem;min-height:4.6rem;padding:.72rem .78rem}.vh-tools-feature:hover,.vh-tools-feature:focus-visible,.vh-tool-card:hover,.vh-tool-card:focus-visible{border-color:#006e5f6b;background:#f8fdfbf5;box-shadow:0 12px 30px #0f172a0e;outline:none}.vh-tool-card.is-search-lead{border-color:#006e5f8f;background:linear-gradient(180deg,#f0fdfaf0,#fffffffa);box-shadow:0 14px 34px #0f766e1a}.vh-tool-card-mark{display:inline-grid;place-items:center;width:2.05rem;height:2.05rem;border:1px solid rgba(0,110,95,.18);border-radius:7px;background:#f0fdfac7;color:#006e5f;font-size:.68rem;font-weight:900;letter-spacing:0;overflow:hidden}.vh-tools-feature span{color:var(--color-text-muted);font-size:.61rem;font-weight:880;letter-spacing:.08em;line-height:1.2;text-transform:uppercase}.vh-tool-card-category{color:var(--color-text-muted);font-size:.64rem;font-weight:880;letter-spacing:.08em;line-height:1.2;text-transform:uppercase}.vh-tool-card-copy{display:grid;gap:.24rem;min-width:0}.vh-tool-card strong{display:block;color:var(--color-text);font-size:.94rem;line-height:1.24;overflow-wrap:anywhere}.vh-tools-feature strong{display:block;color:var(--color-text);font-size:.9rem;line-height:1.22;overflow-wrap:anywhere}.vh-tool-card span:last-of-type{color:var(--color-text-muted);font-size:.78rem;font-style:normal;line-height:1.36}.vh-tool-card em{align-self:center;color:#006e5f;font-size:.72rem;font-style:normal;font-weight:850;opacity:.82}.vh-tools-empty{margin:0;padding:1rem;border:1px solid rgba(15,23,42,.1);border-radius:8px;color:var(--color-text-muted);font-weight:800}.vh-tools-empty-actions{display:flex;flex-wrap:wrap;gap:.4rem;align-items:center;margin-top:.65rem;color:var(--color-text-muted);font-size:.78rem}.vh-tools-empty-actions button{min-height:1.85rem;padding:0 .62rem;border:1px solid rgba(15,118,110,.22);border-radius:999px;background:#f0fdfad1;color:#0f766e;font:inherit;font-size:.72rem;font-weight:850;cursor:pointer}@media(max-width:880px){.vh-tools-hero{grid-template-columns:1fr;padding:1.1rem}.vh-tools-hero h1{font-size:1.75rem}.vh-tools-command,.vh-tools-featured{grid-template-columns:1fr}.vh-tools-chips{grid-column:auto}.vh-tools-family-head{align-items:start;flex-direction:column}.vh-tools-grid{grid-template-columns:1fr}}*{box-sizing:border-box}html{background:var(--bg);color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5}body{min-height:100vh;margin:0;background:linear-gradient(180deg,#ffffff 0,rgba(255,255,255,.72) 280px,var(--bg) 560px),var(--bg)}a{color:inherit}.container{width:min(1060px,calc(100% - 40px));margin:0 auto}.site-header .container{width:calc(100% - 40px);max-width:none}.site-header{position:sticky;top:0;z-index:10;border-bottom:1px solid rgba(225,230,238,.92);background:#ffffffdb;backdrop-filter:blur(18px)}.header-inner,.footer-inner{display:flex;align-items:center;justify-content:space-between;gap:22px}.header-inner{min-height:64px}.site-header .header-inner{justify-content:space-between}.brand{display:inline-flex;align-items:center;gap:11px;color:var(--text);font-weight:900;letter-spacing:0;text-decoration:none}.brand:hover,.brand:focus-visible,.brand:hover .brand-text,.brand:focus-visible .brand-text{text-decoration:none}.brand.compact{font-size:.95rem}.brand-mark{position:relative;overflow:hidden;display:grid;width:38px;height:38px;place-items:center;border:1px solid rgba(15,118,110,.24);border-radius:12px;background:radial-gradient(circle at 78% 16%,rgba(255,255,255,.42),transparent 24%),linear-gradient(135deg,#0f766e,#0e7490 47%,#2563eb);color:#fff;font-size:1rem;font-weight:950;box-shadow:0 14px 28px #0f766e38,inset 0 1px #ffffff61}.brand-mark:before{content:"";position:absolute;inset:-35% 43% -35% auto;width:34%;background:#ffffff2e;transform:rotate(28deg)}.brand-mark:after{content:"";position:absolute;right:7px;bottom:7px;width:4px;height:4px;border-radius:999px;background:#ffffff9e}.brand-text{font-size:1.08rem;line-height:1}.primary-nav{display:flex;align-items:center;gap:3px;overflow-x:auto;max-width:min(58vw,760px);padding:4px;border:1px solid rgba(223,231,241,.92);border-radius:999px;background:#f8fafcc2;margin-right:auto}.primary-nav a{flex:0 0 auto;padding:7px 12px;border-radius:999px;color:var(--muted);font-size:.82rem;font-weight:820;letter-spacing:0;text-decoration:none}.primary-nav a:hover,.primary-nav a.is-active{background:#fff;color:var(--accent-strong);box-shadow:0 8px 18px #141a2412}.primary-nav a[aria-expanded=true]{background:#fff;color:var(--accent-strong);box-shadow:0 10px 24px #0f766e1c}.vh-mega-menu{position:absolute;top:calc(100% + 10px);left:50%;z-index:30;width:min(1120px,calc(100vw - 32px));transform:translate(-50%)}.vh-mega-menu[hidden]{display:none}.vh-mega-shell{padding:18px;border:1px solid rgba(207,216,229,.9);border-radius:18px;background:radial-gradient(circle at 8% 0%,rgba(14,165,164,.08),transparent 34%),radial-gradient(circle at 92% 14%,rgba(37,99,235,.07),transparent 30%),#fffffff5;box-shadow:0 24px 70px #0f172a24;backdrop-filter:blur(22px)}.vh-mega-head{display:flex;align-items:baseline;justify-content:space-between;gap:18px;margin-bottom:14px}.vh-mega-head span,.vh-mega-column h3{color:var(--muted);font-size:.72rem;font-weight:900;letter-spacing:.14em;text-transform:uppercase}.vh-mega-head strong{color:var(--text);font-size:.95rem;font-weight:900;letter-spacing:0}.vh-mega-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.vh-mega-column{min-width:0;padding:12px;border:1px solid rgba(225,230,238,.9);border-radius:14px;background:#ffffffb8}.vh-mega-column h3{margin:0 0 9px;color:var(--accent-strong)}.vh-mega-link-list,.vh-mega-country-list{display:grid;gap:5px}.vh-mega-column-foot{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:10px;padding-top:9px;border-top:1px solid rgba(225,230,238,.72)}.vh-mega-column-foot span{color:var(--muted);font-size:.68rem;font-weight:820;letter-spacing:.08em;text-transform:uppercase;white-space:nowrap}.vh-mega-column-foot a{color:var(--accent-strong);font-size:.73rem;font-weight:850;line-height:1.1;text-decoration:none}.vh-mega-column-foot a:hover,.vh-mega-column-foot a:focus-visible{color:#0b5f59;text-decoration:underline;text-underline-offset:3px;outline:none}.vh-mega-item{display:flex;align-items:center;gap:8px;min-height:30px;padding:6px 7px;border-radius:10px;color:var(--text);font-size:.82rem;font-weight:780;line-height:1.18;text-decoration:none}.vh-mega-item:hover,.vh-mega-item:focus-visible{background:#ecfdf5f2;color:var(--accent-strong);outline:none}.vh-mega-dot{width:7px;height:7px;flex:0 0 7px;border-radius:999px;background:linear-gradient(135deg,#0f766e,#2563eb);box-shadow:0 0 0 4px #0f766e14}.vh-mega-flag{width:22px;flex:0 0 22px;font-size:1rem;line-height:1}.vh-mega-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-top:14px;padding-top:12px;border-top:1px solid rgba(225,230,238,.8)}.vh-mega-actions a{display:inline-flex;align-items:center;min-height:32px;padding:6px 11px;border:1px solid rgba(15,118,110,.2);border-radius:999px;background:#ffffffd1;color:var(--accent-strong);font-size:.78rem;font-weight:850;text-decoration:none}.vh-mega-actions a:hover,.vh-mega-actions a:focus-visible{border-color:#0f766e61;background:#ecfdf5f5;outline:none}.vh-locale-switcher{display:inline-flex;align-items:center;gap:0;margin-left:0;flex-wrap:nowrap;justify-content:flex-end}.vh-locale-switcher-select{min-width:190px;max-width:260px;padding:8px 32px 8px 10px;border:1px solid var(--line);border-radius:8px;background:#fff;color:var(--text);font-size:.85rem;font-weight:650}.vh-locale-switcher-note{margin:0;color:var(--muted);font-size:.72rem;white-space:nowrap}.vh-country-language-quick{display:inline-flex;align-items:center;gap:6px;flex-wrap:wrap}.vh-country-language-quick-title{color:var(--muted);font-size:.72rem;font-weight:760}.vh-country-language-pill{min-height:30px;padding:4px 10px;border:1px solid var(--line);border-radius:999px;background:#fff;color:var(--text);font:inherit;font-size:.78rem;font-weight:720;cursor:pointer}.vh-country-language-pill:hover,.vh-country-language-pill:focus-visible{border-color:var(--accent-line);background:var(--surface-soft);color:var(--accent-strong);outline:none}@media(min-width:1280px){.primary-nav{flex:1 1 auto;min-width:0}.vh-locale-switcher{margin-left:auto}.vh-locale-switcher-select{width:auto;min-width:190px;max-width:260px}}@media(max-width:980px){.vh-mega-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.vh-mega-menu{top:calc(100% + 6px);width:calc(100vw - 20px)}.vh-mega-shell{max-height:min(72vh,620px);overflow:auto;padding:12px;border-radius:14px}.vh-mega-head{display:block}.vh-mega-head strong{display:block;margin-top:4px}.vh-mega-grid{grid-template-columns:1fr}}.countries-menu{position:relative;flex:0 0 auto}.countries-menu summary{display:inline-flex;align-items:center;gap:6px;padding:7px 10px;border-radius:8px;color:var(--muted);cursor:pointer;font-size:.9rem;font-weight:680;list-style:none;user-select:none}.countries-menu summary::-webkit-details-marker{display:none}.countries-menu summary:after{color:#8a96a8;content:"v";font-size:.78rem;line-height:1}.countries-menu[open] summary,.countries-menu summary:hover,.countries-menu summary.is-active{background:var(--surface-muted);color:var(--accent-strong)}.countries-menu-panel{position:absolute;top:calc(100% + 8px);left:0;z-index:20;display:grid;min-width:210px;max-height:min(420px,72vh);padding:8px;overflow:auto;border:1px solid var(--line);border-radius:8px;background:#fffffffa;box-shadow:var(--shadow-soft)}.countries-menu-panel a{display:flex;justify-content:space-between;width:100%}.countries-menu-panel a:after{color:#9aa5b5;content:"->"}.country-hub-page{gap:24px}.country-hero,.country-section{border:1px solid var(--line);border-radius:8px;background:#fffffff0;box-shadow:var(--shadow-soft)}.country-hero{--country-accent-1: 15 118 110;--country-accent-2: 37 99 235;--country-accent-3: 100 116 139;display:grid;gap:24px;padding:clamp(22px,4vw,36px);overflow:hidden;border-color:var(--line-strong);background:radial-gradient(circle at 10% 0%,rgb(var(--country-accent-1) / .075),transparent 34%),radial-gradient(circle at 86% 12%,rgb(var(--country-accent-2) / .055),transparent 34%),linear-gradient(135deg,rgb(var(--country-accent-3) / .035),rgb(var(--country-accent-1) / .028)),#fff;box-shadow:var(--shadow)}.country-quick-actions{border-color:var(--line-strong);background:linear-gradient(135deg,#0f766e0e,#2563eb09),#fff}.country-hero-main{display:grid;grid-template-columns:auto minmax(0,1fr);gap:20px;align-items:start}.country-visual-panel{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,1.25fr) minmax(150px,.6fr);gap:12px;align-items:stretch}.country-visual-card,.country-continent-card{min-width:0;border:1px solid rgba(225,230,238,.86);border-radius:8px;background:linear-gradient(180deg,#fffffff0,#f8fafcdb),#fff;color:var(--strong-muted);box-shadow:0 14px 34px #141a2412}.country-visual-card{display:grid;grid-template-rows:minmax(0,1fr) auto;gap:8px;min-height:92px;padding:12px;position:relative;overflow:hidden}.country-visual-art{position:relative;display:grid;min-height:72px;place-items:center;border:1px solid rgba(225,230,238,.7);border-radius:8px;background:radial-gradient(circle at 30% 20%,rgb(var(--country-accent-1) / .08),transparent 35%),radial-gradient(circle at 78% 72%,rgb(var(--country-accent-2) / .06),transparent 35%),linear-gradient(180deg,#ffffffc7,#f1f5f9b8),#fff;overflow:hidden}.country-visual-image{display:block;width:100%;max-height:126px;object-fit:contain}.country-outline-card .country-visual-image{max-width:118px}.country-world-map-card .country-visual-image{max-height:118px}.country-location-marker{position:absolute;left:var(--marker-x, 50%);top:var(--marker-y, 50%);z-index:2;display:grid;place-items:center;transform:translate(-50%,-50%)}.country-location-marker:before{position:absolute;right:12px;width:28px;height:1px;background:linear-gradient(90deg,rgb(var(--country-accent-1) / 0),rgb(var(--country-accent-1) / .52));content:""}.country-location-pulse{position:absolute;width:24px;height:24px;border:1px solid rgb(var(--country-accent-1) / .32);border-radius:999px;background:rgb(var(--country-accent-1) / .08)}.country-location-dot{position:relative;width:8px;height:8px;border:2px solid #ffffff;border-radius:999px;background:rgb(var(--country-accent-1));box-shadow:0 8px 18px rgb(var(--country-accent-1) / .28)}.country-location-label{position:absolute;right:28px;white-space:nowrap;border:1px solid rgb(var(--country-accent-1) / .2);border-radius:999px;background:#ffffffeb;color:rgb(var(--country-accent-1));font-size:.68rem;font-weight:820;line-height:1;padding:5px 7px;box-shadow:0 8px 18px #141a2417}.country-visual-label{color:var(--strong-muted);font-size:.76rem;font-weight:760;text-align:center}.country-visual-fallback{color:var(--muted);font-size:.82rem;font-weight:740;text-align:center}.country-continent-card{display:grid;grid-template-rows:minmax(0,1fr) auto auto auto;gap:4px;min-height:92px;place-items:center;padding:12px;color:var(--accent-strong);text-align:center}.country-continent-label{font-size:.9rem;font-weight:860}.country-continent-caption,.country-visual-source{color:var(--muted);font-size:.72rem;font-weight:720}.country-continent-flag{font-size:1.42rem;line-height:1}.country-visual-source{margin-top:4px}.country-flag{display:grid;width:70px;height:70px;place-items:center;border:1px solid rgb(var(--country-accent-1) / .14);border-radius:8px;background:radial-gradient(circle at 24% 16%,rgb(var(--country-accent-2) / .08),transparent 44%),#fff;box-shadow:0 14px 30px #141a241a;font-size:2.3rem;line-height:1}.country-hero-copy h1{margin-bottom:10px}.country-hero-copy p{max-width:760px;margin-bottom:16px;color:var(--strong-muted);font-size:1.05rem}.country-badge-row{display:flex;flex-wrap:wrap;gap:8px}.section-heading p{max-width:760px;margin-bottom:0;color:var(--muted)}.country-status-badge{display:inline-flex;align-items:center;min-height:26px;padding:3px 8px;border:1px solid var(--line);border-radius:999px;background:var(--surface-soft);color:var(--strong-muted);font-size:.72rem;font-weight:760;line-height:1.15}.country-status-available{border-color:#bfdbfe;background:#eff6ff;color:#1d4ed8}.country-status-ready{border-color:var(--accent-line);background:var(--accent-soft);color:var(--accent-strong)}.country-status-coming-soon{border-color:#f2d383;background:var(--warning-soft);color:var(--warning)}.country-status-planned{border-color:#d9e0ea;background:#f4f7fb;color:var(--strong-muted)}.country-status-experimental{border-color:#ddd6fe;background:#f5f3ff;color:#6d28d9}.country-status-deprecated{border-color:#fecaca;background:#fff1f2;color:var(--danger)}.country-summary-grid,.country-fact-grid,.country-card-grid,.country-pill-grid,.country-action-bar,.country-code-grid,.country-ecosystem-grid{display:grid;gap:12px}.country-summary-grid{grid-template-columns:repeat(5,minmax(0,1fr))}.country-fact-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.country-card-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.country-card-grid-compact{grid-template-columns:repeat(2,minmax(0,1fr))}.country-ecosystem-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.country-code-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.country-action-bar{grid-template-columns:repeat(5,minmax(0,1fr))}.country-section{padding:clamp(20px,3vw,28px)}.country-metric-card,.country-info-card,.country-resource-card,.country-plan-pill,.country-code-card{min-width:0;border:1px solid var(--line);border-radius:8px;background:#fff}.country-metric-card{display:grid;gap:7px;padding:14px;transition:border-color .14s ease,box-shadow .14s ease,transform .14s ease}.country-metric-card:hover,.country-info-card:hover,.country-resource-card:hover,.country-code-card:hover{border-color:var(--accent-line);box-shadow:var(--shadow-soft)}.country-card-label{color:var(--muted);font-size:.76rem;font-weight:780;text-transform:uppercase}.country-card-icon{display:inline-grid;width:28px;height:28px;place-items:center;border:1px solid rgba(15,118,110,.16);border-radius:8px;background:linear-gradient(135deg,#0f766e1a,#2563eb0f),#fff;color:var(--accent-strong);font-size:.88rem;font-weight:800;line-height:1;box-shadow:inset 0 1px #ffffffc7}.vh-country-card-icon,.vh-country-card-icon-text{display:inline-grid;min-width:28px;height:28px;place-items:center;border:1px solid rgba(15,118,110,.16);border-radius:8px;background:linear-gradient(135deg,#0f766e1a,#2563eb0f),#fff;color:var(--accent-strong);font-size:.88rem;font-weight:800;line-height:1;box-shadow:inset 0 1px #ffffffc7}.vh-country-card-icon-text{width:auto;max-width:68px;padding:0 7px;color:#174f49;font-size:.6rem;font-weight:880;letter-spacing:.045em;white-space:nowrap}.brand-asset{display:inline-flex;max-width:100%;min-height:30px;align-items:center;gap:7px;padding:4px 8px;border:1px solid rgba(15,118,110,.16);border-radius:8px;background:linear-gradient(135deg,#0f766e14,#2563eb0d),#fff;color:var(--accent-strong);font-size:.78rem;font-weight:840;line-height:1.15;letter-spacing:0;box-shadow:inset 0 1px #ffffffc7}.brand-asset-symbol{display:inline-grid;width:20px;height:20px;flex:0 0 auto;place-items:center}.brand-asset-svg{display:block;width:20px;height:20px}.brand-asset-label{min-width:0;overflow-wrap:anywhere}.brand-asset-monochrome{color:var(--text)}.brand-asset-glyph,.brand-asset-semantic{color:var(--accent-strong)}.country-metric-card strong{color:var(--text);font-size:.98rem;line-height:1.28;overflow-wrap:anywhere}.country-code-value{display:inline-flex;min-width:0;align-items:center;gap:8px}.country-code-value code{min-width:0;padding:3px 6px;border:1px solid var(--line);border-radius:6px;background:var(--surface-soft);color:var(--text);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace;font-size:.92rem;overflow-wrap:anywhere}.country-card-detail,.country-card-meta{color:var(--muted);font-size:.82rem;font-weight:700}.country-info-card,.country-resource-card,.country-code-card{display:grid;gap:9px;padding:16px}.country-info-card p,.country-resource-card p,.vh-country-info-card p,.vh-country-resource-card p,.vh-country-code-card p{margin-bottom:0;color:var(--muted);font-size:.86rem;line-height:1.45}.country-card-top{display:flex;gap:10px;align-items:flex-start;justify-content:space-between}.country-title-row{display:flex;min-width:0;gap:9px;align-items:center}.country-card-top h3,.vh-country-info-card h3,.vh-country-resource-card h3,.vh-country-code-card h3{margin-bottom:0;color:var(--text);font-size:.94rem;font-weight:780;line-height:1.25;letter-spacing:0;overflow-wrap:anywhere}.vh-country-status-badge,.vh-custom-badge{min-height:26px;padding:3px 8px;font-size:.72rem;line-height:1.15}.country-link-card{color:inherit;text-decoration:none;transition:border-color .14s ease,box-shadow .14s ease,transform .14s ease}.country-link-card:hover{border-color:var(--accent-line);box-shadow:var(--shadow-soft);transform:translateY(-1px)}.country-future-card{background:linear-gradient(180deg,#ffffff,var(--surface-soft))}.country-future-card.is-disabled{color:var(--strong-muted)}.country-related-inline{display:flex;flex-wrap:wrap;gap:6px}.country-mini-chip{padding:3px 7px;border:1px solid var(--line);border-radius:999px;background:var(--surface-soft);color:var(--muted);font-size:.74rem;font-weight:720}.country-resource-note{width:fit-content;padding:4px 8px;border-radius:999px;background:var(--surface-muted);color:var(--muted);font-size:.76rem;font-weight:740}.country-brand-placeholder{width:fit-content;padding:5px 9px;border:1px solid var(--line);border-radius:8px;background:linear-gradient(135deg,#0f766e14,#2563eb0f),#fff;color:var(--accent-strong);font-size:.78rem;font-weight:840;letter-spacing:0}.country-brand-logo{display:block;width:auto;max-width:136px;max-height:32px;object-fit:contain}.country-action-button,.country-copy-button{border:1px solid var(--line);border-radius:8px;background:#fff;color:var(--strong-muted);cursor:pointer;font:inherit;font-weight:760;transition:border-color .14s ease,background .14s ease,color .14s ease,transform .14s ease}.country-action-button{min-height:42px;padding:10px 12px;text-align:left}.country-copy-button{min-height:28px;padding:4px 8px;font-size:.76rem}.country-action-button:hover,.country-copy-button:hover,.country-action-button:focus-visible,.country-copy-button:focus-visible{border-color:var(--accent-line);background:var(--accent-soft);color:var(--accent-strong);outline:none;transform:translateY(-1px)}.country-code-card .country-copy-button{width:fit-content}.country-address-card{display:grid;gap:10px;min-width:0;padding:16px;border:1px solid var(--line);border-radius:8px;background:#fff}.country-address-card h3{margin-bottom:0}.country-split-layout{display:grid;grid-template-columns:minmax(260px,.8fr) minmax(0,1.2fr);gap:12px}.country-code-block{margin:0;padding:12px;overflow:auto;border-radius:8px;background:var(--code-bg);color:var(--code-text);font-size:.86rem}.country-code-block code{white-space:pre-wrap;overflow-wrap:anywhere}.country-pill-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.country-plan-pill{padding:13px 14px;color:var(--strong-muted);font-size:.94rem;font-weight:720}.country-checklist,.country-compact-list{display:grid;gap:8px;margin:0;padding:0;list-style:none}.country-checklist{grid-template-columns:repeat(3,minmax(0,1fr))}.country-checklist li,.country-compact-list li{display:flex;min-width:0;gap:8px;align-items:flex-start;color:var(--strong-muted);font-size:.94rem}.country-checklist li{padding:12px 13px;border:1px solid var(--line);border-radius:8px;background:#fff}.country-check-box{color:var(--accent-strong);font-weight:900}.country-ecosystem-card{background:radial-gradient(circle at 16px 16px,rgba(15,118,110,.08),transparent 34px),#fff}.country-note-list{display:grid;gap:9px;margin:0;padding-left:20px;color:var(--strong-muted)}.country-highlight-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;margin:0;padding:0;list-style:none}.country-highlight-list li{min-width:0;padding:12px 13px;border:1px solid var(--line);border-radius:8px;background:#fff;color:var(--strong-muted);font-size:.94rem}.country-note-list li::marker,.country-highlight-list li:before{color:var(--accent)}.country-highlight-list li:before{margin-right:8px;content:"\2022";font-weight:900}.country-ad-slot-disabled[hidden]{display:none}.country-copy-announcer{position:fixed;right:18px;bottom:18px;z-index:30;max-width:min(320px,calc(100vw - 36px));padding:10px 12px;border:1px solid var(--accent-line);border-radius:8px;background:#fff;color:var(--accent-strong);box-shadow:var(--shadow-soft);font-size:.88rem;font-weight:760;opacity:0;pointer-events:none;transform:translateY(8px);transition:opacity .16s ease,transform .16s ease}.country-copy-announcer:not(:empty){opacity:1;transform:translateY(0)}.site-main{min-height:calc(100vh - 178px)}.page-shell{padding:28px 0 68px}.page-stack{display:grid;gap:22px}.breadcrumbs{display:flex;align-items:center;justify-content:space-between;gap:12px;color:var(--muted);font-size:.88rem}.vh-breadcrumb-language-quick{display:inline-flex;align-items:center;gap:8px;flex-wrap:wrap;margin-left:auto;justify-content:flex-end}.breadcrumbs ol{display:flex;flex-wrap:wrap;gap:7px;align-items:center;margin:0;padding:0;list-style:none}.breadcrumbs li{display:inline-flex;gap:7px;align-items:center}.breadcrumbs li:not(:last-child):after{color:#9aa5b5;content:"/"}.breadcrumbs a{color:var(--muted);text-decoration:none}.breadcrumbs a:hover{color:var(--accent-strong)}.page-intro{max-width:820px}.eyebrow{display:inline-flex;margin-bottom:8px;color:var(--accent-strong);font-size:.74rem;font-weight:820;letter-spacing:0;text-transform:uppercase}h1,h2,h3,p{margin-top:0}h1{max-width:860px;margin-bottom:10px;font-size:clamp(2.05rem,4vw,3.35rem);line-height:1.04;letter-spacing:0}h2{margin-bottom:12px;font-size:1.34rem;line-height:1.24;letter-spacing:0}h3{margin-bottom:8px;font-size:1.05rem;line-height:1.3;letter-spacing:0}.page-intro p,.rich-text p{color:var(--muted);font-size:1rem}.page-intro p{max-width:760px;margin-bottom:10px;font-size:clamp(1rem,1.2vw,1.16rem);line-height:1.45}.workbench-card,.content-card,.related-section{border:1px solid var(--line);font-size:1rem;background:var(--surface);box-shadow:var(--shadow-soft)}.workbench-card{overflow:hidden;border-color:var(--line-strong);box-shadow:var(--shadow)}.workbench-heading{padding:20px clamp(20px,4vw,34px);border-bottom:1px solid var(--line);background:linear-gradient(135deg,#0f766e14,#2563eb0e),#fff}.workbench-heading h2,.section-heading h2{margin-bottom:6px}.workbench-heading p{max-width:700px;margin-bottom:0;color:var(--muted)}.workbench-list{display:grid}.tool-workbench{display:grid;gap:16px;padding:clamp(20px,3vw,30px)}main:has(.tool-workbench) h1{max-width:760px;margin-bottom:8px;font-size:clamp(1.74rem,2.7vw,2.55rem);line-height:1.08;letter-spacing:-.01em}main:has(.tool-workbench) .page-intro p{max-width:68ch;font-size:clamp(.98rem,1.08vw,1.12rem);line-height:1.42}main:has(.tool-workbench) .page-intro [class*=badge-row]{display:flex;flex-wrap:wrap;gap:7px;margin-top:12px}main:has(.tool-workbench) .page-intro [class$=pill],main:has(.tool-workbench) .page-intro [class*=" pill"]{border-radius:999px;padding:5px 10px;border:1px solid var(--line);background:#fff;color:var(--muted);font-size:.72rem;font-weight:760;letter-spacing:.045em;text-transform:uppercase}main:has(.tool-workbench) .page-intro [class$=pill].active,main:has(.tool-workbench) .page-intro [class*=" pill"].active{border-color:var(--accent-line);background:var(--surface-soft);color:var(--accent-strong)}.tool-workbench+.tool-workbench{border-top:1px solid var(--line)}.workbench-form-heading{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}.workbench-form-heading h3{margin-bottom:0;text-transform:capitalize}.input-mode-badge{display:inline-flex;min-height:30px;align-items:center;border:1px solid var(--line);border-radius:999px;padding:4px 10px;background:var(--surface-soft);color:var(--strong-muted);font-size:.78rem;font-weight:780}.input-mode-badge[data-state=base64],.input-mode-badge[data-state=base64url]{border-color:#0f766e3d;background:#f2fbf8;color:var(--accent-strong)}.input-mode-badge[data-state=invalid]{border-color:#b423183d;background:#fff7f6;color:var(--danger)}.sample-row{display:flex;flex-wrap:wrap;gap:8px}.sample-chip{min-height:32px;border:1px solid var(--line);border-radius:999px;background:#fff;color:var(--strong-muted);cursor:pointer;font:inherit;font-size:.83rem;font-weight:720;padding:0 11px}.sample-chip:hover{border-color:var(--accent-line);color:var(--accent-strong)}.file-dropzone{display:grid;grid-template-columns:auto minmax(0,1fr);gap:12px;align-items:center;border:1px dashed var(--line-strong);border-radius:8px;padding:14px;background:#fbfcfe;color:var(--strong-muted)}.file-dropzone.is-dragging{border-color:var(--accent);background:#f2fbf8}.file-dropzone input{max-width:220px;padding:8px;border-style:dashed;background:#fff}.file-dropzone strong,.file-dropzone span{display:block}.file-dropzone strong{color:var(--text);font-size:.94rem}.file-dropzone span{color:var(--muted);font-size:.88rem}.field-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.field{display:grid;gap:7px;color:var(--text);font-size:.92rem;font-weight:720}.field:has(textarea),.field.output-field{grid-column:1 / -1}.field-inline{display:flex;min-height:42px;align-items:center;gap:10px;padding:10px 12px;border:1px solid var(--line);border-radius:8px;background:var(--surface-soft)}.field-inline span{order:2}.field-inline input{order:1}.field small{color:var(--muted);font-weight:500}textarea,input,select{width:100%;border:1px solid #d4dbe7;border-radius:8px;background:#fff;color:var(--text);font:inherit;font-weight:500;outline:none;transition:border-color .16s ease,box-shadow .16s ease,background .16s ease}textarea,input,select{padding:12px 13px}textarea{min-height:176px;resize:vertical}.tool-output{min-height:132px;background:#fbfcfe;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace}input[type=checkbox]{width:18px;height:18px;accent-color:var(--accent)}textarea:focus,input:focus,select:focus{border-color:var(--accent);box-shadow:0 0 0 4px #0f766e1f}.button-row{display:flex;flex-wrap:wrap;gap:10px}.button{min-height:44px;border:1px solid transparent;border-radius:8px;padding:0 16px;cursor:pointer;font:inherit;font-size:.94rem;font-weight:760;transition:transform .16s ease,border-color .16s ease,background .16s ease,box-shadow .16s ease}.button:hover{transform:translateY(-1px)}.button-primary{background:var(--text);color:#fff;box-shadow:0 12px 24px #141a242e}.button-primary:hover{background:var(--accent-strong)}.button-primary.is-active{background:var(--accent-strong);box-shadow:0 0 0 4px #0f766e1f,0 12px 24px #0f766e2e}.button-secondary{border-color:var(--line-strong);background:#fff;color:var(--text)}.button-secondary:hover{border-color:var(--accent-line);color:var(--accent-strong)}.button-ghost{background:transparent;color:var(--muted)}.button-ghost:hover{background:var(--surface-muted);color:var(--text)}.tool-message{min-height:22px;margin:0;color:var(--muted);font-size:.92rem;font-weight:660}.tool-message[data-state=success]{color:var(--accent-strong)}.tool-message[data-state=error]{color:var(--danger)}.tool-message[data-state=warning]{color:var(--warning)}.tool-feedback{display:none;border:1px solid var(--line);border-radius:8px;background:var(--surface-soft)}.tool-feedback:not(:empty){display:grid;gap:12px;padding:14px}.tool-feedback[data-state=success]{border-color:#0f766e3d;background:#f6fcfa}.tool-feedback[data-state=warning]{border-color:#94620042;background:var(--warning-soft)}.tool-feedback[data-state=error]{border-color:#b4231838;background:#fff7f6}.feedback-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:10px;margin:0}.feedback-grid div{min-width:0;padding:10px 12px;border:1px solid rgba(207,215,227,.74);border-radius:8px;background:#ffffffc7}.feedback-grid dt{margin:0 0 8px;color:var(--muted);font-size:var(--vh-tool-metric-label-size, .68rem);font-weight:900;line-height:1.15;letter-spacing:.075em;text-transform:uppercase}.feedback-grid dd{margin:0;color:var(--text);font-size:var(--vh-tool-metric-value-size, .92rem);font-weight:760;line-height:var(--vh-tool-metric-value-line, 1.38);letter-spacing:0;overflow-wrap:anywhere;word-break:break-word}.feedback-grid .is-long dd{color:var(--strong-muted);font-size:var(--vh-tool-metric-note-size, .82rem);font-weight:620;line-height:1.48}.feedback-notes{margin:0;padding-left:1.1rem;color:var(--strong-muted);font-size:.9rem}.feedback-notes li+li{margin-top:5px}:root{--vh-tool-metric-label-size: .68rem;--vh-tool-metric-value-size: .92rem;--vh-tool-metric-note-size: .82rem;--vh-tool-metric-value-line: 1.38}.feedback-grid,.poland-results-grid,.poland-detail-grid,.poland-field-table,.plb-results-grid,.plb-fields,.br-result-grid,.br-breakdown-grid{align-items:stretch}.feedback-grid>div,.poland-summary-card,.poland-detail-grid>div,.poland-field-table>div,.plb-results-grid>article,.plb-fields>div,.br-result-grid>div,.br-breakdown-grid>div{min-width:0}.poland-summary-card span,.poland-detail-grid span,.poland-field-table span,.plb-results-grid span,.plb-fields span,.br-result-grid span,.br-breakdown-grid span{display:block;color:var(--muted);font-size:var(--vh-tool-metric-label-size)!important;font-weight:900;line-height:1.15;letter-spacing:.075em;text-transform:uppercase;margin-bottom:8px}.poland-summary-card strong,.poland-detail-grid strong,.poland-field-table strong,.plb-results-grid strong,.plb-fields strong,.br-result-grid strong,.br-breakdown-grid strong{display:block;max-width:100%;min-width:0;color:var(--text);font-size:var(--vh-tool-metric-value-size)!important;font-weight:760!important;line-height:var(--vh-tool-metric-value-line)!important;letter-spacing:0!important;overflow-wrap:anywhere;word-break:break-word}.poland-summary-card.is-long strong,.plb-results-grid article.is-long strong,.br-result-grid .br-card-text strong,.br-breakdown-grid .br-card-text strong{color:var(--strong-muted)!important;font-size:var(--vh-tool-metric-note-size)!important;font-weight:620!important;line-height:1.48!important}.br-breakdown-grid small,.plb-fields small,.poland-field-table small{display:block;margin-top:8px;color:var(--muted);font-size:var(--vh-tool-metric-note-size);font-weight:500;line-height:1.35}.preview-panel,.advanced-panel{display:none;border:1px solid var(--line);border-radius:8px;background:var(--surface-soft)}.preview-panel:not(:empty),.advanced-panel.has-content{display:block}.preview-panel{padding:14px}.preview-title{margin-bottom:10px;color:var(--text);font-size:.9rem;font-weight:780}.preview-body{color:var(--strong-muted);font-size:.92rem}.preview-body pre{overflow-x:auto;margin:0;max-height:260px;border-radius:8px;background:var(--code-bg);color:var(--code-text);padding:12px}.invalid-sequence{border-radius:4px;background:#fff0ed;color:var(--danger);padding:0 3px}.json-workbench .tool-output{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.9rem;line-height:1.55}.json-code,.json-error-code{white-space:pre}.json-key{color:#60a5fa;font-weight:720}.json-string{color:#16a34a}.json-number{color:#c2410c}.json-literal{color:#7c3aed;font-weight:720}.json-punctuation{color:#64748b}.json-tree{display:grid;gap:3px;max-height:520px;overflow:auto;border-radius:8px;background:#fbfcfe;padding:10px}.json-explorer{display:grid;gap:12px}.json-explorer-toolbar,.json-copy-row{display:flex;flex-wrap:wrap;align-items:center;gap:8px}.json-tool-button{min-height:34px;border:1px solid var(--line);border-radius:7px;background:#fff;color:var(--text);padding:6px 10px;font:inherit;font-size:.84rem;font-weight:720;cursor:pointer}.json-tool-button:hover,.json-tool-button:focus-visible{border-color:#a5b4fc;box-shadow:0 0 0 3px #6366f11f;outline:none}.json-search-label{display:flex;align-items:center;gap:8px;min-height:34px;border:1px solid var(--line);border-radius:7px;background:#fff;padding:4px 8px;color:var(--muted);font-size:.82rem}.json-search-label input{width:min(240px,44vw);border:0;outline:0;background:transparent;color:var(--text);font:inherit}.json-tree-meta{display:flex;flex-wrap:wrap;gap:8px;color:var(--muted);font-size:.82rem}.json-tree-meta span{border:1px solid var(--line);border-radius:999px;background:#fff;padding:3px 8px}.json-tree-meta .json-large-mode{border-color:#fed7aa;background:#fff7ed;color:#9a3412;font-weight:720}.json-tree-shell{border:1px solid var(--line);border-radius:8px;background:#fff;box-shadow:inset 0 1px #0f172a08}.json-tree details{padding-left:calc(var(--json-depth, 0) * 12px)}.json-tree summary{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px;cursor:pointer;list-style:none}.json-tree summary::-webkit-details-marker{display:none}.json-node-row,.json-tree-row{display:grid;grid-template-columns:auto auto auto minmax(0,auto) minmax(120px,1fr);align-items:center;gap:7px;width:100%;min-height:30px;border:0;border-radius:6px;background:transparent;padding:4px 7px;color:var(--strong-muted);font:inherit;font-size:.88rem;text-align:left;cursor:pointer}.json-tree-row{grid-template-columns:auto minmax(72px,.55fr) auto minmax(0,1.2fr);margin-left:calc(var(--json-depth, 0) * 12px)}.json-tree-leaf .json-node-row{margin-left:calc(var(--json-depth, 0) * 12px)}.json-node-row:hover,.json-node-row:focus-visible,.json-tree-row:hover,.json-tree-row:focus-visible{background:#eef2ff;outline:none}.json-node-row.is-selected,.json-tree-row.is-selected{background:#e0e7ff;box-shadow:inset 3px 0 #6366f1}.json-node-row.is-match,.json-tree-row.is-match,.json-tree-row.is-search-match{background:#fef9c3}.json-node-row.is-current-match,.json-tree-row.is-current-match,.json-tree-row.is-active-search-match{background:#fde68a;box-shadow:inset 3px 0 #d97706}.json-node-icon{min-width:22px;border:1px solid var(--line);border-radius:5px;background:#fff;color:#475569;padding:1px 4px;font-size:.74rem;font-weight:820;text-align:center}.json-tree-label{min-width:0;color:var(--text);font-weight:780;overflow-wrap:anywhere}.json-tree-type{width:max-content;border-radius:999px;background:#eef2ff;color:#4f46e5;padding:2px 7px;font-size:.72rem;font-weight:820;line-height:1.35;text-transform:uppercase}.json-node-value,.json-tree-value{overflow:hidden;max-width:24ch;border-radius:4px;background:#f8fafc;color:#334155;padding:1px 4px;text-overflow:ellipsis;white-space:nowrap}.json-tree-value{max-width:100%}.json-node-path{overflow:hidden;color:#94a3b8;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.78rem;text-overflow:ellipsis;white-space:nowrap}.json-child-count{border-radius:999px;background:#f1f5f9;color:#64748b;padding:2px 7px;font-size:.76rem;font-weight:720}.json-tree-leaf,.json-tree-more{color:var(--strong-muted);font-size:.9rem}.json-tree-more{margin-left:calc(var(--json-depth, 0) * 12px);border-left:2px solid #e2e8f0;padding:6px 10px;color:var(--muted)}.json-tree-leaf code,.json-pointer-list code{border-radius:4px;background:var(--surface-muted);padding:1px 4px}.json-node-inspector{display:grid;gap:8px;border:1px solid var(--line);border-radius:8px;background:#fff;padding:10px 12px}.json-node-inspector>div:first-child{display:flex;flex-wrap:wrap;align-items:center;gap:8px}.json-node-inspector>span{color:var(--muted);font-size:.86rem;line-height:1.4}.inspector-details-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(130px,1fr));gap:8px}.inspector-details-grid>div{min-width:0;border:1px solid var(--line);border-radius:7px;background:#fbfcfe;padding:8px 9px}.inspector-details-grid dt{margin:0;color:var(--muted);font-size:.72rem;font-weight:820;letter-spacing:.06em;text-transform:uppercase}.inspector-details-grid dd{margin:2px 0 0;color:var(--text);font-size:.9rem;font-weight:760;overflow-wrap:anywhere}.json-node-inspector code{border-radius:5px;background:var(--surface-muted);padding:2px 5px;color:var(--strong-muted)}.json-node-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:8px;margin:0}.json-node-stats div{border:1px solid var(--line);border-radius:7px;background:#fbfcfe;padding:7px 8px}.json-node-stats dt{color:var(--muted);font-size:.74rem}.json-node-stats dd{margin:1px 0 0;color:var(--text);font-weight:760}.json-error-line{display:block;border-radius:5px;background:#fff0ed;color:var(--danger)}.json-error-caret{display:block;color:var(--danger);font-weight:760}.json-error-token{border-radius:4px;background:#fecaca;color:#991b1b;padding:0 2px;font-weight:820}.json-bracket-match{border-radius:4px;background:#dbeafe;color:#1d4ed8;padding:0 2px;font-weight:820}.json-error-summary{margin:0;color:var(--danger);font-weight:760}.json-line-number{display:inline-block;min-width:3ch;color:#94a3b8;user-select:none}.json-analysis-grid{display:grid;gap:16px}.json-pointer-list{display:grid;gap:6px;margin:0;padding:0;list-style:none}.json-pointer-list li{display:flex;align-items:center;justify-content:space-between;gap:10px;border-bottom:1px solid var(--line);padding:7px 0}.jwt-workbench .tool-output{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.9rem;line-height:1.55}.jwt-workspace{display:grid;gap:14px}.jwt-badges{display:flex;flex-wrap:wrap;gap:8px}.jwt-badge{border:1px solid var(--line);border-radius:999px;background:#fff;color:var(--strong-muted);padding:4px 9px;font-size:.8rem;font-weight:760}.jwt-badge[data-state=success]{border-color:#bbf7d0;background:#f0fdf4;color:#166534}.jwt-badge[data-state=warning]{border-color:#fed7aa;background:#fff7ed;color:#9a3412}.jwt-badge[data-state=error]{border-color:#fecaca;background:#fff1f2;color:#991b1b}.jwt-section{display:grid;gap:10px;border:1px solid var(--line);border-radius:8px;background:#fff;padding:12px}.jwt-section-title{display:flex;align-items:center;justify-content:space-between;gap:10px;color:var(--text);font-size:.92rem;font-weight:800}.jwt-section-title span:last-child{display:flex;flex-wrap:wrap;gap:6px}.jwt-raw,.jwt-signature{overflow-x:auto;margin:0;border-radius:8px;background:var(--code-bg);color:var(--code-text);padding:12px;white-space:pre-wrap;word-break:break-all}.jwt-token-header{color:#93c5fd}.jwt-token-payload{color:#86efac}.jwt-token-signature{color:#fbbf24}.jwt-token-parts{display:grid;gap:8px}.jwt-token-part{display:grid;gap:5px;border:1px solid var(--line);border-radius:8px;background:#fff;padding:10px}.jwt-token-part.is-invalid{border-color:#fecaca;background:#fff1f2}.jwt-token-part code{overflow-wrap:anywhere;color:var(--strong-muted)}.jwt-payload-explorer{display:grid;gap:10px}.preview-image{max-width:min(100%,520px);max-height:340px;border:1px solid var(--line);border-radius:8px;background:#fff;object-fit:contain}.advanced-panel summary{min-height:44px;cursor:pointer;padding:12px 14px;color:var(--text);font-weight:760}.advanced-panel>div{display:grid;gap:12px;padding:0 14px 14px}.hex-preview{overflow-x:auto;margin:0;border-radius:8px;background:var(--code-bg);color:var(--code-text);padding:12px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.84rem;line-height:1.55}.content-card,.related-section{padding:clamp(20px,4vw,34px)}.section-heading{margin-bottom:20px}.section-heading .eyebrow{display:block;margin-bottom:4px}.section-heading h2{margin-bottom:0;font-size:1.35rem}article.content-card{overflow:hidden}article.content-card>.section-heading{padding-bottom:20px;border-bottom:1px solid var(--line);margin-bottom:0}.doc-accordion{border-bottom:1px solid var(--line);transition:background .2s ease}.doc-accordion:first-of-type{border-top:1px solid var(--line)}.doc-accordion summary{position:relative;display:flex;align-items:center;gap:12px;min-height:56px;padding:16px 52px 16px 0;cursor:pointer;color:var(--text);font-size:.95rem;font-weight:650;list-style:none;user-select:none;transition:color .15s ease,padding-left .15s ease}.doc-accordion summary::-webkit-details-marker{display:none}.doc-accordion summary:before{display:none!important}.doc-accordion summary:after{content:"";position:absolute;right:0;top:50%;transform:translateY(-50%) rotate(0);width:28px;height:28px;background:var(--surface-soft);border:1px solid var(--line);border-radius:8px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath d='M2 4l4 4 4-4' stroke='%236b7280' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;transition:transform .25s cubic-bezier(.16,1,.3,1),background-color .15s ease,border-color .15s ease}.doc-accordion summary:hover{color:var(--accent-strong);padding-left:2px}.doc-accordion summary:hover:after{background-color:var(--surface-muted);border-color:var(--accent-line);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath d='M2 4l4 4 4-4' stroke='%2316a34a' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}.doc-accordion[open]>summary{color:var(--accent-strong);font-weight:700;padding-bottom:12px}.doc-accordion[open] summary:after{transform:translateY(-50%) rotate(180deg);background-color:#16a34a14;border-color:var(--accent-line);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath d='M2 4l4 4 4-4' stroke='%2316a34a' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}.doc-accordion .rich-text{max-width:100%;padding:0 0 20px;border:none;background:transparent}.rich-text{max-width:760px;padding-bottom:22px;line-height:1.65}.rich-text h3{font-size:.9rem;font-weight:750;text-transform:uppercase;letter-spacing:.04em;color:var(--text);margin:20px 0 10px;padding-bottom:6px;border-bottom:1px solid var(--line)}.rich-text h3:first-child{margin-top:0}.rich-text p{margin-bottom:12px;color:var(--muted);font-size:.9rem}.rich-text ul,.rich-text ol{margin:0 0 16px;padding-left:0;list-style:none}.rich-text li{display:flex;align-items:baseline;gap:8px;font-size:.875rem;color:var(--muted);padding:5px 0;border-bottom:1px solid rgba(0,0,0,.04)}.rich-text li:before{content:"\2014";color:var(--accent-strong);font-weight:700;flex-shrink:0;font-size:.8rem}.rich-text li strong{color:var(--text);font-weight:700}.rich-text li:last-child{border-bottom:none}.rich-text code{border-radius:6px;background:var(--surface-muted);padding:.14rem .34rem;color:var(--accent-strong);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.92em}.rich-text pre{overflow-x:auto;margin:18px 0;padding:16px;border-radius:8px;background:var(--code-bg);color:var(--code-text)}.rich-text pre code{background:transparent;padding:0;color:inherit}.table-wrap{overflow-x:auto;margin:20px 0;border:1px solid var(--line);border-radius:8px}table{width:100%;border-collapse:collapse;background:#fff}th,td{padding:11px 13px;border-bottom:1px solid var(--line);text-align:left;vertical-align:top}th{background:#f5f7fa;color:var(--text);font-size:.9rem}tr:last-child td{border-bottom:0}.card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:10px;margin-top:4px}.link-card{display:flex;min-height:52px;align-items:center;justify-content:space-between;gap:16px;padding:14px 16px;border:1px solid var(--line);border-radius:8px;background:var(--surface);color:var(--text);font-size:.9rem;font-weight:650;text-decoration:none;box-shadow:0 1px 3px #0000000a;transition:transform .16s ease,border-color .16s ease,background .16s ease,color .16s ease,box-shadow .16s ease}.link-card span:last-child{color:var(--muted);font-size:1rem;transition:transform .16s ease,color .16s ease}.link-card:hover{border-color:var(--accent-line);background:var(--surface-soft);color:var(--accent-strong);box-shadow:0 4px 12px #00000014;transform:translateY(-2px)}.link-card:hover span:last-child{color:var(--accent-strong);transform:translate(3px)}.vh-tool-related-footer{display:grid;gap:16px;padding:clamp(18px,3vw,28px)}.vh-tool-related-footer .section-heading{margin-bottom:0}.vh-tool-related-footer .section-heading h2{font-size:1.05rem}.vh-tool-related-footer .section-heading p{max-width:720px;margin:4px 0 0;color:var(--muted);font-size:.86rem}.vh-tool-related-layout{display:grid;grid-template-columns:minmax(0,1.7fr) minmax(260px,.85fr);gap:12px}.vh-tool-related-group{display:grid;gap:10px;padding:14px;border:1px solid var(--line);border-radius:8px;background:linear-gradient(135deg,#0f766e09,#2563eb05),var(--surface)}.vh-tool-related-group h3{margin:0;color:var(--muted);font-size:.72rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.vh-tool-related-links{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:8px}.vh-tool-related-links-compact{grid-template-columns:1fr}.vh-tool-related-footer .link-card{min-height:42px;padding:10px 12px;font-size:.82rem;box-shadow:none}.vh-tool-related-side{display:grid;gap:12px;align-content:start}.vh-tool-related-actions{display:flex;flex-wrap:wrap;gap:8px}.vh-tool-related-actions .pill-link{margin:0;font-size:.82rem}@media(max-width:860px){.vh-tool-related-layout{grid-template-columns:1fr}}.site-footer{border-top:1px solid var(--line);background:#fff;color:var(--muted)}.footer-inner{min-height:104px}.footer-inner p{display:none}.footer-links{display:inline-flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:10px}.footer-links a{color:var(--muted);font-size:.72rem;font-weight:820;letter-spacing:.06em;text-decoration:none;text-transform:uppercase}.footer-links a:hover,.footer-links a:focus-visible{color:var(--accent-strong)}@media(min-width:1100px){.header-inner{flex-wrap:nowrap;align-items:center}.primary-nav{margin-left:auto;max-width:min(56vw,720px);padding:0;overflow-x:auto;overflow-y:hidden}.vh-locale-switcher{margin-left:10px;flex-wrap:nowrap;align-items:center;justify-content:flex-end}.vh-locale-switcher-label{margin-bottom:0}.vh-locale-switcher-select{min-width:210px;max-width:230px}.vh-country-language-quick{flex-wrap:nowrap}.vh-locale-switcher-note{display:none}}@media(max-width:820px){.container{width:min(100% - 28px,1060px)}.header-inner{min-height:auto;padding:13px 0;align-items:flex-start;flex-direction:column;gap:9px}.primary-nav{width:100%}.vh-locale-switcher{margin-left:0;width:100%;justify-content:flex-start;align-items:flex-start}.vh-locale-switcher-select{width:min(100%,320px);max-width:100%}.countries-menu-panel{right:0;left:auto}.country-hero-main,.country-visual-panel,.country-split-layout{grid-template-columns:1fr}.country-flag{width:58px;height:58px;font-size:1.9rem}.country-summary-grid,.country-fact-grid,.country-card-grid,.country-card-grid-compact,.country-pill-grid,.country-action-bar,.country-code-grid,.country-ecosystem-grid,.country-checklist,.country-highlight-list{grid-template-columns:repeat(2,minmax(0,1fr))}.page-shell{padding:22px 0 52px}.page-stack{gap:18px}h1{font-size:2.18rem}main:has(.tool-workbench) h1{max-width:20ch;font-size:clamp(1.56rem,6.4vw,2.05rem);line-height:1.1}main:has(.tool-workbench) .page-intro p{max-width:34ch;font-size:clamp(.94rem,3.65vw,1.03rem);line-height:1.36}main:has(.tool-workbench) .page-intro [class$=pill],main:has(.tool-workbench) .page-intro [class*=" pill"]{padding:4px 9px;font-size:.68rem;letter-spacing:.04em}.field-grid,.file-dropzone{grid-template-columns:1fr}.file-dropzone input{max-width:100%}textarea{min-height:154px}.button-row{display:grid;grid-template-columns:1fr}.button{width:100%}.footer-inner{align-items:flex-start;flex-direction:column;justify-content:center;gap:12px}}@media(max-width:520px){.brand-mark{width:32px;height:32px}.brand-text{font-size:.98rem}h1{font-size:1.9rem}.page-intro p,.rich-text p{font-size:.96rem}main:has(.tool-workbench) h1{font-size:clamp(1.48rem,8.7vw,1.82rem);line-height:1.08}main:has(.tool-workbench) .page-intro p{max-width:30ch;font-size:clamp(.9rem,4vw,.99rem);line-height:1.34}main:has(.tool-workbench) .page-intro [class*=badge-row]{gap:6px;margin-top:10px}main:has(.tool-workbench) .page-intro [class$=pill],main:has(.tool-workbench) .page-intro [class*=" pill"]{padding:4px 8px;font-size:.64rem;letter-spacing:.035em}.workbench-heading,.tool-workbench,.content-card,.related-section{padding:18px}.card-grid{grid-template-columns:1fr}.country-hero,.country-section{padding:18px}.country-summary-grid,.country-fact-grid,.country-card-grid,.country-card-grid-compact,.country-pill-grid,.country-action-bar,.country-code-grid,.country-ecosystem-grid,.country-checklist,.country-highlight-list{grid-template-columns:1fr}.country-card-top{flex-direction:column;gap:8px}.vh-locale-switcher-note{width:100%;white-space:normal}}.countries-portal-page{gap:22px}.countries-portal-hero,.countries-controls,.countries-map-section,.countries-featured,.countries-directory,.countries-preview-panel{border:1px solid var(--line);border-radius:8px;background:#fffffff5;box-shadow:var(--shadow-soft)}.countries-portal-hero{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(240px,.55fr);gap:clamp(20px,4vw,44px);align-items:end;padding:clamp(24px,5vw,48px);overflow:hidden;border-color:var(--line-strong);background:linear-gradient(135deg,#0f766e1f,#2563eb14 45%,#fffffff0),#fff;box-shadow:var(--shadow)}.countries-portal-hero h1{max-width:880px;margin:8px 0 12px;font-size:clamp(2.3rem,5vw,4.5rem);line-height:1.02}.countries-portal-hero-copy p{max-width:780px;color:var(--strong-muted);font-size:1.08rem}.countries-hero-stats{display:grid;gap:10px}.countries-hero-stats div{display:grid;gap:2px;padding:15px;border:1px solid rgba(225,230,238,.86);border-radius:8px;background:#ffffffc7}.countries-hero-stats strong{color:var(--accent-strong);font-size:1.5rem;line-height:1}.countries-hero-stats span{color:var(--muted);font-size:.82rem;font-weight:760}.countries-controls{display:grid;gap:14px;padding:18px}.countries-search,.countries-select-filter{display:grid;gap:7px;color:var(--strong-muted);font-size:.82rem;font-weight:780}.countries-search input,.countries-select-filter select{min-height:46px;border-color:var(--line-strong);background:#fff}.countries-filter-grid{display:grid;grid-template-columns:minmax(180px,.6fr) minmax(180px,.6fr) minmax(0,1.4fr);gap:12px;align-items:end}.countries-feature-filter{display:flex;flex-wrap:wrap;gap:8px;min-width:0;margin:0;padding:0;border:0}.countries-feature-filter legend{width:100%;margin-bottom:0;color:var(--strong-muted);font-size:.82rem;font-weight:780}.countries-feature-chip{display:inline-flex;align-items:center;gap:6px;min-height:34px;padding:6px 10px;border:1px solid var(--line);border-radius:999px;background:var(--surface-soft);color:var(--strong-muted);cursor:pointer;font-size:.8rem;font-weight:760}.countries-feature-chip input{width:auto;margin:0}.countries-map-section,.countries-featured,.countries-directory,.countries-preview-panel{padding:clamp(20px,3vw,28px)}.countries-world-map{position:relative;min-height:320px;margin-top:16px;overflow:hidden;border:1px solid var(--line);border-radius:8px;background:linear-gradient(180deg,#f1f5f9b8,#ffffffe0),radial-gradient(circle at 28% 30%,rgba(15,118,110,.08),transparent 30%),#fff}.countries-world-map-art{position:absolute;inset:18px;opacity:.95}.countries-world-map-image{display:block;width:100%;height:100%;object-fit:contain;opacity:.96;filter:saturate(.98)}.countries-map-marker{position:absolute;z-index:2;display:grid;width:30px;height:30px;place-items:center;border:1px solid rgba(15,118,110,.28);border-radius:999px;background:#fff;color:var(--text);cursor:pointer;text-decoration:none;transform:translate(-50%,-50%);box-shadow:0 10px 22px #141a2424;transition:transform .14s ease,border-color .14s ease,box-shadow .14s ease,opacity .14s ease}.countries-map-marker[data-status=planned]{border-color:#d9e0ea;opacity:.78}.countries-map-marker:hover,.countries-map-marker:focus-visible,.countries-map-marker.is-country-active{border-color:var(--accent-line);box-shadow:0 14px 30px #0f766e2e;outline:none;transform:translate(-50%,-50%) scale(1.18)}.countries-featured>p,.countries-directory .section-heading p,.countries-map-section .section-heading p{max-width:760px;color:var(--muted)}.countries-card{display:grid;min-width:0;gap:11px;padding:16px;border:1px solid var(--line);border-radius:8px;background:#fff;color:inherit;text-decoration:none;transition:border-color .14s ease,box-shadow .14s ease,transform .14s ease,opacity .14s ease}.countries-card:hover,.countries-card:focus-visible,.countries-card.is-country-active{border-color:var(--accent-line);box-shadow:var(--shadow-soft);outline:none;transform:translateY(-2px)}.countries-card-featured{margin-top:16px;border-color:#0f766e47;background:linear-gradient(135deg,#0f766e14,#2563eb0a),#fff}.countries-card-top,.countries-card-identity,.countries-card-badges,.countries-card-metrics,.countries-chip-row,.countries-progress-meta,.countries-continent-heading{display:flex;align-items:center}.countries-card-top,.countries-progress-meta,.countries-continent-heading{justify-content:space-between;gap:12px}.countries-card-identity,.countries-card-badges,.countries-card-metrics,.countries-chip-row{flex-wrap:wrap;gap:8px}.countries-flag{display:grid;width:38px;height:38px;place-items:center;border:1px solid var(--line);border-radius:8px;background:#fff;font-size:1.25rem;line-height:1}.countries-card h3{margin:0;font-size:.98rem;line-height:1.23;letter-spacing:0}.countries-card p{margin:0;color:var(--strong-muted);font-size:.86rem;line-height:1.42}.countries-code-badge{border-color:#dbeafe;background:#eff6ff;color:#1d4ed8}.countries-card-facts,.countries-preview-list{display:grid;gap:8px;margin:0}.countries-card-facts{grid-template-columns:repeat(3,minmax(0,1fr))}.countries-card-facts div,.countries-preview-list div{display:grid;min-width:0;gap:2px}.countries-card-facts dt,.countries-preview-list dt{color:var(--muted);font-size:.72rem;font-weight:780;text-transform:uppercase}.countries-card-facts dd,.countries-preview-list dd{min-width:0;margin:0;color:var(--text);font-size:.82rem;font-weight:740;overflow-wrap:anywhere}.countries-card-metrics span{color:var(--muted);font-size:.72rem;font-weight:780}.countries-progress{display:grid;gap:7px}.countries-progress-meta span,.countries-progress-meta strong{color:var(--muted);font-size:.78rem;font-weight:800}.countries-progress-meta strong{color:var(--accent-strong)}.countries-progress-bar{height:8px;overflow:hidden;border-radius:999px;background:#edf2f7}.countries-progress-bar span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--accent),#2563eb)}.countries-portal-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,320px);gap:18px;align-items:start}.countries-groups{display:grid;gap:18px;margin-top:18px}.countries-continent-group{display:grid;gap:12px}.countries-continent-heading h3{margin:0}.countries-continent-heading span{color:var(--muted);font-size:.82rem;font-weight:780}.countries-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.countries-preview-panel{position:sticky;top:88px;display:grid;gap:14px}.countries-preview-panel h2{margin:0}.countries-preview-panel p{margin:0;color:var(--strong-muted)}.countries-preview-flag{display:grid;width:62px;height:62px;place-items:center;border:1px solid var(--line);border-radius:8px;background:#fff;font-size:2rem;line-height:1}.countries-preview-action{display:inline-flex;width:fit-content;min-height:38px;align-items:center;padding:8px 12px;border:1px solid var(--accent-line);border-radius:8px;background:var(--accent-soft);color:var(--accent-strong);font-size:.88rem;font-weight:800;text-decoration:none}.countries-preview-action.is-muted{border-color:var(--line);background:var(--surface-soft);color:var(--muted)}.countries-empty-state{display:none;margin:18px 0 0;padding:16px;border:1px dashed var(--line-strong);border-radius:8px;color:var(--muted);font-weight:740}.countries-empty-state.is-visible{display:block}.is-filtered-out{display:none!important}@media(max-width:960px){.countries-portal-hero,.countries-portal-layout,.countries-filter-grid{grid-template-columns:1fr}.countries-preview-panel{position:static}}@media(max-width:720px){.countries-card-facts,.countries-grid{grid-template-columns:1fr}.countries-world-map{min-height:260px}.vh-countries-world-map,.vh-countries-world-svg{min-height:300px}.countries-card-top,.countries-continent-heading{align-items:flex-start;flex-direction:column}}@media(max-width:520px){.countries-portal-hero,.countries-controls,.countries-map-section,.countries-featured,.countries-directory,.countries-preview-panel{padding:18px}.countries-portal-hero h1{font-size:2rem}.countries-world-map-art{inset:10px}.countries-map-marker{width:26px;height:26px}.vh-countries-world-map,.vh-countries-world-svg{min-height:260px}.vh-countries-map-marker{width:26px;height:26px}.vh-countries-map-marker span{width:20px;height:20px;font-size:.72rem}}.countries-portal-page{gap:24px}.countries-portal-hero,.countries-controls,.countries-map-section,.countries-featured,.countries-directory,.countries-preview-panel{border-color:#cfd7e3c7}.countries-portal-hero{position:relative;align-items:center;padding:clamp(34px,6vw,64px);background:linear-gradient(135deg,#0f766e24,#2563eb14 42%,#fffffff5 78%),linear-gradient(180deg,#fff,#f8fafc)}.countries-portal-hero:after{position:absolute;inset:auto 28px 24px auto;width:220px;height:90px;border:1px solid rgba(15,118,110,.12);border-radius:999px;background:linear-gradient(90deg,#0f766e14,#2563eb0d);content:"";opacity:.8;pointer-events:none;transform:rotate(-8deg)}.countries-portal-hero-copy{position:relative;z-index:1}.countries-portal-hero h1{max-width:900px;margin:10px 0 14px;color:#111827;letter-spacing:0}.countries-portal-hero-copy p{max-width:720px;color:#3f4a5f;font-size:1.12rem}.countries-hero-stats{position:relative;z-index:1;grid-template-columns:repeat(2,minmax(0,1fr))}.countries-hero-stats div{min-height:82px;padding:16px;border-color:#cfd7e3c7;background:#ffffffdb;box-shadow:0 16px 34px #141a2412}.countries-hero-stats strong{font-size:1.7rem}.countries-hero-stats span{text-transform:uppercase}.countries-controls{gap:16px;padding:20px;background:linear-gradient(180deg,#fffffffa,#f8fafceb),#fff}.countries-search input,.countries-select-filter select{border-radius:999px;box-shadow:inset 0 1px #ffffffbd,0 8px 20px #141a240a;transition:border-color .15s ease,box-shadow .15s ease,background .15s ease}.countries-search input:hover,.countries-select-filter select:hover,.countries-search input:focus,.countries-select-filter select:focus{border-color:var(--accent-line);box-shadow:0 0 0 4px #0f766e1a,0 10px 24px #141a240f;outline:none}.countries-feature-chip{min-height:36px;padding:7px 12px;border-color:#cfd7e3e6;background:#fff;box-shadow:0 6px 16px #141a240a;transition:border-color .15s ease,background .15s ease,box-shadow .15s ease,color .15s ease,transform .15s ease}.countries-feature-chip:hover,.countries-feature-chip:focus-within{border-color:var(--accent-line);background:var(--accent-soft);color:var(--accent-strong);box-shadow:0 10px 24px #0f766e1a;transform:translateY(-1px)}.countries-feature-chip:has(input:checked){border-color:var(--accent);background:var(--accent-soft);color:var(--accent-strong);box-shadow:0 10px 24px #0f766e1f}.countries-world-map{min-height:350px;border-color:#cfd7e3d9;background:linear-gradient(180deg,#ffffffe8,#f1f5f9d6),radial-gradient(circle at 26% 34%,rgba(15,118,110,.055),transparent 28%),radial-gradient(circle at 72% 46%,rgba(37,99,235,.045),transparent 30%),#fff;box-shadow:inset 0 1px #ffffffe6}.countries-world-map .vh-countries-world-svg{position:relative;z-index:1;display:block;width:100%;height:100%;min-height:520px;filter:drop-shadow(0 16px 20px rgba(20,26,36,.16))}.countries-world-map .vh-countries-world-svg>g{fill:#d3dde8}.vh-countries-world-country{cursor:pointer;outline:none;stroke:#fffffff0;stroke-width:.72;transition:filter .16s ease,opacity .16s ease,stroke .16s ease}.vh-countries-world-country:hover,.vh-countries-world-country:focus-visible,.vh-countries-world-country.is-country-active{filter:brightness(1.08) saturate(1.16) drop-shadow(0 7px 7px rgba(15,23,42,.26));opacity:1;stroke:#0f172a8c;stroke-width:1.35}.vh-countries-map-tooltip{position:absolute;z-index:20;max-width:min(260px,calc(100% - 24px));padding:9px 12px;border:1px solid rgba(157,175,197,.95);border-radius:8px;background:#fffffffa;color:var(--text);font-size:.9rem;font-weight:900;line-height:1.2;box-shadow:0 16px 34px #0f172a29;opacity:0;pointer-events:none;transform:translateY(6px);transition:opacity .13s ease,transform .13s ease}.vh-countries-map-tooltip.is-visible{opacity:1;transform:translateY(0)}.countries-world-map:before{position:absolute;inset:0;background-image:linear-gradient(rgba(100,116,139,.06) 1px,transparent 1px),linear-gradient(90deg,rgba(100,116,139,.06) 1px,transparent 1px);background-size:42px 42px;content:"";pointer-events:none}.countries-map-focus-line{position:absolute;left:50%;top:50%;z-index:1;width:max(1px,calc(var(--focus-x, 50%) - 50%));height:max(1px,calc(var(--focus-y, 50%) - 50%));border-top:1px solid rgba(15,118,110,.3);border-left:1px solid rgba(15,118,110,.18);opacity:0;pointer-events:none;transform-origin:0 0;transition:opacity .18s ease}.countries-map-focus-line.is-visible{opacity:1}.countries-map-marker{animation:countries-marker-in .42s ease both;border-color:#fffffff5;background:linear-gradient(135deg,var(--vh-map-a, #0f766e),var(--vh-map-b, #ffffff) 52%,var(--vh-map-c, #2563eb)),#fff;border-color:#0f766e52;box-shadow:0 10px 22px #141a2424,0 0 0 5px #0f766e0f;pointer-events:auto;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease,opacity .18s ease,filter .18s ease}.countries-map-marker span{display:inline-grid;width:22px;height:22px;place-items:center;border-radius:999px;background:#ffffffe0;font-size:.78rem;line-height:1}.countries-map-marker:nth-of-type(3n){animation-delay:40ms}.countries-map-marker:nth-of-type(4n){animation-delay:80ms}.countries-map-marker:hover,.countries-map-marker:focus-visible,.countries-map-marker.is-country-active{border-color:var(--accent);box-shadow:0 18px 36px #0f766e33,0 0 0 8px #0f766e1a;filter:saturate(1.08);transform:translate(-50%,-50%) scale(1.22)}.vh-countries-world-map{position:relative;min-height:540px;margin-top:16px;overflow:hidden;border:1px solid rgba(207,215,227,.85);border-radius:8px;background:linear-gradient(90deg,rgba(255,255,255,.5) 0 1px,transparent 1px 100%),linear-gradient(180deg,rgba(255,255,255,.5) 0 1px,transparent 1px 100%),radial-gradient(circle at 28% 30%,rgba(186,230,253,.28),transparent 39%),radial-gradient(circle at 76% 50%,rgba(199,210,254,.2),transparent 40%),linear-gradient(135deg,#f4f9fd,#fbfdff 50%,#fffaf2);background-size:42px 42px,42px 42px,auto,auto,auto;box-shadow:inset 0 1px #ffffffe6}.vh-countries-world-map:before{position:absolute;inset:0;background-image:linear-gradient(rgba(100,116,139,.06) 1px,transparent 1px),linear-gradient(90deg,rgba(100,116,139,.06) 1px,transparent 1px);background-size:42px 42px;content:"";pointer-events:none}.vh-countries-world-svg{position:relative;z-index:1;display:block;width:100%;min-height:540px;filter:drop-shadow(0 14px 18px rgba(20,26,36,.11))}.vh-countries-world-svg>g{fill:#ccd7e4}.vh-countries-world-country{cursor:pointer;fill:#ccd7e4!important;outline:none;stroke:#fffffffa;stroke-width:.72;stroke-linecap:round;stroke-linejoin:round;transition:fill .16s ease,filter .16s ease,opacity .16s ease,stroke .16s ease,stroke-width .16s ease}.vh-countries-world-country:hover,.vh-countries-world-country:focus-visible,.vh-countries-world-country.is-country-active{fill:color-mix(in srgb,#ccd7e4 94%,#ffffff 6%)!important;filter:url(#vh-countries-premium-lift) brightness(1.08) drop-shadow(0 7px 9px color-mix(in srgb,var(--vh-map-a, #0f766e) 15%,transparent));opacity:1;stroke:color-mix(in srgb,var(--vh-map-a, #0f766e) 54%,#111827 46%);stroke-width:1.08}.vh-countries-world-country.is-filter-match{fill:color-mix(in srgb,var(--vh-map-a, #0f766e) 34%,#ccd7e4 66%)!important;filter:url(#vh-countries-premium-lift) brightness(1.1) drop-shadow(0 8px 10px color-mix(in srgb,var(--vh-map-a, #0f766e) 22%,transparent));opacity:1;stroke:color-mix(in srgb,var(--vh-map-a, #0f766e) 62%,#111827 38%);stroke-width:1.18}.vh-countries-world-country.is-filter-dimmed{opacity:.2;filter:grayscale(1) saturate(.25);stroke:#ffffffbd;stroke-width:.66}.vh-countries-world-country.is-filter-dimmed:hover,.vh-countries-world-country.is-filter-dimmed:focus-visible{opacity:.62;filter:grayscale(.5) saturate(.7)}.vh-countries-marker-layer{position:absolute;inset:0;z-index:3;pointer-events:none}.vh-countries-map-marker{position:absolute;z-index:4;display:grid;width:12px;height:12px;place-items:center;border:1px solid rgba(103,116,135,.58);border-radius:3px;background:#f1f5f9eb;color:var(--text);cursor:pointer;pointer-events:auto;text-decoration:none;transform:translate(-50%,-50%) rotate(45deg);box-shadow:0 7px 14px #141a2421;transition:transform .18s ease,border-color .18s ease,background .18s ease,box-shadow .18s ease,opacity .18s ease}.vh-countries-map-marker:hover,.vh-countries-map-marker:focus-visible,.vh-countries-map-marker.is-country-active{border-color:var(--vh-map-a, #0f766e);background:color-mix(in srgb,#ffffff 88%,var(--vh-map-a, #0f766e) 12%);box-shadow:0 12px 24px color-mix(in srgb,var(--vh-map-a, #0f766e) 22%,transparent),0 0 0 5px color-mix(in srgb,var(--vh-map-a, #0f766e) 10%,transparent);transform:translate(-50%,-50%) rotate(45deg) scale(1.38)}.vh-countries-map-tooltip{position:absolute;z-index:20;display:grid;width:min(220px,calc(100% - 24px));min-height:214px;grid-template-rows:minmax(0,1fr) auto;gap:8px;padding:10px;border:1px solid rgba(193,204,220,.96);border-radius:10px;background:radial-gradient(circle at 28% 22%,#fffffffa,#fffaf0eb 46%,#e8eef7f0),#fff;color:var(--text);font-size:.92rem;line-height:1.2;box-shadow:0 24px 54px #0f172a38,inset 0 1px #fffffff5;opacity:0;pointer-events:none;transform:translateY(8px) scale(.98);transition:opacity .13s ease,transform .13s ease}.vh-countries-map-tooltip.is-visible{opacity:1;transform:translateY(0) scale(1)}.vh-countries-map-tooltip-art{position:relative;display:grid;min-height:162px;place-items:center;overflow:hidden;border:1px solid rgba(214,223,236,.86);border-radius:8px;background:radial-gradient(circle at 42% 32%,#ffffffeb,#f8f0e1db 52%,#e0e8f3c2)}.vh-countries-map-tooltip-art:before{position:absolute;inset:0;background:linear-gradient(120deg,rgba(255,255,255,.34),transparent 42%),radial-gradient(circle at 76% 76%,rgba(15,23,42,.08),transparent 38%);content:"";pointer-events:none}.vh-countries-map-tooltip-art img{position:relative;z-index:1;display:block;width:100%;height:154px;object-fit:contain;filter:drop-shadow(0 12px 12px rgba(15,23,42,.24))}.vh-countries-map-tooltip strong{display:block;overflow:hidden;color:var(--text);font-size:.96rem;font-weight:900;letter-spacing:0;text-align:center;text-overflow:ellipsis;white-space:nowrap}.vh-countries-intro h1{margin:.42rem 0 .52rem;color:var(--text);font-size:2.28rem;line-height:1.05;letter-spacing:0}.vh-countries-intro p{max-width:42rem;margin:0;color:var(--muted);font-size:.98rem;line-height:1.55}@media(max-width:640px){.vh-countries-intro h1{font-size:1.75rem}}.countries-card{position:relative;overflow:hidden;border-color:#cfd7e3db;box-shadow:0 1px #ffffffe6,0 8px 22px #141a240a;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease,opacity .18s ease,background .18s ease}.countries-card:before{position:absolute;top:0;right:0;left:0;height:3px;background:var(--country-accent, var(--accent));content:"";opacity:.7}.countries-card:hover,.countries-card:focus-visible,.countries-card.is-country-active{border-color:color-mix(in srgb,var(--country-accent, var(--accent)) 46%,var(--line));box-shadow:0 18px 40px #141a241c;transform:translateY(-3px)}.countries-card-featured{border-color:#0f766e57;box-shadow:0 20px 46px #0f766e1f}.countries-card-featured:before{height:4px;opacity:1}.countries-reference-badge{border-color:#0f766e3d;background:linear-gradient(135deg,#0f766e24,#2563eb12),#fff;box-shadow:0 8px 18px #0f766e17}.countries-flag{box-shadow:0 10px 22px #141a2414;transition:transform .18s ease,box-shadow .18s ease}.countries-card:hover .countries-flag,.countries-card:focus-visible .countries-flag,.countries-card.is-country-active .countries-flag{box-shadow:0 14px 28px #141a241f;transform:translateY(-1px)}.countries-card[data-accent=brazil]{--country-accent: #0f8f61}.countries-card[data-accent=poland],.countries-card[data-accent=spain]{--country-accent: #dc2626}.countries-card[data-accent=germany]{--country-accent: #c99700}.countries-card[data-accent=france]{--country-accent: #2563eb}.countries-card[data-accent=austria],.countries-card[data-accent=japan]{--country-accent: #dc2626}.countries-card[data-accent=united-kingdom],.countries-card[data-accent=united-states]{--country-accent: #2563eb}.countries-card[data-accent=canada]{--country-accent: #dc2626}.countries-card[data-accent=mexico]{--country-accent: #0f8f61}.countries-card[data-accent=argentina]{--country-accent: #38bdf8}.countries-card[data-accent=chile]{--country-accent: #2563eb}.countries-card[data-accent=italy],.countries-card[data-accent=portugal]{--country-accent: #0f8f61}.countries-card[data-accent=netherlands]{--country-accent: #f97316}.countries-card[data-accent=belgium]{--country-accent: #c99700}.countries-card[data-accent=ukraine]{--country-accent: #2563eb}.countries-continent-group{padding-top:14px;border-top:1px solid rgba(225,230,238,.82)}.countries-continent-heading{padding-bottom:2px}.countries-continent-heading h3{display:flex;align-items:center;gap:10px;color:#111827;font-size:1.05rem}.countries-continent-icon{display:inline-flex;min-height:28px;align-items:center;padding:4px 9px;border:1px solid var(--line);border-radius:999px;background:var(--surface-soft);color:var(--accent-strong);font-size:.72rem;font-weight:820}.countries-preview-panel{background:linear-gradient(180deg,#fffffffa,#f8fafcf0),#fff}@keyframes countries-marker-in{0%{opacity:0;transform:translate(-50%,-50%) scale(.72)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}@media(prefers-reduced-motion:reduce){.countries-feature-chip,.countries-map-marker,.countries-card,.countries-flag,.countries-map-focus-line{animation:none;transition:none}.countries-card:hover,.countries-card:focus-visible,.countries-card.is-country-active,.countries-feature-chip:hover,.countries-feature-chip:focus-within,.countries-map-marker:hover,.countries-map-marker:focus-visible,.countries-map-marker.is-country-active{transform:none}}@media(max-width:960px){.countries-hero-stats{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:720px){.countries-portal-hero{padding:28px}.countries-hero-stats{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:520px){.countries-portal-hero{padding:22px}.countries-portal-hero-copy p{font-size:1rem}.countries-hero-stats{grid-template-columns:1fr}.countries-hero-stats div{min-height:0}.countries-world-map{min-height:270px}.countries-continent-heading h3{align-items:flex-start;flex-direction:column;gap:6px}}.browser-workbench .pesel-premium-panel{display:grid;gap:18px;margin-top:18px}.browser-workbench .pesel-empty-state{order:5}.browser-workbench .pesel-results-container{order:10}.browser-workbench .pesel-custom-actions{order:20}.browser-workbench .pesel-breakdown{order:30}.browser-workbench .pesel-timeline-tracker{order:40}.browser-workbench .pesel-timeline-tracker{position:relative;display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;width:100%;min-width:0;margin:16px 0 4px;padding:14px;border:1px solid rgba(207,215,227,.78);border-radius:8px;background:#fff}.browser-workbench .pesel-timeline-line,.browser-workbench .pesel-timeline-progress{position:absolute;left:28px;right:28px;top:28px;height:2px;border-radius:999px;pointer-events:none}.browser-workbench .pesel-timeline-line{background:var(--line)}.browser-workbench .pesel-timeline-progress{width:auto!important;max-width:calc(100% - 56px);background:linear-gradient(90deg,var(--accent),#2563eb)}.browser-workbench .pesel-timeline-node{position:relative;z-index:1;display:grid;justify-items:center;gap:7px;min-width:0}.browser-workbench .pesel-timeline-dot{width:14px;height:14px;border:2px solid var(--line-strong);border-radius:999px;background:#fff;box-shadow:0 0 0 4px #fff}.browser-workbench .pesel-timeline-node.active .pesel-timeline-dot,.browser-workbench .pesel-timeline-node.success .pesel-timeline-dot{border-color:var(--accent);background:var(--accent)}.browser-workbench .pesel-timeline-node.error .pesel-timeline-dot{border-color:var(--danger);background:var(--danger)}.browser-workbench .pesel-timeline-node-text{display:block;max-width:100%;color:var(--muted);font-size:.66rem;font-weight:860;line-height:1.15;letter-spacing:.075em;text-align:center;text-transform:uppercase;overflow-wrap:anywhere}.browser-workbench .pesel-timeline-node.active .pesel-timeline-node-text,.browser-workbench .pesel-timeline-node.success .pesel-timeline-node-text{color:var(--accent-strong)}.browser-workbench .pesel-timeline-node.error .pesel-timeline-node-text{color:var(--danger)}.browser-workbench .pesel-results-container{width:100%;flex-direction:column;gap:14px;min-width:0;padding:16px;border:1px solid rgba(207,215,227,.78);border-radius:8px;background:linear-gradient(180deg,#fff,#f8fafc)}.browser-workbench .pesel-results-header{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between!important;gap:8px 14px;color:var(--text)!important;font-size:.95rem;font-weight:820;line-height:1.3}.browser-workbench .pesel-results-header>span:first-child{display:inline-flex;align-items:center;gap:8px;color:inherit}.browser-workbench .pesel-results-header>span:last-child{color:var(--muted)!important;font-size:.76rem!important;font-weight:760!important;white-space:nowrap}.browser-workbench .pesel-results-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:10px;width:100%;min-width:0}.browser-workbench .pesel-result-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px 12px;align-items:start;min-width:0;padding:12px;border:1px solid rgba(207,215,227,.76);border-radius:8px;background:#ffffffdb}.browser-workbench .pesel-result-row .row-label{grid-column:1 / -1;display:block;margin:0;color:var(--muted);font-size:var(--vh-tool-metric-label-size, .68rem);font-weight:900;line-height:1.15;letter-spacing:.075em;text-transform:uppercase}.browser-workbench .pesel-result-row .row-value{display:block;min-width:0;color:var(--text);font-size:var(--vh-tool-metric-value-size, .92rem);font-weight:760;line-height:var(--vh-tool-metric-value-line, 1.38);letter-spacing:0;overflow-wrap:anywhere;word-break:break-word}.browser-workbench .pesel-row-copy-btn,.browser-workbench .pesel-dev-accordion-copy-btn,.browser-workbench .pesel-api-tab,.browser-workbench .pesel-playground-btn{appearance:none;border:1px solid var(--line);border-radius:7px;background:#fff;color:var(--text);font:inherit;font-size:.78rem;font-weight:780;line-height:1;cursor:pointer;box-shadow:none}.browser-workbench .pesel-row-copy-btn{grid-column:2;grid-row:2;min-height:30px;padding:6px 9px}.browser-workbench .pesel-row-copy-btn:hover,.browser-workbench .pesel-dev-accordion-copy-btn:hover,.browser-workbench .pesel-api-tab:hover,.browser-workbench .pesel-playground-btn:hover,.browser-workbench .pesel-api-tab.active{border-color:var(--accent-line);background:var(--accent-soft);color:var(--accent-strong)}.browser-workbench .pesel-breakdown{display:grid;gap:12px;min-width:0;margin-top:16px}.browser-workbench .pesel-breakdown h3,.browser-workbench .pesel-section-title{display:flex;align-items:center;gap:8px;margin:0 0 10px;color:var(--text);font-size:.98rem;font-weight:820;letter-spacing:0}.browser-workbench .pesel-breakdown p{margin:0 0 12px;color:var(--muted);font-size:.88rem;line-height:1.45}.browser-workbench .pesel-dev-section{display:grid;gap:16px;min-width:0}.browser-workbench .pesel-dev-accordion,.browser-workbench .pesel-api-card{overflow:hidden;min-width:0;border:1px solid var(--line);border-radius:8px;background:#fff;box-shadow:0 10px 26px #141a240d}.browser-workbench .pesel-dev-accordion summary{min-height:52px;padding:14px 16px;color:var(--text);font-size:.95rem;font-weight:820}.browser-workbench .pesel-api-card{display:grid;gap:12px;padding:16px}.browser-workbench .pesel-api-tabs{display:flex;flex-wrap:wrap;gap:8px}.browser-workbench .pesel-api-tab{min-height:32px;padding:7px 10px}.browser-workbench .pesel-dev-accordion-content{position:relative;min-width:0;padding:14px!important;border-top:1px solid var(--line);background:#111827!important;color:var(--code-text)}.browser-workbench .pesel-dev-accordion-content .pesel-dev-accordion-copy-btn{position:absolute;top:12px;right:12px;z-index:1;min-height:30px;padding:6px 9px}.browser-workbench .pesel-dev-accordion-content pre,.browser-workbench .pesel-dev-accordion-content .hex-preview{overflow:auto;max-width:100%;max-height:420px;margin:0;padding:44px 14px 14px;border-radius:8px;background:#151923!important;color:var(--code-text)!important;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace!important;font-size:.82rem!important;line-height:1.55!important;white-space:pre-wrap;overflow-wrap:anywhere}.browser-workbench .pesel-dev-accordion-content .hex-preview{display:block}.browser-workbench .pesel-dev-accordion-content .hex-preview strong,.browser-workbench .pesel-dev-accordion-content .hex-preview b{color:#bfdbfe}.browser-workbench .pesel-dev-table,.browser-workbench .pesel-breakdown table{width:100%;border-collapse:collapse;overflow:hidden;border:1px solid var(--line);border-radius:8px;background:#fff}.browser-workbench .pesel-dev-table th,.browser-workbench .pesel-dev-table td,.browser-workbench .pesel-breakdown th,.browser-workbench .pesel-breakdown td{padding:10px 12px;border-bottom:1px solid var(--line);text-align:left;vertical-align:top;overflow-wrap:anywhere}.browser-workbench .pesel-dev-table th,.browser-workbench .pesel-breakdown th{background:var(--surface-soft);color:var(--text);font-size:.78rem;font-weight:840}.browser-workbench .pesel-custom-actions{margin-top:14px!important}.browser-workbench .pesel-custom-actions .button{min-height:40px}@media(max-width:720px){.browser-workbench .pesel-results-grid,.browser-workbench .pesel-result-row{grid-template-columns:1fr}.browser-workbench .pesel-row-copy-btn{grid-column:1;grid-row:auto;width:max-content}.browser-workbench .pesel-dev-accordion-content pre,.browser-workbench .pesel-dev-accordion-content .hex-preview{font-size:.76rem!important}}.vh-home-hero{display:grid;grid-template-columns:minmax(0,1fr);gap:18px;align-items:stretch;padding:38px;border:1px solid rgba(192,210,228,.9);border-radius:8px;background:linear-gradient(90deg,rgba(255,255,255,.78) 0 1px,transparent 1px 100%),linear-gradient(180deg,rgba(255,255,255,.7) 0 1px,transparent 1px 100%),radial-gradient(circle at 9% 14%,rgba(15,125,98,.14),transparent 34%),radial-gradient(circle at 92% 12%,rgba(37,99,235,.16),transparent 30%),radial-gradient(circle at 80% 92%,rgba(245,158,11,.13),transparent 34%),linear-gradient(118deg,#fffffffa,#f4fafff7 54%,#fffaebeb);background-size:34px 34px,34px 34px,auto,auto,auto,auto;box-shadow:0 24px 68px #141a2417}.vh-home-hero-copy{display:grid;align-content:center;gap:14px;min-width:0}.vh-home-hero h1{max-width:920px;margin:0;color:var(--text);font-size:3.35rem;line-height:1.04;letter-spacing:0}.vh-home-hero p{max-width:880px;margin:0;color:var(--muted);font-size:1.06rem;line-height:1.52}.vh-home-search-panel{display:grid;gap:12px;max-width:none;margin-top:8px;padding:14px;border:1px solid rgba(119,190,178,.54);border-radius:8px;background:linear-gradient(180deg,#f0fdfa94,#fffffff5 42%),#fff;box-shadow:0 18px 40px #0f766e14,0 8px 26px #141a240d}.vh-home-search-label,.vh-home-tool-kicker{color:var(--muted);font-size:.72rem;font-weight:900;letter-spacing:.09em;text-transform:uppercase}.vh-home-search-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px}.vh-home-search-row input{min-width:0;min-height:58px;padding:0 18px;border:1px solid var(--line);border-radius:8px;background:#fff;color:var(--text);font:inherit;font-size:1rem;font-weight:760;letter-spacing:0}.vh-home-search-row input:focus{outline:3px solid rgba(37,99,235,.18);border-color:#2563eb9e}.vh-home-search-action,.vh-home-wide-link{display:inline-flex;align-items:center;justify-content:center;min-height:58px;padding:0 18px;border:1px solid rgba(15,118,110,.32);border-radius:8px;background:#047857;color:#fff;font-weight:850;text-decoration:none;box-shadow:0 12px 26px #0478572e}.vh-home-search-action:hover,.vh-home-search-action:focus-visible,.vh-home-wide-link:hover,.vh-home-wide-link:focus-visible{transform:translateY(-1px);background:#065f46}.vh-home-search-chips{display:flex;flex-wrap:wrap;gap:8px}.vh-home-search-chips button{min-height:34px;padding:0 12px;border:1px solid rgba(188,204,222,.95);border-radius:999px;background:#fff;color:var(--text);font:inherit;font-size:.82rem;font-weight:820;cursor:pointer}.vh-home-search-chips button:hover,.vh-home-search-chips button:focus-visible{border-color:#2563eb85;background:#eff6fff5;color:#1d4ed8}.vh-home-search-status{font-size:.85rem!important;font-weight:760}.vh-home-search-panel{position:relative}.vh-home-search-dropdown{position:absolute;z-index:20;top:92px;left:14px;right:14px;display:none;max-height:min(430px,62vh);overflow:auto;padding:8px;border:1px solid rgba(181,199,219,.98);border-radius:8px;background:linear-gradient(180deg,#fffffffc,#f8fafcfa),#fff;box-shadow:0 24px 58px #0f172a29}.vh-home-search-dropdown.is-visible{display:grid;gap:6px}.vh-home-search-result{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px 18px;align-items:center;min-height:58px;padding:10px 12px;border:1px solid transparent;border-radius:8px;color:inherit;text-decoration:none}.vh-home-search-result:hover,.vh-home-search-result:focus-visible{border-color:#2563eb52;background:#eff6ffe0}.vh-home-search-result-main{display:grid;gap:3px;min-width:0}.vh-home-search-result strong{color:var(--text);font-size:.9rem;line-height:1.15}.vh-home-search-result em,.vh-home-search-result small,.vh-home-search-empty{color:var(--muted);font-size:.76rem;font-style:normal;font-weight:760;line-height:1.3}.vh-home-search-result small{max-width:260px;text-align:right}.vh-home-search-empty{padding:13px 14px}.vh-home-metric-strip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;max-width:none}.vh-home-metric-strip div{min-width:0;padding:12px;border:1px solid rgba(201,216,232,.92);border-top:2px solid rgba(20,184,166,.48);border-radius:8px;background:#ffffffc7;box-shadow:0 10px 26px #141a240d}.vh-home-metric-strip div:nth-child(2){border-top-color:#2563eb75}.vh-home-metric-strip div:nth-child(3){border-top-color:#f59e0b85}.vh-home-metric-strip div:nth-child(4){border-top-color:#e11d486b}.vh-home-metric-strip strong{display:block;color:var(--text);font-size:1.24rem;line-height:1}.vh-home-metric-strip span{display:block;margin-top:5px;color:var(--muted);font-size:.74rem;font-weight:820;line-height:1.22;text-transform:uppercase}.vh-home-command-card{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;min-width:0;padding:14px;border:1px solid rgba(191,211,231,.98);border-radius:8px;background:linear-gradient(135deg,#fffffffa,#f8fafcf0),radial-gradient(circle at 100% 0,rgba(244,63,94,.09),transparent 34%),radial-gradient(circle at 0 100%,rgba(20,184,166,.1),transparent 36%);box-shadow:0 22px 48px #141a241a}.vh-home-lane{display:grid;align-content:space-between;gap:12px;min-height:126px;min-width:0;padding:16px;border:1px solid rgba(210,219,231,.95);border-radius:8px;background:linear-gradient(180deg,#fffffffa,#f8fafcf5),linear-gradient(90deg,#0f766e14,#2563eb0f);color:inherit;text-decoration:none;box-shadow:0 12px 28px #141a240d}.vh-home-lane:hover,.vh-home-lane:focus-visible{transform:translateY(-2px);border-color:#2563eb61;box-shadow:0 18px 38px #141a241a}.vh-home-lane span{color:var(--muted);font-size:.72rem;font-weight:900;letter-spacing:.09em;text-transform:uppercase}.vh-home-lane strong{color:var(--text);font-size:1rem;line-height:1.2;overflow-wrap:anywhere}.vh-home-lane em{color:var(--muted);font-size:.82rem;font-style:normal;font-weight:760}.vh-home-signal-board{grid-column:1 / -1;display:flex;flex-wrap:wrap;align-items:center;gap:8px;min-width:0;padding:14px;border:1px solid rgba(15,118,110,.22);border-radius:8px;background:linear-gradient(90deg,#ecfdf5eb,#eff6ffeb),#fff}.vh-home-signal-board span{margin-right:2px;color:#0f766e;font-size:.72rem;font-weight:900;letter-spacing:.09em;text-transform:uppercase}.vh-home-signal-board button{min-height:34px;padding:0 12px;border:1px solid rgba(177,198,219,.94);border-radius:999px;background:#fff;color:var(--text);font:inherit;font-size:.82rem;font-weight:820;cursor:pointer}.vh-home-signal-board button:hover,.vh-home-signal-board button:focus-visible{transform:translateY(-1px);border-color:#0f766e75;color:#047857;box-shadow:0 10px 20px #0f766e1c}.vh-home-portal-page,.vh-home-section{display:grid;gap:20px}.vh-home-section{--vh-home-section-accent: rgba(15, 118, 110, .62);--vh-home-section-tint: rgba(240, 253, 250, .28);position:relative;overflow:hidden;padding:34px;border:1px solid rgba(213,222,234,.95);border-radius:8px;background:linear-gradient(180deg,var(--vh-home-section-tint),rgba(255,255,255,0) 82px),#fff;box-shadow:0 18px 46px #141a240d}.vh-home-section:before{content:"";position:absolute;inset:0 0 auto;height:3px;background:linear-gradient(90deg,var(--vh-home-section-accent),rgba(255,255,255,0));opacity:.86}.vh-home-portal-page>.vh-home-section:nth-of-type(1){--vh-home-section-accent: rgba(13, 148, 136, .68);--vh-home-section-tint: rgba(240, 253, 250, .34)}.vh-home-portal-page>.vh-home-section:nth-of-type(2){--vh-home-section-accent: rgba(37, 99, 235, .62);--vh-home-section-tint: rgba(239, 246, 255, .42)}.vh-home-portal-page>.vh-home-section:nth-of-type(3){--vh-home-section-accent: rgba(245, 158, 11, .66);--vh-home-section-tint: rgba(255, 251, 235, .48)}.vh-home-portal-page>.vh-home-section:nth-of-type(4){--vh-home-section-accent: rgba(14, 116, 144, .6);--vh-home-section-tint: rgba(240, 249, 255, .4)}.vh-home-portal-page>.vh-home-section:nth-of-type(5){--vh-home-section-accent: rgba(225, 29, 72, .42);--vh-home-section-tint: rgba(255, 241, 242, .34)}.vh-home-portal-page>.vh-home-section:nth-of-type(6){--vh-home-section-accent: rgba(79, 70, 229, .42);--vh-home-section-tint: rgba(238, 242, 255, .34)}.vh-home-section-head{display:grid;gap:8px;max-width:880px}.vh-home-section-head h2{margin:0;color:var(--text);font-size:2.05rem;line-height:1.08;letter-spacing:0}.vh-home-section-head p{margin:0;color:var(--muted);font-size:1rem;line-height:1.55}.vh-home-tool-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px}.vh-home-tool-grid-compact{grid-template-columns:repeat(5,minmax(0,1fr))}.vh-home-tool-card,.vh-home-country-card{display:grid;gap:8px;min-width:0;padding:16px;border:1px solid rgba(205,216,229,.96);border-top-color:#0f766e57;border-radius:8px;background:linear-gradient(180deg,#fffffffa,#f8fafcf5),linear-gradient(135deg,#f0fdfa57,#eff6ff38);color:inherit;text-decoration:none;box-shadow:0 12px 28px #141a240d}.vh-home-tool-card:nth-child(5n+2),.vh-home-country-card:nth-child(5n+2){border-top-color:#2563eb57}.vh-home-tool-card:nth-child(5n+3),.vh-home-country-card:nth-child(5n+3){border-top-color:#f59e0b6b}.vh-home-tool-card:nth-child(5n+4),.vh-home-country-card:nth-child(5n+4){border-top-color:#e11d4847}.vh-home-tool-card:nth-child(5n),.vh-home-country-card:nth-child(5n){border-top-color:#0e749057}.vh-home-tool-card:hover,.vh-home-tool-card:focus-visible,.vh-home-country-card:hover,.vh-home-country-card:focus-visible{transform:translateY(-2px);border-color:#2563eb5c;box-shadow:0 18px 36px #141a241a}.vh-home-tool-card-compact{min-height:138px}.vh-home-tool-card strong,.vh-home-country-card strong{min-width:0;color:var(--text);font-size:1rem;line-height:1.25;overflow-wrap:anywhere}.vh-home-tool-card>span:last-child,.vh-home-country-card>span:last-child{color:var(--muted);font-size:.86rem;font-weight:760}.vh-home-world-section{overflow:hidden;background:radial-gradient(circle at 9% 8%,rgba(15,118,110,.13),transparent 31%),radial-gradient(circle at 88% 12%,rgba(37,99,235,.14),transparent 29%),radial-gradient(circle at 78% 92%,rgba(245,158,11,.12),transparent 30%),linear-gradient(135deg,#fffffffc,#f5fafff7)}.vh-home-world-shell{display:grid;grid-template-columns:minmax(0,1fr) minmax(220px,280px);gap:16px;align-items:stretch}.vh-home-world-map{position:relative;min-height:500px;overflow:hidden;border:1px solid rgba(181,199,219,.96);border-radius:8px;background:linear-gradient(90deg,rgba(255,255,255,.5) 0 1px,transparent 1px 100%),linear-gradient(180deg,rgba(255,255,255,.5) 0 1px,transparent 1px 100%),radial-gradient(circle at 28% 30%,rgba(186,230,253,.82),transparent 39%),radial-gradient(circle at 76% 50%,rgba(199,210,254,.72),transparent 40%),linear-gradient(135deg,#eaf6ff,#f8fbff 48%,#fff8ed);background-size:34px 34px,34px 34px,auto,auto,auto;box-shadow:inset 0 1px #ffffffe6,0 24px 58px #141a241a}.vh-home-world-svg{display:block;width:100%;height:100%;min-height:500px;filter:drop-shadow(0 18px 22px rgba(20,26,36,.16))}.vh-home-world-svg>g{fill:#d5dde8}.vh-home-world-country{cursor:pointer;outline:none;stroke:#fffffff0;stroke-width:.75;transition:filter .16s ease,opacity .16s ease,stroke .16s ease}.vh-home-world-country:hover,.vh-home-world-country:focus-visible{filter:brightness(1.08) saturate(1.18) drop-shadow(0 7px 7px rgba(15,23,42,.28));opacity:1;stroke:#0f172a8c;stroke-width:1.4}.vh-home-world-marker-layer{position:absolute;inset:0;pointer-events:none}.vh-home-world-marker{position:absolute;z-index:3;display:inline-grid;place-items:center;width:30px;height:30px;margin:-15px 0 0 -15px;border:1px solid rgba(255,255,255,.96);border-radius:999px;background:linear-gradient(135deg,var(--vh-map-a),var(--vh-map-b) 52%,var(--vh-map-c)),#fff;color:var(--text);box-shadow:0 10px 22px #0f172a33;cursor:pointer;pointer-events:auto}.vh-home-world-marker span{display:inline-grid;place-items:center;width:23px;height:23px;border-radius:999px;background:#ffffffe0;font-size:.88rem;line-height:1}.vh-home-world-marker:hover,.vh-home-world-marker:focus-visible{transform:translateY(-2px) scale(1.08);outline:3px solid rgba(37,99,235,.18);box-shadow:0 16px 30px #0f172a47}.vh-home-world-popover{position:absolute;z-index:5;display:grid;gap:12px;width:min(320px,calc(100% - 36px));padding:15px;border:1px solid rgba(164,184,207,.98);border-radius:8px;background:linear-gradient(145deg,#fffffffa,#f7fafff0),#fff;box-shadow:0 22px 52px #0f172a2e;opacity:0;pointer-events:none;transform:translateY(8px);transition:opacity .14s ease,transform .14s ease}.vh-home-world-popover.is-visible{opacity:1;transform:translateY(0)}.vh-home-world-popover-top{display:grid;grid-template-columns:auto minmax(0,1fr);gap:10px;align-items:center}.vh-home-world-popover-top>span{display:inline-grid;place-items:center;width:44px;height:44px;border:1px solid rgba(188,204,222,.94);border-radius:8px;background:#fff;font-size:1.5rem;box-shadow:0 8px 18px #141a2414}.vh-home-world-popover strong,.vh-home-world-popover em{display:block;min-width:0}.vh-home-world-popover strong{color:var(--text);font-size:1.08rem;line-height:1.15}.vh-home-world-popover em{margin-top:2px;color:var(--muted);font-size:.78rem;font-style:normal;font-weight:820}.vh-home-world-popover dl{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin:0}.vh-home-world-popover dl div{min-width:0;padding:9px;border:1px solid rgba(211,219,231,.92);border-radius:8px;background:#f8fafcdb}.vh-home-world-popover dt,.vh-home-world-popover dd{margin:0}.vh-home-world-popover dt{color:var(--muted);font-size:.68rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.vh-home-world-popover dd{margin-top:3px;color:var(--text);font-size:.84rem;font-weight:850;overflow-wrap:anywhere}.vh-home-world-popover p{margin:0;color:var(--strong-muted);font-size:.86rem;font-weight:760;line-height:1.38}.vh-home-world-panel{display:grid;align-content:stretch;gap:12px}.vh-home-world-panel div,.vh-home-world-panel a{display:grid;align-content:center;min-width:0;min-height:98px;padding:18px;border:1px solid rgba(201,216,232,.94);border-radius:8px;background:#ffffffe0;box-shadow:0 14px 30px #141a240f}.vh-home-world-panel strong{color:var(--text);font-size:1.55rem;line-height:1}.vh-home-world-panel span{margin-top:8px;color:var(--muted);font-size:.78rem;font-weight:900;line-height:1.24;text-transform:uppercase}.vh-home-world-panel a{min-height:62px;background:#111827;color:#fff;font-weight:900;text-decoration:none}.vh-home-world-panel a:hover,.vh-home-world-panel a:focus-visible{transform:translateY(-2px);background:#0f766e}.vh-home-map-band{background:radial-gradient(circle at 18% 8%,rgba(250,204,21,.14),transparent 32%),radial-gradient(circle at 94% 30%,rgba(20,184,166,.12),transparent 30%),#fff}.vh-home-country-strip{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px}.vh-home-country-card{grid-template-columns:auto minmax(0,1fr);align-items:center}.vh-home-country-card .vh-flag{grid-row:span 2;font-size:1.75rem}.vh-home-wide-link{justify-self:start;min-height:46px}.vh-home-contract-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.vh-home-contract-grid div{display:grid;gap:6px;min-width:0;padding:16px;border:1px solid rgba(211,219,231,.92);border-radius:8px;background:linear-gradient(180deg,#fff,#f8fafc)}.vh-home-contract-grid strong{color:var(--text);font-size:1.08rem;line-height:1.16}.vh-home-contract-grid span{color:var(--muted);font-size:.88rem;font-weight:720;line-height:1.42}.vh-home-search-card.is-filtered-out{display:grid}@media(max-width:1100px){.vh-home-tool-grid,.vh-home-country-strip,.vh-home-contract-grid,.vh-home-world-shell{grid-template-columns:repeat(2,minmax(0,1fr))}.vh-home-hero h1{font-size:2.85rem}.vh-home-world-shell{grid-template-columns:1fr}.vh-home-world-panel{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(max-width:720px){.vh-home-hero,.vh-home-tool-grid,.vh-home-country-strip,.vh-home-contract-grid,.vh-home-command-card,.vh-home-search-row,.vh-home-metric-strip,.vh-home-world-panel{grid-template-columns:1fr}.vh-home-hero{padding:24px}.vh-home-search-dropdown{top:132px;left:10px;right:10px;max-height:360px}.vh-home-search-result{grid-template-columns:1fr}.vh-home-search-result small{max-width:none;text-align:left}.vh-home-hero h1{font-size:2.1rem;line-height:1.05}.vh-home-section{padding:22px}.vh-home-section-head h2{font-size:1.55rem}.vh-home-world-map,.vh-home-world-svg{min-height:330px}.vh-home-world-popover{display:none}.vh-home-world-marker{width:26px;height:26px;margin:-13px 0 0 -13px}.vh-home-world-marker span{width:20px;height:20px;font-size:.76rem}.vh-home-search-action,.vh-home-wide-link{width:100%}}.vh-home-hero{grid-template-columns:minmax(0,1fr);gap:1.15rem;padding:1.55rem;border-color:#14b8a62e;background:radial-gradient(circle at 8% 8%,rgba(20,184,166,.12),transparent 31%),radial-gradient(circle at 88% 18%,rgba(37,99,235,.08),transparent 28%),linear-gradient(135deg,#fffffffb,#f6fafaf2),linear-gradient(90deg,#0f766e12,#2563eb0b);background-size:auto;box-shadow:0 18px 48px #0f172a0e}.vh-home-hero-copy{gap:.82rem}.vh-home-hero h1{max-width:48rem;font-size:2.62rem;line-height:1.02}.vh-home-hero p{max-width:47rem;font-size:1rem;line-height:1.55}.vh-home-search-panel,.vh-home-command-card,.vh-home-section,.vh-home-world-panel div,.vh-home-world-panel a{border-color:#14b8a621;background:#fffffff0;box-shadow:0 12px 36px #0f172a0a}.vh-home-search-panel{gap:.58rem;max-width:none;margin-top:0;padding:.82rem}.vh-home-search-row input{min-height:3.05rem;padding:0 .95rem;border-color:#0f172a1f;font-size:.95rem}.vh-home-search-row input:focus{border-color:#0f766e66;box-shadow:0 0 0 3px #0f766e1f;outline:none}.vh-home-search-action,.vh-home-wide-link{min-height:3.05rem;padding:0 .95rem;background:#0f766e;box-shadow:none;font-size:.86rem}.vh-home-search-action:hover,.vh-home-search-action:focus-visible,.vh-home-wide-link:hover,.vh-home-wide-link:focus-visible{background:#0b5f59;transform:none}.vh-home-search-chips{gap:.42rem}.vh-home-search-chips button,.vh-home-signal-board button{min-height:1.95rem;padding:0 .66rem;border-color:#0f172a1c;font-size:.76rem}.vh-home-search-status{margin:0;color:var(--muted);font-size:.78rem!important}.vh-home-metric-strip{max-width:none;gap:0;border:1px solid rgba(15,23,42,.09);border-radius:8px;background:#ffffffb8;overflow:hidden}.vh-home-metric-strip div{padding:.72rem .8rem;border:0;border-right:1px solid rgba(100,116,139,.13);border-radius:0;background:transparent;box-shadow:none}.vh-home-metric-strip div:last-child{border-right:0}.vh-home-metric-strip strong{font-size:1.24rem}.vh-home-metric-strip span{font-size:.64rem;letter-spacing:.08em}.vh-home-command-card{grid-template-columns:repeat(4,minmax(0,1fr));align-content:start;gap:.55rem;padding:.78rem;background:linear-gradient(180deg,#f0fdfab8,#fffffff2 44%),#fffffff0}.vh-home-signal-board{grid-column:1 / -1}.vh-home-lane{gap:.28rem;min-height:0;padding:.74rem;border-color:#14b8a621;background:linear-gradient(180deg,#fffffff5,#f8fdfbe0);box-shadow:0 8px 22px #0f172a06}.vh-home-lane:hover,.vh-home-lane:focus-visible{border-color:#0f766e61;background:#f8fdfbf5;box-shadow:0 12px 30px #0f172a0e;outline:none;transform:none}.vh-home-lane span,.vh-home-tool-kicker,.vh-home-search-label{font-size:.64rem;letter-spacing:.08em}.vh-home-lane strong{font-size:.94rem;line-height:1.22}.vh-home-lane em{font-size:.78rem}.vh-home-signal-board{padding:.72rem;border-color:#0f766e2e;background:#f8fafcc7}.vh-home-portal-page,.vh-home-section{gap:1rem}.vh-home-section{padding:1rem;border-color:#0f172a17;box-shadow:0 12px 36px #0f172a0a}.vh-home-section-head{gap:.3rem;max-width:none}.vh-home-section-head h2{max-width:52rem;font-size:1.22rem;line-height:1.16}.vh-home-section-head p{max-width:54rem;font-size:.88rem;line-height:1.46}.vh-home-tool-grid,.vh-home-tool-grid-compact{grid-template-columns:repeat(auto-fill,minmax(12rem,1fr));gap:.55rem}.vh-home-tool-card,.vh-home-country-card{gap:.3rem;padding:.72rem;border-color:#0f172a17;background:#ffffffeb;box-shadow:0 8px 22px #0f172a06}.vh-home-tool-card:hover,.vh-home-tool-card:focus-visible,.vh-home-country-card:hover,.vh-home-country-card:focus-visible{border-color:#0f766e61;background:#f8fdfbf5;box-shadow:0 12px 30px #0f172a0e;outline:none;transform:none}.vh-home-tool-card-compact{min-height:0}.vh-home-tool-card strong,.vh-home-country-card strong{font-size:.92rem;line-height:1.22}.vh-home-tool-card>span:last-child,.vh-home-country-card>span:last-child{display:-webkit-box;overflow:hidden;color:var(--muted);font-size:.78rem;line-height:1.35;-webkit-box-orient:vertical;-webkit-line-clamp:2}.vh-home-world-section{background:#fffffff0}.vh-home-world-shell{grid-template-columns:1fr;gap:.85rem}.vh-home-world-map{min-height:38rem;border-color:#cfd7e3d9;background:linear-gradient(90deg,rgba(255,255,255,.5) 0 1px,transparent 1px 100%),linear-gradient(180deg,rgba(255,255,255,.5) 0 1px,transparent 1px 100%),radial-gradient(circle at 28% 30%,rgba(186,230,253,.28),transparent 39%),radial-gradient(circle at 76% 50%,rgba(199,210,254,.2),transparent 40%),linear-gradient(135deg,#f4f9fd,#fbfdff 50%,#fffaf2);background-size:42px 42px,42px 42px,auto,auto,auto;box-shadow:inset 0 1px #ffffffe6}.vh-home-world-map:before{position:absolute;inset:0;background-image:linear-gradient(rgba(100,116,139,.06) 1px,transparent 1px),linear-gradient(90deg,rgba(100,116,139,.06) 1px,transparent 1px);background-size:42px 42px;content:"";pointer-events:none}.vh-home-world-svg{position:relative;z-index:1;min-height:38rem;filter:drop-shadow(0 14px 18px rgba(20,26,36,.11))}.vh-home-world-svg>g{fill:#ccd7e4}.vh-home-world-country{fill:#ccd7e4!important;stroke:#fffffffa;stroke-width:.72;stroke-linecap:round;stroke-linejoin:round;transition:fill .16s ease,filter .16s ease,opacity .16s ease,stroke .16s ease,stroke-width .16s ease}.vh-home-world-country:hover,.vh-home-world-country:focus-visible,.vh-home-world-country.is-country-active{fill:color-mix(in srgb,#ccd7e4 94%,#ffffff 6%)!important;filter:url(#vh-home-premium-lift) brightness(1.08) drop-shadow(0 7px 9px color-mix(in srgb,var(--vh-map-a, #0f766e) 15%,transparent));opacity:1;stroke:color-mix(in srgb,var(--vh-map-a, #0f766e) 54%,#111827 46%);stroke-width:1.08}.vh-home-world-marker{width:12px;height:12px;margin:0;border:1px solid rgba(103,116,135,.58);border-radius:3px;background:#f1f5f9eb;box-shadow:0 7px 14px #141a2421;transform:translate(-50%,-50%) rotate(45deg)}.vh-home-world-marker span{display:none}.vh-home-world-marker:hover,.vh-home-world-marker:focus-visible,.vh-home-world-marker.is-country-active{border-color:var(--vh-map-a, #0f766e);background:color-mix(in srgb,#ffffff 88%,var(--vh-map-a, #0f766e) 12%);box-shadow:0 12px 24px color-mix(in srgb,var(--vh-map-a, #0f766e) 22%,transparent),0 0 0 5px color-mix(in srgb,var(--vh-map-a, #0f766e) 10%,transparent);outline:none;transform:translate(-50%,-50%) rotate(45deg) scale(1.38)}.vh-home-world-popover{width:min(19rem,calc(100% - 24px));gap:.55rem;padding:.72rem;border-color:#c1ccdcf5;border-radius:10px;background:radial-gradient(circle at 28% 22%,#fffffffa,#fffaf0eb 46%,#e8eef7f0),#fff;box-shadow:0 24px 54px #0f172a38,inset 0 1px #fffffff5}.vh-home-world-popover-art{position:relative;display:grid;min-height:8.8rem;place-items:center;overflow:hidden;border:1px solid rgba(214,223,236,.86);border-radius:8px;background:radial-gradient(circle at 42% 32%,#ffffffeb,#f8f0e1db 52%,#e0e8f3c2)}.vh-home-world-popover-art img{position:relative;z-index:1;display:block;width:100%;height:8.4rem;object-fit:contain;filter:drop-shadow(0 12px 12px rgba(15,23,42,.24))}.vh-home-world-popover-top>span{width:2.25rem;height:2.25rem;border-radius:8px;font-size:1.1rem;box-shadow:none}.vh-home-world-popover dl{gap:.45rem}.vh-home-world-popover dl div{padding:.5rem}.vh-home-world-panel{grid-template-columns:repeat(4,minmax(0,1fr));gap:.55rem}.vh-home-world-panel div,.vh-home-world-panel a{min-height:0;padding:.78rem;box-shadow:0 8px 22px #0f172a06}.vh-home-world-panel a{background:#111827;color:#fff}.vh-home-world-panel a:hover,.vh-home-world-panel a:focus-visible{background:#0f766e;color:#fff}.vh-home-world-panel strong{font-size:1.32rem}.vh-home-world-panel span{font-size:.66rem;letter-spacing:.08em}.vh-home-map-band{background:#fffffff0}.vh-home-country-strip{grid-template-columns:repeat(auto-fill,minmax(11rem,1fr));gap:.55rem}.vh-home-contract-grid{grid-template-columns:repeat(auto-fit,minmax(13rem,1fr));gap:.55rem}.vh-home-contract-grid div{padding:.78rem;border-color:#0f172a17;background:#ffffffeb}.vh-home-contract-grid strong{font-size:.94rem}.vh-home-contract-grid span{font-size:.78rem}@media(max-width:1100px){.vh-home-world-shell{grid-template-columns:1fr}.vh-home-command-card{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:720px){.vh-home-hero{padding:1.1rem}.vh-home-hero h1{font-size:1.82rem}.vh-home-command-card,.vh-home-search-row,.vh-home-world-panel{grid-template-columns:1fr}.vh-home-command-card,.vh-home-metric-strip{grid-template-columns:repeat(2,minmax(0,1fr))}.vh-home-lane{padding:.62rem}.vh-home-lane em,.vh-home-signal-board{display:none}.vh-home-metric-strip div{border-right:0;border-bottom:1px solid rgba(100,116,139,.13)}.vh-home-metric-strip div:last-child{border-bottom:0}.vh-home-section{padding:.82rem}.vh-home-world-map,.vh-home-world-svg{min-height:22rem}}.vh-page-stack:has(.vh-identifier-hero){gap:clamp(1.05rem,2vw,1.45rem)}.vh-page-stack:has(.vh-identifier-hero) .vh-breadcrumbs{margin-bottom:.15rem}.vh-identifier-hero{display:grid;grid-template-columns:minmax(0,1fr) minmax(18rem,.42fr);gap:clamp(1rem,2vw,1.35rem);align-items:stretch;margin:0;padding:clamp(1.35rem,2.5vw,2rem);border:1px solid color-mix(in srgb,var(--accent-line) 55%,var(--line));border-radius:8px;background:radial-gradient(circle at 4% 0%,rgba(15,118,110,.1),transparent 28%),linear-gradient(135deg,#0f766e09,#fff 46%,#2563eb0a);box-shadow:0 22px 56px #0f172a0e}.vh-identifier-title-row{display:grid;grid-template-columns:auto minmax(0,1fr);gap:clamp(.85rem,1.6vw,1.15rem);align-items:start;margin-top:.7rem}.vh-identifier-title-row h1{margin:0;font-size:clamp(2.35rem,5.6vw,4.35rem);line-height:.96;letter-spacing:0}.vh-identifier-title-row p{max-width:56rem;margin:.78rem 0 0;color:var(--strong-muted);font-size:clamp(1rem,1.65vw,1.28rem);line-height:1.45}.vh-identifier-mark{display:inline-grid;min-width:clamp(3.8rem,7vw,5.2rem);height:clamp(3.8rem,7vw,5.2rem);place-items:center;border:1px solid color-mix(in srgb,var(--accent-line) 72%,var(--line));border-radius:1rem;background:linear-gradient(145deg,#0f766e24,#2563eb1f),#fff;color:var(--accent-strong);box-shadow:0 16px 34px #0f766e1f;font-size:clamp(.92rem,1.6vw,1.18rem);font-weight:920;letter-spacing:.06em}.vh-identifier-actions{display:flex;flex-wrap:wrap;gap:.65rem;margin-top:clamp(1rem,2vw,1.35rem)}.vh-identifier-hero-panel{min-width:0;padding:clamp(1rem,1.8vw,1.2rem);border:1px solid var(--line);border-radius:8px;background:#ffffffc7;box-shadow:0 14px 32px #0f172a0b}.vh-identifier-hero-panel strong{display:block;margin-top:.55rem;color:var(--ink);font-size:clamp(1.08rem,1.7vw,1.28rem);line-height:1.16}.vh-identifier-hero-panel p{margin:.65rem 0 0;color:var(--strong-muted);font-size:.93rem;line-height:1.5}.vh-identifier-facts-card,.vh-page-stack:has(.vh-identifier-hero)>.vh-card{border-color:color-mix(in srgb,var(--line) 82%,var(--accent-line));box-shadow:0 14px 38px #0f172a09}.vh-identifier-facts-card{padding:clamp(1rem,1.7vw,1.25rem)}.vh-identifier-facts{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.75rem;margin:0}.vh-identifier-fact{min-width:0;padding:.88rem .95rem;border:1px solid color-mix(in srgb,var(--line) 82%,var(--accent-line));border-radius:8px;background:linear-gradient(180deg,#fffffffa,#f8fafcc7)}.vh-identifier-fact dt{margin:0;color:var(--muted);font-size:.68rem;font-weight:900;letter-spacing:.11em;text-transform:uppercase}.vh-identifier-fact dd{margin:.36rem 0 0;color:var(--ink);font-size:clamp(.98rem,1.35vw,1.12rem);font-weight:850;line-height:1.24}.vh-page-stack:has(.vh-identifier-hero) .section-heading{margin-bottom:clamp(.9rem,1.6vw,1.15rem)}.vh-page-stack:has(.vh-identifier-hero) .section-heading h2{font-size:clamp(1.35rem,2.2vw,1.8rem);letter-spacing:0}.vh-page-stack:has(.vh-identifier-hero) .rich-text{color:var(--strong-muted);font-size:clamp(.98rem,1.2vw,1.06rem);line-height:1.64}.vh-page-stack:has(.vh-identifier-hero) .rich-text h2{margin-top:1.15rem;color:var(--ink);font-size:clamp(1.2rem,1.8vw,1.45rem);line-height:1.18}.vh-page-stack:has(.vh-identifier-hero) .rich-text h2:first-child{margin-top:0}.vh-page-stack:has(.vh-identifier-hero) .vh-visual-blocks{display:grid;grid-template-columns:repeat(auto-fit,minmax(7.5rem,1fr));gap:.75rem}.vh-page-stack:has(.vh-identifier-hero) .vh-visual-block{min-width:0;border:1px solid color-mix(in srgb,var(--line) 78%,var(--accent-line));border-radius:8px;background:#fff;overflow:hidden}.vh-page-stack:has(.vh-identifier-hero) .vh-visual-block-header{padding:.62rem .75rem;border-bottom:1px solid var(--line);color:var(--muted);font-size:.68rem;font-weight:900;letter-spacing:.11em;text-transform:uppercase}.vh-page-stack:has(.vh-identifier-hero) .vh-visual-block-body{padding:1rem .75rem;color:var(--ink);font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:clamp(1.25rem,2.2vw,1.8rem);font-weight:850;letter-spacing:.03em;overflow-wrap:anywhere}.vh-page-stack:has(.vh-identifier-hero) .vh-visual-block-body.vh-success{color:var(--success)}.vh-page-stack:has(.vh-identifier-hero) .vh-table-container{border-radius:8px;box-shadow:inset 0 1px #ffffffbf}.vh-page-stack:has(.vh-identifier-hero) .vh-table th{color:var(--muted);font-size:.7rem;font-weight:900;letter-spacing:.1em;text-transform:uppercase}.vh-code-card-mark{display:inline-flex;align-items:center;justify-content:center;min-width:2.1rem;height:1.65rem;border:1px solid rgba(15,118,110,.22);border-radius:.5rem;background:#0f766e14;color:var(--accent-strong);font-size:.7rem;font-weight:900;letter-spacing:.08em}@media(max-width:980px){.vh-identifier-hero,.vh-identifier-facts,.vh-identifier-title-row{grid-template-columns:1fr}}@media(max-width:620px){.vh-identifier-hero{gap:.8rem;padding:.95rem}.vh-identifier-title-row{gap:.65rem;margin-top:.55rem}.vh-identifier-title-row h1{font-size:clamp(2rem,12vw,2.65rem);line-height:1}.vh-identifier-title-row p,.vh-identifier-hero-panel p{font-size:.9rem;line-height:1.43}.vh-identifier-mark{min-width:3.15rem;height:3.15rem;border-radius:.8rem;font-size:.78rem}.vh-identifier-actions{gap:.45rem;margin-top:.85rem}.vh-identifier-hero-panel{padding:.9rem}.vh-identifier-hero-panel strong{font-size:1.02rem}.vh-identifier-actions .vh-btn{width:100%;min-height:2.55rem;padding-block:.68rem;font-size:.88rem}}.vh-guide-page-stack{gap:clamp(1rem,2vw,1.45rem)}.vh-guide-hero{display:grid;grid-template-columns:minmax(0,1fr) minmax(18rem,.38fr);gap:clamp(1rem,2vw,1.35rem);align-items:stretch;margin:0;padding:clamp(1.25rem,2.4vw,1.85rem);border:1px solid color-mix(in srgb,var(--accent-line) 54%,var(--line));border-radius:8px;background:radial-gradient(circle at 7% 0%,rgba(15,118,110,.11),transparent 30%),linear-gradient(135deg,#0f766e0a,#fff 52%,#2563eb0b);box-shadow:0 22px 60px #0f172a0e}.vh-guide-index-hero{background:radial-gradient(circle at 0% 8%,rgba(14,165,233,.11),transparent 32%),linear-gradient(135deg,#0f766e09,#fff 52%,#f59e0b0b)}.vh-guide-hero h1{max-width:58rem;margin:.55rem 0 0;font-size:clamp(2.05rem,4.8vw,3.85rem);line-height:.98;letter-spacing:0}.vh-guide-hero p{max-width:62rem;margin:.82rem 0 0;color:var(--strong-muted);font-size:clamp(.98rem,1.5vw,1.18rem);line-height:1.5}.vh-guide-actions{display:flex;flex-wrap:wrap;gap:.62rem;margin-top:clamp(1rem,2vw,1.3rem)}.vh-guide-hero-panel{min-width:0;padding:clamp(1rem,1.8vw,1.2rem);border:1px solid color-mix(in srgb,var(--line) 78%,var(--accent-line));border-radius:8px;background:#fffc;box-shadow:0 14px 34px #0f172a0b}.vh-guide-hero-panel strong{display:block;margin-top:.52rem;color:var(--ink);font-size:clamp(1.06rem,1.6vw,1.22rem);line-height:1.2}.vh-guide-hero-panel p{font-size:.92rem}.vh-guide-facts-card,.vh-guide-content-card,.vh-guide-live-card,.vh-guide-index-section{border-color:color-mix(in srgb,var(--line) 84%,var(--accent-line));box-shadow:0 14px 38px #0f172a09}.vh-guide-facts-card{padding:clamp(1rem,1.7vw,1.2rem)}.vh-guide-card-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.75rem}.vh-guide-three{grid-template-columns:repeat(3,minmax(0,1fr));margin-top:clamp(1rem,1.8vw,1.2rem)}.vh-guide-mini-card{min-width:0;padding:.88rem .95rem;border:1px solid color-mix(in srgb,var(--line) 82%,var(--accent-line));border-radius:8px;background:linear-gradient(180deg,#fffffffa,#f8fafcc7)}.vh-guide-mini-card span{display:block;color:var(--muted);font-size:.68rem;font-weight:900;letter-spacing:.11em;text-transform:uppercase}.vh-guide-mini-card strong{display:block;margin-top:.38rem;color:var(--ink);font-size:clamp(.98rem,1.35vw,1.12rem);font-weight:850;line-height:1.24;overflow-wrap:anywhere}.vh-guide-mini-card p{margin:.42rem 0 0;color:var(--strong-muted);font-size:.9rem;line-height:1.42}.vh-guide-lede{max-width:76rem;margin:0;color:var(--strong-muted);font-size:clamp(.98rem,1.2vw,1.06rem);line-height:1.62}.vh-guide-traps .vh-guide-mini-card{background:linear-gradient(180deg,#fffffffa,#fefce88a)}.vh-guide-live-card{display:flex;flex-wrap:wrap;gap:1rem;align-items:center;justify-content:space-between}.vh-guide-live-card h2{margin:.35rem 0 0;font-size:clamp(1.25rem,2vw,1.55rem);letter-spacing:0}.vh-guide-live-card p{margin:.45rem 0 0;color:var(--strong-muted);font-size:.96rem}.vh-guide-index-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem}.vh-guide-index-card{display:block;min-width:0;padding:.94rem 1rem;border:1px solid color-mix(in srgb,var(--line) 82%,var(--accent-line));border-radius:8px;background:#ffffffdb;color:inherit;text-decoration:none;transition:border-color .16s ease,background-color .16s ease,box-shadow .16s ease}.vh-guide-index-card:hover,.vh-guide-index-card:focus-visible{border-color:color-mix(in srgb,var(--accent-line) 70%,var(--line));background:#fff;box-shadow:0 14px 28px #0f172a0f}.vh-guide-index-card span{display:block;color:var(--accent-strong);font-size:.68rem;font-weight:900;letter-spacing:.11em;text-transform:uppercase}.vh-guide-index-card strong{display:block;margin-top:.42rem;color:var(--ink);font-size:clamp(1rem,1.45vw,1.18rem);line-height:1.2}.vh-guide-index-card p{margin:.45rem 0 0;color:var(--strong-muted);font-size:.9rem;line-height:1.4}@media(max-width:980px){.vh-guide-hero,.vh-guide-card-grid,.vh-guide-three,.vh-guide-index-grid{grid-template-columns:1fr}}@media(max-width:620px){.vh-guide-hero{padding:.95rem}.vh-guide-hero h1{font-size:clamp(2rem,11vw,2.55rem);line-height:1}.vh-guide-actions .vh-btn,.vh-guide-live-card .vh-btn{width:100%}}.vh-generic-country-page .page-intro{max-width:1180px}.vh-generic-country-hero{border:1px solid rgba(13,148,136,.24);border-radius:24px;border-top:5px solid var(--vh-accent, #0f766e);background:linear-gradient(135deg,#ecfdf5b8,#f8fafcf5 44%,#eff6ffb8),#fff;box-shadow:0 24px 70px #0f172a14;display:grid;gap:clamp(18px,2.5vw,34px);grid-template-columns:minmax(0,1fr) minmax(250px,.34fr);margin:6px 0 22px;overflow:hidden;padding:clamp(22px,3vw,36px)}.vh-generic-country-hero h2{font-size:clamp(2.15rem,4.4vw,4.55rem);letter-spacing:0;line-height:.96;margin:.25rem 0 .9rem}.vh-generic-country-hero p{color:var(--color-muted, #64748b);font-size:clamp(1.05rem,1.7vw,1.5rem);font-weight:650;line-height:1.45;margin:0;max-width:980px}.vh-generic-country-pills{display:flex;flex-wrap:wrap;gap:10px;margin-top:22px}.vh-generic-country-pill,.vh-generic-country-sample-button{align-items:center;background:#ffffffd6;border:1px solid rgba(13,148,136,.22);border-radius:999px;color:#0f766e;display:inline-flex;font-size:.96rem;font-weight:850;gap:8px;line-height:1;padding:.72rem 1rem;text-decoration:none}.vh-generic-country-boundary{align-self:stretch;background:#ffffffb8;border:1px solid rgba(148,163,184,.25);border-radius:20px;box-shadow:0 14px 40px #0f172a0f;padding:20px}.vh-generic-country-boundary strong{color:#0f172a;display:block;font-size:1.35rem;line-height:1.15;margin:.45rem 0 .65rem}.vh-generic-country-boundary p{font-size:1.02rem;font-weight:620;line-height:1.45}.vh-generic-country-summary{border:1px solid rgba(148,163,184,.24);border-radius:22px;box-shadow:0 18px 50px #0f172a0d;display:grid;gap:16px;grid-template-columns:minmax(0,1fr) repeat(3,minmax(170px,.22fr));margin:0 0 26px;padding:clamp(18px,2.5vw,28px)}.vh-generic-country-summary h2{font-size:clamp(1.45rem,2.4vw,2rem);letter-spacing:0;margin:.25rem 0 .8rem}.vh-generic-country-summary p{color:var(--color-muted, #64748b);font-size:1.02rem;font-weight:620;line-height:1.52;margin:0}.vh-generic-country-summary-card{border:1px solid rgba(203,213,225,.75);border-radius:18px;padding:18px}.vh-generic-country-summary-card strong{display:block;font-size:1.08rem;line-height:1.25;margin-top:.35rem}.vh-generic-country-workbench{padding:clamp(22px,3vw,34px)}.vh-generic-country-workbench .workbench-heading{display:none}.vh-generic-country-workbench .tool-workbench{display:block}.vh-generic-country-samples{align-items:center;background:linear-gradient(135deg,#ecfdf5b8,#f8fafcf5 72%,#eff6ffb3),#fff;border:1px solid rgba(13,148,136,.24);border-radius:18px;display:flex;flex-wrap:wrap;gap:10px;margin:0 0 24px;padding:14px 16px}.vh-generic-country-samples .eyebrow{align-items:center;color:#0f766e;display:inline-flex;font-size:.86rem;gap:8px;margin-right:4px}.vh-generic-country-samples .eyebrow:before{background:#14b8a6;border-radius:999px;box-shadow:0 0 0 8px #14b8a61c;content:"";height:10px;width:10px}.vh-generic-country-sample-button{appearance:none;cursor:pointer;font-family:inherit}.vh-generic-country-sample-button:hover{border-color:#0d94887a;box-shadow:0 8px 24px #0f766e1c;transform:translateY(-1px)}.vh-generic-country-workbench textarea,.vh-generic-country-workbench input,.vh-generic-country-workbench select{border-radius:16px}.vh-generic-country-workbench textarea[name=input]{min-height:155px}.vh-generic-country-workbench .tool-output{min-height:115px}.vh-generic-country-traps{background:linear-gradient(135deg,#f0fdfab8,#fffffff5),#fff;border:1px solid rgba(13,148,136,.22);border-radius:22px;display:grid;gap:24px;grid-template-columns:minmax(220px,.36fr) minmax(0,1fr);margin:28px 0;padding:clamp(20px,3vw,30px)}.vh-generic-country-traps h2{font-size:1.55rem;letter-spacing:0;margin:.25rem 0 .7rem}.vh-generic-country-traps p,.vh-generic-country-traps li{color:var(--color-muted, #64748b);font-size:1rem;font-weight:620;line-height:1.48}.vh-generic-country-traps ul{columns:2;gap:26px;margin:0;padding-left:1.2rem}.vh-generic-country-traps li{break-inside:avoid;margin-bottom:.72rem}@media(max-width:900px){.vh-generic-country-hero,.vh-generic-country-summary,.vh-generic-country-traps{grid-template-columns:1fr}.vh-generic-country-traps ul{columns:1}}
