/* Süreç paneli: kabuk, sekmeler ve sekme içerikleri (Genel · İlerleme · Akış · Bağlantılar · Kanıt · Etkinlik). */
.side-panel { --pw: var(--panel-w); position: fixed; top: calc(var(--hdr-h) + 4px); right: 8px; bottom: 8px; width: var(--pw); z-index: var(--z-panel); background: #fff; border: 1px solid var(--line); border-radius: var(--r-xl); box-shadow: var(--shadow-lg); display: flex; flex-direction: column; transform: translateX(calc(100% + 20px)); transition: transform .24s var(--ease), width .2s, visibility 0s linear .24s; overflow: hidden; visibility: hidden; }
.side-panel.show { transform: none; visibility: visible; transition: transform .24s var(--ease), width .2s, visibility 0s; }
.side-panel.wide { --pw: min(1180px, calc(100vw - 80px)); }
body.pp-resizing, body.pp-resizing * { cursor: ew-resize !important; user-select: none !important; }
body.pp-resizing .side-panel { transition: none; }
.pp-resize { position: absolute; left: 0; top: 0; bottom: 0; width: 6px; cursor: ew-resize; z-index: 2; }
.pp-resize:hover { background: linear-gradient(90deg, var(--accent-soft2), transparent); }

.pp-top { padding: 10px 14px 12px 20px; border-bottom: 1px solid var(--line2); flex: none; }
.pp-crumb { display: flex; align-items: center; gap: 6px; font-size: var(--fs-sm); color: var(--muted); min-height: 28px; }
.pp-crumb a { display: inline-flex; align-items: center; gap: 6px; cursor: pointer; }
.pp-crumb a:hover { color: var(--text); }
.pp-crumb .sep { color: var(--faint); }
.pp-title { margin: 4px 0 8px; font-size: 19px; font-weight: 650; letter-spacing: -.015em; line-height: 1.3; }
.pp-sub { display: flex; align-items: center; gap: 6px; flex-wrap: wrap; }

.pp-tabs { display: flex; gap: 2px; padding: 0 12px; border-bottom: 1px solid var(--line2); flex: none; overflow-x: auto; scrollbar-width: none; }
.pp-tabs::-webkit-scrollbar { display: none; }
.pp-tab { position: relative; display: inline-flex; align-items: center; gap: 6px; height: 38px; padding: 0 10px; color: var(--muted); font-weight: 500; white-space: nowrap; }
.pp-tab:hover { color: var(--text); }
.pp-tab.on { color: var(--text); }
.pp-tab.on::after { content: ""; position: absolute; left: 8px; right: 8px; bottom: -1px; height: 2px; border-radius: 2px; background: var(--accent); }
.pp-tab .n { font-weight: 450; color: var(--faint); font-size: 11.5px; font-variant-numeric: tabular-nums; }
.pp-scroll { flex: 1; min-height: 0; overflow-y: auto; overscroll-behavior: contain; }
.pp-body { padding: 16px 20px 40px; }

/* ---------- Genel ---------- */
.ov-alert { display: flex; gap: 10px; align-items: flex-start; padding: 10px 12px; border-radius: 10px; margin-bottom: 14px; }
.ov-alert.h-late { background: var(--late-soft); color: #9f1d22; border: 1px solid #f7caca; }
.ov-alert.h-risk { background: var(--risk-soft); color: #7a5d00; border: 1px solid #f0dd9a; }
.ov-alert > .i { margin-top: 2px; }
.ov-alert div { flex: 1; min-width: 0; }
.ov-alert ul { margin: 3px 0 0; padding-left: 16px; font-size: 12.5px; line-height: 1.55; }
.ov-alert .btn { flex: none; }
.facts { display: grid; grid-template-columns: 1fr 1fr; gap: 2px 18px; padding: 8px 12px; border: 1px solid var(--line2); border-radius: var(--r-lg); background: var(--surface-3); margin-bottom: 14px; }
.side-panel.wide .facts { grid-template-columns: repeat(4, 1fr); }
.fact { display: flex; flex-direction: column; gap: 1px; padding: 5px 0; min-width: 0; }
.fact.wide2 { grid-column: span 2; }
.fact > label { font-size: 11px; color: var(--faint); font-weight: 500; text-transform: uppercase; letter-spacing: .04em; }
.fv { display: flex; align-items: center; gap: 6px; min-height: 26px; min-width: 0; flex-wrap: wrap; color: var(--text); }
.fv a { display: inline-flex; align-items: center; gap: 6px; cursor: pointer; }
.fv a:hover { text-decoration: underline; }
.btn-like { padding: 0 6px; margin: 0 -6px; border-radius: 6px; text-align: left; }
.btn-like:hover { background: var(--hover2); }
.owners .owner { display: inline-flex; align-items: center; gap: 5px; height: 24px; padding: 0 4px 0 2px; border-radius: 12px; background: #fff; border: 1px solid var(--line); cursor: pointer; font-size: 12.5px; }
.owners .owner:hover { border-color: #d4d4d8; }
.owners .owner .x { display: inline-flex; width: 16px; height: 16px; align-items: center; justify-content: center; border-radius: 50%; color: var(--faint); }
.owners .owner .x:hover { background: var(--danger-soft); color: var(--danger); }

.ov-prog { border: 1px solid var(--line); border-radius: var(--r-lg); padding: 12px 14px; margin-bottom: 16px; cursor: pointer; transition: border-color .12s, box-shadow .12s; }
.ov-prog:hover { border-color: #d4d4d8; box-shadow: var(--shadow); }
.ov-prog-h { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; margin-bottom: 10px; font-size: 12.5px; }
.ov-prog-h b { font-size: 13.5px; }
.ov-prog-f { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; margin-top: 10px; font-size: 12.5px; min-width: 0; }
.holder { display: inline-flex; align-items: center; gap: 5px; max-width: 100%; min-width: 0; }

.sum-grid { display: grid; grid-template-columns: 1fr; gap: 10px; margin-bottom: 14px; }
.side-panel.wide .sum-grid { grid-template-columns: 1fr 1fr; }
.tb { margin-bottom: 14px; }
.tb.sum { margin: 0; padding: 10px 12px 10px 14px; border-radius: 10px; background: var(--surface-2); border: 1px solid var(--line2); border-left-width: 3px; }
.tb.sum.s1 { border-left-color: var(--late); }
.tb.sum.s2 { border-left-color: var(--violet); }
.tb.sum.s3 { border-left-color: var(--t-api); }
.tb.sum.s4 { border-left-color: var(--done); }
.tb-h { display: flex; align-items: center; gap: 6px; margin-bottom: 4px; min-height: 22px; }
.tb-l { display: inline-flex; align-items: center; gap: 6px; font-weight: 600; font-size: 12.5px; color: var(--text); }
.tb-l .i { color: var(--muted); }
.tb-hint { font-size: 11px; color: var(--faint); }
.tb-pen { opacity: .0; transition: opacity .12s; }
.tb:hover .tb-pen, .tb-pen:focus-visible { opacity: 1; }
.tb-v { color: var(--text2); line-height: 1.62; font-size: 13px; white-space: pre-line; overflow-wrap: anywhere; }
.tb-v.empty { color: var(--faint); font-style: italic; }
.tb-v.clamp { max-height: 7.8em; overflow: hidden; -webkit-mask-image: linear-gradient(180deg, #000 60%, transparent); mask-image: linear-gradient(180deg, #000 60%, transparent); }
.tb-more { margin-top: 2px; color: var(--accent-d); font-weight: 500; font-size: 12.5px; }
.tb-ta { font-size: 13px; }
.tb-f { display: flex; align-items: center; gap: 8px; margin-top: 8px; }
.ov-det { border: 1px solid var(--line2); border-radius: var(--r-lg); padding: 0 12px; margin-bottom: 12px; background: #fff; }
.ov-det > summary { cursor: pointer; list-style: none; display: flex; align-items: center; gap: 7px; height: 38px; font-weight: 600; font-size: 12.5px; }
.ov-det > summary::-webkit-details-marker { display: none; }
.ov-det > summary::after { content: ""; margin-left: auto; width: 7px; height: 7px; border-right: 1.5px solid var(--faint); border-bottom: 1.5px solid var(--faint); transform: rotate(45deg); transition: transform .15s; }
.ov-det[open] > summary::after { transform: rotate(225deg); }
.ov-det[open] { padding-bottom: 10px; }
.ov-det.admin { background: var(--surface-3); }
.ov-teams { display: flex; align-items: center; gap: 8px; font-size: 12.5px; margin: 4px 0 12px; color: var(--muted); }

.ov-measure { border: 1px solid var(--line); border-radius: var(--r-lg); padding: 10px 12px 12px; margin-bottom: 12px; }
.ov-measure.off { background: var(--surface-2); }
.ms-kpis { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; margin: 6px 0 8px; }
.ms-kpis > div { display: flex; flex-direction: column; background: var(--surface-2); border-radius: 8px; padding: 7px 10px; }
.ms-kpis label { font-size: 11px; color: var(--muted); }
.ms-kpis b { font-size: 18px; font-weight: 650; font-variant-numeric: tabular-nums; }
.ms-kpis small { color: var(--faint); font-size: 11px; }
.ms-form > summary { cursor: pointer; font-size: 12.5px; color: var(--accent-d); font-weight: 500; padding: 4px 0; }
.mgrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px 10px; margin-top: 8px; }
.mf { display: flex; flex-direction: column; gap: 3px; font-size: 11.5px; color: var(--muted); min-width: 0; }
.mf .inp, .mf .sel { height: 30px; }
.ms-res { display: flex; align-items: flex-end; gap: 8px; margin-top: 10px; padding-top: 10px; border-top: 1px dashed var(--line); }
.adm-tg { display: flex; flex-direction: column; gap: 6px; margin: 10px 0 4px; }
.chip.q-quick { background: var(--done-soft); border-color: #cfe7d4; color: var(--accent-d); }
.chip.q-big { background: var(--info-soft); border-color: #dbe6fe; color: #1e40af; }
.chip.q-fill { background: var(--hover); color: var(--text2); }
.chip.q-low { background: var(--warn-soft); border-color: #fed7aa; color: #9a3412; }

/* ---------- İlerleme ---------- */
.pg-sum { margin-bottom: 12px; }
.pg-sum-main { display: flex; align-items: baseline; gap: 8px; margin-bottom: 8px; }
.pg-big { font-size: 20px; font-weight: 650; letter-spacing: -.015em; }
.pg-sum-kv { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; }
.pg-sum-kv span { display: flex; flex-direction: column; padding: 7px 10px; border-radius: 8px; background: var(--surface-2); border: 1px solid var(--line2); }
.pg-sum-kv label { font-size: 11px; color: var(--muted); }
.pg-sum-kv b { font-variant-numeric: tabular-nums; font-weight: 600; }
.pg-sum-kv b.late { color: var(--late); }
.pg-legend { display: flex; align-items: center; gap: 6px; flex-wrap: wrap; padding: 6px 8px; border-radius: 8px; background: var(--surface-2); margin-bottom: 12px; }
.phases { list-style: none; margin: 0; padding: 0; position: relative; }
.phases::before { content: ""; position: absolute; left: 13px; top: 14px; bottom: 14px; width: 2px; background: var(--line2); }
.ph { position: relative; display: flex; gap: 12px; padding-bottom: 10px; }
.ph-dot { position: relative; z-index: 1; width: 28px; height: 28px; border-radius: 50%; flex: none; display: flex; align-items: center; justify-content: center; font-weight: 650; font-size: 12px; background: #fff; border: 2px solid var(--line); color: var(--muted); margin-top: 6px; }
.ph-dot.sm { width: 22px; height: 22px; margin: 0; font-size: 11px; }
.ph-done .ph-dot { background: var(--done); border-color: var(--done); color: #fff; }
.ph-active .ph-dot { border-color: var(--active); color: var(--active); background: var(--active-soft); }
.ph-over .ph-dot { border-color: var(--late); color: #fff; background: var(--late); }
.ph-skip .ph-dot { border-style: dashed; color: var(--faint); }
.ph.cur .ph-dot { box-shadow: 0 0 0 4px var(--active-soft); }
.ph.cur.ph-over .ph-dot { box-shadow: 0 0 0 4px var(--late-soft); }
.ph-card { flex: 1; min-width: 0; border: 1px solid var(--line); border-radius: 10px; background: #fff; padding: 8px 12px 10px; }
.ph.cur .ph-card { border-color: #f6c9a2; box-shadow: 0 1px 0 #fde6d2; }
.ph-over.cur .ph-card, .ph-over .ph-card { border-color: #f5c2c3; }
.ph-done .ph-card { background: var(--surface-3); }
.ph-skip .ph-card { background: repeating-linear-gradient(135deg, #fafafa 0 6px, #fff 6px 12px); color: var(--faint); }
.ph.quiet .ph-card { padding: 4px 12px; border-style: dashed; background: transparent; }
.ph.quiet .ph-h { cursor: pointer; min-height: 30px; }
.ph.quiet .ph-h b { color: var(--muted); font-weight: 500; }
.ph-h { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; min-height: 30px; }
.ph-h b { font-size: 13px; }
.ph-dates { font-size: 12px; color: var(--muted); white-space: nowrap; }
.ph-dates b { color: var(--text); font-weight: 600; }
.ph-meta { display: flex; flex-wrap: wrap; gap: 4px 14px; font-size: 11.5px; color: var(--muted); margin: 2px 0 6px; }
.ph-meta span { display: inline-flex; align-items: center; gap: 4px; }
.ph-note { display: flex; gap: 6px; font-size: 12.5px; color: var(--text2); background: var(--surface-2); border-radius: 7px; padding: 6px 9px; margin-bottom: 8px; line-height: 1.5; white-space: pre-line; }
.ph-add { display: flex; align-items: center; gap: 6px; width: 100%; height: 30px; padding: 0 10px; border-radius: 7px; border: 1px dashed var(--line); color: var(--muted); font-size: 12.5px; margin-top: 6px; }
.ph-add:hover { border-color: var(--accent); color: var(--accent-d); background: var(--accent-soft); }
.st-list { display: flex; flex-direction: column; gap: 6px; }
.st { position: relative; margin-left: calc(var(--d) * 22px); display: flex; }
.st-elbow { position: absolute; left: -14px; top: -6px; width: 12px; height: 24px; border-left: 1.5px solid #cfcfd6; border-bottom: 1.5px solid #cfcfd6; border-bottom-left-radius: 8px; }
.st-main { flex: 1; min-width: 0; border: 1px solid var(--line); border-left: 3px solid var(--idle); border-radius: 8px; padding: 7px 10px; background: #fff; }
.st-active .st-main, .st-today .st-main { border-left-color: var(--active); }
.st-over .st-main { border-left-color: var(--late); background: #fffafa; }
.st-done .st-main { border-left-color: var(--done); background: var(--surface-3); }
.st-h { display: flex; align-items: center; gap: 7px; min-width: 0; }
.st-t { margin-top: 4px; color: var(--text2); line-height: 1.45; }
.st-n { margin-top: 3px; font-size: 12px; color: var(--muted); line-height: 1.45; white-space: pre-line; }
.st-f { display: flex; align-items: center; gap: 5px; margin-top: 6px; font-size: 12px; color: var(--muted); }
.st-f b { color: var(--text); font-weight: 600; }
.pick-person { display: flex; align-items: center; gap: 7px; text-align: left; cursor: pointer; }

/* ---------- Akış ---------- */
.fl-top { display: flex; align-items: center; gap: 8px; margin-bottom: 12px; }
.fl-sum { margin: 0 0 12px; color: var(--text2); line-height: 1.62; font-size: 13.5px; }
.fl-trig { display: flex; gap: 10px; padding: 9px 12px; border-radius: 9px; background: var(--amber-soft); color: #7c4a03; margin-bottom: 14px; line-height: 1.5; }
.fl-trig label { display: block; font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: .04em; opacity: .75; }
.fl-trig .i { margin-top: 3px; }
.fl-h { display: flex; align-items: center; gap: 7px; margin: 18px 0 8px; font-size: 12.5px; font-weight: 600; color: var(--text); }
.fl-h .i { color: var(--muted); }
.fl-h .n { color: var(--faint); font-weight: 400; }
.fl-srcs { display: grid; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); gap: 8px; }
.fl-src { border: 1px solid var(--line); border-radius: 9px; padding: 8px 10px; display: flex; flex-direction: column; gap: 4px; min-width: 0; }
.fl-src b { font-weight: 600; font-size: 12.5px; }
.fl-ex { display: block; font: 11.5px/1.45 var(--mono); background: var(--surface-2); border: 1px solid var(--line2); border-radius: 6px; padding: 5px 7px; white-space: pre-wrap; overflow-wrap: anywhere; color: var(--text2); }
.fa { display: inline-flex; align-items: center; gap: 4px; height: 19px; padding: 0 7px; border-radius: 10px; font-size: 11px; font-weight: 550; flex: none; align-self: flex-start; }
.fa.a-ai { background: var(--t-ai-soft); color: var(--t-ai); }
.fa.a-d365 { background: var(--t-d365-soft); color: var(--t-d365); }
.fa.a-user { background: var(--done-soft); color: var(--accent-d); }
.fa.a-api { background: var(--t-api-soft); color: var(--t-api); }
.fa.a-mail { background: var(--info-soft); color: var(--info); }
.fa.a-excel { background: #e7f5ec; color: #1d7a44; }
.fa.a-file, .fa.a-wms, .fa.a-cam, .fa.a-other { background: var(--hover); color: var(--text2); }
.fl-steps { list-style: none; margin: 0; padding: 0; position: relative; }
.fl-steps::before { content: ""; position: absolute; left: 13px; top: 10px; bottom: 16px; width: 2px; background: var(--line2); }
.fl-step { position: relative; display: flex; gap: 12px; padding-bottom: 10px; }
.fl-n { position: relative; z-index: 1; width: 28px; height: 28px; border-radius: 50%; background: #fff; border: 2px solid var(--t-ai); color: var(--t-ai); font-weight: 650; font-size: 12px; display: flex; align-items: center; justify-content: center; flex: none; }
.fl-sc { flex: 1; min-width: 0; border: 1px solid var(--line); border-radius: 10px; padding: 8px 12px; }
.fl-st { display: flex; align-items: center; gap: 8px; }
.fl-sc p { margin: 5px 0 0; color: var(--text2); line-height: 1.55; }
.fl-kv { display: grid; grid-template-columns: 96px minmax(0, 1fr); gap: 8px; margin-top: 6px; font-size: 12.5px; }
.fl-kv label { color: var(--faint); font-size: 11.5px; padding-top: 2px; }
.fl-kv .chip { margin: 0 4px 4px 0; height: auto; min-height: 20px; white-space: normal; }
.fl-outs { display: flex; flex-direction: column; gap: 6px; }
.fl-out { display: flex; flex-direction: column; gap: 2px; padding: 8px 10px; border-radius: 8px; background: var(--done-soft); }
.fl-out b { font-weight: 600; }
.fl-ul { margin: 0; padding-left: 18px; line-height: 1.6; color: var(--text2); }
.fl-ul.notes li { margin-bottom: 4px; }
.sk-grid { display: grid; grid-template-columns: 1fr; gap: 14px; }
.side-panel.wide .sk-grid { grid-template-columns: 240px minmax(0, 1fr) 240px; align-items: start; }
.sk-side .fl-h:first-child { margin-top: 0; }
.sk-proc { display: flex; flex-direction: column; gap: 2px; width: 100%; text-align: left; padding: 8px 10px; border: 1px solid var(--line); border-radius: 9px; margin-bottom: 6px; background: #fff; }
.sk-proc:not([disabled]):hover { border-color: var(--accent); background: var(--accent-soft); }
.sk-proc b { font-weight: 600; font-size: 12.5px; }
.sk-proc span { font-size: 12px; color: var(--text2); line-height: 1.45; }
.sk-proc small { font-size: 11px; color: var(--faint); display: inline-flex; gap: 4px; align-items: center; }
.sk-ext { padding: 7px 10px; border-radius: 8px; background: var(--surface-2); margin-bottom: 6px; display: flex; flex-direction: column; gap: 2px; font-size: 12.5px; }
.sk-ext small { color: var(--faint); font-size: 11px; }
.sk-chain { list-style: none; margin: 0; padding: 0; position: relative; }
.sk-chain::before { content: ""; position: absolute; left: 15px; top: 12px; bottom: 16px; width: 2px; background: repeating-linear-gradient(180deg, var(--t-d365) 0 4px, transparent 4px 8px); opacity: .45; }
.sk-node { position: relative; display: flex; gap: 10px; padding-bottom: 8px; }
.sk-ic { position: relative; z-index: 1; width: 32px; height: 32px; border-radius: 9px; background: var(--t-d365-soft); color: var(--t-d365); display: flex; align-items: center; justify-content: center; flex: none; border: 1px solid #ddd3fb; }
.sk-node.branch .sk-ic { background: var(--amber-soft); color: var(--amber); border-color: #fcd98a; }
.sk-c { flex: 1; min-width: 0; border: 1px solid var(--line); border-radius: 9px; padding: 7px 11px; }
.sk-t { display: flex; align-items: center; gap: 6px; flex-wrap: wrap; font-size: 12.5px; }
.sk-n { font-weight: 650; color: var(--faint); font-variant-numeric: tabular-nums; }
.sk-c p { margin: 4px 0 0; color: var(--text2); line-height: 1.5; font-size: 12.5px; }
.sk-out { margin-top: 5px; font-size: 11.5px; color: var(--muted); display: flex; align-items: center; gap: 4px; }
.sk-br { margin-top: 8px; border-radius: 8px; overflow: hidden; border: 1px solid #fcd98a; font-size: 12px; }
.sk-cond { background: var(--amber-soft); color: #7c4a03; padding: 5px 9px; font-weight: 550; display: flex; gap: 5px; align-items: center; }
.sk-yes, .sk-no { padding: 5px 9px; line-height: 1.45; color: var(--text2); }
.sk-yes { border-bottom: 1px solid var(--line2); }
.sk-yes b { color: var(--accent-d); margin-right: 4px; }
.sk-no b { color: var(--late); margin-right: 4px; }

/* ---------- Bağlantılar ---------- */
.rl-ready { display: flex; gap: 10px; align-items: flex-start; padding: 10px 12px; border-radius: 10px; background: var(--warn-soft); border: 1px solid #fde1c4; margin-bottom: 14px; color: #8a4508; }
.rl-ready.ok { background: var(--done-soft); border-color: #cfe7d4; color: var(--accent-d); }
.rl-ready .i { margin-top: 2px; }
.rm { display: grid; grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr); gap: 10px; align-items: center; padding: 12px; border: 1px solid var(--line2); border-radius: 12px; background: var(--surface-3); margin-bottom: 14px; }
.rm-col { display: flex; flex-direction: column; gap: 5px; min-width: 0; }
.rm-lbl { font-size: 10.5px; text-transform: uppercase; letter-spacing: .05em; color: var(--faint); font-weight: 600; margin-bottom: 2px; }
.rm-node { display: flex; align-items: center; gap: 6px; height: 28px; padding: 0 6px 0 8px; border-radius: 7px; background: #fff; border: 1px solid var(--line); font-size: 12px; min-width: 0; text-align: left; }
.rm-node:hover { border-color: var(--accent); }
.rm-node .ell { flex: 1; }
.rm-k { font-style: normal; font-size: 10px; color: var(--faint); }
.rm-mid { display: flex; align-items: center; gap: 4px; color: var(--faint); }
.rm-self { display: flex; flex-direction: column; align-items: center; gap: 4px; padding: 10px 12px; border-radius: 10px; background: #fff; border: 2px solid var(--accent); max-width: 150px; text-align: center; font-size: 12px; box-shadow: 0 0 0 4px var(--accent-soft); }
.rm-empty { font-size: 12px; color: var(--faint); font-style: italic; text-align: center; }
.rl-sec { margin-bottom: 6px; }
.rl-row { padding: 8px 10px; border-radius: 9px; border: 1px solid var(--line2); margin-bottom: 6px; }
.rl-h { display: flex; align-items: center; gap: 7px; min-width: 0; }
.rl-n { font-weight: 550; cursor: pointer; min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.rl-n:hover { text-decoration: underline; }
.rl-d { margin-top: 3px; font-size: 12.5px; color: var(--text2); line-height: 1.5; }
.rl-detail { margin-top: 6px; font-size: 12.5px; color: var(--text2); line-height: 1.6; padding: 7px 10px; background: var(--surface-2); border-radius: 7px; }
.rl-x { opacity: 0; }
.rl-row:hover .rl-x { opacity: 1; }
.rl-add { display: flex; align-items: center; gap: 8px; margin-top: 12px; }

/* ---------- Kanıt ---------- */
.ev-sec { margin-bottom: 18px; }
.ev-sec .fl-h { margin-top: 0; }
.ev-meet { border: 1px solid var(--line); border-radius: 10px; margin-bottom: 8px; overflow: hidden; }
.ev-meet-h { display: flex; align-items: center; gap: 7px; padding: 7px 10px; background: var(--surface-2); border-bottom: 1px solid var(--line2); font-size: 12.5px; }
.ev-meet-h b { flex: 1; min-width: 0; }
.seg-row { border-bottom: 1px solid var(--line2); }
.seg-row:last-child { border-bottom: 0; }
.seg-h { display: flex; align-items: center; gap: 8px; width: 100%; min-height: 34px; padding: 4px 10px; text-align: left; font-size: 12.5px; }
.seg-h:hover { background: var(--hover); }
.seg-h > .i:first-child { color: var(--accent-d); }
.seg-t { font-size: 11.5px; color: var(--accent-d); font-weight: 600; white-space: nowrap; }
.seg-h .ell { flex: 1; }
.seg-row.open .seg-h { background: var(--accent-soft); }
.seg-row.open .seg-h > .i:last-child { transform: rotate(180deg); }
.seg-tx { padding: 8px 12px 10px 34px; max-height: 280px; overflow-y: auto; font-size: 12.5px; line-height: 1.55; color: var(--text2); background: #fcfcfd; }
.seg-tx p { margin: 0 0 4px; display: grid; grid-template-columns: 44px minmax(0, 1fr); gap: 6px; }
.ev-q { margin: 0 0 8px; padding: 8px 12px; border-left: 3px solid var(--accent); background: var(--surface-2); border-radius: 0 8px 8px 0; color: var(--text2); line-height: 1.55; font-style: italic; }
.ev-q footer { margin-top: 4px; font-style: normal; font-size: 11.5px; color: var(--faint); }
.ev-doc { padding: 8px 10px; border: 1px solid var(--line2); border-radius: 8px; margin-bottom: 6px; display: flex; flex-direction: column; gap: 2px; }
.ev-doc p { margin: 3px 0 0; font-size: 12.5px; color: var(--text2); line-height: 1.5; }
.ev-uc { display: flex; align-items: center; gap: 8px; padding: 5px 0; font-size: 12.5px; }

/* ---------- Etkinlik ---------- */
.feed { position: relative; }
.feed-day { font-size: 11px; color: var(--faint); font-weight: 600; text-transform: uppercase; letter-spacing: .04em; margin: 12px 0 4px; }
.feed-day:first-child { margin-top: 0; }
.ev { display: flex; gap: 10px; padding: 6px 0; align-items: flex-start; }
.ev-ic { width: 24px; height: 24px; border-radius: 50%; background: var(--hover); display: flex; align-items: center; justify-content: center; color: var(--muted); flex: none; }
.ev-b { flex: 1; min-width: 0; color: var(--muted); font-size: 12.5px; line-height: 21px; }
.ev-b b { color: var(--text); font-weight: 600; }
.ev-b time { color: var(--faint); white-space: nowrap; }
.ev-note { margin-top: 3px; padding: 5px 9px; border-left: 2px solid var(--line); color: var(--text2); font-size: 12.5px; line-height: 1.5; background: #fafafa; border-radius: 0 6px 6px 0; }

/* ---------- yazdırma (akış) ---------- */
.fl-body.print .fl-top { display: none; }
@media print { .fl-src, .fl-sc, .sk-c { break-inside: avoid; } }
