:root{--text:#111;--muted:#6b6b6b;--line:#111;--surface:#fff;--soft:#f7f7f7;--border:#e7e7e7}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--text);background:var(--surface);font-family:Inter,Arial,sans-serif;font-size:16px;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button,input{font:inherit}.page-shell{min-height:100vh}.hero{width:min(100% - 40px,1024px);margin:0 auto;padding:32px 0 0}.topbar{display:flex;align-items:center;justify-content:space-between;min-height:42px}.brand img{display:block;width:auto;height:32px;max-width:160px;object-fit:contain;object-position:left center}.contact-link{font-size:14px;font-weight:500;color:#555;transition:color .18s}.contact-link:hover{color:#111}.search{position:relative;width:100%;margin-top:50px}.search svg{position:absolute;left:15px;top:50%;width:21px;height:21px;transform:translateY(-50%);fill:currentColor;pointer-events:none;transition:color .18s}.search input{width:100%;height:66px;padding:0 50px 0 48px;border:0;border-bottom:1px solid var(--line);border-radius:0;background:transparent;color:#111;font-size:18px;outline:none;-webkit-appearance:none}.search input::placeholder{color:#161616;opacity:1}.search:focus-within svg,.search:hover svg,.search:focus-within input::placeholder,.search:hover input::placeholder{color:#777}#clear-search{display:none;position:absolute;right:13px;top:50%;transform:translateY(-50%);width:34px;height:34px;border:0;background:transparent;color:#777;font-size:26px;line-height:1;cursor:pointer}#clear-search.visible{display:block}.content{width:min(100% - 40px,1104px);margin:0 auto;padding:80px 0 42px}.category-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:48px 28px}.category-card{display:flex;align-items:flex-start;gap:16px;min-height:142px;padding:16px;background:#fff;transition:color .18s}.category-card:hover h2{text-decoration:underline;text-underline-offset:3px}.category-icon{display:grid;place-items:center;flex:0 0 64px;width:64px;height:64px;border-radius:4px;background:#111;color:#fff;transition:transform .18s}.category-card:hover .category-icon{transform:scale(1.08)}.category-icon svg{width:31px;height:31px;fill:none;stroke:currentColor;stroke-width:1.65;stroke-linecap:round;stroke-linejoin:round}.category-copy{padding-top:1px}.category-copy h2{margin:0 0 7px;font-size:17px;line-height:1.35;font-weight:600;letter-spacing:-.015em}.category-copy p{margin:0;color:var(--muted);font-size:14px;line-height:1.5}.empty-state{display:none;margin:30px 0 70px;text-align:center;color:var(--muted)}.empty-state.visible{display:block}.inner-content,.article-content{width:min(100% - 40px,760px);padding-top:58px}.breadcrumbs{display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin-bottom:44px;color:#777;font-size:13px}.breadcrumbs a:hover{color:#111}.collection-header{margin-bottom:34px}.collection-header h1,.article-content article h1{margin:0 0 12px;font-size:36px;line-height:1.12;letter-spacing:-.035em;font-weight:600}.collection-header p,.article-summary{margin:0;color:#666;font-size:17px;line-height:1.6}.article-list{border-top:1px solid var(--border)}.article-row{display:flex;justify-content:space-between;align-items:center;gap:24px;padding:24px 0;border-bottom:1px solid var(--border)}.article-row span{display:flex;flex-direction:column;gap:6px}.article-row strong{font-size:16px;line-height:1.4;font-weight:600}.article-row small{color:#707070;font-size:14px;line-height:1.5}.article-row svg{width:20px;height:20px;fill:none;stroke:#777;stroke-width:1.8;transition:transform .18s}.article-row:hover strong{text-decoration:underline;text-underline-offset:3px}.article-row:hover svg{transform:translateX(3px)}.article-content article{max-width:680px}.updated{margin:13px 0 42px;color:#8a8a8a;font-size:13px}.article-body{font-size:16px;line-height:1.75}.article-body p{margin:0 0 22px}.article-body h2{margin:38px 0 12px;font-size:23px;line-height:1.3;letter-spacing:-.02em}.article-body a{text-decoration:underline;text-underline-offset:3px}.helpful{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-top:56px;padding:24px 0;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.helpful strong{font-size:15px}.helpful div{display:flex;gap:8px}.helpful button{padding:8px 14px;border:1px solid #ccc;border-radius:999px;background:#fff;cursor:pointer}.helpful button:hover{border-color:#111}.back-link{display:inline-block;margin-top:24px;text-decoration:underline;text-underline-offset:3px}footer{width:min(100% - 40px,1024px);margin:0 auto;padding:58px 0 48px;text-align:center;color:#777}.footer-mark{display:grid;place-items:center;width:34px;height:34px;margin:0 auto 23px;border-radius:50%;background:#111}.footer-mark img{width:18px;height:18px;display:block}footer nav{display:flex;justify-content:center;flex-wrap:wrap;gap:22px;font-size:14px;font-weight:500}footer a{transition:color .18s}footer a:hover{color:#111}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media(max-width:850px){.category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:560px){.hero,.content,footer{width:min(100% - 32px,1024px)}.hero{padding-top:24px}.brand img{width:auto;height:30px;max-width:150px}.contact-link{font-size:13px}.search{margin-top:34px}.search input{height:62px;font-size:17px}.content{padding-top:54px}.category-grid{grid-template-columns:1fr;gap:16px}.category-card{min-height:auto;padding:12px 4px}.category-icon{flex-basis:58px;width:58px;height:58px}.inner-content,.article-content{width:min(100% - 32px,760px)}.collection-header h1,.article-content article h1{font-size:31px}.breadcrumbs{margin-bottom:32px}.article-row{padding:21px 0}.helpful{align-items:flex-start;flex-direction:column}footer{padding-top:54px}}
