*{margin:0;padding:0;box-sizing:border-box}html,body{width:100%;height:100%;overflow:hidden}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,sans-serif;-webkit-tap-highlight-color:transparent;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body *{user-select:none;-webkit-user-select:none;-webkit-touch-callout:none}input,textarea,[contenteditable]{user-select:text;-webkit-user-select:text}button,a,[role=button],input[type=button],input[type=submit]{-webkit-tap-highlight-color:transparent}body.mobile{--bg-deep: #080b1a;--card-bg: rgba(18, 20, 40, .65);--card-border: rgba(255, 255, 255, .08);--text-primary: #e8eaf0;--text-secondary: #9498b0;--accent-blue: #5b8def;--accent-purple: #8b6cf6;--accent-cyan: #4dd9c1;--shadow-card: 0 8px 48px rgba(0, 0, 0, .45), 0 2px 8px rgba(0, 0, 0, .3);--shadow-glow: 0 0 60px rgba(100, 130, 240, .15);--radius-lg: 24px;--radius-md: 14px;--radius-sm: 10px;--transition-smooth: .35s cubic-bezier(.4, 0, .2, 1);--transition-bounce: .45s cubic-bezier(.34, 1.56, .64, 1);background:var(--bg-deep);min-height:100vh;min-height:100dvh;display:flex;align-items:center;justify-content:center;overflow-x:hidden;overflow-y:auto}body.desktop{--bg: #fafafb;--text-primary: #1e293b;--accent-blue: #3b82f6;--radius-lg: 14px;--shadow-card: 0 4px 24px rgba(0, 0, 0, .08);background:var(--bg);overflow:hidden;display:block;height:100%}body.desktop .app{width:100%;height:100%;color:#fff;display:flex;flex-direction:column;border-radius:14px;overflow:hidden;font-family:Segoe UI,sans-serif;transition:opacity .3s}body.desktop .app.closing{animation:fadeOut .3s forwards}body.desktop .app-layout{display:flex;flex:1;min-height:0;height:100%;background:var(--bg, #fafafb);overflow:hidden}body.desktop .content{flex:1;display:flex;flex-direction:column;min-height:0;background:#f1f2f5;overflow:hidden}body.desktop ::-webkit-scrollbar{width:6px;height:6px}body.desktop ::-webkit-scrollbar-track{background:transparent}body.desktop ::-webkit-scrollbar-thumb{background:#9494a033;border-radius:4px}body.desktop ::-webkit-scrollbar-thumb:hover{background:#9494a073}.flip-left-enter-active,.flip-left-leave-active{transition:all .5s cubic-bezier(.4,0,.2,1);backface-visibility:hidden;transform-style:preserve-3d}.flip-left-enter-from{opacity:0;transform:rotateY(90deg) scale(.95)}.flip-left-enter-to,.flip-left-leave-from{opacity:1;transform:rotateY(0) scale(1)}.flip-left-leave-to{opacity:0;transform:rotateY(-90deg) scale(.95)}.fade-slide-enter-active,.fade-slide-leave-active{transition:all .3s ease}.fade-slide-enter-from{opacity:0;transform:translate(20px)}.fade-slide-leave-to{opacity:0;transform:translate(-20px)}@keyframes fadeOut{to{opacity:0}}
