/* ODS.PROJECTION.01 | public transversal lens */
:root{
  --odsp-ink:#0f172a;
  --odsp-muted:#64748b;
  --odsp-line:rgba(15,23,42,.10);
  --odsp-soft:#f8fafc;
  --odsp-card:#fff;
  --odsp-blue:#2563eb;
  --odsp-green:#15803d;
  --odsp-shadow:0 14px 40px rgba(15,23,42,.06);
  --odsp-radius:18px;
}
.odsproj-page{width:min(1180px,calc(100% - 32px));margin:0 auto;padding:28px 0 64px;color:var(--odsp-ink)}
.odsproj-intro,.odsproj-target-hero{display:grid;grid-template-columns:minmax(0,1fr) minmax(250px,.42fr);gap:22px;align-items:end;padding:24px;border:1px solid var(--odsp-line);border-radius:22px;background:linear-gradient(180deg,#fff,#f8fafc);box-shadow:var(--odsp-shadow)}
.odsproj-kicker,.odsproj-section-head>span{display:block;margin-bottom:8px;font-size:11px;line-height:1.3;font-weight:900;letter-spacing:.08em;text-transform:uppercase;color:#64748b}
.odsproj-intro h1,.odsproj-target-hero h1{margin:0;font-size:clamp(30px,4vw,50px);line-height:1.02;letter-spacing:-.045em;font-weight:900}
.odsproj-intro__copy>p,.odsproj-target-hero__copy>p{max-width:820px;margin:12px 0 0;color:#526173;font-size:15px;line-height:1.7}
.odsproj-intro__rule{padding:16px;border:1px solid var(--odsp-line);border-radius:16px;background:#fff}
.odsproj-intro__rule strong,.odsproj-intro__rule span{display:block}.odsproj-intro__rule strong{font-size:13px}.odsproj-intro__rule span{margin-top:6px;color:var(--odsp-muted);font-size:12px;line-height:1.55}
.odsproj-summary,.odsproj-target-summary{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;margin:16px 0 22px}
.odsproj-summary article,.odsproj-target-summary article{min-width:0;padding:15px;border:1px solid var(--odsp-line);border-radius:16px;background:#fff;box-shadow:0 8px 24px rgba(15,23,42,.04)}
.odsproj-summary span,.odsproj-target-summary span{display:block;color:#64748b;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.045em}
.odsproj-summary strong,.odsproj-target-summary strong{display:block;margin-top:7px;font-size:28px;line-height:1;font-weight:900;letter-spacing:-.04em}
.odsproj-summary small,.odsproj-target-summary small{display:block;margin-top:7px;color:#64748b;font-size:11px;line-height:1.4}
.odsproj-tools{display:flex;justify-content:space-between;gap:16px;align-items:end;margin:0 0 18px;padding:14px 16px;border:1px solid var(--odsp-line);border-radius:16px;background:#fff}
.odsproj-search{min-width:260px;flex:1}.odsproj-search span{display:block;margin-bottom:6px;color:#475569;font-size:11px;font-weight:800}.odsproj-search input{width:100%;max-width:520px;height:42px;border:1px solid var(--odsp-line);border-radius:12px;padding:0 13px;background:#fff;color:var(--odsp-ink);outline:none}.odsproj-search input:focus{border-color:rgba(37,99,235,.45);box-shadow:0 0 0 3px rgba(37,99,235,.08)}
.odsproj-filters{display:flex;gap:7px;flex-wrap:wrap}.odsproj-filters button{border:1px solid var(--odsp-line);border-radius:999px;background:#fff;padding:8px 11px;color:#475569;font-size:12px;font-weight:800;cursor:pointer}.odsproj-filters button.is-active{border-color:rgba(37,99,235,.32);background:rgba(37,99,235,.07);color:#1d4ed8}
.odsproj-goals{display:grid;gap:10px}.odsproj-goal{border:1px solid var(--odsp-line);border-radius:18px;background:#fff;overflow:hidden;box-shadow:0 10px 28px rgba(15,23,42,.04)}.odsproj-goal[hidden]{display:none}.odsproj-goal>summary{list-style:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 16px}.odsproj-goal>summary::-webkit-details-marker{display:none}.odsproj-goal[open]>summary{border-bottom:1px solid var(--odsp-line)}
.odsproj-goal__identity{display:flex;align-items:center;gap:12px;min-width:0}.odsproj-goal__identity img{width:48px;height:48px;object-fit:cover;border-radius:10px}.odsproj-goal__identity>span{display:block;min-width:0}.odsproj-goal__identity small{display:block;color:#64748b;font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.odsproj-goal__identity strong{display:block;margin-top:2px;font-size:15px;line-height:1.25}.odsproj-goal__signal{flex:0 0 auto;padding:7px 10px;border-radius:999px;background:#f8fafc;color:#64748b;font-size:11px;font-weight:800}.odsproj-goal__body{padding:16px}.odsproj-goal__desc{margin:0 0 14px;color:#64748b;font-size:13px;line-height:1.6}
.odsproj-target-grid,.odsproj-object-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.odsproj-target{display:flex;flex-direction:column;min-width:0;padding:15px;border:1px solid var(--odsp-line);border-radius:16px;background:#fff}.odsproj-target[hidden]{display:none}.odsproj-target__head{display:flex;justify-content:space-between;gap:10px;align-items:center}.odsproj-target__code{font-size:12px;font-weight:900;color:#1d4ed8}.odsproj-target__state{font-size:10px;font-weight:800;color:#94a3b8}.odsproj-target__state.is-active{color:#15803d}.odsproj-target h3{margin:8px 0 6px;font-size:15px;line-height:1.3}.odsproj-target>p{margin:0;color:#64748b;font-size:12px;line-height:1.55}.odsproj-target__counts{display:flex;gap:7px;flex-wrap:wrap;margin-top:12px}.odsproj-target__counts span{padding:6px 8px;border-radius:9px;background:#f8fafc;color:#64748b;font-size:10px}.odsproj-target__counts b{color:#0f172a}.odsproj-target__open,.odsproj-object-open{display:inline-flex;align-items:center;gap:5px;margin-top:auto;padding-top:13px;color:#1d4ed8;font-size:12px;font-weight:900;text-decoration:none}
.odsproj-method,.odsproj-lens,.odsproj-section{margin-top:28px;padding-top:2px}.odsproj-section-head{max-width:860px}.odsproj-section-head h2,.odsproj-method h2{margin:0;font-size:clamp(23px,3vw,34px);line-height:1.08;letter-spacing:-.035em}.odsproj-section-head p{margin:9px 0 0;color:#64748b;line-height:1.65;font-size:13px}.odsproj-method__grid,.odsproj-lens-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:14px}.odsproj-method__grid article{padding:15px;border:1px solid var(--odsp-line);border-radius:15px;background:#fff}.odsproj-method__grid strong{font-size:13px}.odsproj-method__grid p{margin:6px 0 0;color:#64748b;font-size:12px;line-height:1.55}
.odsproj-breadcrumb{display:flex;gap:8px;align-items:center;margin-bottom:14px;color:#64748b;font-size:12px}.odsproj-breadcrumb a{color:#1d4ed8;text-decoration:none}.odsproj-target-hero{grid-template-columns:82px minmax(0,1fr) auto;align-items:center}.odsproj-target-hero__identity{display:flex;flex-direction:column;gap:7px}.odsproj-target-hero__identity img{width:68px;height:68px;border-radius:14px}.odsproj-target-hero__identity span,.odsproj-target-hero__identity strong{display:block}.odsproj-target-hero__identity span{font-size:10px;color:#64748b}.odsproj-target-hero__identity strong{font-size:12px}.odsproj-target-hero__copy h1{font-size:clamp(27px,3.4vw,42px)}.odsproj-target-hero__actions{display:flex;flex-direction:column;gap:8px}.odsproj-target-hero__actions a{display:inline-flex;justify-content:center;padding:10px 13px;border:1px solid var(--odsp-line);border-radius:12px;background:#fff;color:#0f172a;font-size:12px;font-weight:900;text-decoration:none;white-space:nowrap}.odsproj-target-hero__actions a.is-primary{background:#0f172a;color:#fff;border-color:#0f172a}.odsproj-context-note{padding:10px 12px;border-radius:12px;background:#eff6ff!important;color:#334155!important;font-size:12px!important}
.odsproj-target-summary{grid-template-columns:repeat(6,minmax(0,1fr))}.odsproj-lens-grid{grid-template-columns:repeat(5,minmax(0,1fr))}.odsproj-lens-grid a{display:flex;flex-direction:column;min-height:105px;padding:14px;border:1px solid var(--odsp-line);border-radius:15px;background:#fff;color:#0f172a;text-decoration:none}.odsproj-lens-grid span{color:#2563eb;font-size:10px;font-weight:900}.odsproj-lens-grid strong{margin-top:12px;font-size:14px}.odsproj-lens-grid small{margin-top:5px;color:#64748b;font-size:11px}
.odsproj-section{scroll-margin-top:145px}.odsproj-object-grid{margin-top:14px}.odsproj-object-card{display:flex;flex-direction:column;min-width:0;padding:16px;border:1px solid var(--odsp-line);border-radius:16px;background:#fff;box-shadow:0 8px 24px rgba(15,23,42,.035)}.odsproj-object-card>span,.odsproj-event>span{color:#64748b;font-size:10px;font-weight:900;letter-spacing:.06em;text-transform:uppercase}.odsproj-object-card h3{margin:7px 0 6px;font-size:15px;line-height:1.35}.odsproj-object-card h3 a{color:#0f172a;text-decoration:none}.odsproj-object-card p{margin:0;color:#64748b;font-size:12px;line-height:1.6}.odsproj-object-card small{display:block;margin-top:10px;color:#64748b;font-size:11px;line-height:1.45}.odsproj-empty{margin-top:14px;padding:16px;border:1px dashed rgba(15,23,42,.18);border-radius:15px;background:#f8fafc}.odsproj-empty strong{font-size:13px}.odsproj-empty p{margin:6px 0 0;color:#64748b;font-size:12px;line-height:1.55}
.odsproj-evidence-columns{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:16px}.odsproj-evidence-columns>div>h3{margin:0 0 10px;font-size:14px}.odsproj-event{padding:14px;border:1px solid var(--odsp-line);border-radius:14px;background:#fff;margin-bottom:9px}.odsproj-event strong{display:block;margin-top:5px;font-size:13px}.odsproj-event p{margin:5px 0 0;color:#64748b;font-size:12px;line-height:1.55}.odsproj-event small{display:block;margin-top:8px;color:#64748b;font-size:10px}.odsproj-event a{display:inline-block;margin-top:8px;color:#1d4ed8;font-size:11px;font-weight:800}.odsproj-learning-return{margin-top:22px}
@media(max-width:980px){.odsproj-summary{grid-template-columns:repeat(3,minmax(0,1fr))}.odsproj-target-summary{grid-template-columns:repeat(3,minmax(0,1fr))}.odsproj-lens-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.odsproj-target-hero{grid-template-columns:72px minmax(0,1fr)}.odsproj-target-hero__actions{grid-column:1/-1;flex-direction:row}.odsproj-target-hero__actions a{white-space:normal}}
@media(max-width:760px){.odsproj-page{width:min(100% - 20px,1180px);padding-top:18px}.odsproj-intro{grid-template-columns:1fr;padding:18px}.odsproj-intro h1{font-size:31px}.odsproj-summary,.odsproj-target-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.odsproj-tools{align-items:stretch;flex-direction:column}.odsproj-search{min-width:0}.odsproj-search input{max-width:none}.odsproj-target-grid,.odsproj-object-grid,.odsproj-evidence-columns{grid-template-columns:1fr}.odsproj-method__grid,.odsproj-lens-grid{grid-template-columns:1fr}.odsproj-goal>summary{align-items:flex-start}.odsproj-goal__signal{white-space:normal;text-align:right}.odsproj-target-hero{grid-template-columns:58px minmax(0,1fr);padding:18px;gap:14px}.odsproj-target-hero__identity img{width:52px;height:52px}.odsproj-target-hero__identity span{display:none}.odsproj-target-hero__copy h1{font-size:27px}.odsproj-target-hero__actions{flex-direction:column}.odsproj-target-summary article{padding:13px}.odsproj-target-summary strong,.odsproj-summary strong{font-size:24px}}

/* ODS.PUBLIC.EXPERIENCE.02 | SIGNAL-FIRST READING */
.odsproj-summary{grid-template-columns:repeat(auto-fit,minmax(170px,1fr))}
.odsproj-integration{display:flex;align-items:flex-start;gap:16px;margin:-8px 0 22px;padding:13px 15px;border:1px solid #dbe4ee;border-radius:14px;background:#f8fafc;color:#475569}
.odsproj-integration>strong{flex:0 0 auto;color:#0f172a;font-size:12px}
.odsproj-integration>div{display:flex;gap:7px 14px;flex-wrap:wrap}
.odsproj-integration span{font-size:11px;line-height:1.45}
.odsproj-browse-head{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:20px;margin:30px 0 14px}
.odsproj-browse-head h2{max-width:760px;margin:5px 0 0;font-size:clamp(24px,3vw,35px);line-height:1.08;letter-spacing:-.035em}
.odsproj-browse-head p{max-width:790px;margin:9px 0 0;color:#64748b;font-size:13px;line-height:1.65}
.odsproj-scope-toggle{min-width:230px;padding:12px 14px;border:1px solid #cbd5e1;border-radius:14px;background:#fff;color:#0f172a;text-align:left;cursor:pointer;box-shadow:0 8px 24px rgba(15,23,42,.035)}
.odsproj-scope-toggle span,.odsproj-scope-toggle small{display:block}
.odsproj-scope-toggle span{font-size:12px;font-weight:900}
.odsproj-scope-toggle small{margin-top:4px;color:#64748b;font-size:10px;line-height:1.35}
.odsproj-scope-toggle:hover{border-color:#94a3b8;background:#f8fafc}
.odsproj-search small{display:block;max-width:520px;margin-top:6px;color:#94a3b8;font-size:10px;line-height:1.4}
.odsproj-scope-status{display:flex;align-items:center;justify-content:space-between;gap:18px;margin:-6px 0 14px;padding:0 2px;color:#64748b}
.odsproj-scope-status strong{color:#334155;font-size:11px}
.odsproj-scope-status span{font-size:10px;text-align:right}
.odsproj-goal__signal.is-active{background:#ecfdf5;color:#047857}
.odsproj-target__empty-note{margin-top:12px!important;padding:9px 10px;border-radius:10px;background:#f8fafc;color:#94a3b8!important;font-size:11px!important}
.odsproj-no-results{margin:16px 0 0;padding:20px;border:1px dashed rgba(15,23,42,.2);border-radius:16px;background:#f8fafc;text-align:center}
.odsproj-no-results strong{font-size:14px}
.odsproj-no-results p{margin:6px 0 0;color:#64748b;font-size:12px}
.odsproj-page[data-odsproj-scope-mode="signals"] .odsproj-goal[data-has-signal="0"],.odsproj-page[data-odsproj-scope-mode="signals"] .odsproj-target[data-has-signal="0"]{display:none}
@media(max-width:760px){.odsproj-browse-head{grid-template-columns:1fr;align-items:stretch}.odsproj-scope-toggle{min-width:0;width:100%}.odsproj-integration{flex-direction:column;gap:7px}.odsproj-scope-status{align-items:flex-start;flex-direction:column;gap:5px}.odsproj-scope-status span{text-align:left}.odsproj-goal__signal{max-width:46%;font-size:10px}}
.odsproj-target-overview-empty{margin:16px 0 22px;padding:18px;border:1px solid #dbe4ee;border-radius:16px;background:#fff;box-shadow:0 8px 24px rgba(15,23,42,.035)}
.odsproj-target-overview-empty strong{display:block;font-size:14px}
.odsproj-target-overview-empty p{max-width:760px;margin:7px 0 0;color:#64748b;font-size:12px;line-height:1.6}
.odsproj-target-summary{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}
.odsproj-lens-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}
.odsproj-evidence-columns.is-single{grid-template-columns:minmax(0,1fr)}

/* ODS.PUBLIC.CONTRACT.03 | CANONICAL AUTHORITY + PROJECTION QA */
.odsproj-method__grid{grid-template-columns:repeat(auto-fit,minmax(190px,1fr))}
.odsproj-event--canonical{border-style:solid}
.odsproj-authority-line{margin-top:5px!important;padding-top:7px;border-top:1px solid var(--odsp-line);color:#475569!important;font-weight:700}
