/* KDS Studio v5 — executive workbench layer
   Palette retained: #F8B195 / #F67280 / #C06C84 / #6C5B7B / #355C7D */

:root {
  --studio-ink: #07111e;
  --studio-ink-2: #0c1a2a;
  --studio-surface: #10243a;
  --studio-surface-2: #142b43;
  --studio-line: rgba(198, 216, 232, .14);
  --studio-text: #f6f8fc;
  --studio-muted: #a7b8cc;
  --studio-peach: #f8b195;
  --studio-coral: #f67280;
  --studio-rose: #c06c84;
  --studio-mauve: #6c5b7b;
  --studio-slate: #355c7d;
  --primary: var(--studio-coral);
  --primary-2: var(--studio-rose);
  --panel: var(--studio-surface);
  --panel-2: var(--studio-surface-2);
  --text: var(--studio-text);
  --muted: var(--studio-muted);
  --line: var(--studio-line);
}

html { background: var(--studio-ink); }

body,
body.app-body,
body.login-body,
.login-panel {
  color: var(--studio-text);
  background:
    radial-gradient(760px 500px at 102% -10%, rgba(192, 108, 132, .15), transparent 67%),
    radial-gradient(630px 540px at -12% 105%, rgba(53, 92, 125, .38), transparent 68%),
    linear-gradient(135deg, #07111e 0%, #0a1726 47%, #101827 100%);
}

body { font-size: 14px; }
body.app-body:before { opacity: .44; background-size: 48px 48px; }
body.app-body:after { opacity: .13; background: var(--studio-rose); }

/* App shell */
.sidebar {
  width: 276px;
  padding: 18px 13px;
  background:
    radial-gradient(420px 280px at 5% -9%, rgba(248, 177, 149, .14), transparent 68%),
    radial-gradient(320px 310px at 103% 88%, rgba(108, 91, 123, .28), transparent 73%),
    linear-gradient(180deg, #0d1a29 0%, #07111e 100%);
  border-right-color: rgba(248, 177, 149, .11);
  box-shadow: 20px 0 60px rgba(0, 7, 15, .3);
}

.sidebar-top,
.sidebar-footer { border-color: rgba(248, 177, 149, .11); }
.brand-mark,
.core-logo,
.ai-logo,
.studio-avatar {
  color: #fff;
  background: linear-gradient(138deg, var(--studio-coral), var(--studio-rose) 58%, var(--studio-mauve));
  border-color: rgba(255, 236, 228, .45);
  box-shadow: 0 12px 30px rgba(192, 108, 132, .3), inset 0 1px 0 rgba(255,255,255,.4);
}

.studio-status {
  margin: 18px 5px 9px;
  padding: 13px;
  border-radius: 15px;
  border-color: rgba(248, 177, 149, .13);
  background: rgba(248, 177, 149, .055);
}

.main-nav { gap: 5px; }
.nav-label { padding-top: 18px; color: #7185a2; font-size: 10px; }
.main-nav a { height: 46px; border-radius: 13px; font-size: 13px; }
.main-nav a:hover { border-color: rgba(248, 177, 149, .17); background: rgba(248, 177, 149, .07); }
.main-nav a.active {
  color: #fff;
  border-color: rgba(248, 177, 149, .22);
  background: linear-gradient(100deg, rgba(246, 114, 128, .3), rgba(108, 91, 123, .38));
  box-shadow: inset 3px 0 0 var(--studio-peach), 0 12px 28px rgba(0, 5, 12, .28);
}
.main-nav a b { color: #fff5ef; background: rgba(246, 114, 128, .22); border-color: rgba(248, 177, 149, .17); }
.user-mini-copy strong { font-size: 12px; }
.user-mini-copy small { font-size: 10px; }

.main-content { margin-left: 276px; }
.topbar {
  height: 82px;
  padding: 0 32px;
  background: rgba(7, 17, 30, .78);
  border-bottom-color: rgba(248, 177, 149, .1);
  box-shadow: 0 12px 32px rgba(0, 6, 14, .12);
}
.page-heading h1 { font-size: 21px; letter-spacing: -.04em; }
.page-heading p { color: #98aabd; font-size: 12px; }
.content-wrap { max-width: 1760px; padding: 28px 32px 52px; }
.icon-btn,
.sidebar-toggle,
.global-search { border-color: rgba(170, 194, 217, .18); background: rgba(20, 41, 63, .72); }
.global-search { width: 278px; border-radius: 13px; }
.global-search input { font-size: 13px; }
.global-search:focus-within { border-color: rgba(248, 177, 149, .64); box-shadow: 0 0 0 4px rgba(246, 114, 128, .12); }

/* Shared surface finish across pages */
.panel,
.metric-card,
.project-card,
.project-hero-card,
.chat-panel,
.project-people-panel,
.messages-workspace,
.team-chat-panel,
.agent-card,
.team-card,
.toolbar-card,
.project-tabs,
.conversation-list>a {
  border-color: var(--studio-line);
  background:
    radial-gradient(370px 220px at 100% 0, rgba(248, 177, 149, .043), transparent 76%),
    linear-gradient(145deg, rgba(17, 39, 61, .9), rgba(9, 22, 37, .91));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.055), 0 16px 42px rgba(0, 7, 16, .16);
}

.panel { border-radius: 20px; }
.panel-header { min-height: 78px; padding: 20px 22px; border-color: var(--studio-line); }
.panel-header h3 { font-size: 16px; }
.panel-header p { color: #9cadc1; font-size: 12px; }
.eyebrow { color: #f5c1ac; font-size: 10px; letter-spacing: .16em; }
.text-link { color: #ffd0bc; font-size: 12px; }
.text-link:hover { color: #fff0e8; }

.btn { min-height: 42px; border-radius: 12px; font-size: 13px; }
.btn-primary {
  border-color: rgba(255, 227, 215, .53);
  background: linear-gradient(135deg, var(--studio-coral), var(--studio-rose) 59%, var(--studio-mauve));
  box-shadow: 0 13px 30px rgba(192, 108, 132, .3), inset 0 1px 0 rgba(255,255,255,.32);
}
.btn-primary:hover:not(:disabled) { background: linear-gradient(135deg, #fb8990, #d87893 57%, #81708e); }
.btn-secondary { color: #e9f0f7; border-color: rgba(170, 194, 217, .23); background: rgba(28, 51, 75, .77); }
.btn-secondary:hover:not(:disabled) { border-color: rgba(248, 177, 149, .47); background: rgba(53, 78, 104, .76); }

.stack-form label { color: #cfdae8; font-size: 13px; }
.stack-form input,
.stack-form textarea,
.stack-form select,
.chat-form textarea,
.compact-select,
.task-status-select,
.agent-status-select {
  color: #eff4fa;
  border-color: rgba(170, 194, 217, .2);
  background: rgba(5, 16, 29, .72);
  font-size: 14px;
}
.stack-form input:focus,
.stack-form textarea:focus,
.stack-form select:focus,
.chat-form textarea:focus { border-color: var(--studio-peach); box-shadow: 0 0 0 4px rgba(246, 114, 128, .12); }
.form-help { color: #a7b8cb; font-size: 12px; }

/* Dashboard: compact executive workbench, not a marketing hero */
.studio-brief {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(315px, .53fr);
  gap: 26px;
  align-items: stretch;
  overflow: hidden;
  min-height: 232px;
  padding: 33px;
  border: 1px solid rgba(248, 177, 149, .2);
  border-radius: 25px;
  background:
    radial-gradient(460px 280px at 5% 0%, rgba(248, 177, 149, .19), transparent 70%),
    radial-gradient(400px 320px at 100% 100%, rgba(108, 91, 123, .43), transparent 73%),
    linear-gradient(124deg, #17324d 0%, #1c3a56 54%, #284963 100%);
  box-shadow: 0 28px 75px rgba(0, 7, 16, .25), inset 0 1px 0 rgba(255,255,255,.12);
}
.studio-brief:before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .38;
  background-image: linear-gradient(rgba(255, 242, 236, .09) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 242, 236, .09) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(90deg, black, transparent 84%);
}
.studio-brief__copy,
.studio-founder-card { position: relative; z-index: 1; }
.studio-brief .eyebrow { margin-bottom: 12px; color: #ffcfbd; }
.studio-brief h2 { margin: 0; font-size: clamp(2.25rem, 4.2vw, 3.65rem); line-height: .98; letter-spacing: -.07em; }
.studio-brief h2 em { color: var(--studio-peach); font-style: normal; }
.studio-brief p { max-width: 600px; margin: 15px 0 0; color: #d7e1ed; font-size: 14px; line-height: 1.65; }
.studio-brief__actions { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 21px; }

.studio-founder-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 164px;
  padding: 19px;
  border: 1px solid rgba(255, 238, 230, .18);
  border-radius: 18px;
  background: rgba(5, 16, 29, .28);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
  backdrop-filter: blur(12px);
}
.studio-founder-card__identity { display: flex; gap: 13px; align-items: center; }
.studio-founder-avatar { width: 61px; height: 61px; overflow: hidden; border-radius: 20px; font-size: 16px; }
.studio-founder-card__identity span,
.studio-founder-card__identity strong,
.studio-founder-card__identity small { display: block; }
.studio-founder-card__identity span { color: #afc2d5; font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.studio-founder-card__identity strong { margin: 4px 0; font-size: 15px; }
.studio-founder-card__identity small { color: #d0dae6; font-size: 12px; line-height: 1.35; }
.studio-founder-card__signals { display: flex; gap: 8px; flex-wrap: wrap; margin: 16px 0; }
.studio-founder-card__signals span { padding: 7px 9px; border: 1px solid rgba(255,255,255,.12); border-radius: 9px; color: #cad5e2; background: rgba(255,255,255,.04); font-size: 11px; }
.studio-founder-card__signals b { color: #fff2ec; }
.studio-founder-card > a { padding-top: 12px; border-top: 1px solid rgba(255,255,255,.12); color: #ffdacb; font-size: 12px; font-weight: 800; }
.studio-founder-card > a svg { width: 14px; margin-left: 3px; vertical-align: -3px; }

.studio-signal-row { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; margin: 14px 0; }
.studio-signal {
  min-height: 118px;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) 16px;
  gap: 12px;
  align-items: center;
  padding: 16px;
  border: 1px solid var(--studio-line);
  border-radius: 17px;
  background: linear-gradient(142deg, rgba(19, 41, 63, .95), rgba(10, 24, 41, .93));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.04), 0 12px 28px rgba(0, 6, 15, .13);
  transition: transform .2s ease, border-color .2s ease, background .2s ease;
}
.studio-signal:hover { transform: translateY(-3px); border-color: rgba(248, 177, 149, .35); background: linear-gradient(142deg, #1b3650, #11263f); }
.studio-signal > svg { width: 15px; color: #8da5bd; }
.studio-signal__icon { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.12); border-radius: 13px; font-weight: 900; font-size: 17px; }
.studio-signal__icon svg { width: 19px; }
.studio-signal__icon.tone-blue { color: #a4d2ed; background: rgba(53, 92, 125, .4); }
.studio-signal__icon.tone-rose { color: #ffbec5; background: rgba(192, 108, 132, .21); }
.studio-signal__icon.tone-green { color: #a5e9d0; background: rgba(46, 128, 105, .26); }
.studio-signal__icon.tone-peach { color: #ffe0c9; background: rgba(248, 177, 149, .19); }
.studio-signal small,
.studio-signal strong,
.studio-signal em { display: block; }
.studio-signal small { color: #9fb0c5; font-size: 11px; font-weight: 750; }
.studio-signal strong { margin: 3px 0; color: #f8fafc; font-size: 25px; letter-spacing: -.05em; }
.studio-signal em { color: #93a8bd; font-size: 11px; font-style: normal; }
.studio-signal.is-attention { border-color: rgba(246, 114, 128, .33); }
.studio-signal.is-attention strong { color: #ffc2c8; }

.studio-workbench { display: grid; grid-template-columns: minmax(0, 1.42fr) minmax(330px, .78fr); gap: 14px; }
.studio-lower-grid { display: grid; grid-template-columns: minmax(280px, .92fr) minmax(320px, 1.08fr) minmax(260px, .72fr); gap: 14px; margin-top: 14px; }
.studio-velocity-panel,
.studio-queue-panel { min-height: 383px; }
.studio-section-head { min-height: 80px; display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; padding: 20px 22px; border-bottom: 1px solid var(--studio-line); }
.studio-section-head .eyebrow { margin-bottom: 6px; }
.studio-section-head h3 { margin: 0 0 4px; color: #f6f8fb; font-size: 16px; letter-spacing: -.02em; }
.studio-section-head p { margin: 0; color: #9cadc1; font-size: 12px; line-height: 1.45; }
.studio-section-head .text-link { flex: 0 0 auto; padding-top: 8px; }

.analytics-legend { padding: 14px 22px 0; font-size: 12px; }
.analytics-canvas { min-height: 221px; padding: 7px 14px 0; }
.analytics-canvas svg { height: 230px; }
.studio-analytics-canvas { min-height: 230px; }
.analytics-grid-line { stroke: rgba(190, 213, 232, .14); }
.analytics-y-label,
.analytics-x-label { fill: #8ca2b9; font-size: 10px; }
.analytics-line--activity { stroke: var(--studio-peach); }
.analytics-line--completed { stroke: #84c9ea; }
.analytics-point { stroke: #10243a; }
.analytics-tooltip { color: #fff; border-color: rgba(248, 177, 149, .4); background: #0a1929; font-size: 11px; }
.studio-data-foot { display: flex; flex-wrap: wrap; gap: 8px; padding: 0 22px 21px; }
.studio-data-foot span { padding: 8px 9px; border: 1px solid rgba(170, 194, 217, .13); border-radius: 9px; color: #aebdce; background: rgba(4, 14, 27, .26); font-size: 11px; }
.studio-data-foot b { color: #f6f8fc; }

.studio-project-list { padding: 8px 14px 15px; }
.studio-project-item { display: grid; grid-template-columns: 39px minmax(0, 1fr) auto; gap: 11px; align-items: center; padding: 13px 8px; border-bottom: 1px solid rgba(190, 213, 232, .1); border-radius: 12px; transition: background .2s ease, transform .2s ease; }
.studio-project-item:last-child { border-bottom: 0; }
.studio-project-item:hover { background: rgba(248, 177, 149, .055); transform: translateX(3px); }
.studio-project-item__copy { min-width: 0; }
.studio-project-item__copy strong,
.studio-project-item__copy small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.studio-project-item__copy strong { color: #f3f6fa; font-size: 13px; }
.studio-project-item__copy small { margin-top: 3px; color: #94a9bf; font-size: 11px; }
.studio-project-item__copy i { height: 5px; display: block; overflow: hidden; margin-top: 8px; border-radius: 99px; background: rgba(175, 197, 218, .13); }
.studio-project-item__copy i b { height: 100%; display: block; border-radius: inherit; background: linear-gradient(90deg, var(--studio-coral), var(--studio-peach)); }
.studio-project-item__meta { min-width: 78px; display: grid; justify-items: end; gap: 7px; }
.studio-project-item__meta em { color: #e9f0f7; font-size: 12px; font-style: normal; font-weight: 850; }
.status { padding: 6px 8px; font-size: 10px; }
.status-in_progress { color: #b7e0f6; border-color: rgba(132, 201, 234, .24); background: rgba(53, 92, 125, .3); }
.status-review { color: #ffd9b8; border-color: rgba(248, 177, 149, .28); background: rgba(246, 114, 128, .13); }
.status-todo { color: #ccd7e4; border-color: rgba(170, 194, 217, .18); background: rgba(170, 194, 217, .09); }
.status-completed { color: #a8ecd3; border-color: rgba(125, 217, 180, .23); background: rgba(45, 123, 99, .22); }

.studio-empty { min-height: 210px; display: grid; align-content: center; justify-items: start; gap: 8px; padding: 28px; color: #a8b8c9; }
.studio-empty strong { color: #f4f7fb; font-size: 14px; }
.studio-empty span { max-width: 330px; font-size: 12px; line-height: 1.55; }
.studio-empty--compact { min-height: 132px; }
.studio-empty .btn { margin-top: 6px; }

.studio-people-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; padding: 13px 17px 8px; }
.studio-person-card { min-width: 0; display: grid; grid-template-columns: 38px minmax(0, 1fr) 9px; gap: 9px; align-items: center; padding: 9px; border: 1px solid rgba(170, 194, 217, .12); border-radius: 12px; background: rgba(4, 15, 27, .18); transition: border-color .2s ease, background .2s ease; }
.studio-person-card:hover { border-color: rgba(248, 177, 149, .28); background: rgba(248, 177, 149, .05); }
.studio-person-card__avatar { width: 38px; height: 38px; overflow: hidden; border-radius: 12px; font-size: 10px; }
.studio-person-card strong,
.studio-person-card small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.studio-person-card strong { font-size: 12px; }
.studio-person-card small { margin-top: 2px; color: #96aabe; font-size: 11px; }
.studio-person-card .presence-dot { width: 8px; height: 8px; box-shadow: 0 0 0 4px rgba(151, 168, 187, .09); }
.studio-person-card .presence-dot.is-online { background: #76ddb4; box-shadow: 0 0 0 4px rgba(118, 221, 180, .11); }
.studio-workload-list { margin: 7px 18px 18px; padding-top: 7px; border-top: 1px solid rgba(190, 213, 232, .1); }
.studio-workload-row { display: grid; grid-template-columns: 31px minmax(0, 1fr) auto; gap: 9px; align-items: center; padding: 8px 0; border-bottom: 1px solid rgba(190, 213, 232, .08); }
.studio-workload-row:last-child { border-bottom: 0; }
.studio-workload-avatar { width: 31px; height: 31px; overflow: hidden; border-radius: 10px; font-size: 8px; }
.studio-workload-row strong,
.studio-workload-row small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.studio-workload-row strong { font-size: 12px; }
.studio-workload-row small { margin-top: 2px; color: #94a9bf; font-size: 11px; }
.studio-workload-row > b { padding: 6px 7px; border-radius: 8px; color: #ffe0d1; background: rgba(246, 114, 128, .13); font-size: 10px; }

.studio-activity-feed { padding: 8px 21px 17px; }
.studio-activity-item { display: flex; gap: 12px; padding: 11px 0; border-bottom: 1px solid rgba(190, 213, 232, .09); }
.studio-activity-item:last-child { border-bottom: 0; }
.studio-activity-item .activity-dot { box-shadow: 0 0 0 5px rgba(53, 92, 125, .17); }
.studio-activity-item p { margin: 0 0 4px; color: #dce5ef; font-size: 12px; line-height: 1.45; }
.studio-activity-item p strong { color: #fff; }
.studio-activity-item small { color: #94a8be; font-size: 11px; }
.studio-agent-list { padding: 9px 19px 16px; }
.studio-agent-row { display: grid; grid-template-columns: 38px minmax(0, 1fr) auto; gap: 10px; align-items: center; padding: 10px 0; border-bottom: 1px solid rgba(190, 213, 232, .1); }
.studio-agent-row:last-child { border-bottom: 0; }
.studio-agent-row .agent-avatar { width: 38px; height: 38px; border-radius: 12px; font-size: 9px; }
.studio-agent-row strong,
.studio-agent-row small { display: block; }
.studio-agent-row strong { font-size: 12px; }
.studio-agent-row small { margin-top: 3px; color: #94a9bf; font-size: 11px; }

/* The existing pages get the same calmer, high-contrast surface system. */
.project-card,
.agent-card,
.team-card { border-radius: 19px; }
.project-card:hover,
.agent-card:hover,
.team-card:hover { border-color: rgba(248, 177, 149, .33); background: linear-gradient(145deg, #1b3650, #102640); }
.project-card-grid,
.agent-card-grid,
.team-grid { gap: 14px; }
.team-card { text-align: left; padding: 22px; }
.team-card .team-avatar { margin: 0 0 15px; }
.team-card-actions { justify-content: flex-start; }
.role-badge { color: #ffd7c8; background: rgba(246, 114, 128, .14); }
.toolbar-card { border-radius: 18px; }
.filter-tabs button,
.project-tabs button { font-size: 13px; }
.filter-tabs button.active,
.filter-tabs button:hover,
.project-tabs button.active { color: #fff4ed; background: linear-gradient(135deg, rgba(246, 114, 128, .37), rgba(108, 91, 123, .5)); }
.task-card,
.kanban-column { border-color: var(--studio-line); background: rgba(8, 22, 38, .8); }
.task-card h4 { font-size: 14px; }
.task-card > p,
.task-meta,
.task-assignee small { font-size: 12px; }
.messages,
.team-messages,
.conversation-sidebar { background: rgba(7, 17, 30, .76); }
.message-bubble { border-color: rgba(170, 194, 217, .17); background: rgba(25, 48, 72, .82); font-size: 13px; }
.message-own .message-bubble { border-color: rgba(248, 177, 149, .28); background: linear-gradient(135deg, rgba(192, 108, 132, .48), rgba(108, 91, 123, .67)); }
.chat-form { border-color: var(--studio-line); background: rgba(11, 27, 45, .87); }
.conversation-list>a.active { border-color: rgba(248, 177, 149, .28); background: rgba(246, 114, 128, .15); }
.responsive-table th { font-size: 12px; background: rgba(10, 24, 41, .78); }
.responsive-table td { font-size: 13px; }
.responsive-table tr:hover td { background: rgba(248, 177, 149, .035); }
.modal-card { border-color: rgba(248, 177, 149, .2); background: linear-gradient(145deg, #172c44, #0b1b2e); }

@media (prefers-reduced-motion: no-preference) {
  .studio-brief { animation: studio-brief-in .58s cubic-bezier(.2,.76,.2,1) both; }
  .studio-signal { animation: studio-card-in .48s cubic-bezier(.2,.76,.2,1) both; }
  .studio-signal:nth-child(2) { animation-delay: .05s; }
  .studio-signal:nth-child(3) { animation-delay: .1s; }
  .studio-signal:nth-child(4) { animation-delay: .15s; }
}

@keyframes studio-brief-in { from { opacity: 0; transform: translateY(16px) scale(.99); } to { opacity: 1; transform: translateY(0) scale(1); } }
@keyframes studio-card-in { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }

@media (max-width: 1250px) {
  .studio-workbench { grid-template-columns: 1fr; }
  .studio-lower-grid { grid-template-columns: 1fr 1fr; }
  .studio-agent-panel { grid-column: 1 / -1; }
}

@media (max-width: 1000px) {
  .main-content { margin-left: 0; }
  .topbar { padding: 0 20px; }
  .content-wrap { padding: 22px 18px 42px; }
  .studio-signal-row { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 780px) {
  .studio-brief { grid-template-columns: 1fr; padding: 27px; }
  .studio-founder-card { min-height: 0; }
  .studio-lower-grid { grid-template-columns: 1fr; }
  .studio-agent-panel { grid-column: auto; }
}

@media (max-width: 560px) {
  .topbar { height: 74px; padding: 0 12px; }
  .content-wrap { padding: 14px 11px 30px; }
  .studio-brief { padding: 23px 19px; border-radius: 21px; }
  .studio-brief h2 { font-size: 2.15rem; }
  .studio-brief p { font-size: 13px; }
  .studio-brief__actions { align-items: stretch; flex-direction: column; }
  .studio-signal-row { grid-template-columns: 1fr; gap: 9px; }
  .studio-signal { min-height: 99px; }
  .studio-section-head { min-height: 73px; padding: 17px; }
  .studio-section-head .text-link { font-size: 11px; }
  .studio-people-grid { grid-template-columns: 1fr; }
  .studio-project-item__meta { min-width: 70px; }
  .analytics-canvas { padding-left: 5px; padding-right: 5px; }
  .studio-data-foot { padding-left: 17px; padding-right: 17px; }
  .global-search { display: none; }
}
