:root {
    color-scheme: light;
    font-family: Tahoma, Arial, sans-serif;
    background: #f4f6f8;
    color: #1f2937;
}
* { box-sizing: border-box; }
body { margin: 0; background: #f4f6f8; direction: rtl; }
main { max-width: 1050px; margin: 0 auto; padding: 24px; }
.card { background: #fff; border: 1px solid #d9dee5; border-radius: 12px; padding: 20px; margin-bottom: 16px; box-shadow: 0 2px 8px rgba(0,0,0,.04); }
h1,h2,h3 { margin-top: 0; }
code, pre, textarea, input, select { direction: ltr; text-align: left; font-family: Consolas, monospace; }
pre { white-space: pre-wrap; word-break: break-word; background: #111827; color: #e5e7eb; padding: 16px; border-radius: 8px; overflow: auto; }
label { display: block; margin: 10px 0 6px; font-weight: 700; }
input, textarea, select, button { width: 100%; padding: 10px 12px; border: 1px solid #c9d1da; border-radius: 8px; }
textarea { min-height: 150px; }
button { background: #0f5e8c; color: #fff; cursor: pointer; border: 0; margin-top: 12px; }
button:hover { background: #0b4b70; }
.status-ok { color: #0a7a38; font-weight: 700; }
.status-warn { color: #9a5a00; font-weight: 700; }
.grid { display: grid; gap: 16px; grid-template-columns: repeat(auto-fit, minmax(240px,1fr)); }
.small { color: #5f6b78; font-size: .92rem; }
a { color: #0f5e8c; }
