 /* Center everything */
#twitchResizer {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: Arial, sans-serif;
    margin: 20px auto;
}

/* Hide default file input */
#emoteUpload {
    display: none;
}

/* Upload box */
.upload-box {
    position: relative;
    padding: 40px 20px;
    width: 400px;
    max-width: 90%;
    border: 4px dashed #9147ff;
    border-radius: 16px;
    background: #f8f8f8;
    color: #9147ff;
    text-align: center;
    font-weight: bold;
    transition: all 0.3s;
    cursor: pointer;
    margin-bottom: 30px;
}



.centertext {
text-align: center;
padding : 10px;
font-size: 18px;
   }
   
 .centerhead {
text-align: center;
font-size: 24px;
padding : 10px;
   }  
   
.upload-box:hover {
    background: #f0e7ff;
    border-color: #772ce8;
    color: #772ce8;
}
.upload-box.dragover {
    background: #e5d7ff;
    border-color: #772ce8;
    color: #772ce8;
}

/* Browse button */
.upload-box .Button {
    display: inline-block;
    margin-top: 15px;
    padding: 10px 20px;
    background-color: #9147ff;
    color: #fff;
    border-radius: 8px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.2s;
}
.upload-box .Button:hover {
    background-color: #772ce8;
}

/* Resized images container */
#resizedContainer {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    width: 100%;
}

/* Section wrapper to center cards */
.section-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
}

/* Individual card */
#resizedContainer .card {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #fff;
    padding: 14px;
    border-radius: 14px;
    box-shadow: 0 6px 12px rgba(0,0,0,0.1);
    transition: all 0.3s;
    width: fit-content;
}
#resizedContainer .card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.15);
}

/* Image */
#resizedContainer .card img {
    border-radius: 8px;
    border: 1px solid #ccc;
    margin-bottom: 8px;
}

/* Info text */
#resizedContainer .card .info {
    font-size: 13px;
    color: #555;
    margin-bottom: 6px;
}

/* Download button */
#resizedContainer .card .download-btn {
    padding: 6px 14px;
    background-color: #9147ff;
    color: #fff;
    border-radius: 6px;
    cursor: pointer;
    font-size: 13px;
    text-decoration: none;
}
#resizedContainer .card .download-btn:hover {
    background-color: #772ce8;
}

/* Section titles */
#resizedContainer h3 {
    text-align: center;
    color: #9147ff;
    margin-bottom: 10px;
    font-size: 18px;
}

