:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,sans-serif;color:#27152f;background:#fbf8fc}*{box-sizing:border-box}body{margin:0}header{height:76px;display:flex;align-items:center;justify-content:space-between;padding:0 max(5vw,24px);background:#fff;border-bottom:1px solid #eadfed}header img{width:58px;height:58px;object-fit:contain}nav{display:flex;gap:24px}a{color:#4a2358;text-decoration:none;font-weight:700}.hero{padding:70px max(6vw,24px) 42px;background:linear-gradient(135deg,#351542,#63306f);color:#fff}.hero span,.result-head span{font-size:.78rem;letter-spacing:.16em;text-transform:uppercase;font-weight:800}.hero h1{font-size:clamp(2.2rem,6vw,4.4rem);max-width:850px;margin:.25em 0}.hero p{max-width:760px;font-size:1.08rem;line-height:1.7;color:#f0e5f3}.card,.results{max-width:1050px;margin:34px auto;padding:30px;background:#fff;border:1px solid #eadfed;border-radius:22px;box-shadow:0 14px 50px rgba(54,20,65,.08)}.grid{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}.wide{grid-column:1/-1}label,legend{font-weight:700;font-size:.9rem}input{width:100%;margin-top:7px;padding:13px;border:1px solid #d8c7dc;border-radius:11px;font:inherit}fieldset{border:0;padding:24px 0 8px;margin:0}legend small{font-weight:500}.patterns{display:flex;gap:10px;flex-wrap:wrap;margin-top:10px}.patterns label{border:1px solid #ddcfe1;border-radius:999px;padding:8px 13px}.patterns input{width:auto;margin:0 5px 0 0}button{border:0;border-radius:12px;padding:13px 18px;background:#4b2258;color:#fff;font-weight:800;cursor:pointer}.status{min-height:24px}.result-head h2{font-size:2rem;margin:.2em 0}.tabs{display:flex;gap:8px;border-bottom:1px solid #eadfed;margin:26px 0 20px}.tab{background:transparent;color:#63306f;border-radius:10px 10px 0 0}.tab.active{background:#efe5f2}.panel{display:none}.panel.active{display:block}.section-title{display:flex;justify-content:space-between;align-items:center;gap:15px}.section-title span{font-size:.78rem;font-weight:800;background:#f0e8f2;padding:6px 10px;border-radius:999px}.items{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.item,.empty{padding:20px;border:1px solid #eadfed;border-radius:16px;background:#fdfbfd}.item h3{margin:.45em 0}.subtitle{color:#765e7c}.badges{display:flex;gap:6px;flex-wrap:wrap}.badges span{font-size:.72rem;background:#e8f4eb;color:#235b32;padding:5px 8px;border-radius:999px;font-weight:800}.whatsapp{margin-top:28px;padding:20px;border-radius:16px;background:#f4eef6}.whatsapp pre{white-space:pre-wrap;font-family:inherit;line-height:1.55}.disclaimer{margin-top:25px;padding-top:20px;border-top:1px solid #eadfed;color:#6d5a72;font-size:.9rem;line-height:1.6}footer{text-align:center;padding:35px;color:#725f77}@media(max-width:760px){.grid{grid-template-columns:repeat(2,1fr)}.items{grid-template-columns:1fr}.card,.results{margin:18px 14px;padding:20px}.hero{padding-top:48px}.tabs{overflow-x:auto}.section-title{align-items:flex-start;flex-direction:column}}