:root { color-scheme:dark; --ink:#0a1420; --panel:#142535; --line:rgba(222,197,147,.17); --gold:#d8bc83; --gold-light:#f4dfab; --text:#f7f4ea; --muted:#b7c4cf; --display-font:"Noto Sans SC","Microsoft YaHei","PingFang SC",sans-serif; }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { margin:0; min-width:320px; background:radial-gradient(circle at 80% 10%,rgba(70,116,127,.16),transparent 36%),var(--ink); color:var(--text); font:16px/1.6 "Microsoft YaHei","PingFang SC","Noto Sans CJK SC",sans-serif; }
a { color:inherit; text-decoration:none; }
button { font:inherit; }
:focus-visible { outline:2px solid var(--gold-light); outline-offset:4px; }
.skip { position:absolute; top:-60px; left:16px; z-index:10; padding:8px 14px; color:#09111d; background:var(--gold-light); }
.skip:focus { top:16px; }
.shell { width:min(1200px,calc(100% - 48px)); margin-inline:auto; }
.site-header { border-bottom:1px solid rgba(255,255,255,.09); background:rgba(6,11,20,.88); }
.header-inner { min-height:86px; display:flex; align-items:center; justify-content:space-between; gap:25px; }
.brand { display:inline-flex; align-items:center; gap:11px; flex:none; white-space:nowrap; }
.brand-mark { width:43px; height:43px; }
.brand-text { display:block; font-family:var(--display-font); font-size:27px; font-weight:900; letter-spacing:.075em; line-height:1.08; color:#f9edcf; text-shadow:0 2px 12px rgba(0,0,0,.28); }
.brand-suffix { font-family:Arial,sans-serif; font-size:.72em; letter-spacing:.04em; }
.brand-sub { display:block; margin-top:4px; color:var(--gold); font:800 11px/1.15 var(--display-font); letter-spacing:.2em; }
.main-nav { display:flex; flex-wrap:wrap; gap:28px; }
.main-nav a { padding:8px 0; color:#d8e0e6; font-size:15px; white-space:nowrap; }
.main-nav a:hover,.main-nav a[aria-current="page"] { color:var(--gold-light); }
.main-nav a[aria-current="page"] { border-bottom:1px solid var(--gold); }
.page-hero { position:relative; padding:78px 0 65px; overflow:hidden; border-bottom:1px solid var(--line); background:linear-gradient(120deg,rgba(13,25,39,.94),rgba(22,44,57,.75) 64%,rgba(8,15,24,.9)); }
.page-hero::after { content:""; position:absolute; top:-170px; right:6%; width:460px; height:460px; border:1px solid rgba(230,205,155,.14); transform:rotate(45deg); pointer-events:none; }
.sect-hero-inner { display:grid; grid-template-columns:minmax(0,1fr) minmax(320px,.95fr); align-items:center; gap:clamp(26px,4vw,58px); }
.sect-hero-copy { min-width:0; }
.sect-hero-art { min-width:0; margin:0; overflow:hidden; border:1px solid rgba(216,188,131,.26); border-radius:18px; background:#101c2b; box-shadow:0 20px 42px rgba(2,8,16,.23); }
.sect-hero-art img { display:block; width:100%; height:auto; aspect-ratio:16/9; }
.kicker { margin:0 0 12px; color:var(--gold); font:700 13px/1.3 Arial,sans-serif; letter-spacing:.28em; }
h1,h2,h3,p { margin-top:0; }
h1,h2,h3 { font-family:serif; letter-spacing:.08em; }
h1 { max-width:900px; margin-bottom:15px; font-size:clamp(42px,6vw,74px); line-height:1.2; }
.page-intro { max-width:680px; margin-bottom:0; color:#c7d1d8; font-size:17px; }
.back-link { display:inline-flex; align-items:center; gap:9px; margin-bottom:25px; color:var(--gold-light); font-size:14px; }
.back-link:hover { text-decoration:underline; }
.content-section { padding:62px 0 110px; }
.section-head { display:flex; align-items:end; justify-content:space-between; gap:25px; margin-bottom:26px; }
.section-head h2 { margin-bottom:0; font-size:clamp(30px,3vw,42px); }
.section-head p { max-width:390px; margin-bottom:0; color:var(--muted); }
.sect-nav { display:flex; flex-wrap:wrap; gap:9px; margin:0 0 43px; }
.sect-nav a { padding:8px 14px; border:1px solid rgba(216,188,131,.3); color:#c6d0d7; font-size:14px; white-space:nowrap; }
.sect-nav a:hover,.sect-nav a[aria-current="page"] { border-color:var(--gold); color:var(--gold-light); background:rgba(216,188,131,.1); }
.skill-layout { display:grid; grid-template-columns:minmax(0,1.3fr) minmax(290px,.7fr); gap:24px; align-items:start; }
.skill-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:12px; }
.skill-card { min-height:174px; padding:20px; display:flex; flex-direction:column; border:1px solid rgba(216,188,131,.27); background:linear-gradient(145deg,#193042,#101b2c 72%); color:var(--text); text-align:left; cursor:pointer; transition:border-color .2s,background .2s,transform .2s; }
.skill-card:hover,.skill-card[aria-pressed="true"] { border-color:var(--gold); background:linear-gradient(145deg,#2a3e4a,#151d2d 72%); }
.skill-card:hover { transform:translateY(-2px); }
.skill-number { display:block; margin-bottom:16px; color:var(--gold); font:600 13px/1 Arial,sans-serif; letter-spacing:.2em; }
.skill-name { display:block; font-family:serif; font-size:22px; letter-spacing:.07em; }
.skill-state { display:-webkit-box; margin-top:auto; padding-top:10px; overflow:hidden; -webkit-box-orient:vertical; -webkit-line-clamp:2; color:#aebbc7; font-size:14px; line-height:1.5; }
.effect-panel { min-height:280px; padding:30px; display:flex; flex-direction:column; justify-content:center; border:1px solid rgba(216,188,131,.36); background:radial-gradient(circle at 50% 37%,rgba(74,139,150,.16),transparent 49%),linear-gradient(150deg,#15293a,#0b1422 80%); }
.effect-index { display:block; margin-bottom:28px; color:var(--gold-light); font:600 15px/1 Arial,sans-serif; letter-spacing:.18em; }
.effect-panel h3 { margin:0 0 15px; font-size:30px; }
.effect-panel #effect-description { margin:0; color:#d3dce2; font-size:16px; line-height:1.9; }
.empty-state { padding:48px; border:1px solid var(--line); background:var(--panel); }
.empty-state h2 { font-size:30px; }
.empty-state a { color:var(--gold-light); text-decoration:underline; }
.boss-regions { display:grid; gap:43px; }
.boss-region { display:grid; grid-template-columns:180px minmax(0,1fr); gap:30px; align-items:start; padding-top:28px; border-top:1px solid var(--line); }
.boss-region h3 { margin:2px 0 0; color:var(--gold-light); font-size:clamp(26px,2.8vw,34px); line-height:1.3; }
.boss-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:14px; }
.boss-card { min-height:222px; padding:25px 27px; border:1px solid rgba(216,188,131,.19); border-radius:16px; background:radial-gradient(circle at 100% 0%,rgba(100,161,169,.1),transparent 48%),linear-gradient(145deg,#193040,#101d2c 78%); box-shadow:0 14px 32px rgba(2,8,16,.13); }
.boss-location { display:block; margin-bottom:12px; color:var(--gold); font-size:14px; letter-spacing:.12em; }
.boss-card h4 { margin:0 0 13px; font-family:serif; font-size:27px; line-height:1.35; letter-spacing:.06em; }
.boss-chief { margin-left:5px; color:var(--gold-light); font:600 15px/1.4 "Microsoft YaHei","PingFang SC",sans-serif; letter-spacing:0; white-space:nowrap; }
.boss-card p { margin:0; color:#c8d2db; font-size:15px; line-height:1.85; }
.site-footer { padding:28px 0 36px; border-top:1px solid var(--line); color:#94a2af; font-size:13px; }
.footer-inner { display:flex; justify-content:space-between; flex-wrap:wrap; gap:15px; }
.footer-inner p { margin:0; }
.footer-inner a:hover { color:var(--gold-light); }
/* 与首页共用柔和轮廓，保留技能和首领展示结构。 */
.site-header { background:rgba(10,22,34,.9); border-bottom-color:rgba(255,255,255,.07); }
.main-nav a[aria-current="page"] { border-bottom-color:rgba(216,188,131,.55); }
.page-hero { background:radial-gradient(circle at 78% 30%,rgba(73,129,137,.16),transparent 38%),linear-gradient(120deg,#132535,#1b3440 65%,#111d2b); }
.page-hero::after { top:-90px; right:0; width:400px; height:400px; border:0; border-radius:50%; background:radial-gradient(circle,rgba(222,197,147,.08),transparent 67%); transform:none; }
.sect-nav a { border-radius:999px; background:rgba(216,188,131,.045); }
.sect-nav a { border-color:rgba(216,188,131,.2); }
.skill-card { border-color:rgba(216,188,131,.17); border-radius:14px; box-shadow:0 12px 28px rgba(2,8,16,.12); }
.skill-card:hover,.skill-card[aria-pressed="true"] { border-color:rgba(216,188,131,.58); box-shadow:0 16px 32px rgba(2,8,16,.2); }
.effect-panel,.empty-state { border-color:rgba(216,188,131,.2); border-radius:18px; box-shadow:0 20px 42px rgba(2,8,16,.15); }
.sect-hero h1,#profile h2,#profile .skill-name,#profile .effect-panel h3 { font-family:var(--display-font); font-weight:800; letter-spacing:.055em; }
.sect-hero h1 { font-weight:900; }
#profile .sect-nav a { font-size:15px; font-weight:700; }
#profile .skill-name { font-size:21px; }
#profile .effect-panel h3 { font-size:28px; }
[hidden] { display:none!important; }
@media (max-width:850px) { .skill-layout,.boss-region,.sect-hero-inner { grid-template-columns:1fr; }.effect-panel { min-height:220px; }.boss-region { gap:17px; }.sect-hero-art { width:min(100%,640px); } }
@media (max-width:650px) { .shell { width:min(100% - 36px,560px); }.header-inner { align-items:flex-start; flex-direction:column; padding:18px 0; gap:13px; }.main-nav { gap:18px; }.main-nav a { font-size:14px; }.page-hero { padding:57px 0 50px; }.content-section { padding:48px 0 75px; }.section-head { display:block; }.section-head p { margin-top:12px; }.boss-grid { grid-template-columns:1fr; }.boss-card { min-height:0; padding:23px; } }
@media (max-width:470px) { .skill-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }.skill-card { min-height:135px; padding:16px; }.skill-name { font-size:19px; }.effect-panel { padding:18px; } }
@media (prefers-reduced-motion:reduce) { html { scroll-behavior:auto; }.skill-card { transition:none; } }
