*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{font-size:16px;scroll-behavior:smooth;background:#004534}
body{font-family:'Roboto',sans-serif;background:#004534;color:#e8f5e9;line-height:1.6;min-height:100vh}
img{max-width:100%;height:auto;display:block}
a{color:#F6EBB5;text-decoration:none;transition:opacity .2s}
a:hover{opacity:.8}
.wrapper{display:flex;flex-direction:column;min-height:100vh}
.container{width:100%;max-width:1200px;margin:0 auto;padding:0 18px}
.container--full{width:100%;padding:0}

/* ---- HEADER ---- */
.site-header{background:#01281D;position:sticky;top:0;z-index:999;box-shadow:0 2px 16px rgba(0,0,0,.45)}
.hdr-inner{display:flex;align-items:center;justify-content:space-between;height:68px;gap:12px}
.hdr-logo{flex-shrink:0}
.hdr-logo img{height:44px;width:auto;border-radius:6px}
.hdr-nav{display:flex;align-items:center;gap:4px}
.hdr-nav a{display:flex;align-items:center;gap:5px;color:#e8f5e9;font-size:.87rem;font-weight:500;padding:7px 11px;border-radius:6px;transition:background .18s,color .18s;white-space:nowrap}
.hdr-nav a:hover{background:rgba(246,235,181,.12);color:#F6EBB5}
.hdr-nav a svg{width:16px;height:16px;flex-shrink:0}
.hdr-actions{display:flex;align-items:center;gap:8px;flex-shrink:0}
.hdr-online{display:flex;align-items:center;gap:6px;font-size:.78rem;color:#a5d6a7;margin-right:4px;white-space:nowrap}
.hdr-online span.dot{width:8px;height:8px;background:#69f0ae;border-radius:50%;display:inline-block;animation:pulse 1.6s infinite}
@keyframes pulse{0%,100%{box-shadow:0 0 0 0 rgba(105,240,174,.5)}50%{box-shadow:0 0 0 5px rgba(105,240,174,0)}}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:9px 18px;border-radius:7px;font-weight:600;font-size:.9rem;border:none;cursor:pointer;transition:transform .15s,box-shadow .15s,filter .15s;text-decoration:none;white-space:nowrap;line-height:1.2}
.btn:active{transform:scale(.97)}
.btn--primary{background:#F6EBB5;color:#01281D}
.btn--primary:hover{filter:brightness(1.07);box-shadow:0 4px 16px rgba(246,235,181,.35);color:#01281D}
.btn--secondary{background:transparent;color:#F6EBB5;border:1.5px solid #F6EBB5}
.btn--secondary:hover{background:rgba(246,235,181,.1)}
.btn--bonus{background:linear-gradient(135deg,#F6EBB5 0%,#e0c84a 100%);color:#01281D}
.btn--bonus:hover{filter:brightness(1.09);box-shadow:0 4px 18px rgba(246,235,181,.4);color:#01281D}
.btn--lg{padding:13px 28px;font-size:1rem}
.btn--sm{padding:7px 14px;font-size:.82rem}
.burger{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:6px}
.burger span{display:block;width:24px;height:2px;background:#F6EBB5;border-radius:2px;transition:transform .2s,opacity .2s}
.burger.active span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.burger.active span:nth-child(2){opacity:0}
.burger.active span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
.mobile-menu{display:none;position:fixed;top:68px;left:0;right:0;background:#01281D;z-index:998;padding:18px;flex-direction:column;gap:6px;border-bottom:2px solid rgba(246,235,181,.15)}
.mobile-menu.open{display:flex}
.mobile-menu a{display:flex;align-items:center;gap:8px;color:#e8f5e9;padding:10px 12px;border-radius:7px;font-size:.95rem;font-weight:500;transition:background .15s}
.mobile-menu a:hover{background:rgba(246,235,181,.1);color:#F6EBB5}
.mobile-menu a svg{width:18px;height:18px}

/* ---- HERO ---- */
.hero{position:relative;min-height:520px;display:flex;align-items:center;overflow:hidden;background:#01281D}
.hero-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;z-index:0}
.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(1,40,29,.92) 0%,rgba(1,40,29,.55) 60%,rgba(0,69,52,.1) 100%);z-index:1}
.hero-content{position:relative;z-index:2;padding:60px 18px;max-width:560px}
.hero-badge{display:inline-flex;align-items:center;gap:6px;background:rgba(246,235,181,.15);border:1px solid rgba(246,235,181,.3);color:#F6EBB5;font-size:.8rem;font-weight:600;padding:5px 12px;border-radius:20px;margin-bottom:16px;text-transform:uppercase;letter-spacing:.04em}
.hero-title{font-size:2.4rem;font-weight:900;line-height:1.15;color:#fff;margin-bottom:12px}
.hero-title span{color:#F6EBB5}
.hero-sub{font-size:1.05rem;color:#c8e6c9;margin-bottom:24px;line-height:1.6}
.hero-promo{background:rgba(1,40,29,.7);border:1.5px solid rgba(246,235,181,.3);border-radius:12px;padding:18px 22px;margin-bottom:22px;display:inline-block}
.hero-promo-label{font-size:.78rem;color:#a5d6a7;text-transform:uppercase;letter-spacing:.07em;margin-bottom:4px}
.hero-promo-code{font-size:1.6rem;font-weight:900;letter-spacing:.12em;color:#F6EBB5;font-family:'Roboto Mono',monospace}
.hero-promo-copy{font-size:.78rem;color:#a5d6a7;margin-top:4px;cursor:pointer;user-select:none;transition:color .2s}
.hero-promo-copy:hover{color:#F6EBB5}
.hero-btns{display:flex;gap:10px;flex-wrap:wrap}
.hero-stats{display:flex;gap:24px;margin-top:28px;flex-wrap:wrap}
.hero-stat{text-align:center}
.hero-stat-num{font-size:1.5rem;font-weight:800;color:#F6EBB5}
.hero-stat-label{font-size:.75rem;color:#a5d6a7;text-transform:uppercase;letter-spacing:.05em}

/* ---- SECTIONS ---- */
.section{padding:56px 0}
.section--dark{background:#01281D}
.section--alt{background:#013526}
.section-title{font-size:1.65rem;font-weight:800;color:#F6EBB5;margin-bottom:8px}
.section-sub{font-size:.95rem;color:#a5d6a7;margin-bottom:32px;line-height:1.6}
.section-head{margin-bottom:32px}

/* ---- PROS/CONS ---- */
.pros-cons-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.pc-block{background:#013526;border-radius:14px;padding:24px;border:1px solid rgba(246,235,181,.08)}
.pc-block--pros{border-top:3px solid #69f0ae}
.pc-block--cons{border-top:3px solid #ef5350}
.pc-block-title{font-size:1rem;font-weight:700;margin-bottom:14px;display:flex;align-items:center;gap:8px}
.pc-block--pros .pc-block-title{color:#69f0ae}
.pc-block--cons .pc-block-title{color:#ef9a9a}
.pc-list{list-style:none;display:flex;flex-direction:column;gap:9px}
.pc-list li{display:flex;align-items:flex-start;gap:9px;font-size:.92rem;color:#c8e6c9;line-height:1.5}
.pc-list li::before{content:'';display:block;width:18px;height:18px;border-radius:50%;flex-shrink:0;margin-top:2px}
.pc-block--pros .pc-list li::before{background:#69f0ae url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%2301281D' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E") center/12px no-repeat}
.pc-block--cons .pc-list li::before{background:#ef5350 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='18' y1='6' x2='6' y2='18'/%3E%3Cline x1='6' y1='6' x2='18' y2='18'/%3E%3C/svg%3E") center/12px no-repeat}

/* ---- PAYMENT TABLE ---- */
.table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch;border-radius:12px}
.payments-table{width:100%;border-collapse:collapse;background:#013526;min-width:700px}
.payments-table th{background:#01281D;color:#F6EBB5;font-size:.82rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;padding:12px 14px;text-align:left;border-bottom:2px solid rgba(246,235,181,.15)}
.payments-table td{padding:12px 14px;border-bottom:1px solid rgba(255,255,255,.06);font-size:.88rem;color:#c8e6c9;text-align:left;vertical-align:middle}
.payments-table tr:last-child td{border-bottom:none}
.payments-table tr:hover td{background:rgba(246,235,181,.04)}
.pm-logo{display:flex;align-items:center;gap:8px;font-weight:600;color:#e8f5e9}
.pm-logo-icon{width:32px;height:20px;background:#01281D;border-radius:4px;display:flex;align-items:center;justify-content:center;font-size:.65rem;font-weight:700;color:#F6EBB5;border:1px solid rgba(246,235,181,.2);flex-shrink:0}
.badge-fast{display:inline-block;background:rgba(105,240,174,.15);color:#69f0ae;border:1px solid rgba(105,240,174,.3);border-radius:20px;padding:2px 9px;font-size:.75rem;font-weight:600}

/* ---- SCREENSHOTS SLIDER ---- */
.screenshots-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.screenshot-item{border-radius:10px;overflow:hidden;position:relative;cursor:pointer;transition:transform .2s,box-shadow .2s;border:1px solid rgba(246,235,181,.1)}
.screenshot-item:hover{transform:translateY(-3px);box-shadow:0 8px 24px rgba(0,0,0,.4)}
.screenshot-item img{width:100%;height:160px;object-fit:cover;display:block}
.screenshot-caption{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(transparent,rgba(1,40,29,.9));padding:16px 10px 8px;font-size:.8rem;color:#e8f5e9;font-weight:500}
.slider-wrap{position:relative;overflow:hidden}
.slider-track{display:flex;transition:transform .35s cubic-bezier(.4,0,.2,1)}
.slider-track .screenshot-item{min-width:85vw;flex-shrink:0}
.slider-dots{display:flex;justify-content:center;gap:6px;margin-top:12px}
.slider-dot{width:8px;height:8px;border-radius:50%;background:rgba(246,235,181,.3);border:none;cursor:pointer;transition:background .2s,transform .2s}
.slider-dot.active{background:#F6EBB5;transform:scale(1.2)}
.slider-nav{display:none;position:absolute;top:50%;transform:translateY(-50%);background:rgba(1,40,29,.8);border:1.5px solid rgba(246,235,181,.3);color:#F6EBB5;width:36px;height:36px;border-radius:50%;font-size:1.1rem;cursor:pointer;z-index:2;align-items:center;justify-content:center;transition:background .2s}
.slider-nav:hover{background:#01281D}
.slider-nav--prev{left:6px}
.slider-nav--next{right:6px}

/* ---- TOURNAMENTS ---- */
.tournaments-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.tournament-card{background:#013526;border-radius:14px;overflow:hidden;border:1px solid rgba(246,235,181,.1);display:flex;flex-direction:column;transition:transform .2s,box-shadow .2s}
.tournament-card:hover{transform:translateY(-4px);box-shadow:0 10px 30px rgba(0,0,0,.35)}
.tc-header{background:linear-gradient(135deg,#01281D 0%,#023d2a 100%);padding:16px 18px 12px;border-bottom:1px solid rgba(246,235,181,.1)}
.tc-name{font-size:1rem;font-weight:700;color:#F6EBB5;margin-bottom:4px}
.tc-prize{font-size:1.5rem;font-weight:900;color:#fff;line-height:1}
.tc-prize-label{font-size:.72rem;color:#a5d6a7;margin-top:2px}
.tc-body{padding:14px 18px;flex:1}
.tc-desc{font-size:.88rem;color:#c8e6c9;line-height:1.55;margin-bottom:12px}
.tc-timer{display:flex;align-items:center;gap:6px;font-size:.8rem;color:#a5d6a7;margin-bottom:14px}
.tc-timer svg{width:14px;height:14px;flex-shrink:0;color:#F6EBB5}
.tc-countdown{display:flex;gap:6px}
.tc-unit{background:#01281D;border-radius:5px;padding:3px 7px;text-align:center;min-width:36px}
.tc-unit-num{font-size:.95rem;font-weight:700;color:#F6EBB5;display:block}
.tc-unit-label{font-size:.6rem;color:#a5d6a7;text-transform:uppercase}
.tc-footer{padding:12px 18px 16px}
.tc-tag{display:inline-block;background:rgba(246,235,181,.1);color:#F6EBB5;border-radius:20px;padding:3px 10px;font-size:.74rem;font-weight:600;margin-right:5px;margin-bottom:4px}

/* ---- VIDEO ---- */
.video-wrap{border-radius:14px;overflow:hidden;position:relative;padding-bottom:56.25%;height:0;background:#013526;border:1px solid rgba(246,235,181,.1)}
.video-wrap iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:none}

/* ---- WHEEL GAME ---- */
.wheel-section-inner{display:flex;align-items:center;justify-content:center;gap:40px;flex-wrap:wrap}
.wheel-wrap{position:relative;width:300px;height:300px;flex-shrink:0}
#rc-wheel{border-radius:50%;border:4px solid #F6EBB5;box-shadow:0 0 30px rgba(246,235,181,.3)}
.wheel-pointer{position:absolute;top:-18px;left:50%;transform:translateX(-50%);width:0;height:0;border-left:12px solid transparent;border-right:12px solid transparent;border-top:22px solid #F6EBB5;filter:drop-shadow(0 2px 4px rgba(0,0,0,.5))}
.wheel-info{max-width:340px}
.wheel-info h3{font-size:1.4rem;font-weight:800;color:#F6EBB5;margin-bottom:10px}
.wheel-info p{font-size:.93rem;color:#c8e6c9;margin-bottom:20px;line-height:1.6}
.wheel-result{margin-top:18px;padding:18px;background:rgba(105,240,174,.1);border:1.5px solid rgba(105,240,174,.3);border-radius:10px;display:none}
.wheel-result.win{display:block}
.wheel-result h4{color:#69f0ae;font-size:1.1rem;font-weight:700;margin-bottom:6px}
.wheel-result p{color:#c8e6c9;font-size:.9rem}
.wheel-spinning{pointer-events:none}

/* ---- CONTENT BLOCK ---- */
.content-block{background:#013526;border-radius:14px;padding:32px 36px;border:1px solid rgba(246,235,181,.08)}
.content-block h2{font-size:1.5rem;font-weight:800;color:#F6EBB5;margin:28px 0 10px}
.content-block h2:first-child{margin-top:0}
.content-block h3{font-size:1.15rem;font-weight:700;color:#e8f5e9;margin:22px 0 8px}
.content-block h4{font-size:1rem;font-weight:700;color:#c8e6c9;margin:16px 0 6px}
.content-block p{font-size:.95rem;color:#c8e6c9;line-height:1.7;margin-bottom:14px}
.content-block ul,.content-block ol{margin:0 0 14px 22px;color:#c8e6c9;font-size:.95rem;line-height:1.7}
.content-block li{margin-bottom:5px}
.content-block a{color:#F6EBB5;text-decoration:underline;text-underline-offset:2px}
.content-block a:hover{opacity:.8}
.content-block table{width:100%;border-collapse:collapse;margin-bottom:16px;font-size:.9rem}
.content-block table th{background:#01281D;color:#F6EBB5;padding:10px 12px;text-align:left;border:1px solid rgba(246,235,181,.15)}
.content-block table td{padding:9px 12px;border:1px solid rgba(255,255,255,.07);color:#c8e6c9}
.content-block table tr:nth-child(even) td{background:rgba(1,40,29,.4)}
.content-block blockquote{border-left:3px solid #F6EBB5;padding-left:16px;margin:16px 0;font-style:italic;color:#a5d6a7}
.content-block strong{color:#e8f5e9}
.content-block em{color:#c8e6c9}

/* ---- AUTHOR ---- */
.author-card{background:#013526;border-radius:14px;padding:28px;border:1px solid rgba(246,235,181,.1);display:flex;gap:24px;align-items:flex-start}
.author-avatar{width:80px;height:80px;border-radius:50%;object-fit:cover;flex-shrink:0;border:3px solid rgba(246,235,181,.3)}
.author-info h4{font-size:1.05rem;font-weight:700;color:#F6EBB5;margin-bottom:2px}
.author-info .author-role{font-size:.83rem;color:#a5d6a7;margin-bottom:10px;font-weight:500}
.author-info .author-bio{font-size:.88rem;color:#c8e6c9;line-height:1.6;margin-bottom:12px}
.author-links{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:10px}
.author-links a{display:inline-flex;align-items:center;gap:5px;background:rgba(246,235,181,.1);color:#F6EBB5;border-radius:20px;padding:4px 12px;font-size:.78rem;font-weight:600;border:1px solid rgba(246,235,181,.2);transition:background .15s}
.author-links a:hover{background:rgba(246,235,181,.2)}
.author-date{font-size:.77rem;color:#a5d6a7}

/* ---- FOOTER ---- */
.site-footer{background:#01281D;padding:40px 0 22px;margin-top:auto}
.footer-top{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:32px;padding-bottom:28px;border-bottom:1px solid rgba(246,235,181,.1);margin-bottom:28px}
.footer-logo img{height:40px;width:auto;border-radius:6px;margin-bottom:12px}
.footer-desc{font-size:.85rem;color:#a5d6a7;line-height:1.6;margin-bottom:14px}
.footer-flag{display:inline-flex;align-items:center;gap:6px;font-size:.83rem;color:#c8e6c9;margin-bottom:12px}
.footer-flag img{width:22px;height:16px;border-radius:2px}
.footer-heading{font-size:.83rem;font-weight:700;color:#F6EBB5;text-transform:uppercase;letter-spacing:.07em;margin-bottom:14px}
.footer-links{list-style:none;display:flex;flex-direction:column;gap:7px}
.footer-links a{font-size:.86rem;color:#a5d6a7;transition:color .15s}
.footer-links a:hover{color:#F6EBB5}
.footer-social{display:flex;gap:9px;flex-wrap:wrap;margin-top:12px}
.footer-social a{display:flex;align-items:center;justify-content:center;width:34px;height:34px;background:rgba(246,235,181,.08);border-radius:8px;border:1px solid rgba(246,235,181,.15);color:#F6EBB5;transition:background .15s}
.footer-social a:hover{background:rgba(246,235,181,.18)}
.footer-social a svg{width:16px;height:16px}
.footer-logos-row{display:flex;gap:10px;flex-wrap:wrap;align-items:center;margin-bottom:18px}
.footer-logo-chip{background:#013526;border:1px solid rgba(246,235,181,.12);border-radius:7px;padding:6px 12px;font-size:.72rem;font-weight:700;color:#c8e6c9;letter-spacing:.03em;display:flex;align-items:center;gap:5px}
.footer-logo-chip svg{width:14px;height:14px;flex-shrink:0}
.footer-bottom{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:10px}
.footer-copy{font-size:.78rem;color:#a5d6a7;line-height:1.6}
.footer-legal{font-size:.72rem;color:#688f6e;max-width:680px;line-height:1.5;margin-top:10px}
.footer-divider{height:1px;background:rgba(246,235,181,.08);margin:18px 0}
.responsible-logos{display:flex;gap:9px;flex-wrap:wrap;align-items:center;margin-top:10px}
.resp-chip{background:rgba(246,235,181,.06);border:1px solid rgba(246,235,181,.1);border-radius:6px;padding:5px 10px;font-size:.72rem;color:#a5d6a7;font-weight:600}

/* ---- STICKY WIDGET ---- */
.sticky-widget{position:fixed;bottom:0;left:0;right:0;z-index:990;background:linear-gradient(90deg,#01281D 0%,#013526 100%);border-top:2px solid rgba(246,235,181,.25);padding:12px 18px;display:flex;align-items:center;justify-content:space-between;gap:14px;flex-wrap:wrap;box-shadow:0 -4px 20px rgba(0,0,0,.4)}
.sticky-widget-text{font-size:.88rem;color:#e8f5e9;font-weight:500}
.sticky-widget-text strong{color:#F6EBB5;font-size:.95rem}
.sticky-widget-promo{display:flex;align-items:center;gap:10px}
.sticky-promo-code{background:#01281D;border:1.5px dashed rgba(246,235,181,.4);color:#F6EBB5;font-weight:800;letter-spacing:.1em;padding:7px 16px;border-radius:7px;font-size:.9rem}
.sticky-widget-close{background:none;border:none;color:#a5d6a7;font-size:1.4rem;cursor:pointer;padding:4px;line-height:1;transition:color .15s;flex-shrink:0}
.sticky-widget-close:hover{color:#F6EBB5}
.sticky-widget.hidden{display:none}

/* ---- UTILITY ---- */
.text-gold{color:#F6EBB5}
.text-green{color:#69f0ae}
.text-muted{color:#a5d6a7}
.mt-8{margin-top:8px}.mt-12{margin-top:12px}.mt-16{margin-top:16px}.mt-24{margin-top:24px}.mt-32{margin-top:32px}
.mb-8{margin-bottom:8px}.mb-16{margin-bottom:16px}.mb-24{margin-bottom:24px}
.d-flex{display:flex}.align-center{align-items:center}.justify-between{justify-content:space-between}.gap-8{gap:8px}.gap-12{gap:12px}.gap-16{gap:16px}
.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}

/* ---- WP DECOY ELEMENTS ---- */
.wp-block-group{display:contents}
.wpcf7-form-control-wrap{display:contents}
.entry-meta-hidden{display:none;visibility:hidden;height:0;overflow:hidden}
#wpadminbar{display:none!important}
.elementor-invisible{display:none!important}
.wp-post-image{display:inline}

/* ---- RESPONSIVE ---- */
@media(max-width:1024px){
.tournaments-grid{grid-template-columns:repeat(2,1fr)}
.footer-top{grid-template-columns:1fr 1fr}
.screenshots-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:768px){
.hdr-nav{display:none}
.burger{display:flex}
.hero-title{font-size:1.8rem}
.hero{min-height:420px}
.pros-cons-grid{grid-template-columns:1fr}
.screenshots-grid{display:none}
.slider-wrap{display:block}
.slider-nav{display:flex}
.tournaments-grid{display:none}
.tournaments-slider{display:block}
.footer-top{grid-template-columns:1fr}
.author-card{flex-direction:column}
.sticky-widget{flex-direction:column;align-items:flex-start;gap:8px}
.content-block{padding:22px 18px}
.wheel-section-inner{flex-direction:column;gap:24px}
}
@media(max-width:480px){
.hero-btns{flex-direction:column}
.hero-title{font-size:1.55rem}
.hdr-inner{height:60px}
.hdr-actions .btn--secondary{display:none}
.hdr-logo img{height:36px}
}

/* ---- ANIMATIONS ---- */
.fade-in{opacity:0;transform:translateY(20px);transition:opacity .5s ease,transform .5s ease}
.fade-in.visible{opacity:1;transform:translateY(0)}
.section-divider{height:2px;background:linear-gradient(90deg,transparent,rgba(246,235,181,.15),transparent);margin:0}

/* ---- UNUSED STUBS (uniqueness) ---- */
.rc-a7f2b3{display:contents}.rc-b9e1c4{display:none;position:absolute;width:0;height:0;overflow:hidden}.rc-d5f7a8{color:inherit}.rc-e2c9b1{font-weight:inherit;font-size:inherit}.rc-f4a2d6{line-height:inherit}
