/* ============================================================
   CYBER ENHANCEMENTS — Boot Screen | Cursor | Skills Marquee
   ============================================================ */

/* ── NEON ARROW CURSOR ────────────────────────────────────── */
/* SVG arrow with neon green glow, hotspot at tip (2,2) */
body, * {
    cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 28 28'%3E%3Cdefs%3E%3Cfilter id='g' x='-50%25' y='-50%25' width='200%25' height='200%25'%3E%3CfeGaussianBlur in='SourceGraphic' stdDeviation='1.8' result='blur'/%3E%3CfeMerge%3E%3CfeMergeNode in='blur'/%3E%3CfeMergeNode in='SourceGraphic'/%3E%3C/feMerge%3E%3C/filter%3E%3C/defs%3E%3Cpath filter='url(%23g)' d='M4 2 L4 22 L9.5 16.5 L13.5 24 L16.5 22.5 L12.5 15 L20 15 Z' fill='%2300ffcc' stroke='%2300ffcc' stroke-width='0.4' stroke-linejoin='round'/%3E%3C/svg%3E") 4 2, auto !important;
}


/* ── BOOT SCREEN ──────────────────────────────────────────── */
#boot-screen {
    position: fixed; inset: 0;
    background: #030712;
    z-index: 99990;
    display: flex; flex-direction: column;
    align-items: center; justify-content: center;
    font-family: 'Share Tech Mono', monospace;
    transition: opacity .7s ease;
}
#boot-screen.hidden { opacity: 0; pointer-events: none; }
.boot-grid {
    position: absolute; inset: 0; pointer-events: none; opacity: .035;
    background-image: linear-gradient(#00ffcc 1px,transparent 1px),
                      linear-gradient(90deg,#00ffcc 1px,transparent 1px);
    background-size: 60px 60px;
}
.boot-vignette {
    position: absolute; inset: 0; pointer-events: none;
    background: radial-gradient(ellipse at center, transparent 40%, #030712 100%);
}
.boot-content { position: relative; z-index: 10; width: 100%; max-width: 600px; padding: 0 24px; }
.boot-badge { text-align: center; margin-bottom: 28px; }
.boot-badge span {
    display: inline-flex; align-items: center; gap: 10px;
    color: #00ffcc; font-size: 10px; letter-spacing: .35em;
    text-transform: uppercase;
    border: 1px solid rgba(0,255,204,.3); padding: 8px 20px;
    border-radius: 4px; background: rgba(0,255,204,.05);
}
.boot-pulse { width:8px; height:8px; border-radius:50%; background:#00ffcc; display:inline-block; animation: bPulse .9s infinite; }
@keyframes bPulse { 0%,100%{opacity:1} 50%{opacity:0} }

.boot-ip-card {
    border: 1px solid rgba(0,255,204,.2); border-radius: 10px;
    padding: 18px; background: rgba(0,255,204,.03); margin-bottom: 20px;
}
.boot-ip-label { color: #00ffcc; font-size: 9px; letter-spacing: .3em; text-transform: uppercase; margin: 0 0 10px; }
.boot-ip-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 14px; }
.boot-ip-item p:first-child { color: #475569; font-size: 9px; text-transform: uppercase; letter-spacing: .12em; margin: 0 0 3px; }
.boot-ip-item p:last-child  { margin: 0; font-size: 12px; color: white; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
#boot-ip-val { color: #00ffcc !important; font-size: 15px !important; font-weight: 700; letter-spacing: .1em; }

.boot-terminal {
    border: 1px solid rgba(255,255,255,.06); border-radius: 10px;
    background: rgba(0,0,0,.5); overflow: hidden; margin-bottom: 16px;
}
.boot-term-bar {
    padding: 8px 14px; border-bottom: 1px solid rgba(255,255,255,.06);
    display: flex; align-items: center; gap: 8px;
}
.btn-dot { width:10px; height:10px; border-radius:50%; display:inline-block; }
.boot-term-title { color: #475569; font-size: 9px; letter-spacing: .25em; text-transform: uppercase; margin-left: 6px; }
#boot-log { padding: 14px; font-size: 11px; min-height: 190px; }

.boot-step { display: flex; align-items: flex-start; gap: 10px; margin-bottom: 6px; font-size: 11px; }
.boot-step-ok  { color: #00ffcc; flex-shrink: 0; margin-top: 1px; }
.boot-step-act { color: #eab308; flex-shrink: 0; }
.boot-step-text  { color: #94a3b8; }
.boot-step-detail{ color: #475569; font-size: 10px; }
.boot-step-label { color: white; font-weight: bold; }
.blink { display:inline; animation: bPulse .5s infinite; }

.boot-progress-row { display:flex; justify-content:space-between; font-size:9px; letter-spacing:.25em; text-transform:uppercase; color:#475569; margin-bottom:6px; }
#boot-pct { color: #00ffcc; }
.boot-bar-track { height: 3px; background: rgba(255,255,255,.05); border-radius: 4px; overflow: hidden; }
#boot-bar { height: 100%; width: 0%; background: linear-gradient(90deg, rgba(0,255,204,.5), #00ffcc); border-radius: 4px; transition: width .4s ease; }


/* ── SKILLS — MARQUEE LAYOUT ──────────────────────────────── */
.skill-tabs {
    display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 18px;
}
.skill-tab {
    padding: 5px 13px;
    border: 1px solid rgba(0,136,255,.3);
    border-radius: 20px;          /* pill shape */
    font-size: 10px;
    font-family: 'Share Tech Mono', monospace;
    text-transform: uppercase; letter-spacing: .12em;
    color: #64748b; background: transparent;
    transition: all .22s;
    white-space: nowrap;
}
.skill-tab:hover, .skill-tab.active {
    color: #0088ff;
    border-color: rgba(0,136,255,.7);
    background: rgba(0,136,255,.1);
    box-shadow: 0 0 12px rgba(0,136,255,.25);
}

/* Marquee container */
.skill-marquee-wrap {
    overflow: hidden;
    position: relative;
    margin-bottom: 12px;
    /* Fade edges */
    -webkit-mask-image: linear-gradient(90deg, transparent 0%, black 8%, black 92%, transparent 100%);
    mask-image:         linear-gradient(90deg, transparent 0%, black 8%, black 92%, transparent 100%);
}
.skill-marquee-inner {
    display: flex;
    gap: 10px;
    width: max-content;
    animation: marqueeScroll 28s linear infinite;
}
.skill-marquee-inner:hover { animation-play-state: paused; }

@keyframes marqueeScroll {
    from { transform: translateX(0); }
    to   { transform: translateX(-50%); }
}

/* Individual skill pill */
.skill-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 14px;
    border-radius: 10px;
    border: 1px solid rgba(0,136,255,.18);
    background: rgba(15,23,42,.7);
    white-space: nowrap;
    transition: border-color .2s, transform .15s;
    flex-shrink: 0;
}
.skill-pill:hover {
    border-color: rgba(0,136,255,.55);
    transform: translateY(-2px);
}
.skill-pill-icon {
    width: 30px; height: 30px;
    border-radius: 7px;
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0; font-size: 20px;
}
.skill-pill-badge {
    width: 30px; height: 30px;
    border-radius: 7px;
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
    font-size: 8px; font-weight: bold;
    font-family: 'Share Tech Mono', monospace;
    color: white; text-align: center; line-height: 1.1; letter-spacing: .04em;
}
.skill-pill-name {
    font-size: 12px; font-weight: 600; color: #e2e8f0;
    font-family: 'Rajdhani', sans-serif;
}
.skill-pill-pct {
    font-size: 10px; color: #00ffcc;
    font-family: 'Share Tech Mono', monospace;
    opacity: .7;
}
