/* ============================================
   ABOUT PANEL - CHARACTER SCREEN
   ============================================ */

.about-panel {
    background:
        linear-gradient(rgba(14, 18, 27, 0.98), rgba(14, 18, 27, 0.98)),
        repeating-linear-gradient(0deg, rgba(255,255,255,0.03) 0px, rgba(255,255,255,0.03) 1px, transparent 1px, transparent 5px);
    border: 3px solid #4a5568;
    border-radius: 6px;
    padding: 20px;
    box-shadow:
        inset 0 0 30px rgba(0, 0, 0, 0.5),
        0 8px 24px rgba(0, 0, 0, 0.35);
}

.about-panel__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    margin-bottom: 20px;
    padding-bottom: 14px;
    border-bottom: 2px solid rgba(91, 195, 247, 0.25);
}

.about-panel__eyebrow,
.about-card__label {
    font-family: 'Courier New', monospace;
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #7dd3fc;
}

.about-panel__title {
    margin: 4px 0 0;
    color: #f8fafc;
    font-family: 'Courier New', monospace;
    font-size: 1.9rem;
    text-shadow: 0 0 16px rgba(0, 195, 255, 0.18);
}

.about-panel__signal {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    border: 1px solid rgba(34, 197, 94, 0.45);
    background: rgba(34, 197, 94, 0.12);
    color: #86efac;
    border-radius: 4px;
    font-family: 'Courier New', monospace;
    font-size: 0.82rem;
}

.profile-card,
.about-card {
    background: linear-gradient(180deg, rgba(26, 32, 44, 0.96) 0%, rgba(15, 23, 42, 0.98) 100%);
    border: 2px solid #334155;
    border-radius: 4px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.profile-card {
    padding: 16px;
    height: 100%;
}

.profile-card__frame {
    padding: 10px;
    background:
        linear-gradient(135deg, rgba(14, 165, 233, 0.18), rgba(59, 130, 246, 0.08)),
        #0f172a;
    border: 2px solid #475569;
    border-radius: 4px;
    margin-bottom: 14px;
}

.profile-card__image {
    width: 100%;
    display: block;
    border-radius: 2px;
    border: 2px solid #0f172a;
    object-fit: cover;
}

.profile-card__name {
    color: #f8fafc;
    font-size: 1.5rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.profile-card__class {
    margin-top: 4px;
    font-family: 'Courier New', monospace;
    font-size: 0.95rem;
    min-height: 24px;
}

.profile-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 14px;
}

.profile-tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 10px;
    border-radius: 999px;
    border: 1px solid rgba(14, 165, 233, 0.25);
    background: rgba(14, 165, 233, 0.08);
    color: #e2e8f0;
    font-size: 0.78rem;
}

.status-card {
    margin-top: 16px;
    padding: 10px 12px;
    background: rgba(2, 6, 23, 0.75);
    border: 1px solid #334155;
    border-radius: 4px;
}

.status-card__row {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding: 8px 0;
    color: #cbd5e1;
    font-family: 'Courier New', monospace;
    font-size: 0.86rem;
    border-bottom: 1px solid rgba(148, 163, 184, 0.14);
}

.status-card__row:last-child {
    border-bottom: 0;
}

.status-card__row strong {
    color: #f8fafc;
    text-align: right;
}

.about-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.about-card {
    padding: 16px;
}

.about-card--wide {
    grid-column: 1 / -1;
}

.about-card__heading {
    margin: 8px 0 12px;
    color: #f8fafc;
    font-size: 1.35rem;
}

.about-card__text {
    color: #cbd5e1;
    font-size: 0.95rem;
    line-height: 1.65;
    margin-bottom: 12px;
}

.quest-list {
    display: grid;
    gap: 10px;
    margin-top: 10px;
}

.quest-item {
    display: grid;
    grid-template-columns: 90px minmax(0, 1fr);
    gap: 10px;
    align-items: start;
    padding: 10px;
    background: rgba(15, 23, 42, 0.85);
    border: 1px solid #334155;
    border-radius: 4px;
}

.quest-item__year {
    color: #7dd3fc;
    font-family: 'Courier New', monospace;
    font-size: 0.82rem;
    text-transform: uppercase;
}

.quest-item__text {
    color: #e2e8f0;
    font-size: 0.9rem;
    line-height: 1.5;
}

.skill-meter {
    margin-top: 12px;
}

.skill-meter__top {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 6px;
    color: #e2e8f0;
    font-size: 0.86rem;
    font-family: 'Courier New', monospace;
}

.skill-meter__bar {
    height: 12px;
    background: rgba(15, 23, 42, 0.95);
    border: 1px solid #334155;
    border-radius: 999px;
    overflow: hidden;
}

.skill-meter__bar span {
    display: block;
    height: 100%;
    border-radius: 999px;
    background: linear-gradient(90deg, #0ea5e9 0%, #38bdf8 55%, #67e8f9 100%);
    box-shadow: 0 0 12px rgba(14, 165, 233, 0.45);
}

/* ============================================
   SKILLS PANEL - LOADOUT SCREEN
   ============================================ */

.skills-panel {
    background:
        linear-gradient(rgba(14, 18, 27, 0.98), rgba(14, 18, 27, 0.98)),
        repeating-linear-gradient(90deg, rgba(255,255,255,0.025) 0px, rgba(255,255,255,0.025) 1px, transparent 1px, transparent 6px);
    border: 3px solid #4a5568;
    border-radius: 6px;
    padding: 20px;
    box-shadow:
        inset 0 0 30px rgba(0, 0, 0, 0.45),
        0 8px 24px rgba(0, 0, 0, 0.35);
}

.skills-panel__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    margin-bottom: 20px;
    padding-bottom: 14px;
    border-bottom: 2px solid rgba(91, 195, 247, 0.25);
}

.skills-panel__eyebrow {
    font-family: 'Courier New', monospace;
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #7dd3fc;
}

.skills-panel__title {
    margin: 4px 0 0;
    color: #f8fafc;
    font-family: 'Courier New', monospace;
    font-size: 1.9rem;
    text-shadow: 0 0 16px rgba(0, 195, 255, 0.18);
}

.skills-panel__status {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    border: 1px solid rgba(14, 165, 233, 0.35);
    background: rgba(14, 165, 233, 0.12);
    color: #bae6fd;
    border-radius: 4px;
    font-family: 'Courier New', monospace;
    font-size: 0.82rem;
}

