.breadcrumb {
    padding: 0;
    margin-bottom: 0;
    background: none;
    font-size: .875rem;
    margin-bottom: 10px
}

.breadcrumb ol {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: .25rem;
    align-items: center
}

.breadcrumb li+li::before {
    content: ">";
    padding: 0 .5rem;
    color: #6c757d
}

.breadcrumb a {
    color: #6c757d;
    text-decoration: none
}

.breadcrumb a:hover {
    color: #000;
    text-decoration: underline
}

.breadcrumb li[aria-current="page"] {
    color: #212529;
    font-weight: 500
}

html {
    --dark-gray: rgb(90,90,90);
    --light-gray: rgb(148,148,148);
    --focus-blue: rgb(69,159,189)
}

body {
    background: linear-gradient(0deg,var(--color-grey-96,#F3F4F6) 0%,var(--color-grey-96,#F3F4F6) 100%),var(--color-white-solid,#FFF);
    color: #1a1a1a;
    text-rendering: optimizelegibility;
    text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: #fff0
}

.blurred {
    filter: blur(8px)
}

nav {
    font-family: 'Inter',sans-serif
}

nav #navbarNav {
    justify-content: space-between
}

nav a {
    color: var(--gsref-Oxford-Blue,var(--color-azure-27,#354955));
    font-family: var(--font-family-Font-2,Inter);
    font-size: var(--font-size-14,14px);
    font-style: normal;
    font-weight: var(--font-weight-600,600);
    line-height: var(--line-height-20,20px)
}

nav a.btn-secondary {
    color: #000;
    background: #FFF;
    color: blue
}

nav a.btn-primary {
    background: #e83d8c;
    border: solid 1px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'League Spartan'
}

nav a.premium svg {
    width: 18px;
    height: 18px;
    margin-top: -5px;
    margin-right: 3px
}

nav a.navbar-brand svg {
    width: 75px;
    height: auto
}

nav a.premium {
    color: var(--gsref-French-Rose,var(--color-rose-60,#EC4899));
    font-weight: 600
}

nav a.login {
    color: var(--gsref-Oxford-Blue,var(--color-azure-27,#354955))
}

nav a.logout {
    margin: 0;
    font-size: 10px;
    margin-left: -26px
}

.hero {
    display: flex;
    min-height: var(100px);
    padding: 18px 0;
    flex-direction: column;
    align-items: center;
    gap: var(--item-spacing-s,16px);
    align-self: stretch
}

.hero h1 {
    color: var(--gsref-Oxford-Blue,var(--color-azure-27,#354955));
    text-align: center;
    font-family: var(--font-family-Font-2,Inter);
    font-size: var(--font-size-60,60px);
    font-style: normal;
    font-weight: var(--font-weight-600,600);
    line-height: var(--line-height-60,60px);
    letter-spacing: var(--letter-spacing--1_5,-1.5px)
}

.hero p {
    color: var(--gsref-Oxford-Blue,var(--color-azure-27,#354955));
    text-align: center;
    font-family: var(--font-family-Font-2,Inter);
    font-size: var(--font-size-20,20px);
    font-style: normal;
    font-weight: var(--font-weight-400,400);
    line-height: var(--line-height-28,28px);
    letter-spacing: var(--letter-spacing--1,-1px)
}

.hero form {
    width: 100%
}

.hero .searchbox {
    --target-size: 58px;
    --box-height: var(--target-size);
    --border-radius: calc(var(--box-height) / 2);
    --border-width: 1px;
    --icon-size: calc(var(--box-height) * 3/6);
    --side-margin: calc(var(--border-radius) / 2);
    --icon-vertical-margin: calc((var(--box-height) - var(--icon-size)) / 2.5);
    height: var(--box-height);
    position: relative;
    width: 700px;
    max-width: 90%
}

.hero .searchbox input[type="search"] {
    border: var(--border-width) solid var(--dark-gray);
    border-radius: var(--border-radius);
    border: none;
    height: 100%;
    width: 100%
}

.hero .searchbox svg {
    height: var(--icon-size);
    width: var(--icon-size)
}

.hero .searchbox .searchbox-icon {
    position: absolute;
    line-height: 56px;
    width: 60px;
    text-align: center;
    color: #666
}

.searchbox .searchbox-icon {
    position: absolute;
    line-height: 56px;
    width: 60px;
    text-align: center;
    color: #666
}

.hero .searchbox .searchbox-icon {
}

.hero .searchbox input[type="search"]::placeholder {
    color: var(--gsref-Pale-Sky,var(--color-grey-46,#6B7280));
    font-family: var(--font-family-Font-2,Inter);
    font-size: var(--font-size-18,18px);
    font-style: normal;
    font-weight: var(--font-weight-500,500);
    line-height: normal;
    color: var(--gsref-Pale-Sky,var(--color-grey-46,#6B7280));
    font-family: var(--font-family-Font-2,Inter);
    font-size: var(--font-size-18,18px);
    font-style: normal;
    font-weight: var(--font-weight-500,500);
    line-height: normal
}

.hero .searchbox {
    border-radius: 9999px;
    border: var(--stroke-weight-2,2px) solid var(--color-grey-91,#E5E7EB);
    background: var(--color-white-solid,#FFF);
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / .1),0 4px 6px -4px rgb(0 0 0 / .1)
}

.hero .searchbox svg {
    position: absolute;
    left: var(--side-margin);
    top: var(--icon-vertical-margin);
    bottom: var(--icon-vertical-margin)
}

.hero .searchbox input[type="search"] {
    padding-left: calc(var(--side-margin) + var(--icon-size) + 20px);
    padding-right: var(--side-margin)
}

.hero input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

.hero .searchbox svg {
    z-index: 0
}

.hero .searchbox input[type="search"] {
    background: #fff0
}

.hero .searchbox input[type="search"]:focus {
    border-color: var(--focus-blue);
    box-shadow: 0 0 5px var(--focus-blue);
    outline: 1px solid #fff0
}

.hero .searchbox input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='rgb(148, 148, 148)' %3E%3Cpath d='M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12 19 6.41z' /%3E%3C/svg%3E%0A");
    height: calc(var(--box-height) / 2);
    width: calc(var(--box-height) / 2)
}

.hero input[type="search"] {
    -webkit-tap-highlight-color: #fff0
}

.tabs {
    text-align: center;
    margin-top: 50px
}

.tabs button {
    background: none;
    border: none;
    font-weight: 600;
    margin: 0 10px;
    color: #999
}

.tabs .active {
    color: #e83e8c;
    border-bottom: 2px solid #e83e8c
}

.category-buttons button {
    border: none;
    background: #fff;
    border-radius: 20px;
    margin: 5px;
    padding: 6px 15px
}

.card-img-top {
    border-radius: 10px
}

.faq-section {
    margin-top: 100px;
    margin-bottom: 40px
}

.text-amber-500 {
    color: #fbbf24
}

#premium-page .stars {
    color: #fbbf24
}

#content {
    padding: 10px 0;
    padding-bottom: 30px
}

footer {
    background: #10131a;
    color: #fff;
    padding: 60px 0
}

footer a {
    color: #bbb;
    text-decoration: none
}

footer a:hover {
    color: #fff
}

.block404 {
    position: relative;
    background-image: url(../images/w404.jpg);
    width: 100%;
    height: 620px;
    overflow: hidden;
    cursor: pointer;
    margin-bottom: -60px;
    margin-top: -10px;
}

.t404 {
    position: absolute;
    width: 364px;
    height: 146px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-image: url(../images/t404.png)
}

.block404 .obj {
    width: 204px;
    height: 209px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    animation: animation-404 6s infinite ease-in-out
}

@keyframes animation-404 {
    0%,100% {
        transform: translate(-50%,-50%) rotate(0)
    }

    50% {
        transform: translate(-53%,-42%) rotate(-5deg)
    }
}

.block404 .waves {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../images/w404.jpg);
    filter: url("#glitch")
}

.grid-sref .entry-item {
    border: solid 3px transparent!important;
    overflow: hidden
}

.grid-sref .entry-item.premium {
    border: solid 3px #fde68b99!important
}

.grid-sref .entry-item a.nav-link {
    overflow: hidden
}

.grid-sref .entry-item div.entry-images {
    overflow: hidden;
    transition: all .2s linear;
    border-radius: 5px
}

.grid-sref .entry-item div.entry-images img {
    transition: all .2s linear
}

.grid-sref .entry-item:hover div.entry-images img {
    transform: scale(1.08)
}

.grid-sref .entry-item div.entry-images img {
    width: 100%;
    float: left
}

.grid-sref .entry-item div.entry-images div.image {
    max-height: 180px;
    overflow: hidden;
    float: left;
    width: 50%
}

.grid-sref .entry-item div.entry-images div.image.image-full {
    width: 100%;
    float: none;
    max-height: none
}

.grid-sref .entry-item {
    padding: 4px;
    background: #F9F9F9
}

.grid-sref .entry-item h2.entry-title {
    height: 50px;
    line-height: 100%;
    display: flex;
    align-content: center;
    align-items: center;
    margin-bottom: 0
}

.grid-sref .entry-item h2.entry-title a {
    font-family: 'League Spartan',sans-serif;
    letter-spacing: -.4px;
    font-size: 23px;
    color: #666;
    text-decoration: none
}

.grid-sref .entry-item:hover h2.entry-title a {
    color: #333
}

.grid-sref .entry-item div.entry-actions {
    display: flex;
    justify-content: space-between;
    padding: 10px
}

.grid-sref .entry-item div.entry-actions a.heart {
    color: #ccc
}

.grid-sref .entry-item div.entry-actions a.heart:hover {
    color: #999
}

.grid-sref .entry-item div.entry-actions a.heart svg {
    width: 20px
}

.grid-sref .entry-item div.entry-actions a.heart.saved {
    color: red
}

.grid-sref .entry-item div.entry-actions a.heart.save {
    width: auto;
    height: auto;
    background: none;
    border-radius: 0;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-family: 'Inter',sans-serif;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    transition: color .15s linear
}

.grid-sref .entry-item div.entry-actions a.heart.save:hover {
    background: none;
    transform: none
}

.grid-sref .entry-item div.entry-actions div.actions {
    display: flex;
    align-items: center;
    margin-left: 15px
}

.grid-sref .entry-item div.entry-actions-bottom {
    height: 50px;
    line-height: 50px;
    text-align: center;
    position: absolute;
    bottom: -50px;
    left: 0;
    background: #FFF;
    width: 100%;
    background: rgb(255 255 255 / .8);
    transition: all .2s linear
}

.grid-sref .entry-item:hover div.entry-actions-bottom {
    bottom: 0
}

.grid-sref .entry-item div.entry-actions-bottom .copysref {
    color: #333;
    text-decoration: none
}

.grid-sref .entry-item div.entry-actions-bottom .copysref span.copied {
    display: none;
    font-weight: 700
}

.grid-sref .entry-item div.entry-actions-bottom .copysref.copied span.copied {
    display: inline-block
}

.grid-sref .entry-item div.entry-actions-bottom .premium {
    color: #333;
    font-weight: 700;
    text-decoration: none;
    font-size: 15px;
    color: #e83e8c
}

#content div.premium-box {
    background: Red;
    padding: 4px
}

#content div.premium-box .entry-item a.nav-link {
    overflow: hidden
}

#content div.premium-box img {
    float: left
}

#content div.premium-box div.entry-images div.image {
    width: 33.335%;
    float: left
}

#content div.premium-box div.entry-images div.image.image-full {
    width: 100%;
    float: none;
    height: auto;
    max-height: none
}

#content div.premium-box div.entry-cta {
    position: absolute;
    background: Red;
    width: 80%;
    margin-left: 10%;
    padding: 15px;
    margin-top: 50%;
    border-radius: 8px;
    text-align: center;
    background-image: linear-gradient(to right,red,blue));
    z-index: 1
}

#content div.premium-box div.entry-cta p.title-cta {
    font-weight: 700;
    margin-bottom: 0;
    background-clip: text;
    -webkit-background-clip: clip
}

#content div.premium-box div.entry-cta p.title-cta {
    --tw-gradient-to: #3b82f6 red;
    background-image: linear-gradient(to right,red);
    --tw-gradient-stops: yellow,#ec4899,blue
}

#content div.premium-box div.entry-cta p {
    color: #FFF
}

#content .tabs-home a.nav-link {
    display: inline-block;
    background: none;
    border: none;
    font-weight: 600;
    margin: 0 10px;
    color: #999
}

#content .tabs-home a.nav-link.active {
    color: #e83e8c;
    border-bottom: 2px solid #e83e8c
}

