* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; line-height: 1.7; color: #1a1a2e; background: #f8f9fa; max-width: 860px; margin: 0 auto; padding: 20px; }
header { margin-bottom: 2em; padding-bottom: 1em; border-bottom: 3px solid #e63946; }
h1 { font-size: 2em; color: #1a1a2e; }
.subtitle { color: #6c757d; font-size: 1.1em; margin-top: 0.3em; }
h2 { color: #e63946; margin: 1.5em 0 0.5em; }
h3 { color: #1a1a2e; margin: 1em 0 0.5em; }
p, li { margin-bottom: 0.8em; }
a { color: #457b9d; text-decoration: none; }
a:hover { text-decoration: underline; }
.guide-list { display: grid; gap: 1em; }
.guide-card { background: white; border-radius: 8px; padding: 1.2em; box-shadow: 0 1px 3px rgba(0,0,0,0.1); }
.guide-card h2 { margin-top: 0; }
table { width: 100%; border-collapse: collapse; margin: 1em 0; background: white; border-radius: 8px; overflow: hidden; box-shadow: 0 1px 3px rgba(0,0,0,0.1); }
th, td { padding: 10px 14px; text-align: left; border-bottom: 1px solid #dee2e6; }
th { background: #1a1a2e; color: white; font-weight: 600; }
tr:nth-child(even) { background: #f8f9fa; }
tr:hover { background: #e8f4f8; }
footer { margin-top: 3em; padding-top: 1em; border-top: 1px solid #dee2e6; color: #6c757d; font-size: 0.9em; text-align: center; }
@media (max-width: 600px) { body { padding: 12px; } h1 { font-size: 1.5em; } }
