/* Nenhum texto do sistema utiliza sublinhado. */
a,a:visited,a:hover,a:focus,a:active,button,u,ins{text-decoration:none!important}

:root{
  color-scheme:light;
  --forest:#0d2d27;
  --forest-deep:#071b17;
  --water:#087f82;
  --bronze:#bd8750;
  --bronze-soft:#ddb581;
  --sand:#eee3cf;
  --surface:rgba(255,253,248,.94);
  --text:#18302b;
  --muted:#5d6d67;
  --line:rgba(137,93,49,.24);
  --display:"Playfair Display",Georgia,serif;
  --body:"DM Sans",system-ui,sans-serif;
  --shadow:0 28px 80px rgba(0,0,0,.28);
  --page-gutter:clamp(12px,3vw,24px);
}
html[data-theme="dark"]{
  color-scheme:dark;
  --surface:rgba(17,52,44,.95);
  --text:#e5ece8;
  --muted:#b4c1bc;
  --line:rgba(221,181,129,.22);
}
*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth}
body{min-height:100svh;margin:0;background:linear-gradient(rgba(7,27,23,.7),rgba(7,27,23,.88)),url("img/backg-2026-hq.png") center/cover fixed;color:var(--text);font-family:var(--body);line-height:1.65}
a{color:inherit}
button{font:inherit}
:focus-visible{outline:3px solid var(--bronze-soft);outline-offset:3px}
.skip-link{position:fixed;z-index:100;top:10px;left:10px;transform:translateY(-160%);padding:10px 14px;border-radius:9px;background:white;color:var(--forest)}
.skip-link:focus{transform:none}
.regulation-header{position:relative;z-index:5;display:flex;align-items:center;justify-content:space-between;gap:20px;width:min(calc(100% - 32px),1280px);min-height:90px;margin:auto;color:white}
.regulation-brand{display:flex;align-items:center;gap:12px;text-decoration:none}.regulation-brand img{width:70px;height:70px;object-fit:contain;filter:drop-shadow(0 8px 18px rgba(0,0,0,.35))}.regulation-brand span{display:grid}.regulation-brand strong{font-family:var(--display);font-size:1.05rem}.regulation-brand small{color:rgba(255,255,255,.7)}
.regulation-header-actions{display:flex;align-items:center;gap:10px}.back-home{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:44px;padding:9px 14px;border:1px solid rgba(255,255,255,.25);border-radius:999px;text-decoration:none;font-weight:700}.back-home:hover{background:rgba(255,255,255,.1)}
.back-home>span[aria-hidden="true"]{display:inline-grid;flex:0 0 1em;width:1em;height:1em;place-items:center;line-height:1}
.regulation-theme-toggle{display:grid;flex:none;place-items:center;width:44px;height:44px;padding:0;border:1px solid rgba(255,255,255,.25);border-radius:50%;background:rgba(7,27,23,.28);color:white;cursor:pointer;transition:.25s}.regulation-theme-toggle:hover{transform:translateY(-2px);border-color:var(--bronze-soft);background:rgba(189,135,80,.2)}.theme-icon{grid-area:1/1;transition:opacity .25s,transform .25s}.theme-icon-sun{opacity:1}.theme-icon-moon{opacity:0;transform:scale(.55) rotate(-35deg)}html[data-theme="dark"] .theme-icon-sun{opacity:0;transform:scale(.55) rotate(35deg)}html[data-theme="dark"] .theme-icon-moon{opacity:1;transform:none}
main,.regulation-footer{width:min(calc(100% - 32px),1180px);margin:auto}
.regulation-hero{position:relative;padding:clamp(50px,9vw,110px) 0 clamp(36px,6vw,72px);color:white}.eyebrow{margin:0 0 10px;color:var(--bronze-soft);font-size:.75rem;font-weight:800;letter-spacing:.17em;text-transform:uppercase}.regulation-hero h1{max-width:800px;margin:0 0 18px;font:700 clamp(3.2rem,9vw,7.2rem)/.95 var(--display);letter-spacing:-.045em}.regulation-hero>p:not(.eyebrow){max-width:700px;margin:0;color:rgba(255,255,255,.78);font-size:clamp(1rem,1.6vw,1.2rem)}.regulation-status{display:inline-flex;margin-top:24px;padding:8px 12px;border:1px solid rgba(221,181,129,.42);border-radius:999px;background:rgba(189,135,80,.16);color:#f5ddc2;font-size:.75rem;font-weight:800}
.regulation-card,.privacy-card{border:1px solid rgba(255,255,255,.38);border-radius:28px;background:var(--surface);box-shadow:var(--shadow);backdrop-filter:blur(18px) saturate(120%)}
.regulation-card{display:grid;gap:0;padding:clamp(22px,5vw,52px)}.regulation-card article{display:grid;grid-template-columns:70px 1fr;gap:22px;padding:clamp(24px,4vw,42px) 0;border-bottom:1px solid var(--line)}.regulation-card article:first-child{padding-top:0}.regulation-card article:last-child{padding-bottom:0;border-bottom:0}.regulation-card article>span{color:var(--bronze);font:700 2rem var(--display)}h2{margin:0 0 12px;color:var(--forest);font:700 clamp(1.55rem,3vw,2.1rem)/1.15 var(--display)}.regulation-card p,.privacy-card p{margin:.65rem 0 0;color:var(--muted)}
.privacy-card{display:grid;grid-template-columns:minmax(220px,.65fr) minmax(0,1.35fr);gap:clamp(28px,6vw,80px);margin:24px 0 70px;padding:clamp(24px,5vw,52px);scroll-margin-top:24px}.privacy-copy{display:grid;gap:8px}.privacy-copy p{margin:0}.privacy-copy a{color:var(--water);font-weight:800}.review-note{padding:12px 15px;border-left:3px solid var(--bronze);background:rgba(189,135,80,.1);font-size:.86rem}
html[data-theme="dark"] body{background-image:linear-gradient(rgba(2,14,11,.88),rgba(3,18,15,.95)),url("img/backg-2026-hq.png")}html[data-theme="dark"] h2{color:#f4ead8}html[data-theme="dark"] .regulation-card,html[data-theme="dark"] .privacy-card{border-color:rgba(221,181,129,.22);box-shadow:0 28px 90px rgba(0,0,0,.42)}
.regulation-footer{display:flex;justify-content:space-between;gap:20px;padding:25px 0 calc(32px + env(safe-area-inset-bottom));border-top:1px solid rgba(255,255,255,.14);color:rgba(255,255,255,.7);font-size:.82rem}.regulation-footer p{margin:0}.regulation-footer a{color:var(--bronze-soft)}
@media(max-width:720px){body{background-attachment:scroll}.regulation-header{min-height:76px}.regulation-brand img{width:58px;height:58px}.regulation-brand strong{font-size:.9rem}.back-home{width:44px;padding:0;font-size:0}.back-home span{font-size:1.2rem}.regulation-card article{grid-template-columns:1fr;gap:8px}.privacy-card{grid-template-columns:1fr}.regulation-footer{flex-direction:column}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{transition-duration:.01ms!important;animation-duration:.01ms!important}}

/* Responsive consistency */
img,svg{max-inline-size:100%;block-size:auto}
main,section,article,.regulation-card,.privacy-card{min-inline-size:0}
p,li,a,strong{overflow-wrap:anywhere}
.regulation-header,#regulamento-main,.regulation-footer{width:min(calc(100% - (2 * var(--page-gutter))),1180px);margin-inline:auto}
.regulation-card,.privacy-card{max-width:100%}
@media(max-width:720px){
  :root{--page-gutter:10px}
  .regulation-hero h1{font-size:clamp(2.55rem,14vw,4.4rem)}
  .regulation-card,.privacy-card{padding:clamp(18px,5vw,28px)}
  .regulation-card article{padding-block:24px}
}
@media(max-width:360px){.regulation-brand small{display:none}.regulation-header-actions{gap:6px}}

.back-home,.regulation-theme-toggle{white-space:nowrap;overflow-wrap:normal;word-break:normal}
body{background-image:linear-gradient(rgba(7,27,23,.7),rgba(7,27,23,.88)),url("img/backg-2026-hq.png");background-image:linear-gradient(rgba(7,27,23,.7),rgba(7,27,23,.88)),image-set(url("img/optimized/admin-bg-1672.webp") type("image/webp"),url("img/backg-2026-hq.png") type("image/png"))}
html[data-theme="dark"] body{background-image:linear-gradient(rgba(2,14,11,.88),rgba(3,18,15,.95)),url("img/backg-2026-hq.png");background-image:linear-gradient(rgba(2,14,11,.88),rgba(3,18,15,.95)),image-set(url("img/optimized/admin-bg-1672.webp") type("image/webp"),url("img/backg-2026-hq.png") type("image/png"))}
@media(max-width:700px){body{background-image:linear-gradient(rgba(7,27,23,.78),rgba(7,27,23,.9)),url("img/backg-2026-hq.png");background-image:linear-gradient(rgba(7,27,23,.78),rgba(7,27,23,.9)),image-set(url("img/optimized/admin-bg-960.webp") type("image/webp"),url("img/backg-2026-hq.png") type("image/png"));background-attachment:scroll}html[data-theme="dark"] body{background-image:linear-gradient(rgba(2,14,11,.9),rgba(3,18,15,.96)),url("img/backg-2026-hq.png");background-image:linear-gradient(rgba(2,14,11,.9),rgba(3,18,15,.96)),image-set(url("img/optimized/admin-bg-960.webp") type("image/webp"),url("img/backg-2026-hq.png") type("image/png"))}}
