:root{--bg: #0c111b;--surface: #111827;--muted: #9ca3af;--card: #131c2c;--stroke: #1f2937;--primary: #3b82f6;--accent: #f97316;--radius: 14px;--shadow: 0 20px 60px rgba(0, 0, 0, .35)}*{box-sizing:border-box}body{margin:0;background:radial-gradient(circle at 20% 20%,rgba(59,130,246,.15),transparent 25%),radial-gradient(circle at 80% 0%,rgba(244,114,182,.12),transparent 30%),var(--bg);color:#e5e7eb;font-family:Pretendard,Noto Sans KR,Space Grotesk,system-ui,-apple-system,sans-serif;min-height:100vh;-webkit-font-smoothing:antialiased}.page{max-width:1200px;margin:0 auto;padding:24px;display:flex;flex-direction:column;gap:18px}.header{display:flex;justify-content:space-between;gap:16px;align-items:center;padding:18px 20px;background:linear-gradient(135deg,#3b82f629,#10b9811a);border:1px solid var(--stroke);border-radius:var(--radius);box-shadow:var(--shadow)}.branding{display:flex;align-items:center;gap:14px}.logo-circle{width:48px;height:48px;border-radius:16px;background:var(--surface);display:grid;place-items:center;font-size:22px;border:1px solid var(--stroke)}h1{margin:4px 0;font-size:22px;letter-spacing:-.02em}.subtext{color:var(--muted);margin:0}.quick-actions{display:flex;gap:10px}.server-widget,.calendar-card,.panel{background:var(--card);border:1px solid var(--stroke);border-radius:var(--radius);padding:18px;box-shadow:var(--shadow)}.widget-header{display:flex;justify-content:space-between;align-items:flex-end;gap:12px}.hint{color:var(--muted);margin-top:4px}.tab-row{display:flex;gap:8px}.tab{background:#0f172a;color:#e5e7eb;border:1px solid var(--stroke);border-radius:12px;padding:8px 12px;display:flex;align-items:center;gap:6px;cursor:pointer;transition:border .2s ease,transform .1s ease}.tab.active{border-color:#3b82f6;box-shadow:0 0 0 1px #3b82f640;transform:translateY(-1px)}.dot{width:10px;height:10px;border-radius:50%;display:inline-block}.server-card{margin-top:12px;padding:16px;border-radius:12px;border:1px solid var(--stroke);background:linear-gradient(120deg,#3b82f614,#2dd4bf0d);display:flex;justify-content:space-between;align-items:center}.status-chip{padding:10px 14px;border-radius:10px;font-weight:600;border:1px solid var(--stroke)}.status-chip.ok{background:#34d3991f;color:#34d399}.status-chip.warn{background:#eab3081f;color:#facc15}.status-chip.error{background:#f871711f;color:#f87171}.filters{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:12px}.filter-group{background:var(--card);border:1px solid var(--stroke);border-radius:var(--radius);padding:12px}.label{margin:0 0 8px;color:var(--muted);font-size:14px}.chip-row{display:flex;flex-wrap:wrap;gap:8px}.chip{padding:8px 12px;background:#0f172a;border:1px solid var(--stroke);border-radius:999px;cursor:pointer;color:#e5e7eb;display:flex;align-items:center;gap:6px}.chip.on{border-color:#3b82f6;box-shadow:0 0 0 1px #3b82f633}.filter-group input{width:100%;padding:10px 12px;border-radius:10px;border:1px solid var(--stroke);background:#0b1220;color:#e5e7eb}.grid{display:grid;grid-template-columns:2fr 1fr;grid-template-rows:auto auto;gap:12px}.calendar-card{grid-row:span 2}.calendar-header{display:flex;justify-content:space-between;align-items:center}.nav-btns{display:flex;gap:8px}.nav-btns button{padding:8px 10px;background:#0f172a;border:1px solid var(--stroke);border-radius:10px;color:#e5e7eb;cursor:pointer}.weekdays,.calendar-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:6px;margin-top:12px}.weekdays div{text-align:center;color:var(--muted);font-size:13px}.day{border:1px solid var(--stroke);border-radius:10px;background:var(--surface);padding:6px;min-height:72px;text-align:left;color:inherit;cursor:pointer;display:flex;flex-direction:column;justify-content:space-between;transition:border .1s ease,transform .1s ease;min-width:0;overflow:hidden}.day:hover{border-color:#3b82f6;transform:translateY(-2px)}.day.selected{border-color:#3b82f6;box-shadow:0 0 0 1px #3b82f633}.day.today .date-label{color:#3b82f6;font-weight:700}.day.dimmed{color:#4b5563}.date-label{font-weight:700}.event-stack{display:flex;flex-direction:column;gap:3px;margin-top:4px;width:100%;overflow:hidden}.event-pill{max-width:100%;font-size:11px;padding:1px 4px;border-radius:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-weight:600;line-height:1.4;letter-spacing:-.03em;text-align:left}.more-count{font-size:10px;color:var(--muted);padding-left:2px;font-weight:500}.dots{display:flex;align-items:center;gap:6px;margin-top:6px}.badge{background:#3b82f626;border:1px solid rgba(59,130,246,.35);padding:2px 6px;border-radius:8px;font-size:12px}.panel{display:flex;flex-direction:column;gap:10px}.panel-head{display:flex;justify-content:space-between;align-items:center}.card-list{display:flex;flex-direction:column;gap:10px}.card-list.compact{gap:8px}.empty{color:var(--muted);padding:18px;border:1px dashed var(--stroke);border-radius:12px;background:#0f172a}.event-card{border:1px solid var(--stroke);border-radius:12px;padding:12px;background:#0f172a;display:flex;align-items:center;justify-content:space-between;gap:12px}.event-card.past{opacity:.65}.card-left h4{margin:4px 0}.badge-row{display:flex;gap:8px}.vendor-pill{padding:4px 8px;border-radius:999px;color:#0b1220;font-weight:700}.state-pill{padding:4px 8px;border-radius:999px;color:#e5e7eb;border:1px solid var(--stroke)}.state-pill.ok{background:#34d39926;color:#34d399}.state-pill.warn{background:#eab30826;color:#facc15}.state-pill.cancel{background:#f8717126;color:#f87171}.meta{margin:0;color:var(--muted);font-size:13px}.card-actions{display:flex;align-items:center;gap:8px}.ghost-btn,.primary-btn,.icon-btn{border:1px solid var(--stroke);background:#0b1220;color:#e5e7eb;padding:10px 12px;border-radius:12px;cursor:pointer;transition:transform .1s ease,border .2s ease;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:6px}.ghost-btn.small,.primary-btn.small{padding:8px 10px}.primary-btn{background:linear-gradient(135deg,#3b82f6,#06b6d4);border:none}.primary-btn.small{color:#0b1220}.ghost-btn:hover,.primary-btn:hover,.icon-btn:hover{transform:translateY(-1px)}.icon-btn{width:40px;height:40px;font-size:16px}.icon-btn.active{border-color:#f97316;box-shadow:0 0 0 2px #f9731640}.upcoming-card{display:flex;justify-content:space-between;padding:12px;border:1px solid var(--stroke);border-radius:12px;background:#0b1220;align-items:center}.upcoming-card.warn{border-color:#eab30866}.upcoming-card.danger{border-color:#f8717166;animation:pulse 1.4s infinite}.timer span{display:inline-block;font-weight:700}.tiny-link{color:#93c5fd;text-decoration:none;font-size:13px}.footer{display:flex;justify-content:space-between;gap:10px;color:var(--muted);font-size:13px;padding:10px 2px 24px}.eyebrow{text-transform:uppercase;color:#93c5fd;letter-spacing:.08em;font-size:12px;margin:0}h2,h3,h4{margin:6px 0;letter-spacing:-.02em}.search{min-width:240px}@keyframes pulse{0%{transform:translateY(0);box-shadow:0 0 #f8717133}50%{transform:translateY(-2px);box-shadow:0 0 0 8px #f871710d}to{transform:translateY(0);box-shadow:0 0 #f8717100}}@media (max-width: 1024px){.grid{grid-template-columns:1fr}.calendar-card{grid-row:auto}}@media (max-width: 720px){.header{flex-direction:column;align-items:flex-start}.quick-actions{width:100%;justify-content:flex-start;flex-wrap:wrap}.widget-header{flex-direction:column;align-items:flex-start}.panel-head{flex-direction:column;align-items:flex-start;gap:8px}.event-card,.upcoming-card{flex-direction:column;align-items:flex-start}.card-actions{width:100%;justify-content:flex-start;flex-wrap:wrap}.footer{flex-direction:column;align-items:flex-start}}
