:root{
  --botuka-yellow:#FFB703;
  --botuka-yellow-2:#F2A000;
  --botuka-blue:#13293D;
  --botuka-blue-2:#1E3A54;
  --botuka-green:#2E8B57;
  --botuka-green-2:#236941;
  --botuka-earth:#C1642F;
  --botuka-earth-2:#A94F22;
  --botuka-sky:#EAF6F7;

  --bg:#F8F5ED;
  --surface:#FFFFFF;
  --surface-2:#FFF9EA;
  --text:#20201D;
  --muted:#746E60;
  --border:#E8DECA;

  --radius-xs:10px;
  --radius:18px;
  --radius-lg:28px;
  --pill:999px;

  --shadow:0 10px 28px -18px rgba(19,41,61,.28);
  --shadow-hover:0 18px 46px -24px rgba(19,41,61,.35);

  --font-title:'Baloo 2', system-ui, sans-serif;
  --font-body:'Inter', system-ui, sans-serif;
}

[data-theme="dark"]{
  --bg:#111820;
  --surface:#18222C;
  --surface-2:#202C37;
  --text:#F3EEDF;
  --muted:#B3AB98;
  --border:#2A3440;
  --botuka-sky:#172A32;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  background:
    radial-gradient(760px 340px at 14% -6%, rgba(255,183,3,.20), transparent 62%),
    radial-gradient(560px 300px at 92% 6%, rgba(46,139,87,.14), transparent 60%),
    var(--bg);
  color:var(--text);
  font-family:var(--font-body);
  -webkit-font-smoothing:antialiased;
}
a{text-decoration:none;color:inherit}
h1,h2,h3,h4,.brand,.font-title{font-family:var(--font-title)}
.container-botuka{max-width:1220px;margin-inline:auto;padding-inline:18px}
.text-muted-botuka{color:var(--muted)}
::selection{background:var(--botuka-yellow);color:var(--botuka-blue)}

/* ============================================================
  HEADER
============================================================ */
.app-header{
  position:sticky;
  top:0;
  z-index:1040;
  background:rgba(255,255,255,.82);
  backdrop-filter:blur(18px) saturate(140%);
  border-bottom:1px solid rgba(232,222,202,.78);
}
[data-theme="dark"] .app-header{
  background:rgba(17,24,32,.84);
  border-bottom-color:var(--border);
}

.botuka-desktop-modules{
  border-top:1px solid rgba(232,222,202,.62);
  background:rgba(255,255,255,.72);
}

[data-theme="dark"] .botuka-desktop-modules{
  background:rgba(17,24,32,.76);
  border-top-color:var(--border);
}

.botuka-desktop-modules__inner{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:0;
  min-height:40px;
  overflow:hidden;
}

.botuka-desktop-modules a{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:40px;
  padding:0 14px;
  color:var(--text);
  font-size:.86rem;
  font-weight:700;
  white-space:nowrap;
  transition:background .2s ease,color .2s ease;
}

.botuka-desktop-modules a:hover,
.botuka-desktop-modules a:focus-visible{
  color:var(--botuka-earth);
  background:rgba(255,183,3,.12);
}

@media (max-width: 992px){
  .botuka-desktop-modules{
    display:none!important;
  }
}
.header-inner{
  height:72px;
  display:flex;
  align-items:center;
  gap:16px;
}
.brand{
  display:flex;
  align-items:center;
  gap:8px;
  font-size:1.75rem;
  font-weight:800;
  letter-spacing:-.04em;
  color:var(--botuka-earth);
  white-space:nowrap;
}
.brand-dot{
  width:16px;
  height:16px;
  border-radius:50%;
  background:linear-gradient(135deg,var(--botuka-yellow),var(--botuka-earth));
  box-shadow:0 0 0 6px rgba(255,183,3,.16);
}
.location-pill{
  display:inline-flex;
  align-items:center;
  gap:7px;
  border:1px solid var(--border);
  background:var(--surface);
  color:var(--botuka-blue);
  border-radius:var(--pill);
  padding:8px 13px;
  font-weight:700;
  font-size:.9rem;
}
[data-theme="dark"] .location-pill{color:var(--text)}
.header-search{
  flex:1;
  max-width:420px;
  margin-left:auto;
  position:relative;
}
.header-search input{
  width:100%;
  border:1px solid var(--border);
  background:var(--surface);
  color:var(--text);
  border-radius:var(--pill);
  padding:11px 44px 11px 16px;
  outline:none;
  font-size:.94rem;
}
.header-search i{
  position:absolute;
  right:16px;
  top:50%;
  transform:translateY(-50%);
  color:var(--muted);
}
.header-actions{
  display:flex;
  align-items:center;
  gap:8px;
}
.btn-botuka{
  border:0;
  border-radius:var(--pill);
  padding:10px 18px;
  font-weight:800;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  transition:.2s ease;
  white-space:nowrap;
}
.btn-yellow{
  background:var(--botuka-yellow);
  color:var(--botuka-blue);
  box-shadow:0 8px 18px -12px rgba(255,183,3,.65);
}
.btn-yellow:hover{background:var(--botuka-yellow-2);color:var(--botuka-blue);transform:translateY(-1px)}
.btn-soft{
  background:var(--surface);
  border:1px solid var(--border);
  color:var(--text);
}
.btn-soft:hover{background:var(--surface-2);color:var(--text);transform:translateY(-1px)}
.btn-icon{
  width:42px;
  height:42px;
  padding:0;
  border-radius:50%;
}

