.cipher{position:relative;height:100vh;overflow:hidden;background:#111}.cipher-page{position:relative;z-index:1;height:100vh;display:flex;flex-direction:column;justify-content:center;padding:0 6rem;max-width:780px}.cipher-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem;flex-wrap:wrap;gap:.5rem}.cipher-header__left{display:flex;align-items:center;gap:.5rem;font-family:IBM Plex Mono,monospace;font-size:.6rem;font-weight:500;letter-spacing:.15em;color:#34d399}.cipher-blink{width:5px;height:5px;border-radius:50%;background:#34d399;box-shadow:0 0 8px #34d39980;animation:cipher-blink-anim 1.5s ease-in-out infinite}@keyframes cipher-blink-anim{0%,to{opacity:1}50%{opacity:.3}}.cipher-header__right{font-family:IBM Plex Mono,monospace;font-size:.5rem;font-weight:400;letter-spacing:.12em;color:#ffffff26}.cipher-hr{height:1px;background:#ffffff14;margin-bottom:1.5rem}.cipher-hr--short{width:40px;background:#d9b0514d}.cipher-wordmark{font-family:IBM Plex Mono,monospace;font-size:.7rem;font-weight:600;letter-spacing:.35em;color:#d9b051;margin-bottom:1.5rem}.cipher-redact{position:relative;display:inline}.cipher-redact__text{transition:opacity .6s ease}.cipher-redact__bar{position:absolute;top:-1px;right:-3px;bottom:-1px;left:-3px;background:#d9b051;border-radius:1px;transition:opacity .8s ease,transform .8s cubic-bezier(.22,1,.36,1)}.cipher-redact--revealed .cipher-redact__bar{opacity:0;transform:scaleX(0);transform-origin:left}.cipher-headline{font-family:IBM Plex Mono,monospace;font-size:clamp(1.5rem,3vw,2rem);font-weight:500;line-height:1.4;color:#e8e8e8;margin-bottom:1.5rem;max-width:580px}.cipher-subline{font-family:IBM Plex Mono,monospace;font-size:.78rem;font-weight:300;line-height:1.8;color:#ffffff59;margin-bottom:2rem;max-width:520px}.cipher-pillars{list-style:none;display:flex;flex-direction:row;gap:2.5rem;margin-bottom:1.5rem}.cipher-pillars li{display:flex;flex-direction:column;gap:.3rem;font-family:IBM Plex Mono,monospace}.cipher-id{color:#ffffff2e;font-size:.48rem;font-weight:400;letter-spacing:.08em}.cipher-pillar-label{font-size:.72rem;font-weight:400;color:#ffffff80;transition:color .3s ease}.cipher-pillars li:hover .cipher-pillar-label{color:#fffc}.cipher-cta{display:inline-block;font-family:IBM Plex Mono,monospace;font-size:.72rem;font-weight:500;letter-spacing:.08em;text-decoration:none;color:#d9b051;transition:all .3s ease}.cipher-cta:hover{color:#f0c95c;text-shadow:0 0 12px rgba(217,176,81,.3)}.cipher-footer{position:fixed;bottom:2rem;left:6rem;font-family:IBM Plex Mono,monospace;font-size:.6rem;font-weight:400;letter-spacing:.08em;color:#ffffff59;display:flex;flex-direction:column;gap:.4rem}.cipher-footer__locations{display:flex;align-items:center;gap:.6rem}.cipher-footer__sep{width:1px;height:8px;background:#ffffff40}@media(max-width:768px){.cipher-page{padding:0 2rem}.cipher-footer{left:2rem}}:root{--bg-deep: #050a14;--bg-surface: #0a1222;--bg-elevated: #0f1a2e;--bg-hover: #142240;--text-primary: #f0f2f5;--text-secondary: #8895a7;--text-tertiary: #4a5568;--text-accent: #6ba3d6;--text-accent-bright: #8ec5ff;--border-subtle: rgba(255, 255, 255, .06);--border-accent: rgba(107, 163, 214, .25);--glow-primary: rgba(107, 163, 214, .08);--glow-accent: rgba(107, 163, 214, .15);--font-display: "Instrument Serif", Georgia, serif;--font-body: "DM Sans", system-ui, sans-serif;--space-xs: .25rem;--space-sm: .5rem;--space-md: 1rem;--space-lg: 1.5rem;--space-xl: 2.5rem;--space-2xl: 4rem;--space-3xl: 6rem;--space-4xl: 10rem}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{font-size:16px;scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font-body);background-color:var(--bg-deep);color:var(--text-primary);line-height:1.6;overflow-x:hidden}::selection{background:#6ba3d64d;color:var(--text-primary)}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--bg-deep)}::-webkit-scrollbar-thumb{background:var(--bg-elevated);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--bg-hover)}
