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

/* Splash Screen Overlay */
.splash-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at center, var(--off-white) 0%, #E8EADF 100%);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding-top: 4vh;
    transition: all 1.2s cubic-bezier(0.16, 1, 0.3, 1);
    overflow: hidden; /* prevent any scroll inside splash */
}

.dark-theme .splash-overlay {
    background: radial-gradient(circle at center, #151812 0%, #0B0C0A 100%);
}

.splash-overlay.hide {
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.8s ease 0.4s;
}

/* Transition Phases */
.splash-overlay.zoom-out .splash-content {
    opacity: 0;
    transform: scale(0.9);
    filter: blur(10px);
    transition: all 0.6s ease;
}

.splash-overlay.zoom-out .tree-particle {
    animation: treeFlyOut 1s cubic-bezier(0.7, 0, 0.3, 1) forwards !important;
}

@keyframes treeFlyOut {
    to {
        transform: scale(15) translate(var(--tx), var(--ty));
        opacity: 0;
        filter: blur(10px);
    }
}

.splash-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

/* Scattered Tree Particles */
.tree-particle {
    position: absolute;
    color: var(--forest-light);
    opacity: 0.1;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    user-select: none;
    pointer-events: none;
}

.tree-particle::before {
    content: '\f1bb';
}

.tp1 {
    top: 10%;
    left: 10%;
    font-size: 2.5rem;
    animation: gentleSway 20s infinite ease-in-out;
    --tx: -100vw;
    --ty: -100vh;
}

.tp2 {
    top: 75%;
    left: 5%;
    font-size: 1.8rem;
    animation: gentleSway 25s infinite ease-in-out -5s;
    --tx: -100vw;
    --ty: 100vh;
}

.tp3 {
    top: 20%;
    left: 85%;
    font-size: 3rem;
    animation: gentleSway 30s infinite ease-in-out -10s;
    --tx: 100vw;
    --ty: -100vh;
}

.tp4 {
    top: 85%;
    left: 80%;
    font-size: 2rem;
    animation: gentleSway 22s infinite ease-in-out -2s;
    --tx: 100vw;
    --ty: 100vh;
}

.tp5 {
    top: 15%;
    left: 55%;
    font-size: 1.5rem;
    animation: gentleSway 28s infinite ease-in-out -15s;
    --tx: 0;
    --ty: -100vh;
}

.tp6 {
    top: 55%;
    left: 92%;
    font-size: 2.2rem;
    animation: gentleSway 32s infinite ease-in-out -8s;
    --tx: 100vw;
    --ty: 0;
}

.tp7 {
    top: 40%;
    left: 5%;
    font-size: 1.2rem;
    animation: gentleSway 19s infinite ease-in-out -1s;
    --tx: -100vw;
    --ty: 0;
}

.tp8 {
    top: 5%;
    left: 30%;
    font-size: 2rem;
    animation: gentleSway 24s infinite ease-in-out -12s;
    --tx: -50vw;
    --ty: -100vh;
}

.tp9 {
    top: 60%;
    left: 40%;
    font-size: 1.4rem;
    animation: gentleSway 27s infinite ease-in-out -4s;
    --tx: -20vw;
    --ty: 100vh;
}

.tp10 {
    top: 90%;
    left: 20%;
    font-size: 2.8rem;
    animation: gentleSway 35s infinite ease-in-out -18s;
    --tx: -80vw;
    --ty: 100vh;
}

.tp11 {
    top: 45%;
    left: 75%;
    font-size: 1.6rem;
    animation: gentleSway 21s infinite ease-in-out -3s;
    --tx: 50vw;
    --ty: 10vh;
}

.tp12 {
    top: 5%;
    left: 80%;
    font-size: 1.9rem;
    animation: gentleSway 26s infinite ease-in-out -9s;
    --tx: 80vw;
    --ty: -100vh;
}

.tp13 {
    top: 35%;
    left: 20%;
    font-size: 1.5rem;
    animation: gentleSway 23s infinite ease-in-out -7s;
    --tx: -80vw;
    --ty: -30vh;
}

.tp14 {
    top: 60%;
    left: 70%;
    font-size: 2.2rem;
    animation: gentleSway 29s infinite ease-in-out -11s;
    --tx: 80vw;
    --ty: 40vh;
}

.tp15 {
    top: 80%;
    left: 40%;
    font-size: 1.7rem;
    animation: gentleSway 24s infinite ease-in-out -4s;
    --tx: 0;
    --ty: 100vh;
}

.tp16 {
    top: 25%;
    left: 35%;
    font-size: 2.4rem;
    animation: gentleSway 31s infinite ease-in-out -13s;
    --tx: -40vw;
    --ty: -80vh;
}

.tp17 {
    top: 50%;
    left: 15%;
    font-size: 1.3rem;
    animation: gentleSway 19s infinite ease-in-out -2s;
    --tx: -100vw;
    --ty: 20vh;
}

.tp18 {
    top: 10%;
    left: 90%;
    font-size: 2.6rem;
    animation: gentleSway 33s infinite ease-in-out -16s;
    --tx: 100vw;
    --ty: -100vh;
}

.tp19 {
    top: 70%;
    left: 90%;
    font-size: 1.8rem;
    animation: gentleSway 27s infinite ease-in-out -5s;
    --tx: 100vw;
    --ty: 60vh;
}

.tp20 {
    top: 40%;
    left: 45%;
    font-size: 2.1rem;
    animation: gentleSway 25s infinite ease-in-out -8s;
    --tx: 0;
    --ty: -100vh;
}


@keyframes gentleSway {

    0%,
    100% {
        transform: translate(0, 0) rotate(0deg);
    }

    33% {
        transform: translate(35px, 20px) rotate(8deg);
    }

    66% {
        transform: translate(-25px, 30px) rotate(-6deg);
    }
}

.splash-content {
    position: relative;
    z-index: 10;
    text-align: center;
    max-width: 500px;
    width: 90%;
    padding: 2.5rem 2rem; /* Reduced padding to fit screen */
    background: rgba(255, 255, 255, 0.45);
    backdrop-filter: blur(20px);
    border-radius: 40px; /* Adjusted radius for smaller box */
    border: 1px solid rgba(255, 255, 255, 0.6);
    box-shadow:
        0 40px 100px rgba(45, 74, 34, 0.1),
        inset 0 0 20px rgba(255, 255, 255, 0.5);
    transition: var(--transition);
    max-height: 95vh;
    overflow: hidden; /* Removed internal scrollbar */
}

.dark-theme .splash-content {
    background: rgba(21, 24, 18, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.05);
    box-shadow: 0 40px 100px rgba(0, 0, 0, 0.4);
}

.splash-photo-container {
    position: relative;
    width: 150px; /* Reduced from 180 */
    height: 150px;
    margin: 0 auto 1.5rem; /* Reduced margin */
}

.splash-photo-container::after {
    content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    border: 2px solid var(--forest-deep);
    border-radius: 50%;
    opacity: 0.3;
    animation: pulseBorder 3s infinite ease-in-out;
}

@keyframes pulseBorder {

    0%,
    100% {
        transform: scale(1);
        opacity: 0.3;
    }

    50% {
        transform: scale(1.05);
        opacity: 0.1;
    }
}

.splash-photo {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 4px solid var(--pure-white);
    box-shadow: var(--shadow-premium);
    object-fit: cover;
}

.splash-name {
    font-family: var(--font-header);
    font-size: 3rem; /* Reduced from 3.8 */
    line-height: 1;
    letter-spacing: -2px;
    margin-bottom: 0.5rem;
    color: var(--forest-deep);
}

.splash-tagline {
    font-family: var(--font-header);
    font-size: 1.2rem;
    color: var(--forest-light);
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 2rem;
    opacity: 0.8;
}

.splash-info {
    border-top: 1px solid rgba(45, 74, 34, 0.1);
    padding-top: 2rem;
    font-size: 1.1rem;
    color: var(--text-muted);
    margin-bottom: 3.5rem;
}

.splash-info p {
    margin: 0.8rem 0;
    text-align: center;
}

.btn-enter {
    padding: 1.4rem 3.5rem;
    font-size: 1.15rem;
    font-weight: 700;
    letter-spacing: 1.5px;
    background: var(--forest-deep);
    color: var(--pure-white) !important;
    border-radius: 100px;
    box-shadow: 0 15px 45px rgba(45, 74, 34, 0.3);
    transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
    cursor: pointer;
}

.btn-enter:hover {
    transform: translateY(-8px) scale(1.05);
    box-shadow: 0 20px 60px rgba(45, 74, 34, 0.4);
    background: var(--charcoal-green);
}




:root {
    /* New Fresh Forest Color Palette */
    --forest-deep: #2D4A22;
    --forest-light: #5E8C31;
    --charcoal-green: #1A1C16;
    --sage-gray: #545E4C;
    --off-white: #F8F9FA;
    --pure-white: #FFFFFF;

    /* Semantic Colors */
    --bg-main: var(--off-white);
    --bg-card: var(--pure-white);
    --text-primary: var(--charcoal-green);
    --text-accent: var(--forest-deep);
    --text-muted: var(--sage-gray);

    /* Spacing & Borders */
    --spacing-xs: 0.5rem;
    --spacing-sm: 1rem;
    --spacing-md: 2rem;
    --spacing-lg: 4rem;
    --border-radius: 20px;
    --transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    --shadow-soft: 0 4px 20px rgba(26, 28, 22, 0.05);
    --shadow-premium: 0 10px 40px rgba(26, 28, 22, 0.08);
}

/* Dark Theme Variables */
body.dark-theme {
    --bg-main: #0B0C0A;
    --bg-card: #151812;
    --forest-deep: #4CD964;
    /* Brighter accent for dark */
    --forest-light: #2D4A22;
    --charcoal-green: #E5D7C4;
    /* Bone text for dark */
    --sage-gray: #A2A89C;
    --pure-white: #151812;
    --off-white: #0B0C0A;
    --text-primary: #E5D7C4;
    --text-muted: #A2A89C;
    --shadow-soft: 0 4px 20px rgba(0, 0, 0, 0.4);
    --shadow-premium: 0 10px 40px rgba(0, 0, 0, 0.5);
}

/* Blueprint Grid Background */
.blueprint-grid {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-image:
        linear-gradient(rgba(45, 74, 34, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(45, 74, 34, 0.03) 1px, transparent 1px);
    background-size: 30px 30px;
    pointer-events: none;
}

.dark-theme .blueprint-grid {
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.02) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px);
}

