html,body{margin:0;padding:0;height:100%}#app{height:100%}:root{--mobile-bg: #f2f2f7;--mobile-card-bg: #ffffff;--mobile-primary: #1a2332;--mobile-text: #1a1a1a;--mobile-text-secondary: #6b6b6b;--mobile-border: rgba(0, 0, 0, .06);--elevation-1: 0 1px 3px rgba(0, 0, 0, .06);--elevation-2: 0 2px 8px rgba(0, 0, 0, .08), 0 1px 2px rgba(0, 0, 0, .04);--elevation-3: 0 4px 12px rgba(0, 0, 0, .08), 0 2px 4px rgba(0, 0, 0, .04);--block-radius: 12px;--block-radius-lg: 16px}*{box-sizing:border-box}html{-webkit-text-size-adjust:100%}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;background:var(--mobile-bg);color:var(--mobile-text);overflow-x:hidden;-webkit-font-smoothing:antialiased}button,a,[role=button]{-webkit-tap-highlight-color:transparent}.stat-card,.todo-item,.note-item{min-height:44px}.page-scroll{flex:1;min-height:0;overflow:auto;-webkit-overflow-scrolling:touch}.status-dot,.priority-dot{display:inline-block;width:6px;height:6px;border-radius:50%;margin-right:6px;vertical-align:middle;flex-shrink:0}.status-dot.pending{background:#8c8c8c}.status-dot.in_progress{background:#1890ff}.status-dot.completed{background:#52c41a}.status-dot.cancelled{background:#999}.priority-dot.HIGH{background:#d4380d}.priority-dot.MEDIUM{background:#faad14}.priority-dot.LOW{background:#52c41a}
