/*
Theme Name: 2345en.com
Theme URI: https://2345en.com/
Author: 2345en.com
Version: 1.0.0
Description: Custom theme for 2345en.com
Text Domain: 2345en.com
*/

/* Base resets */
* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC",
    "Hiragino Sans GB", "Microsoft YaHei", Arial, sans-serif;
  color: #2c3e50;
  background: #f8f9fa;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

.site-container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 24px;
}

.site-card {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  padding: 24px;
}

.muted {
  color: #6b7280;
}
