*{margin:0;padding:0;box-sizing:border-box;font-family:Segoe UI,sans-serif}body{background:linear-gradient(135deg,#1f2937,#111827);color:#f9fafb;min-height:100vh}.container{width:90%;max-width:700px;margin:40px auto}h1{text-align:center;margin-bottom:30px;font-size:28px;letter-spacing:1px}.card{background:#1f2937;padding:20px;margin-bottom:20px;border-radius:14px;box-shadow:0 8px 20px #0006;transition:transform .2s ease}.card:hover{transform:translateY(-3px)}.card h3{margin-bottom:15px;color:#60a5fa}input,select{width:100%;padding:10px;margin-bottom:10px;border-radius:8px;border:none;outline:none;background:#374151;color:#fff}input::placeholder{color:#9ca3af}button{width:100%;padding:10px;border-radius:8px;border:none;background:#3b82f6;color:#fff;font-weight:700;cursor:pointer;transition:background .3s ease}button:hover{background:#2563eb}.red{color:#ef4444;font-weight:700}.green{color:#22c55e;font-weight:700}p{margin-bottom:8px}.danger{background:#dc2626}.danger:hover{background:#b91c1c}
