:root {
  --cm-ink: #111318;
  --cm-paper: #f1f0eb;
  --cm-white: #ffffff;
  --cm-line: #d9dad5;
  --cm-muted: #6c7078;
  --cm-blue: #3155ff;
  --cm-acid: #dcff45;
  --cm-mint: #4ae1b2;
  --cm-coral: #ff715b;
  --cm-radius: 20px;
  --cm-shadow: 0 20px 60px rgba(17, 19, 24, .1);
}

html { scroll-behavior: smooth; }
body.cm-body { min-width: 320px; margin: 0; color: var(--cm-ink); background: var(--cm-paper); font-family: "Noto Sans KR", sans-serif; -webkit-font-smoothing: antialiased; }
body.cm-body * { box-sizing: border-box; }
body.cm-body button, body.cm-body input, body.cm-body select, body.cm-body textarea { font: inherit; }
body.cm-body button { cursor: pointer; }
body.cm-body a { color: inherit; text-decoration: none; }
body.cm-body *::-webkit-scrollbar { width: 7px; height: 7px; }
body.cm-body *::-webkit-scrollbar-thumb { border-radius: 99px; background: #b7b9b4; }

.cm-header { position: relative; z-index: 30; color: #f8f9fb; background: var(--cm-ink); }
.cm-signal-bar { display: flex; align-items: center; justify-content: space-between; min-height: 31px; padding: 0 clamp(18px, 4vw, 56px); border-bottom: 1px solid #2d3037; color: #858a94; font: 700 9px/1 Manrope, sans-serif; letter-spacing: .13em; }
.cm-signal-bar p { display: flex; align-items: center; gap: 9px; margin: 0; }
.cm-signal-bar p span { width: 6px; height: 6px; border-radius: 50%; background: var(--cm-mint); box-shadow: 0 0 0 4px rgba(74,225,178,.1); }
.cm-signal-bar > div { display: flex; align-items: center; gap: 20px; }
.cm-signal-bar button, .cm-signal-bar a { padding: 0; border: 0; color: #858a94; background: transparent; font: inherit; letter-spacing: inherit; }
.cm-signal-bar button:hover, .cm-signal-bar a:hover { color: #fff; }

.cm-header-main { display: grid; grid-template-columns: 240px minmax(500px,1fr) auto; align-items: center; min-height: 82px; padding: 0 clamp(18px, 4vw, 56px); border-bottom: 1px solid #2b2f36; }
.cm-wordmark { display: inline-flex; align-items: center; gap: 12px; padding: 0; border: 0; color: #fff; background: transparent; text-align: left; }
.cm-wordmark-mark { width: 41px; height: 41px; overflow: hidden; border-radius: 13px; background: #fff; }
.cm-wordmark-mark img { width: 100%; height: 100%; object-fit: cover; }
.cm-wordmark > span:last-child { display: grid; gap: 3px; }
.cm-wordmark strong { font: 800 18px/1 Manrope, sans-serif; letter-spacing: -.045em; }
.cm-wordmark small { color: var(--cm-acid); font: 700 7px/1 Manrope, sans-serif; letter-spacing: .18em; }

.cm-primary-nav { justify-self: center; display: flex; align-self: stretch; }
.cm-primary-nav button { position: relative; display: flex; align-items: center; gap: 7px; padding: 0 18px; border: 0; color: #9da2ad; background: transparent; font-size: 12px; font-weight: 700; white-space: nowrap; }
.cm-primary-nav button span { color: #5f646e; font: 700 8px/1 Manrope, sans-serif; }
.cm-primary-nav button::after { content: ""; position: absolute; right: 18px; bottom: 0; left: 18px; height: 3px; transform: scaleX(0); background: var(--cm-acid); transition: transform .2s; }
.cm-primary-nav button:hover { color: #fff; }
.cm-primary-nav button.active { color: #fff; }
.cm-primary-nav button.active span { color: var(--cm-acid); }
.cm-primary-nav button.active::after { transform: scaleX(1); }

.cm-header-actions { display: flex; align-items: center; justify-content: flex-end; gap: 8px; }
.cm-saved, .cm-member-toggle { display: inline-flex; align-items: center; justify-content: center; height: 38px; border: 1px solid #383c45; border-radius: 9px; color: #cfd2d8; background: transparent; font: 700 10px/1 Manrope, sans-serif; }
.cm-saved { gap: 7px; padding: 0 11px; }
.cm-saved span { color: var(--cm-acid); font-size: 17px; }
.cm-member-toggle { gap: 8px; padding: 0 10px; }
.cm-member-toggle span { width: 8px; height: 8px; border: 2px solid var(--cm-acid); border-radius: 50%; }
.cm-header-actions .auth-actions { display: flex; align-items: center; gap: 7px; }
.cm-header-actions .auth-button { display: inline-flex; align-items: center; justify-content: center; height: 38px; padding: 0 13px; border: 1px solid #3b4049; border-radius: 9px; color: #d7dae0; background: transparent; font-size: 10px; font-weight: 800; }
.cm-header-actions .auth-button.primary { border-color: var(--cm-acid); color: var(--cm-ink); background: var(--cm-acid); }
.cm-header-actions .profile-menu-button { height: 40px; padding: 0 10px 0 5px; border: 1px solid #3b4049; border-radius: 10px; color: #f6f7f9; background: #1c1f25; }
.cm-header-actions .profile-menu-avatar { width: 29px; height: 29px; }
.cm-header-actions .account-menu { top: calc(100% + 12px); right: 0; width: 220px; border: 1px solid #373b44; border-radius: 13px; color: #e8e9ec; background: #1b1e24; box-shadow: 0 24px 60px rgba(0,0,0,.3); }
.cm-header-actions .account-menu button:hover { background: #282c34; }

.cm-search-deck { display: grid; grid-template-columns: 220px minmax(320px, 1fr) auto; align-items: center; min-height: 92px; padding: 0 clamp(18px, 4vw, 56px); color: var(--cm-ink); background: #fff; }
.cm-search-copy { display: grid; gap: 6px; }
.cm-search-copy span, .cm-home-section-intro span, .cm-kicker { color: var(--cm-blue); font: 800 8px/1 Manrope, sans-serif; letter-spacing: .17em; }
.cm-search-copy strong { font-size: 13px; letter-spacing: -.03em; }
.cm-search-deck .global-search { justify-self: center; display: flex; align-items: center; width: min(620px, 100%); height: 50px; padding: 0 12px 0 16px; border: 1px solid #d1d3cf; border-radius: 13px; background: #f7f7f4; box-shadow: none; }
.cm-search-deck .search-icon { color: var(--cm-blue); font-size: 24px; }
.cm-search-deck .global-search input { flex: 1; height: 100%; padding: 0 12px; border: 0; outline: none; color: var(--cm-ink); background: transparent; font-size: 13px; font-weight: 600; }
.cm-search-deck .global-search input::placeholder { color: #999da4; }
.cm-search-deck kbd { padding: 5px 8px; border: 1px solid #d0d2ce; border-radius: 5px; color: #8e9299; background: #fff; font: 700 9px/1 Manrope, sans-serif; }
.cm-search-submit { height: 34px; padding: 0 13px; border: 0; border-radius: 8px; color: #fff; background: var(--cm-ink); font-size: 10px; font-weight: 800; }
.cm-search-suggestions { display: flex; align-items: center; justify-content: flex-end; gap: 6px; }
.cm-search-suggestions > span { margin-right: 4px; color: #9a9da3; font-size: 9px; font-weight: 700; }
.cm-search-suggestions button { height: 30px; padding: 0 9px; border: 1px solid #dcddd9; border-radius: 7px; color: #646870; background: #fff; font-size: 9px; font-weight: 700; }
.cm-search-suggestions button:hover { border-color: var(--cm-ink); color: var(--cm-ink); }

.cm-main { min-height: 760px; outline: none; }
.cm-home { overflow: hidden; }
.cm-home-hero { position: relative; min-height: 620px; padding: 34px clamp(18px, 5.5vw, 84px) 64px; color: #fff; background: var(--cm-ink); }
.cm-home-hero::before { content: ""; position: absolute; left: -250px; bottom: -430px; width: 700px; height: 700px; border: 1px solid #30343c; border-radius: 50%; box-shadow: 0 0 0 90px rgba(255,255,255,.012), 0 0 0 180px rgba(255,255,255,.008); }
.cm-home-hero .home-notice-strip { position: relative; z-index: 2; max-width: 1460px; margin: 0 auto 24px; border: 1px solid #3a3e46; border-radius: 8px; color: #d8dbe0; background: #1d2026; }
.cm-home-hero .home-notice-icon { color: var(--cm-acid); }
.cm-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(420px,.9fr) minmax(500px,1.1fr); align-items: stretch; gap: clamp(36px, 6vw, 90px); width: min(1460px, 100%); min-height: 480px; margin: 0 auto; }
.cm-hero-copy { align-self: center; }
.cm-hero-copy h1 { margin: 18px 0 25px; font-size: clamp(48px, 6vw, 86px); line-height: 1.03; letter-spacing: -.078em; }
.cm-hero-copy h1 em { color: var(--cm-acid); font-style: normal; }
.cm-hero-copy p { margin: 0; color: #a7acb5; font-size: 15px; line-height: 1.9; }
.cm-hero-actions { display: flex; gap: 9px; margin-top: 34px; }
.cm-hero-actions .card-action { min-height: 46px; padding: 0 17px; border: 1px solid #444852; border-radius: 9px; color: #f1f2f4; background: transparent; font-size: 11px; font-weight: 800; }
.cm-hero-actions .card-action.primary { border-color: var(--cm-acid); color: var(--cm-ink); background: var(--cm-acid); }
.cm-hero-feature { position: relative; min-height: 440px; overflow: hidden; border: 0; border-radius: 3px; background-position: center; background-size: cover; text-align: left; box-shadow: 0 30px 80px rgba(0,0,0,.3); }
.cm-hero-feature-shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.03) 30%, rgba(0,0,0,.82)); }
.cm-hero-feature-copy { position: absolute; right: 35px; bottom: 34px; left: 35px; display: grid; gap: 8px; color: #fff; }
.cm-hero-feature-copy small { color: var(--cm-acid); font: 800 9px/1 Manrope, sans-serif; letter-spacing: .16em; }
.cm-hero-feature-copy strong { font-size: clamp(25px, 3vw, 40px); line-height: 1.14; letter-spacing: -.055em; }
.cm-hero-feature-copy em { color: #d3d6db; font-size: 11px; font-style: normal; }
.cm-hero-feature-index { position: absolute; top: 24px; right: 25px; display: grid; place-items: center; width: 43px; height: 43px; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; color: #fff; font: 800 10px/1 Manrope, sans-serif; backdrop-filter: blur(8px); }

.cm-home-paths { display: grid; grid-template-columns: 260px 1fr; width: min(1560px, calc(100% - 48px)); margin: -26px auto 0; position: relative; z-index: 4; border: 1px solid var(--cm-line); background: #fff; box-shadow: var(--cm-shadow); }
.cm-home-section-intro { display: flex; flex-direction: column; justify-content: center; padding: 28px; border-right: 1px solid var(--cm-line); }
.cm-home-section-intro strong { margin-top: 10px; font-size: 18px; letter-spacing: -.04em; }
.cm-home-paths .quick-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 0; margin: 0; }
.cm-home-paths .quick-tile { position: relative; display: grid; grid-template-columns: 44px 1fr; align-content: center; min-height: 148px; padding: 22px; border: 0; border-right: 1px solid var(--cm-line); border-radius: 0; color: var(--cm-ink); background: #fff; text-align: left; box-shadow: none; }
.cm-home-paths .quick-tile:last-child { border-right: 0; }
.cm-home-paths .quick-tile::after { content: "→"; position: absolute; top: 21px; right: 20px; color: #a7aab0; font: 700 14px/1 Manrope, sans-serif; }
.cm-home-paths .quick-tile:hover { color: #fff; background: var(--cm-blue); transform: none; }
.cm-home-paths .quick-tile:hover::after, .cm-home-paths .quick-tile:hover > span:last-child { color: #cbd4ff; }
.cm-home-paths .quick-icon { grid-row: 1 / 3; width: 34px; height: 34px; padding: 7px; border-radius: 9px; color: var(--cm-blue); background: #eef1ff; }
.cm-home-paths .quick-tile:hover .quick-icon { color: var(--cm-ink); background: var(--cm-acid); }
.cm-home-paths .quick-tile strong { align-self: end; font-size: 14px; letter-spacing: -.035em; }
.cm-home-paths .quick-tile > span:last-child { align-self: start; color: #777b83; font-size: 9px; line-height: 1.45; }

.cm-home-editorial { display: grid; grid-template-columns: minmax(0,1.25fr) minmax(390px,.75fr); gap: 18px; width: min(1460px, calc(100% - 48px)); margin: 84px auto 0; }
.cm-home-showcase, .cm-market-now { min-width: 0; }
.cm-home-editorial .section-title-row, .cm-market-now .section-title-row { align-items: end; margin-bottom: 20px; }
.cm-home-editorial .section-title-row h2, .cm-community-digest h2 { margin: 9px 0 0; font-size: clamp(29px,3vw,44px); line-height: 1.05; letter-spacing: -.065em; }
.cm-home-editorial .text-button, .cm-market-now .text-button { color: #565a62; font-size: 10px; font-weight: 800; }
.cm-home-editorial .text-button span { margin-left: 7px; color: var(--cm-blue); }
.cm-home-showcase-grid { grid-template-columns: repeat(2,1fr); gap: 12px; }
.cm-home-showcase-grid .content-card { min-width: 0; border-radius: 0; }
.cm-home-showcase-grid .card-media { aspect-ratio: 16/10; }
.cm-market-now { padding: 25px; border: 1px solid var(--cm-line); background: #fff; }
.cm-market-now .list-grid { gap: 0; }
.cm-market-now .line-card { grid-template-columns: 78px 1fr; min-height: 112px; padding: 15px 0; border: 0; border-bottom: 1px solid #e2e3df; border-radius: 0; box-shadow: none; }
.cm-market-now .line-card:last-child { border-bottom: 0; }
.cm-market-now .line-thumb { width: 78px; height: 78px; border-radius: 7px; }
.cm-market-now .line-main h3 { font-size: 13px; }
.cm-market-now .price { grid-column: 2; font-size: 13px; text-align: left; }
.cm-market-now .card-meta { display: none; }

.cm-home-campaign { width: min(1460px, calc(100% - 48px)); margin: 88px auto 0; }
.cm-home-campaign .cm-home-section-intro { display: grid; padding: 0; margin-bottom: 18px; border: 0; }
.cm-home-campaign .cm-home-section-intro strong { font-size: 28px; }
.cm-home-campaign .banner-carousel { border-radius: 0; box-shadow: var(--cm-shadow); }
.cm-home-campaign .banner-slide { min-height: 285px; }

.cm-community-digest { display: grid; grid-template-columns: minmax(280px,.65fr) minmax(440px,1fr) minmax(250px,.55fr); gap: 22px; width: min(1460px, calc(100% - 48px)); margin: 88px auto 110px; padding: 44px; color: #fff; background: var(--cm-ink); }
.cm-digest-heading { align-self: start; }
.cm-digest-heading p { color: #969ba5; font-size: 11px; line-height: 1.8; }
.cm-digest-heading .card-action { margin-top: 16px; border-color: #424650; color: #fff; background: transparent; }
.cm-community-digest > .list-grid { gap: 0; }
.cm-community-digest .line-card { grid-template-columns: 1fr auto; min-height: 88px; padding: 15px 0; border: 0; border-bottom: 1px solid #343840; border-radius: 0; color: #fff; background: transparent; box-shadow: none; }
.cm-community-digest .line-card:hover { background: #1c1f25; transform: none; }
.cm-community-digest .line-card p { color: #858a94; }
.cm-community-digest .price { color: #70757f; font-size: 9px; }
.cm-drive-note { align-self: stretch; padding: 24px; color: var(--cm-ink); background: var(--cm-acid); }
.cm-drive-note > span { font: 800 8px/1 Manrope,sans-serif; letter-spacing: .15em; }
.cm-drive-note strong { display: block; margin-top: 60px; font-size: 26px; line-height: 1.15; letter-spacing: -.055em; }
.cm-drive-note p { color: #444a30; font-size: 10px; line-height: 1.7; }
.cm-drive-note button { margin-top: 30px; padding: 0; border: 0; background: transparent; font-size: 10px; font-weight: 800; }

/* Route framework */
.cm-route { width: min(1460px, calc(100% - 48px)); margin: 0 auto; padding: 0 0 100px; }
.cm-route .page-head { display: flex; align-items: end; justify-content: space-between; min-height: 280px; margin: 0 calc((100vw - min(1460px, calc(100vw - 48px))) / -2) 32px; padding: 58px max(24px, calc((100vw - 1460px) / 2)); border: 0; color: #fff; background: var(--cm-ink); }
.cm-route .page-head > div { max-width: 760px; }
.cm-route .page-head > div > span { color: var(--cm-acid); font: 800 9px/1 Manrope, sans-serif; letter-spacing: .18em; }
.cm-route .page-head h1 { margin: 13px 0 14px; font-size: clamp(48px,5vw,76px); line-height: .96; letter-spacing: -.075em; }
.cm-route .page-head p { margin: 0; color: #9fa4ae; font-size: 13px; line-height: 1.7; }
.cm-route .page-write-button { min-height: 48px; padding: 0 18px; border: 0; border-radius: 9px; color: var(--cm-ink); background: var(--cm-acid); font-size: 11px; font-weight: 800; }
.cm-route .page-write-button span { margin-left: 14px; font-size: 16px; }
.cm-route-toolbar, .cm-route .filter-toolbar { display: flex; align-items: center; justify-content: space-between; min-height: 68px; margin-bottom: 18px; padding: 12px 15px; border: 1px solid var(--cm-line); border-radius: 0; background: #fff; box-shadow: none; }
.cm-route .filter-row { display: flex; flex-wrap: wrap; gap: 6px; }
.cm-route .chip { min-height: 34px; padding: 0 12px; border: 1px solid #dadbd7; border-radius: 7px; color: #666a72; background: #fff; font-size: 10px; font-weight: 700; }
.cm-route .chip.active { border-color: var(--cm-ink); color: #fff; background: var(--cm-ink); }
.cm-route .select { min-height: 36px; border: 1px solid #d8d9d5; border-radius: 7px; color: #555960; background: #fff; font-size: 10px; font-weight: 700; }
.cm-route .filter-button { border-radius: 7px; color: #fff; background: var(--cm-ink); }
.cm-route .active-filter-summary span { border-radius: 6px; background: #f0f1ed; }

.cm-showcase-grid { grid-template-columns: repeat(3,1fr); gap: 14px; }
.cm-showcase-grid .content-card, .cm-meetup-grid .content-card, .cm-drive-grid .content-card { overflow: hidden; border: 1px solid var(--cm-line); border-radius: 0; background: #fff; box-shadow: none; }
.cm-showcase-grid .content-card:hover, .cm-meetup-grid .content-card:hover, .cm-drive-grid .content-card:hover { transform: translateY(-3px); box-shadow: var(--cm-shadow); }
.cm-showcase-grid .card-media { aspect-ratio: 4/3; }
.cm-showcase-grid .card-body, .cm-meetup-grid .card-body, .cm-drive-grid .card-body { padding: 19px; }
.cm-showcase-grid .content-card:nth-child(1) { grid-column: span 2; grid-row: span 2; }
.cm-showcase-grid .content-card:nth-child(1) .card-media { aspect-ratio: 16/10; }
.cm-showcase-grid .content-card:nth-child(1) h3 { font-size: 27px; }

.cm-market-stream { display: grid; grid-template-columns: repeat(2,1fr); gap: 12px; }
.cm-market-stream .line-card { grid-template-columns: 180px 1fr; min-height: 180px; padding: 0; overflow: hidden; border: 1px solid var(--cm-line); border-radius: 0; background: #fff; box-shadow: none; }
.cm-market-stream .line-thumb { width: 180px; height: 100%; min-height: 180px; border-radius: 0; }
.cm-market-stream .line-main { align-self: center; padding: 18px 18px 10px; }
.cm-market-stream .price { grid-column: 2; padding: 0 18px 18px; font-size: 17px; text-align: left; }
.cm-market-stream .line-card:hover { border-color: #aeb1ad; transform: none; box-shadow: var(--cm-shadow); }

.cm-meetup-grid { grid-template-columns: repeat(3,1fr); gap: 14px; }
.cm-meetup-grid .content-card:first-child { grid-column: span 2; }
.cm-meetup-grid .content-card:first-child .card-media { aspect-ratio: 16/8; }
.cm-meetup-grid .card-media { aspect-ratio: 16/10; }
.cm-community-route .community-board { overflow: hidden; border: 1px solid var(--cm-line); border-radius: 0; background: #fff; box-shadow: none; }
.cm-community-route .community-board-head { color: #8a8d94; background: #e9eae5; font: 800 8px/1 Manrope, sans-serif; letter-spacing: .08em; }
.cm-community-route .community-board-row { min-height: 64px; border-bottom-color: #e6e7e3; }
.cm-community-route .community-board-row:hover { background: #f5f6f2; }
.cm-community-route .community-board-badge { border-radius: 5px; color: var(--cm-blue); background: #edf0ff; }
.cm-drive-grid { grid-template-columns: repeat(3,1fr); gap: 14px; }

/* Secondary routes */
.cm-main > .page-head, .cm-main > .mypage-panel, .cm-main > .settings-list, .cm-main > .support-center-page, .cm-main > .withdrawal-page, .cm-main > .auth-page, .cm-main > .card-grid, .cm-main > .list-grid, .cm-main > .empty-state { width: min(1180px, calc(100% - 48px)); margin-right: auto; margin-left: auto; }
.cm-main > .page-head { min-height: 190px; padding-top: 55px; border-bottom: 1px solid var(--cm-line); }
.cm-main > .page-head > div > span { color: var(--cm-blue); font: 800 9px/1 Manrope,sans-serif; letter-spacing: .15em; }
.cm-main > .page-head h1 { margin: 10px 0 8px; font-size: 48px; letter-spacing: -.07em; }
.cm-main > .page-head p { margin: 0; color: var(--cm-muted); font-size: 11px; }
.cm-main > .mypage-panel, .cm-main > .settings-list, .cm-main > .support-center-page, .cm-main > .withdrawal-page, .cm-main > .auth-page { margin-top: 28px; margin-bottom: 90px; }
.mypage-panel, .settings-section, .support-intro, .support-form, .withdrawal-warning, .withdrawal-checks, .withdrawal-confirm, .auth-page { border-radius: 0; box-shadow: none; }

/* Member drawer */
.cm-member-panel { position: fixed; z-index: 80; top: 0; right: 0; bottom: 0; width: min(430px, calc(100vw - 28px)); overflow-y: auto; padding: 26px; transform: translateX(105%); color: #f5f6f8; background: #171a20; box-shadow: -30px 0 80px rgba(0,0,0,.25); transition: transform .28s ease; }
.cm-member-panel.is-open { transform: none; }
.cm-member-head { display: flex; align-items: center; justify-content: space-between; padding-bottom: 23px; border-bottom: 1px solid #333740; }
.cm-member-head > div { display: grid; gap: 6px; }
.cm-member-head span, .cm-member-title > span { color: var(--cm-acid); font: 800 8px/1 Manrope, sans-serif; letter-spacing: .16em; }
.cm-member-head strong { font-size: 18px; }
.cm-member-head button { width: 37px; height: 37px; border: 1px solid #3b3f48; border-radius: 50%; color: #fff; background: transparent; font-size: 20px; }
.cm-member-panel .profile-card { margin: 22px 0 0; padding: 20px; border: 1px solid #363a43; border-radius: 13px; color: #fff; background: #20232a; box-shadow: none; }
.profile-guest { display: grid; gap: 10px; }
.profile-guest > span { color: var(--cm-acid); font: 800 8px/1 Manrope, sans-serif; letter-spacing: .16em; }
.profile-guest > strong { font-size: 16px; line-height: 1.45; }
.profile-guest > p { margin: 0; color: #979ca6; font-size: 11px; line-height: 1.65; }
.profile-guest > div { display: flex; gap: 7px; margin-top: 4px; }
.profile-guest .auth-button { min-height: 36px; padding: 0 13px; border: 1px solid #414650; border-radius: 8px; color: #e9ebef; background: transparent; font-size: 10px; font-weight: 800; }
.profile-guest .auth-button.primary { border-color: var(--cm-acid); color: var(--cm-ink); background: var(--cm-acid); }
.cm-member-panel .profile-head span { color: #8f949e; }
.cm-member-panel .profile-stat { border-color: #383c44; }
.cm-member-panel .profile-stat span { color: #838892; }
.cm-member-section { margin-top: 28px; }
.cm-member-title { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 6px; margin-bottom: 13px; }
.cm-member-title > span { grid-column: 1 / -1; }
.cm-member-title strong { font-size: 14px; }
.cm-member-title button { padding: 0; border: 0; color: #8c919b; background: transparent; font-size: 9px; }
.cm-member-panel .activity-list { display: grid; gap: 7px; }
.cm-member-panel .activity-item { padding: 12px; border: 1px solid #343840; border-radius: 8px; color: #ebedf0; background: #1c1f25; text-align: left; }
.cm-member-panel .activity-item span { color: #818690; }
.cm-create-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; }
.cm-create-grid button { display: flex; align-items: center; min-height: 54px; padding: 0 12px; border: 1px solid #363a43; border-radius: 8px; color: #e5e7ea; background: #1d2026; font-size: 10px; font-weight: 700; }
.cm-create-grid button span { display: grid; place-items: center; width: 24px; height: 24px; margin-right: 9px; border-radius: 6px; color: var(--cm-ink); background: var(--cm-acid); font: 800 8px/1 Manrope,sans-serif; }
.cm-member-links { display: flex; gap: 6px; margin-top: 28px; padding-top: 20px; border-top: 1px solid #333740; }
.cm-member-links button { flex: 1; min-height: 36px; border: 1px solid #383c44; border-radius: 7px; color: #aeb2ba; background: transparent; font-size: 9px; font-weight: 700; }
.cm-member-backdrop { position: fixed; z-index: 70; inset: 0; border: 0; background: rgba(10,12,16,.6); backdrop-filter: blur(4px); }
.cm-member-backdrop[hidden] { display: none; }
body.member-panel-open { overflow: hidden; }

.search-result-summary { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; padding: 22px 0; border-bottom: 1px solid var(--cm-line); }
.search-result-summary strong { font-size: clamp(22px, 3vw, 38px); letter-spacing: -.055em; }
.search-result-summary span, .search-result-group .section-title-row > span { color: #777b83; font-size: 11px; font-weight: 700; }
.search-result-group { display: grid; gap: 18px; padding: 34px 0; border-bottom: 1px solid var(--cm-line); }
.search-result-group .section-title-row h2 { margin: 0; font-size: 19px; letter-spacing: -.035em; }

.cm-mobile-nav { display: none; }
.cm-footer { padding: 62px clamp(24px,6vw,90px) 24px; color: #e8eaed; background: #0d0f13; }
.cm-footer-brand { display: flex; align-items: end; justify-content: space-between; padding-bottom: 46px; border-bottom: 1px solid #2a2d34; }
.cm-footer-brand strong { font: 800 clamp(42px,8vw,110px)/.8 Manrope,sans-serif; letter-spacing: -.075em; }
.cm-footer-brand span { max-width: 300px; color: #727781; font-size: 10px; line-height: 1.7; text-align: right; }
.cm-footer-nav { display: flex; gap: 100px; padding: 36px 0; }
.cm-footer-nav > div { display: grid; gap: 10px; }
.cm-footer-nav span { margin-bottom: 6px; color: var(--cm-acid); font: 800 8px/1 Manrope,sans-serif; letter-spacing: .16em; }
.cm-footer-nav button, .cm-footer-nav a { padding: 0; border: 0; color: #9a9ea7; background: transparent; font-size: 10px; text-align: left; }
.cm-footer-bottom { display: flex; align-items: center; justify-content: space-between; padding-top: 22px; border-top: 1px solid #2a2d34; color: #595e68; font: 700 8px/1 Manrope,sans-serif; letter-spacing: .12em; }
.cm-footer-bottom strong { color: #7d828c; }

/* Preserve and improve interactive surfaces */
.cm-body .content-card { border-color: var(--cm-line); box-shadow: none; }
.cm-body .card-body h3 { letter-spacing: -.035em; }
.cm-body .badge { border-radius: 5px; }
.cm-body .card-action { border-radius: 7px; box-shadow: none; }
.cm-body .card-action.primary { border-color: var(--cm-blue); background: var(--cm-blue); }
.cm-body .modal-backdrop { z-index: 100; background: rgba(12,14,18,.72); backdrop-filter: blur(6px); }
.cm-body .modal-card { border: 1px solid #d4d5d1; border-radius: 16px; box-shadow: 0 32px 90px rgba(0,0,0,.24); }
.cm-body .modal-close { border-radius: 50%; }
.cm-body .form-grid input, .cm-body .form-grid textarea, .cm-body .form-grid select, .cm-body .support-form input, .cm-body .support-form textarea, .cm-body .support-form select { border-radius: 8px; }
.cm-body .auth-reset-button { justify-self: start; padding: 0; border: 0; color: var(--cm-blue); background: transparent; text-align: left; }
.cm-body .toast { z-index: 120; border-radius: 9px; color: #fff; background: #171a20; }

@media (max-width: 1240px) {
  .cm-header-main { grid-template-columns: 190px 1fr auto; padding: 0 22px; }
  .cm-primary-nav button { padding: 0 10px; }
  .cm-saved strong, .cm-search-copy, .cm-search-suggestions > span { display: none; }
  .cm-search-deck { grid-template-columns: 1fr auto; padding: 0 22px; gap: 20px; }
  .cm-hero-grid { grid-template-columns: .85fr 1.15fr; gap: 38px; }
  .cm-home-paths { grid-template-columns: 190px 1fr; }
  .cm-home-paths .quick-tile { grid-template-columns: 35px 1fr; padding: 15px; }
  .cm-community-digest { grid-template-columns: 270px 1fr; }
  .cm-drive-note { grid-column: 1 / -1; }
  .cm-drive-note strong { margin-top: 18px; }
}

@media (max-width: 920px) {
  body.cm-body { padding-bottom: 70px; }
  .cm-signal-bar { display: none; }
  .cm-header { position: sticky; top: 0; }
  .cm-header-main { grid-template-columns: 1fr auto; min-height: 64px; }
  .cm-wordmark small, .cm-primary-nav, .cm-member-toggle, .cm-saved, .cm-header-actions .auth-button.ghost { display: none; }
  .cm-header-actions .auth-button.primary { height: 34px; }
  .cm-search-deck { min-height: 64px; padding-bottom: 10px; }
  .cm-search-suggestions { display: none; }
  .cm-search-deck .global-search { height: 44px; }
  .cm-home-hero { min-height: auto; padding-top: 25px; }
  .cm-hero-grid { grid-template-columns: 1fr; }
  .cm-hero-copy { padding: 30px 0 10px; }
  .cm-hero-copy h1 { font-size: clamp(46px,11vw,72px); }
  .cm-hero-feature { min-height: 420px; }
  .cm-home-paths { display: block; width: calc(100% - 28px); }
  .cm-home-section-intro { border-right: 0; border-bottom: 1px solid var(--cm-line); }
  .cm-home-paths .quick-grid { grid-template-columns: 1fr 1fr; }
  .cm-home-paths .quick-tile:nth-child(2) { border-right: 0; }
  .cm-home-paths .quick-tile:nth-child(-n+2) { border-bottom: 1px solid var(--cm-line); }
  .cm-home-editorial { grid-template-columns: 1fr; width: calc(100% - 28px); margin-top: 62px; }
  .cm-home-campaign, .cm-community-digest { width: calc(100% - 28px); }
  .cm-community-digest { grid-template-columns: 1fr; padding: 28px; }
  .cm-route { width: calc(100% - 28px); }
  .cm-route .page-head { margin-right: -14px; margin-left: -14px; padding-right: 28px; padding-left: 28px; }
  .cm-showcase-grid, .cm-meetup-grid, .cm-drive-grid { grid-template-columns: 1fr 1fr; }
  .cm-showcase-grid .content-card:nth-child(1), .cm-meetup-grid .content-card:first-child { grid-column: span 2; }
  .cm-market-stream { grid-template-columns: 1fr; }
  .cm-mobile-nav { position: fixed; z-index: 60; right: 10px; bottom: 10px; left: 10px; display: grid; grid-template-columns: repeat(5,1fr); min-height: 60px; padding: 5px; border: 1px solid #333740; border-radius: 18px; color: #9ea3ad; background: rgba(20,23,29,.96); box-shadow: 0 16px 45px rgba(0,0,0,.25); backdrop-filter: blur(15px); }
  .cm-mobile-nav button { display: grid; justify-items: center; align-content: center; gap: 3px; border: 0; border-radius: 12px; color: inherit; background: transparent; font-size: 8px; font-weight: 700; }
  .cm-mobile-nav button span { font-size: 17px; }
  .cm-mobile-nav button.active { color: var(--cm-ink); background: var(--cm-acid); }
  .cm-footer { padding-bottom: 90px; }
}

@media (max-width: 600px) {
  .cm-header-main, .cm-search-deck { padding-right: 14px; padding-left: 14px; }
  .cm-wordmark-mark { width: 35px; height: 35px; }
  .cm-wordmark strong { font-size: 15px; }
  .cm-header-actions .auth-button.primary { padding: 0 10px; }
  .cm-search-deck kbd { display: none; }
  .cm-home-hero { padding-right: 18px; padding-bottom: 44px; padding-left: 18px; }
  .cm-hero-copy h1 { font-size: 45px; }
  .cm-hero-copy p br { display: none; }
  .cm-hero-actions { align-items: stretch; flex-direction: column; }
  .cm-hero-feature { min-height: 350px; }
  .cm-home-paths .quick-tile { grid-template-columns: 1fr; min-height: 135px; }
  .cm-home-paths .quick-icon { grid-row: auto; }
  .cm-home-paths .quick-tile strong { margin-top: 12px; }
  .cm-home-showcase-grid { grid-template-columns: 1fr; }
  .cm-home-editorial .section-title-row { align-items: flex-start; }
  .cm-home-editorial .section-title-row h2 { font-size: 31px; }
  .cm-home-campaign { margin-top: 62px; }
  .cm-home-campaign .banner-slide { min-height: 220px; }
  .cm-community-digest { margin-top: 62px; margin-bottom: 70px; }
  .cm-route .page-head { min-height: 250px; align-items: flex-start; flex-direction: column; justify-content: center; gap: 24px; }
  .cm-route .page-head h1 { font-size: 50px; }
  .cm-route-toolbar, .cm-route .filter-toolbar { align-items: flex-start; flex-direction: column; }
  .cm-showcase-grid, .cm-meetup-grid, .cm-drive-grid { grid-template-columns: 1fr; }
  .cm-showcase-grid .content-card:nth-child(1), .cm-meetup-grid .content-card:first-child { grid-column: auto; }
  .cm-market-stream .line-card { grid-template-columns: 120px 1fr; min-height: 145px; }
  .cm-market-stream .line-thumb { width: 120px; min-height: 145px; }
  .cm-market-stream .line-main { padding: 12px 12px 6px; }
  .cm-market-stream .price { padding: 0 12px 12px; }
  .cm-community-route .community-board-head { display: none; }
  .cm-community-route .community-board-row { grid-template-columns: auto 1fr auto; padding: 13px 12px; }
  .cm-community-route .community-author, .cm-community-route .community-count, .cm-community-route .community-recommend { display: none; }
  .cm-footer-brand { align-items: flex-start; flex-direction: column; gap: 26px; }
  .cm-footer-brand span { text-align: left; }
  .cm-footer-nav { gap: 50px; }
  .cm-footer-bottom strong { display: none; }
}

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