    .container {
        position: relative;
        width: 870px;
        margin: 20px auto;
        border-top: 1px solid #00000045;
    }

    .container::before {
        border-radius: 11px 0 0 11px;
        position: absolute;
        top: -1px;
        left: -11px;
        content: '';
        width: 10px;
        height: calc(100% - 2px);
        background: linear-gradient(rgba(255, 255, 255, .6) 19%, rgba(255, 255, 255, .2) 19.1%, rgba(255, 255, 255, .3));
        border-top: 1px solid #00000045;
        border-left: 1px solid #00000045;
        border-bottom: 1px solid #00000045;
        box-shadow: 1px 0 rgba(255, 255, 255, .5) inset;
        z-index: -1;
        backdrop-filter: blur(2px);
    }

    .container::after {
        border-radius: 0 11px 11px 0;
        position: absolute;
        top: -1px;
        right: -11px;
        content: '';
        width: 10px;
        height: calc(100% - 2px);
        background: linear-gradient(rgba(255, 255, 255, .6) 19%, rgba(255, 255, 255, .2) 19.1%, rgba(255, 255, 255, .3));
        border-top: 1px solid #00000045;
        border-right: 1px solid #00000045;
        border-bottom: 1px solid #00000045;
        box-shadow: -1px 0 rgba(255, 255, 255, .5) inset;
        z-index: -1;
        backdrop-filter: blur(2px);
    }

    .center {
        padding-top: 15px
    }

    nav .top {
        background: unset;
        box-shadow: 0 1px rgba(255, 255, 255, .5) inset;
    }

    form label {
        color: black;
        text-shadow: 0 0 5px white, 0 0 5px white;
    }

    .logo {
        translate: 0 5px;
    }

    .search-wrapper {
        width: 250px;
    }

    .search-wrapper input {
        width: 100%;
        border-radius: 3px;
        padding: 4px;
        border: 1px solid #00000061;
        background: #ffffff5c;
    }

    nav .top .right::before {
        position: absolute;
        content: '';
        width: 1px;
        height: 100%;
        top: 0;
        left: -10px;
        background: #0003;
        box-shadow: -1px 0 #ffffff4d
    }

    nav .top .right {
        color: transparent;
        user-select: none;
        position: relative;
    }

    nav .top .right :first-child {
        content: url('https://file.garden/Z2j3T8sGKQRH3Ll4/longhorn-spacehey/help.png');
    }
    nav .top .right :last-child {
        content: url('https://file.garden/Z2j3T8sGKQRH3Ll4/longhorn-spacehey/logout.png');
        scale: 0.95;
        translate: 0 -1px;
    }

    .logo {
        filter: invert(1) drop-shadow(0 0 3px white) drop-shadow(0 0 3px white);
    }

    .container > nav {
        background: linear-gradient(to right, rgba(255, 255, 255, .6), rgba(130, 130, 130, .5), rgba(255, 255, 255, .6));
        backdrop-filter: blur(2px);
    }

    body {
        font-family: segoe ui, sans-serif;
        background: url("https://static.wikitide.net/windowswallpaperwiki/8/8a/Twilight_at_Lake_Powell%2C_Arizona.jpg");
        background-attachment: fixed;
        background-size: cover;
    }

    nav .links li:not(:last-child)::after {
        content: '';
    }

    nav .links {
        background: unset;
        padding: unset;
        display: grid;
        grid-auto-flow: column;
        grid-auto-columns: 1fr;
    }

    nav .links li:not(:last-child) {
        margin-right: -1px;
    }

    nav .links li:after {
        position: absolute;
        content: '';
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        border-radius: 2px;
        background: rgba(255, 255, 255, .7);
        z-index: -1;
        opacity: 0;
        transition: .4s;
    }

    nav .links li:hover::after {
        opacity: .6;
    }

    nav .links li {
        position: relative;
        padding: 3px;
        border-radius: 2px;
        border: 1px solid rgba(0, 0, 0, .3);
        background: linear-gradient(rgba(255, 255, 255, .3) 0% 44%, transparent 45% 80%, rgba(255, 255, 255, .3));
        box-shadow: 0 1px 1px 1px rgba(255, 255, 255, .5) inset;
        display: flex;
        justify-content: center;
        overflow: hidden;
    }

    nav .links li a {
        color: black;
        text-shadow: 0 0 4px white, 0 0 4px white;
    }

    nav .top div {
        vertical-align: unset;
        height: 100%;
    }

    .awards * {
        font-size: 9pt;
    }

    main {
        padding: 6px 15px;
        background: url("https://file.garden/Z2j3T8sGKQRH3Ll4/longhorn-spacehey/longhornliveBG.png");
        background-attachment: fixed;
        background-size: cover;
        outline: 1px solid rgba(0, 0, 0, .52);
        box-shadow: 0 0 1px 2px rgba(255, 255, 255, 0.5);
    }

    .profile-info {
        background: linear-gradient(rgba(255, 255, 255, .8), rgba(255, 255, 255, .6));
        border-radius: 5px;
        border: 1px solid rgba(255, 255, 255, .2);
        padding: unset;
        box-shadow: 0 5px 9px rgba(0, 0, 0, 0.25);
    }

    .profile-info *,
    .mood {
        color: #1B232A !important;
    }

    .profile-pic,
    .profile-pic img {
        width: 100px !important;
        height: 100px !important;
    }

    h1 {
        font-weight: normal;
    }

    .profile-pic {
        position: relative;
        transform: perspective(3.5cm) rotateY(10deg) rotateZ(-3deg) translate(15px, 10px) scaleY(.94);
    }

    .profile-pic img {
        border-radius: 6px;
    }

    .profile-pic::before {
        position: absolute;
        content: '';
        width: 100%;
        height: 15%;
        top: 85%;
        left: 0;
        border-radius: 5px;
        background: linear-gradient(transparent, rgba(0, 0, 0, 0.3));
        transform: translate(-25px, -1px) skew(65deg);
        z-index: -1;
        filter: blur(3px);
    }

    .col.w-40.left > div:nth-child(n + 3),
    .col.right > div:nth-child(n + 2) {
        border-radius: 5px;
        box-shadow: 0 5px 9px rgba(0, 0, 0, 0.25);
    }

    .profile-pic::after {
        position: absolute;
        border-radius: 3px;
        content: '';
        width: calc(100% - 4px);
        height: calc(100% - 4px);
        top: 2px;
        left: 2px;
        background: linear-gradient(150deg, rgba(255, 255, 255, 0.69), transparent 30%);
        box-shadow: 0 0 3px rgba(255, 255, 255, 0.5) inset;
        outline: 2px solid rgba(0, 0, 0, 0.1);
    }

    .profile .contact,
    .profile .url-info,
    .profile .table-section,
    .report-box,
    .setting-section,
    .home-actions {
        border: unset;
    }

    .heading,
    .url-info > :first-child,
    .blog-preview > h4 {
        background: rgba(255, 255, 255, .4) !important;
        color: #0D3B76 !important;
        padding: 4px 10px !important;
        box-shadow: 0 1px rgba(255, 255, 255, .3) inset;
        border-radius: 5px 5px 0 0;
        font-size: 9pt;
    }

    :not(.profile-info) > .inner,
    .url-info > :last-child,
    .general-about,
    .mood, .comment-reply {
        background: linear-gradient(rgba(255, 255, 255, .8), rgba(255, 255, 255, .6));
        border-radius: 0 0 5px 5px;
        border: 1px solid rgba(255, 255, 255, .2);
        padding: 7px;
    }

    .mood :last-child {
        margin: unset !important;
    }

    .col.w-40.left {
        position: relative;
    }

    .col.w-40.left:has(.edit-link) span[itemprop="name"] {
        top: 5em;
    }

    .col.w-40.left:has(.general-about .online) span[itemprop="name"] {
        left: 12.8em;
    }

    .general-about {
        border-radius: 5px;
        min-height: 137px;
        overflow: hidden;
        display: grid;
        grid-template-columns: 100px auto;
    }
    
    .comment-reply {
        border-radius: 5px;
        box-shadow: 0 5px 9px rgba(0, 0, 0, 0.25);
    }

    .details {
        margin-left: 2em;
        padding-top: 2.4em;
        padding-bottom: 1em;
        position: relative;
    }

    .details p {
        margin: 3px 0 !important;
    }

    .mood {
        margin: 10px 0;
    }

    span[itemprop="name"] {
        position: absolute;
        top: 2em;
        left: 11.5em;
    }

    .online {
        position: absolute;
        top: 13px;
        left: 2px;
        content: url('https://file.garden/Z2j3T8sGKQRH3Ll4/longhorn-spacehey/online.png');
        width: 10px;
        filter: contrast(1.1) drop-shadow(0 1px 1px rgba(0, 0, 0, .5));
    }

    table {
        border: transparent;
        border-collapse: collapse;
    }

    table tr td {
        background: unset !important;
    }
    
    .comments-table td:first-child, .music-table td:first-child {
        width: unset;
    }


    table tr:not(:last-child) {
        position: relative;
    }

    table tr:not(:last-child)::after {
        position: absolute;
        content: '';
        width: 100%;
        height: 1px;
        bottom: 0;
        left: 0;
        background: linear-gradient(to right, transparent, #00000045, transparent);
    }

    .blog-preview > h4 {
        position: absolute;
        left: 0;
        width: 100%;
        margin: 0;
        transform: translateY(calc(-100% - 1px));
    }

    .blog-preview p {
        font-weight: bold;
        color: #1D1E1F;
    }

    .blog-preview p a {
        font-weight: normal;
    }

    .blog-preview {
        margin-top: 40px;
        border-radius: 0 0 5px 5px !important;
        background: linear-gradient(rgba(255, 255, 255, .8), rgba(255, 255, 255, .6));
        position: relative;
        padding: 1px 7px;
    }

    span.count,
    .details-table td:first-child p,
    .details-table td p a {
        color: #0D3B76 !important
    }

    .contact .inner {
        display: grid;
        gap: 6px;
    }

    .profile .contact .f-row {
        margin: unset;
    }

    .profile .contact .f-row .f-col,
    .mood :last-child a {
        font-size: 9pt;
        font-weight: bold;
        color: white;
        filter: drop-shadow(0 1px 2px black);
    }

    .profile .contact .f-row .f-col a,
    .mood :last-child a {
        color: white;
    }

    .friends-grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
    }

    .person, table.comments-table td:first-child {
        display: flex !important;
        flex-direction: column;
        padding: 5px !important;
    }

    .person > :last-child, a img.pfp-fallback {
        outline: 1px solid #949494;
        box-shadow: 0 3px 4px rgba(0, 0, 0, 0.5);
    }

    .person > :first-child, .comments-table td > :first-child {
        order: 1;
        padding-top: 10px;
        line-height: 1;
    }

    .person > :first-child p, .friends p {
        color: #1D1E1F !important;
        font-weight: normal !important;
    }

    .friends {
        margin-bottom: 20px;
    }

    .url-info {
        padding: unset !important;
    }

    .url-info > :first-child b {
        font-size: 9pt;
    }

    .blurbs .inner * {
        color: #1B232A !important;
    }

    .blurbs .inner .section h4 {
        margin-bottom: 3px;
    }

    .blurbs .inner :last-child {
        margin-bottom: 3px;
    }

    .comment-replies {
        border: unset;
    }

    button {
        background: linear-gradient(white 10%, #D9D9D9 32% 50%, #BFBFBF 70% 76%, #D9D9D9 85%);
        border-radius: 3px;
        border: 1px solid #8D8D8D;
        padding: 4px 13px;
        font-size: 9pt;
        color: #212121;
    }

    footer {
        margin: unset;
        position: relative;
        background: linear-gradient(to right, rgba(255, 255, 255, .3), rgba(130, 130, 130, .2), rgba(255, 255, 255, .3));
        text-shadow: 0 0 10px white, 0 0 10px white;
        padding-bottom: 24px;
        border-bottom: 1px solid #00000045;
        box-shadow: 0 -1px rgba(255, 255, 255, .5) inset;
        ;
        z-index: -1;
        backdrop-filter: blur(2px);
    }

    footer * {
        font-size: 9pt;
        color: black;
    }

    footer p {
        font-size: 9pt;
        margin: unset;
        margin-top: 12px;
    }