*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;background:#1a1d24;color:#fff;line-height:1.6}.container{max-width:100%;height:100vh;margin:0;padding:0;display:flex;flex-direction:column}.topbar{display:flex;justify-content:space-between;align-items:center;padding:12px 20px;background:#23272f;border-bottom:1px solid #2d3139}.topbar-left{display:flex;align-items:center;gap:20px}.logo{display:flex;align-items:center;gap:12px;font-size:20px;font-weight:700}.logo-icon{width:32px;height:32px;background:linear-gradient(135deg,#5b7cff,#4056f3);border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:18px}.user-info{display:flex;align-items:center;gap:12px}.user-avatar{width:36px;height:36px;border-radius:50%;background:linear-gradient(135deg,#5b7cff,#4056f3);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:14px}.profiles-header{padding:20px 30px;background:#1a1d24;border-bottom:1px solid #2d3139}.profiles-header-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.profiles-title{font-size:24px;font-weight:700;color:#fff}.profiles-toolbar{display:flex;align-items:center;gap:12px}.search-box{display:flex;align-items:center;gap:8px;background:#23272f;border:1px solid #2d3139;border-radius:8px;padding:8px 16px;min-width:400px}.search-box input{background:none;border:none;color:#fff;outline:none;flex:1;font-size:14px}.search-box input::placeholder{color:#6b7280}.btn{padding:10px 20px;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease;display:inline-flex;align-items:center;gap:8px;justify-content:center}.btn-primary{background:linear-gradient(135deg,#5b7cff,#4056f3);color:#fff}.btn-primary:hover{background:linear-gradient(135deg,#4a6bef,#3045e3);transform:translateY(-1px)}.btn-open{background:#5b7cff;color:#fff;padding:8px 16px;font-size:13px}.btn-open:hover{background:#4a6bef}.btn-secondary{background:#2d3139;color:#fff}.btn-secondary:hover{background:#363a44}.btn-danger{background:#ef4444;color:#fff}.btn-danger:hover{background:#dc2626}.profiles-table-container{flex:1;overflow:auto;background:#1a1d24}.profiles-table{width:100%;border-collapse:collapse}.profiles-table thead{background:#23272f;position:sticky;top:0;z-index:10}.profiles-table th{padding:14px 20px;text-align:left;font-size:13px;font-weight:600;color:#9ca3af;text-transform:uppercase;letter-spacing:.5px;border-bottom:1px solid #2d3139}.profiles-table tbody tr{border-bottom:1px solid #2d3139;transition:background .2s ease}.profiles-table tbody tr:hover{background:#23272f}.profiles-table td{padding:16px 20px;font-size:14px;color:#e5e7eb}.profile-name-cell{display:flex;align-items:center;gap:12px}.profile-checkbox{width:18px;height:18px;border:2px solid #4b5563;border-radius:4px;cursor:pointer}.profile-id{color:#6b7280;font-size:13px}.profile-name-text{font-weight:600;color:#fff}.profile-status-badge{padding:4px 12px;border-radius:12px;font-size:12px;font-weight:600;display:inline-block}.status-running{background:#3b82f626;color:#3b82f6}.status-inactive{background:#6b728026;color:#9ca3af}.profile-group-badge{padding:4px 10px;border-radius:6px;font-size:12px;background:#5b7cff;color:#fff;display:inline-flex;align-items:center;gap:4px}.profile-ip{display:flex;flex-direction:column;gap:2px}.profile-ip-address{color:#fff;font-size:13px}.profile-ip-location{color:#6b7280;font-size:12px}.profile-actions{display:flex;gap:8px;align-items:center}.btn-icon{width:32px;height:32px;border-radius:6px;display:flex;align-items:center;justify-content:center;background:#2d3139;border:none;color:#9ca3af;cursor:pointer;transition:all .2s ease}.btn-icon:hover{background:#363a44;color:#fff}.modal{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000d9;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.modal-content{background:#23272f;border-radius:12px;max-width:600px;width:100%;max-height:90vh;overflow-y:auto;padding:0;border:1px solid #2d3139}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;border-bottom:1px solid #2d3139}.modal-title{font-size:20px;font-weight:700;color:#fff}.modal-close{background:none;border:none;color:#9ca3af;font-size:28px;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:6px;transition:all .2s ease}.modal-close:hover{background:#2d3139;color:#fff}.modal-body{padding:24px}.modal-footer{padding:16px 24px;border-top:1px solid #2d3139;display:flex;gap:12px;justify-content:flex-end}.form-group{margin-bottom:20px}.form-group label{display:block;margin-bottom:8px;font-weight:600;color:#e5e7eb;font-size:14px}.form-control{width:100%;padding:12px 16px;border:1px solid #2d3139;border-radius:8px;background:#1a1d24;color:#fff;font-size:14px;transition:all .2s ease}.form-control:focus{outline:none;border-color:#5b7cff;background:#23272f}.form-control::placeholder{color:#6b7280}.auth-container{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:20px;background:#1a1d24}.auth-card{background:#23272f;border-radius:16px;padding:40px;max-width:450px;width:100%;border:1px solid #2d3139}.auth-logo{text-align:center;margin-bottom:32px}.auth-logo-icon{width:64px;height:64px;background:linear-gradient(135deg,#5b7cff,#4056f3);border-radius:16px;display:flex;align-items:center;justify-content:center;font-size:32px;margin:0 auto 16px}.auth-title{font-size:28px;font-weight:700;text-align:center;margin-bottom:8px;color:#fff}.auth-subtitle{text-align:center;color:#9ca3af;font-size:14px;margin-bottom:32px}.alert{padding:12px 16px;border-radius:8px;margin-bottom:20px;font-size:14px;display:flex;align-items:center;gap:8px}.alert-error{background:#ef444426;color:#f87171;border:1px solid rgba(239,68,68,.3)}.alert-success{background:#10b98126;color:#34d399;border:1px solid rgba(16,185,129,.3)}.loading{text-align:center;padding:60px 20px;color:#9ca3af}.loading-spinner{width:40px;height:40px;border:4px solid #2d3139;border-top-color:#5b7cff;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 16px}@keyframes spin{to{transform:rotate(360deg)}}.empty-state{text-align:center;padding:80px 20px;color:#6b7280}.empty-state-icon{font-size:72px;margin-bottom:20px;opacity:.4}.empty-state-title{font-size:20px;font-weight:600;margin-bottom:8px;color:#9ca3af}.empty-state-description{font-size:14px;margin-bottom:24px;color:#6b7280}.sidebar{width:240px;background:#23272f;border-right:1px solid #2d3139;padding:20px 0;display:flex;flex-direction:column}.sidebar-menu{list-style:none}.sidebar-menu-item{padding:12px 24px;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:12px;color:#9ca3af;font-size:14px}.sidebar-menu-item:hover{background:#2d3139;color:#fff}.sidebar-menu-item.active{background:#5b7cff26;color:#5b7cff;border-right:3px solid #5b7cff}@media (max-width: 768px){.search-box{min-width:200px}.profiles-table{font-size:12px}.profiles-table th,.profiles-table td{padding:10px 12px}}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#1a1d24}::-webkit-scrollbar-thumb{background:#2d3139;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#363a44}
