:root,[data-theme=light]{--background-color: #fefefe;--text-color: #222;--shadow-color: #999;--highlight: #cdcdcd;--highlight-color: #000;--primary: hsl(206, 70%, 50%);--font-display: "SF Pro Rounded", ui-rounded, "Helvetica Neue", Arial, sans-serif;--font-body: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Helvetica Neue", Arial, sans-serif;--color-bg: #fefefe;--color-surface: #ffffff;--color-surface-alt: #f0ede8;--color-border: #e4dfd8;--color-accent: hsl(206, 70%, 50%);--color-text: #222;--color-text-secondary: #4a4440;--color-text-muted: #8a8480}[data-theme=dark]{--background-color: #323232;--text-color: #ccc;--shadow-color: #111;--highlight: #666;--highlight-color: #eee;--primary: hsl(206, 70%, 40%);--color-bg: #323232;--color-surface: #3a3a3a;--color-surface-alt: #2a2a2a;--color-border: #4a4a4a;--color-accent: hsl(206, 70%, 55%);--color-text: #ccc;--color-text-secondary: #aaa;--color-text-muted: #777}@media (prefers-color-scheme: dark){:root:not([data-theme]){--background-color: #323232;--text-color: #ccc;--shadow-color: #111;--highlight: #666;--highlight-color: #eee;--primary: hsl(206, 70%, 40%);--color-bg: #323232;--color-surface: #3a3a3a;--color-surface-alt: #2a2a2a;--color-border: #4a4a4a;--color-accent: hsl(206, 70%, 55%);--color-text: #ccc;--color-text-secondary: #aaa;--color-text-muted: #777}}*,*:before,*:after{transition:background-color .3s ease,color .3s ease,border-color .3s ease}img,iframe,video{transition:none}.card{background:var(--color-surface);border-radius:16px;padding:1.5rem;border:1px solid var(--color-border)}html{-webkit-text-size-adjust:100%;text-size-adjust:100%}body{margin:0;background-color:var(--background-color);color:var(--text-color)}#app{font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,Helvetica Neue,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#2c3e50}nav{padding:30px;font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,Helvetica Neue,Arial,sans-serif}nav a{font-weight:700;color:#2c3e50}nav a.router-link-exact-active{color:#42b983}
