        .signal-section {
            width: 100%;
            max-width: 1120px;
            padding: 0 20px;
            margin: 10px 0 40px;
        }
        .signal-section[hidden] { display: none !important; }
        .signal-shell {
            display: grid;
            grid-template-columns: minmax(0, 1.04fr) minmax(320px, 0.96fr);
            gap: 22px;
            padding: 26px;
            border: 1px solid rgba(255, 255, 255, 0.12);
            border-radius: 30px;
            background:
                linear-gradient(180deg, rgba(24, 28, 34, 0.56), rgba(18, 18, 24, 0.62));
            box-shadow: 0 10px 18px rgba(0,0,0,0.12);
            overflow: hidden;
            position: relative;
            contain: layout paint;
        }
        .signal-shell::after {
            content: none;
        }
        .signal-intro {
            position: relative;
            z-index: 1;
            padding: 8px 6px 8px 4px;
        }
        .signal-kicker {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            margin-bottom: 14px;
            color: var(--neon-blue);
            font-size: 0.68rem;
            letter-spacing: 0.28em;
            text-transform: uppercase;
            font-weight: 800;
        }
        .signal-kicker::before {
            content: "";
            width: 30px;
            height: 1px;
            background: linear-gradient(90deg, var(--neon-blue), transparent);
        }
        .signal-main-title {
            margin: 0 0 18px;
            max-width: 11ch;
            font-size: clamp(1.85rem, 3.8vw, 3.1rem);
            line-height: 1.02;
            letter-spacing: -0.05em;
            color: #fff;
            text-shadow: none;
        }