#content div.entry-top {
    display: flex;
    gap: 20px;
    justify-content: space-between
}

#content div.entry-top div.entry-meta {
    max-width: 70%
}

#content div.entry-top div.entry-meta h1 {
    color: var(--gsref-Oxford-Blue,var(--color-azure-27,#354955));
    font-family: var(--font-family-Font-2,Inter);
    font-size: var(--font-size-60,60px);
    font-style: normal;
    font-weight: var(--font-weight-600,600);
    line-height: var(--line-height-60,60px);
    letter-spacing: var(--letter-spacing--1_5,-1.5px);
    margin-bottom: 25px
}

#content div.entry-top div.entry-meta h1 span.viewCount {
    font-size: 14px;
    float: right
}

#content div.entry-top div.entry-meta h1 span.viewCount i {
    margin-right: 10px;
    color: #999
}

#content div.entry-top div.entry-meta div.entry-categories {
    display: flex;
    gap: 8px;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap
}

#content div.entry-top div.entry-meta div.entry-categories a {
    color: #666;
    padding: 8px 10px;
    font-weight: 400;
    background: #f7f9fb!important
}

#content div.entry-top div.entry-meta div.entry-categories a:hover {
    color: #d97706;
    background: #fbbf241a!important
}

#content div.entry-top div.entry-sref p.sref {
    font-size: 30px;
    font-weight: 600
}

