:root{
  --navy:#131F35;
  --blue:#2463A7;
  --slate:#3F5775;
  --orange:#F08E3C;
  --bg:#F4F4F4;
  --card:#FFFFFF;
  --soft:#E8EEF5;
  --border:#D9E1EA;
  --text:#263247;
  --muted:#7B8796;
  --shadow:0 22px 60px rgba(19,31,53,.08);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:var(--bg);color:var(--text);line-height:1.65}
a{color:inherit;text-decoration:none}
img{max-width:100%}
.container{width:min(1180px,calc(100% - 36px));margin:0 auto}
h1,h2,h3,h4{margin:0;color:var(--navy);line-height:1.06;letter-spacing:0}
h1{font-size:clamp(42px,6vw,76px)}
h2{font-size:clamp(30px,4vw,50px)}
h3{font-size:24px}
h4{font-size:18px}
p{margin:14px 0 0;color:var(--muted)}

.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.9);backdrop-filter:blur(18px);border-bottom:1px solid rgba(217,225,234,.78)}
.header-inner{min-height:74px;display:flex;align-items:center;gap:18px}
.brand{display:inline-flex;align-items:center;gap:10px;font-weight:900;color:var(--navy);white-space:nowrap;min-width:0}
.brand-logo{display:block;height:auto;max-width:100%;object-fit:contain}
.brand-logo-header{width:190px}
.brand-mark{width:38px;height:38px;border-radius:12px;display:grid;place-items:center;background:var(--navy);color:#fff;font-size:13px;letter-spacing:.04em}
.main-nav{margin-left:auto;display:flex;align-items:center;gap:14px}
.nav-link{font-size:13px;font-weight:800;color:#667386;white-space:nowrap}
.nav-link:hover,.nav-link.is-active{color:var(--blue)}
.nav-auth-link{display:none}
.nav-more{position:relative;display:inline-flex;align-items:center}
.nav-more-button{appearance:none;border:0;background:transparent;padding:0;display:inline-flex;align-items:center;gap:4px;cursor:pointer;font:inherit;font-size:13px;font-weight:800;color:#667386}
.nav-more-button svg{width:14px;height:14px}
.nav-more-menu{position:absolute;top:calc(100% + 14px);right:0;z-index:20;display:none;min-width:220px;padding:10px;background:#fff;border:1px solid var(--border);border-radius:16px;box-shadow:var(--shadow)}
.nav-more:hover .nav-more-menu,.nav-more:focus-within .nav-more-menu{display:grid;gap:2px}
.nav-more-menu .nav-link{display:block;padding:10px 12px;border-radius:10px}
.nav-more-menu .nav-link:hover,.nav-more-menu .nav-link.is-active{background:var(--soft)}
.menu-button{display:none;align-items:center;gap:8px;border:1px solid var(--border);background:#fff;border-radius:999px;padding:10px 13px;font-weight:800;color:var(--navy)}
.menu-button svg{width:18px;height:18px}
.header-user{display:flex;align-items:center;gap:9px;margin-left:4px;border:1px solid var(--border);border-radius:999px;background:#fff;padding:6px 9px 6px 6px;max-width:280px}
.header-user img{width:30px;height:30px;border-radius:50%;object-fit:cover}
.header-user span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--navy);font-size:13px;font-weight:900}
.header-user a{color:var(--blue);font-size:12px;font-weight:900;white-space:nowrap}

.button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:46px;border-radius:999px;padding:0 22px;border:1px solid transparent;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-weight:800;font-size:14px;white-space:nowrap;letter-spacing:0}
.button-primary{background:var(--orange);color:#fff;box-shadow:0 12px 30px rgba(240,142,60,.24)}
.button-secondary{background:#fff;color:var(--navy);border-color:var(--border)}
.button-light{background:rgba(255,255,255,.12);color:#fff;border-color:rgba(255,255,255,.28)}
.button svg{width:18px;height:18px}
.text-link{display:inline-flex;width:fit-content;color:var(--blue);font-weight:900}

.hero-shell{padding:30px 0 76px}
.hero-panel{position:relative;overflow:hidden;border-radius:24px;min-height:500px;display:flex;align-items:center;padding:68px;background-size:cover;background-position:center;box-shadow:var(--shadow)}
.hero-home{background-image:linear-gradient(90deg,rgba(19,31,53,.86) 0%,rgba(19,31,53,.70) 48%,rgba(19,31,53,.34) 100%),url('/assets/images/hero-market-intelligence.webp')}
.hero-market{background-image:linear-gradient(90deg,rgba(19,31,53,.86) 0%,rgba(19,31,53,.68) 45%,rgba(19,31,53,.35) 100%),url('/assets/images/reports-archive.webp')}
.hero-portfolio{background-image:linear-gradient(90deg,rgba(19,31,53,.86) 0%,rgba(19,31,53,.68) 45%,rgba(19,31,53,.35) 100%),url('/assets/images/portfolio-diagnostics.webp')}
.hero-method{background-image:linear-gradient(90deg,rgba(19,31,53,.86) 0%,rgba(19,31,53,.70) 45%,rgba(19,31,53,.36) 100%),url('/assets/images/research-methodology.webp')}
.hero-quant{background-image:linear-gradient(90deg,rgba(19,31,53,.88) 0%,rgba(19,31,53,.74) 48%,rgba(19,31,53,.38) 100%),url('/assets/images/market-dashboard.webp')}
.hero-commentary{background-image:linear-gradient(90deg,rgba(19,31,53,.88) 0%,rgba(19,31,53,.72) 48%,rgba(19,31,53,.38) 100%),url('/assets/images/hero-market-intelligence.webp')}
.hero-analysis{background-image:linear-gradient(90deg,rgba(19,31,53,.88) 0%,rgba(19,31,53,.72) 48%,rgba(19,31,53,.38) 100%),url('/assets/images/research-methodology.webp')}
.hero-content{position:relative;z-index:1;max-width:780px}
.hero-centered{max-width:900px;margin:0 auto;text-align:center}
.hero-content h1{color:#fff}
.hero-content p{max-width:760px;color:rgba(255,255,255,.78);font-size:18px}
.hero-centered p{margin-left:auto;margin-right:auto}
.hero-badge,.section-kicker{display:inline-flex;width:fit-content;border-radius:999px;padding:8px 13px;background:rgba(36,99,167,.1);color:var(--blue);font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.06em}
.hero-badge{background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.18);color:#fff;margin-bottom:18px}
.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}
.hero-centered .hero-actions{justify-content:center}
.hero-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-top:36px}
.hero-stats-left{grid-template-columns:repeat(3,minmax(0,1fr));max-width:650px}
.hero-stats div{background:rgba(255,255,255,.11);border:1px solid rgba(255,255,255,.16);border-radius:18px;padding:18px}
.hero-stats strong{display:block;color:#fff;font-size:28px;line-height:1}
.hero-stats span{display:block;color:rgba(255,255,255,.68);font-size:13px;font-weight:700;margin-top:8px}

.section{padding:84px 0}
.section-soft{background:#fff}
.section-dark{background:var(--navy);color:#fff}
.section-dark h2,.section-dark h3{color:#fff}
.section-dark p{color:rgba(255,255,255,.68)}
.section-kicker.dark{background:rgba(255,255,255,.1);color:#F5A664}
.section-heading{max-width:760px;margin-bottom:34px}
.section-heading.centered{text-align:center;margin-left:auto;margin-right:auto}
.section-heading.centered .section-kicker{margin-left:auto;margin-right:auto}
.section-heading-row{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:30px}
.section-note{max-width:440px;text-align:right}

.insight-grid,.report-card-grid,.quant-card-grid,.component-grid,.method-grid,.risk-grid,.method-note-grid{display:grid;gap:22px}
.insight-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
.research-card,.report-product-card,.component-card,.method-card,.panel-card,.aside-card,.featured-commentary,.theme-box{background:var(--card);border:1px solid var(--border);border-radius:22px;padding:24px;box-shadow:0 12px 38px rgba(19,31,53,.05)}
.research-card{display:flex;flex-direction:column;min-height:290px}
.research-card h3{margin-top:20px;font-size:24px}
.research-card p{flex:1}
.card-meta,.card-footer,.report-meta-row{display:flex;align-items:center;gap:12px;flex-wrap:wrap;color:var(--muted);font-size:13px;font-weight:800}
.card-meta{justify-content:space-between}
.card-meta span:first-child{color:var(--blue)}
.card-footer{justify-content:space-between;margin-top:24px}
.card-footer a{color:var(--blue);font-weight:900}
.report-meta-row{margin-top:18px}
.report-meta-row span{display:inline-flex;align-items:center;gap:7px}
.report-meta-row svg{width:16px;height:16px}

.report-lane-grid,.two-lane-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}
.report-lane{background:var(--card);border:1px solid var(--border);border-radius:24px;padding:24px;box-shadow:0 12px 38px rgba(19,31,53,.05)}
.lane-header{display:flex;gap:16px;align-items:flex-start;margin-bottom:20px}
.lane-header h3{font-size:26px}
.icon-chip{width:48px;height:48px;display:inline-flex;align-items:center;justify-content:center;border-radius:16px;background:var(--soft);border:1px solid var(--border);color:var(--blue);flex:0 0 auto}
.icon-chip.accent{background:rgba(240,142,60,.12);border-color:rgba(240,142,60,.32);color:var(--orange)}
.icon-chip.dark{background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.16);color:#F5A664}
.icon-chip svg{width:23px;height:23px}
.compact-report-card{display:grid;grid-template-columns:132px 1fr;gap:16px;padding:16px 0;border-top:1px solid var(--border)}
.compact-report-card:first-of-type{border-top:0}
.compact-report-card img{width:132px;aspect-ratio:16/9;object-fit:cover;border-radius:14px;background:var(--soft);border:1px solid var(--border)}
.compact-report-card span{display:block;color:var(--muted);font-size:12px;font-weight:800}
.compact-report-card h4{margin-top:4px}
.compact-report-card p{margin-top:6px;font-size:14px}

.quant-card-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
.dark-research-card{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.12);border-radius:22px;padding:24px}
.dark-research-card h3{margin-top:18px}
.cta-panel{display:flex;align-items:center;justify-content:space-between;gap:30px;background:var(--navy);color:#fff;border-radius:24px;padding:38px;box-shadow:var(--shadow)}
.cta-panel h2{color:#fff;max-width:760px}
.cta-panel p{max-width:760px;color:rgba(255,255,255,.68)}
.cta-panel .section-kicker{background:rgba(255,255,255,.1);color:#F5A664}

.featured-report{display:grid;grid-template-columns:1.08fr .92fr;gap:34px;align-items:center;background:#fff;border:1px solid var(--border);border-radius:24px;padding:30px;box-shadow:var(--shadow)}
.featured-report-copy h2{margin-top:12px}
.featured-report-visual{margin:0}
.featured-report-visual img{display:block;width:100%;aspect-ratio:16/10;object-fit:cover;border-radius:20px;border:1px solid var(--border)}
.tag-list{display:flex;flex-wrap:wrap;gap:8px;margin-top:18px}
.tag-list span,.topic-pills span,.theme-box span{display:inline-flex;border-radius:999px;background:var(--soft);border:1px solid var(--border);color:var(--slate);font-size:12px;font-weight:900;padding:7px 11px}
.topic-pills{display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-end}
.report-card-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
.report-product-card{padding:0;overflow:hidden}
.report-product-card>img{display:block;width:100%;aspect-ratio:16/9;object-fit:cover;background:var(--soft);border-bottom:1px solid var(--border)}
.report-product-card>div{padding:22px}
.report-product-card h3{font-size:24px;margin-top:14px}

.report-hero{padding:72px 0;background:linear-gradient(180deg,#fff,var(--bg))}
.report-hero-grid,.article-layout,.split-feature,.output-grid,.form-layout{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:34px;align-items:start}
.report-hero-grid{grid-template-columns:minmax(0,1fr) 430px;align-items:center}
.report-summary-card{background:#fff;border:1px solid var(--border);border-radius:24px;padding:18px;box-shadow:var(--shadow)}
.report-summary-card img{display:block;width:100%;aspect-ratio:16/10;object-fit:cover;border-radius:18px;border:1px solid var(--border)}
.summary-points{padding:16px 6px 4px}
.summary-points h2{font-size:24px}
.summary-points ul,.plain-list{padding-left:20px;color:var(--text)}
.metric-strip{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:14px}
.metric-strip article{background:#fff;border:1px solid var(--border);border-radius:18px;padding:18px}
.metric-strip span{display:block;color:var(--muted);font-size:12px;font-weight:900;text-transform:uppercase}
.metric-strip strong{display:block;color:var(--navy);margin-top:6px}
.article-layout{grid-template-columns:minmax(0,1fr) 330px}
.article-card{background:#fff;border:1px solid var(--border);border-radius:24px;padding:36px;box-shadow:0 12px 38px rgba(19,31,53,.05)}
.report-preview-card{padding:18px;overflow:hidden}
.report-body h2{margin-top:30px;font-size:28px}
.report-body h2:first-child{margin-top:0}
.report-body p,.report-body li{font-size:17px;color:#526073}
.publication-embed{margin-top:36px;padding-top:30px;border-top:1px solid var(--border)}
.publication-embed-head{display:flex;align-items:end;justify-content:space-between;gap:22px;margin-bottom:18px}
.publication-actions{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}
.publication-embed-head h2{margin-top:10px;font-size:30px}
.publication-cta{background:var(--soft);border:1px solid var(--border);border-radius:24px;padding:24px;margin-top:36px}.publication-embed h2 a{color:inherit}.publication-embed h2 a:hover{color:var(--blue)}
.publication-preview{position:relative;overflow:hidden;border-radius:20px;background:#fff}
.publication-preview.is-locked{cursor:pointer}
.publication-preview-viewport{position:relative;z-index:1;height:760px;overflow:hidden;background:#fff;border-radius:16px}
.publication-preview-frame{position:absolute;top:0;left:0;width:1180px;height:1400px;border:0;background:#fff;pointer-events:none;transform:scale(var(--preview-scale,.66));transform-origin:top left}
.publication-preview.is-open .publication-preview-viewport{height:min(86vh,980px);overflow:auto}
.publication-preview.is-open .publication-preview-frame{position:static;width:100%;height:min(86vh,980px);transform:none;pointer-events:auto}
.publication-preview-lock{position:absolute;z-index:5;left:0;right:0;bottom:0;display:flex;align-items:center;justify-content:center;padding:86px 18px 24px;background:linear-gradient(180deg,rgba(255,255,255,0),rgba(255,255,255,.9) 48%,#fff);pointer-events:none}
.publication-preview-lock .button{position:relative;z-index:6;pointer-events:auto}
.publication-preview-open{display:flex;justify-content:center;padding:18px 0 8px}
.report-login-modal{position:fixed;inset:0;z-index:120;display:none;place-items:center;padding:20px}
.report-login-modal:target,.report-login-modal.is-open{display:grid}
.report-login-backdrop{position:absolute;z-index:1;inset:0;border:0;background:rgba(19,31,53,.46);backdrop-filter:blur(8px);cursor:pointer}
.report-login-card{position:relative;z-index:2;width:min(380px,100%);background:#fff;border:1px solid var(--border);border-radius:18px;padding:22px;box-shadow:0 28px 90px rgba(19,31,53,.22)}
.report-login-card h2{font-size:24px;margin-top:10px}
.report-login-card p{color:#526073;margin-bottom:18px;font-size:14px;line-height:1.55}
.report-login-card .auth-icon{margin-bottom:10px}
.report-login-close{position:absolute;top:14px;right:14px;width:34px;height:34px;display:grid;place-items:center;border:1px solid var(--border);border-radius:999px;background:#fff;color:var(--navy);cursor:pointer}
.report-login-close svg{width:18px;height:18px}
.has-auth-modal body{overflow:hidden}
.article-aside{display:grid;gap:18px;position:sticky;top:96px}
.aside-card h2{font-size:24px;margin-top:14px}
.aside-card .button{margin-top:18px}
.empty-panel{background:#fff;border:1px solid var(--border);border-radius:24px;padding:44px}

.component-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
.component-card{min-height:230px}
.component-card h3{margin-top:18px}
.split-feature{grid-template-columns:1fr .9fr;align-items:center}
.support-visual{margin:0}
.support-visual img{display:block;width:100%;aspect-ratio:16/10;object-fit:cover;border-radius:24px;border:1px solid var(--border);box-shadow:var(--shadow)}
.check-list{display:grid;gap:12px;list-style:none;margin:24px 0 0;padding:0}
.check-list li{background:#fff;border:1px solid var(--border);border-radius:16px;padding:14px 16px;color:var(--text);font-weight:800}
.output-grid{grid-template-columns:.9fr 1.1fr;align-items:center}
.health-mockup{background:#fff;border:1px solid var(--border);border-radius:24px;padding:22px;box-shadow:var(--shadow)}
.mockup-header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:16px;color:var(--slate);font-size:13px;font-weight:900}
.mockup-header strong{color:var(--navy)}
.health-mockup img{display:block;width:100%;aspect-ratio:16/9;object-fit:cover;border-radius:18px;border:1px solid var(--border);background:var(--soft)}
.health-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:16px}
.health-list span{background:var(--soft);border-radius:14px;padding:10px;color:var(--slate);font-size:13px;font-weight:900}
.form-layout{grid-template-columns:minmax(0,1fr) 340px}
.review-form{display:grid;gap:16px}
label{display:grid;gap:7px;color:var(--navy);font-weight:900}
input,textarea,select{width:100%;border:1px solid var(--border);border-radius:14px;padding:13px 14px;background:#fff;color:var(--text);font:inherit}
textarea{resize:vertical}
.notice{border-radius:16px;padding:14px 16px;font-weight:800}
.notice.success{background:rgba(15,159,110,.12);color:#047857}
.notice.error{background:rgba(220,38,38,.1);color:#B91C1C}
.notice p{margin:0;color:inherit}
.sticky-note{position:sticky;top:96px}
.small-note{font-size:14px}
.auth-section{position:relative;min-height:calc(100vh - 74px);display:grid;place-items:center;overflow:hidden;background:linear-gradient(180deg,#fff,var(--bg))}
.auth-backdrop{position:absolute;inset:0;background:rgba(19,31,53,.42);backdrop-filter:blur(8px)}
.auth-modal-wrap{position:relative;z-index:1;display:grid;place-items:center}
.auth-panel{display:grid;grid-template-columns:minmax(0,1fr) 420px;gap:34px;align-items:center}
.auth-panel h1,.auth-modal h1{font-size:clamp(28px,4vw,42px);margin-top:14px}
.auth-panel p,.auth-modal p{max-width:680px;color:#526073}
.auth-card{background:#fff;border:1px solid var(--border);border-radius:24px;padding:28px;box-shadow:var(--shadow)}
.auth-modal{width:min(560px,100%);text-align:left}
.auth-icon{width:54px;height:54px;display:grid;place-items:center;border-radius:18px;background:rgba(36,99,167,.1);color:var(--blue);border:1px solid rgba(36,99,167,.16);margin-bottom:16px}
.auth-icon svg{width:26px;height:26px}
.auth-card h2{font-size:24px}
.auth-card .notice{margin-bottom:16px}
.auth-code{display:block;margin-top:12px;padding:12px;border:1px solid var(--border);border-radius:12px;background:var(--soft);color:var(--navy);white-space:normal;word-break:break-all}
.button-google{width:100%;min-height:54px}
.google-mark{display:inline-grid;place-items:center;width:26px;height:26px;border-radius:50%;background:#fff;color:#4285F4;font-weight:900}
.auth-cancel{display:flex;justify-content:center;margin-top:14px;color:var(--blue);font-size:13px;font-weight:900}

.method-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
.method-card{min-height:260px}
.method-card span{display:inline-flex;color:rgba(36,99,167,.24);font-size:54px;font-weight:900;line-height:1}
.method-card h3{margin-top:14px;font-size:28px}
.risk-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
.risk-card{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.12);border-radius:22px;padding:24px}
.risk-card h3{font-size:26px}
.method-note-grid{grid-template-columns:repeat(3,minmax(0,1fr));margin-top:24px}
.method-note-card{background:#fff;border:1px solid var(--border);border-radius:22px;padding:24px;box-shadow:0 12px 38px rgba(19,31,53,.05)}
.method-note-card h3{font-size:24px}
.framework-list{display:grid;gap:14px;margin-top:24px}
.framework-list article{background:#fff;border:1px solid var(--border);border-radius:18px;padding:18px}
.framework-list h3{font-size:20px}

.quant-output-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
.featured-commentary{display:grid;grid-template-columns:1fr 300px;gap:30px;align-items:center}
.featured-commentary h2{margin-top:12px}
.theme-box{display:flex;flex-wrap:wrap;gap:10px;align-content:flex-start}

.site-footer{background:var(--navy);color:#fff;padding:54px 0 0}
.footer-panel{display:grid;grid-template-columns:1.35fr .8fr .8fr 1.1fr;gap:32px}
.footer-brand{color:#fff}
.footer-logo{width:220px;border-radius:10px}
.footer-panel h2{color:#fff;font-size:15px;margin:0 0 14px}
.footer-panel p,.footer-panel a{color:rgba(255,255,255,.62)}
.footer-panel a{display:block;margin-top:9px;font-size:14px;font-weight:700}
.footer-bottom{display:flex;justify-content:space-between;gap:20px;border-top:1px solid rgba(255,255,255,.1);margin-top:38px;padding:22px 0;color:rgba(255,255,255,.45);font-size:13px}

.tool-page{padding:34px 0 56px;background:linear-gradient(180deg,#fff,var(--bg))}
.tool-page-head{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:24px}
.tool-page-head h1{font-size:clamp(32px,3.5vw,44px);margin-top:12px}
.tool-page-head p{max-width:760px;color:#526073;font-weight:500}
.tool-frame-panel{overflow:hidden;border:1px solid var(--border);border-radius:24px;background:#f7f8fb;box-shadow:var(--shadow)}
.tool-frame{display:block;width:100%;height:1500px;min-height:920px;border:0;background:#f7f8fb}
.portfolio-health-page{padding-top:28px}
.health-check-head{align-items:start}
.health-check-entry{display:grid;grid-template-columns:minmax(0,.95fr) minmax(360px,.7fr);gap:24px;align-items:stretch;margin-bottom:24px}
.health-check-intro,.health-check-starter{background:#fff;border:1px solid var(--border);border-radius:20px;box-shadow:var(--shadow)}
.health-check-intro{padding:30px}
.health-check-intro h2{font-size:clamp(28px,3vw,40px);margin:10px 0 14px}
.health-check-intro p{color:#526073;font-weight:500;max-width:760px}
.health-check-steps{display:flex;flex-wrap:wrap;gap:10px;margin-top:22px}
.health-check-steps span{display:inline-flex;align-items:center;min-height:38px;border:1px solid var(--border);border-radius:999px;padding:0 14px;background:var(--soft);font-weight:800;color:var(--navy)}
.health-check-starter{padding:24px}
.health-check-starter .button{font-size:15px;font-weight:800}
.health-check-starter label,.appetite-picker legend{display:block;margin:0 0 10px;font-weight:900;color:var(--navy)}
.starter-amount{display:flex;align-items:center;width:100%;border:1px solid var(--border);border-radius:14px;background:#fff;overflow:hidden;margin-bottom:6px}
.starter-amount input{width:10ch;max-width:calc(100% - 92px);min-width:8ch;border:0;padding:15px 0 15px 16px;font:inherit;font-size:20px;color:var(--navy);outline:0}
.starter-amount span{padding:0 16px 0 6px;color:#66758c;white-space:nowrap;pointer-events:none}
.amount-readable{display:block;margin:0 0 18px;color:#607087;font-size:13px;line-height:1.45}
.appetite-picker{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;border:0;margin:0 0 18px;padding:0}
.appetite-picker legend{grid-column:1/-1}
.appetite-picker label{position:relative;display:grid;grid-template-columns:auto minmax(0,1fr);column-gap:9px;row-gap:2px;align-items:start;margin:0;padding:13px;border:1px solid var(--border);border-radius:14px;cursor:pointer;background:#fff}
.appetite-picker input{margin-top:4px;accent-color:var(--blue)}
.appetite-picker strong{font-size:15px}
.appetite-picker span{grid-column:2;color:#607087;font-size:13px;line-height:1.35}
.appetite-picker label:has(input:checked){border-color:rgba(25,91,163,.55);background:#f3f7fc}
.starter-note{margin:-4px 0 18px;color:#607087;font-size:13px;line-height:1.45}
.health-check-tool{scroll-margin-top:96px}
.health-check-tool[hidden]{display:none}

@media(max-width:1120px){
  .header-cta,.header-user{display:none}
  .menu-button{display:inline-flex;margin-left:auto}
  .main-nav{display:none;position:absolute;left:18px;right:18px;top:76px;margin-left:0;background:#fff;border:1px solid var(--border);border-radius:20px;padding:14px;box-shadow:var(--shadow);flex-direction:column;align-items:stretch;gap:2px}
  .main-nav.is-open{display:flex}
  .nav-link{padding:12px 14px;border-radius:12px}
  .nav-auth-link{display:block}
  .nav-link:hover,.nav-link.is-active{background:var(--soft)}
  .nav-more{display:grid}
  .nav-more-button{justify-content:space-between;width:100%;padding:12px 14px;border-radius:12px}
  .nav-more-menu{position:static;display:grid;min-width:0;padding:4px 0 0 14px;border:0;box-shadow:none;background:transparent}
  .nav-more-menu .nav-link{padding:10px 14px}
  .publication-preview-frame{--preview-scale:.56}
  .hero-panel{padding:54px;min-height:460px}
  .insight-grid,.report-card-grid,.quant-output-grid,.risk-grid,.method-note-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .quant-card-grid,.component-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .metric-strip{grid-template-columns:repeat(3,minmax(0,1fr))}
  .footer-panel{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:900px){
  .section{padding:64px 0}
  .hero-shell{padding:20px 0 56px}
  .hero-panel{min-height:420px;padding:38px;border-radius:22px}
  .hero-centered{text-align:left;margin:0}
  .hero-centered .hero-actions{justify-content:flex-start}
  .hero-stats,.hero-stats-left{grid-template-columns:repeat(2,minmax(0,1fr))}
  .section-heading-row,.cta-panel,.featured-report,.report-hero-grid,.article-layout,.split-feature,.output-grid,.form-layout,.featured-commentary{grid-template-columns:1fr;display:grid}
  .tool-page-head,.auth-panel{display:grid;grid-template-columns:1fr;align-items:start}
  .publication-embed-head{display:grid;align-items:start}
  .publication-preview-viewport{height:680px}
  .publication-preview-frame{--preview-scale:.58;width:980px;height:1260px}
  .publication-preview-lock{padding:84px 18px 20px}
  .section-note{text-align:left}
  .article-aside,.sticky-note{position:static}
  .report-lane-grid,.two-lane-grid,.method-grid{grid-template-columns:1fr}
  .health-check-entry{grid-template-columns:1fr}
}
@media(max-width:640px){
  .container{width:min(100% - 28px,1180px)}
  h1{font-size:clamp(34px,12vw,48px)}
  h2{font-size:clamp(26px,9vw,36px)}
  .header-inner{min-height:68px}
  .main-nav{top:70px;left:14px;right:14px}
  .brand-logo-header{width:158px}
  .footer-logo{width:190px}
  .brand-mark{width:34px;height:34px}
  .hero-panel{min-height:340px;padding:28px;background-position:center}
  .hero-content p{font-size:16px}
  .hero-actions,.button{width:100%}
  .button{white-space:normal;text-align:center}
  .hero-stats,.insight-grid,.report-card-grid,.quant-card-grid,.component-grid,.quant-output-grid,.risk-grid,.method-note-grid,.metric-strip,.footer-panel{grid-template-columns:1fr}
  .hero-stats div{padding:15px}
  .compact-report-card{grid-template-columns:1fr}
  .compact-report-card img{width:100%}
  .report-lane,.research-card,.report-product-card,.component-card,.method-card,.panel-card,.aside-card,.featured-commentary,.theme-box,.article-card,.health-mockup,.featured-report,.cta-panel{border-radius:20px;padding:20px}
  .report-product-card{padding:0}
  .report-product-card>div{padding:20px}
  .health-list{grid-template-columns:1fr}
  .footer-bottom{display:grid}
  .tool-frame-panel{border-radius:16px;margin-left:-10px;margin-right:-10px}
  .tool-frame{min-height:760px}
  .publication-preview-viewport{height:580px}
  .publication-preview-frame{--preview-scale:.48;width:900px;height:1200px}
  .publication-preview-lock h2,.report-login-card h2{font-size:24px}
  .report-login-card{border-radius:18px;padding:22px}
  .health-check-intro,.health-check-starter{border-radius:16px;padding:20px}
  .appetite-picker{grid-template-columns:1fr}
  .starter-amount input{font-size:18px}
}

/* Publication report A4 embed */
.publication-report-body h2:first-child{margin-top:0}
.publication-report-actions{display:flex;gap:12px;flex-wrap:wrap;margin:20px 0}
.publication-report-frame-wrap{margin-top:18px;border:1px solid var(--border);border-radius:20px;overflow:hidden;background:#f4f7fb;box-shadow:0 12px 38px rgba(19,31,53,.06)}
.publication-report-frame{display:block;width:100%;height:min(82vh,1040px);min-height:760px;border:0;background:#fff}
.publication-report-note{margin-top:14px;color:var(--muted);font-size:14px!important}
@media(max-width:900px){
  .publication-report-frame{min-height:620px;height:76vh}
}
@media(max-width:640px){
  .publication-report-frame-wrap{border-radius:16px;margin-left:-10px;margin-right:-10px}
  .publication-report-frame{min-height:560px;height:72vh}
}


/* PortSelect report detail color guard */
.report-hero .section-kicker{background:rgba(36,99,167,.12);color:var(--blue);border:0}
.report-hero h1{color:var(--navy)!important}
.report-hero p{color:#526073!important;font-weight:500}
.report-hero .report-meta-row{color:#667386!important}
.report-hero .tag-list span{color:var(--slate)!important}

/* 2026-06 interface refresh */
:root{
  --navy:#101c32;
  --blue:#1f5f9f;
  --slate:#465d78;
  --orange:#ef8734;
  --bg:#f6f8fa;
  --card:#fff;
  --soft:#edf2f7;
  --border:#d8e0e9;
  --text:#263449;
  --muted:#657386;
  --shadow:0 12px 34px rgba(16,28,50,.07);
}
body{
  font-family:"Segoe UI Variable","Segoe UI",Arial,sans-serif;
  background:var(--bg);
  font-size:16px;
  line-height:1.6;
  text-rendering:optimizeLegibility;
}
main{overflow:hidden}
.container{width:min(1240px,calc(100% - 48px))}
h1,h2,h3,h4{letter-spacing:0}
h1{font-size:clamp(42px,5vw,64px);line-height:1.02}
h2{font-size:clamp(30px,3.2vw,44px);line-height:1.1}
h3{font-size:22px;line-height:1.2}
p{color:var(--muted)}
a,button,input,select,textarea{transition:border-color .18s ease,background-color .18s ease,color .18s ease,box-shadow .18s ease,transform .18s ease}
a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{
  outline:3px solid rgba(31,95,159,.22);
  outline-offset:3px;
}

.site-header{background:rgba(255,255,255,.96);backdrop-filter:blur(14px)}
.header-inner{min-height:70px;gap:24px}
.brand-logo-header{width:166px}
.main-nav{gap:18px}
.nav-link,.nav-more-button{font-size:13.5px;font-weight:700;color:#536176}
.nav-link{position:relative}
.main-nav>.nav-link::after,.nav-more-button::after{
  content:"";
  position:absolute;
  right:0;
  bottom:-24px;
  left:0;
  height:2px;
  background:var(--blue);
  opacity:0;
}
.main-nav>.nav-link:hover::after,.main-nav>.nav-link.is-active::after,.nav-more-button.is-active::after{opacity:1}
.nav-more-menu{
  top:calc(100% + 22px);
  border-radius:10px;
  padding:8px;
  box-shadow:0 18px 48px rgba(16,28,50,.14);
}
.nav-more:hover .nav-more-menu,.nav-more:focus-within .nav-more-menu,.nav-more.is-open .nav-more-menu{display:grid;gap:2px}
.nav-more-menu .nav-link{border-radius:7px}
.header-cta{min-height:42px;padding:0 18px;font-size:13px;box-shadow:none}
.header-cta:hover{background:#dc7628;transform:translateY(-1px)}
.button{
  min-height:44px;
  padding:0 20px;
  font-family:inherit;
  font-size:14px;
  font-weight:700;
  box-shadow:none;
}
.button:hover{transform:translateY(-1px)}
.button:active{transform:translateY(1px)}
.button-primary:hover{background:#dc7628}

.hero-shell{padding:0 0 48px}
.hero-shell>.container{width:100%;max-width:none}
.hero-panel{
  min-height:450px;
  border-radius:0;
  padding:58px max(24px,calc((100vw - 1240px)/2));
  box-shadow:none;
  background-position:center;
}
.hero-home,.hero-market,.hero-portfolio,.hero-method,.hero-quant,.hero-commentary,.hero-analysis{
  background-position:center;
}
.hero-home{background-image:linear-gradient(90deg,rgba(16,28,50,.94) 0%,rgba(16,28,50,.83) 48%,rgba(16,28,50,.28) 100%),url('/assets/images/hero-market-intelligence.webp')}
.hero-market{background-image:linear-gradient(90deg,rgba(16,28,50,.94) 0%,rgba(16,28,50,.80) 48%,rgba(16,28,50,.30) 100%),url('/assets/images/reports-archive.webp')}
.hero-portfolio{background-image:linear-gradient(90deg,rgba(16,28,50,.94) 0%,rgba(16,28,50,.80) 48%,rgba(16,28,50,.30) 100%),url('/assets/images/portfolio-diagnostics.webp')}
.hero-method{background-image:linear-gradient(90deg,rgba(16,28,50,.94) 0%,rgba(16,28,50,.82) 48%,rgba(16,28,50,.30) 100%),url('/assets/images/research-methodology.webp')}
.hero-quant{background-image:linear-gradient(90deg,rgba(16,28,50,.94) 0%,rgba(16,28,50,.82) 48%,rgba(16,28,50,.30) 100%),url('/assets/images/market-dashboard.webp')}
.hero-commentary,.hero-analysis{background-image:linear-gradient(90deg,rgba(16,28,50,.94) 0%,rgba(16,28,50,.82) 48%,rgba(16,28,50,.30) 100%),url('/assets/images/hero-market-intelligence.webp')}
.hero-content,.hero-centered{max-width:820px;margin:0;text-align:left}
.hero-content h1{max-width:860px;font-size:clamp(42px,4.4vw,58px)}
.hero-content p,.hero-centered p{
  max-width:650px;
  margin-right:0;
  margin-left:0;
  color:rgba(255,255,255,.82);
  font-size:17px;
  line-height:1.55;
}
.hero-centered .hero-actions{justify-content:flex-start}
.hero-badge,.section-kicker{
  border-radius:5px;
  padding:6px 9px;
  font-size:11px;
  font-weight:800;
  letter-spacing:0;
}
.hero-badge{margin-bottom:16px}
.hero-actions{margin-top:24px}
.hero-stats{
  max-width:760px;
  gap:0;
  margin-top:32px;
  border-top:1px solid rgba(255,255,255,.22);
}
.hero-stats div{
  min-height:82px;
  padding:16px 18px 0 0;
  border:0;
  border-radius:0;
  background:transparent;
}
.hero-stats div+div{padding-left:18px;border-left:1px solid rgba(255,255,255,.16)}
.hero-stats strong{font-size:24px}
.hero-stats span{margin-top:6px;font-size:12px;line-height:1.35}

.section{padding:72px 0}
.section-soft{background:#fff;border-top:1px solid #e8edf2;border-bottom:1px solid #e8edf2}
.section-heading{margin-bottom:30px}
.section-heading-row{align-items:end;margin-bottom:28px}
.section-heading-row h2,.section-heading h2{margin-top:10px}
.section-heading.centered{text-align:left;margin-right:auto;margin-left:auto}
.section-heading.centered .section-kicker{margin-right:0;margin-left:0}
.section-note{text-align:left}
.text-link{font-weight:700}

.research-card,.report-product-card,.component-card,.method-card,.panel-card,.aside-card,.featured-commentary,.theme-box,
.report-lane,.dark-research-card,.cta-panel,.featured-report,.report-summary-card,.article-card,.empty-panel,.health-mockup,
.method-note-card,.risk-card,.framework-list article,.auth-card,.tool-frame-panel,.health-check-intro,.health-check-starter{
  border-radius:10px;
}
.research-card,.report-product-card,.component-card,.method-card,.panel-card,.aside-card,.featured-commentary,.theme-box,
.report-lane,.featured-report,.article-card,.method-note-card{
  box-shadow:none;
}
.research-card{min-height:260px;padding:22px}
.research-card:hover,.report-product-card:hover,.compact-report-card:hover{
  border-color:#b9c6d5;
}
.research-card h3,.report-product-card h3{font-size:21px}
.research-card>p,.report-product-card>div>p{
  display:-webkit-box;
  overflow:hidden;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:7;
}
.report-lane{padding:22px}
.lane-header{margin-bottom:12px}
.lane-header h3{font-size:23px}
.icon-chip{width:42px;height:42px;border-radius:8px}
.compact-report-card{grid-template-columns:112px 1fr;gap:16px}
.compact-report-card img{width:112px;border-radius:7px}
.dark-research-card{padding:22px}
.cta-panel{padding:34px;border:1px solid rgba(255,255,255,.1)}
.featured-report{padding:26px}
.featured-report-visual img,.support-visual img,.report-summary-card img{border-radius:8px}
.tag-list span,.topic-pills span,.theme-box span{border-radius:5px}
.method-card{min-height:220px}
.method-card span{font-size:42px}
.method-card h3{font-size:24px}
.framework-list article{padding:16px}

.site-footer{padding-top:46px}
.footer-panel{grid-template-columns:1.3fr .75fr .75fr 1.1fr;gap:38px}
.footer-logo{width:190px}
.footer-panel p,.footer-panel a{color:rgba(255,255,255,.7)}
.footer-bottom{margin-top:30px}

.tool-page{padding-top:28px}
.tool-page-head h1{font-size:clamp(34px,3.6vw,48px)}
.health-check-entry{grid-template-columns:minmax(0,1fr) minmax(360px,.72fr)}
.health-check-intro,.health-check-starter{box-shadow:none}
.health-check-steps span,.appetite-picker label,.starter-amount{border-radius:8px}
.appetite-picker label:hover{border-color:#aebdce}
.appetite-picker label:has(input:checked){border-color:var(--blue);box-shadow:0 0 0 2px rgba(31,95,159,.1)}

@media(max-width:1120px){
  .main-nav>.nav-link::after,.nav-more-button::after{display:none}
  .main-nav{border-radius:10px}
  .nav-link,.nav-more-button{font-size:14px}
  .nav-more-menu{border-radius:0}
}
@media(max-width:900px){
  .container{width:min(100% - 36px,1240px)}
  .hero-panel{min-height:420px;padding:48px 28px}
  .hero-stats div+div{padding-left:14px}
  .section{padding:58px 0}
  .section-heading-row{align-items:start}
  .health-check-entry{grid-template-columns:1fr}
}
@media(max-width:640px){
  body{font-size:15px}
  .container{width:min(100% - 28px,1240px)}
  .header-inner{min-height:66px}
  .brand-logo-header{width:150px}
  h1{font-size:clamp(36px,11vw,46px)}
  h2{font-size:clamp(27px,8vw,34px)}
  .hero-shell{padding-bottom:32px}
  .hero-panel{min-height:430px;padding:40px 20px;background-position:62% center}
  .hero-content p{font-size:16px}
  .hero-actions{display:grid;grid-template-columns:1fr;gap:10px}
  .hero-actions .button{width:100%;white-space:nowrap}
  .hero-stats{grid-template-columns:repeat(2,minmax(0,1fr))}
  .hero-stats div{min-height:72px;padding-top:14px}
  .hero-stats div+div{padding-left:12px}
  .hero-stats div:nth-child(3){padding-left:0;border-left:0;border-top:1px solid rgba(255,255,255,.16)}
  .hero-stats div:nth-child(4){border-top:1px solid rgba(255,255,255,.16)}
  .hero-stats{display:none}
  .section{padding:48px 0}
  .section-heading-row{gap:16px}
  .research-card,.report-lane,.component-card,.method-card,.panel-card,.aside-card,.featured-commentary,.theme-box,.article-card,.health-mockup,.featured-report,.cta-panel{padding:18px}
  .compact-report-card{grid-template-columns:96px minmax(0,1fr)}
  .compact-report-card img{width:96px}
  .footer-panel{grid-template-columns:1fr}
}
@media(prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *,*::before,*::after{transition:none!important;animation:none!important}
}
