/*!
* DefconExpanded, Created by...
* KezzaMcFezza - Main Developer
* Nexustini - Server Managment
*
* Notable Mentions...
* Rad - For helping with python scripts.
* Bert_the_turtle - Doing everthing with c++
* 
* Inspired by Sievert and Wan May
* 
* Last Edited 19-09-2025
*/

.fa-user {
    margin-right: 5px;
}

.fa-cog {
    margin-right: 5px;
}

.smurf-checker-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 1rem;
    gap: 1.5rem;
}

.info-section {
    background-color: rgba(28, 28, 46, 0.2);
    border-radius: 10px;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    position: relative;
    overflow: hidden;
}

.info-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(to right, #4da6ff, #5eff00);
    opacity: 0.7;
}

.info-section h3 {
    color: #4da6ff;
    font-family: 'Orbitron', sans-serif;
    font-size: 1.3rem;
    margin: 0 0 1rem 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.info-section p {
    color: #b8b8b8;
    margin: 0 0 0.75rem 0;
    line-height: 1.6;
    font-size: 0.95rem;
}

#report-description,
#report-player-name {
    width: -webkit-fill-available;
    background-color: rgb(20 20 20 / 50%);
    border: 1px solid #333;
    padding: 0.75rem 1rem;
    color: #fff;
    border-radius: 8px;
    font-size: 1rem;
    resize: vertical;
}

