        @import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&family=Caveat:wght@700&family=JetBrains+Mono:wght@400;600&display=swap');

        :root {
          --maxw: 1080px;
          --ac: #F5D800;
          --ac-lt: #FFE533;
          --ac-dk: #D4BA00;
          --ac-tint: rgba(245, 216, 0, 0.10);
          --ac-ring: rgba(245, 216, 0, 0.35);
          --ac-glow: rgba(245, 216, 0, 0.25);
          --e-ac: 0 4px 20px rgba(245, 216, 0, 0.35), 0 0 0 1px rgba(245, 216, 0, 0.15);
          --bg: #FAFAF8;
          --bg-alt: #F2F2EE;
          --surface: #FFFFFF;
          --surface-2: #F7F7F3;
          --surface-3: #EEEEEA;
          --text-1: #0A0A0A;
          --text-2: #3A3A3A;
          --text-3: #808080;
          --text-4: #BBBBBB;
          --bd: rgba(0, 0, 0, 0.07);
          --bd-md: rgba(0, 0, 0, 0.12);
          --bd-hi: rgba(0, 0, 0, 0.22);
          --e-1: 0 1px 3px rgba(0, 0, 0, 0.07), 0 1px 2px rgba(0, 0, 0, 0.04);
          --e-2: 0 4px 14px rgba(0, 0, 0, 0.09);
          --e-3: 0 12px 40px rgba(0, 0, 0, 0.14);
          --header-bg: #0A0A0A;
          --header-bd: rgba(255, 255, 255, 0.08);
          --r-sm: 4px;
          --r-md: 8px;
          --r-lg: 12px;
          --r-xl: 18px;
          --r-2xl: 28px;
          --r-pill: 9999px;
          --sans: 'Inter', system-ui, sans-serif;
          --brand: 'Caveat', cursive;
          --mono: 'JetBrains Mono', monospace;
          --t-fast: 100ms;
          --t-base: 180ms;
          --ease: cubic-bezier(0.22, 1, 0.36, 1);
          --bounce: cubic-bezier(0.34, 1.56, 0.64, 1);
          --font-style: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
        }

        .dark {
          --bg: #0A0A0A;
          --bg-alt: #111111;
          --surface: #181818;
          --surface-2: #222222;
          --surface-3: #2E2E2E;
          --text-1: #F5F5F5;
          --text-2: #AAAAAA;
          --text-3: #666666;
          --text-4: #444444;
          --bd: rgba(255, 255, 255, 0.06);
          --bd-md: rgba(255, 255, 255, 0.10);
          --bd-hi: rgba(255, 255, 255, 0.18);
          --e-1: 0 1px 4px rgba(0, 0, 0, 0.60);
          --e-2: 0 4px 16px rgba(0, 0, 0, 0.70);
          --e-3: 0 16px 48px rgba(0, 0, 0, 0.85);
          --ac-tint: rgba(245, 216, 0, 0.10);
          --ac-ring: rgba(245, 216, 0, 0.30);
          --ac-glow: rgba(245, 216, 0, 0.20);
          --e-ac: 0 4px 24px rgba(245, 216, 0, 0.30), 0 0 0 1px rgba(245, 216, 0, 0.12)
        }

        *,
        *::before,
        *::after {
          box-sizing: border-box;
          margin: 0;
          padding: 0;
          transition: background-color var(--t-base) var(--ease), border-color var(--t-base) var(--ease), color var(--t-fast) var(--ease), box-shadow var(--t-base) var(--ease)
        }

        .loader,
        .loader * {
          transition: none !important
        }

        html,
        body {
          height: 100%
        }

        a {
          text-decoration: none
        }

        body {
          font-family: var(--sans);
          font-size: 15px;
          line-height: 1.6;
          color: var(--text-1);
          background: var(--bg);
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          padding-bottom: 100px
        }

        h1 {
          font-family: var(--brand);
          font-size: 2.4rem;
          font-weight: 700;
          color: var(--text-1);
          line-height: 1.15
        }

        h2 {
          font-family: var(--sans);
          font-size: 1.20rem;
          font-weight: 800;
          color: var(--text-4);
          letter-spacing: 0.20em;
          text-transform: uppercase;
          margin: 10px;
        }

        h3 {
          font-family: var(--sans);
          font-size: 0.76rem;
          font-weight: 600;
          color: var(--text-3);
          letter-spacing: 0.05em
        }

        .container {
          max-width: var(--maxw);
          margin: 0 auto;
          padding: 0 32px
        }

        header {
          background: var(--header-bg);
          position: relative;
          z-index: 50;
          border-bottom: 3px solid var(--ac)
        }

        header .inner {
          max-width: var(--maxw);
          margin: 0 auto;
          padding: 0 32px;
          height: 58px;
          display: flex;
          align-items: center;
          justify-content: space-between;
          gap: 16px
        }

        header .site-logo {
          font-family: var(--brand);
          font-size: 1.35rem;
          font-weight: 700;
          color: #0A0A0A;
          background: var(--ac);
          padding: 5px 20px;
          border-radius: var(--r-pill);
          border: 2px solid #0A0A0A;
          box-shadow: 2px 2px 0 #0A0A0A;
          letter-spacing: -0.01em;
          white-space: nowrap;
          transition: transform var(--t-fast) var(--bounce), box-shadow var(--t-fast)
        }

        header .site-logo:hover {
          transform: translateY(-1px);
          box-shadow: 3px 3px 0 #0A0A0A
        }

        header a {
          color: rgba(255, 255, 255, 0.40);
          padding: 5px 12px;
          font-size: 0.65rem;
          font-weight: 700;
          letter-spacing: 0.12em;
          text-transform: uppercase;
          border-radius: var(--r-sm)
        }

        header a:hover {
          color: var(--ac);
          background: rgba(245, 216, 0, 0.12)
        }

        #themeToggle {
          display: inline-flex;
          align-items: center;
          gap: 6px;
          padding: 6px 14px;
          border-radius: var(--r-pill);
          border: 1.5px solid rgba(255, 255, 255, 0.14);
          background: rgba(255, 255, 255, 0.06);
          color: rgba(255, 255, 255, 0.45);
          font-family: var(--sans);
          font-size: 0.62rem;
          font-weight: 800;
          letter-spacing: 0.13em;
          text-transform: uppercase;
          cursor: pointer;
          flex-shrink: 0
        }

        #themeToggle:hover {
          background: var(--ac);
          border-color: var(--ac);
          color: #0A0A0A;
          box-shadow: var(--e-ac)
        }

        #themeToggle .icon-moon {
          display: inline
        }

        #themeToggle .icon-sun {
          display: none
        }

        #themeToggle .label-dark {
          display: inline
        }

        #themeToggle .label-light {
          display: none
        }

        .dark #themeToggle .icon-moon {
          display: none
        }

        .dark #themeToggle .icon-sun {
          display: inline
        }

        .dark #themeToggle .label-dark {
          display: none
        }

        .dark #themeToggle .label-light {
          display: inline
        }

        #topMenu {
          display: flex;
          align-items: center;
          gap: 6px;
          padding: 14px 0;
          overflow-x: auto;
          white-space: nowrap;
          scrollbar-width: none
        }

        #topMenu::-webkit-scrollbar {
          display: none
        }

        #topMenu a {
          display: inline-flex;
          align-items: center;
          padding: 5px 14px;
          border-radius: var(--r-pill);
          font-size: 0.75rem;
          font-weight: 700;
          letter-spacing: 0.10em;
          text-transform: uppercase;
          color: var(--text-3);
          border: 1px solid var(--bd-md);
          background: var(--surface);
          white-space: nowrap;
          transition: all var(--t-base) var(--ease)
        }

        #topMenu a:hover,
        #topMenu a.active {
          background: var(--ac);
          border-color: var(--ac);
          color: #0A0A0A;
          font-weight: 800;
          box-shadow: var(--e-ac);
          transform: translateY(-1px)
        }

        #topMenu h3 {
          font-size: 0.55rem;
          color: var(--text-4);
          margin: 0 8px;
          flex-shrink: 0
        }

        .input-section {
          display: flex;
          position: sticky;
          top: 0;
          z-index: 40;
          gap: 10px;
          align-items: center;
          padding: 5px 2px;
          background: rgba(250, 250, 248, 0.90);
          backdrop-filter: blur(22px) saturate(160%);
          -webkit-backdrop-filter: blur(22px) saturate(160%);
          border-bottom: 1px solid var(--bd);

        }

        .dark .input-section {
          background: rgba(10, 10, 10, 0.90)
        }

        .input-section div {
          width: 100%;
          position: relative
        }

        .input-section textarea {
          width: 100%;
          padding: 10px;
          border-radius: var(--r-pill);
          border: 1.5px solid rgb(245 216 0);
          background: var(--surface);
          font-family: var(--sans);
          font-size: 1.1rem;
          font-weight: 500;
          color: var(--text-1);
          outline: none;
          text-align: center
        }

        .input-section input::placeholder {
          color: var(--text-4);
          font-weight: 400
        }

        .input-section input:focus {
          border-color: var(--ac);
          box-shadow: 0 0 0 3px var(--ac-ring), var(--e-2)
        }

        #input-count {
          position: absolute;
          right: 20px;
          bottom: 15px;
          font-size: 9px;
          font-weight: 700;
          color: var(--text-4);
          letter-spacing: 0.10em;
          font-family: var(--mono);
          text-transform: uppercase
        }

        .clear-overlay {
          position: absolute;
          right: 10px;
          top: 50%;
          margin-top: -7px;
          transform: translateY(-50%);
          display: inline-flex;
          align-items: center;
          justify-content: center;
          width: 35px;
          height: 35px;
          border-radius: 50%;
          cursor: pointer;
          color: var(--text-4)
        }

        .clear-overlay:hover {
          color: var(--ac);
          background: var(--ac-tint)
        }

        .btn {
          display: inline-flex;
          align-items: center;
          justify-content: center;
          gap: 7px;
          padding: 11px 24px;
          border-radius: var(--r-pill);
          border: 2px solid #0A0A0A;
          font-family: var(--sans);
          font-size: 0.65rem;
          font-weight: 800;
          letter-spacing: 0.12em;
          text-transform: uppercase;
          cursor: pointer;
          background: var(--ac);
          color: #0A0A0A;
          box-shadow: 2px 2px 0 #0A0A0A;
          white-space: nowrap;
          transition: all var(--t-fast) var(--bounce)
        }

        .btn:hover {
          background: var(--ac-lt);
          transform: translate(-1px, -2px);
          box-shadow: 4px 4px 0 #0A0A0A
        }

        .btn:active {
          transform: translate(1px, 1px);
          box-shadow: 1px 1px 0 #0A0A0A
        }

        .btn.secondary {
          background: var(--surface);
          color: var(--text-2);
          border-color: var(--bd-hi);
          box-shadow: 2px 2px 0 var(--bd-hi)
        }

        .btn.secondary:hover {
          background: var(--surface-2);
          color: var(--text-1)
        }

        .btn.closeit {
          background: transparent;
          color: #e03333;
          border-color: rgba(220, 50, 50, 0.25);
          box-shadow: none
        }

        .btn.closeit:hover {
          background: rgba(220, 50, 50, 0.07)
        }

        button#menu {
          width: 50px;
          height: 50px;
          border-radius: var(--r-md);
          border: 1px solid var(--bd-md);
          background: var(--surface);
          color: var(--text-2);
          font-size: 1.3rem;
        }

        button#menu:hover {
          background: var(--ac-tint);
          border-color: var(--ac);
          color: #0A0A0A
        }

        button,
        #othertools a {
          display: inline-flex;
          align-items: center;
          justify-content: center;
          border: none;
          cursor: pointer;
          background: transparent;
          font-family: var(--sans);
          font-size: 15px;
          line-height: 1;
          -webkit-tap-highlight-color: transparent;
          touch-action: manipulation
        }

        #randomcloud {
          text-align: center;
          height: 120px;
          overflow: hidden
        }

        #randomcloud li {
          background: transparent;
          border: none;
          box-shadow: none;
          display: inline-block
        }

        #randomcloud p {
          color: var(--text-3);
          font-size: 20px;
          padding: 5px;
          margin: 0 5px;
          cursor: pointer;
          font-family: var(--sans);
          transition: color var(--t-fast), transform var(--t-base) var(--bounce)
        }

        #randomcloud p:hover {
          color: var(--ac);
          transform: scale(1.2)
        }

        #randombutton {
          display: inline-flex;
          align-items: center;
          gap: 8px;
          padding: 10px 22px;
          margin-top: 14px;
          background: var(--ac);
          color: #0A0A0A;
          border-radius: var(--r-pill);
          border: 2px solid #0A0A0A;
          font-family: var(--brand);
          font-size: 1.15rem;
          box-shadow: 2px 2px 0 #0A0A0A;
          cursor: pointer;
          transition: all var(--t-fast) var(--bounce)
        }

        #randombutton:hover {
          transform: translate(-1px, -2px);
          box-shadow: 4px 4px 0 #0A0A0A
        }

        .font-size-controller {
          display: flex;
          align-items: center;
          gap: 14px;
          justify-content: flex-end;
          padding: 10px 0
        }

        .font-size-controller label {
          font-size: 0.57rem;
          font-weight: 800;
          color: var(--text-4);
          text-transform: uppercase;
          letter-spacing: 0.18em
        }

        .font-size-controller input[type="range"] {
          width: 220px;
          height: 5px;
          background: var(--surface-3);
          border-radius: var(--r-pill);
          outline: none;
          appearance: none;
          -webkit-appearance: none;
          cursor: pointer
        }

        .font-size-controller input[type="range"]::-webkit-slider-thumb {
          appearance: none;
          width: 15px;
          height: 15px;
          background: var(--ac);
          border: 2px solid var(--text-1);
          border-radius: 50%;
          cursor: grab;
          transition: transform var(--t-fast) var(--bounce)
        }

        .font-size-controller input[type="range"]::-webkit-slider-thumb:hover {
          transform: scale(1.35)
        }

        #results {
          width: 100%
        }

        .grid ul {
          display: grid;
          padding: 0;
          margin: 0;
          gap: 8px;
          grid-template-columns: repeat(2, 1fr);
          list-style: none
        }

        .fontcopypastelist h2 {
          margin-bottom: 12px;
          padding-left: 2px
        }

        .fontcopypastelist li {
          display: flex;
          align-items: stretch;
          position: relative;
          border-radius: var(--r-lg);
          overflow: hidden;
          border: 1px solid var(--bd-md);
          background: var(--surface);
          transition: border-color var(--t-base), box-shadow var(--t-base), transform var(--t-base) var(--ease)
        }

        .fontcopypastelist li:hover {
          border-color: var(--ac);
          transform: translateY(-3px);
          box-shadow: 0 6px 0 var(--ac-dk), var(--e-2)
        }

        .fontcopypastelist li p {
          padding: 14px 0 28px 14px;
          color: var(--text-1);
          cursor: pointer;
          user-select: none;
          width: 100%;
          white-space: normal;
          word-break: break-word;
          font-family: var(--font-style);
          background: transparent;
          border: none;
          line-height: 1.55;
          font-size: 18px;
          z-index: 1
        }

        .fontcopypastelist li p:hover,
        .fontcopypastelist li p:focus {
          outline: none;
          background: var(--ac-tint)
        }

        .fontcopypastelist li div,
        #flourishList li div {
          position: absolute;
          bottom: 5px;
          left: 14px;
          display: flex;
          gap: 8px;
          flex-direction: row-reverse;
          user-select: none;
          -webkit-user-select: none;
          z-index: 0
        }

        .fontcopypastelist li i,
        #flourishList li i {
          font-size: 9px;
          color: var(--text-4);
          letter-spacing: 0.10em;
          text-transform: uppercase;
          font-style: normal;
          font-family: var(--mono)
        }

        .fontcopypastelist li i:nth-of-type(2) {
          background: var(--surface-2);
          padding: 0 5px;
          border-radius: 3px
        }

        li .flourishit,
        li .remove-font {
          display: inline-flex;
          align-items: center;
          justify-content: center;
          flex-shrink: 0;
          padding: 0 12px;
          font-size: 16px;
          color: var(--text-3);
          background: var(--surface-2);
          border: none;
          border-left: 1px solid var(--bd-md);
          cursor: pointer;
          min-width: 50px;
          transition: all var(--t-fast)
        }

        li .flourishit:hover,
        li .remove-font:hover {
          background: var(--ac);
          color: #0A0A0A
        }

        .buttons {
          position: fixed;
          right: 18px;
          bottom: 90px;
          z-index: 99;
          display: flex;
          flex-direction: column-reverse;
          gap: 6px
        }

        .buttons button {
          width: 44px;
          height: 44px;
          border-radius: var(--r-lg);
          background: var(--surface);
          border: 1.5px solid var(--bd-md);
          box-shadow: var(--e-2);
          color: var(--text-2);
          transition: all var(--t-base) var(--ease)
        }

        .buttons button:hover {
          background: var(--ac);
          border-color: #0A0A0A;
          color: #0A0A0A;
          box-shadow: 3px 3px 0 #0A0A0A;
          transform: translate(-1px, -1px)
        }

        #bulbBtn {
          color: var(--ac)
        }

        #bulbBtn:hover {
          color: #0A0A0A
        }

        svg {
          width: 17px;
          height: 17px;
          stroke: currentColor;
          stroke-width: 1.75;
          fill: none
        }

        #othertools a {
          padding: 7px 13px;
          background: var(--surface);
          color: var(--text-3);
          border-radius: var(--r-md);
          font-size: 0.66rem;
          font-weight: 700;
          border: 1.5px solid var(--bd-md);
          letter-spacing: 0.10em;
          text-transform: uppercase;
          box-shadow: var(--e-1);
          transition: all var(--t-base) var(--ease)
        }

        #othertools a:hover {
          background: var(--ac);
          color: #0A0A0A;
          border-color: #0A0A0A;
          box-shadow: 2px 2px 0 #0A0A0A
        }

        .floatmenu {
          margin-top: 20px
        }

        .f-m {
          position: fixed;
          top: 0;
          right: 0;
          width: 280px;
          height: 100%;
          background: var(--surface);
          border-left: 1px solid var(--bd-md);
          box-shadow: -14px 0 50px rgba(0, 0, 0, 0.18);
          z-index: 9999;
          display: none;
          overflow-y: auto;
          padding: 24px 18px;
          text-align: right
        }

        .floatmenu h3 {
          font-size: 0.55rem;
          font-weight: 800;
          color: var(--text-4);
          text-transform: uppercase;
          letter-spacing: 0.20em;
          margin-bottom: 10px
        }

        .floatmenu a,
        .right-menu a {
          display: inline-block;
          padding: 7px 12px;
          border-radius: var(--r-md);
          font-size: 1.18rem;
          font-weight: 600;
          color: var(--text-2);
          background: var(--surface-2);
          border: 1px solid var(--bd);
          margin: 5px;
          white-space: nowrap;
          transition: all var(--t-base) var(--ease)
        }

        .floatmenu a:hover,
        .right-menu a:hover {
          background: var(--ac-tint);
          border-color: var(--ac);
          color: var(--text-1)
        }

        .close-button {
          position: fixed;
          top: 14px;
          right: 14px;
          display: inline-flex;
          align-items: center;
          justify-content: center;
          width: 34px;
          height: 34px;
          font-size: 14px;
          border: 1.5px solid var(--bd-md);
          border-radius: var(--r-md);
          color: var(--text-2);
          background: var(--surface);
          cursor: pointer;
          z-index: 10000;
          padding: 0
        }

        .close-button:hover {
          background: var(--ac);
          border-color: #0A0A0A;
          color: #0A0A0A
        }

        .copied {
          display: flex;
          flex-direction: column;
          gap: 4px;
          padding: 12px 16px;
          position: fixed;
          top: 14%;
          right: 0;
          z-index: 9999;
          width: 190px;
          background: #0A0A0A;
          color: var(--ac);
          border-radius: var(--r-xl) 0 0 var(--r-xl);
          border: 2px solid var(--ac);
          border-right: none;
          box-shadow: -4px 4px 0 var(--ac-dk);
          animation: slideIn 0.20s var(--bounce)
        }

        @keyframes slideIn {
          from {
            transform: translateX(110%);
            opacity: 0
          }

          to {
            transform: translateX(0);
            opacity: 1
          }
        }

        .copied textarea {
          background: transparent;
          border: none;
          color: rgba(245, 216, 0, 0.65);
          font-family: var(--mono);
          font-size: 0.70rem;
          resize: none;
          outline: none;
          padding: 4px
        }

        .copied-btn {
          position: absolute;
          top: 8px;
          left: 12px;
          background: var(--ac);
          color: #0A0A0A;
          border-radius: var(--r-pill);
          padding: 2px 10px;
          font-size: 0.58rem;
          font-weight: 800;
          border: none;
          letter-spacing: 0.14em;
          text-transform: uppercase
        }

        .loader {
          width: 32px;
          height: 32px;
          border: 2.5px solid var(--surface-3);
          border-top-color: var(--ac);
          border-radius: 50%;
          animation: spin 0.55s linear infinite
        }

        @keyframes spin {
          to {
            transform: rotate(360deg)
          }
        }

        .page-load-status,
        .aryapage {
          display: none;
          align-items: center;
          justify-content: center;
          width: 100%;
          margin: 24px 0
        }

        .flourish-popup {
          position: fixed;
          inset: 0;
          background: rgba(0, 0, 0, 0.60);
          backdrop-filter: blur(10px);
          display: flex;
          align-items: center;
          justify-content: center;
          z-index: 999;
          animation: fadeIn 0.16s ease
        }

        @keyframes fadeIn {
          from {
            opacity: 0
          }

          to {
            opacity: 1
          }
        }

        .flourish-popup.hidden {
          display: none
        }

        .popup-box {
          background: var(--surface);
          width: 92%;
          max-width: 440px;
          max-height: 72vh;
          border-radius: var(--r-xl);
          overflow: hidden;
          display: flex;
          flex-direction: column;
          border: 2px solid var(--ac);
          box-shadow: 4px 4px 0 var(--ac-dk), var(--e-3);
          animation: popIn 0.22s var(--bounce)
        }

        .popup-box::before {
          content: '';
          display: block;
          height: 3px;
          background: var(--ac);
          flex-shrink: 0
        }

        @keyframes popIn {
          from {
            transform: scale(0.94) translateY(10px);
            opacity: 0
          }

          to {
            transform: scale(1) translateY(0);
            opacity: 1
          }
        }

        .popup-header {
          display: flex;
          justify-content: space-between;
          align-items: center;
          background: var(--surface-2);
          border-bottom: 1px solid var(--bd);
        }

        .popup-header h3 {
          font-family: var(--brand);
          font-size: 1.2rem;
          font-weight: 700;
          color: var(--text-1);
          padding: 10px 0 10px 15px;
        }

        .popup-header button {
          background: none;
          border: none;
          color: var(--text-3);
          font-size: 14px;
          padding: 8px;
          border-radius: var(--r-sm);
          cursor: pointer;
          width: 50px;
          height: 50px;
        }

        .popup-header button:hover {
          background: var(--ac-tint);
          color: var(--text-1)
        }

        #flourishList {
          padding: 10px;
          overflow-y: auto;
          list-style: none;
          flex: 1
        }

        #flourishList li {
          margin-bottom: 7px;
          position: relative;
          border-radius: var(--r-md);
          overflow: hidden;
          border: 1.5px solid var(--bd);
          background: var(--surface-2);
          transition: all var(--t-base) var(--bounce)
        }

        #flourishList li:hover {
          border-color: var(--ac);
          transform: translateY(-1px);
          box-shadow: 0 3px 0 var(--ac-dk)
        }

        #flourishList .count {
          display: flex;
          justify-content: flex-end;
          font-size: 9px;
          color: var(--text-4);
          padding: 2px 10px;
          font-weight: 700;
          font-family: var(--mono);
          text-transform: uppercase;
          letter-spacing: 0.10em
        }

        #flourishList li p {
          font-size: 1rem !important;
          color: var(--text-1);
          border: none;
          background: transparent;
          text-align: center;
          padding: 10px 14px;
          font-family: var(--font-style);
          cursor: pointer
        }

        #flourishList li p:hover {
          color: var(--text-1);
          background: var(--ac-tint)
        }

        .flourishit {
          padding: 14px 18px;
          text-align: center;
          border-top: 1px solid var(--bd);
          background: var(--surface-2)
        }

        .select-flourish {
          display: flex;
          align-items: center;
          gap: 10px;
          margin-top: 6px;
          flex-wrap: wrap;
          justify-content: center
        }

        .select-flourish label {
          font-size: 0.63rem;
          font-weight: 800;
          color: var(--text-2);
          text-transform: uppercase;
          letter-spacing: 0.14em
        }

        #flourishSelect {
          appearance: none;
          padding: 7px 20px 7px 13px;
          font-size: 0.80rem;
          font-family: var(--sans);
          font-weight: 600;
          border-radius: var(--r-pill);
          border: 1.5px solid var(--bd-md);
          background: var(--surface);
          color: var(--text-1);
          cursor: pointer;
          outline: none
        }

        #flourishSelect:focus {
          border-color: var(--ac);
          box-shadow: 0 0 0 3px var(--ac-ring)
        }

        #flourishRegenerate {
          padding: 10px 24px;
          border-radius: var(--r-pill);
          background: var(--ac);
          color: #0A0A0A;
          font-family: var(--brand);
          font-size: 1.1rem;
          font-weight: 700;
          border: 2px solid #0A0A0A;
          box-shadow: 2px 2px 0 #0A0A0A;
          cursor: pointer;
          transition: all var(--t-fast) var(--bounce)
        }

        #flourishRegenerate:hover {
          transform: translate(-1px, -2px);
          box-shadow: 4px 4px 0 #0A0A0A
        }

        #flourishRegenerate:active {
          transform: translate(1px, 1px);
          box-shadow: 1px 1px 0 #0A0A0A
        }

        .info-text {
          font-family: var(--sans);
          line-height: 1.82;
          color: var(--text-2);
          padding: 52px 48px;
          background: var(--surface);
          margin-top: 24px;
          border-radius: var(--r-2xl);
          border: 1.5px solid var(--bd-md);
          box-shadow: var(--e-2);
          white-space: normal;
          word-break: break-word;
          position: relative;
          overflow: hidden
        }

        .info-text::before {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          height: 3px;
          background: var(--ac)
        }

        .info-text img {
          max-width: 100%;
          border-radius: var(--r-lg)
        }

        .info-text ul {
          overflow: auto
        }

        .info-text h1 {
          font-family: var(--brand);
          font-size: 2.6rem;
          font-weight: 700;
          color: var(--text-1);
          text-align: center;
          margin-bottom: 36px;
          padding-bottom: 20px;
          border-bottom: 1px solid var(--bd-md)
        }

        .info-text h2 {
          font-family: var(--sans);
          font-size: 1.10rem;
          font-weight: 800;
          color: var(--text-1);
          margin-top: 44px;
          margin-bottom: 14px;
          text-transform: none;
          position: relative;
          padding-left: 14px
        }

        .info-text h2::before {
          content: '';
          position: absolute;
          left: 0;
          top: 3px;
          bottom: 3px;
          width: 3px;
          background: var(--ac);
          border-radius: 2px
        }

        .info-text h3 {
          font-size: 0.95rem;
          font-weight: 700;
          color: var(--text-2);
          margin-top: 24px;
          margin-bottom: 8px
        }

        .info-text p {
          font-size: 0.97rem;
          margin-bottom: 18px;
          color: var(--text-2)
        }

        .info-text ul,
        .info-text ol {
          margin-bottom: 22px;
          padding-left: 22px
        }

        .info-text li {
          font-size: 0.97rem;
          margin-bottom: 7px
        }

        .info-text strong {
          color: var(--text-1);
          font-weight: 700
        }

        .info-text code {
          background: var(--surface-2);
          color: var(--text-1);
          padding: 2px 7px;
          border-radius: 3px;
          font-family: var(--mono);
          font-size: 0.82rem;
          word-break: break-all;
          border: 1px solid var(--bd)
        }

        .info-text .example-box {
          background: var(--ac-tint);
          border-left: 3px solid var(--ac);
          border-radius: 0 var(--r-md) var(--r-md) 0;
          padding: 18px 22px;
          margin: 24px 0
        }

        .info-text .example-title {
          font-size: 0.60rem;
          font-weight: 800;
          color: var(--text-2);
          text-transform: uppercase;
          letter-spacing: 0.18em;
          margin: 14px 0 6px
        }

        .info-text .example-title:first-child {
          margin-top: 0
        }

        .info-text .example-box ol {
          list-style-type: decimal;
          margin-bottom: 10px
        }

        .info-text .example-box li {
          font-size: 0.97rem;
          color: var(--text-1);
          background: var(--surface);
          padding: 8px 14px;
          margin-bottom: 5px;
          border-radius: var(--r-sm);
          border: 1px solid var(--bd)
        }

        footer {
          margin-top: 60px;
          background: #0A0A0A;
          padding: 28px 0;
          position: relative
        }

        footer::before {
          content: '';
          display: block;
          height: 3px;
          background: var(--ac);
          position: absolute;
          top: 0;
          left: 0;
          right: 0
        }

        footer .inner {
          max-width: var(--maxw);
          margin: 0 auto;
          padding: 0 32px;
          display: flex;
          justify-content: space-between;
          align-items: center;
          gap: 12px;
          flex-wrap: wrap
        }

        footer a {
          color: var(--ac);
          font-family: var(--brand);
          font-size: 1.1rem;
          font-weight: 700;
          transition: opacity var(--t-fast)
        }

        footer a:hover {
          opacity: 0.70
        }

        footer p,
        footer span {
          color: rgba(255, 255, 255, 0.28);
          font-size: 0.72rem;
          letter-spacing: 0.05em
        }

        footer .footer-page a {
          font-family: var(--sans);
          font-style: normal;
          font-size: 1rem;
          font-weight: 600;
          display: flex;
          align-items: center;
          gap: 10px;
          padding: 10px
        }

        .ads {
          grid-column: 1/-1;
          display: block;
          width: 100%;
          margin: 12px 0;
          border-radius: var(--r-md);
          background: var(--surface-2);
          border: 1px dashed var(--bd-md);
          overflow: hidden
        }

        .fAr {
          display: none
        }

        #fMN {
          overflow: auto
        }

        #menu {
          color: var(--text-2)
        }

        .loadmore {
          text-align: center;
          padding: 16px 0
        }

        .entry-header {
          width: 100%;
          text-align: center;
          padding: 10px;
        }

        .entry-header p {
          color: var(--text-3);
          font-size: 0.85rem;
        }

        .material-symbols-outlined {
          font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24
        }

        @media (max-width:940px) {
          .grid ul {
            grid-template-columns: repeat(2, 1fr)
          }
        }

        @media (max-width:640px) {
          h1 {
            font-size: 1.8rem
          }

          #randomcloud {
            height: 200px
          }

          .container {
            padding: 0 16px;
            max-width: 100%
          }

          header .inner {
            padding: 0 16px
          }

          .f-m {
            width: 100%
          }

          .font-size-controller input[type="range"] {
            width: 180px
          }

          .grid ul {
            grid-template-columns: 1fr
          }

          .info-text {
            padding: 28px 20px;
            border-radius: var(--r-xl)
          }

          .info-text h1 {
            font-size: 2rem
          }
        }