:root {
    --bg: #6366F1;
    --mc: #4F46E5;
    --sc: #0F172A;
    --lbgc: #ffffff;
    --radius: 15px;
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

html,
body,
button,
input,
select,
textarea,
optgroup {
    font-family: inherit;
}

* {
    box-sizing: border-box
}

html,
body {
    height: 100%
}

body {
    margin: 0;
    background: #F8FAFC;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #0F172A;
    padding-bottom: 36px;
    line-height: 1.5;
}

.fAr, .Afr {
    display: none;
}

header {
    background: var(--bg);
    color: #fff;
    box-shadow: 0 6px 6px 0 rgb(0 0 0 / 35%);
}

header .inner {
    max-width: 970px;
    margin: 0 auto;
    padding: 0 16px;
    display: flex;
    flex-direction: column;
}

#topMenu {
    display: flex;
    flex-direction: row;
    align-items: center;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    scroll-behavior: smooth;
    height: 50px;
    background: var(--mc);
    scrollbar-width: none;
    -ms-overflow-style: none;
}

#topMenu::-webkit-scrollbar {
    height: 0px;
    display: none;
}

#topMenu a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 14px;
    border-radius: 18px;
    font-size: 1rem;
    text-decoration: none;
    color: #ffffff7a;
}

#topMenu a:hover,
#topMenu a.active {
    color: #ffffff;
}

nav a,
#menusec a,
.floatmenu a {
    scroll-snap-align: start;
    display: inline-block;
    white-space: nowrap;
    padding: 4px 10px;
    border-radius: 20px;
    text-decoration: none;
    margin: 3px;
    background: #fff;
    color: #ffffff93;
    border: 1px solid transparent;
    font-size: 1rem;
}

nav a:hover,
#menusec a:hover,
.floatmenu a:hover {
    border-color: var(--sc);
    color: var(--sc);
    box-shadow: 0px 1px 3px -1px rgba(0, 0, 0, 0.5);
}

.page-info {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 14px 10px 4px;
}

.page-info h1 {
    font-size: 1.75rem;
    font-weight: 600;
    line-height: 1.05;
    margin-bottom: 0.3rem;
    margin-top: 0.3rem;
}

.page-info p {
    max-width: 44rem;
    color: var(--muted);
    margin-top: 10px;
    margin-bottom: 0;
}

#results {
    width: 100%;
}

.font-list h2 {
    margin: 5px;
    font-size: 17px;
    color: #444;
    text-transform: uppercase;
}

#fMN {
    overflow: scroll;
}

.floatmenu {
    height: 100%;
    text-align: right;
    display: inline-block;
    margin-top: 10%;
    overflow: scroll;
    padding-right: 30px;
}

.floatmenu a {
    color: #000;
    font-size: 1.2rem;
}

#menusec a {
    margin-top: 8px;
    color: #444;
    font-size: 1.1rem;
    padding: 10px;
    box-shadow: none;
    background: #ffffff45;
}

.container {
    max-width: 970px;
    margin: 0 auto;
}

button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 45px;
    border: none;
    background: transparent;
    cursor: pointer;
    font-size: 18px;
    line-height: 1;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
}

h1.entry-title {
    margin: 5px;
    color: #444;
}

.input-section {
    position: sticky;
    top: 0;
    z-index: 40;
    background: #f9fafc;
}

.input-section div {
    width: 100%;
    position: relative;
    display: flex;
    padding: 5px;
    align-items: baseline;
    justify-content: center;
}

button#menu {
    font-size: 2rem;
    height: 45px;
    width: 45px;
}

.input-section input {
    flex: 1;
    width: 100%;
    padding: 17px;
    font-size: 1.2rem;
    border: 2px solid #444;
    outline: none;
    background: #fff;
    border-radius: 25px;
    box-shadow:
        inset 0 2px 4px rgba(0, 0, 0, 0.15),
        inset 0 -1px 2px rgba(255, 255, 255, 0.6);
    transition: box-shadow .12s ease, transform .12s ease;
}

