*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(135deg,#667eea,#764ba2);min-height:100vh;color:#333}.app{padding:0rem}.app-content{max-width:1200px;margin:0 auto}.header{text-align:center;margin-bottom:1rem}.header h1{color:#fff;font-size:2.5rem;margin-bottom:.25rem;text-shadow:0 2px 4px rgba(0,0,0,.3)}.header p{color:#ffffffe6;font-size:1.1rem}.servers-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem;margin-bottom:2rem}@media (max-width: 1200px){.servers-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem}}@media (max-width: 900px){.servers-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 640px){.servers-grid{grid-template-columns:1fr;gap:1rem}}.server-card{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 8px 32px #0000001a;transition:transform .2s ease,box-shadow .2s ease;border:1px solid rgba(255,255,255,.2)}.server-card:hover{box-shadow:0 12px 40px #00000026}.server-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.server-id{font-size:1.1rem;font-weight:600;color:#2d3748}.server-status{padding:.25rem .75rem;border-radius:20px;font-size:.8rem;font-weight:600;text-transform:uppercase}.status-running{background:#c6f6d5;color:#22543d}.status-stopped{background:#fed7d7;color:#742a2a}.status-suspended{background:#feebc8;color:#744210}.status-starting{background:#bee3f8;color:#2c5282}.resource-grid{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr 1fr;gap:1rem}.resource-item{text-align:center}.resource-label{font-size:.8rem;color:#718096;text-transform:uppercase;font-weight:600;margin-bottom:.25rem}.resource-value{font-size:1rem;font-weight:700;color:#2d3748;margin-bottom:.5rem}.resource-usage{font-size:.75rem;color:#718096;margin-bottom:.25rem}.progress-bar{width:100%;height:6px;background-color:#e2e8f0;border-radius:3px;overflow:hidden}.progress-fill{height:100%;border-radius:3px;transition:width .3s ease}.progress-memory{background-color:#3182ce}.progress-cpu{background-color:#38a169}.progress-disk{background-color:#d69e2e}.network{color:#805ad5}.uptime{color:#38a169}.loading{text-align:center;padding:4rem 2rem}.loading-spinner{width:50px;height:50px;border:4px solid rgba(255,255,255,.3);border-top:4px solid white;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 1rem}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loading p{color:#fff;font-size:1.1rem}.error{text-align:center;padding:2rem;background:#fed7d7e6;border-radius:12px;color:#742a2a}.controls{text-align:center;margin-bottom:.2rem}.refresh-button{background:#fff3;border:1px solid rgba(255,255,255,.3);color:#fff;padding:.75rem 1.5rem;border-radius:8px;cursor:pointer;font-size:1rem;transition:all .2s ease;display:block;margin:0 auto}.refresh-button:hover{background:#ffffff4d;transform:translateY(-1px)}.last-updated{text-align:center;color:#fff9;font-size:.75rem;margin-top:.5rem;margin-bottom:0}.start-error{text-align:center;color:#742a2a;background:#fed7d7;padding:.5rem;border-radius:6px;font-size:.85rem;margin-top:.5rem}.resource-item-start{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:.25rem}.start-button-grid{width:100%;background:linear-gradient(135deg,#48bb78,#38a169);border:none;color:#fff;padding:.75rem;border-radius:6px;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .2s ease;text-transform:uppercase;letter-spacing:.5px;min-height:48px}.start-button-grid:hover:not(:disabled){background:linear-gradient(135deg,#38a169,#2f855a);transform:translateY(-1px);box-shadow:0 2px 8px #48bb784d}.start-button-grid:disabled{background:#a0aec0;cursor:not-allowed;transform:none;box-shadow:none}.start-button-grid.disabled{background:#e2e8f0;color:#a0aec0;cursor:not-allowed}.start-error-grid{font-size:.7rem;color:#742a2a;background:#fed7d7;padding:.25rem .5rem;border-radius:4px;text-align:center;width:100%}.server-suspended-notice{text-align:center;color:#744210;background:#feebc8;padding:.5rem;border-radius:6px;font-size:.85rem;font-weight:600;margin-top:1rem}.rate-limit-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;background:#0000004d;z-index:999;animation:fadeIn .3s ease-out}.rate-limit-popup{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:1.5rem 2rem;border-radius:12px;box-shadow:0 20px 40px #0000004d;z-index:1000;animation:popupSlideIn .3s ease-out;border:2px solid rgba(255,255,255,.2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);cursor:pointer;transition:transform .2s ease}.rate-limit-popup:hover{transform:translate(-50%,-50%) scale(1.02)}.rate-limit-popup p{margin:0;font-size:1.1rem;font-weight:600;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.2)}@keyframes popupSlideIn{0%{opacity:0;transform:translate(-50%,-50%) scale(.8)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.navigation{background:#0000001a;padding:1rem 0;margin-bottom:2rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.nav-links{max-width:1200px;margin:0 auto;display:flex;gap:2rem;justify-content:center}.nav-link{color:#fff;text-decoration:none;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;transition:all .3s ease;background:#ffffff1a;border:1px solid rgba(255,255,255,.2)}.nav-link:hover{background:#fff3;transform:translateY(-2px);box-shadow:0 4px 12px #0003}.nav-link.active{background:#ffffff4d;box-shadow:0 4px 12px #0000004d}.config-maker{padding:2rem;max-width:1200px;margin:0 auto}.config-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;flex-wrap:wrap;gap:1rem}.config-header h1{color:#fff;font-size:2.5rem;text-shadow:0 2px 4px rgba(0,0,0,.3)}.config-actions{display:flex;gap:1rem;flex-wrap:wrap}.import-button,.copy-button,.export-button,.save-button{padding:.75rem 1.5rem;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease;color:#fff;text-decoration:none;display:inline-block}.save-button{background:linear-gradient(135deg,#9c27b0,#7b1fa2)}.import-button{background:linear-gradient(135deg,#4caf50,#45a049);position:relative;overflow:hidden}.copy-button{background:linear-gradient(135deg,#2196f3,#1976d2)}.export-button{background:linear-gradient(135deg,#ff9800,#f57c00)}.import-button:hover,.copy-button:hover,.export-button:hover,.save-button:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000004d}.config-form{background:#fffffff2;border-radius:12px;padding:2rem;box-shadow:0 8px 32px #0000001a}.config-section{margin-bottom:2.5rem}.config-section h2{color:#333;margin-bottom:1.5rem;font-size:1.5rem;border-bottom:2px solid #667eea;padding-bottom:.5rem}.form-group{margin-bottom:1rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:600;color:#555}.form-group input[type=text],.form-group input[type=number]{width:100%;padding:.75rem;border:2px solid #e0e0e0;border-radius:6px;font-size:1rem;transition:border-color .3s ease}.form-group input[type=text]:focus,.form-group input[type=number]:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.form-row{display:flex;gap:1rem;margin-bottom:1rem;align-items:end}.form-row .form-group{flex:1;margin-bottom:0}.form-row .form-group.flex-grow{flex-grow:1}.checkbox-group{display:flex;align-items:center}.checkbox-group label{display:flex;align-items:center;margin-bottom:0;cursor:pointer}.checkbox-group input[type=checkbox]{margin-right:.5rem;width:18px;height:18px;cursor:pointer}.phase-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.mod-item{background:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;padding:1rem;margin-bottom:1rem}.add-button,.remove-button{padding:.5rem 1rem;border:none;border-radius:6px;font-weight:600;cursor:pointer;transition:all .3s ease}.add-button{background:linear-gradient(135deg,#4caf50,#45a049);color:#fff}.remove-button{background:linear-gradient(135deg,#f44336,#d32f2f);color:#fff;min-width:80px}.remove-button:disabled{background:#ccc;cursor:not-allowed}.add-button:hover{transform:translateY(-1px);box-shadow:0 2px 8px #4caf504d}.remove-button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 2px 8px #f443364d}.error-message{background:#ffebee;border:1px solid #f44336;border-radius:6px;padding:1rem;margin-bottom:1rem;color:#c62828}.error-message pre{white-space:pre-wrap;font-family:inherit;margin:0}.success-message{background:#e8f5e8;border:1px solid #4CAF50;border-radius:6px;padding:1rem;margin-bottom:1rem;color:#2e7d32;font-weight:600}@media (max-width: 768px){.config-header{flex-direction:column;text-align:center}.config-header h1{font-size:2rem}.form-row{flex-direction:column;gap:0}.form-row .form-group{margin-bottom:1rem}.phase-grid{grid-template-columns:1fr}.nav-links{flex-direction:column;align-items:center}.config-actions{justify-content:center}}.modal-backdrop{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;z-index:1000;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.save-dialog{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background:#fff;border-radius:12px;padding:2rem;box-shadow:0 8px 32px #0003;z-index:1001;min-width:400px;max-width:90%}.save-dialog h3{margin-bottom:1.5rem;color:#333;text-align:center}.dialog-actions{display:flex;gap:1rem;justify-content:flex-end;margin-top:1.5rem}.cancel-button{padding:.75rem 1.5rem;border:2px solid #ccc;border-radius:8px;background:#fff;color:#666;font-weight:600;cursor:pointer;transition:all .3s ease}.cancel-button:hover{border-color:#999;color:#333}.saved-configs{background:#fffffff2;border-radius:12px;padding:2rem;margin-bottom:2rem;box-shadow:0 8px 32px #0000001a}.saved-configs h2{color:#333;margin-bottom:1.5rem;font-size:1.5rem;border-bottom:2px solid #9C27B0;padding-bottom:.5rem}.saved-configs-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1rem}.saved-config-item{background:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;padding:1.5rem;transition:all .3s ease}.saved-config-item:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.saved-config-info h4{margin-bottom:.5rem;color:#333;font-size:1.1rem}.saved-config-info p{margin-bottom:.25rem;color:#666;font-size:.9rem}.saved-config-actions{display:flex;gap:.5rem;margin-top:1rem}.load-button,.delete-button{padding:.5rem 1rem;border:none;border-radius:6px;font-weight:600;cursor:pointer;transition:all .3s ease;color:#fff;font-size:.9rem}.load-button{background:linear-gradient(135deg,#4caf50,#45a049);flex:1}.delete-button{background:linear-gradient(135deg,#f44336,#d32f2f)}.load-button:hover{transform:translateY(-1px);box-shadow:0 2px 8px #4caf504d}.delete-button:hover{transform:translateY(-1px);box-shadow:0 2px 8px #f443364d}@media (max-width: 768px){.save-dialog{min-width:300px;margin:1rem}.saved-configs-grid{grid-template-columns:1fr}.saved-config-actions{flex-direction:column}}
