/*
Dev: TRAN THANH THANH (XitModz), (Mitxy)
Design: NGUYEN VAN HAU (Noji Modz)
Name: System AimLock HZZ Dark Theme Stylesheet
Note: 
Time Update: 19/08/2026
----- Contact -----
- QC: Affordable Dedicated Server Rental, Server Interface Customizable to Your Preferences.

- Telegram: https://t.me/mitxyreal
- Telegram: https://t.me/owner_gralic
- Telegram Channel: https://t.me/mitxychannel
- Note: All source code is copyrighted and any copying will result in immediate copyright infringement.

@MITXY Security - July 2026
*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

body {
    background-color: #000000;
    color: #ffffff;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 20px 12px;
}

.mitxy_css_top_brand {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #666666;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.mitxy_css_container {
    width: 100%;
    max-width: 480px;
}

.mitxy_css_card {
    background-color: #0a0a0a;
    border: 1px solid #1a1a1a;
    border-radius: 20px;
    padding: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.8);
    position: relative;
    overflow: hidden;
}

.mitxy_css_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #141414;
}

.mitxy_css_header_left {
    display: flex;
    align-items: center;
    gap: 12px;
}

.mitxy_css_logo_avatar {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #121212;
    border: 1px solid #222222;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mitxy_css_logo_avatar svg {
    width: 22px;
    height: 22px;
    fill: #ffffff;
}

.mitxy_css_brand_title {
    font-size: 14px;
    font-weight: 800;
    color: #ffffff;
    letter-spacing: 0.5px;
}

.mitxy_css_brand_sub {
    font-size: 11px;
    color: #666666;
    text-transform: uppercase;
}

.mitxy_css_top_action_btn {
    background: #141414;
    border: 1px solid #262626;
    color: #ffffff;
    font-size: 11px;
    font-weight: 700;
    padding: 8px 14px;
    border-radius: 20px;
    cursor: pointer;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
}

.mitxy_css_main_heading {
    text-align: center;
    margin-bottom: 20px;
}

.mitxy_css_title {
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 4px;
    color: #ffffff;
}

.mitxy_css_subtitle {
    font-size: 12px;
    color: #666666;
}

.mitxy_css_step_card {
    background: #121212;
    border: 1px solid #222222;
    border-radius: 16px;
    padding: 14px;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mitxy_css_step_info {
    display: flex;
    align-items: center;
    gap: 12px;
    max-width: 70%;
}

.mitxy_css_step_icon {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    background: #181818;
    border: 1px solid #2a2a2a;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.mitxy_css_step_icon svg {
    width: 18px;
    height: 18px;
    fill: #ffffff;
}

.mitxy_css_step_title {
    font-size: 13px;
    font-weight: 700;
    color: #ffffff;
}

.mitxy_css_step_desc {
    font-size: 11px;
    color: #666666;
}

.mitxy_css_truncate_single {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

.mitxy_css_truncate_multi {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    max-width: 100%;
}

.mitxy_css_skeleton {
    background: linear-gradient(90deg, #121212 25%, #222222 50%, #121212 75%);
    background-size: 200% 100%;
    animation: mitxy_css_skeleton_shimmer 1.5s infinite;
    border-radius: 8px;
    color: transparent !important;
}

@keyframes mitxy_css_skeleton_shimmer {
    0% {
        background-position: 200% 0;
    }
    100% {
        background-position: -200% 0;
    }
}

.mitxy_css_btn_outline {
    background: transparent;
    border: 1px solid #333333;
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    padding: 8px 16px;
    border-radius: 12px;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    flex-shrink: 0;
}

.mitxy_css_btn_primary {
    width: 100%;
    background: #ffffff;
    color: #000000;
    border: none;
    font-size: 14px;
    font-weight: 800;
    padding: 14px;
    border-radius: 14px;
    cursor: pointer;
    margin-top: 10px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.mitxy_css_btn_danger {
    background: #ff0844;
    color: #ffffff;
    border: none;
    font-weight: 700;
    padding: 8px 12px;
    border-radius: 10px;
    cursor: pointer;
}

.mitxy_css_key_box {
    background: #121212;
    border: 1px dashed #333333;
    border-radius: 16px;
    padding: 16px;
    text-align: center;
    margin-bottom: 12px;
}

.mitxy_css_notice_title {
    font-size: 11px;
    color: #666666;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 8px;
}

.mitxy_css_key_display {
    font-family: monospace;
    font-size: 15px;
    font-weight: 700;
    color: #ffffff;
    word-break: break-all;
}

.mitxy_css_footer {
    text-align: center;
    margin-top: 20px;
    font-size: 11px;
    color: #444444;
}

.mitxy_css_footer a {
    color: #666666;
    text-decoration: none;
}

.mitxy_css_input_group {
    margin-bottom: 14px;
    text-align: left;
}

.mitxy_css_label {
    display: block;
    font-size: 11px;
    color: #888888;
    margin-bottom: 6px;
    text-transform: uppercase;
}

.mitxy_css_input {
    width: 100%;
    background: #121212;
    border: 1px solid #222222;
    border-radius: 10px;
    padding: 10px 14px;
    color: #ffffff;
    font-size: 13px;
    outline: none;
}

.mitxy_css_input:focus {
    border-color: #444444;
}

.mitxy_css_hamburger_btn {
    background: #141414;
    border: 1px solid #262626;
    color: #ffffff;
    width: 36px;
    height: 36px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.mitxy_css_drawer_overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(4px);
    z-index: 998;
    display: none;
}

.mitxy_css_drawer_overlay.mitxy_css_active {
    display: block;
}

.mitxy_css_drawer {
    position: fixed;
    top: 0;
    right: -280px;
    width: 280px;
    height: 100%;
    background: #0a0a0a;
    border-left: 1px solid #1a1a1a;
    z-index: 999;
    padding: 20px;
    transition: right 0.3s ease;
    display: flex;
    flex-direction: column;
}

.mitxy_css_drawer.mitxy_css_active {
    right: 0;
}

.mitxy_css_drawer_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 12px;
    border-bottom: 1px solid #141414;
}

.mitxy_css_drawer_title {
    font-size: 14px;
    font-weight: 800;
    color: #ffffff;
}

.mitxy_css_drawer_close {
    background: none;
    border: none;
    color: #888888;
    font-size: 18px;
    cursor: pointer;
}

.mitxy_css_drawer_menu {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.mitxy_css_drawer_item {
    background: #121212;
    border: 1px solid #1f1f1f;
    color: #cccccc;
    padding: 12px 14px;
    border-radius: 12px;
    font-size: 13px;
    font-weight: 600;
    text-align: left;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.mitxy_css_drawer_item.mitxy_css_active {
    background: #ffffff;
    color: #000000;
    border-color: #ffffff;
}

.mitxy_css_tab_panel {
    display: none;
}

.mitxy_css_tab_panel.mitxy_css_active {
    display: block;
}

.mitxy_css_table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 10px;
}

.mitxy_css_table th, .mitxy_css_table td {
    padding: 10px;
    text-align: left;
    border-bottom: 1px solid #1a1a1a;
    font-size: 12px;
}

.mitxy_css_table th {
    color: #888888;
    font-weight: 600;
}

.mitxy_css_badge {
    padding: 4px 8px;
    border-radius: 6px;
    font-size: 10px;
    font-weight: 700;
}

.mitxy_css_badge_success {
    background: rgba(16, 185, 129, 0.1);
    color: #10b981;
    border: 1px solid rgba(16, 185, 129, 0.2);
}

.mitxy_css_grid_2col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.mitxy_css_toast {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%) translateY(100px);
    background: #ffffff;
    color: #000000;
    padding: 10px 20px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
    box-shadow: 0 4px 15px rgba(0,0,0,0.5);
    opacity: 0;
    transition: transform 0.3s ease, opacity 0.3s ease;
    z-index: 1000;
}

.mitxy_css_toast.mitxy_css_show {
    transform: translateX(-50%) translateY(0);
    opacity: 1;
}

.mitxy_css_modal_overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.85);
    backdrop-filter: blur(8px);
    z-index: 99998;
    display: none;
    opacity: 0;
    transition: opacity 0.25s ease;
}

.mitxy_css_modal_overlay.mitxy_css_active {
    display: block;
    opacity: 1;
}

.mitxy_css_modal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.95);
    width: 90vw;
    max-width: 580px;
    max-height: 85vh;
    overflow-y: auto;
    background: #0d0d0d;
    border: 1px solid #282828;
    border-radius: 20px;
    padding: 22px;
    z-index: 99999;
    display: none;
    opacity: 0;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.9);
    transition: transform 0.25s ease, opacity 0.25s ease;
}

.mitxy_css_modal.mitxy_css_active {
    display: block;
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}
