:root{
  --bg:#050507;
  --bg2:#09070d;
  --panel:#0d0c11;
  --panel2:#131018;
  --stone:#1b1821;
  --stone2:#24202b;
  --line:#302a3a;
  --line-bright:#615a70;
  --text:#f1eef5;
  --muted:#aaa3b1;
  --ember:#7427d8;
  --ember2:#b86cff;
  --violet:#8e35ff;
  --violet-soft:#c894ff;
  --violet-deep:#3a0b68;
  --silver:#b9b5c4;
  --silver2:#747080;
  --red:#b85372;
  --green:#73d8a2;
  --gold:#c7b3df;
  --shadow:0 22px 80px rgba(0,0,0,.58);
  --violet-shadow:0 0 30px rgba(139,49,255,.16);
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  color-scheme:dark
}
*{box-sizing:border-box}
html{background:var(--bg);scroll-behavior:smooth}
body{margin:0;color:var(--text);background:
  radial-gradient(circle at 78% -8%,rgba(123,38,214,.18),transparent 28%),
  radial-gradient(circle at 10% 24%,rgba(78,22,139,.14),transparent 26%),
  radial-gradient(circle at 50% 115%,rgba(86,24,152,.16),transparent 32%),
  linear-gradient(180deg,#030305 0%,#050508 32%,#06050a 63%,#040408 100%);
  min-height:100vh;overflow-x:hidden;position:relative}
body:before{content:"";position:fixed;inset:0;pointer-events:none;opacity:.72;
  background:
    linear-gradient(180deg,rgba(5,5,7,.12),rgba(5,5,7,.44)),
    url('/assets/obsidian-texture.svg') center top/1450px auto repeat,
    linear-gradient(118deg,transparent 0 48%,rgba(195,159,255,.03) 49%,transparent 50%),
    linear-gradient(62deg,transparent 0 49%,rgba(143,92,204,.018) 50%,transparent 51%);
  mix-blend-mode:screen}
body:after{content:"";position:fixed;left:-14vw;right:-14vw;bottom:-42vh;height:64vh;pointer-events:none;background:radial-gradient(ellipse at 50% 100%,rgba(108,31,194,.18),transparent 66%);filter:blur(42px)}
main{position:relative;z-index:1}
main:before{content:"";position:fixed;inset:0;pointer-events:none;z-index:-1;opacity:.32;
  background:
    radial-gradient(circle at 15% 12%,rgba(255,255,255,.03),transparent 18%),
    radial-gradient(circle at 82% 18%,rgba(182,134,255,.04),transparent 16%),
    radial-gradient(circle at 50% 75%,rgba(255,255,255,.02),transparent 24%);
  filter:blur(3px)}
a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{cursor:pointer}
.site-header{height:78px;position:sticky;top:0;z-index:30;display:flex;align-items:center;gap:28px;padding:0 max(24px,calc((100vw - 1440px)/2));background:linear-gradient(180deg,rgba(6,5,9,.97),rgba(8,7,11,.91));backdrop-filter:blur(18px);border-bottom:1px solid rgba(183,111,255,.17);box-shadow:0 8px 35px rgba(0,0,0,.34)}
.site-header:after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:1px;background:linear-gradient(90deg,transparent,rgba(146,57,255,.48),rgba(214,185,255,.18),transparent)}
.brand{display:flex;align-items:center;gap:11px;font-family:Georgia,serif;letter-spacing:.19em;font-weight:800}.brand img{width:38px;height:38px;filter:drop-shadow(0 0 10px rgba(150,64,255,.38))}.brand span{background:linear-gradient(180deg,#fbf9ff 10%,#bdb7c8 54%,#797382 100%);-webkit-background-clip:text;background-clip:text;color:transparent;text-shadow:0 0 24px rgba(146,61,255,.16)}
.site-header nav{display:flex;gap:20px;align-items:center;flex:1}.site-header nav a{font-size:13px;color:#aaa4b0;text-transform:uppercase;letter-spacing:.08em;transition:.18s}.site-header nav a:hover,.site-header nav a.active{color:var(--violet-soft);text-shadow:0 0 14px rgba(163,75,255,.38)}
.header-actions{display:flex;align-items:center;gap:9px}.status-pill{display:flex;gap:8px;align-items:center;color:var(--muted);font-size:12px;padding:8px 10px;border:1px solid #302a39;border-radius:99px;background:rgba(13,11,17,.78)}.dot{width:7px;height:7px;border-radius:50%;background:#777}.dot.online{background:var(--green);box-shadow:0 0 12px var(--green)}
.button{border:1px solid #9953ef;background:linear-gradient(180deg,#8a37de 0%,#5b1ca5 52%,#46147f 100%);color:#fff;border-radius:3px;padding:12px 17px;font-weight:800;text-transform:uppercase;letter-spacing:.08em;font-size:12px;box-shadow:inset 0 1px rgba(255,255,255,.22),inset 0 -1px rgba(0,0,0,.35),0 9px 26px rgba(91,23,171,.27),0 0 0 1px rgba(214,183,255,.045);display:inline-flex;align-items:center;justify-content:center;gap:8px;transition:.16s}.button:hover{filter:brightness(1.13);transform:translateY(-1px);box-shadow:inset 0 1px rgba(255,255,255,.24),0 12px 32px rgba(109,31,205,.34),0 0 18px rgba(167,76,255,.14)}.button.ghost{background:linear-gradient(180deg,#15131a,#0c0b0f);border-color:#47404f;box-shadow:inset 0 1px rgba(255,255,255,.035);color:#d8d3df}.button.ghost:hover{border-color:#735096;color:#eee5ff}.button.small{padding:9px 12px;font-size:10px}.button.secondary{background:linear-gradient(180deg,#24202b,#121016);border-color:#5c5268;box-shadow:inset 0 1px rgba(255,255,255,.05)}.menu-toggle{display:none;background:none;border:0;color:white;font-size:24px}
.hero{min-height:720px;display:grid;grid-template-columns:1.15fr .85fr;align-items:center;gap:60px;max-width:1440px;margin:auto;padding:94px 34px;position:relative;isolation:isolate}
.hero:before{content:"";position:absolute;inset:20px 0 0 0;background:
  linear-gradient(90deg,rgba(4,4,6,.9) 0%,rgba(4,4,6,.38) 35%,rgba(4,4,6,.22) 52%,rgba(4,4,6,.72) 100%),
  url('/assets/hero-shards.svg') center/cover no-repeat;
  border:1px solid rgba(100,91,113,.2);box-shadow:inset 0 0 120px rgba(0,0,0,.45),0 30px 100px rgba(0,0,0,.2);clip-path:polygon(0 0,96% 0,100% 12%,100% 100%,4% 100%,0 88%);opacity:.98;pointer-events:none;z-index:-2}
.hero:after{content:"";position:absolute;inset:0;background:
  radial-gradient(circle at 28% 38%,rgba(127,42,221,.17),transparent 24%),
  radial-gradient(circle at 74% 36%,rgba(147,57,255,.18),transparent 18%),
  radial-gradient(circle at 88% 20%,rgba(255,255,255,.05),transparent 12%);
  filter:blur(6px);pointer-events:none;z-index:-1}
.eyebrow{color:var(--violet-soft);font-size:11px;text-transform:uppercase;letter-spacing:.32em;font-weight:800;text-shadow:0 0 14px rgba(160,69,255,.28)}
.hero h1,.page-title{font-family:Georgia,"Times New Roman",serif;font-size:clamp(58px,7vw,108px);line-height:.85;margin:16px 0;letter-spacing:.02em;background:linear-gradient(180deg,#fff 3%,#d8d3df 47%,#827d8b 100%);-webkit-background-clip:text;background-clip:text;color:transparent;filter:drop-shadow(0 9px 28px #000)}.hero h1{position:relative}.hero h1:after{content:"";display:block;width:min(390px,70%);height:2px;margin-top:24px;background:linear-gradient(90deg,rgba(190,111,255,.8),rgba(112,33,203,.1),transparent);box-shadow:0 0 18px rgba(151,55,255,.5)}.hero h1 span{display:block;color:var(--violet-soft);-webkit-text-fill-color:var(--violet-soft);font-size:.52em;margin-top:17px;letter-spacing:.06em;text-shadow:0 0 24px rgba(133,45,236,.28)}.hero-copy{max-width:680px;color:#bdb7c3;line-height:1.8;font-size:17px}.hero-actions{display:flex;gap:12px;margin-top:30px;flex-wrap:wrap}
.world-card{position:relative;z-index:2;background:linear-gradient(145deg,rgba(24,20,31,.96),rgba(8,7,11,.98) 60%);border:1px solid #4d4459;box-shadow:var(--shadow),0 0 45px rgba(111,30,204,.12);padding:32px;clip-path:polygon(0 0,94% 0,100% 8%,100% 100%,6% 100%,0 92%)}.world-card:before{content:"";position:absolute;inset:8px;border:1px solid rgba(168,82,255,.22);pointer-events:none;clip-path:polygon(0 0,94% 0,100% 8%,100% 100%,6% 100%,0 92%)}.world-card:after{content:"◆";position:absolute;right:26px;bottom:12px;color:rgba(170,83,255,.11);font-size:95px;line-height:1;transform:rotate(45deg);text-shadow:0 0 26px rgba(163,71,255,.2)}.world-title{display:flex;justify-content:space-between;align-items:center;margin-bottom:26px}.world-title strong{font-family:Georgia,serif;font-size:22px;letter-spacing:.1em}.online-text{color:var(--green);font-size:11px;letter-spacing:.14em}.world-number{font-family:Georgia,serif;font-size:84px;line-height:1;color:#fff;text-shadow:0 0 28px rgba(148,61,255,.14)}.world-number small{font-family:inherit;font-size:20px;color:#87808e}.server-grid{display:grid;grid-template-columns:1fr 1fr;gap:1px;background:#332c3a;margin-top:28px}.server-grid div{background:linear-gradient(145deg,#111016,#0b0a0e);padding:15px}.server-grid span{display:block;color:#817a88;text-transform:uppercase;font-size:9px;letter-spacing:.15em}.server-grid b{font-size:15px}
.section{max-width:1440px;margin:auto;padding:78px 34px;position:relative}
.section:before{content:"";position:absolute;inset:14px 18px;background:linear-gradient(180deg,rgba(14,12,18,.42),rgba(8,8,12,.12));border:1px solid rgba(74,66,84,.12);clip-path:polygon(0 0,97% 0,100% 14%,100% 100%,3% 100%,0 86%);pointer-events:none;opacity:.85;z-index:-1}
.section:after{content:"";position:absolute;left:42px;right:42px;top:0;height:1px;background:linear-gradient(90deg,transparent,rgba(164,90,255,.16),transparent);pointer-events:none}
.section-head{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:30px}.section h2{font-family:Georgia,serif;font-size:38px;margin:8px 0;color:#eeeaf2}.section-intro{color:var(--muted);max-width:650px;line-height:1.7}
.feature-grid,.stats-grid,.store-grid,.guide-grid,.news-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.feature-card,.stat-card,.product,.guide-card,.news-card,.panel{background:
  linear-gradient(150deg,rgba(22,18,27,.95),rgba(10,9,14,.96) 68%),
  url('/assets/obsidian-texture.svg') center/950px auto repeat;
  border:1px solid #342e3c;box-shadow:0 12px 38px rgba(0,0,0,.28),inset 0 1px rgba(255,255,255,.018),inset 0 0 50px rgba(92,33,166,.05);position:relative}
.feature-card:after,.stat-card:after,.panel:after,.guide-card:after,.news-card:after{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(135deg,rgba(185,111,255,.03),transparent 25%,transparent 76%,rgba(113,42,180,.03))}.feature-card{padding:26px;min-height:180px;overflow:hidden}.feature-card:before{content:"";position:absolute;left:0;top:0;bottom:0;width:2px;background:linear-gradient(var(--violet-soft),var(--violet),transparent 85%);box-shadow:0 0 12px rgba(154,62,255,.5)}.feature-card .icon{font-size:26px;color:var(--violet-soft);text-shadow:0 0 16px rgba(148,55,255,.38)}.feature-card h3{font-family:Georgia,serif;font-size:20px}.feature-card p,.product p,.guide-card p,.news-card p{color:var(--muted);line-height:1.65}.feature-card:hover,.product:hover,.guide-card:hover,.news-card:hover{border-color:#594469;box-shadow:0 16px 44px rgba(0,0,0,.34),0 0 28px rgba(132,42,227,.07)}
.stats-grid{grid-template-columns:repeat(5,1fr)}.stat-card{padding:22px;overflow:hidden}.stat-card span{display:block;color:#85808b;font-size:10px;text-transform:uppercase;letter-spacing:.13em}.stat-card b{font-family:Georgia,serif;font-size:30px;display:block;margin-top:8px;color:#eeeaf4}.activity{border-top:1px solid var(--line)}.activity-row{display:grid;grid-template-columns:52px 1fr auto;gap:15px;align-items:center;padding:15px 0;border-bottom:1px solid #28232e}.avatar{width:42px;height:42px;border:1px solid #554660;background:radial-gradient(circle at 48% 35%,#593474,#17121e 72%);display:grid;place-items:center;font-family:Georgia,serif;color:var(--violet-soft);font-weight:900;box-shadow:inset 0 0 15px rgba(135,43,231,.16),0 0 18px rgba(99,23,178,.07)}.activity-row p{margin:0;color:#d8d3de}.activity-row span{color:#77717e;font-size:12px}
.page-hero{max-width:1440px;margin:auto;padding:78px 34px 30px;position:relative}
.page-hero:before{content:"";position:absolute;inset:14px 10px auto 10px;height:calc(100% - 10px);background:
  linear-gradient(180deg,rgba(13,11,17,.46),rgba(7,6,10,.08)),
  url('/assets/hero-shards.svg') center top/cover no-repeat;
  border:1px solid rgba(73,66,82,.15);clip-path:polygon(0 0,97% 0,100% 18%,100% 100%,3% 100%,0 82%);opacity:.34;pointer-events:none;z-index:-1}
.page-hero:after{content:"";position:absolute;left:34px;right:34px;bottom:0;height:1px;background:linear-gradient(90deg,rgba(165,79,255,.52),rgba(95,72,111,.22),transparent 78%)}.page-title{font-size:clamp(46px,6vw,82px)}.breadcrumb{color:#9d6fca;font-size:11px;text-transform:uppercase;letter-spacing:.16em;font-weight:700}.panel{padding:24px;overflow:hidden}
.filters{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:18px}.field{display:flex;flex-direction:column;gap:7px;flex:1;min-width:180px}.field label{color:#a29aa8;font-size:10px;text-transform:uppercase;letter-spacing:.14em}.field input,.field select,.field textarea{width:100%;background:linear-gradient(180deg,#0a090d,#07070a);border:1px solid #3c3445;color:#eeeaf3;padding:13px 14px;border-radius:2px;outline:none;box-shadow:inset 0 0 24px rgba(145,58,241,.03)}.field input:focus,.field select:focus,.field textarea:focus{border-color:#8741cf;box-shadow:0 0 0 2px rgba(143,54,238,.12),0 0 20px rgba(115,36,201,.08),inset 0 0 24px rgba(145,58,241,.06)}.field textarea{min-height:150px;resize:vertical}.form{display:grid;gap:16px;max-width:560px}.form-note{font-size:12px;color:#807984}
.table-wrap{overflow:auto;border:1px solid var(--line)}table{width:100%;border-collapse:collapse;min-width:680px;background:#0d0c11}th,td{text-align:left;padding:14px;border-bottom:1px solid #2b2531}th{color:#9992a0;text-transform:uppercase;letter-spacing:.1em;font-size:10px;background:#131017}td{font-size:14px}tbody tr:hover{background:rgba(129,44,217,.035)}.rank{font-family:Georgia,serif;color:var(--violet-soft);font-size:18px;text-shadow:0 0 12px rgba(143,57,236,.2)}.mode{font-size:9px;border:1px solid #51465c;padding:5px 7px;text-transform:uppercase;letter-spacing:.08em;background:#100e14}
.store-grid{grid-template-columns:repeat(3,1fr)}.product{padding:0;overflow:hidden}.product-art{height:145px;background:radial-gradient(circle at 63% 52%,rgba(151,57,255,.40),transparent 34%),linear-gradient(135deg,#27202f,#0b0a0f);position:relative;border-bottom:1px solid #342b3e}.product-art:before{content:"";position:absolute;inset:0;background:linear-gradient(130deg,transparent 20%,rgba(198,142,255,.08) 21%,transparent 22%,transparent 55%,rgba(131,53,208,.05) 56%,transparent 58%)}.product-art:after{content:"◆";position:absolute;font-size:78px;color:rgba(174,83,255,.30);right:27px;top:20px;transform:rotate(8deg);text-shadow:0 0 22px rgba(138,38,237,.28)}.product-body{padding:22px}.product-price{font-family:Georgia,serif;font-size:28px;color:var(--violet-soft);margin:16px 0;text-shadow:0 0 15px rgba(147,55,242,.18)}.product .button{width:100%}.badge{position:absolute;top:13px;left:13px;background:linear-gradient(180deg,#7d31cc,#501685);border:1px solid #ae6cef;padding:6px 9px;font-size:9px;text-transform:uppercase;letter-spacing:.12em;z-index:2;box-shadow:0 0 18px rgba(126,38,217,.18)}
.guide-card,.news-card{padding:24px;min-height:180px;overflow:hidden}.guide-card h3,.news-card h3,.product h3{font-family:Georgia,serif;font-size:22px;margin:8px 0}.dashboard-grid{display:grid;grid-template-columns:1.4fr .8fr;gap:16px}.character{display:flex;gap:22px;align-items:center}.character-crest{width:108px;height:108px;border:1px solid #584568;background:radial-gradient(circle at 50% 36%,#583574,#17121e 64%,#0a090d 100%);display:grid;place-items:center;font-family:Georgia,serif;font-size:42px;color:var(--violet-soft);box-shadow:inset 0 0 30px rgba(153,58,255,.13),0 0 25px rgba(111,31,192,.10)}.mini-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:22px}.mini-stat{padding:14px;background:#09080c;border:1px solid #332d3a}.mini-stat span{display:block;color:#7f7884;font-size:9px;text-transform:uppercase;letter-spacing:.12em}.mini-stat b{font-family:Georgia,serif;font-size:20px}.split{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.cta-banner{max-width:1372px;margin:30px auto 70px;padding:45px;background:
  radial-gradient(circle at 82%,rgba(139,43,229,.24),transparent 32%),
  linear-gradient(135deg,rgba(23,18,29,.96),rgba(11,10,14,.98)),
  url('/assets/obsidian-texture.svg') center/1200px auto repeat;
  border:1px solid #4b3a58;display:flex;justify-content:space-between;align-items:center;gap:25px;position:relative;overflow:hidden;box-shadow:0 18px 60px rgba(0,0,0,.26)}.cta-banner:after{content:"◆";position:absolute;right:16%;top:-37px;font-size:170px;color:rgba(168,76,255,.05);transform:rotate(35deg)}.cta-banner h2{font-family:Georgia,serif;font-size:36px;margin:0 0 8px}
.footer{max-width:1440px;margin:auto;border-top:1px solid #2b2630;padding:42px 34px 55px;display:grid;grid-template-columns:1fr 1fr;gap:25px;color:#7f7983;position:relative}
.footer:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(16,13,22,.35),rgba(5,5,8,0));pointer-events:none}.footer-brand{color:#ded8e5}.footer-links{display:flex;flex-wrap:wrap;gap:16px;justify-content:flex-end;font-size:12px}.footer-links a:hover{color:var(--violet-soft)}.disclaimer{grid-column:1/-1;font-size:11px;border-top:1px solid #211d26;padding-top:18px}
.loading{height:160px;background:linear-gradient(90deg,#0d0c10 25%,#1b1720 50%,#0d0c10 75%);background-size:200% 100%;animation:load 1.3s infinite}@keyframes load{to{background-position:-200% 0}}#toast{position:fixed;right:24px;bottom:24px;z-index:100;background:#16121b;border:1px solid #594567;padding:13px 16px;box-shadow:var(--shadow),0 0 25px rgba(123,35,215,.08);opacity:0;transform:translateY(12px);transition:.2s;max-width:420px}#toast.show{opacity:1;transform:none}
#embers{position:fixed;inset:0;pointer-events:none;z-index:0;overflow:hidden}.ember{position:absolute;width:2px;height:2px;background:#b66cff;box-shadow:0 0 8px #8d35f7,0 0 15px rgba(138,50,240,.35);border-radius:50%;animation:rise linear infinite}@keyframes rise{from{transform:translateY(105vh) rotate(0deg);opacity:0}10%{opacity:.58}75%{opacity:.38}to{transform:translateY(-10vh) translateX(60px) rotate(180deg);opacity:0}}
.empty{text-align:center;padding:50px;color:#89828f}.danger{color:#e482a0}.success{color:#86d7a8}.tabs{display:flex;gap:7px;overflow:auto;margin-bottom:18px}.tab{background:#0e0c12;border:1px solid #37303f;color:#aaa3b0;padding:9px 12px}.tab.active{border-color:#7840af;color:#d1a4ff;background:#15101b}.legal{max-width:900px}.legal h2{margin-top:35px}.legal p,.legal li{color:#aaa3b0;line-height:1.75}
@media(max-width:1180px){.site-header nav{display:none;position:absolute;top:77px;left:0;right:0;background:#0a080d;padding:20px;flex-wrap:wrap;border-bottom:1px solid var(--line)}.site-header nav.open{display:flex}.menu-toggle{display:block}.header-actions .status-pill{display:none}.hero{grid-template-columns:1fr}.hero:after{right:0}.world-card{max-width:620px}.stats-grid{grid-template-columns:repeat(3,1fr)}.feature-grid,.store-grid,.guide-grid,.news-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:720px){.site-header{padding:0 16px;gap:12px}.site-header .brand span{display:none}.header-actions .ghost{display:none}.hero,.section,.page-hero{padding-left:18px;padding-right:18px}.hero{padding-top:60px;gap:35px}.hero h1{font-size:58px}.world-number{font-size:65px}.feature-grid,.stats-grid,.store-grid,.guide-grid,.news-grid,.dashboard-grid,.split{grid-template-columns:1fr}.mini-stats{grid-template-columns:1fr 1fr}.section{padding-top:55px;padding-bottom:55px}.section-head{align-items:start;flex-direction:column}.cta-banner{margin:20px 18px 50px;flex-direction:column;align-items:flex-start;padding:28px}.footer{grid-template-columns:1fr}.footer-links{justify-content:flex-start}.character{align-items:flex-start}.character-crest{width:80px;height:80px;flex:0 0 80px}.page-hero:after{left:18px;right:18px}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important}.ember{display:none}.button:hover{transform:none}}

.hero .hero-copy,.hero .hero-actions,.hero .eyebrow,.hero h1{position:relative;z-index:2}
.hero > :first-child{padding:34px 22px 34px 8px}
.hero > :first-child:before{content:'';position:absolute;inset:0 auto 0 0;width:min(680px,92%);background:linear-gradient(90deg,rgba(5,5,7,.42),rgba(5,5,7,.14),transparent 82%);filter:blur(2px);z-index:-1;pointer-events:none}
.world-card,.feature-card,.stat-card,.product,.guide-card,.news-card,.panel,.cta-banner{backdrop-filter:blur(2px)}
.product-art{background:radial-gradient(circle at 63% 52%,rgba(151,57,255,.36),transparent 34%),linear-gradient(135deg,#241d2d,#09080c),url('/assets/obsidian-texture.svg') center/900px auto repeat;position:relative;border-bottom:1px solid #342b3e}
.table-wrap,table,.mini-stat{background-image:url('/assets/obsidian-texture.svg');background-size:900px auto;background-repeat:repeat}
@media(max-width:1180px){.hero:before{inset:12px 0 0 0;background:linear-gradient(180deg,rgba(5,5,7,.44),rgba(5,5,7,.26)),url('/assets/hero-shards.svg') center/cover no-repeat}.section:before{inset:10px 12px}}
@media(max-width:720px){.hero{min-height:auto}.hero:before{clip-path:polygon(0 0,94% 0,100% 10%,100% 100%,6% 100%,0 90%)}.section:before{inset:8px 8px}.page-hero:before{inset:8px 0 auto 0}}


/* v0.4 emblem integration */
.brand img{width:42px;height:42px;border-radius:50%;object-fit:cover;border:1px solid rgba(130,109,160,.34);background:#07070b;box-shadow:0 0 0 1px rgba(255,255,255,.03),0 0 18px rgba(118,35,212,.24)}
.footer .brand img{width:44px;height:44px}
.hero{grid-template-columns:1.02fr .98fr;gap:36px}
.hero-main{position:relative;z-index:2;padding:42px 18px 42px 8px}
.hero-main:before{content:'';position:absolute;inset:0 auto 0 0;width:min(700px,96%);background:linear-gradient(90deg,rgba(5,5,7,.62),rgba(5,5,7,.26),transparent 82%);filter:blur(2px);z-index:-1;pointer-events:none}
.hero-side{position:relative;display:flex;flex-direction:column;align-items:flex-end;gap:18px;z-index:2}
.hero-emblem-wrap{position:relative;display:flex;justify-content:flex-end;align-items:center;width:100%;min-height:390px}
.hero-emblem-wrap:before{content:'';position:absolute;inset:3% 8% 4% 28%;background:radial-gradient(circle at 52% 48%,rgba(155,69,255,.28),rgba(92,27,165,.18) 34%,transparent 68%);filter:blur(10px);pointer-events:none}
.hero-emblem{position:relative;width:min(560px,100%);max-width:100%;height:auto;display:block;filter:drop-shadow(0 0 22px rgba(121,39,217,.35)) drop-shadow(0 24px 50px rgba(0,0,0,.48));mix-blend-mode:screen;opacity:.98}
.hero:before{background:
  linear-gradient(90deg,rgba(4,4,6,.92) 0%,rgba(4,4,6,.42) 32%,rgba(4,4,6,.15) 52%,rgba(4,4,6,.84) 100%),
  radial-gradient(circle at 76% 31%,rgba(141,58,245,.16),transparent 18%),
  radial-gradient(circle at 73% 42%,rgba(117,36,210,.13),transparent 26%),
  url('/assets/hero-shards.svg') center/cover no-repeat}
.world-card{width:min(100%,560px);background:linear-gradient(145deg,rgba(18,15,25,.88),rgba(7,6,10,.96) 60%),url('/assets/obsidian-texture.svg') center/950px auto repeat}
.page-hero{overflow:hidden;min-height:260px;display:flex;flex-direction:column;justify-content:flex-end}
.page-hero-mark{position:absolute;right:18px;top:50%;transform:translateY(-50%);width:min(430px,40vw);opacity:.13;pointer-events:none;filter:drop-shadow(0 0 20px rgba(121,42,214,.2));mix-blend-mode:screen}
.page-hero:before{background:
  linear-gradient(180deg,rgba(13,11,17,.56),rgba(7,6,10,.10)),
  radial-gradient(circle at 84% 50%,rgba(122,41,220,.14),transparent 22%),
  url('/assets/hero-shards.svg') center top/cover no-repeat}
.page-title,.breadcrumb,.page-hero .section-intro{position:relative;z-index:2;max-width:min(760px,74%)}
.cta-banner{background:
  radial-gradient(circle at 82%,rgba(139,43,229,.24),transparent 32%),
  radial-gradient(circle at 20% 24%,rgba(159,79,255,.12),transparent 18%),
  linear-gradient(135deg,rgba(23,18,29,.96),rgba(11,10,14,.98)),
  url('/assets/obsidian-texture.svg') center/1200px auto repeat}
@media(max-width:1180px){
  .hero{grid-template-columns:1fr;gap:24px}
  .hero-side{align-items:stretch}
  .hero-emblem-wrap{justify-content:center;min-height:300px}
  .hero-emblem-wrap:before{inset:7% 15% 8% 15%}
  .hero-emblem{width:min(460px,82vw)}
  .page-hero-mark{width:min(360px,52vw);opacity:.11}
  .page-title,.breadcrumb,.page-hero .section-intro{max-width:100%}
}
@media(max-width:720px){
  .brand img{width:38px;height:38px}
  .hero-main{padding:28px 0 12px}
  .hero-emblem-wrap{min-height:200px}
  .hero-emblem{width:min(340px,88vw);opacity:.9}
  .page-hero-mark{right:8px;width:220px;opacity:.1}
  .page-hero{min-height:220px}
}

/* v0.5 polish pass: remove giant icon, refine hero/layout */
.brand img,.footer .brand img{width:38px;height:38px;border:none;border-radius:0;background:transparent;object-fit:contain;box-shadow:none;filter:drop-shadow(0 0 10px rgba(145,60,255,.30))}
.hero{grid-template-columns:1.08fr .92fr;gap:42px;align-items:stretch;min-height:760px}
.hero:before{background:
  linear-gradient(90deg,rgba(4,4,6,.94) 0%,rgba(4,4,6,.50) 34%,rgba(4,4,6,.22) 52%,rgba(4,4,6,.86) 100%),
  radial-gradient(circle at 78% 26%,rgba(150,63,255,.18),transparent 14%),
  radial-gradient(circle at 80% 45%,rgba(112,33,203,.17),transparent 22%),
  radial-gradient(circle at 20% 18%,rgba(178,115,255,.06),transparent 15%),
  url('/assets/hero-shards.svg') center/cover no-repeat;
  border:1px solid rgba(100,91,113,.24);box-shadow:inset 0 0 140px rgba(0,0,0,.56),0 38px 120px rgba(0,0,0,.22)}
.hero:after{background:
  radial-gradient(circle at 18% 34%,rgba(143,53,240,.14),transparent 19%),
  radial-gradient(circle at 75% 28%,rgba(147,57,255,.15),transparent 14%),
  radial-gradient(circle at 90% 72%,rgba(255,255,255,.03),transparent 10%);
  filter:blur(10px)}
.hero-main{display:flex;flex-direction:column;justify-content:center;padding:56px 14px 56px 10px}
.hero-main:before{width:min(720px,98%);background:linear-gradient(90deg,rgba(5,5,7,.66),rgba(5,5,7,.28),transparent 82%)}
.hero-copy{font-size:18px;max-width:700px;color:#c8c1cf}
.hero-note{margin-top:26px;max-width:620px;padding:14px 16px;border:1px solid rgba(89,74,106,.42);background:linear-gradient(180deg,rgba(16,13,22,.72),rgba(9,8,12,.62));color:#a89fb3;line-height:1.7;font-size:13px;box-shadow:inset 0 1px rgba(255,255,255,.03)}
.hero-side{display:flex;align-items:center;justify-content:flex-end;padding:36px 0}
.world-card-polished{width:min(100%,520px);padding:34px 34px 30px;box-shadow:var(--shadow),0 0 55px rgba(111,30,204,.14),inset 0 0 80px rgba(139,49,255,.05)}
.world-card-polished:before{inset:10px;border-color:rgba(174,103,255,.24)}
.world-card-polished .section-intro{margin-top:14px}
.server-grid{border:1px solid rgba(74,63,87,.40);box-shadow:inset 0 0 20px rgba(108,31,194,.05)}
.server-grid div{min-height:72px;display:flex;flex-direction:column;justify-content:center}
.section{padding-top:86px;padding-bottom:86px}
.section:before{background:linear-gradient(180deg,rgba(14,12,18,.50),rgba(8,8,12,.14));border-color:rgba(74,66,84,.15)}
.section h2{font-size:40px;letter-spacing:.01em}
.section-intro{font-size:16px}
.feature-card,.stat-card,.product,.guide-card,.news-card,.panel{transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}
.feature-card:hover,.stat-card:hover,.product:hover,.guide-card:hover,.news-card:hover,.panel:hover{transform:translateY(-3px);border-color:#655075;box-shadow:0 20px 50px rgba(0,0,0,.34),0 0 32px rgba(132,42,227,.08),inset 0 0 50px rgba(92,33,166,.06)}
.button{padding:13px 18px;border-radius:4px}
.button.secondary{background:linear-gradient(180deg,#2b2633,#15111a);border-color:#695d77}
.page-hero{min-height:250px;padding-top:96px}
.page-hero:before{background:
  linear-gradient(180deg,rgba(13,11,17,.60),rgba(7,6,10,.08)),
  radial-gradient(circle at 84% 36%,rgba(122,41,220,.10),transparent 16%),
  url('/assets/hero-shards.svg') center top/cover no-repeat;opacity:.28}
.page-title,.breadcrumb,.page-hero .section-intro{max-width:min(820px,100%)}
.cta-banner{margin-top:42px;padding:52px 48px;border-color:#5d4c6d;box-shadow:0 24px 70px rgba(0,0,0,.30)}
.footer{padding-top:52px}
@media(max-width:1180px){
  .hero{grid-template-columns:1fr;min-height:auto;gap:10px}
  .hero-main{padding:46px 8px 8px}
  .hero-side{padding:0 0 24px;justify-content:stretch}
  .world-card-polished{width:100%;max-width:640px}
  .page-hero{padding-top:84px}
}
@media(max-width:720px){
  .hero{gap:18px}
  .hero-main{padding:30px 0 0}
  .hero-copy{font-size:16px}
  .hero-note{font-size:12px;padding:12px 13px}
  .world-card-polished{padding:24px 22px 22px}
  .section{padding-top:62px;padding-bottom:62px}
  .section h2{font-size:34px}
  .page-hero{min-height:210px;padding-top:74px}
  .cta-banner{padding:30px 24px}
}


/* v0.6 site logo correction */
.brand img,.footer .brand img{
  width:44px;height:44px;border-radius:50%;object-fit:cover;object-position:center;
  background:#020204;border:1px solid rgba(135,106,166,.38);
  box-shadow:0 0 0 1px rgba(255,255,255,.025),0 0 16px rgba(132,45,232,.24);
  filter:drop-shadow(0 0 8px rgba(143,58,245,.22));
}
.site-header .brand img{width:42px;height:42px}
.footer .brand img{width:46px;height:46px}
@media(max-width:720px){.site-header .brand img{width:38px;height:38px}.footer .brand img{width:42px;height:42px}}

/* v0.7 premium homepage pass */
.hero-premium{min-height:780px}
.hero-premium .hero-main{padding-top:62px;padding-bottom:62px}
.hero-kpis{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:26px;max-width:880px}
.hero-kpi{position:relative;padding:16px 16px 18px;background:linear-gradient(180deg,rgba(16,13,22,.82),rgba(9,8,12,.72));border:1px solid rgba(86,72,103,.45);box-shadow:inset 0 1px rgba(255,255,255,.03),0 16px 36px rgba(0,0,0,.18);overflow:hidden}
.hero-kpi:before{content:"";position:absolute;left:0;top:0;bottom:0;width:2px;background:linear-gradient(var(--violet-soft),rgba(120,55,200,0))}
.hero-kpi span{display:block;color:#a989d8;font-size:10px;text-transform:uppercase;letter-spacing:.18em;margin-bottom:8px}
.hero-kpi b{display:block;font-family:Georgia,serif;font-size:18px;color:#f2eef7;margin-bottom:7px}
.hero-kpi small{display:block;color:#9e97a8;line-height:1.6;font-size:12px}
.world-footer{display:grid;grid-template-columns:1fr 1fr;gap:1px;background:#332c3a;border:1px solid rgba(74,63,87,.40);margin-top:16px}
.world-footer div{background:linear-gradient(145deg,#111016,#0b0a0e);padding:14px}
.world-footer span{display:block;color:#817a88;text-transform:uppercase;font-size:9px;letter-spacing:.15em}
.world-footer b{display:block;margin-top:5px;font-size:13px}
.signature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.signature-card{position:relative;padding:28px 26px 26px;background:linear-gradient(155deg,rgba(20,17,26,.97),rgba(9,8,12,.97));border:1px solid rgba(73,63,84,.55);box-shadow:0 18px 42px rgba(0,0,0,.24),inset 0 1px rgba(255,255,255,.03);overflow:hidden}
.signature-card:before{content:"";position:absolute;inset:auto -70px -60px auto;width:180px;height:180px;background:radial-gradient(circle,rgba(132,46,227,.16),transparent 68%);pointer-events:none}
.signature-icon{display:inline-grid;place-items:center;width:44px;height:44px;border:1px solid rgba(157,93,228,.46);background:linear-gradient(180deg,rgba(77,29,136,.8),rgba(40,18,75,.8));color:#ead8ff;font-size:18px;box-shadow:0 0 22px rgba(121,39,217,.18)}
.signature-card h3{font-family:Georgia,serif;font-size:24px;margin:16px 0 10px}
.signature-card p{color:#a9a2b1;line-height:1.7;margin:0}
.stats-grid-premium .stat-card{min-height:132px;display:flex;flex-direction:column;justify-content:center}
.stat-card-primary{background:linear-gradient(145deg,rgba(30,21,42,.96),rgba(10,9,14,.98) 72%),url('/assets/obsidian-texture.svg') center/950px auto repeat;border-color:#5e4a77;box-shadow:0 18px 48px rgba(0,0,0,.3),0 0 28px rgba(121,39,217,.08),inset 0 0 50px rgba(92,33,166,.08)}
.stat-card small{display:block;color:#8e8699;margin-top:8px;font-size:12px}
.split-showcase{display:grid;grid-template-columns:1.02fr .98fr;gap:18px}
.prestige-panel{padding:30px;min-height:100%;background:linear-gradient(150deg,rgba(22,18,27,.96),rgba(10,9,14,.98) 68%),url('/assets/obsidian-texture.svg') center/950px auto repeat;border:1px solid rgba(73,63,84,.55);box-shadow:0 18px 42px rgba(0,0,0,.24),inset 0 1px rgba(255,255,255,.02)}
.prestige-panel.alt .activity{margin-top:18px}
.mode-showcase{display:flex;flex-wrap:wrap;gap:10px;margin:24px 0 26px}
.mode-showcase span{display:inline-flex;align-items:center;justify-content:center;min-width:86px;padding:10px 12px;background:linear-gradient(180deg,#15121b,#0d0b10);border:1px solid rgba(98,82,116,.48);text-transform:uppercase;letter-spacing:.1em;font-size:11px;color:#d6cae8;box-shadow:inset 0 1px rgba(255,255,255,.03)}
.cta-banner-premium{align-items:center;gap:30px}
.cta-banner-premium .hero-actions{margin-top:0}
.cta-banner-premium h2{font-size:42px}
.cta-banner-premium .section-intro{max-width:760px}
.site-header{box-shadow:0 12px 40px rgba(0,0,0,.38)}
.site-header nav a{position:relative}
.site-header nav a:after{content:"";position:absolute;left:0;right:0;bottom:-8px;height:1px;background:linear-gradient(90deg,transparent,rgba(169,95,255,.72),transparent);transform:scaleX(0);transition:.18s;transform-origin:center}
.site-header nav a:hover:after,.site-header nav a.active:after{transform:scaleX(1)}
.button{box-shadow:inset 0 1px rgba(255,255,255,.24),inset 0 -1px rgba(0,0,0,.35),0 12px 28px rgba(91,23,171,.28),0 0 0 1px rgba(214,183,255,.045)}
.activity-row{padding:16px 0}
.cta-banner-premium .button{min-width:180px}
@media(max-width:1180px){
  .hero-kpis{grid-template-columns:1fr;max-width:100%}
  .signature-grid,.split-showcase{grid-template-columns:1fr}
  .cta-banner-premium{align-items:flex-start}
}
@media(max-width:720px){
  .hero-premium{min-height:auto}
  .hero-kpis{gap:10px}
  .hero-kpi{padding:14px}
  .signature-card{padding:22px 20px}
  .signature-card h3{font-size:21px}
  .prestige-panel{padding:22px}
  .world-footer{grid-template-columns:1fr}
  .cta-banner-premium h2{font-size:34px}
}

/* v0.8 player-facing cleanup */
.player-stats{grid-template-columns:repeat(4,1fr)}
.hero-premium .hero-kpis{margin-top:30px}
.signature-card p{max-width:34rem}
.prestige-panel .section-intro{max-width:720px}
@media(max-width:1180px){.player-stats{grid-template-columns:repeat(2,1fr)}}
@media(max-width:720px){.player-stats{grid-template-columns:1fr}}

/* v0.9 MMORPG portal redesign */
:root{
  --gold:#b99a57;
  --gold-bright:#e0c57d;
  --gold-dim:#6f5c37;
  --steel:#8a8580;
  --steel-dark:#39363a;
  --purple-magic:#7733b7;
  --purple-soft:#ad74da;
}
body{
  background:
    radial-gradient(circle at 82% 8%,rgba(98,42,136,.10),transparent 25%),
    radial-gradient(circle at 12% 20%,rgba(171,136,71,.055),transparent 23%),
    linear-gradient(180deg,#08080a 0%,#0a0a0d 34%,#070709 100%);
}
body:before{
  opacity:.64;
  mix-blend-mode:normal;
  background:
    linear-gradient(180deg,rgba(0,0,0,.12),rgba(0,0,0,.48)),
    url('/assets/mmorpg-stone.svg') center top/1000px auto repeat;
}
body:after{background:radial-gradient(ellipse at 50% 100%,rgba(79,33,112,.10),transparent 65%)}
.realm-strip{height:28px;background:linear-gradient(180deg,#18171a,#0e0e10);border-bottom:1px solid #3e382f;box-shadow:inset 0 -1px rgba(0,0,0,.7);position:relative;z-index:35}
.realm-strip:after{content:"";position:absolute;left:0;right:0;bottom:0;height:1px;background:linear-gradient(90deg,transparent,rgba(185,154,87,.42),transparent)}
.realm-strip-inner{height:100%;max-width:1440px;margin:auto;padding:0 34px;display:flex;align-items:center;justify-content:space-between;color:#847b6b;font:700 9px/1 ui-sans-serif,system-ui,sans-serif;letter-spacing:.2em;text-transform:uppercase}
.realm-motto{color:#b49d70}
.site-header{height:82px;top:0;background:
  linear-gradient(180deg,rgba(26,25,27,.98),rgba(10,10,12,.98)),
  url('/assets/mmorpg-stone.svg') center/700px auto repeat;
  border-bottom:1px solid #575044;box-shadow:0 12px 34px rgba(0,0,0,.56),inset 0 1px rgba(255,255,255,.025);gap:24px}
.site-header:before{content:"";position:absolute;left:0;right:0;top:0;height:1px;background:linear-gradient(90deg,transparent,#75684d,transparent)}
.site-header:after{background:linear-gradient(90deg,transparent,rgba(192,157,86,.55) 25%,rgba(126,113,91,.22) 70%,transparent)}
.brand{gap:12px;min-width:max-content;letter-spacing:0}
.brand img,.footer .brand img{border:1px solid #625b52;background:#050506;box-shadow:0 0 0 2px #171619,0 0 14px rgba(100,45,145,.22);filter:none}
.brand .brand-copy{display:flex;flex-direction:column;background:none!important;color:inherit!important;-webkit-text-fill-color:initial!important;text-shadow:none!important;line-height:1.05}
.brand-copy b{font-family:Georgia,"Times New Roman",serif;font-size:18px;letter-spacing:.18em;background:linear-gradient(180deg,#ece7dc 10%,#b9b2a5 58%,#746f68 100%);-webkit-background-clip:text;background-clip:text;color:transparent}
.brand-copy small{margin-top:5px;font:700 8px/1 ui-sans-serif,system-ui,sans-serif;letter-spacing:.2em;color:#8e7a51}
.site-header nav{gap:4px;align-self:stretch}
.site-header nav a{min-width:70px;padding:0 10px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;border-left:1px solid transparent;border-right:1px solid transparent;color:#9a968f;font-size:9px;letter-spacing:.12em;position:relative}
.site-header nav a:before{content:"";position:absolute;left:10px;right:10px;bottom:0;height:2px;background:linear-gradient(90deg,transparent,var(--gold),transparent);transform:scaleX(0);transition:.2s}
.site-header nav a:after{display:none}
.site-header nav a:hover,.site-header nav a.active{color:#d8c28c;background:linear-gradient(180deg,rgba(255,255,255,.018),rgba(185,154,87,.055));text-shadow:none;border-color:rgba(125,112,88,.12)}
.site-header nav a:hover:before,.site-header nav a.active:before{transform:scaleX(1)}
.nav-icon{font-family:Georgia,serif;font-size:15px;color:#807769;transition:.18s}
.site-header nav a:hover .nav-icon,.site-header nav a.active .nav-icon{color:#cdb474;text-shadow:0 0 12px rgba(188,147,73,.22)}
.status-pill{border-radius:2px;border-color:#4b453b;background:#121214;color:#a49d91;padding:9px 11px}
.button{border-radius:2px;border:1px solid #9f8349;background:linear-gradient(180deg,#bf9d55 0%,#856b38 55%,#624e2a 100%);color:#16130c;text-shadow:0 1px rgba(255,255,255,.18);box-shadow:inset 0 1px rgba(255,255,255,.32),inset 0 -1px rgba(0,0,0,.55),0 9px 24px rgba(0,0,0,.32);letter-spacing:.1em}
.button:hover{filter:brightness(1.08);box-shadow:inset 0 1px rgba(255,255,255,.34),0 12px 30px rgba(0,0,0,.38),0 0 16px rgba(184,145,73,.10)}
.button.secondary{background:linear-gradient(180deg,#4c4a4d,#2b2a2d 52%,#1c1b1e);border-color:#696461;color:#ddd7cd;text-shadow:none}
.button.ghost{background:linear-gradient(180deg,#1a191c,#0d0d0f);border-color:#4c4742;color:#bdb7ad;text-shadow:none}
.button.ghost:hover,.button.secondary:hover{border-color:#8f7b54;color:#e6d8b6}
.eyebrow,.panel-kicker{color:#b89c62;text-shadow:none}
.mmorpg-hero{min-height:670px;grid-template-columns:1.12fr .88fr;padding-top:58px;padding-bottom:58px;gap:46px}
.mmorpg-hero:before{inset:18px 0 0;background:
  linear-gradient(90deg,rgba(5,5,6,.92),rgba(8,8,10,.58) 40%,rgba(5,5,6,.78)),
  radial-gradient(circle at 72% 28%,rgba(103,46,145,.14),transparent 22%),
  url('/assets/mmorpg-runes.svg') center/cover no-repeat,
  url('/assets/mmorpg-stone.svg') center/1100px auto repeat;
  border:1px solid #4c4741;box-shadow:inset 0 0 0 5px rgba(0,0,0,.28),inset 0 0 120px rgba(0,0,0,.65),0 30px 80px rgba(0,0,0,.35);clip-path:none}
.mmorpg-hero:after{content:"";position:absolute;inset:26px 8px 8px;border:1px solid rgba(160,137,90,.13);pointer-events:none;filter:none;background:none;z-index:-1}
.mmorpg-hero h1{font-size:clamp(64px,7vw,106px);letter-spacing:.025em;background:linear-gradient(180deg,#f0ede7 0%,#c4beb1 48%,#77726c 100%);-webkit-background-clip:text;background-clip:text;filter:drop-shadow(0 7px 18px #000)}
.mmorpg-hero h1:after{background:linear-gradient(90deg,#a9884c,#5f5140 52%,transparent);box-shadow:none;height:1px}
.mmorpg-hero h1 span{color:#c8ae70;-webkit-text-fill-color:#c8ae70;text-shadow:0 2px 10px #000;font-size:.43em;letter-spacing:.12em}
.mmorpg-hero .hero-copy{color:#b8b2aa;max-width:720px;font-size:17px}
.hero-runes{display:flex;align-items:center;gap:12px;margin-top:28px;color:#80745f;font-family:Georgia,serif}
.hero-runes i{width:84px;height:1px;background:linear-gradient(90deg,transparent,#665c4d,transparent)}
.realm-card{clip-path:none;background:
  linear-gradient(145deg,rgba(29,28,30,.98),rgba(10,10,12,.99) 72%),
  url('/assets/mmorpg-stone.svg') center/620px auto repeat;
  border:1px solid #686158;box-shadow:0 28px 70px rgba(0,0,0,.48),inset 0 0 0 4px #121214,inset 0 0 0 5px #3c3935;padding:32px}
.realm-card:before{inset:10px;border:1px solid rgba(177,148,87,.18);clip-path:none}
.realm-card:after{content:"✦";right:22px;bottom:8px;color:rgba(125,59,170,.09);font-size:88px;transform:none}
.realm-card-top{display:flex;justify-content:space-between;align-items:flex-start;border-bottom:1px solid #403b35;padding-bottom:18px;margin-bottom:22px}
.panel-kicker{display:block;font:800 9px/1 ui-sans-serif,system-ui,sans-serif;letter-spacing:.22em;text-transform:uppercase;margin-bottom:6px}
.realm-card h3{font-family:Georgia,serif;font-size:28px;margin:0;color:#e2ddd5}
.realm-status{font-size:10px;letter-spacing:.16em;color:#78cf9b;margin-top:6px}
.realm-card .world-number{font-size:76px;color:#ece9e2;text-shadow:0 4px 18px #000}
.realm-card .world-number small{display:block;font-size:13px;margin-top:8px;color:#928a80;text-transform:uppercase;letter-spacing:.12em}
.realm-card .server-grid{background:#46413b;border-color:#4c4741}
.realm-card .server-grid div{background:linear-gradient(180deg,#171719,#101012);min-height:68px}
.realm-card .server-grid span{color:#81786c}
.realm-card .server-grid b{color:#d5d0c7}
.realm-card-actions{display:flex;gap:10px;margin-top:18px}
.portal-section{max-width:1440px;margin:0 auto;padding:22px 34px 54px;position:relative}
.portal-grid{display:grid;grid-template-columns:1.35fr .65fr;gap:18px}
.portal-panel{background:
  linear-gradient(180deg,rgba(25,24,26,.98),rgba(11,11,13,.99)),
  url('/assets/mmorpg-stone.svg') center/700px auto repeat;
  border:1px solid #4b4640;box-shadow:0 18px 45px rgba(0,0,0,.32),inset 0 0 0 4px rgba(0,0,0,.22);padding:24px;position:relative}
.portal-panel:before{content:"";position:absolute;inset:7px;border:1px solid rgba(149,126,82,.10);pointer-events:none}
.portal-heading{display:flex;justify-content:space-between;align-items:end;gap:16px;padding-bottom:15px;border-bottom:1px solid #3e3933;margin-bottom:10px}
.portal-heading h2{font-family:Georgia,serif;font-size:28px;margin:4px 0 0;color:#e6e1d8}
.portal-heading>a{font-size:10px;text-transform:uppercase;letter-spacing:.12em;color:#af9560}
.home-news-row{display:grid;grid-template-columns:44px 1fr auto;align-items:center;gap:14px;padding:16px 6px;border-bottom:1px solid #2b2928;transition:.15s}
.home-news-row:last-child{border-bottom:0}
.home-news-row:hover{background:rgba(185,154,87,.035);padding-left:10px}
.news-seal{width:38px;height:38px;border:1px solid #5b5141;display:grid;place-items:center;font-family:Georgia,serif;color:#b89d65;background:#151416}
.home-news-row b{display:block;color:#ddd8cf;font-family:Georgia,serif;font-size:16px;margin-bottom:4px}
.home-news-row small{display:block;color:#8d877e;line-height:1.45;max-width:620px}
.home-news-row time{color:#746e65;font-size:10px;white-space:nowrap}
.quick-links{display:grid;grid-template-columns:1fr 1fr;gap:8px}
.quick-links a{min-height:88px;padding:14px;background:linear-gradient(180deg,#171719,#101012);border:1px solid #35322f;display:grid;grid-template-columns:32px 1fr;grid-template-rows:auto auto;column-gap:10px;align-content:center;transition:.15s}
.quick-links a:hover{border-color:#746342;background:linear-gradient(180deg,#201d19,#121214);transform:translateY(-1px)}
.quick-links span{grid-row:1/3;align-self:center;font-family:Georgia,serif;font-size:20px;color:#9e8658}
.quick-links b{font-family:Georgia,serif;font-size:14px;color:#d9d3ca}
.quick-links small{font-size:10px;line-height:1.35;color:#7f7a72}
.mmorpg-section{padding-top:60px;padding-bottom:60px}
.mmorpg-section:before{inset:8px 18px;background:linear-gradient(180deg,rgba(18,17,19,.76),rgba(9,9,11,.48)),url('/assets/mmorpg-stone.svg') center/900px auto repeat;border:1px solid rgba(79,74,68,.26);clip-path:none;opacity:.78}
.mmorpg-section:after{background:linear-gradient(90deg,transparent,rgba(181,150,87,.22),transparent)}
.mmorpg-section h2,.portal-panel h2{color:#e6e1d8}
.mode-cards{display:grid;grid-template-columns:repeat(6,1fr);gap:10px}
.mode-cards article{min-height:170px;padding:22px 16px;background:linear-gradient(180deg,#181719,#0e0e10);border:1px solid #3c3834;box-shadow:inset 0 1px rgba(255,255,255,.02),0 12px 30px rgba(0,0,0,.18);text-align:center;transition:.18s}
.mode-cards article:hover{transform:translateY(-3px);border-color:#786745;background:linear-gradient(180deg,#211e19,#101012)}
.mode-cards article>span{width:48px;height:48px;display:grid;place-items:center;margin:0 auto 14px;border:1px solid #6c5b3d;background:radial-gradient(circle,#29231a,#121214 72%);color:#d2b675;font-family:Georgia,serif;font-weight:700;box-shadow:0 0 0 3px #111113}
.mode-cards h3{font-family:Georgia,serif;font-size:18px;margin:0 0 8px;color:#ddd7cd}
.mode-cards p{font-size:12px;line-height:1.55;color:#8d877f;margin:0}
.adventure-panel,.achievement-panel{background:linear-gradient(160deg,rgba(24,23,25,.98),rgba(10,10,12,.99)),url('/assets/mmorpg-stone.svg') center/700px auto repeat;border-color:#48433e}
.adventure-list{display:grid;gap:10px;margin-top:22px}
.adventure-list>div{display:grid;grid-template-columns:46px 1fr;gap:14px;align-items:center;padding:15px;border:1px solid #34312e;background:#111113}
.adventure-list>div>span{width:42px;height:42px;display:grid;place-items:center;border:1px solid #5e523d;color:#b89a5f;background:#171513;font-family:Georgia,serif}
.adventure-list p{margin:0}.adventure-list b{display:block;font-family:Georgia,serif;color:#dad4cb;font-size:16px}.adventure-list small{display:block;color:#88827a;line-height:1.5;margin-top:4px}
.activity-row{border-bottom-color:#302d2a}
.avatar{background:linear-gradient(180deg,#453921,#1d1912)!important;border-color:#665638!important;color:#d7b873!important}
.stat-card,.feature-card,.product,.guide-card,.news-card,.panel{background:linear-gradient(150deg,rgba(25,24,26,.97),rgba(10,10,12,.98) 68%),url('/assets/mmorpg-stone.svg') center/760px auto repeat;border-color:#403c37;box-shadow:0 14px 34px rgba(0,0,0,.27),inset 0 1px rgba(255,255,255,.018)}
.feature-card:hover,.stat-card:hover,.product:hover,.guide-card:hover,.news-card:hover,.panel:hover{border-color:#736343;box-shadow:0 20px 46px rgba(0,0,0,.35),inset 0 1px rgba(255,255,255,.02)}
.stat-card-primary{background:linear-gradient(145deg,rgba(36,31,23,.98),rgba(11,10,11,.99) 72%),url('/assets/mmorpg-stone.svg') center/720px auto repeat;border-color:#6a5b3f;box-shadow:0 16px 40px rgba(0,0,0,.32)}
.cta-banner.mmorpg-cta{background:
  radial-gradient(circle at 82%,rgba(91,41,128,.12),transparent 28%),
  linear-gradient(135deg,rgba(31,28,23,.98),rgba(11,10,11,.99)),
  url('/assets/mmorpg-stone.svg') center/900px auto repeat;
  border-color:#645a48;box-shadow:0 24px 65px rgba(0,0,0,.38),inset 0 0 0 4px rgba(0,0,0,.20)}
.mmorpg-cta h2{color:#e5dfd4}
.page-hero:before{background:linear-gradient(90deg,rgba(8,8,10,.92),rgba(8,8,10,.62)),url('/assets/mmorpg-runes.svg') center/cover no-repeat,url('/assets/mmorpg-stone.svg') center/800px auto repeat;opacity:.84;border-color:#4b4640}
.page-hero:after{background:linear-gradient(90deg,#8d7447,rgba(95,85,68,.28),transparent 78%)}
.page-title{background:linear-gradient(180deg,#eeeae3,#bbb4a8 55%,#746f68);-webkit-background-clip:text;background-clip:text}
.breadcrumb{color:#af9560}
.field input,.field select,.field textarea{border-color:#403c37;background:#0d0d0f;color:#ddd8cf}
.table-wrap{border-color:#403c37;background:#0d0d0f}
thead{background:#191719;color:#bba36f}
tbody tr:hover{background:rgba(185,154,87,.035)}
.footer{background:linear-gradient(180deg,#101012,#070708),url('/assets/mmorpg-stone.svg') center/800px auto repeat;border-top-color:#49433a}
.footer:before{background:linear-gradient(90deg,transparent,rgba(190,157,86,.40),transparent)}
#embers .ember{background:#9c6ee1!important;box-shadow:0 0 8px rgba(124,68,176,.25)!important;opacity:.22!important}
@media(max-width:1240px){
  .site-header{gap:12px;padding-left:18px;padding-right:18px}
  .site-header nav a{min-width:58px;padding-left:6px;padding-right:6px}
  .brand-copy small{display:none}
  .mode-cards{grid-template-columns:repeat(3,1fr)}
}
@media(max-width:1180px){
  .realm-strip{display:none}
  .site-header nav{top:82px!important;background:linear-gradient(180deg,#181719,#0d0d0f)!important;border-bottom-color:#4b453b!important}
  .site-header nav a{min-width:100px;padding:12px 10px}
  .portal-grid{grid-template-columns:1fr}
  .mmorpg-hero{grid-template-columns:1fr;padding-top:48px}
  .hero-side{padding-top:0}
  .realm-card{max-width:680px;width:100%}
}
@media(max-width:720px){
  .brand-copy b{font-size:16px}
  .mmorpg-hero{padding-top:40px;padding-bottom:34px}
  .mmorpg-hero h1{font-size:56px}
  .portal-section{padding-left:18px;padding-right:18px}
  .quick-links{grid-template-columns:1fr}
  .home-news-row{grid-template-columns:38px 1fr}.home-news-row time{display:none}
  .mode-cards{grid-template-columns:repeat(2,1fr)}
  .mode-cards article{min-height:150px}
  .realm-card{padding:24px 20px}
  .realm-card .world-number{font-size:64px}
}

/* v1.0 MMORPG portal rebuild — structural, not just recolor */
:root{
  --mm-gold:#c6a15a;
  --mm-gold2:#8a6530;
  --mm-gold-soft:#e1c98d;
  --mm-bronze:#4a3520;
  --mm-steel:#74727a;
  --mm-border:#544735;
  --mm-panel:#0d0d10;
  --mm-panel2:#151419;
  --mm-purple:#7540aa;
}
body{
  background:
    linear-gradient(180deg,rgba(3,3,4,.24),rgba(3,3,4,.82)),
    url('/assets/portal-backdrop.svg') center top/cover fixed no-repeat,
    #050506;
}
body:before{opacity:.28;mix-blend-mode:normal;background:url('/assets/obsidian-texture.svg') center top/1450px auto repeat}
body:after{display:none}
main{min-height:70vh}
.game-utility{height:34px;background:linear-gradient(180deg,#111114,#09090b);border-bottom:1px solid #30291f;color:#8f887d;font-size:10px;letter-spacing:.13em;text-transform:uppercase;position:relative;z-index:40}
.game-utility-inner{max-width:1500px;height:100%;margin:auto;padding:0 26px;display:flex;align-items:center;justify-content:space-between}
.utility-label{color:#b59b68;font-weight:800}
.utility-right{display:flex;align-items:center;gap:18px}.utility-right>a{color:#c7b98d;font-weight:800}.utility-right>a:hover{color:#fff0b2}
.game-utility .status-pill{padding:0;border:0;background:none;border-radius:0;font-size:10px;color:#9c978c}
.site-header.game-header{height:auto;display:block;padding:0;position:sticky;top:0;background:rgba(7,7,9,.97);border-bottom:0;box-shadow:0 14px 40px rgba(0,0,0,.52);backdrop-filter:blur(12px)}
.site-header.game-header:after{display:none}
.game-brand-row{height:84px;max-width:1500px;margin:auto;padding:0 26px;display:flex;align-items:center;justify-content:space-between;gap:22px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.018),transparent)}
.site-header .brand{gap:14px;letter-spacing:.08em}.site-header .brand img{width:58px;height:58px;border-radius:50%;border:1px solid #67543c;box-shadow:0 0 0 3px #09090b,0 0 0 4px #332a20,0 0 24px rgba(112,63,167,.24)}
.brand-copy{display:flex;flex-direction:column;gap:3px}.brand-copy b{font-family:Georgia,"Times New Roman",serif;font-size:29px;letter-spacing:.12em;line-height:1;background:linear-gradient(#f4e7bd,#b79555 58%,#70512d);-webkit-background-clip:text;background-clip:text;color:transparent;text-shadow:none}.brand-copy small{font-size:9px;letter-spacing:.25em;color:#8c8376;font-family:Inter,sans-serif}
.header-cta{display:flex;gap:10px}
.game-nav{height:55px!important;max-width:none!important;width:100%;display:flex!important;justify-content:center!important;gap:0!important;border-top:1px solid #342c23;border-bottom:1px solid #5b482e;background:linear-gradient(180deg,#1a1818,#0b0b0d 70%);box-shadow:inset 0 1px rgba(255,255,255,.025),inset 0 -1px rgba(196,155,83,.09)}
.site-header .game-nav a{height:54px;min-width:108px;padding:0 18px;display:flex;align-items:center;justify-content:center;gap:8px;border-left:1px solid rgba(78,66,51,.34);color:#a9a092;font-family:Georgia,"Times New Roman",serif;font-size:12px;letter-spacing:.06em;text-transform:uppercase;position:relative}
.site-header .game-nav a:last-child{border-right:1px solid rgba(78,66,51,.34)}
.site-header .game-nav a:after{content:"";position:absolute;left:20%;right:20%;bottom:0;height:2px;background:linear-gradient(90deg,transparent,var(--mm-gold),transparent);transform:scaleX(0);transition:.18s}
.site-header .game-nav a:hover,.site-header .game-nav a.active{color:#efdba7;background:linear-gradient(180deg,rgba(113,79,36,.16),rgba(40,30,18,.10))}
.site-header .game-nav a:hover:after,.site-header .game-nav a.active:after{transform:scaleX(1)}
.nav-icon{font-size:14px;color:#9f7d42}
.menu-toggle{border:1px solid #5b482e;background:#121114;color:#d6c28d;padding:8px 11px}
.button{border:1px solid #b48a46;background:linear-gradient(180deg,#b08845,#715326 52%,#4f371a 100%);color:#fff6da;border-radius:2px;box-shadow:inset 0 1px rgba(255,255,255,.22),inset 0 -1px rgba(0,0,0,.42),0 8px 22px rgba(0,0,0,.34);text-shadow:0 1px #3a2813}
.button:hover{box-shadow:inset 0 1px rgba(255,255,255,.3),0 10px 28px rgba(0,0,0,.42),0 0 16px rgba(188,137,63,.14)}
.button.secondary,.button.ghost{background:linear-gradient(180deg,#2a292d,#111114);border-color:#605845;color:#d9d3c5;text-shadow:none}.button.secondary:hover,.button.ghost:hover{border-color:#9a7d4a;color:#f2e2b7}

/* Home portal composition */
.realm-portal{max-width:1500px;margin:24px auto 0;padding:0 24px;display:grid;grid-template-columns:250px minmax(0,1fr) 286px;gap:12px;align-items:stretch}
.portal-rail,.portal-stage{min-height:570px}
.portal-rail{background:linear-gradient(180deg,rgba(19,18,20,.98),rgba(8,8,10,.98));border:1px solid #493e31;box-shadow:0 22px 58px rgba(0,0,0,.38),inset 0 0 50px rgba(0,0,0,.32);position:relative}
.portal-rail:before,.realm-news-block:before,.realm-activity-block:before{content:"";position:absolute;inset:5px;border:1px solid rgba(178,142,77,.12);pointer-events:none}
.rail-title{height:64px;padding:13px 16px;border-bottom:1px solid #4b3e2c;background:linear-gradient(180deg,#201c18,#121113);display:flex;flex-direction:column;justify-content:center}.rail-title span,.panel-kicker{font-size:9px;color:#9f7e48;letter-spacing:.18em;text-transform:uppercase;font-weight:800}.rail-title b{font-family:Georgia,serif;font-size:20px;color:#e7ddc5;margin-top:2px}
.rail-link{min-height:69px;display:grid;grid-template-columns:38px 1fr;align-items:center;gap:8px;padding:10px 14px;border-bottom:1px solid rgba(77,66,53,.42);background:linear-gradient(90deg,rgba(255,255,255,.012),transparent);transition:.15s}.rail-link>span{width:34px;height:34px;display:grid;place-items:center;border:1px solid #504431;background:#0b0b0d;color:#b69555;font-size:15px}.rail-link div{min-width:0}.rail-link b{display:block;font-family:Georgia,serif;font-size:14px;color:#ddd4c3}.rail-link small{display:block;font-size:10px;color:#77746f;margin-top:4px;line-height:1.3}.rail-link:hover,.rail-link.featured{background:linear-gradient(90deg,rgba(135,94,41,.17),rgba(67,48,27,.04));box-shadow:inset 3px 0 #a77d3f}.rail-link:hover b,.rail-link.featured b{color:#f0ddb0}
.rail-callout{margin:13px;padding:15px;border:1px solid #40372d;background:linear-gradient(145deg,#141316,#0a0a0c);position:relative}.rail-callout b{display:block;font-family:Georgia,serif;font-size:16px;margin:4px 0 6px;color:#e4d8bf}.rail-callout p{font-size:11px;line-height:1.55;color:#85817b;margin:0 0 10px}.rail-callout a{font-size:10px;color:#d1ad68;font-weight:800;letter-spacing:.08em}
.portal-stage{position:relative;overflow:hidden;border:1px solid #594a35;background:#09090b url('/assets/portal-backdrop.svg') 61% center/cover no-repeat;box-shadow:0 24px 70px rgba(0,0,0,.48),inset 0 0 120px rgba(0,0,0,.35)}
.portal-stage:before{content:"";position:absolute;inset:5px;border:1px solid rgba(213,173,98,.20);z-index:2;pointer-events:none}.portal-stage:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,3,4,.83) 0%,rgba(3,3,4,.60) 40%,rgba(3,3,4,.18) 68%,rgba(3,3,4,.38) 100%),linear-gradient(0deg,rgba(2,2,3,.76),transparent 32%);z-index:0}.portal-stage-shade{position:absolute;inset:0;background:radial-gradient(circle at 80% 40%,rgba(116,57,165,.15),transparent 22%);z-index:1}
.portal-stage-content{position:relative;z-index:3;min-height:522px;display:flex;flex-direction:column;justify-content:center;padding:54px 48px;max-width:760px}.stage-eyebrow{font-size:10px;letter-spacing:.31em;color:#b39053;font-weight:800}.portal-stage h1{font-family:Georgia,"Times New Roman",serif;font-size:clamp(54px,5vw,82px);line-height:.88;margin:13px 0 19px;color:#eee7da;text-shadow:0 4px 18px #000;letter-spacing:.01em}.portal-stage h1 em{font-style:normal;color:#d2ae66;text-shadow:0 0 22px rgba(150,102,47,.18)}.portal-stage-content>p{max-width:620px;font-size:16px;line-height:1.75;color:#b8b0a4;margin:0}.stage-actions{display:flex;gap:10px;margin-top:24px}.stage-play{min-width:170px}.stage-secondary{min-width:168px;background:linear-gradient(180deg,#2b292d,#101013);border-color:#6d624e;color:#ddd3bd;text-shadow:none}
.stage-mode-strip{display:flex;flex-wrap:wrap;gap:6px;margin-top:34px}.stage-mode-strip span{padding:7px 9px;border:1px solid rgba(118,97,65,.55);background:rgba(9,9,11,.72);font-size:9px;color:#a89b84;letter-spacing:.12em}
.stage-bottom{position:absolute;z-index:4;left:0;right:0;bottom:0;height:48px;padding:0 18px;display:flex;align-items:center;justify-content:center;gap:12px;background:linear-gradient(180deg,rgba(17,16,18,.9),rgba(8,8,10,.98));border-top:1px solid #57462f;font-size:9px;color:#a79c8a;letter-spacing:.15em}.stage-bottom i{width:4px;height:4px;background:#9b743e;transform:rotate(45deg)}
.portal-rail-right{display:flex;flex-direction:column;gap:12px;background:none;border:0;box-shadow:none}.portal-rail-right:before{display:none}.realm-widget,.ranking-widget{position:relative;background:linear-gradient(180deg,rgba(20,19,22,.99),rgba(8,8,10,.99));border:1px solid #493e31;box-shadow:0 18px 48px rgba(0,0,0,.34)}.realm-widget:before,.ranking-widget:before{content:"";position:absolute;inset:5px;border:1px solid rgba(178,142,77,.12);pointer-events:none}.realm-widget{padding:18px 17px 16px}.widget-heading{display:flex;align-items:start;justify-content:space-between;gap:10px;padding-bottom:12px;border-bottom:1px solid #3d352b}.widget-heading b{display:block;font-family:Georgia,serif;font-size:18px;color:#e7ddc5;margin-top:2px}.widget-heading>a{font-size:9px;color:#bd9854;letter-spacing:.07em;margin-top:8px}.realm-status{font-size:9px;color:#6fd49a;letter-spacing:.09em;font-weight:800;margin-top:7px}.realm-pop{text-align:center;padding:21px 0 13px}.realm-pop strong{display:block;font-family:Georgia,serif;font-size:58px;line-height:.9;color:#f1eadc}.realm-pop span{display:block;margin-top:7px;color:#8f887d;font-size:9px;letter-spacing:.18em}.realm-meter{height:5px;background:#08080a;border:1px solid #322c25;overflow:hidden}.realm-meter i{display:block;height:100%;width:0;background:linear-gradient(90deg,#5c7e55,#a6cc78);box-shadow:0 0 8px rgba(122,183,90,.28);transition:width .35s}.realm-details{display:grid;grid-template-columns:1fr 1fr;gap:1px;background:#322b23;margin-top:12px}.realm-details div{background:#0d0d0f;padding:10px}.realm-details span{display:block;font-size:8px;color:#7d776e;text-transform:uppercase;letter-spacing:.12em}.realm-details b{display:block;margin-top:4px;font-size:12px;color:#d8d0c2}.realm-enter{width:100%;margin-top:12px}
.ranking-widget{flex:1;padding:15px}.home-ranks{margin-top:7px}.home-ranks>a{display:grid;grid-template-columns:34px 1fr auto;align-items:center;gap:8px;padding:10px 5px;border-bottom:1px solid rgba(72,62,50,.42)}.home-ranks>a:hover{background:rgba(158,112,54,.07)}.rank-no{font-family:Georgia,serif;color:#b88e4b;font-size:12px}.home-ranks b{font-size:12px;color:#ded5c4}.home-ranks small{font-size:9px;color:#77726b}

.realm-content-grid{max-width:1500px;margin:12px auto 0;padding:0 24px;display:grid;grid-template-columns:minmax(0,1.65fr) minmax(310px,.75fr);gap:12px}.realm-news-block,.realm-activity-block{position:relative;background:linear-gradient(180deg,rgba(18,17,20,.98),rgba(8,8,10,.98));border:1px solid #493e31;box-shadow:0 20px 52px rgba(0,0,0,.32);padding:22px}.ornate-heading{display:flex;align-items:end;justify-content:space-between;gap:16px;padding:0 0 15px;border-bottom:1px solid #42372a;margin-bottom:16px}.ornate-heading h2{font-family:Georgia,serif;font-size:28px;margin:3px 0 0;color:#ece2cd}.ornate-heading>a{font-size:9px;color:#c49c55;letter-spacing:.12em;font-weight:800}
.news-tile-grid{display:grid;grid-template-columns:1.25fr .85fr .85fr;gap:10px}.news-tile{min-height:240px;position:relative;display:flex;flex-direction:column;border:1px solid #3f372e;background:linear-gradient(180deg,#151419,#0b0b0e);overflow:hidden}.news-tile:hover{border-color:#82663d}.news-tile-art{height:92px;background:linear-gradient(135deg,rgba(124,75,154,.22),rgba(80,58,38,.18)),url('/assets/obsidian-texture.svg') center/700px auto;display:flex;align-items:end;padding:10px;border-bottom:1px solid #3f372e}.news-tile-art span{font-family:Georgia,serif;font-size:30px;color:rgba(225,201,141,.50)}.news-tile.lead .news-tile-art{height:122px;background:linear-gradient(135deg,rgba(111,59,157,.28),rgba(91,63,35,.24)),url('/assets/portal-backdrop.svg') 72% 55%/cover}.news-tile-copy{padding:13px 14px 15px;display:flex;flex-direction:column;flex:1}.news-tile-copy small{font-size:8px;letter-spacing:.11em;color:#8f7957}.news-tile-copy b{font-family:Georgia,serif;font-size:17px;color:#e0d7c7;margin:7px 0}.news-tile.lead .news-tile-copy b{font-size:21px}.news-tile-copy p{font-size:11px;line-height:1.55;color:#817d77;margin:0 0 12px}.news-tile-copy em{font-style:normal;font-size:8px;color:#b88d47;letter-spacing:.1em;margin-top:auto}
.realm-activity-block .activity-row{grid-template-columns:36px 1fr auto;padding:12px 0;border-bottom:1px solid rgba(74,64,51,.42)}.realm-activity-block .avatar{width:32px;height:32px;background:#141316;border:1px solid #57472f;color:#c9a55f}.realm-activity-block .activity-row p{font-size:11px}.realm-activity-block .activity-row span{font-size:9px;color:#77726b}.panel-footer-link{display:block;margin-top:14px;padding-top:12px;border-top:1px solid #3d352b;font-size:9px;color:#bf9853;letter-spacing:.08em}
.realm-feature-row{max-width:1500px;margin:12px auto 0;padding:0 24px;display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.realm-feature-row>a{min-height:105px;display:grid;grid-template-columns:34px 1fr 34px;align-items:center;gap:10px;padding:16px 18px;border:1px solid #493e31;background:linear-gradient(145deg,#151418,#0a0a0c);box-shadow:0 15px 36px rgba(0,0,0,.25);position:relative}.realm-feature-row>a:before{content:"";position:absolute;left:0;top:0;bottom:0;width:2px;background:linear-gradient(#b78a47,transparent)}.realm-feature-row>a:hover{border-color:#80633c;background:linear-gradient(145deg,#1d1a18,#0c0b0d)}.realm-feature-row>a>span{font-family:Georgia,serif;color:#6f604d;font-size:18px}.realm-feature-row b{display:block;font-family:Georgia,serif;color:#e2d8c5;font-size:16px}.realm-feature-row small{display:block;margin-top:5px;color:#7f7a72;font-size:10px;line-height:1.4}.realm-feature-row i{font-style:normal;color:#9f7d42;font-size:18px;text-align:center}
.realm-cta{max-width:1452px;margin:12px auto 70px;padding:32px 34px;display:flex;align-items:center;justify-content:space-between;gap:24px;border:1px solid #665033;background:linear-gradient(90deg,rgba(32,27,22,.97),rgba(12,11,13,.98)),url('/assets/obsidian-texture.svg') center/1000px auto;box-shadow:0 22px 60px rgba(0,0,0,.35)}.realm-cta h2{font-family:Georgia,serif;font-size:32px;margin:4px 0;color:#eee3cc}.realm-cta p{margin:0;color:#9a9387;line-height:1.6}.realm-cta .hero-actions{margin:0}

/* Inner pages now feel like the same MMORPG portal */
.page-hero{max-width:1452px;margin:20px auto 0;min-height:210px;padding:46px 34px 30px;border:1px solid #4c4031;background:linear-gradient(90deg,rgba(8,8,10,.9),rgba(8,8,10,.56)),url('/assets/portal-backdrop.svg') 67% 48%/cover no-repeat;box-shadow:0 18px 50px rgba(0,0,0,.33)}
.page-hero:before{display:none}.page-hero:after{left:34px;right:34px;background:linear-gradient(90deg,#9d7844,rgba(157,120,68,.15),transparent)}.page-title{font-family:Georgia,serif;background:none;color:#eadfc9;-webkit-text-fill-color:#eadfc9;font-size:clamp(44px,5vw,70px);filter:drop-shadow(0 4px 15px #000)}.breadcrumb,.eyebrow{color:#b38c4d;text-shadow:none}.section{max-width:1452px;padding:46px 0;margin:0 auto}.section:before{inset:14px 0;background:linear-gradient(180deg,rgba(17,16,19,.97),rgba(8,8,10,.98));border:1px solid #493e31;clip-path:none;opacity:1;box-shadow:0 18px 46px rgba(0,0,0,.28)}.section:after{left:18px;right:18px;background:linear-gradient(90deg,transparent,rgba(184,142,71,.2),transparent)}.section-head{padding:0 26px}.section h2{font-family:Georgia,serif;color:#e5dcc9}.feature-grid,.stats-grid,.store-grid,.guide-grid,.news-grid,.split,.dashboard-grid,.table-wrap,.filters,.panel,.form{position:relative;z-index:1}.feature-grid,.stats-grid,.store-grid,.guide-grid,.news-grid,.split,.dashboard-grid{padding-left:26px;padding-right:26px}.feature-card,.stat-card,.product,.guide-card,.news-card,.panel{background:linear-gradient(150deg,#171619,#0b0b0d 72%),url('/assets/obsidian-texture.svg') center/850px auto;border-color:#493e31;box-shadow:0 12px 32px rgba(0,0,0,.24),inset 0 1px rgba(255,255,255,.018)}.feature-card:hover,.stat-card:hover,.product:hover,.guide-card:hover,.news-card:hover,.panel:hover{border-color:#80633d;box-shadow:0 16px 38px rgba(0,0,0,.32),inset 0 0 35px rgba(177,130,65,.025)}
.feature-card:before{background:linear-gradient(#b68a47,transparent 85%)}.icon{color:#c49a54;border-color:#62513a;background:#111114}.mode{border-color:#66543b;color:#d4b97d;background:#15130f}.rank{color:#c39a54}.field input,.field select,.field textarea{background:#0b0b0d!important;border-color:#4a4035!important;color:#ddd5c7!important}.field input:focus,.field select:focus,.field textarea:focus{border-color:#9b7945!important;box-shadow:0 0 0 2px rgba(170,127,58,.10)!important}.table-wrap{margin-left:26px;margin-right:26px;border-color:#493e31}.table-wrap th{color:#b89a64;background:#151318}.table-wrap td{border-color:#302b25}.cta-banner{border-color:#665033;background:linear-gradient(90deg,#201b16,#0c0b0d),url('/assets/obsidian-texture.svg') center/1000px auto}.footer{border-top:1px solid #4a3c2b;background:#070709}.footer .brand span b{background:linear-gradient(#e7d7aa,#9b783d);-webkit-background-clip:text;background-clip:text;color:transparent}.footer-links a:hover{color:#d4b06b}

@media(max-width:1220px){
  .realm-portal{grid-template-columns:215px minmax(0,1fr)}
  .portal-rail-right{grid-column:1/-1;display:grid;grid-template-columns:1fr 1fr;min-height:0}
  .realm-widget,.ranking-widget{min-height:250px}
  .realm-content-grid{grid-template-columns:1fr}
  .news-tile-grid{grid-template-columns:1.1fr .9fr .9fr}
  .realm-feature-row{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:900px){
  .game-brand-row{height:72px}.header-cta{display:none}.site-header .brand img{width:48px;height:48px}.brand-copy b{font-size:24px}
  .menu-toggle{display:block}.game-nav{display:none!important;height:auto!important;position:absolute;top:72px;left:0;right:0;flex-direction:column;background:#0c0c0e!important;border-bottom:1px solid #5b482e}.game-nav.open{display:flex!important}.site-header .game-nav a{width:100%;height:46px;min-width:0;border-left:0;border-right:0!important;border-bottom:1px solid #30291f}
  .realm-portal{grid-template-columns:1fr;padding:0 14px;margin-top:14px}.portal-rail-left{display:grid;grid-template-columns:repeat(3,1fr);min-height:0}.rail-title,.rail-callout{grid-column:1/-1}.rail-link{min-height:65px}.portal-stage{min-height:520px}.portal-stage-content{min-height:472px;padding:42px 30px}.portal-rail-right{grid-column:auto;grid-template-columns:1fr 1fr}
  .realm-content-grid,.realm-feature-row{padding-left:14px;padding-right:14px}.news-tile-grid{grid-template-columns:1fr 1fr}.news-tile.lead{grid-column:1/-1}.realm-feature-row{grid-template-columns:1fr 1fr}.realm-cta{margin-left:14px;margin-right:14px}.section{margin-left:14px;margin-right:14px}
}
@media(max-width:640px){
  .game-utility-inner{padding:0 12px}.utility-label{display:none}.utility-right{margin-left:auto}.game-brand-row{padding:0 12px}.brand-copy small{display:none}.brand-copy b{font-size:21px}.site-header .brand img{width:42px;height:42px}
  .portal-rail-left{grid-template-columns:1fr 1fr}.rail-link small{display:none}.portal-stage{min-height:500px;background-position:68% center}.portal-stage-content{padding:34px 22px;min-height:452px}.portal-stage h1{font-size:48px}.portal-stage-content>p{font-size:14px}.stage-actions{flex-direction:column;align-items:stretch}.stage-mode-strip{gap:4px}.stage-mode-strip span{font-size:8px;padding:6px}.stage-bottom{font-size:7px;gap:7px}.portal-rail-right{grid-template-columns:1fr}.news-tile-grid{grid-template-columns:1fr}.news-tile.lead{grid-column:auto}.realm-feature-row{grid-template-columns:1fr}.realm-cta{flex-direction:column;align-items:flex-start;padding:25px 22px}.realm-cta .hero-actions{width:100%}.realm-cta .button{flex:1}.section{padding:36px 0}.section-head{padding:0 18px}.feature-grid,.stats-grid,.store-grid,.guide-grid,.news-grid,.split,.dashboard-grid{padding-left:18px;padding-right:18px}.table-wrap{margin-left:18px;margin-right:18px}.page-hero{margin-left:14px;margin-right:14px;padding:34px 22px 24px;min-height:180px}
}

/* v1.1 custom OSRS-inspired artwork pass */
body{
  background:
    linear-gradient(180deg,rgba(4,4,5,.72),rgba(4,4,5,.92) 520px,#050506 1050px),
    url('/assets/osrs-page-banner.webp') center top/cover fixed no-repeat,
    #050506;
}
.portal-stage{
  background-color:#080809;
  background-image:url('/assets/osrs-hero.webp');
  background-position:center;
  background-size:cover;
  background-repeat:no-repeat;
}
.portal-stage:after{
  background:
    linear-gradient(90deg,rgba(2,2,3,.94) 0%,rgba(2,2,3,.80) 29%,rgba(2,2,3,.45) 49%,rgba(2,2,3,.10) 72%,rgba(2,2,3,.30) 100%),
    linear-gradient(0deg,rgba(2,2,3,.78),transparent 35%);
}
.portal-stage-shade{
  background:
    radial-gradient(circle at 76% 42%,rgba(115,60,160,.10),transparent 23%),
    linear-gradient(180deg,rgba(212,185,125,.03),transparent 28%);
}
.portal-stage-content{max-width:690px}
.portal-stage h1{max-width:620px}
.portal-stage-content>p{max-width:560px}

/* Actual illustrated news headers instead of texture placeholders */
.news-tile:nth-child(1) .news-tile-art{
  background:
    linear-gradient(180deg,rgba(4,4,5,.10),rgba(4,4,5,.72)),
    url('/assets/osrs-news-boss.webp') center/cover no-repeat;
}
.news-tile:nth-child(2) .news-tile-art{
  background:
    linear-gradient(180deg,rgba(4,4,5,.08),rgba(4,4,5,.72)),
    url('/assets/osrs-news-world.webp') center/cover no-repeat;
}
.news-tile:nth-child(3) .news-tile-art{
  background:
    linear-gradient(180deg,rgba(4,4,5,.10),rgba(4,4,5,.72)),
    url('/assets/osrs-news-vote.webp') center/cover no-repeat;
}
.news-tile-art{background-position:center!important;background-size:cover!important}
.news-tile-art span{
  display:grid;place-items:center;min-width:40px;height:28px;padding:0 8px;
  background:rgba(7,7,9,.76);border:1px solid rgba(181,140,74,.42);
  font-size:15px;color:#e0c47f;text-shadow:0 1px 3px #000;
}
.news-tile.lead .news-tile-art{height:150px}
.news-tile:not(.lead) .news-tile-art{height:112px}

/* Illustrated gameplay shortcut panels */
.realm-feature-row>a{
  min-height:148px;
  align-items:end;
  padding:72px 18px 16px;
  overflow:hidden;
  isolation:isolate;
  background-color:#0b0b0d;
  background-size:cover;
  background-position:center;
}
.realm-feature-row>a:nth-child(1){
  background-image:linear-gradient(180deg,rgba(5,5,6,.08),rgba(5,5,6,.52) 44%,rgba(5,5,6,.96) 82%),url('/assets/osrs-feature-skilling.webp');
}
.realm-feature-row>a:nth-child(2){
  background-image:linear-gradient(180deg,rgba(5,5,6,.08),rgba(5,5,6,.52) 44%,rgba(5,5,6,.96) 82%),url('/assets/osrs-feature-pvm.webp');
}
.realm-feature-row>a:nth-child(3){
  background-image:linear-gradient(180deg,rgba(5,5,6,.08),rgba(5,5,6,.52) 44%,rgba(5,5,6,.96) 82%),url('/assets/osrs-news-world.webp');
}
.realm-feature-row>a:nth-child(4){
  background-image:linear-gradient(180deg,rgba(5,5,6,.08),rgba(5,5,6,.52) 44%,rgba(5,5,6,.96) 82%),url('/assets/osrs-feature-minigames.webp');
}
.realm-feature-row>a:after{
  content:"";position:absolute;inset:5px;border:1px solid rgba(224,186,112,.13);pointer-events:none;z-index:-1;
}
.realm-feature-row>a>span,.realm-feature-row>a>div,.realm-feature-row>a>i{position:relative;z-index:2}
.realm-feature-row b{font-size:18px;text-shadow:0 2px 5px #000}
.realm-feature-row small{color:#aaa397;text-shadow:0 1px 3px #000}
.realm-feature-row i{color:#d0a85f;text-shadow:0 2px 4px #000}

/* Carry the same artwork language through inner pages */
.page-hero{
  min-height:230px;
  background:
    linear-gradient(90deg,rgba(6,6,8,.94) 0%,rgba(6,6,8,.76) 42%,rgba(6,6,8,.30) 72%,rgba(6,6,8,.42) 100%),
    url('/assets/osrs-page-banner.webp') 66% 46%/cover no-repeat;
  border-color:#5b4932;
}
.page-hero:before{display:block;inset:5px;height:auto;background:none;border:1px solid rgba(205,163,91,.14);opacity:1;pointer-events:none}
.page-hero:after{background:linear-gradient(90deg,#a67d40,rgba(157,120,68,.15),transparent 78%)}

.realm-widget{
  background:
    linear-gradient(180deg,rgba(20,19,22,.96),rgba(8,8,10,.99)),
    url('/assets/osrs-page-banner.webp') 78% 55%/cover no-repeat;
}
.realm-cta{
  background:
    linear-gradient(90deg,rgba(29,24,19,.98) 0%,rgba(13,12,14,.95) 58%,rgba(8,8,10,.74) 100%),
    url('/assets/osrs-page-banner.webp') 78% 48%/cover no-repeat;
}

/* More period-game framing around illustrated panels */
.portal-stage,.news-tile,.realm-feature-row>a,.page-hero{
  box-shadow:0 24px 70px rgba(0,0,0,.44),inset 0 0 0 1px rgba(0,0,0,.72),inset 0 0 38px rgba(0,0,0,.30);
}
.portal-stage:before,.page-hero:before{box-shadow:inset 0 0 0 1px rgba(0,0,0,.45)}

@media(max-width:900px){
  body{background-attachment:scroll}
  .portal-stage{background-position:66% center}
  .realm-feature-row>a{min-height:136px}
}
@media(max-width:640px){
  .portal-stage{background-position:72% center}
  .news-tile.lead .news-tile-art,.news-tile:not(.lead) .news-tile-art{height:120px}
  .realm-feature-row>a{min-height:132px;padding-top:62px}
  .page-hero{min-height:190px;background-position:70% center}
}

/* v1.2 reference-match rebuild — modeled after approved MMORPG portal artwork */
:root{
  --ref-bg:#09090a;
  --ref-panel:#111113;
  --ref-panel-2:#171619;
  --ref-border:#4b4032;
  --ref-border-hi:#80623d;
  --ref-gold:#d4a44f;
  --ref-gold-soft:#b9935d;
  --ref-text:#ddd4c6;
  --ref-muted:#9e968b;
  --ref-purple:#8a4bc8;
  --ref-purple-deep:#362044;
  --ref-green:#79c94a;
}
html{background:#050506}
body{
  margin:0;
  min-height:100vh;
  color:var(--ref-text);
  background:
    radial-gradient(circle at 50% -10%,rgba(94,56,125,.12),transparent 34%),
    linear-gradient(rgba(5,5,6,.88),rgba(5,5,6,.94)),
    url('/assets/mmorpg-stone.svg') center/700px auto repeat,
    #050506;
  font-family:Georgia,"Times New Roman",serif;
}
body:before{display:none!important}
#embers{opacity:.18}
.reference-shell{
  width:min(1536px,calc(100% - 10px));
  margin:0 auto;
  min-height:100vh;
  background:#080809;
  border-left:1px solid #332c22;
  border-right:1px solid #332c22;
  box-shadow:0 0 0 1px #060607,0 0 55px rgba(0,0,0,.78),inset 0 0 70px rgba(0,0,0,.28);
  position:relative;
}
.reference-shell:before,.reference-shell:after{content:"";position:fixed;top:0;bottom:0;width:8px;z-index:20;pointer-events:none;background:linear-gradient(90deg,#080809,#3b3227 45%,#0a090a)}
.reference-shell:before{left:max(0px,calc((100vw - 1536px)/2))}.reference-shell:after{right:max(0px,calc((100vw - 1536px)/2));transform:scaleX(-1)}
.site-header.reference-header{
  position:relative;top:auto;left:auto;right:auto;
  max-width:none;height:110px;padding:0;
  display:grid;grid-template-columns:350px minmax(0,1fr);
  gap:8px;background:#080809;border:0;border-bottom:1px solid #211d18;box-shadow:none;z-index:50;
}
.reference-brand-panel{
  grid-row:1;grid-column:1;
  display:flex;align-items:center;justify-content:center;
  background:
    radial-gradient(circle at 50% 35%,rgba(124,60,190,.11),transparent 38%),
    linear-gradient(180deg,#0d0d10,#09090a 72%),
    url('/assets/mmorpg-stone.svg') center/520px auto;
  border-right:1px solid #413628;border-bottom:1px solid #413628;position:relative;overflow:hidden;
}
.reference-brand-panel:after{content:"";position:absolute;inset:5px;border:1px solid rgba(154,122,76,.16);pointer-events:none}
.reference-brand{display:flex;align-items:center;gap:12px;text-decoration:none;position:relative;z-index:1;width:100%;padding:7px 22px 6px 18px}
.reference-brand img{width:86px;height:86px;object-fit:contain;filter:drop-shadow(0 0 12px rgba(129,58,195,.30));flex:0 0 86px}
.reference-brand span{display:flex;flex-direction:column;min-width:0}
.reference-brand b{font-size:42px;line-height:.92;letter-spacing:.025em;color:#d8d0c5;text-shadow:0 2px 0 #000,0 0 13px rgba(255,255,255,.05);font-weight:600}
.reference-brand small{font-size:21px;letter-spacing:.25em;color:#9e55d3;margin-top:7px;text-align:center;text-shadow:0 0 10px rgba(136,70,189,.30)}
.reference-header-main{grid-column:2;display:grid;grid-template-rows:68px 36px;gap:5px;min-width:0}
.reference-nav{
  display:grid!important;grid-template-columns:repeat(7,minmax(0,1fr));height:68px!important;position:relative!important;top:auto!important;left:auto!important;right:auto!important;
  background:linear-gradient(180deg,#111113,#0b0b0d)!important;border:1px solid #42372a!important;padding:0!important;box-shadow:inset 0 0 0 4px #0b0b0c,inset 0 0 0 5px rgba(122,94,55,.16)
}
.reference-nav a{
  height:66px;display:flex!important;align-items:center;justify-content:center;gap:9px;
  color:#c9c0b0!important;font-size:16px!important;letter-spacing:.015em!important;text-transform:none!important;
  border-right:1px solid #342c23!important;position:relative!important;padding:0 8px!important;background:transparent!important;text-decoration:none!important
}
.reference-nav a:last-child{border-right:0!important}
.reference-nav a span{color:#c29b52;font-size:18px;filter:drop-shadow(0 1px 1px #000)}
.reference-nav a:hover,.reference-nav a.active{color:#efcf72!important;background:linear-gradient(180deg,rgba(60,47,28,.28),rgba(32,24,15,.10))!important}
.reference-nav a.active:before{content:"";position:absolute;left:25%;right:25%;top:0;height:3px;background:#a564e8;box-shadow:0 0 9px rgba(148,76,213,.45)}
.reference-nav a:after{display:none!important}
.reference-tagline{
  height:36px;display:flex;align-items:center;justify-content:space-between;padding:0 28px;
  border:1px solid #322a21;background:linear-gradient(180deg,#0d0d0f,#09090a);color:#c7a157;font-size:13px;letter-spacing:.18em;text-transform:uppercase;overflow:hidden
}
.reference-tagline span:last-child{color:#a963d4;letter-spacing:.16em}
.menu-toggle{display:none;position:absolute;right:14px;top:17px;z-index:70}
.header-status-hidden{display:none}
#app{min-height:0}
.reference-home{
  display:grid;grid-template-columns:350px minmax(0,1fr) 330px;grid-template-rows:auto auto;gap:8px;
  padding:0 7px 8px;background:#080809;align-items:start
}
.reference-sidebar,.reference-rightbar,.reference-center{min-width:0}
.reference-sidebar{display:flex;flex-direction:column;gap:8px}
.reference-play{
  min-height:86px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-decoration:none;
  margin-top:0;border:1px solid #665039;background:
    linear-gradient(180deg,rgba(89,45,117,.92),rgba(46,27,58,.96)),
    url('/assets/obsidian-texture.svg') center/500px auto;
  box-shadow:inset 0 0 0 4px #171318,inset 0 0 0 5px #6a4d2f,0 0 20px rgba(90,43,128,.12);position:relative
}
.reference-play:before,.reference-purple-button:before,.reference-hero-button:before{content:"";position:absolute;inset:6px;border:1px solid rgba(226,187,112,.30);pointer-events:none}
.reference-play b{font-size:29px;letter-spacing:.04em;color:#f0dfbf;text-shadow:0 2px 2px #000}
.reference-play small{margin-top:4px;font-size:13px;color:#d6ab58;letter-spacing:.06em}
.reference-side-nav{border:1px solid var(--ref-border);background:#0d0d0f;box-shadow:inset 0 0 0 4px #09090b,inset 0 0 0 5px rgba(129,100,60,.12)}
.reference-side-nav a{min-height:58px;display:flex;align-items:center;gap:16px;padding:0 20px;text-decoration:none;border-bottom:1px solid #3a3126;background:linear-gradient(90deg,#111114,#0c0c0e);color:#d4b67c;transition:.15s}
.reference-side-nav a:last-child{border-bottom:0}.reference-side-nav a:hover{background:linear-gradient(90deg,#18151a,#100e12);color:#f0ce7a;padding-left:24px}
.reference-side-nav a>span{width:32px;text-align:center;font-size:23px;color:#c89842;text-shadow:0 1px 2px #000}
.reference-side-nav b{font-size:19px;font-weight:500;letter-spacing:.025em}
.reference-quick-info{border:1px solid var(--ref-border);background:linear-gradient(180deg,#111113,#0b0b0d);box-shadow:inset 0 0 0 4px #09090a;padding:0 16px 14px}
.reference-quick-info h3{margin:0 -16px 12px;padding:12px 16px;border-bottom:1px solid #443828;text-align:center;color:#d1a454;font-size:18px;font-weight:500;letter-spacing:.06em;background:#111013}
.reference-quick-info dl{margin:0}.reference-quick-info dl div{display:grid;grid-template-columns:1fr auto;gap:12px;padding:5px 0;font-size:13px}.reference-quick-info dt{color:#aaa094}.reference-quick-info dd{margin:0;color:#7fc24c}.reference-account-link{display:block;text-align:center;margin-top:12px;padding:8px;border-top:1px solid #30291f;color:#b77ce1;text-decoration:none;font-size:12px;text-transform:uppercase;letter-spacing:.10em}
.reference-center{display:flex;flex-direction:column;gap:8px}
.reference-hero{
  height:365px;position:relative;overflow:hidden;border:1px solid #59462f;
  background:url('/assets/osrs-hero.webp') center/cover no-repeat;
  box-shadow:inset 0 0 0 4px #0c0c0d,inset 0 0 0 5px rgba(170,128,64,.18),0 8px 20px rgba(0,0,0,.30)
}
.reference-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(4,4,5,.84) 0%,rgba(4,4,5,.58) 25%,rgba(4,4,5,.17) 54%,rgba(4,4,5,.03) 100%)}
.reference-hero:after{content:"";position:absolute;inset:6px;border:1px solid rgba(221,183,111,.13);pointer-events:none}
.reference-hero-copy{position:relative;z-index:2;width:52%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:20px 22px 20px 34px}
.reference-hero-copy>span{color:#d8b866;font-size:15px;letter-spacing:.10em;margin-bottom:4px}
.reference-hero h1{margin:0;color:#d7d0c4!important;-webkit-text-fill-color:initial!important;background:none!important;font-size:64px!important;line-height:.95!important;letter-spacing:.015em!important;text-shadow:0 3px 2px #000,0 0 10px rgba(255,255,255,.04);filter:none!important}
.reference-hero h1:after{display:none!important}
.reference-hero h2{font-family:Georgia,serif;font-size:18px;line-height:1.45;font-weight:500;color:#dcc79d;letter-spacing:.08em;margin:10px 0 22px}
.reference-hero-button{position:relative;display:inline-flex;align-items:center;justify-content:center;min-width:310px;min-height:46px;padding:0 22px;text-decoration:none;color:#ecd7ad;background:linear-gradient(180deg,#3f244c,#25162d);border:1px solid #71553b;box-shadow:inset 0 0 0 4px #141015,inset 0 0 0 5px rgba(190,145,77,.22);font-size:15px;letter-spacing:.04em}
.reference-mid-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:8px;min-height:296px}
.reference-news-panel,.reference-activity-panel,.reference-status-panel,.reference-ranking-panel{border:1px solid var(--ref-border);background:linear-gradient(180deg,#111113,#0b0b0d);box-shadow:inset 0 0 0 4px #080809,inset 0 0 0 5px rgba(128,101,63,.12);overflow:hidden}
.reference-panel-heading{height:42px;display:flex;align-items:center;justify-content:space-between;padding:0 16px;border-bottom:1px solid #433629;background:linear-gradient(180deg,#141316,#0d0d0f)}
.reference-panel-heading.centered{justify-content:center;text-align:center;height:44px}
.reference-panel-heading h2{margin:0;font-size:18px;font-weight:500;color:#d2a64f;letter-spacing:.055em}.reference-panel-heading a{color:#a869d0;text-decoration:none;font-size:10px;letter-spacing:.08em}
.reference-news-list{padding:5px 10px 7px}.reference-news-item{display:grid;grid-template-columns:122px 1fr;gap:12px;min-height:77px;padding:7px 0;text-decoration:none;border-bottom:1px solid #2c2722;color:inherit}.reference-news-item:last-child{border-bottom:0}.reference-news-item img{width:122px;height:67px;object-fit:cover;border:1px solid #493a29;filter:saturate(.84) contrast(1.04)}.reference-news-item b{display:block;color:#b76ddc;font-size:13px;font-weight:500;letter-spacing:.02em;margin:1px 0 3px}.reference-news-item p{margin:0;color:#c4baaa;font-size:11px;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.reference-news-item small{display:block;color:#ae8b50;font-size:10px;margin-top:4px}
.reference-activity{padding:8px 12px}.reference-activity .activity-row{display:grid;grid-template-columns:30px 1fr auto;gap:8px;align-items:center;padding:8px 0;border-bottom:1px solid #29251f}.reference-activity .activity-row:last-child{border-bottom:0}.reference-activity .avatar{width:28px;height:28px;font-size:11px;background:#18131d;border:1px solid #4d3a58;color:#d3a86a}.reference-activity p{font-size:11px;color:#c5baaa}.reference-activity p b{color:#d2a74f}.reference-activity .activity-row>span{font-size:9px;color:#8f877c;white-space:nowrap}
.reference-rightbar{display:flex;flex-direction:column;gap:8px}
.reference-status-panel{min-height:365px;padding-bottom:14px}.reference-online{display:flex;align-items:center;gap:10px;padding:18px 18px 13px;color:#84cf4f;font-size:18px}.status-orb{width:12px;height:12px;border-radius:50%;background:#82d84b;box-shadow:0 0 10px rgba(103,212,58,.35)}
.reference-status-row{display:flex;align-items:center;justify-content:space-between;padding:11px 18px;border-top:1px solid #2d2821;color:#c0ab84;font-size:13px}.reference-status-row strong{display:flex;align-items:baseline;gap:8px}.reference-status-row strong em{font-style:normal;font-size:37px;line-height:1;color:#82c849;font-weight:500}.reference-status-row strong small{color:#9b8c77;font-size:13px;font-weight:400}.reference-status-row b{font-weight:400;color:#ddd4c7;font-size:13px}
.reference-purple-button{position:relative;display:flex;align-items:center;justify-content:center;min-height:44px;margin:14px 16px 0;text-decoration:none;color:#eddaba;background:linear-gradient(180deg,#432653,#27172f);border:1px solid #6f543a;box-shadow:inset 0 0 0 4px #120f14,inset 0 0 0 5px rgba(182,139,74,.22);font-size:17px;letter-spacing:.04em}.reference-purple-button.compact{min-height:40px;font-size:13px;margin-top:10px}
.reference-ranking-panel{min-height:296px}.reference-rank-head{display:grid;grid-template-columns:52px 1fr 86px;gap:8px;padding:11px 16px 8px;color:#b99b64;font-size:10px;border-bottom:1px solid #2d2821}.reference-ranks{padding:0 13px}.reference-ranks a{display:grid;grid-template-columns:52px 1fr 86px;gap:8px;align-items:center;min-height:41px;border-bottom:1px solid #2a251f;text-decoration:none;color:#d9d0c2}.reference-ranks a:last-child{border-bottom:0}.reference-rank-badge{color:#d4a349;text-align:center;font-size:16px}.reference-ranks b{font-weight:400;font-size:14px}.reference-ranks small{text-align:right;color:#d2ad63;font-size:13px}
.reference-feature-row{grid-column:1/3;display:grid;grid-template-columns:350px repeat(3,minmax(0,1fr));gap:8px;min-width:0}.ref-feature{min-height:150px;position:relative;overflow:hidden;display:flex;align-items:flex-end;padding:16px 18px;text-decoration:none;border:1px solid #4e402f;box-shadow:inset 0 0 0 4px #09090a,inset 0 0 0 5px rgba(170,129,66,.12)}.ref-feature:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(4,4,5,.10),rgba(4,4,5,.18) 35%,rgba(4,4,5,.88) 78%)}.ref-feature>div{position:relative;z-index:2}.ref-feature h3{margin:0 0 6px;color:#d3a752;font-size:17px;font-weight:500;letter-spacing:.03em}.ref-feature p{margin:0;color:#cfb982;font-size:11px;line-height:1.45;max-width:230px}.ref-feature.skill{background:url('/assets/osrs-feature-skilling.webp') center/cover no-repeat}.ref-feature.pvm{background:url('/assets/osrs-feature-pvm.webp') center/cover no-repeat}.ref-feature.progression{background:url('/assets/osrs-news-world.webp') center/cover no-repeat}.ref-feature.minigames{background:url('/assets/osrs-feature-minigames.webp') center/cover no-repeat}
.reference-footer{max-width:none!important;margin:0!important;min-height:58px;padding:0 24px!important;display:grid!important;grid-template-columns:1fr auto 1fr;align-items:center;gap:18px;background:linear-gradient(180deg,#0d0d0f,#080809)!important;border-top:1px solid #44372a!important;color:#8f877c!important;box-shadow:inset 0 0 0 4px #070708!important}.reference-footer>div{display:flex;align-items:center;gap:12px}.reference-footer>div:last-child{justify-content:flex-end}.reference-footer strong{font-size:11px;color:#a98e5e;letter-spacing:.04em}.reference-footer span{font-size:10px}.reference-footer .footer-links{justify-content:center;gap:16px!important}.reference-footer .footer-links a{font-size:10px!important;color:#8f877c!important;text-transform:uppercase;letter-spacing:.04em}.reference-footer .disclaimer,.reference-footer .brand{display:none!important}

/* Inner pages retain functionality but use the same approved portal shell */
.page-hero,.section,.cta-banner{max-width:none!important;margin-left:8px!important;margin-right:8px!important}
.page-hero{border-color:#4c4032!important;background:linear-gradient(90deg,rgba(6,6,8,.92),rgba(6,6,8,.58)),url('/assets/osrs-page-banner.webp') 72% center/cover no-repeat!important;box-shadow:inset 0 0 0 4px #080809,inset 0 0 0 5px rgba(159,120,62,.12)!important}
.section{border:1px solid #40362b!important;background:linear-gradient(180deg,#111113,#0b0b0d)!important;box-shadow:inset 0 0 0 4px #080809!important}
.section:before{display:none!important}.section h2,.page-title{color:#d8cfc0!important;-webkit-text-fill-color:initial!important;background:none!important}.eyebrow,.breadcrumb{color:#c89e51!important}
.button{border-color:#70543a!important;background:linear-gradient(180deg,#4a2b59,#281932)!important;color:#eedcbc!important;border-radius:0!important;box-shadow:inset 0 0 0 2px rgba(9,8,10,.7),0 6px 18px rgba(0,0,0,.24)!important}.button.secondary,.button.ghost{background:linear-gradient(180deg,#18161a,#0e0d10)!important;color:#d6c4a0!important;border-color:#5b4933!important}

@media(max-width:1220px){
  .site-header.reference-header{grid-template-columns:280px minmax(0,1fr)}
  .reference-brand img{width:70px;height:70px;flex-basis:70px}.reference-brand b{font-size:32px}.reference-brand small{font-size:16px}
  .reference-home{grid-template-columns:280px minmax(0,1fr);grid-template-rows:auto auto auto}
  .reference-rightbar{grid-column:1/-1;display:grid;grid-template-columns:1fr 1fr}.reference-status-panel,.reference-ranking-panel{min-height:0}
  .reference-feature-row{grid-column:1/-1;grid-template-columns:repeat(4,1fr)}
  .reference-nav a{font-size:13px!important}.reference-nav a span{font-size:16px}
}
@media(max-width:900px){
  .reference-shell{width:100%;border:0}
  .site-header.reference-header{height:78px;display:flex;align-items:center;padding:0 12px;background:#0b0b0d;border-bottom:1px solid #44372a}
  .reference-brand-panel{border:0;background:none;justify-content:flex-start}.reference-brand{padding:0}.reference-brand img{width:54px;height:54px;flex-basis:54px}.reference-brand b{font-size:26px}.reference-brand small{font-size:12px}
  .reference-header-main{display:block;margin-left:auto}.reference-tagline{display:none}.menu-toggle{display:block!important;position:relative;right:auto;top:auto;margin-left:12px}
  .reference-nav{display:none!important;position:absolute!important;top:78px!important;left:0!important;right:0!important;height:auto!important;grid-template-columns:1fr!important;z-index:80;background:#0b0b0d!important}.reference-nav.open{display:grid!important}.reference-nav a{height:46px!important;border-bottom:1px solid #352d24!important}
  .reference-home{grid-template-columns:1fr;padding:8px;gap:8px}.reference-sidebar{order:2}.reference-center{order:1}.reference-rightbar{order:3;grid-column:auto;grid-template-columns:1fr 1fr}.reference-feature-row{order:4;grid-column:auto;grid-template-columns:1fr 1fr}.reference-side-nav{display:grid;grid-template-columns:repeat(2,1fr)}.reference-side-nav a{border-right:1px solid #3a3126}.reference-quick-info{display:none}.reference-play{min-height:70px}.reference-hero{height:430px}.reference-hero-copy{width:60%}.reference-mid-grid{grid-template-columns:1fr}.reference-news-panel,.reference-activity-panel{min-height:0}
  .reference-footer{grid-template-columns:1fr!important;text-align:center;padding:18px!important}.reference-footer>div,.reference-footer>div:last-child{justify-content:center}
}
@media(max-width:640px){
  .reference-brand span{display:none}.reference-brand img{width:50px;height:50px}.reference-home{padding:6px}.reference-hero{height:390px;background-position:69% center}.reference-hero-copy{width:72%;align-items:flex-start;text-align:left;padding-left:24px}.reference-hero-copy>span{font-size:12px}.reference-hero h1{font-size:46px!important}.reference-hero h2{font-size:14px}.reference-hero-button{min-width:0;width:100%;font-size:12px}.reference-side-nav{grid-template-columns:1fr}.reference-rightbar{grid-template-columns:1fr}.reference-feature-row{grid-template-columns:1fr}.reference-mid-grid{grid-template-columns:1fr}.reference-news-item{grid-template-columns:92px 1fr}.reference-news-item img{width:92px;height:62px}.reference-footer .footer-links{flex-wrap:wrap}.reference-status-row strong em{font-size:30px}
}
/* lock desktop reference canvas close to the approved 1536x1024 composition */
@media(min-width:901px){.reference-footer{height:43px!important;min-height:43px!important}}

/* v1.3 closer reference match: full icon treatment */
.reference-nav a{gap:10px}
.reference-nav a img{width:18px;height:18px;object-fit:contain;filter:drop-shadow(0 1px 1px #000) saturate(1.05)}
.reference-nav a span{display:inline-flex;align-items:center}
.reference-nav a:hover img,.reference-nav a.active img{filter:drop-shadow(0 1px 2px #000) brightness(1.08)}
.reference-play{display:flex;align-items:center;gap:16px;padding-left:18px}.reference-play>div{display:flex;flex-direction:column}.ref-button-icon{width:38px;height:38px;object-fit:contain;filter:drop-shadow(0 2px 3px rgba(0,0,0,.55))}
.reference-side-nav a{gap:14px;padding:10px 18px}
.reference-side-nav a img{width:28px;height:28px;object-fit:contain;flex:0 0 28px;filter:drop-shadow(0 1px 2px #000)}
.reference-side-nav a>div{display:flex;flex-direction:column;gap:4px;min-width:0}
.reference-side-nav b{font-size:18px;line-height:1.05;font-weight:600;letter-spacing:.02em}
.reference-side-nav small{font-size:10px;line-height:1.25;color:#a8956e;letter-spacing:.08em;text-transform:uppercase}
.reference-side-nav a:hover small{color:#d5bf91}
.reference-quick-info h3{display:flex;align-items:center;gap:8px}.reference-quick-info h3 img{width:18px;height:18px;object-fit:contain}
.reference-panel-heading h2{display:flex;align-items:center;gap:9px}.reference-panel-heading h2 img{width:20px;height:20px;object-fit:contain;filter:drop-shadow(0 1px 2px #000)}
.reference-status-row span:before{content:"";display:inline-block;width:6px;height:6px;border-radius:50%;background:#7f6235;box-shadow:0 0 0 1px rgba(255,209,129,.13);margin-right:8px;vertical-align:middle}
.reference-news-item{position:relative}.reference-news-item:after{content:"";position:absolute;left:113px;right:16px;bottom:10px;height:1px;background:linear-gradient(90deg,rgba(211,167,82,.3),transparent)}
.reference-rank-head span:first-child:before{content:"";display:inline-block;width:14px;height:14px;margin-right:7px;background:url('/assets/icons/crown.svg') center/contain no-repeat;vertical-align:-2px;opacity:.95}
.reference-ranks a{position:relative;padding-left:44px}
.reference-ranks a .reference-rank-badge{position:absolute;left:12px;top:50%;transform:translateY(-50%)}
.feature-badge{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;margin-bottom:10px;border:1px solid rgba(203,162,80,.5);background:linear-gradient(180deg,rgba(30,23,16,.84),rgba(16,12,9,.84));box-shadow:inset 0 0 0 1px rgba(255,228,162,.06)}
.feature-badge img{width:22px;height:22px;object-fit:contain;filter:drop-shadow(0 1px 2px #000)}
.ref-feature h3{display:flex;align-items:center;gap:8px}
.reference-feature-row .ref-feature>div{max-width:255px}
.reference-tagline{position:relative}.reference-tagline:before,.reference-tagline:after{content:"";position:absolute;top:50%;width:46px;height:1px;background:linear-gradient(90deg,transparent,rgba(180,129,57,.55),transparent)}.reference-tagline:before{left:16px}.reference-tagline:after{right:16px}
.reference-status-panel .reference-purple-button:before,.reference-ranking-panel .reference-purple-button:before{border-color:rgba(238,199,116,.22)}
.reference-hero-button:before{border-color:rgba(245,217,150,.26)}
.reference-account-link{display:flex;align-items:center;justify-content:center;gap:8px}.reference-account-link:before{content:"";display:inline-block;width:15px;height:15px;background:url('/assets/icons/home.svg') center/contain no-repeat;opacity:.9}
@media(max-width:1180px){
  .reference-nav a img{width:16px;height:16px}
  .reference-side-nav b{font-size:16px}
  .reference-side-nav small{font-size:9px}
  .feature-badge{width:34px;height:34px}.feature-badge img{width:18px;height:18px}
}
@media(max-width:860px){
  .reference-nav a{justify-content:flex-start;padding-left:18px!important}
  .reference-side-nav{grid-template-columns:1fr}
  .reference-side-nav a{min-height:66px}
}
@media(max-width:720px){
  .reference-play{padding-left:14px;gap:12px}.ref-button-icon{width:30px;height:30px}
  .reference-panel-heading h2 img{width:16px;height:16px}
  .reference-news-item:after{left:96px;right:10px}
  .reference-ranks a{padding-left:40px}
}

/* v1.4 near-1:1 icon + integrated logo pass */
.site-header.reference-header{height:118px;gap:0;border-bottom:1px solid #2f281f;background:#080809}
.reference-brand-panel{
  border-right:1px solid #413628;border-bottom:0;
  background:
    radial-gradient(circle at 44% 26%,rgba(124,60,190,.16),transparent 26%),
    linear-gradient(180deg,#101013,#09090a 76%),
    url('/assets/mmorpg-stone.svg') center/520px auto;
  box-shadow:inset 0 0 0 4px #0a0a0c,inset 0 0 0 5px rgba(129,100,60,.12), inset 0 -1px 0 rgba(198,154,91,.18);
}
.reference-brand-panel:after{inset:6px 6px 0 6px;border:1px solid rgba(154,122,76,.14);border-bottom:0}
.reference-brand-panel:before{content:"";position:absolute;left:18px;right:18px;bottom:0;height:1px;background:linear-gradient(90deg,transparent,rgba(146,86,206,.5),transparent)}
.reference-brand{padding:8px 20px 10px 18px;gap:14px}
.reference-brand img{width:94px;height:94px;flex:0 0 94px;filter:drop-shadow(0 0 16px rgba(129,58,195,.42))}
.reference-brand b{font-size:48px;letter-spacing:.02em}
.reference-brand small{font-size:18px;letter-spacing:.20em;margin-top:9px;position:relative;padding:0 24px}
.reference-brand small:before,.reference-brand small:after{content:"";position:absolute;top:50%;width:16px;height:1px;background:#7c2fd2}.reference-brand small:before{left:0}.reference-brand small:after{right:0}
.reference-header-main{grid-template-rows:72px 38px;gap:4px}
.reference-nav{height:72px!important;box-shadow:inset 0 0 0 4px #0b0b0c,inset 0 0 0 5px rgba(122,94,55,.16), inset 0 -1px 0 rgba(198,154,91,.15)}
.reference-nav a{height:70px;font-size:15px!important;gap:8px}
.reference-nav a img{width:24px;height:24px;filter:drop-shadow(0 1px 2px #000)}
.reference-nav a.active,.reference-nav a:hover{background:linear-gradient(180deg,rgba(74,54,28,.28),rgba(24,19,12,.06))!important}
.reference-nav a.active span,.reference-nav a:hover span{color:#efcf72}
.reference-tagline{padding:0 18px 0 24px}
.reference-home{padding:0 7px 8px;gap:8px}
.reference-sidebar{gap:6px;margin-top:-1px}
.reference-play{min-height:84px;gap:12px;padding-left:14px;background:linear-gradient(180deg,rgba(93,50,126,.95),rgba(45,26,59,.98)),url('/assets/obsidian-texture.svg') center/500px auto;box-shadow:inset 0 0 0 4px #171318,inset 0 0 0 5px #6a4d2f,0 0 18px rgba(90,43,128,.10)}
.ref-button-icon{width:42px;height:42px}
.reference-side-nav a{min-height:60px}
.reference-side-nav a img{width:30px;height:30px}
.reference-side-nav b{font-size:17px}
.reference-side-nav small{font-size:9px;letter-spacing:.06em}
.reference-quick-info{padding-bottom:10px}
.reference-quick-info dl div{padding:4px 0}
.reference-socials{display:grid;grid-template-columns:repeat(3,1fr);gap:0;border-top:1px solid #30291f;border-bottom:1px solid #30291f;margin:12px -16px 0}
.reference-socials a{display:flex;align-items:center;justify-content:center;height:42px;background:linear-gradient(180deg,#111115,#0a0a0d);border-right:1px solid #30291f;text-decoration:none}.reference-socials a:last-child{border-right:0}.reference-socials img{width:23px;height:23px;object-fit:contain;filter:drop-shadow(0 1px 2px #000)}
.reference-account-link{margin-top:0;padding:10px 8px;border-top:0}
.reference-hero{height:370px;background-position:center center}
.reference-hero-copy{width:54%;padding:28px 22px 20px 22px}.reference-hero h1{font-size:70px!important}.reference-hero h2{font-size:19px}.reference-hero-button{min-width:320px;min-height:48px}
.reference-panel-heading{height:44px}.reference-panel-heading h2{font-size:17px}.reference-panel-heading h2 img{width:18px;height:18px}
.reference-status-panel{min-height:370px}.reference-ranking-panel{min-height:298px}
.reference-rank-badge{font-size:18px}
.reference-feature-row{gap:8px}.ref-feature{min-height:156px}
.feature-badge{width:36px;height:36px;margin-bottom:12px}.feature-badge img{width:20px;height:20px}
.reference-footer{height:44px!important;min-height:44px!important}
@media(max-width:1220px){
  .site-header.reference-header{grid-template-columns:300px minmax(0,1fr)}
  .reference-brand img{width:80px;height:80px;flex-basis:80px}
  .reference-brand b{font-size:38px}
  .reference-nav a img{width:20px;height:20px}
}
@media(max-width:900px){
  .site-header.reference-header{height:82px;gap:0}
  .reference-brand-panel{box-shadow:none;background:none}
  .reference-brand-panel:before,.reference-brand-panel:after{display:none}
  .reference-brand img{width:56px;height:56px;flex-basis:56px}
  .reference-nav a img{width:18px;height:18px}
  .reference-socials{grid-template-columns:repeat(3,1fr)}
}


/* v1.5 exacter reference-match pass */
.reference-brand-panel{align-items:flex-end;padding-bottom:2px}
.reference-brand{align-items:flex-end}.reference-brand img{margin-bottom:4px}.reference-brand span{padding-bottom:6px}
.reference-nav a span{font-size:14px}
.reference-tagline{position:relative}.reference-tagline span:first-child{position:relative;padding-left:18px;padding-right:18px}.reference-tagline span:first-child:before,.reference-tagline span:first-child:after{content:"◆";position:absolute;top:50%;transform:translateY(-50%);font-size:10px;color:#8a4ed6}.reference-tagline span:first-child:before{left:0}.reference-tagline span:first-child:after{right:0}
.reference-play b{font-size:28px}.reference-play small{font-size:12px;letter-spacing:.08em}
.reference-side-nav a{padding:9px 18px 9px 14px}
.reference-quick-info h3{justify-content:center}
.reference-quick-info dl div{font-size:14px}.reference-quick-info dt{color:#c0a56d}.reference-quick-info dd{color:#7fc24c}
.reference-socials a{height:36px}.reference-socials img{width:21px;height:21px}
.reference-account-link{font-size:11px;color:#9e7ab7}
.reference-hero:before{background:linear-gradient(90deg,rgba(4,4,5,.78) 0%,rgba(4,4,5,.48) 24%,rgba(4,4,5,.15) 56%,rgba(4,4,5,.04) 100%)}
.reference-hero-copy{width:48%;align-items:flex-start;text-align:left;padding-left:34px;justify-content:flex-end;padding-bottom:36px}
.reference-hero-copy>span{margin-left:8px;font-size:15px}
.reference-hero h1{font-size:66px!important;margin-left:0}
.reference-hero h2{margin:10px 0 18px 6px;font-size:17px;line-height:1.55}
.reference-hero-button{min-width:296px;margin-left:6px;font-size:14px}
.reference-panel-heading h2{font-size:16px}
.reference-news-item{gap:10px;min-height:74px}.reference-news-item img{width:112px;height:62px}.reference-news-item b{font-size:12px}.reference-news-item p{font-size:10px}.reference-news-item small{font-size:9px}
.reference-activity .activity-row{grid-template-columns:26px 1fr;gap:10px;padding:8px 0 7px}.reference-activity .activity-row>span{grid-column:2;font-size:9px;margin-top:-3px}.reference-activity .avatar{width:24px;height:24px;font-size:10px}
.reference-status-panel .reference-panel-heading,.reference-ranking-panel .reference-panel-heading{height:48px}
.reference-online{padding:20px 18px 14px;font-size:20px}.status-orb{width:13px;height:13px}
.reference-status-row{padding:12px 18px}.reference-status-row span{font-size:12px}.reference-status-row strong em{font-size:40px}.reference-status-row b{font-size:12px}
.reference-purple-button{min-height:42px;font-size:16px}
.reference-rank-head{padding-top:12px;padding-bottom:10px}.reference-rank-head span{font-size:10px}
.reference-ranks a{min-height:46px}.reference-rank-badge{font-size:14px}.reference-rank-badge.top{font-size:18px}.reference-rank-badge.top-1{color:#d9a94b}.reference-rank-badge.top-2{color:#c9c9c9}.reference-rank-badge.top-3{color:#cd8b4a}
.ref-feature{min-height:146px;padding:14px 15px}.ref-feature h3{font-size:16px}.ref-feature p{font-size:10px;max-width:220px}
.feature-badge{display:none}
.reference-footer strong{font-size:10px}.reference-footer span,.reference-footer .footer-links a{font-size:9px!important}
@media(max-width:900px){.reference-hero-copy{width:60%;padding-left:24px;padding-bottom:24px}.reference-hero h1{font-size:52px!important}.reference-hero-button{min-width:240px}}
@media(max-width:640px){.reference-hero-copy{width:72%}.reference-hero h1{font-size:44px!important}.reference-news-item img{width:92px;height:58px}}

/* v1.6 strict screenshot rebuild */
.reference-shell{width:min(1536px,100%);max-width:1536px;margin:0 auto;background:#080809}
.site-header.reference-header{height:110px;grid-template-columns:360px minmax(0,1fr);gap:0;background:#080809;border-bottom:0}
.reference-brand-panel{position:absolute;left:0;top:0;width:360px;height:190px;padding:0!important;background:url('/assets/reference/logo-panel.webp') 0 0/360px 190px no-repeat!important;border:0!important;box-shadow:none!important;z-index:80;overflow:hidden}
.reference-brand-panel:before,.reference-brand-panel:after{display:none!important}
.reference-brand{position:absolute;inset:0;display:block;padding:0!important}
.reference-brand-accessible{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.reference-header-main{grid-column:2;grid-template-rows:70px 36px;gap:4px}
.reference-nav{height:70px!important;border:1px solid #42372a!important}
.reference-nav a{height:68px;font-size:15px!important;gap:8px;text-transform:none!important}
.reference-nav a img{width:30px;height:30px;object-fit:contain;filter:none!important;border-radius:0}
.reference-nav a.active span{color:#b77ce6!important;text-shadow:0 0 8px rgba(161,78,226,.25)}
.reference-nav a.active:before{left:0;right:0;top:auto;bottom:0;height:2px;background:#a65fe0;box-shadow:0 0 7px rgba(148,76,213,.45)}
.reference-tagline{height:36px;padding:0 28px;font-size:13px;letter-spacing:.17em}
.reference-tagline:before,.reference-tagline:after{display:none!important}
.reference-home{display:grid;grid-template-columns:350px minmax(0,1fr) 330px;grid-template-rows:auto auto;gap:8px;padding:0 7px 8px;align-items:start;background:#080809}
.reference-sidebar{padding-top:80px;gap:8px}
.reference-play{min-height:88px;display:flex;align-items:center;justify-content:center;text-align:center;padding:0 18px!important;background:linear-gradient(180deg,rgba(91,48,123,.96),rgba(49,29,61,.98)),url('/assets/obsidian-texture.svg') center/500px auto;border:1px solid #665039;box-shadow:inset 0 0 0 4px #171318,inset 0 0 0 5px #6a4d2f,0 0 18px rgba(90,43,128,.10)}
.reference-play>div{display:flex;flex-direction:column;align-items:center}.reference-play b{font-size:29px}.reference-play small{font-size:13px;margin-top:3px}.reference-play:after{content:"◆";position:absolute;bottom:-13px;color:#b7801f;font-size:14px;text-shadow:0 1px #000}
.reference-side-nav a{min-height:58px;padding:0 18px!important;gap:16px}.reference-side-nav a img{width:34px;height:34px;flex:0 0 34px;filter:none!important}.reference-side-nav a>div{display:flex;align-items:center}.reference-side-nav b{font-size:18px;letter-spacing:.02em}.reference-side-nav small{display:none!important}
.reference-quick-info{padding:0 16px 0}.reference-quick-info h3{height:46px;display:flex;align-items:center;justify-content:center;margin:0 -16px 10px;padding:0;border-bottom:1px solid #443828;font-size:18px}.reference-quick-info h3 img{display:none!important}.reference-quick-info dl div{padding:4px 0;font-size:14px}.reference-quick-info dt{color:#bd9e67}.reference-quick-info dd{color:#75c84a}.reference-socials{height:42px;margin:12px -16px 0}.reference-socials a{height:42px}.reference-socials img{width:30px;height:30px;filter:none!important}.reference-account-link{display:none!important}
.reference-center{gap:8px}.reference-hero{height:373px;background:url('/assets/osrs-hero-world.webp') center/cover no-repeat;border:1px solid #59462f}.reference-hero:before{background:linear-gradient(90deg,rgba(4,4,5,.76) 0%,rgba(4,4,5,.56) 27%,rgba(4,4,5,.19) 52%,rgba(4,4,5,.04) 100%)}.reference-hero-copy{width:51%;height:100%;align-items:center;justify-content:center;text-align:center;padding:18px 16px 6px 20px}.reference-hero-copy>span{font-size:15px;letter-spacing:.08em;margin:0 0 2px}.reference-hero h1{font-size:66px!important;line-height:.94!important;margin:0!important}.reference-hero h2{font-size:18px;line-height:1.45;margin:9px 0 18px;letter-spacing:.07em}.reference-hero-button{min-width:305px;min-height:45px;margin:0;font-size:14px}
.reference-mid-grid{grid-template-columns:1.08fr .92fr;gap:8px;min-height:296px}.reference-panel-heading{height:42px;padding:0 16px}.reference-panel-heading h2{font-size:17px}.reference-panel-heading h2 img{display:none!important}.reference-panel-heading a{font-size:10px}.reference-news-list{padding:5px 10px 7px}.reference-news-item{grid-template-columns:122px 1fr;gap:12px;min-height:77px;padding:7px 0}.reference-news-item img{width:122px;height:67px}.reference-news-item:after{display:none}.reference-news-item b{font-size:13px}.reference-news-item p{font-size:11px}.reference-news-item small{font-size:10px}.reference-activity{padding:8px 12px}.reference-activity .activity-row{display:grid;grid-template-columns:30px 1fr;gap:8px;padding:7px 0}.reference-activity .avatar{width:28px;height:28px;border:0;background:transparent;font-size:18px}.reference-activity p{font-size:11px}.reference-activity .activity-row>span{grid-column:2;font-size:9px;margin-top:-3px}.purple-text{color:#b96de0}.green-text{color:#79c54a!important}.red-text{color:#e15f55!important}.gold-text{color:#d5aa4e!important}
.reference-rightbar{gap:8px}.reference-status-panel{min-height:373px}.reference-status-panel .reference-panel-heading,.reference-ranking-panel .reference-panel-heading{height:48px}.reference-panel-heading.centered h2{font-size:18px}.reference-online{padding:20px 18px 14px;font-size:19px}.reference-status-row{padding:12px 18px}.reference-status-row span:before{display:none!important}.reference-status-row strong em{font-size:39px}.reference-purple-button{margin:14px 16px 0;min-height:44px}.reference-ranking-panel{min-height:296px}.reference-rank-head{grid-template-columns:52px 1fr 86px;padding:11px 16px 8px}.reference-rank-head span:first-child:before{display:none!important}.reference-ranks{padding:0 13px}.reference-ranks a{display:grid;grid-template-columns:52px 1fr 86px;min-height:41px;padding-left:0}.reference-ranks a .reference-rank-badge{position:static;transform:none}.reference-rank-badge{font-size:16px}.reference-rank-badge.top{font-size:18px}.reference-ranks b{font-size:14px}.reference-ranks small{font-size:13px}.reference-purple-button.compact{min-height:40px;font-size:13px;margin-top:10px}
.reference-feature-row{grid-column:1/3;grid-template-columns:350px repeat(3,minmax(0,1fr));gap:8px}.ref-feature{min-height:150px;padding:16px 18px}.ref-feature h3{font-size:17px}.ref-feature p{font-size:11px}.feature-badge{display:none!important}
.reference-footer{height:43px!important;min-height:43px!important;padding:0 24px!important;grid-template-columns:1fr auto 1fr}.reference-footer>div:first-child{justify-content:flex-start}.reference-footer>div:last-child{justify-content:flex-end}.reference-footer strong{font-size:10px;color:#9d865e}.reference-footer .footer-links{gap:7px!important}.reference-footer .footer-links a,.reference-footer .footer-links span{font-size:9px!important;color:#8f877c!important}
@media(max-width:1220px){.site-header.reference-header{grid-template-columns:300px minmax(0,1fr)}.reference-brand-panel{width:300px;background-size:300px 158px!important;height:158px}.reference-sidebar{padding-top:48px}.reference-home{grid-template-columns:280px minmax(0,1fr)}.reference-rightbar{grid-column:1/-1}.reference-feature-row{grid-column:1/-1}}
@media(max-width:900px){.site-header.reference-header{height:78px;display:flex}.reference-brand-panel{position:relative;width:70px;height:78px;background:url('/assets/obsidian-site-logo.png') center/54px 54px no-repeat!important}.reference-header-main{display:block}.reference-sidebar{padding-top:0}.reference-home{grid-template-columns:1fr}.reference-rightbar{grid-column:auto}.reference-feature-row{grid-column:auto}.reference-nav a img{width:24px;height:24px}}

/* v1.7 Discord-only social cleanup */
.reference-socials.discord-only{
  display:block;
  margin:12px -16px 0;
}
.reference-socials.discord-only a{
  height:42px;
  width:100%;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  border-right:0;
  color:#c5b4df;
  font-size:11px;
  letter-spacing:.10em;
  text-transform:uppercase;
}
.reference-socials.discord-only a span{display:inline-block}
.reference-socials.discord-only img{width:22px;height:22px}

/* =========================================================
   v1.8 — FULL SITE MMORPG PAGE SYSTEM
   Keeps the approved homepage shell and brings every route
   into the same stone / bronze / violet game-portal language.
   ========================================================= */
.mmo-page-hero{min-height:210px;padding:34px 34px 28px!important;display:flex!important;align-items:flex-end!important;background:
  linear-gradient(90deg,rgba(7,7,8,.96) 0%,rgba(7,7,8,.72) 46%,rgba(7,7,8,.28) 100%),
  url('/assets/osrs-page-banner.webp') 72% center/cover no-repeat!important;
  border:1px solid #4e4030!important;box-shadow:inset 0 0 0 4px #080809,inset 0 0 0 5px rgba(166,126,67,.14),0 12px 24px rgba(0,0,0,.28)!important;overflow:hidden}
.mmo-page-hero:before{display:none!important}
.mmo-page-hero-inner{display:flex;align-items:center;gap:18px;position:relative;z-index:2;max-width:900px}
.mmo-page-crest{width:68px;height:68px;display:grid;place-items:center;flex:0 0 68px;background:linear-gradient(180deg,#171319,#0d0b0e);border:1px solid #6b5538;box-shadow:inset 0 0 0 3px #080809,inset 0 0 0 4px rgba(188,143,76,.18),0 0 24px rgba(107,47,166,.12)}
.mmo-page-crest img{width:38px;height:38px;object-fit:contain;filter:drop-shadow(0 2px 2px #000)}
.mmo-page-hero .breadcrumb{color:#c79c50!important;letter-spacing:.18em;font-size:10px}.mmo-page-hero .page-title{font-family:Georgia,serif!important;font-size:52px!important;line-height:1!important;color:#e0d5c3!important;-webkit-text-fill-color:initial!important;background:none!important;margin:5px 0 7px!important;text-shadow:0 2px 2px #000,0 0 18px rgba(255,255,255,.03)!important;filter:none!important}.mmo-page-hero .section-intro{font-size:13px!important;color:#b9ad9b!important;line-height:1.55!important;margin:0!important;max-width:720px!important}
.mmo-section{margin:8px!important;max-width:none!important;padding:18px!important;border:1px solid #43372a!important;background:linear-gradient(180deg,#0f0f11,#0a0a0c)!important;box-shadow:inset 0 0 0 4px #070708,inset 0 0 0 5px rgba(129,99,61,.10)!important;position:relative}
.mmo-section:before,.mmo-section:after{display:none!important}
.mmo-section-head{margin:0 0 16px!important;padding:0 0 12px;border-bottom:1px solid #3b3025}.mmo-section-head h2{font-size:26px!important;color:#d5c6ab!important;margin:4px 0!important}.mmo-section-head .eyebrow{color:#c89e51!important}
.mmo-panel{border:1px solid #4a3b2c;background:linear-gradient(180deg,#111113,#0b0b0d);box-shadow:inset 0 0 0 4px #080809,inset 0 0 0 5px rgba(135,102,61,.12),0 8px 22px rgba(0,0,0,.20);overflow:hidden;position:relative}
.mmo-panel:after{content:"";position:absolute;inset:6px;pointer-events:none;border:1px solid rgba(191,146,78,.05)}
.mmo-panel-title{min-height:54px;display:flex;align-items:center;gap:12px;padding:9px 15px;border-bottom:1px solid #453729;background:linear-gradient(180deg,#171619,#0f0f11);position:relative;z-index:1}.mmo-panel-title>img{width:30px;height:30px;object-fit:contain;filter:drop-shadow(0 1px 2px #000)}.mmo-panel-title>div{min-width:0}.mmo-panel-title small{display:block;color:#a9864f;font-size:9px;letter-spacing:.15em;text-transform:uppercase;margin-bottom:2px}.mmo-panel-title h2{margin:0!important;color:#d5a955!important;font-size:19px!important;font-weight:500!important;letter-spacing:.03em}.mmo-panel-title.standalone{border:1px solid #493b2d;margin-bottom:12px;box-shadow:inset 0 0 0 3px #080809;background:#121114}.mmo-panel-title.standalone h2{font-size:21px!important}.mmo-panel-body{padding:18px;position:relative;z-index:1;color:#bbb0a0}.mmo-panel-body p{color:#aea496;line-height:1.65}.mmo-panel-body a:not(.button){color:#c99d55;text-decoration:none}.mmo-panel-body a:not(.button):hover{color:#e6c779}
.mmo-two-column{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:12px;align-items:start}.mmo-two-column.wide-left{grid-template-columns:minmax(0,1fr) 350px}.mmo-side-stack{display:grid;gap:12px}.mmo-action-row{display:flex;flex-wrap:wrap;gap:10px;margin-top:16px}.button.full{width:100%}.button-icon{width:18px;height:18px;object-fit:contain}.center{text-align:center}
.journey-steps{display:grid;gap:10px}.journey-step{display:grid;grid-template-columns:42px 1fr;gap:13px;align-items:start;padding:13px;background:linear-gradient(180deg,#111013,#0c0b0e);border:1px solid #372f27}.journey-step>span{width:42px;height:42px;display:grid;place-items:center;font-family:Georgia,serif;font-size:20px;color:#d8b45f;border:1px solid #6a5031;background:#17120d;box-shadow:inset 0 0 0 3px #0c0a08}.journey-step b{display:block;color:#dfcfb5;font-family:Georgia,serif;font-size:16px}.journey-step p{margin:4px 0;color:#9d9589;font-size:12px;line-height:1.5}.journey-step a{font-size:10px;color:#b879e4;letter-spacing:.06em;text-transform:uppercase}.journey-steps.compact .journey-step{grid-template-columns:34px 1fr}.journey-steps.compact .journey-step>span{width:34px;height:34px;font-size:16px}
.requirements-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}.requirements-grid>div{padding:13px;border:1px solid #352d24;background:#0c0c0e}.requirements-grid b{display:block;color:#cba45f;font-size:11px;text-transform:uppercase;letter-spacing:.08em}.requirements-grid span{display:block;margin-top:5px;color:#b6ac9e;font-size:12px}.play-world .reference-online{padding:6px 0 14px}.mmo-info-row{display:flex;align-items:center;justify-content:space-between;padding:10px 0;border-top:1px solid #2e2821;font-size:12px}.mmo-info-row span{color:#a9916e}.mmo-info-row b{color:#ddd2c1;font-weight:500}.mmo-checklist{list-style:none;padding:0;margin:0 0 14px;display:grid;gap:9px}.mmo-checklist li{position:relative;padding-left:20px;color:#a99f91;font-size:12px;line-height:1.5}.mmo-checklist li:before{content:"◆";position:absolute;left:0;top:1px;color:#8d4dc4;font-size:10px}
.skill-tabs{display:grid;grid-template-columns:repeat(7,1fr);gap:6px;margin:0 0 12px}.skill-tabs button{min-height:62px;background:linear-gradient(180deg,#121114,#0b0b0d);border:1px solid #3c3227;color:#b9ad9a;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;font-size:10px;letter-spacing:.04em;text-transform:uppercase}.skill-tabs button img{width:26px;height:26px}.skill-tabs button:hover,.skill-tabs button.active{border-color:#7a5b35;color:#e4c26d;background:linear-gradient(180deg,#1b1713,#0e0c0a);box-shadow:inset 0 0 18px rgba(179,124,42,.06)}.mmo-filters{padding:12px;border:1px solid #3d3227;background:#0d0d0f}.mmo-table-wrap{border-color:#44372b!important;box-shadow:inset 0 0 0 3px #070708}.mmo-table-wrap table{background:#0c0c0e!important}.mmo-table-wrap th{background:#151416!important;color:#b89a66!important;border-bottom-color:#4c3b2b!important}.mmo-table-wrap td{border-bottom-color:#2c261f!important;color:#c8bdad}.mmo-table-wrap tbody tr:hover{background:#121014}.mmo-table-wrap a{color:#d4a852}.rank-medal{display:inline-grid;place-items:center;width:30px;height:30px;border:1px solid #4f4030;color:#c69a4a;background:#14110e}.rank-medal.rank-1{color:#e3b84d;border-color:#886524}.rank-medal.rank-2{color:#d2d2d2;border-color:#666}.rank-medal.rank-3{color:#d68c4a;border-color:#784821}.mode-badge{display:inline-block;padding:4px 7px;border:1px solid #554331;color:#c3a66f;background:#12100d;font-size:9px;letter-spacing:.08em;text-transform:uppercase}
.mmo-character{padding-bottom:8px}.profile-stats{grid-template-columns:repeat(4,1fr)!important}.profile-stats .mini-stat{background:#0c0c0e!important;border-color:#3b3229!important}.profile-stats .mini-stat span{color:#9e8d72}.profile-stats .mini-stat b{color:#dfd4c3}.mmo-link-list{display:grid}.mmo-link-list a{padding:11px 0;border-bottom:1px solid #2f2922;font-size:12px}.mmo-link-list a:last-child{border-bottom:0}
.vote-sites-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:12px}.mmo-choice-card{display:grid;grid-template-columns:52px 1fr;gap:12px;align-items:center;padding:17px;border:1px solid #493a2d;background:linear-gradient(180deg,#121114,#0b0b0d);box-shadow:inset 0 0 0 3px #080809}.choice-icon{width:52px;height:52px;display:grid;place-items:center;border:1px solid #684c32;background:#171118}.choice-icon img{width:30px;height:30px}.mmo-choice-card small{color:#9d7940;font-size:9px;letter-spacing:.12em}.mmo-choice-card h3{margin:3px 0;color:#d5c5aa;font-family:Georgia,serif}.mmo-choice-card p{grid-column:2;margin:0;color:#9d9589;font-size:12px;line-height:1.5}.mmo-choice-card .button{grid-column:1/-1;margin-top:5px}.reward-preview{text-align:center;padding:8px 8px 16px}.reward-preview>span{display:block;color:#9b4fd4;font-size:42px}.reward-preview b{display:block;color:#d5b15d;font-family:Georgia,serif;font-size:20px}.reward-preview p{font-size:12px}
.mmo-store-header{display:flex;align-items:center;justify-content:space-between;gap:14px}.store-trust{display:flex;gap:8px;flex-wrap:wrap}.store-trust span{padding:7px 9px;border:1px solid #413529;background:#0c0c0e;color:#9f8d70;font-size:9px;letter-spacing:.08em;text-transform:uppercase}.mmo-store-grid{grid-template-columns:repeat(3,1fr)!important;gap:10px!important}.mmo-product{border-color:#493a2d!important;background:#0e0e10!important;box-shadow:inset 0 0 0 3px #080809!important}.mmo-product .product-art{height:120px;background:radial-gradient(circle at 50% 50%,rgba(116,45,172,.22),transparent 35%),linear-gradient(180deg,#17131b,#0b0a0d)!important;border-bottom:1px solid #493a2d!important;display:grid;place-items:center}.mmo-product .product-art:before,.mmo-product .product-art:after{display:none!important}.product-rune img{width:58px;height:58px;filter:drop-shadow(0 0 12px rgba(142,69,201,.20))}.mmo-product .product-body{padding:16px}.mmo-product h3{font-size:20px!important;color:#d9cbb6}.mmo-product p{color:#9f968a;font-size:12px;line-height:1.5;min-height:54px}.mmo-product .product-footer{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:12px}.mmo-product .product-price{margin:0;font-size:23px!important;color:#d3a750!important}.mmo-product .button{width:auto!important;padding:10px 13px!important}.store-note{margin-top:12px;padding:10px;border-top:1px solid #332c24;color:#887f73;font-size:10px;text-align:center}
.auth-page{padding:20px!important}.auth-shell{display:grid;grid-template-columns:.78fr 1.22fr;max-width:980px;margin:0 auto;border:1px solid #4b3d2e;background:#0c0c0e;box-shadow:inset 0 0 0 4px #070708}.auth-lore{padding:34px;background:linear-gradient(160deg,rgba(40,27,49,.72),rgba(11,10,13,.96)),url('/assets/obsidian-texture.svg') center/700px auto;border-right:1px solid #46372b;display:flex;flex-direction:column;justify-content:center}.auth-crest{width:86px;height:86px;display:grid;place-items:center;border:1px solid #65472f;background:#151018;box-shadow:inset 0 0 0 4px #09070a,0 0 24px rgba(123,54,183,.16);margin-bottom:18px}.auth-crest img{width:48px;height:48px}.auth-lore h2{font-family:Georgia,serif;color:#ddcfba;font-size:30px;margin:6px 0}.auth-lore p{color:#aaa093;line-height:1.6}.auth-panel{border:0!important;box-shadow:none!important}.auth-panel:after{display:none}.auth-panel .mmo-panel-title{border-top:0}.mmo-form{max-width:none!important}.mmo-form .field label{color:#b6955d}.mmo-form .field input,.mmo-form .field select,.mmo-form .field textarea{background:#09090b!important;border-color:#41362c!important;color:#ddd3c3!important}.mmo-form .field input:focus,.mmo-form .field select:focus,.mmo-form .field textarea:focus{border-color:#7a5b35!important;box-shadow:0 0 0 2px rgba(160,112,51,.08)!important}.terms-line a,.form-note a{color:#c59b55}.terms-line{line-height:1.5}
.account-dashboard{display:grid;gap:12px}.dashboard-hero .mmo-panel-title{justify-content:flex-start}.account-role{margin-left:auto;padding:5px 8px;border:1px solid #55412d;color:#c7a15c;background:#100e0c;font-size:9px;letter-spacing:.1em;text-transform:uppercase}.account-grid{display:grid;grid-template-columns:.8fr 1.2fr 1fr;gap:12px}.currency-list{display:grid}.currency-list>div{display:flex;justify-content:space-between;align-items:center;padding:11px 0;border-bottom:1px solid #2e2922}.currency-list>div:last-child{border-bottom:0}.currency-list span{color:#a99c88;font-size:12px}.currency-list b{color:#d6ac58;font-family:Georgia,serif;font-size:18px}.account-actions{display:grid;grid-template-columns:1fr 1fr;gap:7px}.account-actions a{display:flex;align-items:center;gap:10px;padding:10px;border:1px solid #352e27;background:#0d0c0e;text-decoration:none}.account-actions a:hover{border-color:#705337;background:#14110f}.account-actions img{width:26px;height:26px}.account-actions b{display:block;color:#d3c4ad;font-size:12px}.account-actions small{display:block;color:#877f74;font-size:9px;margin-top:2px}.security-status{display:flex;gap:10px;align-items:flex-start;margin-bottom:14px}.security-status .status-orb{margin-top:4px}.security-status b{color:#b5d58c}.security-status p{font-size:11px;margin:4px 0}.dashboard-actions{justify-content:flex-end;margin-top:0}
.guide-category-bar,.news-category-bar{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:10px 12px;margin-bottom:12px;border:1px solid #44372a;background:#121114;color:#9f8d70;font-size:9px;letter-spacing:.10em;text-transform:uppercase}.guide-category-bar span:first-child,.news-category-bar span:first-child{display:flex;align-items:center;gap:8px;color:#d2a750}.guide-category-bar img,.news-category-bar img{width:20px;height:20px}.mmo-guide-grid{grid-template-columns:repeat(3,1fr)!important;gap:10px!important}.mmo-guide-card{padding:18px!important;border-color:#43372b!important;background:#0d0d0f!important;min-height:210px!important}.guide-icon{width:44px;height:44px;display:grid;place-items:center;border:1px solid #58412d;background:#141013;margin-bottom:14px}.guide-icon img{width:27px;height:27px}.mmo-guide-card h3{font-size:20px!important;color:#d9cbb5}.mmo-guide-card p{color:#9f968a!important;font-size:12px;line-height:1.55}.guide-read{position:absolute;left:18px;bottom:16px;color:#b56bd9;font-size:9px;letter-spacing:.10em}.mmo-news-grid{grid-template-columns:repeat(3,1fr)!important;gap:10px!important}.mmo-news-card{padding:0!important;overflow:hidden;border-color:#45382b!important;background:#0d0d0f!important}.news-art{height:150px;background-position:center;background-size:cover;border-bottom:1px solid #44372a;filter:saturate(.86) contrast(1.04)}.news-body{padding:17px}.mmo-news-card h3{font-size:20px!important;color:#dacbb5}.mmo-news-card p{font-size:12px;color:#a09688!important;line-height:1.55}.news-meta{display:flex;justify-content:space-between;gap:10px;margin-top:16px;padding-top:10px;border-top:1px solid #2f2922;color:#9d7c47;font-size:9px;letter-spacing:.07em}
.community-banner{display:grid;grid-template-columns:140px 1fr;align-items:center;gap:24px;padding:26px!important;background:linear-gradient(100deg,rgba(26,18,31,.95),rgba(10,9,12,.97)),url('/assets/obsidian-texture.svg') center/900px auto!important}.community-emblem{width:120px;height:120px;display:grid;place-items:center;border:1px solid #5c4430;background:#101014;box-shadow:inset 0 0 0 4px #070708}.community-emblem img{width:70px;height:70px}.community-banner h2{font-family:Georgia,serif;font-size:32px;color:#dfd0ba;margin:5px 0}.community-banner p{color:#aaa093;max-width:720px;line-height:1.6}.community-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:12px}.community-grid .mmo-panel-body p{font-size:12px}.community-grid .mmo-panel-body a{font-size:10px;text-transform:uppercase;letter-spacing:.08em}
.support-page .mmo-form textarea{min-height:190px}.admin-stats{grid-template-columns:repeat(5,1fr)!important;margin-bottom:12px}.admin-stats .mmo-stat-card{border-color:#493b2d!important;background:#0d0d0f!important}.admin-tool-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:8px}.admin-tool-grid>div{padding:13px;border:1px solid #393027;background:#0c0c0e}.admin-tool-grid b{display:block;color:#cfa756;font-family:Georgia,serif}.admin-tool-grid span{display:block;margin-top:5px;color:#8f877c;font-size:10px;line-height:1.4}
.legal-page{max-width:none!important}.legal-panel{max-width:980px;margin:0 auto}.legal-copy{padding:26px!important}.policy-notice{padding:12px;border:1px solid #5a4530;background:#15110d;color:#c6a365;font-size:11px;margin-bottom:22px}.legal-copy h3{font-family:Georgia,serif;color:#d5ad62;font-size:21px;margin:24px 0 8px}.legal-copy p{color:#aaa093;line-height:1.75}.lost-panel{max-width:620px;margin:24px auto;text-align:center;padding:42px;border:1px solid #493b2e;background:#0d0d0f;box-shadow:inset 0 0 0 4px #080809}.lost-rune{width:80px;height:80px;display:grid;place-items:center;margin:0 auto 16px;border:1px solid #61452e;background:#141016}.lost-rune img{width:44px;height:44px}.lost-panel h2{font-family:Georgia,serif;color:#d9cbb5}.lost-panel p{color:#9d9488}

@media(max-width:1180px){
  .mmo-two-column,.mmo-two-column.wide-left{grid-template-columns:1fr}
  .mmo-side-stack{grid-template-columns:1fr 1fr}
  .account-grid{grid-template-columns:1fr 1fr}.account-grid>.mmo-panel:last-child{grid-column:1/-1}
  .mmo-store-grid,.mmo-guide-grid,.mmo-news-grid{grid-template-columns:repeat(2,1fr)!important}
  .skill-tabs{grid-template-columns:repeat(4,1fr)}
  .community-grid{grid-template-columns:1fr 1fr}.community-grid>.mmo-panel:last-child{grid-column:1/-1}
  .admin-stats{grid-template-columns:repeat(3,1fr)!important}.admin-tool-grid{grid-template-columns:repeat(3,1fr)}
}
@media(max-width:780px){
  .mmo-page-hero{min-height:180px;padding:24px 18px!important;margin-left:6px!important;margin-right:6px!important}.mmo-page-crest{width:54px;height:54px;flex-basis:54px}.mmo-page-crest img{width:30px;height:30px}.mmo-page-hero .page-title{font-size:38px!important}.mmo-page-hero .section-intro{font-size:11px!important}
  .mmo-section{margin:6px!important;padding:12px!important}.mmo-side-stack{grid-template-columns:1fr}.requirements-grid,.vote-sites-grid,.account-grid,.community-grid{grid-template-columns:1fr}.account-grid>.mmo-panel:last-child,.community-grid>.mmo-panel:last-child{grid-column:auto}.mmo-store-grid,.mmo-guide-grid,.mmo-news-grid{grid-template-columns:1fr!important}.skill-tabs{grid-template-columns:repeat(2,1fr)}.profile-stats{grid-template-columns:1fr 1fr!important}.auth-shell{grid-template-columns:1fr}.auth-lore{border-right:0;border-bottom:1px solid #46372b;padding:24px}.community-banner{grid-template-columns:1fr;text-align:center}.community-emblem{margin:auto}.community-banner .button{margin:auto}.mmo-store-header{align-items:flex-start;flex-direction:column}.admin-stats,.admin-tool-grid{grid-template-columns:1fr 1fr!important}
}
@media(max-width:520px){.profile-stats,.account-actions,.admin-stats,.admin-tool-grid{grid-template-columns:1fr!important}.mmo-page-hero-inner{align-items:flex-start}.mmo-page-crest{width:48px;height:48px;flex-basis:48px}.mmo-page-hero .page-title{font-size:32px!important}.mmo-product .product-footer{align-items:stretch;flex-direction:column}.mmo-product .button{width:100%!important}.guide-category-bar,.news-category-bar{align-items:flex-start;flex-direction:column}.mmo-side-stack{display:grid}.requirements-grid{grid-template-columns:1fr}}


/* v1.8.1 route hotfix + Discord-only carry-forward */
.reference-socials.discord-only{display:block!important;margin:12px -16px 0!important;}
.reference-socials.discord-only a{height:42px!important;width:100%!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:10px!important;border-right:0!important;color:#c5b4df!important;font-size:11px!important;letter-spacing:.10em!important;text-transform:uppercase!important;}
.reference-socials.discord-only a span{display:inline-block!important;}
.reference-socials.discord-only img{width:22px!important;height:22px!important;}

/* =========================================================
   v1.8.3 — CLEAN INNER-PAGE LOGO / HERO TRANSITION
   No logo extension and no dead black column. The inner-page
   artwork runs underneath the full header while page copy is
   aligned to the right of the desktop logo footprint.
   ========================================================= */
@media(min-width:901px){
  body.route-inner .site-header.reference-header{
    border-bottom:1px solid #4b3b2b;
    box-shadow:0 1px 0 #09090a,0 7px 18px rgba(0,0,0,.18);
  }
  body.route-inner .reference-brand-panel{
    height:auto!important;
    overflow:hidden!important;
    filter:none!important;
    border-bottom:0!important;
    box-shadow:
      inset 0 0 0 4px #0a0a0c,
      inset 0 0 0 5px rgba(129,100,60,.12),
      inset 0 -1px 0 rgba(198,154,91,.24)!important;
  }
  body.route-inner .reference-brand-panel:after{
    content:""!important;
    display:block!important;
    position:absolute!important;
    inset:6px 6px 0 6px!important;
    border:1px solid rgba(154,122,76,.14)!important;
    border-bottom:0!important;
    background:none!important;
    clip-path:none!important;
    pointer-events:none!important;
  }
  body.route-inner .reference-brand-panel:before{
    content:""!important;
    display:block!important;
    position:absolute!important;
    left:18px!important;
    right:18px!important;
    top:auto!important;
    bottom:0!important;
    width:auto!important;
    height:2px!important;
    opacity:1!important;
    background:linear-gradient(90deg,transparent,rgba(171,126,62,.52) 22%,rgba(137,67,194,.62) 50%,rgba(171,126,62,.52) 78%,transparent)!important;
    pointer-events:none!important;
  }
  body.route-inner .mmo-page-hero{
    margin-top:0!important;
    min-height:216px!important;
    padding:34px 34px 28px 372px!important;
    position:relative!important;
    isolation:isolate;
    background:
      linear-gradient(90deg,rgba(7,7,9,.82) 0%,rgba(7,7,9,.64) 18%,rgba(7,7,9,.40) 39%,rgba(7,7,9,.18) 68%,rgba(7,7,9,.08) 100%),
      url('/assets/osrs-page-banner.webp') center/cover no-repeat!important;
    border-top:1px solid #5c4933!important;
    border-left:1px solid #4e4030!important;
    border-right:1px solid #4e4030!important;
    box-shadow:
      inset 0 0 0 4px #080809,
      inset 0 0 0 5px rgba(166,126,67,.14),
      0 12px 24px rgba(0,0,0,.28)!important;
    overflow:hidden!important;
  }
  body.route-inner .mmo-page-hero:before{
    content:""!important;
    display:block!important;
    position:absolute!important;
    inset:5px!important;
    width:auto!important;
    height:auto!important;
    opacity:1!important;
    border:1px solid rgba(205,163,91,.10)!important;
    background:
      radial-gradient(ellipse at 17% 0%,rgba(119,47,177,.15),transparent 30%),
      linear-gradient(90deg,rgba(151,112,60,.035),transparent 42%)!important;
    box-shadow:none!important;
    pointer-events:none!important;
    z-index:0!important;
  }
  body.route-inner .mmo-page-hero:after{
    content:""!important;
    display:block!important;
    position:absolute!important;
    left:24px!important;
    right:24px!important;
    top:0!important;
    bottom:auto!important;
    width:auto!important;
    height:1px!important;
    background:linear-gradient(90deg,rgba(159,118,59,.56),rgba(128,65,185,.28) 24%,rgba(159,118,59,.20) 48%,transparent 82%)!important;
    box-shadow:none!important;
    pointer-events:none!important;
    z-index:1!important;
  }
  body.route-inner .mmo-page-hero-inner{
    position:relative!important;
    z-index:2!important;
    max-width:900px!important;
  }
}
@media(min-width:901px) and (max-width:1220px){
  body.route-inner .mmo-page-hero{padding-left:322px!important;}
}
@media(max-width:900px){
  body.route-inner .mmo-page-hero{margin-top:0!important;padding-left:18px!important;}
}


/* =========================================================
   v1.8.4 — COMPACT INNER-PAGE BRAND
   Homepage keeps the large screenshot-matched logo panel.
   Inner routes use extracted transparent logo artwork inside
   the normal header height so no rectangular brand block can
   extend into the page artwork.
   ========================================================= */
@media(min-width:901px){
  body.route-inner .site-header.reference-header{
    height:110px!important;
    grid-template-columns:300px minmax(0,1fr)!important;
    background:
      linear-gradient(180deg,rgba(17,17,19,.98),rgba(8,8,9,.99)),
      url('/assets/mmorpg-stone.svg') center/620px auto!important;
    border-bottom:1px solid #4a3a2b!important;
    box-shadow:0 3px 14px rgba(0,0,0,.26)!important;
  }
  body.route-inner .reference-brand-panel{
    position:absolute!important;
    left:0!important;top:0!important;
    width:300px!important;height:110px!important;
    padding:0!important;margin:0!important;
    background:none!important;
    border:0!important;
    box-shadow:none!important;
    overflow:visible!important;
    z-index:80!important;
  }
  body.route-inner .reference-brand-panel:before,
  body.route-inner .reference-brand-panel:after{display:none!important;content:none!important;}
  body.route-inner .reference-brand{
    position:absolute!important;
    inset:0!important;
    display:block!important;
    padding:0!important;
    background:url('/assets/reference/inner-logo-transparent.png') 30px 50%/220px auto no-repeat!important;
    filter:drop-shadow(0 3px 5px rgba(0,0,0,.70)) drop-shadow(0 0 8px rgba(112,43,170,.12));
  }
  body.route-inner .reference-brand:before,
  body.route-inner .reference-brand:after{display:none!important;content:none!important;}
  body.route-inner .reference-header-main{
    grid-column:2!important;
  }
  body.route-inner .mmo-page-hero{
    margin-top:0!important;
    min-height:210px!important;
    padding:34px 42px 28px!important;
    background:
      linear-gradient(90deg,rgba(7,7,8,.76) 0%,rgba(7,7,8,.52) 34%,rgba(7,7,8,.22) 72%,rgba(7,7,8,.08) 100%),
      url('/assets/osrs-page-banner.webp') 58% center/cover no-repeat!important;
    border-top:1px solid #58442f!important;
  }
  body.route-inner .mmo-page-hero:before{
    content:""!important;display:block!important;position:absolute!important;inset:5px!important;
    border:1px solid rgba(198,151,79,.08)!important;background:none!important;pointer-events:none!important;
  }
  body.route-inner .mmo-page-hero:after{display:none!important;content:none!important;}
  body.route-inner .mmo-page-hero-inner{
    max-width:900px!important;
    margin-left:auto!important;
    margin-right:auto!important;
  }
}
@media(min-width:901px) and (max-width:1220px){
  body.route-inner .site-header.reference-header{grid-template-columns:250px minmax(0,1fr)!important;}
  body.route-inner .reference-brand-panel{width:250px!important;}
  body.route-inner .reference-brand{background-position:20px 50%!important;background-size:195px auto!important;}
}
@media(max-width:900px){
  body.route-inner .reference-brand-panel{background:none!important;}
  body.route-inner .reference-brand{background:url('/assets/reference/inner-logo-transparent.png') center/70px auto no-repeat!important;}
}

/* =========================================================
   v1.8.5 — HOMEPAGE HERO BLACK-BLOCK REMOVAL
   The source hero artwork contains a dark left-side matte.
   Crop that matte out in CSS and replace it with a continuous
   soft gradient so the world artwork sits behind the title.
   ========================================================= */
@media(min-width:901px){
  body:not(.route-inner) .reference-hero{
    background-image:url('/assets/osrs-hero-world.webp')!important;
    background-repeat:no-repeat!important;
    background-size:130% auto!important;
    background-position:right center!important;
    background-color:#0a0909!important;
  }
  body:not(.route-inner) .reference-hero:before{
    background:linear-gradient(90deg,
      rgba(5,5,6,.76) 0%,
      rgba(5,5,6,.59) 17%,
      rgba(5,5,6,.38) 31%,
      rgba(5,5,6,.20) 46%,
      rgba(5,5,6,.08) 62%,
      rgba(5,5,6,.02) 78%,
      transparent 100%)!important;
  }
  body:not(.route-inner) .reference-hero-copy{
    background:none!important;
    box-shadow:none!important;
  }
}
@media(min-width:901px) and (max-width:1220px){
  body:not(.route-inner) .reference-hero{background-size:138% auto!important;}
}
@media(max-width:900px){
  body:not(.route-inner) .reference-hero{
    background-image:url('/assets/osrs-hero-world.webp')!important;
    background-size:150% auto!important;
    background-position:right center!important;
  }
  body:not(.route-inner) .reference-hero:before{
    background:linear-gradient(90deg,rgba(5,5,6,.72),rgba(5,5,6,.26) 52%,rgba(5,5,6,.04) 78%,transparent)!important;
  }
}

/* Physical-credit storefront integrated into the existing Obsidian shell. */
.donor-store-page{display:grid;gap:14px}
.donor-credit-banner{display:grid;grid-template-columns:88px minmax(0,1fr);align-items:center;gap:18px;padding:18px 20px;border:1px solid #58432f;background:linear-gradient(90deg,#16120f,#0d0c0f 62%,#151018);box-shadow:inset 0 0 0 3px #080809}
.donor-credit-banner img{width:76px;height:76px;object-fit:contain;filter:drop-shadow(0 0 15px rgba(161,75,205,.28))}
.donor-credit-banner h3{margin:3px 0 5px;color:#dfcfb5;font-family:Georgia,serif;font-size:23px}
.donor-credit-banner p{max-width:900px;margin:0;color:#a9a093;font-size:12px;line-height:1.6}
.donor-store-layout{display:grid;grid-template-columns:minmax(0,1fr) 320px;align-items:start;gap:14px}
.donor-catalog,.store-checkout{border:1px solid #493a2d;background:#0d0d0f;box-shadow:inset 0 0 0 3px #070708}
.donor-toolbar{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:14px 16px;border-bottom:1px solid #403429;background:#121114}
.donor-toolbar h3,.store-checkout h3{margin:3px 0 0;color:#d9cbb6;font-family:Georgia,serif;font-size:20px}
.donor-toolbar label{display:grid;gap:5px;width:min(230px,100%);color:#9f8d70;font-size:9px;letter-spacing:.08em;text-transform:uppercase}
.donor-toolbar input,.checkout-field input{width:100%;height:39px;border:1px solid #493b2d;border-radius:2px;background:#09090b;color:#e0d6c6;padding:0 11px;font:inherit;letter-spacing:0;outline:none}
.donor-toolbar input:focus,.checkout-field input:focus{border-color:#9b7945;box-shadow:0 0 0 2px rgba(170,127,58,.10)}
.donor-catalog .mmo-store-grid{padding:12px!important}
.donor-product{position:relative;width:100%;padding:0!important;text-align:left;cursor:pointer;border-radius:2px!important;color:inherit;font:inherit;letter-spacing:0;overflow:hidden}
.donor-product.selected{border-color:#c49a54!important;box-shadow:inset 0 0 0 3px #080809,0 0 0 1px #6f4f27!important}
.donor-product .product-art img{width:64px;height:64px;object-fit:contain;filter:drop-shadow(0 0 13px rgba(151,67,199,.32))}
.donor-product .product-credit-count{display:block;margin-top:10px;color:#c7a65f;font-size:12px}
.donor-product .badge{position:absolute;z-index:2;top:8px;right:8px;padding:5px 7px;border:1px solid #76562f;background:#17110b;color:#e2b861;font-size:8px;letter-spacing:.08em}
.donor-product .button{pointer-events:none}
.store-checkout{position:sticky;top:12px;padding:14px}
.store-checkout-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding-bottom:12px;border-bottom:1px solid #342b23}
.store-checkout-head>span{padding:5px 7px;border:1px solid #4b3b2d;color:#b89a64;background:#100e0c;font-size:9px}
.selected-store-product{display:grid;grid-template-columns:54px minmax(0,1fr);align-items:center;gap:10px;min-height:72px;margin:13px 0;padding:9px;border:1px solid #3d3228;background:#0a0a0c}
.selected-store-product img{width:50px;height:50px;object-fit:contain}
.selected-store-product b,.selected-store-product small{display:block}
.selected-store-product b{color:#d9cbb6;font-family:Georgia,serif;font-size:15px}
.selected-store-product small{margin-top:4px;color:#928779;font-size:10px}
.checkout-field{display:grid;gap:6px;color:#b6955d;font-size:9px;letter-spacing:.08em;text-transform:uppercase}
.checkout-help{margin:6px 0 12px;color:#857c70;font-size:10px;line-height:1.45}
.checkout-summary{margin:0 0 12px;border-top:1px solid #342b23}
.checkout-summary>div{display:flex;align-items:center;justify-content:space-between;padding:9px 0;border-bottom:1px solid #342b23}
.checkout-summary dt{color:#9f9587;font-size:11px}.checkout-summary dd{margin:0;color:#d3a750;font-family:Georgia,serif;font-size:16px}
.store-checkout .store-note{margin-bottom:0;line-height:1.45}
.donor-rank-section{padding:16px;border:1px solid #493a2d;background:#0d0d0f;box-shadow:inset 0 0 0 3px #070708}
.donor-rank-grid{display:grid;grid-template-columns:repeat(7,minmax(118px,1fr));gap:7px;margin-top:12px;overflow-x:auto;padding-bottom:4px}
.donor-rank-card{min-width:118px;padding:11px;border:1px solid #3e342b;background:#0a0a0c}
.donor-rank-card>div{display:flex;align-items:center;gap:7px}.donor-rank-card b,.donor-rank-card small{display:block}.donor-rank-card b{color:#d7c8b3;font-family:Georgia,serif}.donor-rank-card small{margin-top:2px;color:#8f8578;font-size:9px}
.rank-stone{width:13px;height:13px;flex:0 0 13px;transform:rotate(45deg);border:1px solid rgba(255,255,255,.34);background:#5b86d8;box-shadow:0 0 7px rgba(91,134,216,.32)}
.rank-emerald .rank-stone{background:#3eaa70}.rank-ruby .rank-stone{background:#bc4a4a}.rank-diamond .rank-stone{background:#c4e6ec}.rank-dragonstone .rank-stone{background:#7b4fc2}.rank-onyx .rank-stone{background:#292934}.rank-zenyte .rank-stone{background:#ca7b3b}
.donor-rank-card dl{margin:9px 0 0}.donor-rank-card dl>div{display:flex;justify-content:space-between;gap:5px;padding-top:6px;border-top:1px solid #29241f}.donor-rank-card dt,.donor-rank-card dd{font-size:8px}.donor-rank-card dt{color:#81786d}.donor-rank-card dd{margin:0;color:#bda26b;text-align:right}
.rank-footnote{margin:10px 0 0;color:#8f8679;font-size:10px;line-height:1.5}
.claim-flow{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid #493a2d;background:#0d0d0f}
.claim-flow>div{display:grid;grid-template-columns:34px minmax(0,1fr);column-gap:9px;padding:13px 15px;border-right:1px solid #342b23}.claim-flow>div:last-child{border-right:0}.claim-flow span{grid-row:1/3;width:34px;height:34px;display:grid;place-items:center;border:1px solid #6a5031;background:#17120d;color:#d8b45f;font-family:Georgia,serif}.claim-flow b{color:#d8cab7;font-family:Georgia,serif;font-size:14px}.claim-flow small{margin-top:3px;color:#8f867a;font-size:9px;line-height:1.4}
@media(max-width:1050px){.donor-store-layout{grid-template-columns:1fr}.store-checkout{position:static}.donor-rank-grid{grid-template-columns:repeat(4,1fr)}}
@media(max-width:700px){.donor-credit-banner{grid-template-columns:62px minmax(0,1fr)}.donor-credit-banner img{width:58px;height:58px}.donor-toolbar{align-items:flex-start;flex-direction:column}.donor-toolbar label{width:100%}.donor-rank-grid{grid-template-columns:repeat(2,1fr)}.claim-flow{grid-template-columns:1fr}.claim-flow>div{border-right:0;border-bottom:1px solid #342b23}.claim-flow>div:last-child{border-bottom:0}}
/* Phase 8 connected progression and content views */
.profile-progression {
  margin: 18px 0 24px;
}

.progression-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 10px;
  border: 1px solid rgba(187, 151, 80, .42);
  background: rgba(8, 7, 10, .42);
}

.progression-grid > div {
  min-width: 0;
  padding: 14px 16px;
  border-right: 1px solid rgba(187, 151, 80, .2);
  border-bottom: 1px solid rgba(187, 151, 80, .2);
}

.progression-grid span,
.progression-grid b {
  display: block;
  overflow-wrap: anywhere;
}

.progression-grid span {
  color: #b7ad9d;
  font-size: .72rem;
  text-transform: uppercase;
}

.progression-grid b {
  margin-top: 5px;
  color: #f0c967;
  font-size: 1.05rem;
}

details.mmo-guide-card > summary,
details.mmo-news-card > summary {
  display: block;
  cursor: pointer;
  list-style: none;
}

details.mmo-guide-card > summary::-webkit-details-marker,
details.mmo-news-card > summary::-webkit-details-marker {
  display: none;
}

.guide-content,
.news-content {
  padding: 16px 18px 20px;
  border-top: 1px solid rgba(187, 151, 80, .28);
  color: #d7d0c4;
  line-height: 1.7;
  white-space: pre-line;
}

.vote-provider:disabled {
  cursor: not-allowed;
  filter: grayscale(.65);
  opacity: .62;
}

@media (max-width: 920px) {
  .progression-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 520px) {
  .progression-grid { grid-template-columns: 1fr; }
}

/* Focused gameplay category pages linked from the homepage. */
.journey-page{display:grid;gap:16px}
.journey-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;padding-bottom:14px;border-bottom:1px solid #4a392a}
.journey-heading h2{margin:4px 0 7px;color:#dfd1bd;font-family:Georgia,serif;font-size:27px;font-weight:500}
.journey-heading p{max-width:760px;margin:0;color:#a9a093;font-size:12px;line-height:1.65}
.journey-track{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border:1px solid #58432f;background:#0d0d0f;box-shadow:inset 0 0 0 3px #070708}
.journey-card{position:relative;display:grid;grid-template-columns:40px minmax(0,1fr);gap:11px;min-height:174px;padding:18px 16px;border-right:1px solid #3d3025;background:linear-gradient(180deg,rgba(37,29,24,.72),rgba(12,12,14,.96))}
.journey-card:last-child{border-right:0}
.journey-number{width:38px;height:38px;display:grid;place-items:center;border:1px solid #765a35;background:#17120e;color:#e1bd64;font:20px Georgia,serif;box-shadow:inset 0 0 0 2px #09090a}
.journey-card span,.journey-detail span,.journey-callout span{display:block;color:#a98245;font-size:9px;letter-spacing:.1em;text-transform:uppercase}
.journey-card h3,.journey-detail h3{margin:5px 0 7px;color:#d9cbb7;font:17px Georgia,serif}
.journey-card p,.journey-detail p{margin:0;color:#9d9487;font-size:11px;line-height:1.6}
.journey-detail-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}
.journey-detail{display:grid;grid-template-columns:52px minmax(0,1fr);gap:13px;padding:16px;border:1px solid #47382b;background:#101012;box-shadow:inset 0 0 0 3px #080809}
.journey-detail-icon{width:50px;height:50px;display:grid;place-items:center;border:1px solid #57432f;background:#181410}
.journey-detail-icon img{width:30px;height:30px;object-fit:contain}
.journey-callout{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:18px 20px;border:1px solid #6c4b2b;background:linear-gradient(90deg,#1d1510,#101013 62%,#18101c);box-shadow:inset 0 0 0 3px #080809}
.journey-callout>div{display:grid;grid-template-columns:58px minmax(0,1fr);align-items:center;gap:15px}
.journey-callout>div>img{width:54px;height:54px;object-fit:contain;padding:10px;border:1px solid #664c31;background:#12100e}
.journey-callout h2{margin:4px 0 5px;color:#dfcfb9;font:21px Georgia,serif}
.journey-callout p{max-width:780px;margin:0;color:#a39a8d;font-size:11px;line-height:1.55}
.journey-callout .button{flex:0 0 auto}
@media(max-width:1050px){.journey-track{grid-template-columns:repeat(2,1fr)}.journey-card:nth-child(2){border-right:0}.journey-card:nth-child(-n+2){border-bottom:1px solid #3d3025}.journey-detail-grid{grid-template-columns:1fr}.journey-detail{min-height:0}}
@media(max-width:700px){.journey-heading,.journey-callout{align-items:stretch;flex-direction:column}.journey-track{grid-template-columns:1fr}.journey-card,.journey-card:nth-child(2){border-right:0;border-bottom:1px solid #3d3025}.journey-card:last-child{border-bottom:0}.journey-callout .button{width:100%;text-align:center}.journey-callout>div{grid-template-columns:46px minmax(0,1fr)}.journey-callout>div>img{width:44px;height:44px;padding:8px}}