/* Scroll Reveal */
.reveal {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.reveal.visible {
    opacity: 1;
    transform: translateY(0);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Inter', sans-serif;
    background-color: var(--bg-main);
    color: var(--text-primary);
    line-height: 1.6;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4 {
    font-family: 'Outfit', sans-serif;
    color: var(--text-primary);
    font-weight: 700;
}

a {
    text-decoration: none;
    color: inherit;
    transition: var(--transition);
}

ul {
    list-style: none;
}

/* Layout */
.app-container {
    display: flex;
    min-height: 100vh;
}

/* Sidebar Navigation */
.sidebar {
    width: 320px;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    padding: var(--spacing-md);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: var(--pure-white);
    border-right: 1px solid rgba(26, 28, 22, 0.05);
    z-index: 1000;
    box-shadow: 4px 0 20px rgba(0, 0, 0, 0.02);
}

.profile-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: var(--spacing-md);
}

.profile-img {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: var(--spacing-sm);
    box-shadow: var(--shadow-premium);
    border: 4px solid var(--off-white);
}

.profile-name {
    font-size: 1.6rem;
    color: var(--text-primary);
    letter-spacing: -0.5px;
}

.profile-title {
    font-size: 0.95rem;
    color: var(--forest-light);
    font-weight: 600;
}

.nav-links {
    margin-top: var(--spacing-md);
}

.nav-item {
    padding: 0.8rem 1.2rem;
    border-radius: 12px;
    margin-bottom: 0.6rem;
    font-weight: 500;
    font-size: 0.95rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 0.7rem;
    color: var(--sage-gray);
    transition: var(--transition);
}

.nav-item i {
    font-size: 1.1rem;
    opacity: 0.7;
}

.nav-item:hover {
    background-color: var(--off-white);
    color: var(--forest-deep);
    transform: translateX(5px);
}

.nav-item.active {
    background-color: var(--forest-deep);
    color: var(--pure-white);
    box-shadow: 0 4px 15px rgba(45, 74, 34, 0.2);
}

.nav-item.active i {
    opacity: 1;
}

/* Main Content Area */
.main-content {
    margin-left: 320px;
    flex: 1;
    padding: var(--spacing-lg) var(--spacing-md);
    max-width: 1400px;
}

section {
    display: none;
    margin-bottom: 0;
    animation: fadeIn 0.4s ease-out;
}

section.active {
    display: block;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.section-title {
    font-size: 2.2rem;
    margin-bottom: var(--spacing-md);
    position: relative;
    display: inline-block;
    color: var(--forest-deep);
}

.section-title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 50px;
    height: 4px;
    background: linear-gradient(90deg, var(--forest-deep), var(--forest-light));
    border-radius: 2px;
}

/* Cards */
.card-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: var(--spacing-md);
}