#content div.entry-top div.entry-sref p.sref span.copied {
    display: none;
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 500;
    color: #CCC;
    position: absolute
}

#content div.entry-top div.entry-sref p.sref a {
    text-decoration: none;
    display: inline-block;
    color: #d97706
}

#content div.entry-top div.entry-sref p.sref a.premium {
    background: #d97706;
    color: #FFF;
    padding: 8px;
    border-radius: 8px;
    font-size: 14px
}

#content div.entry-top div.entry-sref p.sref a span.code-sref {
    background: #000;
    color: #FFF;
    padding: 8px;
    border-radius: 4px
}

#content div.entry-top div.entry-sref p.sref a.copied span.copied {
    display: block;
    margin: 0 auto;
    margin-top: 20px
}

#content div.grid-item-sref div.grid-item {
    background: #fbfbfb;
    border: solid 1px #f8f8f7;
    border-radius: 8px;
    padding: 8px;
    margin-bottom: 25px
}

#content div.grid-item-sref div.grid-item {
    display: flex;
    align-items: center;
    gap: 15px
}

#content div.grid-item-sref div.grid-item div.entry-prompt {
    width: 60%
}

#content div.grid-item-sref div.grid-item h3 {
    font-size: 14px;
    font-weight: 600;
    font-family: 'League Spartan'
}

