*{box-sizing:border-box}:root{font-family:Segoe UI,system-ui,-apple-system,sans-serif;line-height:1.6;font-weight:400;color-scheme:dark;color:#f0f1f3;background-color:#0e2646;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px}h1,h2,h3,h4,h5,h6{line-height:1.3}a{color:#af7223;text-decoration:none}a:hover{color:#c9882e}img{max-width:100%;height:auto}#root{margin:0;padding:0}.app{min-height:100vh;display:flex;flex-direction:column}main{flex:1}.header{background:#0e2646;padding:1rem 2rem;position:sticky;top:0;z-index:100;box-shadow:0 2px 10px #0000004d}.header:after{content:"";position:absolute;inset:0;background:url(/grasses.svg) repeat-x bottom;background-size:auto 100%;opacity:.3;pointer-events:none;z-index:-1}.header-content{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.logo-link{display:flex;align-items:center;gap:.75rem;text-decoration:none}.logo-link img{height:40px;width:auto}.logo-link span{font-size:1.25rem;font-weight:700;color:#d32d00}.nav-links{display:flex;gap:2rem;list-style:none;margin:0;padding:0}.nav-links a{color:#f0f1f3;text-decoration:none;font-weight:500;transition:color .2s}.nav-links a:hover{color:#af7223}.nav-dropdown{position:relative}.dropdown-menu{display:none;position:absolute;top:100%;left:0;background:#0e2646;min-width:150px;padding:.5rem 0;border-radius:4px;box-shadow:0 4px 12px #0000004d;list-style:none;margin:0;z-index:200}.nav-dropdown:hover .dropdown-menu{display:block}.dropdown-menu li{padding:0}.dropdown-menu a{display:block;padding:.5rem 1rem;color:#f0f1f3;text-decoration:none;white-space:nowrap}.dropdown-menu a:hover{background:#1a3a5c;color:#af7223}.footer{background:#0e2646;color:#f0f1f3;padding:2rem;text-align:center}.footer-content{max-width:1200px;margin:0 auto}.footer-links{display:flex;justify-content:center;gap:2rem;margin-bottom:1rem}.footer-links a{color:#f0f1f3;text-decoration:none}.footer-links a:hover{color:#af7223}.hero{background:#3c2415;color:#f5e6d3;padding:6rem 2rem;text-align:center}.hero-content{max-width:800px;margin:0 auto}.hero h1{font-size:3rem;margin-bottom:1rem;color:#f5e6d3}.hero .tagline{font-size:1.5rem;color:#d32d00;margin-bottom:2rem}.hero p{font-size:1.1rem;line-height:1.8;color:#e8d5c4}.section{padding:5rem 2rem;max-width:1200px;margin:0 auto;background:#2a1810}.section-dark{background:#3c2415}.section-alt{background:#1f120c}.section h2{font-size:2.25rem;margin-bottom:1.5rem;color:#f5e6d3}.section h3{font-size:1.5rem;margin-bottom:1rem;color:#d32d00}.about-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:2rem}.about-card{background:#3c2415;padding:2rem;border-radius:8px;border-left:4px solid #7a3518}.about-card h3{margin-top:0;color:#f5e6d3}.about-card p{color:#e8d5c4;line-height:1.7}.fretforge-section{background:#1f120c;padding:5rem 2rem}.fretforge-content{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.fretforge-text h2{color:#f5e6d3;font-size:2.5rem;margin-bottom:.5rem}.fretforge-text .subtitle{color:#d32d00;font-size:1.25rem;margin-bottom:1.5rem}.fretforge-text p{color:#e8d5c4;line-height:1.8;margin-bottom:1.5rem}.feature-list{list-style:none;padding:0;margin:2rem 0}.feature-list li{padding:.5rem 0;color:#e8d5c4;display:flex;align-items:center;gap:.75rem}.feature-list li:before{content:"✓";color:#d32d00;font-weight:700}.btn{display:inline-block;padding:.875rem 2rem;border-radius:6px;text-decoration:none;font-weight:600;transition:all .2s;margin-right:1rem;margin-bottom:.5rem}.btn-primary{background:#d32d00;color:#f5e6d3}.btn-primary:hover{background:#7a3518;color:#f5e6d3}.btn-secondary{background:transparent;color:#f5e6d3;border:2px solid #7a3518}.btn-secondary:hover{background:#7a3518;color:#f5e6d3}.fretforge-preview{background:#3c2415;border-radius:12px;padding:2rem;box-shadow:0 20px 60px #00000080;border:1px solid #7a3518}.app-mockup{text-align:center}.fretboard-illustration{width:100%;max-width:400px}.fretboard-image{width:100%;max-width:400px;border-radius:8px}.page-header{background:linear-gradient(135deg,#3c2415,#0e2646);padding:4rem 2rem;text-align:center}.page-header h1{color:#d32d00;margin-bottom:.5rem}.page-header p{color:#f0f1f3}.page-content{max-width:800px;margin:0 auto;padding:3rem 2rem}.page-content h2{color:#d32d00;font-size:1.5rem;margin-top:2.5rem;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid #AF7223}.page-content h3{color:#af7223;font-size:1.25rem;margin-top:1.5rem}.page-content p,.page-content li{color:#f0f1f3;line-height:1.8}.page-content ul{padding-left:1.5rem}.page-content li{margin-bottom:.5rem}.howto-step{background:#3c2415;border-radius:12px;padding:2rem;margin:2rem 0;display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:center}.howto-step:nth-child(2n){direction:rtl}.howto-step:nth-child(2n)>*{direction:ltr}.step-content h3{color:#f0f1f3;font-size:1.5rem;margin-bottom:1rem}.step-number{display:inline-block;background:#af7223;color:#fff;width:36px;height:36px;border-radius:50%;text-align:center;line-height:36px;font-weight:700;margin-right:.75rem}.step-illustration{background:#0e2646;border-radius:8px;padding:1.5rem;display:flex;justify-content:center;align-items:center;min-height:200px}.step-illustration svg{max-width:100%;height:auto}.howto-screenshot{max-width:100%;height:auto;border-radius:8px;box-shadow:0 4px 12px #0000004d}.contact-section{text-align:center;padding:5rem 2rem;background:#3c2415}.contact-section h2{color:#f5e6d3;margin-bottom:1rem}.contact-section p{color:#e8d5c4;margin-bottom:2rem}.contact-email{font-size:1.25rem;color:#d32d00}@media(max-width:768px){.header-content{flex-direction:column;gap:1rem}.nav-links{gap:1rem}.hero h1{font-size:2rem}.hero .tagline{font-size:1.2rem}.fretforge-content,.howto-step{grid-template-columns:1fr}.howto-step:nth-child(2n){direction:ltr}.footer-links{flex-direction:column;gap:.75rem}}
