/*
Theme Name: Arena Tiro Certo
Theme URI: https://tirocertoairsoft.com.br/
Author: Arena Tiro Certo
Description: Tema oficial da Arena Tiro Certo, com site público otimizado, Área dos Players protegida, painel administrativo e persistência integral no banco do WordPress.
Version: 1.5.23.51
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: arena-tiro-certo
*/

:root{--atc-bg:#020604;--atc-panel:#07110b;--atc-green:#79db00;--atc-text:#f4f6f4;--atc-muted:#a8b1aa;--atc-line:rgba(121,219,0,.25)}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body:not(.arena-tiro-certo-home){margin:0;background:var(--atc-bg);color:var(--atc-text);font-family:Arial,Helvetica,sans-serif;font-size:16px;line-height:1.65}
body:not(.arena-tiro-certo-home) a{color:var(--atc-green)}
.atc-wp-header{position:sticky;z-index:100;top:0;border-bottom:1px solid var(--atc-line);background:rgba(2,6,4,.96);backdrop-filter:blur(14px)}
.atc-wp-header-inner,.atc-wp-shell,.atc-wp-footer-inner{width:min(1180px,calc(100% - 32px));margin:auto}
.atc-wp-header-inner{min-height:76px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.atc-wp-brand{color:#fff!important;font-weight:900;letter-spacing:.06em;text-decoration:none;text-transform:uppercase}.atc-wp-brand span{color:var(--atc-green)}
.atc-wp-brand img{display:block;width:72px;height:72px;object-fit:contain;filter:drop-shadow(0 8px 20px rgba(0,0,0,.42))}
.atc-wp-nav ul{display:flex;align-items:center;gap:18px;margin:0;padding:0;list-style:none}.atc-wp-nav a{color:#fff!important;font-size:12px;font-weight:800;text-decoration:none;text-transform:uppercase}.atc-wp-nav a:hover{color:var(--atc-green)!important}
.atc-wp-content{min-height:65vh;padding:64px 0 84px}.atc-wp-article{padding:clamp(20px,4vw,42px);border:1px solid var(--atc-line);border-radius:14px;background:linear-gradient(145deg,#08140d,#030805)}
.atc-wp-article h1{margin-top:0;font-size:clamp(34px,5vw,58px);line-height:1;text-transform:uppercase}.atc-wp-entry img{max-width:100%;height:auto}.atc-wp-entry input,.atc-wp-entry select,.atc-wp-entry textarea{max-width:100%;padding:11px;border:1px solid var(--atc-line);border-radius:6px;background:#030805;color:#fff}
.atc-wp-entry button,.atc-wp-entry .button{border:1px solid #91ed18!important;border-radius:7px!important;background:linear-gradient(180deg,#83df08,#4d9800)!important;color:#fff!important;font-weight:900!important}
.atc-wp-footer{padding:32px 0;border-top:1px solid var(--atc-line);background:#030805}.atc-wp-footer-inner{display:flex;justify-content:space-between;gap:20px;color:var(--atc-muted);font-size:13px}.atc-wp-footer p{margin:0}
.screen-reader-text{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.screen-reader-text:focus{z-index:9999;top:10px;left:10px;width:auto;height:auto;padding:12px;clip:auto;background:var(--atc-green);color:#071004}
@media(max-width:760px){.atc-wp-header-inner{min-height:68px;align-items:flex-start;flex-direction:column;padding:13px 0}.atc-wp-nav{width:100%;overflow-x:auto}.atc-wp-nav ul{width:max-content;padding-bottom:4px}.atc-wp-content{padding:38px 0 64px}.atc-wp-footer-inner{flex-direction:column}}

/* Fotos de clientes e jogadores */
.person-photo-field{display:grid;grid-template-columns:92px minmax(150px,1fr) minmax(230px,auto);gap:14px;align-items:center;padding:14px;border:1px solid rgba(121,219,0,.24);border-radius:12px;background:linear-gradient(145deg,rgba(121,219,0,.065),rgba(2,8,4,.72))}
.person-photo-field.compact{grid-template-columns:76px minmax(130px,1fr) minmax(210px,auto)}
.person-photo-input{position:absolute!important;width:1px!important;height:1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important}
.person-photo-preview{position:relative;width:92px;aspect-ratio:1;display:grid;place-content:center;justify-items:center;gap:3px;overflow:hidden;border:1px dashed rgba(121,219,0,.43);border-radius:50%;background:#020704;color:#79db00;text-align:center}
.compact .person-photo-preview{width:76px}.person-photo-preview>span{font-size:25px;line-height:1}.person-photo-preview>b{font-size:8px;text-transform:uppercase}.person-photo-preview>small{max-width:66px;color:#859087;font-size:7px;line-height:1.25}.person-photo-preview img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.person-photo-copy{display:grid;gap:4px;min-width:0}.person-photo-copy b{color:#f4f8f5;font-size:12px;text-transform:uppercase}.person-photo-copy span{color:#8c9890;font-size:10px;line-height:1.5}
.person-photo-actions{display:grid;grid-template-columns:repeat(2,minmax(92px,1fr));gap:7px}.person-photo-actions .btn{min-height:38px;padding:7px 11px;font-size:9px}.person-photo-remove{min-height:34px;border:0;background:transparent;color:#ff8d8d;font:inherit;font-size:9px;font-weight:900;text-transform:uppercase;cursor:pointer}
.photo-editor-dialog{width:min(560px,calc(100% - 24px));max-height:calc(100dvh - 24px);padding:0;border:1px solid rgba(121,219,0,.38);border-radius:16px;background:#061009;color:#fff;box-shadow:0 26px 90px rgba(0,0,0,.8)}.photo-editor-dialog::backdrop{background:rgba(0,0,0,.86);backdrop-filter:blur(5px)}
.photo-editor-shell{display:grid;gap:14px;padding:18px}.photo-editor-shell header{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.photo-editor-shell header small{display:block;margin-bottom:4px;color:#79db00;font-size:8px;font-weight:900;text-transform:uppercase}.photo-editor-shell h2{margin:0!important;color:#fff;font-size:22px}.photo-editor-close{width:38px;height:38px;border:1px solid rgba(255,255,255,.14);border-radius:50%;background:#0b1710;color:#fff;font-size:23px;cursor:pointer}
.photo-editor-stage{position:relative;width:min(420px,100%);margin:auto;overflow:hidden;border:1px solid rgba(121,219,0,.34);border-radius:12px;background:#010402}.photo-editor-stage canvas{display:block;width:100%;height:auto;touch-action:none}.photo-editor-guide{position:absolute;inset:8%;border:1px dashed rgba(255,255,255,.45);border-radius:50%;pointer-events:none;box-shadow:0 0 0 999px rgba(0,0,0,.2)}
.photo-editor-controls{display:grid;gap:9px}.photo-editor-controls label{display:grid;grid-template-columns:78px 1fr;gap:10px;align-items:center}.photo-editor-controls span{color:#9ba69f;font-size:9px;font-weight:900;text-transform:uppercase}.photo-editor-controls input{width:100%;accent-color:#79db00}.photo-editor-shell>p{margin:0;color:#8f9a92;font-size:10px;line-height:1.5}.photo-editor-actions{display:grid;grid-template-columns:1fr 1.25fr;gap:8px}.photo-editor-actions .btn{min-height:44px}
.ps-avatar img,.ps-mini-avatar img,.cms-person-avatar img,.cms-reservation-photo img,.finance-person-photo img{width:100%;height:100%;display:block;object-fit:cover}.ps-avatar,.ps-mini-avatar,.cms-person-avatar,.cms-reservation-photo,.finance-person-photo{overflow:hidden;flex:0 0 auto}.cms-person-avatar,.finance-person-photo{width:42px;height:42px;display:grid;place-items:center;border:1px solid rgba(121,219,0,.3);border-radius:50%;background:#07120b;color:#79db00;font-size:10px;font-weight:900}.cms-reservation-photo{width:58px;height:58px;display:grid;place-items:center;border:1px solid rgba(121,219,0,.34);border-radius:10px;background:#07120b;color:#79db00;font-size:11px;font-weight:900}.cms-reservation-identity{display:flex;align-items:center;gap:12px}.finance-entry-card.has-photo{grid-template-columns:auto auto minmax(0,1fr) auto auto}.finance-promissory-identity{display:flex;align-items:flex-start;gap:10px}.finance-person-photo{margin-top:1px}
@media(max-width:760px){.person-photo-field,.person-photo-field.compact{grid-template-columns:76px minmax(0,1fr)}.person-photo-preview,.compact .person-photo-preview{width:76px}.person-photo-actions{grid-column:1/-1;grid-template-columns:1fr 1fr}.photo-editor-shell{padding:14px}.photo-editor-dialog{max-height:calc(100dvh - 12px)}.finance-entry-card.has-photo{grid-template-columns:auto minmax(0,1fr)}.finance-entry-card.has-photo>.finance-person-photo{grid-column:1}.finance-entry-card.has-photo>.finance-entry-kind{display:none}}
@media(max-width:420px){.person-photo-field,.person-photo-field.compact{grid-template-columns:1fr;justify-items:center;text-align:center}.person-photo-copy{justify-items:center}.person-photo-actions{grid-column:auto;width:100%}.photo-editor-controls label{grid-template-columns:64px 1fr}.photo-editor-actions{grid-template-columns:1fr}.photo-editor-shell h2{font-size:19px}}

/* Visibilidade de produtos, kits e operações */
.cms-visibility-control{display:flex!important;align-items:center;gap:11px;padding:13px 14px;border:1px solid rgba(121,219,0,.24);border-radius:9px;background:rgba(121,219,0,.055);cursor:pointer}.cms-visibility-control>input{width:20px!important;min-width:20px!important;height:20px;min-height:20px!important;margin:0;accent-color:#79db00}.cms-visibility-control>span{display:grid;gap:3px;text-transform:none!important}.cms-visibility-control b{color:#f1f6f2;font-size:11px;text-transform:uppercase}.cms-visibility-control small{color:#8f9a92;font-size:9px;font-weight:500;line-height:1.45;text-transform:none}.cms-visibility-badge{display:inline-flex;margin-left:6px;padding:4px 7px;border-radius:999px;font-size:8px;font-weight:900;vertical-align:middle;text-transform:uppercase}.cms-visibility-badge.visible{background:rgba(121,219,0,.12);color:#b9f06e}.cms-visibility-badge.hidden{background:rgba(255,193,79,.12);color:#ffd07a}.cms-item-hidden{border-style:dashed!important;opacity:.78}.cms-item-hidden .cms-admin-thumb,.cms-item-hidden .cms-list-thumb{filter:grayscale(.85) brightness(.62)}

/* Visualizador ampliado da galeria */
#galeria .gallery-grid img{cursor:zoom-in;transition:filter .22s ease,transform .22s ease,box-shadow .22s ease}#galeria .gallery-grid img:hover,#galeria .gallery-grid img:focus-visible{filter:brightness(.95) saturate(1);transform:translateY(-2px);box-shadow:0 0 0 2px rgba(121,219,0,.72),0 12px 30px rgba(0,0,0,.45);outline:0}
.gallery-lightbox{width:min(1180px,calc(100% - 28px));max-width:none;height:min(860px,calc(100dvh - 28px));max-height:none;padding:0;border:1px solid rgba(121,219,0,.4);border-radius:16px;overflow:hidden;background:#020503;color:#fff;box-shadow:0 30px 100px rgba(0,0,0,.9)}.gallery-lightbox::backdrop{background:rgba(0,0,0,.91);backdrop-filter:blur(7px)}.gallery-lightbox-shell{position:relative;width:100%;height:100%;display:grid;place-items:center;padding:48px 76px 56px}.gallery-lightbox figure{width:100%;height:100%;display:grid;grid-template-rows:minmax(0,1fr) auto;gap:12px;margin:0;place-items:center}.gallery-lightbox figure img{display:block;max-width:100%;max-height:calc(100dvh - 150px);width:auto;height:auto;object-fit:contain;border-radius:8px;box-shadow:0 18px 60px rgba(0,0,0,.55)}.gallery-lightbox figcaption{max-width:760px;color:#c4ccc6;font-size:12px;line-height:1.45;text-align:center}.gallery-lightbox-close,.gallery-lightbox-arrow{position:absolute;z-index:2;display:grid;place-items:center;border:1px solid rgba(255,255,255,.2);background:rgba(4,10,6,.86);color:#fff;cursor:pointer;transition:.2s}.gallery-lightbox-close{top:14px;right:14px;width:42px;height:42px;border-radius:50%;font-size:27px}.gallery-lightbox-arrow{top:50%;width:48px;height:64px;border-radius:10px;font-size:40px;transform:translateY(-50%)}.gallery-lightbox-arrow.prev{left:14px}.gallery-lightbox-arrow.next{right:14px}.gallery-lightbox-close:hover,.gallery-lightbox-arrow:hover,.gallery-lightbox-close:focus-visible,.gallery-lightbox-arrow:focus-visible{border-color:#79db00;background:#17300c;color:#bfff6c;outline:0}.gallery-lightbox-counter{position:absolute;right:18px;bottom:17px;padding:5px 9px;border-radius:999px;background:rgba(121,219,0,.12);color:#bfff70;font-size:9px;font-weight:900}.gallery-lightbox-open{overflow:hidden}
@media(max-width:700px){.gallery-lightbox{width:calc(100% - 12px);height:calc(100dvh - 12px);border-radius:12px}.gallery-lightbox-shell{padding:54px 12px 82px}.gallery-lightbox figure img{max-height:calc(100dvh - 185px);border-radius:5px}.gallery-lightbox-arrow{top:auto;bottom:16px;width:46px;height:46px;border-radius:50%;font-size:34px;transform:none}.gallery-lightbox-arrow.prev{left:16px}.gallery-lightbox-arrow.next{right:16px}.gallery-lightbox-counter{right:50%;bottom:29px;transform:translateX(50%)}.gallery-lightbox figcaption{font-size:10px}.gallery-lightbox-close{top:10px;right:10px}}
@media(prefers-reduced-motion:reduce){#galeria .gallery-grid img{transition:none}}


/* ATC v1.4.1 — mapa/rodapé premium */
.atc-footer-location{min-width:0}
.atc-footer-location .atc-location-title{display:flex;align-items:center;gap:10px;margin-bottom:10px}
.atc-location-icon{width:36px;height:36px;flex:0 0 36px;display:grid;place-items:center;border:1px solid rgba(121,219,0,.42);border-radius:11px;background:linear-gradient(145deg,rgba(121,219,0,.17),rgba(4,12,7,.96));box-shadow:0 9px 24px rgba(0,0,0,.28),inset 0 0 18px rgba(121,219,0,.06);color:#90ef13}
.atc-location-icon svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.atc-location-title small{display:block;margin-bottom:2px;color:#79db00;font-size:7px;font-weight:900;letter-spacing:.15em;text-transform:uppercase}
.atc-location-title h3{margin:0!important;color:#f5f8f5!important;font-size:12px!important;letter-spacing:.04em}
.atc-location-address{display:grid!important;gap:3px;margin:0 0 11px!important;line-height:1.35!important}
.atc-location-address strong{margin:0!important;color:#fff!important;font-size:10px!important;letter-spacing:.02em}
.atc-location-address span{color:#9ca79f!important;font-size:8.5px!important;line-height:1.45}
.atc-map-preview{position:relative!important;width:100%;height:176px!important;margin-top:0!important;padding:0!important;display:block!important;overflow:hidden!important;border:1px solid rgba(121,219,0,.32)!important;border-radius:15px!important;background:#07100a!important;box-shadow:0 18px 38px rgba(0,0,0,.34),inset 0 0 0 1px rgba(255,255,255,.025)!important;isolation:isolate}
.atc-map-preview:before{content:"";position:absolute;z-index:1;inset:0;pointer-events:none;background:linear-gradient(180deg,rgba(0,0,0,.03) 0%,transparent 48%,rgba(1,5,3,.80) 100%);box-shadow:inset 0 0 38px rgba(0,0,0,.2)}
.atc-map-frame{position:absolute;inset:0;width:100%!important;height:100%!important;border:0!important;filter:saturate(.78) contrast(1.08) brightness(.76)!important;transform:scale(1.015);transform-origin:center}
.atc-map-city{position:absolute;z-index:2;top:10px;left:10px;display:inline-flex;align-items:center;gap:5px;min-height:26px;padding:0 9px;border:1px solid rgba(255,255,255,.13);border-radius:999px;background:rgba(2,8,4,.83);backdrop-filter:blur(8px);color:#f5f8f5;font-size:7.5px;font-weight:900;letter-spacing:.12em;box-shadow:0 8px 18px rgba(0,0,0,.22)}
.atc-map-city b{color:#79db00;font-size:10px}
.atc-map-open{position:absolute!important;z-index:3!important;left:9px!important;right:9px!important;bottom:9px!important;min-height:48px!important;padding:7px 10px!important;display:grid!important;grid-template-columns:34px minmax(0,1fr) 22px!important;align-items:center!important;gap:9px!important;border:1px solid rgba(144,239,19,.48)!important;border-radius:12px!important;background:linear-gradient(135deg,rgba(17,38,11,.97),rgba(5,14,8,.96))!important;color:#fff!important;text-decoration:none!important;text-transform:none!important;box-shadow:0 12px 30px rgba(0,0,0,.36),inset 0 0 22px rgba(121,219,0,.045)!important;backdrop-filter:blur(12px);transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease!important}
.atc-map-open:hover{transform:translateY(-1px);border-color:#8dea15!important;box-shadow:0 15px 34px rgba(0,0,0,.42),0 0 0 1px rgba(121,219,0,.10)!important}
.atc-map-open-icon{width:34px;height:34px;display:grid;place-items:center;border-radius:9px;background:linear-gradient(145deg,#8de914,#4e9700);color:#071004;box-shadow:0 7px 17px rgba(80,155,0,.24)}
.atc-map-open-icon svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.atc-map-open-copy{min-width:0;display:grid;gap:1px;text-align:left}
.atc-map-open-copy b{margin:0!important;color:#fff!important;font-size:9.5px!important;letter-spacing:.045em;text-transform:uppercase}
.atc-map-open-copy small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#9cac9f!important;font-size:7.3px!important;font-weight:700!important;letter-spacing:.01em!important;text-transform:none!important}
.atc-map-open-arrow{display:grid;place-items:center;width:22px;height:22px;border-radius:50%;background:rgba(121,219,0,.10);color:#8de914;font-size:13px;font-weight:900}
@media(max-width:1050px){.atc-map-preview{height:168px!important}}
@media(max-width:820px){.atc-footer-location{width:min(100%,520px);margin-inline:auto}.atc-map-preview{height:220px!important}.atc-location-title{justify-content:center}.atc-location-address{text-align:center}.atc-map-open{min-height:52px!important}.atc-map-open-copy b{font-size:10px!important}.atc-map-open-copy small{font-size:8px!important}}
@media(max-width:520px){.atc-footer-location{width:100%}.atc-map-preview{height:210px!important;border-radius:14px!important}.atc-map-city{top:9px;left:9px}.atc-map-open{left:8px!important;right:8px!important;bottom:8px!important}.atc-location-icon{width:40px;height:40px;flex-basis:40px}.atc-location-title small{font-size:8px}.atc-location-title h3{font-size:13px!important}.atc-location-address strong{font-size:11px!important}.atc-location-address span{font-size:9.5px!important}}



/* ==========================================================================\n   ATC v1.5.0 — Ícones táticos responsivos + autenticação premium\n   ========================================================================== */
.atc-title-icon,.atc-inline-icon,.atc-feature-icon,.players-hero-icon{position:relative;isolation:isolate;display:grid!important;place-items:center!important;color:#a9f33b!important;border:1px solid rgba(151,236,42,.46)!important;background:radial-gradient(circle at 34% 25%,rgba(175,255,71,.23),transparent 34%),linear-gradient(145deg,#112416,#040a06 72%)!important;box-shadow:0 14px 34px rgba(0,0,0,.36),inset 0 0 0 1px rgba(255,255,255,.035),inset 0 -12px 28px rgba(52,116,0,.13)!important;overflow:hidden}
.atc-title-icon::before,.atc-inline-icon::before,.atc-feature-icon::before,.players-hero-icon::before{content:"";position:absolute;inset:5px;border:1px solid rgba(151,236,42,.12);border-radius:inherit;pointer-events:none}
.atc-title-icon::after,.atc-inline-icon::after,.atc-feature-icon::after,.players-hero-icon::after{content:"";position:absolute;width:8px;height:8px;right:5px;top:5px;border-top:1px solid #9cef2c;border-right:1px solid #9cef2c;opacity:.78}
.atc-title-icon{width:48px!important;height:48px!important;flex:0 0 48px;margin-right:13px!important;border-radius:15px!important;transform:rotate(-2deg)}
.atc-title-icon svg{width:25px!important;height:25px!important;stroke:#adf44a!important;stroke-width:1.85!important;filter:drop-shadow(0 0 6px rgba(142,232,22,.26));transform:rotate(2deg)}
.atc-inline-icon{width:58px!important;height:58px!important;margin:14px auto 15px!important;border-radius:18px!important}
.atc-inline-icon svg{width:29px!important;height:29px!important;stroke-width:1.9!important;filter:drop-shadow(0 0 7px rgba(142,232,22,.22))}
.hero-features article{position:relative;overflow:hidden;transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease}.hero-features article:hover{transform:translateY(-4px);border-color:rgba(151,236,42,.38)!important;box-shadow:0 18px 38px rgba(0,0,0,.34)}
.hero-features article>i.atc-feature-icon{width:52px!important;height:52px!important;flex:0 0 52px;border-radius:16px!important;font-style:normal!important}.hero-features article>i.atc-feature-icon svg{width:27px;height:27px;fill:none;stroke:currentColor;stroke-width:1.85;stroke-linecap:round;stroke-linejoin:round}
.players-hero-icon{width:52px!important;height:52px!important;border-radius:17px!important}.players-hero-icon svg{width:28px;height:28px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
.beginner .steps{gap:13px!important}.beginner .steps article{position:relative;min-height:205px;padding:24px 15px 18px!important;overflow:hidden;border:1px solid rgba(255,255,255,.075)!important;border-radius:16px!important;background:linear-gradient(160deg,rgba(12,25,16,.96),rgba(3,8,5,.98))!important;box-shadow:0 18px 40px rgba(0,0,0,.24);transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease}
.beginner .steps article:hover{transform:translateY(-5px);border-color:rgba(143,231,24,.38)!important;box-shadow:0 22px 50px rgba(0,0,0,.36),0 0 0 1px rgba(121,219,0,.04)}
.beginner .steps article>span:first-child{position:absolute;top:11px;left:11px;width:27px;height:27px;display:grid;place-items:center;border:1px solid rgba(151,236,42,.28);border-radius:9px;background:rgba(121,219,0,.08);color:#9cef2c;font-size:9px;font-weight:950;letter-spacing:.08em}
.beginner .steps .atc-inline-icon{margin:22px auto 16px!important;width:66px!important;height:66px!important;border-radius:20px!important}.beginner .steps .atc-inline-icon svg{width:32px!important;height:32px!important}
.beginner .steps article b{font-size:13px!important;letter-spacing:.015em}.beginner .steps article small{display:block;margin-top:7px!important;color:#9ca79f!important;line-height:1.5!important}
.atc-beginner-cta,.btn.atc-icon-button{position:relative;display:inline-flex!important;align-items:center;justify-content:center;gap:9px!important;overflow:hidden;border-radius:11px!important}.atc-beginner-cta::before,.btn.atc-icon-button::before{content:"";width:18px;height:18px;flex:0 0 18px;background:currentColor;mask:var(--atc-btn-icon) center/contain no-repeat;-webkit-mask:var(--atc-btn-icon) center/contain no-repeat;opacity:.9}
.atc-beginner-cta{--atc-btn-icon:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='8'/%3E%3Ccircle cx='12' cy='12' r='2'/%3E%3Cpath d='M12 2v4M12 18v4M2 12h4M18 12h4'/%3E%3C/svg%3E")}
.contact-social-link{position:relative;overflow:hidden!important;border-radius:14px!important;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease!important}.contact-social-link:hover{transform:translateY(-3px);border-color:rgba(255,74,147,.48)!important;box-shadow:0 15px 34px rgba(0,0,0,.3),0 0 26px rgba(235,45,118,.08)!important}.contact-social-icon{width:46px!important;height:46px!important;border-radius:14px!important;background:radial-gradient(circle at 30% 100%,#ffd36b 0 18%,transparent 38%),linear-gradient(135deg,#7638f0,#e93287 48%,#ff7b32)!important;box-shadow:0 10px 26px rgba(223,45,126,.24)!important}.contact-social-icon svg{width:24px!important;height:24px!important;stroke-width:1.9!important}.contact-social-arrow{width:27px;height:27px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.1);border-radius:50%;background:rgba(255,255,255,.04);transition:transform .2s ease}.contact-social-link:hover .contact-social-arrow{transform:translate(2px,-2px)}
@media(max-width:640px){.atc-title-icon{width:42px!important;height:42px!important;flex-basis:42px;margin-right:10px!important}.atc-title-icon svg{width:22px!important;height:22px!important}.hero-features article>i.atc-feature-icon{width:48px!important;height:48px!important;flex-basis:48px}.beginner .steps article{min-height:190px}.beginner .steps .atc-inline-icon{width:60px!important;height:60px!important}.contact-social-icon{width:44px!important;height:44px!important}}

/* Authentication / onboarding */
body.atc-auth-body{margin:0;min-height:100dvh;background:#020604;color:#f6f8f6;font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif}
.atc-auth-shell{min-height:100dvh;display:grid;grid-template-columns:minmax(0,1.08fr) minmax(390px,.72fr);background:#020604}
.atc-auth-visual{position:relative;min-height:100dvh;display:flex;align-items:flex-end;padding:clamp(32px,6vw,82px);overflow:hidden;isolation:isolate;background:#061008 url('assets/images/auth-arena.webp') center/cover no-repeat}
.atc-auth-visual::before{content:"";position:absolute;inset:0;z-index:-2;background:linear-gradient(90deg,rgba(1,5,3,.22),rgba(1,5,3,.62) 72%,rgba(1,5,3,.95)),linear-gradient(180deg,rgba(1,5,3,.05),rgba(1,5,3,.75))}
.atc-auth-visual::after{content:"";position:absolute;inset:0;z-index:-1;opacity:.22;background-image:linear-gradient(rgba(121,219,0,.09) 1px,transparent 1px),linear-gradient(90deg,rgba(121,219,0,.09) 1px,transparent 1px);background-size:58px 58px;mask-image:linear-gradient(to top,#000,transparent 80%)}
.atc-auth-brand{position:absolute;top:clamp(25px,4vw,54px);left:clamp(25px,5vw,72px);display:flex;align-items:center;gap:12px;color:#fff;text-decoration:none;font-size:12px;font-weight:950;letter-spacing:.11em;text-transform:uppercase}.atc-auth-brand-mark{width:48px;height:48px;display:grid;place-items:center;border:1px solid rgba(158,241,49,.48);border-radius:16px;background:linear-gradient(145deg,rgba(121,219,0,.18),rgba(2,8,4,.9));box-shadow:0 14px 32px rgba(0,0,0,.32)}.atc-auth-brand-mark svg{width:26px;height:26px;fill:none;stroke:#a8f139;stroke-width:1.8}
.atc-auth-brand>img{width:clamp(118px,12vw,160px);height:auto;filter:drop-shadow(0 14px 28px rgba(0,0,0,.55))}
.atc-auth-visual-copy{max-width:690px}.atc-auth-eyebrow{display:inline-flex;align-items:center;gap:8px;margin:0 0 14px;color:#a8f139;font-size:10px;font-weight:950;letter-spacing:.17em;text-transform:uppercase}.atc-auth-eyebrow::before{content:"";width:32px;height:1px;background:#79db00;box-shadow:0 0 13px rgba(121,219,0,.7)}.atc-auth-visual h1{max-width:650px;margin:0;font-family:Impact,"Arial Narrow",sans-serif;font-size:clamp(56px,7.5vw,116px);font-weight:400;line-height:.86;letter-spacing:.008em;text-transform:uppercase}.atc-auth-visual h1 em{color:#8ee914;font-style:normal}.atc-auth-visual p{max-width:560px;margin:20px 0 0;color:#b1bab3;font-size:14px;line-height:1.7}
.atc-auth-side{display:grid;place-items:center;padding:clamp(18px,4vw,46px);background:radial-gradient(circle at 50% 0,rgba(121,219,0,.075),transparent 30%),#020604}.atc-auth-card{width:min(480px,100%);padding:clamp(22px,3vw,34px);border:1px solid rgba(121,219,0,.24);border-radius:22px;background:linear-gradient(150deg,rgba(10,23,14,.98),rgba(3,8,5,.99));box-shadow:0 34px 90px rgba(0,0,0,.52),inset 0 0 0 1px rgba(255,255,255,.018)}
.atc-auth-card-head{display:grid;grid-template-columns:54px minmax(0,1fr);gap:13px;align-items:center;margin-bottom:24px}.atc-auth-card-icon{width:54px;height:54px;display:grid;place-items:center;border:1px solid rgba(151,236,42,.38);border-radius:17px;background:linear-gradient(145deg,rgba(121,219,0,.16),rgba(3,10,5,.96));color:#a8f139;box-shadow:0 12px 28px rgba(0,0,0,.28)}.atc-auth-card-icon svg{width:27px;height:27px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.atc-auth-card-head small{display:block;margin-bottom:3px;color:#82df0c;font-size:8px;font-weight:950;letter-spacing:.15em;text-transform:uppercase}.atc-auth-card h2{margin:0;font-size:clamp(24px,3vw,31px);line-height:1.05}
.atc-auth-form{display:grid;gap:14px}.atc-field{display:grid;gap:7px}.atc-field-label{display:flex;justify-content:space-between;gap:10px;color:#aab4ac;font-size:9px;font-weight:900;letter-spacing:.075em;text-transform:uppercase}.atc-input-wrap{position:relative}.atc-input-wrap>svg{position:absolute;left:14px;top:50%;width:19px;height:19px;transform:translateY(-50%);fill:none;stroke:#6f7e73;stroke-width:1.8;pointer-events:none}.atc-input{width:100%;min-height:52px;padding:0 46px 0 44px;border:1px solid rgba(255,255,255,.11);border-radius:12px;outline:0;background:#040a06;color:#fff;font:inherit;font-size:15px;transition:border-color .18s,box-shadow .18s,background .18s}.atc-input:focus{border-color:rgba(151,236,42,.7);background:#061008;box-shadow:0 0 0 3px rgba(121,219,0,.07)}.atc-password-toggle{position:absolute;right:8px;top:50%;width:36px;height:36px;display:grid;place-items:center;transform:translateY(-50%);border:0;border-radius:9px;background:transparent;color:#7e8b82;cursor:pointer}.atc-password-toggle:hover{background:rgba(121,219,0,.07);color:#a8f139}.atc-password-toggle svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8}
.atc-auth-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.atc-remember{display:inline-flex;align-items:center;gap:8px;color:#9ba69e;font-size:10px;cursor:pointer}.atc-remember input{width:17px;height:17px;accent-color:#79db00}.atc-auth-link{border:0;background:none;padding:0;color:#a8f139;text-decoration:none;font:inherit;font-size:10px;font-weight:900;cursor:pointer}.atc-auth-link:hover{text-decoration:underline}.atc-auth-submit{min-height:52px;margin-top:2px;border:1px solid #a7ef45;border-radius:12px;background:linear-gradient(135deg,#98ed27,#59aa00);color:#061004;font-size:10px;font-weight:950;letter-spacing:.09em;text-transform:uppercase;cursor:pointer;box-shadow:0 15px 32px rgba(77,151,0,.22);transition:transform .18s,filter .18s,box-shadow .18s}.atc-auth-submit:hover{transform:translateY(-2px);filter:brightness(1.04);box-shadow:0 18px 36px rgba(77,151,0,.28)}.atc-auth-submit:disabled{opacity:.55;cursor:wait;transform:none}.atc-auth-message{min-height:18px;margin:0;color:#9da8a0;font-size:10px;line-height:1.5}.atc-auth-message.error{color:#ff9999}.atc-auth-message.success{color:#bff57b}.atc-auth-divider{display:flex;align-items:center;gap:12px;margin:20px 0;color:#627067;font-size:8px;font-weight:900;text-transform:uppercase}.atc-auth-divider::before,.atc-auth-divider::after{content:"";height:1px;flex:1;background:rgba(255,255,255,.07)}.atc-auth-secondary{min-height:48px;display:flex;align-items:center;justify-content:center;border:1px solid rgba(121,219,0,.22);border-radius:11px;background:rgba(121,219,0,.045);color:#eef4ef;text-decoration:none;font-size:10px;font-weight:900;letter-spacing:.04em;text-transform:uppercase}.atc-auth-secondary:hover{border-color:rgba(151,236,42,.48);background:rgba(121,219,0,.075)}.atc-auth-note{margin:15px 0 0;color:#718078;font-size:8.5px;line-height:1.55;text-align:center}.atc-auth-back{display:inline-flex;align-items:center;gap:7px;margin-bottom:18px;color:#93a098;text-decoration:none;font-size:9px;font-weight:900;text-transform:uppercase}.atc-auth-back:hover{color:#a8f139}
.atc-password-meter{height:4px;margin-top:7px;overflow:hidden;border-radius:99px;background:#101812}.atc-password-meter>i{display:block;width:0;height:100%;border-radius:inherit;background:#e45a55;transition:width .2s,background .2s}.atc-password-hint{color:#758078;font-size:8px;line-height:1.45}.atc-checkline{display:flex;align-items:flex-start;gap:9px;color:#9da79f;font-size:9px;line-height:1.55}.atc-checkline input{width:17px;height:17px;margin-top:1px;accent-color:#79db00}
@media(max-width:900px){.atc-auth-shell{grid-template-columns:1fr}.atc-auth-visual{min-height:330px;padding:100px 24px 32px;align-items:flex-end}.atc-auth-brand{left:24px;top:24px}.atc-auth-visual h1{font-size:clamp(48px,13vw,72px)}.atc-auth-side{padding:18px 14px 28px}.atc-auth-card{padding:22px;border-radius:18px}}
@media(max-width:480px){.atc-auth-visual{min-height:285px}.atc-auth-visual p{font-size:11.5px;margin-top:14px}.atc-auth-card-head{grid-template-columns:48px minmax(0,1fr)}.atc-auth-card-icon{width:48px;height:48px}.atc-auth-row{align-items:flex-start;flex-direction:column}}

/* v1.5.1 — máscara obrigatória do WhatsApp no cadastro */
.atc-phone-hint{display:block;margin-top:7px;color:#8f9b92;font-size:11px;line-height:1.35;letter-spacing:.01em}
.atc-input:invalid:not(:placeholder-shown){border-color:rgba(228,90,85,.62)!important;box-shadow:0 0 0 3px rgba(228,90,85,.08)!important}
.atc-input:valid:not(:placeholder-shown){border-color:rgba(121,219,0,.42)!important}


/* ==========================================================================
   ATC v1.5.2 — Refinamento de ícones e espaçamento responsivo
   ========================================================================== */
/* Evita qualquer invasão dos ícones sobre textos nos cards superiores. */
.hero-features{gap:0!important}
.hero-features article{display:grid!important;grid-template-columns:60px minmax(0,1fr)!important;align-items:center!important;column-gap:15px!important;min-height:112px!important;padding:18px 20px!important;overflow:hidden!important}
.hero-features article+article{border-left:1px solid rgba(255,255,255,.075)!important}
.hero-features article>div{min-width:0!important;padding:0!important;margin:0!important}
.hero-features article>div>b{display:block!important;margin:0 0 6px!important;line-height:1.15!important;white-space:normal!important}
.hero-features article>div>span{display:block!important;line-height:1.45!important;white-space:normal!important;overflow-wrap:anywhere!important}
.hero-features article>i.atc-feature-icon{position:relative!important;inset:auto!important;margin:0!important;width:56px!important;height:56px!important;min-width:56px!important;max-width:56px!important;flex:none!important;border-radius:19px 7px 19px 7px!important;background:radial-gradient(circle at 30% 24%,rgba(196,255,92,.25),transparent 34%),linear-gradient(145deg,#173319,#071009 74%)!important;border-color:rgba(158,241,49,.55)!important;box-shadow:0 14px 28px rgba(0,0,0,.4),0 0 24px rgba(121,219,0,.06),inset 0 0 0 1px rgba(255,255,255,.035)!important}
.hero-features article>i.atc-feature-icon::before{inset:7px!important;border-radius:13px 4px 13px 4px!important}
.hero-features article>i.atc-feature-icon::after{width:9px;height:9px;right:6px;top:6px}
.hero-features article>i.atc-feature-icon svg{width:29px!important;height:29px!important;stroke-width:1.7!important;filter:drop-shadow(0 0 8px rgba(162,241,52,.24))}

/* Estatísticas da arena: cards e ícones próprios, maiores e mais legíveis. */
.arena-copy .stats{gap:10px!important;border:0!important;background:transparent!important;overflow:visible!important}
.arena-copy .stats>div{position:relative!important;display:grid!important;grid-template-columns:58px minmax(0,1fr)!important;grid-template-rows:auto auto!important;align-items:center!important;column-gap:12px!important;min-height:96px!important;padding:15px!important;border:1px solid rgba(255,255,255,.075)!important;border-radius:15px!important;background:linear-gradient(150deg,rgba(10,24,14,.96),rgba(3,8,5,.99))!important;overflow:hidden!important;text-align:left!important;box-shadow:0 15px 35px rgba(0,0,0,.24)!important}
.arena-copy .stats>div::after{content:"";position:absolute;right:-22px;bottom:-28px;width:78px;height:78px;border:1px solid rgba(121,219,0,.07);border-radius:50%;pointer-events:none}
.atc-stat-icon{grid-row:1/3;width:56px;height:56px;display:grid!important;place-items:center!important;border:1px solid rgba(158,241,49,.48)!important;border-radius:18px 7px 18px 7px!important;background:radial-gradient(circle at 28% 22%,rgba(183,255,66,.24),transparent 36%),linear-gradient(145deg,#142d17,#050b07)!important;color:#a8f23d!important;box-shadow:0 12px 26px rgba(0,0,0,.34),inset 0 0 0 1px rgba(255,255,255,.025)!important;font-style:normal!important}
.atc-stat-icon svg{width:29px;height:29px;fill:none;stroke:currentColor;stroke-width:1.75;stroke-linecap:round;stroke-linejoin:round;filter:drop-shadow(0 0 7px rgba(142,232,22,.22))}
.arena-copy .stats>div>b{align-self:end!important;margin:0!important;font-size:23px!important;line-height:1!important;text-align:left!important}
.arena-copy .stats>div>span{align-self:start!important;margin-top:5px!important;font-size:8px!important;letter-spacing:.06em!important;text-align:left!important}

/* Nunca jogou Airsoft: ícones táticos próprios e maior respiro entre ícone/texto. */
.beginner .steps{gap:14px!important}
.beginner .steps article{display:flex!important;flex-direction:column!important;align-items:flex-start!important;min-height:232px!important;padding:18px 16px 19px!important;border-radius:18px!important;background:radial-gradient(circle at 50% -30%,rgba(121,219,0,.08),transparent 48%),linear-gradient(160deg,rgba(11,25,15,.98),rgba(3,8,5,.99))!important}
.beginner .steps article>span:first-child{position:static!important;order:0!important;width:29px!important;height:29px!important;margin:0 0 13px!important;flex:0 0 29px!important;border-radius:9px!important}
.atc-step-icon{order:1;position:relative;width:68px;height:68px;display:grid!important;place-items:center!important;margin:0 0 17px!important;align-self:center!important;border:1px solid rgba(158,241,49,.52)!important;border-radius:22px 8px 22px 8px!important;background:radial-gradient(circle at 30% 24%,rgba(187,255,67,.25),transparent 35%),linear-gradient(145deg,#17351a,#050c07 74%)!important;color:#a7f13b!important;box-shadow:0 15px 30px rgba(0,0,0,.38),0 0 26px rgba(121,219,0,.055),inset 0 0 0 1px rgba(255,255,255,.03)!important;font-style:normal!important;overflow:hidden!important}
.atc-step-icon::before{content:"";position:absolute;inset:8px;border:1px solid rgba(151,236,42,.13);border-radius:15px 4px 15px 4px}
.atc-step-icon::after{content:"";position:absolute;width:9px;height:9px;top:7px;right:7px;border-top:1px solid #a9f33b;border-right:1px solid #a9f33b;opacity:.8}
.atc-step-icon svg{position:relative;z-index:1;width:34px;height:34px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round;filter:drop-shadow(0 0 8px rgba(142,232,22,.25))}
.beginner .steps article>b{order:2;width:100%!important;margin:0 0 7px!important;font-size:14px!important;line-height:1.15!important;text-align:left!important}
.beginner .steps article>small{order:3;width:100%!important;margin:0!important;line-height:1.52!important;text-align:left!important}

@media(max-width:1100px){
  .hero-features article{grid-template-columns:54px minmax(0,1fr)!important;padding:16px!important;column-gap:12px!important}.hero-features article>i.atc-feature-icon{width:50px!important;height:50px!important;min-width:50px!important;max-width:50px!important}
}
@media(max-width:820px){
  .hero-features{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .hero-features article+article{border-left:0!important}.hero-features article:nth-child(even){border-left:1px solid rgba(255,255,255,.075)!important}.hero-features article:nth-child(n+3){border-top:1px solid rgba(255,255,255,.075)!important}
  .arena-copy .stats{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}
@media(max-width:560px){
  .hero-features{grid-template-columns:1fr!important}.hero-features article{grid-template-columns:52px minmax(0,1fr)!important;min-height:96px!important}.hero-features article:nth-child(even){border-left:0!important}.hero-features article+article{border-top:1px solid rgba(255,255,255,.075)!important}
  .arena-copy .stats{grid-template-columns:1fr!important}.arena-copy .stats>div{min-height:86px!important;grid-template-columns:52px minmax(0,1fr)!important}.atc-stat-icon{width:50px;height:50px}
  .beginner .steps article{min-height:214px!important}.atc-step-icon{width:62px;height:62px}.atc-step-icon svg{width:31px;height:31px}
}

.atc-auth-created{display:grid;grid-template-columns:42px minmax(0,1fr);align-items:center;gap:11px;margin:-4px 0 18px;padding:12px 13px;border:1px solid rgba(151,236,42,.28);border-radius:13px;background:linear-gradient(135deg,rgba(121,219,0,.10),rgba(5,14,8,.78));box-shadow:inset 0 0 18px rgba(121,219,0,.035)}
.atc-auth-created>span{width:42px;height:42px;display:grid;place-items:center;border:1px solid rgba(151,236,42,.36);border-radius:12px;background:#0b1a0e;color:#a8f139}.atc-auth-created svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.atc-auth-created b{display:block;color:#eef8ef;font-size:10px;text-transform:uppercase;letter-spacing:.04em}.atc-auth-created small{display:block;margin-top:3px;color:#9fac9f;font-size:9px;line-height:1.45}


/* ==========================================================================
   ATC v1.5.3 — Minha conta / indicador de sessão
   ========================================================================== */
.atc-wp-header-inner{position:relative}.atc-wp-user-chip{display:flex;align-items:center;gap:8px;max-width:170px;padding:5px 10px 5px 5px;border:1px solid rgba(121,219,0,.26);border-radius:12px;background:#07110b;color:#fff!important;text-decoration:none!important}.atc-wp-user-chip>span{width:32px;height:32px;display:grid;place-items:center;border:1px solid rgba(121,219,0,.4);border-radius:10px;background:#0d2111;color:#9cec2f;font-size:11px;font-weight:900}.atc-wp-user-chip>b{overflow:hidden;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.atc-wp-user-chip>i{width:7px;height:7px;flex:0 0 7px;border-radius:50%;background:#8fea17;box-shadow:0 0 9px rgba(143,234,23,.75)}
body.atc-account-body{margin:0;min-height:100dvh;background:radial-gradient(circle at 12% 0,rgba(121,219,0,.09),transparent 30%),#020604;color:#f4f7f4;font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif}
.atc-account-topbar{position:sticky;z-index:30;top:0;border-bottom:1px solid rgba(121,219,0,.18);background:rgba(2,7,4,.94);backdrop-filter:blur(16px);box-shadow:0 10px 32px rgba(0,0,0,.24)}.atc-account-topbar-inner{width:min(1180px,calc(100% - 32px));min-height:76px;margin:auto;display:flex;align-items:center;justify-content:space-between;gap:18px}.atc-account-brand{display:flex;align-items:center;gap:11px;color:#fff!important;text-decoration:none!important}.atc-account-brand-mark{width:44px;height:44px;display:grid;place-items:center;border:1px solid rgba(158,241,49,.42);border-radius:14px;background:linear-gradient(145deg,rgba(121,219,0,.16),rgba(3,10,5,.96));color:#a7ef3d}.atc-account-brand-mark svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.8}.atc-account-brand small{display:block;color:#7f8c82;font-size:7px;font-weight:950;letter-spacing:.12em;text-transform:uppercase}.atc-account-brand b{display:block;margin-top:2px;font-size:13px;letter-spacing:.02em}.atc-account-home{min-height:42px;display:inline-flex;align-items:center;gap:8px;padding:0 13px;border:1px solid rgba(121,219,0,.23);border-radius:11px;background:rgba(121,219,0,.045);color:#e9f0ea!important;text-decoration:none!important;font-size:9px;font-weight:900;text-transform:uppercase}.atc-account-home svg{width:18px;height:18px;fill:none;stroke:#9cec2f;stroke-width:1.8}
.atc-account-brand-logo{width:58px;height:58px;object-fit:contain;filter:drop-shadow(0 8px 18px rgba(0,0,0,.45))}
.atc-account-shell{width:min(1180px,calc(100% - 32px));margin:0 auto;padding:44px 0 78px;display:grid;grid-template-columns:minmax(250px,310px) minmax(0,1fr);gap:28px;align-items:start}.atc-account-profile-card{position:sticky;top:102px;padding:26px 22px;border:1px solid rgba(121,219,0,.22);border-radius:22px;background:radial-gradient(circle at 50% 0,rgba(121,219,0,.09),transparent 42%),linear-gradient(155deg,#0a1710,#030805);box-shadow:0 28px 70px rgba(0,0,0,.34);text-align:center}.atc-account-avatar-wrap{position:relative;width:104px;margin:0 auto 14px}.atc-account-avatar{width:104px;height:104px;display:grid;place-items:center;overflow:hidden;border:1px solid rgba(158,241,49,.55);border-radius:30px 12px 30px 12px;background:radial-gradient(circle at 30% 24%,rgba(183,255,66,.24),transparent 36%),#102716;color:#a8f23d;box-shadow:0 18px 38px rgba(0,0,0,.35),0 0 30px rgba(121,219,0,.055)}.atc-account-avatar img{width:100%;height:100%;object-fit:cover}.atc-account-avatar b{font-family:Impact,"Arial Narrow",sans-serif;font-size:36px;font-weight:400}.atc-account-online{position:absolute;right:-2px;bottom:5px;width:20px;height:20px;border:4px solid #07110b;border-radius:50%;background:#8fea17;box-shadow:0 0 15px rgba(143,234,23,.8)}.atc-account-status{display:inline-flex;align-items:center;gap:7px;margin:0 0 10px;padding:6px 9px;border:1px solid rgba(121,219,0,.18);border-radius:999px;background:rgba(121,219,0,.055);color:#9deb2e;font-size:7px;font-weight:950;letter-spacing:.08em;text-transform:uppercase}.atc-account-status i{width:6px;height:6px;border-radius:50%;background:#8fea17}.atc-account-profile-card h1{margin:0;color:#fff;font-size:23px;line-height:1.1}.atc-account-nickname{margin:6px 0 20px;color:#91e91b;font-size:12px;font-weight:800}.atc-account-meta-list{display:grid;gap:0;margin:0 -6px 18px;border-top:1px solid rgba(255,255,255,.06);border-bottom:1px solid rgba(255,255,255,.06)}.atc-account-meta-list>div{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:11px 6px;border-bottom:1px solid rgba(255,255,255,.05);text-align:left}.atc-account-meta-list>div:last-child{border-bottom:0}.atc-account-meta-list span{color:#7e8b82;font-size:8px;text-transform:uppercase}.atc-account-meta-list b{font-size:10px}.atc-account-meta-list b.online{color:#9dec2f}.atc-account-quicklinks{display:grid;gap:8px}.atc-account-quicklinks a{display:grid;grid-template-columns:34px minmax(0,1fr) 20px;align-items:center;gap:9px;padding:8px;border:1px solid rgba(255,255,255,.065);border-radius:12px;background:rgba(255,255,255,.022);color:#eaf0eb!important;text-decoration:none!important;text-align:left;transition:.18s}.atc-account-quicklinks a:hover{transform:translateX(2px);border-color:rgba(121,219,0,.3);background:rgba(121,219,0,.045)}.atc-account-quicklinks a>span{width:34px;height:34px;display:grid;place-items:center;border:1px solid rgba(121,219,0,.25);border-radius:10px;background:#0a180d;color:#9dec2f}.atc-account-quicklinks svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8}.atc-account-quicklinks b{font-size:9px}.atc-account-quicklinks em{color:#8fe917;font-size:17px;font-style:normal}
.atc-account-content{min-width:0;display:grid;gap:17px}.atc-account-heading{padding:6px 4px 12px}.atc-account-kicker{color:#8fe917;font-size:8px;font-weight:950;letter-spacing:.14em;text-transform:uppercase}.atc-account-heading h2{margin:8px 0 9px;font-family:Impact,"Arial Narrow",sans-serif;font-size:clamp(39px,5vw,62px);font-weight:400;line-height:.9;text-transform:uppercase}.atc-account-heading h2 em{color:#8fe917;font-style:normal}.atc-account-heading p{max-width:650px;margin:0;color:#8d9990;font-size:11px;line-height:1.65}.atc-account-card{padding:clamp(18px,3vw,28px);border:1px solid rgba(121,219,0,.17);border-radius:20px;background:linear-gradient(150deg,rgba(9,21,13,.98),rgba(3,8,5,.99));box-shadow:0 20px 54px rgba(0,0,0,.24)}.atc-account-card-head{display:grid;grid-template-columns:46px minmax(0,1fr);align-items:center;gap:12px;margin-bottom:20px}.atc-account-card-head>span{width:46px;height:46px;display:grid;place-items:center;border:1px solid rgba(151,236,42,.36);border-radius:15px;background:linear-gradient(145deg,rgba(121,219,0,.14),rgba(4,11,6,.95));color:#a6ef3d}.atc-account-card-head svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.atc-account-card-head small{display:block;color:#7fdd0c;font-size:7px;font-weight:950;letter-spacing:.12em;text-transform:uppercase}.atc-account-card-head h3{margin:2px 0 0;font-size:19px}.atc-account-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.atc-account-photo-field{grid-column:1/-1;display:grid;grid-template-columns:72px minmax(0,1fr);align-items:center;gap:15px;padding:13px;border:1px solid rgba(255,255,255,.065);border-radius:14px;background:rgba(255,255,255,.02)}.atc-account-photo-preview{width:72px;height:72px;display:grid;place-items:center;overflow:hidden;border:1px solid rgba(121,219,0,.35);border-radius:20px 8px 20px 8px;background:#0b1b0f;color:#a7f03d}.atc-account-photo-preview img{width:100%;height:100%;object-fit:cover}.atc-account-photo-preview b{font-family:Impact,"Arial Narrow",sans-serif;font-size:25px;font-weight:400}.atc-account-photo-field>div>b{display:block;font-size:11px}.atc-account-photo-field>div>small{display:block;margin:4px 0 9px;color:#829087;font-size:8.5px;line-height:1.4}.atc-account-file-button{display:inline-flex;min-height:32px;align-items:center;padding:0 10px;border:1px solid rgba(121,219,0,.25);border-radius:9px;background:rgba(121,219,0,.05);color:#9dec2f;font-size:8px;font-weight:900;text-transform:uppercase;cursor:pointer}.atc-account-field{display:grid;gap:7px}.atc-account-field>span{color:#89968d;font-size:8px;font-weight:900;letter-spacing:.055em;text-transform:uppercase}.atc-account-field input{width:100%;min-height:50px;padding:0 13px;border:1px solid rgba(255,255,255,.1);border-radius:11px;outline:0;background:#040a06;color:#fff;font:inherit;font-size:14px}.atc-account-field input:focus{border-color:rgba(151,236,42,.6);box-shadow:0 0 0 3px rgba(121,219,0,.06)}.atc-account-field>small{margin-top:-3px;color:#69766e;font-size:8px}.atc-account-password-wrap{position:relative}.atc-account-password-wrap input{padding-right:48px}.atc-account-password-wrap button{position:absolute;right:7px;top:50%;width:36px;height:36px;transform:translateY(-50%);border:1px solid transparent;border-radius:9px;background:transparent;color:#7d8a81;cursor:pointer}.atc-account-password-wrap button:hover{border-color:rgba(121,219,0,.2);background:rgba(121,219,0,.05);color:#9dec2f}.atc-account-actions{grid-column:1/-1;display:flex;align-items:center;gap:13px;min-height:50px;margin-top:2px}.atc-account-primary,.atc-account-secondary{min-height:46px;padding:0 16px;border-radius:11px;font-size:8.5px;font-weight:950;letter-spacing:.055em;text-transform:uppercase;cursor:pointer}.atc-account-primary{border:1px solid #a3ec40;background:linear-gradient(135deg,#98eb27,#58a800);color:#071004;box-shadow:0 12px 28px rgba(75,145,0,.18)}.atc-account-secondary{border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.025);color:#e6ece7}.atc-account-primary:disabled,.atc-account-secondary:disabled{opacity:.55;cursor:wait}.atc-account-message{flex:1;margin:0;color:#859288;font-size:9px;line-height:1.45}.atc-account-message.success{color:#b9f477}.atc-account-message.error{color:#ff9999}.atc-account-session-row{display:flex;align-items:center;justify-content:space-between;gap:18px}.atc-account-session-row b{display:block;font-size:11px}.atc-account-session-row span{display:block;margin-top:4px;color:#7f8b83;font-size:9px;line-height:1.45}
@media(max-width:900px){.atc-account-shell{grid-template-columns:1fr;padding-top:24px}.atc-account-profile-card{position:static;display:grid;grid-template-columns:auto minmax(0,1fr);column-gap:18px;text-align:left}.atc-account-avatar-wrap{grid-row:1/5;width:82px;margin:0}.atc-account-avatar{width:82px;height:82px;border-radius:23px 9px 23px 9px}.atc-account-status{justify-self:start;margin-top:1px}.atc-account-profile-card h1{font-size:21px}.atc-account-nickname{margin:4px 0 12px}.atc-account-meta-list,.atc-account-quicklinks{grid-column:1/-1}.atc-account-meta-list{margin-top:12px}.atc-account-quicklinks{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:620px){.atc-account-topbar-inner{min-height:68px}.atc-account-home span{display:none}.atc-account-home{width:42px;padding:0;justify-content:center}.atc-account-brand-mark{width:40px;height:40px}.atc-account-shell{width:min(100% - 20px,1180px);padding:18px 0 54px;gap:16px}.atc-account-profile-card{padding:18px 15px;border-radius:17px}.atc-account-avatar-wrap{width:68px}.atc-account-avatar{width:68px;height:68px}.atc-account-online{width:17px;height:17px;border-width:3px}.atc-account-profile-card h1{font-size:18px}.atc-account-quicklinks{grid-template-columns:1fr}.atc-account-heading{padding:4px 3px 7px}.atc-account-heading h2{font-size:38px}.atc-account-card{padding:17px 14px;border-radius:16px}.atc-account-form{grid-template-columns:1fr}.atc-account-photo-field{grid-template-columns:62px minmax(0,1fr)}.atc-account-photo-preview{width:62px;height:62px}.atc-account-actions{align-items:stretch;flex-direction:column}.atc-account-actions .atc-account-primary{width:100%}.atc-account-message{width:100%;min-height:16px}.atc-account-session-row{align-items:stretch;flex-direction:column}.atc-account-secondary{width:100%}}


/* ===== v1.5.6 • Perfil do operador e foto no cabeçalho ===== */
.atc-wp-user-chip{display:grid!important;grid-template-columns:36px minmax(0,1fr) 8px!important;align-items:center;gap:9px;max-width:195px!important;padding:4px 9px 4px 4px!important;border-radius:14px!important;background:linear-gradient(145deg,rgba(13,29,17,.97),rgba(3,9,5,.98))!important;box-shadow:0 10px 24px rgba(0,0,0,.24)}
.atc-wp-user-chip-avatar{position:relative;width:36px!important;height:36px!important;display:grid!important;place-items:center;overflow:hidden;border:1px solid rgba(158,241,49,.48)!important;border-radius:11px!important;background:#0d2111!important;color:#a8f23d!important;font-size:11px!important;font-weight:950!important}
.atc-wp-user-chip-avatar img{width:100%;height:100%;display:block;object-fit:cover}
.atc-wp-user-chip-copy{min-width:0;display:block}.atc-wp-user-chip-copy small{display:block;margin-bottom:2px;color:#91e91b;font-size:7px;font-weight:950;letter-spacing:.08em;text-transform:uppercase}.atc-wp-user-chip-copy b{display:block;overflow:hidden;color:#fff;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.atc-wp-user-chip>i{width:7px;height:7px}
.atc-account-avatar,.atc-account-photo-preview{overflow:hidden}.atc-account-avatar img,.atc-account-photo-preview img{width:100%;height:100%;display:block;object-fit:cover}
.atc-account-form-section{grid-column:1/-1;padding:14px 0 4px;border-top:1px solid rgba(121,219,0,.13)}.atc-account-photo-field+.atc-account-form-section{border-top:0;padding-top:4px}.atc-account-form-section>span{display:block;color:#9deb2e;font-size:9px;font-weight:950;letter-spacing:.08em;text-transform:uppercase}.atc-account-form-section>small{display:block;margin-top:4px;color:#728078;font-size:8.5px}.atc-account-field-wide{grid-column:1/-1}.atc-account-field select,.atc-account-field textarea{width:100%;min-height:50px;padding:0 13px;border:1px solid rgba(255,255,255,.1);border-radius:11px;outline:0;background:#040a06;color:#fff;font:inherit;font-size:14px;color-scheme:dark}.atc-account-field textarea{min-height:110px;padding-top:12px;resize:vertical}.atc-account-field select:focus,.atc-account-field textarea:focus{border-color:rgba(151,236,42,.6);box-shadow:0 0 0 3px rgba(121,219,0,.06)}
.atc-register-photo-field{display:grid;grid-template-columns:64px minmax(0,1fr);align-items:center;gap:13px;padding:12px;border:1px solid rgba(121,219,0,.18);border-radius:14px;background:rgba(121,219,0,.035)}.atc-register-photo-preview{width:64px;height:64px;display:grid;place-items:center;overflow:hidden;border:1px solid rgba(158,241,49,.38);border-radius:19px 8px 19px 8px;background:#0b1b0f;color:#a7f03d}.atc-register-photo-preview svg{width:29px;height:29px;fill:none;stroke:currentColor;stroke-width:1.7}.atc-register-photo-preview img{width:100%;height:100%;object-fit:cover}.atc-register-photo-field b{display:block;color:#fff;font-size:11px}.atc-register-photo-field small{display:block;margin:4px 0 8px;color:#7f8d84;font-size:8.5px;line-height:1.35}.atc-register-photo-field label{display:inline-flex;min-height:32px;align-items:center;padding:0 10px;border:1px solid rgba(121,219,0,.26);border-radius:9px;background:rgba(121,219,0,.055);color:#9dec2f;font-size:8px;font-weight:900;text-transform:uppercase;cursor:pointer}
@media(max-width:760px){.atc-wp-header-inner{align-items:center!important;flex-direction:row!important}.atc-wp-user-chip{width:44px!important;grid-template-columns:36px!important;padding:4px!important}.atc-wp-user-chip-copy,.atc-wp-user-chip>i{display:none!important}}
@media(max-width:620px){.atc-account-field-wide{grid-column:1}.atc-account-form-section{grid-column:1}}


/* v1.5.14 — separa o ícone da Arena do título para evitar sobreposição. */
.arena-copy>.atc-arena-title-icon{display:grid!important;width:48px!important;height:48px!important;margin:9px 0 13px!important;flex:none!important;position:relative!important;left:auto!important;top:auto!important}
.arena-copy h2{display:block!important;width:100%!important;max-width:100%!important;margin-top:0!important;padding:0!important;clear:both!important;overflow:visible!important}
@media(max-width:640px){.arena-copy>.atc-arena-title-icon{width:42px!important;height:42px!important;margin:8px 0 11px!important}}

/* v1.5.21.7 — ajuste de largura e organização visual do financeiro. */
.finance-entry-layout{
  grid-template-columns:minmax(500px,1fr) minmax(520px,1.3fr)!important;
  gap:18px!important;
  align-items:start;
}
.finance-entry-form{min-width:0}
.finance-entry-form.cms-panel{padding:18px!important}
.finance-form-grid{
  grid-template-columns:repeat(2,minmax(180px,1fr))!important;
  gap:13px 14px!important;
  align-items:start;
}
.finance-form-grid>.wide{grid-column:1/-1!important}
.finance-client-picker{padding:14px!important}
.finance-client-picker-row{grid-template-columns:minmax(220px,1fr) auto!important;align-items:center}
.finance-client-picker-row .btn{min-height:44px;padding-inline:14px}

/* Componente de foto: na PREVIEW ele não herdava o CSS do tema e ficava comprimido. */
.finance-entry-form .person-photo-field,
.finance-client-form .person-photo-field{
  position:relative;
  width:100%;
  min-width:0;
  display:grid!important;
  grid-template-columns:88px minmax(0,1fr)!important;
  grid-template-areas:"preview copy" "preview actions"!important;
  align-items:center!important;
  gap:8px 14px!important;
  padding:13px!important;
  overflow:hidden;
  border:1px solid rgba(121,219,0,.24)!important;
  border-radius:12px!important;
  background:linear-gradient(145deg,rgba(121,219,0,.065),rgba(2,8,4,.72))!important;
}
.finance-entry-form .person-photo-preview,
.finance-client-form .person-photo-preview{
  grid-area:preview;
  position:relative;
  width:88px!important;
  height:88px!important;
  min-width:88px;
  aspect-ratio:1;
  display:grid!important;
  place-content:center;
  justify-items:center;
  gap:3px;
  overflow:hidden;
  border:1px dashed rgba(121,219,0,.43)!important;
  border-radius:50%!important;
  background:#020704!important;
  color:#79db00!important;
  text-align:center;
}
.finance-entry-form .person-photo-preview>span,
.finance-client-form .person-photo-preview>span{font-size:25px;line-height:1}
.finance-entry-form .person-photo-preview>b,
.finance-client-form .person-photo-preview>b{font-size:8px;line-height:1.2;text-transform:uppercase}
.finance-entry-form .person-photo-preview>small,
.finance-client-form .person-photo-preview>small{max-width:66px;color:#859087;font-size:7px;line-height:1.25}
.finance-entry-form .person-photo-preview img,
.finance-client-form .person-photo-preview img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.finance-entry-form .person-photo-copy,
.finance-client-form .person-photo-copy{
  grid-area:copy;
  min-width:0;
  display:grid!important;
  gap:4px;
  align-self:end;
}
.finance-entry-form .person-photo-copy b,
.finance-client-form .person-photo-copy b{color:#f4f8f5;font-size:12px;line-height:1.3;text-transform:uppercase}
.finance-entry-form .person-photo-copy span,
.finance-client-form .person-photo-copy span{color:#8c9890;font-size:10px;line-height:1.5;overflow-wrap:anywhere}
.finance-entry-form .person-photo-actions,
.finance-client-form .person-photo-actions{
  grid-area:actions;
  min-width:0;
  display:flex!important;
  flex-wrap:wrap;
  align-items:center;
  gap:7px!important;
  align-self:start;
}
.finance-entry-form .person-photo-actions .btn,
.finance-client-form .person-photo-actions .btn{
  width:auto!important;
  min-width:104px;
  min-height:38px!important;
  padding:8px 11px!important;
  font-size:9px!important;
  white-space:nowrap;
}
.finance-entry-form .person-photo-remove,
.finance-client-form .person-photo-remove{
  min-height:34px;
  padding:0 8px;
  border:0;
  background:transparent;
  color:#ff8d8d;
  font:inherit;
  font-size:9px;
  font-weight:900;
  text-transform:uppercase;
  cursor:pointer;
}
.finance-entry-form .person-photo-input,
.finance-client-form .person-photo-input{
  position:absolute!important;
  width:1px!important;
  height:1px!important;
  min-height:1px!important;
  max-height:1px!important;
  padding:0!important;
  margin:-1px!important;
  overflow:hidden!important;
  clip:rect(0,0,0,0)!important;
  clip-path:inset(50%)!important;
  white-space:nowrap!important;
  border:0!important;
  opacity:0!important;
  pointer-events:none!important;
}
.finance-form-grid label>span{line-height:1.35}
.finance-form-grid input,.finance-form-grid select,.finance-form-grid textarea{font-size:13px!important}

@media(max-width:1180px){
  .finance-entry-layout{grid-template-columns:1fr!important}
  .finance-entry-form{position:static!important}
  .finance-ledger-column{min-width:0}
}
@media(max-width:720px){
  .finance-entry-form.cms-panel{padding:14px!important}
  .finance-form-grid{grid-template-columns:1fr!important}
  .finance-form-grid>.wide{grid-column:auto!important}
  .finance-client-picker-row{grid-template-columns:1fr!important}
  .finance-entry-form .person-photo-field,
  .finance-client-form .person-photo-field{
    grid-template-columns:78px minmax(0,1fr)!important;
    grid-template-areas:"preview copy" "actions actions"!important;
  }
  .finance-entry-form .person-photo-preview,
  .finance-client-form .person-photo-preview{width:78px!important;height:78px!important;min-width:78px}
  .finance-entry-form .person-photo-actions,
  .finance-client-form .person-photo-actions{grid-area:actions;width:100%}
  .finance-entry-form .person-photo-actions .btn,
  .finance-client-form .person-photo-actions .btn{flex:1 1 120px}
}
@media(max-width:440px){
  .finance-entry-form .person-photo-field,
  .finance-client-form .person-photo-field{
    grid-template-columns:1fr!important;
    grid-template-areas:"preview" "copy" "actions"!important;
    justify-items:center;
    text-align:center;
  }
  .finance-entry-form .person-photo-copy,
  .finance-client-form .person-photo-copy{justify-items:center}
  .finance-entry-form .person-photo-actions,
  .finance-client-form .person-photo-actions{justify-content:center}
}