.skills-sidecard,
.skills-chart-card {
    background: linear-gradient(180deg, rgba(26, 32, 44, 0.96) 0%, rgba(15, 23, 42, 0.98) 100%);
    border: 2px solid #334155;
    border-radius: 4px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.skills-sidecard {
    padding: 16px;
    height: 100%;
}

.skills-sidecard__label {
    font-family: 'Courier New', monospace;
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 1.4px;
    color: #7dd3fc;
    margin-bottom: 10px;
}

.skills-chip-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.skills-chip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 11px;
    border-radius: 999px;
    border: 1px solid rgba(14, 165, 233, 0.22);
    background: rgba(14, 165, 233, 0.08);
    color: #e2e8f0;
    font-size: 0.8rem;
}

.skills-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.skills-chart-card {
    padding: 16px;
}

.skills-chart-card__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}

.skills-chart-card__title {
    margin: 0;
    color: #f8fafc;
    font-size: 1rem;
    font-family: 'Courier New', monospace;
}

.skills-chart-card__title i {
    color: #38bdf8;
}

.skills-chart-card__tag {
    padding: 5px 9px;
    border-radius: 999px;
    background: rgba(56, 189, 248, 0.1);
    border: 1px solid rgba(56, 189, 248, 0.2);
    color: #bae6fd;
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.8px;
}

.skills-chart-box {
    position: relative;
    height: 320px;
    width: 100%;
    padding: 10px;
    background: rgba(2, 6, 23, 0.55);
    border: 1px solid #334155;
    border-radius: 4px;
}

@media (max-width: 991px) {
    .about-grid {
        grid-template-columns: 1fr;
    }

    .about-panel__header {
        flex-direction: column;
        align-items: flex-start;
    }

    .skills-grid {
        grid-template-columns: 1fr;
    }

    .skills-panel__header {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 576px) {
    .about-panel {
        padding: 14px;
    }

    .about-panel__title {
        font-size: 1.5rem;
    }

    .profile-card__name {
        font-size: 1.25rem;
    }

    .quest-item {
        grid-template-columns: 1fr;
    }

    .skills-panel {
        padding: 14px;
    }

    .skills-panel__title {
        font-size: 1.5rem;
    }

    .skills-chart-card__header {
        flex-direction: column;
        align-items: flex-start;
    }

    .skills-chart-box {
        height: 280px;
    }
}

/* ============================================
   GAME-STYLE INVENTORY UI STYLES
   ============================================ */

/* Category Badge on Inventory Items */
.inventory-item .item-category-badge {
    position: absolute;
    top: 2px;
    left: 2px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.6rem;
    z-index: 2;
}

.inventory-item .item-category-badge.web-design {
    background: #8b5cf6;
    border: 2px solid #a78bfa;
    color: #fff;
}

.inventory-item .item-category-badge.fullstack {
    background: #10b981;
    border: 2px solid #34d399;
    color: #fff;
}

.inventory-item .item-category-badge.game {
    background: #ef4444;
    border: 2px solid #f87171;
    color: #fff;
}

/* Category Legend */
.category-legend {
    display: flex;
    justify-content: center;
    gap: 12px;
    padding: 8px;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 4px;
    font-size: 0.7rem;
    flex-wrap: wrap;
}

.category-legend .legend-item {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #a0aec0;
}

.category-legend .legend-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 2px solid;
}

.category-legend .legend-dot.web-design {
    background: #8b5cf6;
    border-color: #a78bfa;
}

.category-legend .legend-dot.fullstack {
    background: #10b981;
    border-color: #34d399;
}

.category-legend .legend-dot.game {
    background: #ef4444;
    border-color: #f87171;
}

.category-legend .legend-dot.game {
    background: #ef4444;
    border-color: #f87171;
}

/* Inventory Grid - Game Slot Style */
.inventory-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(70px, 1fr));
    gap: 8px;
    padding: 12px;
    background: 
        linear-gradient(rgba(20, 25, 35, 0.95), rgba(20, 25, 35, 0.95)),
        repeating-linear-gradient(45deg, #1a1a2e 0px, #1a1a2e 2px, #16213e 2px, #16213e 4px);
    border: 3px solid #4a5568;
    border-radius: 4px;
    box-shadow: 
        inset 0 0 20px rgba(0, 0, 0, 0.5),
        0 0 10px rgba(0, 0, 0, 0.3);
    max-height: 280px;
    overflow-y: auto;
}

/* Scrollbar styling for inventory */
.inventory-grid::-webkit-scrollbar {
    width: 8px;
}
.inventory-grid::-webkit-scrollbar-track {
    background: #1a1a2e;
}
.inventory-grid::-webkit-scrollbar-thumb {
    background: #4a5568;
    border-radius: 4px;
}