#content div.grid-item-sref div.grid-item pre {
    background: #f8f8f7;
    display: block;
    border: solid 1px #f1f0ef;
    padding: 8px;
    border-radius: 8px;
    font-size: 13px
}

#content div.grid-item-sref div.grid-item div.entry-image {
    width: 30%
}

#content div.grid-item-sref div.grid-item div.entry-image img {
    border-radius: 8px;
    width: 100%
}

footer {
    background-color: #212121;
    border-top: solid 4px #e83e8c
}

footer span.white-logo svg {
    width: 100px;
    height: auto;
    margin-bottom: 30px
}

footer span.white-logo svg * {
    fill: #FFF
}

footer .list-tags {
    flex-wrap: wrap
}

section.premium a {
    text-decoration: none
}

section.premium div.banner {
    background-image: linear-gradient(to right,rgb(239 68 68 / .05),rgb(236 72 153 / .05),rgb(59 130 246 / .05));
    border: solid 1px #e5e7eb;
    border-radius: 8px;
    display: flex;
    gap: 15px;
    justify-content: space-between
}

section.premium div.banner svg {
    margin-left: 30px;
    margin-top: 40px
}

section.premium div.banner div.grid {
    display: block;
    max-width: 400px
}

section.premium div.banner div.square-rounded {
    width: 80px;
    height: 80px;
    border-radius: 8px;
    overflow: hidden;
    float: left;
    margin: 5px
}

section.premium div.banner div.square-rounded img {
    width: 100%;
    transition: all .2s linear
}

section.premium div.banner div.square-rounded img:hover {
    opacity: .8
}

