
/*
Theme Name: TXKode Platform
Author: TXKode
Description: AI & Cybersecurity Platform Theme
Version: 5.0
*/

body{
margin:0;
font-family:Inter,Arial,sans-serif;
background:#0b0f17;
color:#e6edf3;
}

header{
display:flex;
justify-content:space-between;
align-items:center;
padding:20px 40px;
border-bottom:1px solid #1c2333;
background:#05070c;
}

nav a{
margin-left:20px;
color:#00e5ff;
text-decoration:none;
font-weight:600;
}

.hero{
position:relative;
height:520px;
display:flex;
align-items:center;
justify-content:center;
flex-direction:column;
text-align:center;
overflow:hidden;
}

#gridbg{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
z-index:0;
}

.hero-content{
position:relative;
z-index:2;
}

.hero h1{
font-size:64px;
margin:0;
}

.hero p{
color:#9aa4b2;
font-size:20px;
}

.btn{
background:#00e5ff;
color:#000;
padding:14px 28px;
border-radius:6px;
margin-top:20px;
display:inline-block;
font-weight:700;
}

.container{
max-width:1100px;
margin:auto;
padding:70px 20px;
}

.grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
gap:30px;
}

.card{
background:#05070c;
border:1px solid #1c2333;
border-radius:10px;
padding:30px;
transition:0.3s;
}

.card:hover{
border-color:#00e5ff;
transform:translateY(-3px);
}

input,select{
width:100%;
padding:12px;
margin:10px 0;
background:#020409;
border:1px solid #1c2333;
color:#e6edf3;
}

button{
background:#00e5ff;
border:none;
padding:12px 18px;
border-radius:6px;
cursor:pointer;
font-weight:600;
}

pre{
background:#020409;
padding:20px;
border-radius:6px;
overflow:auto;
}

footer{
text-align:center;
padding:40px;
border-top:1px solid #1c2333;
color:#6e7681;
}
