:root{--background-gradient-start: #667eea;--background-gradient-end: #764ba2;--container-background: #ffffff;--text-primary: #333333;--text-secondary: #666666;--border-color: #dddddd;--input-focus-border: #667eea;--output-background: #f8f9fa;--stats-background: #f0f4ff;--legend-background: #fff9e6;--stat-item-background: #ffffff;--loading-color: #667eea;--stat-count-color: #667eea}.dark-mode{--background-gradient-start: #1a1a2e;--background-gradient-end: #16213e;--container-background: #0f3460;--text-primary: #e9ecef;--text-secondary: #adb5bd;--border-color: #495057;--input-focus-border: #8b9cff;--output-background: #1e3a5f;--stats-background: #2a4365;--legend-background: #3d3d1e;--stat-item-background: #1a365d;--loading-color: #8b9cff;--stat-count-color: #8b9cff}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Hiragino Kaku Gothic ProN,Hiragino Sans,Meiryo,sans-serif;background:linear-gradient(135deg,var(--background-gradient-start) 0%,var(--background-gradient-end) 100%);min-height:100vh;padding:20px;transition:background .3s ease}#root{max-width:1200px;margin:0 auto}@media (max-width: 768px){body{padding:15px}}@media (max-width: 480px){body{padding:10px}#root{width:100%}}