.input-section input:focus {
    box-shadow:
        inset 0 3px 6px rgba(0, 0, 0, 0.18),
        0 0 0 2px rgba(0, 0, 0, 0.15);
}

.input-section input:hover {
    transform: translateY(-1px);
}

.input-text i {
    position: absolute;
    right: 40px;
    bottom: 10px;
    font-size: 12px;
    color: #777;
    z-index: 9;
}

#randomcloud {
    display: inline-block;
    text-align: center;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 80px;
    overflow: hidden;
}

#randomcloud li {
    display: inline-block;
}

#randomcloud div {
    color: #444;
    font-size: 25px !important;
    padding: 2px;
    cursor: pointer;
    background: transparent;
    border: none;
}

#randomcloud .font:hover,
#randomcloud .font:focus {
    color: #000;
    border: none;
    background: transparent;
}

#randomcloud div:hover {
    color: #000;
    background: #f1f1f1;
}

#randomcloud #item1 div {
    font-size: 10px;
}

#randomcloud #item2 div {
    font-size: 13px;
}

#randomcloud #item3 div {
    font-size: 17px;
}

#randomcloud #item4 div {
    font-size: 22px;
}

#randomcloud #item5 div {
    font-size: 28px;
}

.clear-overlay {
    position: absolute;
    right: 10px;
    top: 50%;
    background: #ffffff75;
    transform: translateY(-50%);
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 10px;
    height: 40px;
    width: 40px;
    border-radius: 20px;
    cursor: pointer;
    font-weight: 700;
    color: var(--mc);
    z-index: 10;
}

.clear-overlay:hover {
    box-shadow: 0 12px 30px rgba(11, 116, 222, 0.12);
}

.share-section {
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.share-section span {
    color: #444;
    margin-right: 5px;
    text-transform: uppercase;
    font-size: 13px;
}

.share-options {
    display: flex;
    gap: 4px;
    flex-wrap: wrap;
}

.btn {
    padding: 12px 16px;
    width: auto;
    color: #fff;
    background: #fff;
    position: relative;
    border-radius: 10px;
    border: 0;
    cursor: pointer;
    font-weight: 600;
    box-shadow: 0 8px 22px rgba(11, 116, 222, 0.12);
    transition: transform .12s ease, box-shadow .12s ease;
}

.btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(11, 116, 222, 0.14);
}

.btn.secondary {
    background: transparent;
    border: 1px solid rgba(11, 116, 222, 0.16);
    color: var(--mc);
    box-shadow: none;
}

.btn.closeit {
    color: #c40707;
    border: 2px solid #c40707;
}

.btn.copyit {
    color: #19b454;
    border: 2px solid #19b454;
}

.flourish-popup {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
}

.flourish-popup.hidden {
    display: none;
}

.popup-box {
    background: var(--mc);
    color: #fff;
    width: 90%;
    max-width: 500px;
    max-height: 70vh;
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.popup-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0 0 16px;
    background: #1c1c1c;
    position: relative;
}

.popup-header h3 {
    margin: 0;
    font-size: 16px;
}

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

#flourishList .namedesign {
    padding: 5px;
}

#flourishList .count {
    display: flex;
    justify-content: flex-end;
    font-size: 11px;
    opacity: 0.7;
    left: 15px;
    bottom: 10px;
}

#flourishList .font {
    font-size: 17px !important;
    color: #000;
    padding: 12px;
    border-radius: 25px;
}

#flourishList .namedesign:hover p {
    color: var(--mc);
}

#flourishList .copied-alert {
    position: absolute;
    right: 10px;
    bottom: 8px;
    font-size: 11px;
    color: #6cffb3;
    opacity: 0;
    transition: opacity 0.2s;
}

#flourishList li.copied .copied-alert {
    opacity: 1;
}

.popup-header button {
    background: none;
    border: none;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    width: 50px;
}

.popup-header button:hover {
    scale: 1.4;
}

.flourishit {
    text-align: center;
    padding: 5px;
}

#flourishRegenerate {
    color: #fff;
    background: #000;
    padding: 15px 20px;
    border-radius: 25px;
    font-size: 1.1rem;
    border: none;
    cursor: pointer;
    width: auto;
    transition: transform 0.12s ease, box-shadow 0.12s ease, background-color 0.12s ease;
}

