body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.main-header{align-items:center;background-color:#302d2d;color:#fff;display:flex;justify-content:space-between;padding:1rem}.main-nav{display:flex;gap:2rem}.nav-link{color:#fff;font-size:1.1rem;text-decoration:none;transition:color .2s ease}.nav-link:hover{color:#ccc}.user-icon{align-items:center;background-color:#595959;border-radius:50%;display:flex;justify-content:center;overflow:hidden}.fallback-icon{color:#555;font-size:1rem;font-weight:700}.user-menu-wrapper{display:inline-block;position:relative}.user-icon{cursor:pointer;height:40px;width:40px}.user-icon img{border-radius:50%;height:100%;object-fit:cover;transition:transform .2s ease;width:100%}.user-icon:hover{transform:scale(1.05)}.profile-popup{animation:fadeIn .2s ease-out;background:#555;border-radius:12px;box-shadow:0 8px 15px #0003;padding:1rem;position:absolute;right:0;top:50px;width:250px;z-index:100}.profile-header{text-align:center}.profile-header img{border-radius:50%;height:60px;margin-bottom:.5rem;object-fit:cover;width:60px}.profile-name{color:#fff;font-size:1.5rem;font-weight:700}.profile-email{color:#fff;font-size:.85rem;margin-bottom:.5rem}.profile-popup button{background:#f5f5f5;border:none;border-radius:6px;cursor:pointer;margin-top:.5rem;padding:.5rem;transition:background .2s ease;width:100%}.profile-popup button:hover{background:#e0e0e0}.home-page{background:linear-gradient(180deg,#1e1e1e 0,#1e1e1e 40%,#1e2538 60%,#1b2f4d 80%,#1a3f6b);color:#fff;font-family:sans-serif;min-height:200vh}.home-header{margin:0 auto;max-width:800px;padding:6rem 2rem 10rem;text-align:center}.discord-section{margin-top:10rem;opacity:0;padding:6rem 2rem;text-align:center;transform:translateY(50px);transition:opacity 1.2s ease-out,transform 1.2s ease-out}.discord-section.visible{opacity:1;transform:translateY(0)}.footer{background:#0003;border-top:1px solid #ffffff1a;color:#aaa;font-size:.9rem;margin-top:10rem;padding:1.5rem 0;text-align:center;width:100%}.home-header h1{color:#61dafb;font-size:2.5rem;margin-bottom:1rem}.home-header p{font-size:1.2rem;line-height:1.6;margin-bottom:1rem}.server-link{background-color:#61dafb;border-radius:4px;color:#1e1e1e;display:inline-block;font-weight:700;margin-top:2rem;padding:.75rem 1.5rem;text-decoration:none;transition:background .2s}.server-link:hover{background-color:#4fa3d1}.discord-section h2{color:#61dafb;font-size:2rem;margin-bottom:1rem}.discord-section p{font-size:1.1rem;margin-bottom:1.5rem}.discord-link{background-color:#7289da;border-radius:4px;color:#fff;display:inline-block;font-weight:700;padding:.75rem 1.5rem;text-decoration:none;transition:background .2s}.discord-link:hover{background-color:#5b6eae}.server-list-page{background-color:#1e1e1e;color:#fff;font-family:sans-serif;padding:2rem}.server-list{display:flex;flex-direction:column;gap:1rem}.server-card{align-items:center;background-color:#2a2a2a;border-radius:8px;cursor:pointer;display:flex;padding:1rem;transition:background .2s}.server-card:hover{background-color:#3a3a3a}.server-image{background-color:#444;border-radius:4px;height:80px;margin:1rem;overflow:hidden;width:80px}.server-image img{height:100%;object-fit:cover;width:100%}.server-info{flex-grow:1}.server-status{align-items:center;background-color:#555;border-radius:50%;display:flex;font-weight:700;height:80px;justify-content:center;text-transform:uppercase;width:80px}.server-status.online{background-color:#4caf50}.server-status.offline{background-color:#f44336}.server-status.loading{background-color:#ff961f}.server-status.approved{background-color:#000}body{background-color:#1a1a1a;color:#e0e0e0;font-family:sans-serif;margin:0;padding:0}.login-container{background:#2a2a2a;border-radius:12px;box-shadow:0 4px 20px #0006;margin:80px auto;max-width:25%;padding:3%;text-align:center}.login-container h2{color:#fff;margin-bottom:20px}.login-form input{background:#1f1f1f;border:1px solid #444;border-radius:8px;color:#e0e0e0;font-size:16px;margin:10px 0;padding:12px;width:95%}.login-form input::placeholder{color:#888}.login-form button{background-color:#f60;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:16px;margin-top:10px;padding:12px;transition:background .2s ease;width:100%}.login-form button:hover{background-color:#e65c00}.disclaimer,.signup-link{color:#bbb;font-size:14px;margin-top:15px}.disclaimer a,.signup-link a{color:#f60;text-decoration:none}.error-box{background-color:#fcc;border:2px solid #ff3b3b;border-radius:12px;box-shadow:0 2px 8px #f003;color:#a00000;display:block;font-weight:600;margin:12px auto;max-width:80%;padding:8px 12px;text-align:center;width:-webkit-fit-content;width:fit-content}.creator-layout{display:flex;font-family:sans-serif;height:100vh}.sidebar{background-color:#555;color:#fff;justify-content:space-between;width:240px}.sidebar,.sidebar-section{display:flex;flex-direction:column}.sidebar-item{align-items:center;border-radius:0;box-sizing:border-box;color:#fff;display:flex;font-size:1rem;margin-top:1rem;padding:.75rem 1rem;position:relative;text-decoration:none;transition:background .2s ease;width:100%}.sidebar-item.active,.sidebar-item:hover{background-color:#444}.sidebar-item.active{font-weight:700}.sidebar-item.active:before{background-color:orange;bottom:0;content:"";left:0;position:absolute;top:0;width:4px}.external{font-style:italic}.sidebar-footer{margin-top:auto}.create-button{background-color:#555;border:none;border-radius:6px;color:#fff;cursor:pointer;font-weight:700;margin-top:.75rem;padding:.75rem;transition:background .2s ease;width:100%}.create-button:hover{background-color:#444}.main-content{background-color:#222;color:#fff;flex:1 1;padding:2rem}.title{font-size:.9rem;font-weight:400}.line{border-top:2px solid #555;margin-bottom:.7rem}.dashboard-container{background-color:#666;color:#f0f0f0;font-family:Segoe UI,sans-serif;padding:2rem}.dark-mode{background-color:#121212;color:#e0e0e0}.title{font-size:1.8rem;margin-bottom:.5rem}.line{border-top:1px solid #444;margin-bottom:1.5rem}.project-details{display:flex;flex-direction:column;gap:1rem}.detail-row{background-color:#1e1e1e;border-radius:6px;display:flex;justify-content:space-between;padding:.75rem 1rem}.label{color:#aaa;font-weight:700}.value{color:#fff}.loading{color:#888;font-style:italic}.back-button{align-items:center;color:#e65c00;cursor:pointer;display:inline-flex;font-size:1rem;font-weight:500;margin-bottom:1rem;transition:color .2s ease}.back-button:hover{color:#fff}.arrow{font-size:1.3rem;font-weight:550;margin-right:.5rem}.project-page{padding:2rem}.title{color:#ccc;font-size:1rem}.line,.title{margin-bottom:1rem}.line{background-color:#333;border:none;height:2px}.search-input{border-radius:4px;margin-bottom:1rem;max-width:400px;width:100%}.project-table{background:#1a1a1a;border-collapse:collapse;color:#fff;width:100%}.project-table th{background-color:#444}.project-table td,.project-table th{border-bottom:1px solid #333;padding:.75rem;text-align:left}.status-dot{border-radius:50%;display:inline-block;height:8px;margin-right:.5rem;width:8px}.status-dot.approved{background-color:green}.status-dot.deleted{background-color:red}.edit-button{background:#333}.edit-button,.edit-button:hover{border:none;border-radius:4px;color:#fff;cursor:pointer;padding:.3rem .6rem}.edit-button:hover{background:#555;transform:scale(1.05)}.filter-row{align-items:center;display:flex;flex-direction:row}.search-input{background:#222;border:1px solid #444;border-radius:6px;color:#fff;flex:1 1;font-size:.9rem;margin-right:1rem;min-width:200px;padding:.5rem}.dropdown-group{align-items:center;display:flex;flex-direction:row;gap:.5rem}.dropdown-label{color:#ccc;font-size:.8rem;margin-bottom:.5rem;margin-right:.5rem}.status-dropdown{margin-bottom:.5rem}.form-group select,.status-dropdown{-webkit-appearance:none;appearance:none;background-color:#1e1e1e;background-image:url("data:image/svg+xml;utf8,<svg fill=%27white%27 height=%2716%27 viewBox=%270 0 24 24%27 width=%2716%27 xmlns=%27http://www.w3.org/2000/svg%27><path d=%27M7 10l5 5 5-5z%27/></svg>");background-position:right .75rem center;background-repeat:no-repeat;background-size:16px;border:1px solid #444;border-radius:6px;color:#fff;cursor:pointer;font-size:.9rem;padding:.5rem 2rem .5rem .75rem}.form-group select{width:100%}.form-group select:hover{border-color:#666}.create-page{background:#444;color:#fff;margin:auto;max-width:90%;padding:2rem}.submit-form{gap:1.5rem}.form-group,.submit-form{display:flex;flex-direction:column}label{font-weight:500;margin-bottom:.3rem}.required{color:red}input[type=file],input[type=text]{background:#666;border:1px solid #444;border-radius:6px;padding:.5rem}small{color:#aaa;font-size:.75rem;margin-top:.3rem}.submit-button-container{display:flex;justify-content:flex-end}.submit-button{background:orange;border:none;border-radius:6px;color:#000;cursor:pointer;font-weight:700;padding:.6rem 1.2rem;transition:background .2s ease}.submit-button:hover{background:#ff8c00}.success-box{align-items:center;animation:fadeIn .3s ease-out;background:#00ff7826;border:1px solid #00ff7866;border-radius:12px;color:#0f8;display:flex;font-size:.95rem;font-weight:600;gap:.6rem;margin-top:1rem;padding:1rem 1.2rem}.success-title{letter-spacing:.5px}@keyframes fadeIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.server-detail-page{background-color:#1e1e1e;color:#fff;display:flex;flex-direction:row;font-family:sans-serif;gap:2rem;min-height:100vh;padding:3rem}.server-main{background-color:#2a2a2a;border-radius:12px;flex:2 1;padding:2rem}.server-main h1{color:#61dafb;font-size:2.5rem;margin-bottom:1rem}.server-description{color:#ccc;font-size:1.2rem;line-height:1.6}.server-info-box{display:flex;flex:1 1;flex-direction:column;gap:2rem}.info-group{background-color:#2a2a2a;border-radius:12px;padding:1.5rem}.info-item{font-size:1rem;margin-bottom:.8rem}.info-item span.online{color:#4caf50;font-weight:700}.info-item span.offline{color:#f44336;font-weight:700}.info-item span.active{color:#000;font-weight:700}.feature-box{background-color:#2a2a2a;border-radius:12px;padding:1.5rem}.feature-box h3{color:#61dafb;margin-bottom:1rem}.feature-box ul{list-style:none;padding:0}.feature-box li{color:#ccc;font-size:.95rem;margin-bottom:.5rem}
/*# sourceMappingURL=main.bbf23f60.css.map*/