.app-header[data-v-06242444]{background:var(--color-bg-elevated);border-bottom:1px solid var(--color-border);padding:0 1rem}.nav-container[data-v-06242444]{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;height:56px}.logo[data-v-06242444]{font-size:1.25rem;font-weight:600;color:var(--color-primary);text-decoration:none}.logo[data-v-06242444]:hover{filter:brightness(1.1)}.nav-links[data-v-06242444]{display:flex;gap:1.5rem;list-style:none;margin:0;padding:0}.nav-links a[data-v-06242444]{color:var(--color-text);text-decoration:none;font-weight:500}.nav-links a[data-v-06242444]:hover,.nav-links a.router-link-active[data-v-06242444]{color:var(--color-primary)}.app-footer[data-v-70673453]{background:var(--color-bg-elevated);border-top:1px solid var(--color-border);padding:1rem;margin-top:auto}.footer-content[data-v-70673453]{max-width:1200px;margin:0 auto;text-align:center}.footer-content p[data-v-70673453]{margin:0;font-size:.875rem;color:var(--color-text-muted)}.main-layout[data-v-53654eec]{min-height:100vh;display:flex;flex-direction:column}.main-content[data-v-53654eec]{flex:1;padding:2rem 1rem;max-width:1200px;margin:0 auto;width:100%}.fade-enter-active[data-v-53654eec],.fade-leave-active[data-v-53654eec]{transition:opacity .2s ease}.fade-enter-from[data-v-53654eec],.fade-leave-to[data-v-53654eec]{opacity:0}:root{font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--color-primary: #42b883;--color-primary-hover: #33a372;--color-text: #213547;--color-text-muted: #64748b;--color-bg: #ffffff;--color-bg-elevated: #f8fafc;--color-border: #e2e8f0}@media (prefers-color-scheme: dark){:root{--color-text: #e2e8f0;--color-text-muted: #94a3b8;--color-bg: #0f172a;--color-bg-elevated: #1e293b;--color-border: #334155}}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background-color:var(--color-bg);color:var(--color-text)}#app{min-height:100vh}a{font-weight:500;color:var(--color-primary);text-decoration:inherit;transition:color .2s}a:hover{color:var(--color-primary-hover)}
