/* #features — "Everything you need" — screen 2 of the one-page poster (1672x941) */

#features .fpage {
  position: absolute;
  inset: 0;
  padding: 24px 64px 20px;
  display: flex;
  flex-direction: column;
}

/* header */
#features .fhead { text-align: center; position: relative; }
#features .fhead .brand { position: absolute; left: 0; top: 2px; }
#features .eyebrow {
  font-size: 11px; font-weight: 600;
  letter-spacing: .36em; text-transform: uppercase;
  color: var(--cyan);
}
#features h1 {
  margin: 9px 0 8px;
  font-size: 44px; line-height: 1.05;
  font-weight: 700; letter-spacing: -.022em;
}
#features h1 .blue { color: var(--blue-hi); }
#features .sub { font-size: 15.5px; color: var(--muted); }

/* 6-card grid */
#features .grid {
  flex: 1;
  min-height: 0;
  margin-top: 14px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr 1fr;
  gap: 14px;
}
#features .card {
  border-radius: 15px;
  border: 1px solid var(--line-2);
  background: linear-gradient(180deg, rgba(13,17,33,.95), rgba(7,9,17,.96));
  box-shadow: 0 16px 44px rgba(0,0,0,.5), inset 0 1px 0 rgba(255,255,255,.04);
  padding: 15px 16px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  min-height: 0;
}
#features .chead { display: flex; align-items: center; gap: 10px; margin-bottom: 11px; }
#features .badge {
  width: 23px; height: 23px; flex-shrink: 0;
  display: grid; place-items: center;
  border-radius: 7px;
  border: 1.5px solid var(--green);
  color: var(--green);
  font-size: 12px; font-weight: 700;
  box-shadow: 0 0 14px rgba(76,216,136,.3);
}
#features .ctitle { font-size: 18px; font-weight: 600; letter-spacing: -.01em; }
#features .kbadge {
  margin-left: auto;
  font-family: var(--mono); font-size: 11px; color: var(--muted);
  border: 1px solid var(--line-2); border-radius: 6px; padding: 2px 7px;
}
#features .cmock {
  flex: 1; min-height: 0;
  display: flex; flex-direction: column; justify-content: center;
}
#features .cmock > * { width: 100%; }

/* checks */
#features .checks { list-style: none; display: grid; gap: 6px; margin-top: 11px; }
#features .checks.two { grid-template-columns: 1fr 1fr; gap: 6px 14px; }
#features .checks li {
  display: flex; align-items: center; gap: 8px;
  font-size: 12.5px; color: var(--muted);
}
#features .checks li svg { width: 14px; height: 14px; color: var(--green); flex-shrink: 0; }

#features .cap { margin-top: 10px; text-align: center; font-size: 12.5px; color: var(--dim); }
#features .cap .hi { color: var(--blue-hi); }

/* mock : menu bar (C1) */
#features .menubar {
  display: flex; align-items: center; gap: 16px;
  background: #000;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 7px 12px;
}
#features .menubar svg { width: 15px; height: 15px; color: var(--muted); }
#features .menubar .sp { margin-left: auto; }

#features .pill-row { display: flex; align-items: center; gap: 9px; }
#features .pill {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 11.5px; padding: 5px 11px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(17,22,40,.8);
  color: var(--muted); white-space: nowrap;
}
#features .pill svg { width: 12px; height: 12px; }
#features .pill.ok { border-color: rgba(76,216,136,.5); color: var(--green); }
#features .pill.warn { border-color: rgba(255,125,79,.55); color: var(--orange); }
#features .arrow { color: var(--dim); font-size: 13px; }
#features .meter { display: inline-flex; gap: 2.5px; align-items: flex-end; height: 13px; }
#features .meter i { width: 3px; background: var(--orange); border-radius: 1px; }
#features .meter i:nth-child(1){height:5px}
#features .meter i:nth-child(2){height:10px}
#features .meter i:nth-child(3){height:13px}
#features .meter i:nth-child(4){height:7px}
#features .meter i:nth-child(5){height:11px}

