body {
    font-family: "Exo 2", sans-serif;
    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    line-height: 1.5;
    background-image: linear-gradient(275.04deg, rgb(228, 243, 255) 1.05%, rgb(244, 246, 251) 100%);
    color: #4a4a4a;
}

.dark body {
    background-image: linear-gradient(275.04deg, #1a202c 1.05%, #121212 100%);
    color: #b0b0b0;
}

.ds-btn-base {
    font-size: 0.875rem;
    font-weight: 700;
    text-transform: uppercase;
    color: white;
    padding: 0.625rem 1.25rem;
    border-radius: 0.5rem;
    transition: all 0.2s ease-in-out;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 130px;
    width: 100%;
    text-decoration: none;
}
.ds-btn-base:hover, .ds-btn-base:focus {
    transform: scale(1.05);
}

.ds-btn-primary {
    background-image: linear-gradient(92.07deg, rgb(9, 149, 219) 1.84%, rgb(17, 167, 241) 100%);
    display: inline-flex;
    width: 100%;
    min-width: 130px;
    align-items: center;
    justify-content: center;
    border-radius: 0.5rem;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    font-size: 0.875rem;
    font-weight: 700;
    text-transform: uppercase;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    -webkit-text-decoration-line: none;
    text-decoration-line: none;
    transition-property: all;
    transition-duration: 200ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.dark .ds-btn-primary {
    background-image: linear-gradient(92.07deg, rgb(12, 120, 180) 1.84%, rgb(20, 140, 210) 100%);
}

.ds-btn-soon {
    cursor: not-allowed;
    --tw-bg-opacity: 1;
    background-color: rgb(156 163 175 / var(--tw-bg-opacity, 1));
    color: rgb(31 41 55 / var(--tw-text-opacity, 1));
    opacity: 0.7;
    display: inline-flex;
    width: 100%;
    min-width: 130px;
    align-items: center;
    justify-content: center;
    border-radius: 0.5rem;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 700;
    text-transform: uppercase;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    -webkit-text-decoration-line: none;
    text-decoration-line: none;
    transition-property: all;
    transition-duration: 200ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.dark .ds-btn-soon {
    background-color: #6b7280;
    color: #d1d5db;
}
.ds-btn-soon:hover, .ds-btn-soon:focus {
    transform: none;
    box-shadow: none;
}

.input-styled {
    width: 100%;
    padding: 0.625rem 0.75rem;
    font-size: 1rem;
    border-radius: 0.5rem;
    border: 1px solid #aaa;
    transition: color 0.3s, border-color 0.3s;
    background-color: #ffffff;
    color: #4a4a4a;
}
.input-styled::placeholder {
    color: #aaa;
}
.dark .input-styled {
    background-color: #3a3a3a;
    color: #e0e0e0;
    border-color: #555;
}
.dark .input-styled::placeholder {
    color: #888;
}
.input-styled:focus {
    outline: none;
    border-color: rgb(9, 149, 219);
    box-shadow: 0 0 0 2px rgba(9, 149, 219, 0.25);
}
.dark .input-styled:focus {
    border-color: #64b5f6;
    box-shadow: 0 0 0 2px rgba(100, 181, 246, 0.25);
}

.new-badge {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    background-color: #ec4899;
    color: white;
    font-size: 0.75rem;
    font-weight: 600;
    padding: 0.125rem 0.625rem;
    border-radius: 9999px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.login-modal {
    display: none;
    position: fixed;
    z-index: 50;
    inset: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.6);
}
.login-modal-content {
    margin: 10% auto;
    padding: 1.25rem;
    border-width: 1px;
    border-radius: 0.5rem;
    width: 91.666667%;
    max-width: 28rem;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    background-color: #fefefe;
    border-color: #888;
    animation: fade-in-down 0.5s;
}
.dark .login-modal-content {
    background-color: #333333;
    border-color: #444;
}
.login-modal-header {
    padding-bottom: 0.75rem;
    border-bottom-width: 1px;
    margin-bottom: 1rem;
    border-color: #eee;
}
.dark .login-modal-header {
    border-color: #4f4f4f;
}
.close-button {
    color: #9ca3af;
    float: right;
    font-size: 1.875rem;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
}
.close-button:hover, .close-button:focus {
    color: #1f2937;
}
.dark .close-button:hover, .dark .close-button:focus {
    color: #d1d5db;
}

@keyframes fade-in-down {
    from { opacity: 0; transform: translateY(-20px); }
    to { opacity: 1; transform: translateY(0); }
}
.animate-fade-in-down {
    animation: fade-in-down 1s ease-out forwards;
}

#counter {
    align-items: center;
    color: rgb(0, 252, 255);
    display: none;
    font-size: 12px;
    font-weight: 800;
    height: 18px;
    justify-content: center;
    margin-left: 8px;
    padding: 3px;
    pointer-events: none;
    position: relative;
    text-align: center;
    width: 18px;
    line-height: 1;
}
#counter::after {
    align-items: center;
    animation: spin 2.2s infinite linear;
    background: transparent;
    bottom: 0;
    border: 2px dashed rgb(198, 186, 249);
    border-radius: 50%;
    content: '';
    display: flex;
    left: 0;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 0;
}
#noticeable-widget {
    align-items: center;
    background-image: linear-gradient(92.07deg, #4A00E0 1.84%, #8E2DE2 100%);
    border-radius: 8px;
    color: white;
    display: inline-flex;
    font-size: 13px;
    font-weight: 600;
    justify-content: center;
    padding: 10px 18px;
    text-transform: uppercase;
    user-select: none;
    flex-shrink: 0; 
    transition: opacity 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}
#noticeable-widget:hover {
    opacity: 0.9;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(74, 0, 224, 0.4);
}
@keyframes spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

.scrollbar-hide::-webkit-scrollbar {
    display: none;
}
.scrollbar-hide {
    -ms-overflow-style: none;  
    scrollbar-width: none;  
}
