/* Auto-extracted from single-systemkritik.php */

/* =========================================
       1. HAUPT-LAYOUT (THE EXPOSED FILES STYLE)
       ========================================= */
    .system-wrapper {
        margin: 0;
        padding: 0;
        width: 100%;
        min-height: 100vh;
        /* Helles, technisches Grau - wie Beton oder Recyclingpapier */
        background: #f3f4f6;
        background-image: 
            linear-gradient(#e5e7eb 1px, transparent 1px),
            linear-gradient(90deg, #e5e7eb 1px, transparent 1px);
        background-size: 40px 40px; /* Technisches Grid */
        font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
        overflow-x: hidden;
        position: relative;
        color: #111;
    }

    /* --- ANIMIERTE EMOJIS --- */
    .bg-emoji {
        position: fixed;
        bottom: -10vh;
        z-index: 0; 
        opacity: 0;
        pointer-events: none;
        animation: riseUp linear forwards;
        font-family: "Segoe UI Emoji", "Noto Color Emoji", "Apple Color Emoji", sans-serif;
        user-select: none;
        /* Entsättigt und dunkel für "Bedrohung" Vibe */
        filter: grayscale(0.8) contrast(1.2);
    }

    @keyframes riseUp {
        0% { bottom: -10vh; transform: translateX(0) rotate(0deg); opacity: 0; }
        10% { opacity: 0.1; } 
        80% { opacity: 0.1; }
        100% { bottom: 110vh; transform: translateX(50px) rotate(360deg); opacity: 0; }
    }

    /* --- CARD CONTAINER (DOSSIER STYLE) --- */
    .glass-card {
        position: relative;
        z-index: 10;
        max-width: 900px;
        margin: 0 auto 3rem;
        padding: 3.5rem;
        background: #ffffff;
        /* Harter Schatten */
        box-shadow: 10px 10px 0px rgba(0,0,0,0.1); 
        border: 2px solid #000;
        border-radius: 0; /* Keine runden Ecken - Brutalistisch */
    }
    
    /* Top Label (Secret) */
    .glass-card::before {
        content: '/// SYSTEM_CRITICAL_FILE ///';
        position: absolute; top: -15px; left: 20px;
        background: #dc2626; /* Signalrot */
        color: white;
        padding: 5px 15px;
        font-family: 'Courier New', monospace;
        font-weight: 900;
        font-size: 0.8rem;
        letter-spacing: 2px;
        transform: rotate(-1deg);
        box-shadow: 3px 3px 0 rgba(0,0,0,0.2);
    }

    /* --- TYPOGRAFIE & HEADER --- */
    a.system-badge {
        display: inline-block;
        background: #000; 
        color: #fff; 
        padding: 8px 20px;
        border-radius: 0;
        font-size: 0.8rem;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 1.5px;
        margin-bottom: 1.5rem;
        text-decoration: none;
        border: 2px solid #000;
        transition: all 0.2s;
        font-family: 'Courier New', monospace;
    }
    a.system-badge:hover { 
        background: #dc2626; 
        color: #fff; 
        border-color: #dc2626;
    }

    h1.post-title {
        font-size: 3.2rem;
        font-weight: 900;
        margin: 0 0 1.5rem;
        line-height: 1.1;
        color: #000;
        text-transform: uppercase;
        letter-spacing: -1px;
    }

    /* --- CONTENT STYLING --- */
    .entry-content { font-size: 1.2rem; line-height: 1.8; color: #1f2937; }
    
    /* Headlines (Stamp Style) */
    .entry-content h2 { 
        color: #dc2626; /* Red */
        font-size: 2rem; 
        margin-top: 3.5rem; 
        margin-bottom: 1.5rem; 
        font-weight: 900; 
        text-transform: uppercase;
        border-left: 8px solid #000;
        padding-left: 20px;
        line-height: 1;
    }

    .entry-content h3 { color: #000; font-size: 1.5rem; margin-top: 2rem; font-weight: 800; border-bottom: 3px solid #dc2626; display: inline-block; }
    .entry-content p { margin-bottom: 1.5rem; }
    
    /* Zitate (Typewriter) */
    .entry-content blockquote {
        border: 2px solid #000;
        background: #f3f4f6;
        padding: 2rem;
        margin: 3rem 0;
        font-family: 'Courier New', monospace;
        color: #000;
        font-weight: 600;
        box-shadow: 5px 5px 0 #dc2626;
    }

    /* Listen */
    .entry-content ul, .entry-content ol { 
        background: #fff; 
        border: 1px solid #d1d5db;
        padding: 1.5rem 1.5rem 1.5rem 3rem; 
        margin-bottom: 1.5rem; 
    }
    .entry-content ul li { margin-bottom: 8px; }
    .entry-content ul li::marker { color: #dc2626; content: "► "; font-weight: bold; }

    /* Links im Text */
    .entry-content a {
        color: #dc2626;
        text-decoration: none;
        background: linear-gradient(to top, #fecaca 30%, transparent 30%);
        font-weight: 700;
        transition: all 0.2s;
    }
    .entry-content a:hover { background: #dc2626; color: white; }

    /* Bilderrahmen (Polaroid/Evidence) */
    .entry-content img {
        max-width: 100%; height: auto; display: block; margin: 3rem auto;
        border: 5px solid #fff;
        box-shadow: 0 5px 15px rgba(0,0,0,0.2);
        transform: rotate(1deg);
    }

    /* --- INFO BOX (Warning) --- */
    .harm-reduction-box {
        margin-top: 4rem;
        background: #fef2f2; /* Light Red */
        border: 2px solid #dc2626;
        padding: 2rem;
        display: flex;
        gap: 1.5rem;
        align-items: center;
        box-shadow: 5px 5px 0 rgba(220, 38, 38, 0.2);
    }
    .warning-emoji { font-size: 2.5rem; }
    .warning-text h4 { color: #dc2626; margin: 0 0 0.5rem; font-weight: 900; text-transform: uppercase; font-size: 1rem; letter-spacing: 1px; }
    .warning-text p { margin: 0; font-size: 1rem; color: #7f1d1d; font-weight: 500; }

    /* --- AUTHOR BOX --- */
    .author-box { 
        display: flex; 
        align-items: flex-start; 
        gap: 2rem; 
        margin-top: 5rem; 
        padding-top: 3rem; 
        border-top: 4px solid #000; 
    }
    .author-avatar img { 
        width: 100px; height: 100px; 
        border: 3px solid #000; 
        object-fit: cover; 
        filter: grayscale(100%);
    }
    .author-content h3 { 
        margin: 0 0 0.5rem; 
        font-size: 1.5rem; 
        color: #000;
        font-weight: 900;
        text-transform: uppercase;
    }
    .author-content p { font-size: 0.95rem; color: #374151; margin-bottom: 1.5rem; line-height: 1.6; }
    .author-link { 
        display: inline-block; 
        background: #000;
        color: #fff; text-decoration: none; 
        padding: 8px 15px;
        font-size: 0.9rem; text-transform: uppercase; font-weight: 700;
        transition: all 0.2s;
    }
    .author-link:hover { background: #dc2626; transform: translateY(-2px); }

    /* --- TAGS (Evidence Tags) --- */
    .system-tags-container { margin-top: 3rem; padding-top: 2rem; border-top: 2px solid #e5e7eb; }
    .system-tags-title { font-weight: 800; color: #000; margin-bottom: 1rem; font-size: 0.9rem; text-transform: uppercase; letter-spacing: 1px; font-family: 'Courier New', monospace; }
    .tag-cloud { display: flex; flex-wrap: wrap; gap: 10px; }
    .system-tag {
        background: #e5e7eb; color: #374151; padding: 6px 12px;
        text-decoration: none; font-size: 0.85rem; font-weight: 700; transition: all 0.2s;
        border-left: 3px solid #000; /* Tag Style */
        font-family: 'Courier New', monospace;
    }
    .system-tag:hover { background: #000; color: white; border-color: #dc2626; }


    /* --- CATEGORY BUTTON --- */
    .cat-section { text-align: center; margin: 4rem 0; }
    .cat-btn { 
        display: inline-block; 
        background: #000; 
        color: #fff; 
        padding: 15px 40px; 
        text-decoration: none; 
        font-weight: 800;
        font-size: 1.1rem;
        transition: all 0.3s; 
        text-transform: uppercase;
        border: 2px solid #000;
    }
    .cat-btn:hover { 
        background: #fff;
        color: #000;
        box-shadow: 5px 5px 0 #000;
    }

    /* --- SOCIAL GRID (Brutalist) --- */
    .social-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(140px, 1fr)); gap: 1rem; margin-top: 3rem; }
    .social-card { 
        display: flex; flex-direction: column; align-items: center; justify-content: center; 
        padding: 1.5rem 1rem; 
        background: white; 
        border: 2px solid #e5e7eb; 
        text-decoration: none; 
        transition: all 0.2s ease; 
        text-align: center; 
    }
    .social-card:hover { 
        border-color: #000;
        box-shadow: 4px 4px 0 #000;
        transform: translate(-2px, -2px);
    }
    .social-icon { width: 30px; height: 30px; margin-bottom: 0.5rem; color: #4b5563; transition: transform 0.2s; }
    .social-card:hover .social-icon { transform: scale(1.1); color: #000; }
    .social-name { font-weight: 800; font-size: 0.8rem; color: #000; text-transform: uppercase; }
    .social-handle { font-size: 0.7rem; color: #6b7280; margin-top: 2px; font-family: 'Courier New', monospace; }

    /* --- RELATED POSTS (File Folder) --- */
    .related-posts-section { margin-top: 4rem; padding-top: 2rem; border-top: 4px solid #000; }
    .related-title { font-size: 1.5rem; font-weight: 900; color: #000; margin-bottom: 2rem; text-transform: uppercase; }
    .related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
    .related-card { display: block; text-decoration: none; background: #fff; border: 2px solid #000; transition: transform 0.2s; }
    .related-card:hover { box-shadow: 8px 8px 0 #dc2626; transform: translate(-2px, -2px); }
    .related-thumb { height: 150px; overflow: hidden; background: #000; border-bottom: 2px solid #000; }
    .related-thumb img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(100%); transition: filter 0.3s; }
    .related-card:hover .related-thumb img { filter: grayscale(0%); }
    .related-content { padding: 1.5rem; }
    .related-cat { font-size: 0.7rem; color: #dc2626; text-transform: uppercase; font-weight: 800; display: block; margin-bottom: 0.5rem; font-family: 'Courier New', monospace; }
    .related-name { font-size: 1.1rem; font-weight: 800; color: #000; margin: 0; line-height: 1.3; }
    .related-arrow { color: #000; margin-top: 1rem; font-weight: 900; font-size: 1.5rem; }

    /* --- FLOATING HACK-THE-ALGO WIDGET (EXPOSED EDITION) --- */
    .algo-hack-widget {
        position: fixed;
        right: 20px;
        top: 40%; 
        transform: translateY(-50%);
        z-index: 1000;
        
        background: #fff;
        border: 3px solid #000;
        box-shadow: 8px 8px 0 rgba(0,0,0,0.2);
        transition: transform 0.3s ease;
        
        width: auto;
        min-width: 140px; 
        padding: 0; 
        overflow: hidden; 
    }

    .algo-hack-widget:hover {
        transform: translateY(-50%) scale(1.02);
    }

    /* Der Header Balken */
    .algo-head {
        background: #000;
        color: #fff;
        font-size: 0.75rem;
        font-weight: 800;
        text-transform: uppercase;
        padding: 10px;
        text-align: center;
        letter-spacing: 1px;
        cursor: default;
        width: 100%;
        display: block;
    }
    
    .algo-buttons-group {
        padding: 12px;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 8px;
        justify-items: center;
    }

    .algo-share-btn {
        width: 40px;
        height: 40px;
        border-radius: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #fff;
        border: 2px solid #e5e7eb;
        color: #000;
        cursor: pointer;
        transition: all 0.2s;
        font-size: 1.1rem;
        flex-shrink: 0;
    }

    .algo-share-btn:hover {
        background: #000;
        color: #fff;
        border-color: #000;
    }

    /* Platform spezifische Hover */
    .asb-wa:hover { background: #25D366; border-color: #25D366; color: white; }
    .asb-tele:hover { background: #0088cc; border-color: #0088cc; color: white; }
    .asb-fb:hover { background: #1877F2; border-color: #1877F2; color: white; }
    .asb-reddit:hover { background: #FF4500; border-color: #FF4500; color: white; }
    
    .asb-copy:hover { background: #dc2626; border-color: #dc2626; color: white; }

    /* MOBILE OPTIMIERUNG */
    @media (max-width: 1000px) {
        .algo-hack-widget {
            top: auto;
            bottom: 20px;
            right: 50%;
            transform: translateX(50%);
            width: 92%; 
            max-width: 420px;
            border-width: 2px;
            box-shadow: 5px 5px 0 rgba(0,0,0,0.2);
        }

        .algo-hack-widget:hover {
            transform: translateX(50%);
        }

        .algo-head {
            font-size: 0.75rem;
            padding: 8px;
        }

        .algo-buttons-group {
            display: flex;
            flex-direction: row;
            flex-wrap: nowrap;
            overflow-x: auto;
            gap: 12px;
            padding: 12px 15px;
            justify-content: flex-start;
            scrollbar-width: none;
        }
        
        .algo-buttons-group::-webkit-scrollbar { display: none; }
    }

    @media (max-width: 768px) {
        .glass-card { margin: 0; padding: 2rem 1.5rem; border: none; border-top: 5px solid #dc2626; box-shadow: none; }
        h1.post-title { font-size: 2.3rem; }
        .author-box { flex-direction: column; text-align: center; }
        .social-grid { grid-template-columns: repeat(2, 1fr); }
        .related-grid { grid-template-columns: 1fr; }
        
        .donation-grid { grid-template-columns: 1fr; }
        .col-info { border-right: none; border-bottom: 2px solid #000; padding: 30px; }
        .col-payment { padding: 30px; }
    }

/* Widget Container */
                .neelix-donation-wrapper {
                    font-family: 'Inter', sans-serif;
                    max-width: 100%;
                    margin: 80px 0 40px;
                    background: #ffffff;
                    border: 2px solid #000;
                    box-shadow: 10px 10px 0 #000;
                    overflow: hidden;
                    position: relative;
                    color: #000;
                    z-index: 1;
                }

                /* Ticker (Warning) */
                .donation-ticker-bar {
                    background: #dc2626; /* Red */
                    color: white;
                    padding: 12px 0;
                    overflow: hidden;
                    position: relative;
                    font-size: 0.9rem;
                    font-weight: 800;
                    letter-spacing: 1px;
                    text-transform: uppercase;
                }
                .ticker-content {
                    display: inline-block;
                    white-space: nowrap;
                    animation: ticker-scroll 35s linear infinite;
                    padding-left: 100%;
                }
                @keyframes ticker-scroll {
                    0% { transform: translateX(0); }
                    100% { transform: translateX(-100%); }
                }

                /* Grid Layout */
                .donation-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0; }

                /* Linke Spalte */
                .col-info {
                    padding: 40px;
                    background: #fef2f2; /* Light Red */
                    border-right: 2px solid #000;
                    display: flex;
                    flex-direction: column;
                    justify-content: space-between;
                }

                .info-badge {
                    display: inline-block;
                    background: #000;
                    color: #fff;
                    padding: 5px 12px;
                    font-size: 0.75em;
                    font-weight: 800;
                    text-transform: uppercase;
                    margin-bottom: 15px;
                }

                .info-title {
                    margin: 0 0 15px;
                    font-size: 2rem;
                    line-height: 1.1;
                    font-weight: 900;
                    color: #000;
                    text-transform: uppercase;
                }

                .info-text {
                    font-size: 1rem;
                    line-height: 1.6;
                    color: #1f2937;
                    margin-bottom: 25px;
                    font-weight: 500;
                }

                /* Share Box */
                .share-box {
                    background: white;
                    border: 2px solid #000;
                    padding: 20px;
                    margin-top: auto;
                    box-shadow: 5px 5px 0 rgba(0,0,0,0.1);
                }
                
                .share-title { font-size: 0.9rem; font-weight: 900; color: #dc2626; margin-bottom: 5px; text-transform: uppercase; }
                .share-subtitle { font-size: 0.85rem; color: #000; margin-bottom: 15px; }
                .share-btn {
                    display: flex; align-items: center; justify-content: center; gap: 8px;
                    padding: 10px; text-decoration: none;
                    font-size: 0.8rem; font-weight: 700; color: white;
                    transition: transform 0.2s; border: none; cursor: pointer;
                    border-radius: 0;
                }
                .share-btn:hover { transform: translate(-2px, -2px); box-shadow: 3px 3px 0 rgba(0,0,0,0.2); }
                .sb-whatsapp { background: #25D366; color: black; border: 1px solid #000; }
                .sb-facebook { background: #1877F2; border: 1px solid #000; }
                .sb-twitter { background: #000000; border: 1px solid #000; }
                .sb-email { background: #dc2626; border: 1px solid #000; }
                /* Reddit */
                .sb-reddit { background: #FF4500; border: 1px solid #000; }

                /* Rechte Spalte: Payment */
                .col-payment { padding: 40px; background: white; }

                .pay-title { text-align: center; font-weight: 900; font-size: 1.4rem; margin-bottom: 25px; color: #000; text-transform: uppercase; }
                .amt-btn {
                    flex: 0 0 auto;
                    padding: 10px 20px;
                    border: 2px solid #e5e7eb;
                    background: white;
                    font-weight: 800;
                    font-size: 1rem;
                    color: #000;
                    cursor: pointer;
                    transition: all 0.2s;
                }
                .amt-btn:hover, .amt-btn.active {
                    border-color: #000;
                    background: #000;
                    color: white;
                    transform: translateY(-2px);
                    box-shadow: 4px 4px 0 #dc2626;
                }

                .custom-input-group { position: relative; width: 100px; }
                .custom-input {
                    width: 100%; padding: 10px;
                    border: 2px solid #000;
                    font-size: 1.1rem;
                    font-weight: 800;
                    text-align: center;
                    color: #000;
                    outline: none;
                    background: #f3f4f6;
                }
                .currency-symbol {
                    position: absolute; right: 10px; top: 50%; transform: translateY(-50%);
                    color: #000; font-weight: bold;
                }

                /* Main Button (Alert) */
                .main-pay-btn {
                    width: 100%;
                    padding: 16px;
                    background: #dc2626;
                    color: white;
                    border: 2px solid #000;
                    font-weight: 900;
                    font-size: 1.2rem;
                    cursor: pointer;
                    box-shadow: 6px 6px 0 #000;
                    transition: transform 0.2s;
                    margin-bottom: 30px;
                    display: flex; align-items: center; justify-content: center; gap: 10px;
                    text-transform: uppercase;
                    letter-spacing: 1px;
                }
                .main-pay-btn:hover { transform: translate(-2px, -2px); box-shadow: 8px 8px 0 #000; }

                /* Crypto Buttons */
                .cry-btn {
                    padding: 6px 12px;
                    font-size: 0.8rem;
                    background: #fff;
                    color: #000;
                    border: 2px solid #e5e7eb;
                    cursor: pointer;
                    font-weight: 700;
                    transition: background 0.2s;
                }
                .cry-btn:hover { border-color: #000; background: #000; color: #fff; }

                .moonpay-link {
                    display: block; text-align: center; margin-top: 15px;
                    font-size: 0.85rem; color: #dc2626; text-decoration: none; font-weight: 700; text-transform: uppercase;
                }
                .moonpay-link:hover { text-decoration: underline; color: #000; }

                /* Modals (Exposed) */
                .nlx-modal-overlay {
                    display: none; position: fixed; top: 0; left: 0; right: 0; bottom: 0;
                    width: 100%; height: 100%;
                    background: rgba(0,0,0, 0.85); 
                    z-index: 9999999 !important;
                    justify-content: center; align-items: center;
                    backdrop-filter: blur(5px);
                }
                .nlx-modal-box {
                    background: #ffffff;
                    padding: 30px; 
                    width: 90%; max-width: 450px; position: relative;
                    box-shadow: 15px 15px 0 #dc2626;
                    text-align: left; color: #000;
                    border: 4px solid #000;
                }

                .nlx-close { position: absolute; top: 10px; right: 15px; font-size: 32px; cursor: pointer; color: #000; line-height: 1; font-weight: bold; }
                .nlx-close:hover { color: #dc2626; }

                .nlx-copy-btn {
                    background: #000; color: white; border: none; width: 100%;
                    padding: 12px; margin-top: 20px; font-weight: 800; cursor: pointer; text-transform: uppercase;
                }
                .nlx-copy-btn:hover { background: #dc2626; }
                .cs-btn {
                    background: #f3f4f6; border: 2px solid #e5e7eb; padding: 10px;
                    cursor: pointer; font-size: 0.9rem; font-weight: 700; color: #000;
                }
                .cs-btn:hover { border-color: #000; background: #fff; box-shadow: 3px 3px 0 #000; }

                /* Confirmation/Message Modals for System Theme */
                .nlx-modal-text { font-size: 1.1rem; line-height: 1.6; margin-bottom: 20px; color: #000; font-weight: 500; }
                .nlx-confirm-btn, .nlx-cancel-btn {
                    padding: 10px 20px; font-weight: 800; cursor: pointer; transition: background 0.2s;
                    flex-grow: 1; max-width: 150px; text-transform: uppercase; border: 2px solid #000;
                }
                .nlx-confirm-btn { background: #dc2626; color: white; border-color: #dc2626; }
                .nlx-confirm-btn:hover { background: #000; color: white; border-color: #000; }
                .nlx-cancel-btn { background: #fff; color: #000; }
                .nlx-cancel-btn:hover { background: #f3f4f6; }

                @media (max-width: 768px) {
                    .donation-grid { grid-template-columns: 1fr; }
                    .col-info { border-right: none; border-bottom: 2px solid #000; padding: 30px; }
                    .col-payment { padding: 30px; }
                }