.signal-main-copy {
    margin: 0;
    max-width: 38ch;
    color: #c0c4d2;
    font-size: 0.95rem;
    line-height: 1.66;
}
.signal-visuals {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    margin-top: 22px;
    max-width: 100%;
}
.signal-shot {
    margin: 0;
    position: relative;
    min-height: 0;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.08);
    background: rgba(255,255,255,0.03);
    box-shadow: none;
}
.signal-shot-large {
    aspect-ratio: 2.08 / 1;
}
.signal-shot::after {
    content: "";
    position: absolute;
    inset: auto 0 0 0;
    height: 55%;
    background: linear-gradient(180deg, transparent, rgba(5,5,7,0.86));
}
.signal-shot-image {
    display: block;
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.96;
    transform: scale(1.02);
    filter: none;
}
.signal-shot-image-alt { filter: none; }
.signal-shot-caption {
    position: absolute;
    left: 16px;
    right: 16px;
    bottom: 14px;
    z-index: 1;
    color: #f4f7ff;
    font-size: 0.74rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    line-height: 1.45;
    text-shadow: none;
}
        .signal-grid {
            display: grid;
            grid-template-columns: 1fr;
            grid-auto-rows: 1fr;
            gap: 14px;
            position: relative;
            z-index: 1;
            align-content: start;
            align-self: start;
            min-height: 100%;
        }
        .signal-card {
            min-height: 0;
            padding: 16px 16px 14px;
            background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.025));
            border: 1px solid rgba(255,255,255,0.08);
            border-radius: 22px;
            position: relative;
            overflow: hidden;
            transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
            cursor: pointer;
            display: flex;
            flex-direction: column;
            justify-content: flex-start;
        }
        .signal-card:first-child {
            background:
                linear-gradient(180deg, rgba(255, 255, 255, 0.065), rgba(255, 255, 255, 0.025));
        }
        .signal-card:nth-child(2) {
            background:
                linear-gradient(180deg, rgba(0, 229, 255, 0.08), rgba(255, 255, 255, 0.025));
        }
        .signal-card:nth-child(3) {
            background:
                linear-gradient(180deg, rgba(255, 0, 127, 0.08), rgba(255, 255, 255, 0.025));
        }
        .signal-card::before {
            content: attr(data-index);
            position: absolute;
            top: 14px;
            right: 14px;
            font-size: 0.62rem;
            color: rgba(255,255,255,0.24);
            letter-spacing: 0.3em;
            text-transform: uppercase;
            font-weight: 800;
        }
        .signal-card:hover {
            transform: translateY(-6px);
            border-color: rgba(0,229,255,0.24);
            box-shadow: 0 8px 14px rgba(0,0,0,0.1);
        }
        .signal-card.is-active {
            border-color: rgba(255,255,255,0.16);
            background: linear-gradient(180deg, rgba(255,255,255,0.1), rgba(255,255,255,0.04));
            box-shadow: 0 10px 18px rgba(0,0,0,0.12);
        }
        .signal-label {
            display: inline-block;
            margin-bottom: 12px;
            padding: 5px 9px;
            border-radius: 999px;
            border: 1px solid rgba(255,255,255,0.08);
            background: rgba(0,0,0,0.18);
            font-size: 0.58rem;
            letter-spacing: 0.18em;
            text-transform: uppercase;
            color: #8fd9e7;
            font-weight: 800;
        }
        .signal-card h3 {
            margin: 0 0 10px;
            font-size: 1rem;
            line-height: 1.24;
            letter-spacing: -0.02em;
        }
        .signal-card p {
            margin: 0;
            color: #b7bdcb;
            line-height: 1.58;
            font-size: 0.88rem;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            max-height: 3.1em;
            opacity: 0.72;
            overflow: hidden;
            transform: translateY(0);
            transition: max-height 0.28s ease, opacity 0.22s ease, transform 0.22s ease;
        }
        .signal-card.is-active p {
            -webkit-line-clamp: unset;
            max-height: 180px;
            opacity: 1;
            transform: translateY(0);
        }

        .section-divider {
            width: min(1120px, calc(100% - 40px));
            height: 1px;
            margin: 12px 0 24px;
            background: linear-gradient(90deg, transparent, rgba(255,255,255,0.12), rgba(0,229,255,0.18), rgba(255,255,255,0.12), transparent);
            opacity: 0.7;
        }

        .lab-section {
            width: 100%;
            max-width: 1120px;
            padding: 0 20px;
            margin: 10px 0 30px;
        }

        .lab-shell {
            display: grid;
            grid-template-columns: minmax(0, 0.96fr) minmax(300px, 1.04fr);
            gap: 20px;
            padding: 24px 26px;
            border: 1px solid rgba(255, 255, 255, 0.12);
            border-radius: 28px;
            background:
                linear-gradient(180deg, rgba(24, 28, 34, 0.54), rgba(18, 18, 24, 0.6));
            overflow: hidden;
            position: relative;
            box-shadow: 0 10px 18px rgba(0, 0, 0, 0.12);
            contain: layout paint;
        }

        .lab-shell::before {
            content: none;
        }

        .lab-copy h3 {
            margin: 0 0 14px;
            font-size: 1.38rem;
            letter-spacing: -0.03em;
            position: relative;
            z-index: 1;
        }

        .lab-copy h3::before {
            content: "RELAY FEED";
            display: block;
            margin-bottom: 10px;
            color: var(--neon-blue);
            font-size: 0.66rem;
            letter-spacing: 0.28em;
            text-transform: uppercase;
            font-weight: 800;
        }

        .lab-copy p {
            margin: 0;
            color: #b8b8c2;
            line-height: 1.64;
            max-width: 42ch;
            font-size: 0.95rem;
            position: relative;
            z-index: 1;
        }

        .lab-console {
            display: grid;
            gap: 16px;
            align-content: start;
            position: relative;
            z-index: 1;
        }

        .lab-console-tabs {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
        }

        .lab-console-tab {
            appearance: none;
            border: 1px solid rgba(255,255,255,0.08);
            background: rgba(255,255,255,0.03);
            color: #aeb7ca;
            padding: 10px 14px;
            border-radius: 999px;
            font: inherit;
            font-size: 0.72rem;
            letter-spacing: 0.16em;
            text-transform: uppercase;
            font-weight: 800;
            cursor: pointer;
            transition: transform 0.22s ease, border-color 0.22s ease, color 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
        }

        .lab-console-tab:hover,
        .lab-console-tab.is-active {
            color: #f7fbff;
            border-color: rgba(0,229,255,0.22);
            background: rgba(0,229,255,0.08);
            box-shadow: 0 0 16px rgba(0,229,255,0.08);
        }

        .lab-console-panel {
            min-height: 100%;
            padding: 20px 20px 18px;
            border-radius: 24px;
            border: 1px solid rgba(255,255,255,0.08);
            background:
                radial-gradient(circle at top right, rgba(0,229,255,0.08), transparent 34%),
                linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.025));
            display: grid;
            gap: 14px;
            align-content: start;
        }

        .lab-console-panel-top {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 12px;
        }

        .lab-console-kicker {
            color: var(--neon-blue);
            font-size: 0.68rem;
            letter-spacing: 0.24em;
            text-transform: uppercase;
            font-weight: 800;
        }

        .lab-console-index {
            color: rgba(255,255,255,0.3);
            font-size: 0.78rem;
            letter-spacing: 0.24em;
            font-weight: 800;
        }

        .lab-console-title {
            margin: 0;
            font-size: 1.34rem;
            line-height: 1.15;
            letter-spacing: -0.03em;
        }

        .lab-console-desc {
            margin: 0;
            color: #afb7c8;
            font-size: 0.95rem;
            line-height: 1.66;
            max-width: 38ch;
        }

        .lab-console-meta {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
        }

        .lab-console-chip {
            padding: 8px 12px;
            border-radius: 999px;
            border: 1px solid rgba(255,255,255,0.08);
            background: rgba(255,255,255,0.04);
            color: #dce6ff;
            font-size: 0.74rem;
            letter-spacing: 0.1em;
            text-transform: uppercase;
        }

        .floating-dock {
            position: fixed;
            right: 24px;
            bottom: 24px;
            z-index: 1002;
            display: flex;
            flex-direction: column;
            gap: 10px;
            padding: 12px;
            border: 1px solid var(--glass-border);
            border-radius: 22px;
            background: rgba(5, 5, 7, 0.62);
            backdrop-filter: blur(16px);
            box-shadow: 0 16px 40px rgba(0, 0, 0, 0.28);
        }

        .dock-link {
            width: 44px;
            height: 44px;
            border-radius: 14px;
            display: flex;
            align-items: center;
            justify-content: center;
            text-decoration: none;
            color: #b8b8c2;
            border: 1px solid rgba(255,255,255,0.08);
            background: rgba(255,255,255,0.03);
            font-size: 0.9rem;
            font-weight: 800;
            letter-spacing: 0.08em;
            transition: transform 0.25s ease, border-color 0.25s ease, color 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
        }

        .dock-link:hover {
            transform: translateY(-2px);
            color: white;
            border-color: var(--neon-blue);
            background: rgba(0, 229, 255, 0.08);
            box-shadow: 0 0 18px rgba(0, 229, 255, 0.18);
        }

        .dock-link.active {
            color: white;
            border-color: var(--neon-blue);
            background: linear-gradient(180deg, rgba(0, 229, 255, 0.14), rgba(255, 255, 255, 0.04));
            box-shadow: 0 0 20px rgba(0, 229, 255, 0.22);
        }

        /* --- PROJEKTEK & VISION --- */
        .section-title { 
            font-size: clamp(1.25rem, 2.1vw, 1.9rem); 
            text-transform: uppercase; 
            letter-spacing: 0.32em; 
            color: #d7d7df; 
            margin: 118px 0 52px 0; 
            position: relative; 
            transition: 0.5s; 
            font-weight: 800; 
            scroll-margin-top: 90px; 
            text-align: center;
            text-shadow: 0 0 24px rgba(255,255,255,0.08);
        }

        .section-title::before {
            content: attr(data-kicker);
            display: block;
            margin-bottom: 14px;
            font-size: 0.68rem;
            letter-spacing: 0.48em;
            color: #5a5a67;
            text-shadow: none;
        }

        body.overdrive .section-title { color: var(--neon-blue); text-shadow: 0 0 16px var(--neon-blue); }
        .section-title::after { content: ''; position: absolute; bottom: -14px; left: 50%; transform: translateX(-50%); width: 64px; height: 2px; background: linear-gradient(90deg, var(--neon-blue), var(--neon-pink)); }
        
        .content-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 34px; max-width: 1100px; width: 100%; padding: 4px 20px 28px; }
        
        .card { 
            background: var(--glass); 
            border: 1px solid var(--glass-border); 
            border-radius: 24px; 
            transition: 0.5s cubic-bezier(0.23, 1, 0.32, 1); 
            overflow: hidden; 
            display: flex; 
            flex-direction: column; 
            text-decoration: none; 
            color: inherit;
            will-change: transform, border-color;
            position: relative;
            contain: layout paint;
        }
        .card::before {
            content: "";
            position: absolute;
            inset: 0;
            background: linear-gradient(135deg, rgba(255,255,255,0.06), transparent 35%, transparent 70%, rgba(0,229,255,0.06));
            opacity: 0;
            transition: opacity 0.22s ease;
            pointer-events: none;
        }
        .card:hover::before { opacity: 0.72; }
        .card:hover {
            transform: translateY(-2px);
            border-color: rgba(0, 229, 255, 0.52);
            box-shadow:
                0 8px 18px rgba(0,0,0,0.22),
                0 0 14px rgba(0, 229, 255, 0.1),
                inset 0 0 0 1px rgba(0, 229, 255, 0.22);
        }
        .card-image-area { width: 100%; height: 180px; background: #111; overflow: hidden; }
        .card-image-area img { width: 100%; height: 100%; object-fit: cover; opacity: 0.88; transition: transform 0.3s ease, opacity 0.3s ease; }
        .card:hover .card-image-area img { opacity: 0.94; transform: scale(1.01); }
        
        .card-content { padding: 32px; display: flex; flex-direction: column; gap: 20px; height: 100%; }
        .card-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; }
        .card-index {
            flex-shrink: 0;
            font-size: 0.68rem;
            letter-spacing: 0.28em;
            text-transform: uppercase;
            color: rgba(255,255,255,0.34);
            padding-top: 6px;
        }
        .card h2 { margin: 10px 0; font-size: 1.5rem; letter-spacing: -0.5px; transition: color 0.3s; font-weight: 800; }
        .tag { font-size: 0.6rem; border: 1px solid rgba(255,255,255,0.1); padding: 4px 10px; border-radius: 4px; color: #888; margin-right: 5px; text-transform: uppercase; letter-spacing: 1px; font-weight: 700; }
        .card-copy { margin: 0; color: #b8b8c2; line-height: 1.68; font-size: 0.96rem; }
        .card-meta { display: grid; grid-template-columns: 1fr; gap: 10px; margin-top: auto; }
        .card-meta-item {
            display: grid;
            grid-template-columns: minmax(84px, 108px) minmax(0, 1fr);
            align-items: center;
            gap: 14px;
            padding: 10px 12px;
            border-radius: 14px;
            background:
                linear-gradient(180deg, color-mix(in srgb, var(--meta-accent, var(--neon-blue)) 8%, transparent), rgba(255,255,255,0.02)),
                rgba(255,255,255,0.02);
            border: 1px solid color-mix(in srgb, var(--meta-accent, var(--neon-blue)) 28%, rgba(255,255,255,0.08));
            box-shadow: inset 0 1px 0 rgba(255,255,255,0.03);
            min-width: 0;
            position: relative;
            overflow: hidden;
            transition: border-color 0.25s ease, background 0.25s ease, transform 0.25s ease;
        }
        .card:hover .card-meta-item {
            border-color: color-mix(in srgb, var(--meta-accent, var(--neon-blue)) 42%, rgba(255,255,255,0.08));
            background:
                linear-gradient(180deg, color-mix(in srgb, var(--meta-accent, var(--neon-blue)) 11%, transparent), rgba(255,255,255,0.03)),
                rgba(255,255,255,0.025);
            box-shadow:
                inset 0 1px 0 rgba(255,255,255,0.04),
                inset 4px 0 0 color-mix(in srgb, var(--meta-accent, var(--neon-blue)) 82%, transparent);
        }
        .card-meta-label {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            margin-bottom: 0;
            font-size: 0.62rem;
            letter-spacing: 0.1em;
            text-transform: uppercase;
            color: color-mix(in srgb, var(--meta-accent, var(--neon-blue)) 78%, white 22%);
            font-weight: 700;
            white-space: nowrap;
        }
        .card-meta-label::before {
            content: "";
            width: 7px;
            height: 7px;
            border-radius: 50%;
            background: var(--meta-accent, var(--neon-blue));
            box-shadow: 0 0 12px color-mix(in srgb, var(--meta-accent, var(--neon-blue)) 78%, transparent);
            flex-shrink: 0;
        }
        .card-meta-value {
            display: block;
            color: #f1f1f6;
            font-family: 'Orbitron', 'Inter', sans-serif;
            font-size: 0.82rem;
            line-height: 1.34;
            letter-spacing: 0.01em;
            font-weight: 500;
            overflow-wrap: anywhere;
            word-break: break-word;
        }
        .card-open-hint {
            margin-top: 8px;
            display: inline-flex;
            align-items: center;
            gap: 8px;
            color: rgba(255,255,255,0.52);
            font-size: 0.72rem;
            letter-spacing: 0.12em;
            text-transform: uppercase;
            font-weight: 700;
            transition: color 0.25s ease, transform 0.25s ease;
        }
        .card-open-hint span {
            color: var(--neon-blue);
            font-size: 0.92rem;
            line-height: 1;
            text-shadow: 0 0 10px rgba(0,229,255,0.2);
        }
        .card:hover .card-open-hint {
            color: rgba(255,255,255,0.9);
            transform: translateX(2px);
        }

        /* --- VISION --- */
        .info-section { max-width: 900px; text-align: center; padding: 58px 40px; margin: 8px 0 2px; background: radial-gradient(circle at center, rgba(255, 0, 127, 0.05) 0%, transparent 70%); border-radius: 40px; transition: 1s; }
        body.overdrive .info-section { background: radial-gradient(circle at center, rgba(0, 255, 65, 0.1) 0%, transparent 70%); }
        #mission-text { font-size: 2.2rem; line-height: 1.2; font-weight: 800; color: #fff; text-shadow: 0 0 20px rgba(255, 255, 255, 0.1); margin: 0 auto; }
        .highlight-blue { color: var(--neon-blue); text-shadow: 0 0 15px rgba(0, 229, 255, 0.6); }
        .highlight-pink { color: var(--neon-pink); text-shadow: 0 0 15px rgba(255, 0, 127, 0.6); }
        .highlight-wayr { color: #7dff4d; text-shadow: 0 0 15px rgba(125, 255, 77, 0.6); font-weight: 700; }
        .highlight-gossipr { color: var(--neon-blue); text-shadow: 0 0 15px rgba(0, 229, 255, 0.6); font-weight: 700; }
        .about-section {
            width: min(980px, calc(100% - 40px));
            margin: 32px auto 26px;
            padding: 30px 34px 32px;
            border-radius: 30px;
            border: 1px solid var(--glass-border);
            background:
                linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.02)),
                radial-gradient(circle at top right, rgba(0, 229, 255, 0.08), transparent 32%);
            box-shadow: 0 22px 50px rgba(0,0,0,0.22);
        }
        .about-kicker {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            color: var(--neon-blue);
            font-size: 0.68rem;
            letter-spacing: 0.26em;
            text-transform: uppercase;
            font-weight: 800;
        }
        .about-kicker::before {
            content: "";
            width: 32px;
            height: 1px;
            background: linear-gradient(90deg, var(--neon-blue), transparent);
        }
        .about-title {
            margin: 16px 0 14px;
            font-size: clamp(1.5rem, 3vw, 2.25rem);
            line-height: 1.15;
            color: #fff;
        }
        .about-copy {
            display: grid;
            gap: 12px;
            max-width: 78ch;
        }
        .about-copy p {
            margin: 0;
            color: rgba(255,255,255,0.76);
            line-height: 1.8;
            font-size: 1rem;
        }

        /* --- CONTACT & FOOTER --- */
        .contact-section {
            width: 100%;
            max-width: 1180px;
            padding: 0 20px;
            margin: 56px 0 0;
        }
        .contact-shell {
            display: grid;
            grid-template-columns: minmax(0, 1.02fr) minmax(320px, 0.98fr);
            gap: 22px;
            padding: 32px;
            border: 1px solid rgba(255,255,255,0.1);
            border-radius: 30px;
            background:
                radial-gradient(circle at top left, rgba(0, 229, 255, 0.08), transparent 28%),
                radial-gradient(circle at bottom right, rgba(255, 0, 127, 0.08), transparent 34%),
                linear-gradient(180deg, rgba(24, 28, 34, 0.46), rgba(18, 18, 24, 0.58));
            position: relative;
            overflow: hidden;
        }
        .contact-shell::before {
            content: "";
            position: absolute;
            inset: 16px;
            border: 1px solid rgba(255,255,255,0.04);
            border-radius: 22px;
            pointer-events: none;
        }
        .contact-copy {
            text-align: left;
            position: relative;
            z-index: 1;
        }
        .contact-kicker,
        .note-board-kicker {
            margin-bottom: 12px;
            color: var(--neon-blue);
            font-size: 0.66rem;
            letter-spacing: 0.28em;
            text-transform: uppercase;
            font-weight: 800;
        }
        .contact-title {
            margin: 0 0 14px;
            max-width: 15ch;
            font-size: clamp(1.8rem, 4vw, 3rem);
            line-height: 1.04;
            letter-spacing: -0.04em;
        }
        .contact-text {
            margin: 0 0 22px;
            max-width: 48ch;
            color: #cdd2df;
            line-height: 1.74;
            font-size: 1rem;
        }
        .social-links { display: flex; justify-content: center; gap: 20px; margin-bottom: 24px; }
        .social-icon { 
            width: 45px; height: 45px; border: 1px solid var(--glass-border); border-radius: 50%; 
            display: flex; align-items: center; justify-content: center; color: white; 
            text-decoration: none; transition: 0.4s; background: var(--glass); font-size: 0.8rem; font-weight: 800;
        }
        .social-icon:hover { border-color: var(--neon-pink); box-shadow: 0 0 15px var(--neon-pink); transform: translateY(-5px); color: var(--neon-pink); }
        .social-icon svg {
            width: 18px;
            height: 18px;
            stroke: currentColor;
            fill: none;
            stroke-width: 1.8;
            stroke-linecap: round;
            stroke-linejoin: round;
        }
        .social-icon svg .social-fill {
            fill: currentColor;
            stroke: none;
        }
        .social-icon svg path {
            fill: currentColor;
            stroke: none;
        }

        .note-board {
            padding: 22px;
            border-radius: 22px;
            border: 1px solid rgba(255,255,255,0.08);
            background: linear-gradient(180deg, rgba(255,255,255,0.055), rgba(255,255,255,0.025));
            position: relative;
            z-index: 1;
        }
        .note-board-title {
            margin: 0 0 10px;
            font-size: 1.2rem;
            letter-spacing: -0.02em;
        }
        .note-board-copy {
            margin: 0 0 16px;
            color: #b8bfd0;
            line-height: 1.65;
            font-size: 0.94rem;
        }
        .note-form {
            display: grid;
            gap: 12px;
        }
        .note-input {
            width: 100%;
            min-height: 220px;
            resize: vertical;
            border-radius: 16px;
            border: 1px solid rgba(255,255,255,0.08);
            background: rgba(9, 10, 14, 0.72);
            color: white;
            padding: 14px 16px;
            font: inherit;
            line-height: 1.6;
            outline: none;
        }
        .note-input-line {
            min-height: 46px;
            height: 46px;
            line-height: 1.2;
            padding-top: 12px;
            padding-bottom: 12px;
            resize: none;
        }
        input.note-input-line {
            min-height: 0;
            height: 46px;
            max-height: 46px;
            padding: 0 16px;
            line-height: 46px;
        }
        textarea.note-input {
            min-height: 220px;
            padding-top: 14px;
            padding-bottom: 14px;
        }
        .note-input:focus {
            border-color: rgba(0,229,255,0.32);
            box-shadow: 0 0 0 4px rgba(0,229,255,0.08);
        }
        .note-form-row {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 12px;
        }
        .note-status {
            color: #8da2bf;
            font-size: 0.8rem;
            letter-spacing: 0.08em;
            text-transform: uppercase;
        }
        .note-submit {
            border: 1px solid rgba(0,229,255,0.24);
            background: rgba(0,229,255,0.08);
            color: #eafcff;
            padding: 10px 14px;
            border-radius: 12px;
            font: inherit;
            font-size: 0.82rem;
            letter-spacing: 0.12em;
            text-transform: uppercase;
            transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
        }
        .note-submit:hover {
            transform: translateY(-1px);
            border-color: rgba(0,229,255,0.42);
            box-shadow: 0 0 16px rgba(0,229,255,0.12);
        }
        .footer-strip {
            width: 100%;
            margin-top: 28px;
            padding: 24px 20px 34px;
            border-top: 1px solid rgba(255,255,255,0.08);
            display: grid;
            grid-template-columns: 1fr auto 1fr;
            align-items: center;
            gap: 20px;
            background:
                linear-gradient(180deg, rgba(10, 12, 16, 0.72), rgba(10, 10, 14, 0.88));
        }
        .footer-brand {
            color: #f2f4fb;
            font-size: 0.98rem;
            letter-spacing: 0.22em;
            text-transform: uppercase;
            font-weight: 800;
        }
        .footer-social-links {
            margin: 0;
            justify-self: center;
        }
        .footer-policy-links {
            display: flex;
            justify-content: flex-start;
            flex-wrap: wrap;
            gap: 18px;
            align-items: center;
        }
        .footer-policy-links a {
            color: #b0b8ca;
            text-decoration: none;
            font-size: 0.82rem;
            letter-spacing: 0.1em;
            text-transform: uppercase;
        }
        .footer-policy-links a:hover {
            color: var(--neon-blue);
        }
        .footer-signal-trigger {
            border: 1px solid rgba(255,0,127,0.26);
            background: rgba(255,0,127,0.08);
            color: #ffdff0;
            padding: 9px 12px;
            border-radius: 999px;
            font: inherit;
            font-size: 0.72rem;
            letter-spacing: 0.12em;
            text-transform: uppercase;
        }
        .footer-signal-text {
            color: #aeb7ca;
            font-size: 0.82rem;
            letter-spacing: 0.04em;
            max-width: 28ch;
        }
        .footer-tail {
            justify-self: end;
            display: flex;
            align-items: center;
            justify-content: flex-end;
            gap: 12px;
        }
        .footer-stamp {
            appearance: none;
            padding: 8px 12px;
            border-radius: 999px;
            border: 1px solid rgba(255,255,255,0.08);
            background: rgba(255,255,255,0.04);
            color: #aeb7ca;
            font-size: 0.7rem;
            letter-spacing: 0.16em;
            text-transform: uppercase;
            font: inherit;
            cursor: pointer;
            transition: transform 0.22s ease, border-color 0.22s ease, color 0.22s ease, box-shadow 0.22s ease;
        }
        .footer-stamp:hover {
            transform: translateY(-1px);
            border-color: rgba(0,229,255,0.28);
            color: #eafcff;
            box-shadow: 0 0 16px rgba(0,229,255,0.12);
        }
        .footer-copyright {
            grid-column: 1 / -1;
            margin: 0;
            color: #434856;
            font-size: 0.75rem;
            letter-spacing: 0.1em;
            text-align: center;
        }
