@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@600;700;800&family=Plus+Jakarta+Sans:wght@400;500;600;700&display=swap');
:root{--bg:#F6F4EF;--bg2:#EDEAE3;--card:#ffffff;--border:#D9D5CB;--primary:#1B3424;--accent:#D04030;--accent2:#2E7D52;--warm:#B8760F;--txt:#1A1915;--muted:#5E5A50;--soft:#9B9385;--white:#fff;--fh:'Playfair Display',Georgia,'Times New Roman',serif;--fb:'Plus Jakarta Sans',system-ui,-apple-system,sans-serif;--r:6px;--r2:12px;--r3:20px;--max:1160px;--ease:.2s ease;--shd:0 2px 16px rgba(27,52,36,.1);--shd2:0 6px 32px rgba(27,52,36,.15)}
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;font-size:16px;-webkit-text-size-adjust:100%}
body{background:var(--bg);color:var(--txt);font-family:var(--fb);line-height:1.7;overflow-x:hidden}
img{max-width:100%;height:auto;display:block}
a{color:var(--accent);text-decoration:none;transition:color var(--ease)}
a:hover{color:var(--primary)}
ul,ol{list-style:none}
button{cursor:pointer;border:none;background:none;font-family:inherit}
h1,h2,h3,h4,h5,h6{font-family:var(--fh);color:var(--txt);line-height:1.2}
h1{font-size:clamp(2rem,5vw,3.25rem);font-weight:800}
h2{font-size:clamp(1.5rem,3vw,2.25rem);font-weight:700}
h3{font-size:clamp(1.2rem,2.5vw,1.6rem);font-weight:700}
h4{font-size:1.15rem;font-weight:600;font-family:var(--fb)}
h5{font-size:1rem;font-weight:600;font-family:var(--fb)}
h6{font-size:.9rem;font-weight:600;font-family:var(--fb)}
p{margin-bottom:1.1rem}
p:last-child{margin-bottom:0}
strong{font-weight:700}
.wrap{width:100%;max-width:var(--max);margin-left:auto;margin-right:auto;padding-left:1.25rem;padding-right:1.25rem}
.sec{padding:4.5rem 0}
.sec-sm{padding:2.5rem 0}
.sec-lg{padding:6.5rem 0}
.sec-tinted{background:var(--bg2)}
.sec-white{background:var(--card)}
.sec-dark{background:var(--primary);color:var(--white)}
.sec-dark h1,.sec-dark h2,.sec-dark h3,.sec-dark h4{color:var(--white)}
.sec-dark p,.sec-dark span{color:rgba(255,255,255,.8)}
.text-c{text-align:center}
.text-r{text-align:right}
.text-acc{color:var(--accent)}
.text-gr{color:var(--accent2)}
.text-mut{color:var(--muted)}
.text-soft{color:var(--soft)}
.text-sm{font-size:.875rem}
.text-xs{font-size:.78rem}
.text-lg{font-size:1.1rem}
.text-xl{font-size:1.25rem}
.fw7{font-weight:700}
.fw6{font-weight:600}
.d-flex{display:flex}
.d-grid{display:grid}
.ai-c{align-items:center}
.jc-c{justify-content:center}
.jc-b{justify-content:space-between}
.fw-w{flex-wrap:wrap}
.gap-1{gap:.5rem}
.gap-2{gap:1rem}
.gap-3{gap:1.5rem}
.gap-4{gap:2rem}
.mt-2{margin-top:1rem}
.mt-3{margin-top:1.5rem}
.mt-4{margin-top:2rem}
.mt-5{margin-top:3rem}
.mb-2{margin-bottom:1rem}
.mb-3{margin-bottom:1.5rem}
.mb-4{margin-bottom:2rem}
.mb-5{margin-bottom:3rem}
.cap{display:inline-block;padding:.25rem .8rem;border-radius:4px;font-size:.72rem;font-weight:700;font-family:var(--fb);letter-spacing:.07em;text-transform:uppercase}
.cap-acc{background:var(--accent);color:var(--white)}
.cap-gr{background:var(--accent2);color:var(--white)}
.cap-warm{background:var(--warm);color:var(--white)}
.cap-out{background:transparent;border:1.5px solid var(--border);color:var(--muted)}
.cap-dark{background:var(--primary);color:var(--white)}
.kn{display:inline-block;padding:.2rem .65rem;border-radius:3px;font-size:.72rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;font-family:var(--fb)}
.kn-r{background:rgba(208,64,48,.1);color:var(--accent);border:1px solid rgba(208,64,48,.2)}
.kn-g{background:rgba(46,125,82,.1);color:var(--accent2);border:1px solid rgba(46,125,82,.2)}
.kn-w{background:rgba(184,118,15,.1);color:var(--warm);border:1px solid rgba(184,118,15,.2)}
.kn-d{background:rgba(27,52,36,.08);color:var(--primary);border:1px solid rgba(27,52,36,.15)}
.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.7rem 1.6rem;font-family:var(--fb);font-size:.9rem;font-weight:700;transition:all var(--ease);text-decoration:none;border:2px solid transparent;border-radius:var(--r);letter-spacing:.02em}
.btn-solid{background:var(--accent);color:var(--white);border-color:var(--accent)}
.btn-solid:hover{background:#B83628;border-color:#B83628;color:var(--white);transform:translateY(-1px);box-shadow:0 4px 16px rgba(208,64,48,.35)}
.btn-outline{background:transparent;color:var(--accent);border-color:var(--accent)}
.btn-outline:hover{background:var(--accent);color:var(--white)}
.btn-dark{background:var(--primary);color:var(--white);border-color:var(--primary)}
.btn-dark:hover{background:#142A1B;color:var(--white);transform:translateY(-1px)}
.btn-ghost{background:rgba(27,52,36,.06);color:var(--primary);border-color:transparent}
.btn-ghost:hover{background:rgba(27,52,36,.12)}
.btn-wh{background:var(--white);color:var(--accent);border-color:var(--white)}
.btn-wh:hover{background:var(--bg);color:var(--accent)}
.btn-lg{padding:.9rem 2.25rem;font-size:1rem}
.btn-sm{padding:.45rem 1.1rem;font-size:.82rem}
.top-bar{background:var(--primary);padding:.5rem 0;border-bottom:1px solid rgba(255,255,255,.08)}
.top-bar-inner{display:flex;align-items:center;justify-content:space-between;font-size:.78rem;color:rgba(255,255,255,.65);font-family:var(--fb)}
.top-bar-inner a{color:rgba(255,255,255,.65);transition:color var(--ease)}
.top-bar-inner a:hover{color:var(--white)}
.top-bar-links{display:flex;gap:1.25rem;align-items:center}
.pg-header{background:var(--card);border-bottom:2px solid var(--primary);position:sticky;top:0;z-index:900}
.hdr-brand{display:flex;align-items:center;justify-content:space-between;padding:.9rem 0;gap:1.5rem}
.brand-logo{display:flex;align-items:center;gap:.75rem;flex-shrink:0}
.brand-logo img{height:44px;width:auto}
.brand-name{font-family:var(--fh);font-size:1.5rem;font-weight:800;color:var(--primary);line-height:1}
.brand-name span{color:var(--accent)}
.hdr-meta{display:flex;align-items:center;gap:1rem;font-size:.82rem;color:var(--muted)}
.hdr-cta{background:var(--accent);color:var(--white) !important;padding:.5rem 1.25rem;border-radius:var(--r);font-weight:700;font-size:.85rem;transition:all var(--ease)}
.hdr-cta:hover{background:#B83628;color:var(--white) !important}
.nav-strip{background:var(--bg2);border-bottom:1px solid var(--border)}
.nav-inner{display:flex;align-items:center;gap:.1rem;overflow-x:auto;scrollbar-width:none}
.nav-inner::-webkit-scrollbar{display:none}
.nav-lnk{font-family:var(--fb);font-size:.845rem;font-weight:600;color:var(--muted);padding:.7rem 1rem;white-space:nowrap;border-bottom:3px solid transparent;transition:all var(--ease);display:block}
.nav-lnk:hover,.nav-lnk.on{color:var(--primary);border-bottom-color:var(--accent)}
.hdr-burger{display:none;flex-direction:column;gap:5px;padding:.5rem;border-radius:var(--r)}
.hdr-burger span{display:block;width:22px;height:2px;background:var(--primary);border-radius:2px;transition:all .3s ease}
.hdr-burger.active span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.hdr-burger.active span:nth-child(2){opacity:0}
.hdr-burger.active span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
.drawer-overlay{position:fixed;inset:0;background:rgba(10,18,12,.5);z-index:1100;opacity:0;pointer-events:none;transition:opacity .3s ease}
.drawer-overlay.on{opacity:1;pointer-events:all}
.pg-drawer{position:fixed;top:0;left:-300px;width:280px;height:100vh;background:var(--card);z-index:1200;overflow-y:auto;box-shadow:4px 0 24px rgba(0,0,0,.2);transition:left .3s ease;display:flex;flex-direction:column}
.pg-drawer.open{left:0}
.drawer-head{padding:1.25rem;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between}
.drawer-close{width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:var(--r);background:var(--bg2);color:var(--muted);font-size:1rem;transition:all var(--ease)}
.drawer-close:hover{background:var(--accent);color:var(--white)}
.drawer-nav{padding:1rem 0;flex:1}
.drawer-lnk{display:block;padding:.875rem 1.5rem;font-family:var(--fb);font-size:.95rem;font-weight:600;color:var(--muted);border-left:3px solid transparent;transition:all var(--ease)}
.drawer-lnk:hover,.drawer-lnk.on{color:var(--primary);border-left-color:var(--accent);background:rgba(27,52,36,.04)}
.drawer-foot{padding:1.25rem;border-top:1px solid var(--border)}
.strip-hero{position:relative;overflow:hidden;min-height:62vh;display:flex;align-items:flex-end}
.strip-hero-bg{position:absolute;inset:0;background-size:cover;background-position:center}
.strip-hero-mask{position:absolute;inset:0;background:linear-gradient(to top,rgba(15,28,18,.92) 0%,rgba(15,28,18,.55) 55%,rgba(15,28,18,.15) 100%)}
.strip-hero-cnt{position:relative;z-index:2;padding:3.5rem 0 3rem;width:100%}
.hero-tag{display:inline-flex;align-items:center;gap:.5rem;background:var(--accent);color:var(--white);font-size:.72rem;font-weight:700;padding:.3rem .85rem;border-radius:3px;letter-spacing:.08em;text-transform:uppercase;font-family:var(--fb);margin-bottom:1.25rem}
.hero-hl{font-size:clamp(2rem,5.5vw,3.5rem);font-family:var(--fh);font-weight:800;color:var(--white);line-height:1.1;margin-bottom:1rem;max-width:700px}
.hero-hl em{color:var(--accent);font-style:normal}
.hero-sub{font-size:clamp(.95rem,2vw,1.15rem);color:rgba(255,255,255,.78);max-width:560px;line-height:1.75;margin-bottom:2rem}
.hero-acts{display:flex;gap:.875rem;flex-wrap:wrap}
.inner-banner{background:var(--primary);padding:3rem 0}
.inner-banner h1{color:var(--white);font-size:clamp(1.75rem,4vw,2.5rem);margin-bottom:.5rem}
.inner-banner p{color:rgba(255,255,255,.72);font-size:1rem;margin:0}
.breadnav{display:flex;align-items:center;gap:.5rem;font-size:.82rem;margin-top:1rem;flex-wrap:wrap}
.breadnav a{color:rgba(255,255,255,.6)}
.breadnav a:hover{color:var(--white)}
.breadnav .sep{color:rgba(255,255,255,.3)}
.breadnav .cur{color:rgba(255,255,255,.9)}
.mag-grid{display:grid;grid-template-columns:2fr 1fr;gap:2.5rem;align-items:start}
.mag-lead{display:flex;flex-direction:column;gap:2rem}
.mag-aside{display:flex;flex-direction:column;gap:1.5rem}
.post-item{display:flex;gap:1.25rem;background:var(--card);border:1px solid var(--border);border-radius:var(--r2);overflow:hidden;transition:all var(--ease)}
.post-item:hover{box-shadow:var(--shd2);border-color:rgba(208,64,48,.25);transform:translateX(3px)}
.post-thumb{flex-shrink:0;width:200px}
.post-thumb img{width:100%;height:100%;object-fit:cover}
.post-body{padding:1.375rem 1.375rem 1.375rem 0;flex:1;display:flex;flex-direction:column;justify-content:space-between}
.post-meta{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap;margin-bottom:.625rem}
.post-date{font-size:.78rem;color:var(--soft);font-family:var(--fb)}
.post-cat{font-size:.72rem;font-weight:700;font-family:var(--fb);letter-spacing:.05em;text-transform:uppercase;color:var(--accent)}
.post-title{font-family:var(--fh);font-size:1.15rem;font-weight:700;color:var(--txt);line-height:1.3;margin-bottom:.5rem}
.post-title a{color:inherit}
.post-title a:hover{color:var(--accent)}
.post-excerpt{font-size:.875rem;color:var(--muted);line-height:1.65;margin-bottom:.875rem}
.post-more{font-size:.82rem;font-weight:700;color:var(--accent);display:inline-flex;align-items:center;gap:.4rem;font-family:var(--fb);transition:gap var(--ease)}
.post-more:hover{gap:.7rem;color:var(--accent)}
.post-item-big{flex-direction:column}
.post-item-big .post-thumb{width:100%;height:280px}
.post-item-big .post-body{padding:1.5rem}
.post-item-big .post-title{font-size:1.35rem}
.widget-box{background:var(--card);border:1px solid var(--border);border-radius:var(--r2);overflow:hidden}
.widget-head{background:var(--primary);padding:.875rem 1.25rem}
.widget-head h4{font-family:var(--fb);font-size:.82rem;font-weight:700;color:var(--white);text-transform:uppercase;letter-spacing:.08em;margin:0}
.widget-body{padding:1.25rem}
.mini-post{display:flex;gap:.875rem;padding:.75rem 0;border-bottom:1px solid var(--border);align-items:flex-start}
.mini-post:last-child{border-bottom:none;padding-bottom:0}
.mini-thumb{width:54px;height:54px;border-radius:var(--r);overflow:hidden;flex-shrink:0}
.mini-thumb img{width:100%;height:100%;object-fit:cover}
.mini-title{font-family:var(--fb);font-size:.82rem;font-weight:600;color:var(--txt);line-height:1.35;margin-bottom:.2rem}
.mini-title a{color:inherit}
.mini-title a:hover{color:var(--accent)}
.mini-date{font-size:.73rem;color:var(--soft)}
.game-tile{display:flex;gap:1.25rem;background:var(--card);border:1px solid var(--border);border-radius:var(--r2);padding:1.25rem;transition:all var(--ease);align-items:flex-start}
.game-tile:hover{box-shadow:var(--shd);border-color:rgba(46,125,82,.3);transform:translateY(-2px)}
.game-tile-num{width:36px;height:36px;background:var(--primary);color:var(--white);border-radius:var(--r);display:flex;align-items:center;justify-content:center;font-family:var(--fh);font-size:1rem;font-weight:700;flex-shrink:0;margin-top:2px}
.game-tile-img{width:90px;height:72px;border-radius:var(--r);overflow:hidden;flex-shrink:0}
.game-tile-img img{width:100%;height:100%;object-fit:cover}
.game-tile-info{flex:1}
.game-tile-name{font-family:var(--fh);font-size:1rem;font-weight:700;color:var(--txt);margin-bottom:.3rem}
.game-tile-desc{font-size:.855rem;color:var(--muted);line-height:1.6;margin-bottom:.5rem}
.game-tile-tags{display:flex;gap:.4rem;flex-wrap:wrap}
.stat-row{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--border)}
.stat-cell{background:var(--card);padding:2rem 1rem;text-align:center}
.stat-cell .n{font-family:var(--fh);font-size:clamp(1.75rem,3vw,2.5rem);font-weight:800;color:var(--accent);line-height:1;margin-bottom:.3rem}
.stat-cell .l{font-size:.85rem;color:var(--muted);font-weight:500}
.sec-lbl{display:block;font-family:var(--fb);font-size:.72rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--accent);margin-bottom:.5rem}
.sec-ttl{font-family:var(--fh);font-size:clamp(1.5rem,3vw,2.25rem);font-weight:800;color:var(--txt);margin-bottom:.5rem}
.ttl-rule{width:48px;height:4px;background:var(--accent);border-radius:2px;margin-bottom:1.25rem}
.ttl-rule.ctr{margin-left:auto;margin-right:auto}
.sec-desc{font-size:1rem;color:var(--muted);line-height:1.8;max-width:600px}
.sec-hd{margin-bottom:3rem}
.sec-hd.ctr{text-align:center}
.sec-hd.ctr .sec-desc{margin-left:auto;margin-right:auto}
.feat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}
.feat-item{padding:2rem 1.75rem;border-radius:var(--r2);background:var(--card);border:1px solid var(--border);border-top:4px solid var(--accent);transition:all var(--ease)}
.feat-item:hover{box-shadow:var(--shd);transform:translateY(-3px)}
.feat-item:nth-child(2){border-top-color:var(--accent2)}
.feat-item:nth-child(3){border-top-color:var(--warm)}
.feat-item:nth-child(4){border-top-color:var(--accent2)}
.feat-item:nth-child(5){border-top-color:var(--warm)}
.feat-item:nth-child(6){border-top-color:var(--accent)}
.feat-icon{font-size:1.75rem;margin-bottom:1rem;display:block}
.feat-title{font-family:var(--fh);font-size:1.1rem;font-weight:700;color:var(--txt);margin-bottom:.625rem}
.feat-desc{font-size:.875rem;color:var(--muted);line-height:1.7}
.split-layout{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}
.split-img{border-radius:var(--r2);overflow:hidden;box-shadow:var(--shd2)}
.split-img img{width:100%;height:400px;object-fit:cover}
.split-txt .sec-lbl{margin-bottom:.5rem}
.split-txt .sec-desc{max-width:100%}
.step-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}
.step-card{background:var(--card);border:1px solid var(--border);border-radius:var(--r2);padding:1.75rem 1.5rem;position:relative}
.step-num{font-family:var(--fh);font-size:3rem;font-weight:800;color:rgba(208,64,48,.12);line-height:1;margin-bottom:1rem}
.step-title{font-family:var(--fb);font-size:1rem;font-weight:700;color:var(--txt);margin-bottom:.5rem}
.step-desc{font-size:.875rem;color:var(--muted);line-height:1.65}
.cta-strip{background:var(--primary);padding:4.5rem 0;text-align:center;position:relative;overflow:hidden}
.cta-strip::before{content:'';position:absolute;top:-60%;left:-30%;width:600px;height:600px;background:radial-gradient(circle,rgba(208,64,48,.15) 0%,transparent 65%);pointer-events:none}
.cta-strip h2{color:var(--white);font-size:clamp(1.5rem,3.5vw,2.25rem);margin-bottom:.875rem}
.cta-strip p{color:rgba(255,255,255,.72);max-width:520px;margin:0 auto 2rem;font-size:1rem}
.cta-btns{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}
.art-wrap{max-width:780px;margin:0 auto;padding:4rem 0}
.art-hd{margin-bottom:2.5rem;padding-bottom:2rem;border-bottom:1px solid var(--border)}
.art-meta{display:flex;align-items:center;gap:1rem;flex-wrap:wrap;margin-bottom:1rem}
.art-meta-date{font-size:.82rem;color:var(--soft);font-family:var(--fb)}
.art-meta-author{font-size:.82rem;color:var(--muted);display:flex;align-items:center;gap:.35rem}
.art-meta-rt{font-size:.82rem;color:var(--accent2);font-weight:600}
.art-title{font-size:clamp(1.75rem,4vw,2.75rem);font-family:var(--fh);font-weight:800;line-height:1.15;margin-bottom:1rem}
.art-lead{font-size:1.1rem;color:var(--muted);line-height:1.85;padding:1.25rem 1.5rem;border-left:4px solid var(--accent);background:rgba(208,64,48,.04);border-radius:0 var(--r) var(--r) 0;margin-bottom:2rem}
.art-img{border-radius:var(--r2);overflow:hidden;margin-bottom:2.5rem}
.art-img img{width:100%;height:400px;object-fit:cover}
.art-body{font-size:1rem;color:var(--muted);line-height:1.85}
.art-body h2{font-size:1.5rem;color:var(--txt);margin:2.5rem 0 .875rem;font-family:var(--fh);position:relative;padding-left:1rem;border-left:4px solid var(--accent)}
.art-body h3{font-size:1.2rem;color:var(--txt);margin:1.875rem 0 .75rem;font-family:var(--fb);font-weight:700}
.art-body h4{font-size:1rem;color:var(--primary);margin:1.5rem 0 .625rem;font-weight:700;font-family:var(--fb)}
.art-body p{margin-bottom:1.25rem}
.art-body strong{color:var(--txt);font-weight:700}
.art-body a{color:var(--accent);text-decoration:underline;text-underline-offset:3px}
.art-body ol,.art-body ul{margin:1rem 0 1.5rem;padding-left:1.5rem}
.art-body ul li{list-style:disc;margin-bottom:.4rem}
.art-body ol li{list-style:decimal;margin-bottom:.4rem}
.art-body li{color:var(--muted);font-size:1rem}
.pull-quote{font-family:var(--fh);font-size:1.35rem;font-weight:700;color:var(--primary);line-height:1.45;padding:1.75rem 2rem;border-top:3px solid var(--accent);border-bottom:3px solid var(--accent);margin:2rem 0;text-align:center;font-style:italic}
.info-panel{background:rgba(46,125,82,.06);border:1px solid rgba(46,125,82,.2);border-radius:var(--r2);padding:1.5rem;margin:1.5rem 0}
.info-panel h4{font-family:var(--fb);font-size:.95rem;font-weight:700;color:var(--accent2);margin-bottom:.625rem}
.info-panel p,.info-panel li{font-size:.9rem;color:var(--muted)}
.info-panel ul{padding-left:1.25rem}
.info-panel li{list-style:disc;margin-bottom:.35rem}
.tip-panel{background:rgba(184,118,15,.06);border:1px solid rgba(184,118,15,.2);border-radius:var(--r2);padding:1.5rem;margin:1.5rem 0}
.tip-panel h4{color:var(--warm);font-size:.95rem;font-weight:700;font-family:var(--fb);margin-bottom:.625rem}
.tip-panel p{font-size:.9rem;color:var(--muted)}
.cmp-table{width:100%;border-collapse:collapse;border-radius:var(--r2);overflow:hidden;box-shadow:var(--shd)}
.cmp-table thead{background:var(--primary);color:var(--white)}
.cmp-table thead th{padding:1rem 1.25rem;font-family:var(--fb);font-size:.85rem;font-weight:700;text-align:left;letter-spacing:.04em}
.cmp-table tbody tr{border-bottom:1px solid var(--border)}
.cmp-table tbody tr:last-child{border-bottom:none}
.cmp-table tbody tr:nth-child(even){background:rgba(27,52,36,.03)}
.cmp-table tbody td{padding:.9rem 1.25rem;font-size:.9rem;color:var(--muted)}
.cmp-table tbody td:first-child{font-weight:600;color:var(--txt);font-size:.875rem}
.cmp-table .ok{color:var(--accent2);font-size:1.1rem}
.cmp-table .no{color:var(--accent);font-size:1.1rem}
.cmp-table .part{color:var(--warm);font-size:1.1rem}
.timeline{display:flex;flex-direction:column;gap:0}
.tl-item{display:grid;grid-template-columns:120px 1fr;gap:1.5rem;padding:1.5rem 0;border-bottom:1px solid var(--border);position:relative}
.tl-item:last-child{border-bottom:none}
.tl-date{text-align:right;padding-top:.2rem}
.tl-date .m{font-family:var(--fh);font-size:1.1rem;font-weight:700;color:var(--primary);display:block;line-height:1}
.tl-date .y{font-size:.78rem;color:var(--soft);display:block}
.tl-body{padding-left:1.5rem;border-left:2px solid var(--border);position:relative}
.tl-body::before{content:'';position:absolute;left:-6px;top:.375rem;width:10px;height:10px;border-radius:50%;background:var(--accent);border:2px solid var(--card)}
.tl-body h4{font-family:var(--fb);font-size:1rem;font-weight:700;color:var(--txt);margin-bottom:.375rem}
.tl-body p{font-size:.875rem;color:var(--muted);line-height:1.65;margin:0}
.tl-body .tl-tag{display:inline-block;margin-bottom:.5rem}
.evt-list{display:flex;flex-direction:column;gap:1.25rem}
.evt-item{display:grid;grid-template-columns:90px 1fr;gap:1.25rem;background:var(--card);border:1px solid var(--border);border-radius:var(--r2);overflow:hidden;transition:all var(--ease)}
.evt-item:hover{box-shadow:var(--shd);border-color:rgba(208,64,48,.25)}
.evt-date-box{background:var(--primary);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:1rem .5rem}
.evt-date-box .d{font-family:var(--fh);font-size:2rem;font-weight:800;color:var(--white);line-height:1}
.evt-date-box .mo{font-size:.72rem;font-weight:700;color:rgba(255,255,255,.7);text-transform:uppercase;letter-spacing:.06em}
.evt-info{padding:1.25rem 1.25rem 1.25rem 0;display:flex;flex-direction:column;justify-content:center}
.evt-name{font-family:var(--fh);font-size:1.1rem;font-weight:700;color:var(--txt);margin-bottom:.3rem}
.evt-desc{font-size:.875rem;color:var(--muted);line-height:1.6;margin-bottom:.5rem}
.evt-tags{display:flex;gap:.5rem;flex-wrap:wrap}
.tip-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}
.tip-card{background:var(--card);border:1px solid var(--border);border-radius:var(--r2);padding:1.75rem;transition:all var(--ease)}
.tip-card:hover{box-shadow:var(--shd);transform:translateY(-2px)}
.tip-num{font-family:var(--fh);font-size:1.75rem;font-weight:800;color:rgba(208,64,48,.2);line-height:1;margin-bottom:.75rem}
.tip-ttl{font-family:var(--fb);font-size:1rem;font-weight:700;color:var(--txt);margin-bottom:.5rem}
.tip-desc{font-size:.875rem;color:var(--muted);line-height:1.7}
.acc-list{display:flex;flex-direction:column;gap:.75rem}
.acc-item{background:var(--card);border:1px solid var(--border);border-radius:var(--r2);overflow:hidden;transition:border-color var(--ease)}
.acc-item.open{border-color:rgba(208,64,48,.35)}
.acc-btn{width:100%;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.25rem 1.5rem;text-align:left;font-family:var(--fb);font-size:.975rem;font-weight:700;color:var(--txt);transition:color var(--ease)}
.acc-btn:hover,.acc-item.open .acc-btn{color:var(--accent)}
.acc-arr{width:28px;height:28px;background:var(--bg2);border:1px solid var(--border);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--muted);font-size:.8rem;flex-shrink:0;transition:transform var(--ease),background var(--ease)}
.acc-item.open .acc-arr{transform:rotate(45deg);background:var(--accent);border-color:var(--accent);color:var(--white)}
.acc-body{max-height:0;overflow:hidden;transition:max-height .35s ease}
.acc-inner{padding:0 1.5rem 1.5rem;border-top:1px solid var(--border);color:var(--muted);font-size:.925rem;line-height:1.8;padding-top:1rem}
.acc-item.open .acc-body{max-height:600px}
.ver-list{display:flex;flex-direction:column;gap:1.5rem}
.ver-item{background:var(--card);border:1px solid var(--border);border-radius:var(--r2);padding:1.75rem;position:relative;border-left:4px solid var(--accent)}
.ver-item.minor{border-left-color:var(--accent2)}
.ver-item.patch{border-left-color:var(--warm)}
.ver-tag{display:inline-flex;align-items:center;gap:.5rem;margin-bottom:1rem}
.ver-num{font-family:var(--fh);font-size:1.1rem;font-weight:700;color:var(--txt)}
.ver-date{font-size:.8rem;color:var(--soft);font-family:var(--fb)}
.ver-list-items{display:flex;flex-direction:column;gap:.4rem}
.ver-list-items li{font-size:.9rem;color:var(--muted);padding-left:1.2rem;position:relative;line-height:1.65}
.ver-list-items li::before{content:'→';position:absolute;left:0;color:var(--accent);font-size:.8rem}
.ver-item.minor .ver-list-items li::before{color:var(--accent2)}
.ver-item.patch .ver-list-items li::before{color:var(--warm)}
.cinfo-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start}
.cinfo-block{background:var(--card);border:1px solid var(--border);border-radius:var(--r2);padding:2rem;margin-bottom:1.25rem;display:flex;gap:1.25rem;align-items:flex-start;transition:border-color var(--ease)}
.cinfo-block:hover{border-color:rgba(27,52,36,.3)}
.cinfo-block:last-child{margin-bottom:0}
.cinfo-ico{width:44px;height:44px;background:rgba(27,52,36,.08);border:1px solid rgba(27,52,36,.15);border-radius:var(--r);display:flex;align-items:center;justify-content:center;color:var(--primary);font-size:1rem;flex-shrink:0}
.cinfo-txt h4{font-family:var(--fb);font-size:.8rem;font-weight:700;color:var(--soft);text-transform:uppercase;letter-spacing:.07em;margin-bottom:.375rem}
.cinfo-txt p,.cinfo-txt a{font-size:.975rem;color:var(--txt);font-weight:500}
.cinfo-txt a:hover{color:var(--accent)}
.cmap{border-radius:var(--r2);overflow:hidden;border:1px solid var(--border);box-shadow:var(--shd)}
.cmap iframe{display:block;width:100%;height:360px;border:none}
.soc-row{display:flex;gap:.625rem;flex-wrap:wrap}
.soc-btn{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:var(--r);border:1px solid var(--border);background:var(--card);color:var(--muted);font-size:.95rem;transition:all var(--ease)}
.soc-btn:hover{background:var(--primary);border-color:var(--primary);color:var(--white)}
.static-pg{max-width:800px;margin:0 auto;padding:3.5rem 0}
.static-pg h2{font-size:1.4rem;font-family:var(--fh);font-weight:700;color:var(--txt);margin:2.25rem 0 .75rem;padding-bottom:.625rem;border-bottom:1px solid var(--border)}
.static-pg h2:first-of-type{margin-top:0;border-top:none}
.static-pg h3{font-size:1.05rem;font-family:var(--fb);font-weight:700;color:var(--accent2);margin:1.5rem 0 .625rem}
.static-pg p{font-size:.95rem;color:var(--muted);line-height:1.85}
.static-pg ul{padding-left:1.5rem;margin:1rem 0 1.5rem;display:flex;flex-direction:column;gap:.5rem}
.static-pg li{font-size:.95rem;color:var(--muted);list-style:disc}
.static-pg strong{color:var(--txt)}
.static-pg .upd-note{font-size:.82rem;color:var(--accent2);font-family:var(--fb);font-weight:600;padding:.5rem .875rem;background:rgba(46,125,82,.08);border-radius:var(--r);display:inline-block;margin-bottom:2rem}
.e404{min-height:70vh;display:flex;align-items:center;justify-content:center;text-align:center}
.e404-num{font-family:var(--fh);font-size:clamp(5rem,18vw,10rem);font-weight:800;color:transparent;-webkit-text-stroke:3px var(--accent);line-height:1;margin-bottom:.5rem}
.e404-ttl{font-size:clamp(1.25rem,3vw,1.875rem);font-weight:700;margin-bottom:.75rem}
.e404-desc{font-size:1rem;color:var(--muted);max-width:440px;margin:0 auto 2rem;line-height:1.7}
.pg-footer{background:var(--primary);padding:4rem 0 0}
.ft-grid{display:grid;grid-template-columns:1.8fr 1fr 1fr 1fr;gap:3rem;padding-bottom:3rem;border-bottom:1px solid rgba(255,255,255,.1)}
.ft-brand .brand-name{color:var(--white);margin-top:.875rem;display:block;font-size:1.4rem}
.ft-brand .brand-name span{color:var(--accent)}
.ft-about{font-size:.875rem;color:rgba(255,255,255,.6);line-height:1.75;margin:.875rem 0 1.25rem;max-width:260px}
.ft-col h5{font-family:var(--fb);font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:rgba(255,255,255,.5);margin-bottom:1rem}
.ft-links{display:flex;flex-direction:column;gap:.625rem}
.ft-links a{font-size:.875rem;color:rgba(255,255,255,.65);transition:color var(--ease)}
.ft-links a:hover{color:var(--white)}
.ft-cinfo{display:flex;flex-direction:column;gap:.875rem}
.ft-ci{display:flex;gap:.625rem;align-items:flex-start}
.ft-ci i{color:var(--accent);font-size:.85rem;margin-top:.25rem;width:14px}
.ft-ci span{font-size:.845rem;color:rgba(255,255,255,.6);line-height:1.5}
.ft-ci a{color:rgba(255,255,255,.6)}
.ft-ci a:hover{color:var(--white)}
.ft-bottom{padding:1.25rem 0}
.ft-bottom-inner{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem}
.ft-copy{font-size:.82rem;color:rgba(255,255,255,.45)}
.ft-legal{display:flex;gap:1.25rem;flex-wrap:wrap}
.ft-legal a{font-size:.78rem;color:rgba(255,255,255,.45);transition:color var(--ease)}
.ft-legal a:hover{color:rgba(255,255,255,.8)}
@media(max-width:1024px){.mag-grid{grid-template-columns:1fr;gap:2rem}.feat-grid{grid-template-columns:repeat(2,1fr)}.split-layout{grid-template-columns:1fr;gap:2rem}.step-grid{grid-template-columns:repeat(2,1fr)}.tip-grid{grid-template-columns:1fr}.cinfo-grid{grid-template-columns:1fr}.ft-grid{grid-template-columns:1fr 1fr;gap:2.5rem}.stat-row{grid-template-columns:repeat(2,1fr)}}
@media(max-width:768px){.nav-strip{display:none}.hdr-burger{display:flex}.hdr-meta{display:none}.post-item{flex-direction:column}.post-thumb{width:100%;height:200px}.post-body{padding:1.25rem}.post-item-big .post-thumb{height:220px}.sec{padding:3rem 0}.sec-lg{padding:4.5rem 0}.feat-grid{grid-template-columns:1fr}.step-grid{grid-template-columns:1fr}.stat-row{grid-template-columns:1fr 1fr}.ft-grid{grid-template-columns:1fr;gap:2rem}.ft-bottom-inner{flex-direction:column;text-align:center}.cta-btns{flex-direction:column;align-items:center}.cta-btns .btn{width:100%;max-width:300px;justify-content:center}.tip-grid{grid-template-columns:1fr}.hero-acts{flex-direction:column}.hero-acts .btn{width:100%;justify-content:center}}
@media(max-width:480px){.stat-row{grid-template-columns:1fr}.ft-legal{flex-direction:column;align-items:center;gap:.5rem}}
