/* --- ALJ --- */
        :root {
            --bg-color: #1b1a1f;       /* Soft cream background tint */
            --container-bg: black;   /* Pure white cards */
            --border-color: #F1E2DE;   /* Soft earthy border tone */
            --accent-primary: #F1E2DE; /* Pastel pink highlights */
            --accent-secondary: #a3d8f4;/* Soft lavender-blue accent */
            --text-main: #F1E2DE;      /* Dark charcoal brown text */
            --text-muted: #F1E2DE;     /* Muted stamp texture color */
            --link-color: #F1E2DE;     /* Beautiful pastel rose links */
        }
        
header {
  display: block;
  text-align: center;
}

head:h1 {
  color: #F1E2DE;
  text-align: center;
}

h1 {
  color: #F1E2DE;
  text-align: center;
}

shout:h2 {
  text-align: left;
}

h2 {
  text-align: center;
}

h3 {
  color: #F1E2DE;
  text-align: left;
}

.fa {
  padding: 5px;
  font-size: 20px;
  width: 50px;
  color: #F1E2DE;
  text-align: center;
  text-decoration: none;
  margin: 2px 2px;
}

.fa:hover {
    opacity: 0.4;
    background-color: transparent;
    color: #F1E2DE;
}

.fa-twitter {
  background-color: transparent;
    color: #F1E2DE;
}

.fa-youtube {
  background-color: transparent;
    color: #F1E2DE;
}

.fa-instagram {
  background-color: transparent;
    color: #F1E2DE;
}

.fa-tumblr {
  background-color: transparent;
    color: #F1E2DE;
}

.fa-soundcloud {
  background-color: transparent;
    color: #F1E2DE;
}

.fa-headphones {
  background-color: transparent;
    color: #F1E2DE;
    
}

.fa-bandcamp {
  background-color: transparent;
    color: #F1E2DE;
    
}

.fa-rss {
  background-color: transparent;
    color: #F1E2DE;
    text-decoration: none;
    }