section.premium div.banner h2 {
    font-family: Inter,'League Spartan',sans-serif;
    font-weight: 900;
    background-image: linear-gradient(to right,#ef4444,#ec4899,#3b82f6);
    background-clip: text;
    color: #fff0
}

section.premium div.banner p {
    color: #9d174d;
    font-size: 20px
}

div.entry-article h1.entry-title {
    color: var(--gsref-Oxford-Blue,var(--color-azure-27,#354955));
    text-align: center;
    font-family: var(--font-family-Font-2,Inter);
    font-size: var(--font-size-60,60px);
    font-style: normal;
    font-weight: var(--font-weight-600,600);
    line-height: var(--line-height-60,60px);
    letter-spacing: var(--letter-spacing--1_5,-1.5px)
}

div.entry-article div.entry-content p {
    color: var(--gsref-Oxford-Blue,var(--color-azure-27,#354955));
    text-align: center;
    font-family: var(--font-family-Font-2,Inter);
    font-size: var(--font-size-20,20px);
    font-style: normal;
    font-weight: var(--font-weight-400,400);
    line-height: var(--line-height-28,28px);
    letter-spacing: var(--letter-spacing--1,-1px)
}

section.entry-categories {
    margin-top: 80px
}

section.entry-categories h2 {
    color: var(--gsref-Oxford-Blue,var(--color-azure-27,#354955));
    text-align: center;
    font-family: var(--font-family-Font-2,Inter);
    font-size: var(--font-size-60,40px);
    font-style: normal;
    font-weight: var(--font-weight-600,600);
    line-height: var(--line-height-60,60px);
    letter-spacing: var(--letter-spacing--1_5,-1.5px)
}

section.entry-categories div.entry-calling {
    color: #666;
    font-size: 20px;
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
    margin-bottom: 30px
}

section.entry-categories h3 {
    color: #354955;
    font-size: 24px;
    font-style: normal;
    font-weight: var(--font-weight-600,600);
    line-height: var(--line-height-60,60px);
    letter-spacing: var(--letter-spacing--1_5,-1.5px)
}

section.entry-categories div.grid-tags {
    display: flex;
    gap: 8px;
    flex-wrap: wrap
}

section.entry-categories a {
    background: #f7f9fb;
    padding: 8px;
    text-decoration: none;
    font-weight: 400;
    color: #666
}

section.entry-categories a:hover {
    color: #ec4788;
    background: #ec47881a
}

#premium-page .hero {
    text-align: center;
    padding: 80px 20px
}

#premium-page .hero img {
    width: 90px;
    height: 90px;
    border-radius: 20px;
    border: 1px solid rgb(255 255 255 / .1);
    margin-bottom: 30px
}

#premium-page .hero h1 {
    font-weight: 700;
    font-size: 2.5rem
}

#premium-page .hero p {
    font-size: 1.3rem;
    background: linear-gradient(to right,#ff5f5f,#ff66cc,#66a3ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff0
}

#premium-page .plan-card {
    background: linear-gradient(to bottom,rgb(255 192 203 / .05),rgb(255 105 180 / .1));
    border: 2px solid #f9c;
    border-radius: 20px;
    padding: 40px;
    position: relative;
    transition: .3s
}

#premium-page .plan-card:hover {
    transform: translateY(-5px);
    border-color: #ff66b2
}

#premium-page .plan-badge {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(to right,#ff6666,#ff99cc);
    color: #320c1d;
    padding: 6px 16px;
    border-radius: 30px;
    font-weight: 600
}

#premium-page .img-grid img {
    width: 75px;
    height: 75px;
    border-radius: 10px;
    object-fit: cover;
    transition: .3s
}

#premium-page .img-grid img:hover {
    transform: scale(1.2)
}

#premium-page .update-card {
    background-color: rgb(255 255 255 / .03);
    border: 1px solid rgb(255 255 255 / .1);
    border-radius: 12px;
    padding: 20px;
    transition: .3s
}

#premium-page .update-card:hover {
    background-color: rgb(255 255 255 / .06)
}

#premium-page .update-card h5 {
    color: #ffc6e0
}

#premium-page .update-card small {
    color: #888
}

#premium-page div.list-users img {
    margin-right: -15px
}

#premium-page span.stars svg {
    color: #fbbf24
}

#premium-page .title-section {
    font-size: 1.3rem;
    background: linear-gradient(to right,#ff5f5f,#ff66cc,#66a3ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff0
}

@media screen and (max-width: 990px) {
    .grid-sref .entry-item h2.entry-title a {
        font-size:1.5rem
    }

    #content div.entry-top {
        flex-direction: column
    }

    #content div.entry-top div.entry-meta {
        max-width: 100%
    }

    #content div.entry-top div.entry-meta h1 {
        display: flex;
        flex-direction: column-reverse
    }

    #content div.entry-top div.entry-meta h1 span.viewCount {
        float: none;
        display: block;
        margin-bottom: 10px;
        line-height: 20px
    }
}

.grid-sref .entry-item.entry-cta-view-all {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 100%;
    padding: 20px;
    box-sizing: border-box;
    color: #e83e8c;
    font-weight: 600;
    font-family: 'League Spartan',sans-serif;
    font-size: 16px;
    transition: background .2s linear
}

