@charset "UTF-8";*{margin:0;padding:0;box-sizing:border-box}html,body{height:100%;margin:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:14px;line-height:1.5;color:#333;background-color:#f5f5f5}:root{--primary-color: #2c4a6b;--primary-light: #3d5a7b;--accent-color: #d4915d;--accent-hover: #c07d4a;--background: #f5f5f5;--surface: #ffffff;--text-primary: #333333;--text-secondary: #666666;--border-color: #e0e0e0;--error: #e74c3c;--success: #27ae60;--warning: #f39c12}h1,h2,h3,h4,h5,h6{margin:0;font-weight:600}.text-center{text-align:center}.text-right{text-align:right}.mt-1{margin-top:8px}.mt-2{margin-top:16px}.mt-3{margin-top:24px}.mb-1{margin-bottom:8px}.mb-2{margin-bottom:16px}.mb-3{margin-bottom:24px}.flex{display:flex}.flex-between{display:flex;justify-content:space-between}.flex-center{display:flex;align-items:center;justify-content:center}.gap-1{gap:8px}.gap-2{gap:16px}
