/* templates/default.css */
/* Default Template - Playful Organic */
body.template-default {
    background: #e6f4ea url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200" opacity="0.1"><path d="M100 20c40 0 70 30 70 70s-30 70-70 70-70-30-70-70 30-70 70-70z" fill="none" stroke="%2300c250" stroke-width="10"/></svg>') repeat;
}
.template-default #main {
    margin: 40px auto;
    max-width: 900px;
    padding: 0 20px;
}
.template-default .field {
    background: #fff;
    padding: 25px;
    margin: 15px 0;
    border-radius: 20px;
    box-shadow: 0 4px 15px rgba(0,194,80,0.2);
    border: 2px dashed #00c250;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.template-default .field:hover {
    transform: scale(1.02);
    box-shadow: 0 6px 20px rgba(0,194,80,0.3);
}
.template-default .brand {
    font-size: 36px;
    color: #00c250;
    font-family: 'Comic Sans MS', cursive;
    text-align: center;
    padding: 20px;
    background: rgba(255,255,255,0.8);
    border-radius: 15px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}
.template-default .enter-maomi {
    border-radius: 50px;
    border: 2px solid #00c250;
}