.developer-module__MuJ4MG__loginContainer{justify-content:center;align-items:center;min-height:80vh;padding:20px;display:flex}.developer-module__MuJ4MG__loginCard{text-align:center;width:100%;max-width:420px;box-shadow:var(--shadow-lg);padding:40px 30px}.developer-module__MuJ4MG__logoIcon{background:linear-gradient(135deg, var(--primary), var(--secondary));color:#fff;width:54px;height:54px;box-shadow:var(--shadow-glow);font-size:24px;font-weight:800;font-family:var(--font-display);border-radius:14px;justify-content:center;align-items:center;margin:0 auto 20px;display:flex}.developer-module__MuJ4MG__loginCard h2{font-family:var(--font-display);color:var(--text-primary);margin-bottom:8px;font-size:22px}.developer-module__MuJ4MG__loginCard p{color:var(--text-muted);margin-bottom:30px;font-size:14px}.developer-module__MuJ4MG__dashboardContainer{max-width:1280px;margin:0 auto;padding:40px 20px 80px}.developer-module__MuJ4MG__header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;margin-bottom:40px;padding-bottom:20px;display:flex}.developer-module__MuJ4MG__title{font-family:var(--font-display);background:linear-gradient(135deg, #fff, var(--text-secondary));-webkit-text-fill-color:transparent;-webkit-background-clip:text;font-size:32px;font-weight:800}.developer-module__MuJ4MG__subtitle{color:var(--text-muted);margin-top:4px;font-size:14px}.developer-module__MuJ4MG__logoutBtn{color:#f87171;cursor:pointer;transition:var(--transition-fast);background:#ef44441a;border:1px solid #ef444433;border-radius:10px;padding:10px 20px;font-size:14px;font-weight:600}.developer-module__MuJ4MG__logoutBtn:hover{color:#fff;background:#ef4444}.developer-module__MuJ4MG__gridContainer{grid-template-columns:1fr 1.2fr;align-items:start;gap:40px;display:grid}.developer-module__MuJ4MG__card{padding:30px}.developer-module__MuJ4MG__sectionTitle{font-family:var(--font-display);color:var(--text-primary);border-right:3px solid var(--primary);margin-bottom:24px;padding-right:10px;font-size:20px;font-weight:800}.developer-module__MuJ4MG__form{flex-direction:column;gap:20px;display:flex}.developer-module__MuJ4MG__formRow{gap:20px;display:flex}.developer-module__MuJ4MG__formGroup{flex-direction:column;flex:1;gap:8px;display:flex}.developer-module__MuJ4MG__formGroup label{color:var(--text-secondary);font-size:13px;font-weight:600}.developer-module__MuJ4MG__inputField,.developer-module__MuJ4MG__selectField,.developer-module__MuJ4MG__textareaField{border:1px solid var(--border);color:var(--text-primary);transition:var(--transition-fast);background:#0f111acc;border-radius:10px;width:100%;padding:12px 16px;font-size:14px}.developer-module__MuJ4MG__inputField:focus,.developer-module__MuJ4MG__selectField:focus,.developer-module__MuJ4MG__textareaField:focus{border-color:var(--primary);box-shadow:0 0 0 1px var(--primary-glow);outline:none}.developer-module__MuJ4MG__selectField option{color:var(--text-primary);background:#0d0f14}.developer-module__MuJ4MG__textareaField{resize:vertical}.developer-module__MuJ4MG__fileField{color:var(--text-muted);font-size:13px}.developer-module__MuJ4MG__fileField::-webkit-file-upload-button{border:1px solid var(--border);color:var(--text-secondary);cursor:pointer;transition:var(--transition-fast);background:#ffffff0d;border-radius:8px;margin-left:10px;padding:6px 12px;font-weight:600}.developer-module__MuJ4MG__fileField::-webkit-file-upload-button:hover{color:var(--text-primary);background:#ffffff1a}.developer-module__MuJ4MG__submitBtn{background:linear-gradient(135deg, var(--primary), var(--secondary));color:#fff;cursor:pointer;transition:var(--transition-fast);box-shadow:var(--shadow-sm);border-radius:10px;margin-top:10px;padding:14px 24px;font-size:15px;font-weight:700}.developer-module__MuJ4MG__submitBtn:hover{filter:brightness(1.1);box-shadow:var(--shadow-glow)}.developer-module__MuJ4MG__submitBtn:disabled{opacity:.6;cursor:not-allowed;filter:none;box-shadow:none}.developer-module__MuJ4MG__tableWrapper{border:1px solid var(--border);border-radius:12px;overflow-x:auto}.developer-module__MuJ4MG__table{border-collapse:collapse;text-align:right;width:100%;font-size:13px}.developer-module__MuJ4MG__table th,.developer-module__MuJ4MG__table td{border-bottom:1px solid var(--border);padding:16px}.developer-module__MuJ4MG__table th{color:var(--text-secondary);background:#ffffff05;font-weight:700}.developer-module__MuJ4MG__table tbody tr:hover{background:#ffffff03}.developer-module__MuJ4MG__miniIcon{color:#fff;width:36px;height:36px;font-size:14px;font-weight:800;font-family:var(--font-display);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.developer-module__MuJ4MG__badgeAndroid,.developer-module__MuJ4MG__badgeWindows{border-radius:99px;padding:3px 10px;font-size:11px;font-weight:600}.developer-module__MuJ4MG__badgeAndroid{color:var(--success);background:#10b9811a}.developer-module__MuJ4MG__badgeWindows{color:var(--secondary);background:#06b6d41a}.developer-module__MuJ4MG__errorText{color:#f87171;font-size:13px;font-weight:600}.developer-module__MuJ4MG__successText{color:#34d399;font-size:13px;font-weight:600}@media (max-width:960px){.developer-module__MuJ4MG__gridContainer{grid-template-columns:1fr;gap:30px}}@media (max-width:640px){.developer-module__MuJ4MG__formRow{flex-direction:column;gap:20px}}.developer-module__MuJ4MG__switchAuthText{color:var(--text-muted);margin-top:20px;font-size:13px!important}.developer-module__MuJ4MG__switchAuthLink{color:var(--primary);cursor:pointer;transition:var(--transition-fast);margin-right:5px;font-weight:700;text-decoration:underline}.developer-module__MuJ4MG__switchAuthLink:hover{color:var(--secondary)}.developer-module__MuJ4MG__filterToggleContainer{gap:10px;margin-bottom:20px;display:flex}.developer-module__MuJ4MG__toggleBtn{border:1px solid var(--border);color:var(--text-secondary);cursor:pointer;transition:var(--transition-fast);background:#ffffff0d;border-radius:8px;padding:8px 16px;font-size:13px;font-weight:600}.developer-module__MuJ4MG__toggleBtn:hover{background:#ffffff1a}.developer-module__MuJ4MG__toggleBtnActive{background:linear-gradient(135deg, var(--primary), var(--secondary));color:#fff;border-color:#0000}.developer-module__MuJ4MG__progressContainer{border:1px solid var(--border);background:#0f111acc;border-radius:8px;width:100%;height:16px;margin-top:10px;position:relative;overflow:hidden}.developer-module__MuJ4MG__progressBar{background:linear-gradient(90deg, var(--primary), var(--secondary));height:100%;box-shadow:0 0 10px var(--primary-glow);transition:width .1s ease-out}.developer-module__MuJ4MG__progressText{color:var(--text-secondary);text-align:right;margin-top:5px;font-size:12px;font-weight:700}
