*{box-sizing:border-box;margin:0;padding:0}body{background:linear-gradient(135deg,#0f0f0f,#1c1c1c);color:#e0e0e0;font-family:Segoe UI,sans-serif;min-height:100vh;padding:20px}nav{margin-bottom:20px;text-align:center}nav a{color:#4ea1d3;margin:0 10px;text-decoration:none;transition:color .3s ease}nav a:hover{color:#79c4f2}h2{color:#4ea1d3;margin-bottom:15px}form input,form textarea{background-color:#1c1c1c;border:1px solid #333;border-radius:4px;color:#e0e0e0;margin:5px 0;padding:8px;transition:background .3s;width:90%}form input:focus,form textarea:focus{background-color:#2a2a2a;outline:none}button{background-color:#4ea1d3;border:none;border-radius:4px;color:#fff;cursor:pointer;margin-top:10px;padding:10px 15px;transition:background .3s,transform .2s}button:hover{background-color:#79c4f2;transform:translateY(-2px)}.card{background-color:#1c1c1c;border-radius:6px;margin-bottom:10px;padding:15px;transition:background .3s,transform .2s}.card:hover{background-color:#2a2a2a;transform:translateY(-2px)}
/*# sourceMappingURL=main.695118c7.css.map*/