:root{--color-yellow-orange: #ffb000;--color-teal: #00bfb3;--color-dark-slate: #2f3941;--color-darker-slate: #1e2429;--color-text-primary: #ffffff;--color-text-secondary: #d1d5db;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;font-weight:400;color-scheme:dark;color:var(--color-text-primary);background-color:var(--color-dark-slate);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;margin:0;padding:0}body{margin:0;min-width:320px;min-height:100vh;background-color:var(--color-dark-slate)}a{font-weight:500;color:var(--color-teal);text-decoration:none;transition:color .3s ease}a:hover{color:var(--color-yellow-orange)}h1,h2,h3,h4,h5,h6{color:var(--color-text-primary);margin-bottom:1rem}h1{font-size:3rem;line-height:1.2}h2{font-size:2.25rem;line-height:1.3}h3{font-size:1.75rem;line-height:1.4}p{color:var(--color-text-secondary);margin-bottom:1rem}button{border-radius:6px;border:2px solid var(--color-yellow-orange);padding:.75rem 1.5rem;font-size:1rem;font-weight:600;font-family:inherit;background-color:var(--color-yellow-orange);color:var(--color-dark-slate);cursor:pointer;transition:all .3s ease}button:hover{background-color:transparent;color:var(--color-yellow-orange);transform:translateY(-2px)}button:focus,button:focus-visible{outline:3px solid var(--color-teal);outline-offset:2px}.app{min-height:100vh;display:flex;flex-direction:column}.main-content{flex:1;width:100%}.navigation{background-color:var(--color-darker-slate);padding:1rem 0;box-shadow:0 4px 6px #0000004d;position:sticky;top:0;z-index:100}.nav-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.nav-logo{font-size:1.75rem;font-weight:700;text-decoration:none;display:flex;align-items:center;gap:.25rem}.logo-resource{color:var(--color-yellow-orange)}.logo-fork{color:var(--color-teal)}.nav-menu{display:flex;list-style:none;gap:2rem;align-items:center}.nav-item{margin:0}.nav-link{font-size:1.1rem;font-weight:500;padding:.5rem 1rem;border-radius:4px;transition:all .3s ease}.nav-link:hover{background-color:#ffb0001a}@media(max-width:768px){.nav-container{flex-direction:column;gap:1rem}.nav-menu{gap:1rem;flex-wrap:wrap;justify-content:center}.nav-link{font-size:1rem;padding:.4rem .8rem}}.about{width:100%;min-height:calc(100vh - 200px)}.about-container{max-width:1000px;margin:0 auto;padding:4rem 2rem}.about-hero{text-align:center;margin-bottom:4rem}.about-hero h1{font-size:3.5rem;color:var(--color-yellow-orange);margin-bottom:1rem}.about-subtitle{font-size:1.5rem;color:var(--color-teal);font-weight:500}.about-content{display:flex;flex-direction:column;gap:3rem}.about-section{background-color:var(--color-darker-slate);padding:2.5rem;border-radius:12px;border:2px solid var(--color-dark-slate)}.about-section h2{color:var(--color-teal);font-size:2rem;margin-bottom:1.5rem}.about-section p{font-size:1.15rem;line-height:1.8;color:var(--color-text-secondary)}.values-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem;margin-top:2rem}.value-item{background-color:var(--color-dark-slate);padding:1.5rem;border-radius:8px;border:1px solid var(--color-yellow-orange)}.value-item h3{color:var(--color-yellow-orange);font-size:1.3rem;margin-bottom:.75rem}.value-item p{font-size:1rem;color:var(--color-text-secondary)}.cta-buttons{display:flex;gap:1.5rem;margin-top:2rem;flex-wrap:wrap}.cta-buttons button{flex:1;min-width:180px}@media(max-width:768px){.about-hero h1{font-size:2.5rem}.about-subtitle{font-size:1.2rem}.values-grid{grid-template-columns:1fr}.cta-buttons{flex-direction:column}.cta-buttons button{width:100%}}.home{width:100%}.hero{min-height:70vh;display:flex;align-items:center;justify-content:center;padding:4rem 2rem;background:linear-gradient(135deg,var(--color-darker-slate) 0%,var(--color-dark-slate) 100%)}.hero-content{max-width:900px;text-align:center}.hero-title{font-size:4rem;font-weight:800;margin-bottom:1.5rem;line-height:1.1}.highlight-yellow{color:var(--color-yellow-orange)}.highlight-teal{color:var(--color-teal)}.hero-subtitle{font-size:1.5rem;color:var(--color-text-secondary);margin-bottom:2.5rem;max-width:700px;margin-left:auto;margin-right:auto}.hero-buttons{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap}.btn-primary{background-color:var(--color-yellow-orange);border-color:var(--color-yellow-orange)}.btn-secondary{background-color:transparent;border-color:var(--color-teal);color:var(--color-teal)}.btn-secondary:hover{background-color:var(--color-teal);color:var(--color-dark-slate)}.features{padding:5rem 2rem;background-color:var(--color-dark-slate)}.features-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2.5rem}.feature-card{background-color:var(--color-darker-slate);padding:2.5rem;border-radius:12px;text-align:center;transition:transform .3s ease,box-shadow .3s ease;border:2px solid transparent}.feature-card:hover{transform:translateY(-8px);box-shadow:0 12px 24px #00bfb333;border-color:var(--color-teal)}.feature-icon{font-size:3.5rem;margin-bottom:1.5rem}.feature-card h3{color:var(--color-yellow-orange);font-size:1.75rem;margin-bottom:1rem}.feature-card p{font-size:1.1rem;line-height:1.7}@media(max-width:768px){.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.2rem}.features-container{grid-template-columns:1fr}}.privacy{padding:2rem;max-width:1200px;margin:0 auto}.privacy-container{background:#fff;border-radius:8px;padding:3rem;box-shadow:0 2px 8px #0000001a}.privacy h1{color:#2c3e50;margin-bottom:1rem;font-size:2.5rem}.effective-date{color:#7f8c8d;margin-bottom:2rem;font-size:1rem}.privacy-section{margin-bottom:2rem}.privacy-section h2{color:#34495e;margin-bottom:1rem;font-size:1.5rem}.privacy-section p{color:#555;line-height:1.6;margin-bottom:1rem}.privacy-section ul{color:#555;line-height:1.6;margin-left:1.5rem}.privacy-section li{margin-bottom:.5rem}.privacy-footer{margin-top:3rem;padding-top:2rem;border-top:1px solid #e0e0e0;color:#7f8c8d;text-align:center}@media(max-width:768px){.privacy{padding:1rem}.privacy-container{padding:1.5rem}.privacy h1{font-size:2rem}.privacy-section h2{font-size:1.25rem}}.projects{max-width:1200px;margin:0 auto;padding:4rem 2rem;min-height:calc(100vh - 200px)}.projects-header{text-align:center;margin-bottom:4rem}.projects-header h1{font-size:3.5rem;color:var(--color-yellow-orange);margin-bottom:1rem}.projects-header p{font-size:1.3rem;color:var(--color-text-secondary);max-width:700px;margin:0 auto}.projects-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:2.5rem}.project-card{background-color:var(--color-darker-slate);border:2px solid var(--color-dark-slate);border-radius:12px;padding:2.5rem;transition:all .3s ease;position:relative}.project-card:hover{transform:translateY(-8px);border-color:var(--color-yellow-orange);box-shadow:0 16px 32px #ffb00033}.project-status{position:absolute;top:1.5rem;right:1.5rem;background-color:var(--color-teal);color:var(--color-darker-slate);padding:.4rem 1rem;border-radius:20px;font-size:.85rem;font-weight:600}.project-card h2{color:var(--color-teal);font-size:2rem;margin-bottom:1rem;margin-top:1rem}.project-description{font-size:1.1rem;line-height:1.7;margin-bottom:1.5rem;color:var(--color-text-secondary)}.project-tech{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:2rem}.tech-tag{background-color:var(--color-dark-slate);color:var(--color-yellow-orange);padding:.4rem 1rem;border-radius:6px;font-size:.9rem;font-weight:500;border:1px solid var(--color-yellow-orange)}.project-button{width:100%;font-size:1rem}@media(max-width:768px){.projects-header h1{font-size:2.5rem}.projects-grid{grid-template-columns:1fr}}
