
:root{--pot-ink:#101010;--pot-paper:#f5f3ee;--pot-line:#dedbd2;--pot-yellow:#f2c500;--pot-muted:#6e6a61}
.pot-portal,.pot-indicator-shell{max-width:1220px;margin:0 auto;padding:18px;font-family:inherit;color:var(--pot-ink)}
.pot-kicker{font-size:11px;letter-spacing:.15em;font-weight:800;text-transform:uppercase}
.pot-muted{color:var(--pot-muted)}
.pot-ob-hero{background:var(--pot-ink);color:#fff;border-radius:26px;padding:clamp(30px,6vw,76px);display:grid;grid-template-columns:1fr 240px;gap:36px;align-items:end}
.pot-ob-hero h1{font-size:clamp(42px,7vw,84px);line-height:.95;margin:12px 0 18px;letter-spacing:-.04em}.pot-ob-hero p{font-size:19px;line-height:1.55;max-width:760px;color:#d8d5ce}
.pot-door-switch{border-left:1px solid #444;padding-left:22px;display:flex;flex-direction:column;gap:10px}.pot-door-switch span{font-size:12px;color:#aaa}.pot-door-switch a{color:var(--pot-yellow);font-weight:800;text-decoration:none}
.pot-editorial-intro{max-width:920px;padding:52px 0 18px}.pot-editorial-intro h2,.pot-analysis h2{font-size:clamp(27px,4vw,42px);letter-spacing:-.025em;margin:42px 0 12px}.pot-editorial-intro p,.pot-analysis p{font-size:17px;line-height:1.72;color:#35332f}
.pot-section{padding:54px 0;border-top:1px solid var(--pot-line)}.pot-section-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:18px;gap:20px}.pot-section-head h2{font-size:34px;margin:5px 0}.pot-section-head>a{color:inherit;font-weight:700;text-decoration:none}
.pot-grid{display:grid;gap:14px}.pot-grid-3{grid-template-columns:repeat(3,1fr)}.pot-grid-4{grid-template-columns:repeat(4,1fr)}
.pot-card,.pot-family-card,.pot-metric{display:block;text-decoration:none;color:inherit;border:1px solid var(--pot-line);background:#fff;border-radius:18px;padding:22px;transition:.2s}.pot-card:hover,.pot-family-card:hover,.pot-metric:hover{transform:translateY(-2px);box-shadow:0 12px 34px rgba(0,0,0,.07)}
.pot-card h3,.pot-family-card h3,.pot-metric h3{font-size:20px;line-height:1.2;margin:10px 0}.pot-card p,.pot-family-card p{line-height:1.55;color:var(--pot-muted)}
.pot-card-dark{background:#111;color:#fff;border-color:#111;min-height:260px;display:flex;flex-direction:column}.pot-card-dark small{color:var(--pot-yellow);font-weight:800}.pot-card-dark h3{font-size:27px}.pot-card-dark p{color:#c7c4bd;flex:1}.pot-card-dark b{color:var(--pot-yellow)}
.pot-family-card span{font-size:11px;font-weight:800;color:var(--pot-muted)}
.pot-data-zone{background:var(--pot-paper);margin-left:-18px;margin-right:-18px;padding-left:18px;padding-right:18px}
.pot-metric{background:#111;color:#fff;min-height:190px;display:flex;flex-direction:column}.pot-metric small{font-size:10px;color:#a9a49c;text-transform:uppercase}.pot-metric h3{flex:1}.pot-metric strong{font-size:30px;color:var(--pot-yellow);line-height:1}.pot-metric strong i{font-size:11px;font-style:normal}.pot-metric>span{font-size:11px;color:#aaa;margin-top:8px}
.pot-breadcrumb{font-size:12px;padding:14px 0}.pot-breadcrumb a{text-decoration:none;color:var(--pot-muted)}.pot-breadcrumb span{margin:0 7px;color:#aaa}
.pot-data-hero{background:#111;color:#fff;border-radius:24px;padding:30px;display:flex;justify-content:space-between;align-items:end;margin:12px 0 18px}.pot-big-value{font-size:clamp(46px,8vw,86px);line-height:.95;font-weight:850;color:var(--pot-yellow);letter-spacing:-.05em;margin:10px 0}.pot-big-value small{font-size:16px;letter-spacing:0;color:#fff}.pot-data-meta{color:#aaa;font-size:13px}.pot-status{font-size:12px;color:#d0cdc5;display:flex;align-items:center;gap:7px}.pot-status i{width:8px;height:8px;background:#3ecf8e;border-radius:50%}
.pot-data-empty{border:1px dashed #c8c4ba;border-radius:18px;padding:22px;display:flex;flex-direction:column;gap:8px;color:var(--pot-muted)}
.pot-chart-wrap{border:1px solid var(--pot-line);border-radius:20px;padding:20px;background:#fff;margin:18px 0 32px}.pot-chart-head{display:flex;justify-content:space-between;align-items:end}.pot-chart-head h3{margin:5px 0 0;font-size:25px}.pot-chart-head>span{font-size:12px;color:var(--pot-muted)}.pot-chart{width:100%;height:auto;margin-top:12px}.pot-axis{stroke:#d9d5cb;stroke-width:1}.pot-line{fill:none;stroke:#111;stroke-width:5;stroke-linecap:round;stroke-linejoin:round}.pot-series-strip{display:flex;gap:8px;overflow:auto}.pot-series-strip>div{min-width:90px;background:var(--pot-paper);padding:9px;border-radius:10px;display:flex;flex-direction:column}.pot-series-strip b{font-size:10px;color:var(--pot-muted)}.pot-series-strip span{font-size:13px;font-weight:800}
.pot-analysis{max-width:860px;margin:0 auto;padding:10px 0 42px}.pot-analysis h3{font-size:22px;margin-top:25px}.pot-related,.pot-source-box{margin:30px 0}.pot-source-box{border-top:1px solid var(--pot-line);padding:22px 0;display:flex;gap:14px;align-items:center;flex-wrap:wrap}.pot-source-box a{font-weight:700;color:inherit}
@media(max-width:900px){.pot-grid-4{grid-template-columns:repeat(2,1fr)}.pot-grid-3{grid-template-columns:1fr 1fr}.pot-ob-hero{grid-template-columns:1fr}.pot-door-switch{border-left:0;border-top:1px solid #444;padding:18px 0 0}}
@media(max-width:620px){.pot-portal,.pot-indicator-shell{padding:10px}.pot-ob-hero{border-radius:18px;padding:27px 20px}.pot-ob-hero h1{font-size:44px}.pot-grid-3,.pot-grid-4{grid-template-columns:1fr}.pot-section{padding:38px 0}.pot-data-zone{margin-left:-10px;margin-right:-10px;padding-left:10px;padding-right:10px}.pot-data-hero{border-radius:17px;padding:22px;align-items:flex-start;flex-direction:column;gap:20px}.pot-big-value{font-size:58px}.pot-chart-wrap{padding:12px}.pot-editorial-intro p,.pot-analysis p{font-size:16px}.pot-section-head{align-items:flex-start;flex-direction:column}}

.pot-insight-list{border:1px solid var(--pot-line);border-radius:18px;overflow:hidden;background:#fff}.pot-insight{display:grid;grid-template-columns:70px 1fr;gap:18px;padding:24px;border-bottom:1px solid var(--pot-line)}.pot-insight:last-child{border-bottom:0}.pot-insight>b{font-size:28px;color:#aaa397}.pot-insight h3{font-size:22px;margin:0 0 7px}.pot-insight p{margin:0;color:var(--pot-muted);line-height:1.6;max-width:850px}
.pot-labels,.pot-tags{display:flex;flex-wrap:wrap;gap:8px}.pot-labels a,.pot-tags span{border:1px solid #bdb7aa;border-radius:999px;padding:8px 12px;text-decoration:none;color:inherit;font-size:12px;font-weight:700;background:#fff}.pot-labels a:hover{background:#111;color:#fff}
.pot-timeline{margin:22px 0 36px;border-left:2px solid #111}.pot-era{display:grid;grid-template-columns:150px 1fr;gap:20px;padding:4px 0 25px 22px;position:relative}.pot-era:before{content:"";position:absolute;width:10px;height:10px;border-radius:50%;background:#111;left:-6px;top:7px}.pot-era>span{font-size:12px;font-weight:800}.pot-era p{margin:0!important}
.pot-table-wrap{overflow:auto;border:1px solid var(--pot-line);border-radius:16px;background:#fff}.pot-table{width:100%;border-collapse:collapse;min-width:800px}.pot-table th{text-align:left;font-size:10px;letter-spacing:.1em;text-transform:uppercase;color:var(--pot-muted);background:var(--pot-paper)}.pot-table th,.pot-table td{padding:14px 16px;border-bottom:1px solid #ebe8e0}.pot-table td{font-size:13px}.pot-table td:first-child{font-weight:750}.pot-table a{color:inherit;text-decoration:none}.pot-table a:hover{text-decoration:underline}
@media(max-width:620px){.pot-insight{grid-template-columns:42px 1fr;padding:18px 14px;gap:8px}.pot-insight>b{font-size:19px}.pot-insight h3{font-size:18px}.pot-era{grid-template-columns:1fr;gap:5px;padding-left:18px}}
/* V0.7 — templates PRISMA dédiés, indépendants du template article du thème */
.pot-page{background:#f7f6f2;color:#111;min-height:70vh;padding:0 18px 70px}.pot-page-inner{max-width:1180px;margin:0 auto}.pot-ob-nav{padding:22px 0 12px;font-size:12px;display:flex;gap:8px;align-items:center;color:#777}.pot-ob-nav a{color:#333;text-decoration:none;font-weight:700}.pot-eyebrow{font-size:11px;letter-spacing:.16em;font-weight:850;text-transform:uppercase;color:#746f65}
.pot-indicator-head,.pot-family-head{background:#fff;border:1px solid #dedbd2;border-radius:22px;padding:clamp(26px,5vw,58px);margin-bottom:14px}.pot-indicator-head h1,.pot-family-head h1{font-size:clamp(42px,6.5vw,78px);line-height:.98;letter-spacing:-.045em;margin:10px 0 20px;max-width:950px}.pot-indicator-head p,.pot-family-head p{font-size:18px;line-height:1.65;max-width:880px;color:#4b4842}.pot-head-tags{display:flex;flex-wrap:wrap;gap:7px;margin-top:24px}.pot-head-tags span,.pot-family-count{border:1px solid #c9c4b8;background:#faf9f6;border-radius:999px;padding:7px 11px;font-size:11px;font-weight:750}.pot-family-count{display:inline-block;margin-top:16px}
.pot-data-compact{background:#111;color:#fff;border-radius:18px;padding:22px 26px;margin:14px 0;display:flex;justify-content:space-between;align-items:end;gap:20px}.pot-data-compact .pot-kicker{color:#aaa}.pot-number{display:block;font-size:clamp(42px,7vw,72px);line-height:1;margin:7px 0;color:#f2c500;letter-spacing:-.04em}.pot-number small{font-size:14px;color:#fff;letter-spacing:0}.pot-data-compact p{margin:0;color:#bcb8ae;font-size:12px}.pot-data-side{text-align:right}.pot-data-side b{display:block;font-size:28px}.pot-data-side span{font-size:10px;color:#aaa}.pot-no-data{background:#ece9e1;color:#222;border:1px solid #d5d0c4}.pot-no-data .pot-kicker,.pot-no-data p,.pot-no-data .pot-data-side span{color:#68635b}.pot-no-data>div>strong{display:block;font-size:21px;margin:7px 0}
.pot-two-col{display:grid;grid-template-columns:minmax(0,1fr) 310px;gap:42px;align-items:start;padding-top:35px}.pot-two-col article{background:#fff;border:1px solid #e0ddd4;border-radius:22px;padding:clamp(24px,4vw,52px)}.pot-two-col article>h2{font-size:clamp(27px,3.5vw,39px);letter-spacing:-.025em;margin:42px 0 12px}.pot-two-col article>h2:first-of-type{margin-top:8px}.pot-two-col article p{font-size:16.5px;line-height:1.75;color:#38352f}.pot-sticky-card{position:sticky;top:24px;background:#fff;border:1px solid #ddd8cc;border-radius:18px;padding:20px}.pot-info-grid>div{padding:13px 0;border-bottom:1px solid #ebe8e0}.pot-info-grid>div:last-child{border-bottom:0}.pot-info-grid span{display:block;font-size:9px;letter-spacing:.1em;text-transform:uppercase;color:#777}.pot-info-grid strong{font-size:13px;display:block;margin-top:4px}.pot-source-link{display:block;margin-top:16px;padding-top:15px;border-top:1px solid #ddd;color:#111;font-weight:750;text-decoration:none;font-size:12px}.pot-analysis-callout{border-left:4px solid #111;background:#f1efe9;padding:20px 22px;margin:28px 0}.pot-analysis-callout>span{font-size:9px;letter-spacing:.14em;font-weight:850}.pot-analysis-callout h3{font-size:23px;margin:6px 0 8px}.pot-analysis-callout p{margin:0!important}.pot-editorial-custom{border-top:1px solid #ddd;margin-top:42px;padding-top:28px}.pot-family-list{border-top:1px solid #ddd}.pot-family-list a{display:grid;grid-template-columns:1fr auto;gap:15px;padding:15px 0;border-bottom:1px solid #e7e3da;text-decoration:none;color:#111;align-items:center}.pot-family-list a span{font-weight:750}.pot-family-list a b{font-size:12px;color:#6f6a61}
/* Portal V0.7: plus compact, style observatoire et non article */
.pot-portal{max-width:1180px;padding-top:22px}.pot-ob-hero{padding:38px 42px;border-radius:20px}.pot-ob-hero h1{font-size:clamp(42px,5.7vw,68px)}.pot-editorial-intro{display:none}.pot-insights{padding-top:34px}.pot-section-head h2{font-size:30px}.pot-family-card{border-radius:14px}.pot-table-wrap{box-shadow:none}
@media(max-width:860px){.pot-two-col{grid-template-columns:1fr}.pot-sticky-card{position:static}.pot-indicator-head h1,.pot-family-head h1{font-size:48px}}
@media(max-width:620px){.pot-page{padding:0 10px 45px}.pot-indicator-head,.pot-family-head{padding:24px 19px;border-radius:16px}.pot-indicator-head h1,.pot-family-head h1{font-size:40px}.pot-indicator-head p,.pot-family-head p{font-size:16px}.pot-two-col{gap:18px;padding-top:18px}.pot-two-col article{padding:22px 18px;border-radius:16px}.pot-data-compact{align-items:flex-start;flex-direction:column;padding:19px}.pot-data-side{text-align:left}.pot-ob-hero{padding:28px 21px}}

/* V0.7.1 — Elementor owns the authored content area. */
.pot-elementor-content-area{width:100%;max-width:none;margin:0;padding:0}
.elementor-editor-active .pot-elementor-content-area{min-height:420px}

.pot-method-box{background:var(--pot-paper);border:1px solid var(--pot-line);border-radius:18px;padding:28px!important}
.pot-method-box h2{font-size:30px;margin:7px 0 10px}.pot-method-box p{max-width:900px;line-height:1.65;color:var(--pot-muted)}
.pot-editorial-free{border-left:3px solid #111;padding-left:24px!important}

.pot-elementor-content-area{max-width:1180px;margin:0 auto;padding:20px 18px 60px}
.pot-elementor-content-area .elementor-widget-heading h1{letter-spacing:-.04em}
.pot-elementor-content-area .pot-grid{margin:12px 0}
