.unlock-modal[data-v-e0b0d971]{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;display:grid;place-items:center;padding:20px}.unlock-modal__backdrop[data-v-e0b0d971]{position:absolute;top:0;right:0;bottom:0;left:0;border:none;background:#0028378c;cursor:pointer}.unlock-modal__panel[data-v-e0b0d971]{position:relative;z-index:1;width:min(440px,100%);max-height:min(90vh,640px);overflow:auto;padding:24px 22px 20px;border-radius:16px;background:var(--surface, #fff);box-shadow:0 16px 48px #00283747;color:var(--text-primary, #003a4f)}.unlock-modal__close[data-v-e0b0d971]{position:absolute;top:10px;right:12px;border:none;background:transparent;font-size:1.5rem;line-height:1;color:inherit;cursor:pointer;opacity:.6}.unlock-modal__title[data-v-e0b0d971]{margin:0 28px 8px 0;font-size:1.35rem}.unlock-modal__lede[data-v-e0b0d971],.unlock-modal__muted[data-v-e0b0d971],.unlock-modal__or[data-v-e0b0d971]{margin:0 0 14px;font-size:.95rem;line-height:1.45;opacity:.85}.unlock-modal__or[data-v-e0b0d971]{text-align:center;margin-top:12px}.unlock-modal__label[data-v-e0b0d971]{display:flex;flex-direction:column;gap:4px;margin-bottom:10px;font-size:.85rem;font-weight:600}.unlock-modal__label input[data-v-e0b0d971]{padding:10px 12px;border:1px solid rgba(0,58,79,.2);border-radius:10px;font:inherit;font-weight:400}.unlock-modal__name-row[data-v-e0b0d971]{display:grid;grid-template-columns:1fr 1fr;gap:10px}.unlock-modal__btn[data-v-e0b0d971]{display:block;width:100%;margin-top:8px;padding:12px 16px;border:none;border-radius:999px;background:var(--medium-teal, #1a8a9e);color:#fff;font:inherit;font-weight:600;cursor:pointer}.unlock-modal__btn[data-v-e0b0d971]:disabled{opacity:.55;cursor:not-allowed}.unlock-modal__btn--secondary[data-v-e0b0d971]{background:transparent;color:var(--medium-teal, #1a8a9e);border:1.5px solid var(--medium-teal, #1a8a9e)}.unlock-modal__legal[data-v-e0b0d971]{margin:12px 0 0;font-size:.78rem;line-height:1.45;opacity:.8}.unlock-modal__legal a[data-v-e0b0d971]{color:var(--medium-teal, #1a8a9e);font-weight:600}.unlock-modal__error[data-v-e0b0d971]{color:#b42318;font-size:.9rem}.unlock-modal__ok[data-v-e0b0d971]{color:var(--medium-teal, #1a8a9e);font-size:.9rem}:root{--dark-teal: #003a4f;--medium-teal: #1a7a94;--light-teal: #69b8cd;--light-teal-fill: #e8f2f5;--accent: #e86f4a;--accent-action: #c7512f;--accent-hover: #b94729;--accent-gold: #c9a227;--accent-on-accent: #ffffff;--page-bg: #faf8f5;--surface: #ffffff;--surface-raised: #ffffff;--text-primary: #0a1820;--text-secondary: #3b4f58;--text-accent: #004b63;--text-on-dark: #f5f9fa;--text-on-dark-muted: rgba(245, 249, 250, .78);--divider: #d4e0e4;--header-gradient: linear-gradient( 160deg, #003a4f 0%, #0a5068 45%, #145a72 100% );--header-pattern: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='400' height='400' viewBox='0 0 400 400'%3E%3Cg fill='none' stroke='%23ffffff' stroke-opacity='0.06' stroke-width='1'%3E%3Cellipse cx='200' cy='180' rx='160' ry='120'/%3E%3Cellipse cx='200' cy='180' rx='130' ry='98'/%3E%3Cellipse cx='200' cy='180' rx='100' ry='76'/%3E%3Cellipse cx='200' cy='180' rx='70' ry='54'/%3E%3Cellipse cx='200' cy='180' rx='40' ry='32'/%3E%3Cpath d='M0 80 Q100 60 200 80 T400 80M0 140 Q100 120 200 140 T400 140M0 200 Q100 180 200 200 T400 200M0 260 Q100 240 200 260 T400 260M0 320 Q100 300 200 320 T400 320'/%3E%3C/g%3E%3C/svg%3E");--shadow-sm: 0 2px 8px rgba(0, 58, 79, .07);--shadow-md: 0 8px 24px rgba(0, 58, 79, .1);--shadow-card: 0 2px 12px rgba(0, 58, 79, .06);--font-display: "Playfair Display", Georgia, serif;--font-body: "DM Sans", system-ui, sans-serif;--content-width: 85%;--content-max: 920px;--content-gutter: 0px;--header-gutter: 0px;--header-width: 95%;--command-bar-height: 0px;--site-chrome-height: 140px;color-scheme:light}@media(max-width:768px){:root{--content-width: 100%;--content-gutter: 12px;--header-gutter: 12px;--header-width: 100%}}html[data-accent=teal]{--accent: #1a7a94;--accent-action: #156178;--accent-hover: #0f4d5e}html[data-accent=gold]{--accent: #c9a227;--accent-action: #a8841f;--accent-hover: #8a6d1a}*,*:before,*:after{box-sizing:border-box}body{margin:0;font-family:var(--font-body);font-size:16px;line-height:1.5;color:var(--text-primary);background-color:var(--page-bg);background-image:radial-gradient(circle at 20% 0%,rgba(26,122,148,.04) 0%,transparent 45%),radial-gradient(circle at 80% 100%,rgba(0,58,79,.03) 0%,transparent 40%);-webkit-font-smoothing:antialiased}#app{min-height:100vh}h1,h2,h3{font-family:var(--font-display);font-weight:700;margin:0}button{font-family:inherit;cursor:pointer}input,select{font-family:inherit;font-size:1rem}a{color:var(--medium-teal)}.skip-link{position:fixed;top:8px;left:8px;z-index:10000;padding:10px 14px;border-radius:6px;color:#fff;background:var(--dark-teal);transform:translateY(-150%)}.skip-link:focus{transform:translateY(0)}:where(a,button,input,select,textarea,[tabindex]):focus-visible{outline:3px solid var(--accent);outline-offset:3px}main:focus{outline:none}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@keyframes atlas-pulse{0%,to{box-shadow:0 0 #e86f4a59}50%{box-shadow:0 0 0 6px #e86f4a00}}@keyframes atlas-fade-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@keyframes atlas-shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}
