.help-page{min-height:100vh;background:linear-gradient(135deg,#1a1a1a,#2d2d2d);color:#ffffff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.help-header{background:rgba(0,0,0,.3);padding:2rem;border-bottom:1px solid rgba(255,255,255,.1);display:flex;justify-content:space-between;align-items:center}.help-header h1{margin:0;font-size:2.5rem;font-weight:700;background:linear-gradient(45deg,#ff6b6b,#4ecdc4);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.back-link{color:#4ecdc4;text-decoration:none;padding:.5rem 1rem;border:1px solid #4ecdc4;border-radius:6px;transition:all .3s ease}.back-link:hover{background:#4ecdc4;color:#1a1a1a}.help-content{display:grid;grid-template-columns:250px 1fr;grid-gap:2rem;gap:2rem;padding:2rem;max-width:1200px;margin:0 auto}.help-nav{background:rgba(255,255,255,.05);padding:1.5rem;border-radius:12px;height:-moz-fit-content;height:fit-content;position:-webkit-sticky;position:sticky;top:2rem}.help-nav h3{margin:0 0 1rem;color:#4ecdc4;font-size:1.1rem}.help-nav ul{list-style:none;padding:0;margin:0}.help-nav li{margin-bottom:.5rem}.help-nav a{color:#cccccc;text-decoration:none;padding:.5rem 0;display:block;border-radius:4px;transition:all .3s ease;font-size:.9rem}.help-nav a:hover{color:#4ecdc4;padding-left:.5rem}.help-main{background:rgba(255,255,255,.03);padding:2rem;border-radius:12px}.help-main section{margin-bottom:3rem}.help-main h2{color:#ff6b6b;font-size:1.8rem;margin-bottom:1.5rem;padding-bottom:.5rem;border-bottom:2px solid rgba(255,107,107,.3)}.help-section{background:rgba(255,255,255,.02);padding:1.5rem;border-radius:8px;margin-bottom:1.5rem}.help-section h3{color:#4ecdc4;font-size:1.3rem;margin-bottom:1rem}.help-section ol,.help-section ul{margin-bottom:1.5rem}.help-section li{margin-bottom:.5rem;line-height:1.6}.help-section strong{color:#ff6b6b}.help-section code{background:rgba(0,0,0,.3);padding:.2rem .4rem;border-radius:4px;font-family:Monaco,Menlo,monospace;color:#4ecdc4;font-size:.9rem}.help-contact{background:linear-gradient(135deg,rgba(255,107,107,.1),rgba(78,205,196,.1));border-radius:12px;padding:2rem;margin-top:2rem}.help-contact h2{border-bottom:none;margin-bottom:1rem}@media (max-width:768px){.help-content{grid-template-columns:1fr;padding:1rem}.help-nav{position:static;margin-bottom:2rem}.help-header{flex-direction:column;gap:1rem;text-align:center}.help-header h1{font-size:2rem}.help-main{padding:1.5rem}}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:rgba(255,255,255,.1)}::-webkit-scrollbar-thumb{background:rgba(78,205,196,.5);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:rgba(78,205,196,.7)}