 {} *{} {} #IE-warning { display: none; position: fixed; width: 100%; height: 100%; z-index: 9999; background: white; } .IE-warning-message { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); text-align: center; } :root { --lg-green: #1fb46b; --lg-dark: #1a1a1a; --gold: #d4af37; --light: #f8f9fa; --gray: #eee; } * { margin:0; padding:0; box-sizing:border-box; } body { font-family: 'Open Sans', sans-serif; background: linear-gradient(135deg, #f5f7fa 0%, #e4edf5 100%); color: var(--lg-dark); line-height: 1.6; padding: 2rem 1rem; } .container { max-width: 1100px; margin: auto; } h1, h2, h3 { font-family: 'Montserrat', sans-serif; text-align: center; } h1 { font-size: 2.8rem; margin-bottom: .5rem; color: var(--lg-dark); } .tagline { font-size: 1.2rem; color: #555; margin-bottom: 2rem; text-align: center; } .simulator { background: white; border-radius: 16px; box-shadow: 0 10px 30px rgba(0,0,0,0.1); overflow: hidden; margin-bottom: 2rem; } .controls { padding: 1.5rem; background: var(--lg-green); color: white; text-align: center; } .btn { background: white; color: var(--lg-green); border: none; padding: .8rem 1.5rem; font-weight: 600; border-radius: 8px; cursor: pointer; margin: 0 .5rem; transition: .3s; font-size: 1rem; } .btn:hover { background: var(--gold); color: var(--lg-dark); } .btn-reset { background: #ff5a5a; color: white; } .btn-reset:hover { background: #e04848; } .tree-container { padding: 2rem; overflow-x: auto; background: #fafafa; border-top: 1px solid #eee; } .tree { display: flex; flex-direction: column; align-items: center; font-family: monospace; font-size: 1.1rem; white-space: pre; user-select: none; } .level { margin-bottom: 1rem; } .level-label { font-size: .9rem; color: #777; margin-bottom: .3rem; display: block; } .nodes { display: block; font-size: 1.1rem; } .node { display: inline-block; width: 50px; text-align: center; position: relative; margin: 0 8px; } .node.filled { color: var(--lg-green); font-weight: bold; } .node.empty { color: #ccc; } .stats { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 1rem; padding: 1.5rem; background: white; } .stat-card { background: var(--light); padding: 1rem; border-radius: 12px; text-align: center; box-shadow: 0 4px 10px rgba(0,0,0,0.05); } .stat-card h3 { font-size: .9rem; color: #777; margin-bottom: .3rem; } .stat-card .value { font-size: 1.6rem; font-weight: 700; color: var(--lg-green); } .share-link { text-align: center; margin: 1.5rem 0; font-size: .9rem; padding: 1rem; background: var(--light); } .share-link input { width: 100%; max-width: 500px; padding: .6rem; border: 1px solid #ddd; border-radius: 6px; font-family: monospace; text-align: center; } @media (max-width: 768px) { h1 { font-size: 2rem; } .tree { font-size: .9rem; } .nodes { font-size: 1rem; } .node { width: 40px; margin: 0 4px; } } :root { --lg-green: #1fb46b; --lg-dark: #1a1a1a; --gold: #d4af37; --light: #f8f9fa; --gray: #eee; } * { margin:0; padding:0; box-sizing:border-box; } body { font-family: 'Open Sans', sans-serif; background: linear-gradient(135deg, #f5f7fa 0%, #e4edf5 100%); color: var(--lg-dark); line-height: 1.6; padding: 2rem 1rem; } .container { max-width: 1100px; margin: auto; } h1, h2, h3 { font-family: 'Montserrat', sans-serif; text-align: center; } h1 { font-size: 2.8rem; margin-bottom: .5rem; color: var(--lg-dark); } .tagline { font-size: 1.2rem; color: #555; margin-bottom: 2rem; text-align: center; } .simulator { background: white; border-radius: 16px; box-shadow: 0 10px 30px rgba(0,0,0,0.1); overflow: hidden; margin-bottom: 2rem; } .controls { padding: 1.5rem; background: var(--lg-green); color: white; text-align: center; } .btn { background: white; color: var(--lg-green); border: none; padding: .8rem 1.5rem; font-weight: 600; border-radius: 8px; cursor: pointer; margin: 0 .5rem; transition: .3s; font-size: 1rem; } .btn:hover { background: var(--gold); color: var(--lg-dark); } .btn-reset { background: #ff5a5a; color: white; } .btn-reset:hover { background: #e04848; } .tree-container { padding: 2rem; overflow-x: auto; background: #fafafa; border-top: 1px solid #eee; } .tree { display: flex; flex-direction: column; align-items: center; font-family: monospace; font-size: 1.1rem; white-space: pre; user-select: none; } .node { display: inline-block; width: 50px; text-align: center; position: relative; margin: 0 8px; } .node.filled { color: var(--lg-green); font-weight: bold; } .node.empty { color: #ccc; } .level-label { font-size: .9rem; color: #777; margin-top: .5rem; text-align: center; } .stats { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 1rem; padding: 1.5rem; background: white; } .stat-card { background: var(--light); padding: 1rem; border-radius: 12px; text-align: center; box-shadow: 0 4px 10px rgba(0,0,0,0.05); } .stat-card h3 { font-size: .9rem; color: #777; margin-bottom: .3rem; } .stat-card .value { font-size: 1.6rem; font-weight: 700; color: var(--lg-green); } .share-link { text-align: center; margin: 1.5rem 0; font-size: .9rem; } .share-link input { width: 100%; max-width: 500px; padding: .6rem; border: 1px solid #ddd; border-radius: 6px; font-family: monospace; text-align: center; } @media (max-width: 768px) { h1 { font-size: 2rem; } .tree { font-size: .9rem; } .node { width: 40px; margin: 0 4px; } } :root { --bg: #0f172a; --bg-soft: #020617; --card: #0b1120; --accent: #22c55e; --accent-soft: #bbf7d0; --accent-warm: #facc15; --text-main: #e5e7eb; --text-muted: #9ca3af; --border-soft: #1e293b; --danger: #f97316; --radius-lg: 18px; --shadow-soft: 0 20px 45px rgba(15, 23, 42, 0.8); } * { box-sizing: border-box; margin: 0; padding: 0; } body { font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; background: radial-gradient(circle at top, #1f2937 0, #020617 55%); color: var(--text-main); line-height: 1.6; -webkit-font-smoothing: antialiased; } a { color: inherit; text-decoration: none; } .sim-page { min-height: 100vh; display: flex; align-items: stretch; justify-content: center; padding: 24px 16px; } .sim-shell { width: 100%; max-width: 1120px; margin: 0 auto; background: radial-gradient(circle at top left, rgba(34, 197, 94, 0.18), rgba(15, 23, 42, 0.96)); border-radius: 28px; padding: 18px 16px 18px; border: 1px solid rgba(148, 163, 184, 0.4); box-shadow: var(--shadow-soft); position: relative; overflow: hidden; } .sim-shell::before { content: ""; position: absolute; inset: -120px; background: radial-gradient(circle at top left, rgba(34, 197, 94, 0.36), transparent 60%), radial-gradient(circle at bottom right, rgba(250, 204, 21, 0.16), transparent 65%); opacity: 0.7; pointer-events: none; } .sim-inner { position: relative; z-index: 1; display: grid; gap: 16px; } @media (min-width: 900px) { .sim-inner { grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr); gap: 20px; } } /* HEADER */ .sim-header { margin-bottom: 4px; } .sim-kicker { font-size: 0.75rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--accent-soft); display: inline-flex; align-items: center; gap: 6px; margin-bottom: 4px; } .sim-kicker-dot { width: 6px; height: 6px; border-radius: 999px; background: var(--accent); } .sim-title { font-size: 1.4rem; font-weight: 800; letter-spacing: 0.02em; margin-bottom: 4px; } @media (min-width: 900px) { .sim-title { font-size: 1.8rem; } } .sim-sub { font-size: 0.85rem; color: var(--text-muted); max-width: 34rem; } .sim-sub strong { color: var(--accent-soft); } /* CONTROLS CARD */ .sim-card { background: rgba(15, 23, 42, 0.92); border-radius: var(--radius-lg); border: 1px solid rgba(148, 163, 184, 0.45); padding: 14px 14px 12px; } .sim-card + .sim-card { margin-top: 10px; } .sim-card-title { font-size: 0.95rem; font-weight: 700; margin-bottom: 4px; } .sim-card-sub { font-size: 0.8rem; color: var(--text-muted); margin-bottom: 8px; } .sim-controls { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 8px; } .btn { border-radius: 999px; border: none; cursor: pointer; padding: 7px 14px; font-size: 0.8rem; font-weight: 600; display: inline-flex; align-items: center; gap: 6px; background: #020617; color: var(--text-main); border: 1px solid rgba(148, 163, 184, 0.6); transition: transform 0.08s ease, box-shadow 0.08s ease, background 0.08s ease; } .btn-primary { background: linear-gradient(135deg, var(--accent), #15803d); color: #022c22; border-color: transparent; box-shadow: 0 12px 32px rgba(34, 197, 94, 0.45); } .btn-danger { border-color: rgba(248, 113, 113, 0.7); color: #fecaca; } .btn:hover { transform: translateY(-1px); box-shadow: 0 8px 20px rgba(15, 23, 42, 0.7); background: rgba(15, 23, 42, 0.9); } .btn-primary:hover { background: linear-gradient(135deg, #4ade80, #16a34a); } .sim-hint { font-size: 0.78rem; color: var(--text-muted); } .sim-hint strong { color: var(--accent-soft); } /* STATS */ .sim-stats-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(120px, 1fr)); gap: 8px; margin-top: 8px; } .stat-card { border-radius: 14px; border: 1px solid rgba(148, 163, 184, 0.5); background: radial-gradient(circle at top left, rgba(148, 163, 184, 0.18), rgba(15, 23, 42, 0.9)); padding: 7px 9px; font-size: 0.78rem; display: grid; gap: 2px; } .stat-label { color: var(--text-muted); font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.08em; } .stat-value { font-size: 0.98rem; font-weight: 700; } .stat-value-accent { color: var(--accent-soft); } .stat-chip { font-size: 0.7rem; color: var(--accent-warm); } /* MATRIX LEVELS (RIGHT SIDE) */ .matrix-card { background: rgba(15, 23, 42, 0.96); border-radius: var(--radius-lg); border: 1px solid rgba(148, 163, 184, 0.5); padding: 14px 14px 10px; height: 100%; display: flex; flex-direction: column; gap: 8px; } .matrix-header { display: flex; align-items: baseline; justify-content: space-between; gap: 8px; } .matrix-title { font-size: 0.95rem; font-weight: 700; } .matrix-sub { font-size: 0.78rem; color: var(--text-muted); } .matrix-levels { margin-top: 6px; display: grid; gap: 4px; max-height: 360px; overflow-y: auto; padding-right: 4px; } .matrix-level-row { display: grid; grid-template-columns: auto 1fr auto; gap: 6px; align-items: center; font-size: 0.78rem; } .matrix-level-label { font-weight: 600; color: var(--text-muted); min-width: 70px; } .matrix-bar-wrap { position: relative; height: 9px; border-radius: 999px; background: #020617; overflow: hidden; border: 1px solid rgba(55, 65, 81, 0.9); } .matrix-bar-fill { position: absolute; inset: 0; width: 0%; background: linear-gradient(90deg, var(--accent), #4ade80); transition: width 0.18s ease-out; } .matrix-level-count { font-size: 0.74rem; color: var(--accent-soft); min-width: 72px; text-align: right; } .matrix-footer-note { font-size: 0.75rem; color: var(--text-muted); margin-top: 4px; } .matrix-footer-note strong { color: var(--accent-soft); } /* DISCLAIMER */ .sim-disclaimer { margin-top: 6px; font-size: 0.7rem; color: var(--text-muted); border-top: 1px dashed rgba(148, 163, 184, 0.35); padding-top: 6px; } .sim-disclaimer strong { color: #fecaca; } :root { --bg: #020617; --card: #020617; --card-soft: #020617; --accent: #22c55e; --accent-soft: #bbf7d0; --accent-warm: #facc15; --text-main: #f9fafb; --text-muted: #cbd5f5; --border-soft: #1e293b; --danger: #f97316; --radius-lg: 18px; --shadow-soft: 0 20px 45px rgba(15, 23, 42, 0.85); } * { box-sizing: border-box; margin: 0; padding: 0; } body { font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; background: radial-gradient(circle at top, #065f46 0, #020617 55%); color: var(--text-main); line-height: 1.6; -webkit-font-smoothing: antialiased; } a { color: inherit; text-decoration: none; } .sim-page { min-height: 100vh; display: flex; align-items: stretch; justify-content: center; padding: 24px 16px; } .sim-shell { width: 100%; max-width: 1120px; margin: 0 auto; background: radial-gradient(circle at top left, rgba(34, 197, 94, 0.18), rgba(15, 23, 42, 0.96)); border-radius: 28px; padding: 18px 16px 18px; border: 1px solid rgba(148, 163, 184, 0.4); box-shadow: var(--shadow-soft); position: relative; overflow: hidden; } .sim-shell::before { content: ""; position: absolute; inset: -120px; background: radial-gradient(circle at top left, rgba(34, 197, 94, 0.3), transparent 60%), radial-gradient(circle at bottom right, rgba(250, 204, 21, 0.16), transparent 65%); opacity: 0.8; pointer-events: none; } .sim-inner { position: relative; z-index: 1; display: grid; gap: 16px; } @media (min-width: 900px) { .sim-inner { grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr); gap: 20px; } } /* HEADER */ .sim-header { margin-bottom: 4px; } .sim-kicker { font-size: 0.78rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--accent-soft); display: inline-flex; align-items: center; gap: 6px; margin-bottom: 4px; } .sim-kicker-dot { width: 7px; height: 7px; border-radius: 999px; background: var(--accent); box-shadow: 0 0 10px rgba(34, 197, 94, 0.9); } .sim-title { font-size: 1.6rem; font-weight: 800; letter-spacing: 0.02em; margin-bottom: 4px; color: #f9fafb; text-align: left; } @media (min-width: 900px) { .sim-title { font-size: 2rem; } } .sim-sub { font-size: 0.9rem; color: var(--text-muted); max-width: 36rem; } .sim-sub strong { color: var(--accent-soft); font-weight: 700; } /* CARD BASE */ .sim-card { background: rgba(15, 23, 42, 0.96); border-radius: var(--radius-lg); border: 1px solid rgba(148, 163, 184, 0.55); padding: 14px 14px 12px; } .sim-card + .sim-card { margin-top: 10px; } .sim-card-title { font-size: 1rem; font-weight: 700; margin-bottom: 4px; } .sim-card-sub { font-size: 0.84rem; color: var(--text-muted); margin-bottom: 8px; } /* BUTTONS */ .sim-controls { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 8px; } .btn { border-radius: 999px; border: none; cursor: pointer; padding: 8px 16px; font-size: 0.82rem; font-weight: 600; display: inline-flex; align-items: center; gap: 6px; background: #020617; color: #e5e7eb; border: 1px solid rgba(148, 163, 184, 0.7); transition: transform 0.08s ease, box-shadow 0.08s ease, background 0.08s ease, border-color 0.08s ease; } .btn-primary { background: linear-gradient(135deg, var(--accent), #15803d); color: #022c22; border-color: transparent; box-shadow: 0 12px 32px rgba(34, 197, 94, 0.6); } .btn-danger { border-color: rgba(248, 113, 113, 0.85); color: #fecaca; } .btn:hover { transform: translateY(-1px); box-shadow: 0 8px 24px rgba(15, 23, 42, 0.9); background: rgba(15, 23, 42, 0.98); border-color: rgba(148, 163, 184, 0.9); } .btn-primary:hover { background: linear-gradient(135deg, #4ade80, #16a34a); } .sim-hint { font-size: 0.78rem; color: var(--text-muted); margin-top: 2px; } .sim-hint strong { color: var(--accent-soft); } /* STATS */ .sim-stats-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)); gap: 8px; margin-top: 10px; } .stat-card { border-radius: 14px; border: 1px solid rgba(148, 163, 184, 0.7); background: radial-gradient(circle at top left, rgba(148, 163, 184, 0.22), rgba(15, 23, 42, 0.98)); padding: 8px 10px; font-size: 0.8rem; display: grid; gap: 3px; } .stat-label { color: var(--text-muted); font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.08em; } .stat-value { font-size: 1.05rem; font-weight: 700; color: #f9fafb; } .stat-value-accent { color: var(--accent-soft); } .stat-chip { font-size: 0.74rem; color: var(--accent-warm); } /* MATRIX SIDE */ .matrix-card { background: rgba(15, 23, 42, 0.98); border-radius: var(--radius-lg); border: 1px solid rgba(148, 163, 184, 0.6); padding: 14px 14px 10px; height: 100%; display: flex; flex-direction: column; gap: 8px; } .matrix-header { display: flex; align-items: baseline; justify-content: space-between; gap: 8px; } .matrix-title { font-size: 0.98rem; font-weight: 700; } .matrix-sub { font-size: 0.8rem; color: var(--text-muted); } .matrix-levels { margin-top: 6px; display: grid; gap: 5px; max-height: none; /* removes the scroll limit */ overflow-y: visible; /* shows all levels fully */ padding-right: 0; } .matrix-level-row { display: grid; grid-template-columns: auto 1fr auto; gap: 8px; align-items: center; font-size: 0.8rem; } .matrix-level-label { font-weight: 600; color: #e5e7eb; min-width: 90px; } .matrix-bar-wrap { position: relative; height: 10px; border-radius: 999px; background: #020617; overflow: hidden; border: 1px solid rgba(55, 65, 81, 0.95); } .matrix-bar-fill { position: absolute; inset: 0; width: 0%; background: linear-gradient(90deg, #22c55e, #4ade80); box-shadow: 0 0 12px rgba(34, 197, 94, 0.9); transition: width 0.18s ease-out; } .matrix-level-count { font-size: 0.8rem; color: #e5e7eb; min-width: 78px; text-align: right; font-variant-numeric: tabular-nums; } .matrix-footer-note { font-size: 0.78rem; color: var(--text-muted); margin-top: 6px; } .matrix-footer-note strong { color: var(--accent-soft); } /* DISCLAIMER */ .sim-disclaimer { margin-top: 8px; font-size: 0.72rem; color: var(--text-muted); border-top: 1px dashed rgba(148, 163, 184, 0.45); padding-top: 6px; } .sim-disclaimer strong { color: #fecaca; } :root { --bg: #020617; --card: #020617; --card-soft: #020617; --accent: #22c55e; --accent-soft: #bbf7d0; --accent-warm: #facc15; --text-main: #f9fafb; --text-muted: #cbd5f5; --border-soft: #1e293b; --danger: #f97316; --radius-lg: 18px; --shadow-soft: 0 20px 45px rgba(15, 23, 42, 0.85); } * { box-sizing: border-box; margin: 0; padding: 0; } body { font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; background: radial-gradient(circle at top, #065f46 0, #020617 55%); color: var(--text-main); line-height: 1.6; -webkit-font-smoothing: antialiased; } a { color: inherit; text-decoration: none; } .sim-page { min-height: 100vh; display: flex; align-items: stretch; justify-content: center; padding: 24px 16px; } .sim-shell { width: 100%; max-width: 1120px; margin: 0 auto; background: radial-gradient(circle at top left, rgba(34, 197, 94, 0.18), rgba(15, 23, 42, 0.96)); border-radius: 28px; padding: 18px 16px 18px; border: 1px solid rgba(148, 163, 184, 0.4); box-shadow: var(--shadow-soft); position: relative; overflow: hidden; } .sim-shell::before { content: ""; position: absolute; inset: -120px; background: radial-gradient(circle at top left, rgba(34, 197, 94, 0.3), transparent 60%), radial-gradient(circle at bottom right, rgba(250, 204, 21, 0.16), transparent 65%); opacity: 0.8; pointer-events: none; } .sim-inner { position: relative; z-index: 1; display: grid; gap: 16px; } @media (min-width: 900px) { .sim-inner { grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr); gap: 20px; } } /* HEADER */ .sim-header { margin-bottom: 4px; } .sim-kicker { font-size: 0.78rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--accent-soft); display: inline-flex; align-items: center; gap: 6px; margin-bottom: 4px; } .sim-kicker-dot { width: 7px; height: 7px; border-radius: 999px; background: var(--accent); box-shadow: 0 0 10px rgba(34, 197, 94, 0.9); } .sim-title { font-size: 1.6rem; font-weight: 800; letter-spacing: 0.02em; margin-bottom: 4px; color: #f9fafb; text-align: left; } @media (min-width: 900px) { .sim-title { font-size: 2rem; } } .sim-sub { font-size: 0.9rem; color: var(--text-muted); max-width: 36rem; } .sim-sub strong { color: var(--accent-soft); font-weight: 700; } /* CARD BASE */ .sim-card { background: rgba(15, 23, 42, 0.96); border-radius: var(--radius-lg); border: 1px solid rgba(148, 163, 184, 0.55); padding: 14px 14px 12px; } .sim-card + .sim-card { margin-top: 10px; } .sim-card-title { font-size: 1rem; font-weight: 700; margin-bottom: 4px; } .sim-card-sub { font-size: 0.84rem; color: var(--text-muted); margin-bottom: 8px; } /* BUTTONS */ .sim-controls { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 8px; } .btn { border-radius: 999px; border: none; cursor: pointer; padding: 8px 16px; font-size: 0.82rem; font-weight: 600; display: inline-flex; align-items: center; gap: 6px; background: #020617; color: #e5e7eb; border: 1px solid rgba(148, 163, 184, 0.7); transition: transform 0.08s ease, box-shadow 0.08s ease, background 0.08s ease, border-color 0.08s ease; } .btn-primary { background: linear-gradient(135deg, var(--accent), #15803d); color: #022c22; border-color: transparent; box-shadow: 0 12px 32px rgba(34, 197, 94, 0.6); } .btn-danger { border-color: rgba(248, 113, 113, 0.85); color: #fecaca; } .btn:hover { transform: translateY(-1px); box-shadow: 0 8px 24px rgba(15, 23, 42, 0.9); background: rgba(15, 23, 42, 0.98); border-color: rgba(148, 163, 184, 0.9); } .btn-primary:hover { background: linear-gradient(135deg, #4ade80, #16a34a); } .sim-hint { font-size: 0.78rem; color: var(--text-muted); margin-top: 2px; } .sim-hint strong { color: var(--accent-soft); } /* STATS */ .sim-stats-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)); gap: 8px; margin-top: 10px; } .stat-card { border-radius: 14px; border: 1px solid rgba(148, 163, 184, 0.7); background: radial-gradient(circle at top left, rgba(148, 163, 184, 0.22), rgba(15, 23, 42, 0.98)); padding: 8px 10px; font-size: 0.8rem; display: grid; gap: 3px; } .stat-label { color: var(--text-muted); font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.08em; } .stat-value { font-size: 1.05rem; font-weight: 700; color: #f9fafb; } .stat-value-accent { color: var(--accent-soft); } .stat-chip { font-size: 0.74rem; color: var(--accent-warm); } /* MATRIX SIDE */ .matrix-card { background: rgba(15, 23, 42, 0.98); border-radius: var(--radius-lg); border: 1px solid rgba(148, 163, 184, 0.6); padding: 14px 14px 10px; height: 100%; display: flex; flex-direction: column; gap: 8px; } .matrix-header { display: flex; align-items: baseline; justify-content: space-between; gap: 8px; } .matrix-title { font-size: 0.98rem; font-weight: 700; } .matrix-sub { font-size: 0.8rem; color: var(--text-muted); } .matrix-levels { margin-top: 6px; display: grid; gap: 5px; max-height: none; /* << full 15 levels visible, no scroll */ overflow-y: visible; padding-right: 0; } .matrix-level-row { display: grid; grid-template-columns: auto 1fr auto; gap: 8px; align-items: center; font-size: 0.8rem; } .matrix-level-label { font-weight: 600; color: #e5e7eb; min-width: 90px; } .matrix-bar-wrap { position: relative; height: 10px; border-radius: 999px; background: #020617; overflow: hidden; border: 1px solid rgba(55, 65, 81, 0.95); } .matrix-bar-fill { position: absolute; inset: 0; width: 0%; background: linear-gradient(90deg, #22c55e, #4ade80); box-shadow: 0 0 12px rgba(34, 197, 94, 0.9); transition: width 0.18s ease-out; } .matrix-level-count { font-size: 0.8rem; color: #e5e7eb; min-width: 78px; text-align: right; font-variant-numeric: tabular-nums; } .matrix-footer-note { font-size: 0.78rem; color: var(--text-muted); margin-top: 6px; } .matrix-footer-note strong { color: var(--accent-soft); } /* DISCLAIMER */ .sim-disclaimer { margin-top: 8px; font-size: 0.72rem; color: var(--text-muted); border-top: 1px dashed rgba(148, 163, 184, 0.45); padding-top: 6px; } .sim-disclaimer strong { color: #fecaca; } :root { --bg: #f5f7fb; --bg-card: #ffffff; --text-main: #111827; --text-muted: #6b7280; --accent: #16a34a; --accent-dark: #15803d; --accent-soft: #dcfce7; --accent-warm: #facc15; --danger: #f97316; --border-soft: #e5e7eb; --radius-lg: 18px; --shadow-soft: 0 18px 40px rgba(15, 23, 42, 0.08); } * { box-sizing: border-box; margin: 0; padding: 0; } body { font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; background: var(--bg); color: var(--text-main); line-height: 1.6; -webkit-font-smoothing: antialiased; } a { color: inherit; text-decoration: none; } .sim-page { min-height: 100vh; padding: 24px 16px 32px; display: flex; justify-content: center; } .sim-container { width: 100%; max-width: 1120px; margin: 0 auto; } /* HEADER / BRAND */ .sim-top { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 16px; } .sim-brand { display: flex; align-items: center; gap: 10px; } .sim-brand-mark { width: 30px; height: 30px; border-radius: 999px; background: radial-gradient(circle at 30% 0%, #bbf7d0, #16a34a); display: flex; align-items: center; justify-content: center; color: #fff; font-size: 0.85rem; font-weight: 700; } .sim-brand-text { display: flex; flex-direction: column; gap: 2px; } .sim-brand-name { font-size: 0.95rem; font-weight: 700; } .sim-brand-tag { font-size: 0.75rem; color: var(--text-muted); } .sim-back-link { font-size: 0.8rem; color: #0369a1; text-decoration: underline; text-decoration-style: dotted; cursor: pointer; white-space: nowrap; } /* BUTTONS */ .btn { display: inline-flex; align-items: center; justify-content: center; gap: 6px; border-radius: 999px; padding: 8px 16px; font-size: 0.8rem; font-weight: 600; border: none; cursor: pointer; transition: transform 0.08s ease, box-shadow 0.08s ease, background 0.08s ease; text-align: center; } .btn-primary { background: linear-gradient(135deg, var(--accent), var(--accent-dark)); color: #fff; box-shadow: 0 12px 30px rgba(21, 128, 61, 0.35); border: 0; } .btn-primary:hover { transform: translateY(-1px); box-shadow: 0 18px 40px rgba(21, 128, 61, 0.45); } .btn-outline { border: 1px solid var(--border-soft); background: #fff; color: var(--text-main); } .btn-outline:hover { background: #f3f4f6; } .btn-danger { border: 1px solid #fecaca; background: #fef2f2; color: #b91c1c; } .btn-danger:hover { background: #fee2e2; } /* MAIN SHELL */ .sim-shell { background: radial-gradient(circle at top left, #bbf7d0, #f5f7fb); border-radius: 26px; padding: 18px 16px; box-shadow: var(--shadow-soft); } .sim-inner { display: grid; gap: 16px; } @media (min-width: 900px) { .sim-shell { padding: 22px 22px 20px; } .sim-inner { grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr); gap: 18px; } } /* LEFT SIDE: HEADER + CONTROLS CARD */ .sim-header { margin-bottom: 8px; } .sim-kicker { font-size: 0.72rem; letter-spacing: 0.16em; text-transform: uppercase; color: #166534; display: inline-flex; align-items: center; gap: 6px; margin-bottom: 4px; } .sim-kicker-dot { width: 6px; height: 6px; border-radius: 999px; background: var(--accent); } .sim-title { font-size: 1.5rem; font-weight: 800; line-height: 1.2; margin-bottom: 4px; } @media (min-width: 900px) { .sim-title { font-size: 1.8rem; } } .sim-sub { font-size: 0.85rem; color: var(--text-muted); max-width: 32rem; } .sim-sub strong { color: #022c22; font-weight: 700; } .sim-card { background: var(--bg-card); border-radius: var(--radius-lg); border: 1px solid rgba(226, 232, 240, 0.9); box-shadow: var(--shadow-soft); padding: 14px 14px 12px; } .sim-card-title { font-size: 0.95rem; font-weight: 700; margin-bottom: 4px; } .sim-card-sub { font-size: 0.8rem; color: var(--text-muted); margin-bottom: 8px; } .sim-controls { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 8px; } .sim-hint { font-size: 0.78rem; color: var(--text-muted); margin-top: 2px; } .sim-hint strong { color: #14532d; } /* STATS GRID */ .sim-stats-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)); gap: 8px; margin-top: 10px; } .stat-card { border-radius: 14px; border: 1px solid var(--border-soft); background: #ffffff; box-shadow: 0 10px 24px rgba(15, 23, 42, 0.04); padding: 8px 10px; font-size: 0.8rem; display: grid; gap: 2px; } .stat-label { color: var(--text-muted); font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.08em; } .stat-value { font-size: 1.02rem; font-weight: 700; color: var(--text-main); } .stat-value-accent { color: #15803d; } .stat-chip { font-size: 0.72rem; color: #92400e; } .sim-disclaimer { margin-top: 8px; font-size: 0.7rem; color: var(--text-muted); border-top: 1px dashed var(--border-soft); padding-top: 6px; } .sim-disclaimer strong { color: #b91c1c; } /* RIGHT SIDE: MATRIX CARD */ .matrix-card { background: var(--bg-card); border-radius: var(--radius-lg); border: 1px solid rgba(226, 232, 240, 0.9); box-shadow: var(--shadow-soft); padding: 14px 14px 10px; display: flex; flex-direction: column; gap: 8px; } .matrix-header { display: flex; align-items: baseline; justify-content: space-between; gap: 8px; } .matrix-title { font-size: 0.95rem; font-weight: 700; } .matrix-sub { font-size: 0.78rem; color: var(--text-muted); } .matrix-levels { margin-top: 6px; display: grid; gap: 4px; max-height: none; /* show all 15 levels, no scroll */ overflow-y: visible; padding-right: 0; } .matrix-level-row { display: grid; grid-template-columns: auto 1fr auto; gap: 8px; align-items: center; font-size: 0.78rem; } .matrix-level-label { font-weight: 600; color: var(--text-muted); min-width: 95px; } .matrix-bar-wrap { position: relative; height: 10px; border-radius: 999px; background: #e5e7eb; overflow: hidden; border: 1px solid #d1d5db; } .matrix-bar-fill { position: absolute; inset: 0; width: 0%; background: linear-gradient(90deg, #22c55e, #4ade80); transition: width 0.18s ease-out; } .matrix-level-count { font-size: 0.78rem; color: #14532d; min-width: 78px; text-align: right; font-variant-numeric: tabular-nums; } .matrix-footer-note { font-size: 0.75rem; color: var(--text-muted); margin-top: 6px; } .matrix-footer-note strong { color: #14532d; }