.search-section h2 {
    color: #4da6ff;
    font-family: 'Orbitron', sans-serif;
    font-size: 1.3rem;
    margin: 0 0 0.5rem 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.search-section p {
    color: #b8b8b8;
    margin: 0 0 1rem 0;
    font-size: 0.95rem;
}

.search-input-container {
    display: flex;
    align-items: center;
}

.search-input {
    flex: 1;
    background-color: rgb(20 20 20 / 50%);
    border: 1px solid #333;
    margin-right: 10px;
    color: #fff;
    padding: 0.75rem 1rem;
    border-radius: 8px;
    font-size: 1rem;
    transition: border-color 0.3s ease;
}

.search-btn {
    background-color: #0067b8;
    color: #fff;
    border: none;
    padding: 0.75rem 1.5rem;
    border-radius: 8px;
    cursor: pointer;
    font-size: 1rem;
    font-weight: 500;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.results-container {
    margin-top: 1.5rem;
}

.smurf-checker-content {
    display: flex;
    gap: 1.5rem;
    align-items: flex-start;
}

.smurf-main-content {
    flex: 1;
    min-width: 0;
}

.smurf-card {
    background-color: rgba(28, 28, 46, 0.2);
    border-radius: 10px;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    position: relative;
    overflow: hidden;
}

.smurf-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(to right, #3d3d3d, #363636);
    opacity: 0.7;
}

.smurf-card-header {
    margin-bottom: 1.5rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.smurf-card-title {
    color: #4da6ff;
    font-family: 'Orbitron', sans-serif;
    font-size: 1.3rem;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.player-info {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
}

.info-card {
    background-color: rgba(40, 40, 58, 0.3);
    border-radius: 8px;
    padding: 1rem;
    border-left: 3px solid #4da6ff;
}

.info-card h4 {
    color: #4da6ff;
    margin: 0 0 0.5rem 0;
    font-size: 0.95rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.info-card p {
    color: #e5e5e5;
    margin: 0;
    font-size: 1.1rem;
    font-weight: 500;
}

.alternate-names-section {
    margin-top: 1.5rem;
}

.alternate-names-section h4 {
    color: #4da6ff;
    font-family: 'Orbitron', sans-serif;
    font-size: 1.1rem;
    margin: 0 0 1rem 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.alternate-names-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.alternate-name-tag {
    background-color: rgba(77, 166, 255, 0.2);
    color: #4da6ff;
    padding: 0.35rem 0.75rem;
    border-radius: 15px;
    font-size: 0.85rem;
    border: 1px solid rgba(77, 166, 255, 0.3);
}

.alternate-names-list-container {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.alternate-name-item {
    background-color: rgba(40, 40, 58, 0.4);
    border-radius: 8px;
    padding: 1rem;
    border-left: 3px solid #ff6b6b;
    transition: all 0.3s ease;
}

.alternate-name-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.alternate-name-title {
    color: #e5e5e5;
    font-weight: 600;
    font-size: 1rem;
}

.alternate-name-count {
    color: #ff6b6b;
    font-size: 0.85rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.infraction-demos-section {
    margin-top: 2rem;
}

.infraction-demos-section h4 {
    color: #4da6ff;
    font-family: 'Orbitron', sans-serif;
    font-size: 1.1rem;
    margin: 0 0 1rem 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.smurf-demos-container {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    max-height: 400px;
    overflow-y: auto;
    padding-right: 0.5rem;
}

.smurf-demos-container::-webkit-scrollbar {
    width: 6px;
}

.smurf-demos-container::-webkit-scrollbar-track {
    background: rgba(40, 40, 58, 0.3);
    border-radius: 3px;
}

.smurf-demos-container::-webkit-scrollbar-thumb {
    background: #4da6ff;
    border-radius: 3px;
}

.smurf-demos-container::-webkit-scrollbar-thumb:hover {
    background: #66b3ff;
}

.infraction-game-item {
    background-color: rgba(40, 40, 58, 0.4);
    border-radius: 8px;
    padding: 1rem;
    border-left: 3px solid #ff6b6b;
    transition: all 0.3s ease;
}

.game-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.5rem;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.game-type {
    color: #4da6ff;
    font-weight: 600;
    font-size: 1rem;
}

.game-date {
    color: #b8b8b8;
    font-size: 0.85rem;
}

.game-details {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
}

.game-reason {
    color: #ff6b6b;
    font-size: 0.8rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex: 1;
}

.game-reason i {
    opacity: 0.7;
}

.game-actions {
    display: flex;
    gap: 0.5rem;
}

.download-demo-btn {
    display: flex;
    padding: 6px 16px;
    background-color: #0067b8;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    font-size: 14px;
    transition: background-color 0.2s;
    align-items: center;
    justify-content: flex-end;
    max-width: fit-content;
    margin-right: 10px;
    border: none;
    cursor: pointer;
}

.download-demo-btn:hover {
    background-color: #3a8eff;
}

.download-demo-btn i {
    margin-right: 5px;
}

.no-infractions {
    text-align: center;
    padding: 2rem;
    color: #5eff00;
    font-size: 1.1rem;
}

.no-infractions i {
    font-size: 2rem;
    margin-bottom: 1rem;
    display: block;
}

.error-message {
    text-align: center;
    padding: 2rem;
    color: #ff6b6b;
    font-size: 1.1rem;
}

.loading {
    text-align: center;
    padding: 2rem;
    color: #4da6ff;
    font-size: 1.1rem;
}

.loading i {
    animation: spin 1s linear infinite;
    margin-right: 0.5rem;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.infraction-count.low {
    color: #5eff00;
}

.infraction-count.medium {
    color: #ffaa00;
    height: unset !important;
}

.infraction-count.high {
    color: #ff6b6b;
}

.report-notification {
    margin-top: 1rem;
    padding: 0.75rem 1rem;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.95rem;
    animation: slideIn 0.3s ease-out;
}

.report-notification.success {
    background-color: rgba(94, 255, 0, 0.1);
    border: 1px solid rgba(94, 255, 0, 0.3);
    color: #5eff00;
}

.report-notification.error {
    background-color: rgba(255, 107, 107, 0.1);
    border: 1px solid rgba(255, 107, 107, 0.3);
    color: #ff6b6b;
}

.report-notification i {
    font-size: 1rem;
}

.report-notification a {
    color: inherit;
    text-decoration: underline;
}

.report-notification a:hover {
    opacity: 0.8;
}

@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}