a {
  background-color: transparent;
    color: #F1E2DE;
    border-radius: .3em;
    text-decoration: none;
}
a:visited {
    background-color: transparent;
    color: #F1E2DE;
    text-decoration: none;
}
a:hover {
  color: #F9F7F6;
    border-color: #F9F7F6;
    text-decoration: none;
}


        body {
            background-color: var(--bg-color);
            background-image: url("https://od.lk/s/OThfNDU5MjkxNzdfU3Zib04/bg_dust%20%281%29.png");
             background-attachment: fixed;
  background-repeat: repeat;
            color: var(--text-main);
            font-family: Untitled1;
  src: url(https://f002.backblazeb2.com/file/ALJ-Bucket/2627/Untitled1.woff2);
            margin: 0;
            padding: 0;
            line-height: 1.6;
        }

        /* Main Site Layout Grid Frame */
        .site-wrapper {
            max-width: 1100px;
            margin: 40px auto;
            display: grid;
            grid-template-columns: 260px 1fr;
            gap: 30px;
            padding: 0 20px;
        }


        /* --- SIDEBAR WORKSPACE COMPONENT --- */
        .sidebar {
            background-color: transparent;
            border: 2px solid transparent;
            border-radius: 2px;
            padding: 20px;
            height: fit-content;
        }

        .profile-box {
            text-align: center;
            border-bottom: 2px transparent;
            padding-bottom: 20px;
            margin-bottom: 20px;
        }

        .avatar-placeholder {
            width: 90px;

            height: 90px;
            background-color: var(--accent-primary);
            border-radius: 2px;
            margin: 0 auto 12px auto;
            border: 2px solid var(--border-color);
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 32px;
        }

        .sidebar h2 {
            font-size: 40px;
            margin: 0 0 5px 0;
            color: var(--text-main);
        }

        .sidebar p {
            font-size: 21px;

            color: var(--text-muted);
            margin: 0;
        }

        /* Navigation Links List Frame */
        .nav-menu {
            list-style: none;
            padding: 0;
            text-transform: uppercase;
            text-align: center;
            font-size: 12px;
            margin: 0;
        }

        .nav-menu li {
            margin-bottom: 8px;
            color: #F1E2DE;
        }

        .nav-menu a {
            display: block;
            padding: 8px 12px;
            background-color: transparent;

            color: #F1E2DE;
            text-decoration: none;
            border-radius: 2px;
            font-size: 20px;
            font-weight: bold;
            border: 1px solid transparent;
        }

        .nav-menu a:hover {
            background-color: transparent;
            border: 1px solid transparent;
            color: var(--text-main)
            transform: translateX(3px);
        }
        
        .nav-menu a:visited {
            background-color: transparent;
            border: 1px solid transparent;
            color: #F1E2DE;
            transform: translateX(3px);
        }

        /* --- RIGHT CONTENT AREA --- */
        .content-area {
            display: flex;
            flex-direction: column;
            gap: 25px;
        }

        /* Two-Column Journal Feed Content Grid */
        .feed-grid {
            display: grid;
            grid-template-columns: 1fr;
            gap: 20px;
            align-items: start;
        }
        
        /* Two-Column Journal Feed Content Grid */
        .bio-grid {
            display: grid;
            grid-template-columns: 1fr;
            gap: 20px;
            align-items: start;
        }
        
        .content-grid {
            display: grid;
            grid-template-columns: 1fr;
            gap: 20px;
            align-items: start;
        }
        

        /* Blog Post Container Box */
        .blog-post {
            background-color: var(--container-bg);
            border: 1px solid transparent;
            border-radius: 2px;
            padding: 20px;
            box-shadow: 2px 2px 0px transparent;
            position: relative;
            overflow: hidden;
            display: flex;
            flex-direction: column;
        }
        
        .bio-post {
            background-color: var(--container-bg);
            border: 1px solid #c1c1c1;
            border-radius: 2px;
            padding: 20px;
            box-shadow: 2px 2px 0px transparent;
            position: relative;
            overflow: hidden;
            display: flex;
            flex-direction: column;
        }

        /* Pastel corner ribbon decorative accent */
        .blog-post::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 1px;
            height: 100%;
            background-color: var(--accent-primary);
            border: 1px solid transparent;
        }

        .post-header {
            margin-bottom: 12px;
            border-bottom: 1px solid #f0eae1;

            padding-bottom: 10px;
        }

        .post-title {
            font-size: 37px;
            margin: 0 0 6px 0;
            font-weight: bold;
            line-height: 1.3;
            text-align: left;
        }

        .post-title a {
            color: var(--link-color);
            text-decoration: none;
        }

        .post-title a:hover {
            text-decoration: none;
        }


        .post-meta {
            font-size: 11px;
            color: var(--text-muted);
            display: flex;
            flex-direction: column;
            text-align: left;
            gap: 6px;
        }

        /* Tag Pill Badges Formatting */
        .post-tags {
            display: flex;
            gap: 4px;
            flex-wrap: wrap;
        }

        .tag-badge {
            background-color: transparent;
            color: var(--text-main);
            padding: 1px 6px;
            border: 1px solid #F9F7F6;

            border-radius: 2px;
            font-size: 10px;
            font-weight: 500;
        }

        /* --- INCOMING ASSET SANITIZATION PROTECTION LAYER --- */
        .post-body {
            font-size: 13px;
            color: var(--text-main);
            word-wrap: break-word;
            overflow-wrap: break-word;
            border: none;
            border-radius: 2px;
        }

        .post-body p {
            margin: 0 0 10px 0;
        }

        .post-body p:last-child {
            margin-bottom: 0;

        }

        /* Forces nested media configurations to adapt smoothly to columns */
        .post-body img {
            max-width: 500px !important;
            height: auto !important;
            border-radius: 1px;
            border: 1px solid var(--border-color);
            margin: 8px 0;
            display: block;
        }

        .post-body iframe {
            max-width: 100% !important;
            border: none;
            border-radius: 2px;
        }

        .post-body a {

            color: var(--link-color);
            text-decoration: underline;
        }

        /* Stream Interface Status Indicators */
        .status-message {
            grid-column: 1 / -1; 
            background-color: var(--container-bg);
            border: 2px dashed var(--border-color);
            border-radius: 2px;
            padding: 40px;
            text-align: center;
            font-weight: bold;
            color: var(--text-muted);
        }

        /* --- LOAD MORE CONTROLS --- */
        .load-more-container {
            text-align: center;
            
            margin-top: 10px;
            margin-bottom: 30px;
        }

        .load-more-btn {
            background-color: var(--container-bg);
            color: var(--link-color);
            border: 2px solid var(--border-color);
            font-family: Untitled1;
  src: url(https://f002.backblazeb2.com/file/ALJ-Bucket/2627/Untitled1.woff2);
            text-transform: lowercase;
            border-radius: 1px;
            padding: 12px 32px;
            font-size: 14px;
            font-weight: bold;
            cursor: pointer;
            box-shadow: 4px 4px 0px rgba(196, 181, 163, 0.3);
            transition: all 0.2s ease;
            outline: none;
        }

        .load-more-btn:hover {

            background-color: #F9F7F6;
            color: #232020;
            transform: translateY(-2px);
            box-shadow: 5px 5px 0px rgba(196, 181, 163, 0.4);
        }

        .load-more-btn:active {
            transform: translateY(0px);
            box-shadow: 2px 2px 0px rgba(196, 181, 163, 0.4);
        }

        /* Responsive Mobile Formatting Framework */
        @media (max-width: 768px) {
            .site-wrapper {
                grid-template-columns: 1fr;
                margin: 20px auto;
            }
            .feed-grid {
                grid-template-columns: 1fr;

            }
        }
        
        footer {
    text-align: center;
    font-size: small;
    width: 100%;
    height: 100%;
    margin: auto;
    padding: .5em;
    background: linear-gradient(0deg,rgba(0, 0, 0, 0.62) 1%, rgba(0, 0, 0, 0.66) 69%);
    color: #F1E2DE;
}