*{margin:0;padding:0;box-sizing:border-box}:root{--primary:#667eea;--primary-dark:#5568d3;--secondary:#764ba2;--success:#27ae60;--danger:#e74c3c;--warning:#f39c12;--info:#3498db;--dark:#2c3e50;--light:#f8f9fa;--border:#e0e0e0;--shadow:rgba(0,0,0,.1);--gradient:linear-gradient(135deg,var(--primary) 0%,var(--secondary) 100%)}body{font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;background:#f5f7fa;min-height:100vh;color:#333;line-height:1.6}.navbar{background:#fff;box-shadow:0 2px 10px var(--shadow);position:sticky;top:0;z-index:1000;border-bottom:3px solid var(--primary)}.nav-container{max-width:1400px;margin:0 auto;padding:1rem 2rem;display:flex;align-items:center;justify-content:space-between;gap:2rem}.nav-brand h1{font-size:1.5rem;background:var(--gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-weight:700}.nav-menu{display:flex;gap:.5rem;flex:1}.nav-link{padding:.6rem 1.2rem;border-radius:8px;text-decoration:none;color:#666;font-weight:500;transition:all .3s ease;font-size:.95rem}.nav-link:hover{background:var(--light);color:var(--primary)}.nav-link.active{background:var(--gradient);color:#fff}.nav-user{display:flex;align-items:center;gap:12px;padding:.5rem 1rem;background:var(--light);border-radius:50px}.nav-avatar{width:36px;height:36px;border-radius:50%;border:2px solid var(--primary)}.nav-username{font-weight:600;color:var(--dark);font-size:.95rem}.btn-logout-nav{background:var(--danger);color:#fff;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;text-decoration:none;font-size:1.2rem;transition:all .3s ease}.btn-logout-nav:hover{background:#c0392b;transform:rotate(90deg)}.main-wrapper{min-height:calc(100vh - 200px);padding:2rem 1rem}.container{width:100%;max-width:600px;margin:0 auto}.container-wide{max-width:1400px}.dashboard{display:flex;flex-direction:column;gap:2rem}.welcome-card{background:#fff;border-radius:16px;padding:2.5rem;box-shadow:0 4px 20px var(--shadow);display:flex;justify-content:space-between;align-items:center;gap:2rem;border-left:5px solid var(--primary)}.welcome-content h1{font-size:2rem;color:var(--dark);margin-bottom:.5rem}.welcome-subtitle{color:#666;font-size:1.1rem}.welcome-stats{display:flex;flex-direction:column;gap:1rem;align-items:flex-end}.stat-badge{display:flex;align-items:center;gap:12px;padding:1rem 1.5rem;background:var(--light);border-radius:12px}.stat-icon{font-size:2rem;width:50px;height:50px;display:flex;align-items:center;justify-content:center;background:var(--gradient);border-radius:50%}.stat-label{font-size:.85rem;color:#666;text-transform:uppercase;letter-spacing:.5px}.stat-value{font-size:1.1rem;font-weight:700;color:var(--dark);font-family:'Courier New',monospace}.btn-steam-profile{padding:.8rem 1.5rem;background:var(--gradient);color:#fff;text-decoration:none;border-radius:8px;font-weight:600;transition:all .3s ease;display:inline-block}.btn-steam-profile:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(102,126,234,.3)}.modules-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:2rem}.auth-box{background:#fff;border-radius:24px;padding:3rem;box-shadow:0 10px 40px var(--shadow);max-width:550px;margin:0 auto}.auth-header{text-align:center;margin-bottom:3rem}.logo-circle{width:100px;height:100px;margin:0 auto 1.5rem;animation:float 3s ease-in-out infinite}@keyframes float {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-10px); }
}.auth-header h1{font-size:2.2rem;color:var(--dark);margin-bottom:.5rem}.auth-subtitle{color:#666;font-size:1.05rem}.auth-features{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:2.5rem}.feature-item{display:flex;align-items:flex-start;gap:1rem;padding:1.2rem;background:var(--light);border-radius:12px;transition:all .3s ease}.feature-item:hover{background:#e9ecef;transform:translateX(5px)}.feature-icon{font-size:2rem;width:50px;height:50px;display:flex;align-items:center;justify-content:center;background:var(--gradient);border-radius:12px;flex-shrink:0}.feature-text h3{font-size:1.1rem;color:var(--dark);margin-bottom:.3rem}.feature-text p{color:#666;font-size:.95rem}.auth-action{text-align:center}.auth-note{margin-top:1rem;font-size:.85rem;color:#999}h1{color:#333;margin-bottom:20px;font-size:2em}h2{color:#555;margin:15px 0 10px;font-size:1.5em}p{color:#666;margin:10px 0;line-height:1.6}.user-info{margin:30px 0;padding:20px;background:#f8f9fa;border-radius:15px}.avatar{width:120px;height:120px;border-radius:50%;border:4px solid #667eea;margin-bottom:15px;box-shadow:0 5px 15px rgba(0,0,0,.2)}.btn{display:inline-block;text-decoration:none;padding:12px 30px;border-radius:10px;transition:all .3s ease;font-size:16px;font-weight:600;margin-top:20px;cursor:pointer}.btn-steam{background:transparent;border:none;padding:0}.btn-steam img{height:50px;transition:transform .3s ease}.btn-steam:hover img{transform:scale(1.05)}.btn-logout{background:#e74c3c;color:#fff;border:none}.btn-logout:hover{background:#c0392b;transform:translateY(-2px);box-shadow:0 5px 15px rgba(231,76,60,.4)}a{color:#667eea;text-decoration:none;font-weight:500;transition:color .3s ease}a:hover{color:#764ba2}@media (max-width:600px){.auth-box{padding:30px 20px}h1{font-size:1.5em}.avatar{width:100px;height:100px}}.module-statistics,.module-welcome,.module-notifications{margin:20px 0;padding:20px;background:#f8f9fa;border-radius:15px;border-left:4px solid #667eea}.module-statistics h3,.module-welcome h3,.module-notifications h3{color:#333;font-size:1.2em;margin-bottom:15px;display:flex;align-items:center;gap:8px}.module-statistics p,.module-welcome p{color:#555;margin:8px 0;text-align:left}.module-statistics strong{color:#667eea;font-weight:700}.module-welcome{background:linear-gradient(135deg,#ffeaa7 0%,#fdcb6e 100%);border-left-color:#fdcb6e;animation:slideIn .5s ease-out}@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}.module-notifications{border-left-color:#e74c3c}.notification{padding:12px;margin:10px 0;border-radius:8px;text-align:left;position:relative;animation:fadeIn .3s ease-in}@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}.notification p{margin:0 0 5px 0;color:#333}.notification small{color:#888;font-size:.85em}.notification-info{background:#d4edff;border-left:3px solid #3498db}.notification-success{background:#d4f4dd;border-left:3px solid #27ae60}.notification-warning{background:#fff3cd;border-left:3px solid #f39c12}.notification-error{background:#f8d7da;border-left:3px solid #e74c3c}@media (max-width:600px){.module-statistics,.module-welcome,.module-notifications{padding:15px;margin:15px 0}}.module-notes{margin:20px 0;padding:20px;background:#f8f9fa;border-radius:15px;border-left:4px solid #f39c12}.module-notes h3{color:#333;font-size:1.2em;margin-bottom:15px}.notes-stats{color:#666;font-size:.9em;margin-bottom:15px;padding-bottom:10px;border-bottom:1px solid #ddd}.notes-list{display:flex;flex-direction:column;gap:10px;margin-bottom:15px}.note-item{background:#fff;padding:15px;border-radius:10px;border-left:4px solid #667eea;position:relative;transition:transform .2s ease , box-shadow .2s ease}.note-item:hover{transform:translateX(5px);box-shadow:0 4px 8px rgba(0,0,0,.1)}.note-item.note-pinned{background:#fffbf0;border-left-width:5px}.pin-icon{position:absolute;top:10px;right:10px;font-size:1.2em}.note-item h4{margin:0 0 8px 0;color:#333;font-size:1.1em}.note-item p{margin:0 0 8px 0;color:#555;line-height:1.5}.note-item small{color:#999;font-size:.85em}.btn-create-note{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff;border:none;padding:12px 24px;border-radius:8px;font-size:1em;font-weight:600;cursor:pointer;transition:transform .2s ease , box-shadow .2s ease}.btn-create-note:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(102,126,234,.4)}.btn-create-note:active{transform:translateY(0)}@media (max-width:600px){.module-notes{padding:15px}.note-item{padding:12px}}.module-admin{margin:20px 0;padding:20px;background:#f8f9fa;border-radius:15px;border-left:4px solid #e74c3c}.module-admin h3{color:#333;font-size:1.2em;margin-bottom:15px}.access-level{display:inline-block;padding:10px 20px;border-radius:25px;font-weight:600;font-size:1.1em;margin-bottom:15px}.access-level-0{background:#e0e0e0;color:#666}.access-level-1{background:linear-gradient(135deg,#4caf50 0%,#45a049 100%);color:#fff}.access-level-2{background:linear-gradient(135deg,#ff9800 0%,#f57c00 100%);color:#fff}.access-level-3{background:linear-gradient(135deg,#f44336 0%,#d32f2f 100%);color:#fff}.admin-panel{margin-top:20px;padding:20px;background:#fff;border-radius:12px;border:2px solid #667eea}.admin-panel h4{color:#333;margin-bottom:15px;font-size:1.1em}.admin-stats{margin-bottom:15px}.stat-item{display:flex;justify-content:space-between;padding:10px 0;border-bottom:1px solid #f0f0f0;color:#666}.stat-item:last-child{border-bottom:none}.stat-item strong{color:#667eea;font-size:1.1em}.admin-buttons{display:flex;gap:10px;margin-top:15px}.btn-admin{flex:1;text-align:center;padding:12px 20px;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff;text-decoration:none;border-radius:8px;font-weight:600;transition:transform .2s ease , box-shadow .2s ease}.btn-admin:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(102,126,234,.4)}@media (max-width:600px){.admin-buttons{flex-direction:column}.module-admin{padding:15px}}.module-servermonitor{margin:20px 0;padding:20px;background:#fff;border-radius:12px;border:2px solid #667eea}.module-servermonitor h2{color:#333;margin-bottom:20px;font-size:1.3em}.server-card{background:#f8f9fa;border-radius:10px;padding:15px;margin-bottom:15px;border-left:4px solid #ccc;transition:all .3s ease}.server-card.online{border-left-color:#27ae60;background:linear-gradient(135deg,#f8fff9 0%,#f0f9f4 100%)}.server-card.offline{border-left-color:#e74c3c;background:linear-gradient(135deg,#fff8f8 0%,#f9f0f0 100%)}.server-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.1)}.server-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.server-header h3{color:#333;font-size:1.1em;margin:0}.status-badge{padding:5px 12px;border-radius:20px;font-size:.9em;font-weight:600}.status-badge.online,.server-card.online .status-badge{background:#27ae60;color:#fff}.status-badge.offline,.server-card.offline .status-badge{background:#e74c3c;color:#fff}.server-info{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:10px;color:#666}.server-info .info-item{display:flex;flex-direction:column;gap:5px}.server-info .info-item span{font-size:.9em;color:#999}.server-info .info-item b{color:#333;font-size:1.1em}.server-info code{background:#e8e8e8;padding:4px 8px;border-radius:4px;font-family:'Courier New',monospace;font-size:.9em}.offline-msg{color:#e74c3c;font-style:italic}.add-server-form{background:#f8f9fa;padding:20px;border-radius:10px;margin-top:15px}.form-group{margin-bottom:15px}.form-group label{display:block;margin-bottom:5px;color:#333;font-weight:600}.form-group input,.form-group select{width:100%;padding:10px 15px;border:2px solid #e0e0e0;border-radius:8px;font-size:1em;transition:border-color .3s ease}.form-group input:focus,.form-group select:focus{outline:none;border-color:#667eea}.form-row{display:grid;grid-template-columns:2fr 1fr;gap:15px}.btn-primary{width:100%;padding:12px;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff;border:none;border-radius:8px;font-size:1em;font-weight:600;cursor:pointer;transition:transform .2s ease , box-shadow .2s ease}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(102,126,234,.4)}.btn-secondary{padding:8px 20px;background:#6c757d;color:#fff;text-decoration:none;border-radius:6px;font-size:.9em;transition:background .3s ease}.btn-secondary:hover{background:#5a6268}.servers-list{margin-top:15px}.server-item{background:#fff;border-radius:10px;padding:20px;margin-bottom:15px;border:2px solid #e0e0e0;transition:all .3s ease}.server-item.online{border-color:#27ae60}.server-item.offline{border-color:#e74c3c}.server-item:hover{box-shadow:0 4px 12px rgba(0,0,0,.1)}.server-item.loading{opacity:.6;pointer-events:none}.server-main{display:flex;align-items:center;gap:20px;flex-wrap:wrap}.server-status{display:flex;align-items:center;gap:8px;font-weight:600;padding:6px 12px;border-radius:20px;font-size:.9em}.server-item.online .server-status{background:#d4edda;color:#155724}.server-item.offline .server-status{background:#f8d7da;color:#721c24}.status-dot{width:8px;height:8px;border-radius:50%;background:currentColor;animation:pulse 2s infinite}@keyframes pulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.5; }
}.server-details{flex:1;min-width:200px}.server-details h3{color:#333;margin:0 0 5px 0;font-size:1.2em}.server-meta{display:flex;gap:15px;color:#666;font-size:.9em}.server-stats{display:flex;gap:15px;flex-wrap:wrap}.server-stats .stat-item{display:flex;flex-direction:column;gap:3px}.server-stats .label{font-size:.85em;color:#999}.server-stats .value{font-weight:600;color:#333;font-size:1.1em}.server-actions{display:flex;gap:10px;margin-left:auto}.btn-icon{background:#f8f9fa;border:2px solid #e0e0e0;width:40px;height:40px;border-radius:8px;cursor:pointer;font-size:1.2em;transition:all .3s ease}.btn-icon:hover{background:#667eea;border-color:#667eea;transform:scale(1.1)}.btn-icon.danger:hover{background:#e74c3c;border-color:#e74c3c}.server-statistics{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:15px;margin-top:15px;padding-top:15px;border-top:2px dashed #e0e0e0}.stat-box{background:linear-gradient(135deg,#f8f9fa 0%,#e9ecef 100%);padding:15px;border-radius:8px;text-align:center}.stat-box .stat-label{font-size:.85em;color:#666;margin-bottom:5px}.stat-box .stat-value{font-size:1.5em;font-weight:700;color:#667eea}.no-data{text-align:center;padding:40px;color:#999}.stats-panel{background:#fff;border-radius:12px;padding:30px;margin-top:20px}.server-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px;padding-bottom:20px;border-bottom:2px solid #e0e0e0}.period-selector{display:flex;align-items:center;gap:10px}.period-selector select{padding:8px 15px;border:2px solid #e0e0e0;border-radius:6px;font-size:1em;cursor:pointer}.stats-summary{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px;margin-bottom:30px}.stat-card{background:linear-gradient(135deg,#f8f9fa 0%,#e9ecef 100%);border-radius:12px;padding:20px;display:flex;align-items:center;gap:15px;transition:transform .3s ease , box-shadow .3s ease}.stat-card:hover{transform:translateY(-5px);box-shadow:0 6px 20px rgba(0,0,0,.1)}.stat-icon{font-size:2.5em;width:60px;height:60px;display:flex;align-items:center;justify-content:center;background:#fff;border-radius:50%}.stat-content .stat-label{font-size:.9em;color:#666;margin-bottom:5px}.stat-content .stat-value{font-size:2em;font-weight:700;color:#667eea}.charts-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:30px;margin-bottom:30px}.chart-container{background:#f8f9fa;padding:20px;border-radius:12px}.chart-container h3{color:#333;margin-bottom:15px;font-size:1.1em}.chart-container canvas{height:250px!important}.stats-table-container{margin-top:30px}.stats-table-container h3{color:#333;margin-bottom:15px}.stats-table{width:100%;border-collapse:collapse;background:#fff;border-radius:8px;overflow:hidden}.stats-table thead{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff}.stats-table th,.stats-table td{padding:12px 15px;text-align:left}.stats-table tbody tr:nth-child(even) {background:#f8f9fa}.stats-table tbody tr:hover{background:#e9ecef}@media (max-width:768px){.nav-container{flex-direction:column;gap:1rem;padding:1rem}.nav-menu{width:100%;flex-direction:column}.nav-link{text-align:center}.welcome-card{flex-direction:column;text-align:center;padding:2rem}.welcome-content h1{font-size:1.5rem}.welcome-stats{align-items:center;width:100%}.modules-grid{grid-template-columns:1fr}.container{padding:10px}.server-main{flex-direction:column;align-items:flex-start}.server-actions{width:100%;justify-content:flex-end}.form-row{grid-template-columns:1fr}.charts-grid{grid-template-columns:1fr}.stats-summary{grid-template-columns:1fr}.auth-box{padding:2rem 1.5rem}.feature-item{flex-direction:column;text-align:center}}.footer{background:#fff;border-top:1px solid var(--border);padding:2rem 1rem;margin-top:4rem}.footer-container{max-width:1400px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.footer-container p{color:#666;font-size:.9rem}.footer-links{display:flex;gap:2rem}.footer-links a{color:#666;text-decoration:none;font-size:.9rem;transition:color .3s ease}.footer-links a:hover{color:var(--primary)}.module-statistics,.module-welcome,.module-notifications,.module-notes,.module-admin,.module-servermonitor{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 2px 10px var(--shadow);border-left:4px solid var(--primary);transition:all .3s ease}.module-statistics:hover,.module-welcome:hover,.module-notifications:hover,.module-notes:hover,.module-admin:hover,.module-servermonitor:hover{box-shadow:0 6px 20px var(--shadow);transform:translateY(-2px)}.module-statistics h2,.module-welcome h2,.module-notifications h2,.module-notes h2,.module-admin h2,.module-servermonitor h2,.module-statistics h3,.module-welcome h3,.module-notifications h3,.module-notes h3,.module-admin h3,.module-servermonitor h3{color:var(--dark);margin-bottom:1.5rem;display:flex;align-items:center;gap:.5rem}