:root{--bg: #f6f7fb;--bg-card: #ffffff;--bg-elevated: #ffffff;--border: #e7e9f1;--text: #172033;--text-secondary: #667085;--text-tertiary: #98a2b3;--primary: #3157d5;--primary-light: #edf1ff;--success: #0b9b74;--warning: #f59e0b;--danger: #ef4444;--radius: 16px;--radius-sm: 10px;--shadow: 0 1px 2px rgba(16,24,40,.03), 0 2px 7px rgba(16,24,40,.045);--shadow-lg: 0 12px 28px rgba(36,53,98,.1);--safe-top: env(safe-area-inset-top, 0px);--safe-bottom: env(safe-area-inset-bottom, 0px)}*{box-sizing:border-box;margin:0;padding:0;-webkit-tap-highlight-color:transparent}html,body{height:100%}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,sans-serif;background:linear-gradient(180deg,#f9faff 0%,var(--bg) 38%);color:var(--text);font-size:15px;line-height:1.5;-webkit-font-smoothing:antialiased}#app{max-width:640px;margin:0 auto;min-height:100dvh;background:var(--bg);position:relative}button{font-family:inherit;cursor:pointer;border:none;background:none}input,textarea{font-family:inherit;font-size:inherit}a{color:inherit;text-decoration:none}.status-badge{display:inline-flex;align-items:center;gap:4px;padding:2px 8px;border-radius:20px;font-size:12px;font-weight:600}.status-running{background:#dbeafe;color:#2563eb}.status-done{background:#d1fae5;color:#059669}.status-paused{background:#fef3c7;color:#d97706}.status-blocked{background:#fee2e2;color:#dc2626}.status-pending{background:#f3f4f6;color:#6b7280}.progress-bar{height:6px;background:var(--border);border-radius:6px;overflow:hidden}.progress-fill{height:100%;background:var(--primary);border-radius:6px;transition:width .3s}.page{padding-bottom:calc(24px + var(--safe-bottom))}.page-body{padding:16px}.fade-enter-active,.fade-leave-active{transition:opacity .2s}.fade-enter-from,.fade-leave-to{opacity:0}
