/*
Theme Name: Hora de Dramear
Theme URI: https://horadedramear.com.br
Author: Repaginação Hora de Dramear
Description: Tema de blog para o Hora de Dramear — notícias, resenhas e conteúdos sobre dramas asiáticos. Paleta rosa/vinho da marca, layout responsivo, feed com filtros por categoria, busca, página de post, Sobre, Awards e Contato. Compatível com o fluxo normal de publicação do WordPress (wp-admin).
Version: 1.3.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
Text Domain: hora-de-dramear
*/

/* ==== Reset / base ==== */
*{box-sizing:border-box}
html,body{margin:0}
body{background:#fff7f4;font-family:'Hanken Grotesk',system-ui,sans-serif;color:#5a3f49;-webkit-font-smoothing:antialiased}
img{display:block;max-width:100%;height:auto}
a{text-decoration:none;color:#e60a83}
a:hover{color:#f9258d}
input,button,textarea{font-family:inherit}
::selection{background:#fde0ec;color:#500125}
h1,h2,h3,h4,h5{font-family:'Bricolage Grotesque',sans-serif}

/* ==== Layout helpers ==== */
.container{max-width:1200px;margin:0 auto;padding:0 26px}
.container-narrow{max-width:1100px;margin:0 auto;padding:0 26px}
.container-post{max-width:880px;margin:0 auto;padding:0 26px}
.dm-2{display:grid;gap:40px;align-items:center}

/* ==== Header ==== */
.site-header{background:#fff;border-bottom:1px solid #f4dde4;position:sticky;top:0;z-index:40}
.hdr-inner{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;padding:14px 26px;gap:20px}
.hdr-social{flex:1;display:flex;gap:9px}
.hdr-actions{flex:1;display:flex;justify-content:flex-end;align-items:center;gap:14px}
.hdr-logo{flex:none;display:flex}
.hdr-logo img,.hdr-logo .custom-logo{height:52px;width:auto;max-width:none;object-fit:contain}
.soc{width:32px;height:32px;border-radius:50%;border:1px solid #f2d7de;display:flex;align-items:center;justify-content:center;color:#c85a86;transition:.2s}
.soc:hover{background:#e60a83;color:#fff;border-color:transparent}
.soc svg{width:15px;height:15px}
.btn-primary{display:inline-flex;align-items:center;gap:7px;background:linear-gradient(135deg,#f9258d,#e60a83);color:#fff;padding:10px 16px;border-radius:999px;font-size:13px;font-weight:700;box-shadow:0 8px 20px -9px rgba(230,10,131,.6);transition:.2s;white-space:nowrap}
.btn-primary:hover{filter:brightness(1.06);color:#fff}
.btn-primary svg{width:14px;height:14px}

/* ==== Search ==== */
.search-form{position:relative;display:flex}
.search-form .search-field{width:170px;background:#fff6f3;border:1px solid #f0d6de;border-radius:999px;padding:9px 15px 9px 34px;color:#500125;font-size:13px;outline:none;transition:.2s}
.search-form .search-field:focus{border-color:#e60a83;box-shadow:0 0 0 3px rgba(230,10,131,.13)}
.search-form .search-icon{position:absolute;left:13px;top:9px;color:#c85a86;pointer-events:none}
.search-form .search-submit{position:absolute;left:-9999px}

/* ==== Nav ==== */
.site-nav{border-top:1px solid #f4dde4;background:#fff3ef}
.nav-inner{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:center;padding:0 26px;min-height:52px}
.nav-inner ul{display:flex;gap:8px;align-items:center;list-style:none;margin:0;padding:0;flex-wrap:wrap}
.nav-inner a{display:inline-block;font-size:12.5px;font-weight:700;letter-spacing:.05em;color:#500125;padding:7px 15px;border-radius:999px;transition:.2s;text-transform:uppercase}
.nav-inner a:hover{color:#e60a83}
.nav-inner .current-menu-item>a,.nav-inner .current_page_item>a,.nav-inner .current-menu-parent>a{color:#e60a83;background:#fde0ec}

/* ==== Chips (filtros) ==== */
.chips-wrap{padding-top:26px}
.chips{display:flex;flex-wrap:wrap;gap:8px;align-items:center}
.chips-label{font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#c85a86;margin-right:6px}
.chip{font-size:12px;font-weight:700;padding:8px 14px;border-radius:999px;border:1px solid #f0d6de;background:#fff;color:#8a6070;transition:.2s}
.chip:hover{border-color:#e60a83;color:#8a6070}
.chip-active{background:linear-gradient(135deg,#f9258d,#e60a83);color:#fff;border-color:transparent}
.chip-active:hover{color:#fff}

/* ==== Hero ==== */
.hero{padding:26px 26px 8px;display:grid;grid-template-columns:1.62fr 1fr;gap:22px}
.hero-main{position:relative;display:block}
.hero-media{position:relative;height:420px;border-radius:20px;overflow:hidden}
.cover-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.hero-flag{position:absolute;top:20px;left:22px;display:inline-flex;align-items:center;gap:6px;background:#fff;color:#e60a83;font-size:11px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;padding:7px 13px;border-radius:999px;box-shadow:0 6px 16px -6px rgba(230,10,131,.4);z-index:2}
.hero-card{position:absolute;left:24px;right:56px;bottom:22px;background:#fff;border-radius:18px;padding:20px 22px;box-shadow:0 20px 40px -18px rgba(80,1,37,.4)}
.hero-title{font-weight:700;font-size:27px;line-height:1.12;color:#500125;margin:0 0 12px}
.hero-meta{display:flex;align-items:center;gap:14px;font-size:12px;color:#a3808d}
.hero-meta span{display:inline-flex;align-items:center;gap:5px}
.hero-side{display:flex;flex-direction:column;gap:22px}
.hero-side-item{display:block}
.hero-side-media{position:relative;height:172px;border-radius:16px;overflow:hidden;margin-bottom:11px}
.hero-side-title{font-weight:700;font-size:15px;line-height:1.2;color:#500125;margin:0 0 4px}

/* ==== Badges ==== */
.cat-badge{position:absolute;top:12px;left:12px;font-size:9.5px;font-weight:800;letter-spacing:.05em;text-transform:uppercase;padding:5px 10px;border-radius:999px;background:#fff;color:#147d95;z-index:2}
.cat-badge-inline{display:inline-block;font-size:10px;font-weight:800;letter-spacing:.05em;text-transform:uppercase;padding:5px 10px;border-radius:999px;background:#fde0ec;color:#c00a70;margin-bottom:11px}
.muted-date{font-size:11px;color:#a3808d}

/* ==== Section head ==== */
.section-head{display:flex;align-items:center;gap:11px;margin:0 0 22px}
.section-head .heart{color:#e60a83;font-size:20px;line-height:1}
.section-title{font-size:19px;font-weight:700;color:#500125;font-family:'Bricolage Grotesque',sans-serif}
.result-count{font-size:12px;color:#a3808d}

/* ==== Main grid + feed ==== */
.main-grid{padding:22px 26px 42px;display:grid;grid-template-columns:1fr 320px;gap:40px}
.feed-head{display:flex;align-items:center;justify-content:space-between;margin:0 0 22px}
.cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:22px}
.card{background:#fff;border:1px solid #f4dde4;border-radius:18px;overflow:hidden;box-shadow:0 12px 30px -16px rgba(230,10,131,.2);transition:.25s}
.card:hover{transform:translateY(-4px);box-shadow:0 24px 46px -18px rgba(230,10,131,.34)}
.card-link{display:block;color:inherit}
.card-media{position:relative;height:186px}
.card-body{padding:18px 18px 20px}
.card-title{font-weight:700;font-size:17px;line-height:1.24;color:#500125;margin:0 0 10px}
.card-meta{display:flex;align-items:center;gap:12px;font-size:11px;color:#a3808d;margin-bottom:10px}
.card-meta span{display:inline-flex;align-items:center;gap:5px}
.card-excerpt{font-size:13.5px;line-height:1.55;color:#6b4a55;margin:0 0 12px}
.read-more{display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:700;color:#e60a83}
.no-results{background:#fff;border:1px dashed #f0c3d3;border-radius:18px;padding:50px 30px;text-align:center}

/* ==== Pagination ==== */
.pagination{display:flex;gap:8px;margin-top:26px;flex-wrap:wrap}
.pagination .page-numbers{min-width:38px;height:38px;padding:0 6px;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;font-weight:700;font-size:13px;background:#fff;border:1px solid #f0d6de;color:#8a6070;transition:.2s}
.pagination .page-numbers:hover{background:#fde0ec;color:#e60a83;border-color:#f6c3d8}
.pagination .page-numbers.current{background:linear-gradient(135deg,#f9258d,#e60a83);color:#fff;border-color:transparent}

/* ==== Sidebar / widgets ==== */
.sidebar .widget{background:#fff;border:1px solid #f4dde4;border-radius:18px;padding:22px;margin-bottom:22px;box-shadow:0 12px 30px -18px rgba(230,10,131,.16)}
.sidebar .widget-title,.widget-title{font-family:'Bricolage Grotesque',sans-serif;font-size:16px;font-weight:700;color:#500125;margin:0 0 15px}
.sidebar ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}
.sidebar ul li a{display:flex;align-items:center;justify-content:space-between;gap:8px;color:#6b4a55;font-size:13px;font-weight:600;padding:6px 4px;transition:.2s}
.sidebar ul li a:hover{color:#e60a83}
.widget_categories ul{flex-direction:row;flex-wrap:wrap}
.widget_categories li a,.widget_product_categories li a{background:#fde0ec;color:#c00a70;padding:7px 12px;border-radius:999px;font-size:12px}
.widget_categories li a:hover{background:#e60a83;color:#fff}
.widget_categories .cat-count{font-weight:800;font-size:11px;opacity:.55}
.recent-post{display:flex;gap:12px;align-items:center;color:#500125!important;font-weight:600!important}
.recent-post .thumb{width:54px;height:54px;flex:none;border-radius:11px;overflow:hidden;position:relative}
.newsletter{background:linear-gradient(140deg,#500125,#7a1a52)!important;border:none!important}
.newsletter .widget-title{color:#fff}
.newsletter p{font-size:12.5px;color:#e6b9c8;margin:0 0 14px;line-height:1.5}
.newsletter input{width:100%;background:rgba(255,255,255,.1);border:1px solid rgba(252,116,153,.35);border-radius:10px;padding:11px 13px;color:#fff;font-size:13px;outline:none;margin-bottom:9px}
.newsletter button{width:100%;background:linear-gradient(135deg,#f9258d,#e60a83);border:none;color:#fff;padding:11px;border-radius:10px;font-weight:700;font-size:13px;cursor:pointer}
.ig-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:7px}
.ig-grid a{aspect-ratio:1;border-radius:9px;overflow:hidden;position:relative;transition:.2s}
.ig-grid a:hover{opacity:.82}

/* ==== Single post ==== */
.post-wrap{max-width:880px;margin:0 auto;padding:30px 26px 8px}
.back-link{display:inline-flex;align-items:center;gap:7px;font-size:12.5px;font-weight:700;color:#c85a86;margin-bottom:20px;transition:.2s}
.back-link:hover{gap:11px;color:#c85a86}
.post-card{background:#fff;border:1px solid #f4dde4;border-radius:22px;padding:38px 40px;box-shadow:0 18px 44px -22px rgba(230,10,131,.22)}
.crumbs{font-size:12px;color:#a3808d;margin-bottom:18px}
.post-title{font-weight:800;font-size:38px;line-height:1.12;color:#500125;margin:0 0 22px}
.post-meta{display:flex;align-items:center;justify-content:space-between;padding-bottom:22px;margin-bottom:26px;border-bottom:1px solid #f2dbe2;flex-wrap:wrap;gap:14px}
.post-author{display:flex;align-items:center;gap:13px;font-size:12.5px;color:#a3808d}
.avatar-badge{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#f9258d,#209dbb);display:flex;align-items:center;justify-content:center;font-family:'Fredoka';font-weight:600;font-size:13px;color:#fff}
.share-row{display:flex;gap:8px}
.share-row a{width:34px;height:34px;border-radius:50%;background:#fde0ec;display:flex;align-items:center;justify-content:center;color:#c00a70;transition:.2s}
.share-row a:hover{background:#e60a83;color:#fff}
.post-cover{height:380px;border-radius:18px;overflow:hidden;margin-bottom:28px;position:relative}
.post-content{font-size:16.5px;line-height:1.78;color:#5a3f49}
.post-content p{margin:0 0 22px}
.post-content h2{font-weight:700;font-size:24px;color:#500125;margin:30px 0 13px}
.post-content blockquote{background:#fdece4;border-radius:16px;padding:24px 26px;margin:26px 0;font-family:'Bricolage Grotesque',sans-serif;font-size:19px;line-height:1.4;color:#500125;font-weight:600}
.post-content img{border-radius:14px;margin:10px 0}
.post-content a{color:#e60a83;text-decoration:underline}
.tag-row{display:flex;flex-wrap:wrap;gap:8px;padding:22px 0;border-top:1px solid #f2dbe2;border-top:1px solid #f2dbe2;border-bottom:1px solid #f2dbe2}
.tag-chip{font-size:12px;font-weight:600;padding:6px 12px;border-radius:999px;background:#fde0ec;color:#c00a70;transition:.2s}
.tag-chip:hover{background:#e60a83;color:#fff}
.author-box{display:flex;gap:16px;align-items:center;padding:22px;margin-top:26px;border-radius:16px;background:#fdece4}
.author-box .avatar-badge{width:58px;height:58px;font-size:18px;flex:none}
.related{margin-top:34px;max-width:880px;margin-left:auto;margin-right:auto;padding:0 26px}
.related-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:18px}

/* ==== Page (genérica) ==== */
.page-hero{background:linear-gradient(135deg,#ffd9e6,#f9a8d0 55%,#e879b0)}
.page-hero .inner{max-width:1100px;margin:0 auto;padding:52px 26px 58px}
.page-title{font-weight:800;font-size:clamp(30px,6vw,44px);line-height:1.06;color:#500125;margin:0}
.page-body{max-width:1100px;margin:0 auto;padding:44px 26px 56px}
.page-body p{font-size:16px;line-height:1.75}

/* ==== FAQ ==== */
.faq{max-width:820px;margin:0 auto;padding:52px 26px 56px}
.faq-item{background:#fff;border:1px solid #f4dde4;border-radius:14px;overflow:hidden;box-shadow:0 10px 26px -20px rgba(230,10,131,.18);margin-bottom:10px}
.faq-q{cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:14px;padding:16px 20px;font-family:'Bricolage Grotesque',sans-serif;font-weight:700;font-size:14.5px;color:#500125}
.faq-q .sign{color:#e60a83;font-size:20px;flex:none}
.faq-a{display:none;padding:0 20px 18px;font-size:14px;line-height:1.6;color:#6b4a55}
.faq-item.open .faq-a{display:block}

/* ==== Contact ==== */
.form-card{background:#fff;border:1px solid #f4dde4;border-radius:22px;padding:32px 30px;box-shadow:0 18px 44px -24px rgba(230,10,131,.24)}
.form-card label{display:block;font-size:12.5px;font-weight:700;color:#8a6070;margin-bottom:6px}
.form-card input,.form-card textarea{width:100%;background:#fff6f3;border:1px solid #f0d6de;border-radius:10px;padding:12px 14px;color:#500125;font-size:14px;outline:none;transition:.2s;margin-bottom:16px}
.form-card input:focus,.form-card textarea:focus{border-color:#e60a83;box-shadow:0 0 0 3px rgba(230,10,131,.13)}
.form-card textarea{resize:vertical}
.form-submit{background:linear-gradient(135deg,#f9258d,#e60a83);border:none;color:#fff;padding:13px 30px;border-radius:12px;font-weight:700;font-size:14px;cursor:pointer;box-shadow:0 12px 26px -12px rgba(230,10,131,.6);transition:.2s}
.form-submit:hover{filter:brightness(1.06)}
.form-ok{background:#dcf5e4;color:#1f7a45;border-radius:12px;padding:14px 16px;font-size:14px;font-weight:600;margin-bottom:18px}

/* ==== Footer ==== */
.site-footer{background:#500125;margin-top:20px}
.footer-bar{height:4px;background:linear-gradient(90deg,#e60a83,#f9258d 35%,#209dbb 70%,#f6bba4)}
.footer-inner{max-width:1200px;margin:0 auto;padding:44px 26px;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:40px}
.footer-inner h5{font-size:14px;font-weight:700;color:#ffe9f2;margin:0 0 15px}
.footer-brand{display:flex;align-items:center;gap:12px;margin-bottom:14px}
.footer-brand img{width:48px;height:48px;object-fit:contain}
.footer-brand .name{font-family:'Fredoka',sans-serif;font-weight:600;font-size:21px;color:#ffe9f2}
.footer-desc{font-size:13px;line-height:1.6;color:#d9a6bb;margin:0 0 18px;max-width:320px}
.footer-col ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:11px}
.footer-col ul a{font-size:13px;color:#e6b9c8;transition:.2s}
.footer-col ul a:hover{color:#f9258d}
.footer-soc{display:flex;gap:11px}
.footer-soc a{width:36px;height:36px;border-radius:50%;border:1px solid rgba(246,187,164,.3);display:flex;align-items:center;justify-content:center;color:#f6bba4;transition:.2s}
.footer-soc a:hover{background:#e60a83;color:#fff;border-color:transparent}
.footer-soc svg{width:16px;height:16px}
.footer-note{border-top:1px solid rgba(246,187,164,.15)}
.footer-note div{max-width:1200px;margin:0 auto;padding:18px 26px;text-align:center;font-size:11.5px;color:#c48fa4}

/* ==== Responsive ==== */
@media (max-width:900px){
 .hdr-inner{flex-wrap:wrap;justify-content:center;gap:14px}
 .hdr-social,.hdr-actions{flex:1 1 100%;justify-content:center}
 .nav-inner{overflow-x:auto;justify-content:flex-start;-webkit-overflow-scrolling:touch}
 .nav-inner ul{flex-wrap:nowrap}
 .hero,.main-grid,.dm-2{grid-template-columns:1fr!important}
 .hero-card{position:static;box-shadow:none;padding:16px 0 0}
 .hero-media{height:260px}
 .sidebar{order:2}
 .post-card{padding:26px 22px}
 .post-title{font-size:28px}
}
@media (max-width:560px){
 .search-form .search-field{width:130px}
 .container,.container-narrow,.container-post{padding:0 16px}
}

/* ==== Votação ==== */
.vote-page{max-width:960px;margin:0 auto;padding:38px 22px 80px}
.vote-hero{background:#fff;border:1px solid #f4dde4;border-radius:24px;padding:32px 34px;box-shadow:0 24px 60px -34px rgba(230,10,131,.34);margin-bottom:26px}
.vote-badges{display:flex;gap:9px;align-items:center;flex-wrap:wrap;margin-bottom:17px}
.badge{display:inline-flex;align-items:center;gap:7px;font-weight:800;font-size:12px;padding:6px 13px;border-radius:999px}
.badge-open{background:#e9f9ef;color:#1f9d57}
.badge-open .dot{width:8px;height:8px;border-radius:50%;background:#25b866}
.badge-closed{background:#f3e7ee;color:#8a5a74}
.badge-soon{background:#fff2e6;color:#c9781f}
.badge-deadline{background:#fff2f7;color:#c00a70;font-weight:700}
.vote-title{font-family:'Bricolage Grotesque',sans-serif;font-weight:800;font-size:clamp(28px,5vw,40px);line-height:1.04;color:#500125;margin:0 0 13px;letter-spacing:-.01em}
.vote-intro{font-size:15.5px;line-height:1.62;max-width:660px;margin:0 0 22px;color:#6b4a55}
.vote-intro p{margin:0 0 12px}
.vote-metarow{display:flex;gap:14px;flex-wrap:wrap}
.vote-prize{flex:1;min-width:230px;background:linear-gradient(135deg,#fff2f7,#ffe6f0);border:1px solid #f6cfe0;border-radius:16px;padding:16px 18px;display:flex;gap:13px;align-items:flex-start}
.vote-prize-ic{flex:none;width:40px;height:40px;border-radius:11px;background:linear-gradient(135deg,#f9258d,#e60a83);color:#fff;display:flex;align-items:center;justify-content:center}
.vote-prize-t{display:block;font-family:'Bricolage Grotesque',sans-serif;font-weight:800;font-size:14px;color:#500125;margin-bottom:3px}
.vote-prize-d{font-size:13px;line-height:1.5;color:#8a6070}
.vote-rules{flex:1;min-width:230px;background:#fbf4f6;border:1px dashed #e7bccd;border-radius:16px;padding:16px 18px}
.vote-rules-list{display:flex;flex-direction:column;gap:5px;font-size:12.5px;color:#8a6070;font-weight:600;margin-top:8px}
.vote-banner{background:linear-gradient(135deg,#500125,#7a1a52);color:#fff;border-radius:20px;padding:22px 26px;margin-bottom:24px;display:flex;gap:15px;align-items:center}
.vote-banner-ic{flex:none;width:46px;height:46px;border-radius:50%;background:rgba(255,255,255,.14);display:flex;align-items:center;justify-content:center}
.vote-banner-t{display:block;font-family:'Bricolage Grotesque',sans-serif;font-weight:800;font-size:19px;margin-bottom:2px}
.vote-banner-d{font-size:13.5px;color:#e6b9c8}
.vote-alert{border-radius:14px;padding:14px 18px;margin-bottom:22px;font-size:13.5px;font-weight:600}
.vote-alert-info{background:#fff4f9;border:1px solid #f6cfe0;color:#8a3a63}
.vote-alert-err{background:#fdecec;border:1px solid #f3c5c5;color:#c0392b}
.vote-soon,.vote-hidden{background:#fff;border:1px solid #f4dde4;border-radius:16px;padding:22px;text-align:center;font-size:14px;color:#8a6070;margin-bottom:22px}
.vote-total{font-size:13px;color:#a3808d;margin:0 0 16px;text-align:center}
.vote-total strong{color:#c00a70}
.vote-progress-card{background:#fff;border:1px solid #f4dde4;border-radius:16px;padding:15px 20px;margin-bottom:22px;display:flex;align-items:center;gap:16px}
.vote-progress-label{font-size:12.5px;font-weight:800;color:#c00a70;white-space:nowrap}
.vote-progress{flex:1;height:9px;background:#fde0ec;border-radius:999px;overflow:hidden}
.vote-progress-bar{display:block;height:100%;width:0;background:linear-gradient(90deg,#f9258d,#e60a83);border-radius:999px;transition:width .4s ease}
.vote-cat{background:#fff;border:1px solid #f4dde4;border-radius:20px;padding:24px 26px;margin-bottom:20px;box-shadow:0 16px 38px -30px rgba(230,10,131,.24)}
.vote-cat-head{display:flex;align-items:center;gap:12px;margin-bottom:19px}
.vote-cat-num{flex:none;width:34px;height:34px;border-radius:10px;background:#fde0ec;color:#c00a70;font-family:'Bricolage Grotesque',sans-serif;font-weight:800;display:flex;align-items:center;justify-content:center;font-size:15px}
.vote-cat-title{font-family:'Bricolage Grotesque',sans-serif;font-weight:800;font-size:21px;color:#500125;margin:0}
.vote-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:13px}
.nominee{position:relative;display:block;cursor:pointer}
.nominee input{position:absolute;opacity:0;width:0;height:0}
.nominee-card{display:flex;flex-direction:column;gap:9px;background:#fff;border:2px solid #f4dde4;border-radius:16px;padding:11px;transition:transform .16s,border-color .16s,box-shadow .16s,background .16s;box-shadow:0 6px 16px -12px rgba(230,10,131,.16)}
.nominee:hover .nominee-card{transform:translateY(-3px)}
.nominee input:checked + .nominee-card{border-color:#e60a83;background:#fff4f9;box-shadow:0 14px 28px -14px rgba(230,10,131,.5)}
.nominee input:focus-visible + .nominee-card{outline:2px solid #e60a83;outline-offset:2px}
.nominee-photo{position:relative;aspect-ratio:3/4;border-radius:11px;overflow:hidden;display:flex;align-items:center;justify-content:center;color:rgba(255,255,255,.92);font-family:'Bricolage Grotesque',sans-serif;font-weight:800;font-size:36px}
.nominee-photo .cover-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.nominee-initial{position:relative}
.nominee-check{position:absolute;top:7px;right:7px;width:25px;height:25px;border-radius:50%;background:#fff;color:#e60a83;display:none;align-items:center;justify-content:center;font-size:14px;font-weight:900;box-shadow:0 3px 9px rgba(0,0,0,.2)}
.nominee input:checked + .nominee-card .nominee-check{display:flex;animation:hddpop .3s ease}
@keyframes hddpop{0%{transform:scale(.5);opacity:0}60%{transform:scale(1.18)}100%{transform:scale(1);opacity:1}}
.nominee-name{font-family:'Bricolage Grotesque',sans-serif;font-weight:800;font-size:13.5px;color:#500125;line-height:1.2}
.nominee-sub{font-size:11.5px;color:#a3808d;font-weight:600}
.vote-row{display:flex;align-items:center;gap:13px;padding:9px 11px;border-radius:13px;margin-bottom:7px;border:1px solid transparent}
.vote-row-win{background:#fff4f9;border-color:#f6cfe0}
.vote-rphoto{position:relative;width:44px;height:56px;flex:none;border-radius:9px;overflow:hidden;display:flex;align-items:center;justify-content:center;color:rgba(255,255,255,.92);font-family:'Bricolage Grotesque',sans-serif;font-weight:800;font-size:18px}
.vote-rphoto .cover-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.vote-rmain{flex:1;min-width:0}
.vote-rtop{display:flex;justify-content:space-between;align-items:baseline;gap:10px;margin-bottom:6px}
.vote-rname{display:flex;align-items:center;gap:8px;min-width:0;font-family:'Bricolage Grotesque',sans-serif;font-weight:700;color:#500125;font-size:14px}
.vote-row-win .vote-rname{font-weight:800;color:#c00a70}
.vote-rtag{flex:none;font-size:9.5px;font-weight:800;letter-spacing:.05em;text-transform:uppercase;background:#fde0ec;color:#c00a70;padding:2px 8px;border-radius:999px}
.vote-rpct{flex:none;font-family:'Bricolage Grotesque',sans-serif;font-weight:800;font-size:14px;color:#c00a70}
.vote-track{display:block;height:9px;background:#fde0ec;border-radius:999px;overflow:hidden}
.vote-bar{display:block;height:100%;width:0;background:linear-gradient(90deg,#f6a2c8,#e879ac);border-radius:999px;transition:width .9s cubic-bezier(.2,.85,.25,1)}
.vote-bar-win{background:linear-gradient(90deg,#f9258d,#e60a83)}
.vote-form{background:#fff;border:1px solid #f4dde4;border-radius:20px;padding:26px 28px;box-shadow:0 16px 38px -30px rgba(230,10,131,.24)}
.vote-form-t{font-family:'Bricolage Grotesque',sans-serif;font-weight:800;font-size:20px;color:#500125;margin:0 0 5px}
.vote-form-d{font-size:13.5px;color:#8a6070;margin:0 0 18px}
.vote-form-fields{display:flex;gap:12px;flex-wrap:wrap}
.vote-input{flex:1;min-width:200px;background:#fff7f4;border:1.5px solid #f0d6de;border-radius:12px;padding:13px 15px;font-size:14px;color:#500125;outline:none;transition:border-color .16s}
.vote-input:focus{border-color:#e60a83}
.vote-submit{width:100%;margin-top:16px;background:linear-gradient(135deg,#f9258d,#e60a83);color:#fff;border:none;border-radius:14px;padding:16px;font-weight:800;font-size:15.5px;cursor:pointer;box-shadow:0 16px 32px -12px rgba(230,10,131,.55);transition:filter .16s}
.vote-submit:hover{filter:brightness(1.06)}
.vote-submit:disabled{opacity:.7;cursor:default}
.vote-note{font-size:11.5px;color:#b79aa6;margin:13px 0 0;text-align:center}
@media (max-width:560px){
 .vote-page{padding:24px 14px 60px}
 .vote-hero{padding:24px 20px;border-radius:20px}
 .vote-cat{padding:20px 18px}
 .vote-form{padding:22px 20px}
}


/* ==== Listagem de Votações (arquivo) ==== */
.polls-wrap{max-width:1080px;margin:0 auto;padding:44px 22px 80px}
.polls-head{text-align:center;margin-bottom:36px}
.polls-title{font-family:'Bricolage Grotesque',sans-serif;font-weight:800;font-size:clamp(30px,5vw,44px);line-height:1.05;color:#500125;margin:0 0 10px;display:flex;align-items:center;justify-content:center;gap:11px}
.polls-title .heart{color:#e60a83;font-size:.8em;line-height:1}
.polls-sub{font-size:15px;color:#8a6070;margin:0;max-width:560px;margin:0 auto}
.polls-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:20px}
.poll-card{display:flex;flex-direction:column;background:#fff;border:1px solid #f4dde4;border-radius:20px;padding:24px 24px 22px;text-decoration:none;box-shadow:0 16px 38px -30px rgba(230,10,131,.24);transition:transform .18s ease,box-shadow .18s ease}
.poll-card:hover{transform:translateY(-4px);box-shadow:0 26px 54px -30px rgba(230,10,131,.42)}
.poll-card-top{margin-bottom:14px}
.poll-card-title{font-family:'Bricolage Grotesque',sans-serif;font-weight:800;font-size:21px;line-height:1.18;color:#500125;margin:0 0 10px}
.poll-card-desc{font-size:13.5px;line-height:1.55;color:#8a6070;margin:0 0 16px}
.poll-card-meta{display:flex;flex-wrap:wrap;gap:7px 15px;font-size:12.5px;color:#a3808d;font-weight:600;margin:0 0 18px}
.poll-card-cta{margin-top:auto;display:inline-flex;align-items:center;gap:7px;font-weight:800;font-size:13.5px;color:#c00a70}
.poll-card:hover .poll-card-cta{color:#e60a83}
@media(max-width:560px){.polls-grid{grid-template-columns:1fr}}
