* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; background: #0C0C0C; color: rgba(255,255,255,0.85); line-height: 1.7; }
.container { max-width: 720px; margin: 0 auto; padding: 48px 24px 80px; }
h1 { font-size: 26px; font-weight: 700; color: #fff; margin-bottom: 4px; }
.updated { color: rgba(255,255,255,0.4); font-size: 13px; margin-bottom: 32px; }
h2 { font-size: 20px; font-weight: 700; color: #FF6B35; margin-top: 40px; margin-bottom: 12px; border-bottom: 1px solid rgba(255,107,53,0.2); padding-bottom: 8px; }
h3 { font-size: 16px; font-weight: 600; color: #fff; margin-top: 24px; margin-bottom: 8px; }
p { margin-bottom: 12px; font-size: 15px; }
ul, ol { margin: 8px 0 12px 24px; font-size: 15px; }
li { margin-bottom: 6px; }
strong { color: #fff; }
table { width: 100%; border-collapse: collapse; margin: 12px 0; font-size: 14px; }
th, td { padding: 10px 12px; text-align: left; border-bottom: 1px solid rgba(255,255,255,0.06); }
th { color: rgba(255,255,255,0.5); font-weight: 600; font-size: 12px; text-transform: uppercase; letter-spacing: 0.5px; }
td { color: rgba(255,255,255,0.75); }
a { color: #FF6B35; text-decoration: none; }
a:hover { text-decoration: underline; }
.back { display: inline-block; margin-bottom: 24px; color: rgba(255,255,255,0.5); font-size: 14px; }
.lang-switch { display: flex; gap: 8px; margin-bottom: 24px; flex-wrap: wrap; }
.lang-switch a { padding: 6px 14px; background: rgba(255,255,255,0.06); border-radius: 8px; font-size: 13px; font-weight: 600; color: rgba(255,255,255,0.6); }
.lang-switch a.active { background: rgba(255,107,53,0.15); color: #FF6B35; }
.highlight { background: rgba(255,107,53,0.08); border-left: 3px solid #FF6B35; padding: 12px 16px; border-radius: 0 8px 8px 0; margin: 16px 0; }
.warning { background: rgba(239,68,68,0.08); border-left: 3px solid #EF4444; padding: 12px 16px; border-radius: 0 8px 8px 0; margin: 16px 0; }
.footer { margin-top: 48px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,0.06); color: rgba(255,255,255,0.3); font-size: 13px; text-align: center; }
