.overview-page { background: #fff; }
.overview-intro { color: #fff; background: var(--charcoal); }
.overview-intro-inner {
  width: min(1180px, calc(100% - 40px));
  min-height: 420px;
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr);
  gap: 52px;
  align-items: center;
  margin: 0 auto;
}
.overview-copy { padding: 56px 0 66px; }
.overview-copy h1 { max-width: 620px; margin: 0; font-size: 44px; line-height: 1.16; }
.overview-copy p { max-width: 600px; margin: 18px 0 0; color: #c6d1d6; font-size: 16px; line-height: 1.8; }
.overview-actions { display: flex; gap: 10px; margin-top: 28px; }
.overview-media { position: relative; min-height: 420px; align-self: stretch; overflow: hidden; }
.overview-media img { width: 100%; height: 100%; object-fit: cover; }
.overview-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, var(--charcoal) 0, transparent 28%); }
.overview-content { width: min(1180px, calc(100% - 40px)); margin: 0 auto; padding: 42px 0 68px; }
.project-list { border-top: 1px solid var(--line); }
.project-line { display: grid; grid-template-columns: 72px 220px 1fr auto; gap: 20px; align-items: center; min-height: 108px; border-bottom: 1px solid var(--line); }
.project-number { color: var(--accent); font-size: 28px; font-weight: 900; }
.project-line h2 { margin: 0; font-size: 18px; }
.project-line p { margin: 5px 0 0; color: var(--muted); font-size: 12px; }
.project-line > p { margin: 0; line-height: 1.65; }
.overview-band { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 34px; border: 1px solid var(--line); }
.overview-metric { padding: 18px; border-right: 1px solid var(--line); }
.overview-metric:last-child { border-right: 0; }
.overview-metric strong { display: block; font-size: 24px; }
.overview-metric span { display: block; margin-top: 4px; color: var(--muted); font-size: 11px; }

