:root{--ek-blue:#0A5BFF;--ek-blue-dark:#073B9A;--ek-navy:#061A3D;--ek-bg:#F6FAFF;--ek-card:#FFFFFF;--ek-border:#DDE8F7;--ek-text:#0A214A;--ek-muted:#64748B;--ek-green:#12B76A;--ek-green-bg:#EAFBF2;--ek-yellow:#F79009;--ek-yellow-bg:#FFF7E6;--ek-red:#F04438;--ek-red-bg:#FFF1F0;--ek-gray-bg:#F8FAFC;--ek-shadow:0 16px 45px rgba(9,35,78,.08)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:radial-gradient(circle at 78% 0,rgba(10,91,255,.08),transparent 24%),var(--ek-bg);color:var(--ek-text);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}a{color:inherit}button,input,select{font:inherit}main{min-height:70vh}.ek-container{width:min(1280px,calc(100% - 48px));margin:0 auto}.ek-section{margin-top:32px}.ek-section--last{margin-bottom:64px}.ek-card{background:var(--ek-card);border:1px solid var(--ek-border);border-radius:20px;box-shadow:var(--ek-shadow)}.ek-grid-4{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:16px;gap:16px}.ek-grid-3{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:18px;gap:18px}.ek-grid-2{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:20px;gap:20px}.ek-header{position:-webkit-sticky;position:sticky;top:0;z-index:50;padding:8px 0;background:rgba(246,250,255,.82);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.ek-header__inner{height:72px;justify-content:space-between;background:#fff;border:1px solid var(--ek-border);border-radius:12px;padding:0 18px 0 22px;box-shadow:0 10px 30px rgba(9,35,78,.09)}.ek-header__inner,.ek-logo{display:flex;align-items:center}.ek-logo{gap:12px;text-decoration:none}.ek-logo__icon{width:42px;height:42px;border-radius:12px;background:linear-gradient(135deg,#0A5BFF,#073B9A);position:relative;display:grid;place-items:center;flex:0 0 auto}.ek-logo__icon:before{content:"";width:25px;height:25px;border-color:#fff transparent transparent #fff;border-style:solid;border-width:5px;border-radius:9px;transform:rotate(-45deg);position:absolute}.ek-logo__icon span{position:absolute;right:7px;bottom:7px;width:10px;height:10px;border-radius:50%;background:#65D7FF}.ek-logo__text{font-weight:900;font-size:32px;color:var(--ek-navy);letter-spacing:-.05em}.ek-nav{display:flex;align-items:center;gap:56px}.ek-nav a{color:#071B3A;text-decoration:none;font-size:15px;font-weight:800}.ek-nav a:hover{color:var(--ek-blue)}.ek-header__button{height:48px;padding:0 23px;border-radius:8px;background:#073B9A;color:#fff;display:inline-flex;align-items:center;gap:10px;text-decoration:none;font-weight:900;font-size:15px;box-shadow:0 12px 24px rgba(7,59,154,.22)}.ek-mobile-menu{display:none;position:relative}.ek-mobile-menu summary{list-style:none;width:44px;height:44px;border:1px solid var(--ek-border);border-radius:12px;display:grid;place-items:center;cursor:pointer;font-weight:900}.ek-mobile-menu summary::-webkit-details-marker{display:none}.ek-mobile-menu div{position:absolute;right:0;top:52px;width:240px;background:#fff;border:1px solid var(--ek-border);border-radius:16px;box-shadow:0 18px 44px rgba(15,35,75,.14);padding:10px}.ek-mobile-menu a{display:block;padding:12px;border-radius:10px;text-decoration:none;font-weight:800}.ek-mobile-menu a:hover{background:var(--ek-gray-bg)}.ek-hero{padding:40px 0 0}.ek-hero__grid{display:grid;grid-template-columns:1.02fr 1fr;grid-gap:28px;gap:28px;align-items:stretch}.ek-detail-head h1,.ek-faq-hero h1,.ek-hero h1,.ek-map-page h1,.ek-page-hero h1,.ek-rules-hero h1{margin:0;font-size:clamp(38px,4.7vw,56px);line-height:1.08;letter-spacing:-.055em;color:var(--ek-navy)}.ek-faq-hero p,.ek-hero p,.ek-map-page p,.ek-page-hero p,.ek-rules-hero p{margin:18px 0 26px;font-size:19px;line-height:1.5;color:#3F506B;max-width:720px;font-weight:650}.ek-search-card{padding:18px}.ek-tabs{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:0;gap:0;margin-bottom:18px;border-bottom:1px solid var(--ek-border)}.ek-tabs button{border:0;background:#fff;min-height:54px;color:#66758D;font-weight:900;cursor:pointer;border-bottom:3px solid transparent}.ek-tabs button.is-active{color:var(--ek-blue);border-bottom-color:var(--ek-blue);background:#fff}.ek-tabs--compact{border:1px solid var(--ek-border);border-radius:14px;overflow:hidden;margin:0}.ek-tabs--compact button{border-bottom:0;border-right:1px solid var(--ek-border)}.ek-tabs--compact button.is-active{background:#F2F7FF;border:1px solid var(--ek-blue);border-radius:10px}.ek-field-group label,.ek-select span{display:block;margin-bottom:8px;font-size:13px;color:var(--ek-muted);font-weight:900}.ek-chip-row,.ek-filter-line{display:flex;flex-wrap:wrap;gap:9px}.ek-chip{min-height:43px;padding:10px 16px;border-radius:9px;border:1px solid var(--ek-border);background:#fff;font-weight:900;color:#394B66;text-decoration:none;display:inline-flex;align-items:center;gap:6px}.ek-chip.is-active{border-color:var(--ek-blue);color:var(--ek-blue);background:#F2F7FF;box-shadow:0 0 0 3px rgba(10,91,255,.08)}.ek-form-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:14px;gap:14px;margin-top:18px}.ek-select select{width:100%;height:54px;border:1px solid var(--ek-border);border-radius:10px;padding:0 14px;color:var(--ek-text);font-weight:800;background:#fff}.ek-search-card__footer{display:flex;justify-content:space-between;align-items:center;margin-top:18px;gap:14px}.ek-link-button{border:0;background:transparent;color:var(--ek-blue);font-weight:900;text-decoration:none;cursor:pointer}.ek-primary-button{min-height:52px;border:0;border-radius:10px;padding:14px 24px;background:linear-gradient(180deg,#0A5BFF,#0647CE);color:#fff;font-weight:950;cursor:pointer;box-shadow:0 14px 30px rgba(10,91,255,.26)}.ek-primary-button,.ek-secondary-button{text-decoration:none;display:inline-flex;align-items:center;justify-content:center}.ek-secondary-button{min-height:44px;border:1px solid #bbd0f9;border-radius:10px;padding:11px 16px;background:#fff;color:var(--ek-blue);font-weight:900}.ek-map-canvas,.ek-map-preview{padding:18px;position:relative;min-height:455px;overflow:hidden}.ek-map-canvas{min-height:650px}.ek-map-preview__badge{position:absolute;right:24px;top:24px;z-index:3;background:#fff;border:1px solid var(--ek-border);border-radius:10px;padding:12px 14px;font-size:12px;color:#52627A;display:flex;gap:8px;align-items:center;font-weight:900;box-shadow:0 12px 28px rgba(9,35,78,.1)}.ek-map-preview__map{height:100%;min-height:420px;border-radius:16px;background:linear-gradient(rgba(247,251,255,.78),rgba(247,251,255,.86)),radial-gradient(circle at 35% 45%,rgba(10,91,255,.11),transparent 26%),repeating-linear-gradient(33deg,rgba(10,91,255,.08) 0 1px,transparent 1px 50px),linear-gradient(135deg,#EEF7FF,#FAFCFF);position:relative;display:flex;align-items:center;justify-content:center}.ek-map-canvas .ek-map-preview__map{min-height:610px}.ek-map-preview__map:before{content:"";position:absolute;inset:7% 8% 8% 22%;background:rgba(255,255,255,.45);border:2px solid rgba(98,156,227,.28);border-radius:44% 36% 42% 40%;box-shadow:inset 0 0 0 1px rgba(255,255,255,.7)}.ek-map-preview__map strong{position:relative;font-size:clamp(30px,4vw,48px);color:rgba(7,27,58,.72);letter-spacing:.12em}.ek-map-country{position:absolute;color:#66758D;font-weight:900;font-size:14px;letter-spacing:.04em}.ek-map-country--pl{left:22%;top:25%}.ek-map-country--sk{left:10%;top:49%}.ek-map-country--hu{left:12%;top:62%}.ek-map-country--ro{left:48%;bottom:14%}.ek-map-country--md{right:12%;bottom:18%}.ek-city{position:absolute;color:#071B3A;font-weight:900;font-size:13px}.ek-city--lviv{left:42%;top:43%}.ek-city--uzh{left:30%;top:63%}.ek-city--chern{left:64%;top:66%}.ek-marker{position:absolute;width:32px;height:32px;border-radius:999px;border:4px solid #fff;box-shadow:0 0 0 8px rgba(10,91,255,.11),0 10px 25px rgba(9,35,78,.18);display:grid;place-items:center;font-size:13px;text-decoration:none;z-index:2}.ek-marker--green{background:var(--ek-green)}.ek-marker--yellow{background:var(--ek-yellow)}.ek-marker--red{background:var(--ek-red)}.ek-marker--gray{background:#94A3B8}.ek-dot{width:8px;height:8px;display:inline-block;border-radius:50%}.ek-dot--green{background:var(--ek-green)}.ek-dot--yellow{background:var(--ek-yellow)}.ek-dot--red{background:var(--ek-red)}.ek-dot--gray{background:#94A3B8}.ek-map-legend{position:absolute;right:28px;bottom:28px;background:#fff;border:1px solid var(--ek-border);border-radius:12px;padding:12px 14px;display:flex;gap:16px;flex-wrap:wrap;font-size:12px;color:var(--ek-muted);font-weight:900;box-shadow:0 12px 28px rgba(9,35,78,.1)}.ek-map-legend span{display:inline-flex;align-items:center;gap:6px}.ek-stat-card{padding:24px;display:grid;grid-template-columns:58px 1fr;grid-column-gap:16px;column-gap:16px;align-items:center}.ek-stat-card__icon{width:58px;height:58px;border-radius:50%;display:grid;place-items:center;background:#EEF5FF;color:var(--ek-blue);font-size:28px;grid-row:1/4}.ek-stat-card span{display:block;font-size:13px;color:var(--ek-muted);font-weight:900}.ek-stat-card strong{display:block;margin-top:4px;font-size:28px;color:var(--ek-navy);letter-spacing:-.04em}.ek-stat-card small{display:block;margin-top:2px;color:var(--ek-muted);font-weight:700;line-height:1.45}.ek-table-card{padding:20px}.ek-section-head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:18px}.ek-section-head h2{margin:0;font-size:27px;letter-spacing:-.04em;color:var(--ek-navy)}.ek-section-head p{margin:6px 0 0;color:var(--ek-muted);font-weight:700}.ek-section-head a{color:var(--ek-blue);font-weight:950;text-decoration:none}.ek-table__head,.ek-table__row{display:grid;grid-template-columns:2.1fr 1fr 1.25fr 1.3fr 1fr .9fr;grid-gap:12px;gap:12px;align-items:center}.ek-table__head{padding:14px 16px;background:var(--ek-gray-bg);border-radius:12px;color:var(--ek-muted);font-size:12px;font-weight:950}.ek-table__row{padding:17px 16px;border-bottom:1px solid var(--ek-border)}.ek-table__row strong{display:block;font-weight:950;color:var(--ek-text)}.ek-table__row small{display:block;margin-top:4px;color:var(--ek-muted);font-weight:700;line-height:1.45}.ek-status{width:-moz-fit-content;width:fit-content;padding:8px 11px;border-radius:9px;font-size:12px;font-weight:950;display:inline-flex;align-items:center}.ek-status--green,.ek-status--low{color:var(--ek-green);background:var(--ek-green-bg)}.ek-status--medium,.ek-status--yellow{color:var(--ek-yellow);background:var(--ek-yellow-bg)}.ek-status--high,.ek-status--red{color:var(--ek-red);background:var(--ek-red-bg)}.ek-status--closed,.ek-status--no_data{color:#475569;background:#F1F5F9}.ek-row-button{min-height:42px;padding:9px 15px;border:1px solid #bbd0f9;border-radius:10px;color:var(--ek-blue);display:inline-flex;align-items:center;justify-content:center;text-decoration:none;font-weight:950;font-size:13px}.ek-table-note{margin:14px 0 0;text-align:center;color:var(--ek-muted);font-size:12px;font-weight:800}.ek-load{display:flex;gap:4px}.ek-load i{width:10px;height:10px;border-radius:99px;background:#CBD5E1}.ek-load--low i:not(.is-muted){background:var(--ek-green)}.ek-load--medium i:not(.is-muted){background:var(--ek-yellow)}.ek-load--high i:not(.is-muted){background:var(--ek-red)}.ek-load i.is-muted{background:#DCE4EF}.ek-page-hero{padding:34px 0 10px}.ek-page-hero__row{display:flex;justify-content:space-between;gap:24px;align-items:flex-start;margin-bottom:24px}.ek-live-indicator{display:inline-flex;align-items:center;gap:8px;background:#fff;border:1px solid var(--ek-border);border-radius:999px;padding:11px 16px;color:var(--ek-muted);font-size:13px;font-weight:900;white-space:nowrap;box-shadow:0 8px 24px rgba(9,35,78,.06)}.ek-content-card{padding:26px}.ek-content-card h2{margin:0 0 14px;color:var(--ek-navy);font-size:28px;letter-spacing:-.04em}.ek-content-card h3{margin:18px 0 8px;color:var(--ek-navy)}.ek-content-card li,.ek-content-card p{color:var(--ek-muted);line-height:1.65;font-weight:650}.ek-content-card ul{padding-left:20px}.ek-mini-card{background:#fff;border:1px solid var(--ek-border);border-radius:14px;padding:18px}.ek-mini-card span{width:44px;height:44px;border-radius:14px;background:#EEF5FF;display:grid;place-items:center;margin-bottom:10px}.ek-mini-card h3{margin:0 0 6px;color:var(--ek-navy)}.ek-mini-card p{margin:0;color:var(--ek-muted);font-weight:650;line-height:1.5}.ek-how,.ek-route-section,.ek-source-section{padding:22px}.ek-route-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:16px;gap:16px}.ek-route-card{border:1px solid var(--ek-border);border-radius:14px;padding:18px;background:#fff}.ek-route-card b,.ek-route-card small,.ek-route-card span,.ek-route-card strong{display:block}.ek-route-card small,.ek-route-card span{color:var(--ek-muted);font-weight:700;line-height:1.45}.ek-route-card b{margin:12px 0 8px;color:var(--ek-green);font-size:12px}.ek-route-line{height:7px;border-radius:99px;background:#E1E8F2;overflow:hidden;margin:12px 0}.ek-route-line i{display:block;height:100%;background:linear-gradient(90deg,var(--ek-green),var(--ek-yellow),var(--ek-red));border-radius:99px}.ek-step-mini{display:flex;gap:16px;align-items:center;border:1px solid var(--ek-border);background:#fff;border-radius:14px;padding:18px}.ek-step-mini b{width:34px;height:34px;display:grid;place-items:center;border-radius:50%;background:var(--ek-blue);color:#fff}.ek-step-mini h3{margin:0 0 4px}.ek-step-mini p{margin:0;color:var(--ek-muted);font-weight:650}.ek-alert-promo{padding:22px;display:grid;grid-template-columns:300px 1fr 260px;grid-gap:28px;gap:28px;align-items:center;background:linear-gradient(135deg,#F7FBFF,#EAF3FF)}.ek-phone{height:190px;border-radius:34px;background:linear-gradient(180deg,#0B254F,#7CD3FF);color:#fff;padding:22px;position:relative;box-shadow:inset 0 0 0 8px #0A214A,0 20px 40px rgba(9,35,78,.18)}.ek-phone>span{font-size:36px;font-weight:300}.ek-phone div{position:absolute;left:20px;right:20px;bottom:24px;background:rgba(255,255,255,.92);color:var(--ek-text);border-radius:14px;padding:12px}.ek-alert-promo h2{margin:0 0 10px;font-size:30px;letter-spacing:-.04em}.ek-alert-promo li,.ek-alert-promo p{color:var(--ek-muted);font-weight:700;line-height:1.6}.ek-ai-summary{padding:22px;border-color:rgba(10,91,255,.22);background:linear-gradient(135deg,#fff,#F3F8FF)}.ek-ai-summary h2{margin:0 0 10px;color:var(--ek-navy)}.ek-ai-summary li,.ek-ai-summary p{color:var(--ek-muted);line-height:1.6;font-weight:700}.ek-breadcrumbs{display:flex;gap:8px;align-items:center;color:var(--ek-muted);font-size:13px;margin-bottom:18px;flex-wrap:wrap;font-weight:850}.ek-breadcrumbs a{color:var(--ek-muted);text-decoration:none}.ek-breadcrumbs a:hover{color:var(--ek-blue)}.ek-breadcrumbs__item{display:inline-flex;gap:8px;align-items:center}.ek-detail-page{padding:28px 0 60px}.ek-detail-head{display:flex;align-items:flex-start;justify-content:space-between;gap:20px}.ek-tags{display:flex;gap:10px;flex-wrap:wrap;margin-top:14px}.ek-tags span{background:#fff;border:1px solid var(--ek-border);border-radius:999px;padding:9px 14px;font-weight:900;font-size:14px}.ek-detail-actions{display:flex;gap:10px;flex-wrap:wrap}.ek-summary-grid{display:grid;grid-template-columns:repeat(5,1fr);grid-gap:16px;gap:16px}.ek-summary-card{padding:22px}.ek-summary-card span{color:var(--ek-muted);font-size:13px;font-weight:900}.ek-summary-card strong{display:block;margin:10px 0 5px;font-size:26px;letter-spacing:-.04em;color:var(--ek-navy)}.ek-summary-card small{display:block;color:var(--ek-muted);font-weight:700;line-height:1.4}.ek-detail-layout{display:grid;grid-template-columns:1fr 360px;grid-gap:20px;gap:20px}.ek-chart-card{padding:24px}.ek-chart-card h2{margin:0 0 20px}.ek-chart-placeholder{min-height:360px;border-radius:18px;background:linear-gradient(90deg,transparent 0 12.4%,rgba(226,232,245,.8) 12.5%,transparent 12.6%),linear-gradient(180deg,transparent 0 24.8%,rgba(226,232,245,.8) 25%,transparent 25.2%),#fff;overflow:hidden;display:grid;place-items:center;padding:20px}.ek-detail-sidebar{display:grid;grid-gap:14px;gap:14px;align-content:start}.ek-side-card{padding:20px}.ek-side-card h3{margin:0 0 12px;color:var(--ek-navy)}.ek-side-card strong{display:block;color:var(--ek-navy);font-size:25px;margin-bottom:6px}.ek-side-card p{color:var(--ek-muted);line-height:1.55;font-weight:650}.ek-side-card a{display:block;color:var(--ek-blue);text-decoration:none;font-weight:950;padding:10px 0;border-top:1px solid var(--ek-border)}.ek-no-data{max-width:560px;text-align:center}.ek-no-data strong{display:block;font-size:25px;color:var(--ek-navy)}.ek-no-data p{color:var(--ek-muted);line-height:1.55;font-weight:750}.ek-map-split{display:grid;grid-template-columns:350px 1fr;min-height:650px;overflow:hidden}.ek-map-split__list{padding:20px;border-right:1px solid var(--ek-border);background:rgba(255,255,255,.96)}.ek-map-item{padding:15px 0;border-bottom:1px solid var(--ek-border)}.ek-map-item a,.ek-map-item small,.ek-map-item strong{display:block}.ek-map-item small{color:var(--ek-muted);margin:4px 0 8px;font-weight:700}.ek-map-item a{color:var(--ek-blue);text-decoration:none;font-weight:950}.ek-rules-hero{min-height:260px;display:flex;align-items:center;background:radial-gradient(circle at 80% 36%,rgba(10,91,255,.18),transparent 18%),linear-gradient(135deg,#fff,#F1F7FF);border-radius:0;border:0;padding:34px 0}.ek-rules-hero .ek-container{background:transparent}.ek-segmented{padding:8px;display:grid;grid-template-columns:repeat(6,1fr);grid-gap:0;gap:0;margin-top:-8px;position:relative;z-index:2}.ek-segmented button{min-height:62px;border:1px solid var(--ek-border);background:#fff;color:var(--ek-muted);font-weight:950;cursor:pointer}.ek-segmented button:first-child{border-radius:12px 0 0 12px}.ek-segmented button:last-child{border-radius:0 12px 12px 0}.ek-segmented button.is-active{border-color:var(--ek-blue);background:#fff;color:var(--ek-blue);box-shadow:inset 0 -3px 0 var(--ek-blue)}.ek-document-card,.ek-step-card{padding:24px}.ek-step-card span{width:34px;height:34px;display:grid;place-items:center;border-radius:50%;background:var(--ek-blue);color:#fff;font-weight:950;margin-bottom:24px}.ek-document-card h3,.ek-step-card h3{margin:0 0 10px;color:var(--ek-navy)}.ek-document-card p,.ek-step-card p{color:var(--ek-muted);line-height:1.55;font-weight:650}.ek-faq-hero{display:grid;grid-template-columns:1fr 390px;grid-gap:24px;gap:24px;align-items:center}.ek-search-input{margin-top:24px;height:58px;max-width:580px;background:#fff;border:1px solid var(--ek-border);border-radius:10px;padding:0 16px;display:flex;align-items:center;gap:12px}.ek-search-input input{flex:1 1;border:0;outline:0;font-size:15px}.ek-faq-illustration{height:240px;border-radius:28px;background:radial-gradient(circle at 45% 45%,rgba(10,91,255,.22),transparent 36%),linear-gradient(135deg,#EEF6FF,#fff);display:grid;place-items:center;color:var(--ek-blue);font-size:110px;font-weight:950}.ek-faq-tabs{display:flex;gap:14px;margin:28px 0;overflow-x:auto}.ek-faq-tabs a{min-height:50px;padding:14px 22px;border:1px solid var(--ek-border);border-radius:10px;background:#fff;color:var(--ek-muted);font-weight:950;white-space:nowrap;text-decoration:none}.ek-faq-tabs a.is-active{color:var(--ek-blue);border-color:var(--ek-blue);background:#F2F7FF;box-shadow:inset 0 -3px 0 var(--ek-blue)}.ek-faq-group{padding:24px}.ek-faq-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px}.ek-faq-grid details{border:1px solid var(--ek-border);border-radius:10px;background:#fff;padding:17px}.ek-faq-grid summary{cursor:pointer;font-weight:950;color:var(--ek-text)}.ek-faq-grid p{color:var(--ek-muted);line-height:1.6;font-weight:650}.ek-footer{margin-top:60px;padding:42px 0 22px;background:linear-gradient(135deg,#061A37,#082853);color:#fff}.ek-footer__grid{display:grid;grid-template-columns:1.7fr 1fr 1fr 1.2fr;grid-gap:32px;gap:32px}.ek-logo--footer .ek-logo__text{color:#fff}.ek-footer p{color:rgba(255,255,255,.74);line-height:1.6;max-width:360px;font-weight:650}.ek-footer h4{margin:0 0 14px;color:#fff}.ek-footer a{display:block;color:rgba(255,255,255,.74);text-decoration:none;margin:9px 0;font-weight:750}.ek-footer a:hover{color:#fff}.ek-socials{display:flex;gap:10px;margin-top:18px}.ek-socials span{width:34px;height:34px;border-radius:50%;background:rgba(255,255,255,.12);display:grid;place-items:center;font-weight:900}.ek-lang{display:flex;gap:8px;margin-top:18px}.ek-lang button{height:36px;min-width:48px;border-radius:8px;border:1px solid rgba(255,255,255,.24);background:transparent;color:#fff;font-weight:900}.ek-footer__bottom{margin-top:32px;padding-top:18px;border-top:1px solid rgba(255,255,255,.12);display:flex;justify-content:space-between;gap:24px;color:rgba(255,255,255,.58);font-size:12px;line-height:1.5}@media(max-width:1100px){.ek-summary-grid{grid-template-columns:repeat(2,1fr)}.ek-detail-layout{grid-template-columns:1fr}.ek-route-grid{grid-template-columns:repeat(2,1fr)}.ek-alert-promo,.ek-map-split{grid-template-columns:1fr}.ek-map-split__list{order:2;border-right:0;border-top:1px solid var(--ek-border)}}@media(max-width:900px){.ek-container{width:min(100% - 24px,1280px)}.ek-grid-2,.ek-grid-3,.ek-grid-4,.ek-hero__grid{grid-template-columns:1fr}.ek-tabs{grid-template-columns:repeat(2,1fr);border:1px solid var(--ek-border);border-radius:12px;overflow:hidden}.ek-form-grid{grid-template-columns:1fr}.ek-search-card__footer{flex-direction:column;align-items:stretch}.ek-primary-button{width:100%}.ek-page-hero__row{flex-direction:column}.ek-table__head{display:none}.ek-table__row{grid-template-columns:1fr;gap:10px;border:1px solid var(--ek-border);border-radius:14px;margin-bottom:12px}.ek-map-canvas,.ek-map-preview{min-height:430px}.ek-map-canvas .ek-map-preview__map,.ek-map-preview__map{min-height:390px}.ek-segmented{grid-template-columns:repeat(2,1fr)}.ek-rules-hero{padding:24px 0}.ek-faq-hero{grid-template-columns:1fr}.ek-faq-illustration{display:none}.ek-faq-grid{grid-template-columns:1fr}.ek-footer__grid{grid-template-columns:1fr 1fr}.ek-footer__bottom{flex-direction:column}.ek-nav{display:none}.ek-mobile-menu{display:block}.ek-header__button{padding:0 12px;font-size:0}.ek-header__button span:first-child{font-size:18px}.ek-logo__text{font-size:26px}}@media(max-width:640px){.ek-route-grid,.ek-summary-grid{grid-template-columns:1fr}.ek-detail-head{flex-direction:column}.ek-detail-actions{width:100%}.ek-footer__grid{grid-template-columns:1fr}.ek-map-legend{left:28px;right:28px}.ek-stat-card{grid-template-columns:1fr}.ek-stat-card__icon{grid-row:auto}.ek-header__inner{height:64px}.ek-hero h1,.ek-page-hero h1{font-size:36px}.ek-city,.ek-map-country{display:none}}.ek-live-box{display:grid;grid-gap:10px;gap:10px;align-content:center;min-height:180px;padding:24px;border-radius:24px;background:linear-gradient(135deg,rgba(28,183,136,.14),rgba(40,88,255,.1));border:1px solid rgba(28,183,136,.22)}.ek-live-box strong{font-size:clamp(34px,5vw,64px);line-height:1;letter-spacing:-.06em}.ek-live-box p{margin:0;color:var(--ek-muted)}.ek-live-box small{color:var(--ek-soft)}.ek-map-split__meta{margin:8px 0 14px;color:var(--ek-muted);line-height:1.55;font-weight:700}.ek-osm-map-wrap{padding:16px;background:linear-gradient(180deg,rgba(255,255,255,.82),rgba(245,249,255,.96))}.ek-checkpoint-map-card{padding:20px}.ek-osm-card{position:relative;overflow:hidden;border:1px solid var(--ek-border);border-radius:18px;background:linear-gradient(135deg,#EEF7FF,#FAFCFF);box-shadow:inset 0 1px 0 rgba(255,255,255,.9);min-height:420px}.ek-osm-card__frame{position:absolute;inset:0;width:100%;height:100%;border:0;filter:saturate(.92) contrast(.98) brightness(1.04);opacity:.86}.ek-osm-card:after{content:"";position:absolute;inset:0;background:radial-gradient(circle at 70% 15%,rgba(10,91,255,.11),transparent 28%),linear-gradient(180deg,rgba(246,250,255,.08),rgba(246,250,255,.26));pointer-events:none}.ek-osm-card__attribution,.ek-osm-card__badge,.ek-osm-card__legend{position:absolute;z-index:4;background:rgba(255,255,255,.94);border:1px solid var(--ek-border);border-radius:12px;box-shadow:0 12px 24px rgba(9,35,78,.1)}.ek-osm-card__badge{top:16px;display:inline-flex;align-items:center;gap:8px;color:#485A77}.ek-osm-card__badge,.ek-osm-card__legend{right:16px;padding:10px 14px;font-size:12px;font-weight:900}.ek-osm-card__legend{bottom:16px;display:flex;flex-wrap:wrap;gap:12px;color:#52627A}.ek-osm-card__legend span{display:inline-flex;align-items:center;gap:6px}.ek-osm-card__attribution{left:16px;bottom:16px;padding:9px 12px;color:#52627A;font-size:11px;font-weight:850}.ek-osm-card__overlay{position:absolute;inset:0;z-index:3}.ek-osm-marker{position:absolute;transform:translate(-50%,-50%);width:38px;height:38px;border-radius:999px;display:grid;place-items:center;text-decoration:none;border:4px solid #fff;box-shadow:0 0 0 8px rgba(10,91,255,.13),0 12px 28px rgba(9,35,78,.22);transition:transform .18s ease,box-shadow .18s ease}.ek-osm-marker.is-focused,.ek-osm-marker:hover{transform:translate(-50%,-50%) scale(1.12);z-index:6;box-shadow:0 0 0 10px rgba(10,91,255,.18),0 18px 34px rgba(9,35,78,.28)}.ek-osm-marker span{font-size:14px;line-height:1}.ek-osm-marker strong{top:42px;background:#fff;border:1px solid var(--ek-border);border-radius:999px;padding:5px 8px;color:var(--ek-navy);font-weight:950;box-shadow:0 8px 18px rgba(9,35,78,.12)}.ek-osm-marker em,.ek-osm-marker strong{position:absolute;left:50%;transform:translateX(-50%);white-space:nowrap;font-size:11px}.ek-osm-marker em{top:-30px;background:rgba(6,26,61,.92);color:#fff;border-radius:8px;padding:6px 9px;font-style:normal;font-weight:900;opacity:0;pointer-events:none;transition:opacity .15s ease}.ek-osm-marker.is-focused em,.ek-osm-marker:hover em{opacity:1}.ek-osm-marker--high{background:var(--ek-red)}.ek-osm-marker--medium{background:var(--ek-yellow)}.ek-osm-marker--low{background:var(--ek-green)}.ek-osm-marker--closed,.ek-osm-marker--no_data{background:#94A3B8}.ek-osm-card__list{position:absolute;left:16px;top:16px;z-index:4;width:min(320px,calc(100% - 32px));display:grid;grid-gap:8px;gap:8px}.ek-osm-card__list a{display:block;text-decoration:none;background:rgba(255,255,255,.94);border:1px solid var(--ek-border);border-radius:12px;padding:10px 12px;box-shadow:0 10px 20px rgba(9,35,78,.09)}.ek-osm-card__list b{display:block;color:var(--ek-navy);font-size:13px}.ek-osm-card__list span{display:block;margin-top:3px;color:var(--ek-muted);font-size:11px;font-weight:800}.ek-live-box small{color:var(--ek-text);opacity:.82;font-weight:800}@media(max-width:900px){.ek-osm-card__attribution,.ek-osm-card__badge,.ek-osm-card__legend{left:14px;right:14px}.ek-osm-card__badge{top:14px}.ek-osm-card__legend{bottom:14px}.ek-osm-card__attribution{bottom:66px}.ek-osm-card__list,.ek-osm-marker strong{display:none}}.ek-live-filters{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:12px;gap:12px;padding:14px;margin-bottom:18px;border:1px solid var(--ek-border);border-radius:16px;background:linear-gradient(135deg,#F8FBFF,#FFFFFF)}.ek-live-filters label{display:grid;grid-gap:7px;gap:7px}.ek-live-filters span{color:var(--ek-muted);font-size:12px;font-weight:950}.ek-live-filters select{width:100%;min-height:46px;border:1px solid var(--ek-border);border-radius:10px;padding:0 12px;background:#fff;color:var(--ek-text);font-weight:850}.ek-inline-note{display:block;margin-top:5px;color:var(--ek-muted);font-size:12px;font-weight:800}.ek-live-explainer{padding:24px;background:linear-gradient(135deg,#FFFFFF,#F3F8FF)}.ek-live-explainer h2{margin:0 0 8px;color:var(--ek-navy);letter-spacing:-.04em}.ek-live-explainer p{margin:0 0 18px;color:var(--ek-muted);font-weight:700;line-height:1.6;max-width:780px}.ek-live-explainer article{border:1px solid var(--ek-border);background:#fff;border-radius:14px;padding:16px}.ek-live-explainer article b{display:block;margin-bottom:6px;color:var(--ek-blue-dark)}.ek-live-explainer article span{color:var(--ek-muted);font-weight:700;line-height:1.5}.ek-live-box__meta{display:flex;flex-wrap:wrap;gap:8px}.ek-live-box__meta span,.ek-live-variants span{display:inline-flex;align-items:center;min-height:32px;padding:6px 10px;border-radius:999px;background:rgba(255,255,255,.82);border:1px solid rgba(28,183,136,.22);color:var(--ek-text);font-size:12px;font-weight:900}.ek-live-variants{display:flex;flex-wrap:wrap;gap:8px;margin-top:2px}.ek-osm-card__list span{line-height:1.45}@media(max-width:900px){.ek-live-filters{grid-template-columns:1fr 1fr}}@media(max-width:640px){.ek-live-filters{grid-template-columns:1fr}}