:root{--bg: #f1f3f5;--surface: #ffffff;--surface-hover:#f8f9fa;--border: #e9ecef;--border-hover: #dee2e6;--text: #212529;--text-muted: #495057;--text-soft: #6c757d;--accent: #007bff;--accent-hover: #0056b3;--accent-bg: #e9f0fe;--accent-warm: #ea580c;--accent-warm-bg: rgba(234, 88, 12, .08);--header-bg: #ffffff;--header-text: #495057;--header-hover: #007bff;--header-border:rgba(0,0,0,.06);--radius: 8px;--radius-sm: 5px;--radius-pill: 999px;--shadow-card: 0 1px 3px rgba(0,0,0,.1);--shadow-hover: 0 10px 20px rgba(0,0,0,.12);--shadow-header:0 1px 1px rgba(0,0,0,.05);--font-display: "Plus Jakarta Sans", "PingFang SC", "Microsoft YaHei", sans-serif;--font-body: "Plus Jakarta Sans", "PingFang SC", "Microsoft YaHei", sans-serif;--font-mono: "DM Mono", "SF Mono", "Consolas", monospace;--header-h: 56px;--page-max: 1600px;--page-pad: clamp(16px, 3vw, 48px);--section-gap: clamp(2.5rem, 6vw, 5rem)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-body);font-size:15px;line-height:1.55;background:var(--bg);color:var(--text);min-height:100vh;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}.site-header{position:sticky;top:0;z-index:100;width:100%;background:var(--header-bg);box-shadow:var(--shadow-header)}.site-header__inner{max-width:var(--page-max);margin:0 auto;min-height:var(--header-h);display:flex;align-items:center;gap:0;padding:.5rem var(--page-pad);box-sizing:border-box}.brand-mark{display:flex;align-items:center;flex-shrink:0;margin-right:2rem}.brand-mark__text{font-size:1.5rem;font-weight:800;color:var(--accent);letter-spacing:-.02em}.brand-mark__badge{display:inline-flex;align-items:center;justify-content:center;padding:3px 10px;border-radius:var(--radius-sm);background:var(--accent-bg);color:var(--accent);font-family:var(--font-mono);font-size:12px;font-weight:600}.brand-mark__lockup{display:none}.site-nav{flex:1;display:flex;align-items:center}.site-nav__list{list-style:none;margin:0;padding:0;display:flex;align-items:center;gap:2rem}.site-nav__link{display:inline-flex;align-items:center;padding:.35rem 0;color:var(--header-text);font-size:1rem;font-weight:500;transition:color .2s;border-bottom:2px solid transparent}.site-nav__link:hover,.site-nav__link.active{color:var(--accent)}.site-header__actions{display:flex;align-items:center;gap:8px;margin-left:auto;flex-shrink:0}.locale-switcher{display:flex;align-items:center}.locale-switcher--dropdown{position:relative}.locale-switcher__trigger{display:inline-flex;align-items:center;justify-content:center;width:36px;height:32px;padding:0;list-style:none;cursor:pointer;border-radius:var(--radius-sm);border:1px solid var(--border);background:var(--surface-hover);color:var(--text-muted);transition:background .15s,border-color .15s,color .15s}.locale-switcher__trigger::-webkit-details-marker{display:none}.locale-switcher__trigger:hover,.locale-switcher--dropdown[open] .locale-switcher__trigger{border-color:var(--accent);color:var(--accent);background:var(--surface)}.locale-switcher__globe{width:18px;height:18px;flex-shrink:0}.locale-switcher__panel{position:absolute;right:0;top:calc(100% + 6px);z-index:200;min-width:148px;padding:6px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-hover)}.locale-switcher__option{display:block;padding:8px 12px;border-radius:var(--radius-sm);font-size:14px;font-weight:600;color:var(--text-muted);transition:background .12s,color .12s}.locale-switcher__option:hover{background:var(--surface-hover);color:var(--text)}.locale-switcher__option.is-active{background:var(--accent-bg);color:var(--accent)}.site-search-link{display:inline-flex;align-items:center;gap:6px;height:32px;padding:0 12px;border-radius:var(--radius-sm);border:1px solid var(--border);background:var(--surface-hover);color:var(--text-muted);font-size:13px;font-weight:600;transition:background .15s,border-color .15s,color .15s}.site-search-link:hover{border-color:var(--accent);color:var(--accent);background:var(--surface)}.site-search-link:before{content:"⌕";font-size:18px;line-height:1;color:var(--text-soft)}.page-shell{max-width:var(--page-max);margin:0 auto;padding:0 var(--page-pad) 3rem}.search-hero{width:100%;margin:0 0 var(--section-gap);padding:1rem 0 2rem;text-align:center;background:radial-gradient(circle at top left,#007bff0f,#f1f3f5 70%),radial-gradient(circle at bottom right,#6f42c10a,#f1f3f5 70%);position:relative;overflow:hidden;box-sizing:border-box}.search-hero:before{content:"";position:absolute;top:-20%;left:-20%;width:40%;height:40%;background-color:var(--accent);filter:blur(200px);opacity:.08;z-index:0;pointer-events:none}.search-hero__inner{position:relative;z-index:1;max-width:900px;margin:0 auto;padding:0 var(--page-pad);box-sizing:border-box}.search-hero__headline{font-size:clamp(1.75rem,4vw,2.75rem);font-weight:800;letter-spacing:-.03em;color:var(--text);margin:0 0 .5rem;line-height:1.15}.search-hero__subline{font-size:1.05rem;color:var(--text-muted);margin:0 0 1.75rem;line-height:1.5}.search-hero__search-row{display:flex;justify-content:center;margin-bottom:1.25rem}.search-hero__form{display:flex;align-items:center;gap:0;width:100%;max-width:700px;padding:.5rem .5rem .5rem 1.25rem;background:var(--surface);border-radius:var(--radius-pill);box-shadow:0 4px 14px #0000001a;transition:box-shadow .25s,transform .25s}.search-hero__form:focus-within{box-shadow:0 6px 20px #007bff33;transform:scale(1.01)}.search-hero__form input{flex:1;min-width:0;border:none;outline:none;padding:.5rem .75rem;font:inherit;font-size:1.05rem;background:transparent;color:var(--text)}.search-hero__form input::placeholder{color:var(--text-soft)}.search-hero__submit{flex-shrink:0;border:none;cursor:pointer;background:var(--accent);color:#fff;font:inherit;font-size:.95rem;font-weight:600;padding:.65rem 1.5rem;border-radius:var(--radius-pill);transition:background .2s}.search-hero__submit:hover{background:var(--accent-hover)}.search-hero__tags{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:.5rem .75rem;font-size:.9rem;color:var(--text-soft)}.search-hero__tags-label{font-weight:600;color:var(--text-muted);margin-right:.25rem}.search-hero__tags a{display:inline-flex;align-items:center;padding:.2rem .5rem;border-radius:var(--radius-sm);color:var(--text-muted);font-weight:500;transition:color .2s,background .2s}.search-hero__tags a:hover{color:var(--accent);background:var(--accent-bg)}.button{display:inline-flex;align-items:center;justify-content:center;height:36px;padding:0 14px;border-radius:var(--radius-sm);border:none;font:inherit;font-size:13px;font-weight:700;cursor:pointer;transition:transform .12s,box-shadow .12s}.button:hover{transform:translateY(-1px)}.button--primary{background:var(--accent);color:#fff;border-radius:var(--radius-pill);padding:0 1.25rem;box-shadow:0 2px 8px #007bff47}.button--primary:hover{background:var(--accent-hover);box-shadow:0 4px 14px #007bff59}.button--ghost{border:1px solid var(--border);background:var(--surface);color:var(--text-muted)}.button--ghost:hover{border-color:var(--border-hover);color:var(--text)}.section-heading{display:flex;align-items:baseline;gap:10px;margin-bottom:10px}.section-heading h2{font-size:clamp(1.25rem,2.5vw,1.75rem);font-weight:700;color:var(--text);letter-spacing:-.02em;margin:0}.view-all-link{font-size:1rem;font-weight:600;color:var(--accent);transition:opacity .2s;white-space:nowrap}.view-all-link:hover{opacity:.85}.section-heading--split{justify-content:space-between;align-items:center}.section-note{color:var(--text-soft);font-size:12px}.eyebrow{display:inline-block;font-family:var(--font-mono);font-size:10px;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:var(--accent);margin-bottom:2px}.content-section{margin-top:var(--section-gap)}.content-section--first{margin-top:0}.category-tabs{list-style:none;margin:0 0 1.5rem;padding:0;display:flex;flex-wrap:wrap;gap:0 1.5rem;border-bottom:1px solid rgba(0,0,0,.1)}.category-tabs a{display:block;font-size:1rem;font-weight:600;color:var(--text-muted);padding:.75rem 0;border-bottom:2px solid transparent;margin-bottom:-1px;transition:color .2s,border-color .2s}.category-tabs a:hover,.category-tabs a.is-active{color:var(--accent);border-color:var(--accent)}.card-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px}.card-grid--tools{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem}.card-grid--channel{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}.directory-card--tile{position:relative;display:flex;flex-direction:column;gap:.75rem;padding:1.75rem 2rem;background:var(--surface);border-radius:var(--radius);box-shadow:var(--shadow-card);transition:box-shadow .25s,transform .25s;overflow:hidden;cursor:pointer;border:none}.directory-card--tile:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:3px;background:var(--accent);transform:scaleX(0);transition:transform .25s;transform-origin:left}.directory-card--tile:hover{box-shadow:var(--shadow-hover);transform:translateY(-4px)}.directory-card--tile:hover:after{transform:scaleX(1)}.directory-card__top{display:flex;align-items:center;gap:1rem}.directory-card__logo{width:48px;height:48px;flex-shrink:0;display:flex;align-items:center;justify-content:center;background:var(--accent-bg);color:var(--accent);border-radius:var(--radius);font-size:1.35rem;font-weight:800}.directory-card--tile h3{font-size:1.25rem;font-weight:700;margin:0;color:var(--text);line-height:1.25}.directory-card__tags{display:flex;flex-wrap:wrap;gap:.5rem}.directory-card__tags span{font-size:.75rem;color:var(--text-soft);background:#e9ecef;padding:.25rem .5rem;border-radius:4px}.directory-card--tile .directory-card__summary{font-size:.95rem;color:var(--text-muted);line-height:1.5;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.directory-card:not(.directory-card--tile):not(.directory-card--resource){position:relative;display:flex;flex-direction:column;gap:5px;padding:12px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-card);transition:border-color .15s,box-shadow .15s,transform .15s;overflow:hidden;cursor:pointer}.directory-card:not(.directory-card--tile):not(.directory-card--resource):hover{border-color:var(--accent);box-shadow:var(--shadow-hover);transform:translateY(-2px)}.directory-card:not(.directory-card--tile):not(.directory-card--resource) .directory-card__meta,.directory-card__meta{display:flex;gap:5px;flex-wrap:wrap;align-items:center}.directory-card:not(.directory-card--tile):not(.directory-card--resource) .directory-card__meta span{display:inline-flex;align-items:center;height:18px;padding:0 6px;border-radius:3px;background:var(--bg);color:var(--accent);font-family:var(--font-mono);font-size:10px;font-weight:500}.directory-card:not(.directory-card--tile):not(.directory-card--resource) h3{font-size:14px;font-weight:700;color:var(--text);letter-spacing:-.01em;line-height:1.3}.directory-card__tagline{font-size:12px;font-weight:700;color:var(--accent-warm);line-height:1.3}.directory-card__summary,.directory-card p.directory-card__summary{font-size:13px;color:var(--text-muted);line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.directory-card--resource{display:flex;align-items:flex-start;gap:1.25rem;padding:1.5rem 1.75rem;background:var(--surface);border-radius:var(--radius);box-shadow:var(--shadow-card);margin-bottom:1rem;transition:box-shadow .25s,transform .25s;cursor:pointer;border:none}.directory-card--resource:last-child{margin-bottom:0}.directory-card--resource:hover{box-shadow:var(--shadow-hover);transform:translateY(-2px)}.directory-card__resource-mark{width:40px;height:40px;flex-shrink:0;display:flex;align-items:center;justify-content:center;background:var(--accent-bg);color:var(--accent);border-radius:var(--radius-sm);font-size:1rem;font-weight:800}.directory-card__resource-body h3{font-size:1.1rem;font-weight:700;margin:0 0 .4rem;color:var(--text)}.directory-card__resource-body .directory-card__summary{font-size:.9rem;margin:0;-webkit-line-clamp:2}.chip-list{display:flex;flex-wrap:wrap;gap:4px;list-style:none}.chip-list li{display:inline-flex;align-items:center;height:18px;padding:0 6px;border-radius:3px;border:1px solid var(--border);background:var(--bg);color:var(--text-soft);font-size:10px;font-weight:600}.directory-card__footer{display:flex;justify-content:space-between;align-items:center;color:var(--text-soft);font-size:11px;margin-top:auto;padding-top:4px;border-top:1px solid var(--border)}.news-grid{display:grid;gap:8px}.news-grid--paired{grid-template-columns:repeat(3,minmax(0,1fr))}.news-card{position:relative;display:flex;flex-direction:column;gap:6px;padding:12px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-card);transition:border-color .15s,box-shadow .15s,transform .15s;overflow:hidden;cursor:pointer}.news-card:hover{border-color:var(--border-hover);box-shadow:var(--shadow-hover);transform:translateY(-2px)}.news-card__meta{display:flex;align-items:center;justify-content:space-between;gap:8px}.news-card__meta .eyebrow{margin-bottom:0;font-size:10px}.news-card__meta span{color:var(--text-soft);font-size:11px}.news-card h3{font-size:14px;font-weight:700;color:var(--text);letter-spacing:-.01em;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.news-card p{font-size:13px;color:var(--text-muted);line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.news-card__footer{display:flex;justify-content:space-between;align-items:center;color:var(--text-soft);font-size:11px;margin-top:auto;padding-top:4px;border-top:1px solid var(--border)}.news-list-compact{display:flex;flex-direction:column;gap:1px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-card);overflow:hidden}.news-row{display:grid;grid-template-columns:72px 1fr auto;align-items:center;gap:12px;padding:9px 14px;background:var(--surface);border-bottom:1px solid var(--border);transition:background .12s;position:relative}.news-row:last-child{border-bottom:none}.news-row:hover{background:var(--surface-hover)}.news-row__date{font-family:var(--font-mono);font-size:11px;color:var(--text-soft);white-space:nowrap}.news-row__title{font-size:14px;font-weight:600;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.4}.news-row__src{font-size:11px;color:var(--text-soft);white-space:nowrap;font-family:var(--font-mono)}.news-row a.card-link-overlay{border-radius:0}.section-entry-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.section-entry-card{position:relative;display:flex;flex-direction:column;gap:6px;padding:14px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-card);transition:border-color .15s,box-shadow .15s,transform .15s;overflow:hidden}.section-entry-card:hover{border-color:var(--accent);box-shadow:var(--shadow-hover);transform:translateY(-2px)}.section-entry-card__top{display:flex;justify-content:space-between;align-items:flex-start;gap:8px}.section-entry-card__count{font-family:var(--font-mono);font-size:20px;font-weight:500;color:var(--accent);letter-spacing:-.04em;line-height:1}.section-entry-card__tag{display:inline-flex;align-items:center;height:20px;padding:0 7px;border-radius:3px;background:var(--accent-bg);color:var(--accent);font-size:11px;font-weight:700}.section-entry-card h3{font-size:14px;font-weight:700;color:var(--text);letter-spacing:-.02em}.section-entry-card p{font-size:12px;color:var(--text-muted);line-height:1.45}.section-entry-card__arrow{font-size:12px;font-weight:700;color:var(--text-soft);margin-top:auto}.filter-pills{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:10px}.filter-pill{display:inline-flex;align-items:center;height:30px;padding:0 12px;border-radius:var(--radius-pill);border:1px solid var(--border);background:var(--surface);color:var(--text-muted);font-size:13px;font-weight:700;cursor:pointer;text-decoration:none;transition:border-color .15s,color .15s,background .15s}.filter-pill:hover{border-color:var(--accent);color:var(--accent)}.filter-pill--active{background:var(--accent);border-color:var(--accent);color:#fff}.filter-pills--tabs{flex-wrap:wrap;gap:0 1.5rem;margin-bottom:1.5rem;border-bottom:1px solid rgba(0,0,0,.1)}.filter-pills--tabs .filter-pill{height:auto;padding:.75rem 0;border-radius:0;border:none;border-bottom:2px solid transparent;margin-bottom:-1px;background:transparent;color:var(--text-muted);font-weight:600}.filter-pills--tabs .filter-pill:hover{color:var(--accent);background:transparent}.filter-pills--tabs .filter-pill--active{background:transparent;color:var(--accent);border-bottom-color:var(--accent)}.page-shell--detail{max-width:900px}.channel-hero,.detail-hero{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(240px,.7fr);gap:10px;padding:16px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-card);margin-bottom:16px}.channel-hero__copy,.detail-hero__copy{display:grid;align-content:start;gap:10px}.channel-hero__stats,.detail-facts{display:grid;gap:8px;align-content:start}.channel-stat,.detail-facts div{padding:10px 12px;background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-sm)}.channel-stat span,.detail-facts span{display:block;color:var(--text-soft);font-size:11px;font-family:var(--font-mono)}.channel-stat strong,.detail-facts strong{display:block;margin-top:2px;font-size:15px}.detail-tagline{font-size:13px;font-weight:700;color:var(--accent-warm)}.detail-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:10px}.detail-grid section{padding:14px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-card);display:grid;align-content:start;gap:8px}.detail-grid h2,.detail-grid h3{font-size:13px;font-weight:700;letter-spacing:-.01em}.detail-list{list-style:none;display:grid;gap:6px}.detail-list li{padding:8px 10px;background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-sm);font-size:12px;color:var(--text-muted)}.chip-list li{border-color:var(--border)}.hero-tags{display:flex;flex-wrap:wrap;gap:5px;list-style:none}.hero-tags li{padding:4px 8px;border-radius:3px;background:var(--bg);border:1px solid var(--border);color:var(--text-muted);font-size:11px}.detail-shell{background:transparent;border:none;box-shadow:none;padding:0}.article-body{margin-top:10px;padding:18px 20px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-card);color:var(--text-muted);font-size:13px;line-height:1.7}.article-body h2,.article-body h3{color:var(--text);font-size:15px;margin-top:24px;margin-bottom:8px}.article-body ul{padding-left:18px}.article-body li{margin-bottom:6px}.article-body p+h2,.article-body p+h3,.article-body ul+h2,.article-body ul+h3{margin-top:28px}.article-body code{font-family:var(--font-mono);font-size:12px;background:var(--bg);border:1px solid var(--border);border-radius:3px;padding:1px 5px}.channel-page-hero{width:100%;margin:0 0 1.75rem;padding:0;background:radial-gradient(circle at top left,#007bff0f,#f1f3f5 65%),radial-gradient(circle at bottom right,#6f42c10a,#f1f3f5 65%);border-bottom:1px solid var(--border);box-sizing:border-box}.channel-page-hero__wrap{max-width:var(--page-max);margin:0 auto;padding:1.75rem var(--page-pad) 2rem;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:1.25rem 2rem;align-items:center;box-sizing:border-box}.channel-page-hero__copy{display:grid;gap:.5rem;min-width:0}.channel-page-hero__copy h1{font-size:clamp(1.5rem,3vw,2rem);font-weight:800;letter-spacing:-.03em;line-height:1.2;color:var(--text)}.channel-page-hero__copy .section-copy{font-size:.98rem;color:var(--text-muted);line-height:1.55;margin:0;max-width:52ch}.channel-page-hero__meta{display:flex;flex-direction:column;align-items:flex-end;gap:.5rem;flex-shrink:0}.channel-page-hero__meta span{display:inline-flex;align-items:center;min-height:28px;padding:0 12px;border-radius:var(--radius-pill);border:1px solid var(--border);background:var(--surface);color:var(--text-muted);font-size:12px;font-weight:600;box-shadow:var(--shadow-card)}@media(max-width:700px){.channel-page-hero__wrap{grid-template-columns:1fr;align-items:start}.channel-page-hero__meta{flex-direction:row;flex-wrap:wrap;align-items:flex-start;justify-content:flex-start}}.editorial-news-grid{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,1fr);gap:8px}.editorial-news-main,.editorial-news-side,.editorial-news-support,.editorial-news-rail{display:grid;gap:8px}.editorial-news-support{grid-template-columns:repeat(2,minmax(0,1fr))}.news-card--lead{min-height:0}.news-card--lead h3{font-size:16px}.news-card--feature h3{font-size:13px}.news-grid--news-page .news-card--feature{min-height:0}.page-shell--search{padding-top:0}.search-page-hero{width:100%;margin:0 0 1.5rem;padding:1.25rem 0 1.5rem;text-align:center;background:radial-gradient(circle at top left,#007bff0f,#f1f3f5 70%),radial-gradient(circle at bottom right,#6f42c10a,#f1f3f5 70%);border-bottom:1px solid var(--border);box-sizing:border-box}.search-page-hero__inner{max-width:900px;margin:0 auto;padding:0 var(--page-pad);box-sizing:border-box}.search-page-hero .eyebrow{justify-self:center}.search-page-hero h1{font-size:clamp(1.5rem,3vw,2rem);font-weight:800;letter-spacing:-.03em;margin:.25rem 0 .5rem;color:var(--text)}.search-page-lead{font-size:1rem;color:var(--text-muted);margin:0 auto;max-width:42rem;line-height:1.5}.search-page-form{display:flex;align-items:center;width:100%;max-width:700px;margin:0 auto 1.5rem;padding:.45rem .45rem .45rem 1.1rem;background:var(--surface);border-radius:var(--radius-pill);box-shadow:0 4px 14px #0000001a;transition:box-shadow .25s,transform .25s}.search-page-form:focus-within{box-shadow:0 6px 20px #007bff2e;transform:scale(1.01)}.search-page-form input{flex:1;min-width:0;border:none;outline:none;padding:.55rem .5rem;font:inherit;font-size:1rem;background:transparent;color:var(--text)}.search-page-form input::placeholder{color:var(--text-soft)}.search-page-submit{flex-shrink:0;border:none;cursor:pointer;background:var(--accent);color:#fff;font:inherit;font-size:.95rem;font-weight:600;padding:.6rem 1.35rem;border-radius:var(--radius-pill);transition:background .2s}.search-page-submit:hover{background:var(--accent-hover)}.search-results{display:grid;gap:1rem;max-width:800px;margin:0 auto}.search-result{display:flex;align-items:flex-start;gap:1rem;padding:1.1rem 1.25rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-card);transition:box-shadow .2s,transform .2s,border-color .2s}.search-result:hover{border-color:#007bff59;box-shadow:var(--shadow-hover);transform:translateY(-2px)}.search-result__mark{width:40px;height:40px;flex-shrink:0;display:flex;align-items:center;justify-content:center;background:var(--accent-bg);color:var(--accent);border-radius:var(--radius-sm);font-size:1rem;font-weight:800}.search-result__body{min-width:0;display:grid;gap:.35rem}.search-result__type{display:inline-flex;align-self:start;align-items:center;height:20px;padding:0 7px;border-radius:4px;background:#e9ecef;color:var(--text-soft);font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.02em}.search-result__body strong{font-size:1.05rem;font-weight:700;color:var(--text);line-height:1.3}.search-result__body p{font-size:.9rem;color:var(--text-muted);margin:0;line-height:1.45;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.empty-state{padding:24px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);text-align:center;color:var(--text-muted);font-size:13px}.site-footer{margin-top:var(--section-gap);padding:3rem var(--page-pad) 2rem;background:var(--surface);text-align:center;color:var(--text-soft);font-size:.9rem;border-radius:var(--radius);box-shadow:var(--shadow-card);border:1px solid var(--border)}.site-footer__links--row{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem 2rem;margin-bottom:1.25rem}.site-footer__links--row a{font-weight:600;color:var(--text-muted);transition:color .2s}.site-footer__links--row a:hover{color:var(--accent)}.site-footer__intro{max-width:520px;margin:0 auto 1rem;font-size:.85rem;color:var(--text-soft);line-height:1.5}.site-footer__status{display:flex;flex-wrap:wrap;justify-content:center;gap:6px;margin-bottom:1.25rem}.site-footer__status span{display:inline-flex;align-items:center;height:22px;padding:0 8px;border-radius:4px;border:1px solid var(--border);background:var(--bg);color:var(--text-soft);font-size:11px;font-family:var(--font-mono)}.site-footer__copyright{font-size:.85rem;color:var(--text-soft);padding-top:.5rem}.resource-section{display:flex;flex-wrap:wrap;gap:3rem;margin-top:var(--section-gap)}.resource-column{flex:1;min-width:min(100%,300px);margin-top:0!important}.resource-list{display:flex;flex-direction:column;gap:0}.news-panel{background:var(--surface);padding:.5rem 1.5rem 1rem;border-radius:var(--radius);box-shadow:var(--shadow-card);border:1px solid var(--border)}.news-panel .news-row:first-child{border-top:none}.news-panel--channel{padding:.75rem 1rem 1rem}.news-panel--channel .news-list-compact{border:none;box-shadow:none;border-radius:var(--radius);overflow:hidden}.dual-stack{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.dual-stack .card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}@media(max-width:1380px){.card-grid,.section-entry-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(max-width:1100px){.card-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.news-grid--paired,.dual-stack .card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.channel-hero,.detail-hero,.editorial-news-grid{grid-template-columns:1fr}}@media(max-width:768px){:root{--page-pad: 14px}.card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.card-grid--tools{grid-template-columns:1fr}.section-entry-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.dual-stack{grid-template-columns:1fr}.dual-stack .card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.site-nav__list{display:none}.search-hero__form{flex-wrap:wrap;border-radius:var(--radius)}.search-hero__submit{width:100%;margin-top:.5rem;border-radius:var(--radius)}.search-page-form{flex-wrap:wrap;border-radius:var(--radius);padding:.65rem .75rem}.search-page-submit{width:100%;margin-top:.35rem}.card-grid--channel,.news-grid--paired{grid-template-columns:1fr}.site-footer{flex-direction:column}.site-footer__links{align-items:flex-start}.editorial-news-support,.detail-grid{grid-template-columns:1fr}}@media(max-width:480px){.card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.news-row{grid-template-columns:1fr}.news-row__date,.news-row__src{display:none}}.detail-topbar{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:1.5rem 1.75rem;margin-bottom:0;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-card)}.detail-shell>.detail-tagline,.detail-shell>.detail-summary,.detail-shell>.detail-meta-row{margin-left:2px;margin-right:2px}.detail-related-news{margin-top:var(--section-gap)}.detail-topbar__left{display:flex;align-items:center;gap:14px;min-width:0}.detail-initial{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:10px;background:var(--accent-bg);color:var(--accent);font-family:var(--font-mono);font-size:22px;font-weight:700;flex-shrink:0}.detail-topbar__title-block{display:grid;gap:2px}.detail-topbar__title-block .eyebrow{margin-bottom:0}.detail-title{font-size:clamp(1.35rem,2.5vw,1.65rem);font-weight:800;letter-spacing:-.03em;line-height:1.15;color:var(--text)}.detail-topbar__right{display:flex;align-items:center;gap:8px;flex-shrink:0;padding-top:4px}.detail-tagline{font-size:13px;font-weight:700;color:var(--accent-warm);margin-top:12px;padding:0 2px}.detail-summary{font-size:14px;color:var(--text-muted);line-height:1.6;margin-top:6px;padding:0 2px;max-width:720px}.detail-meta-row{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin-top:12px;padding:10px 14px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-card)}.detail-meta-item{display:flex;align-items:center;gap:5px;padding-right:12px;border-right:1px solid var(--border)}.detail-meta-item:last-of-type{border-right:none}.detail-meta-label{font-family:var(--font-mono);font-size:11px;color:var(--text-soft);white-space:nowrap}.detail-meta-value{font-size:13px;font-weight:600;color:var(--text);white-space:nowrap}.detail-tag{display:inline-flex;align-items:center;height:22px;padding:0 8px;border-radius:3px;background:var(--bg);border:1px solid var(--border);color:var(--text-soft);font-size:11px;font-weight:600;font-family:var(--font-mono)}.news-detail-header{padding:16px 18px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-card);display:grid;gap:10px;margin-bottom:0}.news-detail-header h1{font-size:22px;font-weight:800;letter-spacing:-.03em;line-height:1.2;color:var(--text)}.news-detail-meta{display:flex;flex-wrap:wrap;align-items:center;gap:6px}.news-detail-meta span{display:inline-flex;align-items:center;height:22px;padding:0 8px;border-radius:var(--radius-pill);border:1px solid var(--border);background:var(--bg);color:var(--text-soft);font-size:11px;font-weight:600;font-family:var(--font-mono)}.news-detail-meta a{color:var(--accent);font-weight:700;transition:opacity .12s}.news-detail-meta a:hover{opacity:.75}@media(max-width:768px){.detail-topbar{flex-direction:column;gap:12px}.detail-topbar__right{align-self:flex-start}.detail-title{font-size:18px}}
