.header[data-v-adfb6de7]{background:var(--color-surface);border-bottom:1px solid var(--color-border);position:sticky;top:0;z-index:100;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffd9}.header-inner[data-v-adfb6de7]{max-width:800px;margin:0 auto;padding:0 24px;height:60px;display:flex;align-items:center;justify-content:space-between}.header-brand[data-v-adfb6de7]{display:flex;align-items:center;gap:10px}.header-logo[data-v-adfb6de7]{width:30px;height:30px}.header-title[data-v-adfb6de7]{font-size:1.1rem;font-weight:700;color:var(--color-text);letter-spacing:-.02em}.header-user[data-v-adfb6de7]{display:flex;align-items:center;gap:10px}.user-avatar-img[data-v-adfb6de7]{width:32px;height:32px;border-radius:var(--radius-full);object-fit:cover}.user-avatar[data-v-adfb6de7]{width:32px;height:32px;border-radius:var(--radius-full);background:var(--color-primary-light);color:var(--color-primary);display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.8rem}.user-name[data-v-adfb6de7]{font-size:.85rem;color:var(--color-text-secondary);font-weight:500}.btn-logout[data-v-adfb6de7]{width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:var(--radius-md);background:transparent;color:var(--color-text-secondary);transition:all var(--transition-fast)}.btn-logout[data-v-adfb6de7]:hover{background:var(--color-danger-light);color:var(--color-danger)}@media(max-width:480px){.user-name[data-v-adfb6de7]{display:none}}.app[data-v-3ebd7ced]{min-height:100vh;display:flex;flex-direction:column}.main-content[data-v-3ebd7ced]{flex:1;display:flex;align-items:center;justify-content:center}.main-content.with-header[data-v-3ebd7ced]{align-items:flex-start;padding-top:40px;padding-bottom:40px}.fade-enter-active[data-v-3ebd7ced],.fade-leave-active[data-v-3ebd7ced]{transition:opacity var(--transition-base)}.fade-enter-from[data-v-3ebd7ced],.fade-leave-to[data-v-3ebd7ced]{opacity:0}:root{--color-primary: #6366f1;--color-primary-hover: #4f46e5;--color-primary-light: #e0e7ff;--color-primary-50: #eef2ff;--color-bg: #f1f5f9;--color-surface: #ffffff;--color-text: #0f172a;--color-text-secondary: #64748b;--color-text-tertiary: #94a3b8;--color-border: #e2e8f0;--color-success: #10b981;--color-success-light: #d1fae5;--color-danger: #ef4444;--color-danger-hover: #dc2626;--color-danger-light: #fee2e2;--color-warning: #f59e0b;--font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--shadow-xs: 0 1px 2px rgba(0, 0, 0, .04);--shadow-sm: 0 1px 3px rgba(0, 0, 0, .06), 0 1px 2px rgba(0, 0, 0, .04);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .08), 0 2px 4px -2px rgba(0, 0, 0, .06);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .08), 0 4px 6px -4px rgba(0, 0, 0, .04);--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, .08), 0 8px 10px -6px rgba(0, 0, 0, .04);--radius-sm: 6px;--radius-md: 10px;--radius-lg: 14px;--radius-xl: 20px;--radius-full: 9999px;--transition-fast: .15s cubic-bezier(.4, 0, .2, 1);--transition-base: .2s cubic-bezier(.4, 0, .2, 1);--transition-slow: .3s cubic-bezier(.4, 0, .2, 1)}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font-family);color:var(--color-text);background-color:var(--color-bg);line-height:1.6;min-height:100vh}a{color:var(--color-primary);text-decoration:none;font-weight:500;transition:color var(--transition-fast)}a:hover{color:var(--color-primary-hover)}button{cursor:pointer;font-family:var(--font-family);border:none;outline:none}input{font-family:var(--font-family);outline:none}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--color-text-tertiary);border-radius:var(--radius-full)}::-webkit-scrollbar-thumb:hover{background:var(--color-text-secondary)}
