* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, sans-serif;
}

html, body {
    width: 100%;
    min-height: 100vh;
    overflow-x: hidden;
    overflow-y: hidden;
}

a:link {
  color: rgb(172, 61, 157);
  background-color: transparent;
  text-decoration: none;
}

a:visited {
  color: rgb(97, 15, 97);
  background-color: transparent;
  text-decoration: none;
}

body {
    background-image: url('https://ishimori.crd.co/assets/images/gallery10/7b0f8073_original.jpg?v=4d7345d1');
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1.25rem;
    position: relative;
    background-repeat: repeat;
    background-attachment: fixed;
    background-size: auto;
    transform: scale(var(--scale-factor, 0.9));
    transform-origin: center center;
}

.wrapper {
    width: 1000px;
    min-width: 1000px;
    display: flex;
    gap: 1.25rem;
    flex-shrink: 0;
    margin-left: 215px;
}

.center-content {
    display: flex;
    flex-direction: column;
    width: 750px;
    flex-shrink: 0;
}

nav {
    background-color: #ffbfd5;
    padding: 0.9375rem 1.25rem;
    height: 4.375rem;
    display: flex;
    align-items: center;
    border-radius: 0.625rem 0.625rem 0 0;
    border: 0.15625rem solid #DC70A6;
}

.logo {
    color: white;
    font-weight: bold;
}

.main-content {
    height: 40rem;
    background-color: white;
    border-radius: 0 0 0.625rem 0.625rem;
    box-shadow: 0 0 1.25rem rgba(0,0,0,0.1);
    border: 0.125rem solid #DC70A6;
    overflow: hidden;
}

.right-sidebar {
    border: 0.15rem solid #DC70A6;
    width: 235px;
    background-color: white;
    border-radius: 0.625rem;
    box-shadow: 0 0 1.25rem rgba(0,0,0,0.1);
    padding: 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    height: 44.5rem;
    flex-shrink: 0;
}

.sidebar-section {
    flex: 1;
    background-color: #ffbfd5;
    border-radius: 0.3125rem;
    transition: transform 0.3s ease;
    border: 0.125rem solid #DC70A6;
    z-index: 1;
}

.fuckass { 
    position: absolute;
    margin-left: -1200px;
    width: 26.5rem;
    height: 48.5rem;
    z-index: 1;
}

.fuckass2 {
    position: absolute;
    margin-left: 1070px;
    margin-top: 710px;
    width: 11rem;
    height: 12.5rem; 
    z-index: 3;
    pointer-events: none !important;
    object-fit: contain;
}

.fuckass3 {
    position: absolute;
    margin-left: -815px;
    margin-top:630px;
    width: 5.5rem;
    height: 9.8rem;
    z-index: 2;
}
.fuckass4 {
    position: absolute;
    margin-left: 555px;
    margin-top:670px;
    width: 7.4rem;
    height: 6.8rem;
    z-index: 2;
}
.fuckass5 {
    position: absolute;
    margin-left: 330px;
    margin-top:670px;
    width: 7.4rem;
    height: 6.8rem;
    z-index: 2;
}
.fuckass6 {
    position: absolute;
    margin-left: 95px;
    margin-top:670px;
    width: 7.4rem;
    height: 6.8rem;
    z-index: 2;
}
.sidebar-section:hover {
    transform: scale(1.02);
}

