@charset "UTF-8";:root{--primary-color: #153e98;--secondary-color: #1b7f84;--accent-color: #cf5632;--paper: #f3ecdd;--paper-warm: #eadfca;--paper-light: #fbf7ed;--ink: #081126;--ink-soft: #25314b;--graph-blue: #c8dded;--chartreuse: #aab42a;--teal: #1b7f84;--clay: #cf5632;--graphite: #2b2d2d;--text-color: var(--ink);--text-muted: #5c6270;--light-bg: var(--paper-light);--surface: rgba(251, 247, 237, .92);--surface-strong: #fffaf0;--line-color: rgba(8, 17, 38, .12);--dark-bg: #081126;--font-main: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;--font-heading: "Fraunces", Georgia, serif;--font-mono: "IBM Plex Mono", "SFMono-Regular", Consolas, monospace;--spacing-unit: 8px;--border-radius: 8px;--border-radius-lg: 10px;--transition: color .25s ease, background-color .25s ease, border-color .25s ease, box-shadow .25s ease, transform .25s ease;--shadow: 0 12px 30px rgba(64, 48, 30, .1);--shadow-strong: 0 24px 55px rgba(64, 48, 30, .16);--container-width: 1180px;--primary-color-rgb: 38, 93, 255;--secondary-color-rgb: 22, 198, 216;--accent-color-rgb: 255, 122, 69}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth;background:var(--paper)}body{min-height:100vh;font-family:var(--font-main);color:var(--text-color);line-height:1.65;background:linear-gradient(90deg,rgba(8,17,38,.035) 1px,transparent 1px),linear-gradient(rgba(8,17,38,.03) 1px,transparent 1px),linear-gradient(180deg,#fbf7ed,#f3ecdd 48%,#f7f2e8);background-size:34px 34px,34px 34px,auto;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}::selection{background:rgba(var(--primary-color-rgb),.18);color:var(--text-color)}img{max-width:100%;height:auto;display:block}a{color:var(--primary-color);text-decoration:none;transition:var(--transition)}a:hover{color:var(--accent-color)}:focus-visible{outline:3px solid rgba(var(--secondary-color-rgb),.35);outline-offset:3px;border-radius:8px}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);margin-bottom:calc(var(--spacing-unit) * 2);line-height:1.1;letter-spacing:0;color:var(--text-color)}h1{font-size:clamp(2.35rem,3.8vw,4.1rem);font-weight:680}h2{font-size:clamp(1.65rem,2.35vw,2.55rem);font-weight:660}h3{font-size:clamp(1.35rem,2vw,1.9rem);font-weight:650}h4{font-size:1.2rem;font-weight:700}p{margin-bottom:calc(var(--spacing-unit) * 2);color:var(--text-muted)}.card{position:relative;background:linear-gradient(90deg,rgba(21,62,152,.045) 1px,transparent 1px),linear-gradient(rgba(21,62,152,.04) 1px,transparent 1px),var(--surface-strong);background-size:26px 26px;border-radius:8px;border:1px solid rgba(8,17,38,.13);box-shadow:0 12px #08112609,var(--shadow);transition:var(--transition)}.card:hover{transform:translateY(-2px);border-color:rgba(var(--primary-color-rgb),.28);box-shadow:0 14px #0811260a,var(--shadow-strong)}.card-glass{background:#fbf7ed1a;border:1px solid rgba(255,255,255,.18);box-shadow:none;border-radius:8px;transition:var(--transition)}.card-glass:hover{background:linear-gradient(180deg,#ffffff29,#ffffff14);border-color:#ffffff3d;transform:translateY(-2px)}.container{width:100%;max-width:var(--container-width);margin:0 auto;padding:0 calc(var(--spacing-unit) * 3)}@media (max-width: 992px){.container{padding:0 calc(var(--spacing-unit) * 2.5)}}@media (max-width: 640px){.container{padding:0 calc(var(--spacing-unit) * 2)}}.section{padding:clamp(64px,8vw,104px) 0}section[id]{scroll-margin-top:128px}@media (max-width: 640px){section[id]{scroll-margin-top:100px}}.section-subtitle{font-size:clamp(1rem,1.3vw,1.15rem);color:var(--text-muted);max-width:760px;margin-left:auto;margin-right:auto;line-height:1.5}.section-header{display:grid;gap:calc(var(--spacing-unit) * 1);margin-bottom:calc(var(--spacing-unit) * 4)}.section-header.text-center{justify-items:center}.section-header .section-subtitle{margin-bottom:0}.eyebrow{display:inline-flex;align-items:center;gap:calc(var(--spacing-unit) * 1);padding:8px 12px;border-radius:2px;border:1px solid rgba(8,17,38,.1);background:#eadfcab8;color:inherit;font-family:var(--font-mono);font-size:.72rem;font-weight:700;letter-spacing:.02em;text-transform:uppercase;margin-bottom:calc(var(--spacing-unit) * 2.5)}.chip-row{display:flex;flex-wrap:wrap;gap:calc(var(--spacing-unit) * 1.2)}.chip{display:inline-flex;align-items:center;gap:calc(var(--spacing-unit) * .9);padding:calc(var(--spacing-unit) * 1.1) calc(var(--spacing-unit) * 1.6);border-radius:4px;border:1px solid rgba(8,17,38,.12);background:#fbf7edd1;color:var(--text-color);font-family:var(--font-mono);font-size:.78rem;font-weight:600;box-shadow:none}.chip:before{content:"";width:8px;height:8px;border-radius:50%;background:linear-gradient(135deg,var(--secondary-color),var(--primary-color));box-shadow:0 0 0 4px rgba(var(--secondary-color-rgb),.12)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:calc(var(--spacing-unit) * 1);background:var(--ink);color:#fff;padding:12px 18px;border-radius:4px;font-weight:700;font-size:.95rem;border:1px solid rgba(8,17,38,.85);cursor:pointer;transition:var(--transition);text-align:center;box-shadow:5px 5px #0811261f}.btn:hover{color:#fff;transform:translate(-1px,-1px);box-shadow:7px 7px #08112624}.btn.btn-secondary{background:var(--teal);border-color:#12565a}.btn.btn-accent{background:var(--clay);border-color:#a74427}.btn.btn-outline{background:transparent;border-color:#0811263d;color:inherit;box-shadow:inset 0 0 0 1px #ffffff52}.btn.btn-outline:hover{background:#fbf7ed8a;color:inherit;border-color:#0811265c}.hero[class*=-hero]{position:relative;overflow:clip}.hero[class*=-hero]:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(255,255,255,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.08) 1px,transparent 1px);background-size:32px 32px;opacity:.32;pointer-events:none;-webkit-mask-image:linear-gradient(90deg,black 0%,rgba(0,0,0,.78) 52%,transparent 100%);mask-image:linear-gradient(90deg,black 0%,rgba(0,0,0,.78) 52%,transparent 100%)}[class$=-hero-board],[class$=-snapshot],[class$=-role-board],.science-loop-panel,.about-hero-signals{border-radius:8px!important;border:1px solid rgba(255,255,255,.18)!important;box-shadow:0 28px 70px #02081747!important}.value-card,.issue-card,.principle-card,.collab-card,.research-pillar,.expansion-card,.benefit,.overview-card,.overview-content,.about-content,.mission-content,.vision-content,.science-content,.research-shell,.support-panel,.team-cta,.vision-statement,.science-intro-note,.science-check-item{border-radius:8px!important;box-shadow:none!important}.value-card,.issue-card,.principle-card,.collab-card,.research-pillar,.expansion-card{position:relative;overflow:clip}.value-card:after,.issue-card:after,.principle-card:after,.collab-card:after,.research-pillar:after,.expansion-card:after{content:"";position:absolute;top:14px;right:14px;width:30px;height:30px;border-top:1px solid rgba(var(--primary-color-rgb),.22);border-right:1px solid rgba(var(--primary-color-rgb),.22);pointer-events:none}.value-icon,.issue-icon,.principle-icon,.collab-icon,.benefit-icon,.pillar-icon,.success-icon,.card-icon{border-radius:999px!important;box-shadow:none!important}.mission-illustration,.impact-illustration,.emotion-illustration,.patterns-illustration,.creativity-illustration,.brain-illustration,.brain-image,.expansion-visual,.about-hero-media{border-radius:8px!important;box-shadow:none!important}.about-intro .about-content,.overview-section .overview-content,.science-intro .science-intro-layout,.funding-overview .overview-card{border-radius:8px!important;border:1px solid rgba(15,23,42,.08)!important;box-shadow:0 22px 56px #0f172a14!important}.about-intro .about-content,.overview-section .overview-content,.funding-overview .overview-card{background:linear-gradient(rgba(38,93,255,.055) 1px,transparent 1px),linear-gradient(90deg,rgba(38,93,255,.055) 1px,transparent 1px),#fffffff5!important;background-size:28px 28px!important}.mission-section,.values-section,.issues-section,.research-section,.principles-section,.expansion-section{position:relative}.mission-section:before,.values-section:before,.issues-section:before,.research-section:before,.principles-section:before,.expansion-section:before{content:"";position:absolute;left:50%;top:0;width:1px;height:100%;background:linear-gradient(180deg,transparent,rgba(var(--primary-color-rgb),.18),transparent);pointer-events:none}.icon,.value-icon,.issue-icon,.principle-icon,.collab-icon,.benefit-icon,.pillar-icon,.success-icon,.card-icon{display:none!important}.value-card,.issue-card,.principle-card,.collab-card,.research-pillar,.expansion-card,.benefit{padding-top:clamp(20px,2.5vw,28px)!important}.values-grid,.issues-grid,.principles-grid,.collaboration-ways,.research-pillars,.expansion-grid{border:0;border-radius:0;overflow:visible;background:transparent;gap:clamp(14px,2vw,22px)!important}.values-grid>*,.issues-grid>*,.principles-grid>*,.collaboration-ways>*,.research-pillars>*,.expansion-grid>*{border:1px solid rgba(15,23,42,.08)!important;border-radius:8px!important}.values-grid,.issues-grid,.principles-grid,.collaboration-ways,.research-pillars,.expansion-grid{gap:1px!important;border:1px solid rgba(15,23,42,.08);border-radius:8px;overflow:hidden;background:#0f172a14}.values-grid>*,.issues-grid>*,.principles-grid>*,.collaboration-ways>*,.research-pillars>*,.expansion-grid>*{border-radius:0!important;border:0!important}.text-center{text-align:center}.mb-1{margin-bottom:var(--spacing-unit)}.mb-2{margin-bottom:calc(var(--spacing-unit) * 2)}.mb-3{margin-bottom:calc(var(--spacing-unit) * 3)}.mb-4{margin-bottom:calc(var(--spacing-unit) * 4)}.highlight-text{background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;display:inline-block}.highlight-muted{background:linear-gradient(135deg,var(--accent-color),#ff5252);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;display:inline-block}.mt-1{margin-top:var(--spacing-unit)}.mt-2{margin-top:calc(var(--spacing-unit) * 2)}.mt-3{margin-top:calc(var(--spacing-unit) * 3)}.mt-4{margin-top:calc(var(--spacing-unit) * 4)}@media (prefers-reduced-motion: reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}header.svelte-1a9bjsb{position:fixed;top:0;left:0;width:100%;z-index:1000;padding:calc(var(--spacing-unit) * 1.4) 0;transition:var(--transition);background-color:transparent;pointer-events:none}header.scrolled.svelte-1a9bjsb{padding:calc(var(--spacing-unit) * 1.2) 0}header.svelte-1a9bjsb .container:where(.svelte-1a9bjsb) nav:where(.svelte-1a9bjsb){pointer-events:auto;display:flex;justify-content:space-between;align-items:center;gap:calc(var(--spacing-unit) * 2);padding:10px 12px 10px 18px;border-radius:6px;border:1px solid rgba(8,17,38,.14);background:linear-gradient(90deg,rgba(21,62,152,.035) 1px,transparent 1px),linear-gradient(rgba(21,62,152,.03) 1px,transparent 1px),#fbf7ede6;background-size:24px 24px;box-shadow:0 14px 34px #40301e1f;transition:var(--transition);position:relative}header.svelte-1a9bjsb .container:where(.svelte-1a9bjsb) nav:where(.svelte-1a9bjsb):before,header.svelte-1a9bjsb .container:where(.svelte-1a9bjsb) nav:where(.svelte-1a9bjsb):after{content:"";position:absolute;top:-9px;width:72px;height:18px;background:#caba98a8;border:1px solid rgba(113,95,66,.08);pointer-events:none}header.svelte-1a9bjsb .container:where(.svelte-1a9bjsb) nav:where(.svelte-1a9bjsb):before{left:24px;transform:rotate(-2deg)}header.svelte-1a9bjsb .container:where(.svelte-1a9bjsb) nav:where(.svelte-1a9bjsb):after{right:120px;transform:rotate(2deg)}@media (max-width: 900px){header.svelte-1a9bjsb .container:where(.svelte-1a9bjsb) nav:where(.svelte-1a9bjsb){padding:calc(var(--spacing-unit) * 1.1) calc(var(--spacing-unit) * 1.25);border-radius:16px}}header.svelte-1a9bjsb .container:where(.svelte-1a9bjsb) nav:where(.svelte-1a9bjsb) .logo:where(.svelte-1a9bjsb){display:flex;align-items:center}header.svelte-1a9bjsb .container:where(.svelte-1a9bjsb) nav:where(.svelte-1a9bjsb) .logo:where(.svelte-1a9bjsb) img:where(.svelte-1a9bjsb){height:auto;transition:var(--transition);width:min(170px,36vw)}header.svelte-1a9bjsb .container:where(.svelte-1a9bjsb) nav:where(.svelte-1a9bjsb) .menu-toggle:where(.svelte-1a9bjsb){display:none;background:#fbf7edeb;border:1px solid rgba(8,17,38,.16);border-radius:4px;cursor:pointer;padding:calc(var(--spacing-unit) * 1);box-shadow:0 8px 18px #0f172a0f}@media (max-width: 900px){header.svelte-1a9bjsb .container:where(.svelte-1a9bjsb) nav:where(.svelte-1a9bjsb) .menu-toggle:where(.svelte-1a9bjsb){display:flex;flex-direction:column;justify-content:space-between;width:42px;height:38px;align-items:center}header.svelte-1a9bjsb .container:where(.svelte-1a9bjsb) nav:where(.svelte-1a9bjsb) .menu-toggle:where(.svelte-1a9bjsb) span:where(.svelte-1a9bjsb){display:block;height:2px;width:20px;background-color:var(--primary-color);transition:var(--transition);border-radius:999px}}header.svelte-1a9bjsb .container:where(.svelte-1a9bjsb) nav:where(.svelte-1a9bjsb) ul:where(.svelte-1a9bjsb){display:flex;list-style:none;gap:calc(var(--spacing-unit) * 1);align-items:center;margin-left:auto}@media (max-width: 900px){header.svelte-1a9bjsb .container:where(.svelte-1a9bjsb) nav:where(.svelte-1a9bjsb) ul:where(.svelte-1a9bjsb){position:fixed;top:86px;right:calc(var(--spacing-unit) * 2);left:calc(var(--spacing-unit) * 2);width:auto;max-height:calc(100vh - 110px);overflow-y:auto;background:#ffffffeb;flex-direction:column;align-items:stretch;padding:calc(var(--spacing-unit) * 2);transition:var(--transition);box-shadow:var(--shadow-strong);border-radius:20px;border:1px solid rgba(15,23,42,.08);transform:translateY(-8px) scale(.985);opacity:0;pointer-events:none}header.svelte-1a9bjsb .container:where(.svelte-1a9bjsb) nav:where(.svelte-1a9bjsb) ul.open:where(.svelte-1a9bjsb){transform:translateY(0) scale(1);opacity:1;pointer-events:auto}}header.svelte-1a9bjsb .container:where(.svelte-1a9bjsb) nav:where(.svelte-1a9bjsb) ul:where(.svelte-1a9bjsb) li:where(.svelte-1a9bjsb) a:where(.svelte-1a9bjsb){font-weight:600;position:relative;padding:9px 11px;border-radius:3px;display:inline-flex;align-items:center;color:var(--text-color);font-size:.88rem}header.svelte-1a9bjsb .container:where(.svelte-1a9bjsb) nav:where(.svelte-1a9bjsb) ul:where(.svelte-1a9bjsb) li:where(.svelte-1a9bjsb) a:where(.svelte-1a9bjsb):not(.btn):after{display:none}header.svelte-1a9bjsb .container:where(.svelte-1a9bjsb) nav:where(.svelte-1a9bjsb) ul:where(.svelte-1a9bjsb) li:where(.svelte-1a9bjsb) a:where(.svelte-1a9bjsb):not(.btn):hover{background:#eadfcab8;color:var(--ink)}@media (max-width: 900px){header.svelte-1a9bjsb .container:where(.svelte-1a9bjsb) nav:where(.svelte-1a9bjsb) ul:where(.svelte-1a9bjsb) li:where(.svelte-1a9bjsb) a:where(.svelte-1a9bjsb):not(.btn){width:100%;justify-content:center;border-radius:12px;padding:calc(var(--spacing-unit) * 1.25) calc(var(--spacing-unit) * 1.5);border:1px solid rgba(15,23,42,.05);background:#ffffffb8}}header.svelte-1a9bjsb .container:where(.svelte-1a9bjsb) nav:where(.svelte-1a9bjsb) ul:where(.svelte-1a9bjsb) li.cta-button:where(.svelte-1a9bjsb){margin-left:calc(var(--spacing-unit) * .5)}header.svelte-1a9bjsb .container:where(.svelte-1a9bjsb) nav:where(.svelte-1a9bjsb) ul:where(.svelte-1a9bjsb) li.cta-button:where(.svelte-1a9bjsb) .btn:where(.svelte-1a9bjsb){padding-inline:calc(var(--spacing-unit) * 2)}@media (max-width: 900px){header.svelte-1a9bjsb .container:where(.svelte-1a9bjsb) nav:where(.svelte-1a9bjsb) ul:where(.svelte-1a9bjsb) li.cta-button:where(.svelte-1a9bjsb){margin-top:calc(var(--spacing-unit) * 1);margin-left:0}header.svelte-1a9bjsb .container:where(.svelte-1a9bjsb) nav:where(.svelte-1a9bjsb) ul:where(.svelte-1a9bjsb) li.cta-button:where(.svelte-1a9bjsb) .btn:where(.svelte-1a9bjsb){width:100%}}header.scrolled.svelte-1a9bjsb .container:where(.svelte-1a9bjsb) nav:where(.svelte-1a9bjsb){background:linear-gradient(90deg,rgba(21,62,152,.035) 1px,transparent 1px),linear-gradient(rgba(21,62,152,.03) 1px,transparent 1px),#fbf7edf5;background-size:24px 24px;border-color:#08112629;box-shadow:0 16px 38px #40301e29}main.svelte-1a9bjsb{margin-top:94px;min-height:calc(100vh - 414px)}@media (max-width: 900px){main.svelte-1a9bjsb{margin-top:84px;min-height:calc(100vh - 404px)}}footer.svelte-1a9bjsb{position:relative;background:linear-gradient(rgba(251,247,237,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(251,247,237,.045) 1px,transparent 1px),#081126;background-size:36px 36px;color:#fff;padding:calc(var(--spacing-unit) * 7) 0 calc(var(--spacing-unit) * 3);overflow:hidden}footer.svelte-1a9bjsb a:where(.svelte-1a9bjsb){color:#fff;opacity:.86}footer.svelte-1a9bjsb a:where(.svelte-1a9bjsb):hover{opacity:1;color:#ffd9ca}footer.svelte-1a9bjsb .footer-grid:where(.svelte-1a9bjsb){display:grid;grid-template-columns:2fr 1fr 1fr;gap:calc(var(--spacing-unit) * 4);padding:calc(var(--spacing-unit) * 4);border-radius:6px;border:1px solid rgba(251,247,237,.18);background:#fbf7ed0f;box-shadow:inset 0 1px #fbf7ed1f}@media (max-width: 900px){footer.svelte-1a9bjsb .footer-grid:where(.svelte-1a9bjsb){grid-template-columns:1fr;padding:calc(var(--spacing-unit) * 2.25)}}footer.svelte-1a9bjsb .footer-grid:where(.svelte-1a9bjsb) .footer-section:where(.svelte-1a9bjsb) p:where(.svelte-1a9bjsb){color:#ffffffad;max-width:38ch}footer.svelte-1a9bjsb .footer-grid:where(.svelte-1a9bjsb) .footer-section:where(.svelte-1a9bjsb) h4:where(.svelte-1a9bjsb){color:#fff;margin-bottom:calc(var(--spacing-unit) * 2);font-size:1rem;letter-spacing:0}footer.svelte-1a9bjsb .footer-grid:where(.svelte-1a9bjsb) .footer-section:where(.svelte-1a9bjsb) ul:where(.svelte-1a9bjsb){list-style:none}footer.svelte-1a9bjsb .footer-grid:where(.svelte-1a9bjsb) .footer-section:where(.svelte-1a9bjsb) ul:where(.svelte-1a9bjsb) li:where(.svelte-1a9bjsb){margin-bottom:calc(var(--spacing-unit) * .8)}footer.svelte-1a9bjsb .footer-grid:where(.svelte-1a9bjsb) .footer-section:where(.svelte-1a9bjsb) .social-links:where(.svelte-1a9bjsb){display:flex;flex-direction:column;gap:calc(var(--spacing-unit) * 1.5)}footer.svelte-1a9bjsb .footer-grid:where(.svelte-1a9bjsb) .footer-section:where(.svelte-1a9bjsb) .social-links:where(.svelte-1a9bjsb) a:where(.svelte-1a9bjsb){display:inline-flex;align-items:center;gap:calc(var(--spacing-unit) * 1);padding:calc(var(--spacing-unit) * 1.5) calc(var(--spacing-unit) * 2);border-radius:4px;border:1px solid rgba(255,255,255,.12);background:#ffffff0d;font-size:.95rem;color:#fff;font-weight:600;transition:var(--transition)}footer.svelte-1a9bjsb .footer-grid:where(.svelte-1a9bjsb) .footer-section:where(.svelte-1a9bjsb) .social-links:where(.svelte-1a9bjsb) a:where(.svelte-1a9bjsb):hover{background:#fbf7ed1c;border-color:#ffffff4d;transform:translate(4px);box-shadow:0 8px 24px rgba(var(--primary-color-rgb),.15)}footer.svelte-1a9bjsb .footer-grid:where(.svelte-1a9bjsb) .footer-section:where(.svelte-1a9bjsb) .social-links:where(.svelte-1a9bjsb) a:where(.svelte-1a9bjsb):after{content:"→";margin-left:auto;opacity:.5;transition:var(--transition)}footer.svelte-1a9bjsb .footer-grid:where(.svelte-1a9bjsb) .footer-section:where(.svelte-1a9bjsb) .social-links:where(.svelte-1a9bjsb) a:where(.svelte-1a9bjsb):hover:after{opacity:1;transform:translate(2px)}footer.svelte-1a9bjsb .footer-grid:where(.svelte-1a9bjsb) .footer-section:where(.svelte-1a9bjsb) .footer-logo:where(.svelte-1a9bjsb){margin-bottom:calc(var(--spacing-unit) * 2)}footer.svelte-1a9bjsb .footer-grid:where(.svelte-1a9bjsb) .footer-section:where(.svelte-1a9bjsb) .footer-logo:where(.svelte-1a9bjsb) img:where(.svelte-1a9bjsb){height:auto;filter:brightness(0) invert(1)}footer.svelte-1a9bjsb .footer-bottom:where(.svelte-1a9bjsb){margin-top:calc(var(--spacing-unit) * 4);padding-top:calc(var(--spacing-unit) * 3);border-top:1px solid rgba(255,255,255,.08);text-align:center;font-size:.9rem;opacity:.62}footer.svelte-1a9bjsb .footer-bottom:where(.svelte-1a9bjsb) p:where(.svelte-1a9bjsb){color:#ffffff9e;margin:0}