#flourishRegenerate:hover {
    background: #000;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25);
}

#flourishRegenerate:active {
    transform: scale(0.95);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

#flourishRegenerate:focus {
    outline: none;
}

.select-flourish {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 5px 0;
    flex-wrap: wrap;
    justify-content: center;
}

.select-flourish label {
    font-size: 1rem;
    font-weight: 500;
    color: #fff;
}

#flourishSelect {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 10px 38px 10px 16px;
    font-size: 1rem;
    border-radius: 18px;
    background-color: #ffffff;
    color: #000;
    cursor: pointer;
    background-image:
        linear-gradient(45deg, transparent 50%, #000 50%),
        linear-gradient(135deg, #000 50%, transparent 50%),
        linear-gradient(to right, transparent, transparent);
    background-position:
        calc(100% - 20px) calc(50% - 4px),
        calc(100% - 14px) calc(50% - 4px),
        100% 0;
    background-size:
        6px 6px,
        6px 6px,
        2.5em 2.5em;
    background-repeat: no-repeat;
    transition:
        border-color 0.2s ease,
        box-shadow 0.2s ease,
        transform 0.1s ease;
}

#flourishSelect:hover {
    box-shadow: 0 6px 14px rgba(15, 99, 82, 0.25);
}

#flourishSelect:focus {
    outline: none;
    border-color: #000;
    box-shadow: 0 0 0 3px rgba(19, 138, 114, 0.25);
}

.grid ul {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    margin: 3%;
    padding: 0;
    list-style: none;
}

.grid ul li {
    list-style: none;
    margin: 0;
}

.flurshit:hover {
    background-color: var(--mc);
}

.namestyle {
    display: grid;
    grid-template-columns: 1fr;
}

.namestyle li {
    list-style: none;
    position: relative;
    margin-bottom: 0;
}

.namestyle li .font {
    border-radius: 25px 0 0 25px;
    padding: 5px 0 15px;
    font-size: 20px;
    border-top: 1px solid #bcbcbc;
    border-left: 1px solid #bcbcbc;
    border-bottom: 1px solid #bcbcbc;
    cursor: pointer;
    user-select: none;
    text-align: center;
    width: 100%;
    overflow: auto;
    position: relative;
    background: #fff;
    color: #444;
    resize: none;
    white-space: normal;
    word-break: break-word;
    transition:
        transform 0.12s ease,
        box-shadow 0.12s ease,
        background-color 0.12s ease,
        border-color 0.12s ease;
}

.namestyle li .font:hover,
.namestyle li .font:focus {
    border-color: var(--sc);
    background: var(--lbgc);
    color: #000;
    outline: none;
}

.namestyle li .font:active {
    transform: scale(0.97);
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.12) inset;
    background: var(--lbgc);
}

.namestyle p {
    position: absolute;
    bottom: 5px;
    left: 10px;
    z-index: 2;
    display: flex;
    align-items: baseline;
    pointer-events: none;
    font-size: 0.7rem;
    color: #777;
    margin: 0 7px;
    padding: 0;
    cursor: default;
}

.namedesign {
    display: flex;
}

.flurshit {
    background: var(--bg);
    border-radius: 0 25px 25px 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    padding: 5px 10px 15px 7px;
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
}

.buttons {
    display: flex;
    position: fixed;
    right: 0;
    bottom: 130px;
    flex-direction: column;
    background: #f1f1f1;
    border-radius: 20px 0 0 20px;
    box-shadow: 0px 1px 3px -1px rgba(0, 0, 0, 0.5);
    z-index: 99;
}

.buttons button:hover {
    scale: 1.1;
}

#bulbBtn svg {
    stroke: #f97304;
}

svg {
    width: 20px;
    height: 20px;
    stroke: #555;
    stroke-width: 1.6;
    fill: none;
}