.grid-sref .entry-item.entry-cta-view-all:hover {
    background: #fbeaf3
}

.category-buttons button.load-more-tags {
    background: #212529;
    color: #fff;
    border: none;
    border-radius: 6px
}

.category-buttons button.load-more-tags:hover {
    background: #000
}

.prompts-page {
    padding-left: 32px;
    padding-right: 32px
}

@media (max-width: 576px) {
    .prompts-page {
        padding-left:16px;
        padding-right: 16px
    }
}

@media (min-width: 1600px) {
    .masonry-grid {
        column-count:6
    }
}

a.heart.save {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: rgb(0 0 0 / .45);
    color: #fff;
    text-decoration: none;
    transition: background .15s linear,transform .1s linear;
    z-index: 2
}

a.heart.save:hover {
    background: rgb(0 0 0 / .65);
    transform: scale(1.08)
}

a.heart.save.saved {
    color: #ff4d6d
}

a.heart.save.processing {
    opacity: .6;
    pointer-events: none
}

.masonry-item a.heart.save.masonry-likes {
    position: absolute;
    bottom: 8px;
    left: 8px;
    width: auto;
    height: auto;
    padding: 5px 10px;
    border-radius: 999px;
    gap: 5px;
    font-family: 'Inter',sans-serif;
    font-size: 12px;
    font-weight: 600
}

.prompt-stat-heart {
    display: inline-flex
}

.prompt-stat-heart a.heart.save {
    position: static;
    width: auto;
    height: auto;
    padding: 6px 12px;
    border-radius: 999px;
    gap: 6px;
    background: #F3F4F6;
    color: #6c757d;
    font-family: 'Inter',sans-serif;
    font-size: 14px;
    font-weight: 600
}

.prompt-stat-heart a.heart.save:hover {
    background: #E5E7EB
}

.prompt-stat-heart a.heart.save.saved {
    color: #ff4d6d;
    background: #ffe4e9
}

.masonry-grid-wrap {
    position: relative;
    min-height: 120px
}

#prompts-app.prompts-loading .masonry-grid-wrap {
    opacity: .45;
    pointer-events: none;
    transition: opacity .15s linear
}

#prompts-app.prompts-loading .masonry-grid-wrap::after {
    content: "";
    position: absolute;
    top: 40px;
    left: 50%;
    width: 34px;
    height: 34px;
    margin-left: -17px;
    border: 3px solid #E5E7EB;
    border-top-color: #212529;
    border-radius: 50%;
    animation: prompts-spin .7s linear infinite
}

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

.prompts-filters .filter-pill,.prompts-sort .sort-tab {
    cursor: pointer
}

.prompts-searchbar {
    display: flex;
    align-items: center;
    gap: 12px
}

.prompts-search-form {
    flex: 1;
    min-width: 0
}

.prompts-searchbar .searchbox {
    --ps-box-height: 52px;
    --ps-border-radius: calc(var(--ps-box-height) / 2);
    --ps-icon-size: calc(var(--ps-box-height) * 3/6);
    --ps-side-margin: calc(var(--ps-border-radius) / 2);
    --ps-icon-vertical-margin: calc((var(--ps-box-height) - var(--ps-icon-size)) / 2.5);
    position: relative;
    height: var(--ps-box-height);
    width: 100%;
    border-radius: 9999px;
    border: 2px solid #E5E7EB;
    background: #FFF;
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / .1),0 4px 6px -4px rgb(0 0 0 / .1)
}

.prompts-searchbar .searchbox svg,.prompts-searchbar .searchbox .searchbox-icon {
    position: absolute;
    left: var(--ps-side-margin);
    top: 0;
    bottom: var(--ps-icon-vertical-margin);
    height: var(--ps-icon-size);
    width: var(--ps-icon-size);
    line-height: var(--ps-box-height);
    text-align: center;
    color: #666;
    z-index: 0
}

.prompts-searchbar .searchbox input[type="search"] {
    height: 100%;
    width: 100%;
    border: none;
    background: #fff0;
    padding-left: calc(var(--ps-side-margin) + var(--ps-icon-size) + 20px);
    padding-right: var(--ps-side-margin);
    -webkit-tap-highlight-color: #fff0
}

.prompts-searchbar .searchbox input[type="search"]::placeholder {
    color: #6B7280;
    font-family: 'Inter',sans-serif;
    font-size: 16px;
    font-weight: 500
}

