*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:linear-gradient(135deg,#667eea,#764ba2);min-height:100vh}.App{text-align:center;min-height:100vh;display:flex;flex-direction:column}.App-header{padding:2rem;color:#fff;flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2rem}h1{font-size:3rem;margin-bottom:1rem;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.status-card,.commands-card,.info-card{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;padding:2rem;border:1px solid rgba(255,255,255,.2);box-shadow:0 8px 32px #1f26875e;max-width:500px;width:100%}h2{margin-bottom:1rem;font-size:1.5rem}.status{display:flex;align-items:center;gap:.5rem;justify-content:center;font-size:1.1rem}.status-indicator{width:12px;height:12px;border-radius:50%;background:#fbbf24}.status.online .status-indicator{background:#10b981}.status.offline .status-indicator{background:#ef4444}.status.error .status-indicator{background:#f97316}.command{background:#0003;padding:1rem;border-radius:8px;margin:1rem 0}.command code{background:#fff3;padding:.2rem .5rem;border-radius:4px;font-family:Courier New,monospace;font-weight:700}.command p{margin-top:.5rem;opacity:.9}.info-card ol{text-align:left;max-width:400px;margin:0 auto}.info-card li{margin:.5rem 0;padding-left:.5rem}.info-card code{background:#fff3;padding:.1rem .3rem;border-radius:3px;font-family:Courier New,monospace}
