:root{--poster-background: #f6f7fb;--poster-foreground: #111827;--poster-muted-foreground: #667085;--poster-subtle-foreground: #98a2b3;--poster-primary: #5b5cf0;--poster-primary-strong: #4748d6;--poster-primary-soft: #eef0ff;--poster-primary-soft-2: #e3e7ff;--poster-card: #ffffff;--poster-card-strong: #f9fafb;--poster-border: #e7eaf3;--poster-border-strong: #d7dcec;--poster-success: #16a34a;--poster-warning: #f59e0b;--poster-error: #ef4444;--poster-info: #2563eb;--poster-shadow-sm: 0 1px 2px rgba(16, 24, 40, .04);--poster-shadow-md: 0 12px 32px rgba(16, 24, 40, .05);--poster-shadow-lg: 0 24px 48px rgba(16, 24, 40, .08);--poster-radius-sm: 4px;--poster-radius-md: 8px;--poster-radius-lg: 16px;--poster-radius-full: 9999px;--poster-font-title: "Inter", "PingFang SC", "Microsoft YaHei", sans-serif;--poster-font-body: "Inter", "PingFang SC", "Microsoft YaHei", sans-serif}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--poster-font-body);background:var(--poster-background);color:var(--poster-foreground);line-height:1.6;min-height:100vh}#app{min-height:100vh}button{cursor:pointer;border:none;outline:none;font-family:inherit;font-size:inherit}textarea{font-family:inherit;outline:none}img{max-width:100%;display:block}input{font-family:inherit;outline:none}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--poster-border-strong);border-radius:3px}.fade-slide-enter-active,.fade-slide-leave-active{transition:all .3s ease}.fade-slide-enter-from{opacity:0;transform:translateY(12px)}.fade-slide-leave-to{opacity:0;transform:translateY(-12px)}.page-container{min-height:100vh;padding:24px 16px}@media (min-width: 768px){.page-container{padding:40px 32px}}