.grid-info {
    grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
}

.card {
    background-color: var(--bg-card);
    padding: var(--spacing-md);
    border-radius: var(--border-radius);
    transition: var(--transition);
    border: 1px solid rgba(0, 0, 0, 0.03);
    box-shadow: var(--shadow-soft);
}

.card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-premium);
    border-color: rgba(94, 140, 49, 0.1);
}

.card-tag {
    font-size: 0.7rem;
    text-transform: uppercase;
    color: var(--forest-light);
    font-weight: 800;
    letter-spacing: 1.5px;
    margin-bottom: var(--spacing-xs);
    display: block;
}

.card h3 {
    margin-bottom: var(--spacing-xs);
    font-size: 1.3rem;
}

.card-date {
    font-size: 0.85rem;
    color: var(--text-muted);
    font-weight: 500;
    margin-bottom: var(--spacing-sm);
    display: block;
}

/* Skills */
.skills-container {
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem;
}

.skill-badge {
    padding: 0.6rem 1.4rem;
    background-color: var(--pure-white);
    color: var(--forest-deep);
    border: 1px solid rgba(45, 74, 34, 0.1);
    border-radius: 50px;
    font-size: 0.9rem;
    font-weight: 600;
    transition: var(--transition);
}

.skill-badge:hover {
    background-color: var(--forest-deep);
    color: var(--pure-white);
    transform: translateY(-3px);
    box-shadow: 0 4px 12px rgba(45, 74, 34, 0.15);
}

/* Button */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.9rem 2rem;
    background: linear-gradient(135deg, var(--forest-deep), #3a5e2c);
    color: var(--pure-white);
    border-radius: 12px;
    font-weight: 600;
    transition: var(--transition);
    border: none;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(45, 74, 34, 0.2);
}

.btn:hover {
    transform: translateY(-2px) scale(1.02);
    box-shadow: 0 8px 25px rgba(45, 74, 34, 0.3);
}

.btn:active,
.nav-item:active,
.card:active {
    transform: scale(0.96);
}

.footer-actions {
    display: flex;
    gap: 0.6rem;
    width: 100%;
    align-items: center;
}

.contact-group {
    position: relative;
    flex: 1.2;
    display: flex;
}

.btn-contact {
    width: 100%;
    background: var(--off-white);
    color: var(--forest-deep);
    font-size: 0.85rem;
    padding: 0.9rem 0.5rem;
    box-shadow: none;
    border: 1px solid rgba(45, 74, 34, 0.1);
}

.btn-contact:hover {
    background: var(--forest-deep);
    color: var(--pure-white);
    transform: none;
}

.contact-links {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    gap: 0.5rem;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    z-index: 5;
    background: var(--pure-white);
    padding: 2px;
    border-radius: 12px;
}

.contact-group.active .contact-links {
    opacity: 1;
    visibility: visible;
    transform: translateY(-55px);
}

.contact-group.active .btn-contact {
    background: var(--forest-deep);
    color: var(--pure-white);
}

.btn-sm {
    flex: 1;
    height: 48px;
    padding: 0;
    font-size: 1.3rem;
    border-radius: 10px;
}

