@import"https://fonts.googleapis.com/css2?family=Space+Mono:wght@400;700&family=DM+Sans:wght@400;500;600;700;800&display=swap";:root{--cf-orange: #F6821F;--cf-orange-light: #FBAD41;--cf-orange-glow: rgba(246, 130, 31, .15);--cf-dark: #0a0a0f;--cf-dark-elevated: #111118;--cf-dark-surface: #1a1a24;--cf-dark-border: #2a2a3a;--cf-dark-subtle: #3a3a4e;--cf-white: #f0f0f5;--cf-gray: #9ca3af;--cf-gray-light: #d1d5db;--status-deployed: #34d399;--status-deployed-glow: rgba(52, 211, 153, .2);--status-rolling: #fbbf24;--status-rolling-glow: rgba(251, 191, 36, .2);--status-planned: #60a5fa;--status-planned-glow: rgba(96, 165, 250, .2);--status-not-yet: #6b7280;--pq-teal: #06b6d4;--pq-teal-glow: rgba(6, 182, 212, .15);--font-display: "Space Mono", "Courier New", monospace;--font-body: "DM Sans", -apple-system, sans-serif;--section-gap: 8rem}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font-body);font-size:18px;background:var(--cf-dark);color:var(--cf-white);line-height:1.7;overflow-x:hidden}body:before{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='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.03'/%3E%3C/svg%3E");pointer-events:none;z-index:0}#root{position:relative;z-index:1}.container{max-width:1200px;margin:0 auto;padding:0 2rem}section{padding:var(--section-gap) 0;position:relative}.hero{min-height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:4rem 2rem;position:relative}.hero:before{content:"";position:absolute;top:-20%;left:50%;transform:translate(-50%);width:800px;height:800px;background:radial-gradient(ellipse at center,var(--cf-orange-glow) 0%,transparent 70%);pointer-events:none}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:var(--cf-dark-surface);border:1px solid var(--cf-dark-border);border-radius:100px;font-family:var(--font-display);font-size:.85rem;color:var(--cf-orange-light);text-transform:uppercase;letter-spacing:.1em;margin-bottom:2rem}.hero-badge .dot{width:6px;height:6px;border-radius:50%;background:var(--status-deployed);animation:pulse-dot 2s ease-in-out infinite}@keyframes pulse-dot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.5)}}.hero h1{font-family:var(--font-display);font-size:clamp(2.5rem,6vw,4.5rem);font-weight:700;line-height:1.1;letter-spacing:-.02em;margin-bottom:1.5rem;max-width:900px}.hero h1 .highlight{color:var(--cf-orange);position:relative}.hero .subtitle{font-size:clamp(1.1rem,2.5vw,1.4rem);color:var(--cf-gray);max-width:700px;margin-bottom:3rem;line-height:1.7}.live-badge{display:flex;align-items:center;gap:1rem;padding:1rem 1.5rem;background:var(--cf-dark-surface);border:1px solid var(--cf-dark-border);border-radius:12px;max-width:600px;text-align:left;transition:border-color .3s}.live-badge.pq-active{border-color:var(--status-deployed);background:linear-gradient(135deg,var(--cf-dark-surface),rgba(52,211,153,.05))}.live-badge.pq-inactive{border-color:var(--cf-dark-subtle)}.live-badge-icon{width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:1.25rem}.live-badge.pq-active .live-badge-icon{background:var(--status-deployed-glow)}.live-badge.pq-inactive .live-badge-icon{background:#6b728033}.live-badge-text{flex:1}.live-badge-title{font-family:var(--font-display);font-size:.95rem;font-weight:700;margin-bottom:.25rem}.live-badge-detail{font-size:.9rem;color:var(--cf-gray);line-height:1.4}.live-badge-detail a{color:var(--cf-orange-light);text-decoration:none}.live-badge-detail a:hover{text-decoration:underline}.section-header{text-align:center;margin-bottom:4rem}.section-label{font-family:var(--font-display);font-size:.9rem;text-transform:uppercase;letter-spacing:.15em;color:var(--cf-orange);margin-bottom:1rem}.section-title{font-family:var(--font-display);font-size:clamp(2rem,4.5vw,3rem);font-weight:700;line-height:1.2;margin-bottom:1rem}.section-desc{font-size:1.2rem;color:var(--cf-gray);max-width:600px;margin:0 auto}.coverage-map{position:relative;background:var(--cf-dark-elevated);border:1px solid var(--cf-dark-border);border-radius:16px;padding:2rem;overflow:hidden}.coverage-map:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 50% 50%,var(--cf-orange-glow) 0%,transparent 50%),radial-gradient(circle at 20% 80%,var(--pq-teal-glow) 0%,transparent 40%);pointer-events:none}.map-svg{width:100%;height:auto;position:relative;z-index:1}.scenarios-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(340px,1fr));gap:1.5rem}.scenario-card{background:var(--cf-dark-elevated);border:1px solid var(--cf-dark-border);border-radius:12px;padding:1.75rem;cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden}.scenario-card:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,var(--cf-orange),var(--pq-teal));opacity:0;transition:opacity .3s}.scenario-card:hover,.scenario-card.active{border-color:var(--cf-orange);transform:translateY(-2px);box-shadow:0 8px 32px #f6821f1a}.scenario-card:hover:before,.scenario-card.active:before{opacity:1}.scenario-icon{width:44px;height:44px;border-radius:10px;background:var(--cf-orange-glow);display:flex;align-items:center;justify-content:center;margin-bottom:1rem;font-size:1.25rem}.scenario-title{font-family:var(--font-display);font-size:1.15rem;font-weight:700;margin-bottom:.25rem}.scenario-subtitle{font-size:1rem;color:var(--cf-orange-light);margin-bottom:.75rem}.scenario-desc{font-size:1rem;color:var(--cf-gray);line-height:1.7;margin-bottom:1rem}.scenario-outcome{font-size:.95rem;color:var(--cf-white);padding:.75rem 1rem;background:#f6821f14;border-left:2px solid var(--cf-orange);border-radius:0 8px 8px 0}.status-legend{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap;margin-top:2rem}.status-item{display:flex;align-items:center;gap:.5rem;font-size:1rem;color:var(--cf-gray)}.status-dot{width:8px;height:8px;border-radius:50%}.hndl-container{display:grid;grid-template-columns:1fr 1fr;gap:2rem;max-width:900px;margin:0 auto}@media(max-width:768px){.hndl-container{grid-template-columns:1fr}}.hndl-card{padding:2rem;border-radius:12px;border:1px solid var(--cf-dark-border);position:relative;overflow:hidden}.hndl-card.classical{background:linear-gradient(135deg,var(--cf-dark-elevated),rgba(239,68,68,.05));border-color:#ef44444d}.hndl-card.quantum-safe{background:linear-gradient(135deg,var(--cf-dark-elevated),rgba(52,211,153,.05));border-color:#34d3994d}.hndl-label{font-family:var(--font-display);font-size:.85rem;text-transform:uppercase;letter-spacing:.15em;margin-bottom:1rem}.hndl-card.classical .hndl-label{color:#ef4444}.hndl-card.quantum-safe .hndl-label{color:var(--status-deployed)}.hndl-title{font-family:var(--font-display);font-size:1.25rem;font-weight:700;margin-bottom:.75rem}.hndl-desc{font-size:1rem;color:var(--cf-gray);line-height:1.6}.hndl-packets{display:flex;gap:.5rem;margin:1.25rem 0}.packet{width:36px;height:36px;border-radius:6px;display:flex;align-items:center;justify-content:center;font-size:.65rem;font-family:var(--font-display);font-weight:700}.packet.encrypted{background:#34d39926;border:1px solid var(--status-deployed);color:var(--status-deployed)}.packet.vulnerable{background:#ef444426;border:1px solid #ef4444;color:#ef4444;animation:packet-crack 3s ease-in-out infinite}.packet.safe{background:#34d39926;border:1px solid var(--status-deployed);color:var(--status-deployed)}@keyframes packet-crack{0%,40%{opacity:1;border-style:solid}50%{opacity:.5;border-style:dashed}60%,to{opacity:.3;border-style:dashed}}.migrations-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;max-width:900px;margin:0 auto}@media(max-width:768px){.migrations-grid{grid-template-columns:1fr}}.migration-card{text-align:center;padding:2rem 1.5rem;background:var(--cf-dark-elevated);border:1px solid var(--cf-dark-border);border-radius:12px}.migration-status{font-family:var(--font-display);font-size:.85rem;text-transform:uppercase;letter-spacing:.15em;margin-bottom:.5rem}.migration-name{font-family:var(--font-display);font-size:1.25rem;font-weight:700;margin-bottom:.75rem}.migration-algo{font-size:1rem;color:var(--cf-gray)}.timeline{position:relative;max-width:700px;margin:0 auto}.timeline:before{content:"";position:absolute;left:24px;top:0;bottom:0;width:2px;background:var(--cf-dark-border)}.timeline-item{position:relative;padding-left:64px;padding-bottom:2.5rem}.timeline-item:last-child{padding-bottom:0}.timeline-dot{position:absolute;left:16px;top:4px;width:18px;height:18px;border-radius:50%;border:2px solid var(--cf-dark-border);background:var(--cf-dark)}.timeline-item.highlight .timeline-dot{border-color:var(--cf-orange);background:var(--cf-orange);box-shadow:0 0 12px var(--cf-orange-glow)}.timeline-year{font-family:var(--font-display);font-size:.9rem;color:var(--cf-orange-light);text-transform:uppercase;letter-spacing:.1em;margin-bottom:.25rem}.timeline-title{font-family:var(--font-display);font-size:1.15rem;font-weight:700;margin-bottom:.5rem}.timeline-desc{font-size:1rem;color:var(--cf-gray);line-height:1.6}.detail-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:100;display:flex;align-items:center;justify-content:center;padding:2rem}.detail-panel{background:var(--cf-dark-elevated);border:1px solid var(--cf-dark-border);border-radius:16px;padding:2.5rem;max-width:560px;width:100%;position:relative}.detail-close{position:absolute;top:1rem;right:1rem;background:none;border:none;color:var(--cf-gray);font-size:1.25rem;cursor:pointer;padding:.5rem;transition:color .2s}.detail-close:hover{color:var(--cf-white)}.detail-label{font-family:var(--font-display);font-size:.85rem;text-transform:uppercase;letter-spacing:.15em;color:var(--cf-orange);margin-bottom:.5rem}.detail-title{font-family:var(--font-display);font-size:1.75rem;font-weight:700;margin-bottom:1.5rem}.detail-row{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;border-bottom:1px solid var(--cf-dark-border)}.detail-row:last-child{border-bottom:none}.detail-row-label{font-size:1rem;color:var(--cf-gray)}.detail-row-value{font-family:var(--font-display);font-size:1rem;font-weight:700}.detail-desc{margin-top:1.5rem;font-size:1.05rem;color:var(--cf-gray-light);line-height:1.7}.detail-list{list-style:none;padding:0}.detail-list li{position:relative;padding-left:1.25rem;margin-bottom:.6rem}.detail-list li:before{content:"";position:absolute;left:0;top:.55em;width:6px;height:6px;border-radius:50%;background:var(--cf-orange)}.detail-list li:last-child{margin-bottom:0}.detail-link{display:inline-flex;align-items:center;gap:.5rem;margin-top:1.5rem;color:var(--cf-orange-light);text-decoration:none;font-size:1rem;font-weight:600;transition:color .2s}.detail-link:hover{color:var(--cf-orange)}.footer{padding:4rem 0;text-align:center;border-top:1px solid var(--cf-dark-border)}.footer-text{font-size:1rem;color:var(--cf-gray)}.footer-text a{color:var(--cf-orange-light);text-decoration:none}.nav{position:fixed;top:0;left:0;right:0;z-index:50;padding:1rem 2rem;display:flex;align-items:center;justify-content:space-between;background:#0a0a0fcc;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--cf-dark-border)}.nav-logo{display:flex;align-items:center;gap:.75rem}.nav-logo svg{height:28px;width:auto}.nav-logo-text{font-family:var(--font-display);font-size:1rem;font-weight:700;color:var(--cf-white)}.nav-links{display:flex;gap:2rem;list-style:none}.nav-links a{font-size:1rem;color:var(--cf-gray);text-decoration:none;transition:color .2s}.nav-links a:hover{color:var(--cf-white)}@media(max-width:768px){.nav-links{display:none}.hero h1{font-size:2rem}.scenarios-grid,.migrations-grid{grid-template-columns:1fr}section{padding:4rem 0}.coverage-map{padding:1rem}}.map-node{cursor:pointer;transition:filter .3s}.map-node:hover{filter:brightness(1.2)}.map-node-circle{transition:all .3s}.map-node-label{font-family:var(--font-display);font-size:12px;fill:var(--cf-gray);text-anchor:middle;pointer-events:none}.map-edge{stroke-width:2;fill:none;transition:all .4s ease}.map-edge.dimmed{opacity:.1}.map-edge.highlighted{stroke-width:3;filter:drop-shadow(0 0 6px currentColor)}.map-edge-label{font-family:var(--font-display);font-size:10px;fill:var(--cf-gray);pointer-events:none}.packet-dot{r:4;fill:var(--cf-orange);filter:drop-shadow(0 0 4px var(--cf-orange))}@keyframes flow-along-path{0%{offset-distance:0%;opacity:0}5%{opacity:1}95%{opacity:1}to{offset-distance:100%;opacity:0}}@keyframes fade-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-in{animation:fade-up .6s ease-out forwards;opacity:0}.delay-1{animation-delay:.1s}.delay-2{animation-delay:.2s}.delay-3{animation-delay:.3s}.delay-4{animation-delay:.4s}.delay-5{animation-delay:.5s}