/* mock : recorder (C2) */
#features .rec {
  display: flex; align-items: center; gap: 12px;
  background: rgba(17,22,40,.85);
  border: 1px solid var(--line);
  border-radius: 11px;
  padding: 13px 15px;
}
#features .rec .mic {
  width: 36px; height: 36px; flex-shrink: 0;
  display: grid; place-items: center;
  border-radius: 50%;
  background: rgba(76,216,136,.16);
  color: var(--green);
}
#features .rec .mic svg { width: 17px; height: 17px; }
#features .wave { display: flex; align-items: center; gap: 2.5px; }
#features .rec .wave { flex: 1; height: 30px; }
#features .wave i { flex: 1; background: var(--green); border-radius: 1px; opacity: .9; }
#features .wave i:nth-child(3n){height:88%}
#features .wave i:nth-child(3n+1){height:40%}
#features .wave i:nth-child(3n+2){height:64%}
#features .wave i:nth-child(5n){height:100%}
#features .wave i:nth-child(7n){height:24%}
#features .rec .tt { font-family: var(--mono); font-size: 13px; color: var(--muted); }

/* mock : window (C3, C5) */
#features .win {
  background: rgba(10,13,25,.97);
  border: 1px solid var(--line);
  border-radius: 10px;
  overflow: hidden;
  height: 100%;
  display: flex; flex-direction: column;
}
#features .wsearch {
  display: flex; align-items: center; gap: 7px;
  padding: 7px 10px;
  border-bottom: 1px solid var(--line);
  color: var(--dim); font-size: 11.5px;
}
#features .wsearch svg { width: 13px; height: 13px; }
#features .wsearch .kbd {
  margin-left: auto; font-family: var(--mono); font-size: 10px;
  border: 1px solid var(--line); border-radius: 4px; padding: 1px 5px;
}
#features .chips {
  display: flex; align-items: center; gap: 6px;
  padding: 5px 10px;
  border-bottom: 1px solid var(--line);
  font-size: 10px;
}
#features .chip {
  font-family: var(--mono); color: var(--dim);
  border: 1px solid var(--line); border-radius: 5px; padding: 1px 6px;
}
#features .chips .meta { margin-left: auto; color: var(--dim); font-family: var(--mono); }

#features .split { display: flex; flex: 1; min-height: 0; }
#features .rows { flex: 1; display: flex; flex-direction: column; overflow: hidden; }
#features .row {
  display: flex; align-items: center; gap: 8px;
  padding: 4px 9px;
  border-bottom: 1px solid var(--line);
}
#features .row:last-child { border-bottom: none; }
#features .row.sel { background: rgba(91,140,240,.14); }
#features .rico {
  width: 21px; height: 21px; flex-shrink: 0;
  display: grid; place-items: center;
  border-radius: 5px; background: var(--panel-3);
  overflow: hidden;
}
#features .rico svg { width: 12px; height: 12px; color: var(--muted); }
#features .rico img { width: 13px; height: 13px; }
#features .rbody { flex: 1; min-width: 0; }
#features .rt {
  font-size: 11px; font-weight: 500;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
#features .rs {
  font-size: 9px; color: var(--dim);
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
#features .rtime { font-size: 9px; color: var(--dim); font-family: var(--mono); white-space: nowrap; }

/* preview panel */
#features .prev {
  width: 168px; flex-shrink: 0;
  border-left: 1px solid var(--line);
  padding: 8px;
  display: flex; flex-direction: column; gap: 6px;
}
#features .prev .tag { font-size: 9px; letter-spacing: .14em; color: var(--dim); font-weight: 700; }
#features .prev .img {
  position: relative; flex: 1; min-height: 54px;
  border-radius: 7px;
  border: 1px solid var(--line);
  background: linear-gradient(135deg, rgba(91,140,240,.3), rgba(165,133,245,.22));
}
#features .pin {
  position: absolute; width: 16px; height: 16px;
  border-radius: 50%; background: var(--green);
  color: #04140a; font-size: 10px; font-weight: 700;
  display: grid; place-items: center;
}
#features .pin.p1 { top: 10px; left: 14px; }
#features .pin.p2 { top: 30px; left: 42px; }
#features .prev .note b { font-size: 10.5px; font-weight: 600; }
#features .prev .note span { font-size: 9.5px; color: var(--dim); display: block; }

#features .tabs {
  display: flex; gap: 6px;
  padding: 5px 9px;
  border-top: 1px solid var(--line);
}
#features .tab {
  display: inline-flex; align-items: center; gap: 4px;
  font-size: 10px; color: var(--dim);
  padding: 2px 8px; border-radius: 5px;
}
#features .tab svg { width: 10px; height: 10px; }
#features .tab.on { background: var(--panel-3); color: var(--text); }

/* mock : split list+panel (C4, C5) */
#features .duo { display: flex; gap: 12px; height: 100%; }
#features .duo > * { flex: 1; min-width: 0; }
#features .rstack { display: flex; flex-direction: column; gap: 9px; }

