/*
Theme Name: Nudeinn Submit
Version: 1.1
*/

body{
background:#0b0f14;
color:#e5e7eb;
font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto;
margin:0;
}

.container{
max-width:980px;
margin:auto;
padding:40px 20px;
}

.card{
background:#111827;
border-radius:14px;
padding:32px 34px;
}

label{
display:block;
margin-top:18px;
font-weight:600;
}

input,textarea{
width:100%;
padding:12px;
margin-top:6px;
border-radius:8px;
border:1px solid #374151;
background:#020617;
color:white;
box-sizing:border-box;
}

textarea{
min-height:120px;
}

button{
margin-top:20px;
padding:14px;
background:#2563eb;
border:none;
border-radius:10px;
color:white;
font-weight:600;
cursor:pointer;
}

button:hover{
background:#1d4ed8;
}

.languages{
display:flex;
flex-wrap:wrap;
gap:10px;
margin-top:10px;
align-items:flex-start;
}

.lang{
display:inline-flex;
align-items:center;
justify-content:flex-start;
gap:6px;
background:#020617;
padding:6px 10px;
border-radius:6px;
border:1px solid #1f2937;
cursor:pointer;
width:auto;
min-width:0;
margin-top:0;
font-weight:600;
line-height:1.35;
}

.lang:hover{
border-color:#374151;
background:#030712;
}

.lang input{
width:auto;
margin:0;
margin-right:4px;
padding:0;
flex:0 0 auto;
}

.counter{
font-size:12px;
opacity:.7;
margin-top:4px;
text-align:right;
padding-right:2px;
}

.counter.error{
color:#ef4444;
}

.error-text{
color:#ef4444;
font-size:13px;
margin-top:4px;
display:none;
}

.cf-turnstile{
margin-top:24px;
margin-bottom:10px;
}

footer{
text-align:center;
margin-top:40px;
opacity:.6;
}

footer a{
color:#e5e7eb;
text-decoration:none;
}

footer a:hover{
text-decoration:underline;
}