<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins/Poppins-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Kugile';
    src: url('../fonts/kugile/Kugile.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

html{
    scrollbar-width: thin;
}

body {
	font-family: 'Poppins' !important;
    background-color: #eeeeee !important;
}

h4{
	font-size: 25px;
	font-weight: 700;
	line-height: 33px;
}

a{
	text-decoration: none;
}

a:hover{
	text-decoration: none;
}

textarea{
    resize: none;
}

.errorClass{
    color: #ED3E15;
    font-size: 13px;
}

.logo{
	margin-left: 60px;
}

.font-kugile{
	font-family: 'Kugile' !important;
}

.meta-info{
	border-top: 1px solid var(--secondary-color) !important;;
	padding: 15px 20px;
}

.post-title:hover{
    background-color: var(--secondary-color) !important;
}

.primary-bg{
    background-color: var(--primary-color) !important;
}

.meta-info span{
	margin-right: 30px;
}

.header {
    background: var(--primary-color) !important;;
    padding: 20px;
    border-radius: 0 0 100px 100px;
    color: white;
}
.header .logo {
    font-size: 24px;
    font-weight: bold;
}
.header .logo span {
    font-weight: normal;
}

.logo .social{
	font-size: 35px;
}

.logo .bookmarking{
	font-size: 22px;
}

.search-bar {
    display: flex;
    align-items: center;
    border-radius: 20px;
    padding: 5px 10px;
    border: 1px solid #ffffff;
    margin-right: 50px;
}
.search-bar input {
    border: none;
    outline: none;
    background-color: transparent;
    color: #ffffff;
}
.search-bar button {
    background: transparent;
    border: none;
    color: var(--primary-color) !important;;
}

.search-bar button i{
	color: #fff;
}


.search-bar input::placeholder{
	color: #fff;
}

.nav-links {
    background: transparent;
    padding: 10px 0;
    text-align: center;
    margin-bottom: 25px;
}
.nav-links a {
    margin: 0 15px;
    color: black;
    text-decoration: none;
    font-weight: 400;
    font-size: 18px;
}
.footer {
    background: #343a40;
    color: white;
    padding: 20px 0;
}
.card {
    border: none;
    margin-bottom: 15px;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.card-header {
    background: var(--primary-color) !important;;
    color: white;
    font-weight: bold;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.vote-box {
    position: absolute;
    right: 10px;
    top: 10px;
    background: white;
    padding: 10px 25px;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    text-align: center;
}
.vote-box .count {
    font-size: 18px;
    font-weight: bold;
}
.meta-info {
    font-size: 14px;
    color: var(--primary-color) !important;;
}
.meta-info i {
    margin-right: 5px;
}

.meta-info a{
    font-size: 14px;
    color: var(--primary-color) !important;;
}

.categories-box {
    background: var(--primary-color) !important;;
    color: white;
    padding: 15px;
    border-radius: 10px 10px 0 0;
    font-weight: bold;
}
.categories-list {
    border: 1px solid var(--primary-color) !important;;
    border-top: none;
    border-radius: 0 0 10px 10px;
    background: white;
    padding: 10px;
}
.categories-list li {
    list-style: none;
    padding: 10px;
    border-bottom: 1px solid #ddd;
    display: flex;
    align-items: center;
}
.categories-list li:last-child {
    border-bottom: none;
}
.categories-list i {
    margin-right: 10px;
    color: var(--primary-color) !important;;
}

.footer {
    background: var(--secondary-color) !important;;
    color: white;
    padding: 20px 0;
}
.footer a {
    color: white;
    padding: 10px;
    text-decoration: none;
}

.auth-button{
	display: inline-block;
	margin-right: 100px;
	margin-left: 100px;
	font-weight: 400;
    font-size: 18px;
}

footer ul li{
    padding: 7px 5px;
}

.title-header-preview{
    color: #ffffff;
}

.title-header-preview a{
    color: #ffffff;
    margin-left: 20px;
}

.card-footer i{
    margin-right: 5px;
    color: var(--primary-color);
}

.dropdown-item{
    margin: 0px !important;
}

.post-title a{
    color: #ffffff;
}

.list-group-item.active{
    background-color: var(--primary-color) !important;
    
}

.list-group-item.active a{
    color: #ffffff !important;
}

.list-group-item i{
    margin-right: 8px;
}

.logo a{
    color: #ffffff;
}

.btn-primary{
    background-color: var(--primary-color) !important;
    border: 1px solid var(--primary-color) !important;
}

.toggle-comment{
    cursor: pointer;
}

.comment-section {
    transition: all 0.3s ease;
}

.vote-box i{
    padding: 10px;
    cursor: pointer;
    font-size: 18px;
}

.new-badge {
    margin-left: 10px;
    background: linear-gradient(135deg, #ff6b6b, #ff4757);
    color: #fff;
    font-size: 0.65rem;
    font-weight: bold;
    padding: 3px 7px;
    border-radius: 12px;
    animation: floatPulse 1.5s infinite;
    box-shadow: 0 0 8px rgba(255, 71, 87, 0.6);
}

/* Floating pulse animation */
@keyframes floatPulse {
    0%, 100% {
        transform: scale(1) translateY(0);
        opacity: 1;
    }
    50% {
        transform: scale(1.1) translateY(-2px);
        opacity: 0.8;
    }
}</pre></body></html>