.body-page {
           display: flex;
           justify-content: center;
           align-items: center;
           min-height: 0vh;
       }

       .tiktok-follower-container {
           display: flex;
           justify-content: center;
       background-color: #E9FFD7;
           align-items: center;
           padding: 0px;
           color: black;
           width: 90%;
           max-width: 1300px;
           border-radius: 17px;
       }

       .tiktok-follower-wrapper {
           width: 100%;
           background: rgba(255, 255, 255, 0.1);
           backdrop-filter: blur(10px);
           border-radius: 20px;
           padding: 30px;
           box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
           border: 1px solid rgba(255, 255, 255, 0.1);
           overflow: hidden;
           text-align: center;
       }

       .tiktok-icon {
           color: #000;
           font-size: 25px;
           margin-bottom: 20px;
           display: inline-block;
       }

   

       .tiktok-description {
           color: black;
           margin-bottom: 25px;
           line-height: 1.5;
       }

       .tiktok-input-group {
           display: flex;
           gap: 10px;
           margin-bottom: 25px;
       }

       .tiktok-input {
           flex: 1;
           padding: 15px 20px;
           border: none;
           border-radius: 10px;
           background: rgba(255, 255, 255, 0.1);
           color: #000;
       border: #638E41 2px solid;
           font-size: 16px;
           outline: none;
       }

       .tiktok-input::placeholder {
           color: #000;
       }

       .tiktok-button {
           padding: 15px 25px;
           border: none;
           border-radius: 10px;
           background: #ff2963;
           color: #000;
           font-weight: 600;
           cursor: pointer;
           transition: all 0.3s ease;
       }

       .tiktok-button:hover {
           background: #ff4d7c;
           transform: translateY(-2px);
       }

       .tiktok-button:disabled {
           background: #555;
           cursor: not-allowed;
           transform: none;
       }

       .tiktok-button.cancel {
           background: #6c757d;
       }

       .tiktok-button.cancel:hover {
           background: #5a6268;
       }

       .tiktok-result-container {
           background: rgba(0, 0, 0, 0.2);
           border-radius: 15px;
           padding: 25px;
           margin-top: 20px;
           display: none;
       }

       .tiktok-profile {
           display: flex;
           align-items: center;
           margin-bottom: 20px;
       }

       .tiktok-profile-img {
           width: 80px;
           height: 80px;
           border-radius: 50%;
           object-fit: cover;
           border: 3px solid #fff;
           box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
       }

       .tiktok-profile-info {
           margin-left: 15px;
           text-align: left;
       }

       .tiktok-username {
           color: #000;
           font-weight: 600;
           font-size: 1.4rem;
           margin-bottom: 5px;
       }

       .tiktok-name {
            color: #000;
           font-size: 1rem;
       }

       .tiktok-counter-container {
           margin: 20px 0;
       }

       .tiktok-counter-title {
            color: #000;
           font-size: 1.5rem;
           margin-bottom: 10px;
           opacity: 0.8;
       }

       .tiktok-follower-count {
           color: blue;
           font-size: 3.5rem;
           font-weight: 700;
           margin: 10px 0;
           text-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
       }

       .tiktok-stats {
           display: flex;
           justify-content: space-around;
           margin-top: 20px;
       }

       .tiktok-stat {
           text-align: center;
       }

       .tiktok-stat-number {
            color: #000;
           font-size: 18px;
           font-weight: 600;
       }

       .tiktok-stat-label {
          color: #000;
           font-size: 18px;
       }

       .tiktok-loading {
           display: none;
           margin: 20px 0;
       }

       .tiktok-loading-spinner {
           border: 4px solid rgba(255, 255, 255, 0.3);
           border-radius: 50%;
           border-top: 4px solid #ff2963;
           width: 40px;
           height: 40px;
           animation: tiktok-spin 1s linear infinite;
           margin: 0 auto;
       }

       .loading-progress {
           width: 100%;
           height: 6px;
           background: rgba(255, 255, 255, 0.1);
           border-radius: 3px;
           margin: 15px 0;
           overflow: hidden;
       }

       .loading-progress-bar {
           height: 100%;
           width: 0%;
           background: #ff2963;
           border-radius: 3px;
           transition: width 0.3s ease;
       }

       .loading-time {
           font-size: 1.5rem;
           color: rgba(255, 255, 255, 0.7);
           margin-top: 10px;
       }

       @keyframes tiktok-spin {
           0% {
               transform: rotate(0deg);
           }

           100% {
               transform: rotate(360deg);
           }
       }

       .tiktok-error {
           color: #ff2963;
           margin-top: 20px;
           display: none;
           background: rgba(255, 255, 255, 0.1);
           padding: 15px;
           border-radius: 10px;
       }

       .proxy-options {
           margin-top: 15px;
           padding: 10px;
           background: rgba(0, 0, 0, 0.1);
           border-radius: 8px;
       }

       .proxy-btn {
           background: #3a4ca0;
           margin: 5px;
           padding: 8px 15px;
           font-size: 0.9rem;
       }

       .proxy-btn:hover {
           background: #4a5cb0;
       }

       .retry-btn {
           background: #28a745;
           margin-top: 10px;
       }

       .retry-btn:hover {
           background: #218838;
       }

       @media (max-width: 500px) {
           .tiktok-input-group {
               flex-direction: column;
           }

           .tiktok-button {
               width: 100%;
           }

           .tiktok-follower-count {
               font-size: 2.8rem;
           }
       }



 :root {
            --primary: #4a90e2;
            --secondary: #7b68ee;
            --accent: #ff6b6b;
            --light: #f8f9fa;
            --dark: #343a40;
            --success: #28a745;
            --warning: #ffc107;
            --danger: #dc3545;
        }
     .subtitle {
            font-size: 14px;
            opacity: 0.9;
        
        }

          .maintitle {
            font-size: 16px;
            opacity: 0.9;
            text-align: center;
        }
        
        .content {
            padding: 30px;
        }
        
        .filters {
            background: var(--light);
            border-radius: 15px;
            padding: 20px;
            margin-bottom: 30px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        }
        
        .filter-group {
            margin-bottom: 20px;
        }
        
        .filter-group h3 {
            margin-bottom: 10px;
            color: var(--primary);
            border-bottom: 2px solid var(--primary);
            padding-bottom: 5px;
        }
        
        .filter-options {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
        }
        
        .filter-option {
            background: white;
            border: 2px solid #ddd;
            border-radius: 20px;
            padding: 8px 15px;
            cursor: pointer;
            transition: all 0.3s ease;
            font-weight: 500;
        }
        
        .filter-option:hover {
            border-color: var(--primary);
        }
        
        .filter-option.selected {
            background: var(--primary);
            color: white;
            border-color: var(--primary);
        }
        
        .pokemon-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
            gap: 20px;
            margin-bottom: 30px;
        }
        
        .pokemon-card {
            background: var(--light);
            border-radius: 15px;
            padding: 15px;
            text-align: center;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
            transition: transform 0.3s ease;
            display: flex;
            flex-direction: column;
        }
        
        .pokemon-card:hover {
            transform: translateY(-5px);
        }
        
        .pokemon-image-container {
            position: relative;
            width: 140px;
            height: 140px;
            margin: 0 auto 10px;
        }
        
        .pokemon-image {
            width: 100%;
            height: 100%;
            background: white;
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            overflow: hidden;
            box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
        }
        
        .pokemon-image img {
            max-width: 90%;
            max-height: 90%;
        }
        
        .download-single-btn {
            position: absolute;
            bottom: 5px;
            right: 5px;
            background: var(--success);
            color: white;
            border: none;
            border-radius: 50%;
            width: 36px;
            height: 36px;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
            transition: all 0.3s ease;
            font-size: 15px;
        }
        
        .download-single-btn:hover {
            background: #218838;
            transform: scale(1.1);
        }
        
        .pokemon-name {
            font-weight: bold;
            font-size: 15px;
            margin-bottom: 5px;
            text-transform: capitalize;
        }
        
        .pokemon-id {
            color: #666;
              font-size: 13px;
            margin-bottom: 8px;
        }
        
        .pokemon-types {
            display: flex;
            justify-content: center;
            gap: 5px;
            margin-bottom: 10px;
        }
        
        .type {
            padding: 3px 10px;
            border-radius: 15px;
            color: white;
            font-size: 0.8rem;
            font-weight: bold;
            text-transform: uppercase;
        }
        
        .pokemon-details {
            font-size:  13px;
            color: #555;
            margin-bottom: 10px;
        }
        
        .pokemon-stats {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 5px;
                 font-size:  13px;
            margin-top: auto;
        }
        
        .stat {
            display: flex;
            justify-content: space-between;
            padding: 3px 5px;
            background: rgba(255, 255, 255, 0.7);
            border-radius: 5px;
        }
        
        .stat-name {
            font-weight: 500;
        }
        
        .controls {
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-wrap: wrap;
            gap: 10px;
        }
        
        .main-controls {
            display: flex;
            gap: 10px;
            flex: 1;
        }
        
        .download-controls {
            display: flex;
            gap: 10px;
        }

        #generate-btn {
            background: linear-gradient(to right, #ff7e5f, #feb47b);
            color: white;
            flex: 1;
        }
        
        #prev-btn {
            background: linear-gradient(to right, #4a90e2, #7b68ee);
            color: white;
            padding: 12px 20px;
        }
        
        #next-btn {
            background: linear-gradient(to right, #4a90e2, #7b68ee);
            color: white;
            padding: 12px 20px;
        }
        
        #download-all-btn {
            background: linear-gradient(to right, #28a745, #20c997);
            color: white;
            padding: 12px 25px;
        }
        
        #download-text-btn {
            background: linear-gradient(to right, #dc3545, #e83e8c);
            color: white;
            padding: 12px 25px;
        }
        
        button:hover {
            transform: translateY(-3px);
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
        }
        
        button:active {
            transform: translateY(1px);
        }
        
        button:disabled {
            background: #ccc;
            cursor: not-allowed;
            transform: none;
            box-shadow: none;
        }
        
        .loading {
            text-align: center;
            font-size: 1.2rem;
            color: var(--primary);
            margin: 20px 0;
        }
        
        .notification {
            position: fixed;
            top: 20px;
            right: 20px;
            padding: 15px 25px;
            background: var(--success);
            color: white;
            border-radius: 10px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
            transform: translateX(150%);
            transition: transform 0.3s ease;
            z-index: 1000;
        }
        
        .notification.show {
            transform: translateX(0);
        }
        
        @media (max-width: 768px) {
            .pokemon-grid {
                grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
            }
            
            .controls {
                flex-direction: column;
            }
            
            .main-controls, .download-controls {
                width: 100%;
            }
            
            button {
                width: 100%;
            }
        }
       


     .container-emoji {
            max-width: 1500px;
            width: 100%;
            margin: 0 auto;
            padding: 0 15px;
            display: flex;
            flex-direction: column;
            align-items: center;
        }
        
        .catheading {
            text-align: center;
            padding: 40px 0 20px;
            width: 100%;
        }
        
        .catheading h1 {
            font-size: 42px;
            margin-bottom: 15px;
            color: #000;
            font-weight: 700;
            text-shadow: 0 2px 4px rgba(0,0,0,0.1);
            position: relative;
            display: inline-block;
        }
        
        .catheading h1:after {
            content: '';
            position: absolute;
            bottom: -10px;
            left: 50%;
            transform: translateX(-50%);
            width: 80px;
            height: 4px;
            background: linear-gradient(90deg, #FF0050, #00F2EA);
            border-radius: 2px;
        }
        
        .catShortDes {
            max-width: 1200px;
            margin: 30px auto 40px;
            font-size: 20px;
            color: #555;
            line-height: 1.8;
            text-align: center;
            background: rgba(255,255,255,0.8);
            padding: 25px;
            border-radius: 12px;
            box-shadow: 0 5px 15px rgba(0,0,0,0.05);
        }
        
     .title {
      
            justify-content: center;
            text-align: center;
        }
        
        .catItemList {
            width: 100%;
            display: flex;
            justify-content: center;
        }
        
        .cat-page {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 20px;
            width: 100%;
            max-width: 1400px;
        }
        
        .cat-page-child {
            flex: 0 0 calc(16.6667% - 20px);
            max-width: calc(16.6667% - 20px);
            margin-bottom: 20px;
        }
        
        .inner-box {
            background: white;
            border-radius: 16px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
            padding: 25px 15px;
            text-align: center;
            transition: all 0.4s ease;
            cursor: pointer;
            position: relative;
            overflow: hidden;
            height: 100%;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: space-between;
            border: 1px solid rgba(0,0,0,0.05);
        }
        
        .inner-box:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 4px;
            background: linear-gradient(90deg, #FF0050, #00F2EA);
        }
        
        .inner-box:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
        }
        
        .emoji-img {
            width: 80px;
            height: 80px;
            margin: 0 auto 15px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 50px;
        }
        
        .emoji-name {
            font-size: 18px;
            color: #444;
            margin-bottom: 15px;
            height: auto;
            display: flex;
            align-items: center;
            justify-content: center;
            text-transform: capitalize;
            font-weight: 600;
        }
        
        .copy-cliboard {
            display: flex;
            align-items: center;
            justify-content: center;
            background: linear-gradient(135deg, #f1f3f4 0%, #e8eaed 100%);
            padding: 12px;
            border-radius: 8px;
            font-size: 16px;
            color: #555;
            transition: all 0.3s ease;
            width: 100%;
            border: 1px solid rgba(0,0,0,0.05);
        }
        
        .copy-cliboard:hover {
            background: linear-gradient(135deg, #e8eaed 0%, #dde1e6 100%);
            transform: scale(1.02);
        }
        
        .copy-icon {
            width: 18px;
            height: 18px;
            margin-right: 8px;
        }
        
        .symbol-emoji {
            display: none;
        }
        
        .notificationemoji {
            position: fixed;
            bottom: 30px;
            right: 30px;
            background: linear-gradient(135deg, #4CAF50, #45a049);
            color: white;
            padding: 16px 24px;
            border-radius: 8px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
            opacity: 0;
            transition: opacity 0.3s;
            z-index: 1000;
            font-size: 16px;
            font-weight: 500;
        }
        
        .notificationemoji.show {
            opacity: 1;
        }
        
        .emoji-image {
            width: 80px;
            height: 80px;
            object-fit: contain;
            margin-bottom: 15px;
            transition: transform 0.3s ease;
        }
        
        .inner-box:hover .emoji-image {
            transform: scale(1.1);
        }
        
    
        @media (max-width: 1400px) {
            .cat-page-child {
                flex: 0 0 calc(20% - 20px);
                max-width: calc(20% - 20px);
            }
        }
        
        @media (max-width: 1200px) {
            .cat-page-child {
                flex: 0 0 calc(25% - 20px);
                max-width: calc(25% - 20px);
            }
        }
        
        @media (max-width: 992px) {
            .cat-page-child {
                flex: 0 0 calc(33.333% - 20px);
                max-width: calc(33.333% - 20px);
            }
            
            .catheading h1 {
                font-size: 36px;
            }
         
        }
        
        @media (max-width: 768px) {
            .cat-page-child {
                flex: 0 0 calc(50% - 20px);
                max-width: calc(50% - 20px);
            }
            
            .catheading h1 {
                font-size: 32px;
            }
            
        
            
            .emoji-image {
                width: 70px;
                height: 70px;
            }
        }

        
       

.input-section {
    background-color: #f8f9fa;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    border: 1px solid #e0e0e0;
}

.input-group {
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
}

input[type="text"] {
    flex: 1;
    padding: 12px 15px;
    background-color: #ffffff;
    border: 1px solid #d0d0d0;
    border-radius: 8px;
    color: #333333;
    font-size: 16px;
    transition: border-color 0.2s;
}

input[type="text"]:focus {
    outline: none;
    border-color: #ff0000;
    box-shadow: 0 0 0 2px rgba(255, 0, 0, 0.1);
}

.toolbutton {
    padding: 12px 25px;
    background-color: #ff0000;
    color: white;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.2s, transform 0.1s;
}

.toolbutton:hover {
    background-color: #cc0000;
}

.toolbutton:active {
    transform: scale(0.98);
}

.info-text {
    color: #666;
    font-size: 15px;
    margin-top: 10px;
}

.results-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

@media (max-width: 768px) {
    .results-section {
        grid-template-columns: 1fr;
    }
}

.video-info {
    background-color: #f8f9fa;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    border: 1px solid #e0e0e0;
}

.video-thumbnail {
    width: 100%;
    border-radius: 8px;
    margin-bottom: 15px;
    border: 1px solid #e0e0e0;
}

.video-title {
    font-size: 22px;
    margin-bottom: 15px;
    color: #333333;
}

.video-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 20px;
}

.stat {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 15px;
    background-color: #ffffff;
    border-radius: 8px;
    flex: 1;
    min-width: 120px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    border: 1px solid #e0e0e0;
}

.stat-value {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 5px;
}

.stat-label {
    font-size: 15px;
    color: #666;
}

.likes {
    color: #1a73e8;
}

.dislikes {
    color: #d93025;
}

.ratio-bar {
    height: 10px;
    background-color: #e0e0e0;
    border-radius: 5px;
    overflow: hidden;
    margin: 20px 0;
}

.ratio-fill {
    height: 100%;
    background: linear-gradient(to right, #1a73e8, #d93025);
    width: 70%;
}

.ratio-text {
    text-align: center;
    color: #666;
    font-size: 15px;
}

.dislike-chart {
    background-color: #f8f9fa;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    border: 1px solid #e0e0e0;
}

.chart-title {
    font-size: 22px;
    margin-bottom: 20px;
    color: #333333;
}

.chart-container {
    height: 300px;
    position: relative;
}

.bar {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.bar-label {
    width: 80px;
    font-size: 15px;
    color: #666;
}

.bar-value {
    width: 60px;
    text-align: right;
    font-size: 15px;
    margin-right: 10px;
    color: #333;
}

.bar-visual {
    flex: 1;
    height: 30px;
    background-color: #e0e0e0;
    border-radius: 4px;
    overflow: hidden;
}

.bar-fill {
    height: 100%;
    border-radius: 4px;
}

.likes-bar {
    background-color: #1a73e8;
    width: 70%;
}

.dislikes-bar {
    background-color: #d93025;
    width: 30%;
}

.history-section {
    background-color: #f8f9fa;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    border: 1px solid #e0e0e0;
    margin-top: 30px;
}

.history-title {
    font-size: 22px;
    margin-bottom: 20px;
    color: #333333;
}

.history-list {
    max-height: 300px;
    overflow-y: auto;
}

.history-item {
    display: flex;
    align-items: center;
    padding: 12px;
    background-color: #ffffff;
    border-radius: 8px;
    margin-bottom: 10px;
    cursor: pointer;
    transition: background-color 0.2s;
    border: 1px solid #e0e0e0;
}

.history-item:hover {
    background-color: #f0f0f0;
}

.history-thumbnail {
    width: 80px;
    height: 60px;
    border-radius: 4px;
    margin-right: 15px;
    object-fit: cover;
    border: 1px solid #e0e0e0;
}

.history-details {
    flex: 1;
}

.history-video-title {
    font-size: 16px;
    margin-bottom: 5px;
    color: #333333;
}

.history-stats {
    display: flex;
    gap: 10px;
    font-size: 14px;
    color: #666;
}

.htitle {
    font-size: 24px;
    text-align: center;
    font-weight: bold;
    margin: 5px;
}

.tagline {
    font-size: 16px;
    text-align: center;
    padding: 10px;
 
}

.loading {
    text-align: center;
    padding: 20px;
    color: #666;
    font-size: 16px;
}

.error {
    text-align: center;
    padding: 20px;
    color: #d93025;
    background-color: rgba(217, 48, 37, 0.05);
    border-radius: 8px;
    margin-top: 15px;
    border: 1px solid rgba(217, 48, 37, 0.2);
    font-size: 16px;
}