.android-page { padding: 28px 0 60px; }
.android-toolbar { width: min(1180px, calc(100% - 36px)); display: flex; align-items: center; justify-content: space-between; gap: 18px; margin: 0 auto 18px; }
.android-stage { width: min(1180px, calc(100% - 36px)); display: grid; grid-template-columns: 360px minmax(0, 1fr); gap: 30px; align-items: start; margin: 0 auto; }
.device-column { position: sticky; top: 88px; }
.phone {
  width: 348px;
  height: 712px;
  padding: 10px;
  background: #111a1e;
  border-radius: 36px;
  box-shadow: 0 24px 54px rgba(24, 37, 43, .18);
}
.phone-screen { position: relative; height: 692px; overflow: hidden; background: #f7f8f9; border-radius: 27px; }
.phone-status { height: 26px; display: flex; align-items: center; justify-content: space-between; padding: 0 15px; color: #fff; background: #1c292e; font-size: 9px; }
.phone-main { height: calc(100% - 26px); overflow-y: auto; padding-bottom: 72px; scrollbar-width: none; }
.phone-main::-webkit-scrollbar { display: none; }
.phone-header { padding: 17px 17px 18px; color: #fff; background: #1c292e; }
.phone-header-row { display: flex; align-items: center; justify-content: space-between; gap: 8px; }
.phone-header small { color: #bdd0d7; font-size: 10px; }
.phone-header h1 { margin: 8px 0 0; font-size: 21px; line-height: 1.35; }
.phone-header p { margin: 6px 0 0; color: #c8d5da; font-size: 11px; }
.phone-body { padding: 13px 14px 18px; }
.phone-primary { width: 100%; min-height: 46px; display: flex; align-items: center; justify-content: center; gap: 7px; color: #fff; background: var(--accent); border: 0; border-radius: 6px; font-size: 13px; font-weight: 900; }
.phone-primary:hover { background: var(--accent-dark); }
.phone-bottom {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  height: 62px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  background: rgba(255, 255, 255, .97);
  border-top: 1px solid var(--line);
  backdrop-filter: blur(8px);
}
.phone-bottom button { display: grid; place-items: center; align-content: center; gap: 2px; color: #758289; background: transparent; border: 0; font-size: 9px; }
.phone-bottom button svg { width: 17px; height: 17px; }
.phone-bottom button.active { color: var(--accent); font-weight: 900; }
.phone-section { margin-top: 15px; }
.phone-section:first-child { margin-top: 0; }
.phone-section-head { display: flex; align-items: center; justify-content: space-between; gap: 8px; margin-bottom: 8px; }
.phone-section-head strong { font-size: 12px; }
.phone-section-head button { color: var(--accent); background: transparent; border: 0; font-size: 9px; }
.phone-list { background: #fff; border-top: 1px solid var(--line); }
.phone-row { width: 100%; min-height: 64px; display: grid; grid-template-columns: 50px minmax(0, 1fr) auto; gap: 9px; align-items: center; padding: 8px 0; color: var(--ink); background: #fff; border: 0; border-bottom: 1px solid var(--line-soft); text-align: left; }
.phone-row img { width: 50px; height: 50px; object-fit: cover; border-radius: 5px; }
.phone-row strong { display: block; overflow: hidden; text-overflow: ellipsis; font-size: 11px; white-space: nowrap; }
.phone-row span { display: block; margin-top: 3px; color: var(--muted); font-size: 9px; }
.phone-row > svg { color: #8a979d; }
.phone-quick { display: grid; grid-template-columns: repeat(4, 1fr); gap: 6px; }
.phone-quick button { min-height: 68px; display: grid; place-items: center; align-content: center; gap: 5px; color: var(--ink); background: #fff; border: 1px solid var(--line); border-radius: 6px; font-size: 9px; }
.phone-quick button svg { color: var(--accent); }
.quota-panel { padding: 11px 12px; background: var(--accent-soft); border-left: 3px solid var(--accent); }
.quota-panel strong { display: block; font-size: 11px; }
.quota-panel span { display: block; margin-top: 4px; color: var(--muted); font-size: 9px; }
.phone-search { position: relative; }
.phone-search svg { position: absolute; left: 9px; top: 10px; color: #8d999e; }
.phone-search input { height: 36px; padding-left: 31px; font-size: 10px; }
.filter-chips { display: flex; gap: 5px; margin: 9px 0; overflow-x: auto; scrollbar-width: none; }
.filter-chips::-webkit-scrollbar { display: none; }
.filter-chips button { min-height: 27px; padding: 0 9px; color: var(--muted); background: #fff; border: 1px solid var(--line); border-radius: 4px; font-size: 9px; white-space: nowrap; }
.filter-chips button.active { color: #fff; background: var(--accent); border-color: var(--accent); }
.phone-card-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; }
.phone-media-card { position: relative; overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: 6px; }
.phone-media-card img { width: 100%; aspect-ratio: 1.25; object-fit: cover; }
.phone-media-card-body { padding: 8px; }
.phone-media-card strong { display: block; overflow: hidden; font-size: 10px; text-overflow: ellipsis; white-space: nowrap; }
.phone-media-card span { display: block; margin-top: 3px; color: var(--muted); font-size: 8px; }
.phone-media-card button { position: absolute; top: 6px; right: 6px; width: 27px; height: 27px; display: grid; place-items: center; color: #fff; background: rgba(23, 33, 38, .78); border: 0; border-radius: 4px; }
.phone-fab { position: absolute; right: 15px; bottom: 76px; z-index: 6; width: 46px; height: 46px; display: grid; place-items: center; color: #fff; background: var(--accent); border: 0; border-radius: 50%; box-shadow: 0 8px 18px rgba(214, 66, 60, .28); }

.workflow-panel { min-width: 0; background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow-soft); }
.workflow-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; padding: 20px; border-bottom: 1px solid var(--line); }
.workflow-head h2 { margin: 0; font-size: 18px; }
.workflow-head p { margin: 5px 0 0; color: var(--muted); font-size: 12px; }
.screen-map { padding: 18px 20px 20px; }
.screen-map-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.screen-link { min-height: 86px; display: flex; align-items: flex-start; gap: 10px; padding: 13px; color: var(--ink); background: #fff; border: 0; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); text-align: left; }
.screen-link:hover { background: var(--surface-subtle); }
.screen-link.active { background: var(--accent-soft); box-shadow: inset 3px 0 0 var(--accent); }
.screen-link svg { flex: 0 0 auto; color: var(--accent); }
.screen-link strong { display: block; font-size: 12px; }
.screen-link span { display: block; margin-top: 3px; color: var(--muted); font-size: 10px; line-height: 1.5; }
.account-strip { display: grid; grid-template-columns: repeat(3, 1fr); margin: 0 20px 20px; border: 1px solid var(--line); }
.account-cell { padding: 13px; border-right: 1px solid var(--line); }
.account-cell:last-child { border-right: 0; }
.account-cell span { display: block; color: var(--muted); font-size: 10px; }
.account-cell strong { display: block; margin-top: 4px; font-size: 13px; }

.wizard-mobile { min-height: 560px; display: grid; grid-template-rows: auto 1fr auto; }
.wizard-mini-steps { display: grid; grid-template-columns: repeat(5, 1fr); border-bottom: 1px solid var(--line); background: #fff; }
.wizard-mini-step { min-width: 0; padding: 9px 4px 7px; color: #8b989e; text-align: center; font-size: 8px; }
.wizard-mini-step span { width: 21px; height: 21px; display: grid; place-items: center; margin: 0 auto 3px; background: #edf1f2; border-radius: 50%; font-size: 8px; font-weight: 900; }
.wizard-mini-step.active { color: var(--accent); font-weight: 900; }
.wizard-mini-step.active span, .wizard-mini-step.done span { color: #fff; background: var(--accent); }
.wizard-content { padding: 13px 14px 16px; }
.wizard-content h2 { margin: 0 0 4px; font-size: 16px; }
.wizard-content > p { margin: 0 0 12px; color: var(--muted); font-size: 10px; }
.choice-list { display: grid; gap: 7px; }
.choice-row { width: 100%; display: grid; grid-template-columns: auto minmax(0, 1fr) auto; gap: 9px; align-items: center; padding: 9px; color: var(--ink); background: #fff; border: 1px solid var(--line); border-radius: 5px; text-align: left; }
.choice-row.selected { border-color: var(--accent); box-shadow: 0 0 0 2px rgba(214, 66, 60, .08); }
.choice-row img { width: 42px; height: 42px; object-fit: cover; border-radius: 4px; }
.choice-row strong { display: block; font-size: 10px; }
.choice-row small { display: block; margin-top: 2px; color: var(--muted); font-size: 8px; }
.choice-radio { width: 15px; height: 15px; border: 1px solid #aab5ba; border-radius: 50%; }
.choice-row.selected .choice-radio { border: 4px solid var(--accent); }
.type-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 7px; }
.type-choice { min-height: 92px; padding: 10px; color: var(--ink); background: #fff; border: 1px solid var(--line); border-radius: 5px; text-align: left; }
.type-choice svg { color: var(--accent); }
.type-choice strong { display: block; margin-top: 6px; font-size: 10px; }
.type-choice span { display: block; margin-top: 3px; color: var(--muted); font-size: 8px; line-height: 1.45; }
.type-choice.selected { border-color: var(--accent); background: var(--accent-soft); }
.asset-avatar { width: 40px; height: 40px; display: grid; place-items: center; color: #fff; background: var(--charcoal-2); border-radius: 50%; font-size: 12px; font-weight: 900; }
.script-box { min-height: 114px; font-size: 10px; }
.timeline-list { display: grid; gap: 6px; margin-top: 10px; }
.timeline-clip { display: grid; grid-template-columns: 42px minmax(0, 1fr) auto; gap: 8px; align-items: center; padding: 7px; background: #fff; border: 1px solid var(--line); }
.timeline-clip img { width: 42px; height: 34px; object-fit: cover; border-radius: 3px; }
.timeline-clip strong { display: block; font-size: 9px; }
.timeline-clip span { display: block; color: var(--muted); font-size: 8px; }
.timeline-actions { display: flex; gap: 3px; }
.timeline-actions button { width: 26px; height: 26px; display: grid; place-items: center; color: var(--muted); background: #fff; border: 1px solid var(--line); border-radius: 4px; }
.wizard-footer { display: flex; gap: 8px; padding: 11px 14px; background: #fff; border-top: 1px solid var(--line); }
.wizard-footer .button { flex: 1; min-height: 40px; font-size: 11px; }
.confirm-list { border-top: 1px solid var(--line); }
.confirm-row { display: flex; align-items: flex-start; justify-content: space-between; gap: 10px; padding: 9px 0; border-bottom: 1px solid var(--line-soft); font-size: 9px; }
.confirm-row span { color: var(--muted); }
.confirm-row strong { max-width: 60%; text-align: right; }
.generation-state { min-height: 500px; display: grid; place-items: center; padding: 26px; text-align: center; }
.generation-orbit { width: 76px; height: 76px; display: grid; place-items: center; margin: 0 auto 18px; color: var(--accent); background: var(--accent-soft); border: 1px solid #f3c8c5; border-radius: 50%; }
.generation-state h2 { margin: 0; font-size: 18px; }
.generation-state p { margin: 7px auto 16px; max-width: 250px; color: var(--muted); font-size: 10px; }
.result-video { overflow: hidden; background: var(--charcoal); border-radius: 6px; }
.result-video img { width: 100%; height: 188px; object-fit: cover; opacity: .88; }
.result-video-info { padding: 10px 12px; color: #fff; }
.result-video-info strong { display: block; font-size: 11px; }
.result-video-info span { display: block; margin-top: 3px; color: #b9c8ce; font-size: 9px; }
.result-actions { display: grid; grid-template-columns: repeat(2, 1fr); gap: 7px; margin-top: 10px; }

.workspace-page { min-height: calc(100vh - 62px); display: grid; grid-template-columns: 218px minmax(0, 1fr); background: var(--bg); }
.workspace-sidebar { position: sticky; top: 62px; height: calc(100vh - 62px); padding: 18px 12px; color: #d6e0e4; background: #1b282d; overflow-y: auto; }
.workspace-user { padding: 10px 11px 17px; border-bottom: 1px solid rgba(255, 255, 255, .08); }
.workspace-user strong { display: block; color: #fff; font-size: 13px; }
.workspace-user span { display: block; margin-top: 3px; color: #8fa3ac; font-size: 10px; }
.workspace-nav { display: grid; gap: 3px; margin-top: 14px; }
.workspace-nav button { min-height: 40px; display: flex; align-items: center; gap: 9px; padding: 0 11px; color: #afbec4; background: transparent; border: 0; border-radius: 5px; font-size: 12px; text-align: left; }
.workspace-nav button:hover { color: #fff; background: rgba(255, 255, 255, .06); }
.workspace-nav button.active { color: #fff; background: var(--accent); }
.workspace-nav-title { padding: 17px 11px 6px; color: #748991; font-size: 9px; font-weight: 800; }
.workspace-content { min-width: 0; padding: 26px 28px 56px; }
.workspace-inner { min-width: 0; max-width: 1280px; margin: 0 auto; }
.stats-strip { display: grid; grid-template-columns: repeat(4, 1fr); margin-bottom: 22px; background: #fff; border: 1px solid var(--line); }
.stat-cell { min-height: 92px; display: flex; align-items: center; gap: 13px; padding: 17px; border-right: 1px solid var(--line); }
.stat-cell:last-child { border-right: 0; }
.stat-icon { width: 38px; height: 38px; display: grid; place-items: center; color: var(--accent); background: var(--accent-soft); border-radius: 6px; }
.stat-cell span { display: block; color: var(--muted); font-size: 10px; }
.stat-cell strong { display: block; margin-top: 3px; font-size: 21px; }
.content-panel { min-width: 0; max-width: 100%; margin-bottom: 20px; background: #fff; border: 1px solid var(--line); }
.panel-head { min-height: 58px; display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 0 17px; border-bottom: 1px solid var(--line); }
.panel-head h2 { margin: 0; font-size: 15px; }
.panel-head p { margin: 3px 0 0; color: var(--muted); font-size: 10px; }
.panel-body { padding: 17px; }
.dashboard-grid { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr); gap: 20px; }
.quick-action-list { display: grid; gap: 8px; }
.quick-action { width: 100%; min-height: 58px; display: flex; align-items: center; gap: 11px; padding: 10px 12px; color: var(--ink); background: #fff; border: 1px solid var(--line); text-align: left; }
.quick-action:hover { border-color: #e3aaa7; background: var(--accent-soft); }
.quick-action svg { color: var(--accent); }
.quick-action strong { display: block; font-size: 11px; }
.quick-action span { display: block; margin-top: 2px; color: var(--muted); font-size: 9px; }
.toolbar-row { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 14px; }
.toolbar-filters { display: flex; gap: 8px; align-items: center; flex-wrap: wrap; }
.toolbar-filters .control { width: 240px; }
.toolbar-filters .select-control { width: 150px; }
.material-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 13px; }
.material-card { overflow: hidden; background: #fff; border: 1px solid var(--line); }
.material-card.selected,
.asset-panel.selected,
.quick-action.selected { border-color: var(--accent); background: var(--accent-soft); box-shadow: 0 0 0 2px rgba(214, 66, 60, .08); }
.material-card-image { position: relative; }
.material-card-image img { width: 100%; aspect-ratio: 1.45; object-fit: cover; }
.material-duration { position: absolute; right: 7px; bottom: 7px; padding: 2px 5px; color: #fff; background: rgba(15, 24, 28, .8); border-radius: 3px; font-size: 9px; }
.material-card-body { padding: 11px; }
.material-card-body strong { display: block; font-size: 11px; }
.material-card-body p { margin: 4px 0 8px; color: var(--muted); font-size: 9px; }
.tag-row { display: flex; gap: 4px; flex-wrap: wrap; }
.tag { padding: 3px 6px; color: var(--muted); background: #edf1f2; border-radius: 3px; font-size: 8px; }
.material-card-actions { display: flex; gap: 5px; margin-top: 10px; }

.pc-creator { display: grid; grid-template-columns: 190px minmax(0, 1fr) 270px; min-height: 590px; background: #fff; border: 1px solid var(--line); }
.creator-steps { padding: 18px 13px; background: #f8f9fa; border-right: 1px solid var(--line); }
.creator-step { width: 100%; display: grid; grid-template-columns: 28px 1fr; gap: 9px; align-items: start; padding: 10px 8px; color: var(--muted); background: transparent; border: 0; text-align: left; }
.creator-step span { width: 25px; height: 25px; display: grid; place-items: center; background: #e7ecee; border-radius: 50%; font-size: 9px; font-weight: 900; }
.creator-step strong { display: block; margin-top: 3px; font-size: 10px; }
.creator-step.active { color: var(--accent); }
.creator-step.active span, .creator-step.done span { color: #fff; background: var(--accent); }
.creator-main { padding: 20px; }
.creator-main h2 { margin: 0; font-size: 18px; }
.creator-main > p { margin: 6px 0 18px; color: var(--muted); font-size: 11px; }
.creator-aside { padding: 17px; background: #fafbfb; border-left: 1px solid var(--line); }
.creator-aside h3 { margin: 0 0 12px; font-size: 12px; }
.creator-aside .confirm-row { font-size: 10px; }
.creator-footer { display: flex; justify-content: space-between; gap: 10px; margin-top: 18px; padding-top: 14px; border-top: 1px solid var(--line); }
.asset-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.asset-panel { display: flex; align-items: center; gap: 12px; padding: 14px; border: 1px solid var(--line); }
.asset-panel .asset-avatar { width: 48px; height: 48px; }
.asset-panel strong { display: block; font-size: 12px; }
.asset-panel span { display: block; margin-top: 3px; color: var(--muted); font-size: 9px; }
.asset-panel .table-actions { margin-left: auto; }
.slot-meter { padding: 14px 0; border-bottom: 1px solid var(--line); }
.slot-meter:last-child { border-bottom: 0; }
.slot-meter-head { display: flex; justify-content: space-between; margin-bottom: 7px; font-size: 11px; }

.switch-row { display: flex; align-items: center; justify-content: space-between; gap: 15px; min-height: 58px; padding: 9px 0; border-bottom: 1px solid var(--line-soft); }
.switch-row:last-child { border-bottom: 0; }
.switch-row strong { display: block; font-size: 11px; }
.switch-row span { display: block; margin-top: 3px; color: var(--muted); font-size: 9px; }
.switch { width: 38px; height: 22px; position: relative; flex: 0 0 auto; background: #cfd7da; border: 0; border-radius: 12px; }
.switch::after { content: ""; position: absolute; top: 3px; left: 3px; width: 16px; height: 16px; background: #fff; border-radius: 50%; box-shadow: 0 1px 3px rgba(0, 0, 0, .18); transition: left .18s ease; }
.switch.on { background: var(--green); }
.switch.on::after { left: 19px; }
.risk-line { border-left: 3px solid var(--amber); }
.risk-line.high { border-left-color: var(--danger); }
.config-grid { display: grid; grid-template-columns: 280px minmax(0, 1fr); gap: 20px; }

.geo-platform-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.platform-row { min-height: 114px; display: grid; align-content: space-between; padding: 14px; background: #fff; border: 1px solid var(--line); }
.platform-brand { display: flex; align-items: center; gap: 10px; }
.platform-logo { width: 34px; height: 34px; display: grid; place-items: center; color: #fff; border-radius: 6px; font-weight: 900; }
.platform-row strong { display: block; font-size: 11px; }
.platform-row span { display: block; margin-top: 3px; color: var(--muted); font-size: 9px; }
.geo-flow { display: grid; grid-template-columns: 180px minmax(0, 1fr); min-height: 590px; border: 1px solid var(--line); background: #fff; }
.geo-steps { padding: 16px 12px; background: #f8f9fa; border-right: 1px solid var(--line); }
.geo-main { padding: 20px; }
.platform-checks { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.check-tile { min-height: 64px; display: flex; align-items: center; gap: 9px; padding: 10px; color: var(--ink); background: #fff; border: 1px solid var(--line); text-align: left; }
.check-tile.selected { border-color: var(--accent); background: var(--accent-soft); }
.check-box { width: 17px; height: 17px; display: grid; place-items: center; color: #fff; background: #fff; border: 1px solid #a8b4b9; border-radius: 3px; }
.check-tile.selected .check-box { background: var(--accent); border-color: var(--accent); }
.variant-list { display: grid; gap: 12px; }
.variant-editor { border: 1px solid var(--line); }
.variant-head { display: flex; justify-content: space-between; gap: 10px; padding: 10px 12px; background: #f8f9fa; border-bottom: 1px solid var(--line); }
.variant-head strong { font-size: 11px; }
.variant-body { padding: 12px; }
.variant-body textarea { min-height: 125px; font-size: 11px; }
.extension-status { display: grid; grid-template-columns: 1fr auto; gap: 18px; align-items: center; padding: 18px; background: var(--green-soft); border-left: 3px solid var(--green); }

.cost-page { padding: 30px 0 64px; }
.cost-inner { width: min(1120px, calc(100% - 40px)); margin: 0 auto; }
.cost-layout { display: grid; grid-template-columns: minmax(0, 1fr) 370px; gap: 20px; align-items: start; }
.cost-form { display: grid; gap: 15px; }
.cost-result { position: sticky; top: 88px; color: #fff; background: var(--charcoal); padding: 22px; }
.cost-result span { color: #b9c8ce; font-size: 11px; }
.cost-result strong { display: block; margin-top: 7px; font-size: 34px; }
.cost-result p { margin: 12px 0 0; color: #c8d3d7; font-size: 11px; line-height: 1.7; }
.cost-breakdown { margin-top: 18px; border-top: 1px solid rgba(255, 255, 255, .12); }
.cost-breakdown .confirm-row { border-bottom-color: rgba(255, 255, 255, .09); }
.cost-breakdown .confirm-row span { color: #9fb0b7; }
.cost-breakdown .confirm-row strong { color: #fff; }
.roadmap-list { margin-top: 20px; border-top: 1px solid var(--line); }
.roadmap-line { display: grid; grid-template-columns: 90px 210px 1fr; gap: 18px; padding: 16px 0; border-bottom: 1px solid var(--line); }
.roadmap-line span { color: var(--accent); font-weight: 900; }
.roadmap-line strong { font-size: 12px; }
.roadmap-line p { margin: 0; color: var(--muted); font-size: 11px; }

@media (max-width: 1120px) {
  .android-stage { grid-template-columns: 350px minmax(0, 1fr); gap: 18px; }
  .screen-map-grid { grid-template-columns: repeat(2, 1fr); }
  .material-grid { grid-template-columns: repeat(3, 1fr); }
  .pc-creator { grid-template-columns: 165px minmax(0, 1fr); }
  .creator-aside { grid-column: 1 / -1; border-top: 1px solid var(--line); border-left: 0; }
  .geo-platform-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 860px) {
  .overview-intro-inner { grid-template-columns: 1fr; }
  .overview-copy { padding: 42px 0 0; }
  .overview-copy h1 { font-size: 34px; }
  .overview-media { min-height: 260px; }
  .project-line { grid-template-columns: 54px 1fr auto; gap: 12px; padding: 18px 0; }
  .project-line > p { grid-column: 2 / -1; }
  .overview-band { grid-template-columns: repeat(2, 1fr); }
  .overview-metric:nth-child(2) { border-right: 0; }
  .overview-metric:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .android-toolbar { align-items: flex-start; flex-direction: column; }
  .android-stage { grid-template-columns: 1fr; }
  .device-column { position: static; }
  .phone { width: min(348px, 100%); margin: 0 auto; }
  .workflow-panel { display: none; }
  .workspace-page { grid-template-columns: 1fr; }
  .workspace-sidebar { position: sticky; top: 62px; z-index: 20; width: 100%; height: auto; display: flex; align-items: center; gap: 8px; padding: 8px 10px; overflow-x: auto; }
  .workspace-user, .workspace-nav-title { display: none; }
  .workspace-nav { display: flex; margin: 0; }
  .workspace-nav button { min-width: max-content; }
  .workspace-content { padding: 20px 14px 46px; }
  .stats-strip { grid-template-columns: repeat(2, 1fr); }
  .stat-cell:nth-child(2) { border-right: 0; }
  .stat-cell:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .dashboard-grid, .config-grid, .cost-layout { grid-template-columns: minmax(0, 1fr); }
  .dashboard-grid > *, .config-grid > *, .cost-layout > * { min-width: 0; }
  .material-grid { grid-template-columns: repeat(2, 1fr); }
  .pc-creator, .geo-flow { grid-template-columns: 1fr; }
  .creator-steps, .geo-steps { display: flex; overflow-x: auto; border-right: 0; border-bottom: 1px solid var(--line); }
  .creator-step { min-width: 145px; }
  .geo-platform-grid { grid-template-columns: repeat(2, 1fr); }
  .cost-result { position: static; }
}

@media (max-width: 560px) {
  .global-header { min-height: 56px; }
  .global-main { min-height: calc(100vh - 56px); }
  .brand-mark { width: 32px; height: 32px; }
  .global-tools { display: none; }
  .overview-intro-inner, .overview-content, .android-toolbar, .android-stage, .cost-inner { width: min(100% - 24px, 1180px); }
  .overview-copy h1 { font-size: 30px; }
  .overview-copy p { font-size: 14px; }
  .overview-actions { align-items: stretch; flex-direction: column; }
  .project-line { grid-template-columns: 42px 1fr; }
  .project-line .button { grid-column: 2; justify-self: start; }
  .overview-band { grid-template-columns: 1fr; }
  .overview-metric { border-right: 0; border-bottom: 1px solid var(--line); }
  .phone { height: 704px; border-radius: 28px; }
  .phone-screen { height: 684px; border-radius: 20px; }
  .workspace-sidebar { top: 56px; }
  .workspace-content { padding-left: 10px; padding-right: 10px; }
  .stats-strip { grid-template-columns: 1fr; }
  .stat-cell { border-right: 0; border-bottom: 1px solid var(--line); }
  .toolbar-row { align-items: stretch; flex-direction: column; }
  .toolbar-filters { display: grid; grid-template-columns: 1fr; }
  .toolbar-filters .control, .toolbar-filters .select-control { width: 100%; }
  .material-grid, .asset-list, .geo-platform-grid, .platform-checks { grid-template-columns: 1fr; }
  .page-titlebar h1 { font-size: 21px; }
  .modal-backdrop { padding: 8px; }
  .modal-body { padding: 15px; }
  .roadmap-line { grid-template-columns: 60px 1fr; }
  .roadmap-line p { grid-column: 2; }
}
