/* ============================================================
   PMM Studio — product mockup (redaktionsplan + analys)
   Rendered inside .window frames as visual proof.
   ============================================================ */
.studio{font-family:var(--body);color:#11151d;background:#fff;display:grid;
  grid-template-columns:208px 1fr;height:100%;font-size:13px;line-height:1.4}

/* sidebar */
.st-side{background:#fbfbfc;border-right:1px solid #edeef2;padding:16px 14px;display:flex;flex-direction:column;gap:4px}
.st-brand{display:flex;align-items:center;gap:9px;padding:4px 6px 16px}
.st-brand .pmm-tile{width:30px;height:30px;font-size:10px;border-radius:24%}
.st-brand .stn{font-family:var(--display);font-weight:700;font-size:14px;letter-spacing:-.02em}
.st-brand .sts{font-size:10px;color:#8b94a3}
.st-cap{font-size:10px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:#9aa3b2;padding:8px 8px 6px}
.st-nav{display:flex;align-items:center;gap:10px;padding:8px 10px;border-radius:8px;color:#3d4654;font-weight:500;font-size:13px}
.st-nav svg{width:16px;height:16px;color:#9aa3b2}
.st-nav .ct{margin-left:auto;font-size:11px;color:#9aa3b2;font-weight:600}
.st-nav.active{background:#ecebfd;color:var(--blue);font-weight:600}
.st-nav.active svg{color:var(--blue)}
.st-nav.active .ct{color:var(--blue)}
.st-side-foot{margin-top:auto;border-top:1px solid #edeef2;padding-top:12px;display:flex;flex-direction:column;gap:10px}
.st-user{display:flex;align-items:center;gap:9px;padding:4px}
.st-user .av{width:28px;height:28px;border-radius:50%;background:#dfe4ec;display:grid;place-items:center;
  font-weight:700;font-size:11px;color:#67707f}
.st-user .un{font-weight:600;font-size:12.5px}
.st-user .ur{font-size:10.5px;color:#8b94a3}

/* main */
.st-main{display:flex;flex-direction:column;min-width:0;overflow:hidden}
.st-top{display:flex;align-items:center;gap:12px;padding:13px 22px;border-bottom:1px solid #edeef2}
.st-sel{display:flex;align-items:center;gap:8px;border:1px solid #e2e5ea;border-radius:8px;padding:7px 11px;font-size:12px}
.st-sel .k{color:#9aa3b2;font-weight:600;letter-spacing:.04em;text-transform:uppercase;font-size:10px}
.st-sel .v{font-weight:600}
.st-sel svg{width:13px;height:13px;color:#9aa3b2;margin-left:2px}
.st-search{flex:1;display:flex;align-items:center;gap:9px;border:1px solid #e2e5ea;border-radius:8px;
  padding:8px 13px;color:#9aa3b2;font-size:12.5px;min-width:0}
.st-search svg{width:14px;height:14px}
.st-new{display:flex;align-items:center;gap:7px;background:#11151d;color:#fff;font-weight:600;font-size:12.5px;
  padding:9px 15px;border-radius:8px;white-space:nowrap}
.st-new svg{width:14px;height:14px}

.st-body{padding:22px;overflow:hidden}
.st-crumb{font-size:11px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#9aa3b2}
.st-h{font-family:var(--display);font-weight:700;font-size:26px;letter-spacing:-.02em;margin:6px 0 6px}
.st-desc{font-size:12.5px;color:#697283;max-width:70ch;line-height:1.5}
.st-desc b{color:#11151d}

.st-stats{display:grid;grid-template-columns:repeat(5,1fr);gap:12px;margin:20px 0 18px}
.st-stat{border:1px solid #e7e9ee;border-radius:11px;padding:13px 15px}
.st-stat .sl{font-size:11px;color:#8b94a3}
.st-stat .sv{font-family:var(--display);font-weight:800;font-size:24px;letter-spacing:-.03em;margin-top:7px}
.st-stat.accent .sv{color:var(--blue)}
.st-stat .ss{font-size:10px;color:#9aa3b2;margin-top:3px}

.st-filters{display:flex;align-items:center;gap:8px;margin-bottom:14px;flex-wrap:wrap}
.st-chip{font-size:12px;font-weight:600;padding:7px 14px;border-radius:100px;background:#f2f4f7;color:#697283}
.st-chip.on{background:var(--blue);color:#fff}
.st-type{margin-left:auto;display:flex;align-items:center;gap:7px;border:1px solid #e2e5ea;border-radius:8px;
  padding:7px 12px;font-size:12px;color:#697283}
.st-type svg{width:12px;height:12px}

/* table */
.st-table{width:100%;border-collapse:collapse;font-size:12.5px}
.st-table thead th{text-align:left;font-weight:600;font-size:11px;color:#9aa3b2;padding:0 12px 12px;
  border-bottom:1px solid #edeef2;white-space:nowrap}
.st-table thead th.sort{color:var(--blue)}
.st-table thead th.num,.st-table td.num{text-align:right}
.st-table tbody td{padding:14px 12px;border-bottom:1px solid #f1f2f5;vertical-align:top}
.st-table tbody tr:hover{background:#fafbfc}
.st-prio{font-family:var(--display);font-weight:800;color:var(--blue);font-size:15px}
.st-art{font-weight:600;color:#11151d;font-size:13px;line-height:1.3}
.st-kw{display:flex;align-items:center;gap:6px;color:#9aa3b2;font-size:11.5px;margin-top:5px}
.st-kw svg{width:11px;height:11px}
.st-kw b{color:var(--blue);font-weight:600}
.st-pill{display:inline-block;background:#f2f4f7;border-radius:7px;padding:5px 10px;font-size:11.5px;color:#3d4654;font-weight:500}
.st-val{font-family:var(--display);font-weight:800;font-size:14px;letter-spacing:-.02em}
.st-badge{display:inline-block;border-radius:100px;padding:4px 11px;font-size:11px;font-weight:600}
.st-badge.pag{background:#fdf0db;color:#b97e15}
.st-badge.pla{background:#ecebfd;color:var(--blue)}
.st-badge.pub{background:#e6f4ec;color:var(--green)}
.st-red{display:flex;align-items:center;gap:8px;font-size:12px;color:#3d4654;font-weight:500}
.st-red .av{width:24px;height:24px;border-radius:50%;display:grid;place-items:center;color:#fff;font-weight:700;font-size:10px}
.st-red .av.b{background:var(--blue)}.st-red .av.g{background:var(--green)}
.st-brief{font-size:11.5px;color:#697283;line-height:1.4;max-width:22ch}
.st-grip{color:#cbd0d9;font-size:13px;letter-spacing:-2px}

/* analys screen */
.an{font-family:var(--body);background:#fff;height:100%;padding:24px;color:#11151d;display:flex;flex-direction:column;gap:18px}
.an-head{display:flex;justify-content:space-between;align-items:flex-end}
.an-h{font-family:var(--display);font-weight:700;font-size:22px;letter-spacing:-.02em}
.an-sub{font-size:12px;color:#9aa3b2;margin-top:4px}
.an-range{display:flex;gap:6px}
.an-range span{font-size:11px;font-weight:600;padding:6px 11px;border-radius:7px;background:#f2f4f7;color:#697283}
.an-range span.on{background:#11151d;color:#fff}
.an-kpis{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
.an-kpi{border:1px solid #e7e9ee;border-radius:12px;padding:15px}
.an-kpi .kl{font-size:11px;color:#8b94a3}
.an-kpi .kv{font-family:var(--display);font-weight:800;font-size:26px;letter-spacing:-.03em;margin-top:6px}
.an-kpi .kd{font-size:11px;font-weight:600;margin-top:5px;display:inline-flex;align-items:center;gap:4px}
.an-kpi .kd.up{color:var(--green)}
.an-chart{flex:1;border:1px solid #e7e9ee;border-radius:12px;padding:18px;display:flex;flex-direction:column;min-height:0}
.an-chart .ctitle{font-size:12.5px;font-weight:600}
.an-chart .cleg{font-size:11px;color:#9aa3b2;margin-top:2px}
.an-bars{height:170px;display:flex;align-items:flex-end;gap:10px;margin-top:auto;padding-top:16px}
.an-bar{flex:1;display:flex;flex-direction:column;justify-content:flex-end;gap:3px;height:100%}
.an-bar .b1{background:var(--blue);border-radius:4px 4px 0 0}
.an-bar .b2{background:var(--green);border-radius:0 0 4px 4px;opacity:.9}
.an-bar .bl{font-size:10px;color:#9aa3b2;text-align:center;margin-top:6px}
