:root{--cyan:#21d0ce;--cyan-soft:#c8f6f2;--ink:#073b3c;--deep:#063536;--muted:#627a79;--paper:#f4f7f5;--surface:#fff;--line:#d6e3df;--shadow:0 24px 70px rgba(2,50,51,.12)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Arial,sans-serif;line-height:1.6;transition:background-color .25s,color .25s}body.dark{--ink:#ecfffd;--deep:#031f20;--muted:#a7c4c1;--paper:#062c2d;--surface:#0d4142;--line:#28595a;--cyan-soft:#124d4e;--shadow:0 24px 70px rgba(0,0,0,.3)}a{color:inherit}.category-shell{min-height:100vh;background:radial-gradient(circle at 85% 10%,rgba(33,208,206,.14),transparent 28%)}.category-header{z-index:20;display:flex;align-items:center;justify-content:space-between;gap:22px;min-height:78px;padding:12px max(22px,calc((100% - 1180px)/2));border-bottom:1px solid var(--line);background:color-mix(in srgb,var(--paper) 92%,transparent);backdrop-filter:blur(16px);position:sticky;top:0}.category-brand{display:flex;align-items:center;gap:11px;text-decoration:none}.category-brand img{width:48px;height:48px;border:2px solid rgba(33,208,206,.35);border-radius:50%;object-fit:cover}.category-brand span{display:grid;line-height:1.1}.category-brand b{font-size:17px;letter-spacing:.14em}.category-brand small{font-size:.43rem;color:var(--muted);letter-spacing:.22em}.category-nav{display:flex;gap:20px;margin-left:auto}.category-nav a{text-decoration:none;font-size:.8rem;font-weight:800}.category-nav a:hover{color:#0ca7a3}.category-theme-selector{display:flex;gap:3px;padding:3px;border:1px solid var(--line);border-radius:999px;background:var(--surface)}.category-theme-selector button{display:grid;place-items:center;width:34px;height:34px;padding:0;border:0;border-radius:50%;background:transparent;color:var(--muted);cursor:pointer}.category-theme-selector button.active{background:var(--cyan);color:#023536;box-shadow:0 4px 14px rgba(0,126,124,.28)}.category-hero,.category-content,.category-list{width:min(1180px,calc(100% - 40px));margin-inline:auto}.category-hero{display:grid;grid-template-columns:minmax(0,1fr) minmax(340px,.8fr);gap:clamp(34px,6vw,78px);align-items:center;padding:clamp(52px,8vw,96px) 0 64px}.eyebrow{display:inline-flex;align-items:center;gap:10px;color:#078e8b;font-size:.72rem;font-weight:900;text-transform:uppercase;letter-spacing:.19em}.dark .eyebrow{color:#55e8e1}.eyebrow:before{content:"";width:28px;height:2px;background:var(--cyan)}.category-hero h1{max-width:720px;margin:.28em 0;font-family:Georgia,serif;font-size:clamp(2.7rem,5.8vw,5.8rem);font-weight:400;line-height:.94;letter-spacing:-.045em}.category-hero p{max-width:680px;margin:0;color:var(--muted);font-size:clamp(1rem,1.5vw,1.18rem);line-height:1.75}.category-hero>img{width:100%;aspect-ratio:4/4.2;object-fit:cover;border:1px solid var(--line);border-radius:2px;box-shadow:var(--shadow);background:#fff}.category-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:30px}.button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:12px 21px;border:1px solid var(--deep);border-radius:2px;background:var(--deep);color:#fff;text-decoration:none;font-size:.78rem;font-weight:900}.button:hover{transform:translateY(-1px)}.button.secondary{border-color:var(--cyan);background:var(--cyan);color:#053738}.category-content{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;padding:0 0 76px}.category-content article{min-height:210px;padding:30px;border:1px solid var(--line);background:var(--surface)}.category-content h2{margin:0 0 12px;font-family:Georgia,serif;font-size:1.55rem;font-weight:400}.category-content p{margin:0;color:var(--muted);font-size:.92rem}.category-list{padding:60px 0;border-top:1px solid var(--line)}.category-list h2{margin:0 0 25px;font-family:Georgia,serif;font-size:clamp(2rem,4vw,3.3rem);font-weight:400;letter-spacing:-.035em}.category-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:10px}.category-grid a{display:flex;align-items:center;min-height:72px;padding:16px;border:1px solid var(--line);background:var(--surface);text-decoration:none;font-size:.83rem;font-weight:800}.category-grid a:hover,.category-grid a[aria-current="page"]{border-color:var(--cyan);box-shadow:inset 4px 0 var(--cyan)}.category-footer{padding:34px 20px;background:var(--deep);color:#fff;text-align:center}.category-footer p{margin:0 0 5px;font-family:Georgia,serif;font-size:1.2rem}.category-footer small{color:#a9ccca}@media(max-width:820px){.category-header{gap:8px;min-height:66px;padding-inline:12px}.category-brand img{width:40px;height:40px}.category-brand b{font-size:14px}.category-nav{display:none}.category-theme-selector{margin-left:auto}.category-theme-selector button{width:29px;height:29px}.category-hero{grid-template-columns:1fr;padding-top:44px;gap:32px}.category-hero>img{max-height:520px}.category-content{grid-template-columns:1fr;gap:10px}.category-content article{min-height:auto}.category-grid{grid-template-columns:1fr 1fr}}@media(max-width:520px){.category-hero,.category-content,.category-list{width:min(100% - 28px,1180px)}.category-actions{display:grid}.category-grid{grid-template-columns:1fr}.category-hero h1{font-size:clamp(2.5rem,14vw,4.2rem)}}