.prompts-searchbar .searchbox input[type="search"]:focus {
    border-color: var(--focus-blue);
    box-shadow: 0 0 5px var(--focus-blue);
    outline: 1px solid #fff0
}

.prompts-searchbar .searchbox input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

.prompts-searchbar .searchbox input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='rgb(148, 148, 148)' %3E%3Cpath d='M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12 19 6.41z' /%3E%3C/svg%3E%0A");
    height: calc(var(--ps-box-height) / 2);
    width: calc(var(--ps-box-height) / 2)
}

@media (max-width: 640px) {
    .prompts-searchbar {
        flex-wrap:wrap
    }

    .prompts-search-form {
        flex-basis: 100%;
        order: 2
    }

    .filters-toggle {
        order: 1;
        margin-left: auto
    }
}

.filters-toggle {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    border: 1px solid #E5E7EB;
    border-radius: 999px;
    background: #fff;
    color: #354955;
    font-family: 'Inter',sans-serif;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    white-space: nowrap;
    flex-shrink: 0;
    transition: background .15s linear,border-color .15s linear
}

.filters-toggle:hover {
    background: #F3F4F6
}

.filters-toggle.locked {
    color: #a16207;
    border-color: #fde68b;
    background: #fffbeb
}

.filters-toggle.locked:hover {
    background: #fef3c7
}

.filters-toggle-lock {
    color: #FBBF24
}

.filters-toggle.open {
    background: #212529;
    border-color: #212529;
    color: #fff
}

.filters-toggle-count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 18px;
    height: 18px;
    padding: 0 5px;
    border-radius: 999px;
    background: #e83e8c;
    color: #fff;
    font-size: 11px;
    font-weight: 700
}

.filters-toggle-chevron {
    transition: transform .2s linear
}

.filters-toggle.open .filters-toggle-chevron {
    transform: rotate(180deg)
}

.prompts-toolbar-collapse {
    display: none
}

.prompts-toolbar-collapse.open {
    display: block;
    margin-top: 12px
}

.prompts-toolbar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 12px
}

.prompts-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 8px
}

.prompts-filters .filter-pill {
    display: inline-flex;
    align-items: center;
    padding: 6px 16px;
    border-radius: 999px;
    background: #F3F4F6;
    color: #354955;
    font-family: 'Inter',sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: background .15s linear,color .15s linear
}

.prompts-filters .filter-pill:hover {
    background: #E5E7EB
}

.prompts-filters .filter-pill.active {
    background: #212529;
    color: #fff
}

.prompts-sort {
    display: flex;
    gap: 4px
}

.prompts-sort .sort-tab {
    padding: 6px 14px;
    border-radius: 6px;
    color: #6c757d;
    font-family: 'Inter',sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: background .15s linear,color .15s linear
}

.prompts-sort .sort-tab:hover {
    background: #F3F4F6;
    color: #212529
}

.prompts-sort .sort-tab.active {
    background: #212529;
    color: #fff
}

.masonry-grid {
    column-count: 5;
    column-gap: 12px
}

@media (max-width: 1200px) {
    .masonry-grid {
        column-count:4
    }
}

@media (max-width: 992px) {
    .masonry-grid {
        column-count:3
    }
}

@media (max-width: 768px) {
    .masonry-grid {
        column-count:2
    }
}

@media (max-width: 480px) {
    .masonry-grid {
        column-count:1
    }
}

.masonry-item {
    break-inside: avoid;
    margin-bottom: 12px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    background: #F3F4F6
}

.masonry-item.premium {
    box-shadow: 0 0 0 3px #fde68b99
}

.masonry-link {
    display: block;
    position: relative;
    line-height: 0
}

.masonry-link img {
    width: 100%;
    display: block;
    transition: transform .25s ease
}

.masonry-item:hover .masonry-link img {
    transform: scale(1.04)
}

.masonry-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 10px;
    background: linear-gradient(180deg,rgba(0,0,0,.35) 0%,rgba(0,0,0,0) 20%,rgba(0,0,0,0) 60%,rgba(0,0,0,.65) 100%);
    opacity: 0;
    transition: opacity .2s linear
}

.masonry-item:hover .masonry-overlay {
    opacity: 1
}

.masonry-overlay .badge-crown {
    align-self: flex-end;
    color: #FBBF24;
    font-size: 16px
}

.masonry-overlay-bottom {
    display: flex;
    flex-direction: column;
    gap: 4px
}