/* ============================================================
  HERO
============================================================ */
.hero{
  padding:34px 0 22px;
}
.hero-grid{
  display:grid;
  grid-template-columns:1.06fr .94fr;
  gap:28px;
  align-items:stretch;
}
.hero-main{
  background:
    linear-gradient(135deg, rgba(255,255,255,.96), rgba(255,249,234,.92)),
    radial-gradient(400px 220px at 18% 0%, rgba(255,183,3,.18), transparent 70%);
  border:1px solid var(--border);
  border-radius:var(--radius-lg);
  box-shadow:var(--shadow);
  padding:34px;
  position:relative;
  overflow:hidden;
}
[data-theme="dark"] .hero-main{background:var(--surface)}
.hero-main::after{
  content:"";
  position:absolute;
  right:-80px;
  bottom:-110px;
  width:260px;
  height:260px;
  border-radius:50%;
  background:rgba(46,139,87,.12);
}
.hero-kicker{
  display:inline-flex;
  align-items:center;
  gap:8px;
  background:#EAF8EF;
  color:var(--botuka-green-2);
  border-radius:var(--pill);
  padding:8px 13px;
  font-size:.84rem;
  font-weight:800;
  margin-bottom:18px;
}
[data-theme="dark"] .hero-kicker{background:rgba(46,139,87,.14);color:#7DD6A5}
.hero h1{
  font-size:clamp(2.25rem,5.2vw,4.45rem);
  line-height:.95;
  letter-spacing:-.05em;
  font-weight:800;
  margin:0 0 14px;
  color:var(--botuka-blue);
}
[data-theme="dark"] .hero h1{color:var(--text)}
.hero h1 span{color:var(--botuka-earth)}
.hero-subtitle{
  color:var(--muted);
  font-size:1.08rem;
  max-width:660px;
  margin-bottom:22px;
}
.search-hero{
  position:relative;
  z-index:2;
  background:var(--surface);
  border:1px solid var(--border);
  border-radius:22px;
  box-shadow:var(--shadow);
  padding:10px;
  display:grid;
  grid-template-columns:1fr auto;
  gap:8px;
  margin-bottom:16px;
}
.search-hero input{
  border:0;
  outline:0;
  background:transparent;
  color:var(--text);
  font-size:1.05rem;
  padding:13px 14px;
}
.quick-chips{
  display:flex;
  gap:9px;
  overflow-x:auto;
  padding:2px 0 4px;
  position:relative;
  z-index:2;
}
.quick-chip{
  border:1px solid var(--border);
  background:var(--surface);
  color:var(--text);
  border-radius:var(--pill);
  padding:8px 13px;
  display:inline-flex;
  align-items:center;
  gap:7px;
  font-size:.88rem;
  font-weight:750;
  white-space:nowrap;
  transition:.18s ease;
}
.quick-chip:hover{border-color:var(--botuka-yellow);background:var(--surface-2);transform:translateY(-1px)}
.quick-chip i{color:var(--botuka-earth)}

.today-panel{
  display:block;
}
.city-status{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:12px;
}
.status-item{
  background:var(--surface);
  border:1px solid var(--border);
  border-radius:var(--radius);
  padding:16px;
  box-shadow:var(--shadow);
}
.status-value{
  font-family:var(--font-title);
  font-size:1.72rem;
  font-weight:800;
  color:var(--botuka-earth);
  line-height:1;
}
.status-label{
  color:var(--muted);
  font-size:.82rem;
  font-weight:700;
  margin-top:5px;
}

/* ============================================================
  MAIN LAYOUT
============================================================ */
.main-section{
  padding:22px 0 20px;
}
.main-layout{
  display:grid;
  grid-template-columns:minmax(0,1fr) 380px;
  gap:24px;
  align-items:start;
}
.section-title{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  margin-bottom:14px;
}
.section-title h2{
  margin:0;
  font-size:1.55rem;
  font-weight:800;
  color:var(--botuka-blue);
  letter-spacing:-.02em;
}
[data-theme="dark"] .section-title h2{color:var(--text)}
.section-title small{color:var(--muted);font-weight:700}

/* ============================================================
  FEED
============================================================ */
.feed-list{
  display:flex;
  flex-direction:column;
  gap:14px;
}
.feed-card{
  background:var(--surface);
  border:1px solid var(--border);
  border-radius:var(--radius-lg);
  box-shadow:var(--shadow);
  overflow:hidden;
  transition:.18s ease;
}
.feed-card:hover{transform:translateY(-2px);box-shadow:var(--shadow-hover)}
.feed-inner{padding:18px}
.feed-head{
  display:flex;
  align-items:center;
  gap:12px;
  margin-bottom:11px;
}
.feed-icon{
  width:46px;height:46px;
  border-radius:16px;
  display:flex;align-items:center;justify-content:center;
  font-size:1.35rem;
  color:#fff;
  flex:0 0 auto;
}
.feed-meta{
  min-width:0;
}
.feed-type{
  font-size:.78rem;
  font-weight:850;
  text-transform:uppercase;
  letter-spacing:.03em;
  color:var(--botuka-earth);
}
.feed-place{
  color:var(--muted);
  font-size:.84rem;
  font-weight:650;
}
.feed-title{
  font-size:1.13rem;
  font-weight:850;
  line-height:1.25;
  margin:0 0 7px;
}
.feed-text{
  color:var(--muted);
  margin:0 0 12px;
  font-size:.94rem;
}
.feed-actions{
  display:flex;
  align-items:center;
  gap:8px;
  flex-wrap:wrap;
}
.feed-link{
  color:var(--botuka-earth);
  font-weight:850;
  font-size:.9rem;
}
.feed-link:hover{color:var(--botuka-earth-2)}
.badge-official,.badge-check,.badge-alert{
  border-radius:var(--pill);
  padding:5px 9px;
  font-size:.72rem;
  font-weight:850;
  display:inline-flex;
  align-items:center;
  gap:5px;
}
.badge-official{background:#FBE8DF;color:var(--botuka-earth-2)}
.badge-check{background:#E8F7EF;color:var(--botuka-green-2)}
.badge-alert{background:#FFF2C9;color:#8A6100}
.feed-photo{
  height:220px;
  border-radius:0;
  background-size:cover;
  background-position:center;
  position:relative;
}
.photo-event{
  background:
    linear-gradient(180deg,transparent 42%,rgba(0,0,0,.62)),
    radial-gradient(circle at 24% 20%,rgba(255,255,255,.24),transparent 26%),
    linear-gradient(135deg,#2E8B57,#C1642F);
}
.photo-tour{
  background:
    linear-gradient(180deg,transparent 46%,rgba(0,0,0,.62)),
    radial-gradient(circle at 70% 28%,rgba(255,183,3,.34),transparent 18%),
    linear-gradient(135deg,#236941,#1E3A54 60%,#C1642F);
}
.photo-offer{
  background:
    linear-gradient(180deg,transparent 42%,rgba(0,0,0,.55)),
    radial-gradient(circle at 30% 20%,rgba(255,255,255,.23),transparent 24%),
    linear-gradient(135deg,#FFB703,#C1642F);
}
.photo-label{
  position:absolute;
  left:18px;
  bottom:16px;
  color:#fff;
  font-weight:850;
  font-size:1.2rem;
  text-shadow:0 2px 8px rgba(0,0,0,.32);
}
.compact-feed{
  display:grid;
  grid-template-columns:auto 1fr auto;
  gap:14px;
  align-items:center;
  padding:16px;
}
.avatar{
  width:54px;height:54px;
  border-radius:50%;
  display:flex;align-items:center;justify-content:center;
  font-weight:850;
  color:#fff;
  background:linear-gradient(135deg,var(--botuka-green),var(--botuka-earth));
}
.compact-main{min-width:0}
.compact-title{
  font-weight:850;
  line-height:1.22;
}
.compact-sub{
  color:var(--muted);
  font-size:.86rem;
  font-weight:650;
  margin-top:3px;
}
.price-pill{
  background:#EAF8EF;
  color:var(--botuka-green-2);
  border-radius:var(--pill);
  padding:8px 11px;
  font-weight:850;
  white-space:nowrap;
}
[data-theme="dark"] .price-pill{background:rgba(46,139,87,.16);color:#8BE1AE}

/* ============================================================
  SIDEBAR / MAP
============================================================ */
.sidebar-sticky{
  position:sticky;
  top:92px;
}
.map-card{
  background:var(--surface);
  border:1px solid var(--border);
  border-radius:var(--radius-lg);
  box-shadow:var(--shadow);
  padding:16px;
  margin-bottom:16px;
}
.fake-map{
  height:310px;
  border-radius:22px;
  overflow:hidden;
  position:relative;
  background:
    linear-gradient(120deg,rgba(255,183,3,.12),transparent 42%),
    linear-gradient(45deg,rgba(46,139,87,.13),transparent 48%),
    #F1EBDD;
  border:1px solid var(--border);
}
[data-theme="dark"] .fake-map{background:#111E28}
.fake-map::before{
  content:"";
  position:absolute;inset:0;
  background:
    repeating-linear-gradient(22deg, transparent 0 30px, rgba(19,41,61,.06) 31px 32px),
    repeating-linear-gradient(100deg, transparent 0 52px, rgba(19,41,61,.05) 53px 54px);
}
.map-road{
  position:absolute;
  width:120%;
  height:54px;
  left:-30px;
  top:128px;
  background:rgba(255,255,255,.55);
  border:1px solid rgba(255,255,255,.7);
  transform:rotate(-12deg);
  border-radius:999px;
}
[data-theme="dark"] .map-road{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.08)}
.map-pin{
  position:absolute;
  width:38px;height:38px;
  border-radius:50% 50% 50% 6px;
  transform:rotate(-45deg);
  display:flex;align-items:center;justify-content:center;
  box-shadow:0 8px 18px -8px rgba(0,0,0,.45);
  cursor:pointer;
  transition:.18s ease;
}
.map-pin:hover{scale:1.08}
.map-pin i{
  transform:rotate(45deg);
  color:#fff;
  font-size:1.08rem;
}
.pin-service{left:62%;top:26%;background:var(--botuka-earth)}
.pin-event{left:22%;top:38%;background:var(--botuka-yellow)}
.pin-event i{color:var(--botuka-blue)}
.pin-tour{left:73%;top:62%;background:var(--botuka-green)}
.pin-job{left:42%;top:55%;background:var(--botuka-blue-2)}
.pin-shop{left:28%;top:71%;background:var(--botuka-earth-2)}
.map-floating{
  position:absolute;
  left:14px;
  right:14px;
  bottom:14px;
  background:rgba(255,255,255,.92);
  backdrop-filter:blur(12px);
  border:1px solid rgba(255,255,255,.65);
  border-radius:18px;
  padding:13px;
  box-shadow:var(--shadow);
}
[data-theme="dark"] .map-floating{background:rgba(24,34,44,.9);border-color:var(--border)}
.map-floating strong{display:block;font-size:.96rem}
.map-floating small{color:var(--muted);font-weight:650}
.map-filters{
  display:flex;
  gap:8px;
  overflow-x:auto;
  margin-top:12px;
  padding-bottom:3px;
}
.map-filter{
  border:1px solid var(--border);
  border-radius:var(--pill);
  background:var(--surface);
  color:var(--text);
  padding:8px 11px;
  font-size:.82rem;
  font-weight:800;
  white-space:nowrap;
}
.map-filter.active{background:var(--botuka-blue);color:#fff;border-color:var(--botuka-blue)}

.publish-card{
  background:
    radial-gradient(260px 140px at 85% 0%, rgba(255,183,3,.18), transparent 70%),
    var(--surface);
  border:1px solid var(--border);
  border-radius:var(--radius-lg);
  box-shadow:var(--shadow);
  padding:18px;
}
.publish-card h3{
  font-size:1.25rem;
  font-weight:800;
  margin-bottom:4px;
}
.publish-card p{
  color:var(--muted);
  margin-bottom:14px;
  font-size:.9rem;
}
.publish-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:9px;
}
.publish-option{
  background:var(--bg);
  border:1px solid var(--border);
  border-radius:16px;
  padding:12px;
  display:flex;
  align-items:center;
  gap:9px;
  font-weight:800;
  font-size:.86rem;
  transition:.18s ease;
}
.publish-option:hover{background:var(--surface-2);border-color:var(--botuka-yellow);transform:translateY(-1px)}
.publish-option i{color:var(--botuka-earth);font-size:1.1rem}

/* ============================================================
  BOTTOM NAV MOBILE
============================================================ */
.mobile-nav{
  display:none;
  position:fixed;
  left:12px;right:12px;bottom:12px;
  z-index:1050;
  background:rgba(255,255,255,.92);
  backdrop-filter:blur(16px);
  border:1px solid var(--border);
  border-radius:24px;
  box-shadow:0 18px 45px -22px rgba(19,41,61,.45);
  padding:8px;
}
[data-theme="dark"] .mobile-nav{background:rgba(24,34,44,.92)}
.mobile-nav a{
  flex:1;
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:2px;
  font-size:.7rem;
  color:var(--muted);
  font-weight:800;
}
.mobile-nav i{font-size:1.2rem;color:var(--botuka-earth)}
.mobile-nav .publish-mobile{
  margin-top:-22px;
}
.mobile-nav .publish-mobile i{
  width:52px;height:52px;
  border-radius:50%;
  background:var(--botuka-yellow);
  color:var(--botuka-blue);
  display:flex;align-items:center;justify-content:center;
  box-shadow:0 10px 20px -12px rgba(255,183,3,.7);
}

/* ============================================================
  MODAL LOGIN
============================================================ */
.modal-content{
  border:0;
  border-radius:28px;
  background:var(--surface);
  color:var(--text);
}
.login-modal-body{
  padding:26px;
}
.login-logo{
  justify-content:center;
  margin-bottom:8px;
}
.login-copy{
  text-align:center;
  color:var(--muted);
  font-weight:650;
  margin-bottom:18px;
}
.login-input{
  border:1px solid var(--border);
  background:var(--bg);
  color:var(--text);
  border-radius:18px;
  padding:13px 15px;
}
.login-input:focus{
  border-color:var(--botuka-yellow);
  box-shadow:0 0 0 4px rgba(255,183,3,.16);
  background:var(--surface);
  color:var(--text);
}
.btn-google{
  border:1px solid var(--border);
  border-radius:18px;
  padding:12px;
  background:var(--surface);
  color:var(--text);
  font-weight:800;
  width:100%;
}
.divider{
  display:flex;
  align-items:center;
  gap:10px;
  color:var(--muted);
  font-size:.82rem;
  font-weight:700;
  margin:16px 0;
}
.divider::before,.divider::after{
  content:"";
  height:1px;
  background:var(--border);
  flex:1;
}

/* ============================================================
  FOOTER
============================================================ */
.footer{
  padding:34px 0 96px;
  border-top:1px solid var(--border);
  margin-top:20px;
  background:var(--surface);
}
.footer-grid{
  display:grid;
  grid-template-columns:1.4fr repeat(3,1fr);
  gap:20px;
}
.footer p{color:var(--muted);font-weight:600;font-size:.92rem}
.footer h4{
  font-size:1rem;
  font-weight:800;
  margin-bottom:10px;
}
.footer a{
  display:block;
  color:var(--muted);
  font-weight:650;
  font-size:.9rem;
  margin-bottom:7px;
}
.footer a:hover{color:var(--botuka-earth)}

/* ============================================================
  INTERACTIONS
============================================================ */
.reveal{opacity:0;transform:translateY(16px);transition:.55s ease}
.reveal.on{opacity:1;transform:translateY(0)}

/* ============================================================
  RESPONSIVE
============================================================ */
@media (max-width: 992px){
  .hero-grid,.main-layout{grid-template-columns:1fr}
  .sidebar-sticky{position:static}
  .today-panel{grid-template-columns:1fr}
  .header-search{display:none!important}
}
@media (max-width: 768px){
  html,body{overflow-x:hidden}
  body{padding-bottom:80px}
  .app-header .container-botuka{display:grid!important;grid-template-columns:minmax(0,auto) minmax(0,1fr);flex-wrap:nowrap!important}
  .app-header .header-actions{justify-self:end;min-width:0;margin-left:0!important}
  .header-inner{height:64px}
  .brand{font-size:1.5rem}
  .location-pill{display:none}
  .btn-login-text,.btn-publish-text{display:none}
  .hero{padding-top:18px}
  .hero-main{padding:24px 18px}
  .search-hero{grid-template-columns:1fr}
  .search-hero input{min-width:0;width:100%}
  .search-hero .btn-botuka{width:100%}
  .city-status{grid-template-columns:repeat(2,1fr)}
  .compact-feed{grid-template-columns:auto 1fr}
  .compact-feed .price-pill{grid-column:2;margin-top:4px;justify-self:start}
  .feed-photo{height:180px}
  .publish-grid{grid-template-columns:1fr}
  .footer-grid{grid-template-columns:1fr 1fr}
  .mobile-nav{display:flex}
}
@media (max-width: 480px){
  .container-botuka{padding-inline:14px}
  .hero h1{font-size:2rem;line-height:1.02}
  .city-status{gap:9px}
  .status-item{padding:13px}
  .status-value{font-size:1.42rem}
  .footer-grid{grid-template-columns:1fr}
}
/* HOME agregadora: componentes pequenos reutilizam os tokens do layout atual. */
.home-domain{scroll-margin-top:96px}
.home-domain .feed-card{overflow:hidden}
.home-domain .feed-card>img{width:100%;height:180px;object-fit:cover}
.home-empty{min-height:150px;display:grid;place-content:center;text-align:center;gap:.5rem;border:1px dashed var(--border, #d8dee9);border-radius:18px;color:var(--text-muted, #6b7280)}
.home-empty i{font-size:1.7rem}.home-empty p{margin:0}
.home-chips{display:flex;flex-wrap:wrap;gap:.65rem;margin-bottom:1.25rem}
.home-chips a{padding:.55rem .9rem;border-radius:999px;background:rgba(255,210,48,.18);color:inherit;text-decoration:none;font-weight:700}
.home-live{display:flex;flex-wrap:wrap;gap:1rem;align-items:center;padding:1rem;margin-bottom:1rem;border-radius:16px;background:rgba(220,38,38,.1)}
.home-live a{color:inherit;font-weight:700}
.home-government{border-block:1px solid rgba(15,118,110,.18)}
@media(max-width:767px){.home-domain .feed-card>img{height:150px}.home-live{align-items:flex-start;flex-direction:column}}

/* Segmentos públicos da cidade */
.city-section{padding:clamp(3rem,6vw,5.5rem) 0;scroll-margin-top:90px}
.city-section:nth-of-type(even){background:color-mix(in srgb,var(--surface,#fff) 94%,var(--botuka-blue,#0755a5))}
.city-section__header{display:flex;align-items:end;justify-content:space-between;gap:1rem;margin-bottom:1.5rem}
.city-section__header h2{margin:.25rem 0;font-size:clamp(1.8rem,3vw,2.6rem);font-weight:850}
.city-section__header p{margin:0;color:var(--muted)}
.section-kicker{color:var(--botuka-blue,#0755a5);font-size:.78rem;font-weight:850;letter-spacing:.12em;text-transform:uppercase}
.city-feature-grid{display:grid;grid-template-columns:minmax(0,1.7fr) minmax(260px,.8fr);gap:1rem}
.city-feature-card,.city-card,.city-mosaic__hero{background:var(--surface,#fff);border:1px solid var(--border,#dce3ec);border-radius:22px;box-shadow:0 12px 35px rgba(20,50,90,.08);overflow:hidden}
.city-feature-card{display:grid;grid-template-columns:minmax(220px,.9fr) 1.2fr}
.city-media{min-height:180px;background:linear-gradient(145deg,rgba(7,85,165,.13),rgba(255,205,28,.22));display:grid;place-items:center;overflow:hidden}
.city-media img{width:100%;height:100%;object-fit:cover}.city-media>i{font-size:3rem;color:var(--botuka-blue,#0755a5)}
.city-card__body{padding:1.25rem}.city-card__body h3,.city-mosaic h3{margin:.6rem 0;font-size:1.2rem}.city-card__body p{color:var(--muted)}
.city-tag{display:inline-flex;padding:.3rem .6rem;border-radius:999px;background:rgba(7,85,165,.1);color:var(--botuka-blue,#0755a5);font-size:.72rem;font-weight:800}
.city-tag--official{background:rgba(255,205,28,.25);color:inherit}
.city-meta{list-style:none;padding:0;margin:1rem 0;display:grid;gap:.4rem;color:var(--muted);font-size:.88rem}
.city-side-list,.city-mosaic__side{display:grid;gap:.7rem}.city-side-item{display:flex;gap:.9rem;align-items:center;padding:1rem;background:var(--surface,#fff);border:1px solid var(--border,#dce3ec);border-radius:16px;color:inherit;text-decoration:none}
.city-side-item time{min-width:54px;color:var(--botuka-blue,#0755a5);font-weight:850}.city-side-item span{display:grid;gap:.2rem}.city-side-item small{color:var(--muted)}
.city-strip-wrap{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:.65rem;margin-top:1.25rem}.city-strip{display:flex;gap:1rem;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:thin;padding:.35rem .1rem 1rem}.city-strip>*{scroll-snap-align:start;flex:0 0 min(310px,82vw)}
.city-mini-card{display:grid;gap:.45rem;padding:1rem;border:1px solid var(--border,#dce3ec);border-radius:16px;background:var(--surface,#fff);color:inherit;text-decoration:none}.city-mini-card small{color:var(--muted)}
.city-arrow{width:42px;height:42px;border:1px solid var(--border,#dce3ec);border-radius:50%;background:var(--surface,#fff);color:inherit}.city-arrow:focus-visible,.city-side-item:focus-visible,.city-card a:focus-visible{outline:3px solid var(--botuka-yellow,#ffcd1c);outline-offset:3px}
.city-strip--cards>*{flex-basis:clamp(220px,24vw,285px)}.city-card{display:flex;flex-direction:column}.city-card .city-media{height:165px;min-height:165px}.city-card__body>a{display:inline-flex;gap:.35rem;margin-top:.8rem;color:var(--botuka-blue,#0755a5);font-weight:800}
.city-mosaic{display:grid;grid-template-columns:minmax(0,1.6fr) 1fr;gap:1rem}.city-mosaic__hero{display:grid;grid-template-columns:1fr 1fr;color:inherit;text-decoration:none}.city-mosaic__hero>div:last-child{padding:1.4rem}
.city-section--culture{background:linear-gradient(135deg,rgba(7,85,165,.06),rgba(255,205,28,.08))}.city-section--places .city-media{background:linear-gradient(145deg,rgba(31,128,80,.16),rgba(255,205,28,.18))}
[data-theme="dark"] .city-feature-card,[data-theme="dark"] .city-card,[data-theme="dark"] .city-mosaic__hero,[data-theme="dark"] .city-side-item,[data-theme="dark"] .city-mini-card,[data-theme="dark"] .city-arrow{background:var(--surface,#172033)}
@media(max-width:900px){.city-feature-grid,.city-mosaic{grid-template-columns:1fr}.city-feature-card{grid-template-columns:1fr 1fr}}
@media(max-width:600px){.city-section{padding:2.8rem 0}.city-section__header{align-items:flex-start;flex-direction:column}.city-feature-card,.city-mosaic__hero{grid-template-columns:1fr}.city-arrow{display:none}.city-strip-wrap{display:block}.city-side-list{margin-top:.75rem}.city-card .city-media{height:145px}}

/* Diretórios públicos */
.public-directory{padding-block:2rem 5rem;min-height:70vh}.public-breadcrumb{margin-bottom:1.5rem;color:var(--muted)}.public-directory>header{display:grid;gap:.45rem;margin-bottom:1.5rem;max-width:850px}.public-directory h1{font-size:clamp(2rem,4vw,3.2rem);font-weight:850;margin:0}.public-directory header p{color:var(--muted);font-size:1.05rem}.public-filters{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:.85rem;align-items:end;padding:1rem;margin-bottom:1.5rem;border:1px solid var(--border,#dce3ec);border-radius:18px;background:var(--surface,#fff)}.public-filters label{display:grid;gap:.35rem;font-size:.8rem;font-weight:800}.public-filters input,.public-filters select{width:100%;min-height:44px;border:1px solid var(--border,#ccd5e0);border-radius:11px;background:transparent;color:inherit;padding:.65rem .75rem}.public-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.public-card{display:flex;flex-direction:column;overflow:hidden;border:1px solid var(--border,#dce3ec);border-radius:18px;background:var(--surface,#fff);box-shadow:0 8px 28px rgba(20,50,90,.06)}.public-card>div:last-child,.public-card:not(:has(.public-card__media)){padding:1.1rem}.public-card h2{font-size:1.15rem;margin:.55rem 0}.public-card p{color:var(--muted)}.public-card a{display:inline-block;margin-top:.8rem;font-weight:800;color:var(--botuka-blue,#0755a5)}.public-card__media{height:175px;display:grid;place-items:center;background:linear-gradient(145deg,rgba(7,85,165,.12),rgba(255,205,28,.2));overflow:hidden}.public-card__media img{width:100%;height:100%;object-fit:cover}.public-card__media i{font-size:3rem;color:var(--botuka-blue,#0755a5)}.public-empty{grid-column:1/-1;min-height:250px;display:grid;place-content:center;text-align:center;padding:2rem;border:1px dashed var(--border,#ccd5e0);border-radius:18px}.public-empty i{font-size:2.5rem}.public-pagination{display:flex;justify-content:space-between;align-items:center;margin-top:1.5rem}.public-pagination div{display:flex;gap:.6rem}.public-pagination a,.public-chips a{padding:.55rem .85rem;border:1px solid var(--border,#ccd5e0);border-radius:999px;color:inherit;text-decoration:none}.public-chips{display:flex;gap:.55rem;overflow-x:auto;scroll-snap-type:x mandatory;padding:.25rem 0 1.2rem}.public-chips a{white-space:nowrap;scroll-snap-align:start}.ytv-feature{display:grid;grid-template-columns:1.3fr 1fr;gap:1.5rem;padding:1rem;margin-bottom:1.5rem;border-radius:22px;background:#101827;color:#fff}.ytv-feature .public-card__media{height:320px;border-radius:16px}.ytv-feature>div:last-child{align-self:center}.public-directory section{content-visibility:auto;contain-intrinsic-size:600px}
@media(max-width:900px){.public-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.ytv-feature{grid-template-columns:1fr}}
@media(max-width:600px){.public-directory{padding-block:1.25rem 5rem}.public-card-grid{grid-template-columns:1fr}.public-filters{grid-template-columns:1fr}.public-pagination{align-items:flex-start;gap:.7rem;flex-direction:column}.ytv-feature .public-card__media{height:210px}}
@media(prefers-reduced-motion:reduce){*,*::before,*::after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important}}

/* Vitrines públicas: YTv, Esportes, Jogos e Prefeitura */
.home-showcase{padding:clamp(3rem,6vw,5rem) 0;content-visibility:auto;contain-intrinsic-size:700px}.home-showcase--ytv{background:linear-gradient(145deg,#0b1220,#172554);color:#fff}.home-showcase--sports{background:linear-gradient(145deg,rgba(7,85,165,.05),rgba(25,135,84,.08))}.home-showcase--games{background:color-mix(in srgb,var(--surface,#fff) 94%,var(--botuka-yellow,#ffcd1c))}.home-showcase--government{border-block:1px solid rgba(7,85,165,.14)}.home-showcase__header{display:flex;justify-content:space-between;align-items:end;gap:1rem;margin-bottom:1.5rem}.home-showcase__header h2{font-size:clamp(1.8rem,3vw,2.6rem);font-weight:850;margin:.3rem 0}.home-showcase__header p{margin:0;color:var(--muted)}.home-showcase--ytv .home-showcase__header p{color:#bdc8dd}.home-showcase__actions{display:flex;gap:.6rem;flex-wrap:wrap}.home-showcase__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}.showcase-card{display:flex;flex-direction:column;overflow:hidden;border:1px solid var(--border,#dce3ec);border-radius:20px;background:var(--surface,#fff);color:inherit;box-shadow:0 12px 34px rgba(10,40,80,.09)}.home-showcase--ytv .showcase-card{background:#151f34;border-color:rgba(255,255,255,.12)}.showcase-card__media{position:relative;height:165px;display:grid;place-items:center;overflow:hidden;background:linear-gradient(145deg,rgba(7,85,165,.16),rgba(255,205,28,.22));color:inherit}.showcase-card__media img{width:100%;height:100%;object-fit:cover}.showcase-card__media>i{font-size:3rem}.showcase-card__play{position:absolute;inset:50% auto auto 50%;translate:-50% -50%;width:48px;height:48px;border-radius:50%;display:grid;place-items:center;background:rgba(0,0,0,.68);color:#fff;font-size:1.5rem}.showcase-card__body{display:flex;flex:1;flex-direction:column;align-items:flex-start;padding:1rem}.showcase-card__body h3{font-size:1.08rem;margin:.55rem 0}.showcase-card__body p,.showcase-card__body small{color:var(--muted)}.home-showcase--ytv .showcase-card__body p,.home-showcase--ytv .showcase-card__body small{color:#bdc8dd}.showcase-card__body>a{margin-top:auto;padding-top:.8rem;font-weight:800;color:var(--botuka-blue,#0755a5)}.home-showcase--ytv .showcase-card__body>a{color:#ffdc52}.game-strip{display:flex;gap:1rem;overflow-x:auto;scroll-snap-type:x mandatory;padding:.25rem 0 1rem}.game-card{flex:0 0 min(330px,85vw);scroll-snap-align:start;padding:1.1rem;border:1px solid var(--border,#dce3ec);border-radius:18px;background:var(--surface,#fff);box-shadow:0 8px 25px rgba(10,40,80,.06)}.game-card h3{font-size:1rem;margin:.65rem 0}.game-card__score{display:flex;justify-content:space-between;gap:.5rem;align-items:center}.game-card>a{display:inline-block;margin-top:.75rem;font-weight:800}.public-detail{padding-block:2rem 5rem;min-height:70vh}.public-detail>header,.public-detail article>header{margin-bottom:1.5rem}.public-detail h1{font-size:clamp(2rem,4vw,3.1rem);font-weight:850}.public-detail section{margin-top:2.5rem}.public-prose{max-width:820px;font-size:1.05rem;line-height:1.75}.detail-cover{width:100%;max-height:520px;object-fit:cover;border-radius:22px;margin-bottom:1.5rem}.detail-meta{display:flex;flex-wrap:wrap;gap:.55rem;margin:1rem 0}.detail-meta span{padding:.45rem .75rem;border-radius:999px;background:rgba(7,85,165,.09)}.video-shell{position:relative;aspect-ratio:16/9;display:grid;place-items:center;overflow:hidden;border-radius:22px;background:#090d16}.video-shell iframe{width:100%;height:100%;border:0}.video-shell__button{display:grid;place-items:center;gap:.5rem;border:0;background:transparent;color:#fff;font-weight:800}.video-shell__button i{font-size:4rem}.live-feature{display:grid;grid-template-columns:1.5fr 1fr;gap:1.5rem;padding:1rem;border-radius:22px;background:#101827;color:#fff}.live-feature>div:last-child{align-self:center}.live-badge{display:inline-flex;padding:.35rem .65rem;border-radius:999px;background:#dc2626;color:#fff;font-weight:850}.standings{display:grid;border:1px solid var(--border,#dce3ec);border-radius:16px;overflow:hidden}.standings>div{display:grid;grid-template-columns:55px 1fr auto;gap:1rem;padding:.8rem 1rem;border-bottom:1px solid var(--border,#dce3ec)}.standings>div:last-child{border:0}.match-detail{text-align:center;padding:clamp(1.5rem,4vw,3rem);border:1px solid var(--border,#dce3ec);border-radius:24px;background:var(--surface,#fff)}.match-score{display:grid;grid-template-columns:1fr auto 1fr;gap:1rem;align-items:center;margin:2rem 0;font-size:clamp(1rem,2.5vw,1.5rem)}.match-score strong{font-size:clamp(1.6rem,4vw,2.6rem)}.profile-detail{display:grid;grid-template-columns:280px 1fr;gap:2rem;align-items:center}.profile-detail__media{aspect-ratio:1;border-radius:22px;overflow:hidden;display:grid;place-items:center;background:rgba(7,85,165,.1)}.profile-detail__media img{width:100%;height:100%;object-fit:cover}.profile-detail__media i{font-size:5rem}.timeline{display:grid;gap:1rem;border-left:3px solid var(--botuka-blue,#0755a5);padding-left:1.25rem}.timeline article{padding:1rem;border:1px solid var(--border,#dce3ec);border-radius:16px;background:var(--surface,#fff)}
@media(max-width:1000px){.home-showcase__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:700px){.home-showcase__header{align-items:flex-start;flex-direction:column}.home-showcase__actions{width:100%}.home-showcase__actions a{flex:1}.home-showcase__grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory}.showcase-card{flex:0 0 82vw;scroll-snap-align:start}.live-feature,.profile-detail{grid-template-columns:1fr}.match-score{grid-template-columns:1fr}.public-detail{padding-block:1.25rem 5rem}}
[data-theme="dark"] .home-showcase--sports,[data-theme="dark"] .home-showcase--games,[data-theme="dark"] .home-showcase--government{background:#0f172a;color:#f8fafc}[data-theme="dark"] .showcase-card,[data-theme="dark"] .game-card,[data-theme="dark"] .public-card,[data-theme="dark"] .public-filters,[data-theme="dark"] .match-detail,[data-theme="dark"] .timeline article{background:#152033;border-color:#2b3950;color:#f8fafc}[data-theme="dark"] .public-filters input,[data-theme="dark"] .public-filters select{background:#101827;border-color:#34445d;color:#f8fafc}[data-theme="dark"] .public-filters option{background:#101827;color:#f8fafc}[data-theme="dark"] .standings,[data-theme="dark"] .standings>div{border-color:#34445d}[data-theme="dark"] .public-prose,[data-theme="dark"] .public-detail,[data-theme="dark"] .public-directory{color:#e8eef8}

/* Public portal system */
.skip-link{position:fixed;z-index:2000;top:8px;left:8px;translate:0 -150%;padding:.75rem 1rem;border-radius:10px;background:var(--botuka-blue);color:#fff;font-weight:800}.skip-link:focus{translate:0 0}
:where(a,button,input,select,textarea):focus-visible{outline:3px solid var(--botuka-yellow);outline-offset:3px}
.public-breadcrumb{display:flex;align-items:center;gap:.45rem;font-size:.86rem;overflow:hidden}.public-breadcrumb a{font-weight:700}.public-breadcrumb span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.public-breadcrumb i{font-size:.65rem}
.ad-slot{display:grid;place-items:center;min-height:104px;margin:1.25rem 0;padding:1rem;border:1px dashed color-mix(in srgb,var(--muted) 45%,transparent);border-radius:16px;background:color-mix(in srgb,var(--surface) 86%,var(--botuka-yellow));color:var(--muted);text-align:center}.ad-slot>span{font-size:.62rem;letter-spacing:.14em;text-transform:uppercase}.ad-slot>div{font-size:.85rem;font-weight:700}.ad-slot i{margin-right:.35rem}.ad-slot--sidebar{min-height:280px}.ad-slot--in-content{min-height:160px;margin-block:2.5rem}
.mobile-ad{display:none}.share-tools{display:flex;align-items:center;gap:.55rem;flex-wrap:wrap}.share-tools strong{font-size:.78rem;margin-right:.25rem}.share-tools a,.share-tools button{width:38px;height:38px;display:grid;place-items:center;border:1px solid var(--border);border-radius:50%;background:var(--surface);color:var(--text)}
.editorial-layout,.detail-layout{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:clamp(1.5rem,4vw,3.5rem);align-items:start}.content-sidebar{display:grid;gap:1rem;position:sticky;top:96px}.sidebar-card,.newsletter-card,.surface-section,.quote-card{padding:clamp(1.15rem,2vw,1.6rem);border:1px solid var(--border);border-radius:20px;background:var(--surface);box-shadow:var(--shadow)}.sidebar-card h2,.newsletter-card h2{font-size:1.25rem}.sidebar-story{display:grid;gap:.25rem;padding:.9rem 0;border-bottom:1px solid var(--border)}.sidebar-story:last-child{border:0}.sidebar-story small,.sidebar-story time{color:var(--muted)}.newsletter-card{background:linear-gradient(145deg,var(--botuka-blue),var(--botuka-blue-2));color:#fff}.newsletter-card>i{font-size:2rem;color:var(--botuka-yellow)}
.article-header{max-width:900px}.article-header h1{font-size:clamp(2.3rem,5vw,4.6rem);line-height:1.02;letter-spacing:-.045em;margin:.7rem 0}.article-deck{font-size:clamp(1.08rem,2vw,1.35rem);color:var(--muted)}.article-byline{display:flex;flex-wrap:wrap;gap:.6rem 1rem;margin:1.2rem 0;color:var(--muted);font-size:.86rem}.article-cover{margin:1.5rem 0}.article-cover img{width:100%;max-height:580px;object-fit:cover;border-radius:22px}.article-cover figcaption{margin-top:.45rem;color:var(--muted);font-size:.75rem}.article-body{margin-inline:auto}.article-body>p:first-child{font-size:1.2rem}.article-body section{margin-top:2rem}.city-tag--urgent{background:#b91c1c;color:#fff}.source-box{display:grid;gap:.55rem;padding:1.2rem;border-left:4px solid var(--botuka-yellow);background:var(--surface-2);border-radius:0 16px 16px 0}.source-box h2{font-size:1.15rem}.source-box a{color:var(--botuka-blue);font-weight:700}
.business-hero{position:relative;margin-bottom:1rem}.business-cover{width:100%;height:clamp(260px,40vw,470px);object-fit:cover;border-radius:24px;background:linear-gradient(135deg,var(--botuka-blue),var(--botuka-green));display:grid;place-items:center;color:#fff}.business-cover--empty i{font-size:5rem}.business-identity{display:flex;align-items:end;gap:1.25rem;margin:-58px 2rem 0;position:relative}.business-logo{width:128px;height:128px;display:grid;place-items:center;object-fit:contain;border:5px solid var(--surface);border-radius:24px;background:var(--surface);box-shadow:var(--shadow)}.business-logo i{font-size:3rem}.business-identity>div:last-child{flex:1;padding:1rem 1.25rem;border-radius:18px;background:color-mix(in srgb,var(--surface) 94%,transparent);backdrop-filter:blur(12px)}.business-identity h1{margin:.25rem 0}.verified-badge{margin-left:.4rem;color:var(--botuka-green);font-size:.8rem;font-weight:800}.detail-actions{display:flex;align-items:center;gap:.65rem;flex-wrap:wrap;margin:1.5rem 0}.detail-actions .share-tools{margin-left:auto}.contact-card p{display:flex;gap:.75rem}.contact-card p>i{color:var(--botuka-earth);font-size:1.15rem}.contact-card p span{display:grid}.media-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.gallery-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}.gallery-grid img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:16px}
.service-hero{display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,360px);gap:2rem;align-items:center;padding:clamp(1.5rem,4vw,3.5rem);margin-bottom:2rem;border-radius:26px;background:linear-gradient(135deg,color-mix(in srgb,var(--botuka-green) 16%,var(--surface)),var(--surface-2))}.service-hero h1{font-size:clamp(2.2rem,5vw,4rem)}.quote-card{display:grid;gap:.65rem}.quote-card .btn-botuka{width:100%}
.job-hero{display:grid;grid-template-columns:100px minmax(0,1fr) 230px;gap:1.4rem;align-items:center;padding:clamp(1.25rem,3vw,2rem);margin-bottom:2rem;border:1px solid var(--border);border-radius:24px;background:var(--surface)}.company-mark{width:100px;aspect-ratio:1;display:grid;place-items:center;border-radius:18px;background:var(--surface-2);overflow:hidden}.company-mark img{width:100%;height:100%;object-fit:contain}.company-mark i{font-size:2.5rem}.job-hero h1{margin:.4rem 0}.job-cta{display:grid;gap:.65rem;text-align:center}.job-cta small{color:var(--muted)}.fact-list{display:grid;gap:.85rem}.fact-list div{display:flex;justify-content:space-between;gap:1rem;border-bottom:1px solid var(--border);padding-bottom:.65rem}.fact-list dt{color:var(--muted)}.fact-list dd{font-weight:700;text-align:right}
.directory--news>header{border-left:5px solid var(--botuka-earth);padding-left:1rem}.directory--business>header{border-left:5px solid var(--botuka-yellow);padding-left:1rem}.directory--services>header{border-left:5px solid var(--botuka-green);padding-left:1rem}.directory--jobs>header{border-left:5px solid var(--botuka-blue);padding-left:1rem}
@media(max-width:900px){.editorial-layout,.detail-layout{grid-template-columns:1fr}.content-sidebar{position:static;grid-template-columns:repeat(2,minmax(0,1fr))}.content-sidebar .ad-slot{min-height:180px}.job-hero{grid-template-columns:80px 1fr}.company-mark{width:80px}.job-cta{grid-column:1/-1}.service-hero{grid-template-columns:1fr}.business-identity{margin-inline:1rem}}
@media(max-width:600px){.ad-slot--leaderboard{min-height:82px}.content-sidebar{grid-template-columns:1fr}.article-header h1{font-size:2.25rem}.article-byline{display:grid}.business-cover{height:240px;border-radius:18px}.business-identity{display:grid;gap:.4rem;margin:-45px .75rem 0}.business-logo{width:90px;height:90px}.business-identity>div:last-child{padding:.75rem 0;background:transparent;backdrop-filter:none}.detail-actions{display:grid;grid-template-columns:1fr 1fr}.detail-actions .share-tools{grid-column:1/-1;margin:0}.media-grid,.gallery-grid{grid-template-columns:1fr}.service-hero{padding:1.25rem;margin-inline:-18px;border-radius:0}.job-hero{grid-template-columns:64px 1fr;padding:1rem}.company-mark{width:64px}.mobile-ad{position:fixed;z-index:1038;display:flex;align-items:center;justify-content:center;gap:.65rem;bottom:66px;left:8px;right:8px;min-height:48px;border-radius:14px;background:var(--botuka-blue);color:#fff;box-shadow:0 12px 30px rgba(0,0,0,.3);font-size:.78rem}.mobile-ad span{font-size:.58rem;text-transform:uppercase;color:#b9c7d4}.mobile-ad button{position:absolute;right:8px;border:0;background:transparent;color:#fff;font-size:1.3rem}.public-card-grid{gap:.85rem}.public-card{display:grid;grid-template-columns:120px 1fr}.public-card__media{height:100%;min-height:145px}.public-card>div:last-child{padding:.9rem}.ytv-directory .public-card,.home-showcase .public-card{display:flex}}

/* Painel de conta */
.painel-body{background:#f6f8fb}.painel-wrap{max-width:1180px;margin:0 auto;padding:26px 18px}.painel-card{padding:22px;border:1px solid #e5e7eb;border-radius:18px;background:#fff;box-shadow:0 12px 30px rgba(15,23,42,.05)}.painel-title{margin-bottom:18px;font-weight:800}.painel-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:14px}.painel-link{display:block;padding:18px;border:1px solid #e5e7eb;border-radius:16px;background:#fff;font-weight:700}.panel-global-back{margin-bottom:1rem}.panel-global-back a{display:inline-flex;align-items:center;gap:.4rem;color:inherit;font-weight:750;text-decoration:none}.panel-global-back a:focus-visible,.panel-btn:focus-visible,.account-actions a:focus-visible,.account-resource__actions a:focus-visible{outline:3px solid var(--botuka-yellow,#ffcd1c);outline-offset:3px}
.botuka-social-links a{width:34px;height:34px;border:1px solid rgba(255,210,48,.35);border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:rgba(255,210,48,.16);color:#1f2937}.publish-plus{width:42px;height:42px;border-radius:50%;padding:0;display:inline-flex;align-items:center;justify-content:center}.user-avatar-btn{width:42px;height:42px;overflow:hidden;padding:0;border:0;border-radius:50%;background:transparent}.user-avatar-btn img,.user-menu-avatar img{width:100%;height:100%;object-fit:cover;border-radius:50%}.user-avatar-btn span,.user-menu-avatar span{width:100%;height:100%;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#111827;color:#fff;font-weight:800}.botuka-user-menu,.botuka-publicar-menu{min-width:260px;padding:10px;border:0;border-radius:18px}.botuka-user-menu .dropdown-item,.botuka-publicar-menu .dropdown-item{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:12px}.user-menu-head{display:flex;align-items:center;gap:12px;padding:10px 12px}.user-menu-avatar{width:48px;height:48px;overflow:hidden;flex:0 0 auto;border-radius:50%}.user-menu-head strong,.user-menu-head small{display:block}.user-menu-head small{color:#6b7280;font-size:.78rem}.botuka-topbar{background:#111827;color:#fff;font-size:.86rem}.botuka-topbar-inner{min-height:34px;display:flex;align-items:center;justify-content:space-between;gap:14px}.botuka-topbar a{display:inline-flex;align-items:center;gap:6px;color:#fff;text-decoration:none}.botuka-topbar-contacts,.botuka-topbar-social{display:flex;align-items:center;gap:14px}.botuka-topbar-social a{width:28px;height:28px;justify-content:center;border-radius:50%;background:rgba(255,255,255,.08)}.painel-mobile-menu{padding:12px 16px;border:1px solid #e5e7eb;border-radius:14px;background:#fff}.painel-mobile-menu summary{cursor:pointer;font-weight:800}.painel-mobile-menu nav{display:grid;gap:8px;padding-top:12px}.painel-mobile-menu nav strong{margin-top:4px;color:#64748b;font-size:.78rem;text-transform:uppercase}.painel-mobile-menu nav a{padding:8px;border-radius:10px;background:#f8fafc;color:#111827;text-decoration:none}
.account-dashboard{display:grid;gap:1.5rem}.account-hero{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;padding:clamp(1.5rem,4vw,3rem);border-radius:26px;background:linear-gradient(135deg,#0755a5,#063b74);color:#fff}.account-hero h1{margin:.25rem 0;font-size:clamp(2rem,4vw,3.25rem);font-weight:850}.account-hero p{margin:0;color:#dceaff}.account-eyebrow{color:#e5b800;font-size:.75rem;font-weight:850;letter-spacing:.1em;text-transform:uppercase}.account-hero .account-eyebrow{color:#ffdc52}.panel-btn{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;padding:.65rem .9rem;border:0;border-radius:11px;background:#0755a5;color:#fff;font-weight:800;text-decoration:none}.panel-btn--light{background:#fff;color:#0755a5}.account-welcome,.account-network{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.4rem;border:1px solid #dbe5f0;border-radius:20px;background:#fff}.account-welcome>i{font-size:2.4rem;color:#0755a5}.account-welcome h2,.account-welcome p{margin:.15rem 0}.account-indicators{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}.account-indicators article{display:grid;grid-template-columns:auto 1fr;gap:.2rem .7rem;padding:1.1rem;border:1px solid #dbe5f0;border-radius:17px;background:#fff}.account-indicators i{grid-row:1/3;color:#0755a5;font-size:1.5rem}.account-indicators span{color:#64748b;font-size:.82rem}.account-indicators strong{font-size:1.45rem}.account-section{display:grid;gap:1rem}.account-section header h2{margin:.2rem 0;font-size:1.55rem;font-weight:850}.account-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem}.account-actions>a{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:1rem;padding:1rem;border:1px solid #dbe5f0;border-radius:17px;background:#fff;color:inherit;text-decoration:none}.account-actions>a>i:first-child,.account-resource__icon{width:46px;height:46px;border-radius:13px;display:grid;place-items:center;background:rgba(7,85,165,.1);color:#0755a5;font-size:1.3rem}.account-actions span{display:grid}.account-actions small{color:#64748b}.account-resource-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.account-resource{display:flex;flex-direction:column;align-items:flex-start;gap:.75rem;padding:1.2rem;border:1px solid #dbe5f0;border-radius:19px;background:#fff}.account-resource h3,.account-resource p{margin:0}.account-resource>.panel-btn{margin-top:auto}.account-resource__head{display:flex;align-items:center;gap:.8rem}.account-logo{width:64px;height:64px;overflow:hidden;border-radius:15px;display:grid;place-items:center;background:#edf4fb;color:#0755a5;font-size:1.7rem}.account-logo img{width:100%;height:100%;object-fit:cover}.account-mini-stats{display:flex;flex-wrap:wrap;gap:.5rem}.account-mini-stats span{padding:.4rem .55rem;border-radius:9px;background:#f1f5f9;color:#475569;font-size:.78rem}.account-mini-stats b{color:#0f172a}.account-progress{width:100%;height:.65rem;accent-color:#0755a5}.account-resource__actions{display:flex;gap:.8rem;margin-top:auto}.account-resource__actions a,.account-publications a{font-weight:800}.account-publications,.account-plan{display:flex;align-items:center;gap:1rem;padding:1.2rem;border:1px solid #dbe5f0;border-radius:19px;background:#fff}.account-publications span{padding:.5rem .7rem;border-radius:10px;background:#f1f5f9}.account-publications a{margin-left:auto}.account-network{background:linear-gradient(135deg,rgba(7,85,165,.08),rgba(255,205,28,.12))}.account-network__icons{display:flex;gap:.7rem;color:#0755a5;font-size:1.8rem}.account-plan{display:grid;grid-template-columns:1fr auto auto}.account-plan h2{margin:.2rem 0}.account-plan>div{display:grid}.account-plan>div:not(:first-child){padding-left:1.5rem;border-left:1px solid #dbe5f0}.account-plan span{color:#64748b;font-size:.8rem}
[data-theme="dark"] .painel-body{background:#0f172a;color:#e2e8f0}[data-theme="dark"] .painel-card,[data-theme="dark"] .painel-mobile-menu,[data-theme="dark"] .account-welcome,[data-theme="dark"] .account-indicators article,[data-theme="dark"] .account-actions>a,[data-theme="dark"] .account-resource,[data-theme="dark"] .account-publications,[data-theme="dark"] .account-plan{border-color:#334155;background:#111827;color:#e2e8f0}[data-theme="dark"] .painel-mobile-menu nav a,[data-theme="dark"] .account-mini-stats span,[data-theme="dark"] .account-publications span{background:#1e293b;color:#f8fafc}[data-theme="dark"] .account-mini-stats b{color:#fff}[data-theme="dark"] .account-network{border-color:#334155;background:linear-gradient(135deg,#15243a,#242317)}
@media(max-width:900px){.account-indicators{grid-template-columns:repeat(2,1fr)}.account-resource-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:680px){.botuka-topbar-inner{justify-content:center}.botuka-topbar-contacts{gap:10px}.botuka-topbar-social{display:none}.botuka-topbar{font-size:.8rem}.account-hero{align-items:flex-start;flex-direction:column}.account-actions,.account-resource-grid{grid-template-columns:1fr}.account-indicators{display:flex;overflow-x:auto;scroll-snap-type:x mandatory}.account-indicators article{flex:0 0 72vw;scroll-snap-align:start}.account-publications{align-items:flex-start;flex-direction:column}.account-publications a{margin-left:0}.account-plan{grid-template-columns:1fr 1fr}.account-plan>div:first-child{grid-column:1/-1}.account-plan>div:nth-child(2){padding-left:0;border-left:0}}
/* Perfil e padrão visual compartilhado do painel */
  :root {
    --profile-bg: #f4f7fb;
    --profile-surface: #ffffff;
    --profile-surface-soft: #f8fafc;
    --profile-text: #172033;
    --profile-muted: #667085;
    --profile-border: #e6eaf0;
    --profile-primary: #111827;
    --profile-yellow: #ffd230;
    --profile-yellow-dark: #e5b800;
    --profile-success: #16a34a;
    --profile-danger: #dc2626;
    --profile-radius-lg: 24px;
    --profile-radius-md: 18px;
    --profile-radius-sm: 12px;
    --profile-shadow: 0 18px 50px rgba(15, 23, 42, .08);
    --profile-shadow-sm: 0 8px 24px rgba(15, 23, 42, .06);
  }

  * {
    box-sizing: border-box;
  }

  .profile-page {
    min-height: 100vh;
    background:
      radial-gradient(circle at top left, rgba(255, 210, 48, .14), transparent 28rem),
      var(--profile-bg);
    padding: 28px 18px 48px;
  }

  .profile-container {
    width: min(1240px, 100%);
    margin: 0 auto;
  }

  /* =========================
     HEADER
  ========================== */
  .profile-hero {
    position: relative;
    overflow: hidden;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 24px;
    align-items: center;
    padding: 30px;
    margin-bottom: 22px;
    border: 1px solid rgba(255, 255, 255, .5);
    border-radius: var(--profile-radius-lg);
    background:
      linear-gradient(135deg, #101827 0%, #1f2937 68%, #303b4f 100%);
    color: #fff;
    box-shadow: var(--profile-shadow);
  }

  .profile-hero::before,
  .profile-hero::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
  }

  .profile-hero::before {
    width: 240px;
    height: 240px;
    top: -150px;
    right: 7%;
    background: rgba(255, 210, 48, .16);
  }

  .profile-hero::after {
    width: 150px;
    height: 150px;
    right: -50px;
    bottom: -80px;
    background: rgba(255, 255, 255, .07);
  }

  .profile-hero-main,
  .profile-hero-actions {
    position: relative;
    z-index: 1;
  }

  .profile-hero-main {
    display: flex;
    align-items: center;
    gap: 20px;
    min-width: 0;
  }

  .profile-avatar {
    flex: 0 0 auto;
    width: 112px;
    height: 112px;
    display: grid;
    place-items: center;
    overflow: hidden;
    border: 4px solid rgba(255, 255, 255, .18);
    border-radius: 50%;
    background: linear-gradient(145deg, #ffd230, #f0b900);
    color: #111827;
    font-size: 40px;
    font-weight: 900;
    box-shadow: 0 14px 32px rgba(0, 0, 0, .22);
  }

  .profile-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .profile-identity {
    min-width: 0;
  }

  .profile-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 8px;
    color: #ffd230;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .11em;
    text-transform: uppercase;
  }

  .profile-title {
    margin: 0;
    font-size: clamp(25px, 4vw, 38px);
    line-height: 1.08;
    font-weight: 900;
    letter-spacing: -.03em;
    word-break: break-word;
  }

  .profile-email {
    margin: 8px 0 0;
    color: rgba(255, 255, 255, .72);
    font-size: 14px;
    word-break: break-word;
  }

  .profile-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 16px;
  }

  .profile-badge {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-height: 32px;
    padding: 6px 12px;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 999px;
    background: rgba(255, 255, 255, .08);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    backdrop-filter: blur(8px);
  }

  .profile-badge.is-active::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #22c55e;
    box-shadow: 0 0 0 4px rgba(34, 197, 94, .14);
  }

  .profile-hero-actions {
    width: min(320px, 100%);
    padding: 18px;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 18px;
    background: rgba(255, 255, 255, .08);
    backdrop-filter: blur(10px);
  }

  .profile-completion-head {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    align-items: end;
    margin-bottom: 10px;
  }

  .profile-completion-head span {
    color: rgba(255, 255, 255, .72);
    font-size: 12px;
    font-weight: 700;
  }

  .profile-completion-head strong {
    font-size: 22px;
    line-height: 1;
  }

  .profile-progress {
    height: 11px;
    overflow: hidden;
    border-radius: 999px;
    background: rgba(255, 255, 255, .16);
  }

  .profile-progress > span {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #ffd230, #ffe47b);
    transition: width .35s ease;
  }

  .profile-completion-text {
    margin: 10px 0 0;
    color: rgba(255, 255, 255, .66);
    font-size: 12px;
    line-height: 1.5;
  }

  /* =========================
     LAYOUT
  ========================== */
  .profile-layout {
    display: grid;
    grid-template-columns: 270px minmax(0, 1fr);
    gap: 22px;
    align-items: start;
  }

  .profile-sidebar,
  .profile-content-card {
    border: 1px solid var(--profile-border);
    background: var(--profile-surface);
    box-shadow: var(--profile-shadow-sm);
  }

  .profile-sidebar {
    position: sticky;
    top: 18px;
    overflow: hidden;
    border-radius: var(--profile-radius-md);
  }

  .profile-sidebar-header {
    padding: 19px 18px 12px;
  }

  .profile-sidebar-title {
    margin: 0;
    color: var(--profile-text);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
  }

  .profile-nav {
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 8px 10px 12px;
  }

  .profile-tab-link {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 11px;
    min-height: 46px;
    padding: 11px 13px;
    border: 0;
    border-radius: 12px;
    background: transparent;
    color: #475467;
    text-align: left;
    text-decoration: none;
    font: inherit;
    font-size: 14px;
    font-weight: 750;
    cursor: pointer;
    transition: .2s ease;
  }

  .profile-tab-link:hover {
    background: #f8fafc;
    color: var(--profile-primary);
  }

  .profile-tab-link.active {
    background: var(--profile-primary);
    color: #fff;
    box-shadow: 0 8px 20px rgba(17, 24, 39, .18);
  }

  .profile-tab-icon {
    width: 30px;
    height: 30px;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    border-radius: 9px;
    background: #f2f4f7;
    color: #344054;
    font-size: 15px;
  }

  .profile-tab-link.active .profile-tab-icon {
    background: rgba(255, 210, 48, .16);
    color: var(--profile-yellow);
  }

  .profile-content-card {
    min-width: 0;
    border-radius: var(--profile-radius-md);
  }

  .profile-content-head {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    align-items: flex-start;
    padding: 24px 26px 18px;
    border-bottom: 1px solid var(--profile-border);
  }

  .profile-content-title {
    margin: 0;
    color: var(--profile-text);
    font-size: clamp(21px, 3vw, 27px);
    font-weight: 900;
    letter-spacing: -.025em;
  }

  .profile-content-description {
    max-width: 720px;
    margin: 6px 0 0;
    color: var(--profile-muted);
    font-size: 14px;
    line-height: 1.6;
  }

  .profile-content-body {
    padding: 26px;
  }

  .profile-tab-panel {
    display: none;
    animation: profileFade .18s ease;
  }

  .profile-tab-panel.active {
    display: block;
  }

  @keyframes profileFade {
    from { opacity: 0; transform: translateY(4px); }
    to { opacity: 1; transform: translateY(0); }
  }

  /* =========================
     VISÃO GERAL
  ========================== */
  .profile-summary-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
  }

  .profile-summary-card {
    position: relative;
    min-width: 0;
    padding: 18px;
    overflow: hidden;
    border: 1px solid var(--profile-border);
    border-radius: 16px;
    background: linear-gradient(180deg, #fff 0%, #fbfcfe 100%);
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
  }

  .profile-summary-card:hover {
    transform: translateY(-2px);
    border-color: #d5dae3;
    box-shadow: 0 12px 25px rgba(15, 23, 42, .07);
  }

  .profile-summary-label {
    display: block;
    margin-bottom: 7px;
    color: var(--profile-muted);
    font-size: 12px;
    font-weight: 750;
    letter-spacing: .025em;
  }

  .profile-summary-value {
    display: block;
    overflow: hidden;
    color: var(--profile-text);
    font-size: 15px;
    font-weight: 850;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .profile-summary-value.is-empty {
    color: #98a2b3;
    font-weight: 700;
  }

  .profile-note {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    margin-top: 18px;
    padding: 16px;
    border: 1px solid #f4df93;
    border-radius: 14px;
    background: #fffbea;
    color: #5f4a00;
  }

  .profile-note strong {
    display: block;
    margin-bottom: 3px;
    font-size: 14px;
  }

  .profile-note p {
    margin: 0;
    font-size: 13px;
    line-height: 1.55;
  }

  /* =========================
     FORMS
  ========================== */
  .profile-form {
    display: flex;
    flex-direction: column;
    gap: 22px;
  }

  .profile-form + .profile-form {
    margin-top: 28px;
    padding-top: 28px;
    border-top: 1px solid var(--profile-border);
  }

  .profile-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }

  .profile-field {
    min-width: 0;
  }

  .profile-field.full {
    grid-column: 1 / -1;
  }

  .profile-field label {
    display: block;
    margin-bottom: 7px;
    color: #344054;
    font-size: 13px;
    font-weight: 800;
  }

  .profile-field input:not([type="checkbox"]):not([type="radio"]),
  .profile-field select,
  .profile-field textarea {
    width: 100%;
    min-height: 48px;
    padding: 11px 13px;
    border: 1px solid #d9dee7;
    border-radius: 11px;
    outline: none;
    background: #fff;
    color: var(--profile-text);
    font: inherit;
    font-size: 14px;
    transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
  }

  .profile-field textarea {
    min-height: 150px;
    resize: vertical;
    line-height: 1.55;
  }

  .profile-field input[type="file"] {
    padding: 10px;
    background: #fbfcfe;
  }

  .profile-field input:focus,
  .profile-field select:focus,
  .profile-field textarea:focus {
    border-color: #d9b000;
    box-shadow: 0 0 0 4px rgba(255, 210, 48, .18);
  }

  .profile-help,
  .profile-field .helptext {
    display: block;
    margin-top: 6px;
    color: var(--profile-muted);
    font-size: 12px;
    line-height: 1.5;
  }

  .profile-field .errorlist {
    margin: 0 0 7px;
    padding: 9px 12px;
    list-style: none;
    border: 1px solid #fecaca;
    border-radius: 10px;
    background: #fef2f2;
    color: #b42318;
    font-size: 12px;
    font-weight: 700;
  }

  .profile-form-actions {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    padding-top: 4px;
  }

  .profile-button {
    min-height: 46px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding: 11px 18px;
    border: 0;
    border-radius: 11px;
    font: inherit;
    font-size: 14px;
    font-weight: 850;
    cursor: pointer;
    transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
  }

  .profile-button:hover {
    transform: translateY(-1px);
  }

  .profile-button-primary {
    background: var(--profile-yellow);
    color: #111827;
    box-shadow: 0 8px 18px rgba(229, 184, 0, .22);
  }

  .profile-button-primary:hover {
    background: #ffda4f;
  }

  /* =========================
     LISTAS / EMPRESAS / SEGURANÇA
  ========================== */
  .profile-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .profile-list-item {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    align-items: center;
    padding: 15px 16px;
    border: 1px solid var(--profile-border);
    border-radius: 13px;
    background: var(--profile-surface-soft);
  }

  .profile-list-item strong {
    color: var(--profile-text);
    font-size: 14px;
  }

  .profile-list-item span {
    color: var(--profile-muted);
    font-size: 13px;
    text-align: right;
  }

  .profile-section-title {
    margin: 0 0 12px;
    color: var(--profile-text);
    font-size: 17px;
    font-weight: 900;
  }

  .profile-section-title:not(:first-child) {
    margin-top: 26px;
  }

  .profile-empty {
    padding: 24px;
    border: 1px dashed #cfd5df;
    border-radius: 14px;
    background: #fbfcfe;
    color: var(--profile-muted);
    font-size: 14px;
    text-align: center;
  }

  /* =========================
     MOBILE TABS
  ========================== */
  .profile-mobile-tabs {
    display: none;
    margin-bottom: 14px;
  }

  .profile-mobile-tabs select {
    width: 100%;
    min-height: 48px;
    padding: 0 13px;
    border: 1px solid var(--profile-border);
    border-radius: 12px;
    background: #fff;
    color: var(--profile-text);
    font: inherit;
    font-weight: 800;
    box-shadow: var(--profile-shadow-sm);
  }

  /* =========================
     RESPONSIVO
  ========================== */
  @media (max-width: 1024px) {
    .profile-layout {
      grid-template-columns: 230px minmax(0, 1fr);
    }

    .profile-summary-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }

  @media (max-width: 820px) {
    .profile-page {
      padding: 16px 12px 36px;
    }

    .profile-hero {
      grid-template-columns: 1fr;
      padding: 22px;
    }

    .profile-hero-actions {
      width: 100%;
    }

    .profile-sidebar {
      display: none;
    }

    .profile-mobile-tabs {
      display: block;
    }

    .profile-layout {
      display: block;
    }

    .profile-content-head,
    .profile-content-body {
      padding-left: 20px;
      padding-right: 20px;
    }
  }

  @media (max-width: 600px) {
    .profile-hero-main {
      flex-direction: column;
      align-items: flex-start;
    }

    .profile-avatar {
      width: 92px;
      height: 92px;
      font-size: 34px;
    }

    .profile-badges {
      gap: 6px;
    }

    .profile-summary-grid,
    .profile-form-grid {
      grid-template-columns: 1fr;
    }

    .profile-content-head {
      padding: 20px 17px 16px;
    }

    .profile-content-body {
      padding: 18px 17px 22px;
    }

    .profile-form-actions {
      justify-content: stretch;
    }

    .profile-button {
      width: 100%;
    }

    .profile-list-item {
      align-items: flex-start;
      flex-direction: column;
    }

    .profile-list-item span {
      text-align: left;
    }
  }

  @media (max-width: 390px) {
    .profile-page {
      padding-left: 8px;
      padding-right: 8px;
    }

    .profile-hero,
    .profile-content-card {
      border-radius: 16px;
    }

    .profile-hero {
      padding: 18px;
    }
  }


/* Assistente de currículo */
.panel-page-header{display:flex;justify-content:space-between;align-items:flex-end;gap:1rem;margin-bottom:1.25rem}.panel-breadcrumb{display:flex;flex-wrap:wrap;gap:.45rem;color:var(--profile-muted,#667085);font-size:.82rem}.panel-page-header h1{margin:.35rem 0 0;font-weight:900}.panel-page-header p{margin:.35rem 0 0;color:var(--profile-muted,#667085)}.panel-page-actions{display:flex;gap:.6rem}.panel-btn--soft{background:var(--profile-surface-soft,#f8fafc);color:var(--profile-text,#172033);border:1px solid var(--profile-border,#e6eaf0)}
.curriculum-page{min-height:auto;padding:0;background:transparent}.curriculum-summary{display:flex;justify-content:space-between;align-items:center;gap:1.25rem;padding:1.4rem;margin-bottom:1rem}.curriculum-summary progress,.curriculum-progress progress{width:100%;accent-color:#111827}.curriculum-empty{display:grid;place-items:center;text-align:center;gap:.7rem;padding:3rem}.curriculum-empty>i{font-size:3rem}.curriculum-steps{display:flex;gap:.6rem;overflow-x:auto;scroll-snap-type:x mandatory;padding:.4rem 0 1rem}.curriculum-steps a{flex:0 0 auto;display:flex;align-items:center;gap:.45rem;padding:.55rem .75rem;border:1px solid var(--profile-border,#e6eaf0);border-radius:999px;background:var(--profile-surface,#fff);color:var(--profile-text,#172033);text-decoration:none;scroll-snap-align:start}.curriculum-steps a.is-current{border-color:#111827;box-shadow:0 0 0 2px rgba(17,24,39,.12);font-weight:800}.curriculum-steps b{width:24px;height:24px;border-radius:50%;display:grid;place-items:center;background:#111827;color:#fff;font-size:.72rem}.curriculum-layout{display:grid;grid-template-columns:230px minmax(0,1fr);gap:1.25rem;align-items:start}.curriculum-progress{display:grid;gap:.7rem;padding:1rem}.curriculum-items{display:grid;gap:.7rem;margin-top:1rem}.curriculum-items article{display:flex;justify-content:space-between;gap:1rem;padding:1rem;border:1px solid var(--profile-border,#e6eaf0);border-radius:14px}.curriculum-items article>div{display:grid;gap:.2rem}.curriculum-items article>div:last-child{display:flex;align-items:center;gap:.7rem}.curriculum-preview{max-width:900px;margin:auto}.curriculum-preview dl{display:grid;grid-template-columns:max-content 1fr;gap:.5rem 1rem}.profile-button-danger{background:#b91c1c;color:#fff}
[data-theme="dark"] .profile-page{--profile-bg:#0f172a;--profile-surface:#111827;--profile-surface-soft:#1e293b;--profile-text:#f8fafc;--profile-muted:#a9b6c8;--profile-border:#334155;background:#0f172a;color:#e2e8f0}[data-theme="dark"] .curriculum-steps a,[data-theme="dark"] .curriculum-items article{background:#111827;border-color:#334155;color:#f8fafc}
@media(max-width:820px){.panel-page-header,.curriculum-summary{align-items:flex-start;flex-direction:column}.curriculum-layout{grid-template-columns:1fr}.curriculum-progress{position:static}.profile-form-grid{grid-template-columns:1fr}.panel-page-actions{width:100%}.panel-page-actions a{flex:1}.profile-form-actions{flex-wrap:wrap}.curriculum-steps{margin-inline:-.25rem;padding-inline:.25rem}}
@media(max-width:560px){.panel-page-header h1{font-size:1.65rem}.panel-page-header p{font-size:.9rem}.panel-breadcrumb{font-size:.76rem}.profile-form-actions{flex-direction:column}.profile-form-actions .profile-button{width:100%}.curriculum-steps a{padding:.45rem .6rem}.curriculum-steps a span{max-width:150px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}}
/* HOME hero editorial — usa a paleta e os componentes nativos do BOTUKA. */
.home-hero{position:relative;overflow:hidden;padding:54px 0;background:linear-gradient(135deg,#0d1421 0%,#1c2838 70%,#253449 100%);color:#fff}
.home-hero:before{content:"";position:absolute;inset:auto auto -190px -120px;width:430px;height:430px;border-radius:50%;background:rgba(255,210,48,.08);filter:blur(8px)}
.home-hero__grid{position:relative;display:grid;grid-template-columns:minmax(0,1.18fr) minmax(360px,.82fr);align-items:center;gap:56px}
.home-hero__kicker{display:inline-flex;align-items:center;gap:8px;padding:7px 11px;border:1px solid rgba(255,210,48,.35);border-radius:999px;background:rgba(255,210,48,.08);color:#ffe47e;font-size:12px;font-weight:850;letter-spacing:.06em;text-transform:uppercase}
.home-hero__content h1{max-width:760px;margin:18px 0 15px;font-size:clamp(38px,5vw,66px);font-weight:950;line-height:1.02;letter-spacing:-.045em}.home-hero__content h1 span{color:#ffd230}.home-hero__content>p{max-width:650px;margin:0;color:#d0d5dd;font-size:clamp(16px,2vw,19px);line-height:1.6}
.home-hero__search{max-width:680px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:10px;margin-top:25px;padding:7px 7px 7px 16px;border-radius:15px;background:#fff;box-shadow:0 18px 36px rgba(0,0,0,.2)}.home-hero__search>i{color:#667085}.home-hero__search input{min-width:0;height:46px;border:0;outline:0;background:transparent;color:#172033;font-size:16px}.home-hero__search button{min-height:46px;border:0}
.home-hero__actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:16px}.home-hero__secondary{border:1px solid rgba(255,255,255,.3);background:rgba(255,255,255,.08);color:#fff}.home-hero__shortcuts{display:flex;gap:9px;margin-top:22px;overflow-x:auto;scrollbar-width:none}.home-hero__shortcuts::-webkit-scrollbar{display:none}.home-hero__shortcuts a{flex:0 0 auto;display:inline-flex;gap:7px;align-items:center;padding:8px 11px;border-radius:9px;background:rgba(255,255,255,.07);color:#e4e7ec;text-decoration:none;font-size:13px;font-weight:750}
.home-hero__visual{position:relative;min-height:390px;display:flex;align-items:end;padding:26px}.home-hero__orb{position:absolute;inset:10px 35px 45px;border-radius:48% 52% 46% 54%;background:radial-gradient(circle at 35% 25%,#ffe781,#ffd230 28%,#c49100 70%);transform:rotate(-8deg);box-shadow:0 34px 70px rgba(0,0,0,.3)}.home-hero__orb:after{content:"B";position:absolute;inset:0;display:grid;place-items:center;color:rgba(17,24,39,.18);font-size:210px;font-weight:950;transform:rotate(8deg)}
.home-hero__feature{position:relative;z-index:1;width:100%;padding:22px;border:1px solid rgba(255,255,255,.28);border-radius:20px;background:rgba(17,24,39,.76);box-shadow:0 20px 45px rgba(0,0,0,.27);backdrop-filter:blur(10px)}.home-hero__feature>i{display:grid;width:44px;height:44px;place-items:center;border-radius:12px;background:#ffd230;color:#172033;font-size:22px}.home-hero__feature span,.home-hero__feature strong{display:block}.home-hero__feature span{margin-top:17px;color:#ffd230;font-size:12px;font-weight:850;text-transform:uppercase}.home-hero__feature strong{margin:4px 0 14px;font-size:23px}.home-hero__feature a{color:#fff;font-weight:800;text-decoration:none}.home-hero__metrics{position:absolute;z-index:2;top:0;right:0;display:grid;gap:8px}.home-hero__metrics article{min-width:92px;padding:11px;border-radius:12px;background:#fff;color:#172033;box-shadow:0 12px 28px rgba(0,0,0,.2)}.home-hero__metrics strong,.home-hero__metrics span{display:block}.home-hero__metrics strong{font-size:20px}.home-hero__metrics span{color:#667085;font-size:11px}
@media(max-width:991px){.home-hero{padding:34px 0}.home-hero__grid{grid-template-columns:1fr;gap:24px}.home-hero__visual{min-height:260px;max-width:620px;width:100%;margin:auto}.home-hero__metrics{right:12px}}
@media(max-width:600px){.home-hero{padding:25px 0 30px}.home-hero__grid{padding-inline:14px}.home-hero__content h1{margin-top:14px;font-size:clamp(33px,10.5vw,45px)}.home-hero__content>p{font-size:15px}.home-hero__search{grid-template-columns:auto 1fr;margin-top:19px}.home-hero__search button{grid-column:1/-1;width:100%}.home-hero__actions{display:grid}.home-hero__actions .btn-botuka{width:100%;justify-content:center}.home-hero__visual{min-height:235px;padding:14px 0 0}.home-hero__orb{inset:0 20px 15px}.home-hero__orb:after{font-size:140px}.home-hero__feature{padding:17px}.home-hero__feature strong{font-size:19px}.home-hero__metrics{display:none}}
@media(prefers-reduced-motion:reduce){.home-hero *{scroll-behavior:auto}}

/* ============================================================
   SAFARI / IOS — GUARDA CRITICA DO MENU DESKTOP
   ============================================================ */
@media screen and (max-width: 992px) {
  .botuka-desktop-modules {
    display: none !important;
    visibility: hidden !important;
    width: 0 !important;
    height: 0 !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    pointer-events: none !important;
  }
}
