@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Lora:ital,wght@0,600;0,700;1,600&family=Manrope:wght@700;800&display=swap');
:root{--bg:#100d18;--surface:#191522;--surface2:#241d31;--line:#342b42;--text:#faf6fb;--muted:#b9afc0;--pink:#ef4f88;--purple:#9c55e8;font-family:'DM Sans',sans-serif;color-scheme:dark}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--text)}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}button,input,select,textarea{font:inherit}button{cursor:pointer}main{min-height:65vh}.brand{font:700 23px 'Playfair Display'}.brand span,.chat-link{color:var(--pink)}.site-header{height:74px;padding:0 max(22px,calc((100% - 1180px)/2));display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);background:#100d18e8;backdrop-filter:blur(14px);position:sticky;top:0;z-index:50}.site-header nav{display:flex;align-items:center;gap:27px;color:var(--muted)}.pill{padding:10px 17px;border:1px solid var(--pink);border-radius:999px;color:#fff}.menu-btn{display:none;border:0;background:none;color:#fff;font-size:24px}.hero{max-width:1180px;min-height:620px;margin:auto;padding:65px 24px;display:grid;grid-template-columns:1.1fr .9fr;align-items:center}.eyebrow{font-size:12px;font-weight:700;letter-spacing:.17em;color:#ef74a3}.hero h1,.page-hero h1,.legal h1{font:700 clamp(48px,6vw,80px)/1 'Playfair Display';margin:18px 0 24px}.hero-copy>p,.page-hero p,.legal p,.card-body>p,.profile-info>p{color:var(--muted);line-height:1.7}.hero-copy>p{font-size:19px}.hero-actions{display:flex;align-items:center;gap:24px;margin-top:30px}.btn{display:inline-flex;justify-content:center;align-items:center;border:0;border-radius:999px;padding:13px 23px;background:linear-gradient(135deg,var(--pink),var(--purple));color:white;font-weight:700}.btn.secondary{background:transparent;border:1px solid var(--line)}.btn-wide{width:100%;margin-top:20px}.trust{display:flex;gap:18px;flex-wrap:wrap;color:var(--muted);font-size:13px;margin-top:38px}.hero-art{position:relative;height:500px}.orb{position:absolute;border-radius:50%}.orb-a{width:330px;height:330px;background:#d83b7870;right:5px;top:45px}.orb-b{width:250px;height:250px;background:#713bd870;left:15px;bottom:0}.phone{position:absolute;width:285px;height:475px;right:70px;top:5px;border:8px solid #312b39;border-radius:42px;background:#e9e3db;color:#252128;box-shadow:0 25px 70px #0008;padding:75px 16px 18px;transform:rotate(4deg)}.phone:before{content:'';position:absolute;top:10px;left:88px;width:95px;height:23px;border-radius:20px;background:#211d25}.phone-head{position:absolute;top:45px;left:0;right:0;padding:10px 18px;background:#075e54;color:#fff}.bubble{background:#fff;border-radius:9px;padding:11px;margin:14px 0}.bubble.mine{background:#d9fdd3;margin-left:28px}.typing{width:max-content;background:#fff;border-radius:12px;padding:6px 15px;color:#888}.benefits{max-width:1180px;margin:auto;display:grid;grid-template-columns:repeat(3,1fr);border-block:1px solid var(--line)}.benefits article{padding:34px;border-right:1px solid var(--line)}.benefits article:last-child{border:0}.benefits b{font-size:28px;color:var(--pink)}.benefits p{color:var(--muted)}.section{max-width:1180px;margin:auto;padding:85px 24px}.section-head,.toolbar,.card-title{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:28px}.section h2,.newsletter h2{font:700 42px 'Playfair Display';margin:8px 0}.profiles-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.profile-card{background:var(--surface);border:1px solid var(--line);border-radius:18px;overflow:hidden;transition:.2s}.profile-card:hover{transform:translateY(-5px);border-color:#75506c}.photo-wrap{height:305px;background:linear-gradient(145deg,#4a344d,#241c32);position:relative;overflow:hidden}.photo-wrap img{width:100%;height:100%;object-fit:cover}.photo-placeholder{height:100%;display:grid;place-items:center;font:700 100px 'Playfair Display';color:#ffffff30}.online{display:inline-block;background:#173b29;color:#65e89b;border:1px solid #286746;padding:5px 9px;border-radius:999px;font-size:11px}.photo-wrap>.online{position:absolute;bottom:12px;left:12px}.card-body{padding:20px}.card-body h3{font:700 23px 'Playfair Display';margin:0}.profession{color:#ef74a3!important}.newsletter{max-width:1130px;margin:15px auto 85px;padding:45px 50px;border-radius:26px;background:linear-gradient(135deg,#35182d,#221a3b);display:flex;justify-content:space-between;align-items:center;gap:25px}.newsletter form{display:flex;gap:10px;min-width:430px}.newsletter input,.filters input,.filters select,.form-grid input,.form-grid select,.form-grid textarea,.inline-form input,.login-card input{width:100%;background:#100d18;border:1px solid var(--line);border-radius:10px;color:#fff;padding:12px 14px}footer{max-width:1180px;margin:auto;padding:45px 24px;border-top:1px solid var(--line);display:grid;grid-template-columns:1fr auto;gap:22px;color:var(--muted)}footer nav{display:flex;gap:20px}footer small{grid-column:1/-1}.page-hero{max-width:1180px;margin:auto;padding:85px 24px 25px}.page-hero h1{font-size:62px}.filters{display:grid;grid-template-columns:2fr repeat(3,1fr) auto;gap:10px;padding:18px;background:var(--surface);border:1px solid var(--line);border-radius:16px}.result-count{color:var(--muted)}.empty{text-align:center;padding:100px 20px}.profile-page{max-width:1100px;margin:auto;padding:40px 24px 85px}.back{color:var(--muted)}.profile-layout{display:grid;grid-template-columns:1fr 1fr;gap:58px;margin-top:28px}.main-photo{height:580px;border-radius:24px;overflow:hidden;background:linear-gradient(145deg,#4b344f,#241c31);display:grid;place-items:center}.main-photo img{width:100%;height:100%;object-fit:cover}.main-photo>span{font:700 155px 'Playfair Display';color:#ffffff30}.gallery{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:12px}.gallery img{aspect-ratio:1;object-fit:cover;border-radius:10px}.profile-info h1{font:700 48px 'Playfair Display';margin:18px 0 8px}.tags{display:flex;gap:8px;flex-wrap:wrap;margin-top:22px}.tags span{background:var(--surface2);padding:7px 11px;border-radius:999px;color:var(--muted)}.notice{background:#271f34;border:1px solid #4b3e5e;border-radius:11px;padding:14px;color:#d5ccdd;line-height:1.55;margin-top:22px}.legal{max-width:820px;margin:auto;padding:95px 24px}.legal h1{font-size:58px}.legal h2{margin-top:40px}.chat-shell{width:min(740px,calc(100% - 28px));height:min(710px,calc(100vh - 110px));margin:22px auto;border-radius:20px;overflow:hidden;display:flex;flex-direction:column;background:#e9e3db;color:#222}.chat-shell>header{height:72px;background:#075e54;color:#fff;display:flex;align-items:center;gap:12px;padding:10px 16px}.chat-avatar{width:44px;height:44px;border-radius:50%;background:#a64c70;display:grid;place-items:center;font-weight:700}.chat-shell small{display:block;color:#d8eee9}.ai-disclosure{text-align:center;font-size:12px;background:#fff6c9;padding:8px}.messages{flex:1;overflow-y:auto;padding:20px;background-image:radial-gradient(#0001 1px,transparent 1px);background-size:18px 18px}.message{max-width:76%;width:max-content;padding:10px 12px;border-radius:8px;margin:7px 0}.message.character{background:#fff}.message.user{background:#d9fdd3;margin-left:auto}.chat-shell>form{display:flex;gap:8px;padding:10px;background:#eee}.chat-shell>form input{flex:1;border:0;border-radius:999px;background:#fff;color:#222;padding:13px 18px}.chat-shell>form button{width:46px;border:0;border-radius:50%;background:#075e54;color:#fff}.installer,.admin-login{min-height:100vh;display:grid;place-items:center;padding:28px}.install-card,.login-card{width:min(680px,100%);background:var(--surface);border:1px solid var(--line);border-radius:18px;padding:34px}.login-card{max-width:420px}.form-grid{display:grid;gap:17px}.form-grid.two{grid-template-columns:1fr 1fr}.form-grid label,.login-card label{display:grid;gap:7px;color:var(--muted)}.form-grid .full{grid-column:1/-1}.form-grid hr{grid-column:1/-1;width:100%;border:0;border-top:1px solid var(--line)}textarea{resize:vertical}.success,.error{padding:13px;border-radius:10px;margin:15px 0}.success{background:#153c2b;color:#75e7a8}.error{background:#4a1f2a;color:#ff9bab}.admin{display:grid;grid-template-columns:250px 1fr;min-height:100vh}.admin-side{height:100vh;position:sticky;top:0;padding:28px 20px;border-right:1px solid var(--line);display:flex;flex-direction:column}.admin-side nav{display:grid;gap:6px;margin-top:45px}.admin-side nav a{padding:12px;border-radius:9px;color:var(--muted)}.admin-side nav a.active{background:var(--surface2);color:#fff}.admin-side>a:last-child{margin-top:auto}.admin-main{padding:36px;max-width:1300px;width:100%;margin:auto}.admin-main>header{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px}.admin-main h1{font:700 36px 'Playfair Display';margin:4px 0}.admin-card{background:var(--surface);border:1px solid var(--line);border-radius:16px;padding:25px;margin-bottom:20px}.table-wrap{overflow-x:auto}table{width:100%;border-collapse:collapse}th,td{text-align:left;padding:14px;border-bottom:1px solid var(--line)}td small{display:block;color:var(--muted)}.status{padding:5px 9px;border-radius:999px;background:#382b33}.status.on{background:#173b29;color:#65e89b}.actions{display:flex;gap:14px}.actions form{display:inline}.actions button,.admin-gallery button{border:0;background:transparent;color:#ff7891}.checks,.inline-form{display:flex;gap:16px;align-items:center}.admin-gallery{display:flex;gap:12px;flex-wrap:wrap;margin-top:24px}.admin-gallery img{width:100px;height:100px;object-fit:cover;border-radius:8px}.ad{max-width:1180px;margin:15px auto;text-align:center}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}
@media(max-width:900px){.hero{grid-template-columns:1fr}.hero-art{display:none}.profiles-grid{grid-template-columns:repeat(2,1fr)}.benefits{grid-template-columns:1fr}.newsletter{margin-inline:20px;display:block}.newsletter form{min-width:0;margin-top:22px}.filters{grid-template-columns:1fr 1fr}.profile-layout{grid-template-columns:1fr}.admin{grid-template-columns:1fr}.admin-side{position:static;height:auto;flex-direction:row;gap:20px;overflow:auto}.admin-side nav{display:flex;margin:0}.admin-side>a:last-child{margin:0}}
@media(max-width:620px){.site-header{height:66px}.menu-btn{display:block}.site-header nav{display:none;position:absolute;top:66px;left:0;right:0;padding:20px;background:var(--surface);flex-direction:column}.site-header nav.open{display:flex}.hero{min-height:auto}.hero h1{font-size:48px}.hero-actions{align-items:flex-start;flex-direction:column}.trust{display:grid}.benefits{margin:20px;border:1px solid var(--line);border-radius:16px}.section{padding:60px 18px}.profiles-grid{grid-template-columns:1fr}.photo-wrap{height:390px}.newsletter{padding:34px 22px}.newsletter form{display:grid}.filters{grid-template-columns:1fr}.page-hero h1,.legal h1{font-size:46px}.main-photo{height:470px}footer{display:block}footer nav{margin:25px 0;flex-wrap:wrap}.form-grid.two{grid-template-columns:1fr}.form-grid .full{grid-column:auto}.admin-side{align-items:flex-start;flex-direction:column}.admin-side nav{width:100%;overflow:auto}.admin-main{padding:18px}.admin-main>header{align-items:flex-start}}

/* Chat em tela cheia, inspirado na experiência do WhatsApp */
.chat-fullscreen{position:fixed;inset:0;z-index:200;width:100%;height:100dvh;margin:0;border:0;border-radius:0;box-shadow:none;background:#efeae2}
.chat-fullscreen .wa-header{height:68px;min-height:68px;padding:8px 16px;background:#075e54;box-shadow:0 1px 3px #0004}
.wa-back{display:grid;place-items:center;width:32px;height:44px;font-size:26px}.chat-fullscreen .chat-avatar{width:46px;height:46px;overflow:hidden;background:#bf416c}.chat-fullscreen .chat-avatar img{width:100%;height:100%;object-fit:cover}.wa-person{min-width:0;flex:1}.wa-person strong{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:16px}.wa-person small{font-size:12px}.wa-actions{display:flex;align-items:center;gap:3px}.wa-actions button,.wa-emoji{border:0;background:transparent;color:white;font-size:23px;padding:8px 10px}.chat-fullscreen .messages{padding:22px max(18px,calc((100% - 980px)/2));background-color:#efeae2;background-image:linear-gradient(#ffffff35,#ffffff35),radial-gradient(#857e751b 1.2px,transparent 1.2px);background-size:auto,19px 19px}.wa-day{width:max-content;margin:0 auto 16px;padding:6px 12px;border-radius:8px;background:#e1f2fb;color:#58646b;font-size:12px;box-shadow:0 1px 1px #0002}.chat-fullscreen .message{position:relative;max-width:min(72%,650px);padding:9px 12px;border-radius:8px;font-size:15px;line-height:1.42;box-shadow:0 1px 1px #0003}.chat-fullscreen .message.character{background:#fff;border-top-left-radius:2px}.chat-fullscreen .message.user{background:#d9fdd3;border-top-right-radius:2px}.chat-fullscreen>form{min-height:62px;padding:8px max(10px,calc((100% - 1080px)/2));background:#f0f2f5}.chat-fullscreen>form input{height:46px}.chat-fullscreen .wa-emoji{color:#667781;font-size:25px}.chat-fullscreen .wa-send{width:46px;height:46px;flex:0 0 46px}.wa-typing{display:flex!important;gap:4px;align-items:center;height:38px;min-width:58px}.wa-typing i{display:block;width:7px;height:7px;border-radius:50%;background:#90989d;animation:waBounce 1.1s infinite ease-in-out}.wa-typing i:nth-child(2){animation-delay:.14s}.wa-typing i:nth-child(3){animation-delay:.28s}@keyframes waBounce{0%,60%,100%{transform:translateY(0)}30%{transform:translateY(-5px)}}
@media(max-width:620px){.chat-fullscreen .wa-header{padding:7px 8px}.wa-actions button{padding:7px}.wa-actions button:first-child{display:none}.chat-fullscreen .messages{padding:16px 10px}.chat-fullscreen .message{max-width:84%}.chat-fullscreen>form{padding:7px}.chat-fullscreen .wa-emoji{display:none}}

/* Identidade Momento Diário Devocional */
:root{--bg:#07131f;--surface:#0d2030;--surface2:#153044;--line:#24465a;--text:#f8fbfd;--muted:#a9bdc9;--pink:#ff6b5f;--purple:#f4b942}
body{background:radial-gradient(circle at 82% 0,#123b54 0,transparent 34%),var(--bg)}
.brand,.hero h1,.page-hero h1,.legal h1,.section h2,.newsletter h2,.card-body h3,.profile-info h1,.admin-main h1{font-family:'Manrope',sans-serif;letter-spacing:-.04em}
.site-header{background:#07131fe8}.eyebrow,.profession{color:#f4b942!important}.btn{background:linear-gradient(135deg,#ff6b5f,#f28b45);box-shadow:0 10px 28px #ff6b5f26}.pill{border-color:#ff6b5f}.orb-a{background:#ff6b5f70}.orb-b{background:#f4b94255}.phone{border-color:#173b51;box-shadow:0 25px 80px #000b}.phone-head,.chat-shell>header,.chat-shell>form button,.chat-fullscreen .wa-header{background:#0b6370}.benefits article b{font:800 18px 'Manrope';color:#f4b942}.profile-card:hover{border-color:#ff6b5f;box-shadow:0 18px 45px #0005}.photo-wrap,.main-photo{background:linear-gradient(145deg,#224d61,#122536)}.newsletter{background:linear-gradient(135deg,#153f52,#342a25)}
@media(max-width:600px){.site-header{height:66px}.hero{min-height:auto}.hero-actions{align-items:flex-start;flex-direction:column;gap:14px}.benefits article{padding:26px 22px}.chat-shell{height:100dvh}}

/* Tema editorial inspirado na referência Caminho da Fé */
:root{--bg:#02070b;--surface:#07131c;--surface2:#0b1a25;--line:#21303c;--text:#f4f7fa;--muted:#a9b9c8;--pink:#bed9ef;--purple:#dbeaf6}
body{background:#02070b;color:var(--text);font-family:'DM Sans',sans-serif}
.site-header{height:68px;background:#02070bf2;border-bottom:1px solid #20303b;padding-inline:max(22px,calc((100% - 1120px)/2))}
.brand{font:700 22px 'Lora',serif;letter-spacing:-.02em}.brand:before{content:'✦';display:inline-grid;place-items:center;margin-right:10px;color:#c8e3f7;font-family:serif}.brand span,.chat-link{color:inherit}
.site-header nav{gap:29px;font-size:14px;color:#c5d1dc}.site-header nav a:hover{color:#fff}.pill{padding:10px 18px;background:#c7def0;color:#06101a!important;border:0;font-weight:700}
.hero{max-width:1120px;min-height:auto;padding:70px 0 38px;display:grid;grid-template-columns:1.35fr .65fr;border-bottom:1px solid #1a2934}.hero-art{display:none}.hero h1,.page-hero h1,.legal h1,.section h2,.newsletter h2,.card-body h3,.profile-info h1,.admin-main h1{font-family:'Lora',serif;letter-spacing:-.035em}.hero h1{font-size:clamp(40px,5vw,64px);font-style:italic;margin:14px 0 12px}.hero-copy>p{font-size:17px;margin:0;max-width:720px}.eyebrow{display:inline-block;width:max-content;padding:7px 13px;border:1px solid #30414d;border-radius:999px;color:#bcd5e8!important;font-size:11px}.hero-actions{position:absolute;right:max(22px,calc((100% - 1120px)/2));margin-top:-68px}.hero-actions .btn{background:#c7def0;color:#06101a;box-shadow:none}.hero-actions .text-link{padding:12px 21px;border:1px solid #536270;border-radius:999px}.trust{display:none}
.ad{border:1px dashed #29404f;border-radius:16px;min-height:112px;display:grid;place-items:center;background:#061019;color:#91a8ba;margin-block:32px}
.section{max-width:1120px;padding:34px 0 70px}.section-head{align-items:end;margin-bottom:30px}.section h2{font-size:36px;margin:10px 0}.section-head>a{font-size:14px;color:#c7def0}.profiles-grid{gap:18px}.profile-card{background:#061019;border:1px solid #243542;border-radius:12px}.profile-card:hover{border-color:#89aac1;box-shadow:0 15px 45px #0008}.photo-wrap{height:292px;background:#0b1b26}.card-body{padding:18px}.card-body h3{font-size:21px}.profession{color:#bad4e6!important}.online{background:#0b3026;border-color:#1d6047;color:#7fe1b0}
.benefits{max-width:1120px;border-color:#1f303b;gap:0}.benefits article{background:#050d14;border-color:#1f303b}.benefits b{color:#bcd8eb;font-size:13px}.benefits h3{font:700 21px 'Lora',serif}
.page-hero{max-width:1120px;padding:65px 0 28px}.page-hero h1{font-size:52px;font-style:italic}.legal{max-width:850px}.legal h1{font-style:italic}.profile-page{max-width:1120px}.main-photo{background:#0b1b26}.btn{background:#c7def0;color:#06101a;box-shadow:none}.btn:hover{background:#e4f1fa}.newsletter{background:#07141d;border:1px solid #263a48}.newsletter input,.filters input,.filters select,.form-grid input,.form-grid select,.form-grid textarea,.inline-form input,.login-card input{background:#02080d}
footer{max-width:1120px;border-color:#1f303b}.admin{--bg:#07131f;--surface:#0d2030;--surface2:#153044;--line:#24465a;--text:#f8fbfd;--muted:#a9bdc9;--pink:#ff6b5f;background:#07131f}.admin .brand:before{display:none}.admin .brand{font-family:'Manrope',sans-serif}.admin .btn{background:#ff765d;color:#fff}
@media(max-width:1160px){.hero,.section,.page-hero{margin-inline:24px}.hero-actions{right:24px}}
@media(max-width:760px){.brand{font-size:18px}.brand:before{margin-right:6px}.hero{padding-top:48px;display:block}.hero-actions{position:static;margin-top:25px}.section{padding-block:28px 55px}.page-hero{padding-top:48px}.profiles-grid{grid-template-columns:1fr 1fr}.photo-wrap{height:280px}}
@media(max-width:520px){.profiles-grid{grid-template-columns:1fr}.hero h1{font-size:42px}.hero-actions{flex-direction:column}.hero-actions a{width:100%}.photo-wrap{height:390px}}
.ad-modal{display:none;position:fixed;inset:0;z-index:9999;align-items:center;justify-content:center;padding:18px;background:#000d;backdrop-filter:blur(5px)}.ad-modal.is-visible{display:flex}.ad-modal-box{position:relative;width:min(760px,100%);max-height:92vh;overflow:auto;padding:46px 20px 22px;border:1px solid #304452;border-radius:18px;background:#030a10;box-shadow:0 30px 100px #000}.ad-modal-title{position:absolute;top:17px;left:20px;font-size:11px;font-weight:700;letter-spacing:.16em;color:#8fa6b8}.ad-modal-close{position:absolute;top:10px;right:12px;width:36px;height:36px;border:1px solid #405462;border-radius:50%;background:#14222c;color:#9db0bf;font-weight:700}.ad-modal-close.ready{background:#c7def0;color:#06101a;cursor:pointer}.ad-modal-close:disabled{cursor:not-allowed}.ad-modal .ad{margin:0;min-height:260px;border:0}.ad-countdown{text-align:center;color:#9fb1bf;font-size:12px;margin:12px 0 0}

.article-suggestion{display:grid!important;gap:7px;border-left:4px solid #0b6370!important}.article-suggestion span{font-size:13px;color:#55636b}.article-suggestion a{font-weight:700;color:#075e54;text-decoration:underline}.ad-modal.is-visible .ad{display:block;min-height:260px;width:100%}


/* codex-preloader-videowall-v2 */
.site-preloader{position:fixed;inset:0;z-index:12000;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;background:radial-gradient(circle at 50% 42%,#292416 0,#12141b 44%,#08090d 100%);color:#f4ead5;opacity:1;visibility:visible;transition:opacity .4s ease,visibility .4s ease}.site-preloader.is-hidden{opacity:0;visibility:hidden;pointer-events:none}.preloader-brand{display:grid;place-items:center;width:64px;height:64px;border:1px solid #d7ad6280;border-radius:50%;background:#d7ad6214;color:#d7ad62;font-size:27px;box-shadow:0 0 42px #d7ad6226}.preloader-track{position:relative;width:118px;height:3px;overflow:hidden;border-radius:999px;background:#ffffff17}.preloader-track i{position:absolute;inset:0;width:42%;border-radius:inherit;background:linear-gradient(90deg,transparent,#d7ad62,#f4dcae);animation:codexPreloaderSlide .9s ease-in-out infinite}.site-preloader>span{font:700 11px/1.2 system-ui,sans-serif;letter-spacing:.16em;text-transform:uppercase;color:#bcb4a5}@keyframes codexPreloaderSlide{from{transform:translateX(-110%)}to{transform:translateX(340%)}}
.codex-vw-progress{height:6px;margin:14px 3px 0;border-radius:999px;background:#ffffff1c;overflow:hidden;box-shadow:inset 0 1px 2px #0008}.codex-vw-progress>i{display:block;height:100%;width:0;border-radius:inherit;background:linear-gradient(90deg,#b8862d,#f0cf8a);box-shadow:0 0 14px #d7ad6280;transition:width 5s linear}.codex-vw-label{text-align:center;min-height:18px;margin:11px 0 0;color:#aaa;font:600 12px/1.4 system-ui,sans-serif}.ad-modal-close.codex-ready,[data-ad-close].codex-ready{cursor:pointer!important}.ad-modal-close:disabled,[data-ad-close]:disabled{cursor:not-allowed!important}@media(prefers-reduced-motion:reduce){.site-preloader,.preloader-track i,.codex-vw-progress>i{animation:none;transition:none}}
/* Biblioteca de artigos */
.article-library,.article-page{padding:42px 0 72px}.articles-hero{padding:42px;border:1px solid #dfd8c8;border-radius:24px;background:linear-gradient(135deg,rgba(180,134,45,.14),transparent);margin-bottom:26px}.articles-hero h1,.article-header h1{font-size:clamp(2rem,5vw,3.5rem);line-height:1.08}.eyebrow,.article-card>span,.article-header>span{font-size:.75rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:#a87922}.category-chips{display:flex;flex-wrap:wrap;gap:9px;margin-bottom:28px}.category-chips a{padding:9px 13px;border:1px solid #ddd;border-radius:999px;text-decoration:none;color:inherit}.category-chips a.active{background:#a87922;color:#fff}.articles-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.article-card{padding:24px;border:1px solid #e3ded2;border-radius:18px;background:var(--card,#fff);display:flex;flex-direction:column}.article-card a{text-decoration:none;color:inherit}.article-card p{line-height:1.6;flex:1}.article-read{font-weight:800;color:#a87922!important}.article-header{max-width:900px}.article-title-ad{margin:28px 0}.ad-label{text-align:center;font-size:.65rem;letter-spacing:.14em}.article-content{max-width:820px;font-size:1.08rem;line-height:1.85}.article-content h2{margin-top:2rem}.article-disclaimer{padding:16px;border-left:4px solid #a87922;background:rgba(180,134,45,.08)}.article-vote{margin:48px 0;padding:28px;border:1px solid #ddd;border-radius:22px;background:rgba(180,134,45,.07);display:grid;grid-template-columns:1.2fr 1fr;gap:24px}.vote-profile{display:flex;align-items:center;gap:13px;flex-wrap:wrap}.vote-profile img{width:64px;height:64px;object-fit:cover;border-radius:50%}.vote-profile div{display:flex;flex-direction:column}.vote-success{padding:11px;border-radius:999px;background:#dff7e6;color:#176b31;font-weight:800}.related-articles>div{display:grid;gap:10px}.related-articles a{padding:14px;border:1px solid #ddd;border-radius:12px;text-decoration:none;color:inherit}@media(max-width:850px){.articles-grid,.article-vote{grid-template-columns:1fr}.articles-hero{padding:28px}}
/* Blog de artigos — cards com capas somente na listagem */
.article-library{padding:46px 20px 80px!important;max-width:1180px!important;margin:0 auto!important}
.article-library .articles-hero{padding:44px!important;border:1px solid rgba(255,255,255,.13)!important;border-radius:26px!important;background:linear-gradient(135deg,rgba(236,81,155,.17),rgba(86,44,110,.3))!important;margin-bottom:26px!important;box-shadow:0 18px 50px rgba(0,0,0,.14)!important}
.article-library .articles-hero h1{margin:.55rem 0 .7rem!important;font-size:clamp(2rem,5vw,3.7rem)!important;line-height:1.04!important}
.article-library .category-chips{display:flex!important;flex-wrap:wrap!important;gap:9px!important;margin:0 0 30px!important}
.article-library .category-chips a{display:inline-flex!important;gap:5px!important;align-items:center!important;padding:10px 15px!important;border:1px solid rgba(255,255,255,.17)!important;border-radius:999px!important;text-decoration:none!important;color:inherit!important;background:rgba(255,255,255,.06)!important}
.article-library .category-chips a.active{background:#ec519b!important;color:#fff!important;border-color:#ec519b!important}
.article-library .articles-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:24px!important}
.article-library .article-card{padding:0!important;overflow:hidden!important;border:1px solid rgba(255,255,255,.13)!important;border-radius:22px!important;background:#fff!important;color:#21152a!important;display:flex!important;flex-direction:column!important;box-shadow:0 16px 38px rgba(0,0,0,.18)!important;transition:transform .25s ease,box-shadow .25s ease!important}
.article-library .article-card:hover{transform:translateY(-6px)!important;box-shadow:0 24px 46px rgba(0,0,0,.25)!important}
.article-library .article-cover{display:block!important;aspect-ratio:16/10!important;overflow:hidden!important;background:#29152e!important}
.article-library .article-cover img{width:100%!important;height:100%!important;display:block!important;object-fit:cover!important;transition:transform .45s ease!important}
.article-library .article-card:hover .article-cover img{transform:scale(1.045)!important}
.article-library .article-card-body{display:flex!important;flex:1!important;flex-direction:column!important;padding:22px 22px 24px!important}
.article-library .article-card-body>span{font-size:.72rem!important;font-weight:900!important;letter-spacing:.11em!important;text-transform:uppercase!important;color:#c4337e!important}
.article-library .article-card h2{font-size:1.27rem!important;line-height:1.28!important;margin:10px 0!important}
.article-library .article-card h2 a{color:#21152a!important;text-decoration:none!important}
.article-library .article-card p{line-height:1.6!important;color:#665a6d!important;margin:0 0 18px!important;flex:1!important}
.article-library .article-read{display:inline-flex!important;align-items:center!important;justify-content:space-between!important;color:#b3236b!important;text-decoration:none!important;font-weight:900!important;border-top:1px solid #eee7f0!important;padding-top:15px!important}
@media(max-width:920px){.article-library .articles-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}
@media(max-width:620px){.article-library{padding:26px 15px 60px!important}.article-library .articles-hero{padding:28px 22px!important}.article-library .articles-grid{grid-template-columns:1fr!important;gap:18px!important}.article-library .article-card h2{font-size:1.2rem!important}}

.article-page{width:min(100% - 32px,960px)!important;max-width:960px!important;margin:0 auto!important;padding:46px 0 80px!important;box-sizing:border-box!important}
.article-page>a:first-child{display:inline-flex!important;align-items:center!important;margin:0 0 28px!important;color:#f1ddea!important;text-decoration:none!important;font-weight:800!important}
.article-page .article-header{width:100%!important;max-width:820px!important;margin:0 auto!important;text-align:center!important}
.article-page .article-header>span{display:inline-block!important;margin-bottom:16px!important;color:#ec519b!important}
.article-page .article-header h1{max-width:820px!important;margin:0 auto 22px!important;font-size:clamp(2.25rem,5vw,4.25rem)!important;line-height:1.07!important;text-wrap:balance!important}
.article-page .article-header p{max-width:720px!important;margin:0 auto!important;font-size:1.08rem!important;line-height:1.75!important;color:#dfd2e3!important}
.article-page .article-title-ad{width:100%!important;max-width:900px!important;margin:38px auto!important;text-align:center!important;overflow:hidden!important}
.article-page .article-title-ad .ad,.article-page .article-title-ad iframe{margin-left:auto!important;margin-right:auto!important;max-width:100%!important}
.article-page .ad-label{text-align:center!important;margin-bottom:10px!important}
.article-page .article-content{width:100%!important;max-width:780px!important;margin:0 auto!important;font-size:1.1rem!important;line-height:1.9!important;color:#f6eff8!important}
.article-page .article-content>p:first-child{font-size:1.18rem!important;line-height:1.85!important}
.article-page .article-content h2{margin:2.25rem 0 .8rem!important;font-size:clamp(1.45rem,3vw,2rem)!important;line-height:1.25!important}
.article-page .article-content p{margin:0 0 1.35rem!important}
.article-page .article-disclaimer,.article-page .article-vote,.article-page .related-articles{width:100%!important;max-width:780px!important;margin-left:auto!important;margin-right:auto!important;box-sizing:border-box!important}
.article-page .article-vote{margin-top:48px!important}.article-page .related-articles{margin-top:42px!important}
@media(max-width:640px){.article-page{width:min(100% - 28px,960px)!important;padding:30px 0 60px!important}.article-page .article-header{text-align:left!important}.article-page .article-header h1{font-size:clamp(2rem,10vw,3rem)!important;text-wrap:wrap!important}.article-page .article-header p{font-size:1rem!important}.article-page .article-content{font-size:1.02rem!important;line-height:1.8!important}.article-page .article-title-ad{margin:28px auto!important}}

.relationship-quiz{width:min(100% - 28px,760px);margin:28px auto 70px;color:#21152a}.quiz-profile{display:flex;align-items:center;gap:12px;background:linear-gradient(135deg,#4e2445,#281934);color:#fff;padding:14px 18px;border-radius:20px 20px 0 0;box-shadow:0 14px 45px #0003}.quiz-profile>a{font-size:26px;color:#fff;text-decoration:none}.quiz-profile strong,.quiz-profile small{display:block}.quiz-profile small{color:#ead7e5;margin-top:3px}.quiz-avatar{width:50px;height:50px;border-radius:50%;overflow:hidden;background:#c94b89;display:grid;place-items:center;font-weight:900}.quiz-avatar img{width:100%;height:100%;object-fit:cover}.quiz-progress-wrap{padding:20px 24px;background:#fff}.quiz-progress-meta{display:flex;justify-content:space-between;font-size:.82rem;color:#766878;margin-bottom:9px}.quiz-progress-track{height:8px;background:#eee7ef;border-radius:999px;overflow:hidden}.quiz-progress-track i{display:block;height:100%;width:12%;background:linear-gradient(90deg,#e54592,#9e4bd0);border-radius:999px;transition:.3s}.quiz-card{background:#fff;padding:34px;border-radius:0 0 22px 22px;box-shadow:0 20px 55px #0003}.quiz-kicker{font-size:.73rem;font-weight:900;letter-spacing:.13em;color:#c32e78}.quiz-card h1{font-size:clamp(1.65rem,4vw,2.45rem);line-height:1.18;margin:10px 0 22px;color:#21152a}.quiz-ad-box{border:1px solid #e4dce6;background:#faf7fb;border-radius:16px;padding:12px;margin:0 0 22px;text-align:center;overflow:hidden}.quiz-ad-box>span{display:block;font-size:.62rem;letter-spacing:.14em;color:#887b8b;margin-bottom:9px}.quiz-ad-box .ad{margin:0 auto!important;max-width:100%!important}.quiz-options{display:grid;gap:11px}.quiz-option{width:100%;display:grid;grid-template-columns:22px 1fr auto;align-items:center;gap:12px;padding:16px;border:1px solid #e3dbe5;border-radius:14px;background:#fff;color:#2b1b2d;text-align:left;cursor:pointer;font-size:1rem;transition:.18s}.quiz-option:hover,.quiz-option.selected{border-color:#dd4b91;background:#fff1f8;transform:translateY(-1px)}.quiz-option>span{width:18px;height:18px;border:2px solid #c7b9ca;border-radius:50%}.quiz-option.selected>span{border:5px solid #dd4b91}.quiz-option em{font-size:24px;color:#bd3c7c}.quiz-analyzing,.quiz-result{text-align:center;border-radius:22px}.quiz-analyzing p,.quiz-result p{color:#6f6172;line-height:1.65}.quiz-loader{display:flex;justify-content:center;gap:8px;margin:6px 0 24px}.quiz-loader i{width:13px;height:13px;border-radius:50%;background:#d33e85;animation:quizPulse 1s infinite alternate}.quiz-loader i:nth-child(2){animation-delay:.2s}.quiz-loader i:nth-child(3){animation-delay:.4s}@keyframes quizPulse{to{transform:translateY(-10px);opacity:.4}}.quiz-result-icon{display:grid;place-items:center;width:74px;height:74px;margin:0 auto 18px;border-radius:50%;background:#e3f8e9;color:#218844;font-size:38px;font-weight:900}.quiz-final-button{margin-top:18px;border:0;cursor:pointer}@media(max-width:600px){.relationship-quiz{width:100%;margin:0 auto 45px}.quiz-profile,.quiz-card{border-radius:0}.quiz-card{padding:25px 17px}.quiz-progress-wrap{padding:17px}.quiz-ad-box{padding:9px;margin-bottom:18px}.quiz-option{padding:15px 13px}}
