diff --git a/code/style.css b/code/style.css index 2f088e8..6ff667d 100644 --- a/code/style.css +++ b/code/style.css @@ -238,10 +238,6 @@ h2 { font-size: 1.75rem; font-weight: 600; letter-spacing: -0.02em; margin-botto to { transform: scale(1); opacity: 1; } } -/* --- Mockup Components (Common) --- */ -.mock-header { height: 1.5rem; background: rgba(255,255,255,0.05); border-radius: 4px; margin-bottom: 1.5rem; width: 60%; } -.mock-block { background: rgba(255,255,255,0.03); border-radius: 8px; margin-bottom: 1rem; } - /* --- Trial Specific Layouts --- */ /* T1: Dashboard */ .t1-kpi-row { display: grid; grid-template-columns: 1fr 1fr; gap: 0.75rem; margin-bottom: 1rem; }