/* Registry-driven dashboard presentation */
.registry-loading,.registry-empty{grid-column:1/-1;padding:28px;border:1px dashed var(--border);border-radius:14px;background:var(--panel);color:var(--muted);text-align:center}
.registry-source-note{display:block;margin-top:6px;font-size:12px;color:var(--muted);text-align:right}
.resource-links a{display:flex!important;align-items:center;justify-content:space-between;gap:12px}
.registry-tool-version{font-size:10px;letter-spacing:.04em;color:var(--muted);font-weight:700;white-space:nowrap}
html:not([data-registry-dashboard="ready"]) [data-registry-region]{min-height:120px}
@media(max-width:720px){.registry-source-note{text-align:left}.registry-tool-version{display:none}}

/* Student Edition presentation refinements */
.hero-variant-student{display:none}html[data-strategyworks-edition="student"] .hero-variant-corporate{display:none}html[data-strategyworks-edition="student"] .hero-variant-student{display:block}html[data-strategyworks-edition="student"] .hero{grid-template-columns:minmax(0,1.05fr) minmax(300px,.55fr)}html[data-strategyworks-edition="student"] .hero h2{font-size:clamp(34px,4vw,52px)}html[data-strategyworks-edition="student"] .project-card{box-shadow:0 10px 26px rgba(14,34,55,.08)}
.material-symbols-outlined{font-family:'Material Symbols Outlined';font-weight:normal;font-style:normal;font-size:24px;line-height:1;letter-spacing:normal;text-transform:none;display:inline-flex;white-space:nowrap;word-wrap:normal;direction:ltr;-webkit-font-feature-settings:'liga';-webkit-font-smoothing:antialiased;font-feature-settings:'liga'}
.iceberg-card{gap:22px;padding:26px 28px;background:linear-gradient(118deg,#102b43,#1c4b66)}.iceberg-card .eyebrow{color:#90d2ed!important}.iceberg-card h3{margin:5px 0 0;font-size:clamp(23px,2.2vw,30px);letter-spacing:-.02em}.iceberg-card p{max-width:760px;line-height:1.55}.iceberg-icon.material-symbols-outlined{width:52px;height:52px;display:grid;place-items:center;margin-right:18px;border-radius:15px;background:rgba(255,255,255,.11);color:#b8e6f7;font-size:31px;flex:0 0 auto}.iceberg-launch{gap:8px;min-height:48px;border-color:#ffffff;background:#fff!important;color:#14304a!important;white-space:nowrap}.iceberg-launch .material-symbols-outlined{font-size:20px}
.learning-studios-section{background:linear-gradient(118deg,#102b43,#1c4b66);border-color:var(--line);box-shadow:var(--shadow);color:#fff}.learning-studios-section .section-heading{margin-bottom:0}.learning-studios-section .section-heading h2{font-size:clamp(23px,2.2vw,30px);letter-spacing:-.02em;color:#fff}.learning-studios-section .section-heading p{max-width:760px;line-height:1.55;color:#c5d9e4}
.browse-tools-toggle{display:none;margin:22px 0 0;min-height:46px;border:1px solid var(--line);border-radius:12px;background:#fff;color:var(--navy2);padding:0 16px;font:800 13px/1 system-ui;align-items:center;gap:8px;cursor:pointer;box-shadow:0 8px 22px rgba(18,43,67,.06)}html[data-strategyworks-edition="student"] .browse-tools-toggle{display:inline-flex}html[data-strategyworks-edition="student"] .tool-explorer{display:none}html[data-strategyworks-edition="student"] .tool-explorer.is-open{display:grid}html[data-strategyworks-edition="student"] [data-student-restrict] #openPlatformManager,html[data-strategyworks-edition="student"] [data-student-restrict] #openTeachingEdition,html[data-strategyworks-edition="student"] [data-student-restrict] #openCommercialEdition{display:none!important}
.design-thinking-panel{grid-column:1/-1}.five-e-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px;margin-top:16px}.five-e-stage{position:relative;min-width:0;overflow:hidden;border:1px solid var(--line);border-radius:14px;background:#fbfcfd;padding:14px}.five-e-stage:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:var(--blue)}.five-e-stage h4{margin:0 0 10px;color:var(--ink);font-size:15px;font-weight:850;letter-spacing:.02em}.five-e-tools{display:grid;gap:8px}.five-e-tools a{min-height:46px;align-items:center;font-size:13px!important;font-weight:650!important;line-height:1.25;text-align:left!important;justify-content:flex-start!important;white-space:normal;overflow-wrap:anywhere}.five-e-tools a span{min-width:0}.five-e-tools .registry-tool-version{font-weight:650}.coming-soon{display:flex;align-items:center;gap:8px;min-height:46px}.coming-soon .material-symbols-outlined{font-size:19px;color:#7b8794}.tile-panel{grid-column:span 2}.team-collaboration-grid .tile-panel{grid-column:auto}.tool-tile-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:16px}.team-collaboration-grid .tool-tile-grid{grid-template-columns:1fr;grid-auto-rows:minmax(0,1fr);flex:1}.tool-tile{min-height:118px;border:1px solid var(--line);border-radius:13px;background:#fbfcfd;color:var(--ink);text-decoration:none;padding:14px;display:grid;grid-template-rows:26px auto 1fr;gap:6px;transition:.18s}.tool-tile:hover{background:#fff;border-color:#b8c9d7;transform:translateY(-1px);box-shadow:0 8px 18px rgba(18,43,67,.08)}.tool-tile .material-symbols-outlined{color:var(--blue)}.tool-tile strong{font-size:13px}.tool-tile small{color:var(--muted);line-height:1.35}.resource-icon.material-symbols-outlined{width:38px;height:38px;display:grid;place-items:center;align-self:flex-start;font-size:22px;line-height:1;flex:0 0 38px}.resource-panel[data-resource-category="strategy"] .resource-icon{background:#f2f5f7;color:#40596b}.resource-panel[data-resource-category="marketing"] .resource-icon{background:#e8f7fa;color:#17677a}
@media(max-width:1250px){.five-e-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.tile-panel{grid-column:auto}}@media(max-width:900px){html[data-strategyworks-edition="student"] .hero{grid-template-columns:1fr}.five-e-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.tool-tile-grid{grid-template-columns:1fr}.iceberg-card{align-items:flex-start;flex-direction:column}.iceberg-launch{width:100%}}@media(max-width:620px){.five-e-grid{grid-template-columns:1fr}.five-e-stage{padding:12px}.five-e-tools a{min-height:48px}.shell{padding-left:18px;padding-right:18px}}

/* Workspace launcher tiles */
.team-collaboration-grid .tile-panel{display:flex;flex-direction:column}.team-collaboration-grid .tool-tile-grid{display:grid;grid-template-columns:1fr;grid-auto-rows:auto;gap:10px;flex:0 0 auto;margin-top:16px}.team-collaboration-grid .tool-tile{min-height:96px;border:1px solid var(--line);border-radius:13px;background:#fbfcfd;color:var(--ink);text-decoration:none;padding:14px 15px;display:grid;grid-template-columns:34px minmax(0,1fr) 22px;grid-template-rows:auto;align-items:center;gap:12px;cursor:pointer;transition:.18s ease;box-shadow:0 1px 0 rgba(18,43,67,.02)}.team-collaboration-grid .tool-tile:hover{background:#fff;border-color:#b8c9d7;transform:translateY(-1px);box-shadow:0 8px 18px rgba(18,43,67,.08)}.team-collaboration-grid .tool-tile-icon{width:34px;height:34px;border-radius:10px;display:grid;place-items:center;background:#edf7ff;color:var(--blue);font-size:21px}.team-collaboration-grid .tool-tile-copy{min-width:0;display:block}.team-collaboration-grid .tool-tile strong{display:block;font-size:14px;line-height:1.25;color:var(--ink)}.team-collaboration-grid .tool-tile-title{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.team-collaboration-grid .tool-tile small{display:block;margin-top:5px;color:var(--muted);font-size:12px;line-height:1.35}.team-collaboration-grid .tool-tile-arrow{justify-self:end;color:#7b8794;font-size:20px;transition:.18s ease}.team-collaboration-grid .tool-tile:hover .tool-tile-arrow{color:var(--blue);transform:translateX(2px)}.team-collaboration-grid .tool-tile-badge{display:inline-flex;align-items:center;min-height:20px;border:1px solid #d7e4ee;border-radius:999px;background:#fff;color:#557086;padding:2px 8px;font-size:10px;font-weight:850;letter-spacing:.03em;text-transform:uppercase}.team-collaboration-grid .tool-tile.is-coming-soon{cursor:default}.team-collaboration-grid .resource-panel[data-resource-category="collaboration"] .tool-tile:nth-child(2n) .tool-tile-icon{background:#fff5e8;color:#b86a09}.team-collaboration-grid .resource-panel[data-resource-category="collaboration"] .tool-tile:nth-child(3n) .tool-tile-icon{background:#f2f0ff;color:#6750c4}.team-collaboration-grid .resource-panel[data-resource-category="studio"] .tool-tile:nth-child(1n) .tool-tile-icon{background:#edf7ff;color:#1874a8}.team-collaboration-grid .resource-panel[data-resource-category="studio"] .tool-tile:nth-child(2n) .tool-tile-icon{background:#fff5df;color:#b7791f}.team-collaboration-grid .resource-panel[data-resource-category="studio"] .tool-tile:nth-child(3n) .tool-tile-icon{background:#eefaf3;color:#23865f}@media(max-width:620px){.team-collaboration-grid .tool-tile{grid-template-columns:32px minmax(0,1fr) 20px;min-height:92px;padding:13px}.team-collaboration-grid .tool-tile-icon{width:32px;height:32px}}

/* Digital Entrepreneurship Studio placeholder panel */
.digital-entrepreneurship-section{grid-column:1/-1;margin-top:28px}.digital-studio-grid .tile-panel{grid-column:1/-1}.digital-studio-grid .tool-tile-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:16px}.digital-studio-grid .tool-tile{min-height:112px;border:1px solid var(--line);border-radius:13px;background:#fbfcfd;color:var(--ink);text-decoration:none;padding:14px 15px;display:grid;grid-template-columns:34px minmax(0,1fr) 22px;grid-template-rows:auto;align-items:center;gap:12px;cursor:default;transition:.18s ease;box-shadow:0 1px 0 rgba(18,43,67,.02)}.digital-studio-grid .tool-tile-icon{width:34px;height:34px;border-radius:10px;display:grid;place-items:center;background:#eefaf3;color:#23865f;font-size:21px}.digital-studio-grid .tool-tile-copy{min-width:0;display:block}.digital-studio-grid .tool-tile strong{display:block;font-size:14px;line-height:1.25;color:var(--ink)}.digital-studio-grid .tool-tile-title{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.digital-studio-grid .tool-tile small{display:block;margin-top:5px;color:var(--muted);font-size:12px;line-height:1.35}.digital-studio-grid .tool-tile-arrow{justify-self:end;color:#7b8794;font-size:20px}.digital-studio-grid .tool-tile-badge{display:inline-flex;align-items:center;min-height:20px;border:1px solid #d7e4ee;border-radius:999px;background:#fff;color:#557086;padding:2px 8px;font-size:10px;font-weight:850;letter-spacing:.03em;text-transform:uppercase}.digital-studio-grid .tool-tile:nth-child(2n) .tool-tile-icon{background:#edf7ff;color:#1874a8}.digital-studio-grid .tool-tile:nth-child(3n) .tool-tile-icon{background:#fff5df;color:#b7791f}@media(max-width:900px){.digital-studio-grid .tool-tile-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:620px){.digital-studio-grid .tool-tile-grid{grid-template-columns:1fr}.digital-studio-grid .tool-tile{grid-template-columns:32px minmax(0,1fr) 20px;min-height:92px;padding:13px}.digital-studio-grid .tool-tile-icon{width:32px;height:32px}}

.digital-studio-grid .digital-studio-panel{display:flex;flex-direction:column}.digital-studio-grid .tool-tile.is-coming-soon{opacity:1;visibility:visible}

/* Learning studio status labels */
.studio-status-badge{display:inline-flex;align-items:center;min-height:24px;border:1px solid #d7e4ee;border-radius:999px;background:#fff;color:#557086;padding:3px 10px;font-size:11px;font-weight:850;letter-spacing:.03em;text-transform:uppercase;white-space:nowrap}

/* Learning Studios shared visual zone */
.learning-studios-zone{display:grid;gap:28px;background:#fff}.learning-studios-zone .learning-studios-section{margin:0;padding:26px 28px;border:1px solid var(--line);border-radius:18px}.learning-studios-zone .learning-studio-block{margin:0;min-width:0}.learning-studios-zone .learning-studio-block .section-heading{margin-bottom:20px}.learning-studios-zone .digital-entrepreneurship-section{grid-column:auto;margin-top:0}@media(max-width:750px){.learning-studios-zone{gap:22px}.learning-studios-zone .learning-studios-section{padding:18px}}
