@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&display=swap');

html{
    scroll-behavior: smooth;
}

body {
    font-family: 'Outfit', sans-serif;
    background-color: #f8f9fa;
    color: #333;
    line-height: 1.6;
}

h1,h2,h3,h4,h5,h6{
    font-family: 'Outfit', sans-serif;
    font-weight: 600;
}

.ui.container {
    padding-bottom: 2rem;
}

.intro{
    font-size: 22px;
    color: #a1a1a1;
}

.ui.secondary.pointing.menu {
    border-bottom: 2px solid #e0e1e2;
    margin-bottom: 2rem;
    font-weight: 500;
}

.ui.secondary.pointing.menu .item {
    padding: 1em 1.2em;
    font-size: 1.1em;
}

.ui.secondary.pointing.menu .active.item {
    border-color: #3498db;
    font-weight: 600;
}

.ui.header {
    font-family: 'Outfit', sans-serif;
    color: #2c3e50;
    font-weight: 600;
}

.ui.segment {
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    border: none;
    border-radius: 0.5rem;
}

.ui.statistic > .value {
    font-family: 'Outfit', sans-serif;
    color: #3498db;
    font-weight: 700;
}

.ui.statistic > .label {
    font-family: 'Outfit', sans-serif;
    font-weight: 500;
}

.ui.button.primary {
    background-color: #3498db;
    color: white;
    transition: background-color 0.3s ease;
    font-weight: 500;
}

.ui.button.primary:hover {
    background-color: #2980b9;
}

.ui.form input[type="text"],
.ui.form input[type="password"],
.ui.form textarea {
    border-radius: 0.3rem;
    font-family: 'Outfit', sans-serif;
}

.ui.label {
    margin: 0.2em;
    padding: 0.5em 0.8em;
    font-family: 'Outfit', sans-serif;
    font-weight: 500;
}

#followerChart {
    margin-top: 1rem;
}

#generatedTweet {
    min-height: 100px;
    border: 1px solid #e0e1e2;
    border-radius: 0.3rem;
    padding: 1em;
    font-size: 1.1em;
    margin-bottom: 1rem;
    font-family: 'Outfit', sans-serif;
    line-height: 1.6;
}

.ui.relaxed.divided.list > .item {
    padding: 1em 0;
    font-family: 'Outfit', sans-serif;
}

.ui.relaxed.divided.list > .item:hover {
    background-color: #f8f9fa;
}

.ui.avatar.image {
    margin-right: 0.5em;
}

.login-container {
    max-width: 400px;
    margin: 2rem auto;
    padding: 2rem;
}

@media only screen and (max-width: 767px) {
    .ui.container {
        margin-left: 1em !important;
        margin-right: 1em !important;
    }
}

/* Custom animations */
@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

.fade-in {
    animation: fadeIn 0.5s ease-in;
}

/* Enhance specific elements */
.ui.statistic {
    transition: transform 0.3s ease;
}

.ui.statistic:hover {
    transform: scale(1.05);
}

.ui.labels .label {
    transition: background-color 0.3s ease;
}

.ui.labels .label:hover {
    background-color: #e0e1e2;
}

#keywordLimitMessage {
    margin-top: 1rem;
    font-weight: 600;
    color: #e74c3c;
}

/* Add some flair to the top performing tweets */
.top-tweet {
    border-left: 4px solid #3498db;
    padding-left: 1rem;
    transition: all 0.3s ease;
}

.top-tweet:hover {
    background-color: #ecf0f1;
    transform: translateX(5px);
}

/* Additional typography improvements */
p {
    font-size: 1.1em;
    line-height: 1.6;
}

.ui.header {
    margin-bottom: 1.5rem;
}

.ui.header .sub.header {
    font-weight: 400;
    margin-top: 0.5rem;
}

.ui.list .item .content .header {
    font-weight: 600;
}

.ui.list .item .content .description {
    font-weight: 400;
    color: #555;
}

#tweetContent {
    width: 100%;
    height: 150px;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
    border: 0px;
}

/* Add this to your styles.css or within a <style> tag in your HTML */
#top-tweets {
    margin-top: 20px;
}

#top-tweets .item-tweet {
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 10px;
    margin-bottom: 10px;
    box-shadow: 3px 3px #3498db;
}

#top-tweets .content-tweet {
    font-size: 1.1em;
    padding-bottom: 10px;
    line-height: 1.5;
}

#top-tweets .header {
    font-size: 20px;
    margin-bottom: 10px;
    padding:10px;
}


#top-tweets .description p {
    margin: 5px 0;
}

#top-tweets .description strong {
    color: black; /* Twitter blue */
}

.landing-image {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    margin-bottom: -100px;
}
.landing-image img {
    max-width: 75%;
    height: auto;
    border-radius: 6px 6px 0 0;
}

.lead{
    font-size: 24px;
    padding: 20px;
    margin-top: -30px !important;
    margin-bottom: 5px;
    color: #a8a8a8dd;
}

.big-bird{
    font-size: 80px;
    padding: 0px;
    margin: 0px;
    line-height: 52px;
    margin-top: 28px;
}

#onboarding-progress{
    margin-top: 0;
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
    border: 1px solid #e0e1e2;
    border-radius: 10px;
}

#regenerationProgress{
    margin-top: 20px;
}

.align-center{
    text-align: center !important;
}

.black{
    color: black !important;
}
.white{
    color: white !important;
}
.lead{
    font-size: 22px;
}
