:root{color-scheme:light dark;--sabores-navy: #1a1a3d;--sabores-accent: #df5b2f;--sabores-green: #1f9d6b;--sabores-ink: #27251f;--sabores-muted: #64635c;--sabores-line: #ddd7cc;--sabores-soft-line: #ece6dc;--sabores-base: #f8f7f4;--sabores-surface: #ffffff;--sabores-subtle: #f1eee7;--sabores-danger: #c24132;--sabores-radius: 8px;--sabores-radius-sm: 6px;--sabores-font: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif}@media(prefers-color-scheme:dark){:root:not([data-theme=light]){--sabores-navy: #f6f4ee;--sabores-accent: #ef845c;--sabores-green: #54c994;--sabores-ink: #f8f7f2;--sabores-muted: #c9c5bc;--sabores-line: #413e39;--sabores-soft-line: #36332f;--sabores-base: #191817;--sabores-surface: #22201d;--sabores-subtle: #2c2925;--sabores-danger: #e8735f}}:root[data-theme=dark]{--sabores-navy: #f6f4ee;--sabores-accent: #ef845c;--sabores-green: #54c994;--sabores-ink: #f8f7f2;--sabores-muted: #c9c5bc;--sabores-line: #413e39;--sabores-soft-line: #36332f;--sabores-base: #191817;--sabores-surface: #22201d;--sabores-subtle: #2c2925;--sabores-danger: #e8735f}:root[data-theme=light]{color-scheme:light}:root[data-theme=dark]{color-scheme:dark}body{margin:0;background:var(--sabores-base);color:var(--sabores-ink);font-family:var(--sabores-font)}mat-icon{font-size:18px;width:18px;height:18px}.icon-btn{display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--sabores-line);border-radius:var(--sabores-radius-sm);background:var(--sabores-surface);color:var(--sabores-muted);line-height:1;padding:4px;text-decoration:none;cursor:pointer}.icon-btn:hover,.icon-btn:focus-visible{border-color:var(--sabores-accent);color:var(--sabores-accent)}
