:root {
    --bg-app: #f7f3eb;
    --bg-panel: #fffdf8;
    --text-main: #1f2937;
    --text-soft: #6b7280;
    --accent: #f59e0b;
    --accent-strong: #ea580c;
    --line-soft: rgba(148, 163, 184, 0.25);
    --shadow-soft: 0 20px 45px rgba(31, 41, 55, 0.08);
    --radius-xl: 28px;
}
