:root{--ink: #1a1a2e;--charcoal: #374151;--muted: #6b7280;--accent: #4a6572;--accent-rgb: 74, 101, 114;--accent-warm: #c4956a;--accent-warm-rgb: 196, 149, 106;--accent-rose: #a67c7c;--accent-rose-rgb: 166, 124, 124;--accent-sage: #7c9a8e;--accent-sage-rgb: 124, 154, 142;--line: rgba(26, 26, 46, .12);--bg: #faf9f7}*{margin:0;padding:0;box-sizing:border-box}body{min-height:100vh;font-family:Raleway,sans-serif;background:var(--bg);color:var(--charcoal);position:relative;overflow-x:hidden}#root{width:100%;position:relative}.typewriter{min-height:1.7em}.typewriter-text{margin-right:2.5px}.cursor{display:inline-block;width:2px;height:1.25em;background:#3b82f6;vertical-align:text-bottom;border-radius:1.25px;animation:cursorBlink 1.1s infinite}@keyframes cursorBlink{0%,45%{opacity:1}50%,95%{opacity:0}to{opacity:1}}.cursor.typing{animation:none;opacity:1}.cursor.fade-out{animation:cursorFadeOut .5s ease-out forwards}@keyframes cursorFadeOut{0%{opacity:1}to{opacity:0}}.curtain-reveal{display:none}.curtain-reveal.show{display:block}.curtain-reveal h2{opacity:0;transform:translateY(16px)}.curtain-reveal.show h2{animation:deliverItem .55s ease-out forwards}.curtain-reveal .problems-list li{opacity:0;transform:translateY(16px)}.curtain-reveal.show .problems-list li{animation:deliverItem .55s ease-out forwards}.curtain-reveal.show .problems-list li:nth-child(1){animation-delay:.15s}.curtain-reveal.show .problems-list li:nth-child(2){animation-delay:.3s}.curtain-reveal.show .problems-list li:nth-child(3){animation-delay:.45s}.curtain-reveal.show .problems-list li:nth-child(4){animation-delay:.6s}.curtain-reveal.show .problems-list li:nth-child(5){animation-delay:.75s}.curtain-reveal.show .problems-list li:nth-child(6){animation-delay:.9s}.curtain-reveal.show .problems-list li:nth-child(7){animation-delay:1.05s}.curtain-reveal>p,.curtain-reveal>hr{opacity:0;transform:translateY(12px)}.curtain-reveal.show>p:nth-of-type(1){animation:deliverItem .5s ease-out forwards;animation-delay:1.35s}.curtain-reveal.show>hr{animation:deliverItem .4s ease-out forwards;animation-delay:1.55s}.curtain-reveal.show>p:nth-of-type(2){animation:deliverItem .5s ease-out forwards;animation-delay:1.7s}@keyframes deliverItem{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}body:before,body:after{content:"";position:fixed;border-radius:2.5rem;pointer-events:none;backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);z-index:-1}body:before{width:400px;height:500px;top:-180px;right:-100px;background:linear-gradient(135deg,#7c9a8e2e,#c8d2dc1f 40%,#1a1a2e14);transform:rotate(15deg);border:1px solid rgba(255,255,255,.35);box-shadow:inset 0 1px 1px #ffffff80,inset 0 -2px 8px #1a1a2e0d,0 8px 32px #1a1a2e14,0 2px 8px #7c9a8e1a}body:after{width:350px;height:450px;bottom:-150px;left:-80px;background:linear-gradient(-45deg,#c4956a33,#ffebd71f 35%,#b8860b14);transform:rotate(-12deg);border:1px solid rgba(255,255,255,.4);box-shadow:inset 0 1px 1px #ffffff80,inset 0 -2px 10px #b8860b0f,0 10px 40px #b8860b14,0 2px 8px #c4956a1f}.shape{position:fixed;pointer-events:none;border-radius:2rem;backdrop-filter:blur(16px) saturate(160%);-webkit-backdrop-filter:blur(16px) saturate(160%);z-index:-1}.shape-1{width:175px;height:175px;top:20%;left:8%;border-radius:50%;background:linear-gradient(160deg,#a67c7c2e,#dcc8c81a 50%,#1a1a2e0f);border:1px solid rgba(255,255,255,.4);box-shadow:inset 0 1px 2px #ffffff80,inset 0 -2px 8px #a67c7c1a,0 8px 28px #a67c7c1f,0 2px 8px #1a1a2e0f}.shape-2{width:180px;height:220px;bottom:25%;right:10%;background:linear-gradient(200deg,#7c9a8e2e,#c8dcd71a 60%,#1a1a2e0f);transform:rotate(20deg);border:1px solid rgba(255,255,255,.38);box-shadow:inset 0 1px 1px #ffffff80,inset 0 -1px 8px #7c9a8e0f,0 8px 28px #7c9a8e1a,0 2px 8px #1a1a2e0a}.shape-3{width:120px;height:150px;top:60%;right:25%;background:linear-gradient(145deg,#c4956a2e,#ffebd71a 50%,#b8860b14);transform:rotate(-5deg);border:1px solid rgba(255,255,255,.4);box-shadow:inset 0 1px 1px #ffffff80,inset 0 -1px 5px #c4956a14,0 5px 20px #c4956a1a,0 2px 6px #b8860b0f}.article{max-width:640px;margin:0 auto;padding:4rem 2rem 6rem;position:relative;z-index:1}.article-header{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:2rem}.paperboy{font-family:Comfortaa,sans-serif;font-weight:300;font-size:32px;color:var(--ink);letter-spacing:.08em;margin:0}.article-meta{font-size:.875rem;color:var(--muted);letter-spacing:.02em}.article p{font-size:1rem;line-height:1.7;color:var(--charcoal);margin-bottom:1.5rem}.article strong{font-weight:600;color:var(--ink)}.article h2{font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.15em;color:var(--muted);margin-top:2rem;margin-bottom:2rem}.problems-list{list-style:none;padding:0;margin:0 0 1.5rem}.problems-list li{font-size:1rem;line-height:1.7;color:var(--charcoal);margin-bottom:1.5rem;padding-left:1.25rem;position:relative}.problems-list li:before{content:"—";position:absolute;left:0;color:var(--muted)}.article hr{border:none;height:1px;background:var(--line);margin:2rem 0}.article a{color:var(--accent);text-decoration:underline;transition:color .2s ease,background-color .2s ease;padding:.1em .25em;margin:-.1em -.25em;border-radius:.25em}.article a:hover{color:#3a525e;background-color:rgba(var(--accent-rgb),.08)}.hud-enter-box{display:inline-flex;position:relative;width:4.5rem;height:2.2rem;padding:.35rem .45rem;margin-top:.3rem;margin-left:.2rem;font-family:SF Pro Rounded,-apple-system,BlinkMacSystemFont,system-ui,sans-serif;font-size:.65rem;font-weight:500;letter-spacing:.01em;color:#1a1a2ebf;background:linear-gradient(180deg,#fffffff2,#f5f5f7eb);border:1px solid rgba(0,0,0,.12);border-radius:5px;box-shadow:0 .5px #ffffffe6 inset,0 1px 2px #00000014,0 .5px 1px #0000000f;cursor:pointer;transition:all .15s ease;vertical-align:middle;transform:translateY(-1px);opacity:0;animation:hudFadeIn .4s ease-out forwards;animation-delay:2.1s}.curtain-reveal.show .hud-enter-box{animation-delay:2.1s}.hud-enter-box:hover{background:linear-gradient(180deg,#fafafcfa,#f0f0f4f2);border-color:#00000026}.hud-enter-box:active{background:linear-gradient(180deg,#e6e6ebf2,#dcdce2eb);box-shadow:0 .5px #fff6 inset,0 .5px .5px #0000001a;transform:translateY(1px)}.hud-enter-box:focus{outline:none}.hud-enter-icon{position:absolute;top:.25rem;left:.35rem;font-family:SF Pro Rounded,-apple-system,BlinkMacSystemFont,system-ui,sans-serif;font-size:.85rem;font-weight:400;line-height:1;opacity:.6;transform:scaleX(-1)}.hud-enter-text{position:absolute;bottom:.25rem;right:.35rem;font-family:SF Pro Rounded,-apple-system,BlinkMacSystemFont,system-ui,sans-serif;text-transform:lowercase;font-size:.65rem;font-weight:400;letter-spacing:.01em;opacity:.7}@keyframes hudFadeIn{0%{opacity:0;transform:translateY(-1px) translate(-4px)}to{opacity:1;transform:translateY(-1px) translate(0)}}@media(max-width:768px){.article{padding:3rem 2rem 4rem}.article-header{flex-direction:column;gap:.5rem}.paperboy{font-size:28px}body:before{width:250px;height:320px;top:-120px;right:-80px}body:after{width:220px;height:280px;bottom:-100px;left:-60px}.shape-1{width:120px;height:120px;left:3%}.shape-2{width:100px;height:130px;right:5%}.shape-3{width:80px;height:100px;right:15%}}@media(max-width:480px){.article{padding:2.5rem 1.75rem 3.5rem}.paperboy{font-size:22px}.article p,.problems-list li{font-size:.875rem}}
