*{margin:0;padding:0;box-sizing:border-box}body{background:#0a0a1a;color:#e0e0e0;font-family:'Courier New',monospace;line-height:1.6;overflow-x:hidden}header{text-align:center;padding:2rem 1rem;background:linear-gradient(135deg,#1a1a3a,#0a0a1a);border-bottom:2px solid #3a3a5a}header h1{font-size:2.5rem;color:#ffcc44;text-shadow:0 0 20px #ffcc44,0 0 40px #aa6600;letter-spacing:4px}header p{color:#a0a0cc;font-size:1rem}#canvas-section{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;background:#0d0d2b}#worldCanvas{width:900px;height:400px;border:2px solid #3a5a7a;border-radius:8px;box-shadow:0 0 30px rgba(0,150,255,0.2)}#info{color:#b0b0ff;margin-top:0.5rem;font-size:0.9rem}main{padding:2rem;max-width:1200px;margin:0 auto}section{margin-bottom:3rem}h2{font-size:2rem;color:#ffcc44;margin-bottom:1rem;text-shadow:0 0 10px #aa6600;border-bottom:2px solid #3a5a7a;padding-bottom:0.5rem}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.card{background:#151530;padding:1.5rem;border-radius:12px;border:1px solid #2a2a50;transition:transform 0.2s,box-shadow 0.2s;display:flex;flex-direction:column;align-items:center;text-align:center}.card:hover{transform:translateY(-5px);box-shadow:0 10px 30px rgba(0,100,255,0.3)}.card .color{width:40px;height:40px;border-radius:8px;margin-bottom:0.5rem}.forest .color{background:#2d5e22}.desert .color{background:#e8d68a}.mountains .color{background:#808080}.snow .color{background:#f0f0f0}.caves .color{background:#2b2b2b}.card h3{color:#ffcc44;margin-bottom:0.5rem}.card p{color:#b0b0cc;font-size:0.9rem}#structures p{font-size:1.1rem;color:#a0a0cc;background:#151530;padding:1.5rem;border-radius:12px;border:1px solid #2a2a50}footer{text-align:center;padding:1rem;color:#505080;border-top:1px solid #2a2a50}@media(max-width:768px){#worldCanvas{width:100%;height:auto;aspect-ratio:9/4}header h1{font-size:2rem}}.card:focus-within{outline:2px solid #ffcc44}