:root{
    --yellow:#ffe100;
    --yellow-2:#ffd500;
    --yellow-soft:#fff36a;
    --black:#050505;
    --black-2:#101010;
    --orange:#ff5a1b;
    --orange-2:#ff7a22;
    --white:#fff;
    --muted:#2a2400;
    --line:rgba(255,225,0,.72);
    --radius:14px;
    --site-max:1288px;
    --shadow:0 18px 40px rgba(0,0,0,.26);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Arial,Helvetica,sans-serif;background:var(--yellow);color:var(--black);overflow-x:hidden}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
button,input,select,textarea{font:inherit}
main{min-height:60vh;background:var(--yellow)}
.site-container,.container{width:min(var(--site-max),100%);margin-inline:auto;padding-inline:24px}
.full-bleed{width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw)}
.sr-only,.visually-hidden{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.alert{margin:14px 0;padding:14px 16px;border-radius:12px;font-weight:900}.alert-success{background:#d6ffd7;color:#073e0a}.alert-error{background:#ffe1df;color:#7e120c}.alert-info{background:#fff6b0;color:#4d4200}

/* Header público: sem card flutuante e sem botão Gerenciar no menu */
.site-header{height:96px;background:var(--yellow);position:relative;z-index:50;color:#fff;isolation:isolate}
.site-header:before{content:"";position:absolute;top:0;bottom:0;left:max(350px,calc((100vw - var(--site-max))/2 + 350px));right:0;background:linear-gradient(180deg,#151515,#040404);border-bottom-left-radius:34px;box-shadow:0 12px 26px rgba(0,0,0,.36);z-index:0}
.home-page .site-header{position:absolute;left:0;right:0;top:0;background:transparent}.home-page .site-header:before{box-shadow:0 14px 30px rgba(0,0,0,.34)}
.header-shell{width:min(var(--site-max),100%);height:96px;margin:0 auto;position:relative;display:flex;align-items:center;justify-content:flex-end;padding:0 58px 0 355px;z-index:1}
.brand-logo{position:absolute;left:32px;top:18px;width:285px;height:198px;display:flex;align-items:flex-start;justify-content:center;z-index:3;border-radius:0;background:transparent;box-shadow:none;overflow:visible}
.brand-logo img{width:100%;height:100%;object-fit:contain;filter:none}
.site-nav{display:flex;align-items:center;justify-content:flex-end;gap:36px;font-weight:1000;font-size:17px;white-space:nowrap;height:96px;position:relative;z-index:2}
.site-nav a{display:inline-flex;align-items:center;gap:9px;position:relative;height:96px;color:#fff;text-shadow:0 1px 0 rgba(0,0,0,.35);transition:.18s ease}.site-nav a span{font-weight:1000;color:#fff}.site-nav a.active{color:var(--yellow)}.site-nav a.active span{color:var(--yellow)}.site-nav a.active:after,.site-nav a:hover:after{content:"";position:absolute;left:0;right:0;bottom:0;height:5px;border-radius:999px;background:var(--orange)}
.nav-toggle{display:none;position:absolute;right:18px;top:28px;border:1px solid var(--yellow);background:#0a0a0a;color:var(--yellow);border-radius:8px;padding:9px 12px;font-weight:1000;z-index:10}

/* Hero full width recriado em HTML/CSS */
.home-hero{position:relative;min-height:535px;background:var(--yellow);overflow:hidden;box-shadow:inset 0 4px 0 rgba(0,0,0,.1)}
.home-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(105deg,rgba(255,240,0,.98) 0%,rgba(255,225,0,.98) 45%,rgba(255,225,0,.78) 62%,rgba(255,225,0,.25) 100%);z-index:0}.home-hero:after{content:"";position:absolute;right:-8vw;bottom:-90px;width:56vw;height:190px;background:#050505;transform:rotate(-8deg);z-index:1;opacity:.98}
.hero-rider{position:absolute;right:0;top:92px;width:min(62vw,850px);height:430px;object-fit:cover;object-position:center top;z-index:1;pointer-events:none;user-select:none}
.hero-stage{position:relative;z-index:2;width:min(var(--site-max),100%);margin:0 auto;min-height:535px;padding:210px 24px 50px}.hero-copy{max-width:520px}.hero-title{margin:0;text-transform:uppercase;line-height:.86;font-family:Impact,Haettenschweiler,'Arial Narrow Bold',sans-serif;letter-spacing:.02em}.hero-title span{display:block}.hero-title-top{font-size:clamp(3.2rem,5vw,5.4rem);color:#070707;font-style:italic}.hero-title-middle{display:inline-block!important;width:max-content;background:#050505;color:#fff;font-size:clamp(3.8rem,6.2vw,6.8rem);padding:.04em .14em .08em;margin:3px 0 5px;transform:skew(-6deg);box-shadow:15px 0 0 #050505,-10px 0 0 #050505}.hero-title-bottom{font-size:clamp(2rem,3.4vw,3.5rem);color:#070707;font-style:italic}.hero-copy p{margin:23px 0 16px;font-weight:900;line-height:1.42;color:#101000;font-size:1.08rem}.hero-cta{font-size:1.05rem;border-radius:7px;padding:15px 22px}.slider-dots{position:absolute;left:50%;bottom:22px;transform:translateX(-50%);display:flex;gap:9px;z-index:4}.slider-dots span{width:15px;height:15px;border-radius:50%;background:#fff;box-shadow:0 2px 4px rgba(0,0,0,.25)}.slider-dots .active{background:var(--orange)}

/* Cards da home */
.home-section{background:var(--yellow);padding:18px 0 34px}.home-destaques{padding-top:0}.feature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;align-items:stretch}.feature-card,.content-card{background:linear-gradient(180deg,#fff46e,#ffe22a 60%,#ffd727);border:1px solid rgba(0,0,0,.24);border-radius:12px;box-shadow:0 16px 30px rgba(0,0,0,.16);overflow:hidden;min-height:100%}.feature-head,.card-head{min-height:58px;background:linear-gradient(180deg,#151515,#050505);color:var(--yellow);display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 18px;font-weight:1000;text-transform:uppercase}.feature-head span,.card-head span{display:inline-flex;align-items:center;gap:9px}.feature-head a{font-size:10px;text-decoration:underline;color:var(--yellow);font-weight:1000}.feature-img,.card-image{height:190px;background:#111;overflow:hidden;display:flex;align-items:center;justify-content:center;color:var(--yellow);font-size:4rem}.feature-img img,.card-image img{width:100%;height:100%;object-fit:cover}.feature-body,.card-body{padding:16px 17px 20px}.feature-body h3,.card-body h3{margin:0 0 7px;font-size:1.05rem;line-height:1.15}.feature-body p,.card-body p{font-weight:800;line-height:1.35;margin:0 0 13px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:0;border-radius:8px;padding:13px 18px;font-weight:1000;text-transform:uppercase;cursor:pointer;line-height:1;color:#fff;background:#111}.btn-primary{background:linear-gradient(180deg,var(--orange-2),var(--orange));color:#fff;box-shadow:0 8px 18px rgba(255,90,22,.32)}.btn-dark{background:#050505;color:var(--yellow);border:1px solid var(--yellow)}.btn-outline{background:transparent;color:#050505;border:2px solid var(--orange)}.small-btn{font-size:.85rem;padding:9px 11px;border-radius:8px}.btn-block{width:100%}.event-img{position:relative}.date-badge{position:absolute;left:14px;bottom:12px;background:var(--orange);color:#fff;border-radius:5px;padding:8px 10px;text-align:center;font-weight:1000;line-height:1;text-transform:uppercase;box-shadow:0 8px 18px rgba(0,0,0,.24)}.date-badge span{display:block;font-size:2rem}.mini-meta{font-size:.8rem;font-weight:1000;margin:-2px 0 13px;color:#312800}

/* Painéis presença/controle */
.panels-section{padding-top:0;padding-bottom:28px}.home-panels{display:grid;grid-template-columns:1fr 1fr;gap:18px}.panel-dark,.presenca-panel,.admin-preview{background:linear-gradient(180deg,#121212 0,#050505 100%);border:1px solid var(--line);border-radius:15px;padding:24px;color:#fff;box-shadow:var(--shadow);overflow:hidden}.panel-title{display:flex;align-items:center;gap:12px;margin:0 0 8px;color:var(--yellow);font-size:1.5rem;font-weight:1000;text-transform:uppercase}.panel-title .icon{font-size:2rem;line-height:1}.panel-dark p,.presenca-panel p,.admin-preview p{font-weight:800;margin:0 0 15px;color:#fff;line-height:1.45}.presence-box{background:linear-gradient(180deg,#fff477,#ffdf24);border:1px solid rgba(0,0,0,.18);border-radius:10px;padding:18px;margin:16px 0;color:#050505;display:grid;grid-template-columns:46px 1fr;gap:14px;align-items:center}.presence-box .presence-icon{font-size:2rem}.presence-box label{display:block;font-weight:1000;margin:0 0 8px}.presence-box select{width:100%;border:1px solid rgba(0,0,0,.25);border-radius:7px;padding:12px;background:#fff;color:#111;font-weight:700}.presence-actions{grid-column:2;display:flex;justify-content:center;margin-top:8px}.stat-box{margin-top:16px;border:1px solid var(--line);border-radius:12px;padding:20px;display:flex;align-items:center;gap:22px;color:#fff;background:#090909}.stat-box .big-icon{font-size:3rem;color:var(--yellow)}.stat-box strong{display:block;color:var(--yellow);font-size:2.55rem;line-height:1}.stat-box span{font-weight:1000;color:var(--yellow);text-transform:uppercase}.stat-box small{display:block;margin-top:4px;font-size:1rem;color:#fff}.lock-line{display:inline-block;margin-top:4px;color:#fff;font-weight:900}.admin-shortcuts{display:grid;grid-template-columns:repeat(6,1fr);gap:12px;margin-top:18px}.admin-shortcuts a{min-height:112px;border:1px solid var(--line);border-radius:10px;background:#080808;color:#fff;font-weight:1000;text-transform:uppercase;text-align:center;padding:15px 10px;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:8px;grid-column:span 2}.admin-shortcuts a:nth-child(4),.admin-shortcuts a:nth-child(5){grid-column:span 3}.admin-shortcuts .tile-icon{font-size:2.4rem;color:var(--yellow)}.admin-shortcuts small{font-size:.66rem;line-height:1.2;color:#fff}

/* Rodapé full width */
.site-footer{background:#050505;color:#fff;border-top:4px solid var(--yellow);padding:30px 0 34px}.footer-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px;align-items:center}.footer-item{display:flex;align-items:center;gap:16px;min-height:72px}.footer-item+.footer-item{border-left:1px solid rgba(255,225,0,.35);padding-left:26px}.footer-icon{font-size:2.8rem;color:var(--yellow);line-height:1}.footer-item strong{display:block;color:var(--yellow);text-transform:uppercase;font-size:1.15rem}.footer-item p{margin:3px 0 0;font-weight:700;line-height:1.35}.footer-social strong{text-transform:none}

/* Banners internos full width */
.page-banner{position:relative;overflow:hidden;background:#ffe100;min-height:360px;display:flex;align-items:center;box-shadow:inset 0 3px 0 rgba(0,0,0,.12)}.page-banner:before{content:"";position:absolute;inset:0;background:linear-gradient(100deg,rgba(255,225,0,.99) 0 42%,rgba(255,225,0,.78) 52%,rgba(255,225,0,.28) 100%),var(--banner-image, url('../slices/hero-rider-right.png'));background-size:cover;background-position:center top;z-index:0}.page-banner:after{content:"";position:absolute;right:-8vw;bottom:-76px;width:58vw;height:170px;background:#050505;transform:rotate(-7deg);opacity:.98;z-index:1}.page-banner-content{position:relative;z-index:2;width:min(var(--site-max),100%);margin:auto;padding:128px 24px 60px}.page-banner .kicker{margin-bottom:16px}.page-banner h1{font-family:Impact,Haettenschweiler,'Arial Narrow Bold',sans-serif;text-transform:uppercase;letter-spacing:.02em;line-height:.88;margin:0;font-size:clamp(3.5rem,8vw,7rem);max-width:780px}.page-banner h1 span{display:inline-block;background:#050505;color:#fff;padding:.02em .12em .08em;transform:skew(-7deg)}.page-banner p{margin:18px 0 0;max-width:600px;font-weight:1000;line-height:1.5;color:#050505}.page-produtos{--banner-image:url('../slices/thumb_produtos.png')}.page-eventos{--banner-image:url('../slices/thumb_eventos.png')}.page-galeria{--banner-image:url('../slices/thumb_galeria.png')}.page-pedais,.page-presenca{--banner-image:url('../slices/hero-rider-right.png')}.kicker{display:inline-flex;align-items:center;gap:8px;border-radius:999px;background:#050505;color:var(--yellow);font-weight:1000;text-transform:uppercase;font-size:12px;letter-spacing:.03em;padding:8px 13px}

.section{padding:44px 0 64px;background:var(--yellow)}.section-title{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin:0 0 22px}.section-title h2{font-family:Impact,Haettenschweiler,'Arial Narrow Bold',sans-serif;text-transform:uppercase;font-size:clamp(2.5rem,5vw,4rem);line-height:.9;margin:0}.section-title p{margin:5px 0 0;color:var(--muted);font-weight:900}.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:22px}.price{font-weight:1000;color:#000;font-size:1.3rem}.badges{display:flex;gap:8px;flex-wrap:wrap;margin:12px 0}.badge{display:inline-flex;background:#050505;color:var(--yellow);border-radius:999px;padding:7px 10px;font-size:.82rem;font-weight:1000}.form-row{display:flex;flex-direction:column;gap:7px;margin-bottom:14px}.form-row label{font-weight:1000}.form-row input,.form-row select,.form-row textarea{width:100%;border:1px solid rgba(0,0,0,.25);border-radius:9px;padding:12px 13px;background:#fff;color:#111}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.form-grid .full{grid-column:1/-1}.muted{color:#6c6200}.gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.gallery-photo{position:relative;border-radius:12px;overflow:hidden;min-height:190px;background:#111}.gallery-photo img{width:100%;height:100%;object-fit:cover}.preview-thumb{width:96px;height:68px;object-fit:cover;border-radius:8px;background:#222}.admin-preview-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}.admin-tile{background:#080808;border:1px solid var(--line);border-radius:12px;color:#fff;padding:18px;text-align:center;font-weight:1000;text-transform:uppercase}.admin-tile span{display:block;font-size:.72rem;color:#fff;margin-top:4px}.stat-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:14px;margin-bottom:18px}.stat{background:#080808;border:1px solid var(--line);border-radius:14px;padding:20px;color:#fff;text-align:center}.stat strong{display:block;color:var(--yellow);font-size:2rem}.stat span{font-weight:900;text-transform:uppercase;font-size:.82rem}.admin-table{width:100%;border-collapse:collapse;background:#fff;border-radius:12px;overflow:hidden}.admin-table th,.admin-table td{padding:12px;border-bottom:1px solid #e6e6e6;text-align:left;vertical-align:middle}.admin-table th{background:#050505;color:var(--yellow);text-transform:uppercase;font-size:.84rem}.table-actions{display:flex;gap:8px;flex-wrap:wrap}.edit,.view{color:#0a65cc;font-weight:900}.delete{color:#c01616;font-weight:900;background:transparent;border:0;cursor:pointer}

/* Gerenciador */
.login-page{min-height:100vh;background:radial-gradient(circle at top,#2c2c2c 0,#050505 48%,#000 100%);display:grid;place-items:center;padding:24px}.login-card{width:min(420px,100%);background:#fff200;border:1px solid rgba(0,0,0,.2);border-radius:18px;padding:26px;box-shadow:0 25px 60px rgba(0,0,0,.35)}.login-card img{width:190px;margin:0 auto 12px;background:#050505;border-radius:12px;padding:8px}.login-card h1{margin:0 0 16px;text-align:center;text-transform:uppercase}.login-card .muted{text-align:center}.admin-body{background:#f0f0f0;color:#111}.admin-shell{min-height:100vh;display:grid;grid-template-columns:260px 1fr}.admin-sidebar{background:#050505;color:#fff;padding:22px;position:sticky;top:0;height:100vh;overflow:auto}.admin-sidebar img{width:180px;margin:0 auto 22px;background:#111;border:1px solid rgba(255,255,255,.14);border-radius:14px;padding:8px}.admin-sidebar a{display:block;padding:12px 14px;border-radius:10px;margin-bottom:8px;font-weight:900;color:#fff}.admin-sidebar a.active,.admin-sidebar a:hover{background:var(--yellow);color:#050505}.admin-content{padding:28px}.admin-topbar{display:flex;align-items:center;justify-content:space-between;gap:18px;background:#fff;border-radius:16px;padding:20px 22px;margin-bottom:20px;box-shadow:0 10px 24px rgba(0,0,0,.08)}.admin-topbar h1{margin:0;text-transform:uppercase}.admin-topbar p{margin:4px 0 0;color:#555;font-weight:700}.admin-card{background:#fff;border-radius:16px;padding:22px;margin-bottom:22px;box-shadow:0 10px 24px rgba(0,0,0,.08)}.admin-card h2{margin-top:0}.admin-card .admin-preview-grid{grid-template-columns:repeat(5,1fr)}

@media (max-width:820px){.site-header{height:auto;min-height:96px}.site-header:before{left:0;border-bottom-left-radius:0}.header-shell{height:auto;min-height:96px;padding:104px 18px 12px;justify-content:center}.brand-logo{left:50%;top:8px;transform:translateX(-50%);width:190px;height:115px}.site-nav{display:none;position:absolute;left:16px;right:16px;top:126px;z-index:60;background:#050505;border:1px solid rgba(255,255,255,.16);border-radius:14px;padding:14px;height:auto;flex-direction:column;align-items:stretch;gap:6px}.site-nav.open{display:flex}.site-nav a{height:auto;justify-content:flex-start;padding:13px 14px}.nav-toggle{display:block}.home-hero{padding-top:0}.hero-stage{padding-top:160px}.hero-rider{opacity:.44;width:100%;height:100%;top:0}.feature-grid,.grid-4{grid-template-columns:repeat(2,1fr)}.grid-3,.home-panels,.grid-2,.footer-grid{grid-template-columns:1fr 1fr}.footer-item:nth-child(3){border-left:0;padding-left:0}.admin-preview-grid,.stat-grid{grid-template-columns:1fr 1fr}.admin-card .admin-preview-grid{grid-template-columns:1fr 1fr}.admin-shell{grid-template-columns:1fr}.admin-sidebar{position:relative;height:auto}.admin-content{padding:18px}}
@media (max-width:720px){.site-container,.container{padding-inline:16px}.home-hero{min-height:620px}.hero-stage{min-height:620px;padding:165px 18px 44px}.hero-title-middle{font-size:clamp(3rem,17vw,4.8rem)}.hero-copy p{font-size:1rem}.feature-grid,.grid-4,.grid-3,.home-panels,.grid-2,.footer-grid,.form-grid,.gallery-grid,.admin-shortcuts,.stat-grid,.admin-preview-grid{grid-template-columns:1fr}.admin-shortcuts a,.admin-shortcuts a:nth-child(4),.admin-shortcuts a:nth-child(5){grid-column:auto}.footer-item+.footer-item{border-left:0;padding-left:0;border-top:1px solid rgba(255,225,0,.25);padding-top:18px}.page-banner{min-height:320px}.page-banner:after{display:none}.page-banner-content{padding:150px 18px 52px}.page-banner h1{font-size:3.3rem}.feature-img,.card-image{height:190px}.presence-box{grid-template-columns:1fr}.presence-actions{grid-column:1}.admin-topbar{align-items:flex-start;flex-direction:column}}

/* Bootstrap/Icons ajustes */
.site-nav a i,
.feature-head i,
.card-head i,
.kicker i,
.panel-title i,
.btn i,
.lock-line i { margin-right: 7px; }
.site-nav a { text-decoration: none; }
.fw-black { font-weight: 1000 !important; }
.empty-card-icon { font-size: 4rem; color: var(--yellow); }
.input-group-text { background: #fff9a9; border-color: rgba(0,0,0,.18); color: #050505; font-weight: 900; }
.form-control, .form-select { border-color: rgba(0,0,0,.22); font-weight: 700; }
.form-control:focus, .form-select:focus { border-color: #ff5b1a; box-shadow: 0 0 0 .2rem rgba(255,91,26,.18); }
.presence-form-card { background: linear-gradient(135deg,#fff36a,#ffe433); color:#050505; border-radius: 14px; padding: 22px; box-shadow: inset 0 0 0 1px rgba(0,0,0,.16); }
.presence-page-section .presenca-panel,
.presence-page-section .admin-preview { background:#070707; border:1px solid rgba(255,225,0,.75); border-radius: 18px; color:#fff; padding:26px; box-shadow: 0 16px 36px rgba(0,0,0,.28); }
.presence-page-section .admin-preview strong { color: var(--yellow); }
.db-status-box { margin-top:18px; border:1px solid var(--line); background:#0c0c0c; border-radius:14px; padding:18px; display:flex; align-items:center; gap:14px; }
.db-status-box > i { color: var(--yellow); font-size:2.1rem; }
.db-status-box strong { display:block; text-transform:uppercase; }
.db-status-box span { color:#fff; font-weight:800; }
.admin-status { display:inline-flex; border-radius:999px; padding:5px 10px; font-weight:1000; font-size:.78rem; text-transform:uppercase; }
.admin-status-active { background:#0f7d34; color:#fff; }
.admin-status-off { background:#666; color:#fff; }
.admin-tile .tile-icon { margin-bottom:6px; }
.small-btn i { margin-right: 4px; }

/* Ajuste solicitado: logo PNG transparente, sem card/sombra no topo. */
.brand-logo,.brand-logo:hover,.brand-logo:focus{background:transparent!important;box-shadow:none!important;text-decoration:none}
.brand-logo img{background:transparent!important;box-shadow:none!important;filter:none!important}

/* Presença integrada ao app do pedal */
.selected-pedal-box{display:flex;align-items:center;gap:14px;background:#080808;border:1px solid rgba(255,225,0,.75);border-radius:14px;color:#fff;padding:14px 16px}
.selected-pedal-box i{font-size:2rem;color:var(--yellow)}
.selected-pedal-box strong{display:block;color:var(--yellow);font-weight:1000;text-transform:uppercase}
.selected-pedal-box span{display:block;color:#fff;font-weight:700;font-size:.95rem}
.integrantes-result-box{background:#080808;border:1px solid rgba(255,225,0,.55);border-radius:14px;padding:18px;color:#fff}
.integrantes-result-box h3{display:flex;align-items:center;gap:10px;color:var(--yellow);font-size:1.25rem;text-transform:uppercase;font-weight:1000;margin:0 0 4px}
.integrantes-result-box p{margin:0 0 14px;color:#fff;font-weight:800}
.integrante-choice{display:flex;align-items:center;justify-content:space-between;gap:16px;background:#111!important;color:#fff!important;border-color:rgba(255,225,0,.25)!important}
.integrante-choice strong{display:block;color:var(--yellow);font-weight:1000}
.integrante-choice span{display:block;color:#fff;font-weight:700;font-size:.9rem}
@media (max-width:720px){.integrante-choice{align-items:stretch;flex-direction:column}.integrante-choice .btn{width:100%}}


/* Ajuste final do topo: menu desktop compacto e logo transparente sem bloco/sombra */
.brand-logo{background:transparent!important;box-shadow:none!important;border:0!important;overflow:visible!important}
.brand-logo img{background:transparent!important;box-shadow:none!important;filter:none!important;object-fit:contain!important}
@media (min-width:821px){
  .nav-toggle{display:none!important}
  .site-nav{display:flex!important;flex-direction:row!important;position:relative!important;background:transparent!important;border:0!important;padding:0!important;height:96px!important;align-items:center!important;justify-content:flex-end!important;gap:clamp(18px,2.35vw,36px)!important;font-size:clamp(14px,1.25vw,17px)!important;white-space:nowrap!important;overflow:visible!important}
  .site-nav a{height:96px!important;padding:0!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:7px!important;line-height:1!important;min-width:max-content!important;overflow:visible!important;text-overflow:clip!important}
  .site-nav a span{display:inline-block!important;white-space:nowrap!important;overflow:visible!important;text-overflow:clip!important}
  .site-nav a i{margin-right:0!important;font-size:1.05em!important;line-height:1!important;min-width:1.05em!important;text-align:center!important}
}
@media (min-width:821px) and (max-width:1180px){
  .site-header:before{left:300px!important;border-bottom-left-radius:32px!important}
  .header-shell{padding-left:330px!important;padding-right:22px!important;justify-content:flex-end!important}
  .brand-logo{left:24px!important;top:14px!important;width:250px!important;height:175px!important;transform:none!important}
  .site-nav{gap:22px!important;font-size:15px!important}
}
@media (min-width:821px) and (max-width:1000px){
  .site-header:before{left:270px!important}
  .header-shell{padding-left:292px!important;padding-right:14px!important}
  .brand-logo{left:18px!important;top:16px!important;width:235px!important;height:160px!important}
  .site-nav{gap:13px!important;font-size:13.5px!important}
  .site-nav a{gap:5px!important}
}
@media (max-width:820px){
  .nav-toggle{display:block!important}
  .site-nav:not(.open){display:none!important}
}

/* Produtos: quantidade, compra, Pix e WhatsApp */
.product-grid .content-card{display:flex;flex-direction:column}
.product-card-body{display:flex;flex-direction:column;gap:10px;min-height:260px}
.product-card-body .price{margin-top:auto;color:#050505;font-size:1.22rem;font-weight:1000;text-transform:uppercase}
.product-price-empty{color:#6a5a00!important;font-size:1rem!important}
.product-buy-box{margin-top:8px;display:grid;gap:10px}
.product-qty-label{font-weight:1000;text-transform:uppercase;color:#050505;font-size:.86rem;margin:0}
.quantity-control{border-radius:10px;overflow:hidden;box-shadow:0 8px 16px rgba(0,0,0,.12)}
.quantity-control .form-control{height:46px;border-left:0;border-right:0;font-weight:1000;background:#fff;text-align:center}
.quantity-control .qty-btn{width:48px;height:46px;padding:0;border-radius:0!important;border:1px solid rgba(0,0,0,.22)!important;color:var(--yellow)!important;background:#050505!important;box-shadow:none!important}
.product-buy-button{height:48px;border-radius:9px;font-size:.95rem;letter-spacing:.01em}
.product-buy-button:disabled{opacity:.55;cursor:not-allowed;filter:grayscale(.3)}

.product-order-modal .modal-content{background:#050505;color:#fff;border:1px solid rgba(255,225,0,.75);border-radius:18px;overflow:hidden;box-shadow:0 30px 80px rgba(0,0,0,.45)}
.product-order-modal .modal-header,.product-order-modal .modal-footer{border-color:rgba(255,225,0,.25);background:#080808}
.product-order-modal .modal-title{margin:2px 0 0;color:var(--yellow);font-size:1.8rem;font-weight:1000;text-transform:uppercase;line-height:1}
.modal-kicker{display:inline-flex;align-items:center;gap:8px;color:#fff;font-weight:900;text-transform:uppercase;font-size:.78rem;letter-spacing:.04em}
.order-summary-box,.qr-and-client-box{background:linear-gradient(180deg,#fff25a,#ffe12b);color:#050505;border-radius:14px;padding:20px;border:1px solid rgba(0,0,0,.2);box-shadow:inset 0 0 0 1px rgba(255,255,255,.22)}
.order-summary-box h6{display:flex;align-items:center;gap:9px;margin:0 0 16px;font-size:1.05rem;text-transform:uppercase;font-weight:1000;color:#050505}
.order-product-line{display:flex;justify-content:space-between;gap:12px;border-bottom:1px solid rgba(0,0,0,.16);padding:9px 0;font-weight:900}
.order-product-line strong{max-width:62%}
.order-total-line{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:15px;background:#050505;color:#fff;border-radius:12px;padding:15px 16px;font-weight:1000;text-transform:uppercase}
.order-total-line strong{color:var(--yellow);font-size:1.6rem;line-height:1}
.pix-key-box span,.pix-code-box span{display:block;margin:0 0 6px;text-transform:uppercase;font-weight:1000;font-size:.82rem;color:#050505}
.pix-code-box textarea{font-size:.8rem;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;resize:none}
.qr-box{background:#050505;color:#fff;border:1px solid rgba(255,225,0,.7);border-radius:14px;display:grid;place-items:center;text-align:center;padding:18px;margin-bottom:14px;min-height:292px}
.qr-box small{display:block;margin-top:10px;color:#fff;font-weight:800}
.qr-canvas{display:grid;place-items:center;background:#fff;border-radius:12px;padding:12px;width:244px;min-height:244px;margin:auto}
.qr-canvas canvas{display:block;width:220px!important;height:220px!important}
.qr-canvas img{display:block;width:220px!important;height:220px!important;object-fit:contain}
.qr-fallback{background:#fff8bf;color:#050505;border-radius:10px;padding:18px;font-weight:1000;line-height:1.25}
.product-order-modal .form-label{font-weight:1000;text-transform:uppercase;color:#050505;font-size:.86rem;margin-bottom:6px}
.product-order-modal .btn-primary{min-height:46px}
.product-order-modal .btn-dark{background:#050505!important;color:var(--yellow)!important;border:1px solid rgba(255,225,0,.7)!important}
@media (max-width:720px){.product-card-body{min-height:auto}.product-order-modal .modal-title{font-size:1.35rem}.qr-canvas{width:100%;max-width:244px}.order-total-line{align-items:flex-start;flex-direction:column}.order-total-line strong{font-size:1.35rem}}

/* QR Code Pix gerado localmente e visualização de imagens */
.qr-canvas svg{display:block;width:220px!important;height:220px!important}
.card-image img,.gallery-photo img,.feature-img img{cursor:zoom-in}
.image-viewer-modal .modal-content{background:#050505;color:#fff;border:1px solid rgba(255,225,0,.75);border-radius:18px;overflow:hidden;box-shadow:0 30px 90px rgba(0,0,0,.65)}
.image-viewer-modal .modal-header{background:#080808;border-color:rgba(255,225,0,.28)}
.image-viewer-modal .modal-title{color:var(--yellow);font-weight:1000;text-transform:uppercase}
.image-viewer-modal .modal-body{background:#050505;padding:14px;display:flex;align-items:center;justify-content:center}
.image-viewer-img{display:block;max-width:100%;max-height:78vh;object-fit:contain;border-radius:12px;background:#111}

/* Gerenciador de informações do site */
.admin-image-preview{background:#050505;border:1px solid rgba(255,225,0,.5);border-radius:12px;padding:12px;display:flex;align-items:center;justify-content:center;min-height:120px;margin-bottom:10px;overflow:hidden}
.admin-image-preview img{max-width:100%;max-height:170px;object-fit:contain;background:transparent!important;box-shadow:none!important}
.admin-image-preview.wide{min-height:150px}
.admin-image-preview.wide img{max-height:220px}
.admin-card .text-muted{color:#d4d4d4!important;font-weight:700}
.admin-sidebar a{gap:4px}
.admin-table td,.admin-table th{vertical-align:middle}

/* Pedal information block in the public Presença page */
.presence-page-section .compact-status{padding:12px 14px;margin-top:12px;margin-bottom:16px}
.pedal-info-list{display:grid;gap:14px;margin-top:16px}
.pedal-info-card{border:1px solid rgba(255,225,0,.72);border-radius:14px;background:linear-gradient(180deg,#101010 0,#050505 100%);padding:16px;color:#fff;box-shadow:0 12px 24px rgba(0,0,0,.22)}
.pedal-info-head{display:flex;justify-content:space-between;gap:12px;align-items:flex-start;border-bottom:1px solid rgba(255,225,0,.22);padding-bottom:10px;margin-bottom:12px}
.pedal-info-head strong{display:block;color:var(--yellow);font-weight:1000;text-transform:uppercase;font-size:1.05rem;line-height:1.15}
.pedal-info-head span{display:block;color:#fff;font-weight:800;margin-top:3px;font-size:.92rem}
.pedal-info-head em{font-style:normal;background:var(--yellow);color:#050505;border-radius:999px;padding:5px 9px;font-weight:1000;font-size:.72rem;text-transform:uppercase;white-space:nowrap}
.pedal-info-meta{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px 12px;margin-bottom:10px}
.pedal-info-meta span{display:flex;align-items:center;gap:7px;color:#fff;font-weight:800;font-size:.88rem;line-height:1.2}
.pedal-info-meta i{color:var(--yellow);font-size:1rem;min-width:16px}
.pedal-info-route{margin:8px 0 12px!important;color:#fff!important;font-weight:700!important;font-size:.94rem!important;line-height:1.4!important}
.pedal-info-empty{border:1px dashed rgba(255,225,0,.72);border-radius:14px;background:#080808;padding:22px;text-align:center;color:#fff;margin-top:16px}
.pedal-info-empty i{display:block;color:var(--yellow);font-size:2.5rem;margin-bottom:8px}
.pedal-info-empty strong{display:block;color:var(--yellow);text-transform:uppercase;font-weight:1000;margin-bottom:4px}
.pedal-info-empty span{display:block;color:#fff;font-weight:800}
@media (max-width:720px){.pedal-info-meta{grid-template-columns:1fr}.pedal-info-head{flex-direction:column}.pedal-info-head em{align-self:flex-start}}

/* Galeria com álbuns */
.gallery-hero-full{position:relative;width:100%;min-height:420px;overflow:hidden;background:#050505;border-bottom:6px solid #ffd800}
.gallery-hero-full img{width:100%;height:clamp(320px,42vw,560px);object-fit:cover;display:block;filter:saturate(1.05) contrast(1.05)}
.gallery-hero-overlay{position:absolute;left:clamp(22px,7vw,110px);bottom:clamp(28px,6vw,82px);max-width:620px;color:#fff;text-shadow:0 4px 18px rgba(0,0,0,.7)}
.gallery-hero-overlay h1{font-size:clamp(2.4rem,7vw,6.4rem);line-height:.88;margin:8px 0 12px;font-weight:1000;text-transform:uppercase;color:#ffd800;font-style:italic;letter-spacing:-.04em}
.gallery-hero-overlay p{font-size:clamp(1rem,2vw,1.35rem);font-weight:800}
.album-card{cursor:pointer;transition:transform .2s ease, box-shadow .2s ease}
.album-card:hover{transform:translateY(-4px);box-shadow:0 18px 30px rgba(0,0,0,.22)}
.album-cover{position:relative;height:230px;background:#080808}
.album-cover img{height:100%;width:100%;object-fit:cover}
.album-count{position:absolute;top:10px;left:10px;background:#ffd800;color:#050505;border:1px solid #050505;border-radius:999px;padding:5px 10px;font-weight:900;font-size:.78rem;box-shadow:0 5px 14px rgba(0,0,0,.28)}
.album-modal .modal-content{border-radius:22px;overflow:hidden}
.album-modal-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:14px}
.album-modal-photo{position:relative;display:block;overflow:hidden;border-radius:16px;border:1px solid rgba(255,216,0,.5);background:#111;min-height:150px;text-decoration:none;color:#fff}
.album-modal-photo img{width:100%;height:190px;object-fit:cover;display:block;transition:transform .25s ease}
.album-modal-photo:hover img{transform:scale(1.04)}
.album-modal-photo span{display:block;padding:8px 10px;font-weight:700;color:#ffd800;background:#050505}
.admin-photo-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:14px}
.admin-photo-card{background:#101010;border:1px solid rgba(255,216,0,.35);border-radius:16px;padding:10px;color:#fff}
.admin-photo-card img{width:100%;height:135px;object-fit:cover;border-radius:12px;display:block;margin-bottom:6px}
.admin-photo-card small{display:block;min-height:20px;color:#ffd800;font-weight:700}
@media(max-width:768px){.gallery-hero-full{min-height:300px}.gallery-hero-full img{height:340px}.gallery-hero-overlay{left:18px;right:18px;bottom:22px}.album-cover{height:200px}.album-modal-grid{grid-template-columns:repeat(auto-fill,minmax(130px,1fr))}.album-modal-photo img{height:145px}}

/* Correção da página Galeria: banner real, sem imagem de mockup e sem estouro */
.gallery-page .site-header{position:relative;background:var(--yellow);}
.gallery-page .brand-logo{width:260px;height:92px;top:2px;left:38px;align-items:center;}
.gallery-page .brand-logo img{object-fit:contain;}
.gallery-page .site-header:before{left:max(330px,calc((100vw - var(--site-max))/2 + 330px));}
.gallery-page .header-shell{padding-left:330px;}
.gallery-hero-full{
    position:relative;
    width:100vw;
    min-height:clamp(340px,34vw,520px);
    overflow:hidden;
    background:#ffd900 url('../img/banner-galeria-fullwidth.png') center center/cover no-repeat;
    border-bottom:6px solid #050505;
    margin-top:0;
}
.gallery-hero-full::after{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(90deg,rgba(255,225,0,.10) 0%,rgba(255,225,0,.04) 45%,rgba(0,0,0,.12) 100%);
    pointer-events:none;
}
.gallery-hero-full img{display:none!important;}
.gallery-hero-overlay{
    position:relative;
    z-index:2;
    width:min(var(--site-max),100%);
    margin:0 auto;
    padding:clamp(64px,7vw,96px) 24px clamp(44px,6vw,72px);
    left:auto!important;
    right:auto!important;
    bottom:auto!important;
    max-width:none!important;
    color:#050505;
    text-shadow:none!important;
}
.gallery-hero-overlay .kicker{box-shadow:0 8px 18px rgba(0,0,0,.18)}
.gallery-hero-overlay h1{
    max-width:720px;
    color:#050505!important;
    text-shadow:none;
    font-size:clamp(3.2rem,7vw,7rem)!important;
    line-height:.86;
    margin:14px 0 12px!important;
}
.gallery-hero-overlay p{
    max-width:590px;
    color:#050505!important;
    font-weight:1000!important;
    text-shadow:none;
}
.gallery-dots{position:static!important;transform:none!important;margin-top:22px;justify-content:flex-start;}
.gallery-albums-section{padding-top:34px;}
.album-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));}
.album-card{cursor:pointer;transition:transform .18s ease, box-shadow .18s ease;}
.album-card:hover{transform:translateY(-3px);box-shadow:0 20px 36px rgba(0,0,0,.22);}
.album-cover{height:220px;position:relative;}
.album-count{position:absolute;left:12px;top:12px;background:#050505;color:var(--yellow);border:1px solid var(--yellow);border-radius:999px;padding:6px 10px;font-size:.82rem;font-weight:1000;}
.album-modal-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(170px,1fr));gap:12px;}
.album-modal-photo{position:relative;display:block;border-radius:12px;overflow:hidden;background:#111;border:1px solid rgba(255,225,0,.35);}
.album-modal-photo img{width:100%;height:170px;object-fit:cover;}
.album-modal-photo span{position:absolute;left:0;right:0;bottom:0;background:linear-gradient(transparent,rgba(0,0,0,.85));padding:28px 10px 9px;font-size:.82rem;font-weight:800;color:#fff;}
@media(max-width:1000px){
    .gallery-page .brand-logo{width:210px;height:80px;left:20px;}
    .gallery-page .site-header:before{left:250px;}
    .gallery-page .header-shell{padding-left:250px;padding-right:22px;}
    .gallery-page .site-nav{gap:18px;font-size:15px;}
}
@media(max-width:820px){
    .gallery-page .brand-logo{left:50%;top:8px;width:190px;height:115px;}
    .gallery-page .header-shell{padding-left:18px;}
    .gallery-hero-full{min-height:420px;background-position:center center;}
    .gallery-hero-overlay{padding-top:155px;}
}
@media(max-width:720px){
    .gallery-hero-full{min-height:500px;background-position:58% center;}
    .gallery-hero-overlay{padding:160px 18px 44px;}
    .gallery-hero-overlay h1{font-size:3.4rem!important;}
    .album-cover{height:200px;}
}

/* Galeria estilo busca de eventos/fotos */
.gallery-events-page{background:var(--yellow);color:#111;}
.gallery-events-page .site-header{position:relative;z-index:20;}
.gallery-search-hero{position:relative;min-height:330px;background:#111 url('../slices/hero-carousel.png') center 36%/cover no-repeat;display:flex;align-items:center;justify-content:center;overflow:hidden;margin-top:0;}
.gallery-search-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.78),rgba(0,0,0,.42),rgba(0,0,0,.78));}
.gallery-search-content{position:relative;z-index:2;width:min(760px,92vw);text-align:center;color:#fff;padding:48px 0;}
.gallery-search-content h1{font-family:Arial,Helvetica,sans-serif;font-size:clamp(1.8rem,4vw,2.7rem);line-height:1.1;font-weight:500;margin:0 0 14px;letter-spacing:-.03em;}
.gallery-search-content h1 strong{font-weight:1000;}
.gallery-filter-bar{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;}
.btn-filter{border:0;background:#ffe100;color:#000;border-radius:10px;padding:13px 24px;font-weight:1000;box-shadow:0 10px 26px rgba(0,0,0,.25);}
.gallery-search-box{height:50px;background:#fff;border-radius:10px;display:flex;align-items:center;overflow:hidden;flex:1;min-width:0;max-width:560px;box-shadow:0 10px 26px rgba(0,0,0,.25);}
.gallery-search-box input{width:100%;border:0;outline:0;padding:0 16px;font-weight:700;color:#111;}
.gallery-search-box button{height:40px;width:46px;border:0;border-radius:10px;background:#ffe100;color:#000;margin-right:5px;font-size:1.3rem;display:grid;place-items:center;}
.gallery-location{margin:14px 0 0;font-weight:800;text-shadow:0 2px 14px rgba(0,0,0,.75);}
.gallery-location strong{font-size:1.55rem;}
.gallery-events-section{background:linear-gradient(180deg,var(--yellow) 0%,#ffdf00 100%);padding:34px 0 66px;border-top:6px solid #050505;}
.gallery-events-head{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-bottom:20px;}
.gallery-events-head h2{font-family:Arial,Helvetica,sans-serif;font-weight:1000;font-size:clamp(1.7rem,3vw,2.4rem);margin:0;text-transform:none;letter-spacing:-.03em;}
.gallery-events-head p{margin:4px 0 0;color:#555;font-weight:700;}
.gallery-eyebrow{display:inline-flex;align-items:center;gap:7px;background:#111;color:#ffe100;border-radius:999px;padding:8px 12px;font-weight:1000;text-transform:uppercase;font-size:.78rem;margin-bottom:8px;}
.gallery-event-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;}
.gallery-event-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 8px 24px rgba(0,0,0,.13);border:1px solid rgba(0,0,0,.08);cursor:pointer;transition:transform .18s ease, box-shadow .18s ease;}
.gallery-event-card:hover{transform:translateY(-4px);box-shadow:0 16px 34px rgba(0,0,0,.2);}
.gallery-event-cover{position:relative;height:205px;background:#111;overflow:hidden;}
.gallery-event-cover img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .25s ease;}
.gallery-event-card:hover .gallery-event-cover img{transform:scale(1.04);}
.gallery-photo-count,.gallery-type-pill{position:absolute;display:inline-flex;align-items:center;gap:5px;background:#fff;color:#000;border-radius:999px;padding:6px 10px;font-size:.78rem;font-weight:1000;box-shadow:0 5px 18px rgba(0,0,0,.2);}
.gallery-photo-count{top:10px;left:10px;background:#ffe100;}
.gallery-type-pill{left:12px;bottom:12px;}
.gallery-event-body{display:grid;grid-template-columns:62px 1fr;align-items:start;gap:12px;padding:0 14px 16px;transform:translateY(-9px);}
.gallery-date-badge{background:#050505;color:#ffe100;border-radius:10px;text-align:center;padding:10px 6px;min-height:78px;box-shadow:0 8px 18px rgba(0,0,0,.22);}
.gallery-date-badge strong{display:block;font-size:1.55rem;line-height:1;font-weight:1000;}
.gallery-date-badge span{display:block;text-transform:lowercase;font-weight:1000;line-height:1.05;}
.gallery-date-badge small{display:block;color:#fff;font-weight:900;line-height:1.05;}
.gallery-event-info{padding-top:12px;min-width:0;}
.gallery-place{display:block;color:#111;font-size:.82rem;font-weight:900;margin-bottom:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.gallery-event-info h3{font-size:1rem;line-height:1.12;margin:0 0 5px;font-weight:1000;color:#111;text-transform:uppercase;}
.gallery-event-info p{font-size:.86rem;line-height:1.2;margin:0;color:#555;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}
.gallery-empty-state,.gallery-empty-filter{background:#fff;border-radius:14px;padding:34px;text-align:center;box-shadow:0 8px 24px rgba(0,0,0,.12);font-weight:800;}
.gallery-empty-state i,.gallery-empty-filter i{display:block;font-size:3rem;color:#ffe100;text-shadow:0 2px 0 #000;margin-bottom:8px;}
.gallery-album-modal .modal-content{background:#090909;color:#fff;border:2px solid #ffe100;border-radius:16px;overflow:hidden;}
.gallery-album-modal .modal-header{border-bottom:1px solid rgba(255,225,0,.35);background:#060606;}
.gallery-album-modal .modal-title{color:#ffe100;font-weight:1000;text-transform:uppercase;}
.gallery-album-modal .album-modal-desc{font-weight:700;color:#eee;}
.gallery-album-modal .album-modal-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(170px,1fr));gap:12px;}
.gallery-album-modal .album-modal-photo{position:relative;display:block;border-radius:12px;overflow:hidden;background:#111;border:1px solid rgba(255,225,0,.35);}
.gallery-album-modal .album-modal-photo img{width:100%;height:160px;object-fit:cover;display:block;}
.gallery-album-modal .album-modal-photo span{position:absolute;left:0;right:0;bottom:0;background:linear-gradient(transparent,rgba(0,0,0,.85));color:#fff;padding:24px 10px 9px;font-weight:800;font-size:.82rem;}
@media(max-width:1100px){.gallery-event-grid{grid-template-columns:repeat(3,minmax(0,1fr));}.gallery-event-cover{height:190px;}}
@media(max-width:820px){.gallery-event-grid{grid-template-columns:repeat(2,minmax(0,1fr));}.gallery-search-hero{min-height:300px}.gallery-filter-bar{flex-direction:column}.btn-filter,.gallery-search-box{width:100%;max-width:560px}.gallery-events-head{align-items:flex-start;flex-direction:column;}}
@media(max-width:560px){.gallery-event-grid{grid-template-columns:1fr;}.gallery-event-cover{height:230px}.gallery-search-content{padding:36px 0}.gallery-search-hero{min-height:285px}.gallery-date-badge{min-height:70px}.gallery-album-modal .album-modal-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.gallery-album-modal .album-modal-photo img{height:130px;}}

/* Data compacta PT-BR: 06 / Mai */
.gallery-date-badge{
    min-height:64px;
    width:64px;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
}
.gallery-date-badge span{
    text-transform:none;
    font-size:1rem;
    color:#ffe100;
}
.date-mini-badge{
    display:inline-flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    min-width:54px;
    min-height:54px;
    padding:6px 9px;
    border-radius:10px;
    background:#050505;
    color:#ffe100;
    font-weight:1000;
    line-height:1;
    text-transform:none;
    box-shadow:0 6px 16px rgba(0,0,0,.18);
}
.date-mini-badge strong{display:block;font-size:1.35rem;line-height:1;}
.date-mini-badge small{display:block;margin-top:4px;font-size:.9rem;color:#ffe100;font-weight:1000;}
.badges{display:flex;align-items:center;gap:8px;flex-wrap:wrap;}

/* Home: destaque da galeria sempre usa o último álbum cadastrado */
.feature-img{position:relative}
.photo-count-badge{position:absolute;left:10px;top:10px;background:var(--yellow);color:#050505;border-radius:999px;padding:5px 9px;font-size:.72rem;font-weight:1000;box-shadow:0 8px 18px rgba(0,0,0,.25);z-index:2}

/* Ajustes solicitados: datas nos cards da Home e modal de presença duplicada */
.feature-card .date-badge{
    text-transform:none;
    min-width:64px;
    border-radius:8px;
    background:#050505;
    color:#ffe100;
}
.feature-card .date-badge span{
    color:#ffe100;
    font-size:1.8rem;
}
.presence-confirm-modal{
    background:#050505;
    color:#fff;
    border:2px solid #ffe100;
    border-radius:18px;
    overflow:hidden;
}
.presence-confirm-modal .modal-header,
.presence-confirm-modal .modal-footer{
    border-color:rgba(255,225,0,.35);
}
.presence-confirm-modal .modal-title,
.presence-modal-icon{
    color:#ffe100;
}
.presence-modal-icon{
    font-size:4rem;
    display:block;
    margin-bottom:14px;
}
.presence-confirm-modal h3{
    font-weight:1000;
    text-transform:uppercase;
    font-size:1.35rem;
}


/* Produtos: preservação visual de capa e popup de anunciante */
.admin-card .preview-thumb.mt-2 { display:block; margin-top:.45rem; max-width:110px; max-height:80px; object-fit:cover; border-radius:10px; border:1px solid rgba(255,214,0,.45); }

.partner-popup {
    position: fixed;
    right: 22px;
    bottom: 22px;
    z-index: 1090;
    width: min(380px, calc(100vw - 28px));
    display: grid;
    grid-template-columns: 108px 1fr;
    gap: 14px;
    align-items: center;
    padding: 14px;
    border-radius: 22px;
    color: #fff;
    background: linear-gradient(145deg, #090909 0%, #141414 60%, #000 100%);
    border: 2px solid #ffd600;
    box-shadow: 0 22px 65px rgba(0,0,0,.48), 0 0 0 5px rgba(255,214,0,.08);
    transform: translateY(22px) scale(.96);
    opacity: 0;
    pointer-events: none;
}
.partner-popup.is-visible { opacity: 1; transform: translateY(0) scale(1); pointer-events: auto; transition: opacity .25s ease, transform .25s ease; }
.partner-popup.is-blinking { animation: bikeLamaAdBlink .45s linear 0s 6 alternate; }
.partner-popup-close {
    position:absolute; top:8px; right:8px;
    width:32px; height:32px; border:0; border-radius:50%;
    background:#ff5a1f; color:#fff; display:grid; place-items:center;
    box-shadow:0 6px 18px rgba(0,0,0,.35);
}
.partner-popup-media img { width:108px; height:108px; object-fit:cover; border-radius:18px; background:#ffd600; border:1px solid rgba(255,214,0,.65); }
.partner-popup-content { padding-right:20px; }
.advertiser-kicker { display:inline-flex; align-items:center; gap:6px; font-size:.72rem; text-transform:uppercase; color:#ffd600; font-weight:900; letter-spacing:.04em; }
.partner-popup h3 { margin:.2rem 0 .25rem; color:#ffd600; font-weight:1000; text-transform:uppercase; font-size:1.35rem; line-height:1; }
.partner-popup p { margin:0 0 .35rem; font-weight:700; font-size:.88rem; line-height:1.2; }
.partner-popup-count { display:block; color:#ffd600; font-weight:900; margin-bottom:.55rem; text-transform:uppercase; letter-spacing:.03em; }
.partner-whatsapp { width:100%; justify-content:center; padding:.58rem .75rem; }
@keyframes bikeLamaAdBlink { from { filter: brightness(.75); transform: translateY(0) scale(.98); } to { filter: brightness(1.35); transform: translateY(0) scale(1.03); } }
@media (max-width: 575px) {
    .partner-popup { left:14px; right:14px; bottom:14px; width:auto; grid-template-columns:82px 1fr; border-radius:18px; padding:12px; }
    .partner-popup-media img { width:82px; height:82px; border-radius:14px; }
    .partner-popup h3 { font-size:1.05rem; }
    .partner-popup p { font-size:.78rem; }
}

/* Popup de anunciantes centralizado */
.partner-popup {
    left: 50% !important;
    top: 50% !important;
    right: auto !important;
    bottom: auto !important;
    width: 360px;
    max-width: calc(100vw - 32px);
    transform: translate(-50%, -46%) scale(.96);
}
.partner-popup.is-visible { transform: translate(-50%, -50%) scale(1); }
@keyframes bikeLamaAdBlink { from { filter: brightness(.72); transform: translate(-50%, -50%) scale(.98); } to { filter: brightness(1.35); transform: translate(-50%, -50%) scale(1.04); } }
@media (max-width: 575px) {
    .partner-popup { left:50% !important; top:50% !important; right:auto !important; bottom:auto !important; width:calc(100vw - 26px); grid-template-columns:92px 1fr; padding:14px; }
}

/* Card de planos para anunciantes na Home */
.advertiser-plans-section { background:#ffd600; padding:44px 0; }
.advertiser-plans-card { background:#0a0a0a; color:#fff; border-radius:28px; padding:28px; border:3px solid #111; box-shadow:0 24px 60px rgba(0,0,0,.22); overflow:hidden; position:relative; }
.advertiser-plans-card::after { content:""; position:absolute; inset:auto -80px -120px auto; width:240px; height:240px; border-radius:50%; background:rgba(255,214,0,.16); pointer-events:none; }
.advertiser-plans-header { display:flex; flex-wrap:wrap; align-items:flex-end; justify-content:space-between; gap:16px; margin-bottom:20px; position:relative; z-index:1; }
.advertiser-plans-header h2 { margin:0; color:#ffd600; font-weight:1000; text-transform:uppercase; line-height:1; font-size:clamp(1.7rem, 4vw, 3rem); }
.advertiser-plans-header p { margin:.45rem 0 0; color:#f2f2f2; font-weight:700; max-width:680px; }
.advertiser-plans-grid { display:grid; grid-template-columns:repeat(5, minmax(120px, 1fr)); gap:14px; position:relative; z-index:1; }
.ad-plan-card { background:#fff; color:#111; border-radius:20px; padding:16px 14px; border:2px solid rgba(255,214,0,.65); min-height:160px; display:flex; flex-direction:column; justify-content:space-between; box-shadow:0 10px 28px rgba(0,0,0,.18); }
.ad-plan-card strong { display:block; font-size:1.08rem; font-weight:1000; text-transform:uppercase; }
.ad-plan-card .days { display:inline-flex; align-items:center; gap:6px; color:#111; font-weight:900; margin:.2rem 0; }
.ad-plan-card .price { color:#ff5a1f; font-size:1.45rem; font-weight:1000; line-height:1; }
.ad-plan-card small { color:#555; font-weight:700; }
.ad-plan-card .maintenance { display:inline-flex; width:max-content; margin-top:8px; background:#ffd600; color:#111; border-radius:999px; padding:3px 8px; font-size:.72rem; font-weight:900; }
.advertiser-plans-actions { margin-top:20px; display:flex; flex-wrap:wrap; gap:12px; align-items:center; position:relative; z-index:1; }
.advertiser-plans-actions .whatsapp-note { color:#fff; font-weight:800; }
@media (max-width: 991px) { .advertiser-plans-grid { grid-template-columns:repeat(2, minmax(0,1fr)); } }
@media (max-width: 575px) { .advertiser-plans-card { padding:20px; border-radius:22px; } .advertiser-plans-grid { grid-template-columns:1fr; } }

/* Correção do rodapé: evita sobreposição de textos e mantém leitura limpa. */
.site-footer .footer-grid{
    grid-template-columns:repeat(auto-fit, minmax(245px, 1fr));
    gap:24px 30px;
}
.site-footer .footer-item{
    min-width:0;
    align-items:flex-start;
    overflow-wrap:break-word;
}
.site-footer .footer-item p{
    white-space:normal;
    word-break:normal;
    overflow-wrap:break-word;
    max-width:100%;
    font-weight:700;
}
.site-footer .footer-item strong{
    white-space:normal;
}
@media (max-width: 991px){
    .site-footer .footer-item+.footer-item{border-left:0;padding-left:0;}
}

/* Área pública do anunciante */
.advertiser-area-banner{background:linear-gradient(120deg, rgba(0,0,0,.84), rgba(0,0,0,.52)), url('../slices/hero-carousel.png') center/cover no-repeat; min-height:360px;}
.advertiser-report-panel{background:#0a0a0a;color:#fff;border:2px solid #ffd600;border-radius:24px;padding:24px;}
.metric-card{background:#050505;color:#fff;border:2px solid #ffd600;border-radius:22px;padding:24px;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:160px;text-align:center;box-shadow:0 12px 30px rgba(0,0,0,.22)}
.metric-card i{font-size:2.3rem;color:#ffd600;margin-bottom:8px}.metric-card strong{font-size:2.3rem;line-height:1;color:#ffd600}.metric-card span{font-weight:900;text-transform:uppercase;margin-top:6px}

/* Correção pontual: quebra textos longos nos cards de anúncio e fixa o footer no fim da tela. */
html,
body {
    min-height: 100%;
}
body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}
main {
    flex: 1 0 auto;
}
.site-footer {
    flex-shrink: 0;
}

.advertiser-plans-grid,
.ad-plan-card,
.ad-plan-card > div,
.ad-plan-card small,
.ad-plan-card strong,
.ad-plan-card span,
.ad-plan-card .price {
    min-width: 0;
    max-width: 100%;
}
.ad-plan-card {
    overflow: hidden;
}
.ad-plan-card small,
.ad-plan-card strong,
.ad-plan-card .days,
.ad-plan-card .price {
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: break-word;
    hyphens: auto;
}
.ad-plan-card small {
    display: block;
    line-height: 1.32;
}
@media (min-width: 992px) {
    .advertiser-plans-grid {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }
}

/* Correção específica: mantém o footer colado ao rodapé visual quando a página tem pouco conteúdo. */
html,
body {
    min-height: 100%;
}
body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}
body > main {
    flex: 1 0 auto;
    display: flex;
    flex-direction: column;
}
body > main > .site-footer {
    margin-top: auto;
    flex-shrink: 0;
}

/* Ajustes da tela CMS > Anunciantes */
.admin-card .table-responsive {
  width: 100%;
  overflow-x: auto;
  overflow-y: visible;
  -webkit-overflow-scrolling: touch;
}

.admin-card .table {
  margin-bottom: 0;
  vertical-align: middle;
}

.admin-card .table th,
.admin-card .table td {
  white-space: normal;
  word-break: break-word;
  overflow-wrap: anywhere;
  line-height: 1.3;
}

.admin-card .table thead th {
  background: #050505;
  color: var(--yellow);
  font-size: .78rem;
  text-transform: uppercase;
  vertical-align: middle;
}

.admin-card .table td small,
.admin-card .table .text-muted,
.admin-card .form-text,
.admin-card small.text-muted {
  color: #555 !important;
  font-weight: 700;
}

.admin-card .table td code {
  white-space: normal;
  word-break: break-word;
  color: #d63384;
  font-size: .78rem;
}

.admin-card .table .btn-sm {
  min-width: 38px;
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 2px;
}

.admin-card img.preview-thumb,
.admin-card .table img {
  background: #222;
  border: 1px solid rgba(0,0,0,.12);
}

@media (min-width: 992px) {
  .admin-content { max-width: 100%; overflow-x: hidden; }
  .admin-card .table-responsive .table { min-width: 980px; }
}

@media (max-width: 991px) {
  .admin-card { padding: 16px; }
  .admin-card .table { min-width: 900px; }
}

/* Presença: resultado da busca em popup */
.presence-result-modal .modal-content{
    background:#050505;
    color:#fff;
    border:2px solid #ffe100;
    border-radius:18px;
    overflow:hidden;
    box-shadow:0 28px 80px rgba(0,0,0,.6);
}
.presence-result-modal .modal-header{
    border-bottom:1px solid rgba(255,225,0,.35);
    background:#080808;
    align-items:flex-start;
}
.presence-result-modal .modal-title{
    color:#ffe100;
    font-weight:1000;
    text-transform:uppercase;
    font-size:1.35rem;
    margin:4px 0 0;
}
.presence-modal-kicker{
    display:inline-flex;
    align-items:center;
    gap:8px;
    color:#fff;
    font-weight:900;
    font-size:.82rem;
    text-transform:uppercase;
}
.presence-result-modal .modal-body{
    padding:18px;
}
.presence-result-count{
    margin:0 0 14px;
    font-weight:900;
    color:#fff;
}
.presence-result-modal .integrante-choice{
    background:#111;
    border:1px solid rgba(255,225,0,.18);
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:14px;
    padding:14px;
    margin-bottom:10px;
    border-radius:12px;
}
.presence-result-modal .integrante-choice strong{
    display:block;
    color:#ffe100;
    font-weight:1000;
}
.presence-result-modal .integrante-choice span{
    display:block;
    color:#fff;
    opacity:.9;
    font-weight:700;
    font-size:.9rem;
}
@media(max-width:560px){
    .presence-result-modal .integrante-choice{
        align-items:stretch;
        flex-direction:column;
    }
    .presence-result-modal .integrante-choice .btn{
        width:100%;
    }
}

/* Home: campanhas de doação com QR Code */
.donations-section{background:#ffd600;padding:38px 0 44px;}
.donations-card{background:#080808;color:#fff;border:3px solid #111;border-radius:26px;padding:28px;box-shadow:0 24px 60px rgba(0,0,0,.2);overflow:hidden;position:relative;}
.donations-card::after{content:"";position:absolute;right:-90px;bottom:-120px;width:260px;height:260px;border-radius:50%;background:rgba(255,214,0,.13);pointer-events:none;}
.donations-header{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:20px;position:relative;z-index:1;}
.donations-header h2{margin:0;color:#ffd600;font-size:clamp(2rem,4vw,3.35rem);font-weight:1000;text-transform:uppercase;line-height:.95;letter-spacing:.02em;}
.donations-header h2 i{margin-right:10px;}
.donations-header p{margin:8px 0 0;font-weight:800;max-width:720px;}
.donations-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;position:relative;z-index:1;}
.donation-card{display:grid;grid-template-columns:132px minmax(0,1fr);gap:16px;align-items:center;background:#fff;color:#111;border:2px solid rgba(255,214,0,.75);border-radius:20px;padding:16px;min-width:0;box-shadow:0 10px 28px rgba(0,0,0,.18);}
.donation-qr{background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:16px;padding:8px;box-shadow:inset 0 0 0 2px rgba(255,214,0,.25);}
.donation-qr img{display:block;width:112px;height:112px;object-fit:contain;margin:auto;}
.donation-info{min-width:0;}
.donation-info h3{margin:0 0 8px;font-size:1.15rem;font-weight:1000;text-transform:uppercase;line-height:1.05;overflow-wrap:anywhere;}
.donation-info p{margin:0 0 12px;color:#444;font-weight:700;line-height:1.25;overflow-wrap:anywhere;}
.donation-copy{width:max-content;max-width:100%;white-space:normal;text-align:center;}
@media (max-width:1020px){.donations-grid{grid-template-columns:1fr;}.donation-card{grid-template-columns:116px minmax(0,1fr);}.donation-qr img{width:96px;height:96px;}}
@media (max-width:575px){.donations-card{padding:20px;border-radius:22px;}.donation-card{grid-template-columns:1fr;text-align:center;}.donation-copy{margin-inline:auto;}.donation-qr{width:max-content;margin-inline:auto;}}


/* Doações com formulário sanfona */
.donation-card-accordion {
  align-items: flex-start;
}
.donation-pledge-box {
  margin-top: 12px;
  border: 1px solid rgba(255, 221, 0, .45);
  border-radius: 14px;
  background: rgba(0,0,0,.05);
  padding: 10px;
}
.donation-pledge-box summary {
  cursor: pointer;
  font-weight: 900;
  color: #111;
  list-style: none;
}
.donation-pledge-box summary::-webkit-details-marker { display: none; }
.donation-find-form,
.donation-pledge-form { margin-top: 10px; }
.donation-find-form label,
.donation-items-form strong,
.donation-match-list strong {
  display: block;
  font-size: .82rem;
  font-weight: 900;
  margin-bottom: 6px;
}
.donation-inline-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
}
.donation-inline-form input,
.donation-items-form input {
  width: 100%;
  min-height: 38px;
  border: 1px solid #d9d9d9;
  border-radius: 9px;
  padding: 8px 10px;
  font-weight: 800;
}
.donation-person-option {
  display: flex;
  gap: 8px;
  align-items: center;
  padding: 8px;
  border-radius: 10px;
  background: rgba(255,255,255,.75);
  margin-bottom: 6px;
}
.donation-person-option span {
  display: grid;
  line-height: 1.15;
}
.donation-person-option small { color: #555; }
.donation-items-form {
  display: grid;
  gap: 8px;
  margin: 10px 0;
}
.donation-items-form label {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 92px;
  gap: 8px;
  align-items: center;
  font-weight: 800;
  font-size: .86rem;
}
.donation-other-item {
  grid-template-columns: 92px minmax(0, 1fr) 82px !important;
}
.donation-confirmed-summary {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 10px;
  font-size: .78rem;
}
.donation-confirmed-summary strong { width: 100%; }
.donation-confirmed-summary span {
  background: #fff4a3;
  border-radius: 999px;
  padding: 4px 8px;
  font-weight: 800;
}
.donation-alert {
  border-radius: 14px;
  padding: 10px 12px;
  margin: 0 0 14px;
  font-weight: 900;
}
.donation-alert-success { background: #d1f7dc; color: #075f24; }
.donation-alert-error { background: #ffe0df; color: #9d1414; }
@media (max-width: 640px) {
  .donation-inline-form,
  .donation-items-form label,
  .donation-other-item {
    grid-template-columns: 1fr !important;
  }
}

/* Doações: modal de registro */
.donation-modal-open {
  margin-top: 10px;
  width: max-content;
  max-width: 100%;
  white-space: normal;
}
.donation-modal {
  width: min(720px, calc(100vw - 28px));
  border: 2px solid #ffd600;
  border-radius: 22px;
  padding: 0;
  background: #090909;
  color: #fff;
  box-shadow: 0 28px 90px rgba(0,0,0,.55);
}
.donation-modal::backdrop { background: rgba(0,0,0,.72); }
.donation-modal-content { padding: 24px; }
.donation-modal-close-form { margin: 0; }
.donation-modal-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 999px;
  background: #ff5a1f;
  color: #fff;
  display: grid;
  place-items: center;
  cursor: pointer;
  box-shadow: 0 8px 20px rgba(255,90,31,.35);
}
.donation-modal-head {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-right: 42px;
  margin-bottom: 18px;
}
.donation-modal-head > i { color: #ffd600; font-size: 2rem; }
.donation-modal-head h3 { margin: 0; color: #ffd600; text-transform: uppercase; font-weight: 1000; }
.donation-modal-head p { margin: 2px 0 0; font-weight: 800; color: #fff; }
.donation-modal .donation-find-form,
.donation-modal .donation-pledge-form {
  background: #fff35b;
  color: #111;
  border-radius: 18px;
  padding: 16px;
}
.donation-modal .donation-pledge-form { margin-top: 14px; }
.donation-modal .donation-person-option { background: rgba(255,255,255,.85); }
.donation-modal .donation-alert { margin-top: 12px; }
@media (max-width: 640px) {
  .donation-modal-content { padding: 18px; }
  .donation-modal-open { width: 100%; }
}

/* Pedal cancelado */
.is-pedal-cancelled{position:relative;overflow:hidden}
.pedal-cancelled-stamp{position:absolute;z-index:6;left:50%;top:50%;transform:translate(-50%,-50%) rotate(-18deg);color:#e00000;border:6px solid #e00000;border-radius:14px;padding:8px 18px;font-size:clamp(1.55rem,5vw,3.3rem);font-weight:1000;text-transform:uppercase;line-height:1;text-align:center;pointer-events:none;text-shadow:0 2px 0 rgba(255,255,255,.18);background:rgba(255,225,0,.04)}
.content-card.is-pedal-cancelled .card-image img,.feature-card.is-pedal-cancelled .feature-img img,.pedal-info-card.is-pedal-cancelled{filter:saturate(.55);}
.content-card.is-pedal-cancelled .card-body,.feature-card.is-pedal-cancelled .feature-body{opacity:.72}
.pedal-cancelled-stamp-inline{display:inline-block;margin-left:10px;color:#fff;background:#d60000;border-radius:999px;padding:3px 9px;font-size:.72rem;font-style:normal;font-weight:1000;text-transform:uppercase;vertical-align:middle}
.pwa-presence-install{display:inline-flex;align-items:center;gap:8px}
@media(max-width:720px){.pedal-cancelled-stamp{font-size:2rem;border-width:4px;padding:7px 12px}}

/* Mural/feed de fotos */
.mural-preview-section{background:#ffd900;padding:38px 0 52px}.mural-preview-head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:20px}.mural-preview-head h2{font-family:Impact,Haettenschweiler,'Arial Narrow Bold',sans-serif;text-transform:uppercase;font-size:clamp(2rem,5vw,4rem);line-height:.9;margin:3px 0;color:#050505}.mural-preview-head p{font-weight:800;margin:0}.section-kicker{display:inline-flex;gap:8px;align-items:center;font-weight:900;text-transform:uppercase;color:#111}.mural-feed{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.mural-feed-home{grid-template-columns:repeat(6,minmax(0,1fr));gap:12px}.mural-card{background:#080808;border:1px solid #ffe400;border-radius:18px;overflow:hidden;box-shadow:0 14px 30px rgba(0,0,0,.22);color:#fff}.mural-card img{display:block;width:100%;aspect-ratio:1/1;object-fit:cover;background:#222}.mural-card-body{padding:13px;position:relative}.mural-card-body strong{display:block;color:#ffe400;text-transform:uppercase;line-height:1.05;font-weight:950}.mural-card-body small{display:block;color:#fff;font-weight:800;margin-top:4px}.mural-card-body p{font-size:.86rem;line-height:1.25;margin:8px 0 0;color:#f2f2f2}.mural-card-footer{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-top:12px}.mural-date{font-size:.8rem;font-weight:800;color:#e9e9e9}.mural-like{border:0;background:#161616;color:#ffe400;border-radius:999px;padding:8px 12px;display:inline-flex;align-items:center;gap:7px;font-weight:950;box-shadow:inset 0 0 0 1px rgba(255,228,0,.22);transition:transform .15s ease,background .15s ease,color .15s ease}.mural-like:hover{transform:translateY(-1px);background:#242424}.mural-like.liked{background:#ff5a1f;color:#fff;box-shadow:0 8px 20px rgba(255,90,31,.35)}.mural-like:disabled{opacity:.65;cursor:wait}.mural-empty-home{background:#050505;color:#ffe400;border:1px dashed #ffe400;border-radius:18px;padding:24px;font-weight:900;text-align:center}.mural-section{background:#ffd900;padding:30px 0 54px}.compact-hero{padding:48px 0 24px;background:#ffd900;color:#050505}.compact-hero h1{font-family:Impact,Haettenschweiler,'Arial Narrow Bold',sans-serif;text-transform:uppercase;font-size:clamp(2.4rem,8vw,6rem);line-height:.88;margin:0}.compact-hero p{max-width:720px;font-weight:900}.page-eyebrow{display:inline-flex;align-items:center;gap:8px;font-weight:950;text-transform:uppercase}.admin-thumb{width:80px;height:58px;object-fit:cover;border-radius:8px;background:#222}.admin-card{background:#fff;border-radius:12px;padding:18px;box-shadow:0 10px 28px rgba(0,0,0,.08)}
@media (max-width: 1100px){.mural-feed-home{grid-template-columns:repeat(3,minmax(0,1fr))}.mural-feed{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width: 700px){.mural-preview-head{align-items:flex-start;flex-direction:column}.mural-feed,.mural-feed-home{grid-template-columns:1fr}.mural-card img{aspect-ratio:4/3}}

/* Correção: header com item Mural sem estourar no desktop */
@media (min-width: 821px){
  .site-header{overflow:hidden!important;}
  .home-page .site-header{overflow:visible!important;}
  .site-header:before{
    left:clamp(300px,31vw,388px)!important;
    right:0!important;
  }
  .header-shell{
    width:100%!important;
    max-width:var(--site-max)!important;
    padding-left:clamp(305px,31.5vw,410px)!important;
    padding-right:clamp(14px,2vw,32px)!important;
    overflow:visible!important;
  }
  .site-nav{
    flex:1 1 auto!important;
    min-width:0!important;
    max-width:100%!important;
    justify-content:flex-end!important;
    gap:clamp(10px,1.25vw,22px)!important;
    font-size:clamp(12px,.95vw,14px)!important;
    letter-spacing:-.02em!important;
  }
  .site-nav a{
    min-width:0!important;
    gap:5px!important;
    padding-inline:0!important;
  }
  .site-nav a i{
    font-size:.98em!important;
    min-width:1em!important;
  }
}

@media (min-width: 821px) and (max-width: 1120px){
  .site-header:before{left:255px!important;}
  .header-shell{padding-left:270px!important;padding-right:10px!important;}
  .brand-logo{left:14px!important;width:220px!important;height:152px!important;}
  .site-nav{gap:9px!important;font-size:11.5px!important;}
  .site-nav a{gap:4px!important;}
}

@media (min-width: 821px) and (max-width: 980px){
  .nav-toggle{display:block!important;}
  .site-nav:not(.open){display:none!important;}
  .site-nav.open{
    display:flex!important;
    position:absolute!important;
    left:16px!important;
    right:16px!important;
    top:96px!important;
    height:auto!important;
    flex-direction:column!important;
    align-items:stretch!important;
    background:#050505!important;
    border:1px solid rgba(255,225,0,.55)!important;
    border-radius:14px!important;
    padding:14px!important;
    gap:6px!important;
    z-index:80!important;
  }
  .site-nav.open a{height:auto!important;justify-content:flex-start!important;padding:13px 14px!important;font-size:14px!important;}
}

/* Ajuste do topo do Mural: evita sobreposição da logo/header no título */
.mural-page .compact-hero{
  padding-top: 132px !important;
  padding-bottom: 34px !important;
}
.mural-page .compact-hero .site-container{
  position: relative;
  z-index: 2;
}
.mural-page .compact-hero .page-eyebrow{
  margin-bottom: 8px;
}
.mural-page .compact-hero h1{
  max-width: 980px;
  letter-spacing: .01em;
}
@media (max-width: 820px){
  .mural-page .compact-hero{
    padding-top: 175px !important;
  }
}
@media (max-width: 560px){
  .mural-page .compact-hero h1{
    font-size: 3rem;
  }
}

/* Correção final do Mural: restaura a logo inteira e reduz o topo sem criar faixa grande */
@media (min-width: 821px){
  .site-header,
  .home-page .site-header,
  .mural-page .site-header{
    overflow: visible !important;
  }

  .mural-page .brand-logo{
    left: 24px !important;
    top: 8px !important;
    width: 210px !important;
    height: 145px !important;
  }

  .mural-page .site-header:before{
    left: 320px !important;
  }

  .mural-page .header-shell{
    padding-left: 340px !important;
    padding-right: 28px !important;
  }

  .mural-page .compact-hero{
    padding-top: 92px !important;
    padding-bottom: 28px !important;
  }

  .mural-page .compact-hero h1{
    font-size: clamp(3.8rem, 7vw, 6rem) !important;
    line-height: .86 !important;
    max-width: 1000px !important;
  }
}

@media (min-width: 821px) and (max-width: 1120px){
  .mural-page .brand-logo{
    width: 185px !important;
    height: 128px !important;
    left: 18px !important;
  }

  .mural-page .site-header:before{
    left: 260px !important;
  }

  .mural-page .header-shell{
    padding-left: 275px !important;
  }

  .mural-page .compact-hero{
    padding-top: 86px !important;
  }
}

@media (max-width: 820px){
  .mural-page .compact-hero{
    padding-top: 150px !important;
  }
}

/* ==========================================================
   Correção topo Galeria/Mural: padroniza com páginas internas
   como Produtos e Eventos, sem logo cortada/sobreposição.
   ========================================================== */
.gallery-page .site-header,
.mural-page .site-header{
  height:96px!important;
  background:var(--yellow)!important;
  position:relative!important;
  overflow:visible!important;
  z-index:60!important;
}
.gallery-page .site-header:before,
.mural-page .site-header:before{
  content:""!important;
  position:absolute!important;
  top:0!important;
  bottom:0!important;
  left:max(350px,calc((100vw - var(--site-max))/2 + 350px))!important;
  right:0!important;
  background:linear-gradient(180deg,#151515,#040404)!important;
  border-bottom-left-radius:34px!important;
  box-shadow:0 12px 26px rgba(0,0,0,.36)!important;
  z-index:0!important;
}
.gallery-page .header-shell,
.mural-page .header-shell{
  width:min(var(--site-max),100%)!important;
  height:96px!important;
  margin:0 auto!important;
  position:relative!important;
  display:flex!important;
  align-items:center!important;
  justify-content:flex-end!important;
  padding:0 58px 0 355px!important;
  z-index:1!important;
}
.gallery-page .brand-logo,
.mural-page .brand-logo{
  position:absolute!important;
  left:32px!important;
  top:18px!important;
  width:285px!important;
  height:198px!important;
  display:flex!important;
  align-items:flex-start!important;
  justify-content:center!important;
  z-index:3!important;
  background:transparent!important;
  box-shadow:none!important;
  overflow:visible!important;
}
.gallery-page .brand-logo img,
.mural-page .brand-logo img{
  width:100%!important;
  height:100%!important;
  object-fit:contain!important;
}
.gallery-page .site-nav,
.mural-page .site-nav{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-end!important;
  gap:clamp(18px,2.35vw,36px)!important;
  font-size:clamp(14px,1.25vw,17px)!important;
  height:96px!important;
  white-space:nowrap!important;
  overflow:visible!important;
}
.gallery-page .site-nav a,
.mural-page .site-nav a{
  height:96px!important;
  min-width:max-content!important;
}

/* Espaçamento do conteúdo inicial para não brigar com a logo grande */
.mural-page .compact-hero{
  padding-top:128px!important;
  padding-bottom:44px!important;
  background:var(--yellow)!important;
}
.mural-page .compact-hero .site-container{
  position:relative!important;
  z-index:2!important;
}
.gallery-page .gallery-search-hero{
  margin-top:0!important;
  min-height:430px!important;
  padding-top:78px!important;
}
.gallery-page .gallery-search-content{
  padding-top:95px!important;
}

@media (min-width:821px) and (max-width:1180px){
  .gallery-page .site-header:before,
  .mural-page .site-header:before{left:300px!important;}
  .gallery-page .header-shell,
  .mural-page .header-shell{padding-left:318px!important;padding-right:20px!important;}
  .gallery-page .brand-logo,
  .mural-page .brand-logo{left:22px!important;top:16px!important;width:250px!important;height:174px!important;}
  .gallery-page .site-nav,
  .mural-page .site-nav{gap:18px!important;font-size:14px!important;}
}
@media (min-width:821px) and (max-width:1020px){
  .gallery-page .site-header:before,
  .mural-page .site-header:before{left:270px!important;}
  .gallery-page .header-shell,
  .mural-page .header-shell{padding-left:288px!important;padding-right:14px!important;}
  .gallery-page .brand-logo,
  .mural-page .brand-logo{left:18px!important;top:16px!important;width:230px!important;height:160px!important;}
  .gallery-page .site-nav,
  .mural-page .site-nav{gap:12px!important;font-size:13px!important;}
}
@media (max-width:820px){
  .gallery-page .site-header,
  .mural-page .site-header{height:96px!important;}
  .gallery-page .brand-logo,
  .mural-page .brand-logo{left:18px!important;top:12px!important;width:190px!important;height:132px!important;}
  .gallery-page .header-shell,
  .mural-page .header-shell{padding-left:18px!important;padding-right:18px!important;}
  .gallery-page .compact-hero,
  .mural-page .compact-hero{padding-top:155px!important;}
  .gallery-page .gallery-search-content{padding-top:130px!important;}
}

/* =========================================================
   PADRONIZAÇÃO FINAL DO HEADER PÚBLICO
   Aplica o mesmo topo em Home, Produtos, Eventos, Galeria,
   Mural, Pedais, Presença, Anunciante e demais páginas.
   ========================================================= */
body:not(.admin-body) .site-header,
body:not(.admin-body).home-page .site-header,
body:not(.admin-body).gallery-page .site-header,
body:not(.admin-body).mural-page .site-header{
  position:relative!important;
  height:150px!important;
  min-height:150px!important;
  background:var(--yellow)!important;
  overflow:visible!important;
  z-index:50!important;
}
body:not(.admin-body) .site-header:before,
body:not(.admin-body).home-page .site-header:before,
body:not(.admin-body).gallery-page .site-header:before,
body:not(.admin-body).mural-page .site-header:before{
  content:""!important;
  position:absolute!important;
  top:0!important;
  bottom:auto!important;
  height:72px!important;
  left:max(340px,calc((100vw - var(--site-max))/2 + 340px))!important;
  right:0!important;
  background:linear-gradient(180deg,#151515,#040404)!important;
  border-bottom-left-radius:34px!important;
  box-shadow:0 12px 26px rgba(0,0,0,.36)!important;
  z-index:0!important;
}
body:not(.admin-body) .header-shell,
body:not(.admin-body).gallery-page .header-shell,
body:not(.admin-body).mural-page .header-shell{
  width:min(var(--site-max),100%)!important;
  height:72px!important;
  min-height:72px!important;
  margin:0 auto!important;
  padding:0 44px 0 360px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:flex-end!important;
  position:relative!important;
  z-index:2!important;
}
body:not(.admin-body) .brand-logo,
body:not(.admin-body).gallery-page .brand-logo,
body:not(.admin-body).mural-page .brand-logo{
  position:absolute!important;
  left:32px!important;
  top:12px!important;
  width:250px!important;
  height:132px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  overflow:visible!important;
  z-index:4!important;
  transform:none!important;
}
body:not(.admin-body) .brand-logo img,
body:not(.admin-body).gallery-page .brand-logo img,
body:not(.admin-body).mural-page .brand-logo img{
  width:100%!important;
  height:100%!important;
  object-fit:contain!important;
  background:transparent!important;
  filter:none!important;
}
body:not(.admin-body) .site-nav,
body:not(.admin-body).gallery-page .site-nav,
body:not(.admin-body).mural-page .site-nav{
  display:flex!important;
  flex-direction:row!important;
  align-items:center!important;
  justify-content:flex-end!important;
  gap:clamp(14px,1.55vw,26px)!important;
  height:72px!important;
  padding:0!important;
  margin:0!important;
  background:transparent!important;
  border:0!important;
  position:relative!important;
  z-index:3!important;
  white-space:nowrap!important;
  font-size:clamp(12px,1vw,15px)!important;
  overflow:visible!important;
}
body:not(.admin-body) .site-nav a,
body:not(.admin-body).gallery-page .site-nav a,
body:not(.admin-body).mural-page .site-nav a{
  height:72px!important;
  padding:0!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:6px!important;
  line-height:1!important;
  min-width:max-content!important;
  color:#fff!important;
  text-decoration:none!important;
}
body:not(.admin-body) .site-nav a span{white-space:nowrap!important;}
body:not(.admin-body) .site-nav a.active,
body:not(.admin-body) .site-nav a.active span{color:var(--yellow)!important;}
body:not(.admin-body) .site-nav a.active:after,
body:not(.admin-body) .site-nav a:hover:after{
  bottom:0!important;
  height:4px!important;
}
body:not(.admin-body) .nav-toggle{top:18px!important;}
body:not(.admin-body).home-page .home-hero{margin-top:-150px!important;padding-top:150px!important;}
body:not(.admin-body).mural-page .compact-hero,
body:not(.admin-body).gallery-page .gallery-search-hero{padding-top:28px!important;}
@media (max-width:1100px){
  body:not(.admin-body) .site-header:before{left:285px!important;}
  body:not(.admin-body) .header-shell{padding-left:300px!important;padding-right:18px!important;}
  body:not(.admin-body) .brand-logo{left:22px!important;width:225px!important;height:122px!important;}
  body:not(.admin-body) .site-nav{gap:10px!important;font-size:12px!important;}
  body:not(.admin-body) .site-nav a{gap:4px!important;}
}
@media (max-width:820px){
  body:not(.admin-body) .site-header,
  body:not(.admin-body).home-page .site-header,
  body:not(.admin-body).gallery-page .site-header,
  body:not(.admin-body).mural-page .site-header{height:auto!important;min-height:128px!important;}
  body:not(.admin-body) .site-header:before{left:0!important;height:78px!important;border-bottom-left-radius:0!important;}
  body:not(.admin-body) .header-shell{height:auto!important;min-height:128px!important;padding:92px 16px 12px!important;justify-content:center!important;}
  body:not(.admin-body) .brand-logo{left:50%!important;top:8px!important;width:176px!important;height:108px!important;transform:translateX(-50%)!important;}
  body:not(.admin-body) .nav-toggle{display:block!important;right:16px!important;top:20px!important;}
  body:not(.admin-body) .site-nav:not(.open){display:none!important;}
  body:not(.admin-body) .site-nav.open{display:flex!important;position:absolute!important;left:16px!important;right:16px!important;top:118px!important;height:auto!important;background:#050505!important;border:1px solid rgba(255,255,255,.16)!important;border-radius:14px!important;padding:14px!important;flex-direction:column!important;align-items:stretch!important;gap:6px!important;z-index:70!important;}
  body:not(.admin-body) .site-nav.open a{height:auto!important;justify-content:flex-start!important;padding:13px 14px!important;font-size:14px!important;}
  body:not(.admin-body).home-page .home-hero{margin-top:-128px!important;padding-top:128px!important;}
}

/* Home manager / módulos opcionais */
.home-classificados-card{display:flex;align-items:center;justify-content:space-between;gap:18px;background:#111;color:#fff;border:2px solid #ffd600;border-radius:24px;padding:24px;box-shadow:0 18px 45px rgba(0,0,0,.18)}
.home-classificados-card h2{margin:4px 0 6px;color:#ffd600;text-transform:uppercase;font-weight:1000;line-height:1}
.home-classificados-card p{margin:0;font-weight:800;color:#fff}
@media(max-width:760px){.home-classificados-card{display:block}.home-classificados-card .btn{margin-top:16px;width:100%}}

/* Classificados - cadastro público com aprovação */
.classificado-public-form-card{margin:0 0 24px;border:2px solid rgba(255,212,0,.55)}
.classificado-fee-box{background:#fff3b0;border:1px solid #ffd400;color:#111;border-radius:14px;padding:12px 14px;margin-bottom:16px;font-weight:800}
.classificado-public-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.classificado-public-form .form-row.full{grid-column:1/-1}
.classificado-public-form label{display:block;font-weight:900;margin-bottom:6px;color:#111}
.classificado-public-form input,.classificado-public-form select,.classificado-public-form textarea{width:100%;border:1px solid #ddd;border-radius:10px;padding:11px 12px;font-weight:700;background:#fff;color:#111}
.classificado-public-form small{display:block;margin-top:5px;color:#555;font-weight:700}
@media (max-width: 760px){.classificado-public-form{grid-template-columns:1fr}.classificados-title-row{align-items:flex-start}.classificados-title-row .btn{width:100%;justify-content:center}}

.classificado-anunciar-callout{display:flex;align-items:center;justify-content:space-between;gap:16px;background:#111;color:#fff;border:2px solid #ffd400;border-radius:18px;padding:16px 18px;margin:0 0 22px;box-shadow:0 14px 34px rgba(0,0,0,.14)}
.classificado-anunciar-callout strong{display:block;color:#ffd400;font-weight:1000;text-transform:uppercase;margin-bottom:4px}
.classificado-anunciar-callout span{display:block;font-weight:800;color:#fff}
.classificado-modal{position:fixed;inset:0;z-index:9999;display:none;align-items:center;justify-content:center;padding:18px}
.classificado-modal:target{display:flex}
.classificado-modal-backdrop{position:absolute;inset:0;background:rgba(0,0,0,.72);backdrop-filter:blur(3px)}
.classificado-modal-dialog{position:relative;width:min(920px,100%);max-height:90vh;overflow:auto;background:#fff;border-radius:22px;border:3px solid #ffd400;box-shadow:0 28px 90px rgba(0,0,0,.45);padding:20px}
.classificado-modal-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:14px;border-bottom:1px solid rgba(0,0,0,.08);padding-bottom:12px}
.classificado-modal-header h3{margin:4px 0 0;font-weight:1000;text-transform:uppercase;color:#111}
.classificado-modal-close{width:42px;height:42px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;background:#111;color:#ffd400;text-decoration:none;font-size:1.1rem}
@media(max-width:760px){.classificado-anunciar-callout{display:block}.classificado-anunciar-callout .btn{width:100%;justify-content:center;margin-top:12px}.classificado-modal{padding:10px;align-items:flex-start}.classificado-modal-dialog{max-height:96vh;padding:16px;border-radius:18px}}

/* =========================================================
   Home: melhoria visual do Mural de Fotos
   - cards mais largos
   - texto limitado para não estourar
   - imagens com proporção mais agradável
   - mantém o módulo e curtidas sem alterar PHP/JS
   ========================================================= */
.home-page .mural-preview-section{
  padding:42px 0 56px!important;
}

.home-page .mural-preview-head{
  align-items:center!important;
  margin-bottom:22px!important;
}

.home-page .mural-preview-head h2{
  max-width:780px!important;
  font-size:clamp(2.4rem,5.4vw,4.7rem)!important;
  line-height:.88!important;
}

.home-page .mural-feed-home{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:16px!important;
  align-items:stretch!important;
}

.home-page .mural-feed-home .mural-card{
  min-height:100%!important;
  display:flex!important;
  flex-direction:column!important;
  border-radius:16px!important;
}

.home-page .mural-feed-home .mural-card img{
  aspect-ratio:4/3!important;
  height:auto!important;
  min-height:0!important;
}

.home-page .mural-feed-home .mural-card-body{
  flex:1!important;
  display:flex!important;
  flex-direction:column!important;
  padding:12px!important;
}

.home-page .mural-feed-home .mural-card-body strong{
  font-size:.92rem!important;
  line-height:1.05!important;
  display:-webkit-box!important;
  -webkit-line-clamp:2!important;
  -webkit-box-orient:vertical!important;
  overflow:hidden!important;
}

.home-page .mural-feed-home .mural-card-body small{
  font-size:.78rem!important;
  line-height:1.15!important;
  display:-webkit-box!important;
  -webkit-line-clamp:1!important;
  -webkit-box-orient:vertical!important;
  overflow:hidden!important;
}

.home-page .mural-feed-home .mural-card-body p{
  font-size:.78rem!important;
  line-height:1.25!important;
  display:-webkit-box!important;
  -webkit-line-clamp:4!important;
  -webkit-box-orient:vertical!important;
  overflow:hidden!important;
}

.home-page .mural-feed-home .mural-card-footer{
  margin-top:auto!important;
  padding-top:10px!important;
}

.home-page .mural-feed-home .mural-like{
  padding:7px 11px!important;
}

@media (min-width: 1180px){
  .home-page .mural-feed-home .mural-card:first-child{
    grid-column:span 2!important;
  }
  .home-page .mural-feed-home .mural-card:first-child img{
    aspect-ratio:16/9!important;
  }
  .home-page .mural-feed-home .mural-card:first-child .mural-card-body strong{
    font-size:1.15rem!important;
  }
  .home-page .mural-feed-home .mural-card:first-child .mural-card-body p{
    -webkit-line-clamp:3!important;
    font-size:.86rem!important;
  }
}

@media (max-width: 1100px){
  .home-page .mural-feed-home{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
}

@media (max-width: 640px){
  .home-page .mural-preview-head{
    align-items:flex-start!important;
  }
  .home-page .mural-feed-home{
    grid-template-columns:1fr!important;
  }
  .home-page .mural-feed-home .mural-card img,
  .home-page .mural-feed-home .mural-card:first-child img{
    aspect-ratio:16/10!important;
  }
}


/* Classificados - múltiplas fotos e carimbo vendido */
.classificado-card{overflow:hidden}
.classificado-image{position:relative;isolation:isolate}
.classificado-image img{width:100%;height:100%;object-fit:cover}
.sold-badge{
  position:absolute;
  top:14px;
  left:14px;
  z-index:5;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:9px 16px;
  border-radius:999px;
  background:#12a150!important;
  color:#fff!important;
  border:2px solid rgba(255,255,255,.92);
  box-shadow:0 10px 24px rgba(0,0,0,.24);
  font-weight:950;
  font-size:.82rem;
  letter-spacing:.08em;
  text-transform:uppercase;
  transform:rotate(-7deg);
}
.sold-badge::before{content:'✓';margin-right:6px;font-weight:950}
.classificado-card.is-sold .classificado-image img,
.classificado-gallery.is-sold .classificado-main-img{filter:grayscale(.55);opacity:.78}
.classificado-card.is-sold .classificado-price{color:#12a150}
.classificado-main-photo-wrap{position:relative;background:#111;border-radius:18px;overflow:hidden;display:grid;place-items:center}
.classificado-main-photo-wrap .classificado-main-img{border-radius:0;display:block;width:100%;max-height:560px;object-fit:contain;background:#111}
.sold-badge-main{top:22px;left:22px;font-size:1rem;padding:12px 22px;box-shadow:0 14px 32px rgba(0,0,0,.32)}
.classificado-thumbs{display:flex;gap:10px;flex-wrap:wrap;margin-top:12px}
.classificado-thumbs img{width:86px;height:72px;object-fit:cover;border-radius:12px;cursor:pointer;border:3px solid transparent;background:#111}
.classificado-thumbs img:hover,.classificado-thumbs img.is-active{border-color:#ffd400}
.admin-classificado-photos{display:flex;gap:12px;flex-wrap:wrap}
.admin-classificado-photos label{position:relative;display:flex;flex-direction:column;gap:6px;background:#f6f7f9;border:1px solid #e5e7eb;border-radius:12px;padding:8px;font-size:.85rem}
.admin-classificado-photos label:first-child::before{content:'principal';position:absolute;top:12px;left:12px;background:#ffd400;color:#111;border-radius:999px;padding:3px 8px;font-size:.68rem;font-weight:900;text-transform:uppercase;box-shadow:0 4px 12px rgba(0,0,0,.18)}
.admin-classificado-photos img{width:120px;height:92px;object-fit:cover;border-radius:8px;background:#111}
@media (max-width: 700px){.sold-badge{font-size:.74rem;padding:7px 12px}.sold-badge-main{top:14px;left:14px;font-size:.85rem;padding:9px 16px}.admin-classificado-photos img{width:100px;height:82px}}

/* =========================================================
   FIX DEFINITIVO - HOME/MURAL: cards iguais + vídeo proporcional
   - Remove destaque automático do primeiro card
   - Padroniza fotos e vídeos
   - Botão de curtida compacto
   - Texto limitado sem estourar
   ========================================================= */
.home-page .mural-feed-home,
.mural-page .mural-feed{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:18px!important;
  align-items:stretch!important;
}

.home-page .mural-feed-home .mural-card,
.mural-page .mural-feed .mural-card{
  display:flex!important;
  flex-direction:column!important;
  height:100%!important;
  min-height:0!important;
  border-radius:16px!important;
  overflow:hidden!important;
}

/* anula o card destaque que deixava a primeira foto maior */
.home-page .mural-feed-home .mural-card:first-child,
.home-page .mural-feed-home .mural-card:first-child img,
.home-page .mural-feed-home .mural-card:first-child .mural-card-media,
.home-page .mural-feed-home .mural-card:first-child .mural-card-video{
  grid-column:auto!important;
  aspect-ratio:16/10!important;
  height:auto!important;
}

.home-page .mural-feed-home .mural-card-media,
.mural-page .mural-feed .mural-card-media{
  display:block!important;
  width:100%!important;
  aspect-ratio:16/10!important;
  height:auto!important;
  min-height:0!important;
  max-height:none!important;
  background:#111!important;
  overflow:hidden!important;
  flex:0 0 auto!important;
  border-radius:0!important;
}

.home-page .mural-feed-home .mural-card-media img,
.home-page .mural-feed-home .mural-card img,
.mural-page .mural-feed .mural-card-media img,
.mural-page .mural-feed .mural-card img{
  width:100%!important;
  height:100%!important;
  aspect-ratio:16/10!important;
  object-fit:cover!important;
  display:block!important;
}

.home-page .mural-feed-home .mural-card-video,
.mural-page .mural-feed .mural-card-video{
  position:relative!important;
  aspect-ratio:16/10!important;
}

.home-page .mural-feed-home .mural-card-video iframe,
.home-page .mural-feed-home .mural-card-video video,
.mural-page .mural-feed .mural-card-video iframe,
.mural-page .mural-feed .mural-card-video video{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  border:0!important;
  display:block!important;
  background:#111!important;
}

/* Instagram embed costuma ficar alto; mantém o card controlado */
.home-page .mural-feed-home .mural-card-video-instagram,
.mural-page .mural-feed .mural-card-video-instagram{
  aspect-ratio:16/10!important;
}

.home-page .mural-feed-home .mural-card-body,
.mural-page .mural-feed .mural-card-body{
  flex:1!important;
  display:flex!important;
  flex-direction:column!important;
  padding:12px!important;
  min-height:178px!important;
}

.home-page .mural-feed-home .mural-card-body strong,
.mural-page .mural-feed .mural-card-body strong{
  font-size:.95rem!important;
  line-height:1.08!important;
  min-height:2.05em!important;
  display:-webkit-box!important;
  -webkit-line-clamp:2!important;
  -webkit-box-orient:vertical!important;
  overflow:hidden!important;
}

.home-page .mural-feed-home .mural-card-body small,
.mural-page .mural-feed .mural-card-body small{
  font-size:.78rem!important;
  line-height:1.15!important;
  display:-webkit-box!important;
  -webkit-line-clamp:1!important;
  -webkit-box-orient:vertical!important;
  overflow:hidden!important;
}

.home-page .mural-feed-home .mural-card-body p,
.mural-page .mural-feed .mural-card-body p{
  font-size:.82rem!important;
  line-height:1.25!important;
  display:-webkit-box!important;
  -webkit-line-clamp:3!important;
  -webkit-box-orient:vertical!important;
  overflow:hidden!important;
}

.home-page .mural-feed-home .mural-card-footer,
.mural-page .mural-feed .mural-card-footer{
  margin-top:auto!important;
  display:flex!important;
  justify-content:space-between!important;
  align-items:center!important;
  gap:10px!important;
}

.home-page .mural-feed-home .mural-like,
.mural-page .mural-feed .mural-like{
  width:auto!important;
  min-width:48px!important;
  max-width:max-content!important;
  flex:0 0 auto!important;
  padding:7px 12px!important;
  border-radius:999px!important;
  justify-content:center!important;
  line-height:1!important;
}

@media (min-width: 1200px){
  .home-page .mural-feed-home,
  .mural-page .mural-feed{
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
  }
}

@media (max-width: 980px){
  .home-page .mural-feed-home,
  .mural-page .mural-feed{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
}

@media (max-width: 640px){
  .home-page .mural-feed-home,
  .mural-page .mural-feed{
    grid-template-columns:1fr!important;
  }
  .home-page .mural-feed-home .mural-card-media,
  .mural-page .mural-feed .mural-card-media{
    aspect-ratio:16/11!important;
  }
}

/* =========================================================
   MURAL: modal estilo Instagram + comentários por integrante
   ========================================================= */
.mural-card-media{display:block;background:#050505;overflow:hidden;color:#ffe400;text-decoration:none}
.mural-card-media img{width:100%!important;height:100%!important;object-fit:contain!important;background:#050505!important;transition:transform .2s ease}
.mural-photo-open:hover img{transform:scale(1.015)}
.mural-actions-mini{display:flex;align-items:center;gap:8px;margin-left:auto}
.mural-comment-link{display:inline-flex;align-items:center;gap:6px;border:1px solid rgba(255,228,0,.28);background:#141414;color:#ffe400;border-radius:999px;padding:7px 10px;font-weight:950;font-size:.86rem;line-height:1;text-decoration:none}
.mural-comment-link:hover{background:#222;color:#fff}
.mural-comments-preview{margin-top:10px;padding-top:9px;border-top:1px solid rgba(255,228,0,.15);display:grid;gap:4px;color:#f5f5f5;font-size:.82rem;line-height:1.22;max-height:42px;overflow:hidden}
.mural-comments-preview b{color:#ffe400;margin-right:4px}
.mural-ig-modal{position:fixed;inset:0;z-index:99999;display:none;align-items:center;justify-content:center;padding:18px}
.mural-ig-modal:target{display:flex}
.mural-ig-backdrop{position:absolute;inset:0;background:rgba(0,0,0,.78);backdrop-filter:blur(4px)}
.mural-ig-dialog{position:relative;z-index:2;width:min(1120px,96vw);height:min(760px,92vh);background:#050505;border:2px solid #ffe100;border-radius:18px;box-shadow:0 30px 100px rgba(0,0,0,.65);display:grid;grid-template-columns:minmax(0,1.25fr) minmax(340px,.75fr);overflow:hidden;color:#fff}
.mural-ig-close{position:absolute;top:12px;right:12px;z-index:6;width:40px;height:40px;border-radius:999px;background:#ff5a1f;color:#fff;display:grid;place-items:center;text-decoration:none;box-shadow:0 10px 22px rgba(0,0,0,.35)}
.mural-ig-left{background:#000;display:grid;place-items:center;min-width:0;min-height:0}
.mural-ig-modal-media{width:100%;height:100%;display:grid;place-items:center;background:#000;overflow:hidden}
.mural-ig-modal-media img{width:100%;height:100%;object-fit:contain;background:#000}
.mural-ig-modal-media iframe,.mural-ig-modal-media video{width:100%;height:100%;border:0;background:#000;display:block}
.mural-ig-right{background:#080808;display:flex;flex-direction:column;min-width:0;min-height:0;border-left:1px solid rgba(255,225,0,.25)}
.mural-ig-header{padding:18px 54px 14px 18px;border-bottom:1px solid rgba(255,225,0,.18)}
.mural-ig-header strong{display:block;color:#ffe100;text-transform:uppercase;font-weight:1000;line-height:1.1}
.mural-ig-header small{display:block;color:#fff;font-weight:800;margin-top:5px;opacity:.8}
.mural-ig-caption{padding:14px 18px;margin:0;border-bottom:1px solid rgba(255,225,0,.12);font-weight:800;line-height:1.35;color:#fff}
.mural-ig-comments{flex:1;overflow:auto;padding:14px 18px;display:grid;align-content:start;gap:12px}
.mural-ig-comment{display:grid;gap:3px;line-height:1.25}
.mural-ig-comment b{color:#ffe100;font-weight:1000}
.mural-ig-comment span{color:#fff;font-weight:700;overflow-wrap:anywhere}
.mural-ig-comment small{color:#aaa;font-weight:700;font-size:.72rem}
.mural-ig-empty-comment{color:#ddd;font-weight:800;text-align:center;border:1px dashed rgba(255,225,0,.25);border-radius:12px;padding:16px}
.mural-ig-stats{display:flex;gap:12px;flex-wrap:wrap;padding:12px 18px;border-top:1px solid rgba(255,225,0,.15);color:#ffe100;font-weight:950}
.mural-comment-form{padding:14px 18px 18px;border-top:1px solid rgba(255,225,0,.16);background:#050505}
.mural-comment-form label{display:block;color:#ffe100;font-weight:1000;text-transform:uppercase;font-size:.82rem;margin-bottom:8px}
.mural-comment-row{display:grid;grid-template-columns:92px minmax(0,1fr) 44px;gap:8px}
.mural-comment-row input{border:1px solid rgba(255,225,0,.35);border-radius:10px;background:#fff;color:#111;padding:11px 12px;font-weight:800;min-width:0}
.mural-comment-row button{border:0;border-radius:10px;background:#ff5a1f;color:#fff;font-weight:1000;display:grid;place-items:center;cursor:pointer}
.mural-comment-form small{display:block;margin-top:8px;color:#ddd;font-weight:700}
@media(max-width:900px){.mural-ig-dialog{grid-template-columns:1fr;height:92vh}.mural-ig-left{height:48vh}.mural-ig-right{height:44vh;border-left:0;border-top:1px solid rgba(255,225,0,.25)}.mural-comment-row{grid-template-columns:84px minmax(0,1fr) 42px}}
@media(max-width:560px){.mural-ig-modal{padding:8px}.mural-ig-dialog{width:100%;height:94vh;border-radius:14px}.mural-ig-left{height:38vh}.mural-ig-right{height:56vh}.mural-comment-row{grid-template-columns:1fr}.mural-comment-row button{min-height:42px}.mural-actions-mini{gap:5px}.mural-comment-link{padding:7px 9px;font-size:.8rem}}

/* =========================================================
   MURAL: comentários recolhidos no card
   - Não exibe prévia dos comentários no card
   - Mostra apenas botão/contador "comentários"
   - Lista completa só aparece no modal estilo Instagram
   ========================================================= */
.mural-card .mural-comments-preview,
.mural-feed .mural-comments-preview,
.mural-feed-home .mural-comments-preview{
  display:none!important;
}

.mural-card .mural-actions-mini{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:8px!important;
  flex-wrap:wrap!important;
  margin-top:10px!important;
}

.mural-card .mural-comment-link{
  width:auto!important;
  max-width:max-content!important;
  white-space:nowrap!important;
}

.mural-ig-comments{
  max-height:calc(100vh - 280px)!important;
  overflow-y:auto!important;
  padding-right:14px!important;
}

.mural-ig-comment{
  border-bottom:1px solid rgba(255,225,0,.12)!important;
  padding-bottom:10px!important;
}

.mural-ig-comment:last-child{
  border-bottom:0!important;
}

@media(max-width:900px){
  .mural-ig-comments{
    max-height:32vh!important;
  }
}


/* Mural: barra de emojis rápidos no formulário de comentários */
.mural-emoji-bar{
  display:flex;
  flex-wrap:wrap;
  gap:7px;
  margin:0 0 10px;
}
.mural-emoji-btn{
  width:34px;
  height:34px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border:1px solid rgba(255,225,0,.35);
  border-radius:999px;
  background:#111;
  color:#fff;
  font-size:1.05rem;
  line-height:1;
  cursor:pointer;
  transition:transform .15s ease, background .15s ease, border-color .15s ease;
}
.mural-emoji-btn:hover{
  transform:translateY(-1px) scale(1.06);
  background:#ff5a1f;
  border-color:#ff5a1f;
}
@media(max-width:560px){
  .mural-emoji-bar{gap:6px}
  .mural-emoji-btn{width:32px;height:32px;font-size:1rem}
}


/* Mural: contador de comentários visível */
.mural-comment-link span{
  display:inline-block!important;
  font-weight:950!important;
}
.mural-ig-header small{
  color:#fff!important;
  opacity:.9!important;
}
@media(max-width:560px){
  .mural-comment-link span{font-size:.78rem!important;}
}


/* =========================================================
   MURAL: modal responsivo mobile + contagem exata de comentários
   ========================================================= */
.mural-comment-link .mural-comment-count,
.mural-ig-comment-count{font-weight:1000!important;color:inherit!important;}

.mural-ig-dialog{
  max-width:1120px!important;
  max-height:92dvh!important;
}

.mural-ig-comments{
  min-height:0!important;
  overflow-y:auto!important;
  overscroll-behavior:contain!important;
}

.mural-comment-form{
  flex:0 0 auto!important;
}

@media(max-width:900px){
  .mural-ig-modal{
    padding:8px!important;
    align-items:center!important;
  }
  .mural-ig-dialog{
    width:min(620px,100%)!important;
    height:94dvh!important;
    max-height:94dvh!important;
    display:flex!important;
    flex-direction:column!important;
    grid-template-columns:none!important;
    border-radius:16px!important;
  }
  .mural-ig-left{
    flex:0 0 42dvh!important;
    height:auto!important;
    min-height:220px!important;
    max-height:42dvh!important;
  }
  .mural-ig-right{
    flex:1 1 auto!important;
    height:auto!important;
    min-height:0!important;
    border-left:0!important;
    border-top:1px solid rgba(255,225,0,.25)!important;
    display:flex!important;
    flex-direction:column!important;
  }
  .mural-ig-header{
    flex:0 0 auto!important;
    padding:12px 48px 10px 12px!important;
  }
  .mural-ig-header strong{
    font-size:.96rem!important;
  }
  .mural-ig-header small{
    font-size:.78rem!important;
  }
  .mural-ig-caption{
    flex:0 0 auto!important;
    padding:10px 12px!important;
    font-size:.84rem!important;
    max-height:72px!important;
    overflow:auto!important;
  }
  .mural-ig-comments{
    flex:1 1 auto!important;
    max-height:none!important;
    padding:10px 12px!important;
    gap:9px!important;
  }
  .mural-ig-stats{
    flex:0 0 auto!important;
    padding:9px 12px!important;
    font-size:.82rem!important;
  }
  .mural-comment-form{
    flex:0 0 auto!important;
    position:sticky!important;
    bottom:0!important;
    z-index:4!important;
    padding:10px 12px 12px!important;
  }
  .mural-emoji-bar{
    max-height:78px!important;
    overflow-y:auto!important;
    gap:6px!important;
    margin-bottom:8px!important;
  }
  .mural-comment-row{
    grid-template-columns:82px minmax(0,1fr) 42px!important;
    gap:6px!important;
  }
  .mural-comment-row input{
    min-height:40px!important;
    padding:9px 10px!important;
    font-size:.88rem!important;
  }
  .mural-comment-row button{
    min-height:40px!important;
  }
  .mural-comment-form small{
    font-size:.72rem!important;
    margin-top:6px!important;
  }
}

@media(max-width:560px){
  .mural-ig-modal{
    padding:0!important;
  }
  .mural-ig-dialog{
    width:100vw!important;
    height:100dvh!important;
    max-height:100dvh!important;
    border-radius:0!important;
    border-left:0!important;
    border-right:0!important;
  }
  .mural-ig-close{
    top:8px!important;
    right:8px!important;
    width:36px!important;
    height:36px!important;
  }
  .mural-ig-left{
    flex-basis:36dvh!important;
    min-height:190px!important;
    max-height:36dvh!important;
  }
  .mural-ig-modal-media img,
  .mural-ig-modal-media iframe,
  .mural-ig-modal-media video{
    object-fit:contain!important;
  }
  .mural-ig-caption{
    max-height:58px!important;
  }
  .mural-comment-row{
    grid-template-columns:74px minmax(0,1fr) 40px!important;
  }
  .mural-emoji-btn{
    width:30px!important;
    height:30px!important;
    font-size:.95rem!important;
  }
  .mural-actions-mini{
    width:100%!important;
    justify-content:space-between!important;
  }
  .mural-comment-link{
    max-width:calc(100% - 72px)!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
  }
}

/* =========================================================
   MURAL: modal 100% responsivo e usável no mobile
   - Desktop: layout foto/vídeo à esquerda + comentários à direita
   - Tablet/Mobile: empilha mídia, comentários e formulário
   - Comentários com rolagem interna
   - Campo de comentário fixo no rodapé do modal
   ========================================================= */
.mural-ig-modal{
  position:fixed!important;
  inset:0!important;
  z-index:99999!important;
  display:none!important;
  align-items:center!important;
  justify-content:center!important;
  padding:clamp(8px,2vw,18px)!important;
  background:rgba(0,0,0,.72)!important;
}
.mural-ig-modal:target{display:flex!important;}
.mural-ig-backdrop{position:absolute!important;inset:0!important;background:rgba(0,0,0,.72)!important;}
.mural-ig-dialog{
  position:relative!important;
  z-index:2!important;
  width:min(1180px,96vw)!important;
  height:min(780px,92dvh)!important;
  max-height:92dvh!important;
  background:#050505!important;
  border:2px solid #ffe100!important;
  border-radius:18px!important;
  box-shadow:0 30px 100px rgba(0,0,0,.65)!important;
  display:grid!important;
  grid-template-columns:minmax(0,1.15fr) minmax(330px,.85fr)!important;
  overflow:hidden!important;
  color:#fff!important;
}
.mural-ig-left{
  min-width:0!important;
  min-height:0!important;
  background:#000!important;
  display:grid!important;
  place-items:center!important;
  overflow:hidden!important;
}
.mural-ig-modal-media{
  width:100%!important;
  height:100%!important;
  min-height:0!important;
  display:grid!important;
  place-items:center!important;
  background:#000!important;
  overflow:hidden!important;
}
.mural-ig-modal-media img{
  width:100%!important;
  height:100%!important;
  object-fit:contain!important;
  background:#000!important;
}
.mural-ig-modal-media iframe,
.mural-ig-modal-media video{
  width:100%!important;
  height:100%!important;
  border:0!important;
  display:block!important;
  background:#000!important;
}
.mural-ig-right{
  min-width:0!important;
  min-height:0!important;
  background:#080808!important;
  border-left:1px solid rgba(255,225,0,.25)!important;
  display:flex!important;
  flex-direction:column!important;
  overflow:hidden!important;
}
.mural-ig-header{
  flex:0 0 auto!important;
  padding:14px 54px 12px 14px!important;
}
.mural-ig-caption{
  flex:0 0 auto!important;
  max-height:92px!important;
  overflow:auto!important;
}
.mural-ig-comments{
  flex:1 1 auto!important;
  min-height:0!important;
  overflow-y:auto!important;
  overscroll-behavior:contain!important;
  -webkit-overflow-scrolling:touch!important;
}
.mural-ig-stats{
  flex:0 0 auto!important;
}
.mural-comment-form{
  flex:0 0 auto!important;
  position:sticky!important;
  bottom:0!important;
  z-index:5!important;
  background:#080808!important;
  border-top:1px solid rgba(255,225,0,.22)!important;
}
.mural-ig-close{
  z-index:10!important;
}

@media(max-width:980px){
  .mural-ig-modal{
    padding:8px!important;
    align-items:center!important;
  }
  .mural-ig-dialog{
    width:min(700px,100%)!important;
    height:94dvh!important;
    max-height:94dvh!important;
    display:flex!important;
    flex-direction:column!important;
    grid-template-columns:none!important;
    border-radius:16px!important;
  }
  .mural-ig-left{
    flex:0 0 44dvh!important;
    width:100%!important;
    min-height:230px!important;
    max-height:44dvh!important;
  }
  .mural-ig-right{
    flex:1 1 auto!important;
    width:100%!important;
    min-height:0!important;
    border-left:0!important;
    border-top:1px solid rgba(255,225,0,.25)!important;
  }
  .mural-ig-header{
    padding:12px 50px 10px 12px!important;
  }
  .mural-ig-header strong{
    font-size:.98rem!important;
    line-height:1.15!important;
  }
  .mural-ig-header small{
    font-size:.78rem!important;
  }
  .mural-ig-caption{
    max-height:64px!important;
    padding:10px 12px!important;
    font-size:.84rem!important;
    line-height:1.25!important;
  }
  .mural-ig-comments{
    padding:10px 12px!important;
    gap:9px!important;
  }
  .mural-ig-comment{
    font-size:.86rem!important;
    line-height:1.25!important;
  }
  .mural-ig-stats{
    padding:9px 12px!important;
    font-size:.82rem!important;
    display:flex!important;
    flex-wrap:wrap!important;
    gap:8px!important;
  }
  .mural-comment-form{
    padding:10px 12px 12px!important;
  }
  .mural-emoji-bar{
    display:flex!important;
    gap:6px!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    max-height:none!important;
    padding-bottom:4px!important;
    scrollbar-width:thin!important;
  }
  .mural-emoji-btn{
    flex:0 0 auto!important;
    width:32px!important;
    height:32px!important;
    font-size:1rem!important;
  }
  .mural-comment-row{
    display:grid!important;
    grid-template-columns:82px minmax(0,1fr) 42px!important;
    gap:6px!important;
  }
  .mural-comment-row input{
    min-width:0!important;
    min-height:40px!important;
    padding:9px 10px!important;
    font-size:.88rem!important;
  }
  .mural-comment-row button{
    min-height:40px!important;
    padding:0!important;
  }
  .mural-comment-form small{
    font-size:.72rem!important;
    line-height:1.25!important;
    margin-top:6px!important;
  }
}

@media(max-width:560px){
  .mural-ig-modal{
    padding:0!important;
    align-items:stretch!important;
    justify-content:stretch!important;
  }
  .mural-ig-dialog{
    width:100vw!important;
    height:100dvh!important;
    max-height:100dvh!important;
    border-radius:0!important;
    border-left:0!important;
    border-right:0!important;
    border-top:0!important;
    border-bottom:0!important;
  }
  .mural-ig-close{
    top:8px!important;
    right:8px!important;
    width:38px!important;
    height:38px!important;
  }
  .mural-ig-left{
    flex-basis:35dvh!important;
    min-height:180px!important;
    max-height:35dvh!important;
  }
  .mural-ig-modal-media img,
  .mural-ig-modal-media iframe,
  .mural-ig-modal-media video{
    object-fit:contain!important;
  }
  .mural-ig-header{
    padding:10px 50px 8px 10px!important;
  }
  .mural-ig-caption{
    max-height:54px!important;
    padding:8px 10px!important;
  }
  .mural-ig-comments{
    padding:8px 10px!important;
  }
  .mural-ig-stats{
    padding:8px 10px!important;
  }
  .mural-comment-form{
    padding:9px 10px calc(10px + env(safe-area-inset-bottom))!important;
  }
  .mural-comment-row{
    grid-template-columns:72px minmax(0,1fr) 40px!important;
    gap:5px!important;
  }
  .mural-comment-row input{
    font-size:.84rem!important;
    padding:8px!important;
  }
  .mural-emoji-btn{
    width:30px!important;
    height:30px!important;
    font-size:.95rem!important;
  }
}

@media(max-width:380px){
  .mural-ig-left{flex-basis:31dvh!important;min-height:160px!important;}
  .mural-comment-row{grid-template-columns:66px minmax(0,1fr) 38px!important;}
  .mural-comment-row input{font-size:.78rem!important;}
}

/* Melhorias da página de classificados */
.classificados-section{background:linear-gradient(180deg,#ffd900 0%,#ffe64a 42%,#fff4a3 100%)}
.classificados-title-row{align-items:center}
.classificados-title-row .btn{white-space:nowrap}
.classificado-market-hero{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:18px;align-items:stretch;background:radial-gradient(circle at 25% 20%,rgba(255,212,0,.22),transparent 34%),linear-gradient(135deg,#090909,#1b1b1b);color:#fff;border:3px solid #ffd400;border-radius:28px;padding:26px;margin:0 0 18px;box-shadow:0 24px 60px rgba(0,0,0,.24);overflow:hidden;position:relative}
.classificado-market-hero:after{content:'CLASSIFICADOS';position:absolute;right:-34px;bottom:-18px;font-family:Impact,Haettenschweiler,'Arial Narrow Bold',sans-serif;font-size:5.2rem;line-height:1;color:rgba(255,212,0,.08);letter-spacing:.04em;pointer-events:none}
.classificado-market-copy{position:relative;z-index:1}
.classificado-market-copy .mini-label{color:#ffd400;background:rgba(255,212,0,.12);border:1px solid rgba(255,212,0,.35);padding:7px 10px;border-radius:999px;display:inline-flex;gap:7px;align-items:center}
.classificado-market-copy h3{margin:14px 0 8px;font-family:Impact,Haettenschweiler,'Arial Narrow Bold',sans-serif;text-transform:uppercase;font-size:clamp(2rem,4vw,3.6rem);line-height:.95;color:#fff}
.classificado-market-copy p{max-width:760px;margin:0 0 18px;color:#fff;font-weight:800;line-height:1.45}
.classificado-market-actions{display:flex;gap:10px;flex-wrap:wrap}
.classificado-market-stats{position:relative;z-index:1;display:grid;grid-template-columns:1fr;gap:10px}
.classificado-market-stats div{background:#ffd400;color:#111;border-radius:18px;padding:18px;border:2px solid rgba(255,255,255,.28);box-shadow:inset 0 -10px 18px rgba(0,0,0,.08)}
.classificado-market-stats strong{display:block;font-family:Impact,Haettenschweiler,'Arial Narrow Bold',sans-serif;font-size:2.35rem;line-height:1;color:#111}
.classificado-market-stats span{display:block;margin-top:3px;font-weight:1000;text-transform:uppercase;font-size:.78rem;letter-spacing:.06em}
.classificado-category-strip{display:flex;gap:9px;flex-wrap:wrap;margin:0 0 18px}
.classificado-chip{display:inline-flex;align-items:center;gap:8px;background:#fff;color:#111;border:2px solid rgba(0,0,0,.14);border-radius:999px;padding:10px 13px;text-decoration:none;font-weight:1000;box-shadow:0 10px 22px rgba(0,0,0,.08)}
.classificado-chip span{display:inline-flex;align-items:center;justify-content:center;min-width:28px;height:24px;border-radius:999px;background:#111;color:#ffd400;font-size:.78rem;padding:0 7px}
.classificado-chip:hover,.classificado-chip.is-active{background:#111;color:#ffd400;border-color:#111;transform:translateY(-1px)}
.classificado-chip.is-active span{background:#ffd400;color:#111}
.classificados-filter{display:grid;grid-template-columns:minmax(240px,1fr) 230px auto auto;gap:10px;align-items:center;background:#fff;border:2px solid rgba(0,0,0,.12);border-radius:20px;padding:12px;margin:0 0 14px;box-shadow:0 14px 34px rgba(0,0,0,.1)}
.classificado-search-field{display:flex;align-items:center;gap:10px;background:#f6f7f9;border:1px solid #e4e4e4;border-radius:14px;padding:0 12px;min-height:48px;margin:0!important}
.classificado-search-field i{font-size:1.15rem;color:#111}
.classificado-search-field input{border:0!important;background:transparent!important;padding:0!important;box-shadow:none!important;font-weight:900}
.classificados-filter .form-select{min-height:48px;border-radius:14px;font-weight:900}
.classificados-filter .btn{min-height:48px;border-radius:14px;white-space:nowrap}
.classificado-clear-filter{border-color:#111!important;text-decoration:none}
.classificados-result-head{display:flex;justify-content:space-between;gap:12px;align-items:center;margin:0 0 16px;color:#111;font-weight:900}
.classificados-result-head strong{font-size:1.05rem;text-transform:uppercase}.classificados-result-head span{color:#4b4300}
.classificados-grid{align-items:stretch}.classificado-card{border-radius:22px!important;background:#fff!important;border:2px solid rgba(0,0,0,.12)!important;box-shadow:0 18px 42px rgba(0,0,0,.14)!important;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;display:flex;flex-direction:column;min-height:100%}
.classificado-card:hover{transform:translateY(-4px);box-shadow:0 26px 58px rgba(0,0,0,.2)!important;border-color:#111!important}.classificado-card .card-body{display:flex;flex-direction:column;flex:1;padding:18px!important;background:#fff}.classificado-image{display:block;height:235px;background:#111;overflow:hidden}.classificado-image img{transition:transform .22s ease}.classificado-card:hover .classificado-image img{transform:scale(1.04)}
.featured-badge{position:absolute;top:14px;right:14px;z-index:4;background:#ffd400;color:#111;border:2px solid #111;border-radius:999px;padding:8px 12px;font-size:.76rem;font-weight:1000;text-transform:uppercase;box-shadow:0 12px 24px rgba(0,0,0,.22)}
.classificado-card-top{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:8px}.classificado-card-top .mini-label{background:#111;color:#ffd400;border-radius:999px;padding:6px 10px;font-size:.72rem;font-weight:1000;letter-spacing:.04em}.classificado-views{font-weight:900;color:#6b6200;font-size:.85rem;display:inline-flex;align-items:center;gap:4px}.classificado-card h3{font-size:1.18rem!important;line-height:1.15!important;margin:0 0 8px!important}.classificado-card h3 a{color:#111;text-decoration:none}.classificado-card h3 a:hover{text-decoration:underline}.classificado-card p{color:#3e3a00;font-weight:800;line-height:1.4;margin-bottom:14px!important}.classificado-price{font-size:1.35rem;font-weight:1000;color:#111;margin:auto 0 8px}.classificado-meta{font-weight:900;color:#4d4600;margin-bottom:14px}.classificado-card-actions{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-top:auto}.classificado-card-actions .btn{padding:12px 10px;border-radius:12px;font-size:.86rem;text-decoration:none}.btn-outline-dark{background:#fff!important;color:#111!important;border:2px solid #111!important}.btn-success{background:#13a84f!important;color:#fff!important}.btn.disabled,.btn-success.disabled{opacity:.45;pointer-events:none;filter:grayscale(1)}
.classificado-empty-state{background:#fff;border:2px dashed rgba(0,0,0,.25);border-radius:24px;padding:42px 22px;text-align:center;box-shadow:0 14px 34px rgba(0,0,0,.08)}.classificado-empty-state i{font-size:3rem;color:#111}.classificado-empty-state h3{margin:10px 0 6px;font-family:Impact,Haettenschweiler,'Arial Narrow Bold',sans-serif;text-transform:uppercase;font-size:2.2rem}.classificado-empty-state p{max-width:560px;margin:0 auto 18px;font-weight:800;color:#564d00}
@media(max-width:980px){.classificado-market-hero{grid-template-columns:1fr}.classificado-market-stats{grid-template-columns:repeat(3,1fr)}.classificados-filter{grid-template-columns:1fr 1fr}.classificados-filter .btn{width:100%}}
@media(max-width:720px){.classificados-title-row{align-items:flex-start}.classificado-market-hero{padding:20px;border-radius:22px}.classificado-market-stats,.classificados-filter{grid-template-columns:1fr}.classificado-market-actions .btn,.classificados-title-row .btn{width:100%}.classificados-result-head{display:block}.classificados-result-head span{display:block;margin-top:4px}.classificado-image{height:215px}.classificado-card-actions{grid-template-columns:1fr}.classificado-chip{flex:1;justify-content:space-between}}

/* Home 2026: vitrine mais clara, atalhos e classificados em destaque */
.home-hero-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-top:18px}
.btn-ghost-light{background:rgba(0,0,0,.62);color:#fff;border:1px solid rgba(255,225,0,.82);box-shadow:0 12px 26px rgba(0,0,0,.22)}
.btn-ghost-light:hover{background:#050505;color:#ffe100;border-color:#ffe100;transform:translateY(-1px)}
.home-hero-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-top:22px;max-width:760px}
.home-hero-stat{background:rgba(5,5,5,.78);border:1px solid rgba(255,225,0,.5);border-radius:18px;padding:14px 12px;color:#fff;box-shadow:0 16px 32px rgba(0,0,0,.24);backdrop-filter:blur(6px)}
.home-hero-stat i{color:#ffe100;font-size:1.25rem}
.home-hero-stat strong{display:block;color:#ffe100;font-size:clamp(1.35rem,3vw,2rem);line-height:1;margin-top:6px;font-weight:1000}
.home-hero-stat span{display:block;font-weight:900;text-transform:uppercase;font-size:.72rem;letter-spacing:.02em;margin-top:4px;color:#fff}
.home-section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:22px;margin-bottom:22px;flex-wrap:wrap}
.home-section-head h2{margin:4px 0 0;font-family:Impact,Haettenschweiler,'Arial Narrow Bold',sans-serif;text-transform:uppercase;font-size:clamp(2.2rem,5.5vw,4.6rem);line-height:.9;letter-spacing:-.035em;color:#050505}
.home-section-head p{max-width:520px;margin:0;font-weight:900;color:#2c2400}
.feature-grid-home .feature-card{border:2px solid rgba(0,0,0,.08);box-shadow:0 18px 42px rgba(0,0,0,.16);transition:transform .18s ease,box-shadow .18s ease}
.feature-grid-home .feature-card:hover{transform:translateY(-4px);box-shadow:0 24px 54px rgba(0,0,0,.22)}
.feature-grid-home .feature-head{background:#050505;color:#ffe100}
.feature-grid-home .feature-head a{color:#fff;opacity:.9}
.home-classificados-section{padding-top:26px;background:linear-gradient(180deg,#ffe100 0%,#ffd500 100%)}
.home-classificados-card{position:relative;overflow:hidden;display:flex;align-items:center;justify-content:space-between;gap:18px;background:#080808;color:#fff;border:2px solid #ffd600;border-radius:28px;padding:28px;box-shadow:0 22px 52px rgba(0,0,0,.22)}
.home-classificados-card:after{content:"";position:absolute;inset:auto -40px -80px auto;width:230px;height:230px;border-radius:50%;background:rgba(255,214,0,.16);pointer-events:none}
.home-classificados-card h2{margin:4px 0 6px;color:#ffd600;text-transform:uppercase;font-weight:1000;line-height:.94;font-size:clamp(1.8rem,4vw,3.4rem)}
.home-classificados-card p{margin:0;font-weight:800;color:#fff;max-width:720px}
.home-classificados-preview{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:16px}
.home-classificado-mini{display:grid;grid-template-columns:96px 1fr;grid-template-rows:auto 1fr auto;column-gap:14px;align-items:center;background:#fff;border:1px solid rgba(0,0,0,.12);border-radius:20px;padding:12px;color:#050505;box-shadow:0 12px 28px rgba(0,0,0,.12);transition:transform .16s ease,box-shadow .16s ease}
.home-classificado-mini:hover{transform:translateY(-2px);box-shadow:0 18px 36px rgba(0,0,0,.18);color:#050505}
.home-classificado-mini img{grid-row:1/4;width:96px;height:84px;object-fit:cover;border-radius:14px;background:#111}
.home-classificado-mini span{font-size:.72rem;font-weight:1000;text-transform:uppercase;color:#8b4a00}
.home-classificado-mini strong{font-weight:1000;line-height:1.05}
.home-classificado-mini em{font-style:normal;color:#0f7d34;font-weight:1000}
.home-classificados-empty{margin-top:14px;background:#fff7a8;border:1px dashed rgba(0,0,0,.35);border-radius:18px;padding:16px;font-weight:900;color:#111}
@media(max-width:900px){.home-hero-stats{grid-template-columns:repeat(2,minmax(0,1fr));max-width:520px}.home-classificados-preview{grid-template-columns:1fr}.home-section-head{display:block}.home-section-head p{margin-top:8px}}
@media(max-width:760px){.home-classificados-card{display:block;padding:22px}.home-classificados-card .btn{margin-top:16px;width:100%}.home-hero-actions .btn{width:100%;justify-content:center}.home-hero-stats{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.home-hero-stat{padding:12px 10px}.home-classificado-mini{grid-template-columns:82px 1fr}.home-classificado-mini img{width:82px;height:78px}}

/* Ajustes doações: modal preso e Pix visível */
.donation-pix-box {
  display: grid;
  gap: 2px;
  margin: 8px 0 10px;
  padding: 8px 10px;
  border: 1px dashed rgba(0,0,0,.22);
  border-radius: 12px;
  background: #fffbea;
  text-align: left;
}
.donation-pix-box span,
.donation-modal-pix span {
  font-size: .72rem;
  font-weight: 1000;
  text-transform: uppercase;
  color: #6a5600;
}
.donation-pix-box strong,
.donation-modal-pix strong {
  font-size: .95rem;
  color: #111;
  overflow-wrap: anywhere;
}
.donation-modal[open] {
  position: fixed;
  inset: 0;
  margin: auto;
  max-height: calc(100dvh - 32px);
  overflow: auto;
  z-index: 99999;
}
.donation-modal-content {
  max-height: calc(100dvh - 40px);
  overflow: auto;
}
.donation-modal-pix {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 6px 10px;
  align-items: center;
  background: #fffbea;
  color: #111;
  border: 1px solid rgba(255,214,0,.8);
  border-radius: 16px;
  padding: 12px;
  margin-bottom: 14px;
}
.donation-modal-pix span,
.donation-modal-pix strong { grid-column: 1; }
.donation-modal-pix .btn { grid-column: 2; grid-row: 1 / span 2; white-space: nowrap; }
@media (max-width: 575px) {
  .donation-modal-pix { grid-template-columns: 1fr; }
  .donation-modal-pix .btn { grid-column: auto; grid-row: auto; width: 100%; }
}

/* Loja oficial / Produtos em formato e-commerce */
.store-hero{background:radial-gradient(circle at 80% 20%, rgba(255,225,0,.35), transparent 32%), linear-gradient(135deg,#050505 0%,#111 58%,#ffd900 58%,#ffe100 100%);color:#fff;padding:56px 0 42px;overflow:hidden}
.store-hero-grid{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(300px,.85fr);gap:28px;align-items:center}
.store-hero-copy h1{font-size:clamp(2.3rem,6vw,5.2rem);line-height:.9;margin:8px 0 12px;color:var(--yellow);text-transform:uppercase;font-weight:1000;letter-spacing:-.05em;text-shadow:0 4px 0 rgba(0,0,0,.28)}
.store-hero-copy p{max-width:650px;font-size:1.1rem;font-weight:800;color:#fff;margin:0 0 20px}.store-hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:18px}.store-hero-actions .btn{min-height:48px;border-radius:999px;font-weight:1000;text-transform:uppercase}.store-benefits{display:flex;flex-wrap:wrap;gap:10px}.store-benefits span{display:inline-flex;align-items:center;gap:8px;background:rgba(255,255,255,.12);border:1px solid rgba(255,225,0,.35);padding:9px 12px;border-radius:999px;font-weight:1000;color:#fff}.store-feature-card{position:relative;min-height:360px;background:#fff;color:#050505;border:4px solid var(--yellow);border-radius:28px;box-shadow:18px 18px 0 rgba(0,0,0,.35);padding:18px;display:grid;align-content:end;overflow:hidden}.store-feature-card:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(255,255,255,.12),rgba(0,0,0,.7));z-index:1}.store-feature-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.store-feature-card>i{font-size:7rem;color:#111;margin:auto}.store-feature-card div,.store-feature-badge{position:relative;z-index:2}.store-feature-card h2{font-size:2rem;font-weight:1000;text-transform:uppercase;color:var(--yellow);text-shadow:0 2px 0 #000;margin:0}.store-feature-card p{color:#fff;font-weight:800;margin:4px 0 0}.store-feature-badge{position:absolute;top:14px;left:14px;background:var(--yellow);color:#050505;border-radius:999px;padding:8px 12px;font-weight:1000;text-transform:uppercase;box-shadow:0 8px 18px rgba(0,0,0,.2)}
.store-section{background:#f7f4df}.store-toolbar{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,420px);gap:18px;align-items:end;margin-bottom:18px}.store-toolbar h2{font-size:clamp(2rem,4vw,3.4rem);text-transform:uppercase;font-weight:1000;margin:0;color:#050505}.store-toolbar p{margin:4px 0 0;font-weight:800;color:#4f4600}.store-search-box{background:#050505;border:2px solid var(--yellow);border-radius:18px;padding:14px;box-shadow:8px 8px 0 rgba(255,225,0,.55)}.store-search-box label{color:var(--yellow);font-size:.82rem;font-weight:1000;text-transform:uppercase;margin-bottom:6px}.store-search-box .form-control,.store-search-box .input-group-text{border-color:#fff;background:#fff;color:#050505;font-weight:800}.store-category-bar{display:flex;gap:10px;flex-wrap:wrap;margin:10px 0 22px}.store-category-chip{border:2px solid #050505;background:#fff;color:#050505;border-radius:999px;padding:9px 14px;font-weight:1000;text-transform:uppercase;box-shadow:4px 4px 0 rgba(0,0,0,.15);transition:.18s}.store-category-chip strong{background:#050505;color:var(--yellow);border-radius:999px;padding:2px 7px;margin-left:4px}.store-category-chip.active,.store-category-chip:hover{background:var(--yellow);transform:translateY(-2px)}.store-product-grid{align-items:stretch}.store-product-card{border:2px solid #050505;border-radius:22px;overflow:hidden;background:#fff;box-shadow:10px 10px 0 rgba(0,0,0,.12);transition:.18s}.store-product-card:hover{transform:translateY(-4px);box-shadow:14px 14px 0 rgba(0,0,0,.17)}.store-card-media{height:270px;background:#101010;position:relative;display:grid;place-items:center;overflow:hidden}.store-card-media img{width:100%;height:100%;object-fit:cover;transition:.25s}.store-product-card:hover .store-card-media img{transform:scale(1.04)}.store-card-tags{position:absolute;top:12px;left:12px;right:12px;z-index:2;display:flex;justify-content:space-between;gap:8px;align-items:flex-start}.store-card-tags span{background:rgba(255,225,0,.96);color:#050505;border-radius:999px;padding:7px 10px;font-size:.75rem;font-weight:1000;text-transform:uppercase;box-shadow:0 6px 16px rgba(0,0,0,.18)}.store-card-tags span:last-child{margin-left:auto;background:#050505;color:var(--yellow);border:1px solid rgba(255,225,0,.75)}.store-card-body h3{font-size:1.35rem;line-height:1.05;text-transform:uppercase;font-weight:1000;color:#050505;margin:0}.store-card-body p{color:#4d4d4d;font-weight:700}.store-rating{display:flex;align-items:center;gap:3px;color:#ffb800;font-size:.85rem}.store-rating span{color:#050505;font-weight:1000;text-transform:uppercase;margin-left:6px;font-size:.72rem}.store-empty{text-align:center;border:2px dashed #050505;border-radius:22px;background:#fff8bc}.store-empty i{font-size:3rem;color:#050505}.store-empty h3{font-weight:1000;text-transform:uppercase;color:#050505;margin:.5rem 0}.store-empty p{font-weight:800;color:#4f4600}
@media (max-width:900px){.store-hero-grid,.store-toolbar{grid-template-columns:1fr}.store-feature-card{min-height:300px}.store-search-box{box-shadow:5px 5px 0 rgba(255,225,0,.55)}}
@media (max-width:560px){.store-hero{padding:36px 0}.store-hero-actions .btn{width:100%}.store-benefits span{width:100%;justify-content:center}.store-card-media{height:220px}.store-category-chip{width:100%;display:flex;justify-content:space-between}.store-feature-card{box-shadow:8px 8px 0 rgba(0,0,0,.35)}}

.buyer-lookup-box{background:#fff7b0;border:2px solid #050505;border-radius:18px;padding:14px;box-shadow:6px 6px 0 rgba(0,0,0,.12)}
.buyer-lookup-head{display:flex;flex-direction:column;gap:2px;margin-bottom:10px}.buyer-lookup-head strong{font-weight:1000;text-transform:uppercase;color:#050505}.buyer-lookup-head small{font-weight:800;color:#5b5100}.buyer-lookup-result{margin-top:10px;background:#050505;color:#fff;border-radius:12px;padding:10px 12px;font-weight:900}.buyer-lookup-result.is-ok{background:#106b2f;color:#fff}.buyer-lookup-result.is-error{background:#9f1010;color:#fff}.product-order-modal .form-label{font-weight:1000;color:#050505}.store-report-card{background:#050505;border:2px solid var(--yellow);border-radius:18px;padding:18px;color:#fff;box-shadow:8px 8px 0 rgba(0,0,0,.12);height:100%}.store-report-card span{display:block;color:var(--yellow);font-weight:1000;text-transform:uppercase;font-size:.8rem}.store-report-card strong{display:block;font-size:clamp(1.5rem,3vw,2.4rem);line-height:1;margin-top:6px;color:#fff}

/* Controle de estoque da loja */
.store-product-card.is-sold-out{opacity:.72;filter:grayscale(.15)}
.store-product-card.is-sold-out .store-card-media::after{content:'ESGOTADO';position:absolute;inset:auto 18px 18px 18px;background:#9f1010;color:#fff;border:2px solid #fff;border-radius:999px;padding:10px 14px;text-align:center;font-weight:1000;letter-spacing:.08em;box-shadow:0 10px 24px rgba(0,0,0,.28)}
.store-card-tags span.is-stock-out{background:#9f1010!important;color:#fff!important;border-color:#fff!important}

/* =========================================================
   CORREÇÃO v10.1 - Home/Mural
   - Impede legenda/hashtags de invadir o card vizinho
   - Mantém cards estáveis em desktop e mobile
   ========================================================= */
.home-page .mural-feed-home,
.mural-page .mural-feed{
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
}
.home-page .mural-feed-home .mural-card,
.mural-page .mural-feed .mural-card{
  min-width:0!important;
  overflow:hidden!important;
  isolation:isolate!important;
}
.home-page .mural-feed-home .mural-card-body,
.mural-page .mural-feed .mural-card-body{
  min-width:0!important;
  overflow:hidden!important;
  min-height:150px!important;
}
.home-page .mural-feed-home .mural-card-body strong,
.home-page .mural-feed-home .mural-card-body small,
.home-page .mural-feed-home .mural-card-body p,
.mural-page .mural-feed .mural-card-body strong,
.mural-page .mural-feed .mural-card-body small,
.mural-page .mural-feed .mural-card-body p{
  max-width:100%!important;
  white-space:normal!important;
  overflow-wrap:anywhere!important;
  word-break:break-word!important;
}
.home-page .mural-feed-home .mural-card-body p,
.mural-page .mural-feed .mural-card-body p{
  max-height:3.85em!important;
}
.home-page .mural-feed-home .mural-like,
.mural-page .mural-feed .mural-like{
  margin-top:auto!important;
  align-self:flex-start!important;
}
@media (max-width:980px){
  .home-page .mural-feed-home,
  .mural-page .mural-feed{grid-template-columns:repeat(2,minmax(0,1fr))!important;}
}
@media (max-width:640px){
  .home-page .mural-feed-home,
  .mural-page .mural-feed{grid-template-columns:1fr!important;}
}


/* Hotfix mural comentários: impede que formulário/modal vaze para a página e melhora textarea */
.mural-ig-modal:not(:target){display:none!important;visibility:hidden!important;pointer-events:none!important;}
.mural-ig-modal:target{visibility:visible!important;pointer-events:auto!important;}
.mural-comment-row textarea{
  border:1px solid rgba(255,225,0,.35)!important;
  border-radius:10px!important;
  background:#fff!important;
  color:#111!important;
  padding:11px 12px!important;
  font-weight:800!important;
  min-width:0!important;
  width:100%!important;
  resize:vertical!important;
  min-height:42px!important;
  max-height:110px!important;
  line-height:1.2!important;
  font-family:inherit!important;
}
.mural-comment-row textarea::placeholder{color:#555!important;}
.mural-comment-form{box-sizing:border-box!important;}
.mural-comment-form *{box-sizing:border-box!important;}


/* Correção home: cards do mural não devem invadir o card vizinho */
.home-page .mural-feed-home{
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:16px!important;
}
.home-page .mural-feed-home .mural-card{
  min-width:0!important;
  overflow:hidden!important;
}
.home-page .mural-feed-home .mural-card-body,
.home-page .mural-feed-home .mural-card-body strong,
.home-page .mural-feed-home .mural-card-body small,
.home-page .mural-feed-home .mural-card-body p{
  min-width:0!important;
  max-width:100%!important;
  overflow-wrap:anywhere!important;
  word-break:break-word!important;
}
.home-page .mural-feed-home .mural-card-body p{
  -webkit-line-clamp:3!important;
}
.home-page .mural-feed-home .mural-card:first-child{
  grid-column:auto!important;
}
.home-page .mural-feed-home .mural-card:first-child img,
.home-page .mural-feed-home .mural-card img{
  aspect-ratio:16/10!important;
  width:100%!important;
  height:auto!important;
  object-fit:cover!important;
}
.feature-img img[src=""], .card-image img[src=""]{
  display:none!important;
}
@media (max-width: 1100px){
  .home-page .mural-feed-home{grid-template-columns:repeat(2,minmax(0,1fr))!important;}
}
@media (max-width: 700px){
  .home-page .mural-feed-home{grid-template-columns:1fr!important;}
}

/* Correções v10.7: cards da galeria/álbuns e imagens de destaque */
.feature-img img,
.gallery-event-cover img,
.album-modal-photo img,
.admin-photo-card img,
.preview-thumb{
  max-width:100%;
}
.gallery-event-card,
.album-modal-photo,
.feature-card{
  min-width:0;
}
.gallery-event-info h3,
.gallery-event-info p,
.album-modal-photo span,
.feature-body h3,
.feature-body p{
  overflow-wrap:anywhere;
  word-break:break-word;
}
.gallery-event-cover img[src=""],
.feature-img img[src=""],
.album-modal-photo img[src=""]{
  display:none;
}


/* =========================================================
   FIX V10.8 - Mural da HOME
   O index deve mostrar 3 cards estáveis. Textos longos, @user,
   hashtags e emojis não podem invadir o card vizinho.
   ========================================================= */
.home-page .mural-preview-section .site-container{
  max-width:1180px!important;
}
.home-page .mural-preview-head{
  display:flex!important;
  align-items:flex-end!important;
  justify-content:space-between!important;
  gap:18px!important;
}
.home-page .mural-preview-head .btn{
  flex:0 0 auto!important;
  white-space:nowrap!important;
  margin-left:auto!important;
}
.home-page .home-mural-feed-fixed,
.home-page .mural-feed-home.home-mural-feed-fixed{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:16px!important;
  align-items:stretch!important;
}
.home-page .home-mural-card-fixed,
.home-page .mural-feed-home .home-mural-card-fixed,
.home-page .mural-feed-home .home-mural-card-fixed:first-child{
  grid-column:auto!important;
  width:100%!important;
  min-width:0!important;
  max-width:100%!important;
  height:100%!important;
  min-height:0!important;
  display:flex!important;
  flex-direction:column!important;
  overflow:hidden!important;
  border-radius:14px!important;
}
.home-page .home-mural-card-fixed img,
.home-page .mural-feed-home .home-mural-card-fixed img,
.home-page .mural-feed-home .home-mural-card-fixed:first-child img{
  width:100%!important;
  height:auto!important;
  aspect-ratio:16/10!important;
  object-fit:cover!important;
  display:block!important;
  flex:0 0 auto!important;
}
.home-page .home-mural-body-fixed,
.home-page .mural-feed-home .home-mural-body-fixed{
  min-width:0!important;
  flex:1 1 auto!important;
  display:flex!important;
  flex-direction:column!important;
  padding:12px!important;
  overflow:hidden!important;
}
.home-page .home-mural-body-fixed strong,
.home-page .home-mural-body-fixed small,
.home-page .home-mural-body-fixed p{
  max-width:100%!important;
  min-width:0!important;
  overflow:hidden!important;
  overflow-wrap:anywhere!important;
  word-break:break-word!important;
  hyphens:auto!important;
}
.home-page .home-mural-body-fixed strong{
  display:-webkit-box!important;
  -webkit-line-clamp:1!important;
  -webkit-box-orient:vertical!important;
  font-size:.92rem!important;
  line-height:1.12!important;
}
.home-page .home-mural-body-fixed small{
  display:-webkit-box!important;
  -webkit-line-clamp:1!important;
  -webkit-box-orient:vertical!important;
  font-size:.75rem!important;
  line-height:1.15!important;
}
.home-page .home-mural-body-fixed p{
  display:-webkit-box!important;
  -webkit-line-clamp:2!important;
  -webkit-box-orient:vertical!important;
  font-size:.76rem!important;
  line-height:1.22!important;
  margin:8px 0 10px!important;
}
.home-page .home-mural-body-fixed .mural-like{
  align-self:flex-start!important;
  margin-top:auto!important;
  flex:0 0 auto!important;
}
@media (max-width: 900px){
  .home-page .home-mural-feed-fixed,
  .home-page .mural-feed-home.home-mural-feed-fixed{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
}
@media (max-width: 640px){
  .home-page .mural-preview-head{
    align-items:flex-start!important;
    flex-direction:column!important;
  }
  .home-page .mural-preview-head .btn{
    margin-left:0!important;
  }
  .home-page .home-mural-feed-fixed,
  .home-page .mural-feed-home.home-mural-feed-fixed{
    grid-template-columns:1fr!important;
  }
}

/* Carrossel do banner principal */
.home-hero-carousel{background:#050505;color:#fff}
.home-hero-carousel:before{background:linear-gradient(105deg,rgba(255,240,0,.96) 0%,rgba(255,225,0,.88) 34%,rgba(0,0,0,.28) 62%,rgba(0,0,0,.62) 100%);z-index:1;pointer-events:none}
.home-hero-carousel:after{z-index:2;pointer-events:none}
.hero-slides{position:absolute;inset:0;z-index:0;overflow:hidden;background:#050505}
.hero-slide{position:absolute;inset:0;background-size:cover;background-position:center;opacity:0;transform:scale(1.04);transition:opacity .8s ease,transform 5.8s ease;filter:saturate(1.06) contrast(1.04)}
.hero-slide.active{opacity:1;transform:scale(1)}
.home-hero-carousel .hero-stage{z-index:3}
.home-hero-carousel .hero-copy{position:relative;z-index:4;background:linear-gradient(90deg,rgba(255,225,0,.86),rgba(255,225,0,.58) 70%,rgba(255,225,0,0));border-radius:18px;padding:18px 18px 20px;margin-left:-18px;backdrop-filter:blur(1px)}
.home-hero-carousel .slider-dots{align-items:center}
.home-hero-carousel .slider-dots button{width:15px;height:15px;border:0;border-radius:50%;background:#fff;box-shadow:0 2px 4px rgba(0,0,0,.25);padding:0;cursor:pointer;transition:transform .2s ease,background .2s ease}
.home-hero-carousel .slider-dots button.active{background:var(--orange);transform:scale(1.16)}
.hero-carousel-control{position:absolute;top:52%;z-index:5;width:44px;height:44px;border:1px solid rgba(255,225,0,.85);border-radius:999px;background:rgba(5,5,5,.72);color:var(--yellow);display:flex;align-items:center;justify-content:center;box-shadow:0 10px 22px rgba(0,0,0,.32);cursor:pointer;transition:transform .18s ease,background .18s ease}
.hero-carousel-control:hover{transform:translateY(-50%) scale(1.06);background:#050505}
.hero-carousel-control.prev{left:18px;transform:translateY(-50%)}
.hero-carousel-control.next{right:18px;transform:translateY(-50%)}
@media (max-width:820px){.home-hero-carousel .hero-copy{margin-left:0;background:linear-gradient(180deg,rgba(255,225,0,.88),rgba(255,225,0,.58));padding:16px}.hero-carousel-control{top:auto;bottom:54px;width:38px;height:38px}.hero-carousel-control.prev{left:18px}.hero-carousel-control.next{right:18px}.home-hero-carousel:before{background:linear-gradient(180deg,rgba(255,225,0,.72),rgba(255,225,0,.58) 45%,rgba(0,0,0,.36) 100%)}}


/* ===== CARROSSEL DE PARCEIROS 1600x650 - VERSÃO LIMPA ===== */
body:not(.admin-body).home-page .home-partner-carousel{
    width:100% !important;
    max-width:none !important;
    margin:0 auto 18px !important;
    padding:0 !important;
    background:#050505 !important;
    position:relative !important;
    overflow:hidden !important;
    min-height:0 !important;
    border:0 !important;
    box-shadow:none !important;
}
body:not(.admin-body).home-page .home-partner-carousel::before,
body:not(.admin-body).home-page .home-partner-carousel::after,
body:not(.admin-body).home-page .home-partner-carousel *::before,
body:not(.admin-body).home-page .home-partner-carousel *::after{
    content:none !important;
    display:none !important;
    background:none !important;
    opacity:0 !important;
    filter:none !important;
}
body:not(.admin-body).home-page .partner-carousel-track{
    width:100% !important;
    max-width:1600px !important;
    aspect-ratio:1600 / 650 !important;
    margin:0 auto !important;
    background:#050505 !important;
    position:relative !important;
    overflow:hidden !important;
}
body:not(.admin-body).home-page .home-partner-carousel .partner-slide{
    position:absolute !important;
    inset:0 !important;
    width:100% !important;
    height:100% !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    background:#050505 !important;
    opacity:0 !important;
    visibility:hidden !important;
    transform:none !important;
    transition:opacity .55s ease, visibility .55s ease !important;
    filter:none !important;
    overflow:hidden !important;
}
body:not(.admin-body).home-page .home-partner-carousel .partner-slide.active{
    opacity:1 !important;
    visibility:visible !important;
    z-index:2 !important;
}
body:not(.admin-body).home-page .home-partner-carousel .partner-slide a,
body:not(.admin-body).home-page .home-partner-carousel .partner-slide img{
    width:100% !important;
    max-width:100% !important;
    height:100% !important;
    max-height:none !important;
    display:block !important;
    margin:0 auto !important;
    padding:0 !important;
    border:0 !important;
    object-fit:contain !important;
    object-position:center center !important;
    opacity:1 !important;
    filter:none !important;
    transform:none !important;
}
body:not(.admin-body).home-page .home-partner-carousel .partner-slide a{
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    background:#050505 !important;
}
body:not(.admin-body).home-page .home-partner-carousel .hero-carousel-control{
    top:50% !important;
    transform:translateY(-50%) !important;
    z-index:8 !important;
    width:42px !important;
    height:42px !important;
    border:1px solid #ffd900 !important;
    background:rgba(0,0,0,.58) !important;
    color:#ffd900 !important;
    border-radius:999px !important;
}
body:not(.admin-body).home-page .home-partner-carousel .hero-carousel-control.prev{left:18px !important;}
body:not(.admin-body).home-page .home-partner-carousel .hero-carousel-control.next{right:18px !important;}
body:not(.admin-body).home-page .home-partner-carousel .slider-dots{
    position:absolute !important;
    left:50% !important;
    bottom:12px !important;
    transform:translateX(-50%) !important;
    z-index:9 !important;
    display:flex !important;
    gap:7px !important;
}
body:not(.admin-body).home-page .home-partner-carousel .slider-dots button{
    width:10px !important;
    height:10px !important;
    border-radius:999px !important;
    border:0 !important;
    background:#fff !important;
    padding:0 !important;
    box-shadow:0 2px 5px rgba(0,0,0,.35) !important;
}
body:not(.admin-body).home-page .home-partner-carousel .slider-dots button.active{background:#ff5a1f !important;}
@media(max-width:820px){
    body:not(.admin-body).home-page .partner-carousel-track{aspect-ratio:1600 / 650 !important;}
    body:not(.admin-body).home-page .home-partner-carousel .hero-carousel-control{width:34px !important;height:34px !important;}
    body:not(.admin-body).home-page .home-partner-carousel .hero-carousel-control.prev{left:10px !important;}
    body:not(.admin-body).home-page .home-partner-carousel .hero-carousel-control.next{right:10px !important;}
}

/* Correção Home: atalhos abaixo de "Escolha seu próximo movimento" */
body:not(.admin-body).home-page .home-movement-panel{
    display:grid;
    grid-template-columns:minmax(240px, 340px) 1fr;
    gap:18px;
    align-items:stretch;
    margin:18px 0 26px;
}
body:not(.admin-body).home-page .home-shortcuts-pro{
    display:flex;
    flex-direction:column;
    gap:10px;
}
body:not(.admin-body).home-page .shortcut-pro{
    display:flex;
    align-items:center;
    gap:10px;
    min-height:48px;
    padding:12px 16px;
    border-radius:10px;
    background:#090909;
    color:#fff;
    text-decoration:none;
    text-transform:uppercase;
    font-weight:950;
    letter-spacing:.02em;
    box-shadow:0 10px 20px rgba(0,0,0,.18);
    transition:transform .18s ease, box-shadow .18s ease, background .18s ease;
}
body:not(.admin-body).home-page .shortcut-pro i{
    color:#ffd400;
    font-size:1.05rem;
}
body:not(.admin-body).home-page .shortcut-pro:hover{
    transform:translateY(-2px);
    background:#161616;
    color:#fff;
    box-shadow:0 14px 24px rgba(0,0,0,.24);
}
body:not(.admin-body).home-page .shortcut-pro-primary{
    background:linear-gradient(135deg,#ff7425,#ff3d21);
    color:#fff;
}
body:not(.admin-body).home-page .shortcut-pro-primary i{color:#fff;}
body:not(.admin-body).home-page .home-stats-pro{
    display:grid;
    grid-template-columns:repeat(4, minmax(0,1fr));
    gap:12px;
}
body:not(.admin-body).home-page .home-stat-pro{
    min-height:118px;
    border-radius:18px;
    background:linear-gradient(180deg,#171717,#050505);
    color:#fff;
    padding:16px;
    display:flex;
    flex-direction:column;
    justify-content:center;
    box-shadow:0 12px 24px rgba(0,0,0,.2);
    border:1px solid rgba(255,212,0,.28);
}
body:not(.admin-body).home-page .home-stat-pro i{
    color:#ffd400;
    font-size:1.25rem;
    margin-bottom:8px;
}
body:not(.admin-body).home-page .home-stat-pro strong{
    color:#ffd400;
    font-size:2.35rem;
    line-height:.9;
    font-weight:1000;
}
body:not(.admin-body).home-page .home-stat-pro small{
    color:#fff;
    text-transform:uppercase;
    font-size:.72rem;
    line-height:1.1;
    font-weight:950;
    margin-top:8px;
}

/* Correção Home/Mural: botão no padrão do site e fotos clicáveis em modal */
body:not(.admin-body) .mural-full-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    border:0!important;
    border-radius:12px!important;
    background:linear-gradient(135deg,#ff7425,#ff3d21)!important;
    color:#fff!important;
    font-weight:950!important;
    text-transform:uppercase;
    letter-spacing:.02em;
    box-shadow:0 10px 22px rgba(255,77,33,.25);
    text-decoration:none!important;
}
body:not(.admin-body) .mural-full-btn:hover{
    color:#fff!important;
    transform:translateY(-1px);
    box-shadow:0 14px 26px rgba(255,77,33,.32);
}
body:not(.admin-body).home-page .mural-card-media.mural-photo-open{
    display:block;
    overflow:hidden;
    background:#111;
    border-radius:14px 14px 0 0;
    cursor:zoom-in;
    text-decoration:none;
}
body:not(.admin-body).home-page .mural-card-media.mural-photo-open img,
body:not(.admin-body).home-page .home-mural-card-fixed > img{
    width:100%;
    height:220px;
    object-fit:cover;
    display:block;
    transition:transform .22s ease, filter .22s ease;
}
body:not(.admin-body).home-page .mural-card-media.mural-photo-open:hover img{
    transform:scale(1.035);
    filter:saturate(1.08) contrast(1.04);
}
body:not(.admin-body).home-page .mural-home-modal .mural-ig-dialog{
    max-width:1080px;
}
body:not(.admin-body).home-page .mural-home-modal .mural-ig-right{
    display:flex;
    flex-direction:column;
    gap:14px;
}
@media(max-width:860px){
    body:not(.admin-body).home-page .home-movement-panel{
        grid-template-columns:1fr;
    }
    body:not(.admin-body).home-page .home-stats-pro{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }
}
@media(max-width:520px){
    body:not(.admin-body).home-page .home-stat-pro{
        min-height:104px;
        padding:14px;
    }
    body:not(.admin-body).home-page .home-stat-pro strong{
        font-size:2rem;
    }
    body:not(.admin-body).home-page .shortcut-pro{
        font-size:.86rem;
    }
}

/* =========================================================
   HOTFIX - HOME CLASSIFICADOS: miniaturas visíveis
   Corrige thumbnails escurecidas/cortadas na vitrine da Home.
   ========================================================= */
body:not(.admin-body).home-page .home-classificados-preview{
  align-items:stretch!important;
}
body:not(.admin-body).home-page .home-classificado-mini{
  grid-template-columns:96px minmax(0,1fr)!important;
  min-height:84px!important;
  overflow:hidden!important;
  background:#fff!important;
}
body:not(.admin-body).home-page .home-classificado-mini img,
body:not(.admin-body).home-page .home-classificados-preview img,
body:not(.admin-body).home-page .classificados-preview img,
body:not(.admin-body).home-page .classificado-mini img{
  grid-row:1 / 4!important;
  width:96px!important;
  height:84px!important;
  max-width:96px!important;
  min-width:96px!important;
  object-fit:contain!important;
  object-position:center center!important;
  background:#fff!important;
  padding:5px!important;
  border-radius:14px!important;
  opacity:1!important;
  filter:none!important;
  mix-blend-mode:normal!important;
  transform:none!important;
  visibility:visible!important;
}
body:not(.admin-body).home-page .home-classificado-mini:hover img{
  transform:none!important;
  filter:none!important;
}
body:not(.admin-body).home-page .home-classificado-mini span,
body:not(.admin-body).home-page .home-classificado-mini strong,
body:not(.admin-body).home-page .home-classificado-mini em{
  min-width:0!important;
  max-width:100%!important;
  overflow-wrap:anywhere!important;
}
@media(max-width:760px){
  body:not(.admin-body).home-page .home-classificado-mini{
    grid-template-columns:86px minmax(0,1fr)!important;
  }
  body:not(.admin-body).home-page .home-classificado-mini img,
  body:not(.admin-body).home-page .home-classificados-preview img,
  body:not(.admin-body).home-page .classificados-preview img,
  body:not(.admin-body).home-page .classificado-mini img{
    width:86px!important;
    height:78px!important;
    max-width:86px!important;
    min-width:86px!important;
  }
}


/* Correção final: botão Ver Mural Completo no padrão preto/amarelo */
body:not(.admin-body) .mural-full-btn,
body:not(.admin-body) .mural-preview-head .btn,
body:not(.admin-body).home-page .mural-preview-head .btn{
    background:#050505 !important;
    color:#ffe100 !important;
    border:1px solid #050505 !important;
    border-radius:8px !important;
    box-shadow:none !important;
    text-transform:uppercase !important;
    font-weight:1000 !important;
}
body:not(.admin-body) .mural-full-btn i,
body:not(.admin-body) .mural-preview-head .btn i,
body:not(.admin-body).home-page .mural-preview-head .btn i{
    color:#ffe100 !important;
}
body:not(.admin-body) .mural-full-btn:hover,
body:not(.admin-body) .mural-preview-head .btn:hover,
body:not(.admin-body).home-page .mural-preview-head .btn:hover{
    background:#111 !important;
    color:#ffe100 !important;
    border-color:#ffe100 !important;
    transform:translateY(-1px);
}
