@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;600;700;800;900&family=Cinzel+Decorative:wght@700;900&display=swap');
:root{
  --ink:#352317;
  --ink-soft:#6f5a46;
  --brown:#3a2418;
  --brown-2:#5b3720;
  --gold:#c89442;
  --gold-soft:#dfbd7b;
  --paper:#f7ecd1;
  --paper-2:#f2dfb5;
  --paper-3:#ead1a0;
  --line:#c9a46b;
  --red:#b62828;
  --red-2:#8e1d1d;
  --blue:#344b9a;
  --shadow:0 18px 44px rgba(46,25,12,.24);
  --serif:Georgia,"Times New Roman",serif;
  --sans:Arial,Helvetica,sans-serif;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;color:var(--ink);font-family:var(--sans);background:#2b2118;min-width:320px}
body.webacc-001o{background:
  linear-gradient(rgba(245,231,198,.16),rgba(238,219,177,.22)),
  url('../img/godz-lower-001p.webp') center top/cover fixed no-repeat;
}
a{color:inherit;text-decoration:none}
button,input{font:inherit}
button,a{transition:.18s ease}
[hidden]{display:none!important}
.page-bg,.page-vignette{display:none}



/* HEADER */
.site-header{position:sticky;top:0;z-index:100;background:linear-gradient(180deg,#43291a,#2f1d14);border-bottom:2px solid #8d5c27;box-shadow:0 6px 16px rgba(0,0,0,.22)}
.nav-shell{height:78px;max-width:1120px;margin:auto;display:grid;grid-template-columns:1fr 190px 1fr;align-items:center;gap:16px;padding:0 18px}
.nav-group{display:flex;gap:8px;align-items:center}
.nav-right{justify-content:flex-end}
.nav-group a{padding:9px 14px;border:1px solid rgba(213,170,92,.45);background:linear-gradient(#4f321f,#362216);color:#f3ddb0;text-transform:uppercase;font-family:var(--serif);font-size:12px;font-weight:700;letter-spacing:.03em;border-radius:4px;box-shadow:inset 0 1px rgba(255,255,255,.05)}
.nav-group a:hover{transform:translateY(-1px);border-color:#d2a45f;color:#fff5d7}
.nav-group .nav-register{background:linear-gradient(#d0443e,#9a201e);border-color:#e06d58;color:#fff5e0}
.brand{display:flex;justify-content:center;align-self:start;height:112px;position:relative;z-index:3;filter:drop-shadow(0 5px 4px rgba(0,0,0,.38))}
.brand img{height:112px;width:auto;object-fit:contain}

/* HERO ART */
.main-shell{position:relative;max-width:1100px;margin:0 auto;padding:0 16px 42px}
.hero-intro.hero-art-stage{height:410px;margin:0;position:relative;background:url('../img/godz-hero-001o.webp') center 48%/cover no-repeat;border:0;border-left:1px solid rgba(117,77,35,.28);border-right:1px solid rgba(117,77,35,.28);box-shadow:none}
.hero-intro.hero-art-stage p,.hero-intro.hero-art-stage span{position:absolute!important;width:1px!important;height:1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important}

/* PAPER BASE */
.hero-card,.info-section,.download-section,.social-community-section,.support-section{background:linear-gradient(180deg,#fff8e5,#f5e3be);border:2px solid #b98750;box-shadow:var(--shadow),inset 0 0 0 1px rgba(255,255,255,.72);border-radius:8px}
.hero-card{display:grid;grid-template-columns:1fr 1fr;margin-top:-10px;position:relative;z-index:4;overflow:hidden}
.hero-card::before,.hero-card::after,.info-section::before,.lower-grid>section::before{content:"";position:absolute;width:11px;height:11px;background:#ad7433;transform:rotate(45deg);top:-6px}
.hero-card::before{left:-6px}.hero-card::after{right:-6px}
.form-side,.community-side{padding:28px 34px 24px}
.form-side{border-right:1px solid #d8bd8d}
.section-heading,.community-title{display:flex;align-items:center;justify-content:center;gap:14px;text-align:center;margin-bottom:16px}
.ornament{height:1px;width:56px;background:linear-gradient(90deg,transparent,#b38242)}
.ornament-right{background:linear-gradient(90deg,#b38242,transparent)}
.eyebrow{display:none}
h1,h2,h3,h4{font-family:var(--serif);color:#3a2719;margin:0}
.section-heading h1,.community-title h2{font-size:30px;letter-spacing:.02em;text-transform:uppercase}
.section-heading .subtitle,.community-title p,.stage-title p{margin:5px 0 0;color:#735f4b;font-size:13px}
.news-mark{color:#b27c2f;font-size:16px}

/* FORM TABS + PROGRESS */
.account-mode-switch{display:grid;grid-template-columns:1fr 1fr;border:1px solid #b89361;border-radius:5px;overflow:hidden;background:#e6d1a8;margin:14px 0 18px}
.account-mode-tab{border:0;background:transparent;padding:12px 10px;text-transform:uppercase;font-size:11px;font-weight:800;color:#6e5840;cursor:pointer}
.account-mode-tab.is-active{background:linear-gradient(#c73a34,#9b231f);color:#fff;box-shadow:inset 0 1px rgba(255,255,255,.25)}
.wizard-progress{position:relative;display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin:8px 8px 20px;text-align:center}
.recovery-wizard{grid-template-columns:repeat(4,1fr)}
.wizard-track{position:absolute;height:2px;background:#baa684;left:10%;right:10%;top:15px;z-index:0}
.wizard-track-fill{display:block;height:100%;background:#b52b27;width:0;transition:.25s}
.wizard-step{position:relative;z-index:1;color:#766552;font-size:10px;text-transform:uppercase}
.wizard-dot{display:grid;place-items:center;width:30px;height:30px;margin:0 auto 6px;border-radius:50%;border:2px solid #9d8b70;background:#f8eed7;font-weight:800;color:#6a5a48}
.wizard-step.is-active .wizard-dot,.wizard-step.is-complete .wizard-dot{background:#b72b27;border-color:#9f211e;color:white;box-shadow:0 0 0 3px rgba(183,43,39,.09)}
.wizard-step.is-active b{color:#9e261f}
.stage-title{text-align:center;margin:14px 0 16px}
.stage-title h3{text-transform:uppercase;font-size:22px}

/* FIELDS */
.field{margin-bottom:15px}
.field label,.sex-field legend{display:block;font-weight:700;font-size:13px;margin-bottom:6px;color:#3e2e22}
.field label b,.sex-field legend b{color:#d52c2c}
.input-wrap{position:relative}
.input-wrap input{width:100%;height:42px;border:1px solid #c3b6a1;border-radius:4px;background:#fffdf7;color:#33271f;padding:0 42px 0 38px;outline:none;box-shadow:inset 0 1px 2px rgba(70,42,20,.06)}
.input-wrap input:focus{border-color:#b67d36;box-shadow:0 0 0 3px rgba(182,125,54,.12)}
.field-icon{position:absolute;left:14px;top:50%;transform:translateY(-50%);font-size:10px;color:#8c7357}
.password-toggle{position:absolute;right:8px;top:50%;transform:translateY(-50%);border:0;background:transparent;color:#8b745a;cursor:pointer;padding:8px}
.field-error{display:block;color:#b12525;font-size:11px;min-height:14px;margin-top:4px}
.input-wrap.is-invalid input,input.is-invalid{border-color:#c43131!important;background:#fff6f3}
.compact-alert{display:flex;align-items:center;gap:12px;padding:11px 13px;border:1px solid #d7a13c;background:#fff0c9;border-radius:5px;margin:10px 0 15px}
.alert-icon{width:30px;height:30px;flex:0 0 30px;border-radius:50%;display:grid;place-items:center;background:#ffbd36;color:#442a0c;font-weight:900;font-size:18px}
.compact-alert strong{display:block;font-size:13px}.compact-alert span{display:block;font-size:11px;color:#6b573f;margin-top:1px}
.turnstile-wrap{min-height:66px}
.register-btn{width:100%;min-height:46px;border:1px solid #8f211d;border-radius:4px;background:linear-gradient(#d54840,#a72622);color:#fff7e9;font-family:var(--serif);font-size:17px;font-weight:700;text-transform:uppercase;letter-spacing:.03em;display:flex;align-items:center;justify-content:center;gap:14px;cursor:pointer;box-shadow:inset 0 1px rgba(255,255,255,.25),0 4px 10px rgba(116,26,21,.17)}
.register-btn:hover{filter:brightness(1.06);transform:translateY(-1px)}
.register-btn:disabled{opacity:.55;cursor:not-allowed;transform:none}
.register-btn.is-busy{opacity:.72;pointer-events:none}
.login-link{text-align:center;font-size:11px;color:#7a6046;margin:10px 0 0}.login-link a{font-weight:700;color:#8f2b25}
.stage-actions{display:flex;justify-content:space-between;gap:12px;margin-top:12px}.text-action,.back-stage{border:0;background:transparent;color:#8a4d29;font-size:11px;font-weight:700;cursor:pointer;padding:7px 0}.text-action:disabled{opacity:.5}
.verification-info{display:flex;justify-content:space-between;gap:10px;color:#6e5b48;font-size:11px;margin:5px 0 16px}
.sex-field{border:1px solid #d3b98d;border-radius:5px;padding:10px 12px;margin:12px 0}.choice{display:inline-flex;align-items:center;gap:6px;margin-right:20px;font-size:12px}.choice-symbol{font-size:20px}.terms{display:flex;align-items:flex-start;gap:8px;font-size:11px;color:#6a5746;margin:12px 0}.terms a{color:#9a2d27;font-weight:700}
.recovery-account-list{display:grid;gap:8px;margin:10px 0}.recovery-account-list label{display:flex;align-items:center;gap:10px;border:1px solid #ceb487;background:#fbefd4;border-radius:5px;padding:11px;cursor:pointer}.recovery-account-list label.is-selected{border-color:#b22c27;background:#f8dfc2}

/* NEWS */
.news-side{background:#fff7e3}
.news-list{display:grid;gap:8px}
.news-card{border-bottom:1px solid #d6c09b;padding:10px 0 12px}
.news-card:last-child{border-bottom:0}
.news-meta{display:flex;justify-content:space-between;color:#a06a2b;font-size:9px;font-weight:800;text-transform:uppercase;letter-spacing:.04em}.news-meta b{color:#9e8a70}
.news-card h3{font-size:16px;margin:5px 0}.news-card p{font-size:11px;color:#705f4e;line-height:1.45;margin:0 0 6px}.news-card a{font-size:11px;font-weight:800;color:#8d3d24}
.news-card-featured{padding-top:4px}
.news-footer-card{margin-top:13px;border:1px solid #d4ad73;background:linear-gradient(90deg,#f4e4c1,#fff7e4);border-radius:5px;padding:12px;display:grid;grid-template-columns:36px 1fr auto;align-items:center;gap:10px}
.news-banner-icon{width:34px;height:34px;border-radius:8px;background:#b96f36;color:white;display:grid;place-items:center}.news-footer-card strong{font-family:var(--serif);text-transform:uppercase;font-size:14px}.news-footer-card p{font-size:10px;margin:3px 0 0;color:#6e5d4a}.news-footer-card a{font-size:10px;font-weight:800;color:#8a3724}

/* SERVER STATUS */
.server-status-wrap{display:flex;justify-content:center;margin:-1px 0 18px;position:relative;z-index:5}.server-status{display:flex;align-items:center;gap:12px;padding:7px 22px;background:#3b281a;color:#f0d8a7;border:1px solid #9d6b32;border-radius:0 0 10px 10px;box-shadow:0 4px 10px rgba(0,0,0,.18)}.server-entry{display:flex;align-items:center;gap:6px;font-size:9px}.server-entry span{font-weight:800}.server-entry i{width:6px;height:6px;border-radius:50%;background:#b82d2d}.server-entry.is-online i{background:#43b56a}.server-entry b{font-size:9px}.server-status em{width:1px;height:13px;background:#85643f}

/* INFO COMPACT */
.info-section{position:relative;padding:24px 28px 20px;margin:0 0 18px}
.info-heading{display:flex;align-items:center;justify-content:center;gap:20px;text-align:center}.info-heading-line{height:1px;flex:1;max-width:135px;background:linear-gradient(90deg,transparent,#b37a38)}.info-heading-line-right{background:linear-gradient(90deg,#b37a38,transparent)}.info-kicker{text-transform:uppercase;color:#a1682c;font-size:9px;letter-spacing:.13em;font-weight:800;margin:0 0 5px}.info-heading h2,.section-banner-heading h2{font-size:28px;text-transform:uppercase}.info-heading p:last-child,.section-banner-heading p:last-child{font-size:11px;color:#705d49;margin:5px 0 0}
.info-style-tags{display:flex;justify-content:center;gap:7px;flex-wrap:wrap;margin:12px 0 16px}.info-style-tags span,.info-chip-row span,.info-feature-badges span,.exclusive-tags span{border:1px solid #caa56e;background:#f4e1ba;color:#754e27;border-radius:999px;padding:5px 9px;font-size:9px;text-transform:uppercase;font-weight:800}
.info-stat-grid{display:grid;grid-template-columns:repeat(8,1fr);gap:7px}.info-stat{min-height:94px;border:1px solid #d8bd90;background:#fffaf0;border-radius:5px;text-align:center;padding:12px 6px;display:flex;flex-direction:column;align-items:center;justify-content:center}.info-stat>span:first-child{font-size:9px;text-transform:uppercase;color:#957252;font-weight:800}.info-stat strong{font-family:var(--serif);font-size:25px;margin:3px 0}.info-stat small{font-size:9px;color:#745f4b}.info-stat-icon .info-stat-glyph{font-size:26px!important;color:#966128!important}.info-stat-icon strong{font-size:14px;text-transform:uppercase}.info-full-details{margin-top:15px}.info-full-details>summary{list-style:none;cursor:pointer;display:block;margin-left:auto;width:max-content;border:1px solid #8b5c32;background:#5a3722;color:#fff1d0;border-radius:4px;padding:9px 16px;text-transform:uppercase;font-family:var(--serif);font-size:11px;font-weight:700}.info-full-details>summary::-webkit-details-marker{display:none}.info-full-details[open]>summary{margin-bottom:14px}.info-full-details-body{display:grid;gap:14px}
.info-two-col{display:grid;grid-template-columns:1fr 1fr;gap:12px}.info-panel,.info-feature,.exclusive-card,.systems-block,.info-cta{border:1px solid #d4b27d;background:#fff6df;border-radius:6px;padding:16px}.info-panel-title{display:flex;gap:10px;align-items:center}.info-panel-title h3,.info-feature h3,.exclusive-card h3,.systems-block h3,.info-cta h3{font-size:19px;text-transform:uppercase}.info-panel-title small{font-size:9px;text-transform:uppercase;color:#9b6a30}.info-panel-icon{width:34px;height:34px;border-radius:50%;background:#f0d6a1;display:grid;place-items:center;color:#9d6428}.info-panel p,.info-feature p,.exclusive-card p,.systems-block p,.info-cta p{font-size:11px;color:#6f5b47;line-height:1.5}.info-table{width:100%;border-collapse:collapse;font-size:10px}.info-table th,.info-table td{border-bottom:1px solid #e1c89d;padding:7px;text-align:left}.info-table th{background:#ead1a4;color:#76502d;text-transform:uppercase;font-size:9px}.info-note{font-size:9px!important;color:#866e54!important}.arena-callout{border-left:3px solid #c99c51;background:#f6e4bd;padding:10px;margin:10px 0}.info-chip-row,.info-feature-badges,.exclusive-tags{display:flex;gap:6px;flex-wrap:wrap}.info-feature-head{display:flex;justify-content:space-between;gap:18px}.bg-mode-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:7px;margin:12px 0}.bg-mode-grid>div{border:1px solid #d7bd90;background:#fffaf0;text-align:center;padding:10px;border-radius:4px}.bg-mode-grid strong{display:block;font-family:var(--serif)}.bg-mode-grid small{font-size:8px;color:#806b55}.info-details summary{cursor:pointer;color:#8c4f29;font-size:10px;font-weight:800;text-transform:uppercase;border-top:1px solid #dcc39a;padding-top:9px}.info-details-body{padding-top:12px}.info-detail-grid,.exclusive-grid,.systems-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.info-list{padding-left:17px;font-size:10px;color:#6a5845;line-height:1.55}.systems-grid article{border:1px solid #dec59a;background:#fffaf0;padding:12px;border-radius:5px}.system-number{font-size:10px;color:#a16a32;font-weight:800}.system-wide{grid-column:1/-1}.info-cta{display:flex;align-items:center;justify-content:space-between;gap:15px}.info-cta-actions{display:flex;gap:8px}.info-btn{border:1px solid #b18a57;padding:10px 14px;border-radius:4px;font-size:10px;font-weight:800;text-transform:uppercase}.info-btn-primary{background:#ad2d28;color:white;border-color:#8c201c}

/* LOWER 3-COLUMN MOCKUP */
.lower-grid{display:grid;grid-template-columns:1.2fr .9fr .9fr;gap:12px;align-items:stretch;margin-bottom:18px}.lower-grid>section{position:relative;margin:0!important;padding:18px!important;min-width:0}.section-banner-heading{text-align:left;margin-bottom:14px}.section-banner-heading h2{font-size:21px}.section-banner-heading .info-kicker{margin-bottom:3px}
.lower-section-heading{display:flex;align-items:flex-start;gap:12px;margin-bottom:12px}.lower-section-heading .heading-icon-wrap{flex:0 0 40px}.lower-section-heading .heading-icon{display:block;width:40px;height:40px}.lower-section-heading .heading-copy-wrap{flex:1}.lower-section-heading .info-kicker{margin:0 0 1px}.lower-section-heading h2{margin:0 0 4px}.lower-section-heading p:last-child{margin:0;color:#7b6a56;font-size:13px;line-height:1.45}
.download-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.download-provider{border-radius:8px;min-height:74px;padding:12px 12px;display:grid;grid-template-columns:48px 1fr;align-items:center;gap:10px;color:white;box-shadow:0 4px 12px rgba(0,0,0,.18)}.download-drive{background:linear-gradient(135deg,#b32d26,#8d1f1a)}.download-mediafire{background:linear-gradient(135deg,#5e73d8,#3a4eb2)}.provider-mark{width:44px;height:44px;display:grid;place-items:center;background:rgba(255,255,255,.15);border-radius:10px;font-weight:900;overflow:hidden}.provider-icon{display:block;width:30px;height:30px}.provider-copy{display:flex;flex-direction:column;line-height:1.05}.provider-copy small{font-size:9px;text-transform:uppercase;opacity:.86;letter-spacing:.04em}.provider-copy strong{font-family:var(--serif);font-size:16px;text-transform:uppercase;line-height:1.1}.provider-copy em{font-style:normal;font-size:10px;opacity:.96;margin-top:3px;line-height:1.25}.download-provider>b{display:block;grid-column:1 / -1;margin-top:8px;border-radius:6px;background:rgba(0,0,0,.18);border:1px solid rgba(255,255,255,.18);padding:8px 10px;text-align:center;font-size:10px;font-weight:800;letter-spacing:.05em;text-transform:uppercase}.download-help{margin-top:12px;border:1px solid #c0a263;background:#efe1bc;padding:12px;border-radius:6px}.download-help>div{display:flex;gap:10px}.download-help-icon{width:30px;height:30px;border-radius:50%;background:#3b4f9a;color:white;display:grid;place-items:center;font-weight:900;flex:0 0 30px}.download-help strong{text-transform:uppercase;font-family:var(--serif);font-size:12px;color:#4e4776}.download-help p{font-size:10px;color:#6e5a4a;line-height:1.45;margin:3px 0 10px}.download-help>a{display:block;text-align:center;background:#314484;color:#fff;border-radius:5px;padding:9px;font-size:10px;font-weight:800;text-transform:uppercase}
.social-community-grid{display:grid;gap:9px}.social-community-card{min-height:57px;border-radius:7px;padding:9px 12px;display:grid;grid-template-columns:40px 1fr auto;align-items:center;gap:10px;color:white;box-shadow:0 4px 12px rgba(0,0,0,.12)}.social-discord{background:linear-gradient(135deg,#6a69dc,#4d51b8)}.social-instagram{background:linear-gradient(135deg,#f05c6d,#a0299c)}.social-facebook{background:linear-gradient(135deg,#397dcc,#1762aa)}.social-whatsapp{background:linear-gradient(135deg,#38a95c,#1f7a40)}.social-community-icon{width:36px;height:36px;border-radius:10px;background:rgba(255,255,255,.14);display:grid;place-items:center;overflow:hidden}.social-community-icon-img{display:block;width:24px;height:24px}.social-community-card strong{display:block;text-transform:uppercase;font-size:12px;line-height:1.1}.social-community-card small{display:block;font-size:10px;opacity:.95;margin-top:2px;line-height:1.2}.social-community-card b{font-size:9px;text-transform:uppercase;font-weight:800;letter-spacing:.04em}
.support-grid{display:grid;gap:2px}.support-card{border-bottom:1px solid #d8c09b;padding:9px 0;display:grid;grid-template-columns:36px 1fr;column-gap:10px;grid-template-areas:'n t' 'n p';align-items:start}.support-card:last-child{border-bottom:0}.support-icon{grid-area:n;width:36px;height:36px;display:grid;place-items:center}.support-icon img{display:block;width:36px;height:36px}.support-card>strong{grid-area:t;font-family:var(--serif);font-size:16px;line-height:1.1}.support-card>p{grid-area:p;margin:3px 0 0;color:#6e5b49;font-size:10px;line-height:1.35}.support-card>b{display:none}

.site-footer{background:#2c1d14;color:#f1dfbd;text-align:center;padding:17px;border-top:2px solid #87582b;font-size:11px}
.back-to-top{position:fixed;right:24px;bottom:24px;width:46px;height:46px;border-radius:50%;background:#b22d27;color:#ffe3a6;border:2px solid #d59b45;display:grid;place-items:center;font-size:23px;font-weight:800;box-shadow:0 6px 18px rgba(0,0,0,.28);opacity:0;pointer-events:none;transform:translateY(8px);z-index:80}.back-to-top.is-visible{opacity:1;pointer-events:auto;transform:none}
.toast{position:fixed;left:50%;bottom:26px;transform:translate(-50%,20px);background:#382417;color:#fff3d6;border:1px solid #b9894f;padding:11px 16px;border-radius:6px;box-shadow:0 12px 30px rgba(0,0,0,.3);opacity:0;pointer-events:none;z-index:200;font-size:12px}.toast.is-visible{opacity:1;transform:translate(-50%,0)}

@media (max-width:980px){
  .nav-shell{grid-template-columns:1fr 135px 1fr;padding:0 10px}.brand img{height:94px}.brand{height:94px}.nav-group a{padding:8px 9px;font-size:10px}.hero-card{grid-template-columns:1fr}.form-side{border-right:0;border-bottom:1px solid #d7bd90}.info-stat-grid{grid-template-columns:repeat(4,1fr)}.lower-grid{grid-template-columns:1fr 1fr}.support-section{grid-column:1/-1}.hero-intro.hero-art-stage{height:310px}
}
@media (max-width:720px){
  .site-header{position:relative}.nav-shell{height:auto;grid-template-columns:1fr;padding:8px 10px 12px}.brand{grid-row:1;height:88px}.brand img{height:88px}.nav-left,.nav-right{justify-content:center;flex-wrap:wrap}.nav-group a{font-size:9px;padding:7px 9px}.hero-intro.hero-art-stage{height:260px;background-position:center center}.main-shell{padding:0 10px 34px}.hero-card{margin-top:-8px}.form-side,.community-side{padding:22px 18px}.section-heading h1,.community-title h2{font-size:25px}.info-section{padding:20px 14px}.info-heading-line{display:none}.info-heading h2{font-size:24px}.info-stat-grid{grid-template-columns:repeat(2,1fr)}.info-two-col,.info-detail-grid,.exclusive-grid,.systems-grid,.lower-grid{grid-template-columns:1fr}.support-section{grid-column:auto}.info-feature-head,.info-cta{display:block}.bg-mode-grid{grid-template-columns:repeat(2,1fr)}.info-cta-actions{margin-top:10px}.news-footer-card{grid-template-columns:34px 1fr}.news-footer-card a{grid-column:2}.server-status{padding:7px 10px;gap:7px}.server-entry span{display:none}
}
@media (max-width:430px){
  .hero-intro.hero-art-stage{height:220px}.download-grid{grid-template-columns:1fr}.verification-info,.stage-actions{display:block}.text-action{display:block;width:100%;text-align:center}.wizard-step b{font-size:8px}.form-side,.community-side{padding:18px 13px}.info-stat strong{font-size:22px}
}


/* WEBACC-001P — fidelity pass: approved illustrated layout */
body.webacc-001o::before{content:"";position:fixed;inset:0;pointer-events:none;z-index:-1;background:rgba(255,239,201,.08)}
.webacc-001o .hero-card,.webacc-001o .info-section,.webacc-001o .lower-grid>section{opacity:1!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important}
.webacc-001o .hero-card,.webacc-001o .info-section,.webacc-001o .download-section,.webacc-001o .social-community-section,.webacc-001o .support-section{background-color:#f8e8c5!important}
.webacc-001o .form-side{background:#fff7e2}
.webacc-001o .community-side{background:#fff7e2}
.webacc-001o .info-section{margin-top:14px}
.webacc-001o .lower-grid{margin-top:0}
.webacc-001o .site-footer{margin-top:0}
@media (min-width:981px){.webacc-001o .hero-intro.hero-art-stage{border-radius:0 0 6px 6px}.webacc-001o .main-shell{padding-top:0}}

/* =========================================================
   WEBACC-002A — visual port of the approved React mockup
   Keeps the proven registration/recovery markup and JS.
   ========================================================= */
body.webacc-002a{
  --mockup-brown:#1c120b;
  --mockup-brown-2:#2a1a0f;
  --mockup-brown-3:#3e2723;
  --mockup-gold:#d7b98e;
  --mockup-paper:#fdf6d8;
  --mockup-paper-2:#fffaf0;
  --mockup-line:#e8d5b5;
  background:#fdf6d8;
  color:#3e2723;
}
body.webacc-002a::before{display:none!important}
.webacc-002a .page-bg,.webacc-002a .page-vignette{display:none}

/* compact dark navigation like the visual reference */
.webacc-002a .site-header{
  height:60px;
  position:sticky;
  top:0;
  z-index:120;
  background:rgba(28,18,11,.98);
  border-bottom:1px solid rgba(215,185,142,.42);
  box-shadow:0 4px 20px rgba(0,0,0,.45);
}
.webacc-002a .nav-shell{
  height:60px;
  max-width:1360px;
  grid-template-columns:1fr 170px 1fr;
  padding:0 24px;
  gap:24px;
}
.webacc-002a .nav-group{gap:20px}
.webacc-002a .nav-group a{
  border:0;
  background:transparent;
  box-shadow:none;
  padding:8px 0;
  color:#d7b98e;
  font-size:11px;
  letter-spacing:.16em;
}
.webacc-002a .nav-group a:hover{transform:none;color:#fff}
.webacc-002a .nav-group .nav-register{
  padding:9px 18px;
  border:1px solid rgba(255,122,122,.6);
  border-radius:6px;
  color:#fff;
  background:linear-gradient(#e53935,#8d1515);
  box-shadow:0 2px 0 #3a0d0d,inset 0 1px 0 rgba(255,255,255,.5);
}
.webacc-002a .brand{height:92px;align-self:start;margin-top:-12px}
.webacc-002a .brand img{height:92px;filter:drop-shadow(0 4px 5px rgba(0,0,0,.55))}

/* full-width illustrated hero */
.webacc-002a .main-shell{max-width:none;padding:0 0 42px;margin:0}
.webacc-002a .hero-intro.hero-art-stage{
  height:650px;
  width:100%;
  border:0;
  border-radius:0!important;
  background:url('../img/template/godzro-hero.webp') center 18%/cover no-repeat;
  overflow:hidden;
  isolation:isolate;
}
.webacc-002a .hero-intro.hero-art-stage::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  background:
    linear-gradient(180deg,rgba(28,18,11,.60),transparent 35%,transparent 72%,rgba(253,246,216,.05)),
    radial-gradient(90% 70% at 50% 20%,rgba(0,0,0,.28),transparent 60%),
    linear-gradient(90deg,rgba(28,18,11,.20),transparent 25%,transparent 75%,rgba(28,18,11,.15));
}
.webacc-002a .hero-intro.hero-art-stage::after{
  content:"";
  position:absolute;
  left:0;right:0;bottom:0;height:220px;
  background:linear-gradient(180deg,transparent 0%,rgba(253,246,216,.08) 42%,#fdf6d8 96%);
  pointer-events:none;
}
.webacc-002a .hero-center-copy{
  position:absolute;
  top:78px;
  left:0;right:0;
  z-index:2;
  text-align:center;
  padding:0 18px;
  color:white;
}
.webacc-002a .hero-center-copy h1{
  margin:14px 0 0;
  color:white;
  font-family:var(--serif);
  font-size:42px;
  line-height:1.02;
  letter-spacing:.055em;
  text-shadow:0 3px 0 #000,0 0 22px rgba(0,0,0,.85);
}
.webacc-002a .hero-center-copy h1 strong{color:#ffd27a;font-weight:900}
.webacc-002a .hero-center-copy>p{
  position:static!important;
  width:auto!important;height:auto!important;overflow:visible!important;clip:auto!important;
  margin:11px 0 0;
  color:#f5e6c8;
  font-family:var(--serif);
  font-size:12px;
  font-weight:700;
  letter-spacing:.30em;
  text-shadow:0 1px 0 #000;
}
.webacc-002a .hero-wood-sign{
  position:absolute;
  left:5%;
  top:180px;
  z-index:2;
  padding:12px 22px 11px;
  border:3px solid #2a1a0f;
  border-radius:10px;
  transform:rotate(-2deg);
  color:#f5e6c8;
  background:
    linear-gradient(rgba(255,255,255,.03),rgba(0,0,0,.08)),
    linear-gradient(90deg,#5a3823,#70472a 48%,#50301e);
  font-family:var(--serif);
  font-weight:900;
  font-size:15px;
  letter-spacing:.10em;
  box-shadow:0 8px 18px rgba(0,0,0,.55),inset 0 1px 0 rgba(255,255,255,.18);
}
.webacc-002a .overall-server-status{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:6px 15px;
  border:1px solid rgba(215,185,142,.34);
  border-radius:999px;
  background:rgba(28,18,11,.74);
  backdrop-filter:blur(2px);
  color:#d7b98e;
  font-family:var(--serif);
  font-size:10px;
  font-weight:700;
  letter-spacing:.22em;
  box-shadow:0 3px 10px rgba(0,0,0,.22);
}
.webacc-002a .overall-server-status i{
  width:8px;height:8px;border-radius:50%;
  background:#ff5252;
  box-shadow:0 0 0 0 rgba(255,82,82,.55);
  animation:godz-status-pulse 1.6s infinite;
}
.webacc-002a .overall-server-status.is-online i{background:#43d66f;box-shadow:0 0 0 0 rgba(67,214,111,.55)}
.webacc-002a .overall-server-status.is-online span{color:#caffd7}
@keyframes godz-status-pulse{0%{box-shadow:0 0 0 0 currentColor}70%{box-shadow:0 0 0 7px transparent}100%{box-shadow:0 0 0 0 transparent}}

/* real registration/recovery inside the mockup parchment */
.webacc-002a .hero-card{
  width:min(1180px,calc(100% - 28px));
  margin:-195px auto 0;
  grid-template-columns:1.15fr .85fr;
  border:3px solid rgba(106,76,42,.70);
  border-radius:16px;
  background:#fdf6d8!important;
  box-shadow:0 18px 40px rgba(0,0,0,.32),inset 0 2px 0 rgba(255,255,255,.75);
  overflow:hidden;
}
.webacc-002a .form-side,.webacc-002a .community-side{background:#fdf6d8!important;padding:24px 28px 22px}
.webacc-002a .form-side{border-right:2px solid #e8d5b5}
.webacc-002a .section-heading,.webacc-002a .community-title{margin-bottom:12px}
.webacc-002a .section-heading h1,.webacc-002a .community-title h2{font-size:27px;letter-spacing:.06em}
.webacc-002a .section-heading .subtitle,.webacc-002a .community-title p{font-size:11px}
.webacc-002a .account-mode-switch{margin:11px 0 14px;border:2px solid #d7b98e;border-radius:8px;background:#2a1a0f;box-shadow:0 3px 0 rgba(0,0,0,.18)}
.webacc-002a .account-mode-tab{min-height:43px;font-size:11px;letter-spacing:.10em;color:#d7b98e}
.webacc-002a .account-mode-tab.is-active{background:linear-gradient(#d32f2f,#7f1414);color:#fff}
.webacc-002a .wizard-progress{margin:5px 10px 14px}
.webacc-002a .stage-title{margin:10px 0 13px}
.webacc-002a .stage-title h3{font-size:19px;letter-spacing:.08em}
.webacc-002a .field{margin-bottom:11px}
.webacc-002a .input-wrap input{height:42px;border:2px solid #d7b98e;border-radius:8px;background:#fffaf0}
.webacc-002a .compact-alert{margin:8px 0 12px;background:#fffaf0;border-color:#d7b98e;border-radius:8px}
.webacc-002a .register-btn{min-height:45px;border-radius:8px;background:linear-gradient(#d32f2f,#7f1414);box-shadow:0 4px 0 #4a0f0f,inset 0 1px 0 rgba(255,255,255,.45)}
.webacc-002a .news-card{padding:9px 0 11px}
.webacc-002a .news-card h3{font-size:15px}
.webacc-002a .news-footer-card{border-radius:10px;background:#fffaf0}

/* status bar stays real, but compact */
.webacc-002a .server-status-wrap{width:min(1180px,calc(100% - 28px));margin:-1px auto 20px}
.webacc-002a .server-status{background:#2a1a0f;border-color:#6a4c2a;border-radius:0 0 10px 10px;padding:8px 22px}

/* info + lower blocks */
.webacc-002a .info-section{
  width:min(1180px,calc(100% - 28px));
  margin:0 auto 20px!important;
  padding:22px 24px 20px;
  border:3px solid rgba(106,76,42,.60);
  border-radius:16px;
  background:#fdf6d8!important;
  box-shadow:0 12px 30px rgba(0,0,0,.17),inset 0 1px 0 rgba(255,255,255,.8);
}
.webacc-002a .info-heading h2{font-size:26px;letter-spacing:.10em}
.webacc-002a .info-stat-grid{gap:12px}
.webacc-002a .info-stat{
  min-height:94px;
  border:2px solid #e8d5b5;
  border-radius:12px;
  background:#fffaf0;
  box-shadow:0 4px 10px rgba(0,0,0,.06),inset 0 1px 0 #fff;
}
.webacc-002a .info-full-details>summary{
  border-radius:8px;
  background:#2a1a0f;
  color:#f5e6c8;
  border:1px solid rgba(215,185,142,.4);
  letter-spacing:.12em;
}
.webacc-002a .lower-grid{
  width:min(1180px,calc(100% - 28px));
  margin:0 auto 22px;
  grid-template-columns:1fr 1fr 1fr;
  gap:18px;
}
.webacc-002a .lower-grid>section{
  padding:18px!important;
  border:3px solid rgba(106,76,42,.60);
  border-radius:16px;
  background:#fdf6d8!important;
  box-shadow:0 12px 24px rgba(0,0,0,.15),inset 0 1px 0 rgba(255,255,255,.8);
}
.webacc-002a .download-provider{border-radius:10px;box-shadow:0 3px 0 rgba(0,0,0,.28)}
.webacc-002a .social-community-card{border-radius:10px;box-shadow:0 3px 0 rgba(0,0,0,.20)}
.webacc-002a .social-youtube{background:linear-gradient(135deg,#ff2424,#b90000)}
.webacc-002a .site-footer{
  margin:0;
  background:#1a0f08;
  color:#d7b98e;
  border-top:3px solid #6a4c2a;
  padding:22px 16px;
  letter-spacing:.07em;
}

@media (max-width:980px){
  .webacc-002a .site-header{height:auto}
  .webacc-002a .nav-shell{height:70px;grid-template-columns:1fr 130px 1fr;gap:10px;padding:0 12px}
  .webacc-002a .nav-group{gap:8px}.webacc-002a .nav-group a{font-size:9px;letter-spacing:.07em}
  .webacc-002a .brand{height:85px;margin-top:-8px}.webacc-002a .brand img{height:85px}
  .webacc-002a .hero-intro.hero-art-stage{height:560px}
  .webacc-002a .hero-card{grid-template-columns:1fr;margin-top:-160px}
  .webacc-002a .form-side{border-right:0;border-bottom:2px solid #e8d5b5}
  .webacc-002a .lower-grid{grid-template-columns:1fr 1fr}.webacc-002a .support-section{grid-column:1/-1}
}
@media (max-width:720px){
  .webacc-002a .site-header{position:relative}
  .webacc-002a .nav-shell{height:auto;grid-template-columns:1fr;padding:8px 10px 12px}
  .webacc-002a .brand{grid-row:1;height:82px}.webacc-002a .brand img{height:82px}
  .webacc-002a .nav-group{justify-content:center;flex-wrap:wrap}
  .webacc-002a .hero-intro.hero-art-stage{height:520px;background-position:center 10%}
  .webacc-002a .hero-center-copy{top:56px}.webacc-002a .hero-center-copy h1{font-size:28px}
  .webacc-002a .hero-center-copy>p{font-size:10px;letter-spacing:.18em}
  .webacc-002a .hero-wood-sign{display:none}
  .webacc-002a .hero-card{margin-top:-125px}
  .webacc-002a .form-side,.webacc-002a .community-side{padding:20px 16px}
  .webacc-002a .lower-grid{grid-template-columns:1fr}
  .webacc-002a .support-section{grid-column:auto}
}

/* WEBACC-002B — visual fidelity pass from the React reference */
.webacc-002b .sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}

/* React-style wordmark logo */
.webacc-002b .brand-react{
  height:86px;
  margin-top:-8px;
  display:flex;
  align-items:flex-start;
  justify-content:center;
  filter:none;
}
.webacc-002b .react-wordmark{
  display:flex;
  flex-direction:column;
  align-items:center;
  line-height:1;
  user-select:none;
}
.webacc-002b .react-wordmark-row{display:flex;align-items:center;height:55px}
.webacc-002b .react-wordmark-main{
  font-family:var(--serif);
  font-size:52px;
  font-weight:900;
  letter-spacing:.02em;
  color:#e53935;
  text-shadow:0 2px 0 #1a0a0a,0 0 18px rgba(229,57,53,.75),0 4px 10px rgba(0,0,0,.9);
}
.webacc-002b .react-wordmark-sword{
  width:42px;
  height:42px;
  margin-left:2px;
  margin-top:-11px;
  transform:rotate(-18deg);
  filter:drop-shadow(0 2px 4px rgba(0,0,0,.9));
  transform-origin:bottom left;
  transition:transform .25s ease;
}
.webacc-002b .brand-react:hover .react-wordmark-sword{transform:rotate(-24deg) scale(1.06)}
.webacc-002b .react-wordmark-sub{
  margin-top:-6px;
  padding-left:4px;
  font-family:var(--serif);
  font-size:13px;
  font-weight:900;
  letter-spacing:.44em;
  color:#f5e6c8;
  text-shadow:0 1px 0 #000,0 0 12px rgba(215,185,142,.7);
}
.webacc-002b .react-wordmark-line{margin-top:4px;width:88%;height:2px;background:linear-gradient(90deg,transparent,#d7b98e,transparent);opacity:.7}

/* fix and strengthen overall status pill */
.webacc-002b .overall-server-status{
  min-width:205px;
  min-height:31px;
  justify-content:center;
  padding:6px 16px;
  color:#f0d8a7!important;
  overflow:visible;
}
.webacc-002b .overall-server-status span{
  display:block!important;
  width:auto!important;
  min-width:0!important;
  overflow:visible!important;
  opacity:1!important;
  visibility:visible!important;
  white-space:nowrap;
  color:#f0d8a7;
  font-size:10px;
  line-height:1;
}
.webacc-002b .overall-server-status.is-online span{color:#caffd7!important}
.webacc-002b .overall-server-status.is-offline span{color:#ffd3cd!important}
.webacc-002b .overall-server-status i{flex:0 0 8px}

/* React-style latest-news block */
.webacc-002b .react-news{padding:0!important;background:#f5e6c8!important;border-left:2px solid #d7bd90}
.webacc-002b .react-news-head{
  min-height:58px;
  padding:12px 16px;
  display:grid;
  grid-template-columns:30px 1fr 28px;
  align-items:center;
  gap:10px;
  color:#f5e6c8;
  background:#3a2418;
  border-bottom:2px solid #8d5c27;
}
.webacc-002b .react-news-head-icon{
  width:26px;height:26px;border-radius:5px;
  display:grid;place-items:center;
  background:#f5e6c8;
  color:#6a4c2a;
  font-size:14px;
  box-shadow:inset 0 0 0 1px rgba(106,76,42,.25);
}
.webacc-002b .react-news-head h2{
  margin:0;
  font-family:var(--serif);
  font-size:17px;
  line-height:1.05;
  letter-spacing:.14em;
  text-transform:uppercase;
}
.webacc-002b .react-news-head p{margin:4px 0 0;font-size:9px;color:#d7b98e;letter-spacing:.03em}
.webacc-002b .react-news-head-more{
  width:24px;height:24px;border:1px solid rgba(215,185,142,.45);border-radius:50%;
  display:grid;place-items:center;color:#f5e6c8;font-size:18px;line-height:1;
}
.webacc-002b .react-news-list{display:grid;gap:10px;padding:16px 16px 0}
.webacc-002b .react-news-item{
  min-height:66px;
  display:grid;
  grid-template-columns:42px 1fr 18px;
  align-items:center;
  gap:10px;
  padding:10px 12px;
  border:1px solid #dfcba5;
  border-radius:9px;
  background:#fffaf0;
  box-shadow:0 2px 4px rgba(74,48,27,.05),inset 0 1px 0 rgba(255,255,255,.8);
  transition:transform .15s ease,border-color .15s ease,box-shadow .15s ease;
}
.webacc-002b .react-news-item:hover{transform:translateY(-1px);border-color:#c89655;box-shadow:0 4px 10px rgba(74,48,27,.10)}
.webacc-002b .react-news-icon{
  width:40px;height:40px;border-radius:8px;
  display:grid;place-items:center;
  background:linear-gradient(#fff5d8,#ecd2a5);
  border:1px solid #c99e65;
  font-size:22px;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.85);
}
.webacc-002b .react-news-copy{min-width:0}
.webacc-002b .react-news-meta{display:flex;align-items:center;gap:8px;margin-bottom:4px}
.webacc-002b .react-news-meta b{
  display:inline-flex;align-items:center;
  padding:3px 7px;
  border-radius:4px;
  background:#3a2418;
  color:#f5e6c8;
  font-size:8px;
  letter-spacing:.12em;
  line-height:1;
}
.webacc-002b .react-news-meta time{color:#9a8064;font-size:9px}
.webacc-002b .react-news-item h3{margin:0;font-family:var(--serif);font-size:13px;line-height:1.15;text-transform:uppercase;color:#3e2723}
.webacc-002b .react-news-item>a{display:grid;place-items:center;color:#b18a58;font-size:20px;height:100%}
.webacc-002b .react-news-banner{
  position:relative;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  min-height:115px;
  margin:16px;
  padding:13px 16px;
  border:2px solid #a88250;
  border-radius:12px;
  overflow:hidden;
  color:white;
  background:
    linear-gradient(90deg,rgba(46,26,15,.92) 0%,rgba(46,26,15,.74) 48%,rgba(46,26,15,.20) 100%),
    url('../img/template/godzro-hero.webp') center 62%/cover no-repeat;
  box-shadow:0 4px 10px rgba(0,0,0,.16),inset 0 0 0 1px rgba(255,255,255,.18);
}
.webacc-002b .react-news-banner-tag{
  align-self:flex-start;
  margin-bottom:5px;
  padding:3px 8px;
  border-radius:4px;
  background:#c92f2f;
  color:white;
  font-size:8px;
  font-weight:900;
  letter-spacing:.14em;
}
.webacc-002b .react-news-banner strong{max-width:260px;font-family:var(--serif);font-size:15px;line-height:1.05;text-transform:uppercase;text-shadow:0 1px 2px #000}
.webacc-002b .react-news-banner small{max-width:300px;margin-top:4px;font-size:9px;color:#fff4d5;text-shadow:0 1px 2px #000}
.webacc-002b .react-news-banner-arrow{margin-top:7px;font-size:9px;font-weight:800;color:#ffd38a}

@media (max-width:1023px){
  .webacc-002b .react-wordmark-main{font-size:42px}
  .webacc-002b .react-wordmark-sword{width:34px;height:34px}
  .webacc-002b .react-wordmark-sub{font-size:11px}
  .webacc-002b .brand-react{height:80px;margin-top:-4px}
}
@media (max-width:720px){
  .webacc-002b .react-news{border-left:0}
  .webacc-002b .overall-server-status{min-width:180px}
}

/* WEBACC-002C — status attached to account/news panel + parchment news heading */
.webacc-002c .hero-center-copy .overall-server-status{display:none!important}
.webacc-002c .attached-server-status{
  display:flex!important;
  width:max-content;
  min-width:220px;
  min-height:34px;
  margin:-3px auto 18px;
  padding:7px 18px 8px;
  position:relative;
  z-index:9;
  justify-content:center;
  align-items:center;
  gap:10px;
  border:1px solid #6a4c2a;
  border-top:0;
  border-radius:0 0 11px 11px;
  background:#2a1a0f;
  color:#f0d8a7!important;
  box-shadow:0 6px 12px rgba(0,0,0,.20),inset 0 1px 0 rgba(255,255,255,.04);
  font-family:var(--serif);
  font-size:10px;
  font-weight:900;
  letter-spacing:.18em;
  text-transform:uppercase;
}
.webacc-002c .attached-server-status i{
  width:8px;height:8px;border-radius:50%;flex:0 0 8px;
  background:#ff5252;
  box-shadow:0 0 0 0 rgba(255,82,82,.55);
  animation:godz-status-pulse 1.6s infinite;
}
.webacc-002c .attached-server-status.is-online i{background:#43d66f;box-shadow:0 0 0 0 rgba(67,214,111,.55)}
.webacc-002c .attached-server-status.is-online span{color:#caffd7!important}
.webacc-002c .attached-server-status.is-offline span{color:#ffd3cd!important}

.webacc-002c .react-news{
  padding:24px 28px 22px!important;
  background:#fdf6d8!important;
  border-left:2px solid #e8d5b5;
}
.webacc-002c .react-news-simple-head{
  margin:0 0 14px!important;
  padding:0!important;
  display:flex!important;
  align-items:flex-start;
  gap:11px;
  background:transparent!important;
  border:0!important;
  color:inherit!important;
}
.webacc-002c .react-news-simple-head .news-mark{
  color:#b37b2d;
  font-size:16px;
  line-height:1.2;
  margin-top:5px;
  flex:0 0 auto;
}
.webacc-002c .react-news-simple-head h2{
  margin:0;
  font-family:var(--serif);
  font-size:27px;
  line-height:1.05;
  letter-spacing:.06em;
  text-transform:uppercase;
  color:#332016;
}
.webacc-002c .react-news-simple-head p{
  margin:5px 0 0;
  font-size:11px;
  color:#7e6955;
}
.webacc-002c .react-news-list{padding:0;gap:10px}
.webacc-002c .react-news-banner{margin:16px 0 0}

/* individual LOGIN/CHAR/MAP strip intentionally removed; overall status is derived from all three */
.webacc-002c .server-status-wrap{display:none!important}

@media (max-width:1023px){
  .webacc-002c .attached-server-status{min-width:190px;margin-top:-3px;margin-bottom:14px;font-size:9px;padding:7px 13px}
  .webacc-002c .react-news{padding:20px 18px!important}
  .webacc-002c .react-news-simple-head h2{font-size:24px}
}

/* WEBACC-002D — news heading + expanded information containment */
.webacc-002d .react-news{
  padding:24px 28px 22px!important;
  background:#fdf6d8!important;
  border-left:2px solid #e8d5b5;
}
.webacc-002d .react-news-simple-head{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:14px!important;
  margin:0 0 16px!important;
  padding:0!important;
  min-height:54px;
  text-align:center!important;
  background:transparent!important;
  border:0!important;
  color:inherit!important;
}
.webacc-002d .react-news-simple-head .news-mark{
  color:#b27c2f!important;
  font-size:16px!important;
  line-height:1!important;
  margin:0!important;
  flex:0 0 auto;
}
.webacc-002d .react-news-simple-head>div{min-width:0}
.webacc-002d .react-news-simple-head h2{
  margin:0!important;
  font-family:var(--serif)!important;
  font-size:27px!important;
  line-height:1.12!important;
  letter-spacing:.02em!important;
  text-transform:uppercase!important;
  color:#332016!important;
}
.webacc-002d .react-news-simple-head p{
  margin:5px 0 0!important;
  font-size:11px!important;
  line-height:1.35!important;
  color:#735f4b!important;
}
.webacc-002d .react-news-list{padding:0!important;gap:10px!important}
.webacc-002d .react-news-banner{margin:16px 0 0!important}

/* expanded info must never widen the page */
.webacc-002d .info-section,
.webacc-002d .info-full-details,
.webacc-002d .info-full-details-body,
.webacc-002d .info-feature,
.webacc-002d .info-two-col,
.webacc-002d .info-detail-grid,
.webacc-002d .exclusive-grid,
.webacc-002d .systems-grid,
.webacc-002d .bg-mode-grid,
.webacc-002d .info-feature-head,
.webacc-002d .info-feature-head>div{
  min-width:0;
  max-width:100%;
  box-sizing:border-box;
}
.webacc-002d .info-feature-head{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) minmax(260px,430px);
  align-items:start!important;
  gap:18px;
}
.webacc-002d .info-feature-badges{
  align-self:start!important;
  align-content:flex-start!important;
  align-items:center!important;
  justify-content:flex-end!important;
  flex-wrap:wrap!important;
  gap:6px!important;
  max-width:430px;
}
.webacc-002d .info-feature-badges span{
  display:inline-flex!important;
  width:auto!important;
  height:auto!important;
  min-height:0!important;
  align-items:center;
  justify-content:center;
  padding:5px 9px!important;
  line-height:1.15!important;
  white-space:nowrap;
}
.webacc-002d .bg-mode-grid{
  grid-template-columns:repeat(5,minmax(0,1fr))!important;
}
.webacc-002d .bg-mode-grid>div{min-width:0}
.webacc-002d .bg-mode-grid strong,
.webacc-002d .bg-mode-grid small{overflow-wrap:anywhere}
.webacc-002d .info-details-body,
.webacc-002d .info-detail-grid,
.webacc-002d .info-mini-panel,
.webacc-002d .bg-full-modes{overflow-wrap:anywhere}

@media (max-width:1023px){
  .webacc-002d .react-news{padding:20px 18px!important}
  .webacc-002d .react-news-simple-head{min-height:48px;margin-bottom:14px!important}
  .webacc-002d .react-news-simple-head h2{font-size:24px!important}
  .webacc-002d .info-feature-head{grid-template-columns:1fr!important}
  .webacc-002d .info-feature-badges{justify-content:flex-start!important;max-width:none}
  .webacc-002d .bg-mode-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}
}
@media (max-width:720px){
  .webacc-002d .bg-mode-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}

/* WEBACC-002E — closer visual port of the approved React reference.
   Only presentation changes: registration/recovery/status logic remains untouched. */

/* Taller menu with the small separators used by the React mockup. */
.webacc-002e .site-header{
  height:94px;
  background:#1c120b;
  border-bottom:1px solid rgba(215,185,142,.28);
  box-shadow:0 4px 20px rgba(0,0,0,.48);
}
.webacc-002e .nav-shell{
  height:94px;
  max-width:1360px;
  grid-template-columns:1fr 210px 1fr;
  gap:34px;
  padding:0 26px;
}
.webacc-002e .nav-group{gap:34px}
.webacc-002e .nav-group a{
  position:relative;
  padding:10px 0;
  font-size:12px;
  letter-spacing:.17em;
  color:#e4c995;
}
.webacc-002e .nav-left a:not(:last-child)::after,
.webacc-002e .nav-right a:nth-child(1)::after,
.webacc-002e .nav-right a:nth-child(2)::after{
  content:"·";
  position:absolute;
  right:-20px;
  top:50%;
  transform:translateY(-52%);
  color:#80562e;
  font-family:Georgia,serif;
  font-size:16px;
  font-weight:900;
  pointer-events:none;
}
.webacc-002e .nav-group .nav-register{
  margin-left:2px;
  padding:11px 22px;
  border-radius:7px;
  font-size:12px;
}
.webacc-002e .brand-react{
  height:94px;
  margin-top:0;
  align-items:center;
}
.webacc-002e .react-wordmark-row{height:61px}
.webacc-002e .react-wordmark-main{font-size:58px}
.webacc-002e .react-wordmark-sword{width:45px;height:45px;margin-top:-13px}
.webacc-002e .react-wordmark-sub{font-size:13px;margin-top:-8px}

/* Give the illustrated hero considerably more breathing room before the account panel. */
.webacc-002e .hero-intro.hero-art-stage{height:680px}
.webacc-002e .hero-center-copy{top:145px}
.webacc-002e .hero-wood-sign{top:230px}
.webacc-002e .hero-card{
  margin:-115px auto 0;
  grid-template-columns:1.15fr .85fr;
  overflow:hidden;
}

/* React account panel: tabs are the top edge of the left parchment card. */
.webacc-002e .form-side{
  padding:0!important;
  background:#fdf6d8!important;
}
.webacc-002e .form-side>.section-heading{display:none!important}
.webacc-002e .account-mode-switch{
  margin:0!important;
  border:0!important;
  border-bottom:2px solid #6a4c2a!important;
  border-radius:0!important;
  background:#2a1a0f!important;
  box-shadow:none!important;
}
.webacc-002e .account-mode-tab{
  min-height:56px;
  padding:0 18px;
  font-family:var(--serif);
  font-size:13px;
  font-weight:900;
  letter-spacing:.15em;
  color:#d7b98e;
}
.webacc-002e .account-mode-tab.is-active{
  background:linear-gradient(180deg,#c52625,#9e1517)!important;
  color:white!important;
  box-shadow:inset 0 1px rgba(255,255,255,.20);
}
.webacc-002e .account-flow{padding:18px 28px 24px}
.webacc-002e .wizard-progress{
  margin:2px 0 24px!important;
  gap:0;
}
.webacc-002e .wizard-track{left:8%;right:8%;top:15px;background:#cbb487}
.webacc-002e .wizard-dot{
  width:30px;height:30px;
  border:2px solid #c8ab79;
  background:#f8ecd0;
  color:#715d48;
  font-family:var(--serif);
  font-size:12px;
  box-shadow:0 0 0 3px #fdf6d8;
}
.webacc-002e .wizard-step b{
  margin-top:7px;
  display:block;
  font-family:var(--serif);
  font-size:10px;
  letter-spacing:.13em;
  color:#846d54;
}
.webacc-002e .wizard-step.is-active .wizard-dot,
.webacc-002e .wizard-step.is-complete .wizard-dot{
  background:#c8171c;
  border-color:#b01418;
  color:white;
  box-shadow:0 0 0 3px #fdf6d8,0 2px 7px rgba(168,20,23,.24);
}
.webacc-002e .wizard-step.is-active b{color:#542d22}

/* Recovery really has four stages; keep the real 4-step flow while using the same visual language. */
.webacc-002e .recovery-wizard{grid-template-columns:repeat(4,1fr)!important}
.webacc-002e .recovery-wizard .wizard-track{left:7%;right:7%}
.webacc-002e .recovery-wizard .wizard-step b{font-size:8px;letter-spacing:.08em}

.webacc-002e .stage-title{
  text-align:left;
  margin:4px 0 20px!important;
}
.webacc-002e .stage-title h3{
  font-size:14px!important;
  letter-spacing:.16em!important;
  font-family:var(--serif);
}
.webacc-002e .stage-title p{font-size:10px;margin-top:5px}
.webacc-002e .field{margin-bottom:14px}
.webacc-002e .field>label{
  margin-bottom:7px;
  font-family:var(--serif);
  color:#5b4937;
  font-weight:700;
}
.webacc-002e .input-wrap input{
  height:43px;
  padding-left:42px;
  background:#fffaf0;
  border:2px solid #d7b98e;
  border-radius:7px;
  box-shadow:inset 0 1px 0 white;
}
.webacc-002e .input-wrap .field-icon{
  left:12px;
  width:20px;
  color:#2a1a0f;
  font-size:15px;
}
.webacc-002e .input-wrap .field-icon.user{
  width:17px;height:17px;
  background:no-repeat center/17px 17px url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%232a1a0f' stroke-width='2'%3E%3Ccircle cx='12' cy='8' r='4' fill='%23c7b698'/%3E%3Cpath d='M5 21v-2a7 7 0 0 1 14 0v2z' fill='%23c7b698'/%3E%3C/svg%3E");
  font-size:0;
}
.webacc-002e .registration-stage[data-stage="1"] .compact-alert{display:none}
.webacc-002e .turnstile-wrap{margin:18px 0 20px!important}
.webacc-002e .register-btn{
  min-height:47px;
  font-family:var(--serif);
  font-size:14px;
  letter-spacing:.12em;
  border-radius:8px;
}
.webacc-002e .login-link{margin-top:18px;font-size:10px}

/* React news card: dark title rail + the three parchment rows + community banner. */
.webacc-002e .react-news{
  padding:0!important;
  background:#f5e6c8!important;
  border-left:2px solid #d7bd90!important;
}
.webacc-002e .react-news-simple-head{
  min-height:58px!important;
  margin:0!important;
  padding:10px 16px!important;
  display:grid!important;
  grid-template-columns:30px 1fr 28px;
  align-items:center!important;
  gap:10px!important;
  text-align:left!important;
  background:#3a2418!important;
  border:0!important;
  border-bottom:2px solid #8d5c27!important;
  color:#f5e6c8!important;
}
.webacc-002e .react-news-simple-head .news-mark{
  width:26px;height:26px;
  margin:0!important;
  display:grid;
  place-items:center;
  border-radius:5px;
  background:#f2ddb6;
  color:#59351e!important;
  font-size:13px!important;
  line-height:1!important;
  box-shadow:inset 0 1px #fff;
}
.webacc-002e .react-news-simple-head h2{
  margin:0!important;
  color:#f5e6c8!important;
  font-family:var(--serif);
  font-size:15px!important;
  line-height:1.05!important;
  letter-spacing:.13em!important;
  text-transform:uppercase;
}
.webacc-002e .react-news-simple-head p{
  margin:5px 0 0!important;
  color:#d7b98e!important;
  font-size:9px!important;
  line-height:1.2!important;
}
.webacc-002e .react-news-head-more{
  width:25px;height:25px;
  display:grid;
  place-items:center;
  border:1px solid #8a6238;
  border-radius:50%;
  color:#d7b98e;
  font-size:18px;
  line-height:1;
}
.webacc-002e .react-news-list{padding:16px 16px 0!important;gap:10px!important}
.webacc-002e .react-news-item{min-height:67px;padding:10px 12px;border-radius:10px}
.webacc-002e .react-news-icon{width:40px;height:40px;border-radius:8px;font-size:20px}
.webacc-002e .react-news-meta{margin-bottom:3px}
.webacc-002e .react-news-item h3{font-size:13px}
.webacc-002e .react-news-banner{margin:16px!important;min-height:118px;border-radius:10px}

/* Keep the approved attached server-status placement from 002C/002D. */
.webacc-002e .attached-server-status{margin-top:-3px}

@media (max-width:1023px){
  .webacc-002e .site-header{height:auto}
  .webacc-002e .nav-shell{height:76px;grid-template-columns:1fr 150px 1fr;gap:12px;padding:0 12px}
  .webacc-002e .nav-group{gap:12px}
  .webacc-002e .nav-left a::after,.webacc-002e .nav-right a::after{display:none!important}
  .webacc-002e .nav-group a{font-size:9px;letter-spacing:.08em}
  .webacc-002e .brand-react{height:76px}
  .webacc-002e .react-wordmark-main{font-size:44px}
  .webacc-002e .hero-intro.hero-art-stage{height:590px}
  .webacc-002e .hero-center-copy{top:105px}
  .webacc-002e .hero-wood-sign{top:185px}
  .webacc-002e .hero-card{margin-top:-105px;grid-template-columns:1fr}
  .webacc-002e .form-side{border-right:0;border-bottom:2px solid #e8d5b5}
  .webacc-002e .react-news{border-left:0!important}
}
@media (max-width:700px){
  .webacc-002e .nav-shell{height:auto;grid-template-columns:1fr;padding:8px 10px 12px}
  .webacc-002e .brand-react{grid-row:1;height:72px}
  .webacc-002e .nav-group{justify-content:center;flex-wrap:wrap}
  .webacc-002e .hero-intro.hero-art-stage{height:520px}
  .webacc-002e .hero-center-copy{top:70px}
  .webacc-002e .hero-wood-sign{top:165px}
  .webacc-002e .hero-card{margin-top:-95px}
  .webacc-002e .account-flow{padding:16px 15px 20px}
  .webacc-002e .account-mode-tab{font-size:10px;letter-spacing:.08em}
  .webacc-002e .recovery-wizard .wizard-step b{font-size:7px}
  .webacc-002e .react-news-banner{margin:12px!important}
}

/* WEBACC-002F — center Cloudflare Turnstile in recovery flow */
.webacc-002e .recovery-turnstile-wrap,
.webacc-002f .recovery-turnstile-wrap{
  display:flex !important;
  justify-content:center !important;
  align-items:center !important;
  width:100%;
  margin:18px 0 20px !important;
}
.webacc-002e .recovery-turnstile-wrap > #recovery-turnstile,
.webacc-002f .recovery-turnstile-wrap > #recovery-turnstile{
  display:flex;
  justify-content:center;
  width:100%;
}


/* WEBACC-002G — final header alignment + exact React wordmark treatment.
   Visual-only pass; account/recovery/status behavior remains untouched. */
.webacc-002g .site-header{
  height:94px;
  background:#1c120b;
  border-bottom:1px solid rgba(215,185,142,.32);
  box-shadow:0 4px 20px rgba(0,0,0,.52);
}
.webacc-002g .nav-shell{
  height:94px;
  max-width:1360px;
  margin:0 auto;
  grid-template-columns:minmax(0,1fr) 240px minmax(0,1fr);
  column-gap:34px;
  padding:0 26px;
}
.webacc-002g .nav-left{justify-content:flex-end}
.webacc-002g .nav-right{justify-content:flex-start}
.webacc-002g .nav-group{
  gap:30px;
  font-family:'Cinzel',Georgia,serif;
}
.webacc-002g .nav-group a{
  font-family:'Cinzel',Georgia,serif;
  font-size:12.5px;
  font-weight:700;
  letter-spacing:.18em;
  color:#d7b98e;
}
.webacc-002g .nav-left a:not(:last-child)::after,
.webacc-002g .nav-right a:nth-child(1)::after,
.webacc-002g .nav-right a:nth-child(2)::after{
  right:-18px;
  color:#6a4c2a;
}
.webacc-002g .nav-group .nav-register{
  margin-left:4px;
  padding:10px 20px;
  font-size:12px;
  letter-spacing:.18em;
}
.webacc-002g .brand-react{
  height:94px;
  margin:0;
  align-self:center;
  align-items:center;
  justify-content:center;
  filter:none;
}
.webacc-002g .react-wordmark{
  transform:translateY(-1px);
}
.webacc-002g .react-wordmark-row{
  height:55px;
}
.webacc-002g .react-wordmark-main{
  font-family:'Cinzel Decorative',Georgia,serif;
  font-size:52px;
  font-weight:900;
  letter-spacing:.02em;
  color:#e53935;
  text-shadow:0 2px 0 #1a0a0a,0 0 18px rgba(229,57,53,.75),0 4px 10px rgba(0,0,0,.9);
}
.webacc-002g .react-wordmark-sword{
  width:42px;
  height:42px;
  margin-left:2px;
  margin-top:-11px;
  transform:rotate(-18deg);
}
.webacc-002g .react-wordmark-sub{
  margin-top:-6px;
  padding-left:4px;
  font-family:'Cinzel',Georgia,serif;
  font-size:13px;
  font-weight:900;
  letter-spacing:.44em;
  color:#f5e6c8;
}
.webacc-002g .react-wordmark-line{
  margin-top:3px;
  width:88%;
  height:2px;
  background:linear-gradient(90deg,transparent,#d7b98e,transparent);
  opacity:.7;
}

@media (max-width:1200px){
  .webacc-002g .nav-shell{grid-template-columns:minmax(0,1fr) 210px minmax(0,1fr);column-gap:22px;padding:0 18px}
  .webacc-002g .nav-group{gap:22px}
  .webacc-002g .nav-group a{font-size:11px;letter-spacing:.13em}
  .webacc-002g .nav-left a:not(:last-child)::after,
  .webacc-002g .nav-right a:nth-child(1)::after,
  .webacc-002g .nav-right a:nth-child(2)::after{right:-13px}
}
@media (max-width:1023px){
  .webacc-002g .site-header{height:auto}
  .webacc-002g .nav-shell{height:76px;grid-template-columns:1fr 150px 1fr;gap:12px;padding:0 12px}
  .webacc-002g .nav-left{justify-content:flex-start}
  .webacc-002g .nav-right{justify-content:flex-end}
  .webacc-002g .nav-group{gap:12px}
  .webacc-002g .nav-group a{font-size:9px;letter-spacing:.08em}
  .webacc-002g .react-wordmark-main{font-size:44px}
  .webacc-002g .react-wordmark-row{height:49px}
  .webacc-002g .react-wordmark-sword{width:36px;height:36px}
  .webacc-002g .react-wordmark-sub{font-size:11px}
}
@media (max-width:700px){
  .webacc-002g .nav-shell{height:auto;grid-template-columns:1fr;padding:8px 10px 12px}
  .webacc-002g .brand-react{grid-row:1;height:72px}
  .webacc-002g .nav-left,.webacc-002g .nav-right{justify-content:center}
}

/* WEBACC-002H — countdown + news publishing */
.webacc-002h .hero-center-copy{
  width:min(760px,76vw);
  left:50%;
  right:auto;
  transform:translateX(-50%);
}
.webacc-002h .launch-countdown{
  width:min(560px,76vw);
  margin:18px auto 0;
  padding:10px 12px 11px;
  border:1px solid rgba(215,185,142,.58);
  border-radius:11px;
  background:linear-gradient(180deg,rgba(42,26,15,.92),rgba(24,13,8,.90));
  box-shadow:0 10px 30px rgba(0,0,0,.28),inset 0 1px rgba(255,255,255,.08);
  backdrop-filter:blur(3px);
}
.webacc-002h .launch-countdown-label{
  margin-bottom:8px;
  color:#f3d08b;
  font-family:var(--serif);
  font-size:10px;
  font-weight:900;
  letter-spacing:.16em;
  text-align:center;
  text-transform:uppercase;
  text-shadow:0 1px #000;
}
.webacc-002h .launch-countdown-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:7px;
}
.webacc-002h .launch-countdown-grid>div{
  min-height:48px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  border:1px solid rgba(215,185,142,.34);
  border-radius:7px;
  background:rgba(255,248,225,.08);
}
.webacc-002h .launch-countdown-grid strong{
  color:#fff6da;
  font-family:var(--serif);
  font-size:22px;
  line-height:1;
  letter-spacing:.04em;
}
.webacc-002h .launch-countdown-grid span{
  margin-top:4px;
  color:#d7b98e;
  font-size:8px;
  font-weight:800;
  letter-spacing:.14em;
}
.webacc-002h .launch-countdown-open{
  color:#caffd7;
  font-family:var(--serif);
  font-size:19px;
  font-weight:900;
  letter-spacing:.12em;
  text-align:center;
  text-shadow:0 0 16px rgba(67,214,111,.55);
}
.webacc-002h .launch-countdown.is-open{border-color:rgba(67,214,111,.55)}
.webacc-002h .react-news-all{
  display:block;
  margin:11px 16px 0;
  padding:8px 10px;
  border-top:1px solid rgba(139,93,46,.25);
  color:#74451e;
  font-family:var(--serif);
  font-size:10px;
  font-weight:900;
  letter-spacing:.08em;
  text-align:right;
  text-transform:uppercase;
}
.webacc-002h .react-news-all:hover{color:#b71c1c}
.webacc-002h .news-empty{padding:20px;text-align:center;color:#7d694e;font-size:12px}

/* News archive */
.news-archive-page{background:#1a0f08;color:#2a1a0f}
.news-archive-page .site-header{position:sticky;top:0;z-index:20}
.news-archive-shell{
  min-height:calc(100vh - 90px);
  padding:58px 18px 80px;
  background:
    linear-gradient(rgba(253,246,216,.92),rgba(245,230,200,.94)),
    url('../img/godz-hero-001o.webp') center top/cover fixed;
}
.news-archive-card{
  width:min(960px,100%);
  margin:0 auto;
  padding:28px;
  border:2px solid #9b7a50;
  border-radius:14px;
  background:#fdf6d8;
  box-shadow:0 18px 50px rgba(0,0,0,.25);
}
.news-archive-heading{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:24px}
.news-archive-heading .info-kicker{margin-bottom:4px}
.news-archive-heading h1{font-family:var(--serif);font-size:32px;line-height:1;color:#2a1a0f;text-transform:uppercase}
.news-archive-heading p{margin-top:7px;color:#7b654b;font-size:12px}
.news-back-home{padding:9px 13px;border:1px solid #b99462;border-radius:7px;color:#6a3f20;font-size:10px;font-weight:900;text-transform:uppercase}
.news-archive-list{display:grid;gap:12px}
.news-archive-item{
  display:grid;
  grid-template-columns:54px 1fr auto;
  gap:14px;
  align-items:center;
  padding:15px;
  border:1px solid #dec39a;
  border-radius:10px;
  background:#fffaf0;
}
.news-archive-icon{width:50px;height:50px;display:grid;place-items:center;border:1px solid #d2af76;border-radius:9px;background:#f8e7c4;font-size:24px}
.news-archive-copy .react-news-meta{margin-bottom:5px}
.news-archive-copy h2{font-family:var(--serif);font-size:17px;color:#3a2418;text-transform:uppercase}
.news-archive-copy p{margin-top:5px;color:#79654f;font-size:11px;line-height:1.45}
.news-archive-link{font-size:26px;color:#9a682f;padding:8px}
.news-archive-link:hover{color:#b71c1c}

@media (max-width:1023px){
  .webacc-002h .launch-countdown{margin-top:12px;width:min(500px,88vw)}
  .webacc-002h .launch-countdown-grid strong{font-size:18px}
}
@media (max-width:640px){
  .webacc-002h .launch-countdown{padding:8px;margin-top:10px;width:92vw}
  .webacc-002h .launch-countdown-label{font-size:8px;letter-spacing:.10em}
  .webacc-002h .launch-countdown-grid{gap:4px}
  .webacc-002h .launch-countdown-grid>div{min-height:42px}
  .webacc-002h .launch-countdown-grid strong{font-size:16px}
  .news-archive-card{padding:18px}
  .news-archive-heading{align-items:flex-start;flex-direction:column}
  .news-archive-heading h1{font-size:25px}
  .news-archive-item{grid-template-columns:44px 1fr auto;padding:11px;gap:10px}
  .news-archive-icon{width:42px;height:42px;font-size:20px}
}


/* WEBACC-002J — React feature cards in Informações */
.webacc-002a .info-stat-grid{
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
}
.webacc-002a .info-feature-stat{
  min-height:178px;
  align-items:flex-start;
  justify-content:flex-start;
  text-align:left;
  padding:16px 16px 18px;
  position:relative;
}
.webacc-002a .info-feature-icon{
  width:38px;
  height:38px;
  display:block;
  margin:0 0 10px;
}
.webacc-002a .info-feature-icon img{width:38px;height:38px;display:block}
.webacc-002a .info-feature-stat .info-feature-kicker{
  font-family:var(--serif);
  font-size:10px;
  line-height:1.2;
  letter-spacing:.18em;
  text-transform:uppercase;
  color:#966128;
  font-weight:700;
  margin-bottom:5px;
}
.webacc-002a .info-feature-stat strong{
  font-family:var(--serif);
  font-size:19px;
  line-height:1.05;
  text-transform:uppercase;
  color:#3e2723;
  margin:0 0 7px;
}
.webacc-002a .info-feature-stat small{
  font-size:11px;
  line-height:1.45;
  color:#8d5f45;
}
@media (max-width:980px){
  .webacc-002a .info-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width:560px){
  .webacc-002a .info-stat-grid{grid-template-columns:1fr}
  .webacc-002a .info-feature-stat{min-height:0}
}


/* WEBACC-002K — informações compactas + painel de notícias real */
.webacc-002k .info-stat-grid{
  grid-template-columns:repeat(8,minmax(0,1fr));
  gap:10px;
  align-items:stretch;
}
.webacc-002k .info-stat{
  min-height:112px;
  padding:12px 8px;
}
.webacc-002k .info-feature-stat.info-feature-compact{
  min-height:112px;
  align-items:center;
  justify-content:center;
  text-align:center;
  padding:10px 7px;
}
.webacc-002k .info-feature-compact .info-feature-icon{
  width:30px;
  height:30px;
  margin:0 0 5px;
}
.webacc-002k .info-feature-compact .info-feature-icon img{
  width:30px;
  height:30px;
}
.webacc-002k .info-feature-compact .info-feature-kicker{
  margin:0 0 3px;
  font-family:var(--sans);
  font-size:8px;
  line-height:1.1;
  letter-spacing:.06em;
  color:#966128;
  font-weight:800;
}
.webacc-002k .info-feature-compact strong{
  margin:0 0 3px;
  font-family:var(--serif);
  font-size:13px;
  line-height:1.05;
  text-transform:uppercase;
  color:#3e2723;
}
.webacc-002k .info-feature-compact small{
  font-size:8px;
  line-height:1.2;
  color:#765f49;
}
.webacc-002k .info-full-details>summary{
  margin-top:2px;
}
@media (max-width:1100px){
  .webacc-002k .info-stat-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
}
@media (max-width:620px){
  .webacc-002k .info-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .webacc-002k .info-stat,.webacc-002k .info-feature-stat.info-feature-compact{min-height:102px}
}


/* WEBACC-002L — countdown/status integration + React-style lower section headers */
.webacc-002l .hero-center-copy .overall-server-status.countdown-server-status{
  display:flex!important;
  width:max-content;
  min-width:220px;
  min-height:34px;
  margin:-1px auto 0;
  padding:7px 18px 8px;
  position:relative;
  z-index:4;
  justify-content:center;
  align-items:center;
  gap:10px;
  border:1px solid rgba(215,185,142,.58);
  border-top:0;
  border-radius:0 0 11px 11px;
  background:linear-gradient(180deg,rgba(42,26,15,.96),rgba(24,13,8,.96));
  color:#f0d8a7!important;
  box-shadow:0 8px 20px rgba(0,0,0,.28),inset 0 1px 0 rgba(255,255,255,.04);
  backdrop-filter:blur(3px);
  font-family:var(--serif);
  font-size:10px;
  font-weight:900;
  letter-spacing:.18em;
  text-transform:uppercase;
}
.webacc-002l .countdown-server-status i{
  width:8px;
  height:8px;
  flex:0 0 8px;
  border-radius:50%;
  background:#ff5252;
  box-shadow:0 0 0 0 rgba(255,82,82,.55);
  animation:godz-status-pulse 1.6s infinite;
}
.webacc-002l .countdown-server-status.is-online i{
  background:#43d66f;
  box-shadow:0 0 0 0 rgba(67,214,111,.55);
}
.webacc-002l .countdown-server-status.is-online span{color:#caffd7!important}
.webacc-002l .countdown-server-status.is-offline span{color:#ffd3cd!important}

/* React reference: dark cap/header attached to each lower card. */
.webacc-002l .lower-grid>section{
  overflow:hidden;
  padding-top:0!important;
}
.webacc-002l .lower-section-heading{
  min-height:54px;
  margin:0 -18px 16px!important;
  padding:0 18px;
  display:flex;
  align-items:center;
  gap:9px;
  border-bottom:1px solid rgba(215,185,142,.45);
  background:#2a1a0f;
  color:#f5e6c8;
}
.webacc-002l .lower-section-heading .heading-icon-wrap{
  flex:0 0 22px;
  width:22px;
  height:22px;
  display:grid;
  place-items:center;
}
.webacc-002l .lower-section-heading .heading-icon{
  width:20px;
  height:20px;
  display:block;
}
.webacc-002l .lower-section-heading .heading-copy-wrap{
  min-width:0;
  display:flex;
  align-items:center;
}
.webacc-002l .lower-section-heading .info-kicker,
.webacc-002l .lower-section-heading .heading-copy-wrap>p:last-child{
  display:none;
}
.webacc-002l .lower-section-heading h2{
  margin:0;
  color:#f5e6c8!important;
  font-family:var(--serif);
  font-size:13px!important;
  line-height:1;
  font-weight:900;
  letter-spacing:.14em;
  text-transform:uppercase;
}

@media (max-width:1023px){
  .webacc-002l .hero-center-copy .overall-server-status.countdown-server-status{
    min-width:200px;
    min-height:32px;
    padding:6px 14px 7px;
    font-size:9px;
  }
}
@media (max-width:640px){
  .webacc-002l .hero-center-copy .overall-server-status.countdown-server-status{
    min-width:188px;
    font-size:8px;
    letter-spacing:.14em;
  }
  .webacc-002l .lower-section-heading{
    min-height:50px;
    margin-left:-18px!important;
    margin-right:-18px!important;
    padding:0 15px;
  }
  .webacc-002l .lower-section-heading h2{font-size:12px!important;letter-spacing:.10em}
}
.webacc-002l .hero-center-copy .countdown-server-status span{
  position:static!important;
  width:auto!important;
  height:auto!important;
  overflow:visible!important;
  clip:auto!important;
  white-space:nowrap!important;
}

/* WEBACC-002N — countdown labels visible (fixes malformed escaped-newline block from 002M) */
.webacc-002m .launch-countdown-grid>div,
.webacc-002n .launch-countdown-grid>div{
  min-height:60px;
  padding:7px 5px 6px;
}
.webacc-002m .launch-countdown-grid strong,
.webacc-002n .launch-countdown-grid strong{
  display:block;
  font-size:22px;
  line-height:1;
}
.webacc-002m .launch-countdown-grid span,
.webacc-002n .launch-countdown-grid span{
  display:block !important;
  margin-top:6px !important;
  color:#d7b98e !important;
  font-family:var(--sans);
  font-size:7px !important;
  line-height:1 !important;
  font-weight:900 !important;
  letter-spacing:.12em !important;
  text-transform:uppercase;
  opacity:.98;
  visibility:visible !important;
}
@media (max-width:640px){
  .webacc-002m .launch-countdown-grid>div,
  .webacc-002n .launch-countdown-grid>div{min-height:54px;padding:6px 2px 5px}
  .webacc-002m .launch-countdown-grid strong,
  .webacc-002n .launch-countdown-grid strong{font-size:17px}
  .webacc-002m .launch-countdown-grid span,
  .webacc-002n .launch-countdown-grid span{font-size:6px !important;letter-spacing:.07em !important}
}


/* WEBACC-002O — countdown labels: override legacy hero span screen-reader rule */
.webacc-002o #launch-countdown .launch-countdown-grid span,
.webacc-002n #launch-countdown .launch-countdown-grid span{
  position:static !important;
  width:auto !important;
  height:auto !important;
  padding:0 !important;
  margin:6px 0 0 !important;
  overflow:visible !important;
  clip:auto !important;
  clip-path:none !important;
  white-space:nowrap !important;
  display:block !important;
  opacity:.98 !important;
  visibility:visible !important;
  color:#d7b98e !important;
  font-family:var(--sans) !important;
  font-size:7px !important;
  line-height:1 !important;
  font-weight:900 !important;
  letter-spacing:.12em !important;
  text-transform:uppercase !important;
}
@media (max-width:640px){
  .webacc-002o #launch-countdown .launch-countdown-grid span,
  .webacc-002n #launch-countdown .launch-countdown-grid span{
    font-size:6px !important;
    letter-spacing:.07em !important;
  }
}

/* WEBACC-002P — destaque temporário do bloco alcançado pela navegação */
#cadastro,
#noticias,
#informacoes,
#download,
#comunidade,
#suporte{
  scroll-margin-top:88px;
}

.godz-nav-target-flash{
  outline:3px solid rgba(215,169,91,.96);
  outline-offset:4px;
  animation:godz-nav-target-flash 2.25s ease-out both;
}

@keyframes godz-nav-target-flash{
  0%{
    outline-color:rgba(246,202,115,1);
    filter:drop-shadow(0 0 10px rgba(225,166,73,.50));
  }
  28%{
    outline-color:rgba(220,164,75,.92);
    filter:drop-shadow(0 0 7px rgba(225,166,73,.34));
  }
  100%{
    outline-color:rgba(220,164,75,0);
    filter:drop-shadow(0 0 0 rgba(225,166,73,0));
  }
}

.site-header .nav-group a.is-nav-target-link{
  color:#ffe2a5 !important;
  text-shadow:0 0 9px rgba(236,183,88,.72);
}

@media (prefers-reduced-motion:reduce){
  .godz-nav-target-flash{
    animation:none;
    outline-color:rgba(215,169,91,.96);
  }
}

/* ========================================================================== */
/* WEBACC-002P — Primeiros Passos + suporte interativo                       */
/* Visual/navigation only. No account/API logic is changed.                  */
/* ========================================================================== */
.webacc-002p .first-steps-card{
  margin:18px 16px 20px;
  border:1px solid #d2a66e;
  border-radius:11px;
  background:linear-gradient(180deg,#fffaf0 0%,#f8e9c8 100%);
  box-shadow:0 4px 12px rgba(77,49,26,.09),inset 0 0 0 1px rgba(255,255,255,.62);
  overflow:hidden;
}
.webacc-002p .first-steps-head{
  min-height:58px;
  display:flex;
  align-items:center;
  gap:11px;
  padding:12px 14px;
  background:#3a2112;
  color:#f8e9c8;
  border-bottom:2px solid #b98750;
}
.webacc-002p .first-steps-mark{
  width:30px;height:30px;flex:0 0 30px;
  display:grid;place-items:center;
  border:1px solid #c9995c;border-radius:7px;
  background:#fff0c9;color:#8b5425;font-size:11px;
}
.webacc-002p .first-steps-head h3{
  margin:0;font-family:var(--serif);font-size:17px;line-height:1.05;
  text-transform:uppercase;letter-spacing:.045em;color:#fff3d5;
}
.webacc-002p .first-steps-head p{
  margin:4px 0 0;font-size:9px;line-height:1.3;color:#d7b98e;
}
.webacc-002p .first-steps-list{padding:8px 12px 5px}
.webacc-002p .first-steps-login{display:block}
.webacc-002p .first-steps-item{
  min-height:54px;
  display:grid;
  grid-template-columns:38px minmax(0,1fr) 22px;
  align-items:center;
  gap:10px;
  padding:8px 7px;
  border-bottom:1px solid #ddc59e;
  color:#3e2723;
  text-decoration:none;
  border-radius:7px;
  transition:background-color .16s ease,transform .16s ease,box-shadow .16s ease;
}
.webacc-002p .first-steps-list>*:last-child .first-steps-item,
.webacc-002p .first-steps-list>a:last-child{border-bottom:0}
.webacc-002p .first-steps-item:hover,
.webacc-002p .first-steps-item:focus-visible{
  background:#fff7e6;
  box-shadow:0 2px 7px rgba(84,54,28,.08);
  outline:none;
}
.webacc-002p .first-steps-item:active{transform:translateY(1px)}
.webacc-002p .first-steps-icon{
  width:36px;height:36px;
  display:grid;place-items:center;
  border:1px solid #d5ac72;border-radius:50%;
  background:#f8e3b6;color:#9b5e29;
  font-size:16px;font-weight:900;
  overflow:hidden;
}
.webacc-002p .first-steps-icon img{display:block;width:25px;height:25px;object-fit:contain}
.webacc-002p .first-steps-item strong{
  display:block;font-family:var(--serif);font-size:14px;line-height:1.05;color:#3e2723;
}
.webacc-002p .first-steps-item small{
  display:block;margin-top:3px;font-size:9px;line-height:1.3;color:#755f49;
}
.webacc-002p .first-steps-item>b{
  justify-self:end;color:#a46731;font-size:20px;line-height:1;
  transition:transform .16s ease;
}
.webacc-002p .first-steps-item:hover>b,
.webacc-002p .first-steps-item:focus-visible>b{transform:translateX(3px)}
.webacc-002p .first-steps-note{
  margin:7px 12px 12px;
  padding:10px 11px;
  display:grid;gap:2px;
  border:1px solid #dfbd83;
  border-left:4px solid #c58a3d;
  border-radius:7px;
  background:#fff7df;
}
.webacc-002p .first-steps-note strong{
  font-family:var(--serif);font-size:12px;color:#5d361d;
}
.webacc-002p .first-steps-note span{font-size:9px;line-height:1.35;color:#765f47}

/* Support rows now look and behave unmistakably like links. */
.webacc-002p .support-grid{gap:3px}
.webacc-002p .support-card{
  grid-template-columns:36px minmax(0,1fr) 24px;
  grid-template-areas:'n t a' 'n p a';
  align-items:center;
  padding:10px 8px;
  margin:0 -8px;
  border-radius:7px;
  color:#3e2723;
  text-decoration:none;
  cursor:pointer;
  transition:background-color .16s ease,transform .16s ease,box-shadow .16s ease;
}
.webacc-002p .support-card:hover,
.webacc-002p .support-card:focus-visible{
  background:rgba(255,250,238,.82);
  box-shadow:0 2px 8px rgba(73,46,24,.08);
  outline:none;
}
.webacc-002p .support-card:active{transform:translateY(1px)}
.webacc-002p .support-card>b{
  display:block!important;
  grid-area:a;
  align-self:center;
  justify-self:end;
  color:#a46731;
  font-size:20px;
  line-height:1;
  transition:transform .16s ease;
}
.webacc-002p .support-card:hover>b,
.webacc-002p .support-card:focus-visible>b{transform:translateX(3px)}
.webacc-002p .support-card>strong{align-self:end}
.webacc-002p .support-card>p{align-self:start}

@media (max-width:980px){
  .webacc-002p .first-steps-card{margin:18px 0 0}
}
@media (max-width:560px){
  .webacc-002p .first-steps-head{padding:11px 12px}
  .webacc-002p .first-steps-list{padding:7px 9px 4px}
  .webacc-002p .first-steps-item{grid-template-columns:34px minmax(0,1fr) 18px;gap:8px;padding:8px 5px}
  .webacc-002p .first-steps-icon{width:32px;height:32px}
  .webacc-002p .first-steps-icon img{width:22px;height:22px}
  .webacc-002p .first-steps-item strong{font-size:13px}
  .webacc-002p .first-steps-note{margin:6px 9px 10px}
}


/* ================================================================
   FULLBG-001 — GodzRO full-page background experiment
   2026-09-23
   Uses one fixed illustration across the whole home page while the
   existing interface/cards remain above it. Easy to revert by removing
   this block and restoring the previous index.html preload.
   ================================================================ */
body.webacc-001o{
  background-color:#1c120b!important;
  background-image:
    linear-gradient(180deg,rgba(18,12,8,.18) 0%,rgba(18,12,8,.24) 38%,rgba(18,12,8,.34) 100%),
    url('../img/godz-full-bg.webp')!important;
  background-position:center top!important;
  background-size:cover!important;
  background-repeat:no-repeat!important;
  background-attachment:fixed!important;
}

/* The hero now reveals the same page-wide background instead of using
   a second independent illustration. */
body.webacc-001o .hero-intro.hero-art-stage{
  background:transparent!important;
}

/* Keep hero copy readable, but remove the old parchment-colored fade
   that visually separated the hero from the page background. */
body.webacc-001o .hero-intro.hero-art-stage::before{
  background:
    linear-gradient(180deg,rgba(20,14,10,.44) 0%,rgba(20,14,10,.14) 34%,rgba(20,14,10,.08) 70%,rgba(20,14,10,.28) 100%),
    radial-gradient(80% 58% at 50% 18%,rgba(0,0,0,.22),transparent 70%)!important;
}
body.webacc-001o .hero-intro.hero-art-stage::after{
  background:linear-gradient(180deg,transparent 0%,rgba(28,18,11,.08) 55%,rgba(28,18,11,.32) 100%)!important;
}

/* Slight translucency lets the global art remain visible around/through
   the parchment UI without sacrificing text readability. */
body.webacc-001o .hero-card,
body.webacc-001o .info-section,
body.webacc-001o .download-section,
body.webacc-001o .social-community-section,
body.webacc-001o .support-section{
  background-color:rgba(248,232,197,.96)!important;
}

/* Fixed backgrounds are unreliable/expensive on some mobile browsers. */
@media (max-width:700px){
  body.webacc-001o{
    background-attachment:scroll!important;
    background-position:center top!important;
  }
}


/* GODZ-SLIDER-002 — background rotativo global / controles alinhados ao Cadastro */
.godz-bg-slider{
  position:fixed;
  inset:0;
  z-index:-1;
  overflow:hidden;
  pointer-events:none;
}
.godz-bg-slide{
  position:absolute;
  inset:0;
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center center;
  opacity:0;
  transform:scale(1.03);
  transition:opacity 1.2s ease, transform 6s ease;
  filter:saturate(1.02) contrast(1.01);
}
.godz-bg-slide.is-active{opacity:1;transform:scale(1)}
.godz-bg-overlay{
  position:absolute;
  inset:0;
  background:linear-gradient(rgba(244,232,205,.16),rgba(234,214,174,.22));
}

/* 5s / 10s / 15s / OFF ficam abaixo do Cadastro, à direita. */
.godz-bg-controls{
  position:fixed;
  top:104px;
  right:max(26px, calc((100vw - 1360px)/2 + 26px));
  z-index:102;
  display:flex;
  flex-direction:column;
  align-items:flex-end;
  gap:8px;
  width:auto;
  pointer-events:none;
}
.godz-bg-switches,
.godz-bg-dots{
  pointer-events:auto;
  display:flex;
  align-items:center;
  gap:8px;
  padding:7px 10px;
  border:1px solid rgba(214,181,118,.34);
  border-radius:999px;
  background:rgba(33,20,13,.50);
  backdrop-filter:blur(9px);
  box-shadow:0 9px 20px rgba(0,0,0,.16);
}
.godz-bg-switches strong{
  color:#f5e3b2;
  font-family:var(--serif);
  font-size:10px;
  text-transform:uppercase;
  letter-spacing:.09em;
  margin-right:3px;
  white-space:nowrap;
}
.godz-bg-speed{
  border:1px solid rgba(255,255,255,.14);
  background:rgba(255,255,255,.08);
  color:#f9e9bf;
  border-radius:999px;
  min-width:40px;
  padding:6px 9px;
  font-size:12px;
  font-weight:800;
  cursor:pointer;
}
.godz-bg-speed:hover,
.godz-bg-dot:hover{transform:translateY(-1px)}
.godz-bg-speed.is-active{
  background:linear-gradient(180deg,#fffefb,#dfc791);
  color:#412614;
  border-color:#f1d490;
  box-shadow:0 0 0 3px rgba(249,213,110,.18),0 0 18px rgba(249,213,110,.22);
}
.godz-bg-dots{gap:11px;padding:7px 12px}
.godz-bg-dot{
  width:14px;
  height:14px;
  border-radius:50%;
  border:2px solid rgba(255,255,255,.92);
  background:transparent;
  cursor:pointer;
}
.godz-bg-dot.is-active{
  background:#fff;
  box-shadow:0 0 0 3px rgba(249,213,110,.22),0 0 16px rgba(249,213,110,.50);
  transform:scale(1.12);
}

/* Barra de progresso atravessa toda a largura, logo abaixo do menu superior. */
.godz-bg-progress-rail{
  position:fixed;
  top:94px;
  left:0;
  right:0;
  z-index:101;
  width:100%;
  height:3px;
  overflow:hidden;
  background:rgba(34,21,14,.48);
  border:0;
  border-radius:0;
  box-shadow:0 3px 9px rgba(0,0,0,.18);
  pointer-events:none;
}
.godz-bg-progress-rail.is-off{opacity:.45}
.godz-bg-progress{
  display:block;
  width:0%;
  height:100%;
  border-radius:0;
  background:linear-gradient(90deg,#f9d56e,#e5b736,#c88713);
  box-shadow:0 0 10px rgba(249,213,110,.85);
}

@media (max-width:1023px){
  .godz-bg-progress-rail{top:76px}
  .godz-bg-controls{top:86px;right:12px}
  .godz-bg-switches{gap:6px;padding:7px 9px}
  .godz-bg-switches strong{font-size:9px}
  .godz-bg-speed{min-width:36px;padding:5px 8px;font-size:11px}
}
@media (max-width:700px){
  .godz-bg-progress-rail{top:150px}
  .godz-bg-controls{top:160px;right:8px;max-width:calc(100vw - 16px)}
  .godz-bg-switches{flex-wrap:wrap;justify-content:flex-end}
  .godz-bg-switches strong{width:100%;text-align:right;margin-right:0}
  .godz-bg-dots{align-self:flex-end}
}
/* GODZ-SLIDER-005 — correções de empilhamento, mobile e rodapé */
body{isolation:isolate;overflow-x:hidden}
.godz-bg-progress-rail{height:5px!important;z-index:105!important}
.godz-bg-progress{box-shadow:0 0 12px rgba(249,213,110,.95),2px 0 10px rgba(255,244,183,.9)!important}
.site-footer{position:relative!important;width:100%!important;left:auto!important;right:auto!important;bottom:auto!important}
.back-to-top{position:fixed!important;right:20px!important;bottom:20px!important;left:auto!important;top:auto!important;z-index:140!important;margin:0!important}
@media (max-width:720px){
  /* Mantém o layout mobile original intacto: o slider continua automático em 15s,
     mas controles e barra não disputam espaço com o menu/hambúrguer. */
  .godz-bg-controls{display:none!important}
  .godz-bg-progress-rail{display:none!important}
  .back-to-top{right:14px!important;bottom:14px!important;width:44px!important;height:44px!important}
}


/* GODZ-SLIDER-006 — refinamento final do teste */
html,body{max-width:100%;overflow-x:hidden}
body{min-height:100vh;min-height:100dvh}
body>main{min-height:calc(100vh - 150px);min-height:calc(100dvh - 150px)}

/* Auto-Slide sem caixa externa: flutua diretamente sobre a arte. */
.godz-bg-switches{
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  backdrop-filter:none!important;
  -webkit-backdrop-filter:none!important;
  padding:4px 0!important;
}
.godz-bg-switches strong{
  text-shadow:0 1px 3px rgba(0,0,0,.72);
}
.godz-bg-speed{
  background:rgba(47,33,21,.50)!important;
  border-color:rgba(255,255,255,.14)!important;
  box-shadow:none!important;
}
.godz-bg-speed.is-active{
  background:rgba(255,255,255,.96)!important;
  color:#3d2818!important;
  border-color:#fff!important;
  box-shadow:0 0 0 2px rgba(82,53,28,.72),0 0 14px rgba(249,213,110,.40)!important;
}

/* A barra pertence ao header: nunca some e acompanha a largura inteira. */
.site-header{position:sticky!important;top:0!important;z-index:120!important}
.site-header .godz-bg-progress-rail{
  display:block!important;
  position:absolute!important;
  top:auto!important;
  left:0!important;
  right:0!important;
  bottom:-5px!important;
  width:100%!important;
  height:5px!important;
  z-index:130!important;
  background:rgba(18,12,8,.72)!important;
  box-shadow:0 2px 8px rgba(0,0,0,.28)!important;
}
.site-header .godz-bg-progress{
  height:100%!important;
  background:linear-gradient(90deg,#ffd96b,#e3ad27,#c77a08)!important;
  box-shadow:0 0 12px rgba(255,220,105,.95),4px 0 12px rgba(255,244,183,.95)!important;
}

/* As bolinhas saem do Auto-Slide e ficam no centro do painel Conta / Notícias. */
.godz-bg-dots-slot{
  position:absolute;
  left:50%;
  top:78px;
  transform:translate(-50%,-50%);
  z-index:20;
  display:flex;
  align-items:center;
  justify-content:center;
  pointer-events:none;
}
.godz-bg-dots-slot .godz-bg-dots{
  pointer-events:auto;
  display:flex!important;
  gap:12px!important;
  padding:8px 11px!important;
  margin:0!important;
  border:0!important;
  background:rgba(36,23,14,.18)!important;
  backdrop-filter:blur(3px)!important;
  -webkit-backdrop-filter:blur(3px)!important;
  box-shadow:none!important;
  border-radius:999px!important;
}
.godz-bg-dot{width:17px!important;height:17px!important}

/* Back-to-top sempre dentro da tela, inclusive iPhone com safe-area. */
.back-to-top{
  position:fixed!important;
  right:max(14px,env(safe-area-inset-right))!important;
  bottom:max(14px,env(safe-area-inset-bottom))!important;
  left:auto!important;
  top:auto!important;
  z-index:160!important;
  margin:0!important;
}
.site-footer{width:100%!important;margin-top:0!important}

/* Menu mobile no formato aprovado: logo à esquerda + MENU à direita. */
.godz-mobile-menu-toggle,.godz-mobile-menu{display:none}
@media(max-width:700px){
  .webacc-002e .site-header,.site-header{position:sticky!important;top:0!important}
  .webacc-002e .nav-shell,.nav-shell{
    position:relative!important;
    height:104px!important;
    min-height:104px!important;
    display:grid!important;
    grid-template-columns:minmax(0,1fr) auto!important;
    align-items:center!important;
    gap:10px!important;
    padding:8px 16px!important;
  }
  .nav-shell>.nav-left,.nav-shell>.nav-right{display:none!important}
  .webacc-002e .brand-react,.brand-react{
    grid-column:1!important;
    grid-row:1!important;
    justify-self:start!important;
    align-self:center!important;
    height:82px!important;
    margin:0!important;
  }
  .webacc-002e .react-wordmark-main,.react-wordmark-main{font-size:50px!important}
  .webacc-002e .react-wordmark-row,.react-wordmark-row{height:54px!important}
  .webacc-002e .react-wordmark-sub,.react-wordmark-sub{font-size:11px!important}
  .godz-mobile-menu-toggle{
    grid-column:2;
    grid-row:1;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:14px;
    min-width:132px;
    min-height:54px;
    padding:0 18px;
    border:2px solid #b88643;
    border-radius:10px;
    background:linear-gradient(180deg,rgba(59,37,23,.96),rgba(42,25,15,.96));
    color:#f5dfad;
    box-shadow:inset 0 0 0 2px rgba(214,168,88,.18),0 4px 12px rgba(0,0,0,.22);
    font-family:var(--serif);
    font-size:14px;
    font-weight:900;
    letter-spacing:.12em;
    cursor:pointer;
  }
  .godz-mobile-menu-toggle b{font-size:22px;line-height:1}
  .godz-mobile-menu{
    position:absolute;
    top:100%;
    right:16px;
    width:min(516px,calc(100vw - 32px));
    padding:18px;
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:10px;
    border:2px solid #8e632f;
    border-radius:0 0 16px 16px;
    background:rgba(45,27,17,.97);
    box-shadow:0 12px 28px rgba(0,0,0,.32),inset 0 0 0 1px rgba(229,192,128,.12);
    opacity:0;
    transform:translateY(-6px);
    transition:opacity .18s ease,transform .18s ease;
    z-index:145;
  }
  .godz-mobile-menu[hidden]{display:none!important}
  .godz-mobile-menu.is-open{opacity:1;transform:none}
  .godz-mobile-menu a{
    min-height:72px;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:12px;
    border:1px solid #6f4f33;
    border-radius:9px;
    background:rgba(61,38,24,.78);
    color:#f2ddb0;
    font-family:var(--serif);
    font-size:14px;
    font-weight:900;
    text-transform:uppercase;
    letter-spacing:.05em;
  }
  .godz-mobile-menu a.is-register{
    grid-column:1/-1;
    min-height:64px;
    background:linear-gradient(180deg,#cf3733,#a91d1d);
    border-color:#e3695d;
    color:white;
  }

  /* O controle de velocidade continua disponível, mas sem cobrir o menu. */
  .godz-bg-controls{
    display:flex!important;
    position:absolute!important;
    top:112px!important;
    right:10px!important;
    z-index:90!important;
  }
  .godz-bg-controls .godz-bg-dots{display:none!important}
  .godz-bg-switches{gap:6px!important}
  .godz-bg-switches strong{font-size:9px!important}
  .godz-bg-speed{min-width:36px!important;padding:5px 8px!important;font-size:11px!important}

  /* Em mobile as bolinhas entram no fluxo, exatamente entre Conta e Notícias. */
  .hero-card .godz-bg-dots-slot{
    position:relative!important;
    left:auto!important;
    top:auto!important;
    transform:none!important;
    grid-column:1/-1!important;
    width:100%!important;
    min-height:58px;
    margin:0!important;
    background:transparent;
    border-top:0;
    border-bottom:0;
  }
  .hero-card .godz-bg-dots-slot .godz-bg-dots{
    background:transparent!important;
    backdrop-filter:none!important;
    -webkit-backdrop-filter:none!important;
  }

  .back-to-top{
    right:max(12px,env(safe-area-inset-right))!important;
    bottom:max(12px,env(safe-area-inset-bottom))!important;
    width:44px!important;
    height:44px!important;
  }
}
@media(max-width:430px){
  .webacc-002e .nav-shell,.nav-shell{height:96px!important;min-height:96px!important;padding:7px 12px!important}
  .webacc-002e .brand-react,.brand-react{height:76px!important}
  .webacc-002e .react-wordmark-main,.react-wordmark-main{font-size:44px!important}
  .godz-mobile-menu-toggle{min-width:118px;min-height:50px;padding:0 14px;font-size:13px}
  .godz-mobile-menu{right:10px;width:calc(100vw - 20px);padding:14px;gap:9px}
  .godz-mobile-menu a{min-height:64px;font-size:13px}
  .godz-bg-controls{top:104px!important;right:6px!important}
}