footer {
    position: relative;
    margin-top: 36px;
    padding: 24px 0;
    background: linear-gradient(135deg, var(--mc) 0%, #6D28D9 50%, var(--bg) 100%);
    color: #fff;
    overflow: hidden;
    box-shadow: 0 -8px 32px rgba(99, 102, 241, 0.25);
    border-top: 3px solid transparent;
    border-image: linear-gradient(90deg, #8B5CF6, #EC4899, #F97316) 1;
}

footer::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle at 20% 80%, rgba(255, 255, 255, 0.06) 0%, transparent 50%),
                radial-gradient(circle at 80% 20%, rgba(255, 255, 255, 0.04) 0%, transparent 50%);
    pointer-events: none;
    animation: footerShimmer 8s ease-in-out infinite alternate;
}

@keyframes footerShimmer {
    0% {
        transform: translate(0, 0) scale(1);
    }
    100% {
        transform: translate(2%, 2%) scale(1.05);
    }
}

footer .inner {
    position: relative;
    z-index: 1;
    max-width: 970px;
    margin: 0 auto;
    padding: 0 16px;
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 12px;
    align-items: center;
    flex-wrap: wrap;
}

footer a {
    position: relative;
    color: rgba(255, 255, 255, 0.92);
    text-decoration: none;
    font-weight: 500;
    letter-spacing: 0.02em;
    padding: 8px 16px;
    font-size: 0.95rem;
    border-radius: 20px;
    transition:
        color 0.2s ease,
        background 0.2s ease,
        box-shadow 0.2s ease,
        transform 0.2s ease;
}

footer a::after {
    content: '';
    position: absolute;
    bottom: 2px;
    left: 50%;
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, #8B5CF6, #EC4899, #F97316);
    border-radius: 2px;
    transition: width 0.25s ease, left 0.25s ease;
}

footer a:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transform: translateY(-2px);
}

footer a:hover::after {
    width: 60%;
    left: 20%;
}

footer a:active {
    transform: translateY(0) scale(0.97);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

footer a:focus-visible {
    outline: none;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.3), 0 4px 12px rgba(0, 0, 0, 0.15);
}

.content-sec h3 {
    margin: 3px;
}

.close-button {
    top: 10px;
    position: fixed;
    right: 10px;
    padding: 8px 16px;
    font-size: 30px;
    border: none;
    border-radius: 20px;
    color: #444;
    background: #fff;
}

.copied-info {
    position: absolute;
    top: 8px;
    left: 10px;
    background: #e1a100;
    color: #000;
    font-size: 12px;
    padding: 4px 8px;
    border-radius: 12px;
    opacity: 0.9;
    pointer-events: none;
    animation: fadeInOut 0.1s ease;
}

@keyframes fadeInOut {
    from {
        opacity: 0;
        transform: translateY(4px);
    }

    to {
        opacity: 0.9;
        transform: translateY(0);
    }
}

.copied {
    background: #e1a100;
    opacity: 0.9;
    color: #000;
    display: block;
    width: 220px;
    padding: 15px 0 15px 15px;
    position: fixed;
    border-radius: 20px 0 0 20px;
    top: 10%;
    right: 0;
    z-index: 999;
    box-shadow: 0 6px 6px 0 rgb(0 0 0 / 35%);
}

.copied p {
    margin: 0;
    max-height: 100px;
    overflow: scroll;
}

.ads {
    display: block;
    width: 100%;
    margin: 10px 0;
    height: auto;
    clear: both;
}

