.skills-page{--skills-section-gap: 24px;display:grid;gap:var(--skills-section-gap)}.skills-hero-card{min-height:230px;display:grid;grid-template-columns:minmax(0,1fr) minmax(220px,310px);gap:48px;align-items:center;padding:34px 48px;border:1px solid var(--border);border-radius:8px;background:var(--surface);box-shadow:0 14px 34px #1d24330a}.skills-hero-card h1{max-width:760px;margin-bottom:6px;font-size:clamp(2rem,5vw,2.25rem);line-height:1.1;letter-spacing:0}.skills-hero-card h2{margin-bottom:14px;color:var(--muted);font-size:clamp(1.35rem,3vw,1.5rem);line-height:1.3}.skills-hero-card__content>p:last-of-type{max-width:720px;margin-bottom:0;color:var(--muted);font-size:1rem;line-height:1.8}.skills-hero-card__mark{display:grid;gap:14px;justify-items:center;color:var(--muted);text-align:center}.skills-hero-card__icon{display:block;width:132px;height:112px;object-fit:contain;filter:drop-shadow(0 14px 28px rgb(22 119 255 / 12%))}.skills-hero-card__tags{display:flex;flex-wrap:wrap;gap:10px;justify-content:center}.skills-hero-card__tags span{min-height:30px;display:inline-flex;align-items:center;justify-content:center;padding:0 14px;border:1px solid #bcd6ff;border-radius:8px;background:#f4f8ff;color:var(--accent);font-weight:800}.skills-hero-card__mark p{margin-bottom:0;color:var(--muted);font-size:.95rem}.skills-next-section{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.skills-next-card{display:block;min-height:0;padding:20px}.skills-next-card__title{display:flex;gap:10px;align-items:center;justify-content:flex-start;margin-bottom:10px}.skills-next-card__title svg{flex:0 0 auto;width:28px;height:28px;color:var(--accent)}.skills-next-card h3{margin-bottom:0}.skills-next-card .card-link__cta:after{margin-left:6px;content:"→"}.skills-radar-module{--radar-blue: var(--accent);--radar-blue-dark: var(--accent-dark);--radar-blue-soft: #eef6ff;--radar-blue-pale: #f7fbff;--radar-green: #15945f;--radar-green-soft: #eaf9f2;border:1px solid var(--border);border-radius:8px;background:var(--surface);box-shadow:0 14px 34px #1d24330a;overflow:hidden}.skills-radar-module__head{display:flex;gap:18px;align-items:end;justify-content:space-between;padding:22px 24px 18px;border-bottom:1px solid var(--border);background:linear-gradient(180deg,#fff,#fbfdff)}.skills-radar-module__head h2{margin-bottom:0}.skills-radar-module__head p:last-child{max-width:360px;margin-bottom:0;color:var(--muted);font-size:.95rem;line-height:1.6}.skills-radar-layout{display:grid;grid-template-columns:minmax(0,1.16fr) minmax(320px,.84fr);min-height:640px}.skills-radar-visual{display:grid;grid-template-rows:auto auto;align-content:start;min-width:0;padding:18px;border-right:1px solid var(--border);background:linear-gradient(180deg,#fff,#fbfdff)}.skills-radar-map{position:relative;height:520px;min-height:520px;border:1px solid #e0e8f5;border-radius:8px;background:radial-gradient(circle at 50% 46%,rgba(234,242,255,.72),transparent 38%),linear-gradient(180deg,#fff,#fbfdff);overflow:hidden}.skills-radar-svg{position:absolute;inset:0;width:100%;height:100%}.skills-radar-rings circle{fill:none;stroke:#dbe7f7;stroke-dasharray:4 8;stroke-width:1.4}.skills-radar-axis line{stroke:#d8e5f7;stroke-width:1.25}.skills-radar-sector{fill:#f6faff;stroke:#d5e3f6;stroke-width:3;cursor:pointer;transition:fill .18s ease,stroke .18s ease,filter .18s ease}.skills-radar-sector:hover,.skills-radar-sector.is-preview,.skills-radar-sector.is-active,.skills-radar-sector:focus-visible{fill:var(--radar-blue);stroke:var(--radar-blue);filter:url(#skills-radar-soft-shadow);outline:none}.skills-radar-sector:focus-visible{stroke-width:5}.skills-radar-outer-sector{fill:#f9fcff;stroke:#dce9fb;stroke-width:2;pointer-events:none;transition:fill .18s ease,stroke .18s ease,filter .18s ease}.skills-radar-outer-sector.is-preview,.skills-radar-outer-sector.is-active{fill:#dcecff;stroke:#7fb1ff;filter:url(#skills-radar-soft-shadow)}.skills-radar-outer-label{pointer-events:none}.skills-radar-outer-label-bg{fill:#fffc;stroke:#d6e5f8;stroke-width:1}.skills-radar-outer-label-text{fill:#58708f;font-size:11px;font-weight:700}.skills-radar-outer-label.is-preview .skills-radar-outer-label-bg,.skills-radar-outer-label.is-active .skills-radar-outer-label-bg{fill:#edf6ff;stroke:#7fb1ff}.skills-radar-outer-label.is-preview .skills-radar-outer-label-text,.skills-radar-outer-label.is-active .skills-radar-outer-label-text{fill:var(--radar-blue)}.skills-radar-center{position:absolute;left:50%;top:48%;z-index:2;display:grid;place-items:center;width:164px;height:164px;padding:20px;border:8px solid #ffffff;border-radius:50%;text-align:center;background:#fffffff5;box-shadow:0 18px 48px #2754921f;transform:translate(-50%,-50%)}.skills-radar-center span{display:grid;place-items:center;width:42px;height:42px;border-radius:50%;color:#fff;background:var(--radar-blue);font-weight:800}.skills-radar-center strong{color:var(--text);font-size:1.3rem;line-height:1.2}.skills-radar-center small{color:var(--muted);font-size:.84rem}.skills-radar-labels{position:absolute;inset:0;pointer-events:none}.skills-radar-node{position:absolute;z-index:4;display:inline-flex;align-items:center;gap:8px;min-height:42px;padding:0 15px;border:1px solid #b9d2f6;border-radius:999px;color:#1d2e49;background:#fffffff0;box-shadow:0 10px 26px #22549614;font:inherit;font-weight:700;white-space:nowrap;pointer-events:auto!important;transform:translate(-50%,-50%);transition:transform .16s ease,color .16s ease,border-color .16s ease,box-shadow .16s ease,background .16s ease}.skills-radar-node:after{position:absolute;left:50%;bottom:calc(100% + 10px);z-index:10;width:max-content;max-width:220px;padding:7px 10px;border:1px solid var(--border);border-radius:8px;background:#fff;color:#334662;box-shadow:0 14px 30px #1d416f1f;content:attr(data-tooltip);font-size:.78rem;line-height:1.45;opacity:0;pointer-events:none;transform:translate(-50%,6px);transition:opacity .15s ease,transform .15s ease}.skills-radar-node:hover,.skills-radar-node.is-preview,.skills-radar-node.is-active,.skills-radar-node:focus-visible{border-color:var(--radar-blue);color:var(--radar-blue);background:#fff;box-shadow:0 16px 34px #1f6feb29;outline:none;transform:translate(-50%,-50%)}.skills-radar-node:hover:after,.skills-radar-node:focus-visible:after{opacity:1;transform:translate(-50%)}.skills-radar-node__icon,.skills-detail-icon,.skills-detail-item__icon{display:inline-grid;place-items:center;flex:0 0 auto;border:1px solid #bfd6f7;color:var(--radar-blue);background:var(--radar-blue-soft)}.skills-radar-node__icon{width:24px;height:24px;border-radius:7px;font-size:.75rem;font-weight:800;line-height:1}.skills-passive-base{min-height:298px;margin-top:12px;padding:18px 22px 20px;border:1px solid #e1ebf8;border-radius:8px;background:radial-gradient(circle at 50% 64%,rgb(237 246 255 / 72%),transparent 48%),linear-gradient(180deg,#fff,#fbfdff)}.skills-passive-base__head{display:flex;gap:12px;align-items:flex-start}.skills-passive-base__icon{display:inline-grid;place-items:center;flex:0 0 auto;width:34px;height:34px;border:1px solid #bfd7ff;border-radius:50%;color:var(--radar-blue);background:#f3f8ff}.skills-passive-base__icon svg{width:23px;height:23px}.skills-passive-base h3{margin-bottom:2px;font-size:1.05rem;line-height:1.25}.skills-passive-base p{margin-bottom:0;color:var(--muted);font-size:.86rem;line-height:1.5}.skills-passive-base__diagram{position:relative;max-width:480px;height:218px;margin:12px auto 0}.skills-passive-base__node,.skills-passive-base__center{position:absolute;z-index:2;display:inline-flex;align-items:center;justify-content:center;border:1px solid #bfd7ff;color:var(--text);background:#ffffffeb;box-shadow:0 8px 18px #2363ab0d}.skills-passive-base__node{width:112px;min-height:40px;border-radius:999px;font-weight:800}.skills-passive-base__center{left:50%;top:78px;flex-direction:column;width:124px;min-height:64px;border-radius:8px;transform:translate(-50%)}.skills-passive-base__center strong{color:var(--radar-blue);font-size:1.15rem;line-height:1.2}.skills-passive-base__center small{color:var(--muted);font-size:.78rem;line-height:1.4}.skills-passive-base__node--top{left:50%;top:8px;width:96px;transform:translate(-50%)}.skills-passive-base__node--left{left:0;top:90px}.skills-passive-base__node--right{right:0;top:90px}.skills-passive-base__node--bottom-left{left:76px;bottom:8px}.skills-passive-base__node--bottom-right{right:76px;bottom:8px}.skills-passive-base__line{position:absolute;z-index:1;height:2px;border-radius:999px;background:#d7e7fd;transform-origin:center}.skills-passive-base__line--top{left:50%;top:48px;width:2px;height:36px;transform:translate(-50%)}.skills-passive-base__line--left{left:108px;top:111px;width:126px;transform:rotate(-6deg)}.skills-passive-base__line--right{right:108px;top:111px;width:126px;transform:rotate(6deg)}.skills-passive-base__line--bottom-left{left:180px;top:157px;width:90px;transform:rotate(-42deg)}.skills-passive-base__line--bottom-right{right:180px;top:157px;width:90px;transform:rotate(42deg)}.skills-passive-base[hidden],.skills-radar-module.is-ability-active .skills-passive-base{display:none}.skills-foundations{position:relative;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));margin-top:12px;border:1px solid var(--border);border-radius:8px;background:#ffffffdb;overflow:visible}.skills-foundation-chip{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:6px;min-height:58px;padding:7px;border:0;border-right:1px solid var(--border);background:transparent;color:#485b78;font:inherit;font-size:.92rem;font-weight:700;line-height:1;white-space:nowrap;word-break:keep-all;overflow-wrap:normal;cursor:pointer;transition:background .16s ease}.skills-foundation-chip:last-child{border-right:0}.skills-foundation-chip__index{display:inline-grid;place-items:center;flex:0 0 auto;width:26px;height:26px;border:1px solid #cfe0f8;border-radius:50%;color:var(--radar-blue);background:#f6faff;font-size:.7rem;font-weight:800}.skills-foundation-chip__label{display:inline-block;flex:0 0 auto;min-width:max-content;color:#485b78;font:inherit;font-weight:700;line-height:1;letter-spacing:0;white-space:nowrap;word-break:keep-all;overflow-wrap:normal}.skills-foundation-chip:hover,.skills-foundation-chip:focus-visible{background:#f7fbff;outline:none}.skills-foundation-chip:focus-visible{box-shadow:inset 0 0 0 2px #b8d4ff}.skills-foundation-chip:after{position:absolute;left:50%;bottom:calc(100% + 10px);z-index:12;width:max-content;max-width:220px;padding:7px 10px;border:1px solid var(--border);border-radius:8px;color:#334662;background:#fff;box-shadow:0 14px 30px #1d416f1f;content:attr(data-tip);font-size:.78rem;line-height:1.45;opacity:0;pointer-events:none;transform:translate(-50%,6px);transition:opacity .15s ease,transform .15s ease}.skills-foundation-chip:hover:after,.skills-foundation-chip:focus-visible:after{opacity:1;transform:translate(-50%)}.skills-detail-panel{min-width:0;padding:30px;background:linear-gradient(180deg,#fff,#fbfdff)}.skills-detail-title{display:flex;gap:16px;align-items:center}.skills-detail-icon{width:58px;height:58px;border-radius:50%;font-size:1.05rem;font-weight:800}.skills-detail-eyebrow{margin:0 0 4px;color:var(--radar-blue);font-size:.88rem;font-weight:700}.skills-detail-title h2{margin:0;font-size:clamp(2rem,3.5vw,2.25rem);line-height:1.1}.skills-status-row{display:flex;flex-wrap:wrap;gap:10px;margin:22px 0 24px;padding-bottom:24px;border-bottom:1px solid var(--border)}.skills-status-pill{display:inline-flex;align-items:center;min-height:34px;padding:0 14px;border:1px solid var(--border);border-radius:8px;background:#f8fbff;color:#55677f;font-weight:700;font-size:.9rem;white-space:nowrap}.skills-status-pill--featured{border-color:#d8894f;background:#d8894f;color:#fff}.skills-status-pill--primary{border-color:var(--radar-blue);background:var(--radar-blue);color:#fff}.skills-status-pill--success{border-color:#a9e3c8;background:var(--radar-green-soft);color:var(--radar-green)}.skills-detail-list{display:grid}.skills-detail-hint{margin:-4px 0 18px;padding:12px 14px;border:1px solid #cfe0f8;border-radius:8px;color:#48617f;background:#f7fbff;line-height:1.7}.skills-detail-item{display:grid;grid-template-columns:44px 1fr;gap:16px;padding:17px 0;border-bottom:1px solid var(--border)}.skills-detail-item:first-child{padding-top:0}.skills-detail-item__icon{width:42px;height:42px;border-radius:8px;font-size:.78rem;font-weight:800}.skills-detail-item h3{margin-bottom:5px;font-size:1.05rem}.skills-detail-item p{margin-bottom:0;color:var(--muted);line-height:1.7}.skills-detail-link{display:inline-flex;align-items:center;width:fit-content;margin-top:18px;color:var(--radar-blue);font-weight:800}.skills-detail-link:after{margin-left:8px;content:"→"}@media(max-width:980px){.skills-hero-card{grid-template-columns:1fr;gap:28px;padding:28px}.skills-hero-card__mark{justify-items:start;text-align:left}.skills-hero-card__tags{justify-content:flex-start}.skills-radar-module__head{align-items:start;flex-direction:column}.skills-radar-module__head p:last-child{max-width:100%}.skills-radar-layout{grid-template-columns:1fr}.skills-radar-visual{border-right:0;border-bottom:1px solid var(--border)}.skills-radar-map{height:500px;min-height:500px}.skills-next-section{grid-template-columns:1fr}}@media(max-width:700px){.skills-hero-card{padding:22px}.skills-hero-card h1{font-size:clamp(2rem,10vw,2.25rem)}.skills-hero-card__mark{justify-items:center;text-align:center}.skills-hero-card__tags{justify-content:center}.skills-radar-module__head,.skills-radar-visual,.skills-detail-panel{padding:18px}.skills-radar-map{height:430px;min-height:430px}.skills-radar-center{width:126px;height:126px;padding:14px;border-width:6px}.skills-radar-center span{width:34px;height:34px}.skills-radar-center strong{font-size:1rem}.skills-radar-node{gap:6px;min-height:34px;padding:0 10px;font-size:.78rem}.skills-radar-node__icon{width:20px;height:20px;font-size:.68rem}.skills-passive-base{min-height:0;padding:16px}.skills-passive-base__diagram{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;height:auto;margin-top:14px}.skills-passive-base__line{display:none}.skills-passive-base__node,.skills-passive-base__center{position:static;width:auto;min-height:38px;transform:none}.skills-passive-base__center{grid-column:1 / -1;min-height:56px;order:-1}.skills-foundations{grid-template-columns:1fr}.skills-foundation-chip{justify-content:flex-start;min-height:48px;border-right:0;border-bottom:1px solid var(--border)}.skills-foundation-chip:last-child{border-bottom:0}.skills-detail-title{align-items:flex-start}.skills-detail-icon{width:46px;height:46px}.skills-status-pill{min-height:32px;padding:0 10px;font-size:.82rem}.skills-next-card{min-height:0}.skills-next-card__title svg{width:28px;height:28px}}
