.top-navbar {
    height: 72px;
    padding: 0 16px;
    display: flex;
    align-items: center;
    gap: 14px;
    background: rgba(5, 8, 15, .92);
    border-bottom: 1px solid #1d2940;
}

.top-advisor-card {
    min-width: 285px;
    height: 48px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 14px;
    background: #0d1320;
    border: 1px solid #1d2940;
    border-radius: 8px;
}

.top-advisor-icon {
    width: 30px;
    height: 30px;
    display: grid;
    place-items: center;
    border-radius: 8px;
    color: #c4b5fd;
    background: rgba(124, 58, 237, .2);
}

.top-advisor-title {
    font-size: 14px;
    font-weight: 900;
    color: #c084fc;
}

.top-advisor-sub,
.top-clock-label,
.top-clock-date {
    font-size: 10px;
    color: #94a3b8;
}

.top-clock {
    margin-left: auto;
    height: 48px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.top-clock-time {
    font-size: 16px;
    font-weight: 900;
    color: #e5edf8;
}

.top-snapshot-link-btn,
.sync-button {
    height: 48px;
    min-width: 132px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 0 14px;
    border-radius: 7px;
    text-decoration: none;
    border: 1px solid rgba(168, 85, 247, .55);
}

.top-snapshot-link-btn {
    color: #facc15;
    background: rgba(15, 23, 42, .9);
}

.sync-button {
    color: #fff;
    background: linear-gradient(180deg, #6d28d9, #4c1d95);
    cursor: pointer;
}

.sync-form {
    margin: 0;
}

.snapshot-main-text,
.sync-main {
    display: block;
    font-size: 12px;
    font-weight: 900;
}

.snapshot-sub-text,
.sync-sub {
    display: block;
    font-size: 9px;
    color: #cbd5e1;
}

.top-profile-card {
    height: 48px;
    min-width: 150px;
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 6px 10px;
    background: #0d121f;
    border: 1px solid #1d2940;
    border-radius: 8px;
}

.profile-avatar {
    width: 34px;
    height: 34px;
    flex-shrink: 0;
    overflow: hidden;
    border-radius: 50%;
    border: 1px solid #7c3aed;
}

.profile-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.profile-info {
    line-height: 1.15;
}

.profile-name {
    display: block;
    color: #fff;
    font-size: 12px;
    font-weight: 900;
}

.profile-faction {
    color: #ef4444;
    font-size: 10px;
    font-weight: 800;
}

.profile-gold-diamond {
    color: #facc15;
}

.profile-crest {
    margin-left: auto;
    display: grid;
    place-items: center;
}

.profile-crest img {
    width: 20px;
    height: 20px;
    object-fit: contain;
    opacity: .85;
}
.top-snapshot-form {
    margin: 0;
}

.top-snapshot-form .top-snapshot-link-btn {
    cursor: pointer;
    font: inherit;
}

.simc-top-btn {
    color: #67e8f9;
    border-color: rgba(34, 211, 238, .52);
    background: linear-gradient(180deg, rgba(8, 47, 73, .82), rgba(15, 23, 42, .94));
    cursor: pointer;
    font: inherit;
}

.simc-top-btn:hover {
    border-color: rgba(103, 232, 249, .88);
    box-shadow: 0 0 18px rgba(34, 211, 238, .16);
}

@media (max-width: 1750px) {
    .top-navbar {
        gap: 9px;
    }

    .top-advisor-card {
        min-width: 230px;
    }

    .top-snapshot-link-btn,
    .sync-button {
        min-width: 116px;
        padding: 0 10px;
    }

    .top-profile-card {
        min-width: 132px;
    }
}
