:root{--night:#050814;--royal:#0b3b66;--turquoise:#0fb9b9;--gold:#d6a94a;--gold-2:#ffd26a;--papyrus:#efe8d0;--glass:rgba(255, 255, 255, 0.02)}*{box-sizing:border-box}html,body{height:100%;margin:0;background:linear-gradient(180deg,var(--night) 0%,var(--royal) 60%);font-family:Inter,system-ui,Arial,sans-serif;color:var(--papyrus);-webkit-font-smoothing:antialiased;overflow:hidden}body{zoom:90%;-moz-transform:scale(.9);-moz-transform-origin:top center;opacity:0;transition:opacity 0.9s ease}body.fade-in{opacity:1}a{color:darkorange;text-decoration:none}.bg-layer{position:fixed;inset:0;z-index:0;pointer-events:none;overflow:hidden}canvas#stars{position:absolute;inset:0;width:100%;height:100%;display:block;z-index:0}svg.backdrop{position:fixed;left:0;right:0;bottom:0;height:36vh;z-index:1;pointer-events:none;opacity:.95}.bg-glyphs{position:absolute;inset:0;z-index:2;pointer-events:none;mix-blend-mode:screen}.bg-glyph{position:absolute;font-size:18px;color:rgb(214 169 74 / .95);text-shadow:0 6px 20px rgb(255 236 170 / .5);opacity:0;transform-origin:center;pointer-events:none;user-select:none;will-change:transform,opacity;animation:glyphFloat linear infinite}@keyframes glyphFloat{0%{transform:translateY(40vh) translateX(0) rotate(0) scale(.8);opacity:0}12%{opacity:.75}50%{transform:translateY(10vh) translateX(40px) rotate(10deg) scale(1.05);opacity:1}100%{transform:translateY(-30vh) translateX(-10px) rotate(40deg) scale(.9);opacity:0}}.container{position:relative;min-height:100vh;padding:28px;display:flex;align-items:center;justify-content:center;z-index:3}.cartouche{position:relative;z-index:6;width:min(1100px, 94%);display:grid;grid-template-columns:30% 70%;gap:20px;align-items:center;padding:20px;border-radius:14px;background:linear-gradient(180deg,rgb(2 8 12 / .24),rgb(0 0 0 / .36));border:1px solid rgb(255 255 255 / .03);box-shadow:0 28px 90px rgb(0 0 0 / .6),inset 0 1px 0 rgb(255 255 255 / .02)}.glyph-col{display:flex;flex-wrap:wrap;gap:12px;padding:12px;min-height:180px;position:relative}.glyph-chip{width:56px;height:56px;border-radius:12px;display:grid;place-items:center;font-weight:900;font-size:20px;color:var(--gold);background:linear-gradient(180deg,rgb(255 255 255 / .02),rgb(0 0 0 / .04));box-shadow:0 10px 26px rgb(2 6 12 / .45);cursor:pointer;user-select:none;transition:transform 0.28s,box-shadow 0.28s}.glyph-chip:hover{transform:translateY(-6px) scale(1.04);box-shadow:0 18px 48px rgb(214 169 74 / .18)}.glyph-chip.pulse{animation:chipPulse 2400ms ease-in-out infinite}@keyframes chipPulse{0%{transform:scale(1)}50%{transform:scale(1.06)}100%{transform:scale(1)}}.terminal-container{display:flex;flex-direction:column;align-items:center;width:100%}.terminal{width:100%;border-radius:10px;padding:12px;min-height:180px;background:linear-gradient(180deg,rgb(0 8 12 / .36),rgb(0 6 12 / .18));border:1px solid rgb(255 255 255 / .02);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,monospace;font-weight:700;color:var(--papyrus)}.prompt{font-size:18px;line-height:1.5;color:var(--turquoise);text-shadow:0 2px 12px rgb(0 0 0 / .7)}#typed{color:var(--papyrus)}#caret{display:inline-block;width:10px;background:var(--papyrus);margin-left:6px;animation:blink 900ms steps(2,start) infinite}@keyframes blink{50%{opacity:0}}.ankh-side{position:fixed;bottom:22%;z-index:7;width:110px;height:110px;display:flex;align-items:center;justify-content:center;background:radial-gradient(circle at 40% 30%,rgb(255 236 170 / .95),rgb(214 169 74 / .22));border-radius:18px;box-shadow:0 30px 80px rgb(214 169 74 / .12);cursor:pointer;transition:transform 0.28s;filter:drop-shadow(0 20px 60px rgb(0 0 0 / .6))}.ankh-side .symbol{font-size:46px;color:#1b1308;text-shadow:0 8px 30px rgb(255 236 170 / .7)}.ankh-left{left:4%}.ankh-right{right:4%}.particle{position:fixed;pointer-events:none;font-size:18px;color:var(--gold);text-shadow:0 6px 20px rgb(255 236 170 / .6);will-change:transform,opacity}.particle.fly{transition:transform 0.9s cubic-bezier(.2,.9,.22,1),opacity 0.9s ease;opacity:1}.swarm{position:fixed;inset:0;pointer-events:none;z-index:5}.glyph{position:absolute;font-size:20px;color:var(--gold);text-shadow:0 0 12px rgb(255 236 170 / .6);opacity:.95;transform-origin:center;transition:left 0.9s ease,top 0.9s ease,transform 0.9s ease,opacity 0.7s ease}.portal{position:fixed;left:50%;top:50%;transform:translate(-50%,-50%);width:0;height:0;border-radius:50%;background:radial-gradient(circle at 50% 40%,rgb(255 236 170 / .95),rgb(214 169 74 / .4) 30%,rgb(15 185 185 / .06) 65%,transparent 75%);box-shadow:0 0 120px rgb(214 169 74 / .22),0 0 30px rgb(15 185 185 / .08);z-index:9;pointer-events:none;transition:width 0.9s,height 0.9s,opacity 0.6s;opacity:0}.portal.active{width:1800px;height:1800px;opacity:1}.portal-text{position:fixed;left:50%;top:50%;transform:translate(-50%,-40%);z-index:10;text-align:center;color:#111;font-family:Cinzel,serif;font-size:clamp(28px, 3.5vw, 56px);font-weight:900;opacity:0;transition:opacity 0.65s,transform 0.7s;text-shadow:0 6px 30px rgb(255 236 170 / .65)}.portal-text.show{opacity:1;transform:translate(-50%,-48%) scale(1.04)}.controls{display:flex;gap:10px;justify-content:flex-end;margin-top:8px}.cta{padding:10px 14px;border-radius:10px;border:none;font-weight:900;cursor:pointer;background:linear-gradient(90deg,var(--gold),var(--gold-2));color:#000;box-shadow:0 8px 28px rgb(214 169 74 / .22);transition:transform 0.2s,box-shadow 0.2s}.cta:hover{transform:translateY(-2px);box-shadow:0 12px 36px rgb(214 169 74 / .35)}.cta:active{transform:translateY(0)}@media (max-width:1024px){body{zoom:85%}.container{padding:24px}.cartouche{width:96%;padding:18px;gap:18px}.ankh-side{width:100px;height:100px;bottom:20%}.ankh-side .symbol{font-size:42px}.ankh-left{left:3%}.ankh-right{right:3%}svg.backdrop{height:32vh}}@media (max-width:920px){body{zoom:80%}.cartouche{grid-template-columns:1fr;gap:12px;width:98%;padding:16px}.glyph-col{min-height:auto;justify-content:center;padding:10px;gap:10px}.glyph-chip{width:52px;height:52px;font-size:18px}.terminal{min-height:160px;padding:10px}.prompt{font-size:16px}.ankh-side{display:none}svg.backdrop{height:28vh}.bg-glyph{font-size:16px}.portal.active{width:1400px;height:1400px}.controls{flex-wrap:wrap;justify-content:center}.cta{flex:1 1 auto;min-width:120px}}@media (max-width:768px){body{zoom:75%}.container{padding:20px;min-height:100dvh}.cartouche{padding:14px;border-radius:12px}.glyph-col{gap:8px;padding:8px}.glyph-chip{width:48px;height:48px;font-size:16px;border-radius:10px}.terminal{min-height:140px;padding:10px;border-radius:8px}.prompt{font-size:15px;line-height:1.4}#caret{width:8px;margin-left:4px}.cta{padding:9px 12px;font-size:14px}svg.backdrop{height:24vh}.portal-text{font-size:clamp(24px, 5vw, 48px)}.portal.active{width:1200px;height:1200px}}@media (max-width:640px){body{zoom:70%}.container{padding:16px}.cartouche{width:100%;padding:12px;gap:10px}.glyph-col{gap:6px;padding:6px;flex-direction:row}.glyph-chip{width:44px;height:44px;font-size:15px;border-radius:8px}.terminal{min-height:120px;padding:8px}.prompt{font-size:14px}.controls{gap:8px;margin-top:6px}.cta{padding:8px 10px;font-size:13px;border-radius:8px}svg.backdrop{height:20vh}.bg-glyph{font-size:14px}.particle{font-size:16px}.glyph{font-size:18px}.portal.active{width:1000px;height:1000px}}@media (max-width:480px){body{zoom:65%}.container{padding:12px}.cartouche{padding:10px;border-radius:10px}.glyph-col{gap:5px;padding:5px;min-height:auto}.glyph-chip{width:40px;height:40px;font-size:14px;border-radius:6px}.terminal{min-height:100px;padding:8px;border-radius:6px}.prompt{font-size:13px;line-height:1.3}#caret{width:7px;margin-left:3px}.controls{gap:6px;margin-top:6px}.cta{padding:7px 10px;font-size:12px;min-width:100px}svg.backdrop{height:18vh}.portal-text{font-size:clamp(20px, 6vw, 40px)}.portal.active{width:800px;height:800px}.bg-glyph{font-size:12px}.particle{font-size:14px}.glyph{font-size:16px}}@media (max-width:360px){body{zoom:60%}.container{padding:10px}.cartouche{padding:8px;gap:8px}.glyph-col{gap:4px;padding:4px}.glyph-chip{width:36px;height:36px;font-size:13px}.terminal{min-height:90px;padding:6px}.prompt{font-size:12px}.cta{padding:6px 8px;font-size:11px;min-width:90px}svg.backdrop{height:16vh}.portal.active{width:600px;height:600px}.portal-text{font-size:clamp(18px, 7vw, 36px)}}@media (max-height:600px) and (orientation:landscape){.container{padding:12px;min-height:100dvh}.cartouche{grid-template-columns:40% 60%;align-items:start}.glyph-col{min-height:auto;max-height:50vh;overflow-y:auto;scrollbar-width:thin;scrollbar-color:var(--gold) #fff0}.glyph-col::-webkit-scrollbar{width:4px}.glyph-col::-webkit-scrollbar-thumb{background:var(--gold);border-radius:4px}.terminal{min-height:auto;max-height:50vh;overflow-y:auto}svg.backdrop{height:20vh}.ankh-side{display:none}}@media (max-height:500px) and (orientation:landscape){body{zoom:70%}.container{padding:8px}.cartouche{padding:8px;gap:8px}.glyph-chip{width:38px;height:38px;font-size:14px}.prompt{font-size:12px}svg.backdrop{height:16vh}}@media (max-width:320px){body{zoom:55%}.container{padding:8px}.cartouche{padding:6px}.glyph-chip{width:34px;height:34px;font-size:12px}.terminal{min-height:80px;padding:6px}.prompt{font-size:11px}.cta{padding:5px 7px;font-size:10px;min-width:80px}}@media (hover:none) and (pointer:coarse){.glyph-chip{min-width:44px;min-height:44px}.cta{min-height:44px;padding:10px 14px}.glyph-chip:hover{transform:none;box-shadow:0 10px 26px rgb(2 6 12 / .45)}.glyph-chip:active{transform:scale(.95)}.cta:hover{transform:none}.cta:active{transform:scale(.97)}}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.bg-glyph,.particle,.glyph{text-rendering:optimizeLegibility;-webkit-font-smoothing:subpixel-antialiased}}@media (prefers-reduced-motion:reduce){*,*::before,*::after{animation-duration:0.01ms!important;animation-iteration-count:1!important;transition-duration:0.01ms!important}.glyph-chip.pulse{animation:none}#caret{animation:none;opacity:1}@keyframes glyphFloat{0%,100%{opacity:.5}}}@media (prefers-color-scheme:light){body{background:linear-gradient(180deg,var(--night) 0%,var(--royal) 70%)}}