*{box-sizing:border-box;margin:0;padding:0;font-family:Arial,Helvetica,sans-serif}body{background:#0f172a;color:#e5e7eb}.home{height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:20px}button{padding:12px 20px;background:#22d3ee;color:#020617;border:none;border-radius:6px;font-size:16px;cursor:pointer}button:hover{opacity:.9}.simulator{padding:20px}header{display:flex;justify-content:space-between;margin-bottom:20px}.workspace{display:flex;gap:20px}.canvas{width:40%;background:#020617;padding:20px;border-radius:8px;text-align:center}.led{width:60px;height:60px;background:#111827;border-radius:50%;margin:20px auto}.led.on{background:red;box-shadow:0 0 20px red}.code{width:60%;display:flex;flex-direction:column;gap:10px}textarea{height:300px;background:#020617;color:#e5e7eb;border:1px solid #334155;border-radius:6px;padding:10px;font-family:monospace}
