@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";*{box-sizing:border-box;margin:0;padding:0}:root{--primary-color:#2563eb;--primary-hover:#1d4ed8;--secondary-color:#64748b;--accent-color:#06b6d4;--background:#fff;--surface:#f8fafc;--surface-hover:#f1f5f9;--border:#e2e8f0;--text-primary:#0f172a;--text-secondary:#64748b;--text-muted:#94a3b8;--shadow-sm:0 1px 2px 0 #0000000d;--shadow:0 1px 3px 0 #0000001a, 0 1px 2px -1px #0000001a;--shadow-lg:0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a;--shadow-xl:0 20px 25px -5px #0000001a, 0 8px 10px -6px #0000001a;--radius:.5rem;--radius-lg:.75rem}body{color:var(--text-primary);background-color:var(--background);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6}.app{background:linear-gradient(to bottom, var(--surface), var(--background));min-height:100vh}.main-content{flex-direction:column;gap:3rem;max-width:1200px;margin:0 auto;padding:2rem 1rem;display:flex}html{scroll-behavior:smooth}:focus{outline:2px solid var(--primary-color);outline-offset:2px}button{cursor:pointer;background:0 0;border:none;font-family:inherit}a{color:var(--primary-color);text-decoration:none;transition:color .2s}a:hover{color:var(--primary-hover)}@media (width<=768px){.main-content{gap:2rem;padding:1rem}}.header{background:linear-gradient(135deg, var(--primary-color), var(--accent-color));color:#fff;text-align:center;padding:4rem 0 3rem}.header-content{max-width:800px;margin:0 auto;padding:0 1rem}.header-title{letter-spacing:-.025em;margin-bottom:1rem;font-size:3rem;font-weight:800;line-height:1.1}.header-description{opacity:.9;margin-bottom:2rem;font-size:1.25rem;font-weight:300}.header-note{opacity:.8;font-size:.875rem}.header-note a{color:#fff;text-underline-offset:3px;text-decoration:underline;transition:opacity .2s}.header-note a:hover{opacity:.8}@media (width<=768px){.header{padding:3rem 0 2rem}.header-title{font-size:2rem}.header-description{font-size:1.125rem}}.topic-card{background:var(--background);border:1px solid var(--border);border-radius:var(--radius-lg);cursor:pointer;box-shadow:var(--shadow-sm);padding:1.5rem;transition:all .2s;position:relative;overflow:hidden}.topic-card:hover{box-shadow:var(--shadow-lg);border-color:var(--primary-color);transform:translateY(-2px)}.topic-card:hover .topic-title{color:var(--primary-color)}.topic-header{margin-bottom:1rem}.topic-title{color:var(--text-primary);margin-bottom:.5rem;font-size:1.25rem;font-weight:600;transition:color .2s}.topic-description{color:var(--text-secondary);font-size:.875rem;line-height:1.5}.subtopics-preview{border-top:1px solid var(--border);margin-bottom:1rem;padding:1rem 0}.subtopics-count{color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px;margin-bottom:.75rem;font-size:.75rem;font-weight:500}.subtopics-list{flex-direction:column;gap:.375rem;display:flex}.subtopic-item{color:var(--text-secondary);background:var(--surface);border-radius:var(--radius);border:1px solid #0000;padding:.25rem .5rem;font-size:.8125rem;transition:all .2s}.subtopic-item.more{color:var(--primary-color);font-style:italic;font-weight:500}.card-footer{border-top:1px solid var(--border);justify-content:space-between;align-items:center;margin-top:1rem;padding-top:1rem;display:flex}.click-hint{color:var(--text-muted);opacity:0;font-size:.75rem;transition:opacity .2s}.topic-card:hover .click-hint{opacity:1}@media (width<=768px){.topic-card{padding:1rem}.topic-title{font-size:1.125rem}}.roadmap-section{margin-bottom:3rem}.section-header{text-align:center;margin-bottom:2.5rem}.section-title{color:var(--text-primary);letter-spacing:-.025em;margin-bottom:.5rem;font-size:2.5rem;font-weight:700}.section-description{color:var(--text-secondary);max-width:600px;margin:0 auto;font-size:1.125rem;line-height:1.7}.topics-grid{grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:1.5rem;margin-top:2rem;display:grid}@media (width<=768px){.section-title{font-size:2rem}.section-description{padding:0 1rem;font-size:1rem}.topics-grid{grid-template-columns:1fr;gap:1rem}}.modal-backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background:#00000080;justify-content:center;align-items:center;padding:1rem;animation:.2s fadeIn;display:flex;position:fixed;inset:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-content{background:var(--background);border-radius:var(--radius-lg);box-shadow:var(--shadow-xl);width:100%;max-width:800px;max-height:90vh;animation:.3s slideUp;overflow-y:auto}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.modal-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:flex-start;margin-bottom:0;padding:2rem 2rem 0;display:flex}.modal-title{color:var(--text-primary);margin:0;font-size:1.875rem;font-weight:700;line-height:1.2}.modal-close{color:var(--text-muted);border-radius:var(--radius);flex-shrink:0;margin-left:1rem;padding:.5rem;font-size:1.5rem;line-height:1;transition:all .2s}.modal-close:hover{color:var(--text-primary);background:var(--surface-hover)}.modal-body{padding:2rem}.modal-description{color:var(--text-secondary);margin-bottom:2rem;font-size:1.125rem;line-height:1.7}.modal-subtopics{margin-bottom:2rem}.modal-subtopics h3{color:var(--text-primary);margin-bottom:1rem;font-size:1.25rem;font-weight:600}.subtopics-grid{gap:1rem;display:grid}.subtopic-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1rem;transition:all .2s}.subtopic-card:hover{background:var(--surface-hover);border-color:var(--primary-color)}.subtopic-name{color:var(--text-primary);margin-bottom:.25rem;font-size:.875rem;font-weight:600}.subtopic-description{color:var(--text-secondary);margin:0;font-size:.8125rem}.modal-links h3{color:var(--text-primary);margin-bottom:1rem;font-size:1.25rem;font-weight:600}.links-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:.75rem;display:grid}.link-card{background:var(--primary-color);color:#fff;border-radius:var(--radius);text-align:center;padding:.75rem 1rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:all .2s;display:block}.link-card:hover{background:var(--primary-hover);color:#fff;transform:translateY(-1px)}@media (width<=768px){.modal-backdrop{padding:.5rem}.modal-content{max-height:95vh}.modal-header{padding:1.5rem 1.5rem 0}.modal-title{font-size:1.5rem}.modal-body{padding:1.5rem}.links-grid{grid-template-columns:1fr}}.footer{background:linear-gradient(135deg, var(--primary-color), var(--accent-color));color:#fff;margin-top:4rem;padding:3rem 0}.footer-content{flex-direction:column;align-items:center;gap:1.5rem;max-width:1200px;margin:0 auto;padding:0 1rem;display:flex}.footer-info{text-align:center}.footer-info p{opacity:.95;margin:0;font-size:1rem}.footer-link{color:#fff;text-underline-offset:3px;font-weight:600;text-decoration:underline;transition:opacity .2s}.footer-link:hover{opacity:.8}.footer-actions{gap:1rem;display:flex}.contribute-button{color:var(--primary-color);border-radius:var(--radius);box-shadow:var(--shadow);background-color:#fff;padding:.75rem 1.5rem;font-size:.9375rem;font-weight:600;transition:all .2s}.contribute-button:hover{box-shadow:var(--shadow-lg);background-color:var(--surface);transform:translateY(-2px)}.contribute-button:active{transform:translateY(0)}@media (width<=768px){.footer{margin-top:3rem;padding:2rem 0}.footer-content{gap:1rem}.footer-info p{font-size:.9375rem}.contribute-button{padding:.625rem 1.25rem;font-size:.875rem}}