/* Inventory Item - Game Item Slot */
.inventory-item {
    position: relative;
    background: linear-gradient(180deg, #2d3748 0%, #1a202c 100%);
    border: 2px solid #4a5568;
    border-radius: 4px;
    padding: 8px 4px;
    cursor: pointer;
    text-align: center;
    transition: all 0.15s ease;
    box-shadow: 
        inset 0 1px 0 rgba(255, 255, 255, 0.1),
        0 2px 4px rgba(0, 0, 0, 0.3);
}

.inventory-item:hover {
    border-color: #0099ff;
    transform: translateY(-2px);
    box-shadow: 
        0 0 15px rgba(1, 167, 243, 0.89),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.inventory-item.selected {
    border-color: #00c3ff;
    background: linear-gradient(180deg, #4a5568 0%, #2d3748 100%);
    box-shadow: 
        0 0 20px rgb(0, 255, 255),
        inset 0 0 10px rgba(255, 215, 0, 0.2);
    animation: selectedPulse 1.5s infinite;
}

@keyframes selectedPulse {
    0%, 100% { box-shadow: 0 0 15px rgba(0, 174, 255, 0.5); }
    50% { box-shadow: 0 0 25px rgb(0, 204, 255); }
}

/* Item Icon/Image */
.inventory-item .item-icon {
    width: 40px;
    height: 40px;
    margin: 0 auto 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.inventory-item .item-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    border-radius: 4px;
}

.inventory-item .item-icon i {
    font-size: 1.8rem;
    color: #0099ff;
    filter: drop-shadow(0 0 3px rgba(2, 162, 255, 0.5));
}

/* Item Name */
.inventory-item .item-name {
    font-size: 0.65rem;
    color: #e2e8f0;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
}

/* Item Quantity Badge */
.inventory-item .item-qty {
    position: absolute;
    top: 2px;
    right: 2px;
    font-size: 0.6rem;
    color: #0099ff;
    font-weight: bold;
    text-shadow: 1px 1px 2px #000;
}

/* ============================================
   PROJECT DETAILS PANEL - GAME STYLE
   ============================================ */

.project-details-panel {
    background: 
        linear-gradient(rgba(20, 25, 35, 0.98), rgba(20, 25, 35, 0.98)),
        repeating-linear-gradient(0deg, transparent 0px, transparent 2px, rgba(255,255,255,0.02) 2px, rgba(255,255,255,0.02) 4px);
    border: 3px solid #4a5568;
    border-radius: 4px;
    padding: 15px;
    min-height: 350px;
    box-shadow: 
        inset 0 0 30px rgba(0, 0, 0, 0.5),
        0 4px 15px rgba(0, 0, 0, 0.4);
}

/* Details Image / Carousel */
.project-details-panel .details-image {
    border: 2px solid #4a5568;
    border-radius: 4px;
    overflow: hidden;
    background: #0d0d15;
}

.project-details-panel .carousel {
    max-height: 280px;
}

.project-details-panel .carousel-inner {
    max-height: 280px;
}

.project-details-panel .carousel-item img {
    height: 280px;
    object-fit: cover;
    object-position: top center;
}

.project-placeholder-img {
    height: 260px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
    border: 2px dashed #4a5568;
}

.project-placeholder-img i {
    font-size: 3rem;
    color: #4a5568;
}

.project-placeholder-img p {
    font-size: 0.8rem;
    margin-top: 10px;
    opacity: 0.7;
}

.project-details-panel .carousel-control-prev-icon,
.project-details-panel .carousel-control-next-icon {
    filter: invert(1);
}

/* Details Header */
.project-details-panel .details-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
    padding-bottom: 8px;
    border-bottom: 2px solid #4a5568;
    background: rgba(0, 0, 0, 0.3);
    padding: 8px 10px;
    border-radius: 4px;
}

.project-details-panel .details-header h5 {
    font-family: 'Courier New', monospace;
    color: #0099ff !important;
    text-shadow: 0 0 10px rgba(255, 215, 0, 0.5);
    font-size: 1rem;
}

.project-details-panel .details-header .badge {
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Details Caption - Quest Style */
.project-details-panel .details-caption {
    font-style: italic;
    color: #a0aec0;
    margin-bottom: 15px;
    padding: 10px 12px;
    background: rgba(74, 85, 104, 0.2);
    border-left: 3px solid #0099ff;
    border-radius: 0 4px 4px 0;
    font-family: 'Courier New', monospace;
    font-size: 0.85rem;
}

/* Details Body */
.project-details-panel .details-body {
    background: rgba(0, 0, 0, 0.2);
    padding: 12px;
    border-radius: 4px;
    border: 1px solid #2d3748;
}

.project-details-panel .details-body p {
    font-size: 0.9rem;
    line-height: 1.5;
}

.project-details-panel .details-meta {
    margin: 12px 0;
    padding: 10px;
    background: rgba(26, 32, 44, 0.8);
    border-radius: 4px;
    border: 1px solid #2d3748;
}

.project-details-panel .details-meta p {
    font-size: 0.85rem;
    font-family: 'Courier New', monospace;
}

.project-details-panel .details-meta i {
    color: #0099ff;
    margin-right: 5px;
}

.project-details-panel .details-links {
    margin-top: 12px;
}

/* Tech Radar Chart - Smaller */
.project-details-panel .details-chart {
    border-top: 2px solid #4a5568;
    padding-top: 12px;
    margin-top: 12px;
}

.project-details-panel .details-chart h6 {
    color: #0099ff !important;
    font-family: 'Courier New', monospace;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 8px;
}

.project-details-panel #projectTechRadar {
    max-height: 150px !important;
}


.project-details-panel .details-links {
    margin-top: 15px;
}

.project-details-panel .details-chart {
    border-top: 1px solid #444;
    padding-top: 15px;
}

.project-details-panel .details-chart h6 {
    margin-bottom: 10px;
    font-weight: bold;
}

.waves-effect.waves-dark .waves-ripple {
    background-color: rgba(0, 0, 0, 0.5);
}

.blinking {
    animation: blink 1s infinite;
}

@keyframes blink {
    50% {
        opacity: 0;
    }
}
.nav-link.active{
    color: #5bc3f7 !important;
}
.grey {
    transition: 0.3s;
}
nav{
    background-color: #1f2a3e;
}
.glow-blue {
    color: #bde1ec;
    animation: glow-blue 1s ease-in-out infinite alternate;
}

@keyframes glow-blue {
    from {
        text-shadow: 0 0 10px #2196F3, 0 0 20px #2196F3, 0 0 30px #ADE5FC, 0 0 40px #ADE5FC, 0 0 50px #ADE5FC;
    }
    to {
        text-shadow: 0 0 20px #2196F3, 0 0 30px #2196F3, 0 0 40px #ADE5FC, 0 0 50px #ADE5FC, 0 0 60px #ADE5FC;
    }
}

.linear-grey {
    transition: 0.3s;
    background: linear-gradient(0deg, #303030, #707070);
}

.transparent {
    transition: 0.3s;
}

.width-anim {
    width: 0%;
    animation: change-width 9.4s;
}

@keyframes change-width {
    from {
        width: 0%;
    }
    to {
        width: 100%;
    }
}

 .fab-radial-container {
      position: fixed;
      bottom: 2rem;
      right: 2rem;
      z-index: 1060;
    }

    /* The main toggle button (circular) - Game UI Theme */
    .main-fab-btn {
      width: 68px;
      height: 68px;
      border-radius: 50% !important;
      background: linear-gradient(145deg, rgba(0, 240, 255, 0.15) 0%, rgba(0, 20, 40, 0.95) 100%);
      border: 2px solid #00f0ff;
      box-shadow: 
        0 0 20px rgba(0, 240, 255, 0.3),
        0 0 40px rgba(0, 240, 255, 0.1),
        inset 0 0 20px rgba(0, 240, 255, 0.1),
        0 12px 24px -8px rgba(0, 0, 0, 0.5);
      display: flex;
      align-items: center;
      justify-content: center;
      transition: all 0.3s cubic-bezier(0.2, 0.9, 0.4, 1.2);
      cursor: pointer;
      color: #00f0ff;
      font-size: 2.2rem;
      position: relative;
      z-index: 2;
    }

    .main-fab-btn:hover {
      transform: scale(1.05);
      background: linear-gradient(145deg, rgba(0, 240, 255, 0.25) 0%, rgba(0, 40, 60, 0.95) 100%);
      box-shadow: 
        0 0 30px rgba(0, 240, 255, 0.5),
        0 0 60px rgba(0, 240, 255, 0.2),
        inset 0 0 30px rgba(0, 240, 255, 0.2);
    }

    .main-fab-btn:active {
      transform: scale(0.96);
    }

    /* rotation of plus icon when menu is open */
    .main-fab-btn.open i {
      transform: rotate(135deg);
      transition: transform 0.35s ease;
    }

    .main-fab-btn i {
      transition: transform 0.35s ease;
      display: inline-block;
      text-shadow: 0 0 10px rgba(0, 240, 255, 0.8);
    }

    /* Container for the circularly positioned buttons */
    .circular-menu {
      position: absolute;
      bottom: 34px;    /* center relative to main FAB */
      right: 34px;
      width: 0;
      height: 0;
      pointer-events: none;
      z-index: 1;
    }

    /* Each action button absolutely positioned in a circle - Game UI */
    .circular-action {
      position: absolute;
      width: 52px;
      height: 52px;
      border-radius: 8px;
      background: linear-gradient(180deg, rgba(20, 30, 50, 0.95) 0%, rgba(10, 15, 25, 0.98) 100%);
      border: 2px solid rgba(0, 240, 255, 0.4);
      display: flex;
      align-items: center;
      justify-content: center;
      color: #00f0ff;
      font-size: 1.4rem;
      text-decoration: none;
      transition: all 0.25s ease;
      cursor: pointer;
      pointer-events: none;
      opacity: 0;
      transform: scale(0.4);
      backdrop-filter: blur(2px);
      left: 0;
      top: 0;
      will-change: transform, opacity;
      box-shadow: 
        0 0 15px rgba(0, 240, 255, 0.2),
        inset 0 0 10px rgba(0, 240, 255, 0.05);
    }

    /* When menu is active, show buttons with circular translation */
    .circular-menu.active .circular-action {
      pointer-events: auto;
      opacity: 1;
      transform: scale(1);
    }

    /* Individual hover effects - Game UI colors */
    .circular-action[data-action="Projects"]:hover { 
      background: linear-gradient(180deg, rgba(139, 92, 246, 0.3) 0%, rgba(90, 30, 180, 0.5) 100%); 
      border-color: #8b5cf6;
      color: #4000ff; 
      transform: scale(1.08) !important;
      box-shadow: 0 0 20px rgba(139, 92, 246, 0.5);
    }
    .circular-action[data-action="Skills"]:hover { 
      background: linear-gradient(180deg, rgba(239, 68, 68, 0.3) 0%, rgba(180, 30, 30, 0.5) 100%); 
      border-color: #ef4444;
      color: #f87171; 
      transform: scale(1.08) !important;
      box-shadow: 0 0 20px rgba(239, 68, 68, 0.5);
    }
    .circular-action[data-action="Contact"]:hover { 
      background: linear-gradient(180deg, rgba(16, 185, 129, 0.3) 0%, rgba(30, 120, 80, 0.5) 100%); 
      border-color: #10b981;
      color: #34d399; 
      transform: scale(1.08) !important;
      box-shadow: 0 0 20px rgba(16, 185, 129, 0.5);
    }
    .circular-action[data-action="About"]:hover { 
      background: linear-gradient(180deg, rgba(59, 130, 246, 0.3) 0%, rgba(30, 80, 180, 0.5) 100%); 
      border-color: #3b82f6;
      color: #60a5fa; 
      transform: scale(1.08) !important;
      box-shadow: 0 0 20px rgba(59, 130, 246, 0.5);
    }

    .circular-action:active {
      transform: scale(0.94) !important;
    }

    /* Tooltip custom style (Bootstrap) */
    .tooltip-inner {
      background-color: rgba(0, 240, 255, 0.15);
      border: 1px solid #00f0ff;
      font-weight: 500;
      font-size: 0.75rem;
      padding: 0.4rem 1rem;
      border-radius: 4px;
      font-family: 'Courier New', monospace;
      color: #00f0ff;
      text-shadow: 0 0 5px rgba(0, 240, 255, 0.5);
    }
    .tooltip.bs-tooltip-auto .tooltip-arrow::before,
    .tooltip.bs-tooltip-left .tooltip-arrow::before {
      border-left-color: #00f0ff;
    }

    /* responsive: smaller circle radius on mobile */
    @media (max-width: 576px) {
      .fab-radial-container {
        bottom: 1.25rem;
        right: 1.25rem;
      }
      .main-fab-btn {
        width: 56px;
        height: 56px;
        font-size: 1.8rem;
      }
      .circular-action {
        width: 46px;
        height: 46px;
        font-size: 1.3rem;
      }
      /* radius will be recalculated via JS but we set default smaller radius via style */
    }

    /* animation delay for each button */
    .circular-menu.active .circular-action:nth-child(1) { transition-delay: 0.01s; }
    .circular-menu.active .circular-action:nth-child(2) { transition-delay: 0.04s; }
    .circular-menu.active .circular-action:nth-child(3) { transition-delay: 0.07s; }
    .circular-menu.active .circular-action:nth-child(4) { transition-delay: 0.10s; }
    .circular-menu.active .circular-action:nth-child(5) { transition-delay: 0.13s; }

    /* subtle backdrop fade (optional) */
    .fab-backdrop {
      display: none;
    }

    /* focus rings */
    .main-fab-btn:focus-visible, .circular-action:focus-visible {
      outline: 3px solid #0d6efd;
      outline-offset: 2px;
    }
    .fab-radial-container {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
  }
  .circular-menu {
    position: absolute;
    bottom: 0;
    right: 0;
    width: auto;
    height: auto;
    pointer-events: none;
    overflow: visible;
  }
  .circular-action {
    transition: opacity 0.25s cubic-bezier(0.2, 0.9, 0.4, 1.2), transform 0.25s cubic-bezier(0.2, 0.9, 0.4, 1.2), left 0.2s, top 0.2s;
    will-change: transform, left, top, opacity;
    backface-visibility: hidden;
  }
  /* ensure initial hidden state */
  .circular-menu:not(.active) .circular-action {
    opacity: 0;
    pointer-events: none;
    transform: scale(0.4);
  }
  /* custom tooltip z-index */
  .tooltip {
    z-index: 1090;
  }
  @media (max-width: 576px) {
    .fab-radial-container {
      bottom: 1rem;
      right: 1rem;
    }
  }

  /* ============================================
     CYBER GRID BACKGROUND
     ============================================ */

  body {
    background: 
      linear-gradient(rgba(0, 240, 255, 0.03) 1px, transparent 1px),
      linear-gradient(90deg, rgba(0, 240, 255, 0.03) 1px, transparent 1px),
      #0a0a0f;
    background-size: 50px 50px, 50px 50px, 100% 100%;
    background-attachment: fixed;
  }

  .cyber-section {
    position: relative;
    background: linear-gradient(180deg, 
      rgba(10, 10, 20, 0.85) 0%, 
      rgba(15, 20, 35, 0.9) 50%, 
      rgba(10, 10, 20, 0.85) 100%);
    border-left: 3px solid rgba(0, 240, 255, 0.3);
    border-right: 3px solid rgba(0, 240, 255, 0.3);
    margin: 0 0 0 0;
  }

  .cyber-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
      linear-gradient(rgba(0, 240, 255, 0.02) 1px, transparent 1px),
      linear-gradient(90deg, rgba(0, 240, 255, 0.02) 1px, transparent 1px);
    background-size: 30px 30px, 30px 30px;
    pointer-events: none;
  }

  .cyber-section::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, 
      transparent 0%, 
      rgba(0, 240, 255, 0.5) 50%, 
      transparent 100%);
  }

  /* Section dividers with glow */
  .cyber-section + .cyber-section {
    border-top: 1px solid rgba(0, 240, 255, 0.15);
  }

  /* Cyber section card for projects */
  .cyber-section-card {
    background: linear-gradient(180deg, rgba(15, 20, 35, 0.9) 0%, rgba(10, 15, 25, 0.95) 100%);
    border: 2px solid rgba(0, 240, 255, 0.25);
    border-radius: 6px;
    padding: 20px;
    box-shadow: 
      0 0 30px rgba(0, 240, 255, 0.1),
      inset 0 0 40px rgba(0, 240, 255, 0.03);
  }

  .cyber-section-title {
    color: #00f0ff;
    font-family: 'Courier New', monospace;
    font-size: 1.8rem;
    text-transform: uppercase;
    letter-spacing: 3px;
    text-align: center;
    margin-bottom: 24px;
    text-shadow: 0 0 15px rgba(0, 240, 255, 0.5);
    position: relative;
    display: inline-block;
    width: 100%;
  }

  .cyber-section-title::before,
  .cyber-section-title::after {
    content: '//';
    color: rgba(0, 240, 255, 0.4);
    margin: 0 16px;
    font-size: 1.2rem;
  }

  .cyber-section-card__signal {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    border: 1px solid rgba(34, 197, 94, 0.45);
    border-radius: 4px;
    background: rgba(34, 197, 94, 0.12);
    color: #bbf7d0 !important;
    font-family: 'Courier New', monospace;
    font-size: 0.82rem;
    font-weight: 700;
    text-shadow: 0 0 10px rgba(34, 197, 94, 0.35);
  }

  .cyber-section-card__signal i {
    color: #86efac !important;
  }

  /* ============================================
     CYBER ABOUT SECTION
     ============================================ */

  .cyber-profile-card {
    background: linear-gradient(180deg, rgba(15, 23, 42, 0.95) 0%, rgba(10, 15, 25, 0.98) 100%);
    border: 2px solid rgba(0, 240, 255, 0.25);
    border-radius: 6px;
    padding: 20px;
    box-shadow:
      0 0 20px rgba(0, 240, 255, 0.1),
      inset 0 0 30px rgba(0, 240, 255, 0.02);
  }

  .cyber-profile-card__frame {
    position: relative;
    padding: 8px;
    background: linear-gradient(135deg, rgba(0, 240, 255, 0.1) 0%, rgba(0, 20, 40, 0.2) 100%);
    border: 2px solid rgba(0, 240, 255, 0.3);
    border-radius: 4px;
    margin-bottom: 16px;
  }

  .cyber-profile-card__image {
    width: 100%;
    height: auto;
    border-radius: 2px;
    border: 1px solid rgba(0, 240, 255, 0.2);
    object-fit: cover;
  }

  .cyber-profile-card__name {
    color: #00f0ff;
    font-family: 'Courier New', monospace;
    font-size: 1.5rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    margin-bottom: 8px;
    text-shadow: 0 0 10px rgba(0, 240, 255, 0.5);
  }

  .cyber-profile-card__class {
    font-family: 'Courier New', monospace;
    font-size: 0.9rem;
    color: #7dd3fc;
    text-align: center;
    min-height: 20px;
  }

  .cyber-profile-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
    margin-top: 16px;
  }

  .cyber-profile-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 18px;
  }

  .cyber-profile-tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 12px;
    border-radius: 20px;
    border: 1px solid rgba(0, 240, 255, 0.3);
    background: rgba(0, 240, 255, 0.08);
    color: #bae6fd;
    font-size: 0.8rem;
    font-family: 'Courier New', monospace;
  }

  .cyber-download-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 46px;
    padding: 12px 14px;
    border: 1px solid rgba(0, 240, 255, 0.4);
    border-radius: 4px;
    background: linear-gradient(180deg, rgba(0, 240, 255, 0.14) 0%, rgba(0, 100, 140, 0.12) 100%);
    color: #d9faff;
    text-decoration: none;
    font-family: 'Courier New', monospace;
    font-size: 0.82rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease, color 0.25s ease, background 0.25s ease;
    box-shadow: 0 0 12px rgba(0, 240, 255, 0.08);
  }

  .cyber-download-btn:hover {
    color: #ffffff;
    border-color: rgba(103, 232, 249, 0.85);
    background: linear-gradient(180deg, rgba(0, 240, 255, 0.22) 0%, rgba(0, 100, 140, 0.18) 100%);
    box-shadow: 0 0 18px rgba(0, 240, 255, 0.18);
    transform: translateY(-1px);
  }

  .cyber-download-btn--ghost {
    background: rgba(2, 6, 23, 0.7);
    color: #7dd3fc;
  }

  .cyber-status-card {
    margin-top: 16px;
    padding: 12px;
    background: rgba(2, 6, 23, 0.8);
    border: 1px solid rgba(0, 240, 255, 0.2);
    border-radius: 4px;
  }

  .cyber-status-card__row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 6px 0;
    color: #cbd5e1;
    font-family: 'Courier New', monospace;
    font-size: 0.85rem;
    border-bottom: 1px solid rgba(148, 163, 184, 0.15);
  }

  .cyber-status-card__row:last-child {
    border-bottom: 0;
  }

  .cyber-status-card__row strong {
    color: #00f0ff;
    text-align: right;
  }

  .cyber-about-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .cyber-about-card {
    background: linear-gradient(180deg, rgba(15, 23, 42, 0.9) 0%, rgba(10, 15, 25, 0.95) 100%);
    border: 1px solid rgba(0, 240, 255, 0.2);
    border-radius: 4px;
    padding: 16px;
  }

  .cyber-about-card--wide {
    grid-column: 1 / -1;
  }

  .cyber-about-card__label {
    font-family: 'Courier New', monospace;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #7dd3fc;
    margin-bottom: 8px;
  }

  .cyber-about-card__heading {
    color: #00f0ff;
    font-size: 1.25rem;
    margin-bottom: 12px;
    text-shadow: 0 0 8px rgba(0, 240, 255, 0.4);
  }

  .cyber-about-card__text {
    color: #cbd5e1;
    font-size: 0.9rem;
    line-height: 1.6;
    margin-bottom: 12px;
  }

  .cyber-quest-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 12px;
  }

  .cyber-quest-item {
    display: grid;
    grid-template-columns: 80px 1fr;
    gap: 12px;
    align-items: flex-start;
    padding: 12px;
    background: rgba(15, 23, 42, 0.8);
    border: 1px solid rgba(0, 240, 255, 0.15);
    border-radius: 4px;
  }

  .cyber-quest-item__year {
    color: #7dd3fc;
    font-family: 'Courier New', monospace;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
  }

  .cyber-quest-item__text {
    color: #e2e8f0;
    font-size: 0.85rem;
    line-height: 1.5;
  }

  .cyber-skill-meter {
    margin-top: 12px;
  }

  .cyber-skill-meter__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 6px;
    color: #e2e8f0;
    font-size: 0.8rem;
    font-family: 'Courier New', monospace;
  }

  .cyber-skill-meter__bar {
    height: 10px;
    background: rgba(15, 23, 42, 0.9);
    border: 1px solid rgba(0, 240, 255, 0.2);
    border-radius: 20px;
    overflow: hidden;
  }

  .cyber-skill-meter__bar span {
    display: block;
    height: 100%;
    border-radius: 20px;
    background: linear-gradient(90deg, #0ea5e9 0%, #38bdf8 50%, #67e8f9 100%);
    box-shadow: 0 0 10px rgba(14, 165, 233, 0.4);
  }

  /* ============================================
     CYBER STATS SECTION
     ============================================ */

  .cyber-stat-box {
    background: linear-gradient(180deg, rgba(15, 23, 42, 0.9) 0%, rgba(10, 15, 25, 0.95) 100%);
    border: 1px solid rgba(0, 240, 255, 0.2);
    border-radius: 6px;
    padding: 24px 20px;
    text-align: center;
    box-shadow: 0 0 15px rgba(0, 240, 255, 0.08);
    transition: all 0.3s ease;
  }

  .cyber-stat-box:hover {
    border-color: rgba(0, 240, 255, 0.4);
    box-shadow: 0 0 25px rgba(0, 240, 255, 0.2);
    transform: translateY(-2px);
  }

  .cyber-stat-box__value {
    color: #00f0ff;
    font-family: 'Courier New', monospace;
    font-size: 2.5rem;
    font-weight: 700;
    text-shadow: 0 0 15px rgba(0, 240, 255, 0.5);
    margin-bottom: 8px;
  }

  .cyber-stat-box__label {
    color: #cbd5e1;
    font-family: 'Courier New', monospace;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 1px;
  }

  /* ============================================
     CV SNAPSHOT SECTION
     ============================================ */

  .cyber-cv-header-btn {
    width: auto;
    min-width: 170px;
  }

  .cv-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }

  .cv-panel {
    background: linear-gradient(180deg, rgba(15, 23, 42, 0.92) 0%, rgba(8, 13, 24, 0.96) 100%);
    border: 1px solid rgba(0, 240, 255, 0.22);
    border-radius: 4px;
    color: #e2e8f0;
    padding: 16px;
    box-shadow: inset 0 0 24px rgba(0, 240, 255, 0.03);
  }

  .cv-panel div,
  .cv-panel li {
    color: #e2e8f0;
  }

  .cv-panel--wide {
    grid-column: 1 / -1;
  }

  .cv-panel__label {
    margin-bottom: 12px;
    color: #7dd3fc;
    font-family: 'Courier New', monospace;
    font-size: 0.78rem;
    letter-spacing: 2px;
    text-transform: uppercase;
  }

  .cv-panel p {
    color: #cbd5e1 !important;
    font-size: 0.9rem;
    line-height: 1.6;
    margin-bottom: 0;
  }

  .cv-timeline,
  .cv-list,
  .cv-contact-list {
    display: grid;
    gap: 12px;
  }

  .cv-timeline__item,
  .cv-list > div {
    padding: 12px;
    background: rgba(2, 6, 23, 0.5);
    border: 1px solid rgba(148, 163, 184, 0.15);
    border-radius: 4px;
  }

  .cv-timeline__item span {
    display: block;
    margin-bottom: 6px;
    color: #67e8f9;
    font-family: 'Courier New', monospace;
    font-size: 0.78rem;
    letter-spacing: 1px;
  }

  .cv-timeline__item strong,
  .cv-list strong,
  .cv-feature-grid strong {
    display: block;
    margin-bottom: 4px;
    color: #f8fafc !important;
    font-size: 0.95rem;
  }

  .cv-chip-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }

  .cv-feature-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
  }

  .cv-feature-grid > div {
    min-height: 160px;
    padding: 14px;
    background: rgba(2, 6, 23, 0.5);
    border: 1px solid rgba(148, 163, 184, 0.15);
    border-radius: 4px;
  }

  .cv-feature-grid i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    margin-bottom: 10px;
    border: 1px solid rgba(56, 189, 248, 0.3);
    border-radius: 4px;
    background: rgba(14, 165, 233, 0.12);
    color: #67e8f9;
    font-size: 1.05rem;
  }

  .cv-chip-list span {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 7px 10px;
    border: 1px solid rgba(0, 240, 255, 0.24);
    border-radius: 999px;
    background: rgba(0, 240, 255, 0.08);
    color: #e2e8f0 !important;
    font-size: 0.8rem;
  }

  .cv-contact-list a,
  .cv-contact-list span {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: #d9faff !important;
    font-size: 0.9rem;
    line-height: 1.45;
    text-decoration: none;
    overflow-wrap: anywhere;
  }

  .cv-contact-list i {
    color: #38bdf8;
    margin-top: 2px;
  }

  .cv-contact-list a:hover {
    color: #ffffff;
  }

  .cyber-section-card__eyebrow,
  .cyber-about-card__label,
  .skills-panel__eyebrow,
  .skills-sidecard__label,
  .cv-panel .cv-panel__label {
    color: #7dd3fc !important;
    font-family: 'Courier New', monospace;
    font-weight: 700;
    text-shadow: 0 0 10px rgba(125, 211, 252, 0.35);
  }

  /* ============================================
     CYBERPUNK CONTACT SECTION
     ============================================ */

  .cyberpunk-card {
    background: linear-gradient(145deg, rgba(10, 15, 25, 0.95) 0%, rgba(5, 10, 20, 0.98) 100%);
    border: 2px solid #00f0ff;
    border-radius: 4px;
    padding: 24px;
    box-shadow: 
      0 0 20px rgba(0, 240, 255, 0.15),
      inset 0 0 40px rgba(0, 240, 255, 0.03);
    position: relative;
    overflow: hidden;
  }

  .cyberpunk-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, transparent, #00f0ff, transparent);
    animation: scanline 2s linear infinite;
  }

  @keyframes scanline {
    0% { transform: translateX(-100%); }
    100% { transform: translateX(100%); }
  }

  .cyberpunk-card__header {
    text-align: center;
    margin-bottom: 24px;
  }

  .cyberpunk-title {
    color: #00f0ff;
    font-family: 'Courier New', monospace;
    font-size: 1.8rem;
    text-transform: uppercase;
    letter-spacing: 4px;
    text-shadow: 0 0 10px rgba(0, 240, 255, 0.5);
    position: relative;
    display: inline-block;
  }

  .cyberpunk-title::before,
  .cyberpunk-title::after {
    content: '//';
    color: rgba(0, 240, 255, 0.4);
    margin: 0 12px;
    font-size: 1.2rem;
  }

  .cyberpunk-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 16px 24px;
    background: rgba(0, 240, 255, 0.08);
    border: 1px solid rgba(0, 240, 255, 0.4);
    border-radius: 4px;
    color: #00f0ff;
    font-family: 'Courier New', monospace;
    font-size: 1rem;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
  }

  .cyberpunk-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(0, 240, 255, 0.2), transparent);
    transition: left 0.5s ease;
  }

  .cyberpunk-btn:hover {
    background: rgba(0, 240, 255, 0.15);
    border-color: #00f0ff;
    box-shadow: 0 0 20px rgba(0, 240, 255, 0.3);
    transform: translateY(-2px);
    color: #fff;
  }

  .cyberpunk-btn:hover::before {
    left: 100%;
  }

  .cyberpunk-btn i {
    font-size: 1.2rem;
  }

  .cyberpunk-divider {
    display: flex;
    align-items: center;
    margin: 24px 0;
    color: rgba(0, 240, 255, 0.5);
    font-family: 'Courier New', monospace;
    font-size: 0.85rem;
  }

  .cyberpunk-divider::before,
  .cyberpunk-divider::after {
    content: '';
    flex: 1;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(0, 240, 255, 0.3), transparent);
  }

  .cyberpunk-divider__text {
    padding: 0 16px;
    text-transform: uppercase;
    letter-spacing: 3px;
  }

  .cyberpunk-social {
    display: flex;
    justify-content: center;
    gap: 20px;
  }

  .cyberpunk-social__link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background: rgba(0, 240, 255, 0.1);
    border: 1px solid rgba(0, 240, 255, 0.3);
    border-radius: 50%;
    color: #00f0ff;
    font-size: 1.3rem;
    transition: all 0.3s ease;
  }

  .cyberpunk-social__link:hover {
    background: rgba(0, 240, 255, 0.2);
    border-color: #00f0ff;
    box-shadow: 0 0 15px rgba(0, 240, 255, 0.4);
    transform: scale(1.1);
    color: #fff;
  }

  /* ============================================
     CYBER NAVIGATION BAR
     ============================================ */

  #navbar {
    background: linear-gradient(180deg, rgba(15, 23, 42, 0.95) 0%, rgba(10, 15, 25, 0.98) 100%);
    border-bottom: 2px solid rgba(0, 240, 255, 0.3);
    backdrop-filter: blur(10px);
    box-shadow:
      0 2px 20px rgba(0, 240, 255, 0.1),
      0 0 40px rgba(0, 240, 255, 0.05);
    position: sticky !important;
    top: 0 !important;
    z-index: 1020 !important;
    height: 50px !important;
  }

  #navbar::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg,
      transparent 0%,
      rgba(0, 240, 255, 0.8) 20%,
      rgba(0, 240, 255, 1) 50%,
      rgba(0, 240, 255, 0.8) 80%,
      transparent 100%);
    animation: navbarGlow 3s ease-in-out infinite;
  }

  @keyframes navbarGlow {
    0%, 100% { opacity: 0.5; }
    50% { opacity: 1; }
  }

  #navbar h5 {
    color: #00f0ff;
    font-family: 'Courier New', monospace;
    font-size: 1.2rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-shadow: 0 0 10px rgba(0, 240, 255, 0.5);
    margin: 0;
    position: relative;
  }

  #navbar h5::before {
    content: '//';
    color: rgba(0, 240, 255, 0.6);
    margin-right: 8px;
    font-size: 0.9rem;
  }

  #navbar h5::after {
    content: '//';
    color: rgba(0, 240, 255, 0.6);
    margin-left: 8px;
    font-size: 0.9rem;
  }

  /* ============================================
     CYBER FOOTER
     ============================================ */

  footer {
    background: linear-gradient(180deg, rgba(10, 10, 20, 0.95) 0%, rgba(5, 5, 10, 0.98) 100%);
    border-top: 2px solid rgba(0, 240, 255, 0.3);
    position: relative;
    overflow: hidden;
  }

  footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(0, 240, 255, 0.5), transparent);
  }

  footer h5 {
    color: #00f0ff;
    font-family: 'Courier New', monospace;
    font-size: 1.2rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 1rem;
    text-shadow: 0 0 10px rgba(0, 240, 255, 0.5);
  }

  footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  footer li {
    margin-bottom: 0.5rem;
  }

  footer a {
    color: #cbd5e1;
    text-decoration: none;
    font-family: 'Courier New', monospace;
    font-size: 0.9rem;
    transition: all 0.3s ease;
    display: inline-block;
  }

  footer a:hover {
    color: #00f0ff;
    text-shadow: 0 0 8px rgba(0, 240, 255, 0.6);
    transform: translateX(5px);
  }

  footer .container.text-center {
    color: #64748b;
    font-family: 'Courier New', monospace;
    font-size: 0.8rem;
    border-top: 1px solid rgba(0, 240, 255, 0.1);
    margin-top: 1rem;
    padding-top: 1rem;
  }

  /* ============================================
     RESPONSIVE ADJUSTMENTS
     ============================================ */

  @media (max-width: 768px) {
    .cyber-section {
      border-left-width: 0;
      border-right-width: 0;
    }

    .cyber-section-card,
    .cyber-profile-card,
    .cyberpunk-card,
    .skills-panel,
    .skills-sidecard,
    .skills-chart-card,
    .project-details-panel,
    .cv-panel {
      padding: 16px;
    }

    .cyber-section-card__header,
    .skills-panel__header,
    .project-details-panel .details-header {
      flex-direction: column;
      align-items: flex-start;
      gap: 10px;
    }

    .cyber-section-title {
      font-size: 1.45rem;
      letter-spacing: 2px;
      margin-bottom: 18px;
    }

    .cyber-section-title::before,
    .cyber-section-title::after {
      display: none;
    }

    .cyber-about-grid,
    .skills-grid,
    .cv-grid,
    .cv-feature-grid {
      grid-template-columns: 1fr;
      gap: 16px;
    }

    .cyber-cv-header-btn {
      width: 100%;
      min-width: 0;
    }

    .cyber-quest-item,
    .quest-item {
      grid-template-columns: 1fr;
      gap: 8px;
    }

    .cyber-skill-meter__top {
      font-size: 0.76rem;
      gap: 8px;
    }

    .cyber-stat-box {
      padding: 20px 16px;
    }

    .cyber-stat-box__value {
      font-size: 2rem;
    }

    .inventory-grid {
      grid-template-columns: repeat(auto-fill, minmax(78px, 1fr));
      max-height: none;
    }

    .project-details-panel .details-body,
    .project-details-panel .details-caption,
    .project-details-panel .details-meta {
      padding: 10px;
    }

    .project-details-panel .details-header h5 {
      font-size: 0.95rem;
      margin: 0;
    }

    .project-details-panel .details-header .badge {
      white-space: normal;
    }

    .project-placeholder-img {
      height: 220px;
    }

    .cyber-profile-actions {
      grid-template-columns: 1fr;
    }

    .cyberpunk-title {
      font-size: 1.4rem;
      letter-spacing: 2px;
    }

    .cyberpunk-title::before,
    .cyberpunk-title::after {
      display: none;
    }

    .cyberpunk-btn {
      padding: 14px 20px;
      font-size: 0.9rem;
    }

    footer .container {
      text-align: center;
    }

    footer ul {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 1rem;
      margin-bottom: 1rem;
    }

    footer li {
      margin-bottom: 0;
    }
  }

  @media (max-width: 576px) {
    .cyber-section.py-5,
    .cyber-section.py-2 {
      padding-top: 1rem !important;
      padding-bottom: 1rem !important;
    }

    .cyber-section-card,
    .cyber-profile-card,
    .cyberpunk-card,
    .skills-panel,
    .skills-sidecard,
    .skills-chart-card,
    .project-details-panel,
    .cv-panel {
      padding: 14px;
    }

    .cyber-profile-card__name,
    .cyberpunk-title {
      font-size: 1.2rem;
      letter-spacing: 1px;
    }

    .cyber-about-card,
    .cyber-stat-box,
    .cv-panel {
      padding: 14px;
    }

    .cyber-about-card__heading {
      font-size: 1.08rem;
    }

    .cyber-about-card__text,
    .cyber-quest-item__text,
    .cv-panel p,
    .cv-contact-list a,
    .cv-contact-list span,
    .project-details-panel .details-body p {
      font-size: 0.84rem;
    }

    .cyber-download-btn,
    .cyberpunk-btn {
      min-height: 44px;
      padding: 12px 14px;
      font-size: 0.82rem;
      letter-spacing: 1px;
    }

    .cyberpunk-social {
      gap: 12px;
    }

    .cyberpunk-social__link {
      width: 42px;
      height: 42px;
      font-size: 1.1rem;
    }

    .inventory-grid {
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 6px;
      padding: 10px;
    }

    .inventory-item {
      padding: 8px 3px;
    }

    .inventory-item .item-icon {
      width: 34px;
      height: 34px;
    }

    .inventory-item .item-name {
      font-size: 0.58rem;
    }

    .project-details-panel .carousel,
    .project-details-panel .carousel-inner,
    .project-details-panel .carousel-item img,
    .project-placeholder-img {
      max-height: 200px;
      height: 200px;
    }

    .project-details-panel #projectTechRadar,
    .skills-chart-box {
      max-height: 220px !important;
      height: 220px;
    }
  }
