body {
    font-family: 'Heebo', 'Segoe UI', Arial, sans-serif;
    background: linear-gradient(120deg, #4d4d4d 0%, #19191e 100%);
    color: #ececec;
    margin: 0;
    min-height: 100vh;
    background-attachment: fixed;
}
/* Antraštė */
.uk-text-center.uk-container-xsmall {
    background: rgba(30, 28, 38, 0.93);
    border-radius: 28px;
    box-shadow: 0 6px 40px 0 #0008, 0 0 32px 0 #f5b75622;
    padding: 38px 24px 34px 24px;
    margin: 40px auto 18px auto;
    max-width: 724px;
    position: relative;
    border: 1.5px solid #ffcb5222;
    transition: box-shadow .25s;
}
.uk-text-center.uk-container-xsmall:hover {
    box-shadow: 0 8px 60px 0 #18ad60, 0 0 48px 0 #18ad60;
    border-color: #18ad60;
}
.uk-article-title {
    font-size: 2.25rem;
    font-weight: 700;
    color: #42cf7c;
    margin-bottom: 12px;
}
.uk-text-lead {
    color: #fff;
    font-size: 1.15rem;
    margin-bottom: 0;
    opacity: 0.94;
    text-shadow: 0 0 16px #ffcb5222;
}
video {
    background: #d9d9d9;
    border-radius: 20px;
    box-shadow: 0 0 4.438em 0 #ffffff2e;
}
/* NAUJIENŲ KORTELĖS */
.timeline {
    margin: 0 auto 40px auto;
    max-width: 700px;
}
.timeline-entry {
    background: rgba(24, 26, 34, 0.88);
    border-radius: 18px;
    box-shadow: 0 2px 40px 0 #0006;
    margin-bottom: 32px;
    padding: 28px 30px 18px 30px;
    transition: box-shadow .2s, transform .25s;
    border-left: 5px solid #18ad60;
    position: relative;
    overflow: hidden;
}
.timeline-entry:hover {
    box-shadow: 0 4px 56px 0 #18ad60;
    transform: translateY(-2px) scale(1.012);
    border-left: 7px solid #17b16f;
}
.timeline-time h5 {
    color: #42cf7c;
    font-size: 1.07rem;
    margin-bottom: 9px;
    font-weight: 500;
}
.timeline-body h3 {
    color: #fff;
    font-size: 1.16rem;
    margin-bottom: 8px;
    font-weight: 600;
    line-height: 1.2;
}
.timeline-body ul {
    list-style-type: disc;
    margin: 0 0 0 22px;
    padding: 0;
}
.timeline-body li {
    font-size: 1.05rem;
    color: #ececec;
    margin-bottom: 8px;
}

/* LIKE/DISLIKE mygtukai */
label.like.btn {
    box-shadow: none;
    border-radius: 50px;
    font-weight: 500;
    font-size: 1.02rem;
    padding: 5px 15px 5px 14px;
    margin: 0 4px;
    border-width: 2px;
    transition: background .15s, color .18s, border .18s;
    cursor: pointer;
    opacity: 0.91;
}
label.like.btn:hover, label.like.btn:focus {
    opacity: 1;
    background: #252229;
    color: #00ff22;
    border-color: #00ff92;
}
label.like.btn i {
    margin-right: 5px;
    font-size: 1em;
}

/* Puslapiavimas */
.pagination .page-link {
    background: #262425;
    color: #ffffff;
    border-color: #18ad60;
    border-radius: 5px;
    margin: 0px 8px;
    font-weight: 600;
    transition: background .18s, color .18s;
}
.pagination .page-link:hover,
.pagination .active .page-link {
background: #1a7e4f;
    color: #ffffff;
    border-color: #18ad60;
}

/* Meniu */
tgrp {
    display: block;
    text-align: center;
    font-size: 1rem;
    margin: 30px 0 10px 0;
    color: #2e794a;
    font-weight: 600;
    letter-spacing: 0.1em;
}
tgrp a {
    color: #49cf8a;
    text-decoration: none;
    transition: color .2s;
}
tgrp a:hover {
    color: #fff;
    text-shadow: 0 0 6px #4fff00;
}

/* Modalai ir formos */
.modal-content {
    background: rgba(30, 32, 38, 0.97);
    border-radius: 20px;
    border: none;
    box-shadow: 0 6px 40px #000b;
}
.form-control {
    background: #23222b;
    border-radius: 12px;
    border: 1.5px solid #32303e;
    color: #ffe;
    font-size: 1.04rem;
    padding: 9px 12px;
    transition: border .2s;
}
.form-control:focus {
    border-color: #f5b756;
    background: #26242e;
    color: #fff;
}
label {
    color: #fffcee;
    margin-bottom: 6px;
    font-weight: 500;
}

/* Footer */
footer.uk-section {
    background: rgba(22, 20, 28, 0.95);
    color: #bbb;
    border-top: 2px solid #18ad60;
    font-size: 0.96rem;
    margin-top: 40px;
}
footer a.uk-link-text {
    color: #18ad60;
    text-decoration: underline;
    margin-left: 10px;
    transition: color .18s;
}
footer a.uk-link-text:hover {
    color: #fff;
}

/* Scrollbar */
::-webkit-scrollbar {
    width: 10px;
    background: #23222b;
}
::-webkit-scrollbar-thumb {
    background: #18ab5f;
    border-radius: 6px;
}
::-webkit-scrollbar-thumb:hover {
    background: #ffd98b;
}

/* Responsive */
@media (max-width: 991.98px) {
    .timeline-entry { padding: 18px 10px 12px 14px; }
    .uk-article-title { font-size: 2rem; }
}