/* templates/dark.css */
/* Dark Template - Cosmic Elegance */
body.template-dark {
    background: #1a1a2e url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10 10"><circle cx="5" cy="5" r="1" fill="rgba(255,255,255,0.1)"/></svg>') repeat;
    color: #e0e0e0;
}
.template-dark #main {
    margin: 50px auto;
    max-width: 950px;
    padding: 0 20px;
}
.template-dark .field {
    background: #16213e;
    padding: 25px;
    margin: 15px 0;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.5);
    border: 1px solid rgba(255,255,255,0.1);
    transition: transform 0.3s ease;
}
.template-dark .field:hover {
    transform: translateY(-5px);
}
.template-dark .brand {
    font-size: 38px;
    color: #00c250;
    font-family: 'Courier New', monospace;
    text-align: center;
    padding: 20px;
    background: radial-gradient(circle, rgba(255,255,255,0.05) 0%, transparent 70%);
}
.template-dark .field .title { color: #fff; }
.template-dark .c_black { color: #bbb; }
.template-dark .enter-maomi {
    border: 1px solid #00c250;
    background: rgba(0,194,80,0.1);
}