body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;background:#0d1117;color:#e6edf3;min-height:100vh}.message{padding:12px 16px;border-radius:8px;margin-bottom:16px;font-size:14px;animation:slideDown .3s ease}.message.error{background:#2d1b1b;color:#f85149;border:1px solid #f85149}.message.success{background:#1b2d1b;color:#2ea043;border:1px solid #2ea043}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.auth-container{display:flex;justify-content:center;align-items:center;min-height:100vh;padding:20px;background:linear-gradient(135deg,#0d1117 0%,#161b22 100%)}.auth-card{background:#161b22;padding:40px 32px;border-radius:16px;border:1px solid #30363d;width:100%;max-width:400px;box-shadow:0 8px 32px #00000080}.auth-title{font-size:32px;text-align:center;margin-bottom:8px;background:linear-gradient(135deg,#2ea043,#58a6ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.auth-subtitle{text-align:center;color:#8b949e;margin-bottom:24px;font-size:16px}.auth-form{display:flex;flex-direction:column;gap:16px}.form-group{width:100%}.auth-input{width:100%;padding:12px 16px;background:#0d1117;border:1px solid #30363d;border-radius:8px;color:#e6edf3;font-size:16px;transition:border-color .3s}.auth-input:focus{outline:none;border-color:#58a6ff}.auth-input:disabled{opacity:.5}.auth-button{width:100%;padding:12px;background:#238636;color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:background .3s}.auth-button:hover:not(:disabled){background:#2ea043}.auth-button:disabled{opacity:.6;cursor:not-allowed}.auth-toggle{text-align:center;margin-top:20px;color:#8b949e;font-size:14px}.toggle-button{background:none;border:none;color:#58a6ff;font-weight:600;cursor:pointer;margin-left:8px;font-size:14px;text-decoration:underline}.toggle-button:hover{color:#79c0ff}.dashboard-container{min-height:100vh;background:#0d1117}.dashboard-header{background:#161b22;border-bottom:1px solid #30363d;padding:16px 24px;position:sticky;top:0;z-index:10}.header-content{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.dashboard-title{font-size:24px;background:linear-gradient(135deg,#2ea043,#58a6ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.logout-button{padding:8px 16px;background:#da3633;color:#fff;border:none;border-radius:6px;font-size:14px;font-weight:600;cursor:pointer;transition:background .3s}.logout-button:hover{background:#f85149}.dashboard-content{max-width:1200px;margin:0 auto;padding:24px}.card{background:#161b22;padding:24px;border-radius:12px;border:1px solid #30363d;margin-bottom:24px}.card-title{font-size:20px;margin-bottom:20px;color:#e6edf3}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:12px}.form-input{padding:10px 14px;background:#0d1117;border:1px solid #30363d;border-radius:8px;color:#e6edf3;font-size:14px;width:100%}.form-input:focus{outline:none;border-color:#58a6ff}.form-label{display:block;color:#8b949e;font-size:14px;margin-bottom:6px}.form-textarea{width:100%;padding:10px 14px;background:#0d1117;border:1px solid #30363d;border-radius:8px;color:#e6edf3;font-size:14px;font-family:Courier New,monospace;resize:vertical}.form-textarea:focus{outline:none;border-color:#58a6ff}.deploy-button{padding:10px 24px;background:#238636;color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:background .3s;margin-top:12px}.deploy-button:hover:not(:disabled){background:#2ea043}.deploy-button:disabled{opacity:.6;cursor:not-allowed}.loading-text,.empty-text{color:#8b949e;text-align:center;padding:20px}.service-item{background:#0d1117;padding:16px;border-radius:8px;border:1px solid #30363d;margin-bottom:12px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px}.service-info{display:flex;flex-wrap:wrap;gap:8px 16px;align-items:center}.service-name{color:#e6edf3;font-size:16px}.service-type{color:#8b949e;font-size:14px}.service-status{font-size:14px;padding:4px 12px;border-radius:12px;font-weight:500}.status-live{background:#1b3b1b;color:#2ea043}.status-other{background:#2d1b1b;color:#f0883e}.service-actions{display:flex;gap:8px}.restart-button{padding:6px 14px;background:#1f6feb;color:#fff;border:none;border-radius:6px;font-size:13px;cursor:pointer;transition:background .3s}.restart-button:hover{background:#388bfd}.delete-button{padding:6px 14px;background:#da3633;color:#fff;border:none;border-radius:6px;font-size:13px;cursor:pointer;transition:background .3s}.delete-button:hover{background:#f85149}@media (max-width: 768px){.auth-card{padding:24px 20px}.form-row{grid-template-columns:1fr}.dashboard-content{padding:16px}.service-item{flex-direction:column;align-items:stretch}.service-actions{justify-content:flex-end}.header-content{flex-direction:column;gap:8px;align-items:flex-start}.dashboard-title{font-size:20px}.service-info{flex-direction:column;align-items:flex-start}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;background:#0d1117;color:#e6edf3;min-height:100vh;margin:0;padding:0}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#0d1117}::-webkit-scrollbar-thumb{background:#30363d;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#484f58}.text-center{text-align:center}.mt-1{margin-top:8px}.mt-2{margin-top:16px}.mt-3{margin-top:24px}.mt-4{margin-top:32px}.mb-1{margin-bottom:8px}.mb-2{margin-bottom:16px}.mb-3{margin-bottom:24px}.mb-4{margin-bottom:32px}.container{max-width:1200px;margin:0 auto;padding:0 20px}a{color:#58a6ff;text-decoration:none}a:hover{text-decoration:underline}button,input,textarea,select{font-family:inherit}.spinner{border:3px solid #30363d;border-top:3px solid #58a6ff;border-radius:50%;width:40px;height:40px;animation:spin 1s linear infinite;margin:20px auto}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
