.accessibility{padding:5rem 1.5rem;background:var(--bg-warm);display:flex;justify-content:center;align-items:center}.accessibility__card{max-width:560px;width:100%;background:#fff;border-radius:1.5rem;padding:3rem;text-align:center;box-shadow:var(--shadow-card);transition:box-shadow .4s cubic-bezier(.22,1,.36,1)}@media(hover:hover){.accessibility__card:hover{box-shadow:var(--shadow-elevated)}}.accessibility__icon-wrap{width:64px;height:64px;margin:0 auto 1.5rem;background:var(--accent-bg);border-radius:50%;display:flex;align-items:center;justify-content:center}.accessibility__icon{width:32px;height:32px;color:var(--accent-border)}.accessibility__title{font-family:var(--font-display);font-size:clamp(1.5rem,3.5vw,2rem);font-weight:700;color:var(--text-dark);line-height:1.4;margin-bottom:1rem}.accessibility__title-accent{color:var(--accent)}.accessibility__desc{font-size:1rem;color:var(--text-body);line-height:1.7;margin-bottom:2rem}.accessibility__tags{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}.accessibility__tag{padding:.5rem 1rem;background:var(--accent-bg);border:1px solid var(--accent-border);border-radius:9999px;font-size:.875rem;color:var(--accent-light);display:inline-flex;align-items:center;gap:.375rem}.accessibility__tag-icon{font-size:1rem}@media(max-width:768px){.accessibility{padding:3rem 1rem}.accessibility__card{padding:2rem 1.5rem}.accessibility__desc{margin-bottom:1.5rem}}@media(max-width:480px){.accessibility{padding:2.5rem .75rem}.accessibility__card{padding:1.5rem 1rem;border-radius:1.25rem}.accessibility__tags{gap:.5rem}.accessibility__tag{padding:.375rem .75rem;font-size:.8125rem}}.cta{padding:5rem 1.5rem;background:var(--bg-main);display:flex;justify-content:center;align-items:center}.cta__card{max-width:480px;width:100%;background:#fff;border-radius:1.5rem;padding:3rem;text-align:center;box-shadow:var(--shadow-card);transition:box-shadow .4s cubic-bezier(.22,1,.36,1)}@media(hover:hover){.cta__card:hover{box-shadow:var(--shadow-elevated)}}.cta__logo{display:flex;justify-content:center;margin-bottom:2rem}.cta__logo-img{max-width:200px;height:auto;object-fit:contain}.cta__title{font-family:var(--font-display);font-size:clamp(1.5rem,3vw,1.75rem);font-weight:700;color:var(--text-dark);margin-bottom:.5rem}.cta__subtitle{font-size:.9375rem;color:var(--text-muted);margin-bottom:2rem}.cta__button{width:100%;padding:1rem 2rem;background:linear-gradient(135deg,var(--accent) 0%,var(--accent-light) 100%);color:#fff;border:none;border-radius:9999px;font-size:1.0625rem;font-weight:600;cursor:pointer;box-shadow:var(--shadow-soft);transition:transform .2s,box-shadow .2s}.cta__button:hover{transform:translateY(-2px);box-shadow:0 8px 28px #c6573540}@media(max-width:768px){.cta{padding:3rem 1rem}.cta__card{padding:2rem 1.5rem}.cta__logo-img{max-width:180px}}@media(max-width:480px){.cta{padding:2.5rem .75rem}.cta__card{padding:1.5rem 1rem}.cta__logo-img{max-width:160px}.cta__button{min-height:48px;padding:.875rem 1.5rem}}.footer{padding:1.5rem 1.5rem 2rem;background:var(--bg-warm);border-top:1px solid rgba(210,142,117,.15)}.footer__inner{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.footer__copyright{font-size:.8125rem;color:var(--text-muted)}.footer__links{display:flex;gap:1.5rem}.footer__link{font-size:.8125rem;color:var(--text-muted);text-decoration:none;transition:color .2s;background:none;border:none;cursor:pointer;font-family:inherit;padding:0}.footer__links a.footer__link{text-decoration:none}.footer__link:hover{color:var(--accent-light)}@media(max-width:480px){.footer{padding:1rem .75rem 1.5rem}.footer__inner{flex-direction:column;text-align:center;gap:.75rem}.footer__links{gap:1rem}}.handwriting{padding:5rem 1.5rem;background:var(--bg-warm)}.handwriting__inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}@media(max-width:768px){.handwriting{padding:3rem 1rem}.handwriting__inner{grid-template-columns:1fr;gap:2.5rem}.handwriting__card{padding:1.5rem;min-height:180px}.handwriting__badge{right:1rem}.handwriting__fab{width:48px;height:48px;bottom:.75rem;right:.75rem}.handwriting__fab svg{width:20px;height:20px}}@media(max-width:480px){.handwriting{padding:2.5rem .75rem}.handwriting__inner{gap:2rem}.handwriting__card{padding:1.25rem;min-height:160px}.handwriting__line{font-size:1rem}}.handwriting__tagline{font-size:.9375rem;color:var(--accent);font-weight:500;margin-bottom:.5rem}.handwriting__title{font-family:var(--font-display);font-size:clamp(1.75rem,4vw,2.25rem);font-weight:700;color:var(--text-dark);margin-bottom:1rem}.handwriting__desc{font-size:1rem;color:var(--text-body);line-height:1.7}.handwriting__card{position:relative;background:#fff;border-radius:1.25rem;padding:2rem;box-shadow:var(--shadow-card);min-height:220px;transition:box-shadow .4s cubic-bezier(.22,1,.36,1),transform .4s cubic-bezier(.22,1,.36,1)}@media(hover:hover){.handwriting__card:hover{box-shadow:var(--shadow-elevated)}}.handwriting__badge{position:absolute;top:-10px;right:1.5rem;padding:.375rem .875rem;background:var(--accent-bg);color:var(--accent-light);font-size:.8125rem;font-weight:500;border-radius:9999px;display:inline-flex;align-items:center;gap:.25rem}.handwriting__badge-icon{font-size:.875rem}.handwriting__lines{margin-top:1rem}.handwriting__line{font-size:1.125rem;margin-bottom:.5rem}.handwriting__line--input{color:var(--text-muted)}.handwriting__line--output{color:var(--accent);font-weight:500}.handwriting__fab{position:absolute;bottom:1rem;right:1rem;width:56px;height:56px;background:linear-gradient(135deg,var(--accent) 0%,var(--accent-light) 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 8px 24px #c6573559}.handwriting__fab svg{width:24px;height:24px}.header{position:fixed;top:0;left:0;right:0;z-index:100;padding:max(.5rem,env(safe-area-inset-top)) max(1.5rem,env(safe-area-inset-right)) .5rem max(1.5rem,env(safe-area-inset-left));background:#fdfbf899;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid rgba(210,142,117,.1);animation:headerFadeIn .6s ease-out}@keyframes headerFadeIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.header__inner{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:1rem}.header__logo{display:flex;align-items:center;text-decoration:none}.header__logo-img{height:32px;width:auto;object-fit:contain}.header__cta{padding:.625rem 1.25rem;background:linear-gradient(135deg,var(--accent) 0%,var(--accent-light) 100%);color:#fff;border:none;border-radius:9999px;font-size:.9375rem;font-weight:500;cursor:pointer;box-shadow:var(--shadow-soft);transition:transform .2s,box-shadow .2s}.header__cta:hover{transform:translateY(-1px);box-shadow:0 6px 24px #c6573533}@media(max-width:768px){.header{padding:max(.4rem,env(safe-area-inset-top)) max(1rem,env(safe-area-inset-right)) .4rem max(1rem,env(safe-area-inset-left))}.header__logo-img{height:28px}.header__cta{padding:.375rem .75rem;font-size:.8125rem;margin-right:.5rem}}@media(max-width:480px){.header{padding:max(.375rem,env(safe-area-inset-top)) max(.75rem,env(safe-area-inset-right)) .375rem max(.75rem,env(safe-area-inset-left))}.header__logo-img{height:24px}.header__cta{padding:.3125rem .625rem;font-size:.75rem;margin-right:.375rem}}.hero{padding:7rem 1.5rem 4rem;max-width:1200px;margin:0 auto;text-align:center;animation:heroReveal .8s ease-out}@media(max-width:768px){.hero{padding:6rem 1rem 3rem}.hero__content{margin-bottom:2rem}.hero__desc{font-size:.9375rem}.hero__cta{padding:.875rem 1.5rem;font-size:1rem;min-height:48px;min-width:200px}}@media(max-width:480px){.hero{padding:5rem .75rem 2.5rem}.hero__tagline{font-size:.8125rem}.hero__desc{margin-bottom:1.5rem}}@keyframes heroReveal{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.hero__content{margin-bottom:3rem}.hero__tagline{font-size:.9375rem;color:var(--accent-light);font-weight:500;margin-bottom:.75rem;letter-spacing:.02em}.hero__title{font-family:var(--font-hero);font-size:clamp(1.75rem,8vw,4rem);font-weight:900;color:var(--text-dark);line-height:1.3;margin-bottom:1rem;letter-spacing:-.02em}.hero__title-accent{color:var(--accent)}.hero__desc{font-size:1.0625rem;color:var(--text-muted);max-width:420px;margin:0 auto 2rem}.hero__cta{padding:1rem 2rem;background:linear-gradient(135deg,var(--accent) 0%,var(--accent-light) 100%);color:#fff;border:none;border-radius:9999px;font-size:1.0625rem;font-weight:600;cursor:pointer;box-shadow:var(--shadow-soft);transition:transform .3s cubic-bezier(.22,1,.36,1),box-shadow .3s ease}.hero__cta:hover{transform:translateY(-2px);box-shadow:0 12px 32px #c6573538}.hero__cta:focus-visible{outline:2px solid var(--accent-light);outline-offset:2px}.hero__tablet{display:flex;justify-content:center;padding:2rem 0}@media(max-width:768px){.hero__tablet{padding:1.5rem 0}}@media(max-width:480px){.hero__tablet{padding:1rem 0}}.hero-tablet{width:100%;max-width:600px;background:linear-gradient(165deg,#2a2a2a,#1a1a1a);border-radius:1.75rem;padding:.75rem;box-shadow:0 24px 48px #00000040,inset 0 1px #ffffff14;animation:tabletFloat .8s ease-out .3s both}@keyframes tabletFloat{0%{opacity:0;transform:translateY(24px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.hero-tablet__screen{position:relative;border-radius:1rem;overflow:hidden;background:#111;aspect-ratio:1920 / 1090}.hero-tablet__carousel{position:relative;width:100%;height:100%}.hero-tablet__screenshot{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity .5s ease-in-out}.hero-tablet__screenshot--active{opacity:1;z-index:1}.hero-tablet__indicators{display:flex;justify-content:center;gap:.5rem;margin-top:.75rem}.hero-tablet__dot{width:6px;height:6px;border-radius:50%;border:none;background:#ffffff4d;cursor:pointer;padding:0;transition:background .3s}.hero-tablet__dot:hover{background:#ffffff80}.hero-tablet__dot--active{background:var(--accent-light);transform:scale(1.2)}@media(max-width:480px){.hero-tablet{max-width:340px;padding:.5rem;border-radius:1.5rem}.hero-tablet__screen{border-radius:.875rem}}.listen{padding:5rem 1.5rem;background:var(--bg-main)}.listen__inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}@media(max-width:768px){.listen{padding:3rem 1rem}.listen__inner{grid-template-columns:1fr;gap:2.5rem;text-align:center}.listen__visual{min-height:260px}.listen__bubble{top:10%;right:5%;font-size:.8125rem}.listen__response{bottom:20%;left:5%;font-size:.8125rem}}@media(max-width:480px){.listen{padding:2.5rem .75rem}.listen__inner{gap:2rem}.listen__visual{min-height:220px}.listen__mic-btn{width:64px;height:64px}.listen__mic-btn svg{width:28px;height:28px}.listen-ring--3{width:200px;height:200px}}.listen__tagline{font-size:.9375rem;color:var(--accent-light);font-weight:500;margin-bottom:.5rem}.listen__title{font-family:var(--font-display);font-size:clamp(1.75rem,4vw,2.25rem);font-weight:700;color:var(--text-dark);margin-bottom:1rem}.listen__desc{font-size:1rem;color:var(--text-body);line-height:1.7}.listen__visual{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:320px}.listen-rings{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center}.listen-ring{position:absolute;border:2px dashed var(--accent-muted);border-radius:50%;opacity:.5;animation:ringPulse 2.5s ease-in-out infinite}.listen-ring--1{width:120px;height:120px;animation-delay:0s}.listen-ring--2{width:180px;height:180px;animation-delay:.3s}.listen-ring--3{width:240px;height:240px;animation-delay:.6s}@keyframes ringPulse{0%,to{transform:scale(.9);opacity:.3}50%{transform:scale(1.05);opacity:.6}}.listen__mic-btn{position:relative;z-index:2;width:80px;height:80px;background:linear-gradient(135deg,var(--accent-light) 0%,var(--accent-muted) 100%);border-radius:1rem;display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:var(--shadow-card)}.listen__mic-btn svg{width:36px;height:36px}.listen__bubble{position:absolute;top:20%;right:10%;padding:.5rem 1rem;background:#fff;border-radius:1rem;font-size:.9375rem;box-shadow:var(--shadow-soft);z-index:2;animation:bubbleFloat 3s ease-in-out infinite}.listen__response{position:absolute;bottom:25%;left:5%;padding:.5rem 1rem;background:var(--accent-bg);color:var(--accent);border-radius:1rem;font-size:.9375rem;font-weight:500;z-index:2;animation:bubbleFloat 3s ease-in-out infinite .5s}@keyframes bubbleFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}.listen__wave{position:absolute;bottom:0;right:0;display:flex;align-items:flex-end;gap:4px;height:32px}.listen__wave-bar{width:4px;background:linear-gradient(to top,var(--accent-muted),var(--accent-light));border-radius:2px;animation:waveBounce 1s ease-in-out infinite}@keyframes waveBounce{0%,to{height:8px}50%{height:24px}}.phrases{padding:5rem 1.5rem;background:var(--bg-main)}.phrases__inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr auto 1fr;gap:2rem;align-items:center}@media(max-width:900px){.phrases{padding:3rem 1rem}.phrases__inner{grid-template-columns:1fr;gap:1.5rem;text-align:center;align-items:center;justify-items:center}.phrases__text-block{order:1;width:100%}.phrases__list{order:2;max-width:320px;margin:0 auto;width:100%}.phrases__icon-circle{order:3}}@media(max-width:480px){.phrases{padding:2.5rem .75rem}.phrases__inner{gap:1.25rem}.phrases__list{max-width:280px}.phrases__item,.phrases__add{padding:.75rem 1rem;font-size:.875rem}.phrases__icon-circle{width:64px;height:64px;min-width:64px;min-height:64px}}.phrases__list{display:flex;flex-direction:column;gap:.75rem;min-width:0}.phrases__item{padding:.875rem 1.25rem;background:#fff;border-radius:1rem;font-size:.9375rem;color:var(--text-dark);box-shadow:var(--shadow-soft);display:flex;align-items:center;justify-content:space-between;text-align:left;transition:box-shadow .3s ease,transform .3s ease}@media(hover:hover){.phrases__item:hover{box-shadow:var(--shadow-card)}}.phrases__item--saved .phrases__text{flex:1;text-align:left}.phrases__bookmark{color:var(--accent-light)}.phrases__add{text-align:left;padding:.875rem 1.25rem;border:2px dashed var(--accent-border);border-radius:1rem;background:transparent;color:var(--accent-light);font-size:.9375rem;font-weight:500;cursor:pointer;display:flex;align-items:center;gap:.5rem;transition:background .2s,border-color .2s}.phrases__add:hover{background:var(--accent-bg);border-color:var(--accent-light)}.phrases__add-icon{font-size:1.25rem}.phrases__icon-circle{width:80px;height:80px;min-width:80px;min-height:80px;flex-shrink:0;background:linear-gradient(135deg,var(--accent-light) 0%,var(--accent-muted) 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:var(--shadow-card)}.phrases__tagline{font-size:.9375rem;color:var(--accent-light);font-weight:500;margin-bottom:.5rem}.phrases__title{font-family:var(--font-display);font-size:clamp(1.75rem,4vw,2.25rem);font-weight:700;color:var(--text-dark);margin-bottom:1rem}.phrases__desc{font-size:1rem;color:var(--text-body);line-height:1.7}.privacy-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;background:#2d2d2d80;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;padding:1rem;animation:overlayFadeIn .2s ease-out}@keyframes overlayFadeIn{0%{opacity:0}to{opacity:1}}.privacy-modal{width:100%;max-width:560px;max-height:90vh;background:#fff;border-radius:1rem;box-shadow:0 24px 48px #0003;display:flex;flex-direction:column;animation:modalSlideIn .3s ease-out}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-16px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.privacy-modal__header{flex-shrink:0;display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;border-bottom:1px solid rgba(210,142,117,.2)}.privacy-modal__title{font-size:1.25rem;font-weight:700;color:var(--text-dark)}.privacy-modal__close{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;border-radius:.5rem;color:var(--text-muted);cursor:pointer;transition:background .2s,color .2s}.privacy-modal__close:hover{background:var(--accent-bg);color:var(--accent-light)}.privacy-modal__close svg{width:24px;height:24px}.privacy-modal__body{flex:1;min-height:0;overflow-y:auto;-webkit-overflow-scrolling:touch}.privacy-modal__content{padding:1.5rem}.privacy-modal__updated{font-size:.8125rem;color:var(--text-muted);margin-bottom:1.5rem}.privacy-modal__content h3{font-size:1rem;font-weight:600;color:var(--text-dark);margin:1.5rem 0 .5rem}.privacy-modal__content h3:first-of-type{margin-top:0}.privacy-modal__content p{font-size:.9375rem;line-height:1.7;color:var(--text-body);margin-bottom:.75rem}.privacy-modal__content ul{margin:.5rem 0 1rem 1.25rem}.privacy-modal__content li{font-size:.9375rem;line-height:1.6;color:var(--text-body);margin-bottom:.25rem}.privacy-modal__content strong{color:var(--text-dark)}@media(max-width:480px){.privacy-modal-overlay{padding:.5rem;align-items:flex-end}.privacy-modal{max-height:85vh;border-radius:1rem 1rem 0 0}.privacy-modal__header,.privacy-modal__content{padding:1rem}}.voice{padding:5rem 1.5rem;background:linear-gradient(180deg,var(--bg-main) 0%,var(--bg-warm) 100%)}.voice__inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}@media(max-width:768px){.voice{padding:3rem 1rem}.voice__inner{grid-template-columns:1fr;gap:2.5rem;text-align:center}.voice__text{order:-1}.voice__visual{min-height:220px}}@media(max-width:480px){.voice{padding:2.5rem .75rem}.voice__inner{gap:2rem}.voice__icon-btn{width:56px;height:56px}.voice__icon-btn svg{width:24px;height:24px}.voice__bg-shape{top:-10px;right:-10px;bottom:-10px;left:-10px}.voice__circle--4{width:200px;height:200px}}.voice__visual{position:relative;min-height:280px;display:flex;flex-direction:column;align-items:center;justify-content:center}.voice__bg-shape{position:absolute;top:-20px;right:-20px;bottom:-20px;left:-20px;background:linear-gradient(135deg,var(--accent-bg) 0%,rgba(248,237,234,.5) 100%);border-radius:2rem;z-index:0}.voice__concentric{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;z-index:1}.voice__circle{position:absolute;border:1px dashed var(--accent-muted);border-radius:50%;opacity:.4}.voice__circle--1{width:80px;height:80px}.voice__circle--2{width:120px;height:120px}.voice__circle--3{width:180px;height:180px}.voice__circle--4{width:240px;height:240px}.voice__icon-btn{position:relative;z-index:2;width:72px;height:72px;background:linear-gradient(180deg,#d0806e,#d6a69f);border-radius:1rem;display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:var(--shadow-card);margin-bottom:1.5rem}.voice__icon-btn svg{width:32px;height:32px}.voice__waveform{position:relative;z-index:2;display:flex;align-items:flex-end;gap:6px;height:48px}.voice__wave-bar{width:6px;background:linear-gradient(to top,var(--accent-muted),var(--accent-light));border-radius:3px;animation:voiceWave 1.2s ease-in-out infinite}.voice__wave-bar:nth-child(odd){animation-delay:.2s}@keyframes voiceWave{0%,to{transform:scaleY(.5)}50%{transform:scaleY(1)}}.voice__tagline{font-size:.9375rem;color:var(--accent-light);font-weight:500;margin-bottom:.5rem}.voice__title{font-family:var(--font-display);font-size:clamp(1.75rem,4vw,2.25rem);font-weight:700;color:var(--text-dark);margin-bottom:1rem}.voice__desc{font-size:1rem;color:var(--text-body);line-height:1.7}:root{--bg-main: #FDFBF8;--bg-warm: #F9F7F5;--bg-card: #FFFFFF;--accent: #C65735;--accent-light: #D0806E;--accent-muted: #D6A69F;--accent-bg: #F8EDEA;--accent-border: #D28E75;--text-dark: #2D2D2D;--text-body: #4A4A4A;--text-muted: #6B6B6B;--shadow-soft: 0 4px 20px rgba(198, 87, 53, .08);--shadow-card: 0 8px 32px rgba(45, 45, 45, .06);--shadow-elevated: 0 16px 48px rgba(45, 45, 45, .08), 0 4px 12px rgba(198, 87, 53, .04);--font-display: "Noto Sans KR", sans-serif;--font-hero: "Noto Sans KR", sans-serif;--font-body: "Noto Sans KR", -apple-system, sans-serif}*{margin:0;padding:0;box-sizing:border-box}@supports (padding: env(safe-area-inset-top)){body{padding-left:env(safe-area-inset-left);padding-right:env(safe-area-inset-right)}.footer{padding-bottom:max(1.5rem,env(safe-area-inset-bottom))}}html{scroll-behavior:smooth;overflow-x:hidden}body{overflow-x:hidden;font-family:var(--font-body);background:var(--bg-main);color:var(--text-body);line-height:1.6;-webkit-font-smoothing:antialiased}body:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse 80% 50% at 50% -20%,rgba(248,237,234,.6),transparent),radial-gradient(ellipse 60% 40% at 100% 50%,rgba(216,166,159,.08),transparent),radial-gradient(ellipse 60% 40% at 0% 80%,rgba(248,237,234,.4),transparent);pointer-events:none;z-index:0}body:after{content:"";position:fixed;top:0;right:0;bottom:0;left:0;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");opacity:.03;pointer-events:none;z-index:0}#root{position:relative;min-height:100vh;z-index:1;max-width:100%;overflow-x:hidden}main{overflow-x:hidden}.section-reveal{opacity:0;transform:translateY(24px);transition:opacity .6s cubic-bezier(.22,1,.36,1),transform .6s cubic-bezier(.22,1,.36,1)}.section-reveal--visible{opacity:1;transform:translateY(0)}@media(prefers-reduced-motion:reduce){.section-reveal{opacity:1;transform:none;transition:none}}.text-keep{white-space:nowrap}.skip-link{position:absolute;top:-100px;left:.5rem;padding:.5rem 1rem;background:var(--accent);color:#fff;border-radius:.5rem;font-size:.875rem;text-decoration:none;z-index:1000;transition:top .2s}.skip-link:focus{top:.5rem;outline:2px solid white;outline-offset:2px}@media(hover:none){button,a,[role=button]{-webkit-tap-highlight-color:transparent}}
