    @font-face {
      font-family: "rainy";
      src: url("https://files.catbox.moe/r4oudq.ttf");
    }

    @font-face {
      font-family: "pixel";
      src: url("https://files.catbox.moe/i1y2x0.woff");
    }


    /* Basics */

    * {
      box-sizing: border-box;
    }

    body {
      margin: 0;
      padding: 20px;
      background: url("https://itinerae.neocities.org/bgs/beigefabric.png");
      font-family: "rainy", calibri, verdana, arial;
      font-size: 14px;
      line-height: 16px;
      letter-spacing: 1px;
      text-align: left;
      text-shadow: 0 0 1px #ddd1bc;
      color: #c8a88f;
    }

    a {
      color: #d66b6a;
      text-decoration: none;
      transition: 0.2s ease;
    }

    a:hover {
      color: #ff9d9c;
      text-shadow: 0 0 4px #ffe2ee;
    }

    a:active {
      color: #b04544;
    }

    b {
      font-weight: bold;
      color: #d57574;
    }

    i {
      color: #b98a9f;
    }

   


    /* Scrollbar */

    ::-webkit-scrollbar {
      width: 10px;
    }

    ::-webkit-scrollbar-track {
      background: #fff8ee;
    }

    ::-webkit-scrollbar-thumb {
      background: #d8e7ad;
      border: 2px solid #fff8ee;
      border-radius: 5px;
    }

    ::-webkit-scrollbar-thumb:hover {
      background: #e4b989;
    }


    /* Container */

    .layout {
      max-width: 1000px;
      margin: 40px auto;
      overflow: hidden;
      background: #fff7f7;
      border: 1px dotted #d7ab7d;
      border-radius: 10px;
      border-image: url("https://itinerae.nekoweb.org/premium/20/lace-border.png") 11 fill round;
      border-width: 13px;
    }


    /* Top decoration */

    .lace {
      height: 36px;
      background:
        linear-gradient(to bottom, rgba(255,255,255,0.45), rgba(255,226,238,0.18)),
        #fffdf8 url("https://itinerae.nekoweb.org/premium/20/lacetop.webp") repeat-x;
      border-top-left-radius: 30px;
      border-top-right-radius: 30px;
    }


    /* nnavi */

    .navigation {
      padding: 7px;
      background: linear-gradient(to bottom, #fffafa, #fff0f2);
      border-top: 1px dotted #E39B52;
      border-bottom: 1px dotted #E39B52;
      box-shadow: 
        inset 0 1px 0 #fff, 
        inset 0 -1px 0 #ffdfe4;
      }
      
    .navi-link {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 5px;
      }  
      
    .navi-link a {
      display: inline-block;font-family: "Silkscreen", monospace;
      font-size: 11px;
      font-style: normal;
      line-height: 14px;
      padding: 2px 12px 2px 12px;
      letter-spacing: 1px;
      font-weight: normal;
      color: #fffaf7;
      white-space: nowrap;
      background: linear-gradient(to bottom, #f8b7b0, #ec8d8d);
      border: 1px solid #e39a9d;border-radius: 18px;
      box-shadow: 
      inset 0 1px 0 rgba(255,255,255,0.45), 
      inset 0 -1px 0 rgba(190,88,94,0.18), 
      0 1px 3px rgba(213,112,117,0.18);
      text-shadow: 0 1px 1px rgba(166,70,76,0.45);
      }      

    .navi-link a::before {
      content: "";
      position: absolute;
      left: 5px;
      right: 5px;
      top: 3px;
      height: 1px;
      background: rgba(255,255,255,0.95);
    }

    .navi-link a:hover {
      color: #fff;
      background: linear-gradient(to bottom, #ffc0ba, #f19a99);
      border-color: #e6a5a8;
      text-shadow: 0 1px 1px rgba(166,70,76,0.38), 0 0 5px rgba(255,255,255,0.6);
      transform: translateY(1px);
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.45), inset 0 -1px 0 rgba(190,88,94,0.14), 0 1px 2px rgba(213,112,117,0.14);
    }

    .nav-icon {
      margin-right: 4px;
      opacity: 0.55;
      transition: 0.22s ease;
    }

    .navi-link a:hover .nav-icon {
      opacity: 1;
      transform: rotate(-8deg);
    }


    /* banner */

    .banner {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 150px;
      background: url("https://i.pinimg.com/736x/38/04/c4/3804c4fa97d7429a509075760a3df408.jpg") center;
      background-size: cover;
      border-bottom: 1px dotted #d8e7ad;
    }

    .banner::before {
      content: "";
      position: absolute;
      left: 12px;
      right: 12px;
      top: 12px;
      bottom: 12px;
      border: 1px dotted rgba(212,175,128,0.65);
      border-radius: 18px;
      pointer-events: none;
      box-shadow:
        inset 0 0 15px rgba(255,255,255,0.65),
        inset 0 0 20px rgba(222,240,189,0.25);
    }

    .banner::after {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      height: 100%;
      background: linear-gradient(to top, rgba(255,253,248,0.9), transparent);
      pointer-events: none;
    }
    
    
    /* Site name */


    .site-name {
      position: relative;
      z-index: 2;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 6px;
      padding: 10px 45px 12px;
      font-family: "ronda", pixel, sans-serif;
      font-size: 24px;
      letter-spacing: 3px;
      text-align: center;
      text-transform: lowercase;
      color: #d96f79;
      text-shadow:
        0 1px 0 #ffffff,
        0 0 8px rgba(255,255,255,0.9),
        0 0 12px rgba(255,226,238,0.7);
    }

    .site-name::before {
      content: "";
      position: absolute;
      inset: 0;
      z-index: -1;
      background: linear-gradient(
        to right,
        rgba(255,255,255,0),
        rgba(255,255,255,0.65) 18%,
        rgba(255,248,238,0.92) 50%,
        rgba(255,255,255,0.65) 82%,
        rgba(255,255,255,0)
      );
      border-top: 1px solid rgba(255,255,255,0.65);
      border-bottom: 1px solid rgba(222,240,189,0.7);
      filter: blur(0.2px);
    }

    .site-sparkle {
      opacity: 0.5;
    }


    /* Main columns */

    .main {
      display: grid;
      grid-template-columns: 1fr 2fr 1fr;
      background: #ffeef1;
      gap: 1px;
      border-top: 1px solid #f5ccd1;
      border-bottom: 1px solid #f5ccd1;
    }

    .column {
      padding: 8px;
      background: linear-gradient(to bottom, #fff9f9, #fff1f3);
      min-width: 0;
    }

    .column:nth-child(1) {
      border-right: 1px dotted #efb0b6;
    }

    .column:nth-child(2) {
      background: linear-gradient(to bottom, #fffdfd, #fff4f5);
    }

    .column:nth-child(3) {
      border-left: 1px dotted #efb0b6;
    }
        
        
    /* Sections */

    .box {
      margin-bottom: 8px;
      padding: 6px;
      background: linear-gradient(to bottom, #ffffff, #fff8f8);
      border: 1px solid #f1c2c6;
      border-radius: 8px;
    }

    .box:last-child {
      margin-bottom: 0;
    }

    .box p {
      margin: 0 0 7px;
    }

    .box p:last-child {
      margin-bottom: 0;
    }

    .intro-pixel {
      float: left;
      margin: 10px;
      opacity: 0.7;
      filter: grayscale(40%);
    }


    /* Titles */

    .title {
      margin-bottom: 5px;
      padding: 3px 5px;
      background: linear-gradient(to right, #fff, #fff0f3);
      border-top: 1px dotted #efb0b6;
      border-right: 1px dotted #efb0b6;
      border-bottom: 1px dotted #efb0b6;
      border-left: 5px solid #f2cbce;
      border-radius: 7px 7px 3px 3px;
      box-shadow: inset 0 0 6px rgba(255,226,238,0.65);
      font-family: "Gaegu", arial;
      font-size: 15px;
      line-height: 12px;
      letter-spacing: 1px;
      text-transform: lowercase;
      color: #e8807e;
    }

    .title-big {
      margin-bottom: 6px;
      padding: 4px 6px 3px;
      background: linear-gradient(to right, #fff0f3, #fff, #fff0f3);
      border-radius: 10px;
      font-family: "Gaegu", arial;
      font-size: 17px;
      line-height: 13px;
      letter-spacing: 2px;
      text-align: center;
      text-transform: lowercase;
      color: #e8807e;
    }


    /* Notes and Lists */

    .note {
      margin-top: 6px;
      padding: 5px;
      border-left: 3px solid #d8e7ad;
      border-radius: 0 6px 6px 0;
      font-size: 13px;
      line-height: 15px;
      color: #fff8f8;
    }

    .tiny-list {
      margin: 5px 0 0;
      padding: 0;
      list-style: none;
    }

    .tiny-list li {
      padding: 2px 0;
      border-bottom: 1px dotted #e8c99f;
      color: #b98a9f;
    }

    .list-icon {
      opacity: 0.5;
    }


    /* Mini boxes */

    .mini-boxes {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 5px;
      margin-top: 7px;
    }

    .mini-box {
      padding: 5px;
      border: 1px dotted #e8c99f;
      border-radius: 7px;
      font-size: 13px;
      text-align: center;
      color: #ad7f92;
    }


    /* Miniblog / updates */

    .miniblog {
      display: flex;
      flex-direction: column;
      gap: 6px;
    }

    .mini-post {
      display: grid;
      grid-template-columns: 45px 1fr;
      gap: 7px;
      align-items: start;
      padding: 5px;
      background: #fffafa;
      border: 1px dotted #e8c99f;
      border-radius: 8px;
      box-shadow: inset 0 0 7px rgba(222,240,189,0.45);
    }

    .mini-post img {
      width: 45px;
      height: 45px;
      object-fit: cover;
      border: 1px solid #efb0b6;
      border-radius: 7px;
      opacity: 0.9;
      filter: saturate(0.9) brightness(1.04);
    }

    .mini-post-content {
      min-width: 0;
    }

    .mini-post-title {
      display: block;
      margin-bottom: 2px;
      font-family: "Gaegu", "ronda", cursive;
      font-size: 15px;
      line-height: 14px;
      letter-spacing: 1px;
      color: #d96f79;
    }

    .mini-post-meta {
      display: block;
      margin-bottom: 3px;
      font-size: 13px;
      color: #b97880;
      opacity: 0.95;
    }

    .mini-post-text {
      line-height: 14px;
      color: #b58f71;
    }


    /* Footer */

    .footer {
      padding: 8px;
      border-top: 1px dotted #d7ab7d;
      border-bottom-left-radius: 10px;
      border-bottom-right-radius: 10px;
      box-shadow:
        inset 0 1px 0 #ffffff,
        inset 0 0 8px rgba(222,240,189,0.65);
      line-height: 14px;
      letter-spacing: 1px;
      text-align: center;
      color: #b58f71;
    }

    .footer a {
      color: #d88497;
      border-bottom: 1px dotted #c37a43;
    }

    .footer a:hover {
      color: #c37a43;
      text-shadow: 0 0 4px #ffffff;
    }
   
/* polaroid gallery */

    .gallery{
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 18px;
      padding: 10px 8px 14px;
    }

    .polaroid{
      width: 120px;
      margin: 6px;
     padding: 7px 7px 13px;
      border: 1px solid #eadde0;
      border-radius: 3px;
      background: #fffdfd;
      box-shadow: 0 4px 12px rgba(109,88,93,.06);
      text-align: center;
    }

    .polaroid:nth-child(1){
      transform: rotate(-3deg);
    }

    .polaroid:nth-child(2){
      transform: rotate(2deg);
    }

    .polaroid:nth-child(3){
      transform: rotate(-1deg);
    }

    .polaroid img{
      display: block;
      width: 100%;
      height: 88px;
      margin-bottom: 7px;
      border: 1px solid var(--border-soft);
      object-fit: cover;
      background: #f7eef0;
    }

    .polaroid figcaption{
      font-size: 10px;
      line-height: 1.2;
      font-style: italic;
      color: #8a7a7c;
    }
    
    /* THROWS UP*/
    .img-box {
      position: relative;
      display: inline-block;
    }
    
    .img-box.side {
      display: flex;
      gap: 12 px;
      align-items: flex-start;
    }
    
    .img-box.stacked {
      display: flex;
      flex-direction:column;
      gap: 8 px;
    }

    .img-box img {
      display: block;
      flex-shrink: 0;
    }

    .overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      background: rgba(0, 0, 0, 0.6);
      color: white;
      opacity: 0;
      transition: opacity 0.2s ease;
      pointer-events: none;
    }

    .img-box:hover .overlay {
      opacity: 1;
    }

    /* Responsiveness */

    @media (max-width: 768px) {
      body {
        padding: 10px;
      }

      .layout {
        margin: 20px auto;
      }

      .main {
        grid-template-columns: 1fr;
      }

      .column:last-child {
        border-left: 0;
        border-top: 1px dotted #d7ab7d;
      }

      .navigation {
        padding-bottom: 7px;
      }

      .navi-link {
        flex-wrap: wrap;
        align-items: stretch;
      }

      .navi-link a {
        flex: 1 1 calc(50% - 6px);
        border: 1px dotted #e8c99f;
        border-radius: 8px;
        padding: 5px 7px 4px;
      }

      .navi-link a::before {
        display: none;
      }

      .banner {
        height: 130px;
      }

      .site-name {
        padding: 8px 14px 10px;
        font-size: 18px;
        line-height: 20px;
      }
    }