@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap";*{box-sizing:border-box;margin:0;padding:0}:root{--bg-primary:#fff;--bg-secondary:#fafafa;--text-primary:#0a0a0a;--text-secondary:#525252;--accent:#6366f1;--accent-light:#a5b4fc;--gradient-1:linear-gradient(135deg, #667eea 0%, #764ba2 50%, #f093fb 100%);--gradient-2:linear-gradient(135deg, #ff6b6b 0%, #feca57 50%, #48dbfb 100%);--gradient-3:linear-gradient(135deg, #0f0f23 0%, #1a1a2e 50%, #16213e 100%)}html{scroll-behavior:smooth}body{background:var(--bg-primary);color:var(--text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;overflow-x:hidden}#root{width:100%;max-width:100%}.home{min-height:100vh;position:relative}.navbar{z-index:100;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffc;border-bottom:1px solid #0000000d;padding:1rem 1.5rem;position:fixed;top:0;left:0;right:0}.navbar-inner{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;display:flex}.navbar-logo{color:var(--text-primary);letter-spacing:-.02em;font-size:1.25rem;font-weight:800;text-decoration:none}.navbar-links{align-items:center;gap:1.5rem;display:flex}.nav-link{color:var(--text-secondary);font-size:.9rem;font-weight:500;text-decoration:none;transition:color .2s}.nav-link:hover,.nav-link.active{color:var(--accent)}.icon-link{align-items:center;display:flex}.gradient-bg{pointer-events:none;z-index:0;filter:blur(80px);opacity:.35;width:100vw;height:100vh;position:fixed}.gradient-1{background:var(--gradient-1);animation:20s ease-in-out infinite float1;top:-20%;left:-30%}.gradient-2{background:var(--gradient-2);animation:25s ease-in-out infinite float2;bottom:-30%;right:-20%}@keyframes float1{0%,to{transform:translate(0)rotate(0)}25%{transform:translate(5%,10%)rotate(5deg)}50%{transform:translate(-5%,5%)rotate(-5deg)}75%{transform:translate(10%,-5%)rotate(3deg)}}@keyframes float2{0%,to{transform:translate(0)rotate(0)}33%{transform:translate(-10%,15%)rotate(-8deg)}66%{transform:translate(15%,-10%)rotate(5deg)}}.particles{pointer-events:none;z-index:1;position:fixed;inset:0}.particle{background:var(--accent);filter:blur(1px);border-radius:50%;position:absolute}section{z-index:2;justify-content:center;align-items:center;min-height:100vh;padding:6rem 1.5rem;display:flex;position:relative}.section-content{width:100%;max-width:700px}.section-label{color:var(--accent);background:#6366f11a;border-radius:50px;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;display:inline-flex}h2{letter-spacing:-.02em;margin-bottom:1.5rem;font-size:clamp(2rem,8vw,3.5rem);font-weight:800;line-height:1.1}.gradient-text{background:var(--gradient-1);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}p{color:var(--text-secondary);font-size:1rem;line-height:1.8}.hero{text-align:center;padding-top:8rem}.hero-content{flex-direction:column;align-items:center;display:flex}.logo-container{margin-bottom:1.5rem}.logo-text{letter-spacing:-.04em;background:linear-gradient(135deg,#0a0a0a 0%,#303030 40%,#0a0a0a 60%,#303030 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:clamp(3.5rem,18vw,7rem);font-weight:900;position:relative}.logo-text:before{content:"CQNNQR";background:linear-gradient(135deg,#667eea 0%,#764ba2 50%,#f093fb 100%);-webkit-text-fill-color:transparent;opacity:0;-webkit-background-clip:text;background-clip:text;animation:4s ease-in-out infinite shimmer;position:absolute;top:0;left:0}@keyframes shimmer{0%,to{opacity:0;transform:translate(-5px)}50%{opacity:.15;transform:translate(5px)}}.tagline-container{background:linear-gradient(135deg,#6366f114,#764ba214);border:1px solid #6366f126;border-radius:50px;margin-bottom:1.5rem;padding:.75rem 1.5rem}.tagline{color:var(--text-primary);font-size:.9rem;font-weight:500}.hero-description{max-width:420px;margin-bottom:4rem;font-size:1.125rem;line-height:1.7}.scroll-indicator{align-items:center;gap:1.5rem;display:flex}.scroll-line{background:linear-gradient(90deg, transparent, var(--accent), transparent);width:60px;height:1px}.scroll-line.left{background:linear-gradient(90deg,#0000,#6366f180)}.scroll-line.right{background:linear-gradient(90deg,#6366f180,#0000)}.scroll-text-wrapper{flex-direction:column;align-items:center;gap:.75rem;display:flex}.scroll-text{text-transform:uppercase;letter-spacing:.2em;color:var(--text-primary);font-size:.8rem;font-weight:700}.scroll-mouse{border:2px solid #6366f166;border-radius:12px;justify-content:center;width:24px;height:38px;padding-top:8px;display:flex;position:relative}.mouse-wheel{background:var(--accent);border-radius:2px;width:3px;height:8px;animation:1.8s ease-in-out infinite scrollWheel}@keyframes scrollWheel{0%,to{opacity:1;transform:translateY(0)}50%{opacity:.3;transform:translateY(6px)}}.cinematic-banner{background:linear-gradient(135deg,#0a0a0a 0%,#1a1a2e 50%,#0a0a0a 100%);flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:4rem 1.5rem;display:flex;position:relative;overflow:hidden}.cinematic-bg{position:absolute;inset:0;overflow:hidden}.orb{filter:blur(80px);opacity:.5;border-radius:50%;position:absolute}.orb-1{background:radial-gradient(circle,#667eea 0%,#0000 70%);width:60vmax;height:60vmax;top:50%;left:50%;transform:translate(-50%,-50%)}.orb-2{opacity:.35;background:radial-gradient(circle,#764ba2 0%,#0000 70%);width:50vmax;height:50vmax;top:50%;left:50%;transform:translate(-80%,-60%)}.orb-3{opacity:.25;background:radial-gradient(circle,#f093fb 0%,#0000 70%);width:40vmax;height:40vmax;top:50%;left:50%;transform:translate(-20%,-40%)}.grid-overlay{background-image:linear-gradient(#ffffff08 1px,#0000 1px),linear-gradient(90deg,#ffffff08 1px,#0000 1px);background-size:60px 60px;animation:20s linear infinite gridMove;position:absolute;inset:0}@keyframes gridMove{0%{transform:translate(0)}to{transform:translate(60px,60px)}}.geo-shape{color:#ffffff14;animation:6s ease-in-out infinite floatShape;position:absolute}.geo-shape svg{width:60px;height:60px}.geo-shape:first-child{animation-delay:0s;top:10%;left:5%}.geo-shape:nth-child(2){animation-delay:1s;top:15%;right:8%}.geo-shape:nth-child(3){animation-delay:2s;bottom:20%;left:10%}.geo-shape:nth-child(4){animation-delay:.5s;bottom:15%;right:5%}.geo-shape:nth-child(5){animation-delay:1.5s;top:40%;left:3%}.geo-shape:nth-child(6){animation-delay:2.5s;top:45%;right:3%}@keyframes floatShape{0%,to{transform:translateY(0)rotate(0)}50%{transform:translateY(-20px)rotate(10deg)}}.ring-container{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.pulse-ring{border:2px solid #667eea4d;border-radius:50%;width:300px;height:300px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.cinematic-content{z-index:2;text-align:center;max-width:700px;padding:0 1rem;position:relative}.cinematic-tag{color:#ffffffb3;letter-spacing:.05em;text-transform:uppercase;background:#ffffff0f;border:1px solid #ffffff1a;border-radius:50px;align-items:center;gap:.75rem;margin-bottom:2rem;padding:.5rem 1.25rem;font-size:.8rem;font-weight:500;display:inline-flex}.tag-dot{background:#667eea;border-radius:50%;width:6px;height:6px;animation:2s ease-in-out infinite pulse}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.3)}}.cinematic-headline{letter-spacing:-.04em;flex-direction:column;gap:.1em;margin-bottom:1.5rem;font-size:clamp(2.5rem,10vw,5rem);font-weight:900;line-height:1.05;display:flex}.headline-line{color:#fff;display:block}.headline-line.accent{background:linear-gradient(135deg,#667eea 0%,#764ba2 50%,#f093fb 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.cinematic-sub{color:#ffffff8c;margin-bottom:2.5rem;font-size:clamp(.95rem,3vw,1.1rem);line-height:1.7}.desktop-break{display:none}@media (width>=768px){.desktop-break{display:inline}}.cinematic-cta{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.cta-btn{border-radius:50px;align-items:center;gap:.5rem;padding:.875rem 1.75rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.cta-btn.primary{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%)}.cta-btn.primary:hover{transform:translateY(-3px);box-shadow:0 15px 40px #667eea66}.cta-btn.secondary{color:#fff;background:#ffffff14;border:1px solid #ffffff26}.cta-btn.secondary:hover{background:#ffffff1f;transform:translateY(-3px)}.cinematic-scroll{color:#ffffff59;text-transform:uppercase;letter-spacing:.15em;flex-direction:column;align-items:center;gap:.75rem;font-size:.7rem;font-weight:500;display:flex;position:absolute;bottom:2.5rem;left:50%;transform:translate(-50%)}.scroll-track{transform-origin:top;background:#667eea80;width:1px;height:40px}.about{background:linear-gradient(#0000 0%,#fafafa99 50%,#0000 100%)}.stats{grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:2.5rem;display:grid}.stat{text-align:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffb3;border:1px solid #0000000d;border-radius:1rem;padding:1.5rem .75rem}.stat-number{background:var(--gradient-1);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:2rem;font-weight:800;display:block}.stat-label{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.08em;margin-top:.25rem;font-size:.7rem;display:block}.apps{background:0 0}.apps-grid{flex-direction:column;gap:1.5rem;margin-top:2rem;display:flex}.app-card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffffd9;border:1px solid #0000000f;border-radius:1.25rem;padding:1.75rem;transition:all .3s}.app-card:hover{background:#fff;transform:translateY(-8px);box-shadow:0 25px 50px #0000001a}.app-card-header{justify-content:space-between;align-items:center;margin-bottom:.75rem;display:flex}.app-card h3{font-size:1.4rem;font-weight:700}.app-badges{gap:.5rem;display:flex}.badge{text-transform:uppercase;letter-spacing:.05em;border-radius:50px;padding:.25rem .75rem;font-size:.7rem;font-weight:600}.app-card>p{margin-bottom:1rem;font-size:.95rem;line-height:1.6}.app-tags{flex-wrap:wrap;gap:.5rem;margin-bottom:1.25rem;display:flex}.tag{color:var(--accent);background:#6366f11a;border-radius:50px;padding:.25rem .75rem;font-size:.75rem;font-weight:500}.app-actions{flex-wrap:wrap;gap:.75rem;display:flex}.app-action-btn{border-radius:50px;align-items:center;gap:.4rem;padding:.6rem 1.1rem;font-size:.85rem;font-weight:600;text-decoration:none;transition:all .25s;display:inline-flex}.app-action-btn.primary{background:var(--gradient-1);color:#fff}.app-action-btn.primary:hover{transform:translateY(-2px);box-shadow:0 8px 25px #6366f159}.app-action-btn.secondary{color:var(--accent);background:#6366f11a;border:1px solid #6366f133}.app-action-btn.secondary:hover{background:#6366f133;transform:translateY(-2px)}.contact{min-height:auto;padding:6rem 1.5rem}.social-links{flex-wrap:wrap;gap:1rem;margin-top:2rem;display:flex}.social-btn{border-radius:50px;align-items:center;gap:.5rem;padding:.875rem 1.75rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .3s;display:flex}.social-btn.github{color:#fff;background:#0a0a0a}.social-btn.github:hover{background:#262626;transform:translateY(-2px);box-shadow:0 10px 30px #0003}.social-btn.email{background:var(--gradient-1);color:#fff}.social-btn.email:hover{transform:translateY(-2px);box-shadow:0 10px 30px #6366f14d}.footer{text-align:center;color:var(--text-secondary);z-index:2;border-top:1px solid #0000000d;padding:2.5rem 1.5rem;font-size:.875rem;position:relative}.heart{color:#ff6b6b;animation:1s ease-in-out infinite heartbeat;display:inline-block}@keyframes heartbeat{0%,to{transform:scale(1)}50%{transform:scale(1.2)}}@media (width>=768px){.navbar{padding:1.25rem 2rem}section{padding:7rem 2rem}.section-content{max-width:800px}.apps-grid{gap:1.5rem}.app-card{padding:2rem}.stats{gap:1.5rem}.stat-number{font-size:2.5rem}.scroll-line{width:100px}}@media (width>=1024px){.gradient-bg{filter:blur(120px);opacity:.45}section{padding:8rem 2rem}.section-content{max-width:900px}.apps-grid{flex-flow:wrap}.app-card{flex:calc(50% - .75rem);min-width:320px}.hero-description{font-size:1.25rem}.scroll-line{width:140px}.stat{padding:2rem 1rem}}.app-page{min-height:100vh;padding-top:80px;position:relative}.app-page .gradient-bg{pointer-events:none;z-index:0;filter:blur(100px);opacity:.3;width:100vw;height:100vh;position:fixed}.app-page .gradient-1{background:var(--gradient-1);top:-20%;left:-30%}.app-page .gradient-2{background:var(--gradient-2);bottom:-30%;right:-20%}.app-page-content{z-index:2;max-width:800px;margin:0 auto;padding:2rem 1.5rem 6rem;position:relative}.app-hero{flex-wrap:wrap;align-items:center;gap:1.5rem;margin-bottom:2rem;display:flex}.app-icon-large{border-radius:24px;flex-shrink:0;justify-content:center;align-items:center;width:100px;height:100px;display:flex}.app-icon-large.bridgecam{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%)}.app-icon-large.seekr{color:#fff;background:linear-gradient(135deg,#f093fb 0%,#f5576c 100%)}.app-icon-large.crossgage{color:#fff;background:linear-gradient(135deg,#4facfe 0%,#00f2fe 100%)}.app-title-section h1{letter-spacing:-.03em;margin-bottom:.25rem;font-size:clamp(2.5rem,8vw,3.5rem);font-weight:900}.app-tagline{color:var(--text-secondary);font-size:1.1rem;font-weight:400}.app-badges{gap:.5rem;margin-bottom:.75rem;display:flex}.badge{text-transform:uppercase;letter-spacing:.05em;border-radius:50px;align-items:center;gap:.3rem;padding:.3rem .8rem;font-size:.7rem;font-weight:600;display:inline-flex}.badge.open-source{color:#059669;background:#10b98126}.badge.private{color:#6b7280;background:#6b728026}.app-description{margin-bottom:2rem}.app-description p{color:var(--text-secondary);font-size:1.05rem;line-height:1.8}.app-notice{background:#6b728014;border:1px solid #6b728026;border-radius:12px;align-items:flex-start;gap:1rem;margin-bottom:2.5rem;padding:1.25rem 1.5rem;display:flex}.app-notice svg{color:#6b7280;flex-shrink:0;margin-top:2px}.app-notice p{color:#6b7280;margin:0;font-size:.9rem;line-height:1.6}.app-notice strong{color:#4b5563}.app-actions-row{flex-wrap:wrap;gap:1rem;margin-bottom:3rem;display:flex}.action-btn{border-radius:50px;align-items:center;gap:.5rem;padding:.875rem 1.5rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.action-btn.primary{background:var(--gradient-1);color:#fff}.action-btn.primary:hover{transform:translateY(-2px);box-shadow:0 12px 35px #6366f159}.action-btn.secondary{color:var(--accent);background:#6366f11a;border:1px solid #6366f133}.action-btn.secondary:hover{background:#6366f133;transform:translateY(-2px)}.app-section{margin-bottom:3.5rem}.app-section h2{letter-spacing:-.02em;margin-bottom:1.5rem;font-size:1.75rem;font-weight:700}.features-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.25rem;display:grid}.feature-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffc;border:1px solid #0000000d;border-radius:16px;padding:1.5rem;transition:all .3s}.feature-card:hover{transform:translateY(-4px);box-shadow:0 15px 35px #00000014}.feature-icon{width:48px;height:48px;color:var(--accent);background:#6366f11a;border-radius:12px;justify-content:center;align-items:center;margin-bottom:1rem;display:flex}.feature-card h3{margin-bottom:.5rem;font-size:1.1rem;font-weight:700}.feature-card p{color:var(--text-secondary);margin:0;font-size:.9rem;line-height:1.6}.tech-tags{flex-wrap:wrap;gap:.75rem;display:flex}.tech-tag{color:var(--accent);background:#6366f11a;border-radius:50px;padding:.5rem 1rem;font-size:.85rem;font-weight:500}.requirements-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.25rem;display:grid}.req-card{background:#fffc;border:1px solid #0000000d;border-radius:16px;padding:1.5rem}.req-card h4{color:var(--text-primary);margin-bottom:1rem;font-size:1rem;font-weight:700}.req-card ul{margin:0;padding:0;list-style:none}.req-card li{color:var(--text-secondary);border-bottom:1px solid #0000000a;padding:.4rem 0;font-size:.9rem}.req-card li:last-child{border-bottom:none}.release-info .release-card{background:#ffffffe6;border:1px solid #0000000d;border-radius:16px;padding:1.5rem}.release-header{border-bottom:1px solid #0000000f;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:1rem;display:flex}.release-version{color:var(--accent);font-size:1rem;font-weight:700}.release-date{color:var(--text-secondary);font-size:.8rem}.release-changes{margin:0;padding:0;list-style:none}.release-changes li{color:var(--text-secondary);padding:.5rem 0 .5rem 1.5rem;font-size:.9rem;position:relative}.release-changes li:before{content:"•";color:var(--accent);font-weight:700;position:absolute;left:0}.role-section{background:#fffc;border:1px solid #0000000d;border-radius:16px;padding:2rem}.role-intro{color:var(--text-secondary);margin-bottom:1.5rem;font-size:1rem;line-height:1.7}.responsibilities-list{margin:0;padding:0;list-style:none}.responsibilities-list li{color:var(--text-secondary);border-bottom:1px solid #0000000a;padding:.75rem 0 .75rem 1.75rem;font-size:.95rem;position:relative}.responsibilities-list li:last-child{border-bottom:none}.responsibilities-list li:before{content:"→";color:var(--accent);font-weight:600;position:absolute;left:0}.how-it-works{flex-direction:column;gap:1rem;display:flex}.step-card{background:#fffc;border:1px solid #0000000d;border-radius:16px;align-items:flex-start;gap:1.25rem;padding:1.25rem 1.5rem;transition:all .3s;display:flex}.step-card:hover{transform:translate(6px);box-shadow:0 10px 30px #0000000f}.step-number{background:var(--gradient-1);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;flex-shrink:0;min-width:40px;font-size:1.75rem;font-weight:900;line-height:1}.step-card h4{margin-bottom:.25rem;font-size:1rem;font-weight:700}.step-card p{color:var(--text-secondary);margin:0;font-size:.875rem;line-height:1.5}.security-grid{grid-template-columns:1fr;gap:.75rem;display:grid}.security-item{color:var(--text-secondary);background:#ffffffb3;border:1px solid #0000000a;border-radius:10px;align-items:flex-start;gap:.75rem;padding:.875rem 1rem;font-size:.9rem;display:flex}.security-item svg{color:#059669;flex-shrink:0;margin-top:2px}.highlights-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1.25rem;display:grid}.highlight-card{text-align:center;background:#fffc;border:1px solid #0000000d;border-radius:16px;padding:2rem 1rem}.highlight-number{background:var(--gradient-1);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:.5rem;font-size:2rem;font-weight:800;display:block}.highlight-label{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;font-size:.8rem}@media (width<=600px){.app-hero{flex-direction:column;align-items:flex-start}.app-icon-large{width:80px;height:80px}.app-icon-large svg{width:36px;height:36px}.app-actions-row{flex-direction:column}.action-btn{justify-content:center}}.roadmap-page{min-height:100vh;padding-top:80px;position:relative}.roadmap-page .gradient-bg{pointer-events:none;z-index:0;filter:blur(100px);opacity:.3;width:100vw;height:100vh;position:fixed}.roadmap-page .gradient-1{background:var(--gradient-1);top:-20%;left:-30%}.roadmap-page .gradient-2{background:var(--gradient-2);bottom:-30%;right:-20%}.roadmap-content{z-index:2;max-width:900px;margin:0 auto;padding:2rem 1.5rem 6rem;position:relative}.back-link{color:var(--text-secondary);align-items:center;gap:.5rem;margin-bottom:2rem;font-size:.9rem;font-weight:500;text-decoration:none;transition:color .2s;display:inline-flex}.back-link:hover{color:var(--accent)}.roadmap-header{margin-bottom:2.5rem}.roadmap-header .section-label{color:var(--accent);background:#6366f11a;border-radius:50px;align-items:center;gap:.5rem;margin-bottom:1rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;display:inline-flex}.roadmap-header h1{letter-spacing:-.03em;margin-bottom:1rem;font-size:clamp(2.5rem,8vw,3.5rem);font-weight:900}.roadmap-intro{color:var(--text-secondary);max-width:600px;font-size:1.05rem;line-height:1.7}.roadmap-legend{background:#fff9;border:1px solid #0000000d;border-radius:12px;flex-wrap:wrap;gap:1.5rem;margin-bottom:3rem;padding:1rem 1.5rem;display:flex}.legend-item{align-items:center;gap:.5rem;font-size:.85rem;font-weight:500;display:flex}.legend-item.status-completed{color:#059669}.legend-item.status-progress{color:#d97706}.legend-item.status-planned{color:#6b7280}.roadmap-section{margin-bottom:3rem}.roadmap-section-header{align-items:center;gap:1rem;margin-bottom:1.25rem;display:flex}.roadmap-section-header h2{font-size:1.5rem;font-weight:700}.roadmap-section-header .count{min-width:28px;height:28px;color:var(--accent);background:#6366f11a;border-radius:50px;justify-content:center;align-items:center;padding:0 .6rem;font-size:.8rem;font-weight:600;display:inline-flex}.roadmap-items{flex-direction:column;gap:1rem;display:flex}.roadmap-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffd9;border:1px solid #0000000f;border-radius:16px;padding:1.5rem;transition:all .3s}.roadmap-card:hover{transform:translate(4px);box-shadow:0 10px 30px #0000000f}.card-header{margin-bottom:.75rem}.card-title-row{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:.5rem;display:flex}.card-title-row h3{font-size:1.1rem;font-weight:700}.card-meta{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.category-tag{color:var(--text-secondary);align-items:center;gap:.3rem;font-size:.75rem;display:inline-flex}.target-date{color:var(--accent);font-size:.75rem;font-weight:500}.roadmap-card>p{color:var(--text-secondary);margin:0;font-size:.9rem;line-height:1.6}.status-badge{text-transform:uppercase;letter-spacing:.04em;border-radius:50px;flex-shrink:0;align-items:center;gap:.3rem;padding:.25rem .75rem;font-size:.7rem;font-weight:600;display:inline-flex}.status-badge.status-completed{color:#059669;background:#0596691f}.status-badge.status-progress{color:#d97706;background:#d977061f}.status-badge.status-planned{color:#6b7280;background:#6b72801f}.roadmap-footer{text-align:center;border-top:1px solid #0000000f;margin-top:3rem;padding-top:2rem}.roadmap-footer p{color:var(--text-secondary);font-size:.9rem}.roadmap-footer a{color:var(--accent);font-weight:500;text-decoration:none}.roadmap-footer a:hover{text-decoration:underline}@media (width<=600px){.roadmap-legend{gap:1rem}.card-title-row{flex-direction:column;gap:.5rem}}.app{min-height:100vh;position:relative}
