.fullscreen-center{height:100vh;display:flex;align-items:center;justify-content:center;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;text-align:center;padding:2rem;background:linear-gradient(145deg,#1c1c1c,#121212);color:#e0e0e0}.ide-loader{display:flex;flex-direction:column;align-items:center;justify-content:center;height:280px;width:280px;position:relative;color:#ccc;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.server-icon{position:relative;width:100px;height:100px;margin-bottom:20px}.server-box{width:100px;height:20px;background:#1e1e1e;border-radius:4px;display:flex;align-items:center;padding:4px;justify-content:space-around;box-shadow:0 0 5px #0003}.led{width:8px;height:8px;border-radius:50%}.led-green{background-color:#28a745}.led-yellow{background-color:#ffc107}.led-red{background-color:#dc3545}.code-editor{margin-top:6px;width:100px;height:70px;background-color:#1e1e1e;border:1px solid #555;border-radius:4px;overflow:hidden;display:flex;flex-direction:column}.editor-header{height:12px;background-color:#333}.editor-body{flex-grow:1;padding:4px}.line{height:6px;margin:4px 0;border-radius:2px}.line-1{width:80%;background-color:#569cd6}.line-2{width:60%;background-color:#d7ba7d}.line-3{width:70%;background-color:#c586c0}.spinner{position:absolute;top:5px;left:5px;right:5px;bottom:5px;border:4px solid rgba(255,255,255,.1);border-top-color:#007acc;border-radius:50%;animation:spin 1.4s linear infinite;z-index:-1}@keyframes spin{to{transform:rotate(360deg)}}.loader-text{margin-top:10px;font-size:14px;color:#ccc}