* {
    cursor: url(https://cur.cursors-4u.net/nature/nat-10/nat1011.ani), 
           url(https://cur.cursors-4u.net/nature/nat-10/nat1011.gif), 
           auto !important;
}

.toggle-button {
    cursor: pointer;
    color: white;
    margin-top: 20px;
    margin-left: 10px;
    position: relative;
    padding-right: 20px;
    user-select: none;
}

.toggle-button::after {
    content: " ▼";
    position: absolute;
    right: 0;
    font-size: smaller;
    transition: transform 0.2s;
}

.toggle-button.collapsed::after {
    content: " ▶";
}

.toggle-content {
    display: none;
    color: white;
    padding: 0 10px 10px;
}

.toggle-content.active {
    display: block;
}

.sub-toggle-button {
    cursor: pointer;
    margin: 15px 0 5px 0;
    transition: all 0.2s ease;
    position: relative;
    padding-right: 20px;
}

.sub-toggle-button::after {
    content: " ▼";
    position: absolute;
    right: 0;
    font-size: smaller;
}

.sub-toggle-button.collapsed::after {
    content: " ▶";
}

.sub-toggle-content {
    display: none;
    margin: 10px 0;
    padding: 10px;
    background: rgba(255,255,255,0.1);
    border-radius: 5px;
}

.sub-toggle-content.active {
    display: block;
}

.sub-toggle-button {
cursor: pointer;
margin: 15px 0 5px 0; 
transition: all 0.2s ease;

}

.sub-toggle-button:hover {
color: #ff9999; 
}
.blinkie-container {
    max-height: 150px; 
    overflow-y: auto; 
    overflow-x: hidden;
    background: rgba(0,0,0,0.05);
    border-radius: 8px;
    margin-top: 10px;
    width: 100%;
    box-sizing: border-box;
    padding: 5px; 
   
}

.sub-toggle-button::after {
    content: " ▼";
    font-size: smaller;
}

.sub-toggle-button.sub-collapsed::after {
    content: " ▶";
}

.blinkie-gallery {
    display: grid;
    grid-template-columns: repeat(auto-fill, 150px);
    justify-content: center;
    width: calc(100% - 8px); 
    padding-right: 8px; 
}

.blinkie-gallery img {
    width: 150px;
    height: 65px;
    object-fit: contain;
    display: block;
}

.modal {
    position: fixed;
    z-index: 100;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
}

.modal-content {
    background-color: #fff;
    margin: 15% auto;
    padding: 20px;
    width: 80%;
    max-width: 400px;
    border-radius: 5px;
    text-align: center;
}

.preference-options {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 20px;
}

.pref-btn {
    padding: 10px;
    cursor: pointer;
}

.socialicons{
    width:37px;
    height:40px;
}

.blog-container {
    width: 100%;
    max-width: 800px;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 0 15px rgba(220, 112, 166, 0.5);
}

.blog-header {
    text-align: center;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #DC70A6;
}

.blog-header h1 {
    color: #DC70A6;
    font-size: 28px;
    margin-bottom: 5px;
}

.blog-header p {
    color: #000000;
    font-size: 16px;
}

.blog-content {
    max-height: 470px;
    overflow-y: auto;
    padding-right: 10px;
}

.blog-content::-webkit-scrollbar {
    width: 8px;
}

.blog-content::-webkit-scrollbar-track {
    border-radius: 4px;
}

.blog-content::-webkit-scrollbar-thumb {
    background: #DC70A6;
    border-radius: 4px;
}

.blog-post {
    background-color: #ffd0e7;
    margin-bottom: 25px;
    padding: 15px;
    border-radius: 6px;
    border-left: 3px solid #DC70A6;
}

.blog-post:last-child {
    margin-bottom: 0;
}

.post-date {
    color: #DC70A6;
    font-size: 14px;
    margin-bottom: 8px;
}

.post-title {
    color: #000000;
    font-size: 20px;
    margin-bottom: 12px;
}

.post-content {
    color: #000000;
    line-height: 1.6;
}

.post-content p {
    margin-bottom: 10px;
}

.post-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 15px;
}

.tag-filter {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    margin: 20px 0;
}

.tag {
    background-color: #DC70A6;
    color: white;
    padding: 8px 15px;
    border-radius: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 500;
}

.tag:hover {
    background-color: #ee9ae0;
    transform: translateY(-2px);
}

.tag.active {
    background-color: #ee9ae0;
    box-shadow: 0 0 10px #e733c9;
}

@media (max-width: 1700px) {
    body {
        --scale-factor: 0.9;
    }
}

@media (max-width: 1500px) {
    body {
        --scale-factor: 0.8;
    }
    .fuckass {
        margin-left: -1100px; 
    }
}

@media (max-width: 1300px) {
    body {
        --scale-factor: 0.7;
    }
    .fuckass {
        margin-left: -1000px;
    }
}

@media (max-width: 1100px) {
    body {
        --scale-factor: 0.6;
    }
    .fuckass {
        margin-left: -900px;
    }
}

@media (max-width: 900px) {
    body {
        --scale-factor: 0.5;
    }
    .fuckass {
        margin-left: -800px;
    }
}

@media (max-width: 700px) {
    body {
        --scale-factor: 0.4;
    }
    .fuckass {
        margin-left: -700px;
    }
}

@media (max-width: 500px) {
    body {
        --scale-factor: 0.35;
    }
    .fuckass {
        margin-left: -600px;
    }
}