:root{--bg:#05060a;--surface:#111827;--surface-2:#1f2937;--border:#273244;--text:#e5e7eb;--text-muted:#94a3b8;--primary:#2563eb;--primary-hover:#1d4ed8;--primary-soft:#1d4ed8;--success:#189546;--warning:#b57600;--status-added:var(--success);--status-inprogress:var(--primary);--status-future:var(--warning);--radius:8px;--spacing:1rem}*{box-sizing:border-box;margin:0;padding:0}body{background:var(--bg);color:var(--text);min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.6}.container{--status-partial:var(--primary-soft);max-width:1200px;margin:0 auto;padding:0 2rem}.header{border-bottom:1px solid var(--border);background:var(--bg);padding:1.5rem 0}.header .container{justify-content:space-between;align-items:center;display:flex}.logo{color:var(--primary);font-size:1.5rem;font-weight:700}.lang-switcher{align-items:center;gap:.5rem;display:flex}.lang-btn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;padding:.25rem .5rem;font-size:.9rem;transition:color .2s}.lang-btn:hover{color:var(--text)}.lang-btn[aria-current=true]{color:var(--primary);font-weight:600}.separator{color:var(--border)}.cta{text-align:center;background:var(--bg);padding:8rem 0 6rem}.cta-text{max-width:800px;margin-bottom:2rem;margin-left:auto;margin-right:auto;font-size:2.5rem;font-weight:700;line-height:1.2}.cta-screenshot{border-radius:calc(var(--radius) * 2);border:1px solid #3b82f640;width:55%;max-width:900px;margin:0 auto 2.5rem;transition:border-color .3s,box-shadow .3s,transform .3s;overflow:hidden;box-shadow:0 0 20px #3b82f626,0 4px 24px #0000004d}.cta-screenshot:hover{border-color:#3b82f699;transform:scale(1.3636);box-shadow:0 0 40px #3b82f659,0 8px 40px #0006}.cta-screenshot img{width:100%;height:auto;display:block}.btns-cta{gap:.8rem;display:inline-flex}.btn-primary{background:var(--primary);color:#fff;border-radius:var(--radius);cursor:pointer;border:none;padding:1rem 2.5rem;font-size:1.1rem;font-weight:600;transition:background .2s}.btn-primary:hover{background:var(--primary-hover)}.btn-ghost{color:var(--text);border:1px solid var(--border);cursor:pointer;background:0 0;border-radius:8px;align-items:center;gap:.6rem;padding:.6rem 1rem;font-weight:600;text-decoration:none;display:inline-flex}.btn-ghost:hover{border-color:var(--primary);color:var(--primary)}.icon-github{flex-shrink:0;width:20px;height:20px;display:inline-block}.milestones{background:var(--bg);padding:4rem 0}.milestones h2,.roadmap h2{text-align:center;margin-bottom:3rem;font-size:2rem}.timeline{max-width:800px;margin:0 auto;position:relative}.history{max-width:800px;margin:2.5rem auto 0;padding:1.25rem}.history h3{color:var(--text);text-align:center;margin-bottom:1rem;font-size:1.5rem}.history-list{flex-direction:column;gap:1.25rem;display:flex}.history-item{background:0 0;border:none;align-items:center;gap:1rem;padding:.25rem 0;display:flex}.history-icon{color:var(--primary);flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.1rem;display:inline-flex}.history-icon svg{width:100%;height:100%}.history-content h4{color:var(--text);margin:0 0 .1rem;font-size:1.125rem;font-weight:600}.history-content p{color:var(--text-muted);margin:0;font-size:1rem}.timeline:before{content:"";background:var(--border);width:2px;position:absolute;top:10px;bottom:10px;left:20px}.timeline-item{gap:2rem;margin-bottom:2.5rem;display:flex;position:relative}.timeline-marker{background:var(--primary);z-index:1;border-radius:50%;flex-shrink:0;width:12px;height:12px;margin-top:8px;margin-left:14px;position:relative}.timeline-content{background:var(--surface-2);border-radius:var(--radius);border:1px solid var(--border);flex:1;padding:1.5rem}.timeline-content h3{color:var(--primary);margin-bottom:.5rem;font-size:1.2rem}.timeline-content p{color:var(--text-muted)}.timeline-head{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:.5rem;display:flex}.status-badge{background:var(--surface);color:var(--text);border:1px solid #0000;border-radius:999px;padding:.25rem .6rem;font-size:.8rem}.timeline-item[data-status=added] .timeline-marker,.roadmap-card[data-status=added] .card-status,.roadmap-card[data-status=added] .card-status-label,.timeline-item[data-status=added] .status-badge{background:var(--status-added);color:#fff;border-color:var(--status-added);font-weight:700}.timeline-item[data-status=in-progress] .timeline-marker,.roadmap-card[data-status=in-progress] .card-status,.roadmap-card[data-status=in-progress] .card-status-label,.timeline-item[data-status=in-progress] .status-badge{background:var(--status-inprogress);color:#fff;border-color:var(--status-inprogress);font-weight:700}.timeline-item[data-status=future] .timeline-marker,.roadmap-card[data-status=future] .card-status,.roadmap-card[data-status=future] .card-status-label,.timeline-item[data-status=future] .status-badge{background:var(--status-future);color:#fff;border-color:var(--status-future);font-weight:700}.roadmap{background:var(--bg);padding:4rem 0}.tabs{justify-content:center;gap:1rem;margin-bottom:3rem;display:flex}.sort-row{justify-content:center;align-items:center;gap:.75rem;margin-bottom:1.25rem;display:flex}.sort-label{color:var(--text-muted);font-size:.95rem}.sort-control{background:var(--surface);color:var(--text);border:1px solid var(--border);border-radius:6px;padding:.4rem .6rem}.tab{background:var(--surface);border:1px solid var(--border);color:var(--text-muted);border-radius:var(--radius);cursor:pointer;padding:.75rem 2rem;font-size:1rem;transition:all .2s}.tab:hover{border-color:var(--primary);color:var(--text)}.tab-content{display:none}.roadmap:has(#tab-revostream:checked) .tab-content[data-content=revostream]{display:block}.roadmap:has(#tab-revostream:checked) .tab-content[data-content=revolib],.roadmap:has(#tab-revolib:checked) .tab-content[data-content=revostream]{display:none}.roadmap:has(#tab-revolib:checked) .tab-content[data-content=revolib]{display:block}.roadmap:has(#tab-revostream:checked) label[for=tab-revostream],.roadmap:has(#tab-revolib:checked) label[for=tab-revolib]{background:var(--primary);color:#fff;border-color:var(--primary)}.empty-state{text-align:center;color:var(--text-muted);padding:3rem 1rem;font-size:1.1rem;display:none}.roadmap:has(#filter-added:checked) .tab-content:not(:has(.roadmap-card[data-status=added])) .empty-state-added,.roadmap:has(#filter-in-progress:checked) .tab-content:not(:has(.roadmap-card[data-status=in-progress])) .empty-state-in-progress,.roadmap:has(#filter-partial:checked) .tab-content:not(:has(.roadmap-card[data-status=partial])) .empty-state-partial,.roadmap:has(#filter-future:checked) .tab-content:not(:has(.roadmap-card[data-status=future])) .empty-state-future{display:block}.roadmap-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;display:grid}.roadmap-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:2rem;transition:border-color .2s;position:relative}.roadmap-card:hover{border-color:var(--primary)}.card-status{border-radius:50%;width:10px;height:10px;position:absolute;top:1rem;right:1rem}.card-status-label{border-radius:8px;padding:.25rem .6rem}.seo-hidden{clip:rect(0, 0, 0, 0);white-space:nowrap;width:1px;height:1px;position:absolute;left:-9999px;overflow:hidden}.status-progress{background:var(--status-inprogress)}.status-planned{background:var(--status-future)}.roadmap-card span{color:var(--text);background:var(--surface);border-radius:999px;padding:.25rem .6rem;font-size:.75rem;position:absolute;top:1rem;right:1rem}.roadmap-card h3{color:var(--text);margin-top:15px;margin-bottom:.75rem;font-size:1.3rem}.roadmap-card p{color:var(--text-muted);font-size:.95rem}.footer{text-align:center;border-top:1px solid var(--border);color:var(--text-muted);background:var(--bg);margin-top:4rem;padding:3rem 0;font-size:.9rem}.filter-badges{justify-content:center;align-items:center;gap:.6rem;display:flex}.filter-badge{background:var(--surface);color:var(--text);border:1px solid var(--border);cursor:pointer;border-radius:999px;padding:.4rem .8rem;font-size:.9rem}.roadmap:has(#filter-all:checked) label[for=filter-all],.roadmap:has(#filter-added:checked) label[for=filter-added],.roadmap:has(#filter-in-progress:checked) label[for=filter-in-progress],.roadmap:has(#filter-partial:checked) label[for=filter-partial],.roadmap:has(#filter-future:checked) label[for=filter-future]{background:var(--primary);color:#fff;border-color:var(--primary)}.roadmap:has(#filter-added:checked) .roadmap-card:not([data-status=added]),.roadmap:has(#filter-in-progress:checked) .roadmap-card:not([data-status=in-progress]),.roadmap:has(#filter-partial:checked) .roadmap-card:not([data-status=partial]),.roadmap:has(#filter-future:checked) .roadmap-card:not([data-status=future]){display:none}@media (width<=768px){.cta-text{font-size:1.8rem}.roadmap-grid{grid-template-columns:1fr}.timeline:before{left:14px}.timeline-marker{margin-left:8px}}@media (width<=550px){body{min-width:260px}.header .container{flex-direction:column;gap:1rem}.cta-text{font-size:1.5rem}.btns-cta{flex-direction:column;gap:1rem}.btn-ghost{justify-content:center}.tabs,.filter-badges{flex-direction:column}}