#features .minis { display: flex; flex-direction: column; gap: 7px; }
#features .mini { display: flex; align-items: center; gap: 9px; }
#features .mini .rico { width: 25px; height: 25px; }
#features .mini .rico svg { width: 13px; height: 13px; }
#features .mini .mt { font-size: 12px; font-weight: 500; }
#features .mini .ms { font-size: 9.5px; color: var(--dim); }

#features .sess {
  background: rgba(10,13,25,.97);
  border: 1px solid var(--line);
  border-radius: 9px;
  padding: 10px;
  display: flex; flex-direction: column; gap: 8px;
}
#features .sess .sh { font-size: 9.5px; letter-spacing: .1em; color: var(--dim); font-weight: 700; }
#features .sess .wave { flex: none; height: 16px; }
#features .strip { display: flex; gap: 6px; }
#features .thumb {
  flex: 1; height: 38px;
  border-radius: 6px; border: 1px solid var(--line);
  background: var(--panel-3);
  display: grid; place-items: center;
  font-size: 9px; font-weight: 700; color: var(--dim);
}
#features .thumb.gif { background: linear-gradient(135deg, rgba(165,133,245,.36), rgba(91,140,240,.26)); color: #fff; }
#features .thumb.img { background: linear-gradient(135deg, rgba(91,140,240,.32), rgba(143,211,232,.22)); }
#features .code {
  font-family: var(--mono); font-size: 10px;
  color: var(--cyan);
  background: #000; border: 1px solid var(--line);
  border-radius: 6px; padding: 6px 9px;
}
#features .code .kw { color: var(--purple); }
#features .code .fn { color: var(--blue-hi); }

#features .pcard {
  background: rgba(10,13,25,.97);
  border: 1px solid var(--line);
  border-radius: 9px;
  padding: 9px;
  display: flex; flex-direction: column; gap: 6px;
}
#features .pcard .ph b { font-size: 10.5px; font-weight: 600; }
#features .pcard .ph span { font-size: 9px; color: var(--dim); display: block; }
#features .pcard .img {
  position: relative; height: 50px;
  border-radius: 7px; border: 1px solid var(--line);
  background: linear-gradient(135deg, rgba(91,140,240,.3), rgba(165,133,245,.22));
}

/* mock : HUD queue (C6) */
#features .queue {
  background: rgba(10,13,25,.97);
  border: 1px solid var(--line);
  border-radius: 9px;
  overflow: hidden;
}
#features .qrow {
  display: flex; align-items: center; gap: 9px;
  padding: 6px 10px;
  border-bottom: 1px solid var(--line);
}
#features .qrow:last-child { border-bottom: none; }
#features .qrow .rico { width: 22px; height: 22px; }
#features .qrow .rico img { width: 14px; height: 14px; }
#features .qname { flex: 1; font-size: 12px; font-weight: 500; }
#features .qtype {
  font-size: 9.5px; color: var(--dim);
  border: 1px solid var(--line); border-radius: 999px;
  padding: 1px 9px; white-space: nowrap;
}
#features .acts { display: flex; gap: 4px; }
#features .act {
  width: 19px; height: 19px;
  display: grid; place-items: center;
  border-radius: 5px;
  border: 1px solid rgba(91,140,240,.32);
  background: rgba(91,140,240,.18);
  color: var(--blue-hi);
  font-size: 9.5px; font-weight: 700;
}
#features .qx { color: var(--dim); display: grid; place-items: center; width: 16px; }
#features .qx svg { width: 11px; height: 11px; }

/* footer */
#features .ffoot {
  display: flex; align-items: center; justify-content: space-between;
  margin-top: 16px; height: 30px;
  color: var(--dim); font-size: 13px;
}
#features .ffoot .fmark {
  width: 30px; height: 30px;
  border-radius: 9px; overflow: hidden;
  box-shadow: 0 0 20px rgba(135,105,225,.5);
}
#features .ffoot .fmark img { width: 100%; height: 100%; }
#features .ffoot a:hover { color: var(--text); }

/* gizli-detay: kart-içi tıklanır "more" (kaynak: source/optionos.registry.value-inventory.md · user 2026-06-12) */
#features details.more { margin-top: 8px; }
#features details.more summary {
  cursor: pointer; list-style: none; font-size: 12px; color: var(--dim);
  user-select: none;
}
#features details.more summary::before { content: "+ "; }
#features details.more[open] summary::before { content: "− "; }
#features details.more summary::-webkit-details-marker { display: none; }
#features details.more[open] summary { color: var(--muted); }