.masonry-title {
    color: #fff;
    font-family: 'League Spartan',sans-serif;
    font-size: 15px;
    line-height: 1.2;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.masonry-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px
}

.masonry-model,.masonry-category {
    color: #fff;
    font-family: 'Inter',sans-serif;
    font-size: 11px;
    font-weight: 600;
    background: rgb(255 255 255 / .2);
    padding: 2px 8px;
    border-radius: 999px
}

.prompts-filters-models {
    width: 100%;
    padding-top: 8px;
    margin-top: 4px;
    border-top: 1px dashed #E5E7EB
}

footer span.white-logo img {
    margin-bottom: 30px
}

.prompt-detail {
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    gap: 32px;
    margin-top: 16px
}

@media (max-width: 900px) {
    .prompt-detail {
        grid-template-columns:1fr
    }
}

.prompt-detail-media {
    display: flex;
    flex-direction: column;
    gap: 12px
}

.prompt-detail-media img {
    width: 100%;
    border-radius: 12px;
    display: block
}

.prompt-detail-sidebar h1 {
    font-family: 'League Spartan',sans-serif;
    font-size: 28px;
    letter-spacing: -.4px;
    margin-bottom: 12px
}

.prompt-detail-sidebar h1 .crown {
    vertical-align: -2px
}

.prompt-author {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px
}

.prompt-author-avatar {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    object-fit: cover
}

.prompt-author-info {
    display: flex;
    flex-direction: column;
    line-height: 1.2
}

.prompt-author-name {
    font-family: 'Inter',sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #212529;
    text-decoration: none
}

.prompt-author-name:hover {
    text-decoration: underline
}

.prompt-author-username {
    font-family: 'Inter',sans-serif;
    font-size: 12px;
    color: #6c757d
}

.prompt-stats {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 20px;
    color: #6c757d;
    font-family: 'Inter',sans-serif;
    font-size: 14px
}

.prompt-stat {
    display: flex;
    align-items: center;
    gap: 6px
}

.prompt-block h2 {
    font-family: 'League Spartan',sans-serif;
    font-size: 18px;
    margin-bottom: 10px
}

.prompt-text {
    background: #F9F9F9;
    border-radius: 8px;
    padding: 14px 16px;
    font-family: 'Inter',sans-serif;
    font-size: 14px;
    color: #333;
    line-height: 1.5;
    white-space: pre-wrap;
    word-break: break-word
}

.prompt-text.clamped {
    max-height: 8.4em;
    overflow: hidden
}

.prompt-showmore {
    background: none;
    border: none;
    padding: 8px 0;
    color: #354955;
    font-family: 'Inter',sans-serif;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer
}

.prompt-showmore:hover {
    text-decoration: underline
}

.prompt-block a.copyprompt {
    display: inline-flex;
    align-items: center;
    margin-top: 8px;
    padding: 10px 18px;
    border-radius: 8px;
    background: #212529;
    color: #fff;
    text-decoration: none;
    font-family: 'Inter',sans-serif;
    font-weight: 600;
    font-size: 14px
}

.prompt-block a.copyprompt:hover {
    background: #000
}

.prompt-block a.copyprompt .copied {
    display: none;
    font-weight: 700
}

.prompt-block a.copyprompt.copied-active .prompt-text-btn {
    display: none
}

.prompt-block a.copyprompt.copied-active .copied {
    display: inline
}

.prompt-tags {
    margin-top: 20px
}

.prompt-tags .badge {
    margin-right: 6px;
    margin-bottom: 6px
}

.prompt-source-link {
    display: inline-block;
    margin-top: 16px;
    font-family: 'Inter',sans-serif;
    font-size: 13px;
    color: #6c757d;
    text-decoration: underline
}

/* Botão de exclusão exibido apenas para usuário Master */
a.master-delete {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: rgb(220 53 69 / .85);
    color: #fff;
    font-size: 13px;
    text-decoration: none;
    transition: background .15s linear,transform .1s linear;
    z-index: 3
}

a.master-delete:hover {
    background: #dc3545;
    color: #fff;
    transform: scale(1.08)
}

a.master-delete.processing {
    opacity: .6;
    pointer-events: none
}

.masonry-item a.master-delete.masonry-delete {
    position: absolute;
    bottom: 8px;
    right: 8px
}

.list-tags a.master-delete {
    width: 24px;
    height: 24px;
    font-size: 11px;
    vertical-align: middle;
    margin-left: 4px
}