.loader {
    position: fixed;
    bottom: 15%;
    left: 10%;
    width: 120px;
    height: 20px;
    background: linear-gradient(#000 50%, #0000 0), linear-gradient(#0000 50%, #000 0), linear-gradient(#000 50%, #0000 0), linear-gradient(#0000 50%, #000 0), linear-gradient(#000 50%, #0000 0), linear-gradient(#0000 50%, #000 0) #ddd;
    background-size: calc(100%/6 + 1px) 200%;
    background-repeat: no-repeat;
    animation: l12 2s infinite;
}

@keyframes l12 {
    0% {
        background-position: calc(0*100%/5) 100%, calc(1*100%/5) 0%, calc(2*100%/5) 100%, calc(3*100%/5) 0%, calc(4*100%/5) 100%, calc(5*100%/5) 0%
    }

    16.67% {
        background-position: calc(0*100%/5) 0%, calc(1*100%/5) 0%, calc(2*100%/5) 100%, calc(3*100%/5) 0%, calc(4*100%/5) 100%, calc(5*100%/5) 0%
    }

    33.33% {
        background-position: calc(0*100%/5) 0%, calc(1*100%/5) 100%, calc(2*100%/5) 100%, calc(3*100%/5) 0%, calc(4*100%/5) 100%, calc(5*100%/5) 0%
    }

    50% {
        background-position: calc(0*100%/5) 0%, calc(1*100%/5) 100%, calc(2*100%/5) 0%, calc(3*100%/5) 0%, calc(4*100%/5) 100%, calc(5*100%/5) 0%
    }

    66.67% {
        background-position: calc(0*100%/5) 0%, calc(1*100%/5) 100%, calc(2*100%/5) 0%, calc(3*100%/5) 100%, calc(4*100%/5) 100%, calc(5*100%/5) 0%
    }

    83.33% {
        background-position: calc(0*100%/5) 0%, calc(1*100%/5) 100%, calc(2*100%/5) 0%, calc(3*100%/5) 100%, calc(4*100%/5) 0%, calc(5*100%/5) 0%
    }

    100% {
        background-position: calc(0*100%/5) 0%, calc(1*100%/5) 100%, calc(2*100%/5) 0%, calc(3*100%/5) 100%, calc(4*100%/5) 0%, calc(5*100%/5) 100%
    }
}

.page-load-status,
.aryapage {
    display: none;
    align-items: center;
    width: 100%;
}

.loadmore {
    text-align: center;
}

.loadmore button,
.loadmore a,
.loadmore .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding: 14px 38px;
    margin: 10px 0;
    font-size: 1.05rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #fff;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    background: linear-gradient(135deg, #8B5CF6 0%, #EC4899 50%, #F97316 100%);
    background-size: 200% 200%;
    box-shadow:
        0 8px 20px rgba(139, 92, 246, 0.35),
        0 0 0 0 rgba(236, 72, 153, 0.5);
    transition:
        transform 0.18s ease,
        box-shadow 0.25s ease,
        background-position 0.6s ease;
    animation: loadmoreGlow 3s ease-in-out infinite;
}

.loadmore button:hover,
.loadmore a:hover,
.loadmore .btn:hover {
    transform: translateY(-3px) scale(1.03);
    background-position: 100% 50%;
    box-shadow:
        0 12px 28px rgba(236, 72, 153, 0.45),
        0 0 22px rgba(249, 115, 22, 0.35);
}

.loadmore button:active,
.loadmore a:active,
.loadmore .btn:active {
    transform: translateY(-1px) scale(0.98);
    box-shadow: 0 6px 14px rgba(139, 92, 246, 0.4);
}

@keyframes loadmoreGlow {
    0%, 100% {
        box-shadow:
            0 8px 20px rgba(139, 92, 246, 0.35),
            0 0 0 0 rgba(236, 72, 153, 0.45);
    }
    50% {
        box-shadow:
            0 8px 24px rgba(236, 72, 153, 0.5),
            0 0 18px 2px rgba(249, 115, 22, 0.35);
    }
}

#randombutton {
    width: auto;
    border-radius: 20px;
    padding: 25px;
    margin-top: 10px;
    background: var(--bg);
    color: white;
}

#randombutton:hover {
    background: var(--mc);
}

.f-m-q,
.f-m {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: var(--bg);
    align-items: center;
    transition: right 0.3s;
    z-index: 9999;
    display: none;
}

