*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: 'Inter', -apple-system, sans-serif; -webkit-font-smoothing: antialiased; line-height: 1.45; }
a { text-decoration: none; color: inherit; }
img { max-width: 100%; display: block; }
button { font: inherit; cursor: pointer; border: 0; background: none; color: inherit; }
input, select, textarea { font: inherit; }

.sh-wrap { max-width: 1480px; margin: 0 auto; padding: 0 18px; }

.sh-gate-overlay { position: fixed; inset: 0; background: rgba(0,0,0,0.93); z-index: 9999; align-items: center; justify-content: center; display: flex; backdrop-filter: blur(10px); }
.sh-gate-box { background: #141419; color: #fff; max-width: 440px; padding: 44px 36px; border-radius: 18px; text-align: center; border: 1px solid rgba(255,255,255,0.08); box-shadow: 0 24px 60px rgba(0,0,0,0.5); }
.sh-gate-badge { display: inline-block; padding: 6px 16px; background: linear-gradient(135deg,#ff4757,#ff1744); color: #fff; border-radius: 100px; font-weight: 800; letter-spacing: 0.08em; font-size: 13px; margin-bottom: 20px; }
.sh-gate-box h2 { font-size: 22px; margin-bottom: 12px; }
.sh-gate-box p { color: #aaa; margin-bottom: 26px; font-size: 14px; }
.sh-gate-box button { display: inline-block; padding: 13px 34px; background: #fff; color: #000; border-radius: 100px; font-weight: 700; font-size: 14px; cursor: pointer; transition: transform .15s; }
.sh-gate-box button:hover { transform: scale(1.04); }
.sh-gate-leave { display: block; margin-top: 14px; color: #666; font-size: 12px; text-decoration: underline; }

.sh-static { max-width: 760px; margin: 60px auto; padding: 40px; background: rgba(255,255,255,0.04); border-radius: 12px; }
.sh-static h1 { font-size: 30px; margin-bottom: 18px; }
.sh-static p { font-size: 15px; opacity: 0.85; line-height: 1.6; }

.sh-banner { display: block; margin: 18px 0; text-align: center; }
.sh-banner img { max-width: 100%; height: auto; margin: 0 auto; }

.ops-shell { min-height: 100vh; background: #05070B; color: #E4E9F0; font-family: 'Inter', sans-serif; padding: 24px 0; }
.ops-wrap { max-width: 1400px; margin: 0 auto; padding: 0 24px; }
.ops-signin { min-height: 100vh; display: flex; align-items: center; justify-content: center; background: #05070B; color: #E4E9F0; font-family: 'Inter', sans-serif; }
.ops-signin-card { background: #0E131B; padding: 44px 40px; border-radius: 12px; max-width: 380px; width: 100%; border: 1px solid #1A2230; }
.ops-signin-card h1 { font-size: 22px; margin-bottom: 26px; color: #fff; font-weight: 700; }
.ops-signin-card input { width: 100%; padding: 11px 14px; background: #05070B; border: 1px solid #1A2230; border-radius: 6px; color: #E4E9F0; margin-bottom: 12px; font-size: 14px; outline: 0; transition: border .15s; }
.ops-signin-card input:focus { border-color: #FF6B4A; }
.ops-signin-card button { width: 100%; padding: 12px; background: linear-gradient(135deg, #FF6B4A, #FF1744); color: #fff; border-radius: 6px; font-weight: 700; font-size: 14px; margin-top: 6px; }
.ops-err { color: #FF6B4A; font-size: 13px; margin-bottom: 12px; display: none; }

.ops-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 24px; flex-wrap: wrap; gap: 14px; }
.ops-logo { font-size: 18px; font-weight: 800; color: #FF6B4A; letter-spacing: -0.02em; }
.ops-logo span { color: #E4E9F0; font-weight: 500; opacity: 0.6; margin-left: 6px; font-size: 13px; }
.ops-out { color: #FF6B4A; font-size: 13px; font-weight: 600; cursor: pointer; }

.ops-tabs { display: flex; flex-wrap: wrap; gap: 4px; margin-bottom: 22px; padding: 5px; background: #0E131B; border-radius: 10px; border: 1px solid #1A2230; }
.ops-tabs button { padding: 9px 18px; font-size: 13px; color: #8B95A5; border-radius: 6px; font-weight: 500; transition: all .12s; }
.ops-tabs button:hover { background: #1A2230; color: #E4E9F0; }
.ops-tabs button.is-on { background: #FF6B4A; color: #fff; font-weight: 700; }

.ops-card { background: #0E131B; padding: 22px; border-radius: 10px; margin-bottom: 18px; border: 1px solid #1A2230; }
.ops-card h3 { font-size: 15px; margin-bottom: 14px; color: #fff; font-weight: 700; }
.ops-card label { display: block; font-size: 11px; color: #8B95A5; text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 5px; font-weight: 600; }
.ops-card input, .ops-card textarea, .ops-card select { width: 100%; padding: 9px 11px; background: #05070B; border: 1px solid #1A2230; border-radius: 6px; color: #E4E9F0; outline: 0; font-size: 13px; margin-bottom: 12px; }
.ops-card input:focus, .ops-card textarea:focus, .ops-card select:focus { border-color: #FF6B4A; }
.ops-card textarea { min-height: 110px; font-family: 'JetBrains Mono', monospace; font-size: 12px; }

.ops-btn { padding: 9px 20px; background: #FF6B4A; color: #fff; border-radius: 6px; font-size: 13px; font-weight: 700; }
.ops-btn:hover { background: #FF5733; }
.ops-btn-ghost { padding: 9px 20px; background: transparent; border: 1px solid #1A2230; color: #8B95A5; border-radius: 6px; font-size: 13px; }
.ops-btn-ghost:hover { border-color: #FF6B4A; color: #FF6B4A; }

.ops-stats { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 12px; margin-bottom: 18px; }
.ops-stat { background: #0E131B; border: 1px solid #1A2230; padding: 18px; border-radius: 10px; }
.ops-stat-l { font-size: 11px; color: #8B95A5; text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 6px; font-weight: 600; }
.ops-stat-v { font-size: 26px; color: #FF6B4A; font-weight: 800; }

.ops-table { width: 100%; border-collapse: collapse; font-size: 13px; }
.ops-table th { text-align: left; padding: 10px 8px; border-bottom: 1px solid #1A2230; color: #8B95A5; font-size: 11px; text-transform: uppercase; letter-spacing: 0.05em; font-weight: 700; }
.ops-table td { padding: 10px 8px; border-bottom: 1px solid #1A2230; color: #E4E9F0; }
.ops-table tr:hover td { background: #05070B; }

.ops-kill { color: #FF4757; font-weight: 700; font-size: 13px; padding: 3px 8px; border-radius: 4px; cursor: pointer; }
.ops-kill:hover { background: rgba(255,71,87,0.15); }
.ops-chip { display: inline-block; padding: 2px 8px; background: #FF6B4A; color: #fff; border-radius: 4px; font-size: 10px; font-weight: 700; text-transform: uppercase; }
.ops-chip-green { background: #32D583; }
.ops-chip-gray { background: #3F4A5C; }

.ops-log { background: #05070B; border: 1px solid #1A2230; padding: 12px; border-radius: 6px; font-family: 'JetBrains Mono', monospace; font-size: 12px; color: #8B95A5; max-height: 260px; overflow-y: auto; }
