@charset "UTF-8";
@font-face {
  font-family: Manrope;
  src: url('/fonts/manrope-variable.ttf') format('truetype');
  font-weight: 200 800;
  font-display: swap;
}
:root {
  font-family: Manrope, 'Segoe UI', Arial, sans-serif;
  color: #292d29;
  background: #f6f5f1;
  font-synthesis: none;
  --ink: #292d29;
  --muted: #6b7067;
  --line: #ddded5;
  --surface: #fdfdfb;
  --green: #3c6654;
  --red: #a24e3e;
  --radius: 16px;
}
* { box-sizing: border-box; }
body { margin: 0; -webkit-font-smoothing: antialiased; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; cursor: pointer; }
a { color: inherit; text-underline-offset: 4px; }
button:focus-visible, a:focus-visible { outline: 2px solid var(--green); outline-offset: 5px; }
[hidden] { display: none !important; }
.topbar { border-bottom: 1px solid var(--line); }
.topbar-inner { max-width: 1360px; margin: auto; padding: 24px 48px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; font-size: 27px; font-weight: 750; letter-spacing: -1.3px; white-space: nowrap; }
.brand-symbol { width: 38px; height: 38px; display: block; flex: none; border-radius: 10px; }
.brand-caption { margin-left: 20px; padding-left: 28px; border-left: 1px solid #c9ccc1; font-size: 12px; font-weight: 450; color: var(--muted); letter-spacing: .1px; }
.market-label { display: flex; align-items: center; gap: 16px; font-size: 10px; font-weight: 650; letter-spacing: 1.3px; color: var(--muted); }
.market-line { width: 28px; height: 1px; background: #b6bbaf; }
main { max-width: 1360px; margin: auto; padding: 24px 48px 32px; }
.demo-banner { display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 10px 14px; border: 1px solid #dce0d3; border-radius: 6px; background: #ecefe5; color: #55634e; font-size: 12px; line-height: 1.6; }
.demo-banner strong { font-weight: 750; }
.demo-divider { padding: 0 10px; color: #89927b; }
.demo-banner a { white-space: nowrap; text-decoration: none; font-weight: 600; }
.demo-banner a:hover { text-decoration: underline; }
.page-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 32px; padding: 38px 0 40px; }
.eyebrow { display: flex; align-items: center; gap: 9px; margin: 0 0 16px; font-size: 10px; font-weight: 700; letter-spacing: 1.8px; color: #66715e; }
.eyebrow span { width: 6px; height: 6px; border-radius: 50%; background: #728563; }
h1 { margin: 0; font-size: clamp(36px, 4.2vw, 56px); font-weight: 500; letter-spacing: -2.6px; line-height: 1.12; }
.page-intro { margin: 17px 0 0; font-size: 14px; line-height: 1.65; color: var(--muted); }
.today { display: flex; flex-direction: column; gap: 8px; text-align: right; white-space: nowrap; padding-bottom: 5px; font-size: 12px; }
.today span { color: var(--muted); }
.today strong { font-size: 13px; font-weight: 550; }
.workspace-bar { display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 0 0 22px; border-bottom: 1px solid var(--line); }
.tabs { display: flex; padding: 4px; gap: 4px; background: #e9eae2; border: 1px solid #e0e2d8; border-radius: 10px; }
.tab { display: flex; align-items: center; justify-content: center; gap: 10px; min-height: 42px; padding: 10px 18px; border: 1px solid transparent; border-radius: 7px; background: transparent; color: #626b5d; font-size: 13px; font-weight: 600; line-height: 1.5; transition: background .18s, color .18s; }
.tab:hover { color: var(--ink); background: #f0f1eb; }
.tab.active { color: var(--ink); background: var(--surface); border-color: #dfe2d5; box-shadow: 0 1px 3px #28342209; }
.tab span { min-width: 23px; padding: 1px 6px; border-radius: 5px; background: #dee2d5; color: #4b5942; font-size: 11px; line-height: 1.65; font-variant-numeric: tabular-nums; }
.tab.active span { background: #e4ecdd; color: #49613a; }
.readonly { display: flex; align-items: center; gap: 8px; font-size: 11px; color: var(--muted); white-space: nowrap; }
.readonly:before { content: ''; width: 11px; height: 8px; border: 1px solid #87907e; border-radius: 60% 15%; transform: rotate(35deg); }
.section-meta { display: flex; justify-content: space-between; align-items: center; gap: 18px; padding: 23px 0 19px; }
.section-meta p { margin: 0; font-size: 12px; line-height: 1.6; color: var(--muted); }
.section-meta #data-status { font-size: 11px; text-align: right; max-width: 45%; }
.cards { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.idea-card { display: flex; flex-direction: column; min-width: 0; border: 1px solid #dfe1d7; border-radius: var(--radius); background: var(--surface); overflow: hidden; box-shadow: 0 3px 8px #303c2503; }
.card-body { padding: 27px 26px 22px; flex: 1; }
.card-top { display: flex; align-items: center; gap: 12px; }
.company-logo { flex: none; width: 46px; height: 46px; object-fit: contain; background: #fff; border: 1px solid #e9eae2; border-radius: 50%; padding: 6px; }
.logo-fallback { display: grid; place-items: center; background: #eef1e8; color: #49613a; font-size: 15px; font-weight: 700; }
.identity { flex: 1; min-width: 0; }
.ticker { margin: 0 0 3px; font-size: 17px; font-weight: 750; letter-spacing: .3px; }
.company-name { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.5; overflow-wrap: anywhere; }
.direction { align-self: flex-start; padding: 5px 8px; border: 1px solid #dfe7da; border-radius: 5px; color: #48613c; background: #edf2e8; font-size: 11px; font-weight: 650; white-space: nowrap; }
.direction.short { color: #91563f; background: #f5ece6; border-color: #eddfd4; }
.performance { display: flex; align-items: end; justify-content: space-between; gap: 12px; margin: 36px 0 25px; }
.performance > div { min-width: 0; }
.metric-label { margin-bottom: 8px; font-size: 12px; color: var(--muted); line-height: 1.5; }
.metric-value { font-size: 15px; font-weight: 550; font-variant-numeric: tabular-nums; overflow-wrap: anywhere; }
.entry-price { font-size: clamp(30px, 3.05vw, 42px); font-weight: 450; line-height: 1.3; letter-spacing: -1.5px; font-variant-numeric: tabular-nums; overflow-wrap: anywhere; }
.pnl { font-size: 40px; line-height: 1.2; font-weight: 500; letter-spacing: -1.8px; font-variant-numeric: tabular-nums; overflow-wrap: anywhere; }
.positive { color: var(--green); }
.negative { color: var(--red); }
.neutral { color: var(--muted); }
.pnl-caption { margin: 8px 0 0; color: var(--muted); font-size: 12px; }
.price-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px 12px; }
.stops { display: flex; justify-content: space-between; align-items: baseline; gap: 15px; padding: 13px 14px; background: #f1f2ec; border-radius: 6px; }
.stops .metric-label { flex: none; margin: 0; font-size: 12px; }
.stops .metric-value { font-size: 12px; text-align: right; line-height: 1.65; }
.price-grid + .stops { margin-top: 22px; }
.card-bottom { display: flex; justify-content: space-between; align-items: center; gap: 12px; margin: 0 26px; padding: 18px 0 20px; border-top: 1px solid #e4e6dc; color: var(--muted); font-size: 11px; line-height: 1.6; }
.opened-date strong { display: block; color: #454e40; font-weight: 550; font-size: 12px; font-variant-numeric: tabular-nums; }
.duration { white-space: nowrap; text-align: right; color: #626d59; }
.duration strong { color: #3f5136; font-size: 17px; font-weight: 600; margin-right: 2px; }
.table-wrap { border: 1px solid var(--line); border-radius: 12px; background: var(--surface); overflow: auto; }
table { width: 100%; border-collapse: collapse; white-space: nowrap; text-align: left; font-size: 13px; }
th { background: #edeee6; color: #65705c; padding: 17px 18px; font-size: 11px; font-weight: 650; }
td { padding: 24px 18px; border-top: 1px solid #e5e7de; font-variant-numeric: tabular-nums; }
.table-company { display: flex; align-items: center; gap: 12px; }
.table-company .company-logo { width: 38px; height: 38px; padding: 5px; }
.table-company .ticker { font-size: 14px; }
.table-company .company-name { font-size: 11px; }
.table-secondary { display: block; margin-top: 8px; color: var(--muted); }
.table-pnl { font-size: 21px; font-weight: 550; letter-spacing: -.5px; }
.closed-mobile { display: none; }
.empty { padding: 65px 24px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); color: var(--muted); text-align: center; }
.empty:before { content: '—'; display: grid; place-items: center; width: 44px; height: 44px; margin: 0 auto 22px; border: 1px solid #dde2d4; border-radius: 50%; color: #748464; font-size: 20px; }
.empty h2 { margin: 0 0 12px; font-size: 23px; font-weight: 550; letter-spacing: -.6px; color: var(--ink); }
.empty p { font-size: 14px; line-height: 1.7; }
.empty a { display: inline-block; margin-top: 12px; color: var(--green); font-size: 13px; }
footer { display: flex; justify-content: space-between; gap: 20px; margin-top: 28px; padding-top: 17px; border-top: 1px solid var(--line); color: var(--muted); font-size: 10px; }
footer p { margin: 0; line-height: 1.7; }
.sr-only { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
@media (max-width: 1100px) {
  .topbar-inner { padding: 22px 32px; }
  main { padding: 22px 32px 28px; }
  .brand-caption { display: none; }
  .cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .entry-price { font-size: 38px; }
  .today { font-size: 11px; }
  .today strong { font-size: 12px; }
}
@media (max-width: 950px) {
  .table-wrap { display: none; }
  .closed-mobile { display: grid; }
  .page-heading { align-items: start; }
  .today { padding-top: 4px; }
  h1 { font-size: 42px; }
}
@media (max-width: 650px) {
  .topbar-inner { padding: 19px 20px; gap: 14px; }
  .brand { font-size: 24px; gap: 9px; }
  .brand-symbol { width: 32px; height: 32px; font-size: 24px; border-radius: 8px; }
  .market-label { max-width: 130px; display: block; text-align: right; font-size: 9px; line-height: 1.8; letter-spacing: 1px; }
  .market-line { display: none; }
  main { padding: 18px 20px 24px; }
  .demo-banner { padding: 10px 12px; font-size: 10px; gap: 10px; align-items: start; }
  .demo-banner > span { max-width: 230px; }
  .demo-divider { padding: 0 4px; }
  .page-heading { padding: 32px 0 28px; }
  .eyebrow { font-size: 9px; margin-bottom: 14px; }
  h1 { font-size: clamp(32px, 8.4vw, 46px); letter-spacing: -1.6px; }
  .page-intro { font-size: 12px; margin-top: 14px; max-width: 290px; line-height: 1.8; }
  .today { display: none; }
  .workspace-bar { padding-bottom: 18px; }
  .tabs { width: 100%; gap: 2px; padding: 3px; }
  .tab { flex: 1; gap: 6px; padding: 9px 7px; min-height: 43px; font-size: 11px; }
  .tab span { min-width: 20px; font-size: 10px; padding: 1px 5px; }
  .readonly { display: none; }
  .section-meta { padding: 19px 0 15px; gap: 12px; align-items: start; }
  .section-meta p { font-size: 11px; }
  .section-meta #data-status { font-size: 10px; }
  .cards { grid-template-columns: 1fr; gap: 16px; }
  .card-body { padding: 24px 22px 20px; }
  .performance { margin: 28px 0 23px; }
  .entry-price { font-size: 39px; }
  .card-bottom { margin: 0 22px; padding: 15px 0 17px; }
  .ticker { font-size: 16px; }
  .company-logo { width: 44px; height: 44px; }
  .empty { padding: 40px 20px; }
  .empty h2 { font-size: 21px; }
  .empty p { font-size: 13px; }
  footer { flex-direction: column; gap: 5px; margin-top: 24px; font-size: 10px; }
}
@media (max-width: 360px) {
  .topbar-inner { padding-inline: 16px; }
  .brand { font-size: 20px; letter-spacing: -.8px; }
  .market-label { font-size: 8px; letter-spacing: .6px; }
  main { padding-inline: 16px; }
  .tab { font-size: 10px; gap: 4px; padding-inline: 5px; }
  .card-body { padding-inline: 18px; }
  .card-bottom { margin-inline: 18px; }
  .card-top { gap: 9px; }
  .entry-price { font-size: 34px; }
  .stops { padding-inline: 10px; gap: 8px; }
  .stops .metric-value { font-size: 11px; }
}
@media (prefers-reduced-motion: reduce) { * { transition: none !important; } }
