/* EGM500 V0.01 — source design: EGM500 – Design-draft.pdf. */
:root{--navy:#142349;--navy-mid:#26356b;--purple:#6239b3;--purple-dark:#4e278f;--purple-soft:#f0ebfa;--ink:#1c2b48;--text:#4e5b72;--muted:#657187;--line:#dce1eb;--soft:#f6f7fa;--tint:#edf2f8;--white:#fff;--green:#087969;--red:#ae2939;--amber:#856119;--shadow:0 8px 26px rgb(25 38 72 / 6%);--radius:5px;--width:1200px}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0;background:var(--white);color:var(--ink);font-family:Inter,"Segoe UI",Arial,sans-serif;font-size:15px;line-height:1.6;-webkit-font-smoothing:antialiased}button,input,select,textarea{font:inherit}button,a,input,select,textarea{touch-action:manipulation}button{cursor:pointer}img{max-width:100%;height:auto}svg{display:inline-block;flex-shrink:0}a{color:var(--purple);text-decoration:none;text-underline-offset:4px}a:hover{text-decoration:underline}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,summary:focus-visible{outline:3px solid #9a76e0;outline-offset:4px}h1,h2,h3,h4{color:var(--navy);line-height:1.2;letter-spacing:-.035em;margin:0 0 16px;font-weight:730}h1{font-size:clamp(32px,3.5vw,48px)}h2{font-size:clamp(24px,2.3vw,30px)}h3{font-size:19px;letter-spacing:-.02em}h4{font-size:16px}p{margin:0 0 18px}small{font-size:12px}ul,ol{padding-left:24px}hr{border:0;border-top:1px solid var(--line);margin:28px 0}::selection{background:#e1d5f6;color:var(--navy)}.container{width:min(var(--width),calc(100% - 64px));margin-inline:auto}.section{padding-block:66px}.section-soft{background:var(--soft)}.section-tint{background:var(--tint)}.icon{width:24px;height:24px}.sr-only{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link{position:fixed;top:10px;left:20px;z-index:200;background:var(--navy);color:white;padding:12px 20px;transform:translateY(-150%)}.skip-link:focus{transform:translateY(0)}.muted{color:var(--muted)}.lead{font-size:18px;line-height:1.7;color:var(--text);max-width:820px}.eyebrow{display:block;font-size:10px;letter-spacing:.16em;text-transform:uppercase;font-weight:750;color:var(--purple);line-height:1.6;margin-bottom:16px}.text-link{font-size:12px;font-weight:700;line-height:1.5;display:inline-flex;align-items:center;gap:8px;min-height:44px}.preserve-lines{white-space:pre-wrap;overflow-wrap:anywhere}.stack>*+*{margin-top:24px}
.site-header{background:#fff;border-bottom:1px solid #e8ebf2;position:relative;z-index:20}.site-header>.container{min-height:82px;display:flex;align-items:center;gap:25px}.brand{display:flex;align-items:center;flex-shrink:0}.brand img{width:146px;height:auto;display:block}.site-header nav{display:flex;gap:22px;align-items:center;margin-left:auto}.site-header nav a{color:var(--ink);font-size:12px;font-weight:600;min-height:44px;display:inline-flex;align-items:center;white-space:nowrap;border-bottom:2px solid transparent}.site-header nav a[aria-current="page"]{color:var(--purple);border-bottom-color:var(--purple)}.header-actions{display:flex;align-items:center;gap:12px;margin-left:auto;flex-shrink:0}.header-actions .button{font-size:12px;padding:10px 14px;min-height:40px}.header-actions form{margin:0}.language-switch{display:flex;gap:2px;align-items:center;font-size:11px;white-space:nowrap}.language-switch a{display:inline-flex;align-items:center;justify-content:center;min-width:28px;min-height:44px;color:var(--muted)}.language-switch a[aria-current="true"],.language-switch a[aria-current="page"],.language-switch .active{color:var(--purple);font-weight:750}.nav-toggle{display:none;background:transparent;border:1px solid var(--line);color:var(--navy);min-height:44px;min-width:44px;font-size:22px;padding:4px}.nav-toggle .icon{vertical-align:middle}.site-footer{padding-block:38px;background:#fff;border-top:1px solid var(--line);font-size:12px;color:var(--muted)}.site-footer>.container{display:flex;align-items:center;gap:30px;flex-wrap:wrap}.site-footer .brand img{width:128px}.site-footer p{font-size:11px;margin:0;max-width:340px}.site-footer nav{display:flex;gap:20px;flex-wrap:wrap;margin-left:auto;align-items:center}.site-footer nav a{display:inline-flex;align-items:center;min-height:44px;color:var(--text)}.site-footer .footer-caption{font-size:11px;margin-top:14px;width:100%}main{min-height:60vh}main:focus{outline:none}main>.container:not(.section){padding-block:42px 64px}main>.container>.alert:first-child{margin-top:0}main>.alert{width:min(var(--width),calc(100% - 64px));margin:18px auto}main>h1,main>h2,main>p{width:min(var(--width),calc(100% - 64px));margin-inline:auto}main>h1{margin-top:42px}
.button,button[type="submit"]{display:inline-flex;justify-content:center;align-items:center;gap:10px;min-height:44px;background:var(--purple);color:#fff;font-weight:650;font-size:13px;line-height:1.35;border:1px solid var(--purple);border-radius:2px;padding:12px 20px;text-decoration:none;transition:background .15s,box-shadow .15s}.button:hover,button[type="submit"]:hover{background:var(--purple-dark);border-color:var(--purple-dark);text-decoration:none;box-shadow:0 3px 10px #4421711a}.button-secondary,button.button-secondary{background:#fff;color:var(--navy);border-color:#9ca7bc}.button-secondary:hover,button.button-secondary:hover{color:var(--purple);background:var(--purple-soft);border-color:var(--purple)}.button-ghost,button.button-ghost{background:transparent;color:var(--purple);border-color:transparent;padding-inline:12px}.button-ghost:hover,button.button-ghost:hover{background:var(--purple-soft);color:var(--purple);border-color:transparent}.button-danger{background:var(--red);border-color:var(--red)}button:disabled,.button[aria-disabled="true"]{opacity:.5;cursor:not-allowed;box-shadow:none}.actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-top:22px}.actions form,.inline-form{display:inline-flex;margin:0;align-items:center;gap:10px;flex-wrap:wrap}.actions form .button{margin:0}
.hero{position:relative;overflow:hidden;background:linear-gradient(108deg,#f0edf8 0%,#f6f7fc 54%,#f2f4fa 100%)}.hero:before{content:"";position:absolute;inset:0;background-image:linear-gradient(#6b75a407 1px,transparent 1px),linear-gradient(90deg,#6b75a407 1px,transparent 1px);background-size:40px 40px;pointer-events:none}.hero-inner{display:grid;grid-template-columns:1.04fr 1fr;min-height:538px;position:relative;align-items:center}.hero-copy{position:relative;z-index:2;padding-block:65px 62px;max-width:620px}.hero-copy .eyebrow{font-size:10px;margin-bottom:18px;letter-spacing:.17em}.hero h1{font-size:clamp(38px,3.5vw,53px);font-weight:760;letter-spacing:-.042em;line-height:1.07;margin-bottom:24px;max-width:590px}.hero-lead{font-size:16px;line-height:1.65;color:#50596f;max-width:440px;margin-bottom:34px}.hero-search{width:100%;display:flex;align-items:center;background:white;box-shadow:0 6px 20px #23315b10;border:1px solid #dfe1ea;gap:13px;padding:6px;margin-bottom:20px;position:relative;z-index:3}.hero-search .icon{width:19px;height:19px;margin-left:13px;color:#7c86a1}.hero-search input{min-width:0;border:0;padding:12px 0;flex:1;font-size:12px;background:transparent;color:var(--navy);box-shadow:none}.hero-search input::placeholder{color:#7c8599}.hero-search .button{min-width:91px;min-height:46px;padding:11px 17px;font-size:12px}.hero-quicklinks{display:flex;align-items:center;gap:8px;flex-wrap:wrap;font-size:10px;max-width:520px}.hero-quicklinks>span{color:var(--muted);margin-right:3px}.hero-quicklinks a{display:inline-flex;align-items:center;min-height:34px;background:#fff;border:1px solid var(--line);color:var(--text);padding:6px 10px;font-size:10px}.hero-visual{position:relative;height:100%;min-height:510px;margin-left:10px}.europe-map{position:absolute;object-fit:contain;width:455px;height:493px;left:0;top:14px;max-width:none}.hero-note{background:#ffffffef;border:1px solid #efedf4;box-shadow:0 5px 32px #1d2c5810;padding:24px 18px 17px;width:190px;position:absolute;right:-6px;top:83px;text-align:center}.hero-note .eyebrow{font-size:8px;letter-spacing:.1em;margin-bottom:11px}.hero-note h2{font-size:18px;letter-spacing:-.025em;line-height:1.17;margin-bottom:12px}.hero-note p{font-size:11px;color:var(--muted);line-height:1.6;margin-bottom:18px}.hero-languages{display:flex;justify-content:center;align-items:center;gap:12px;font-size:19px;font-weight:750;color:var(--navy-mid);margin-bottom:3px}.hero-languages>span:nth-child(2){font-size:13px;color:var(--purple)}.hero-note small{display:block;font-size:9px;color:var(--muted);margin-bottom:11px}.hero-note .text-link{font-size:10px;min-height:34px}.home-metrics{background:#fff}.metrics-grid{display:grid;grid-template-columns:repeat(4,1fr)}.home-metric{display:flex;align-items:center;justify-content:center;gap:16px;min-height:120px;border-right:1px solid #eaedf3;padding:24px 18px}.home-metric:first-child{border-left:1px solid #eaedf3}.home-metric>.icon{width:27px;height:27px;color:var(--navy-mid)}.home-metric strong{display:block;font-size:32px;font-weight:740;color:var(--navy);letter-spacing:-.035em;line-height:1.2;margin-bottom:9px}.home-metric span{display:block;font-size:10px;color:var(--muted);line-height:1.4}.home-metric strong .metric-divider{display:inline;font-size:21px;font-weight:400;color:#a0a7bc}.coverage-strip{background:var(--navy-mid);color:#e6eafa;font-size:10px;padding-block:12px}.coverage-strip>.container{display:flex;align-items:center;gap:12px}.coverage-strip>.container>span:nth-child(2){font-weight:700;color:#fff;white-space:nowrap}.coverage-dot{width:6px;height:6px;background:#b9a0e7;border-radius:50%;flex-shrink:0}.coverage-strip a{color:#fff;white-space:nowrap;margin-left:auto}.coverage-description{opacity:.83}
.section-heading{display:flex;align-items:center;justify-content:space-between;gap:25px;margin-bottom:30px}.section-heading h2{display:flex;align-items:center;gap:17px;font-size:26px;margin-bottom:9px;letter-spacing:-.035em}.section-heading p{font-size:11px;color:var(--text);margin-bottom:0}.section-heading>.text-link{flex-shrink:0;font-size:10px}.heading-mark{position:relative;display:inline-block;width:9px;height:9px;background:var(--navy-mid);transform:rotate(45deg);margin-left:7px}.heading-mark:before{content:"";position:absolute;width:16px;height:1px;background:#8591b1;top:16px;left:-15px;transform:rotate(-45deg)}.home-empty{display:flex;align-items:center;gap:24px;padding:30px 34px;background:#fff;border:1px solid var(--line);border-left:3px solid #cbbde4;min-height:154px;box-shadow:var(--shadow)}.empty-icon{width:58px;height:58px;display:flex;align-items:center;justify-content:center;background:var(--purple-soft);color:#6541a4;flex-shrink:0}.empty-icon>.icon{width:29px;height:29px}.home-empty h3{font-size:19px;margin-bottom:10px}.home-empty p{font-size:13px;color:var(--text);margin-bottom:4px;max-width:760px}.home-empty .text-link{font-size:11px}.change-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px}.change-card{background:#fff;border:1px solid #e3e6ee;padding:20px 16px;box-shadow:var(--shadow);display:flex;flex-direction:column;min-height:205px}.card-meta{display:flex;align-items:center;justify-content:space-between;gap:10px;color:var(--muted);font-size:10px;margin-bottom:18px}.card-meta time{white-space:nowrap;font-size:9px}.change-card .badge{font-size:7px;letter-spacing:.03em;padding:4px 5px}.change-card h3{font-size:15px;margin-bottom:9px}.change-card h3 a{color:var(--navy)}.change-card p{font-size:11px;color:var(--text);line-height:1.6;overflow-wrap:anywhere}.change-card>.text-link{margin-top:auto;font-size:10px}.table-arrow{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;background:var(--purple-soft);color:var(--purple);font-size:20px}.table-arrow:hover{background:#e6dcf6;text-decoration:none}.role-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:13px}.role-card{background:#fff;min-width:0;border:1px solid #e5e9f0}.role-art{height:115px;position:relative;overflow:hidden;background:linear-gradient(120deg,#0c214c,#253f75);display:flex;align-items:center;padding:25px;color:#eeeafa}.role-art:before{content:"";position:absolute;width:160px;height:160px;border:1px solid #ffffff30;transform:rotate(35deg);right:-60px;top:-48px}.role-art:after{content:"";position:absolute;width:100px;height:100px;border:1px solid #ffffff20;transform:rotate(35deg);right:-20px;bottom:-60px}.role-art>.icon{width:42px;height:42px;stroke-width:1.15;position:relative;z-index:1}.role-number{position:absolute;right:15px;bottom:-6px;font-size:74px;font-weight:730;line-height:1;letter-spacing:-.08em;color:#ffffff0d}.role-art-1{background:linear-gradient(120deg,#57428f,#8765b3)}.role-art-2{background:linear-gradient(120deg,#213b5d,#4e6b8b)}.role-art-3{background:linear-gradient(120deg,#282f68,#56568b)}.role-art-4{background:linear-gradient(120deg,#304d66,#8e9db1)}.role-body{padding:19px 17px 16px;display:flex;flex-direction:column;min-height:193px}.role-body h3{font-size:16px;margin-bottom:10px}.role-body p{font-size:11px;color:var(--text);line-height:1.8;flex:1}.role-body a{display:inline-flex;align-items:center;gap:7px;min-height:38px;font-size:10px;font-weight:700;color:var(--navy-mid)}.insight-intro{display:grid;grid-template-columns:1fr 2fr;border:1px solid var(--line);min-height:312px}.insight-visual{position:relative;padding:38px;background:linear-gradient(145deg,#12203d,#253769 75%,#66528f);color:white;overflow:hidden;display:flex;flex-direction:column;justify-content:space-between}.insight-visual>span{font-weight:750;letter-spacing:-.07em;font-size:35px;line-height:1;position:relative;z-index:1}.insight-visual>span>span{color:#bda2e2}.insight-visual small{font-size:10px;letter-spacing:.17em;line-height:1.8;position:relative;z-index:1}.insight-lines{position:absolute;inset:0;opacity:.22;background-image:repeating-linear-gradient(32deg,transparent 0 38px,#c3cff7 38px 39px,transparent 39px 90px),repeating-linear-gradient(-32deg,transparent 0 58px,#c3cff7 58px 59px,transparent 59px 130px);mask-image:linear-gradient(transparent,#000)}.insight-copy{padding:36px 43px;max-width:780px}.insight-copy h3{font-size:28px;max-width:520px;margin-bottom:19px}.insight-copy p{font-size:13px;color:var(--text);line-height:1.8}.insight-copy .text-link{font-size:11px}.news-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.news-card{display:flex;flex-direction:column}.news-card h3 a{color:var(--navy)}.news-card p{font-size:13px;color:var(--text)}.news-card .card-meta{margin-top:auto;margin-bottom:0}.home-lower-grid{display:grid;grid-template-columns:1fr 1fr;gap:38px}.home-lower-grid .section-heading h2{font-size:22px}.home-lower-grid .section-heading{align-items:flex-start;gap:15px}.home-lower-grid .home-empty{padding:25px;align-items:flex-start;min-height:217px}.home-lower-grid .home-empty h3{font-size:17px}.home-lower-grid .home-empty p{font-size:12px}.home-lower-grid .empty-icon{width:42px;height:42px}.home-lower-grid .empty-icon>.icon{width:23px;height:23px}.join-panel{border-left:1px solid var(--line);padding:9px 0 9px 36px}.join-panel .eyebrow{margin-bottom:17px}.join-panel h2{font-size:28px;line-height:1.2;max-width:440px}.join-panel p{font-size:13px;color:var(--text);max-width:440px}.join-panel .button{font-size:12px;margin-top:5px}.event-list{border:1px solid var(--line);background:#fff}.home-event{display:flex;align-items:center;gap:18px;padding:17px 18px;border-bottom:1px solid var(--line)}.home-event:last-child{border-bottom:0}.event-date{display:flex;flex-direction:column;align-items:center;gap:4px;min-width:75px;color:var(--navy-mid);font-size:9px}.home-event h3{font-size:13px;margin-bottom:5px}.home-event h3 a{color:var(--navy)}.home-event p{font-size:10px;color:var(--muted);margin:0}.home-event>.table-arrow{margin-left:auto;width:35px;height:35px;flex-shrink:0;background:transparent;color:var(--navy-mid)}.trust-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:13px}.trust-item{background:#fff;border:1px solid #e4e9f2;padding:18px;min-height:163px}.trust-icon{display:flex;align-items:center;justify-content:center;width:37px;height:37px;background:#edf0fa;color:var(--navy-mid);margin-bottom:19px}.trust-icon>.icon{width:19px;height:19px}.trust-item h3{font-size:13px;margin-bottom:8px;line-height:1.3;letter-spacing:-.01em}.trust-item p{font-size:10px;color:var(--text);line-height:1.65;margin-bottom:0}
.page-heading{margin-bottom:34px;max-width:900px}.page-heading h1{font-size:40px;line-height:1.15;max-width:860px}.page-heading .eyebrow{margin-bottom:11px}.page-heading p:last-child{margin-bottom:0}.card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:28px;box-shadow:0 3px 12px #17274e03;min-width:0}.card>h2:first-child{font-size:24px}.card>p:last-child{margin-bottom:0}.card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.grid-2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:26px;align-items:start}.grid-3{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.grid-2>.card{height:100%}.solutions-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.solution-card{display:flex;flex-direction:column}.solution-card h2{font-size:23px}.solution-card p{font-size:14px;color:var(--text);flex:1}.solution-card .button{align-self:flex-start;font-size:12px}.prose{color:var(--text);overflow-wrap:anywhere}.prose h2,.prose h3{color:var(--navy)}.prose p,.prose li{line-height:1.8}.prose p:last-child{margin-bottom:0}.prose h2:not(:first-child){margin-top:35px}.prose a:not(.button){text-decoration:underline}.step-list{list-style:none;margin:0;padding:0;counter-reset:steps}.step-list>li{position:relative;padding:0 0 23px 44px;counter-increment:steps}.step-list>li:before{content:counter(steps,decimal-leading-zero);position:absolute;left:0;top:0;width:30px;height:30px;border:1px solid #d9ceed;background:var(--purple-soft);color:var(--purple);font-size:11px;line-height:28px;text-align:center;font-weight:700}.step-list>li:after{content:"";position:absolute;top:34px;bottom:5px;left:15px;width:1px;background:var(--line)}.step-list>li:last-child{padding-bottom:0}.step-list>li:last-child:after{display:none}.step-list p{font-size:13px;margin-top:5px;margin-bottom:0}.step-list strong{color:var(--navy)}.badge{display:inline-flex;align-items:center;gap:5px;border-radius:2px;padding:4px 8px;font-size:10px;font-weight:700;line-height:1.4;color:var(--purple);background:var(--purple-soft);white-space:normal;letter-spacing:.02em}.badge-blue{color:#335896;background:#edf2fc}.badge-green,.status-published,.badge-success{color:#087367;background:#e7f4ef}.badge-red,.badge-error,.status-rejected{color:#9e3141;background:#faebed}.badge-warning,.status-submitted,.status-review{color:#85611a;background:#fcf5e4}.source-note{display:block;font-size:12px;color:var(--muted);border-top:1px solid var(--line);margin-top:24px;padding-top:15px;overflow-wrap:anywhere}.metric{padding:24px;background:#fff;border:1px solid var(--line);border-radius:var(--radius)}.metric strong{font-size:32px;color:var(--navy);display:block;line-height:1.3}.metric span,.metric p{font-size:12px;color:var(--muted);margin-bottom:0}.toolbar{display:flex;align-items:end;gap:15px;flex-wrap:wrap;background:var(--soft);border:1px solid var(--line);padding:20px;margin-bottom:28px}.toolbar .field{flex:1;min-width:140px;margin:0}.toolbar .actions{margin:0}.tabs{display:flex;align-items:center;gap:0;border-bottom:1px solid var(--line);margin:0 0 28px;overflow-x:auto}.tabs a{display:inline-flex;align-items:center;min-height:49px;padding:10px 20px;border-bottom:2px solid transparent;color:var(--text);font-size:13px;font-weight:600;white-space:nowrap}.tabs a[aria-current="page"],.tabs a.active{border-color:var(--purple);color:var(--purple);background:#faf8fd}.tabs a:hover{color:var(--purple);text-decoration:none;background:#faf8fd}.empty-state{padding:42px 30px;background:var(--soft);border:1px dashed #c9d0df;text-align:center;color:var(--text);border-radius:var(--radius)}.empty-state h2,.empty-state h3{margin-bottom:13px}.empty-state p{max-width:620px;margin-inline:auto;font-size:14px}.empty-state .button{margin-top:4px}.table-wrap{overflow-x:auto;border:1px solid var(--line);border-radius:var(--radius);background:#fff;margin-bottom:20px;max-width:100%}.data-table{width:100%;border-collapse:collapse;font-size:13px;text-align:left}.data-table caption{padding:15px 20px;text-align:left;font-weight:700;color:var(--navy)}.data-table thead{background:#f5f6fa;color:#536079;font-size:10px;text-transform:uppercase;letter-spacing:.07em}.data-table th,.data-table td{padding:17px 22px;border-bottom:1px solid var(--line);vertical-align:middle}.data-table tbody th{font-size:13px;font-weight:700;color:var(--navy);letter-spacing:-.01em}.data-table tbody th a{color:var(--navy)}.data-table tbody tr:last-child td,.data-table tbody tr:last-child th{border-bottom:0}.data-table tbody tr:hover{background:#fcfbfe}.data-table td{color:var(--text)}.data-table td p:last-child{margin:0}.data-table .actions{margin:0;gap:7px}.data-table .button{font-size:11px;padding:9px 13px}.data-table form{margin:0}.data-table input[type="checkbox"]{width:19px;height:19px}.company-table th,.company-table td{padding-block:17px}.company-table thead th{padding-block:13px}.company-table .table-arrow{width:37px;height:37px}.company-table td:last-child{text-align:right}.alert{padding:18px 22px;border:1px solid #d6dfef;border-left-width:4px;background:#f1f5fc;color:#304367;border-radius:3px;margin-bottom:22px;font-size:14px;overflow-wrap:anywhere}.alert h2,.alert h3{font-size:20px;margin-bottom:9px;color:inherit}.alert p:last-child{margin-bottom:0}.alert-error{background:#fff1f2;border-color:#e8a4ae;color:#8e2636}.alert-success{background:#eef8f3;border-color:#a7d3bc;color:#1d6650}.alert-warning{background:#fff9eb;border-color:#e3cb97;color:#77591e}.notice{padding:18px 22px;background:var(--purple-soft);border-left:3px solid #a586d8;margin-block:20px;color:var(--navy-mid)}
form{margin:0}label{display:block;font-size:13px;font-weight:650;line-height:1.5;color:var(--navy);margin-bottom:7px}input,select,textarea{display:block;width:100%;max-width:100%;min-height:44px;border:1px solid #bbc5d5;background:#fff;color:var(--ink);border-radius:3px;padding:10px 12px;font-size:14px;line-height:1.5}textarea{resize:vertical;min-height:125px}input[type="checkbox"],input[type="radio"]{width:18px;height:18px;min-height:18px;display:inline-block;margin:3px 7px 0 0;accent-color:var(--purple);vertical-align:top;flex-shrink:0}input[type="file"]{padding:9px;background:#fafbfd;font-size:12px}input[type="file"]::file-selector-button{border:1px solid var(--line);padding:7px 10px;background:#fff;color:var(--navy);margin-right:10px;border-radius:2px;cursor:pointer}input:disabled,select:disabled,textarea:disabled{background:#f0f2f6;color:var(--muted)}input[readonly],textarea[readonly]{background:#f6f7fb}input::placeholder,textarea::placeholder{color:#8791a2}input[aria-invalid="true"],textarea[aria-invalid="true"],select[aria-invalid="true"]{border-color:var(--red)}fieldset{border:1px solid var(--line);padding:22px;margin:0 0 24px;border-radius:var(--radius);min-width:0}legend{font-weight:700;color:var(--navy);font-size:15px;padding:0 7px}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px 24px}.form-grid .full,.form-grid .full-width,.form-grid .span-2{grid-column:1/-1}.field{margin-bottom:20px;min-width:0}.form-grid>.field{margin-bottom:0}.field small,.field .help,.field .hint{display:block;color:var(--muted);font-size:11px;line-height:1.6;margin-top:6px;font-weight:400}.field label:has(input[type="checkbox"]),.field label:has(input[type="radio"]),label.checkbox{display:flex;align-items:flex-start;gap:6px;font-weight:450;line-height:1.65;min-height:34px}.field-error{color:var(--red);font-size:12px;margin-top:6px}.required{color:var(--purple)}.auth-card{max-width:560px;width:100%;margin:16px auto 34px;border:1px solid var(--line);padding:36px;background:#fff;box-shadow:var(--shadow);border-radius:var(--radius)}.auth-card h1{font-size:32px}.auth-card .button[type="submit"]{width:100%;margin-top:5px}.auth-card>.muted,.auth-card>p{font-size:14px}.auth-card .form-grid{grid-template-columns:1fr}.auth-card form+p{margin-top:23px;font-size:13px}.auth-card .actions{justify-content:space-between}.auth-card .source-note{font-size:11px}.auth-heading{max-width:560px;margin:0 auto 25px}.auth-heading h1{font-size:34px}.workspace-nav{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:28px}.workspace-nav a{display:flex;align-items:center;min-height:44px;padding:10px 15px;background:var(--soft);color:var(--navy-mid);border:1px solid var(--line);font-size:12px}.workspace-nav a[aria-current="page"]{background:var(--purple-soft);color:var(--purple);border-color:#c8b4e8}.split-layout{display:grid;grid-template-columns:minmax(0,2fr) minmax(250px,1fr);gap:28px}.detail-list{display:grid;grid-template-columns:minmax(130px,1fr) 2fr;gap:0;margin:0}.detail-list dt,.detail-list dd{padding:11px 0;border-bottom:1px solid var(--line);font-size:13px}.detail-list dt{font-weight:650;color:var(--navy)}.detail-list dd{margin:0;color:var(--text);overflow-wrap:anywhere}.status{display:inline-block;font-size:11px;font-weight:700;background:var(--purple-soft);color:var(--purple);padding:4px 9px}.pagination{display:flex;gap:10px;align-items:center;justify-content:center;margin-top:28px}.pagination a{min-width:42px;min-height:44px;padding:10px 14px;background:#fff;border:1px solid var(--line)}.legal-content{max-width:900px}.legal-content .preserve-lines{font-size:14px;line-height:1.85}.account-layout{display:grid;grid-template-columns:240px minmax(0,1fr);gap:30px}pre,code{font-family:ui-monospace,Consolas,monospace;font-size:12px}pre{overflow:auto;padding:20px;background:var(--soft);border:1px solid var(--line)}details{border:1px solid var(--line);border-radius:var(--radius);padding:16px 20px;margin-bottom:14px}summary{font-weight:650;color:var(--navy);cursor:pointer;min-height:30px}details[open]>summary{margin-bottom:18px}
@media(min-width:1500px){.hero-inner{min-height:565px}.hero-visual{min-height:565px}.europe-map{height:537px;width:495px;left:-5px;top:9px}.hero-note{top:92px;right:-16px}}
@media(max-width:1220px){.site-header>.container{gap:15px}.site-header nav{gap:15px}.site-header nav a{font-size:11px}.header-actions{gap:8px}.brand img{width:128px}.hero-note{right:-5px;width:168px;padding:19px 14px}.hero-note h2{font-size:17px}.hero-note p{font-size:10px}.europe-map{width:414px;height:469px;left:-2px;top:32px}.hero h1{font-size:45px}.hero-search input{font-size:11px}.hero-search{gap:9px}.hero-search .icon{margin-left:8px}.hero-search .button{min-width:76px;padding-inline:12px}.hero-quicklinks{gap:6px}.home-lower-grid .section-heading h2{font-size:20px}.home-lower-grid .section-heading{gap:10px}.section-heading>.text-link{font-size:9px}.role-body{padding:16px 13px}.role-body p{font-size:10px}.role-body a{font-size:9px}.trust-item{padding:15px}.home-metric strong{font-size:28px}}
@media(max-width:1050px){.container{width:calc(100% - 48px)}.site-header>.container{flex-wrap:wrap;gap:0;min-height:76px;padding-block:10px}.brand img{width:142px}.site-header nav{order:3;width:100%;justify-content:center;gap:28px;margin:6px 0 0;border-top:1px solid #edf0f6;padding-top:6px}.site-header nav a{font-size:12px;min-height:35px}.header-actions{margin-left:auto;gap:14px}.hero-inner{grid-template-columns:1.06fr 1fr;min-height:515px}.hero-copy{padding-block:51px}.hero h1{font-size:41px;line-height:1.09}.hero-lead{font-size:14px;max-width:320px;margin-bottom:29px}.hero-visual{min-height:490px}.europe-map{width:355px;height:448px;left:-12px;top:17px}.hero-note{width:149px;right:-5px;top:91px;padding:18px 11px}.hero-note h2{font-size:15px}.hero-note .eyebrow{font-size:7px}.hero-note p{font-size:9px;margin-bottom:16px}.hero-languages{font-size:17px}.hero-note small{font-size:8px}.hero-note .text-link{font-size:8px}.hero-quicklinks{max-width:365px}.hero-quicklinks>span{width:100%}.hero-quicklinks a{font-size:9px}.hero-search .icon{display:none}.hero-search input{padding-left:9px}.home-metric{padding:20px 11px;gap:10px;min-height:105px}.home-metric strong{font-size:26px}.home-metric span{font-size:9px}.home-metric>.icon{width:24px;height:24px}.section{padding-block:54px}.section-heading h2{font-size:25px}.change-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.role-grid{gap:10px}.role-body h3{font-size:14px}.role-art{height:91px;padding:18px}.role-art>.icon{width:35px;height:35px}.role-body{min-height:200px}.role-body a{line-height:1.5}.home-lower-grid{gap:25px}.home-lower-grid .section-heading{display:block;margin-bottom:20px}.home-lower-grid .section-heading>.text-link{min-height:28px}.home-lower-grid .home-empty{padding:20px;gap:15px}.home-lower-grid .empty-icon{display:none}.join-panel{padding-left:24px}.join-panel h2{font-size:25px}.trust-grid{gap:10px}.trust-item{padding:14px 12px}.trust-item h3{font-size:12px}.trust-item p{font-size:9px}.card-grid,.solutions-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-3{grid-template-columns:repeat(2,minmax(0,1fr))}.data-table th,.data-table td{padding:15px 17px}.site-footer>.container{gap:22px}.site-footer nav{gap:15px}.site-footer .brand img{width:112px}}
@media(max-width:760px){html{scroll-padding-top:20px}.container{width:calc(100% - 36px)}.site-header>.container{min-height:72px;gap:12px}.brand img{width:131px}.header-actions{gap:8px}.header-actions .button{font-size:10px;padding:9px 11px;min-height:39px}.header-actions .button-ghost{padding-inline:6px}.language-switch{font-size:10px}.language-switch a{min-width:23px}.site-header nav{flex-wrap:wrap;gap:5px 22px;margin-top:2px;padding-top:9px;padding-bottom:4px}.site-header nav a{font-size:12px;min-height:38px}.js .nav-toggle{display:inline-flex;align-items:center;justify-content:center}.js .site-header nav{display:none}.js .site-header nav.is-open{display:flex;align-items:flex-start;justify-content:flex-start}.js .site-header nav.is-open>a{width:calc(50% - 12px);white-space:normal;min-height:44px}.hero-inner{display:block;min-height:0}.hero-copy{padding:42px 0 32px;max-width:none}.hero h1{font-size:clamp(36px,6.6vw,46px);line-height:1.08;max-width:570px;margin-bottom:19px}.hero-copy .eyebrow{font-size:9px;letter-spacing:.13em;margin-bottom:16px}.hero-lead{font-size:15px;max-width:460px;margin-bottom:27px}.hero-search{max-width:560px;margin-bottom:15px}.hero-search input{font-size:12px;padding-block:13px}.hero-search .icon{display:inline-block;margin-left:9px}.hero-search .button{min-width:90px;font-size:12px}.hero-quicklinks{max-width:100%;gap:8px}.hero-quicklinks>span{width:auto;font-size:10px}.hero-quicklinks a{font-size:10px}.hero-visual{height:300px;min-height:300px;margin:0 auto;width:400px;max-width:100%}.europe-map{width:290px;height:315px;top:-9px;left:5px}.hero-note{right:0;top:30px;width:158px;padding:17px 13px}.hero-note h2{font-size:15px}.hero-note p{font-size:10px;margin-bottom:13px}.hero-note .eyebrow{font-size:7px}.hero-note .text-link{font-size:9px}.home-metrics .container{width:100%}.metrics-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.home-metric{min-height:95px;border-bottom:1px solid #eaedf3;justify-content:flex-start;padding:18px 22px;gap:14px}.home-metric:first-child{border-left:0}.home-metric:nth-child(even){border-right:0}.home-metric strong{font-size:27px;margin-bottom:6px}.home-metric span{font-size:10px}.home-metric>.icon{width:26px;height:26px}.coverage-strip>.container{gap:8px;flex-wrap:wrap;font-size:9px}.coverage-description{width:calc(100% - 25px);order:3;margin-left:14px}.coverage-strip a{font-size:9px}.section{padding-block:42px}.section-heading{align-items:flex-start;gap:12px;margin-bottom:23px}.section-heading h2{font-size:24px;line-height:1.25;gap:12px}.section-heading p{font-size:11px;max-width:420px}.section-heading>.text-link{font-size:10px;min-height:33px;max-width:106px;text-align:right;line-height:1.5;flex-shrink:0}.heading-mark{width:7px;height:7px;flex-shrink:0;margin-left:4px}.heading-mark:before{width:12px;top:12px;left:-12px}.home-empty{padding:24px 22px;gap:18px;align-items:flex-start}.empty-icon{width:43px;height:43px}.empty-icon>.icon{width:24px;height:24px}.home-empty h3{font-size:18px}.home-empty p{font-size:12px;line-height:1.75}.home-empty .text-link{font-size:11px}.change-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.change-card:last-child:nth-child(odd){grid-column:1/-1}.role-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.role-card:last-child{grid-column:1/-1;display:grid;grid-template-columns:1fr 2fr}.role-card:last-child .role-art{height:100%;min-height:170px}.role-card:last-child .role-body{min-height:170px}.role-art{height:115px;padding:22px}.role-art>.icon{width:42px;height:42px}.role-body{padding:19px;min-height:187px}.role-body h3{font-size:17px}.role-body p{font-size:12px;line-height:1.7}.role-body a{font-size:11px}.insight-intro{grid-template-columns:1fr 2fr;min-height:290px}.insight-visual{padding:25px 20px}.insight-visual>span{font-size:30px}.insight-visual small{font-size:8px;letter-spacing:.09em}.insight-copy{padding:27px 25px}.insight-copy .eyebrow{font-size:8px}.insight-copy h3{font-size:23px;margin-bottom:15px}.insight-copy p{font-size:12px;line-height:1.75}.insight-copy .text-link{font-size:10px}.home-lower-grid{grid-template-columns:1fr;gap:34px}.home-lower-grid .section-heading{display:flex}.home-lower-grid .section-heading h2{font-size:24px}.home-lower-grid .home-empty{min-height:0;padding:24px}.home-lower-grid .empty-icon{display:flex}.home-lower-grid .home-empty h3{font-size:18px}.join-panel{padding:29px 0 0;border-left:0;border-top:1px solid var(--line)}.join-panel h2{font-size:27px;max-width:520px}.join-panel p{max-width:520px}.trust-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:13px}.trust-item{padding:20px;min-height:156px}.trust-item:last-child{grid-column:1/-1;display:grid;grid-template-columns:40px 1fr;column-gap:18px;min-height:0}.trust-item:last-child .trust-icon{grid-row:1/3;margin:0}.trust-item h3{font-size:14px}.trust-item p{font-size:11px}.trust-item:last-child h3{margin-bottom:6px}.site-footer{padding-block:27px}.site-footer>.container{gap:17px}.site-footer .brand img{width:126px}.site-footer p{max-width:250px}.site-footer nav{margin-left:0;width:100%;gap:6px 20px}.site-footer nav a{font-size:11px}.page-heading h1{font-size:33px}.page-heading{margin-bottom:28px}.lead{font-size:16px}.card-grid,.grid-2,.grid-3,.solutions-grid{grid-template-columns:1fr}.card{padding:24px}.card>h2:first-child{font-size:22px}.form-grid{grid-template-columns:1fr;gap:18px}.form-grid .span-2{grid-column:auto}.tabs a{padding-inline:14px;font-size:12px}.toolbar{padding:17px;gap:13px}.toolbar .field{min-width:calc(50% - 13px)}.toolbar .button{flex-shrink:0}.data-table{min-width:580px}.data-table th,.data-table td{padding:14px 15px}.table-wrap{margin-bottom:17px}.grid-2>.card{height:auto}.split-layout,.account-layout{grid-template-columns:1fr}.auth-card{margin-top:0;padding:27px}.auth-card h1{font-size:29px}.detail-list{grid-template-columns:1fr 1.5fr}.alert{padding:16px 18px;font-size:13px}.alert h2{font-size:18px}main>.container:not(.section){padding-block:30px 44px}main>.alert,main>h1,main>h2,main>p{width:calc(100% - 36px)}.solution-card .button{font-size:12px}.prose{font-size:14px}}
@media(max-width:430px){.site-header>.container{gap:7px}.brand img{width:112px}.header-actions{gap:5px}.header-actions .button{font-size:10px;padding:8px 9px}.nav-toggle{min-width:38px;min-height:40px;font-size:11px;padding:6px}.language-switch a{min-width:21px}.hero-copy{padding-top:33px}.hero h1{font-size:36px;max-width:340px}.hero .eyebrow{font-size:8px}.hero-lead{font-size:14px}.hero-search{gap:5px}.hero-search input{font-size:11px}.hero-search .icon{display:none}.hero-search .button{min-width:73px;padding-inline:11px;font-size:11px}.hero-quicklinks>span{width:100%}.hero-quicklinks a{font-size:9px}.hero-visual{height:276px;min-height:276px;width:320px}.europe-map{height:291px;width:269px;left:-4px;top:-7px}.hero-note{width:139px;right:-2px;top:34px;padding:15px 10px}.hero-note h2{font-size:14px}.hero-note p{font-size:9px}.hero-note .eyebrow{font-size:6px}.hero-languages{font-size:16px}.home-metric{padding:17px 18px;gap:11px}.home-metric strong{font-size:25px}.home-metric span{font-size:9px}.home-metric>.icon{width:23px;height:23px}.section-heading{display:block}.section-heading>.text-link{max-width:none;text-align:left;margin-top:6px;min-height:30px;font-size:10px}.section-heading h2{font-size:23px}.home-empty{gap:14px;padding:21px 18px}.empty-icon{width:35px;height:35px}.empty-icon>.icon{width:21px;height:21px}.home-empty h3{font-size:17px}.home-empty p{font-size:12px}.role-grid{gap:12px}.role-art{height:95px;padding:18px}.role-art>.icon{width:35px;height:35px}.role-body{padding:16px 13px;min-height:211px}.role-body h3{font-size:15px}.role-body p{font-size:11px}.role-body a{font-size:10px}.role-card:last-child .role-body{min-height:165px}.insight-intro{grid-template-columns:1fr}.insight-visual{height:160px;padding:28px;flex-direction:row;align-items:flex-end}.insight-visual>span{font-size:39px}.insight-visual small{font-size:8px}.insight-copy{padding:26px}.insight-copy h3{font-size:25px}.home-lower-grid .section-heading{display:block}.home-lower-grid .home-empty{padding:21px 18px;gap:14px}.trust-item{padding:17px}.trust-item h3{font-size:13px}.trust-item p{font-size:10px}.page-heading h1{font-size:30px}.card{padding:21px}.auth-card{padding:25px 21px}.actions>.button{flex-grow:1}.toolbar .field{min-width:100%}.site-footer p{font-size:10px;max-width:198px}.site-footer>.container{gap:13px}.site-footer .brand img{width:110px}.change-grid{grid-template-columns:1fr}.change-card{min-height:165px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important;animation:none!important}}
@media print{.site-header,.site-footer,.hero-search,.hero-quicklinks,.coverage-strip,.actions,.toolbar,.tabs,.button,.table-arrow,.nav-toggle{display:none!important}body{font-size:11pt;color:#000;background:#fff}.container{width:100%}.section{padding:20px 0}.card,.home-empty{box-shadow:none;break-inside:avoid}.hero{background:none}.hero-visual{display:none}.hero-inner{display:block;min-height:0}.hero-copy{padding-block:15px}.hero h1{font-size:30pt}.table-wrap{overflow:visible}.data-table{min-width:0}.section-soft,.section-tint{background:none}a{color:inherit}.grid-2,.card-grid{display:block}.card{margin-bottom:15px}.site-footer{display:block!important}h1,h2,h3{break-after:avoid}}

.prototype-banner{padding:7px 20px;text-align:center;background:#f6f1e5;color:#785b22;font-size:10px;letter-spacing:.01em;border-bottom:1px solid #e9dfca}.mfa-qr{display:block;max-width:220px;margin:20px auto}.check{display:flex;align-items:flex-start;gap:7px;font-size:13px;font-weight:450;line-height:1.65}.event-date time{max-width:90px;text-align:center;white-space:normal;line-height:1.5}.site-header .nav-toggle{font-size:12px}.card.inline-form{display:flex}.form-grid>.card{height:auto}
