.zmt-smn {
    --smn-accent: #087d72;
    --smn-accent-deep: #075f58;
    --smn-deep: #102c29;
    --smn-deep-soft: #183b37;
    --smn-coral: #f04467;
    --smn-yellow: #f4b740;
    --smn-ink: #10201e;
    --smn-body: #4e5f5c;
    --smn-muted: #74817e;
    --smn-line: #d8e2df;
    --smn-paper: #f3f6f7;
    --smn-surface: #ffffff;
    --smn-category: #087d72;
    width: 100%;
    min-width: 0;
    padding: clamp(18px, 2vw, 28px);
    border-radius: 12px;
    color: var(--smn-ink);
    background: var(--smn-paper);
    font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "PingFang SC", "Microsoft YaHei", sans-serif;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

.zmt-smn *, .zmt-smn *::before, .zmt-smn *::after { box-sizing: border-box; }
.zmt-smn button, .zmt-smn input { font: inherit; letter-spacing: 0; }
.zmt-smn button, .zmt-smn a { -webkit-tap-highlight-color: transparent; }
.zmt-smn button { cursor: pointer; }
.zmt-smn svg { width: 1em; height: 1em; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.zmt-smn [hidden] { display: none !important; }

.zmt-smn-workspace {
    display: grid;
    grid-template-columns: minmax(360px, .78fr) minmax(520px, 1.22fr);
    min-height: 276px;
    overflow: hidden;
    border-radius: 12px;
    color: #fff;
    background: var(--smn-deep);
    box-shadow: 0 18px 40px rgba(16, 44, 41, .2);
}
.zmt-smn-workspace-copy { display: flex; flex-direction: column; justify-content: center; padding: 44px clamp(34px, 3.4vw, 50px); }
.zmt-smn .zmt-smn-workspace h2 { max-width: 9em; margin: 0; color: #fff; font-size: 48px; font-weight: 800; line-height: 1.12; letter-spacing: 0; text-wrap: balance; }
.zmt-smn .zmt-smn-workspace-copy > p { max-width: 31em; margin: 14px 0 0; color: #d7e6e2; font-size: 18px; line-height: 1.7; text-wrap: pretty; }
.zmt-smn-status-list { display: flex; align-items: center; gap: 22px; margin-top: 28px; }
.zmt-smn-status-list > span { display: inline-flex; align-items: baseline; gap: 6px; color: #b9d0cb; font-size: 13px; }
.zmt-smn-status-list > span + span { padding-left: 22px; border-left: 1px solid rgba(255, 255, 255, .16); }
.zmt-smn-status-list strong { color: #fff; font-size: 25px; font-weight: 780; line-height: 1; font-variant-numeric: tabular-nums; }
.zmt-smn-status-list small { color: inherit; font-size: inherit; }

.zmt-smn-workspace-actions { display: flex; min-width: 0; flex-direction: column; justify-content: center; padding: 42px clamp(34px, 3.4vw, 50px); background: var(--smn-deep-soft); }
.zmt-smn-search { display: flex; align-items: center; min-height: 64px; padding: 0 10px 0 20px; border-radius: 10px; color: var(--smn-accent); background: #fff; box-shadow: 0 2px 0 rgba(0, 0, 0, .05), 0 14px 30px rgba(0, 0, 0, .12); transition: box-shadow .18s ease; }
.zmt-smn-search > svg { flex: 0 0 auto; width: 25px; height: 25px; margin-right: 13px; }
.zmt-smn-search input { min-width: 0; flex: 1; border: 0; outline: 0; color: var(--smn-ink); background: transparent; font-size: 17px; font-weight: 540; }
.zmt-smn-search input::placeholder { color: #778784; opacity: 1; }
.zmt-smn-search kbd { display: grid; place-items: center; min-width: 44px; height: 38px; border: 0; border-radius: 8px; color: var(--smn-accent); background: #dff4ef; font-family: inherit; font-size: 12px; font-weight: 760; }
.zmt-smn-search:focus-within { box-shadow: 0 0 0 3px #41b9ad, 0 14px 30px rgba(0, 0, 0, .12); }
.zmt-smn-workspace-bottom { display: grid; gap: 12px; margin-top: 14px; }
.zmt-smn-quick-links { display: flex; flex-wrap: wrap; align-items: center; gap: 4px 18px; }
.zmt-smn-quick-links > span { color: #9db5b0; font-size: 13px; }
.zmt-smn-quick-links button { min-height: 40px; padding: 0; border: 0; color: #fff; background: transparent; font-size: 14px; font-weight: 680; transition: color .18s ease, transform .12s ease; }
.zmt-smn-quick-links button:hover { color: #7be0d3; }
.zmt-smn-quick-links i { display: none; }
.zmt-smn-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; }
.zmt-smn-meta > span { display: inline-flex; align-items: center; gap: 8px; min-height: 34px; padding: 0 12px; border-radius: 8px; color: #dce8e5; background: rgba(255, 255, 255, .07); font-size: 13px; font-style: normal; }
.zmt-smn-meta svg { width: 16px; height: 16px; color: #75d6ca; }
.zmt-smn-meta strong { color: #fff; font-size: 15px; font-variant-numeric: tabular-nums; }

.zmt-smn-utility-row { display: flex; align-items: center; justify-content: space-between; gap: 18px; min-height: 78px; padding: 14px 4px; }
.zmt-smn-view-switch { display: inline-flex; align-items: center; gap: 4px; padding: 4px; border-radius: 10px; background: #e6edeb; }
.zmt-smn-view-switch button { min-height: 42px; padding: 0 18px; border: 0; border-radius: 7px; color: #536360; background: transparent; font-size: 15px; font-weight: 650; transition: color .18s ease, background-color .18s ease, box-shadow .18s ease, transform .12s ease; }
.zmt-smn-view-switch button.is-active { color: var(--smn-deep); background: #fff; box-shadow: 0 2px 8px rgba(16, 44, 41, .12); }
.zmt-smn-link-button { display: inline-flex; align-items: center; gap: 9px; min-height: 42px; padding: 0 10px; border: 0; color: var(--smn-accent); background: transparent; font-size: 15px; font-weight: 720; transition: color .18s ease, transform .12s ease; }
.zmt-smn-link-button svg { width: 20px; height: 20px; }
.zmt-smn-link-button:hover { color: var(--smn-accent-deep); }

.zmt-smn-spotlight { display: grid; grid-template-columns: 230px minmax(0, 1fr); min-height: 150px; overflow: hidden; border-radius: 12px; background: #fff; box-shadow: 0 1px 2px rgba(16, 32, 30, .05), 0 10px 24px rgba(16, 44, 41, .06); }
.zmt-smn-spotlight-copy { display: flex; flex-direction: column; justify-content: center; padding: 28px 30px; color: #fff; background: var(--smn-coral); }
.zmt-smn .zmt-smn-spotlight-copy h3 { margin: 0; color: #fff; font-size: 27px; font-weight: 780; line-height: 1.2; }
.zmt-smn .zmt-smn-spotlight-copy p { margin: 9px 0 0; color: #ffe4ea; font-size: 14px; line-height: 1.6; }
.zmt-smn-spotlight-list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); min-width: 0; }
.zmt-smn-spotlight-card { display: grid; grid-template-columns: 46px minmax(0, 1fr) 20px; align-items: center; gap: 14px; min-width: 0; padding: 22px; color: inherit; text-decoration: none; transition: background-color .18s ease, transform .12s ease; }
.zmt-smn-spotlight-card + .zmt-smn-spotlight-card { border-left: 1px solid #edf1f0; }
.zmt-smn-spotlight-card:hover { background: #fff2f5; }
.zmt-smn-spotlight-icon, .zmt-smn-card-icon { display: grid; place-items: center; overflow: hidden; color: var(--smn-category); background: #edf7f4; font-weight: 800; }
.zmt-smn-spotlight-icon { width: 46px; height: 46px; border: 1px solid rgba(16, 32, 30, .08); border-radius: 8px; font-size: 18px; }
.zmt-smn-spotlight-icon img, .zmt-smn-card-icon img { display: block; width: 100%; height: 100%; padding: 6px; object-fit: contain; object-position: center; background: #fff; }
.zmt-smn-spotlight-icon img { padding: 5px; }
.zmt-smn-logo-fallback { display: grid; place-items: center; width: 100%; height: 100%; }
.zmt-smn-spotlight-detail { display: grid; min-width: 0; gap: 5px; }
.zmt-smn-spotlight-detail strong { overflow: hidden; color: var(--smn-ink); font-size: 16px; line-height: 1.35; text-overflow: ellipsis; white-space: nowrap; }
.zmt-smn-spotlight-detail em { display: -webkit-box; overflow: hidden; color: var(--smn-body); font-size: 13px; font-style: normal; line-height: 1.55; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.zmt-smn-spotlight-arrow { color: var(--smn-coral); }
.zmt-smn-spotlight-arrow svg { width: 19px; height: 19px; transition: transform .16s ease; }
.zmt-smn-spotlight-card:hover .zmt-smn-spotlight-arrow svg { transform: translateX(3px); }

.zmt-smn-layout { display: grid; grid-template-columns: 240px minmax(0, 1fr); align-items: start; gap: 28px; margin-top: 28px; }
.zmt-smn-sidebar { position: sticky; top: 96px; align-self: start; max-height: calc(100vh - 112px); overflow-x: hidden; overflow-y: auto; padding: 10px; border: 0; border-radius: 12px; color: #fff; background: var(--smn-deep); box-shadow: 0 16px 32px rgba(16, 44, 41, .2); scrollbar-color: rgba(255,255,255,.18) transparent; scrollbar-width: thin; }
.zmt-smn-sidebar-title { display: flex; align-items: center; justify-content: space-between; min-height: 44px; padding: 0 10px; color: #d4e3df; font-size: 14px; font-weight: 700; }
.zmt-smn-sidebar-title > span { color: #7fa39d; font-size: 12px; font-weight: 500; }
.zmt-smn-sidebar > button { display: flex; align-items: center; justify-content: space-between; gap: 10px; width: 100%; min-height: 48px; margin: 2px 0; padding: 0 12px; border: 0; border-radius: 8px; color: #c8d8d4; background: transparent; text-align: left; font-size: 16px; font-weight: 650; transition: color .18s ease, background-color .18s ease, transform .18s ease, box-shadow .18s ease; }
.zmt-smn-sidebar > button > span { display: flex; align-items: center; min-width: 0; gap: 11px; }
.zmt-smn-sidebar > button svg { flex: 0 0 auto; width: 18px; height: 18px; }
.zmt-smn-sidebar > button > strong { flex: 0 0 auto; min-width: 28px; padding: 3px 7px; border-radius: 7px; color: #9fb8b2; background: rgba(255, 255, 255, .06); font-size: 13px; font-weight: 720; text-align: center; font-variant-numeric: tabular-nums; }
.zmt-smn-sidebar > button:hover, .zmt-smn-sidebar > button.is-current { color: #fff; background: rgba(255, 255, 255, .08); transform: translateX(2px); }
.zmt-smn-sidebar > button.is-active { color: #fff; background: var(--smn-coral); box-shadow: 0 8px 18px rgba(240, 68, 103, .24); }
.zmt-smn-sidebar > button.is-active > strong { color: #fff; background: rgba(88, 0, 20, .22); }
.zmt-smn-sidebar-divider { height: 1px; margin: 10px; background: rgba(255, 255, 255, .11); }
.zmt-smn-sidebar-space { min-height: 36px; padding-top: 3px; }
.zmt-smn-sidebar-prompt { min-height: 68px !important; margin-top: 8px !important; color: #342706 !important; background: var(--smn-yellow) !important; }
.zmt-smn-sidebar-prompt > span { align-items: flex-start !important; }
.zmt-smn-sidebar-prompt svg { margin-top: 3px; }
.zmt-smn-sidebar-prompt small { display: block; margin-top: 3px; color: #614b17; font-size: 11px; font-weight: 500; }

.zmt-smn-content { min-width: 0; }
.zmt-smn-section { --smn-category: #087d72; margin: 0 0 42px; scroll-margin-top: 96px; }
.zmt-smn-section[data-smn-section="content"] { --smn-category: #f06449; }
.zmt-smn-section[data-smn-section="ai-tools"] { --smn-category: #7167e8; }
.zmt-smn-section[data-smn-section="analytics"] { --smn-category: #3478f6; }
.zmt-smn-section[data-smn-section="design"] { --smn-category: #e84d8a; }
.zmt-smn-section[data-smn-section="video"] { --smn-category: #f04467; }
.zmt-smn-section[data-smn-section="resources"] { --smn-category: #e9a11b; }
.zmt-smn-section[data-smn-section="learning"] { --smn-category: #5d8b2f; }
.zmt-smn-section[data-smn-section="inspiration"] { --smn-category: #f09b3d; }
.zmt-smn-section[data-smn-section="growth"] { --smn-category: #13a57f; }
.zmt-smn-section[data-smn-section="utility"] { --smn-category: #5b75d9; }
.zmt-smn-section[data-smn-section="commerce"] { --smn-category: #d56b3c; }
.zmt-smn-section[data-smn-section="ai-office"] { --smn-category: #3f7be8; }
.zmt-smn-section[data-smn-section="ai-paper"] { --smn-category: #8b63c7; }
.zmt-smn-section[data-smn-section="ai-directory"] { --smn-category: #0b9b8e; }
.zmt-smn-section-heading { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 72px; margin-bottom: 18px; padding: 0 2px 15px; border-bottom: 1px solid var(--smn-line); }
.zmt-smn-section-title { display: grid; grid-template-columns: 44px minmax(0, 1fr); align-items: center; gap: 13px; min-width: 0; }
.zmt-smn-section-icon { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 8px; color: var(--smn-category); background: color-mix(in srgb, var(--smn-category) 12%, white); }
.zmt-smn-section-icon svg { width: 21px; height: 21px; }
.zmt-smn .zmt-smn-section-heading h3 { margin: 0; color: var(--smn-ink); font-size: 28px; font-weight: 780; line-height: 1.15; letter-spacing: 0; text-wrap: balance; }
.zmt-smn-section-title > div > span { display: block; margin-top: 5px; color: var(--smn-body); font-size: 15px; line-height: 1.55; text-wrap: pretty; }
.zmt-smn-section-count { flex: 0 0 auto; color: var(--smn-muted); font-size: 14px; font-weight: 620; font-variant-numeric: tabular-nums; }

.zmt-smn-card-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.zmt-smn-card { --smn-category: #087d72; position: relative; display: flex; min-width: 0; min-height: 190px; overflow: hidden; flex-direction: column; padding: 17px; border: 1px solid rgba(16, 32, 30, .09); border-radius: 10px; color: inherit; background: rgba(255, 255, 255, .96); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .92), 0 1px 2px rgba(16, 32, 30, .04), 0 8px 22px rgba(16, 44, 41, .055); transition: transform .18s cubic-bezier(.2, 0, 0, 1), box-shadow .18s cubic-bezier(.2, 0, 0, 1), border-color .18s cubic-bezier(.2, 0, 0, 1); }
.zmt-smn-card[data-smn-primary-category="content"] { --smn-category: #f06449; }
.zmt-smn-card[data-smn-primary-category="ai-tools"] { --smn-category: #7167e8; }
.zmt-smn-card[data-smn-primary-category="analytics"] { --smn-category: #3478f6; }
.zmt-smn-card[data-smn-primary-category="design"] { --smn-category: #e84d8a; }
.zmt-smn-card[data-smn-primary-category="video"] { --smn-category: #f04467; }
.zmt-smn-card[data-smn-primary-category="resources"] { --smn-category: #e9a11b; }
.zmt-smn-card[data-smn-primary-category="learning"] { --smn-category: #5d8b2f; }
.zmt-smn-card[data-smn-primary-category="inspiration"] { --smn-category: #f09b3d; }
.zmt-smn-card[data-smn-primary-category="growth"] { --smn-category: #13a57f; }
.zmt-smn-card[data-smn-primary-category="utility"] { --smn-category: #5b75d9; }
.zmt-smn-card[data-smn-primary-category="commerce"] { --smn-category: #d56b3c; }
.zmt-smn-card[data-smn-primary-category="ai-office"] { --smn-category: #3f7be8; }
.zmt-smn-card[data-smn-primary-category="ai-paper"] { --smn-category: #8b63c7; }
.zmt-smn-card[data-smn-primary-category="ai-directory"] { --smn-category: #0b9b8e; }
.zmt-smn-card::after { position: absolute; top: 0; left: 17px; width: 34px; height: 2px; border-radius: 0 0 2px 2px; background: var(--smn-category); content: ""; }
.zmt-smn-card::before { position: absolute; top: 0; left: -60px; width: 50px; height: 1px; background: rgba(255, 255, 255, .9); content: ""; opacity: 0; pointer-events: none; transition: transform .26s ease, opacity .1s ease; }
.zmt-smn-card:hover { border-color: rgba(16, 44, 41, .18); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .96), 0 2px 4px rgba(16, 32, 30, .06), 0 18px 38px rgba(16, 44, 41, .13); transform: translateY(-2px); }
.zmt-smn-card:hover::before { opacity: .18; transform: translateX(340px); }
.zmt-smn-card-top { display: grid; grid-template-columns: 44px minmax(0, 1fr) 40px; align-items: center; gap: 11px; min-height: 44px; }
.zmt-smn-card-icon { width: 44px; height: 44px; border: 1px solid rgba(16, 32, 30, .09); border-radius: 9px; color: var(--smn-category); font-size: 18px; transition: transform .18s cubic-bezier(.2, 0, 0, 1); }
.zmt-smn-card:hover .zmt-smn-card-icon { transform: translateY(-1px); }
.zmt-smn .zmt-smn-card h4 { display: -webkit-box; overflow: hidden; min-width: 0; max-height: 48px; margin: 0; color: var(--smn-ink); font-size: 18px; font-weight: 720; line-height: 1.34; letter-spacing: 0; text-wrap: pretty; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.zmt-smn-favorite { position: relative; display: grid; place-items: center; width: 40px; height: 40px; padding: 0; border: 0; border-radius: 8px; color: #839692; background: #f3f6f5; transition: color .18s ease, background-color .18s ease, transform .12s ease; }
.zmt-smn-favorite > span { position: absolute; display: grid; place-items: center; inset: 0; transition: opacity .22s ease, transform .22s cubic-bezier(.2, 0, 0, 1), filter .22s ease; }
.zmt-smn-favorite svg { width: 21px; height: 21px; }
.zmt-smn-star-empty { opacity: 1; filter: blur(0); transform: scale(1); }
.zmt-smn-star-filled { opacity: 0; filter: blur(4px); transform: scale(.25); }
.zmt-smn-star-filled svg { fill: currentColor; }
.zmt-smn-favorite:hover { color: #aa7804; background: #fff2ca; }
.zmt-smn-favorite[aria-pressed="true"] { color: #a87300; background: #ffe9a7; }
.zmt-smn-favorite[aria-pressed="true"] .zmt-smn-star-empty { opacity: 0; filter: blur(4px); transform: scale(.25); }
.zmt-smn-favorite[aria-pressed="true"] .zmt-smn-star-filled { opacity: 1; filter: blur(0); transform: scale(1); }
.zmt-smn .zmt-smn-card > p { display: -webkit-box; overflow: hidden; min-height: 43px; margin: 9px 0 5px; color: var(--smn-body); font-size: 14px; line-height: 1.55; text-wrap: pretty; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.zmt-smn-card-bottom { display: flex; align-items: center; justify-content: space-between; gap: 8px; min-height: 40px; margin-top: auto; }
.zmt-smn-tags { display: flex; flex-wrap: wrap; align-items: center; gap: 6px; min-width: 0; }
.zmt-smn-tags span { display: inline-flex; align-items: center; gap: 6px; max-width: 100%; overflow: hidden; color: var(--smn-body); font-size: 12px; font-weight: 650; line-height: 1.35; text-overflow: ellipsis; white-space: nowrap; }
.zmt-smn-tags i { width: 5px; height: 5px; flex: 0 0 auto; border-radius: 50%; background: var(--smn-category); }
.zmt-smn-tags .is-sponsored { padding: 2px 6px; border-radius: 5px; color: #bd3a56; background: #fff0f3; }
.zmt-smn-card-bottom a { display: inline-flex; flex: 0 0 auto; align-items: center; justify-content: center; gap: 6px; min-width: 40px; min-height: 40px; padding: 0 9px; border-radius: 8px; color: var(--smn-accent); font-size: 13px; font-weight: 720; text-decoration: none; transition: color .18s ease, background-color .18s ease, transform .12s ease; }
.zmt-smn-card-bottom a svg { width: 17px; height: 17px; transition: transform .16s ease; }
.zmt-smn-card-bottom a:hover { color: var(--smn-accent-deep); background: #e7f4f1; }
.zmt-smn-card-bottom a:hover svg { transform: translateX(3px); }
.zmt-smn-favorite:active, .zmt-smn-card-bottom a:active, .zmt-smn-spotlight-card:active, .zmt-smn-sidebar button:active, .zmt-smn-view-switch button:active, .zmt-smn-link-button:active, .zmt-smn-quick-links button:active { transform: scale(.96); }
.zmt-smn button:focus-visible, .zmt-smn a:focus-visible, .zmt-smn input:focus-visible { outline: 3px solid #41b9ad; outline-offset: 2px; }
.zmt-smn-card.is-filter-enter { animation: smn-card-enter .28s cubic-bezier(.2, 0, 0, 1) both; animation-delay: var(--smn-enter-delay, 0ms); }
@keyframes smn-card-enter { from { opacity: 0; filter: blur(4px); transform: translateY(6px); } to { opacity: 1; filter: blur(0); transform: translateY(0); } }

.zmt-smn-no-results, .zmt-smn-empty { display: grid; gap: 8px; padding: 44px 24px; border: 1px dashed #b9cbc7; border-radius: 10px; color: var(--smn-body); background: #fff; font-size: 15px; text-align: center; }
.zmt-smn-no-results button { justify-self: center; min-height: 40px; border: 0; background: transparent; color: var(--smn-accent); font-weight: 750; }
.zmt-smn-empty strong { color: var(--smn-ink); font-size: 18px; }

/* Expand only the self-media navigation page inside the theme shell. */
@media (min-width: 1280px) {
    body.page-id-484 .container { width: calc(100% - 32px); max-width: 1500px; }
    body.page-id-484 .article.page-article { padding-right: 16px; padding-left: 16px; }
}

/* The theme clips page articles by default, which prevents native sticky positioning. */
@media (min-width: 721px) {
    body.page-id-484 .article.page-article { overflow: visible !important; }
}

@media (max-width: 1359px) {
    .zmt-smn-workspace { grid-template-columns: minmax(320px, .72fr) minmax(480px, 1.28fr); }
    .zmt-smn-layout { grid-template-columns: 216px minmax(0, 1fr); gap: 22px; }
    .zmt-smn-card-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 1100px) {
    .zmt-smn-workspace { grid-template-columns: minmax(280px, .82fr) minmax(420px, 1.18fr); }
    .zmt-smn .zmt-smn-workspace h2 { font-size: 42px; }
    .zmt-smn .zmt-smn-workspace-copy > p { font-size: 16px; }
    .zmt-smn-spotlight { grid-template-columns: 205px minmax(0, 1fr); }
    .zmt-smn-spotlight-card { gap: 10px; padding: 17px; }
    .zmt-smn-layout { grid-template-columns: 200px minmax(0, 1fr); gap: 20px; }
    .zmt-smn-sidebar > button { font-size: 15px; }
    .zmt-smn-card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 840px) {
    .zmt-smn-workspace { grid-template-columns: 1fr; }
    .zmt-smn-workspace-copy, .zmt-smn-workspace-actions { padding-right: 32px; padding-left: 32px; }
    .zmt-smn-spotlight { grid-template-columns: 190px minmax(0, 1fr); }
    .zmt-smn-spotlight-list { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; }
    .zmt-smn-spotlight-card { flex: 0 0 72%; scroll-snap-align: start; }
    .zmt-smn-layout { grid-template-columns: 184px minmax(0, 1fr); }
}

@media (max-width: 720px) {
    .zmt-smn { padding: 10px; border-radius: 0; }
    .zmt-smn-workspace { min-height: 0; border-radius: 10px; }
    .zmt-smn-workspace-copy { padding: 28px 22px 22px; }
    .zmt-smn .zmt-smn-workspace h2 { font-size: 34px; line-height: 1.2; }
    .zmt-smn .zmt-smn-workspace-copy > p { margin-top: 9px; font-size: 16px; line-height: 1.65; }
    .zmt-smn-status-list { gap: 14px; margin-top: 23px; }
    .zmt-smn-status-list > span + span { padding-left: 14px; }
    .zmt-smn-status-list strong { font-size: 21px; }
    .zmt-smn-workspace-actions { padding: 18px 22px 24px; }
    .zmt-smn-search { min-height: 56px; padding-left: 16px; }
    .zmt-smn-search input { font-size: 16px; }
    .zmt-smn-search kbd { display: none; }
    .zmt-smn-workspace-bottom { margin-top: 10px; }
    .zmt-smn-quick-links { gap: 2px 14px; }
    .zmt-smn-quick-links > span { width: 100%; }
    .zmt-smn-quick-links button { min-height: 34px; font-size: 13px; }
    .zmt-smn-meta { display: none; }
    .zmt-smn-utility-row { min-height: 64px; padding: 10px 0; }
    .zmt-smn-view-switch { width: 100%; overflow-x: auto; }
    .zmt-smn-view-switch button { flex: 1 0 auto; min-height: 40px; padding: 0 13px; font-size: 13px; }
    .zmt-smn-link-button { display: none; }
    .zmt-smn-spotlight { display: block; min-height: 0; border-radius: 10px; }
    .zmt-smn-spotlight-copy { padding: 20px; }
    .zmt-smn .zmt-smn-spotlight-copy h3 { font-size: 23px; }
    .zmt-smn-spotlight-list { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; }
    .zmt-smn-spotlight-card { flex: 0 0 88%; min-height: 112px; padding: 18px; scroll-snap-align: start; }
    .zmt-smn-layout { display: block; margin-top: 18px; }
    .zmt-smn-sidebar { position: static; display: flex; max-height: none; margin: 0 -10px 22px; padding: 0 10px 8px; overflow-x: auto; overflow-y: hidden; border-radius: 0; color: var(--smn-ink); background: transparent; box-shadow: none; scrollbar-width: none; }
    .zmt-smn-sidebar::-webkit-scrollbar { display: none; }
    .zmt-smn-sidebar-title, .zmt-smn-sidebar-divider, .zmt-smn-sidebar-prompt { display: none !important; }
    .zmt-smn-sidebar > button { flex: 0 0 auto; gap: 8px; width: auto; min-height: 42px; margin: 0 4px 0 0; padding: 0 13px; color: var(--smn-body); background: #e8efed; font-size: 14px; }
    .zmt-smn-sidebar > button > span { gap: 8px; }
    .zmt-smn-sidebar > button > strong { min-width: 0; padding: 0; color: inherit; background: transparent; font-size: 12px; }
    .zmt-smn-sidebar > button:hover, .zmt-smn-sidebar > button.is-current { color: var(--smn-ink); background: #dce7e4; transform: none; }
    .zmt-smn-sidebar > button.is-active { color: #fff; background: var(--smn-coral); box-shadow: 0 7px 16px rgba(240, 68, 103, .2); }
    .zmt-smn-sidebar-space, .zmt-smn-sidebar-space ~ button { display: none; }
    .zmt-smn-section { margin-bottom: 34px; scroll-margin-top: 18px; }
    .zmt-smn-section-heading { align-items: flex-start; min-height: 0; margin-bottom: 14px; padding-bottom: 13px; }
    .zmt-smn-section-title { grid-template-columns: 40px minmax(0, 1fr); gap: 10px; }
    .zmt-smn-section-icon { width: 40px; height: 40px; }
    .zmt-smn .zmt-smn-section-heading h3 { font-size: 24px; line-height: 1.25; }
    .zmt-smn-section-title > div > span { margin-top: 3px; font-size: 14px; line-height: 1.5; }
    .zmt-smn-section-count { display: none; }
    .zmt-smn-card-grid { grid-template-columns: 1fr; gap: 12px; }
    .zmt-smn-card { min-height: 174px; padding: 15px; }
    .zmt-smn-card::after { left: 15px; }
    .zmt-smn-card-top { grid-template-columns: 42px minmax(0, 1fr) 40px; gap: 10px; }
    .zmt-smn-card-icon { width: 42px; height: 42px; }
    .zmt-smn .zmt-smn-card h4 { font-size: 18px; }
    .zmt-smn .zmt-smn-card > p { min-height: 42px; margin: 8px 0 4px; }
    .zmt-smn-card:hover { transform: none; }
}

@media (hover: none) {
    .zmt-smn-card::before { display: none; }
}

@media (prefers-reduced-motion: reduce) {
    .zmt-smn *, .zmt-smn *::before, .zmt-smn *::after { animation-duration: .01ms !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
}
