:root{color-scheme:dark;--ink:#2d2017;--muted:#654936;--red:#762e24;--blue:#263e52;--gold:#9b682e;--paper:#d5aa72;--paper-light:#e2c08c}*{box-sizing:border-box}html{min-width:320px;background:#080b0e}body{margin:0;color:var(--ink);font-family:Georgia,"Times New Roman",serif;background:radial-gradient(circle at 50% 0,#30363a 0,#111418 48%,#07090b 100%)}a{color:inherit}.guide-page{min-height:100svh;padding:clamp(10px,3vw,38px)}.guide-sheet{position:relative;width:min(1120px,100%);min-height:calc(100svh - 20px);margin:0 auto;overflow:hidden;border:1px solid #805226;background-color:var(--paper);background-image:radial-gradient(circle at 14% 8%,rgba(103,54,21,.2),transparent 16%),radial-gradient(circle at 88% 34%,rgba(112,63,27,.14),transparent 19%),radial-gradient(circle at 28% 72%,rgba(103,54,21,.12),transparent 17%),repeating-linear-gradient(28deg,rgba(255,255,255,.018) 0 2px,rgba(76,42,17,.025) 2px 4px),linear-gradient(135deg,#e0bb84,#cca069 55%,#d8ae76);box-shadow:0 24px 80px #000,inset 0 0 85px rgba(75,37,11,.34);clip-path:polygon(1.2% 0,98.6% .5%,100% 1.8%,99.4% 98.6%,97.7% 100%,1.5% 99.5%,0 97.8%,.6% 2%)}.guide-sheet:before{position:absolute;z-index:0;inset:14px;border:1px solid rgba(85,48,21,.42);box-shadow:inset 0 0 0 4px rgba(115,72,35,.08);pointer-events:none;content:""}.guide-sheet:after{position:absolute;z-index:0;top:104px;right:4%;left:4%;height:1px;background:linear-gradient(90deg,transparent,#76502d 18%,#76502d 82%,transparent);content:""}.guide-topbar{position:relative;z-index:2;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:20px clamp(26px,5vw,64px);border-bottom:1px solid rgba(87,51,25,.2)}.guide-back{text-decoration:none;font-weight:700}.guide-back:hover,.guide-back:focus-visible{color:var(--red);outline:none}.guide-brand{color:rgba(70,43,24,.68);font-size:clamp(.78rem,1.5vw,1.05rem);letter-spacing:.16em;text-transform:uppercase}.guide-content{position:relative;z-index:1;padding:clamp(34px,5vw,72px)}.guide-hero{position:relative;max-width:880px;margin:0 auto clamp(34px,5vw,58px);padding:28px 0 0;text-align:center}.guide-hero:before{display:block;margin-bottom:10px;color:var(--gold);font-size:2.4rem;line-height:1;content:"⚜"}.guide-kicker{margin:0 0 12px;color:var(--red);font-weight:700;letter-spacing:.22em;text-transform:uppercase}h1{margin:0;color:#241912;font-size:clamp(2.45rem,7vw,5.8rem);font-weight:500;line-height:.94;text-shadow:0 1px rgba(255,239,198,.45)}.guide-lead{position:relative;max-width:780px;margin:28px auto 0;padding:16px 30px;border-block:2px solid #9a5b3c;background:linear-gradient(90deg,transparent,rgba(112,41,29,.94) 9%,rgba(112,41,29,.94) 91%,transparent);color:#f1dab3;font-size:clamp(1rem,2vw,1.22rem);line-height:1.45}.guide-lead:before,.guide-lead:after{position:absolute;top:50%;color:#b9864e;font-size:1.2rem;transform:translateY(-50%);content:"◆"}.guide-lead:before{left:5px}.guide-lead:after{right:5px}.guide-formula{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));margin:0 auto 48px;padding:22px 10px;border-block:1px solid rgba(73,46,25,.52);counter-reset:formula;text-align:center}.guide-formula span{position:relative;display:grid;min-width:0;place-items:center;gap:8px;padding:0 8px;color:var(--blue);font-size:.88rem;font-weight:700;line-height:1.15}.guide-formula span:before{display:grid;width:48px;height:48px;place-items:center;border:1px solid currentColor;border-radius:50%;background:rgba(222,182,125,.55);color:var(--red);font-size:1.35rem}.guide-formula span:nth-child(1):before{content:"⌂"}.guide-formula span:nth-child(2):before{content:"⌛"}.guide-formula span:nth-child(3):before{content:"♨"}.guide-formula span:nth-child(4):before{content:"✦"}.guide-formula span:nth-child(5):before{content:"♜"}.guide-formula span:nth-child(6):before{content:"♛"}.guide-formula span:not(:last-child):after{position:absolute;top:18px;right:-7px;color:var(--red);font-size:1.2rem;content:"→"}.guide-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0;border-top:1px solid rgba(83,50,26,.5);border-left:1px solid rgba(83,50,26,.5);counter-reset:section}.guide-card{position:relative;min-width:0;padding:clamp(24px,3vw,34px);border-right:1px solid rgba(83,50,26,.5);border-bottom:1px solid rgba(83,50,26,.5);background:rgba(230,195,145,.28);counter-increment:section}.guide-card:before{position:absolute;right:16px;bottom:8px;color:rgba(92,55,26,.08);font-size:5rem;font-weight:700;line-height:1;content:counter(section)}.guide-card--wide{grid-column:1/-1;text-align:center}.guide-card h2{position:relative;margin:0 0 16px;padding-left:48px;color:var(--blue);font-size:clamp(1.18rem,2.2vw,1.65rem);line-height:1.1}.guide-card h2:before{position:absolute;top:-7px;left:0;display:grid;width:36px;height:36px;place-items:center;border:1px solid currentColor;border-radius:50%;font-size:1rem;content:counter(section)}.guide-card:nth-child(4n+1) h2,.guide-card:nth-child(4n) h2{color:var(--red)}.guide-card ul{position:relative;margin:0;padding-left:1.25em}.guide-card li,.guide-card p{margin:.5em 0;line-height:1.48}.guide-footer{position:relative;z-index:2;display:flex;justify-content:space-between;gap:18px;padding:24px clamp(26px,5vw,64px) 34px;border-top:1px solid rgba(87,51,25,.4);color:var(--muted)}.guide-footer:before{position:absolute;top:-15px;left:50%;padding:0 10px;background:var(--paper);color:var(--gold);font-size:1.3rem;content:"⚜";transform:translateX(-50%)}.guide-catalog{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,290px),1fr));gap:24px;margin-top:36px}.guide-tile{display:block;overflow:hidden;border:1px solid rgba(83,50,26,.55);background:rgba(226,190,139,.65);text-decoration:none;transition:transform 160ms ease,box-shadow 160ms ease}.guide-tile:hover,.guide-tile:focus-visible{outline:2px solid var(--gold);transform:translateY(-3px);box-shadow:0 14px 30px rgba(58,30,12,.28)}.guide-tile__art{position:relative;display:grid;min-height:210px;place-items:center;overflow:hidden;border-bottom:1px solid rgba(83,50,26,.4);background:radial-gradient(circle at 50% 60%,rgba(119,48,34,.24),transparent 32%),linear-gradient(160deg,rgba(44,62,77,.2),transparent 45%),repeating-linear-gradient(135deg,rgba(94,56,25,.06) 0 2px,transparent 2px 7px)}.guide-tile__art:before{display:grid;width:108px;height:108px;place-items:center;border:2px solid var(--red);border-radius:50%;box-shadow:0 0 0 7px rgba(118,46,36,.12),inset 0 0 20px rgba(118,46,36,.18);color:var(--red);font-size:3rem;content:"⚗"}.guide-tile__art:after{position:absolute;right:16px;bottom:12px;left:16px;color:rgba(61,42,28,.6);font-weight:700;letter-spacing:.14em;text-align:center;text-transform:uppercase;content:"Тактика события"}.guide-tile div{padding:20px}.guide-tile h2{margin:0 0 7px;color:var(--red)}.guide-tile p{margin:0;color:var(--muted);line-height:1.4}@media(max-width:760px){.guide-page{padding:0}.guide-sheet{min-height:100svh;border:0;clip-path:none}.guide-sheet:before{inset:6px}.guide-topbar{padding:16px 18px}.guide-brand{font-size:.68rem}.guide-content{padding:34px 18px 46px}.guide-lead{padding:14px 25px}.guide-formula{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px 4px}.guide-formula span:not(:last-child):after{display:none}.guide-grid{grid-template-columns:1fr}.guide-card--wide{grid-column:auto;text-align:left}.guide-footer{align-items:flex-start;flex-direction:column;padding:20px 22px 30px}}@media(prefers-reduced-motion:reduce){.guide-tile{transition:none}}
/* Adaptive guide seal v1 */
.guide-seal{position:absolute;top:8px;right:clamp(-34px,-2vw,-12px);z-index:2;display:block;width:clamp(82px,10vw,126px);height:auto;filter:drop-shadow(0 9px 12px rgba(69,30,13,.38));transform:rotate(10deg);transform-origin:center;user-select:none;-webkit-user-drag:none}
@media(max-width:760px){.guide-hero{padding-top:0}.guide-seal{position:relative;top:auto;right:auto;width:clamp(72px,24vw,100px);margin:0 auto 14px;transform:rotate(8deg)}}

/* Reader and dog decorative layer v1 */
.guide-figure{position:fixed;z-index:1;bottom:clamp(10px,3vw,38px);left:max(clamp(10px,3vw,38px),calc((100vw - 1120px)/2));display:block;width:clamp(330px,42vw,540px);height:auto;opacity:.58;filter:sepia(.12) contrast(.94);mix-blend-mode:multiply;pointer-events:none;user-select:none;-webkit-user-drag:none}
@media(max-width:760px){.guide-figure{bottom:0;left:-14vw;width:min(88vw,420px);opacity:.3}}

/* Fixed guide seal v2 */
.guide-seal{position:fixed;z-index:4;top:clamp(10px,3vw,38px);right:auto;left:max(clamp(10px,3vw,38px),calc((100vw - 1120px)/2));width:clamp(76px,8vw,104px);margin:0;transform:rotate(-10deg)}
.guide-topbar{padding-left:clamp(118px,12vw,150px)}
@media(max-width:760px){.guide-seal{position:fixed;top:8px;right:auto;left:8px;width:64px;margin:0;transform:rotate(-10deg)}.guide-topbar{min-height:82px;padding-left:84px}.guide-hero{padding-top:0}}

/* Right guide seal v3 */
.guide-seal{z-index:1;right:max(clamp(10px,3vw,38px),calc((100vw - 1120px)/2));left:auto;width:clamp(95px,10vw,130px);transform:rotate(10deg)}
.guide-topbar{padding-left:clamp(26px,5vw,64px)}
@media(max-width:760px){.guide-seal{top:8px;right:8px;left:auto;width:80px;transform:rotate(10deg)}.guide-topbar{padding-left:18px;padding-right:98px}}

/* Centered scrolling guide seal v4 */
.guide-seal{position:relative;z-index:2;top:auto;right:auto;left:auto;display:block;width:clamp(95px,10vw,130px);margin:0 auto 18px;transform:rotate(8deg)}
.guide-hero:before{display:none}.guide-topbar{padding-right:clamp(26px,5vw,64px)}
@media(max-width:760px){.guide-seal{position:relative;top:auto;right:auto;left:auto;width:80px;margin:0 auto 14px;transform:rotate(8deg)}.guide-topbar{min-height:0;padding-right:18px}}

/* Arms race beginner guide */
.guide-start{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:18px;max-width:820px;margin:0 auto 42px;padding:20px 24px;border:1px solid rgba(83,50,26,.42);background:rgba(238,207,160,.38)}
.guide-start svg{width:56px;height:56px;color:var(--red)}
.guide-start p{margin:.35em 0;line-height:1.45}
.guide-rule{margin:0 0 22px;color:var(--blue);font-size:clamp(1.35rem,3vw,2rem);text-align:center}
.phase-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-bottom:42px}
.phase-card{position:relative;padding:24px;border:1px solid rgba(83,50,26,.48);background:rgba(230,195,145,.3)}
.phase-card--wide{grid-column:1/-1}.phase-icon{display:grid;width:52px;height:52px;margin-bottom:12px;place-items:center;border:1px solid currentColor;border-radius:50%;color:var(--red)}
.phase-icon svg{width:30px;height:30px}.phase-label{margin:0 0 5px;color:var(--red);font-size:.75rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase}
.phase-card h2{margin:0 0 16px;color:var(--blue);font-size:1.45rem}.phase-card dl{margin:0}.phase-card dl div{display:flex;justify-content:space-between;gap:16px;padding:7px 0;border-bottom:1px dotted rgba(83,50,26,.36)}
.phase-card dt{line-height:1.35}.phase-card dd{margin:0;color:var(--red);font-weight:700;white-space:nowrap}.phase-advice{margin:18px 0 0;padding:12px 14px;border-left:3px solid var(--gold);background:rgba(255,232,190,.35);line-height:1.45}
.guide-checklist,.guide-mistakes{margin:0 0 42px;padding:24px 28px;border:1px solid rgba(83,50,26,.45);background:rgba(230,195,145,.25)}
.guide-checklist h2,.guide-mistakes h2,.guide-numbers h2,.reward-table h2{margin:0 0 16px;color:var(--red)}
.guide-checklist ol,.guide-mistakes ul{margin:0;padding-left:1.25em}.guide-checklist li,.guide-mistakes li{margin:.65em 0;line-height:1.45}
.guide-numbers{margin:0 0 42px;text-align:center}.guide-numbers__row{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.guide-numbers__row div{padding:18px 10px;border-block:1px solid rgba(83,50,26,.4)}.guide-numbers strong{display:block;color:var(--blue);font-size:1.45rem}.guide-numbers span{font-size:.88rem}
.reward-table{margin-bottom:34px}.table-scroll{overflow-x:auto;border:1px solid rgba(83,50,26,.45)}.reward-table table{width:100%;border-collapse:collapse;background:rgba(230,195,145,.24)}.reward-table th,.reward-table td{padding:12px 14px;border-bottom:1px solid rgba(83,50,26,.32);text-align:left;vertical-align:top}.reward-table th{background:rgba(118,46,36,.12);color:var(--red)}
.guide-source{margin:28px 0 0;color:var(--muted);font-size:.88rem;text-align:center}.guide-source a{text-decoration-thickness:1px;text-underline-offset:3px}.guide-tile__art--arms:before{content:"V"}.guide-tile__art--arms:after{content:"Пять фаз события"}
@media(max-width:760px){.guide-start{grid-template-columns:1fr;padding:18px}.guide-start svg{width:48px;height:48px}.phase-grid{grid-template-columns:1fr}.phase-card--wide{grid-column:auto}.phase-card{padding:20px}.guide-numbers__row{grid-template-columns:1fr}.guide-numbers__row div{padding:12px}.reward-table{margin-inline:-10px}.reward-table th,.reward-table td{min-width:130px;padding:10px;font-size:.9rem}}
/* Compact guide catalog cards */
.guide-catalog .guide-tile>div{min-height:100%;padding:clamp(22px,3vw,32px)}

/* Guide catalog filters */
.guide-filters{display:flex;flex-wrap:wrap;justify-content:center;gap:9px;margin:0 auto 10px}
.guide-filter{padding:9px 16px;border:1px solid rgba(83,50,26,.48);border-radius:999px;background:rgba(230,195,145,.26);color:var(--muted);font:700 .9rem Georgia,"Times New Roman",serif;cursor:pointer;transition:background-color 150ms ease,color 150ms ease,border-color 150ms ease}
.guide-filter:hover,.guide-filter:focus-visible{border-color:var(--red);color:var(--red);outline:none}.guide-filter.is-active{border-color:var(--red);background:var(--red);color:#f1dab3}
.guide-filter-result{min-height:1.2em;margin:0 0 20px;color:var(--muted);font-size:.82rem;text-align:center}
.guide-tile[hidden]{display:none}.guide-tags{display:flex;flex-wrap:wrap;gap:7px;margin:18px 0 0;padding:0;list-style:none}.guide-tags li{padding:4px 9px;border:1px solid rgba(118,46,36,.42);border-radius:999px;background:rgba(118,46,36,.08);color:var(--red);font-size:.75rem;font-weight:700}
.guide-empty{padding:38px 20px;border:1px dashed rgba(83,50,26,.45);color:var(--muted);text-align:center}
@media(max-width:760px){.guide-filters{justify-content:flex-start;flex-wrap:nowrap;margin-inline:-18px;padding:0 18px 5px;overflow-x:auto;scrollbar-width:none}.guide-filters::-webkit-scrollbar{display:none}.guide-filter{flex:0 0 auto;padding:8px 14px}.guide-filter-result{text-align:left}}
@media(prefers-reduced-motion:reduce){.guide-filter{transition:none}}
/* Alliance dig guide */
.dig-visual{margin:0 auto 38px;text-align:center}.dig-visual img{display:block;width:100%;height:auto;border-block:1px solid rgba(83,50,26,.4);background:rgba(230,195,145,.18)}.dig-visual figcaption{margin-top:9px;color:var(--muted);font-size:.86rem;font-style:italic}
.dig-table{margin:0 0 42px;border:1px solid rgba(83,50,26,.45)}.dig-table table{width:100%;border-collapse:collapse;background:rgba(230,195,145,.24)}.dig-table th,.dig-table td{padding:12px 18px;border-bottom:1px solid rgba(83,50,26,.3);text-align:center}.dig-table th{background:rgba(38,62,82,.1);color:var(--blue)}.dig-table .is-key{background:rgba(118,46,36,.14);color:var(--red);font-weight:700}
.dig-facts{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:42px}.dig-facts article{padding:22px 12px;border-block:1px solid rgba(83,50,26,.4);text-align:center}.dig-facts strong{display:block;color:var(--red);font-size:1.6rem}.dig-facts span{display:block;margin-top:5px;font-size:.84rem;line-height:1.3}
@media(max-width:760px){.dig-visual{margin-inline:-18px}.dig-visual figcaption{padding-inline:18px}.dig-facts{grid-template-columns:repeat(2,1fr)}.dig-table th,.dig-table td{padding:10px 12px}.dig-table{margin-inline:-10px}}
/* Guide benefits */
.guide-benefit{margin:0 0 42px}.guide-benefit>h2{margin:0 0 16px;color:var(--red);text-align:center}.guide-benefit__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.guide-benefit article{padding:20px;border:1px solid rgba(83,50,26,.45);background:rgba(230,195,145,.25)}.guide-benefit strong{display:block;margin-bottom:8px;color:var(--blue);font-size:1.12rem}.guide-benefit p{margin:0;line-height:1.45}
@media(max-width:760px){.guide-benefit__grid{grid-template-columns:1fr}.guide-benefit>h2{text-align:left}}
/* Alliance dig in-game object */
.dig-chest{position:relative;z-index:1;width:min(420px,54%);margin:-24px auto 6px;text-align:center;pointer-events:none}.dig-chest img{display:block;width:100%;height:auto;filter:drop-shadow(0 18px 18px rgba(69,30,13,.28))}
@media(max-width:760px){.dig-chest{width:min(300px,82%);margin:-12px auto 8px}}
/* Compact dig icon in main rule */
.guide-start__image{display:block;width:clamp(72px,9vw,104px);height:auto;filter:drop-shadow(0 8px 8px rgba(69,30,13,.25));transform:rotate(-3deg)}
@media(max-width:760px){.guide-start:has(.guide-start__image){grid-template-columns:auto 1fr}.guide-start__image{width:70px}}
/* Unified alliance guide information blocks */
.guide-benefit{margin:0 0 42px;padding:24px 28px;border:1px solid rgba(83,50,26,.45);background:rgba(230,195,145,.25)}
.guide-benefit>h2{margin:0 0 16px;color:var(--red);text-align:left}
.guide-benefit__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:0}
.guide-benefit article{min-width:0;padding:8px 26px;border:0;background:transparent}
.guide-benefit article:first-child{padding-left:0}.guide-benefit article:last-child{padding-right:0}.guide-benefit article+article{border-left:1px solid rgba(83,50,26,.38)}
@media(max-width:760px){.guide-benefit{padding:20px}.guide-benefit__grid{grid-template-columns:1fr}.guide-benefit article,.guide-benefit article:first-child,.guide-benefit article:last-child{padding:14px 0}.guide-benefit article+article{border-top:1px solid rgba(83,50,26,.38);border-left:0}}
/* Promo codes page */
.promo-card{margin:0 auto 38px;padding:clamp(22px,4vw,36px);border:1px solid rgba(83,50,26,.52);background:rgba(230,195,145,.3)}.promo-card__header{display:flex;align-items:center;justify-content:space-between;gap:24px;padding-bottom:24px;border-bottom:1px solid rgba(83,50,26,.38)}.promo-status{display:inline-block;margin-bottom:8px;padding:5px 10px;border:1px solid rgba(53,100,55,.5);border-radius:999px;background:rgba(53,100,55,.12);color:#355f36;font-size:.75rem;font-weight:700;text-transform:uppercase}.promo-card h2{margin:0;color:var(--red);font-size:clamp(1.5rem,3vw,2rem)}.promo-card h3{margin:25px 0 16px;color:var(--blue)}.promo-code{display:flex;align-items:stretch;border:1px solid var(--red);background:rgba(255,226,179,.36)}.promo-code code{display:flex;align-items:center;padding:12px 16px;color:var(--red);font:700 1.15rem Georgia,'Times New Roman',serif;letter-spacing:.12em}.promo-code button{padding:10px 15px;border:0;border-left:1px solid var(--red);background:var(--red);color:#f3dcb5;font:700 .78rem Georgia,'Times New Roman',serif;cursor:pointer}.promo-code button:hover,.promo-code button:focus-visible{background:#913a2d;outline:none}.promo-rewards{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:0;padding:0;list-style:none}.promo-rewards li{padding:18px;border:1px solid rgba(83,50,26,.35);background:rgba(255,232,190,.24)}.promo-rewards strong{display:block;color:var(--red);font-size:1.28rem}.promo-rewards span{display:block;margin-top:4px;line-height:1.3}.promo-note{margin:20px 0 0;color:var(--muted);font-size:.88rem}.promo-howto{padding:24px 28px;border:1px solid rgba(83,50,26,.45);background:rgba(230,195,145,.25)}.promo-howto h2{margin:0 0 14px;color:var(--red)}.promo-howto ol{margin:0;padding-left:1.3em}.promo-howto li{margin:.5em 0}.promo-copy-status{min-height:1.3em;color:#355f36;font-weight:700;text-align:center}
@media(max-width:760px){.promo-card__header{align-items:stretch;flex-direction:column}.promo-code{width:100%}.promo-code code{min-width:0;flex:1}.promo-rewards{grid-template-columns:repeat(2,1fr)}.promo-code button{padding-inline:12px}}
/* Promo source evidence */
.promo-evidence{display:grid;grid-template-columns:2fr 1fr;gap:12px;margin-top:20px}.promo-evidence>div{padding:14px 16px;border:1px solid rgba(83,50,26,.35);background:rgba(255,232,190,.2)}.promo-evidence span{display:block;margin-bottom:7px;color:var(--blue);font-size:.78rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.promo-evidence p{margin:0;line-height:1.45}.promo-evidence small{color:var(--muted);white-space:nowrap}
@media(max-width:760px){.promo-evidence{grid-template-columns:1fr}}
/* Simple promo code table v1 */
.promo-table-section{margin:0 auto 38px}.promo-table-section h2{margin:0 0 16px;color:var(--red);font-size:clamp(1.35rem,2.5vw,1.8rem)}.promo-table-wrap{overflow-x:auto;border:1px solid rgba(83,50,26,.52);background:rgba(230,195,145,.3)}.promo-table{width:100%;border-collapse:collapse;table-layout:fixed}.promo-table th,.promo-table td{height:52px;padding:12px 18px;border-bottom:1px solid rgba(83,50,26,.35);text-align:left;vertical-align:middle}.promo-table th+th,.promo-table td+td{border-left:1px solid rgba(83,50,26,.35)}.promo-table th{background:rgba(108,54,35,.12);color:var(--blue);font-size:.82rem;letter-spacing:.05em;text-transform:uppercase}.promo-table tbody tr:last-child td{border-bottom:0}.promo-table code{color:var(--red);font:700 1rem Georgia,'Times New Roman',serif;letter-spacing:.06em}.promo-table th:first-child,.promo-table td:first-child{width:50%}@media(max-width:560px){.promo-table th,.promo-table td{height:48px;padding:10px 12px}.promo-table th{font-size:.72rem}.promo-table code{font-size:.9rem}}
/* Guide owner avatar v1 */
.guide-identities{display:flex;align-items:center;justify-content:center;gap:clamp(12px,2vw,22px);margin:0 auto 18px}.guide-identities .guide-seal,.guide-owner-avatar{position:relative;top:auto;right:auto;left:auto;display:block;width:clamp(95px,10vw,130px);height:auto;margin:0;filter:drop-shadow(0 9px 12px rgba(69,30,13,.38));transform-origin:center;user-select:none;-webkit-user-drag:none}.guide-identities .guide-seal{transform:rotate(-8deg)}.guide-owner-avatar{border-radius:50%;object-fit:cover;transform:rotate(8deg)}@media(max-width:760px){.guide-identities{gap:12px;margin-bottom:14px}.guide-identities .guide-seal,.guide-owner-avatar{width:80px}}