.project-page{scroll-behavior:smooth;min-height:100vh;background:var(--bg-primary);overflow-x:hidden}#changelog-anchor,#credits-anchor{scroll-margin-top:150px}.project-content a{color:#3b82f6;transition:all .2s ease}.project-content a:hover{color:#1d4ed8}.project-content a:visited{color:#3b82f6}.project-content a:focus{outline:2px solid #3b82f6;outline-offset:2px;border-radius:2px}.changelog-version{background:var(--bg-secondary);border:1px solid var(--border-light);border-radius:1rem;padding:2rem;margin-bottom:1.5rem}.version-title{color:var(--text-primary);font-size:1.5rem;font-weight:700;margin-bottom:1.5rem;padding-bottom:.75rem;border-bottom:2px solid var(--accent-light)}.version-content{margin-bottom:1rem}.changelog-category{color:var(--text-primary);font-size:1.125rem;font-weight:600;margin:1.5rem 0 .75rem;display:flex;align-items:center;gap:.5rem}.changelog-category:first-child{margin-top:0}.changelog-list{margin:0 0 1rem;padding-left:1.5rem}.changelog-list li{color:var(--text-muted);line-height:1.6;margin-bottom:.5rem}.changelog-list li strong{color:var(--text-primary);font-weight:600}.changelog-note{background:#f0f9ff;border:1px solid #bae6fd;border-radius:.5rem;padding:1rem;margin-top:1rem}.changelog-note p{color:#0369a1;margin:0;font-size:.875rem}.section-intro{color:#64748b;font-size:1.25rem;line-height:1.6;margin-bottom:4rem;text-align:center;max-width:800px;margin-left:auto;margin-right:auto;font-weight:400}.use-cases-container{max-width:1400px;margin:0 auto;padding:0 2rem}.use-cases-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:2rem;gap:2rem;margin:4rem 0}.use-case-card{background:linear-gradient(145deg,#ffffff,#f8fafc);border:1px solid #e2e8f0;border-radius:1rem;padding:2rem;transition:all .3s ease;position:relative;overflow:hidden;height:100%;display:flex;flex-direction:column;box-shadow:0 1px 3px rgba(0,0,0,.1)}.use-case-card:hover{transform:translateY(-4px);box-shadow:0 10px 25px rgba(0,0,0,.15);border-color:#cbd5e1}.use-case-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#3b82f6,#8b5cf6);opacity:0;transition:opacity .3s ease}.use-case-card:hover:before{opacity:1}.use-case-header{display:flex;align-items:center;margin-bottom:1.5rem}.use-case-icon{font-size:2.5rem;margin-right:1rem;width:60px;height:60px;background:linear-gradient(135deg,#f1f5f9,#e2e8f0);border-radius:1rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.use-case-title{color:#1e293b;font-size:1.25rem;font-weight:700;margin:0;line-height:1.3}.use-case-content{flex-grow:1;margin-bottom:1.5rem}.use-case-problem{background:#fef2f2;border:1px solid #fecaca;border-radius:.5rem;padding:1rem;margin-bottom:1rem}.use-case-problem-label{color:#dc2626;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;margin-bottom:.5rem;display:block}.use-case-problem-text{color:#7f1d1d;font-size:.9rem;line-height:1.5;margin:0}.use-case-solution{background:#f0fdf4;border:1px solid #bbf7d0;border-radius:.5rem;padding:1rem}.use-case-solution-label{color:#16a34a;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;margin-bottom:.5rem;display:block}.use-case-solution-text{color:#14532d;font-size:.9rem;line-height:1.5;margin:0}.use-case-benefits{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:auto}.benefit-tag{background:#f1f5f9;color:#475569;padding:.5rem 1rem;border-radius:1rem;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;border:1px solid #e2e8f0;transition:all .2s ease}.benefit-tag:hover{background:#e2e8f0;color:#334155;transform:translateY(-1px)}.use-cases-footer{background:linear-gradient(135deg,#1e293b,#334155);color:white;padding:3rem 2rem;border-radius:1rem;text-align:center;margin-top:4rem;box-shadow:0 10px 25px rgba(0,0,0,.1)}.use-cases-footer h3{color:white;font-size:1.5rem;font-weight:700;margin-bottom:1rem;line-height:1.3}.use-cases-footer p{color:#cbd5e1;font-size:1rem;line-height:1.6;max-width:600px;margin:0 auto}@media (max-width:1200px){.use-cases-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media (max-width:768px){.use-cases-container{padding:0 1rem}.use-cases-grid{grid-template-columns:1fr;gap:1.5rem;margin:2rem 0}.use-case-card{padding:1.5rem}.use-case-header{flex-direction:column;text-align:center;margin-bottom:1rem}.use-case-icon{margin-right:0;margin-bottom:.5rem;width:50px;height:50px;font-size:2rem}.use-case-title{font-size:1.125rem}.use-case-problem,.use-case-solution{padding:.75rem}.use-case-problem-text,.use-case-solution-text{font-size:.85rem}.benefit-tag{padding:.4rem .8rem;font-size:.75rem}.use-cases-footer{padding:2rem 1.5rem;margin-top:3rem}.use-cases-footer h3{font-size:1.25rem}}.project-header{max-width:1200px;margin:0 auto;width:100%;text-align:center}.project-category{display:flex;justify-content:center}.category-badge{background:var(--accent-light);color:var(--accent-dark);padding:.5rem 1rem;border-radius:2rem;font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.project-page .project-title{font-size:3rem;font-weight:800;color:var(--text-primary);line-height:1.2;margin-bottom:1rem}.project-page .project-subtitle{font-size:1.25rem;line-height:1.6;max-width:600px;margin:0 auto}.overview-highlights{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:2rem;gap:2rem;margin:2rem 0}.highlight-item{background:var(--bg-secondary);border:1px solid var(--border-light);border-radius:1rem;padding:1.5rem;transition:all .3s ease}.highlight-item:hover{transform:translateY(-2px);box-shadow:var(--shadow-lg);border-color:var(--accent-light)}.highlight-item h4{color:var(--text-primary);font-size:1.125rem;font-weight:600;margin-bottom:.75rem;display:flex;align-items:center;gap:.5rem}.highlight-item p{color:var(--text-muted);line-height:1.6;margin:0}.highlight-item p strong{color:var(--text-primary);font-weight:600}.project-links-container{display:flex;justify-content:center;width:100%;max-width:1200px;margin:0 auto 3rem}.project-links{gap:1.5rem;flex-wrap:wrap}.project-btn,.project-links{display:flex;justify-content:center}.project-btn{align-items:center;gap:.75rem;padding:1rem 2rem;background:white;border-radius:12px;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);border:1px solid #e2e8f0;font-weight:600;font-size:1rem;transition:all .3s ease;min-width:160px;position:relative;overflow:hidden}.project-btn:hover{transform:translateY(-3px);box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -6px rgba(0,0,0,.1)}.project-btn:active{transform:translateY(-1px);transition-duration:.1s}.demo-btn{background:linear-gradient(135deg,#3b82f6,#2563eb);color:white;border:none;box-shadow:0 4px 14px 0 rgba(59,130,246,.3)}.demo-btn:hover{background:linear-gradient(135deg,#2563eb,#1d4ed8);box-shadow:0 8px 25px 0 rgba(59,130,246,.4);color:white}.code-btn{background:linear-gradient(135deg,#1f2937,#111827);color:white;border:none;box-shadow:0 4px 14px 0 rgba(31,41,55,.3)}.code-btn:hover{background:linear-gradient(135deg,#111827,#0f172a);box-shadow:0 8px 25px 0 rgba(31,41,55,.4);color:white}.btn-icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:10px;flex-shrink:0;transition:all .3s ease}.demo-icon{background:rgba(255,255,255,.2);color:white}.demo-btn:hover .demo-icon{background:rgba(255,255,255,.3);transform:scale(1.1)}.code-icon{background:rgba(255,255,255,.2);color:white}.code-btn:hover .code-icon{background:rgba(255,255,255,.3);transform:scale(1.1)}.project-page .btn{position:relative}.project-content{max-width:1200px;margin:0 auto;width:100%}.content-placeholder{background:var(--bg-secondary);padding:2rem;border-radius:1rem;border:1px solid var(--border-light)}.content-placeholder h2{color:var(--text-primary);margin-bottom:1rem;font-size:1.5rem;font-weight:700}.content-placeholder p{color:var(--text-secondary);margin-bottom:1rem;line-height:1.6}.content-placeholder ul{color:var(--text-secondary);padding-left:1.5rem;line-height:1.6}.content-placeholder li{margin-bottom:.5rem}.project-stats{display:flex;gap:2rem;justify-content:center;flex-wrap:wrap;margin:2rem 0}.stat-item{display:flex;align-items:center;gap:1rem;padding:1rem 1.5rem;background:white;border-radius:12px;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);border:1px solid #e2e8f0;transition:all .3s ease;min-width:140px}.stat-content{justify-content:center;align-items:flex-start;height:40px;line-height:1.2}.stat-value{font-weight:600;margin:0;padding:0}.stat-label{color:var(--text-muted);margin:0;padding:0}.stat-item:hover{transform:translateY(-2px);box-shadow:0 10px 25px -5px rgba(0,0,0,.1),0 8px 10px -6px rgba(0,0,0,.1)}.stat-icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:var(--accent-light);border-radius:10px;color:var(--accent-dark);flex-shrink:0}.stat-icon svg{width:20px;height:20px;display:block}.rating-icon{background:linear-gradient(135deg,#fbbf24,#f59e0b);color:white}.downloads-icon{background:linear-gradient(135deg,#10b981,#059669);color:white}.year-icon{background:linear-gradient(135deg,#8b5cf6,#7c3aed);color:white}.stat-content{display:flex;flex-direction:column;gap:.25rem}.stat-value{font-size:1.25rem;font-weight:700;color:var(--text-primary);line-height:1}.stat-label{font-size:.875rem;color:var(--text-secondary);font-weight:500;line-height:1}.project-demo{margin-bottom:3rem}.screenshots-container{width:100%;max-width:1200px;margin:0 auto}.screenshots-title{text-align:center;font-size:1.5rem;font-weight:700;color:var(--text-primary);margin-bottom:2rem}.screenshots-grid{display:grid;grid-template-columns:1fr 1fr 1fr;grid-gap:1.5rem;gap:1.5rem;align-items:start}.screenshot-item{display:flex;flex-direction:column;align-items:center}.screenshot-frame{background:white;border-radius:12px;box-shadow:0 10px 25px -5px rgba(0,0,0,.1),0 8px 10px -6px rgba(0,0,0,.1);padding:1rem;margin-bottom:1rem;transition:transform .3s ease,box-shadow .3s ease;overflow:hidden}.screenshot-frame:hover{transform:translateY(-5px);box-shadow:0 20px 40px -10px rgba(0,0,0,.15),0 10px 20px -5px rgba(0,0,0,.1)}.screenshot-svg{width:100%;height:auto;display:block;border-radius:8px}.screenshot-caption{font-size:.875rem;font-weight:600;color:var(--text-secondary);text-align:center;margin:0}.main-screenshot{grid-column:1}.mobile-screenshot .screenshot-frame{max-width:250px;margin:0 auto 1rem}.mobile-frame{padding:.5rem}.feature-screenshot{grid-column:3}.screenshots-grid.two-screenshots{grid-template-columns:1fr 1fr;gap:2rem}.screenshots-grid.two-screenshots .main-screenshot{grid-column:1}.screenshots-grid.two-screenshots .feature-screenshot{grid-column:2}.screenshots-grid.single-screenshot{grid-template-columns:1fr;justify-items:center;max-width:1000px;margin:0 auto}.screenshots-grid.single-screenshot .main-screenshot{grid-column:1;width:100%;max-width:800px}.screenshot-image{width:100%;height:auto;border-radius:8px;display:block;box-shadow:0 4px 12px rgba(0,0,0,.1);transition:transform .3s ease}.screenshot-image:hover{transform:scale(1.02)}.demo-placeholder{background:var(--bg-secondary);border:2px dashed var(--border-light);border-radius:1rem;padding:3rem;text-align:center;color:var(--text-secondary)}.demo-placeholder h3{color:var(--text-primary);margin-bottom:1rem}.project-details-grid{display:grid;grid-gap:.75rem;gap:.75rem;max-width:1200px;margin:0 auto;width:100%}.project-section{background:white;padding:2.5rem;border-radius:.75rem;border:1px solid #e5e7eb;box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06);overflow:hidden;word-wrap:break-word;overflow-wrap:break-word;transition:all .2s ease}.project-section:hover{box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06)}.section-title{color:#1f2937;font-size:1.5rem;font-weight:600;margin-bottom:1.5rem;padding-bottom:.75rem;border-bottom:2px solid #f3f4f6}.section-content{color:var(--text-secondary);line-height:1.6;word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.section-content p{margin-bottom:1rem}.section-content p:last-child{margin-bottom:0}.feature-category{color:#374151;font-size:1.125rem;font-weight:600;margin:1.5rem 0 .75rem;padding:.5rem 0}.feature-category:first-child{margin-top:0}.tutorial-step{color:#374151;font-size:1.125rem;font-weight:600;margin:1.5rem 0 .75rem;padding:.5rem 0}.tutorial-step:first-child{margin-top:0}.tutorial-instructions{background:#f8fafc;border:1px solid #e2e8f0;border-radius:.75rem;padding:1.5rem;margin:1rem 0}.tutorial-step-item{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1.5rem;padding:1rem;background:white;border:1px solid #e2e8f0;border-radius:.5rem;transition:all .2s ease}.tutorial-step-item:hover{border-color:#3b82f6;box-shadow:0 2px 8px rgba(59,130,246,.1)}.tutorial-step-item:last-child{margin-bottom:0}.step-number{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:linear-gradient(135deg,#3b82f6,#2563eb);color:white;border-radius:50%;font-weight:700;font-size:.875rem;flex-shrink:0;margin-top:.125rem}.step-content{flex:1 1}.step-content p{margin:0 0 .5rem;color:#374151;line-height:1.6}.step-content p:last-child{margin-bottom:0}.step-content strong{color:#1f2937;font-weight:600}.step-url{margin-top:.5rem}.step-url a{color:#3b82f6;font-size:.875rem;font-family:Monaco,Menlo,Ubuntu Mono,Consolas,monospace;background:#f1f5f9;padding:.25rem .5rem;border-radius:.375rem;border:1px solid #e2e8f0;display:inline-block;word-break:break-all;transition:all .2s ease}.step-url a:hover{background:#e2e8f0;color:#1e40af;border-color:#cbd5e1}.step-example{color:#6b7280;font-style:italic;font-size:.875rem;margin-top:.25rem;padding-left:1rem;border-left:2px solid #e2e8f0}.tech-category{color:#374151;font-size:1.125rem;font-weight:600;margin:1.5rem 0 .75rem;padding:.5rem 1rem}.tech-category:first-child{margin-top:0}.enhancement-category{color:#374151;font-size:1.125rem;font-weight:600;margin:1.5rem 0 .75rem;padding:.5rem 0}.enhancement-category:first-child{margin-top:0}.features-list{list-style:none;padding:0}.features-list li{position:relative;padding-left:1.5rem;margin-bottom:.5rem;color:#6b7280;line-height:1.6}.features-list li:before{content:"•";position:absolute;left:0;color:#3b82f6;font-weight:700;font-size:1.2em}.tech-stack{display:grid;grid-gap:1.5rem;gap:1.5rem}.tech-category h4{color:var(--text-primary);margin-bottom:.75rem;font-size:1.125rem;font-weight:600}.tech-tags{display:flex;flex-wrap:wrap;gap:.5rem}.tech-tag{background:#f1f5f9;color:#475569;padding:.375rem .75rem;border-radius:.5rem;font-size:.875rem;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:300px;border:1px solid #e2e8f0;transition:all .2s ease}.tech-tag:hover{background:#e2e8f0;color:#334155;border-color:#cbd5e1}.project-credits{background:#f8fafc;border:1px solid #e2e8f0;border-radius:1rem;padding:2rem;margin:2rem 0}.credits-header{margin-bottom:2rem}.credits-title{font-size:1.5rem;font-weight:600;color:var(--text-primary);margin-bottom:.5rem}.credits-subtitle{font-size:1rem;color:var(--text-muted)}.credits-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:2rem;gap:2rem;margin-bottom:1.5rem}.credits-section{background:white;border:1px solid #e2e8f0;border-radius:.75rem;padding:1.5rem}.credits-section-title{font-size:1.125rem;font-weight:600;color:var(--text-primary);margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid #f1f5f9}.credits-list{display:flex;flex-direction:column;gap:.75rem}.credit-item{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;border-bottom:1px solid #f1f5f9}.credit-item:last-child{border-bottom:none}.credit-name{font-weight:500;color:var(--text-primary);font-size:.875rem}.credit-license{font-size:.75rem;color:var(--text-muted);background:#f1f5f9;padding:.25rem .5rem;border-radius:.375rem;font-weight:500}.credits-footer{padding-top:1rem;border-top:1px solid #e2e8f0}.credits-note{font-style:italic;color:var(--text-muted)}.project-legal-docs{background:#f8fafc;border:1px solid #e2e8f0;border-radius:1rem;padding:2rem;margin:2rem 0}.legal-docs-header{margin-bottom:2rem}.legal-docs-title{font-size:1.5rem;font-weight:600;color:var(--text-primary);margin-bottom:.5rem}.legal-docs-subtitle{font-size:1rem;color:var(--text-muted)}.legal-docs-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:1.5rem;gap:1.5rem}.legal-doc-card{background:white;border:1px solid #e2e8f0;border-radius:.75rem;padding:1.5rem;color:inherit;transition:all .2s ease;display:flex;align-items:flex-start;gap:1rem}.legal-doc-card:hover{border-color:#3b82f6;box-shadow:0 4px 12px rgba(59,130,246,.1);transform:translateY(-2px)}.legal-doc-icon{background:#f1f5f9;border-radius:.5rem;padding:.75rem;color:#3b82f6;flex-shrink:0}.legal-doc-content{flex:1 1}.legal-doc-title{font-size:1.125rem;font-weight:600;color:var(--text-primary);margin-bottom:.5rem}.legal-doc-description{font-size:.875rem;color:var(--text-muted);margin-bottom:.75rem;line-height:1.5}.legal-doc-link{font-size:.875rem;color:#3b82f6;font-weight:500}.legal-doc-card:hover .legal-doc-link{color:#1e40af}.project-content h4{color:var(--text-primary);font-size:1.125rem;font-weight:600;margin:1.5rem 0 .75rem;padding-bottom:.5rem;border-bottom:1px solid #e2e8f0}.project-content h4:first-child{margin-top:0}.project-content p{margin-bottom:1rem;line-height:1.6;color:var(--text-primary)}.project-content ul{margin-bottom:1.5rem;padding-left:1.5rem}.project-content li{margin-bottom:.5rem;line-height:1.5;color:var(--text-primary)}.project-content strong{font-weight:600;color:var(--text-primary)}.contact-info{background:#f8fafc;border:1px solid #e2e8f0;border-radius:.5rem;padding:1rem;margin:1rem 0}.contact-info p{margin-bottom:.5rem}.contact-info p:last-child{margin-bottom:0}.code-block{margin-bottom:1rem;position:relative}.code-block h4{color:var(--text-primary);margin-bottom:.5rem;font-size:1rem;font-weight:600}.code-block pre{background:#f8fafc;border:1px solid #e2e8f0;border-radius:.75rem;padding:1.5rem;overflow-x:auto;line-height:1.6;color:#374151;position:relative;margin:0}.code-block code,.code-block pre{font-family:Monaco,Menlo,Ubuntu Mono,Consolas,monospace;font-size:.875rem}.code-block code{background:transparent!important;padding:0!important;border-radius:0!important;color:#374151!important;border:none!important;outline:none}.project-page code{background:#f1f5f9;padding:.125rem .375rem;border-radius:.375rem;font-family:Monaco,Menlo,Ubuntu Mono,Consolas,monospace;font-size:.875rem;color:#dc2626;border:1px solid #e2e8f0}.code-copy-btn{position:absolute;top:.75rem;right:.75rem;background:#3b82f6;border:1px solid #2563eb;border-radius:.5rem;padding:.5rem;color:white;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;width:36px;height:36px;opacity:1;z-index:10;box-shadow:0 2px 4px rgba(0,0,0,.1)}.code-copy-btn:hover{background:#1e40af;border-color:#1d4ed8;color:white;opacity:1;transform:translateY(-1px)}.code-copy-btn:active{transform:translateY(0)}.code-copy-btn.copied{background:#059669;border-color:#10b981;color:white}.code-copy-btn svg{width:16px;height:16px}.code-block-with-copy{position:relative;display:block}.code-block-with-copy pre{padding-right:3.5rem;position:relative}.terminal-code{background:#f8fafc;border:1px solid #e2e8f0;border-radius:.75rem;padding:1.5rem;font-family:Monaco,Menlo,Ubuntu Mono,Consolas,monospace;font-size:.875rem;line-height:1.6;color:#059669;position:relative;margin:1rem 0;overflow-x:auto}.terminal-code:before{content:"$";color:#059669;margin-right:.5rem;font-weight:700}.json-code{background:#f8fafc;border:1px solid #e2e8f0;border-radius:.75rem;padding:1.5rem;font-family:Monaco,Menlo,Ubuntu Mono,Consolas,monospace;font-size:.875rem;line-height:1.6;color:#374151;overflow-x:auto;white-space:pre-wrap}.code-block .keyword{color:#c084fc;font-weight:600}.code-block .string{color:#22c55e}.code-block .number{color:#f59e0b}.code-block .comment{color:#64748b;font-style:italic}.code-block .function{color:#60a5fa}.code-block .variable{color:#fbbf24}.project-cta{background:var(--gradient-primary);color:white;padding:3rem 2rem;border-radius:1rem;margin-top:3rem}.project-cta h2{color:white;margin-bottom:1rem;font-size:2rem;font-weight:700}.project-cta p{color:rgba(255,255,255,.9);margin-bottom:2rem}@media (max-width:768px){.project-page .project-title{font-size:2.5rem}.project-page .project-subtitle{font-size:1.125rem}.project-links-container{margin-bottom:2rem}.project-links{flex-direction:column;align-items:center;gap:1rem}.screenshots-grid{gap:1rem}.screenshots-title{font-size:1.125rem}.screenshot-frame{padding:.75rem}.project-stats{gap:1rem}.stat-item{min-width:120px;padding:.875rem 1.25rem}.stat-icon{width:36px;height:36px}.stat-icon svg{width:18px;height:18px}.stat-value{font-size:1.125rem}.project-links{gap:1.25rem}.screenshots-grid{grid-template-columns:1fr 1fr;gap:1.25rem}.feature-screenshot,.main-screenshot{grid-column:1/-1}.screenshots-title{font-size:1.25rem}.project-section{padding:1.75rem}.project-details-grid{gap:.75rem;max-width:1200px}.tech-tags{gap:.375rem}.tech-tag{font-size:.8rem;padding:.25rem .5rem;max-width:250px}.credits-grid{grid-template-columns:1fr;gap:1rem}.project-credits{padding:1.5rem;margin:1.5rem 0}.credits-section{padding:1rem}.legal-docs-grid{grid-template-columns:1fr;gap:1rem}.project-legal-docs{padding:1.5rem;margin:1.5rem 0}.legal-doc-card{padding:1rem;flex-direction:column;text-align:center}.legal-doc-icon{align-self:center}.tutorial-instructions{padding:1rem}.tutorial-step-item{flex-direction:column;gap:.75rem;padding:.75rem}.step-number{align-self:flex-start;width:28px;height:28px;font-size:.8rem}.step-url a{font-size:.8rem;padding:.2rem .4rem}.project-cta{padding:2rem 1.5rem}.project-cta h2{font-size:1.75rem}}@media (max-width:480px){.project-page .project-title{font-size:2rem}.project-page .project-subtitle{font-size:1rem}.content-placeholder{padding:1.5rem}.project-stats{flex-direction:column;align-items:center;gap:.75rem}.stat-item{min-width:100px;padding:.75rem 1rem;gap:.75rem}.stat-icon{width:32px;height:32px}.stat-icon svg{width:16px;height:16px}.stat-value{font-size:1rem}.stat-label{font-size:.8rem}.project-section{padding:1.25rem}.project-details-grid{gap:.75rem;max-width:1200px}.section-title{font-size:1.25rem}.demo-placeholder{padding:2rem 1rem}.project-cta{padding:1.5rem 1rem}.project-cta h2{font-size:1.5rem}}