.esc-root{position:relative;min-height:100vh;width:100%;overflow:hidden;display:flex;flex-direction:column;color:#fff;font-family:Inter,system-ui,sans-serif}.esc-bg{width:100%;height:100%;object-fit:cover;object-position:center top;z-index:0}.esc-bg,.esc-overlay{position:fixed;inset:0}.esc-overlay{z-index:1;background:none;pointer-events:none}.esc-topbar{position:relative;z-index:2;display:flex;align-items:center;justify-content:space-between;padding:26px 32px}.esc-brand{display:inline-flex;align-items:center;gap:10px;text-decoration:none;color:#fff}.esc-brand img{width:40px;height:40px;object-fit:contain;display:block}.esc-brand-name{font-size:16px;font-weight:700;letter-spacing:-.01em}.esc-back{display:inline-flex;align-items:center;gap:6px;font-size:13.5px;font-weight:600;color:#fff;text-decoration:none;padding:9px 16px;border-radius:999px;background:#0b2447;border:1px solid hsla(0,0%,100%,.14);box-shadow:0 8px 20px rgba(11,36,71,.4);transition:background .2s ease,transform .2s ease,box-shadow .2s ease}.esc-back:hover{background:#123a72;transform:translateY(-1px);box-shadow:0 12px 26px rgba(11,36,71,.5)}.esc-main{position:relative;z-index:2;flex:1 1;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding:44vh 20px 8vh;text-align:center}.esc-eyebrow{display:inline-flex;align-items:center;gap:8px;font-size:11.5px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#fff;background:#0b2447;border:1px solid hsla(0,0%,100%,.16);padding:7px 16px;border-radius:999px;margin-bottom:20px;box-shadow:0 8px 20px rgba(11,36,71,.4)}.esc-eyebrow,.esc-title{font-family:Space Grotesk,Inter,system-ui,sans-serif}.esc-title{font-size:clamp(26px,3.6vw,38px);font-weight:700;letter-spacing:-.02em;line-height:1.16;margin:0 0 14px;text-shadow:0 4px 28px rgba(0,0,0,.55);max-width:680px}.esc-sub{font-size:15px;font-weight:400;line-height:1.6;color:hsla(0,0%,100%,.88);max-width:500px;margin:0 0 32px;text-shadow:0 2px 16px rgba(0,0,0,.5)}.esc-search{width:100%;max-width:560px;display:flex;align-items:center;gap:10px;background:hsla(0,0%,100%,.92);border-radius:999px;padding:6px 6px 6px 20px;box-shadow:0 10px 28px rgba(0,0,0,.16);border:1px solid rgba(15,23,42,.08);transition:box-shadow .2s ease}.esc-search:focus-within{box-shadow:0 10px 28px rgba(0,0,0,.16),0 0 0 3px rgba(11,36,71,.28)}.esc-search-icon{color:rgba(15,23,42,.4);display:flex;flex-shrink:0}.esc-search-input{flex:1 1;border:none;outline:none;background:transparent;font-family:Inter,system-ui,sans-serif;font-size:13.5px;font-weight:500;color:#0b1220;min-width:0;padding:10px 0}.esc-search-input::placeholder{color:rgba(15,23,42,.4);font-weight:400}.esc-search-submit{flex-shrink:0;width:38px;height:38px;border-radius:50%;border:none;cursor:pointer;display:grid;place-items:center;background:#0b2447;color:#fff;transition:transform .15s ease,background .15s ease}.esc-search-submit:hover:not(:disabled){background:#123a72;transform:scale(1.04)}.esc-search-submit:disabled{opacity:.55;cursor:default;transform:none}.esc-error{margin-top:16px;max-width:620px;width:100%;font-size:13.5px;line-height:1.5;color:#fff;background:rgba(220,38,38,.28);border:1px solid hsla(0,94%,82%,.4);padding:12px 18px;border-radius:14px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.esc-hint{margin-top:18px;font-size:13px;color:hsla(0,0%,100%,.68)}.esc-hint a{color:#fff;font-weight:600;text-decoration:underline;text-underline-offset:2px}@media (max-width:640px){.esc-topbar{padding:20px 18px}.esc-brand-name{display:none}.esc-search{padding:5px 5px 5px 16px}.esc-search-input{font-size:13px}}