
   



   
   @import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,700;1,400&display=swap");
   html,
   body {
        margin: 0;
        padding: 0;
        max-width: 100%;
        overflow-x: hidden;
   }
   *, *::before, *::after { box-sizing: border-box; }
    blockquote,
    body,
    dd,
    dl,
    figure,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    hr,
    ol,
    p,
    pre,
    ul {
        margin: 0;
        padding: 0
    }
    
    hr {
        color: #ff0000;
        width: 100%;
    }
    
    input:focus,
    select:focus,
    textarea:focus {
        outline: none
    }
    
    body {
        /* background: url(sakura.jpg) no-repeat center center fixed; 
         -webkit-background-size: cover;
         -moz-background-size: cover;
         -o-background-size: cover;
         background-size: cover;
         opacity:99%; */
        /* background: rgb(230, 251, 255);
        background: linear-gradient(5deg, rgba(230, 251, 255, 1) 0%, rgba(220, 235, 237, 1) 42%, rgba(255, 255, 255, 1) 100%);*/
        font: 400 16px/1.5 "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
        font-feature-settings: 'salt' on, 'ss01' on, 'ss02' on, 'ss03' on, 'ss04' on;
        -webkit-text-size-adjust: 100%;
        -webkit-font-feature-settings: "kern" 1;
        -moz-font-feature-settings: "kern" 1;
        -o-font-feature-settings: "kern" 1;
        font-feature-settings: "kern" 1;
        font-kerning: normal;
        display: flex;
        /* padding-top: 3vh; */
        padding-bottom: 0%;
        min-height: 100vh;
        overflow: auto;
        margin: none;
        /* height: 100vh;
        border: 24px solid #292929; */
    }
    
    body {
        overflow-y: scroll;
        scrollbar-width: none;
        /* Firefox */
        -ms-overflow-style: none;
        /* Internet Explorer 10+ */
    }

    /* ensure no horizontal overflow after later body overflow rules */
    body { overflow-x: hidden; }

    .button {
        background-color: #ffffff9f; /* Green */
        font-family: 'DM Sans', sans-serif; font-weight: 300;
        font-weight: 500;
        border: solid;
        border-width: 0.2pt;
        border-color: #dbdbdb94;
        border-radius: 8px;
        color: rgb(255, 104, 104);
        padding: 10px 18px;
        text-align: center;
        text-decoration: none;
        display: flex;
        font-size: 16px;
        margin-right: auto;
        margin-left: auto;
    }

    button:hover {
        background-color: rgb(241, 241, 241);
        border-width: 0.3pt;
        border-color: #f3f3f3;
      }
    /* -------------------------switch-------------------------- */
    
    label {
        display: block;
        width: 54px;
        height: 32px;
        margin: 0px auto;
        border-radius: 100px;
        transition: all 0.1s ease-in-out;
        -webkit-transition: all 0.1s ease-in-out;
        background-color: #e9e9e9;
        transform: scale(0.7);
    }
    
    input {
        display: none;
    }
    /* The toggle */
    
    i {
        height: 28px;
        width: 28px;
        background: #ffffff;
        display: inline-block;
        border-radius: 100px;
        margin-top: 2px;
        margin-left: 2px;
        transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        pointer-events: none;
        box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    }
    
    label:hover>i {
        box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.20);
        transform: scale(0.93);
    }
    
    input:checked+label>i {
        margin-left: 24px;
    }
    
    label:active {
        background-color: #dbdbdb;
    }
    
    label:active>i {
        width: 34px;
        box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.20);
    }
    
    input:checked+label:active>i {
        /* margin-left: 18px; */
    }
    
    input:checked+label {
        background-color: #abd3ee;
    }
    /* -------------------------switch end-------------------------- */
    
    body::-webkit-scrollbar {
        /* WebKit */
        width: 0;
        height: 0;
    }
    
    #kaomoji {
        text-align: center;
        font-family: 'Inter', sans-serif; font-weight: 320;
        margin-top: 10vh;
        margin-bottom: 10px;
        content: '\30FD(*・ω・)ﾉ';
        opacity: 85%;
        font-size: 13pt;
        color: #303030;
    }
    
    p#introth {
        text-align: center;
        font-family: 'DM Sans', sans-serif; font-weight: 400;
        font-size: 17pt;
        opacity: 85%;
        margin-bottom: 2pt;
        color: #303030;
    }
    span.vineet {
        text-align: center;
        font-family: 'DM Sans', cursive;        
        font-size: 17pt;
        opacity: 100%;
        margin-bottom: 2pt;
        color: #ff5047;
    }


    .solid {
        margin-bottom: 20px;
    }
    
    #introt {
        text-align: center;
    font-family: 'DM Sans', sans-serif;
    font-weight: 300;
    font-size: 12pt;
    color: #303030;
    width: 100%;
    word-spacing: 1px;
    }

    #introt a{
        text-align: center;
    font-family: 'DM Sans', sans-serif;
    font-weight: 300;
    font-size: 12pt;
    opacity: 60%;
    color: #303030;
    width: 100%;
    word-spacing: 1px;
    }



    #introt a:hover {
        color: #f5552d;

      }
    
    #introtz {
        text-align: centre;
        align-items: center;
        font-family: 'space_monoregular', serif;
        font-size: 11pt;
        margin: 0px;
        padding-top: 5.5px;
        text-transform: none;
        opacity: 100%;
        color: #303030;
        width: 90px;
    }
    
    .zentoggle {
        display: grid;
        grid-template-columns: auto auto;
        max-width: 150px;
        margin-right: auto;
        margin-left: auto;
        padding-right: 5px;
        /* padding-bottom: 20px; */
    }
    
    .outro {
        padding: 32px;
        padding-bottom: 200px;
        flex-grow: 1;
    }

    .navigation-links {
        text-align: center;
        margin-top: 40px;
        margin-bottom: 60px;
    }
    
    .navigation-links p {
        font-family: 'DM Sans', sans-serif;
        font-weight: 300;
        font-size: 14px;
        color: #303030;
        opacity: 70%;
        margin: 0;
    }
    
    .navigation-links a {
        color: #303030;
        text-decoration: none;
        opacity: 70%;
        transition: all 0.2s ease;
    }
    
    .navigation-links a:hover {
        color: #f5552d;
        opacity: 100%;
    }
    
    .navigation-links .separator {
        color: #303030;
        opacity: 40%;
        margin: 0 8px;
    }

    .see-more-wrapper {
        text-align: center;
        margin-top: 24px;
    }

    .see-more-wrapper .button {
        background: transparent;
        border: none;
        padding: 0;
        font-family: 'DM Sans', sans-serif;
        font-weight: 300;
        font-size: 14px;
        color: #303030;
        opacity: 70%;
        cursor: pointer;
    }

    .see-more-wrapper .button:hover {
        color: #f5552d;
        opacity: 100%;
    }
    
    #outrot a:hover {
        color: #f5552d;

      }

    #outrot a{
        color: #353535;
        padding-left: 20px;
        padding-right: 10px;
        margin-top: 4px;

    }
    
    #outrot {
        text-align: left;
        font-family: 'DM Sans', sans-serif; font-weight: 300;
        font-size: 12pt;
        opacity: 60%;
        color: #000000;
        width: 100%;
        word-spacing: 1px;
        
    }
    
    
    main {
        display: block
    }

    #myDIV{
        display: none;
    }

    
    
    img {
        border-radius: 4px;
        width: 100%;
        vertical-align: middle;
    }
    
    ol,
    ul {
        margin-left: 16px
    }
    
    li>ul,
    li>ol {
        margin-bottom: 0
    }
    
    blockquote {
        color: var(--text-color-light);
        border-left: 4px solid #fff;
        padding-left: 8px;
        font-size: 18px;
        letter-spacing: -1px;
        font-style: italic
    }
    
    blockquote>:last-child {
        margin-bottom: 0
    }
    
    code,
    pre {
        font-size: 15px;
        border-radius: 3px;
        background-color: #d5c0fe;
        color: var(--text-color-dark)
    }
    
    code {
        padding: 1px 5px
    }
    
    pre {
        padding: 8px 12px;
        overflow-x: auto
    }
    
    pre>code {
        border: 0;
        padding-right: 0;
        padding-left: 0
    }
    
    .wrapper {
        max-width: 95vw;
        margin-right: auto;
        margin-left: auto;
    }
    
    .svg-icon {
        width: 24px;
        height: 24px;
        display: inline-block;
        fill: currentColor;
        vertical-align: middle;
        padding: 0;
        border-radius: 0;
        box-shadow: none;
        background: transparent;
    }
    
    Headings h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-weight: 400;
        color: var(--text-color-dark)
    }
    
    h2 {
        margin-top: 1em;
        margin-bottom: 0.2em
    }
    
    h3 {
        margin-top: 2px;
        font-size: 14px;
        padding-top: 8px;
        color: #40464ef6;
        font-family: 'Inter', sans-serif; font-weight: 500;
    }
    
    h3 a {
        color: #0086B3;
    }
    
    h5 {
        color: #7a7a7ae1;
        /* color: rgba(49, 59, 61, 0.596); */
        /* text-transform: uppercase; */
        font-size: 13px;
        /* font-family: 'space_monobold'; */
        font-family: 'Inter', sans-serif; font-weight: 300;
        text-align: center;
        padding-top: 7px;
        padding-bottom: 10px;
        font-kerning: normal;
        text-transform: uppercase;
    }
    
    .post-content li {
        transform: translateX(-16px)
    }
    
    .post-content li::marker {
        margin: 50px;
        color: #fff
    }
    
    .highlight,
    blockquote,
    dl,
    figure,
    li,
    ol,
    p,
    pre,
    ul {
        /* margin-bottom: 8px */
    }
    
    a {
        text-decoration: none;
    }
    
    .post-content h6 {
        font-weight: 400;
        margin-bottom: 32px;
        border-left: 3px solid var(--accent-color);
        padding-left: 8px;
        line-height: 1.6;
        color: var(--text-color-light);
        font-size: 12.8px
    }
    
    html {
        --background-color: #ffffff;
        --foreground-color: #000000;
        --text-color-dark: #000;
        --text-color: #555;
        --text-color-light: #999;
        --accent-color-dark: #742777;
        --accent-color: #7c237f;
        --accent-color-light: rgb(223 214 236 / 50%);
        --overlay-color: rgba(0, 0, 0, .04);

    }
    
    .mobile-only {
        display: none
    }
    
    .intro {
        padding-top: 0px;
        padding-bottom: 0px;
        flex-grow: 1
    }
    
    .home {
        flex: 1 1 0px;
        /* max-width: 360px; */
        /* box-shadow: 0px 1px 100px rgba(182, 182, 182, 0.219); */
        /* border: 1px solid #a3a3a3; */
        padding: 20px;
        margin: 5px;
        border-radius: 10px;
        visibility: visible;
    }
    
    .home:hover {
        /* background: rgba(245, 253, 255, 0.473); */
        /* background: rgb(255, 253, 254); */
    }
    
    .home-flex-wrapper {
        display: flex;
        flex-direction: row;
        flex: 1 1 0px;
        align-items: flex-start;
        margin-left: auto;
        margin-right: auto;
        margin-top: 30px;
        margin-bottom: 30px;
        padding-top: px;
        /* grid-template-columns: auto auto auto;
    grid-gap: 10px; */
        max-width: 75%
    }
    
    #iconsholder {
        height: 20pt;
        display: flex;
        flex-wrap: wrap;
        margin: auto;
        align-items: center;
        justify-content: center;
        align-self: center;
    }
    
    #icons {
        height: 12pt;
        float: left;
        width: 12pt;
        flex: 20pt;
        flex-wrap: wrap;
        margin-right: 5pt;
        margin-left: 5pt;
        align-items: center;
        justify-content: center;
        align-self: center;
    }
    
    #icontoolbox {
        align-items: center;
        text-align: center;
        justify-content: center;
    }
    
    @media screen and (max-width: 1290px) {
        .home-flex-wrapper {
            display: flex;
            flex-direction: column;
            align-items: center;
        }
        .intro {
            max-width: none;
            padding: 0px 0 0px 0;
            flex-grow: none
        }
        .home {
            max-width: none;
            flex: 1 1 0px;
        }
        .post-item {
            width: 100%;
            height: auto;
        }
        body {
            border-width: 15pt;
        }
    }
    
    .page-content {
        background: var(--background-color);
        padding: 16px 0;
        flex: 1 0 auto;
    }
    
    .page-heading {
        font-size: 32px
    }
    
    .post-list-heading {
        font-size: 28px
    }
    
    .post-list {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 25px;
        margin: auto;
        list-style: none;
        padding: 0;
    }
    
    .post-list>li {
        /* margin-bottom: 16px */
    }
    
    .post-meta {
        font-size: 12px;
        color: var(--text-color-light);
        text-align: center;
        font-family: 'Inter', sans-serif; font-weight: 400;
        color: rgba(88, 94, 104, 0.671);
    }
    
    .post-link {
        color: var(--text-color-dark) !important;
        display: block;
        font-size: 14px;
        padding-top: 0px;
        text-align: center;
    }
    
    #post-box {
        display: grid;
    }
    
    .post-item {
        display: block;
        flex-direction: column;
        padding-left: 8px;
        padding-right: 8px;
        padding-top: 15px;
        padding-bottom: 10px;
        transition: 0.01s;
        width: 140px;
        margin: auto;
    }
    
    /* Hover effect only on devices that actually support hover */
    @media (hover: hover) and (pointer: fine) {
        .post-item:hover {
            background: rgb(255, 244, 249);
            border-radius: 8px;
        }
    }

    /* On touch devices, do not keep hover; give a brief active flash instead */
    @media (hover: none) and (pointer: coarse) {
        .post-item:hover { background: transparent; }
        .post-item:active {
            background: rgb(255, 244, 249);
            border-radius: 8px;
        }
    }

    /* Remove tap highlight and focus outline residue on mobile */
    a, button, .post-item {
        -webkit-tap-highlight-color: rgba(0,0,0,0);
        touch-action: manipulation;
        -webkit-user-select: none;
        user-select: none;
    }
    a:focus, .post-item:focus { outline: none; }
    
    .post-item-text {
        display: grid;
        margin: 0;
        text-align: center;
    }
    
    @media screen and (min-width: 0px) and (max-width: 900px) {
        #intro {
            padding-top: 70px;
        }
        .home-flex-wrapper {
            justify-content: center;
            margin-top: 16px;
            margin-bottom: 16px;
        }
        .wrapper {
            padding-left: 6vw;
            padding-right: 6vw;
            display: flex;
            flex-direction: column;
            align-items: center;
        }
        .post-item {
            width: 90px;
            height: auto;
            padding-left: 4px;
            padding-right: 4px;
        }
        body {
            border-width: 0;
            overflow-x: hidden;
        }
        .post-list {
            display: inline-grid;
            /* exact 3x columns that match card width to avoid fractional overflow */
            grid-template-columns: repeat(3, 90px);
            justify-content: center;
            justify-items: center;
            margin-left: auto;
            margin-right: auto;
            grid-gap: 12px;
            width: fit-content;
        }
        .post-list > a { display: block; width: 90px; }
        .thumbnail {
            width: 80px !important;
            height: 80px !important;
        }
        #kaomoji {
            margin-top: 6vh;
            margin-bottom: 6px;
        }
        .page-content {
            padding: 8px 0 8px 0;
        }
    }

    /* Desktop: slightly larger icons and a bit more spacing */
    @media screen and (min-width: 901px) {
        .post-item {
            width: 160px;
        }
        .thumbnail {
            width: 126px;
            height: 126px;
        }
        .post-list {
            grid-gap: 28px;
        }
    }
    
    .thumbnail {
        border-radius: 0px;
        display: block;
        margin: auto;
        width: 110px;
        height: 110px;
        object-fit: contain;
        object-position: center;
        border-width: 0pt;
        border-style: solid;
        border-color: rgba(159, 159, 159, 0.213);
        -webkit-box-shadow: 0px 0px 74px -44px rgba(0,0,0,0.75);
        -moz-box-shadow: 0px 0px 74px -44px rgba(0,0,0,0.75);
        box-shadow: 0px 0px 74px -44px rgba(0,0,0,0.75);

    }

    
    .post-header {
        margin-bottom: 16px
    }
    
    @media screen and (min-width: 900px) {
        .one-half {
            width: -webkit-calc(50% - (16px / 2));
            width: calc(50% - (16px / 2))
        }
    }
    