:root{--flerteja-bg:#3a3632;--flerteja-surface:#2a2725;--flerteja-text:#e8e4df;--flerteja-muted:#a09890;--flerteja-accent:#c4956a;--flerteja-accent-hover:#d4a57a;--flerteja-border:#4a4642;--flerteja-font-body:'Nunito Sans',-apple-system,BlinkMacSystemFont,sans-serif;--flerteja-font-display:'Cormorant Garamond',Georgia,serif}
.flerteja-container{max-width:640px;margin:0 auto;padding:2.5rem 1.5rem;background:var(--flerteja-bg);color:var(--flerteja-text);font-family:var(--flerteja-font-body);line-height:1.7}
.flerteja-form{background:var(--flerteja-surface);padding:2rem;border-radius:8px;border:1px solid var(--flerteja-border)}
.flerteja-intro{text-align:center;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid var(--flerteja-border)}
.flerteja-hook{font-family:var(--flerteja-font-display);font-size:1.5rem;font-weight:500;color:var(--flerteja-accent);margin-bottom:0.5rem}
.flerteja-campo{margin-bottom:1.25rem}
.flerteja-campo label{display:block;margin-bottom:0.4rem;font-weight:600;font-size:0.9rem;color:var(--flerteja-text)}
.flerteja-campo input[type="text"],.flerteja-campo input[type="email"],.flerteja-campo input[type="date"],.flerteja-campo input[type="time"]{width:100%;padding:0.75rem 1rem;background:var(--flerteja-bg);border:1px solid var(--flerteja-border);border-radius:6px;color:var(--flerteja-text);font-size:1rem;font-family:inherit;transition:border-color 0.2s,box-shadow 0.2s}
.flerteja-campo input:focus{outline:none;border-color:var(--flerteja-accent);box-shadow:0 0 0 3px rgba(196,149,106,0.15)}
.flerteja-hint{display:block;margin-top:0.3rem;font-size:0.8rem;color:var(--flerteja-muted)}
.flerteja-genero-opcoes{display:flex;gap:1rem;margin-top:0.5rem}
.flerteja-radio{display:flex;align-items:center;gap:0.4rem;cursor:pointer}
.flerteja-radio input[type="radio"]{appearance:none;width:18px;height:18px;border:2px solid var(--flerteja-border);border-radius:50%;background:var(--flerteja-bg);cursor:pointer;transition:border-color 0.2s}
.flerteja-radio input[type="radio"]:checked{border-color:var(--flerteja-accent);background:radial-gradient(circle,var(--flerteja-accent) 40%,transparent 45%)}
.flerteja-radio span{font-size:0.95rem}
.flerteja-btn{display:block;width:100%;padding:1rem;margin-top:1.5rem;background:var(--flerteja-accent);color:var(--flerteja-bg);border:none;border-radius:6px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:background-color 0.2s,transform 0.1s}
.flerteja-btn:hover{background:var(--flerteja-accent-hover)}
.flerteja-btn:active{transform:scale(0.98)}
.flerteja-privacidade{text-align:center;margin-top:1rem;font-size:0.8rem;color:var(--flerteja-muted)}
.flerteja-loading{text-align:center;padding:3rem 1rem}
.flerteja-spinner{width:48px;height:48px;border:3px solid var(--flerteja-border);border-top-color:var(--flerteja-accent);border-radius:50%;margin:0 auto 1.5rem;animation:flerteja-spin 1s linear infinite}
@keyframes flerteja-spin{to{transform:rotate(360deg)}}
.flerteja-result{margin-top:2rem}
.flerteja-abertura{text-align:center;margin-bottom:2.5rem}
.flerteja-destaque{font-family:var(--flerteja-font-display);font-size:1.3rem;font-style:italic;color:var(--flerteja-accent);margin:1.5rem 0;padding:1rem;border-left:3px solid var(--flerteja-accent);background:rgba(196,149,106,0.08)}
.flerteja-posicoes{display:flex;flex-wrap:wrap;justify-content:center;gap:0.75rem;margin:1.5rem 0}
.flerteja-posicao{background:var(--flerteja-surface);padding:0.4rem 0.8rem;border-radius:20px;font-size:0.85rem;border:1px solid var(--flerteja-border)}
.flerteja-quatro{font-family:var(--flerteja-font-display);font-size:1.2rem}
.flerteja-lema--principal,.flerteja-lema--final{text-align:center;font-family:var(--flerteja-font-display);font-size:1.4rem;font-style:italic;color:var(--flerteja-accent);padding:1.5rem;margin:2rem 0;border-top:1px solid var(--flerteja-border);border-bottom:1px solid var(--flerteja-border)}
.flerteja-secao,.flerteja-lilith{background:var(--flerteja-surface);padding:1.5rem;border-radius:8px;margin-bottom:1.5rem;border:1px solid var(--flerteja-border)}
.flerteja-secao h2,.flerteja-lilith h2{font-family:var(--flerteja-font-display);font-size:1.5rem;font-weight:500;margin-bottom:0.75rem;color:var(--flerteja-text)}
.flerteja-secao h2 .signo,.flerteja-lilith h2 .signo{color:var(--flerteja-accent)}
.flerteja-essencia{font-size:0.9rem;text-transform:uppercase;letter-spacing:0.08em;color:var(--flerteja-muted);margin-bottom:1rem}
.flerteja-lilith{border-color:var(--flerteja-accent);border-width:2px}
.flerteja-cta-taboo{background:linear-gradient(135deg,var(--flerteja-surface) 0%,rgba(196,149,106,0.1) 100%);padding:2rem;border-radius:8px;text-align:center;margin:2rem 0;border:1px solid var(--flerteja-accent)}
.flerteja-cta-taboo__intro{margin-bottom:1rem}
.flerteja-cta-taboo__lema{font-family:var(--flerteja-font-display);font-size:1.3rem;font-style:italic;color:var(--flerteja-accent);margin:1rem 0}
.flerteja-cta-taboo__destaque{font-size:1.05rem;margin:1rem 0}
.flerteja-cta-taboo__clarificacao{color:var(--flerteja-muted);font-style:italic;margin-bottom:1.5rem}
.flerteja-cta-taboo .flerteja-btn{width:auto;display:inline-block;padding:0.9rem 2rem}
.flerteja-fecho{text-align:center;padding:2rem 1rem}
.flerteja-fecho h2{font-family:var(--flerteja-font-display);font-size:1.5rem;margin-bottom:1rem;color:var(--flerteja-text)}
.flerteja-muted{color:var(--flerteja-muted)}
.flerteja-center{text-align:center}
@media(max-width:600px){.flerteja-container{padding:1.5rem 1rem}.flerteja-form{padding:1.25rem}.flerteja-hook{font-size:1.3rem}.flerteja-genero-opcoes{flex-direction:column;gap:0.75rem}.flerteja-lema--principal,.flerteja-lema--final{font-size:1.2rem}}