.btn-wa {
    background: linear-gradient(135deg, #25D366, #128C7E);
    box-shadow: 0 4px 15px rgba(37, 211, 102, 0.2);
}

.btn-call {
    background: linear-gradient(135deg, #4CD964, #28CD41);
    box-shadow: 0 4px 15px rgba(76, 217, 100, 0.2);
}

.btn-mail {
    background: linear-gradient(135deg, #2196F3, #1976D2);
    box-shadow: 0 4px 15px rgba(33, 150, 243, 0.2);
}

.btn-vcard {
    background: linear-gradient(135deg, #FF9800, #F57C00);
    box-shadow: 0 4px 15px rgba(255, 152, 0, 0.2);
}

.btn-cv {
    flex: 1;
    font-size: 0.85rem;
    padding: 0.9rem 0.5rem;
    background: var(--forest-deep);
}

/* Responsive */
@media (max-width: 992px) {
    .sidebar {
        width: 100%;
        height: auto;
        position: sticky;
        top: 0;
        padding: var(--spacing-sm);
        border-right: none;
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
        display: flex;
        flex-direction: column;
        align-items: center;
        background-color: var(--pure-white);
        z-index: 1000;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
    }

    .profile-section {
        margin-bottom: var(--spacing-xs);
        flex-direction: row;
        gap: 1rem;
        text-align: left;
        width: 100%;
        justify-content: center;
    }

    .profile-img {
        width: 50px;
        height: 50px;
        display: block;
        border-width: 2px;
        margin-bottom: 0;
    }

    .profile-name {
        font-size: 1.2rem;
    }

    .profile-title {
        font-size: 0.8rem;
    }

    .nav-links {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 0.4rem;
        margin-top: 0.2rem;
        width: 100%;
        padding: 0.5rem 0;
    }

    .nav-item {
        margin-bottom: 0;
        padding: 0.5rem 0.8rem;
        font-size: 0.8rem;
        display: flex;
        align-items: center;
        gap: 0.4rem;
        background: var(--off-white);
        border: 1px solid rgba(0, 0, 0, 0.05);
        border-radius: 10px;
    }

    .sidebar-footer {
        display: block;
        width: 100%;
        text-align: center;
        margin-top: 0.5rem;
    }

    .sidebar-footer .btn {
        padding: 0.5rem 1.5rem;
        font-size: 0.85rem;
    }

    .main-content {
        margin-left: 0;
        padding: var(--spacing-md) var(--spacing-sm);
        width: 100%;
    }

    .app-container {
        flex-direction: column;
    }
}

/* Cursor Star Animation */
.cursor-star {
    position: fixed;
    pointer-events: none;
    background: #FFD700;
    clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
    width: 10px;
    height: 10px;
    z-index: 9999;
    opacity: 0.4;
    animation: starFall 0.8s ease-out forwards;
}

@keyframes starFall {
    0% {
        transform: translate(0, 0) scale(1) rotate(0deg);
        opacity: 0.6;
    }

    100% {
        transform: translate(var(--tx), var(--ty)) scale(0) rotate(180deg);
        opacity: 0;
    }
}

/* Theme Toggle */
.theme-toggle {
    position: fixed;
    top: 2rem;
    right: 2rem;
    z-index: 1001;
    background: var(--bg-card);
    border: 1px solid rgba(45, 74, 34, 0.1);
    color: var(--text-primary);
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: var(--shadow-soft);
    transition: var(--transition);
}

.theme-toggle:hover {
    transform: rotate(30deg) scale(1.1);
    background: var(--forest-deep);
    color: var(--pure-white);
}

.dark-theme .card {
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.dark-theme .nav-item.active {
    background: var(--forest-deep);
    color: #000 !important;
}

.dark-theme .sidebar-footer .btn-contact {
    background: #1a1c16;
    color: #e5d7c4;
}


/* === LIGHT TECH THEME OVERRIDES === */

:root, body {
    --forest-deep: #0070F3; /* Bright Tech Blue */
    --forest-light: #00A6FF; /* Sky Blue */
    --charcoal-green: #111111;
    --sage-gray: #666666;
    --off-white: #F0F2F5; /* Very Light Gray Background */
    --pure-white: #FFFFFF;

    --bg-main: #F4F6F8;
    --bg-card: rgba(255, 255, 255, 0.85);
    --text-primary: #1F2937;
    --text-accent: #0070F3;
    --text-muted: #6B7280;
    
    --shadow-soft: 0 4px 20px rgba(0, 112, 243, 0.08);
    --shadow-premium: 0 10px 40px rgba(0, 112, 243, 0.15);
}

/* Ensure the dark theme doesn't ruin our light theme since toggle exists */
body.dark-theme {
    --bg-main: #FFFFFF;
    --bg-card: rgba(255, 255, 255, 0.95);
    --forest-deep: #0070F3;
    --forest-light: #00A6FF;
    --charcoal-green: #111111;
    --text-primary: #1F2937;
    --text-muted: #6B7280;
    --pure-white: #FFFFFF;
    --off-white: #F4F6F8;
    --sage-gray: #6B7280;
    --shadow-soft: 0 4px 20px rgba(0, 0, 0, 0.05);
    --shadow-premium: 0 10px 40px rgba(0, 0, 0, 0.1);
}

/* Base Body Update */
body {
    background-color: var(--bg-main) !important;
    color: var(--text-primary) !important;
}

/* Splash and Icons */
.splash-overlay {
    background: radial-gradient(circle at center, #FFFFFF 0%, #E2E8F0 100%) !important;
}
.splash-content {
    background: rgba(255, 255, 255, 0.6) !important;
    backdrop-filter: blur(20px);
    border-color: rgba(0, 112, 243, 0.2) !important;
    box-shadow: 0 0 50px rgba(0, 112, 243, 0.1), inset 0 0 20px rgba(255, 255, 255, 0.8) !important;
}
.splash-name { color: #1F2937 !important; }
.splash-tagline { color: #0070F3 !important; }

.tree-particle {
    color: #00A6FF !important;
    opacity: 0.15 !important;
    filter: drop-shadow(0 0 4px rgba(0, 166, 255, 0.3));
}
.tree-particle::before { content: '\f121' !important; } /* code */
.tp1::before, .tp5::before { content: '\f542' !important; } /* memory */
.tp2::before, .tp6::before { content: '\f0e7' !important; } /* bolt */
.tp3::before, .tp7::before { content: '\f1cb' !important; } /* branch */
.tp4::before, .tp8::before { content: '\f2db' !important; } /* microchip */

/* 3D Glass Card effect */
.card {
    background: var(--bg-card) !important;
    backdrop-filter: blur(15px);
    border: 1px solid rgba(0, 112, 243, 0.1) !important;
    transform-style: preserve-3d;
    perspective: 1000px;
    box-shadow: var(--shadow-soft) !important;
}
.card:hover {
    transform: translateY(-8px) rotateX(1deg) rotateY(-1deg) !important;
    border-color: rgba(0, 112, 243, 0.3) !important;
    box-shadow: 0 15px 35px rgba(0, 112, 243, 0.15), 0 0 15px rgba(0, 166, 255, 0.2) !important;
}
.card h3 { color: #1F2937 !important; }
.card p { color: #4B5563 !important; }

/* Sidebar */
.sidebar {
    background-color: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(20px);
    border-right: 1px solid rgba(0, 112, 243, 0.1) !important;
}
.profile-name { color: #1F2937 !important; }
.profile-img {
    border-color: #0070F3 !important;
    box-shadow: 0 0 15px rgba(0, 112, 243, 0.2) !important;
}

/* Badges & Buttons */
.skill-badge {
    background-color: rgba(255, 255, 255, 0.9) !important;
    border: 1px solid rgba(0, 112, 243, 0.2) !important;
    color: #1F2937 !important;
    font-weight: 600;
}
.skill-badge:hover {
    background: linear-gradient(135deg, #00A6FF, #0070F3) !important;
    color: #fff !important;
    box-shadow: 0 0 15px rgba(0, 112, 243, 0.3) !important;
    border-color: transparent !important;
}
.btn {
    background: linear-gradient(135deg, #0070F3, #00A6FF) !important;
    box-shadow: 0 4px 15px rgba(0, 112, 243, 0.2) !important;
    color: #fff !important;
}
.btn:hover {
    box-shadow: 0 0 25px rgba(0, 112, 243, 0.3) !important;
}
.btn-contact {
    background: #FFFFFF !important;
    color: #0070F3 !important;
    border: 1px solid rgba(0, 112, 243, 0.3) !important;
}
.btn-contact:hover {
    background: #0070F3 !important;
    color: #FFFFFF !important;
}

/* Blueprint Grid */
.blueprint-grid {
    background-image:
        linear-gradient(rgba(0, 112, 243, 0.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0, 112, 243, 0.05) 1px, transparent 1px) !important;
}

/* Navigation Overrides */
.nav-item { color: #4B5563 !important; }
.nav-item:hover {
    background-color: #F3F4F6 !important;
    color: #0070F3 !important;
}
.nav-item.active {
    background: linear-gradient(90deg, rgba(0, 112, 243, 0.1) 0%, rgba(0, 112, 243, 0.02) 100%) !important;
    border: 1px solid rgba(0, 112, 243, 0.15) !important;
    border-left: 3px solid #0070F3 !important;
    border-radius: 12px !important;
    box-shadow: inset 20px 0 40px -10px rgba(0, 112, 243, 0.1), 0 4px 15px rgba(0, 0, 0, 0.05) !important;
    color: #0070F3 !important;
}
.nav-item.active i { 
    color: #0070F3 !important; 
    text-shadow: 0 0 10px rgba(0, 112, 243, 0.2);
}

/* Projects specific styles */
.project-img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 12px;
    margin-bottom: 1rem;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}
.project-card {
    display: flex;
    flex-direction: column;
}
.project-content {
    display: flex;
    flex-direction: column;
    flex: 1;
}
.card-link {
    margin-top: auto;
    align-self: flex-start;
    display: inline-block;
    padding: 0.5rem 1rem;
    background-color: rgba(0, 112, 243, 0.1);
    color: #0070F3;
    border-radius: 8px;
    font-weight: 600;
    font-size: 0.85rem;
    transition: all 0.3s ease;
}
.card-link:hover {
    background-color: #0070F3;
    color: #fff;
    transform: translateY(-2px);
}

.cursor-tech {
    position: absolute;
    pointer-events: none;
    color: #0070F3;
    font-family: 'Courier New', Courier, monospace;
    font-weight: bold;
    font-size: 14px;
    z-index: 9999;
    opacity: 0.8;
    text-shadow: 0 0 5px rgba(0, 112, 243, 0.5);
    animation: techFallParams 0.6s ease-out forwards;
}

.dark-theme .cursor-tech {
    color: #00F0FF;
    text-shadow: 0 0 5px rgba(0, 240, 255, 0.5);
}

@keyframes techFallParams {
    0% {
        transform: translate(0, 0) scale(1.2);
        opacity: 0.8;
    }
    100% {
        transform: translate(var(--tx), var(--ty)) scale(0.5);
        opacity: 0;
    }
}



/* === CYBERPUNK PURPLE-BLUE 3D MODE OVERRIDES === */

body.dark-theme {
    --bg-main: #0A0A12;
    --bg-card: rgba(15, 15, 25, 0.85); /* deep blue-black */
    --forest-deep: #431E8F; /* Deep Royal Purple */
    --forest-light: #6431C2; /* Vibrant Purple */
    --charcoal-green: #FFFFFF;
    --text-primary: #E0E5FF;
    --text-muted: #8892B0;
    --pure-white: #0B0B14;
    --off-white: #12121E;
    --sage-gray: #6B7280;
    --shadow-soft: 0 4px 20px rgba(0, 0, 0, 0.5);
    --shadow-premium: 0 10px 40px rgba(0, 0, 0, 0.7);
}

/* Base Body Update for Dark Theme */
body.dark-theme {
    background-color: var(--bg-main) !important;
    color: var(--text-primary) !important;
}

body.dark-theme .card {
    background: var(--bg-card) !important;
    border-color: rgba(100, 49, 194, 0.2) !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.6) !important;
}
body.dark-theme .card:hover {
    border-color: rgba(100, 49, 194, 0.5) !important;
    box-shadow: 0 10px 30px rgba(100, 49, 194, 0.2) !important;
}

body.dark-theme .card h3, body.dark-theme .profile-name, body.dark-theme .splash-name {
    color: #A78BFA !important; /* Soft purple instead of glaring bright white */
}

body.dark-theme .card p, body.dark-theme .section-title {
    color: #C9D1E6 !important; /* Extremely readable soft pale text for main body */
}

body.dark-theme .card ul li, body.dark-theme .nav-item, body.dark-theme .splash-info p {
    color: #B0B5CD !important; 
}

body.dark-theme .sidebar {
    background-color: rgba(10, 10, 18, 0.95) !important;
    border-right: 1px solid rgba(100, 49, 194, 0.2) !important;
}

body.dark-theme .skill-badge {
    background-color: rgba(15, 15, 25, 0.9) !important;
    border: 1px solid rgba(100, 49, 194, 0.3) !important;
    color: #E0E5FF !important;
}

body.dark-theme .skill-badge:hover {
    background: linear-gradient(135deg, #6431C2, #431E8F) !important;
}

body.dark-theme .btn {
    background: linear-gradient(135deg, #431E8F, #6431C2) !important;
}

body.dark-theme .nav-item.active {
    background: linear-gradient(90deg, rgba(100, 49, 194, 0.25) 0%, rgba(100, 49, 194, 0.02) 100%) !important;
    border: 1px solid rgba(167, 139, 250, 0.15) !important;
    border-left: 3px solid #A78BFA !important;
    border-radius: 12px !important;
    box-shadow: inset 20px 0 40px -10px rgba(100, 49, 194, 0.2), 0 4px 15px rgba(0, 0, 0, 0.2) !important;
    color: #FFFFFF !important;
}
body.dark-theme .nav-item.active i { 
    color: #A78BFA !important; 
    text-shadow: 0 0 10px rgba(167, 139, 250, 0.6);
}

/* Override light theme project links */
body.dark-theme .card-link {
    background-color: rgba(100, 49, 194, 0.2);
    color: #A78BFA !important;
}
body.dark-theme .card-link:hover {
    background-color: #6431C2;
    color: #FFF !important;
}

/* 3D Perspective Environment Settings */
html, body {
    min-height: 100vh;
}
body {
    perspective: 1500px;
    transform-style: preserve-3d;
    overflow-x: hidden;
}

.bg-canvas {
    position: fixed;
    top: 0; left: 0; width: 100%; height: 100%;
    z-index: -2;
    opacity: 1; /* Universally visible */
    transition: opacity 1s cubic-bezier(0.4, 0, 0.2, 1);
    pointer-events: none;
}

/* 3D Container Transition */
.app-container {
    transition: transform 1s cubic-bezier(0.68, -0.55, 0.27, 1.55), filter 1s ease;
    transform-origin: center center;
    will-change: transform, filter;
    padding-top: 1px; /* prevents margin collapse issues during transform */
}

/* The state while 'diving' backwards */
body.transitioning-3d .app-container {
    transform: translateZ(-300px) scale(0.85);
    filter: blur(5px);
}



/* === CINEMATIC 3D WARP OVERRIDES === */

body {
    perspective: 2500px; /* Extreme depth */
    transform-style: preserve-3d;
    overflow-x: hidden;
    background-color: #050508; /* Dark base prevents white flashes outside of main content */
    transition: background-color 0.8s ease; 
}

/* Ensure light mode base looks correct if it needs to match */
body:not(.dark-theme) {
    background-color: #F4F6F8;
}

.app-container {
    transform-style: preserve-3d;
    transition: transform 1.2s cubic-bezier(0.2, 0.8, 0.2, 1), filter 1.2s ease;
    will-change: transform;
}

/* Allow individual sections to float off the page dynamically */
.sidebar, .main-content {
    transition: transform 1.4s cubic-bezier(0.19, 1, 0.22, 1), filter 1.2s ease, opacity 1.2s ease;
    transform-origin: center center;
    will-change: transform, filter, opacity;
}

/* The state while 'diving' backward (Warp Drive Entry) */
body.transitioning-3d .app-container {
    transform: translateZ(-300px);
}

body.transitioning-3d .sidebar {
    transform: translateZ(-1200px) rotateY(15deg) translateX(-150px) scale(0.9);
    filter: blur(15px) brightness(0.5);
    opacity: 0;
}

body.transitioning-3d .main-content {
    transform: translateZ(-2500px) rotateX(-20deg) translateY(-200px) scale(0.85);
    filter: blur(25px) brightness(0.2);
    opacity: 0;
}

/* Enhance existing card floating hover physics */
body.dark-theme .card {
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.4s ease, border-color 0.4s ease !important;
}
body.dark-theme .card:hover {
    transform: translateY(-12px) translateZ(40px) rotateX(4deg) rotateY(-2deg) scale(1.02) !important;
    box-shadow: -10px 20px 40px rgba(0,0,0,0.8), 0 0 25px rgba(100, 49, 194, 0.4) !important;
    border-color: rgba(100, 49, 194, 0.8) !important;
    z-index: 10;
}


/* =============================================
   MOBILE RESPONSIVE FIXES (768px and below)
   ============================================= */
@media (max-width: 768px) {

    /* --- Splash Screen --- */
    .splash-overlay {
        padding-top: 2vh !important;
    }

    .splash-content {
        padding: 2rem 1.5rem !important;
        border-radius: 30px !important;
        max-height: 96vh !important;
        width: 92% !important;
    }

    .splash-photo-container {
        width: 110px !important;
        height: 110px !important;
        margin: 0 auto 1rem !important;
    }

    .splash-name {
        font-size: 2.2rem !important;
        letter-spacing: -1.5px !important;
    }

    .splash-tagline {
        font-size: 0.85rem !important;
        margin-bottom: 0.8rem !important;
    }

    .splash-info {
        padding-top: 0.8rem !important;
        font-size: 0.9rem !important;
        margin-bottom: 1.5rem !important;
    }

    .btn-enter {
        padding: 0.9rem 2rem !important;
        font-size: 1rem !important;
    }

    /* --- Sidebar on mobile --- */
    .sidebar {
        width: 100% !important;
        height: auto !important;
        position: sticky !important;
        top: 0 !important;
        padding: 0.8rem 1rem !important;
        border-right: none !important;
        border-bottom: 1px solid rgba(0,112,243,0.1) !important;
        z-index: 1000 !important;
    }

    .profile-section {
        flex-direction: row !important;
        gap: 0.8rem !important;
        text-align: left !important;
        margin-bottom: 0.5rem !important;
    }

    .profile-img {
        width: 45px !important;
        height: 45px !important;
        margin-bottom: 0 !important;
    }

    .profile-name {
        font-size: 1.1rem !important;
    }

    .nav-links {
        display: flex !important;
        flex-wrap: wrap !important;
        gap: 0.3rem !important;
        margin-top: 0.3rem !important;
        justify-content: center !important;
    }

    .nav-item {
        padding: 0.4rem 0.7rem !important;
        font-size: 0.75rem !important;
        margin-bottom: 0 !important;
    }

    .nav-item span {
        display: none; /* show only icons on very small screens */
    }

    .sidebar-footer {
        display: none !important; /* hide CV/contact buttons in sticky header - shown in main content */
    }

    /* --- Main content --- */
    .main-content {
        margin-left: 0 !important;
        padding: 1.2rem 1rem !important;
    }

    .app-container {
        flex-direction: column !important;
    }

    .section-title {
        font-size: 1.6rem !important;
    }

    /* --- Card grids: single column on mobile --- */
    .card-grid,
    .grid-info {
        grid-template-columns: 1fr !important;
        gap: 1rem !important;
    }

    .card {
        padding: 1.2rem !important;
    }

    /* --- 3D effects disabled on mobile for performance --- */
    body {
        perspective: none !important;
    }

    .app-container,
    .sidebar,
    .main-content {
        transform: none !important;
        filter: none !important;
        transition: none !important;
    }

    body.transitioning-3d .sidebar,
    body.transitioning-3d .main-content,
    body.transitioning-3d .app-container {
        transform: none !important;
        filter: brightness(0.6) !important;
    }

    /* --- Dark theme on mobile --- */
    body.dark-theme .card:hover {
        transform: translateY(-5px) !important;
    }

    /* --- Theme toggle button position --- */
    .theme-toggle {
        top: 1rem !important;
        right: 1rem !important;
        width: 38px !important;
        height: 38px !important;
    }

    /* --- Skills container --- */
    .skill-badge {
        font-size: 0.8rem !important;
        padding: 0.4rem 1rem !important;
    }
}

/* =============================================
   SMALL PHONES (max 480px)
   ============================================= */
@media (max-width: 480px) {
    .splash-name {
        font-size: 1.9rem !important;
        letter-spacing: -1px !important;
    }

    .nav-item i {
        font-size: 1rem !important;
    }

    .section-title {
        font-size: 1.4rem !important;
    }

    .card h3 {
        font-size: 1.1rem !important;
    }
}

/* === CINEMATIC PROJECT PREVIEW UPGRADE === */

.project-preview-card {
    position: relative;
    overflow: hidden !important;
    padding: 0 !important;
    height: 400px;
    border: none !important;
    background: #0A0A12;
    border-radius: 12px;
}

.project-preview-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1), filter 0.8s ease;
    z-index: 1;
}

.project-preview-card::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, 
        rgba(5, 5, 10, 0.95) 0%, 
        rgba(5, 5, 10, 0.7) 40%, 
        transparent 100%);
    z-index: 2;
    transition: opacity 0.5s ease, background 0.5s ease;
    pointer-events: none;
}

.project-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 4;
    padding: 1.8rem 2rem !important;
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.project-preview-card .card-tag {
    color: #A78BFA !important;
    margin-bottom: 0.5rem;
    font-size: 0.75rem !important;
    letter-spacing: 2px !important;
    display: inline-block;
}

.project-preview-card h3 {
    font-size: 1.5rem !important;
    color: #FFFFFF !important;
    margin-bottom: 0;
    text-shadow: 0 4px 12px rgba(0,0,0,0.6);
}

.project-hover-content {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    /* Ultra-smooth and fluid expansion curve */
    transition: max-height 0.7s cubic-bezier(0.2, 0.8, 0.2, 1), opacity 0.5s ease 0.1s, margin 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.project-hover-content p {
    font-size: 0.95rem !important;
    color: rgba(201, 209, 230, 0.9) !important;
    margin: 0.8rem 0 !important;
    line-height: 1.5;
}

.project-links-row {
    display: flex;
    gap: 1rem;
    margin-bottom: 0.5rem;
}

/* Universal Button Styles */
.btn-demo {
    background: linear-gradient(135deg, #0070F3, #00C2FF) !important;
    color: white !important;
    padding: 0.6rem 1.2rem !important;
    font-size: 0.85rem !important;
    font-weight: 600 !important;
    border-radius: 8px !important;
    box-shadow: 0 8px 20px rgba(0, 112, 243, 0.3) !important;
}

.btn-source {
    background: rgba(255, 255, 255, 0.08) !important;
    backdrop-filter: blur(12px);
    color: white !important;
    padding: 0.6rem 1.2rem !important;
    font-size: 0.85rem !important;
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
    border-radius: 8px !important;
}

/* === HOVER PHYSICS DEFAULTS (DARK MODE) === */
.project-preview-card:hover .project-preview-bg {
    transform: scale(1.1);
    filter: blur(3px) brightness(0.6);
}

.project-preview-card:hover::after {
    background: rgba(5, 5, 10, 0.7);
}

.project-preview-card:hover .project-hover-content {
    max-height: 250px;
    opacity: 1;
    margin-top: 0.5rem;
}

.project-preview-card:hover .project-content {
    transform: translateY(-5px); /* Very slight lift, prevents huge jumps */
}

/* === PROJECT FOOTER META === */
.project-footer-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    margin-top: 1.2rem;
    opacity: 0.8;
    transition: opacity 0.4s ease;
}

.meta-item {
    font-size: 0.75rem !important;
    font-weight: 700 !important;
    color: rgba(255, 255, 255, 0.6) !important;
    display: flex;
    align-items: center;
    gap: 0.4rem;
    white-space: nowrap;
}

.meta-item i {
    font-size: 0.8rem;
}

.live-pulse {
    color: #10B981 !important; /* Emerald green */
}

.live-pulse i {
    font-size: 0.6rem;
    animation: livePulse 2s infinite;
}

@keyframes livePulse {
    0% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.4; transform: scale(1.2); }
    100% { opacity: 1; transform: scale(1); }
}

.project-preview-card:hover .project-footer-meta {
    opacity: 0.5;
}

/* === LIGHT MODE UPGRADES === */
body:not(.dark-theme) .blueprint-grid {
    background-color: transparent;
    background-image: 
        radial-gradient(ellipse at top right, rgba(224, 242, 254, 0.5) 0%, transparent 60%),
        radial-gradient(ellipse at bottom left, rgba(219, 234, 254, 0.4) 0%, transparent 60%),
        radial-gradient(ellipse at top left, rgba(240, 249, 255, 0.6) 0%, transparent 50%);
    background-size: cover;
    opacity: 1;
}

body:not(.dark-theme) .project-preview-card {
    background: #FFFFFF;
    border: 1px solid rgba(226, 232, 240, 0.8) !important;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
    height: 400px;
}

body:not(.dark-theme) .project-preview-bg {
    filter: brightness(1.05) contrast(0.95);
}

body:not(.dark-theme) .project-preview-card::after {
    background: linear-gradient(to top, 
        rgba(255, 255, 255, 0.98) 0%, 
        rgba(255, 255, 255, 0.8) 45%, 
        transparent 100%);
    backdrop-filter: none; 
}

body:not(.dark-theme) .project-preview-card h3 {
    color: #0F172A !important;
    text-shadow: 0 4px 15px rgba(255,255,255,1);
    font-weight: 800 !important;
}

body:not(.dark-theme) .project-preview-card .card-tag {
    color: #FFFFFF !important;
    background: var(--forest-deep);
    padding: 0.3rem 0.6rem;
    border-radius: 4px;
}

body:not(.dark-theme) .project-hover-content p {
    color: #334155 !important;
}

body:not(.dark-theme) .meta-item {
    color: #475569 !important;
}

body:not(.dark-theme) .btn-source {
    background: #FFFFFF !important;
    border: 1px solid #E2E8F0 !important;
    color: #0F172A !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

/* Light Mode Hover */
body:not(.dark-theme) .project-preview-card:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08); /* Lift card slightly via shadow */
    transform: translateY(-5px); /* Whole card lifts, NOT the internal content */
}

body:not(.dark-theme) .project-preview-card:hover .project-preview-bg {
    filter: blur(0px) brightness(1.02);
    transform: scale(1.05);
}

body:not(.dark-theme) .project-preview-card:hover::after {
    background: linear-gradient(to top, 
        rgba(255, 255, 255, 0.95) 0%, 
        rgba(255, 255, 255, 0.7) 100%);
    backdrop-filter: none;
}

body:not(.dark-theme) .project-preview-card:hover .project-content {
    transform: none; /* Keep content anchored to bottom */
}

/* =============================================
   MOBILE RESPONSIVENESS FOR PROJECT CARDS
   ============================================= */
@media (max-width: 768px) {
    .project-preview-card {
        height: 360px !important;
        border-radius: 16px !important;
    }
    
    body:not(.dark-theme) .project-preview-card {
        height: 360px !important;
    }

    .project-content {
        padding: 1.5rem !important;
    }

    .project-preview-card h3 {
        font-size: 1.3rem !important;
    }

    .project-hover-content p {
        font-size: 0.85rem !important;
        margin: 0.6rem 0 !important;
    }

    .btn-demo, .btn-source {
        padding: 0.5rem 1rem !important;
        font-size: 0.8rem !important;
    }

    .project-footer-meta {
        margin-top: 1rem !important;
        gap: 0.5rem !important;
    }

    .meta-item {
        font-size: 0.7rem !important;
    }
}

@media (max-width: 480px) {
    .project-preview-card {
        height: 340px !important;
    }

    body:not(.dark-theme) .project-preview-card {
        height: 340px !important;
    }

    .project-content {
        padding: 1.2rem !important;
    }

    .project-preview-card h3 {
        font-size: 1.2rem !important;
    }

    .project-preview-card .card-tag {
        font-size: 0.65rem !important;
        padding: 0.2rem 0.5rem !important;
        margin-bottom: 0.4rem !important;
    }
}