.info-text {
    max-width: 970px;
    margin: 24px auto;
    padding: 28px 32px;
    background: var(--lbgc);
    border-radius: var(--radius);
    box-shadow:
        0 1px 3px rgba(15, 23, 42, 0.06),
        0 8px 24px rgba(15, 23, 42, 0.06);
    color: var(--sc);
    line-height: 1.7;
    font-size: 1rem;
    border: 1px solid rgba(15, 23, 42, 0.06);
    transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.info-text:hover {
    box-shadow:
        0 2px 6px rgba(15, 23, 42, 0.08),
        0 12px 32px rgba(15, 23, 42, 0.08);
}

.info-text h1,
.info-text h2,
.info-text h3,
.info-text h4 {
    color: var(--sc);
    font-weight: 600;
    line-height: 1.25;
    margin-top: 1.4em;
    margin-bottom: 0.6em;
    letter-spacing: -0.01em;
}

.info-text h1:first-child,
.info-text h2:first-child,
.info-text h3:first-child {
    margin-top: 0;
}

.info-text h2 {
    font-size: 1.5rem;
    padding-bottom: 0.4em;
    border-bottom: 2px solid rgba(99, 102, 241, 0.15);
}

.info-text h3 {
    font-size: 1.2rem;
    color: var(--mc);
}

.info-text p {
    margin: 0 0 1em;
    color: #334155;
}

.info-text ul,
.info-text ol {
    margin: 0 0 1em;
    padding-left: 1.4em;
    color: #334155;
}

.info-text li {
    margin-bottom: 0.4em;
    padding-left: 0.2em;
}

.info-text li::marker {
    color: var(--mc);
    font-weight: 600;
}

.info-text a {
    color: var(--mc);
    text-decoration: none;
    font-weight: 500;
    transition: color 0.15s ease, border-color 0.15s ease;
}

.info-text a:hover {
    color: var(--bg);
    border-bottom-color: var(--bg);
}

.info-text strong {
    color: var(--sc);
    font-weight: 600;
}

.info-text img {
    max-width: 100%;
    height: auto;
    border-radius: calc(var(--radius) - 4px);
    margin: 12px 0;
    box-shadow: 0 4px 16px rgba(15, 23, 42, 0.08);
}

.info-text blockquote {
    margin: 1em 0;
    padding: 12px 20px;
    border-left: 4px solid var(--bg);
    background: rgba(99, 102, 241, 0.05);
    border-radius: 0 var(--radius) var(--radius) 0;
    color: #475569;
    font-style: italic;
}

.info-text code {
    background: rgba(15, 23, 42, 0.06);
    padding: 2px 8px;
    border-radius: 6px;
    font-size: 0.9em;
    color: var(--mc);
}

.info-text pre {
    background: var(--sc);
    color: #e2e8f0;
    padding: 16px 20px;
    border-radius: var(--radius);
    overflow-x: auto;
    font-size: 0.9rem;
    line-height: 1.6;
}

.info-text pre code {
    background: none;
    padding: 0;
    color: inherit;
}

.info-text hr {
    border: none;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(15, 23, 42, 0.1), transparent);
    margin: 1.5em 0;
}

.info-text table {
    width: 100%;
    border-collapse: collapse;
    margin: 1em 0;
    font-size: 0.95rem;
    border-radius: var(--radius);
    overflow: hidden;
}

.info-text th {
    background: rgba(99, 102, 241, 0.08);
    color: var(--sc);
    font-weight: 600;
    text-align: left;
    padding: 10px 14px;
}

.info-text td {
    padding: 10px 14px;
    border-top: 1px solid rgba(15, 23, 42, 0.06);
    color: #334155;
}

@media (min-width: 720px) {
    .grid ul {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        margin: 0;
    }

    footer {
        padding: 32px 0;
        margin-top: 48px;
    }

    footer .inner {
        flex-direction: row;
        justify-content: space-between;
        text-align: left;
        gap: 16px;
        padding: 0 16px;
    }

    footer a {
        padding: 6px 12px;
        font-size: 1rem;
    }

    nav a,
    #menusec a,
    .floatmenu a {
        padding: 10px;
    }

    #randomcloud {
        height: 90px;
    }

    ul#randomcloud {
        margin-top: 10px;
    }

    .info-text img {
        max-width: 48%;
    }
}

@media (max-width:920px) {
    .brand h1 {
        font-size: 1.5rem;
    }

    .info-text,
    #menusec {
        padding: 0 2%;
        overflow: hidden;
    }

    .font-list {
        padding: 0 2%;
    }
}