:root{--canvas: #f3f5f7;--surface: #ffffff;--surface-subtle: #f7f8fa;--surface-quiet: #eef1f5;--text: #17191d;--text-secondary: #5f6670;--text-muted: #8a929d;--line: #e2e6eb;--line-strong: #d5dae1;--accent: #315efb;--accent-hover: #244bd4;--accent-soft: #edf2ff;--accent-line: #cdd9ff;--warning: #9a5a08;--warning-soft: #fff5e5;--shadow-soft: 0 8px 24px rgba(20, 28, 45, .06);--topbar-height: 64px;--radius: 8px;--motion: .18s ease}.submission-page{display:grid;grid-template-columns:180px minmax(0,820px) 260px;gap:36px;width:min(1400px,calc(100% - 48px));margin:0 auto;padding:48px 0 80px}.submission-steps{list-style:none;padding-top:16px}.submission-steps li{position:relative;display:grid;grid-template-columns:42px 1fr;align-items:center;gap:14px;min-height:88px;color:var(--text-secondary)}.submission-steps li:not(:last-child):after{content:"";position:absolute;top:54px;bottom:-10px;left:20px;width:1px;background:var(--line-strong)}.submission-steps span{display:grid;z-index:1;width:42px;height:42px;place-items:center;border:1px solid var(--line-strong);border-radius:50%;background:var(--surface);font-weight:700}.submission-steps .active{color:var(--accent)}.submission-steps .active span{border-color:var(--accent);background:var(--accent);color:#fff}.submission-steps .complete span{border-color:var(--accent);color:var(--accent)}.submission-main{min-width:0;padding:4px 8px}.submission-heading{margin-bottom:28px}.submission-heading h1,.my-submissions-page h1{font-size:clamp(30px,4vw,42px);line-height:1.2}.submission-heading>p:last-child,.my-submissions-page>header p{margin-top:8px;color:var(--text-secondary)}.eyebrow{color:var(--accent);font-size:13px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.submission-form{display:grid;gap:22px}.submission-form label,.submission-form legend{color:var(--text);font-weight:650}.submission-form label{display:grid;gap:8px}.submission-form fieldset{min-width:0;margin:0;padding:0;border:0}.submission-form legend{margin-bottom:10px}.submission-form input,.submission-form select,.submission-form textarea{width:100%;border:1px solid var(--line-strong);border-radius:var(--radius);background:var(--surface);color:var(--text);padding:13px 14px;outline:none}.submission-form textarea{resize:vertical;line-height:1.75}.submission-form input:focus,.submission-form select:focus,.submission-form textarea:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-soft)}.submission-form label small{color:var(--text-muted);font-weight:400}.submission-choice-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.submission-choice-grid label{position:relative;display:block}.submission-choice-grid input{position:absolute;opacity:0}.submission-choice-grid span{display:block;padding:13px;border:1px solid var(--line-strong);border-radius:var(--radius);text-align:center}.submission-choice-grid input:checked+span{border-color:var(--accent);background:var(--accent-soft);color:var(--accent)}.submission-fields-row{display:grid;grid-template-columns:1fr 1fr;gap:18px}.submission-note,.submission-upload-later{padding:14px 16px;border-radius:var(--radius);background:var(--accent-soft);color:#26469f}.submission-upload-later p{margin-top:4px;color:var(--text-secondary)}.submission-evidence-section{display:grid;gap:16px;margin-top:26px}.submission-evidence-title{display:flex;align-items:end;justify-content:space-between;gap:16px}.submission-evidence-title h2,.submission-public-preview h2{font-size:19px}.submission-evidence-title h2 small{color:var(--text-secondary);font-size:14px;font-weight:400}.submission-evidence-title p,.submission-public-preview>div p{margin-top:4px;color:var(--text-secondary);font-size:14px}.submission-evidence-title>span{flex:none;color:var(--text-muted);font-size:13px}.submission-evidence-gallery{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.submission-evidence-card{min-width:0;overflow:hidden;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface)}.submission-evidence-image{overflow:hidden;aspect-ratio:var(--evidence-ratio, 4 / 3);background:var(--surface-quiet)}.submission-evidence-image img{width:100%;height:100%;object-fit:cover}.submission-evidence-copy{display:grid;gap:7px;padding:12px}.submission-evidence-copy small{color:var(--text-muted)}.submission-evidence-heading{display:grid;gap:8px;min-width:0}.submission-evidence-heading strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.submission-evidence-visibility{justify-self:start;padding:4px 8px;border-radius:999px;background:var(--surface-quiet);color:var(--text-secondary);font-size:12px;font-weight:700}.submission-evidence-visibility.is-public{background:var(--accent-soft);color:var(--accent)}.submission-evidence-controls{display:grid;gap:8px;padding:0 12px 12px}.submission-evidence-controls form:first-child{display:grid;gap:8px}.submission-evidence-controls select{width:100%;min-height:40px;border:1px solid var(--line-strong);border-radius:var(--radius);background:var(--surface);padding:8px 10px;color:var(--text)}.submission-evidence-controls button{width:100%;min-height:40px;justify-content:center}.submission-evidence-delete,.submission-upload-retry{border:1px solid #efc5bd;border-radius:var(--radius);background:#fff6f4;color:#a93423;font:inherit;font-weight:700;cursor:pointer}.submission-evidence-upload{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:12px;padding:16px;border:1px dashed var(--line-strong);border-radius:var(--radius);background:var(--surface-subtle)}.submission-evidence-upload>label:first-child{grid-column:1 / -1;font-weight:650}.submission-evidence-upload input[type=file]{min-width:0;min-height:44px;border:1px solid var(--line-strong);border-radius:var(--radius);background:var(--surface);padding:9px}.submission-evidence-public{grid-column:1 / -1;display:flex;align-items:center;gap:8px;color:var(--text-secondary);font-size:14px}.submission-evidence-public input{width:auto}.submission-upload-progress{grid-column:1 / -1;display:grid;gap:8px}.submission-upload-progress:empty{display:none}.submission-upload-progress>div{display:grid;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:10px;padding:10px 12px;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface)}.submission-upload-progress strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.submission-upload-progress span{color:var(--text-secondary);font-size:13px}.submission-upload-retry{min-height:36px;padding:6px 12px}.submission-evidence-errors{padding:12px 14px;border:1px solid #efc5bd;border-radius:var(--radius);background:#fff6f4;color:#a93423}.submission-evidence-empty{grid-column:1 / -1;padding:18px;border:1px dashed var(--line-strong);border-radius:var(--radius);color:var(--text-secondary);text-align:center}.submission-preview-evidence{display:grid;gap:10px}.submission-public-preview{display:grid;gap:12px;padding:18px;border:1px solid var(--accent-line);border-radius:var(--radius);background:var(--accent-soft)}.submission-actions{display:flex;justify-content:flex-end;gap:14px;padding-top:22px;border-top:1px solid var(--line)}.submission-actions.split{justify-content:space-between}.submission-actions .auth-submit{width:auto;min-width:180px}.submission-help{align-self:start;display:grid;gap:8px;padding:24px;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface)}.submission-help h2{margin-bottom:10px;font-size:20px}.submission-help p{margin-bottom:16px;color:var(--text-secondary);font-size:14px}.identity-options{display:grid;gap:10px}.identity-options label{grid-template-columns:auto 1fr;align-items:start;padding:14px;border:1px solid var(--line);border-radius:var(--radius)}.identity-options input{width:auto;margin-top:5px}.identity-options span{display:grid;gap:2px}.identity-options small{color:var(--text-secondary)}.submission-preview-card{padding:22px;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface)}.submission-preview-card>span{color:var(--accent);font-weight:700}.submission-preview-card h2{margin:8px 0;font-size:22px}.submission-preview-card small{color:var(--text-muted)}.submission-preview-card p{margin-top:14px;color:var(--text-secondary)}.submission-confirmations{display:grid;gap:9px}.submission-confirmations label{grid-template-columns:auto 1fr;align-items:center;font-weight:400}.submission-confirmations input{width:auto}.submission-status-page,.my-submissions-page{width:min(1000px,calc(100% - 48px));margin:0 auto;padding:48px 0 80px}.submission-status-hero{display:grid;justify-items:start;gap:12px;padding:32px;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface)}.submission-status-hero h1{font-size:28px}.submission-status-hero>p{color:var(--text-secondary)}.submission-status{display:inline-flex;padding:4px 10px;border-radius:999px;background:var(--surface-quiet);color:var(--text-secondary);font-size:13px;font-weight:700}.submission-status.is-pending_review{background:var(--accent-soft);color:var(--accent)}.submission-status.is-needs_changes,.submission-status.is-rejected{background:#fff0ed;color:#b83a27}.submission-status.is-published{background:#eaf7ef;color:#267a47}.review-feedback{width:100%;padding:16px;border-left:3px solid #b83a27;background:#fff6f4}.review-feedback p{margin-top:4px}.submission-status-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:8px}.submission-status-actions form{margin:0}.review-history{margin-top:32px}.review-history h2{margin-bottom:16px}.review-history article{display:grid;grid-template-columns:150px 1fr;gap:8px 20px;padding:16px 0;border-top:1px solid var(--line)}.review-history time{color:var(--text-muted)}.review-history p{grid-column:2;color:var(--text-secondary)}.my-submissions-page>header{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:30px}.my-submission-list{display:grid;gap:12px}.my-submission-list article{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:22px;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface)}.my-submission-list h2{margin:8px 0 2px;font-size:19px}.my-submission-list p,.my-submission-list small{color:var(--text-secondary)}.empty-submissions{padding:60px 24px;border:1px solid var(--line);background:var(--surface);text-align:center}.empty-submissions p{margin:8px 0 22px;color:var(--text-secondary)}@media(max-width:1050px){.submission-page{grid-template-columns:150px minmax(0,1fr)}.submission-help{display:none}}@media(max-width:720px){.submission-route .bottom-nav{display:none}.submission-page{display:block;width:100%;padding:18px 20px 48px}.submission-steps{display:grid;grid-template-columns:repeat(3,1fr);padding:0 0 24px}.submission-steps li{display:flex;min-height:auto;gap:7px;font-size:12px}.submission-steps li:not(:last-child):after{top:14px;right:8px;bottom:auto;left:34px;width:auto;height:1px}.submission-steps span{width:28px;height:28px;font-size:12px}.submission-main{padding:0}.submission-heading h1,.my-submissions-page h1{font-size:28px}.submission-choice-grid,.submission-fields-row{grid-template-columns:1fr}.submission-evidence-title{align-items:start;flex-direction:column;gap:7px}.submission-evidence-gallery{grid-template-columns:repeat(2,minmax(0,1fr))}.submission-evidence-upload{grid-template-columns:1fr}.submission-evidence-upload>*{grid-column:1}.submission-actions,.submission-actions.split{align-items:stretch;flex-direction:column-reverse}.submission-actions .auth-submit,.submission-actions .secondary-button{width:100%;text-align:center}.submission-status-page,.my-submissions-page{width:100%;padding:24px 20px 48px}.submission-status-hero{padding:22px 18px}.review-history article{grid-template-columns:1fr}.review-history p{grid-column:1}.my-submissions-page>header,.my-submission-list article{align-items:stretch;flex-direction:column}.my-submission-list article>a{text-align:center}}@media(max-width:480px){.submission-evidence-gallery{grid-template-columns:1fr}.submission-upload-progress>div{grid-template-columns:minmax(0,1fr) auto}.submission-upload-progress>div>span{grid-column:1 / -1}}*,*:before,*:after{box-sizing:border-box}html{min-width:320px;scroll-behavior:smooth;scroll-padding-top:calc(var(--topbar-height) + 16px)}body{margin:0;background:var(--canvas);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Microsoft YaHei,sans-serif;font-size:15px;line-height:1.6;letter-spacing:0;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}body,button,input{font-family:inherit}a{color:inherit;text-decoration:none}button,input{font-size:inherit}button,a{-webkit-tap-highlight-color:transparent}img{display:block;max-width:100%}[hidden]{display:none!important}h1,h2,h3,p{margin:0}ul,ol{margin:0;padding:0}.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}:focus-visible{outline:3px solid rgba(49,94,251,.28);outline-offset:2px}.site-shell{min-height:100vh}.topbar{position:sticky;top:0;z-index:50;height:var(--topbar-height);border-bottom:1px solid rgba(23,25,29,.1);background:#fffffff5;-webkit-backdrop-filter:blur(16px) saturate(150%);backdrop-filter:blur(16px) saturate(150%)}.topbar-inner{display:grid;grid-template-columns:minmax(350px,1fr) minmax(280px,420px) auto;align-items:center;gap:20px;width:min(1224px,calc(100% - 32px));height:100%;margin:0 auto}.brand-row,.brand,.desktop-nav,.search-box,.card-meta,.feed-actions,.rail-heading,.platform-principles,.pagination{display:flex;align-items:center}.brand-row{min-width:0;gap:28px}.brand{flex:0 0 auto;gap:10px}.brand-mark{display:grid;flex:0 0 38px;width:38px;height:38px;place-items:center;border-radius:var(--radius);background:var(--accent);color:#fff;font-size:19px;font-weight:800;line-height:1}.brand-copy{display:grid;line-height:1.2}.brand-copy strong{font-size:16px;font-weight:760}.brand-copy small{margin-top:4px;color:var(--text-muted);font-size:11px}.desktop-nav{height:100%;gap:4px}.desktop-nav a{position:relative;display:grid;min-width:52px;height:40px;place-items:center;border-radius:6px;color:var(--text-secondary);font-weight:600;transition:color var(--motion),background-color var(--motion)}.desktop-nav a:hover{background:var(--surface-subtle);color:var(--text)}.desktop-nav a.active{color:var(--text);font-weight:750}.desktop-nav a.active:after{position:absolute;right:14px;bottom:-12px;left:14px;height:3px;border-radius:3px 3px 0 0;background:var(--accent);content:""}.search-box{min-width:0;height:40px;overflow:hidden;border:1px solid var(--line-strong);border-radius:8px;background:var(--surface-subtle);transition:border-color var(--motion),background-color var(--motion),box-shadow var(--motion)}.search-box:focus-within{border-color:var(--accent);background:var(--surface);box-shadow:0 0 0 3px #315efb1a}.search-box input{min-width:0;flex:1;height:100%;border:0;outline:0;background:transparent;padding:0 14px;color:var(--text)}.search-box input::placeholder{color:#9ba2ac}.search-box button{align-self:stretch;border:0;border-left:1px solid var(--line);background:var(--surface);padding:0 14px;color:var(--accent);cursor:pointer;font-weight:700}.primary-button{display:inline-grid;min-height:40px;place-items:center;border:1px solid var(--accent);border-radius:8px;background:var(--accent);padding:0 17px;color:#fff;font-weight:720;white-space:nowrap;transition:border-color var(--motion),background-color var(--motion),transform var(--motion)}.primary-button:hover{border-color:var(--accent-hover);background:var(--accent-hover);transform:translateY(-1px)}.mobile-header-search{display:none}.page-grid{display:grid;grid-template-columns:208px minmax(0,1fr) 250px;align-items:start;gap:16px;width:min(1224px,calc(100% - 32px));margin:16px auto 48px}.left-rail,.right-rail{position:sticky;top:calc(var(--topbar-height) + 16px);display:grid;gap:12px}.side-card{overflow:hidden;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface)}.side-card>h2,.rail-heading{min-height:48px;padding:0 14px}.side-card>h2,.rail-heading h2{font-size:15px;font-weight:760}.rail-heading{justify-content:space-between;border-bottom:1px solid var(--line)}.rail-heading>span,.rail-all-link{color:var(--text-muted);font-size:12px}.rail-all-link:hover{color:var(--accent)}.side-list{display:grid;padding:6px}.side-list a{display:grid;min-height:50px;align-content:center;border-radius:6px;padding:6px 9px;transition:background-color var(--motion),color var(--motion)}.side-list a:hover{background:var(--surface-subtle)}.side-list a.active{position:relative;background:var(--accent-soft);color:var(--accent)}.side-list a.active:before{position:absolute;top:10px;bottom:10px;left:0;width:3px;border-radius:0 3px 3px 0;background:var(--accent);content:""}.side-list a strong{font-size:14px;font-weight:650}.side-list a small{overflow:hidden;margin-top:2px;color:var(--text-muted);font-size:11px;text-overflow:ellipsis;white-space:nowrap}.industry-center-trigger,.rail-action{display:flex;align-items:center;justify-content:space-between;min-height:42px;border-top:1px solid var(--line);padding:0 14px;color:var(--accent);font-size:13px;font-weight:700;transition:background-color var(--motion)}.industry-center-trigger:hover,.rail-action:hover{background:var(--accent-soft)}.community-rules ul{display:grid;list-style:none;padding:0 14px 12px}.community-rules li{display:grid;gap:1px;border-top:1px solid var(--line);padding:10px 0}.community-rules li:first-child{border-top:0}.community-rules strong{font-size:13px;font-weight:650}.community-rules span{color:var(--text-muted);font-size:11px}.main-column{min-width:0;overflow:hidden;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);box-shadow:0 1px 2px #141c2d05}.mobile-industry-nav{display:none}.community-brief{display:flex;min-height:160px;align-items:center;justify-content:space-between;gap:24px;border-bottom:1px solid var(--line);padding:24px}.hero-kicker,.section-eyebrow{color:var(--accent);font-size:12px;font-weight:760}.community-brief h1{max-width:520px;margin-top:7px;font-size:25px;font-weight:780;line-height:1.35}.hero-copy{margin-top:8px;color:var(--text-secondary)}.platform-principles{flex:0 0 auto;gap:8px}.platform-principles span{display:grid;min-width:74px;justify-items:center;gap:5px;color:var(--text-secondary);font-size:12px}.platform-principles i{display:grid;width:30px;height:30px;place-items:center;border:1px solid var(--accent-line);border-radius:50%;background:var(--accent-soft);color:var(--accent);font-style:normal;font-weight:800}.spotlight-grid{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(210px,1fr);gap:10px;border-bottom:1px solid var(--line);padding:16px}.entry-card{min-width:0;overflow:hidden;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);transition:border-color var(--motion),box-shadow var(--motion),transform var(--motion)}.entry-card:hover{border-color:var(--accent-line);box-shadow:var(--shadow-soft);transform:translateY(-1px)}.entry-card.active{border-color:var(--accent);box-shadow:0 0 0 2px #315efb1a}.entry-media{position:relative;display:block;width:100%;overflow:hidden;background:var(--surface-quiet)}.spotlight-card .entry-media{height:108px}.entry-art{position:absolute;top:50%;display:block;width:300%;max-width:none;height:auto;transform:translateY(-50%)}.entry-art-hot{left:0}.entry-art-help{left:-100%}.entry-art-insider{left:-200%}.entry-copy{display:grid;padding:11px 12px 12px}.entry-copy strong{overflow:hidden;font-size:14px;font-weight:760;text-overflow:ellipsis;white-space:nowrap}.entry-copy small{overflow:hidden;margin-top:2px;color:var(--text-muted);font-size:11px;text-overflow:ellipsis;white-space:nowrap}.quick-entry-stack{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.quick-entry .entry-media{height:72px}.quick-entry .entry-copy{padding:8px 10px 9px}.quick-entry .entry-copy strong{font-size:13px}.feed-toolbar{display:flex;min-height:76px;align-items:center;justify-content:space-between;gap:16px;border-bottom:1px solid var(--line);padding:12px 18px;scroll-margin-top:calc(var(--topbar-height) + 12px)}.feed-toolbar h2{margin-top:1px;font-size:21px;font-weight:780;line-height:1.3}.section-eyebrow{color:var(--text-muted);font-weight:650}.sort-control{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));overflow:hidden;border:1px solid var(--line);border-radius:8px;background:var(--surface-subtle);padding:3px}.sort-control a{display:grid;min-width:54px;height:34px;place-items:center;border-radius:6px;color:var(--text-secondary);font-size:13px;font-weight:550;transition:color var(--motion),background-color var(--motion),box-shadow var(--motion)}.sort-control a:hover{color:var(--text)}.sort-control a.active{background:var(--surface);box-shadow:0 2px 7px #1e283c17;color:var(--accent);font-weight:760}.feed-surface{background:var(--surface)}.content-card{display:grid;grid-template-columns:34px minmax(0,1fr) 132px;gap:14px;min-height:180px;border-bottom:1px solid var(--line);padding:20px 18px;transition:background-color var(--motion)}.content-card:hover{background:#fcfcfd}.case-index{padding-top:3px;color:#b4bbc4;font-size:12px;font-variant-numeric:tabular-nums;font-weight:700}.story-main{min-width:0}.card-meta{min-width:0;flex-wrap:wrap;gap:7px;color:var(--text-muted);font-size:12px}.badge{display:inline-flex;min-height:25px;align-items:center;border-radius:6px;background:var(--accent-soft);padding:2px 8px;color:var(--accent);font-weight:700}a.badge:hover{background:#e0e8ff}.badge.risk{background:var(--warning-soft);color:var(--warning)}.content-card h3{margin-top:9px;font-size:19px;font-weight:760;line-height:1.42}.content-card h3 a{transition:color var(--motion)}.content-card h3 a:hover{color:var(--accent)}.content-card p{display:-webkit-box;overflow:hidden;margin-top:7px;color:var(--text-secondary);line-height:1.65;-webkit-box-orient:vertical;-webkit-line-clamp:2}.feed-actions{min-width:0;flex-wrap:wrap;gap:7px 14px;margin-top:13px;color:var(--text-muted);font-size:12px}.reference-metric{color:var(--accent);font-weight:650}.feed-actions button{border:0;background:transparent;padding:3px 0;color:var(--text-muted);cursor:pointer}.feed-actions button:hover{color:var(--accent)}.detail-button{display:inline-flex;min-height:32px;align-items:center;gap:5px;margin-left:auto;border:1px solid var(--accent-line);border-radius:7px;background:var(--accent-soft);padding:0 10px;color:var(--accent);font-weight:720;transition:border-color var(--motion),background-color var(--motion)}.detail-button:hover{border-color:var(--accent);background:#e2eaff}.story-thumbnail{align-self:center;overflow:hidden;border-radius:7px;background:var(--surface-quiet);aspect-ratio:16 / 10}.story-thumbnail img{width:100%;height:100%;object-fit:cover;transition:transform .22s ease}.story-thumbnail img.cover-left{object-position:left center}.story-thumbnail img.cover-center{object-position:center}.story-thumbnail img.cover-right{object-position:right center}.content-card:hover .story-thumbnail img{transform:scale(1.025)}.empty-state{display:grid;min-height:240px;place-content:center;justify-items:center;padding:32px;text-align:center}.empty-state h2{font-size:18px}.empty-state p{margin-top:6px;color:var(--text-muted)}.pagination{justify-content:center;gap:12px;min-height:62px;border-top:1px solid var(--line);padding:10px 16px;color:var(--text-secondary);font-size:13px}.pagination a,.pagination span{display:inline-grid;min-width:68px;min-height:34px;place-items:center;border:1px solid var(--line);border-radius:7px;background:var(--surface)}.pagination a:hover{border-color:var(--accent-line);color:var(--accent)}.pagination span[aria-disabled=true]{color:#b4bbc4}.pagination strong{font-weight:650}.trending-list{list-style:none;counter-reset:trending;padding:7px 14px 12px}.trending-list li{position:relative;display:grid;min-height:54px;align-content:center;border-bottom:1px solid var(--line);padding:8px 0 8px 24px;counter-increment:trending}.trending-list li:last-child{border-bottom:0}.trending-list li:before{position:absolute;top:11px;left:0;color:#9ca4af;content:counter(trending);font-size:12px;font-weight:750}.trending-list li:nth-child(-n+3):before{color:var(--accent)}.trending-list a{display:-webkit-box;overflow:hidden;font-size:13px;font-weight:620;line-height:1.45;-webkit-box-orient:vertical;-webkit-line-clamp:2}.trending-list a:hover{color:var(--accent)}.trending-list small{margin-top:3px;color:var(--text-muted);font-size:11px}.trending-list .rail-empty{padding-left:0;color:var(--text-muted)}.trending-list .rail-empty:before{content:none}.help-card>p{padding:14px;color:var(--text-secondary);font-size:13px}.breadcrumbs{display:flex;align-items:center;flex-wrap:wrap;gap:7px;color:var(--text-muted);font-size:12px}.breadcrumbs a:hover{color:var(--accent)}.breadcrumbs strong{color:var(--text-secondary);font-weight:650}.industry-intro{border-bottom:1px solid var(--line);padding:18px 20px 20px}.industry-intro-row{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin-top:18px}.industry-intro h1{margin-top:4px;font-size:28px;font-weight:790;line-height:1.3}.industry-intro-row p{margin-top:6px;color:var(--text-secondary)}.secondary-button{display:inline-grid;min-width:90px;min-height:38px;flex:0 0 auto;place-items:center;border:1px solid var(--line-strong);border-radius:7px;background:var(--surface);color:var(--text-secondary);font-size:13px;font-weight:650;transition:border-color var(--motion),color var(--motion),background-color var(--motion)}.secondary-button:hover{border-color:var(--accent-line);background:var(--accent-soft);color:var(--accent)}.directory-page{width:min(1080px,calc(100% - 32px));margin:16px auto 48px}.directory-shell{overflow:hidden;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface)}.directory-header{border-bottom:1px solid var(--line);padding:22px 24px 18px}.directory-title-row{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-top:18px}.directory-title-row h1{margin-top:4px;font-size:30px;font-weight:790;line-height:1.25}.directory-title-row p{margin-top:7px;color:var(--text-secondary)}.directory-count{flex:0 0 auto;color:var(--text-muted);font-size:13px}.industry-search{display:flex;width:min(100%,620px);height:44px;align-items:center;overflow:hidden;margin-top:20px;border:1px solid var(--line-strong);border-radius:8px;background:var(--surface-subtle);transition:border-color var(--motion),box-shadow var(--motion),background-color var(--motion)}.industry-search:focus-within{border-color:var(--accent);background:var(--surface);box-shadow:0 0 0 3px #315efb1a}.industry-search input{min-width:0;height:100%;flex:1;border:0;outline:0;background:transparent;padding:0 14px;color:var(--text)}.industry-search button{align-self:stretch;border:0;border-left:1px solid var(--line);background:var(--surface);padding:0 14px;color:var(--text-secondary);cursor:pointer}.popular-industries{display:flex;align-items:center;flex-wrap:wrap;gap:8px 14px;margin-top:14px;color:var(--text-secondary);font-size:13px}.popular-industries>span{color:var(--text-muted)}.popular-industries a:hover{color:var(--accent)}.industry-center-layout{display:grid;grid-template-columns:180px minmax(0,1fr);align-items:start;min-height:560px}.industry-group-nav{position:sticky;top:calc(var(--topbar-height) + 12px);display:grid;border-right:1px solid var(--line);background:var(--surface-subtle);padding:8px}.industry-group-nav a{position:relative;display:flex;min-height:44px;align-items:center;justify-content:space-between;border-radius:6px;padding:0 10px;color:var(--text-secondary);font-size:13px;transition:background-color var(--motion),color var(--motion)}.industry-group-nav a:hover{color:var(--text)}.industry-group-nav a.active{background:var(--surface);box-shadow:0 1px 5px #141c2d12;color:var(--accent);font-weight:720}.industry-group-nav a.active:before{position:absolute;top:9px;bottom:9px;left:0;width:3px;border-radius:0 3px 3px 0;background:var(--accent);content:""}.industry-group-nav small{color:var(--text-muted);font-size:11px}.industry-directory{min-width:0;padding:6px 24px 30px}.industry-group-section{scroll-margin-top:calc(var(--topbar-height) + 16px);border-bottom:1px solid var(--line);padding:24px 0}.industry-group-section:last-child{border-bottom:0}.industry-group-section:target{animation:group-highlight .7s ease}.industry-group-section>header{display:flex;align-items:flex-end;justify-content:space-between;gap:24px}.industry-group-section h2{margin-top:2px;font-size:20px;font-weight:760}.industry-group-section>header p{max-width:480px;color:var(--text-muted);font-size:12px;text-align:right}.industry-options{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:14px}.industry-options a{display:grid;grid-template-columns:34px minmax(0,1fr) auto;min-width:0;min-height:68px;align-items:center;gap:10px;border:1px solid var(--line);border-radius:8px;background:var(--surface);padding:10px;transition:border-color var(--motion),background-color var(--motion),transform var(--motion)}.industry-options a:hover{border-color:var(--accent-line);background:var(--accent-soft);transform:translateY(-1px)}.industry-initial{display:grid;width:34px;height:34px;place-items:center;border-radius:7px;background:var(--surface-quiet);color:var(--text-secondary);font-size:13px;font-weight:760}.industry-options a:hover .industry-initial{background:var(--surface);color:var(--accent)}.industry-options a>span:nth-child(2){display:grid;min-width:0}.industry-options strong{overflow:hidden;font-size:14px;font-weight:680;text-overflow:ellipsis;white-space:nowrap}.industry-options small{margin-top:1px;color:var(--text-muted);font-size:11px}.industry-options i{color:#b0b7c1;font-style:normal}.industry-empty{display:grid;min-height:260px;place-content:center;justify-items:center;text-align:center}.industry-empty h2{font-size:18px}.industry-empty p{margin-top:5px;color:var(--text-muted)}@keyframes group-highlight{0%,to{background:transparent}30%{background:var(--accent-soft)}}.search-page{width:min(820px,calc(100% - 32px));margin:16px auto 48px}.search-surface{overflow:hidden;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface)}.search-header{border-bottom:1px solid var(--line);padding:20px 22px}.search-header h1{margin-top:16px;font-size:26px;font-weight:790;line-height:1.3}.search-page-form{display:flex;height:46px;overflow:hidden;margin-top:14px;border:1px solid var(--line-strong);border-radius:8px;background:var(--surface-subtle);transition:border-color var(--motion),box-shadow var(--motion),background-color var(--motion)}.search-page-form:focus-within{border-color:var(--accent);background:var(--surface);box-shadow:0 0 0 3px #315efb1a}.search-page-form input{min-width:0;flex:1;border:0;outline:0;background:transparent;padding:0 14px;color:var(--text)}.search-page-form button{min-width:76px;border:0;background:var(--accent);color:#fff;cursor:pointer;font-weight:720;transition:background-color var(--motion)}.search-page-form button:hover{background:var(--accent-hover)}.search-summary{margin-top:11px;color:var(--text-muted);font-size:13px}.reader-layout{display:grid;grid-template-columns:minmax(0,1fr) 252px;align-items:start;gap:16px;width:min(1080px,calc(100% - 32px));margin:16px auto 56px}.reader-surface{min-width:0;overflow:hidden;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface)}.reader-header{padding:24px 30px 26px;animation:reader-enter .26s ease both}.reader-context,.reader-metrics,.reader-section-heading,.reader-section-heading>div,.comment-content>header{display:flex;align-items:center}.reader-context{flex-wrap:wrap;gap:7px 10px;margin-top:22px;color:var(--text-muted);font-size:12px}.reader-context>span:after{margin-left:10px;color:var(--line-strong);content:"·"}.reader-header h1{max-width:760px;margin-top:13px;font-size:34px;font-weight:790;line-height:1.32}.reader-deck{max-width:720px;margin-top:13px;color:var(--text-secondary);font-size:16px;line-height:1.75}.reader-metrics{flex-wrap:wrap;gap:8px 18px;min-height:36px;margin-top:20px;color:var(--text-muted);font-size:12px}.reader-metrics a,.reader-metrics button{transition:color var(--motion)}.reader-metrics a:hover,.reader-metrics button:hover{color:var(--accent)}.reader-metrics button{border:0;background:transparent;padding:4px 0;color:var(--text-muted);cursor:pointer}.risk-indicator{display:inline-flex;align-items:center;gap:6px;margin-left:auto;color:var(--text-secondary)}.risk-indicator i,.evidence-status i{display:inline-block;width:7px;height:7px;border-radius:50%;background:#d18a2b}.reader-cover{margin:0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:var(--surface-quiet)}.reader-cover img{width:100%;aspect-ratio:3 / 1;object-fit:cover}.reader-summary{display:grid;grid-template-columns:132px minmax(0,1fr);gap:24px;margin:0;border-bottom:1px solid var(--line);background:var(--surface-subtle);padding:24px 30px;animation:reader-enter .28s 40ms ease both}.summary-label{display:flex;align-items:center;gap:10px}.summary-label>span{display:grid;width:30px;height:30px;flex:0 0 30px;place-items:center;border-radius:7px;background:var(--accent);color:#fff;font-size:13px;font-weight:800}.summary-label h2{font-size:15px;font-weight:760}.reader-summary>p{color:var(--text-secondary);font-size:15px;line-height:1.8}.reader-section{border-bottom:1px solid var(--line);padding:28px 30px 30px}.reader-section:last-child{border-bottom:0}.reader-section-heading{justify-content:space-between;gap:18px}.reader-section-heading>div{gap:11px}.section-number{color:var(--accent);font-size:11px;font-variant-numeric:tabular-nums;font-weight:780}.reader-section-heading h2{font-size:21px;font-weight:770;line-height:1.35}.reader-section-heading>a{color:var(--accent);font-size:12px;font-weight:680}.prose{max-width:720px;margin:18px auto 0}.prose p{color:#2b2f35;font-size:17px;line-height:1.95;white-space:pre-line}.section-note{margin-top:10px;color:var(--text-muted);font-size:12px}.evidence-status{display:inline-flex;min-height:28px;align-items:center;gap:7px;border:1px solid #f1d7af;border-radius:999px;background:var(--warning-soft);padding:2px 10px;color:var(--warning);font-size:11px;font-weight:680}.evidence-status.verified{border-color:#bfe4d1;background:#eefaf4;color:#25744d}.evidence-status.verified i{background:#2f9464}.evidence-status.partial{border-color:var(--accent-line);background:var(--accent-soft);color:var(--accent)}.evidence-status.partial i{background:var(--accent)}.evidence-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:18px}.evidence-item{display:grid;grid-template-columns:38px minmax(0,1fr);min-width:0;min-height:82px;align-items:center;gap:11px;border:1px solid var(--line);border-radius:8px;background:var(--surface);padding:12px;transition:border-color var(--motion),background-color var(--motion),transform var(--motion)}.evidence-item:hover{border-color:var(--accent-line);background:var(--accent-soft);transform:translateY(-1px)}.evidence-item>img,.evidence-icon{display:grid;width:38px;height:38px;place-items:center;border-radius:7px;background:var(--surface-quiet);color:var(--text-secondary);object-fit:cover;font-size:19px}.evidence-item>img{display:block;max-width:100%}.evidence-copy{display:grid;min-width:0}.evidence-copy strong{overflow:hidden;font-size:13px;font-weight:680;text-overflow:ellipsis;white-space:nowrap}.evidence-copy small{margin-top:3px;color:var(--text-muted);font-size:10px}.evidence-empty{grid-column:1 / -1;color:var(--text-muted)}.section-count{color:var(--text-muted);font-size:12px}.comment-list{margin-top:12px}.comment-item{display:grid;grid-template-columns:36px minmax(0,1fr);gap:12px;border-bottom:1px solid var(--line);padding:18px 0}.comment-item:last-child{border-bottom:0;padding-bottom:0}.comment-avatar{display:grid;width:36px;height:36px;place-items:center;border-radius:50%;background:var(--surface-quiet);color:var(--text-secondary);font-size:13px;font-weight:730}.comment-content{min-width:0}.comment-content>header{flex-wrap:wrap;gap:5px 8px;min-height:24px}.comment-content>header strong{font-size:13px;font-weight:710}.comment-content>header span{border-radius:5px;background:var(--accent-soft);padding:1px 6px;color:var(--accent);font-size:10px}.comment-content time{margin-left:auto;color:var(--text-muted);font-size:10px}.comment-content p{margin-top:7px;color:var(--text-secondary);font-size:14px;line-height:1.75}.comment-content>small{display:inline-block;margin-top:8px;color:var(--text-muted);font-size:10px}.comment-empty{padding:24px 0 4px;text-align:center}.comment-empty strong{font-size:14px}.comment-empty p{margin-top:4px;color:var(--text-muted);font-size:12px}.related-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:17px}.related-list>a{display:grid;min-width:0;min-height:126px;align-content:space-between;border:1px solid var(--line);border-radius:8px;padding:13px;transition:border-color var(--motion),background-color var(--motion),transform var(--motion)}.related-list>a:hover{border-color:var(--accent-line);background:var(--accent-soft);transform:translateY(-1px)}.related-list span{color:var(--accent);font-size:10px;font-weight:680}.related-list strong{display:-webkit-box;overflow:hidden;margin:7px 0;font-size:14px;font-weight:680;line-height:1.5;-webkit-box-orient:vertical;-webkit-line-clamp:2}.related-list small{color:var(--text-muted);font-size:10px}.related-list small i{float:right;color:var(--accent);font-style:normal}.related-list .related-empty{grid-column:1 / -1;min-height:96px}.reader-aside{position:sticky;top:calc(var(--topbar-height) + 16px);display:grid;gap:12px}.reader-toc{display:grid;padding-bottom:7px}.reader-toc h2{display:flex;min-height:48px;align-items:center;border-bottom:1px solid var(--line);padding:0 14px;font-size:14px;font-weight:740}.reader-toc a{position:relative;display:flex;min-height:42px;align-items:center;gap:10px;margin:3px 7px 0;border-radius:6px;padding:0 9px;color:var(--text-secondary);font-size:12px;transition:color var(--motion),background-color var(--motion)}.reader-toc a span{color:var(--text-muted);font-size:10px}.reader-toc a:hover,.reader-toc a.active{background:var(--accent-soft);color:var(--accent)}.reader-toc a.active{font-weight:700}.reader-toc a.active:before{position:absolute;top:10px;bottom:10px;left:0;width:3px;border-radius:0 3px 3px 0;background:var(--accent);content:""}.verification-note{padding:17px 16px 15px}.verification-mark{display:grid;width:32px;height:32px;place-items:center;border:1px solid var(--accent-line);border-radius:7px;background:var(--accent-soft);color:var(--accent);font-size:12px;font-weight:800}.verification-note h2{margin-top:11px;font-size:14px;font-weight:740}.verification-note p{margin-top:6px;color:var(--text-secondary);font-size:12px;line-height:1.7}.verification-note a{display:flex;align-items:center;justify-content:space-between;margin-top:12px;border-top:1px solid var(--line);padding-top:11px;color:var(--accent);font-size:12px;font-weight:680}.reader-action-bar{display:none}@keyframes reader-enter{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}.search-empty .secondary-button{margin-top:16px;padding:0 14px}.bottom-nav{display:none}@media(max-width:1160px){.topbar-inner,.page-grid{width:min(100% - 24px,960px)}.topbar-inner{grid-template-columns:minmax(330px,1fr) minmax(260px,380px) auto;gap:12px}.page-grid{grid-template-columns:minmax(0,1fr) 248px}.left-rail{display:none}}@media(max-width:900px){.topbar-inner,.page-grid{width:min(100% - 24px,760px)}.topbar-inner{grid-template-columns:minmax(300px,1fr) minmax(240px,340px) auto}.brand-copy small,.desktop-publish,.right-rail{display:none}.page-grid{grid-template-columns:minmax(0,1fr)}.industry-options{grid-template-columns:repeat(2,minmax(0,1fr))}.reader-layout{grid-template-columns:minmax(0,1fr);width:min(100% - 24px,760px)}.reader-aside{display:none}}@media(max-width:767px){:root{--topbar-height: 56px}html{scroll-padding-top:calc(var(--topbar-height) + 48px)}body{background:var(--surface);padding-bottom:calc(62px + env(safe-area-inset-bottom));font-size:14px}.topbar{-webkit-backdrop-filter:blur(14px) saturate(150%);backdrop-filter:blur(14px) saturate(150%)}.topbar-inner{display:flex;width:100%;padding:0 14px}.brand-row{flex:1}.brand-mark{flex-basis:32px;width:32px;height:32px;border-radius:7px;font-size:16px}.brand-copy strong{font-size:15px}.desktop-nav,.search-box,.desktop-publish{display:none}.mobile-header-search{display:grid;width:38px;height:38px;place-items:center;border-radius:7px;color:var(--text-secondary);font-size:21px}.mobile-header-search:hover{background:var(--surface-subtle)}.page-grid{display:block;width:100%;margin:0}.main-column{overflow:visible;border:0;border-radius:0;box-shadow:none}.industry-intro{padding:16px 16px 18px}.industry-intro-row{align-items:flex-start;margin-top:14px}.industry-intro h1{font-size:25px}.industry-intro-row p{max-width:260px;font-size:13px}.secondary-button{min-width:78px;min-height:34px}.directory-page,.search-page{width:100%;margin:0}.search-surface{border:0;border-radius:0}.reader-layout{display:block;width:100%;margin:0}.reader-surface{overflow:visible;border:0;border-radius:0;padding-bottom:55px}.reader-header{padding:17px 16px 20px}.reader-context{margin-top:16px}.reader-header h1{margin-top:11px;font-size:27px;line-height:1.36}.reader-deck{margin-top:10px;font-size:14px;line-height:1.7}.reader-metrics{gap:7px 14px;margin-top:15px}.reader-metrics button{display:none}.risk-indicator{margin-left:0}.reader-cover img{aspect-ratio:2.4 / 1}.reader-summary{display:block;padding:20px 16px}.reader-summary>p{margin-top:11px;font-size:14px;line-height:1.75}.reader-section{padding:23px 16px 25px}.reader-section-heading h2{font-size:19px}.prose{margin-top:15px}.prose p{font-size:16px;line-height:1.9}.evidence-grid{gap:7px;margin-top:15px}.evidence-item{grid-template-columns:minmax(0,1fr);min-height:116px;justify-items:center;align-content:center;gap:8px;padding:9px 6px;text-align:center}.evidence-copy strong{width:100%;font-size:12px}.evidence-copy small{font-size:9px;white-space:normal}.comment-item{grid-template-columns:32px minmax(0,1fr);gap:10px;padding:16px 0}.comment-avatar{width:32px;height:32px}.comment-content time{width:100%;margin-left:0}.related-list{grid-template-columns:minmax(0,1fr);gap:8px}.related-list>a{min-height:105px}.related-list .related-empty{grid-column:auto}.reader-action-bar{position:fixed;right:0;bottom:calc(58px + env(safe-area-inset-bottom));left:0;z-index:55;display:grid;grid-template-columns:repeat(3,minmax(0,1fr)) minmax(86px,1.15fr);min-height:52px;border-top:1px solid rgba(23,25,29,.1);background:#fffffff7;padding:5px 8px;box-shadow:0 -5px 18px #141c2d0f;-webkit-backdrop-filter:blur(16px) saturate(160%);backdrop-filter:blur(16px) saturate(160%);animation:reader-action-enter .24s ease both}.reader-action-bar a,.reader-action-bar button{display:grid;min-width:0;place-items:center;align-content:center;gap:1px;border:0;background:transparent;padding:0 5px;color:var(--text-secondary);font-size:10px;line-height:1.15}.reader-action-bar button{cursor:pointer}.reader-action-bar a>span,.reader-action-bar button>span:first-child{color:var(--text-secondary);font-size:17px}.reader-action-bar .reader-helpful{min-height:40px;border-radius:7px;background:var(--accent);color:#fff;font-weight:720}.reader-action-bar .reader-helpful>span{color:#fff;font-size:12px}.search-header{padding:16px}.search-header h1{margin-top:13px;font-size:24px}.search-page-form{height:44px}.directory-shell{overflow:visible;border:0;border-radius:0}.directory-header{padding:17px 16px 15px}.directory-title-row{align-items:flex-start;margin-top:14px}.directory-title-row h1{font-size:26px}.directory-title-row p{max-width:270px;font-size:13px}.directory-count{margin-top:7px;font-size:12px}.industry-search{width:100%;margin-top:17px}.popular-industries{flex-wrap:nowrap;overflow-x:auto;padding-bottom:2px;scrollbar-width:none}.popular-industries::-webkit-scrollbar{display:none}.popular-industries>*{flex:0 0 auto}.industry-center-layout{display:block;min-height:0}.industry-group-nav{position:sticky;top:var(--topbar-height);z-index:30;display:flex;overflow-x:auto;border-right:0;border-bottom:1px solid var(--line);padding:5px 8px;scrollbar-width:none}.industry-group-nav::-webkit-scrollbar{display:none}.industry-group-nav a{flex:0 0 auto;min-height:36px;gap:7px;padding:0 11px}.industry-group-nav a.active:before{top:auto;right:11px;bottom:0;left:11px;width:auto;height:3px;border-radius:3px 3px 0 0}.industry-directory{padding:0 16px 24px}.industry-group-section{scroll-margin-top:calc(var(--topbar-height) + 48px);padding:20px 0}.industry-group-section>header{display:block}.industry-group-section>header p{margin-top:4px;text-align:left}.industry-options{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:12px}.industry-options a{grid-template-columns:30px minmax(0,1fr) auto;min-height:62px;gap:8px;padding:8px}.industry-initial{width:30px;height:30px}.mobile-industry-nav{position:sticky;top:var(--topbar-height);z-index:30;display:grid;grid-template-columns:minmax(0,1fr) auto;min-height:46px;border-bottom:1px solid var(--line);background:#fffffff7}.mobile-industry-scroll{display:flex;min-width:0;overflow-x:auto;padding:0 5px 0 10px;scrollbar-width:none}.mobile-industry-scroll::-webkit-scrollbar{display:none}.mobile-industry-scroll a{position:relative;display:grid;flex:0 0 auto;min-width:54px;min-height:45px;place-items:center;padding:0 10px;color:var(--text-secondary);font-size:13px;font-weight:590}.mobile-industry-scroll a.active{color:var(--accent);font-weight:760}.mobile-industry-scroll a.active:after{position:absolute;right:13px;bottom:0;left:13px;height:3px;border-radius:3px 3px 0 0;background:var(--accent);content:""}.mobile-all-industries{display:grid;min-width:80px;place-items:center;border-left:1px solid var(--line);background:var(--surface);color:var(--accent);font-size:12px;font-weight:720;box-shadow:-7px 0 10px #ffffffe6}.community-brief{display:block;min-height:auto;padding:20px 16px 17px}.community-brief h1{margin-top:5px;font-size:23px;line-height:1.38}.hero-copy{margin-top:6px;font-size:13px}.platform-principles{justify-content:flex-start;gap:16px;margin-top:15px}.platform-principles span{min-width:auto;grid-template-columns:24px auto;align-items:center;gap:6px;font-size:11px}.platform-principles i{width:24px;height:24px}.spotlight-grid{grid-template-columns:minmax(0,1.45fr) minmax(120px,1fr);gap:8px;padding:12px}.spotlight-card .entry-media{height:96px}.quick-entry-stack{grid-template-columns:minmax(0,1fr);gap:8px}.quick-entry{display:grid;grid-template-columns:58px minmax(0,1fr);align-items:stretch}.quick-entry .entry-media{height:100%;min-height:60px}.quick-entry .entry-copy{align-content:center;padding:7px 8px}.quick-entry .entry-copy strong{font-size:12px}.quick-entry .entry-copy small{font-size:10px;white-space:normal;line-height:1.35}.feed-toolbar{min-height:76px;padding:11px 12px 10px 16px;scroll-margin-top:calc(var(--topbar-height) + 48px)}.feed-toolbar h2{font-size:19px}.sort-control{grid-template-columns:repeat(4,46px)}.sort-control a{min-width:0;height:32px;font-size:12px}.content-card{grid-template-columns:minmax(0,1fr) 96px;gap:12px;min-height:0;padding:17px 16px}.case-index{display:none}.content-card h3{margin-top:8px;font-size:17px;line-height:1.45}.content-card p{margin-top:6px;font-size:13px;line-height:1.6;-webkit-line-clamp:2}.card-meta{gap:5px;font-size:11px}.badge{min-height:23px;padding:1px 7px}.story-thumbnail{grid-column:2;grid-row:1;align-self:center;aspect-ratio:1 / 1}.feed-actions{grid-column:1 / -1;gap:5px 12px;margin-top:11px;font-size:11px}.feed-actions button{display:none}.detail-button{min-height:30px;padding:0 9px}.pagination{min-height:58px;gap:8px;padding:9px 12px}.pagination a,.pagination span{min-width:60px}.bottom-nav{position:fixed;right:0;bottom:0;left:0;z-index:60;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));min-height:58px;border-top:1px solid rgba(23,25,29,.1);background:#fffffff5;padding:5px 6px calc(5px + env(safe-area-inset-bottom));-webkit-backdrop-filter:blur(18px) saturate(160%);backdrop-filter:blur(18px) saturate(160%)}.bottom-nav a{display:grid;place-items:center;align-content:center;gap:1px;color:var(--text-muted);font-size:10px;line-height:1.1}.bottom-nav a>span{color:var(--text-secondary);font-size:19px;line-height:1}.bottom-nav a[aria-current=page]{color:var(--accent);font-weight:720}.bottom-nav a[aria-current=page]>span{color:var(--accent)}.bottom-nav .bottom-publish>span{display:grid;width:35px;height:35px;margin-top:-16px;place-items:center;border-radius:50%;background:var(--accent);box-shadow:0 5px 13px #315efb47;color:#fff;font-size:23px}}@media(max-width:430px){.feed-toolbar{align-items:flex-end;gap:8px}.feed-toolbar .section-eyebrow{display:none}.sort-control{grid-template-columns:repeat(4,43px)}}@media(max-width:390px){.community-brief h1{font-size:21px}.spotlight-grid{grid-template-columns:minmax(0,1.35fr) minmax(116px,1fr)}.entry-copy{padding-right:9px;padding-left:9px}.content-card{grid-template-columns:minmax(0,1fr) 84px;gap:10px}.feed-actions>span:nth-of-type(3){display:none}.reader-header h1{font-size:25px}.reader-section-heading{align-items:flex-start}.evidence-status,.section-count{margin-top:1px}}.mobile-context-title{display:none}.account-menu{position:relative}.account-menu summary{list-style:none;cursor:pointer;font-size:13px;font-weight:740}.account-menu summary::-webkit-details-marker{display:none}.account-menu>div{position:absolute;top:calc(100% + 10px);right:0;z-index:80;display:grid;width:220px;overflow:hidden;border:1px solid var(--line);border-radius:7px;background:var(--surface);padding:12px;box-shadow:0 12px 30px #141c2d21}.account-menu>div strong,.account-menu>div small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.account-menu>div strong{font-size:13px}.account-menu>div small{margin-top:2px;color:var(--text-muted);font-size:11px}.account-menu>div a,.account-menu>div button{display:flex;width:100%;min-height:38px;align-items:center;border:0;border-top:1px solid var(--line);background:transparent;padding:0;color:var(--text-secondary);cursor:pointer;font-size:12px}.account-menu>div a{margin-top:10px}.account-menu>div a:hover,.account-menu>div button:hover{color:var(--accent)}.auth-page{display:grid;min-height:calc(100vh - var(--topbar-height));align-content:center;justify-items:center;gap:28px;padding:48px 16px 34px}.auth-panel{width:min(520px,100%);border:1px solid var(--line);border-radius:7px;background:var(--surface);padding:38px 46px 32px;box-shadow:0 12px 32px #141c2d12}.auth-heading{text-align:center}.auth-heading h1{font-size:28px;font-weight:780;line-height:1.35}.auth-heading p{margin-top:6px;color:var(--text-muted);font-size:14px}.auth-form{display:grid;gap:18px;margin-top:28px}.auth-form.compact{margin-top:18px}.auth-field{display:grid;gap:7px}.auth-field>label{color:var(--text);font-size:13px;font-weight:650}.auth-input{display:grid;grid-template-columns:20px minmax(0,1fr) auto;min-height:48px;align-items:center;gap:9px;border:1px solid var(--line-strong);border-radius:7px;background:var(--surface);padding:0 12px;transition:border-color var(--motion),box-shadow var(--motion)}.auth-input:focus-within{border-color:var(--accent);box-shadow:0 0 0 3px #064dcc1a}.auth-input.has-error{border-color:#dc6a5b}.auth-input>svg{width:19px;height:19px;color:var(--text-muted)}.auth-input input{min-width:0;height:46px;border:0;outline:0;background:transparent;color:var(--text)}.auth-input input::placeholder{color:#9aa3b1}.auth-input button{display:grid;width:34px;height:34px;place-items:center;border:0;background:transparent;color:var(--text-muted);cursor:pointer}.auth-input button svg{width:20px;height:20px}.auth-input button[aria-pressed=true]{color:var(--accent)}.auth-error{color:var(--danger);font-size:11px;line-height:1.55}.auth-options,.auth-check{display:flex;align-items:center}.auth-options{justify-content:space-between;color:var(--text-secondary);font-size:12px}.auth-options>a,.auth-switch a,.auth-logout-form button{color:var(--accent)}.auth-check{gap:8px;cursor:pointer}.auth-check input{width:17px;height:17px;margin:0;accent-color:var(--accent)}.auth-terms{align-items:flex-start;color:var(--text-secondary);font-size:12px}.auth-submit{min-height:48px;border:1px solid var(--accent);border-radius:6px;background:var(--accent);color:#fff;cursor:pointer;font-weight:730;transition:background-color var(--motion),transform var(--motion)}.auth-submit:hover{background:var(--accent-hover)}.auth-submit:active{transform:scale(.99)}.auth-switch{display:flex;align-items:center;justify-content:center;gap:8px;color:var(--text-muted);font-size:12px}.auth-switch:before,.auth-switch:after{height:1px;flex:1;background:var(--line);content:""}.auth-alert,.auth-note{display:flex;align-items:center;gap:8px;border:1px solid var(--accent-line);border-radius:6px;background:var(--accent-soft);padding:10px 12px;color:var(--accent);font-size:12px;line-height:1.55}.auth-alert{margin-top:18px}.auth-alert svg,.auth-note svg{width:18px;height:18px;flex:0 0 18px}.auth-alert.success,.auth-note.success{border-color:#c7e4d1;background:var(--verified-soft);color:var(--verified)}.auth-steps{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;margin:26px 8px 0;list-style:none}.auth-steps li{display:flex;align-items:center;gap:8px;color:var(--text-muted);font-size:12px}.auth-steps li+li:before{width:48px;height:1px;margin-left:-36px;background:var(--line-strong);content:""}.auth-steps span{display:grid;width:25px;height:25px;flex:0 0 25px;place-items:center;border:1px solid var(--line-strong);border-radius:50%}.auth-steps .active{color:var(--accent);font-weight:680}.auth-steps .active span{border-color:var(--accent);background:var(--accent);color:#fff}.verify-copy{display:grid;justify-items:center;margin-top:26px;text-align:center}.verify-copy>svg{width:48px;height:48px;color:var(--accent)}.verify-copy p{margin-top:14px;color:var(--text-secondary)}.verify-copy strong{margin-top:3px}.verify-copy small{max-width:330px;margin-top:10px;color:var(--text-muted);line-height:1.65}.auth-logout-form{margin-top:14px;text-align:center}.auth-logout-form button{border:0;background:transparent;cursor:pointer;font-size:12px}.auth-trust{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));width:min(520px,100%)}.auth-trust>span{display:grid;justify-items:center;border-right:1px solid var(--line);color:var(--text-secondary);text-align:center}.auth-trust>span:last-child{border-right:0}.auth-trust svg{width:26px;height:26px;color:var(--accent)}.auth-trust strong{margin-top:5px;font-size:12px}.auth-trust small{margin-top:1px;color:var(--text-muted);font-size:10px}.account-page{width:min(760px,calc(100% - 32px));margin:28px auto 60px}.account-panel{border:1px solid var(--line);border-radius:7px;background:var(--surface);padding:28px}.account-panel>header{display:flex;align-items:center;gap:14px}.account-avatar{display:grid;width:48px;height:48px;place-items:center;border-radius:50%;background:var(--accent);color:#fff;font-weight:760}.account-panel h1{font-size:24px}.account-panel header p{margin-top:2px;color:var(--text-muted);font-size:12px}.account-status-list{margin:24px 0 0}.account-status-list>div{display:flex;min-height:52px;align-items:center;justify-content:space-between;border-top:1px solid var(--line);gap:16px}.account-status-list dt{font-weight:650}.account-status-list dd{margin:0;color:var(--text-muted);font-size:12px;text-align:right}.account-verify-link{margin-top:16px;padding:0 14px}.account-logout{margin-top:24px;border-top:1px solid var(--line);padding-top:18px}.account-logout button{border:0;background:transparent;padding:0;color:var(--danger);cursor:pointer}@media(max-width:760px){.auth-route{padding-bottom:0}.auth-route .bottom-nav{display:none}.auth-route .topbar-inner{grid-template-columns:40px minmax(0,1fr) 40px;gap:4px;padding:0 10px}.auth-route .mobile-reader-back{display:grid;width:40px;height:40px;place-items:center}.auth-route .mobile-reader-back svg{width:24px;height:24px}.auth-route .brand-row{justify-self:start}.auth-route .brand-mark,.auth-route .brand-copy small{display:none}.auth-route .brand-copy strong{font-size:18px}.auth-route .mobile-context-title{position:absolute;left:50%;display:block;transform:translate(-50%);font-size:16px}.auth-route .mobile-header-actions{width:40px}.auth-page{display:block;min-height:calc(100vh - var(--topbar-height));padding:56px 26px 30px}.auth-panel{width:100%;border:0;border-radius:0;padding:0;box-shadow:none}.auth-heading h1{font-size:29px}.auth-heading p{font-size:14px}.auth-form{gap:22px;margin-top:42px}.auth-input{min-height:54px;padding:0 14px}.auth-input input{height:52px}.auth-submit{min-height:52px;font-size:16px}.auth-trust{display:flex;width:auto;justify-content:center;gap:10px;margin-top:90px;color:var(--text-muted)}.auth-trust>span{display:contents}.auth-trust svg,.auth-trust small{display:none}.auth-trust strong{margin:0;font-weight:500}.auth-trust strong+small:after{content:"·"}.auth-steps{margin-top:34px}.verify-copy{margin-top:38px}.account-page{width:100%;margin:0;padding:18px 16px 30px}.account-panel{border:0;padding:8px 0}}@media(max-width:390px){.auth-page{padding-right:20px;padding-left:20px}.auth-heading h1{font-size:27px}.auth-steps{gap:12px;margin-right:0;margin-left:0}.auth-steps li+li:before{width:28px;margin-left:-20px}}.mobile-reader-back,.mobile-header-actions{display:none}.industry-page-layout,.search-page-layout{display:grid;grid-template-columns:minmax(0,1fr) 264px;align-items:start;gap:18px;width:min(1224px,calc(100% - 32px));margin:20px auto 52px}.industry-page-layout .main-column,.search-page-layout .search-surface{min-width:0;overflow:hidden;border:1px solid var(--line);border-radius:7px;background:var(--surface)}.industry-page-layout .industry-intro{padding:18px 20px 0}.industry-page-layout .industry-intro-row{align-items:center;margin-top:20px}.industry-page-layout .industry-intro h1{display:inline;font-size:27px}.industry-page-layout .industry-intro-row p{display:inline;margin-left:20px}.industry-share-button{display:inline-flex;gap:8px}.industry-share-button svg{width:17px;height:17px}.industry-topic-nav{display:flex;min-width:0;gap:34px;overflow-x:auto;margin-top:20px;scrollbar-width:none}.industry-topic-nav::-webkit-scrollbar{display:none}.industry-topic-nav a{position:relative;min-height:45px;flex:0 0 auto;color:var(--text-secondary);font-size:13px;line-height:45px}.industry-topic-nav a:hover,.industry-topic-nav a.active{color:var(--accent)}.industry-topic-nav a.active{font-weight:720}.industry-topic-nav a.active:after{position:absolute;right:0;bottom:0;left:0;height:3px;border-radius:3px 3px 0 0;background:var(--accent);content:"";animation:inner-tab-enter .18s ease-out both}.industry-page-layout .feed-toolbar{min-height:64px;padding:9px 18px}.industry-page-layout .feed-toolbar h2{font-size:18px}.industry-page-layout .content-card,.search-page-layout .content-card{grid-template-columns:34px 148px minmax(0,1fr);gap:14px;min-height:142px;padding:14px 18px}.industry-page-layout .story-thumbnail,.search-page-layout .story-thumbnail{grid-column:2;grid-row:1;align-self:center;aspect-ratio:16 / 10}.industry-page-layout .story-main,.search-page-layout .story-main{grid-column:3;grid-row:1;align-self:center}.industry-page-layout .content-card h3,.search-page-layout .content-card h3{margin-top:5px;font-size:16px}.industry-page-layout .content-card p,.search-page-layout .content-card p{margin-top:4px;font-size:12px;-webkit-line-clamp:1}.industry-page-layout .feed-actions,.search-page-layout .feed-actions{margin-top:8px}.industry-page-layout .right-rail,.search-side,.search-side .right-rail{position:sticky;top:calc(var(--topbar-height) + 58px);display:grid;gap:12px}.search-side .right-rail{position:static}.help-card .rail-action svg,.related-industry-list svg{width:15px;height:15px}.directory-page{width:min(1224px,calc(100% - 32px));margin-top:22px}.directory-shell{overflow:visible;border:0;background:transparent}.directory-header{border:0;padding:0 0 18px}.directory-title-row{align-items:baseline;justify-content:flex-start;margin-top:20px}.directory-title-row .hero-kicker,.directory-title-row p{display:none}.directory-title-row h1{font-size:28px}.directory-count{font-size:14px}.industry-search{width:100%;max-width:none;height:46px;margin-top:16px;background:var(--surface)}.industry-search>svg{width:19px;height:19px;flex:0 0 19px;margin-left:14px;color:var(--text-muted)}.industry-search input{padding-left:10px}.industry-search button{display:grid;width:44px;place-items:center;padding:0}.industry-search button svg{width:18px;height:18px}.popular-industries{gap:10px 28px;margin-top:18px}.popular-industries>span{color:var(--text-secondary);font-weight:700}.industry-center-layout{grid-template-columns:224px minmax(0,1fr);gap:14px;min-height:580px}.industry-group-nav{top:calc(var(--topbar-height) + 16px);overflow:hidden;border:1px solid var(--line);border-radius:7px;background:var(--surface);padding:8px}.industry-group-nav a{min-height:48px;padding:0 13px}.industry-group-nav a.active{background:var(--accent-soft);box-shadow:none}.industry-group-nav a.active:before{top:8px;bottom:8px}.industry-directory{overflow:hidden;border:1px solid var(--line);border-radius:7px;background:var(--surface);padding:0 22px 24px}.industry-group-section{padding:22px 0}.industry-options{gap:0 18px}.industry-options a{min-height:74px;border:0;border-bottom:1px solid var(--line);border-radius:0;padding:10px 8px}.industry-options a:hover{border-color:var(--line);background:var(--accent-soft);transform:none}.industry-options a>svg{width:17px;height:17px;color:var(--text-muted)}.industry-initial{width:40px;height:40px;border-radius:7px;background:#f1f4fb;color:var(--accent);font-size:16px}.industry-options strong{font-size:15px}.search-page-layout .search-header{padding:20px 22px 18px}.search-page-layout .search-header h1{font-size:26px}.search-page-form button{display:inline-flex;align-items:center;justify-content:center;gap:6px}.search-page-form button svg{width:17px;height:17px}.related-industry-list{display:grid;padding:5px 14px 10px}.related-industry-list a{display:grid;grid-template-columns:34px minmax(0,1fr) 16px;min-height:58px;align-items:center;gap:10px;border-bottom:1px solid var(--line)}.related-industry-list a:last-child{border-bottom:0}.related-industry-list a>span{display:grid;width:34px;height:34px;place-items:center;border-radius:50%;background:var(--accent);color:#fff;font-weight:750}.related-industry-list strong{font-size:13px}.reader-layout{grid-template-columns:minmax(0,930px) 248px;gap:20px;width:min(1224px,calc(100% - 32px));margin-top:20px}.reader-surface{border-radius:7px}.reader-header{padding:22px 28px 18px}.reader-header h1{font-family:ui-serif,Songti SC,SimSun,serif;font-size:32px;font-weight:700}.reader-deck{font-size:14px}.reader-metrics svg{width:16px;height:16px}.reader-metrics>span,.reader-metrics>a,.reader-metrics>button{display:inline-flex;align-items:center;gap:5px}.reader-cover img{aspect-ratio:3.2 / 1}.reader-summary{grid-template-columns:116px minmax(0,1fr);padding:20px 28px}.reader-section{padding:24px 28px 26px}.prose{max-width:none;margin-top:12px}.prose p{font-size:15px;line-height:1.85}.evidence-grid{gap:12px}.evidence-item{grid-template-columns:minmax(0,1fr);min-height:132px;align-content:start;gap:8px;padding:0 0 10px}.evidence-item>img,.evidence-icon{width:100%;height:82px;border-radius:7px 7px 0 0}.evidence-icon svg{width:28px;height:28px}.evidence-copy{padding:0 10px}.related-list>a.has-cover{grid-template-columns:82px minmax(0,1fr);column-gap:10px}.related-list img{grid-row:1 / span 3;width:82px;height:100%;min-height:88px;border-radius:5px;object-fit:cover}@keyframes inner-tab-enter{0%{opacity:0;transform:scaleX(.6)}to{opacity:1;transform:scaleX(1)}}@media(max-width:1040px){.industry-page-layout,.search-page-layout{grid-template-columns:minmax(0,1fr) 244px;width:min(100% - 24px,960px)}.industry-page-layout .content-card,.search-page-layout .content-card{grid-template-columns:30px 124px minmax(0,1fr);gap:11px}.directory-page,.reader-layout{width:min(100% - 24px,960px)}}@media(max-width:820px){.industry-page-layout,.search-page-layout{grid-template-columns:minmax(0,1fr);width:min(100% - 24px,760px)}.industry-page-layout>.right-rail,.search-side{display:none}.reader-layout{width:min(100% - 24px,760px)}}@media(max-width:760px){.mobile-header-actions{display:flex;align-items:center;gap:2px}.mobile-header-actions .mobile-header-search,.mobile-header-actions>button,.mobile-header-actions>a{display:grid;width:40px;height:40px;place-items:center;border:0;background:transparent;color:var(--text)}.mobile-header-actions svg{width:23px;height:23px}.story-reader-page .topbar-inner{grid-template-columns:38px minmax(0,1fr) auto;gap:4px;padding:0 10px}.story-reader-page .mobile-reader-back{display:grid;width:38px;height:38px;place-items:center}.story-reader-page .mobile-reader-back svg{width:24px;height:24px}.story-reader-page .brand-mark{flex-basis:32px;width:32px;height:32px}.story-reader-page .brand-copy strong{font-size:15px}.story-reader-page .industry-strip,.story-reader-page .bottom-nav{display:none}.directory-page{width:100%;margin-top:0}.directory-header{padding:18px 16px 16px}.directory-title-row{gap:14px}.directory-title-row h1{font-size:27px}.industry-search{height:48px}.popular-industries{margin-top:20px;padding-bottom:4px}.industry-center-layout{display:block}.industry-group-nav{top:var(--topbar-height);border-right:0;border-left:0;border-radius:0;padding:4px 10px}.industry-group-nav a{min-height:42px}.industry-directory{border:0;border-radius:0;padding:0 16px 24px}.industry-group-section>header{display:flex;align-items:center}.industry-group-section>header p{display:none}.industry-options{grid-template-columns:minmax(0,1fr);margin-top:8px}.industry-options a{min-height:68px;padding:9px 6px}.industry-options small{font-size:12px}.industry-page-layout,.search-page-layout{display:block;width:100%;margin:0}.industry-page-layout .main-column,.search-page-layout .search-surface{overflow:visible;border:0;border-radius:0}.industry-page-layout .industry-intro{padding:16px 16px 0}.industry-page-layout .industry-intro-row{display:grid;align-items:start;margin-top:14px}.industry-page-layout .industry-intro h1,.industry-page-layout .industry-intro-row p{display:block;margin-left:0}.industry-page-layout .industry-intro-row p{max-width:none;margin-top:5px}.industry-share-button{display:none}.industry-topic-nav{gap:26px;margin-right:-16px;margin-top:14px}.industry-page-layout .feed-toolbar{min-height:66px;padding:10px 14px}.industry-page-layout .feed-toolbar .sort-control{grid-template-columns:repeat(4,45px)}.industry-page-layout .content-card,.search-page-layout .content-card{grid-template-columns:112px minmax(0,1fr);gap:12px;min-height:132px;padding:14px 16px}.industry-page-layout .story-thumbnail,.search-page-layout .story-thumbnail{grid-column:1;grid-row:1;align-self:start;aspect-ratio:1.24 / 1}.industry-page-layout .story-main,.search-page-layout .story-main{grid-column:2}.industry-page-layout .content-card h3,.search-page-layout .content-card h3{display:-webkit-box;overflow:hidden;font-size:15px;-webkit-box-orient:vertical;-webkit-line-clamp:2}.industry-page-layout .content-card p,.search-page-layout .content-card p,.industry-page-layout .card-meta>span:not(.badge),.search-page-layout .card-meta>span:not(.badge){display:none}.industry-page-layout .feed-actions,.search-page-layout .feed-actions{grid-column:auto;gap:7px}.industry-page-layout .feed-actions>span:nth-of-type(3),.search-page-layout .feed-actions>span:nth-of-type(3),.industry-page-layout .detail-button,.search-page-layout .detail-button{display:none}.search-page-layout .search-header{padding:16px}.search-page-layout .search-header h1{font-size:24px}.reader-layout{width:100%;margin:0}.reader-surface{padding-bottom:58px}.reader-header{padding:16px 16px 18px}.reader-header h1{font-family:inherit;font-size:27px;font-weight:770}.reader-metrics{display:grid;grid-template-columns:repeat(3,auto);justify-content:start}.reader-metrics .risk-indicator,.reader-metrics button{display:none}.reader-cover{margin:0 16px;overflow:hidden;border:0;border-radius:7px}.reader-cover img{aspect-ratio:1.55 / 1}.reader-summary{border-bottom:0;background:var(--surface);padding:18px 16px 8px}.summary-label>span{display:none}.summary-label h2{font-size:19px}.reader-summary>p{margin-top:7px}.reader-section{margin:0 16px;padding:20px 0 22px}.reader-section-heading h2{font-size:20px}.section-number{font-size:19px}.prose p{font-size:15px}.evidence-item{min-height:118px;padding-bottom:8px;text-align:left}.evidence-item>img,.evidence-icon{height:72px}.evidence-copy{width:100%}.comment-content time{width:auto;margin-left:auto}.related-list{gap:0}.related-list>a,.related-list>a.has-cover{grid-template-columns:96px minmax(0,1fr);min-height:94px;column-gap:12px;border:0;border-bottom:1px solid var(--line);border-radius:0;padding:10px 0}.related-list img{width:96px;min-height:72px}.reader-action-bar{bottom:0;grid-template-columns:repeat(4,minmax(0,1fr));min-height:58px}.reader-action-bar .reader-helpful{min-height:auto;background:transparent;color:var(--accent)}.reader-action-bar .reader-helpful>svg{color:var(--accent)}.reader-action-bar a>svg,.reader-action-bar button>svg{width:22px;height:22px}}@media(max-width:390px){.industry-page-layout .content-card,.search-page-layout .content-card{grid-template-columns:102px minmax(0,1fr);gap:10px;padding-right:12px;padding-left:12px}.reader-header h1{font-size:25px}.reader-metrics{gap:7px 10px;font-size:11px}}@media(prefers-reduced-motion:reduce){.industry-topic-nav a.active:after,.industry-group-section:target,.reader-header,.reader-summary,.reader-action-bar{animation:none}}@keyframes reader-action-enter{0%{transform:translateY(8px)}to{transform:translateY(0)}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}:root{--canvas: #f5f6f8;--surface-subtle: #f7f8fa;--surface-quiet: #eef1f5;--text: #111318;--text-secondary: #596273;--text-muted: #87909f;--line: #e1e5eb;--line-strong: #d2d8e1;--accent: #064dcc;--accent-hover: #003fae;--accent-soft: #edf3ff;--accent-line: #c8d7fb;--danger: #c93624;--danger-soft: #fff0ed;--verified: #277a4b;--verified-soft: #edf8f1;--topbar-height: 72px}.topbar-inner{grid-template-columns:minmax(440px,1fr) minmax(320px,420px) auto;gap:18px;width:min(1440px,calc(100% - 40px))}.brand-row{gap:42px}.brand-mark{display:none}.brand-copy strong{font-family:Songti SC,STSong,"Noto Serif SC",serif;font-size:25px;font-weight:700;letter-spacing:0}.brand-copy small{margin-top:3px;font-size:10px;letter-spacing:0}.desktop-nav{gap:14px}.desktop-nav a{min-width:54px;color:#343a45;font-weight:520}.desktop-nav a.active{color:var(--accent)}.desktop-nav a.active:after{right:10px;bottom:-16px;left:10px;height:2px}.search-box{background:var(--surface)}.search-box button{display:grid;width:46px;place-items:center;border-left:0;padding:0;color:#3b4658}.search-box button svg{width:20px;height:20px}.header-actions{display:flex;align-items:center;gap:10px}.desktop-publish{display:flex;gap:9px;min-width:124px}.desktop-publish svg{width:17px;height:17px}.header-icon-button,.header-avatar{display:grid;width:38px;height:38px;place-items:center;border:0;border-radius:50%;background:transparent;color:#4f5968}.header-icon-button:disabled{cursor:default;opacity:1}.header-icon-button svg,.header-avatar svg{width:23px;height:23px}.header-avatar{background:#e8ebef;color:#8c94a0}.industry-strip{border-bottom:1px solid var(--line);background:#fffffffa}.industry-strip-inner{display:grid;grid-template-columns:auto minmax(0,1fr) 42px;align-items:stretch;width:min(1440px,calc(100% - 40px));min-height:56px;margin:0 auto}.industry-strip-scroll{display:flex;min-width:0;overflow-x:auto;scrollbar-width:none}.industry-strip-scroll::-webkit-scrollbar{display:none}.industry-strip a{position:relative;display:grid;flex:0 0 auto;min-width:98px;place-items:center;padding:0 14px;color:#424a57;font-size:14px;font-weight:520;transition:color var(--motion),background-color var(--motion)}.industry-strip a:hover{background:var(--surface-subtle);color:var(--accent)}.industry-strip a.active{color:var(--accent);font-weight:720}.industry-strip a.active:after{position:absolute;right:18px;bottom:0;left:18px;height:3px;border-radius:3px 3px 0 0;background:var(--accent);content:""}.industry-strip .industry-strip-all{min-width:104px;justify-items:start;padding-left:12px}.industry-strip .industry-strip-all.active{color:#252b35;font-weight:620}.industry-strip .industry-strip-all.active:after{display:none}.industry-strip .industry-strip-more{min-width:42px;padding:0}.industry-strip-more svg{width:21px;height:21px}.home-layout{display:grid;grid-template-columns:minmax(0,1fr) 286px;grid-template-areas:"stage trending" "feed collections";align-items:start;gap:14px 16px;width:min(1440px,calc(100% - 40px));margin:14px auto 48px}.home-stage{grid-area:stage;display:grid;grid-template-columns:minmax(0,1.74fr) minmax(280px,1fr);gap:12px;min-width:0;height:408px}.home-secondary-features{display:grid;min-width:0;grid-template-rows:repeat(2,minmax(0,1fr));gap:12px}.home-feature,.home-feature-link{position:relative;min-width:0;height:100%;overflow:hidden;border-radius:7px;background:#1d2229}.home-feature-link{display:block}.home-feature img{width:100%;height:100%;object-fit:cover;transition:transform .28s ease}.home-feature:hover img{transform:scale(1.018)}.home-feature-shade{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#05090ee0,#05090e94 46%,#05090e1f)}.home-feature-compact .home-feature-shade{background:linear-gradient(90deg,#05090ed6,#05090e66 68%,#05090e2e)}.home-feature-content{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-end;padding:26px;color:#fff}.feature-status{position:absolute;top:20px;left:24px;min-height:25px;border-radius:4px;padding:3px 9px;background:#ffffffeb;color:#334054;font-size:12px;font-weight:720}.feature-status-pending{background:#d84332;color:#fff}.feature-status-verified{background:#eaf7ef;color:#246c43}.home-feature-content>strong{display:block;max-width:690px;font-size:34px;font-weight:760;line-height:1.33}.home-feature-excerpt{display:-webkit-box;max-width:650px;overflow:hidden;margin-top:12px;color:#ffffffe0;font-size:15px;line-height:1.65;-webkit-box-orient:vertical;-webkit-line-clamp:2}.home-feature-identity{margin-top:18px;color:#ffffffc7;font-size:13px}.home-feature-metrics{display:flex;flex-wrap:wrap;gap:15px;margin-top:10px;color:#ffffffe6;font-size:12px}.home-feature-metrics span{display:flex;align-items:center;gap:5px}.home-feature-metrics svg{width:16px;height:16px}.feature-detail-button{position:absolute;right:18px;bottom:18px;display:flex;min-height:40px;align-items:center;gap:6px;border:1px solid rgba(255,255,255,.7);border-radius:6px;background:#ffffffeb;padding:0 14px;color:var(--accent);font-size:13px;font-weight:720}.feature-detail-button svg{width:16px;height:16px}.home-feature-compact .home-feature-content{padding:18px}.home-feature-compact .feature-status{top:14px;left:16px}.home-feature-compact .home-feature-content>strong{font-size:21px;line-height:1.42}.home-feature-compact .home-feature-identity{margin-top:10px}.home-feature-compact .home-feature-metrics{gap:11px;margin-top:7px}.home-side{display:contents}.home-panel{overflow:hidden;border:1px solid var(--line);border-radius:7px;background:var(--surface)}.home-trending{grid-area:trending}.home-collections{grid-area:collections}.home-panel-heading{display:flex;min-height:56px;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);padding:0 18px}.home-panel-heading h2{font-size:17px;font-weight:760}.home-panel-heading span{color:var(--text-muted);font-size:12px}.home-trending-list{display:grid;list-style:none;padding:8px 18px 10px}.home-trending-list li{display:grid;grid-template-columns:20px minmax(0,1fr);gap:1px 8px;padding:10px 0}.home-trending-list li>span{grid-row:1 / 3;color:#6c7481;font-size:15px;font-weight:720}.home-trending-list li:nth-child(-n+2)>span{color:var(--danger)}.home-trending-list a{display:-webkit-box;overflow:hidden;font-size:13px;font-weight:650;line-height:1.45;-webkit-box-orient:vertical;-webkit-line-clamp:2}.home-trending-list a:hover{color:var(--accent)}.home-trending-list small{color:var(--text-muted);font-size:11px}.home-panel-action{display:flex;min-height:45px;align-items:center;justify-content:center;gap:7px;border-top:1px solid var(--line);color:var(--accent);font-size:13px;font-weight:700}.home-panel-action:hover{background:var(--accent-soft)}.home-panel-action svg{width:15px;height:15px}.collection-list{display:grid;padding:0 16px}.collection-list article{display:grid;grid-template-columns:38px minmax(0,1fr) auto;align-items:start;gap:10px;border-bottom:1px solid var(--line);padding:15px 0}.collection-list article:last-child{border-bottom:0}.collection-icon{display:grid;width:36px;height:36px;place-items:center;border-radius:50%;background:var(--accent);color:#fff}.collection-icon svg{width:19px;height:19px}.collection-list article>div>a{color:var(--accent);font-size:14px;font-weight:720}.collection-list p{margin-top:3px;color:var(--text-secondary);font-size:11px;line-height:1.45}.collection-list small{color:var(--text-muted);font-size:10px}.collection-action{align-self:end;border:1px solid var(--accent-line);border-radius:4px;padding:4px 7px;color:var(--accent);font-size:10px;font-weight:650}.home-feed{grid-area:feed;min-width:0;overflow:hidden;border:1px solid var(--line);border-radius:7px;background:var(--surface);scroll-margin-top:calc(var(--topbar-height) + 60px)}.home-feed-heading{display:flex;min-height:68px;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);padding:10px 18px}.home-feed-heading h2{margin-top:2px;font-size:20px;font-weight:760}.home-feed .feed-surface{border:0;border-radius:0}.home-feed .content-card{grid-template-columns:48px 150px minmax(0,1fr);gap:16px;min-height:124px;padding:14px 18px}.home-feed .case-index{grid-column:1;grid-row:1;align-self:center;font-family:Georgia,Times New Roman,serif;font-size:28px;font-weight:500}.home-feed .story-thumbnail{grid-column:2;grid-row:1;aspect-ratio:16 / 10}.home-feed .story-main{grid-column:3;grid-row:1;align-self:center}.home-feed .content-card h3{margin-top:5px;font-size:16px;line-height:1.45}.home-feed .content-card p{margin-top:4px;font-size:12px;line-height:1.5;-webkit-line-clamp:1}.home-feed .feed-actions{gap:12px;margin-top:8px;font-size:11px}.feed-actions>span,.feed-actions .detail-button{display:flex;align-items:center;gap:4px}.feed-actions svg{width:15px;height:15px}.detail-button svg{width:14px;height:14px}.badge.risk{border-color:#f0c1b9;background:var(--danger-soft);color:var(--danger)}.badge.risk.verified{border-color:#bcdcc8;background:var(--verified-soft);color:var(--verified)}@media(max-width:1100px){.topbar-inner{grid-template-columns:minmax(390px,1fr) minmax(260px,340px) auto}.brand-row{gap:20px}.desktop-nav{gap:3px}.home-layout{grid-template-columns:minmax(0,1fr) 250px}.home-stage{grid-template-columns:minmax(0,1.5fr) minmax(240px,1fr);height:370px}.home-feature-content>strong{font-size:28px}.home-feature-compact .home-feature-content>strong{font-size:17px}.home-feed .content-card{grid-template-columns:40px 124px minmax(0,1fr);gap:12px}}@media(max-width:760px){:root{--topbar-height: 64px}body{padding-bottom:calc(64px + env(safe-area-inset-bottom))}.topbar{height:var(--topbar-height)}.topbar-inner{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;width:100%;padding:0 16px}.brand-row{gap:0}.brand{gap:10px}.brand-mark{display:grid;flex-basis:38px;width:38px;height:38px;font-size:19px}.brand-copy strong{font-family:inherit;font-size:21px;font-weight:760}.brand-copy small,.desktop-nav,.search-box,.header-actions{display:none}.mobile-header-search{display:grid;width:42px;height:42px;place-items:center;color:#1e2734}.mobile-header-search svg{width:26px;height:26px}.industry-strip{position:sticky;top:var(--topbar-height);z-index:40}.industry-strip-inner{grid-template-columns:auto minmax(0,1fr) 52px;width:100%;min-height:54px}.industry-strip a{min-width:84px;padding:0 12px;font-size:14px}.industry-strip .industry-strip-all{min-width:92px;justify-items:center;padding:0 10px}.industry-strip .industry-strip-more{min-width:52px;border-left:1px solid var(--line);background:var(--surface);box-shadow:-8px 0 12px #fffffff0}.home-layout{grid-template-columns:minmax(0,1fr);grid-template-areas:"stage" "trending" "feed" "collections";gap:12px;width:auto;margin:12px 12px 28px}.home-stage{display:block;height:min(112vw,470px);min-height:390px}.home-secondary-features{display:none}.home-feature-content{padding:22px 20px}.feature-status{top:18px;left:20px}.home-feature-shade{background:linear-gradient(0deg,#05090ee6,#05090e8f 58%,#05090e2e)}.home-feature-content>strong{font-size:28px;line-height:1.42}.home-feature-excerpt{margin-top:12px;font-size:14px;-webkit-line-clamp:2}.home-feature-identity{margin-top:16px;font-size:13px}.home-feature-metrics{gap:12px;padding-right:0;font-size:12px}.feature-detail-button{position:static;align-self:flex-end;min-height:38px;margin-top:14px}.home-panel-heading{min-height:54px;padding:0 15px}.home-trending-list{padding:5px 15px 8px}.home-trending-list li{grid-template-columns:18px minmax(0,1fr) auto;align-items:center;gap:7px;border-bottom:1px solid var(--line);padding:11px 0}.home-trending-list li:last-child{border-bottom:0}.home-trending-list li>span{grid-row:1}.home-trending-list a{-webkit-line-clamp:1}.home-feed-heading{min-height:64px;padding:10px 14px}.home-feed-heading .section-eyebrow{display:none}.home-feed-heading h2{font-size:19px}.home-feed-heading .sort-control{display:none}.home-feed .content-card{grid-template-columns:116px minmax(0,1fr);gap:12px;min-height:132px;padding:14px 12px}.home-feed .case-index{display:none}.home-feed .story-thumbnail{grid-column:1;align-self:start;aspect-ratio:1.28 / 1}.home-feed .story-main{grid-column:2;min-width:0}.home-feed .content-card h3{display:-webkit-box;overflow:hidden;margin-top:6px;font-size:15px;line-height:1.45;-webkit-box-orient:vertical;-webkit-line-clamp:2}.home-feed .content-card p{display:none}.home-feed .card-meta{flex-wrap:wrap}.home-feed .card-meta>span:not(.badge){display:none}.home-feed .feed-actions{grid-column:auto;gap:7px 10px;margin-top:9px}.home-feed .feed-actions>span:nth-of-type(3),.home-feed .feed-actions button{display:none}.home-feed .detail-button{grid-column:1 / -1;min-height:30px;margin-left:auto;padding:0 8px;font-size:10px}.home-collections .collection-list{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;padding:10px}.home-collections .collection-list article{display:flex;min-width:0;flex-direction:column;gap:7px;border:1px solid var(--line);border-radius:6px;padding:10px}.home-collections .collection-list article>div{min-width:0}.home-collections .collection-list p{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}.home-collections .collection-action{display:none}.bottom-nav a>svg,.bottom-nav a>span{width:22px;height:22px}.bottom-nav .bottom-publish>span{width:40px;height:40px}.bottom-nav .bottom-publish svg{width:24px;height:24px}}@media(max-width:390px){.home-layout{margin-right:10px;margin-left:10px}.home-feed .content-card{grid-template-columns:104px minmax(0,1fr);gap:10px}.home-feature-metrics span:nth-child(3){display:none}.home-feature-content>strong{font-size:26px}.home-collections .collection-list{gap:6px;padding:8px}.home-collections .collection-list article{padding:8px}}
