﻿*, ::after, ::before {
    box-sizing: border-box;
    border-width: 0;
    border-style: solid
}

:host, html {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    -moz-tab-size: 4;
    tab-size: 4;
    font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-feature-settings: normal;
    font-variation-settings: normal;
    -webkit-tap-highlight-color: transparent;
    max-width: 100%
}

body {
    margin: 0;
    line-height: inherit;
    background-color: var(--bg-light);
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    --tw-text-opacity: 1;
    color: rgb(17 24 39 / var(--tw-text-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: #fff9e1;
    min-height: 100vh;
}

#logo {
    max-width: 185px;
    height: auto;
    margin-left: 2px;
    margin-top: 12px;
}

.logo-footer {
    max-width: 180px;
    height: auto;
    display: block;
    margin: 0 auto
}

.border-gray-800 {
    --tw-border-opacity: 1;
    border-color: rgb(31 41 55 / var(--tw-border-opacity, 1));
}

.border-t {
    border-top-width: 1px;
}

.mt-2 {
    margin-top: 0.5rem;
}

.text-center {
    text-align: center;
}

::-webkit-scrollbar {
    height: 8px;
    width: 8px;
    background: #f0f1f5;
}

::-webkit-scrollbar-thumb {
    background: #C0C0C0;
    -webkit-border-radius: 1ex;
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.75);
}

::-webkit-scrollbar-corner {
    background: #f0f1f5;
}

hr {
    height: 0;
    color: inherit;
    border-top-width: 1px
}

h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit
}

a {
    color: inherit;
    text-decoration: inherit
}

b, strong {
    font-weight: bolder
}

menu, ol, ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.rounded-full {
    border-radius: 9999px;
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    font-size: 100%;
    font-weight: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    color: inherit;
    margin: 0;
    padding: 0
}

button, select {
    text-transform: none
}

button, input:where([type=button]), input:where([type=reset]), input:where([type=submit]) {
    -webkit-appearance: button;
    background-color: transparent;
    background-image: none
}

[role=button], button {
    cursor: pointer
}

:disabled {
    cursor: default
}

img, video {
    max-width: 100%;
    height: auto
}

.fixed {
    position: fixed
}

.absolute {
    position: absolute
}

.relative {
    position: relative
}

.z-50 {
    z-index: 50
}

.mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem
}

.mx-auto {
    margin-left: auto;
    margin-right: auto
}

.mb-4 {
    margin-bottom: 1rem;
}

.mb-10 {
    margin-bottom: 1rem
}

.mb-12 {
    margin-bottom: 3rem
}

.flex {
    display: flex
}

.grid {
    display: grid
}

.min-h-screen {
    min-height: 100vh
}

.w-full {
    width: 100%
}

.max-w-6xl {
    max-width: 64rem
}

.max-w-xl {
    max-width: 36rem
}

.flex-1 {
    flex: 1 1 0%
}

.cursor-pointer {
    cursor: pointer
}

.flex-wrap {
    flex-wrap: wrap;
    margin-bottom: 5px;
}

.items-center {
    align-items: center
}

.justify-center {
    justify-content: center
}

.justify-between {
    justify-content: space-between
}

.gap-3 {
    gap: 0.75rem
}

.gap-8 {
    gap: 2rem;
}

.space-x-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)))
}

.overflow-hidden {
    overflow: hidden
}

.rounded-2xl {
    border-radius: 1rem
}

.border {
    border-width: 1px
}

.bg-gray-50 {
    --tw-bg-opacity: 1;
    background-color: #fff9e1
}

.bg-black {
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1))
}

.bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1))
}

.bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--tw-gradient-stops))
}

.object-cover {
    object-fit: cover
}

.py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

.p-4 {
    padding: 1rem
}

.px-4 {
    padding-left: 1rem;
    padding-right: 1rem
}

.px-6 {
    padding-left: 1rem;
    padding-right: 1rem
}

.pb-8 {
    padding-bottom: 2rem;
}

.pt-6 {
    padding-top: 1.5rem;
}

.pt-12 {
    padding-top: 2.3rem;
}

.py-2\.5 {
    padding-top: 0.525rem;
    padding-bottom: 0.525rem
}

.pt-24 {
    padding-top: 4.8rem
}

.text-2xl {
    font-size: 1.5rem;
    line-height: 2rem
}

.text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem
}

.text-sm {
    font-size: 0.85rem;
    line-height: 1.1rem
}

.font-bold {
    font-weight: 700
}

.font-semibold {
    font-weight: 600
}

.text-gray-900 {
    --tw-text-opacity: 1;
    color: rgb(17 24 39 / var(--tw-text-opacity, 1))
}

.text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1))
}

.shadow {
    --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.transition {
    transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms
}

.post-card {
    break-inside: avoid;
    margin-bottom: 0.9rem;
}

    .post-card:hover img {
        transform: scale(1.05);
    }

    .post-card img {
        transition: transform 0.4s ease;
        border-radius: 12px;
        overflow: hidden;
        padding: 20px;
    }

    .post-card .box-card {
        border-radius: 20px !important;
        border: 1px solid #d3d8de;
        transition: all 0.3s ease;
        overflow: hidden;
        background-color: #fff;
    }

.photo-detail-container {
    display: grid;
    grid-template-columns: minmax(0, 60%) 1fr;
    gap: 2rem;
    align-items: start;
    margin-bottom: 3.5rem;
    max-width: 100%;
}

.action-bar {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.post-des {
    margin: 10px 0 10px;
    padding: 9px;
    border-radius: 15px;
    background-color: #fff;
    border: 1px solid #c2c2c2;
    color: #666;
    font-size: 0.9rem;
    text-align: justify;
    overflow: hidden;
}

    .post-des a:link, .post-des a:visited {
        color: var(--primary-color) !important;
    }

.page-info p {
    color: #2D3436;
    font-size: 1rem !important;
    line-height: 1.3;
    margin-bottom: 13px;
}

.page-info h1 {
    color: #2D3436;
    font-size: 1.5rem !important;
    font-weight: 800 !important;
    line-height: 1.3;
    margin-bottom: 11px;
}

.page-info h3 {
    color: #2D3436;
    font-size: 1.1rem !important;
    font-weight: 600 !important;
    line-height: 1.2;
    margin-top: 50px;
    margin-bottom: 15px;
}

.page-info .desc {
    color: #2D3436;
    font-size: 1rem !important;
    line-height: 1.3;
    margin: 20px 5px;
    font-style: italic;
    text-align: justify;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    margin: 10px auto;
    flex-wrap: wrap;
    gap: 0.5rem;
    justify-content: center;
    align-items: center;
    align-content: center;
    text-align: center;
    max-width: 330px;
}

.stat-item {
    max-width: 100px;
}

.stat-number {
    font-size: 1.25rem;
    font-weight: 700;
}

.stat-label {
    font-size: 0.875rem;
    color: #303030;
}

.comments-section {
    margin-top: 1rem;
}

.comment-input {
    margin-top: 1.5rem;
    gap: 1rem;
}

    .comment-input input {
        flex: 1;
        padding: 0.75rem 0.5rem;
        border-radius: 9999px;
        border: 1px solid #e2e8f0;
        background: #ffffff;
        color: #1a202c;
    }

    .comment-input button {
        padding: 0.75rem 1.5rem;
        background: #3b82f6;
        color: white;
        border-radius: 9999px;
        font-weight: 500;
    }

.download-options {
    background-color: #ffffff;
    border: 1px solid #c2c2c2;
    border-radius: 19px;
    padding: 7px 7px 4px 7px;
    margin-top: -36px;
}

    .download-options .note {
        color: #555;
        font-weight: bold;
        font-size: 0.9rem;
        margin-bottom: 8px;
        padding-left: 8px;
    }

    .download-options svg {
        width: 15px;
    }

.action-bar-group {
    display: inline-flex;
    align-items: center;
    padding: 8px 0 8px 5px;
    gap: 5px;
    border-top: 1px solid #e5e5e5;
    border-left: 4px solid #fff;
    cursor: pointer;
    width: 100%;
}

    .action-bar-group.active-design {
        background-color: #e9ffe9 !important;
        border-left: 4px solid #1ec200 !important;
        transition: background-color 0.3s ease;
    }

.download-container {
    display: flex;
    justify-content: flex-end;
    margin: 15px 0 1px;
}

.download-capsule {
    display: inline-flex;
    align-items: center;
    background: transparent;
    padding: 2px;
    margin-right: 4px;
}

.capsule-btn {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 6px 12px;
    border: none;
    background: transparent !important;
    color: #555555;
    font-weight: 600;
    font-size: 11px;
    cursor: pointer;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 11px !important;
}

    .capsule-btn.active {
        background-color: #ffd93d !important;
        color: #555555 !important;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
        font-weight: 700;
    }

    .capsule-btn:hover:not(.active) {
        color: #555555;
        background-color: #ffd93d !important;
    }

.divider {
    width: 1px;
    height: 14px;
    background-color: #475569;
    margin: 0 2px;
}

    .capsule-btn.active + .divider,
    .divider:has(+ .capsule-btn.active) {
        opacity: 0;
    }

:root {
    --primary-color: #2879ff;
    --secondary-color: #FFD93D;
    --accent-color: #FF6B6B;
    --bg-light: #F0FFF0;
    --bt-light: #c8ddff;
}

header {
    background: rgba(255, 255, 255, 0.9) !important;
    border-bottom: 3px solid #ededed !important;
    left: 0px;
    right: 0px;
    top: 0px;
    z-index: 50;
    position: fixed;
    background-color: #ffd93d !important;
    --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

    header .c-container {
        padding-left: 0.2rem;
        padding-right: 0.2rem;
        max-width: 64rem;
        margin-left: auto;
        margin-right: auto;
    }

    header .w-container {
        display: flex;
        align-items: center;
        width: 100%;
        column-gap: 0.5rem;
    }

    header .text-blue-600 {
        color: var(--primary-color) !important;
        font-family: 'Comic Sans MS', cursive, sans-serif;
    }

    header input {
        border: 2px solid #c9c9c9 !important;
        transition: all 0.3s;
    }

        header input[type="text"] {
            background-color: #ffffff !important;
            border: 2px solid #74C365 !important;
            color: #2D3436 !important;
            padding-left: 3rem !important;
            font-size: 1.2rem;
            box-shadow: 0 4px 6px -1px rgba(116, 195, 101, 0.1);
            transition: all 0.3s ease;
            padding: 10px;
            line-height: 1.2rem;
            width: 99%;
            border-radius: 9999px;
            font-weight: 500;
            width: 450px;
        }

    header .absolute svg {
        color: #74C365 !important;
    }

.top-item {
    display: flex;
    align-items: center;
    font-size: 1.5rem;
    line-height: 2rem;
    width: 202px;
    margin-left: auto;
}

main {
    position: relative;
    padding-top: 4rem;
    padding-left: 0.6rem;
    padding-right: 0.6rem;
    max-width: 64rem;
    margin-left: auto;
    margin-right: auto;
}

.border-b {
    border-bottom-width: 1px;
}

.top-0 {
    top: 0px;
}

.right-0 {
    right: 0px;
}

.left-0 {
    left: 0px;
}

button, .px-6 {
    text-transform: capitalize;
    transition: transform 0.2s;
}

.page-h1 {
    display: block;
    color: #2D3436;
    font-size: 1.55rem !important;
    font-weight: 800 !important;
    line-height: 1.3;
    margin-bottom: 5px;
    position: absolute;
    right: 10px;
    width: 437px;
}

.photo-info {
    padding-top: 108px;
}

.action-bar-label {
    font-size: 13px;
    color: #555;
    min-width: 125px;
}

.action-btn-now {
    display: flex;
    align-items: center;
    gap: 0.2rem;
    font-size: 1rem;
    padding: 9px 15px !important;
    border-radius: 9999px;
    font-weight: 600 !important;
    transition: all 0.2s;
    border: 2px solid #edf2f7 !important;
}

.action-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 3px;
    background: #1ec200 !important;
    color: #ffffff !important;
    font-weight: 500 !important;
    font-size: 0.65rem !important;
    padding: 6px 5px !important;
    border: none !important;
    border-radius: 7px !important;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1) !important;
    position: relative;
    overflow: hidden;
    text-transform: uppercase;
}

.action-bar .action-btn svg {
    width: 15px;
    height: 15px;
}

.btn-download-now, .btn-print {
    background: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
    color: white !important;
}

.btn-print, .btn-download-now {
    background: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
    color: white !important;
}

    .btn-print:hover, .btn-download-now:hover {
        transform: translateY(-1px);
        filter: brightness(1.1);
    }

.btn-like {
    background: var(--bt-light) !important;
    border-color: #c0d8ff !important;
    color: #000 !important;
}

.post-card .bg-white {
    border-radius: 20px !important;
    border: 1px solid #d3d8de;
    transition: all 0.3s ease;
}

    .post-card .bg-white:hover {
        box-shadow: 0 12px 20px rgba(116, 195, 101, 0.15);
        cursor: pointer;
    }

.btn-download:hover {
    filter: brightness(1.1);
}

footer {
    padding-bottom: 2rem;
    padding-top: 2.3rem;
    margin-top: 80px;
    background-color: #ffffff !important;
    border-top: 5px solid var(--secondary-color) !important;
}

    footer a:hover {
        color: #2563eb !important;
    }

    footer h3 {
        font-weight: 600;
        font-size: 1.125rem;
        line-height: 1.75rem;
        margin-top: 1rem;
        margin-bottom: 1rem;
        text-align: center;
        color: var(--primary-color) !important;
        font-family: 'Comic Sans MS', cursive, sans-serif;
    }

    footer .f-container {
        padding-left: 1rem;
        padding-right: 1rem;
        max-width: 64rem;
        margin-left: auto;
        margin-right: auto;
        font-size: 1rem;
        line-height: 1.8rem;
    }

    footer .f-end {
        font-size: 0.85rem;
        line-height: 1.1rem;
        padding-top: 1.5rem;
        text-align: center;
        border-top-width: 1px;
    }

    footer .f-des {
        text-align: justify
    }

    footer .f-col {
        padding: 0 10px 10px 10px;
        text-align: center;
    }

.space-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

.pl-4 {
    padding-left: 1rem;
}

.w-5 {
    width: 1.25rem;
}

.h-5 {
    height: 1.25rem;
}

.inset-y-0 {
    top: 0px;
    bottom: 0px;
}

.post-card .p-4 {
    background-color: #ffffff !important;
    border-radius: 0 0 20px 20px;
    border-top: 1px solid #d3d8de;
    padding: 0.6rem !important;
}

.post-card .font-semibold {
    color: #374151 !important;
    font-size: 0.9rem;
}

.post-card p {
    font-size: 0.85rem;
    color: #303030 !important;
    font-weight: 500;
    line-height: 1.4;
    margin-top: 8px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.post-card .bg-gradient-to-r {
    background: linear-gradient(to right, #74C365, #FFD93D) !important;
}

.post-card .text-red-500 {
    padding: 2px 8px;
    display: flex;
    align-items: center;
}

.text-item {
    font-size: 14px;
}

.header-item {
    height: 58px;
    display: flex;
    align-items: center;
}

.topnav-hamburger {
    border-radius: 0 !important;
    padding: 5px 12px;
    height: 58px;
    display: flex;
    align-items: center;
    text-transform: capitalize;
    transition: transform 0.2s;
    cursor: pointer
}

    .topnav-hamburger:hover {
        background-color: #fff !important;
        color: #303030 !important;
    }

.hamburger-icon {
    height: 14px;
    position: relative;
    cursor: pointer;
    display: inline-block;
    width: 35px;
    padding: 0 7px;
}

    .hamburger-icon span {
        background-color: #303030;
        position: absolute;
        transition: .3s cubic-bezier(.8, .5, .2, 1.4);
        width: 100%;
        height: 2px;
        display: block;
        left: 0;
    }

        .hamburger-icon span:nth-child(1) {
            top: -3px;
            width: 70%;
        }

        .hamburger-icon span:nth-child(2) {
            top: 7px;
            width: 90%;
        }

        .hamburger-icon span:nth-child(3) {
            top: 17px;
            width: 55%;
        }

.hidden {
    display: none;
}

.l-container {
    font-size: 1.5rem;
    line-height: 2rem;
}

.m-container {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

.search {
    flex: 1 1 0%;
    margin-left: auto;
    display: flex;
}

    .search .s-icon {
        display: flex;
        position: absolute;
        top: 0px;
        bottom: 0px;
        padding-left: 1rem;
        left: 0px;
        align-items: center;
    }

        .search .s-icon .s-svg {
            height: 1.25rem;
            width: 1.25rem;
        }

    .search .s-input {
        height: 1.25rem;
        width: 1.25rem;
    }

.search-control {
    margin-left: auto;
    width: 480px;
}

.dropdown-menu {
    left: 0px;
    width: 210px;
    background-color: white;
    border: 1px solid #c2c2c2;
    border-radius: 0 13px 13px 13px;
    box-shadow: 0 20px 25px -5px rgba(0,0,0,0.15);
    z-index: 50;
    position: absolute;
    overflow: visible !important;
}

.menu-level1, .menu-level2, .menu-level3 {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .menu-level1 li {
        position: relative;
        padding: 0 7px;
        margin-bottom: 4px;
    }

.menu-level2, .menu-level3 {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    width: 210px;
    background-color: white;
    border: 1px solid #c2c2c2;
    border-radius: 13px;
    box-shadow: 0 20px 25px -5px rgba(0,0,0,0.15);
    z-index: 100;
    padding: 10px 0;
}

    .menu-level1 a,
    .menu-level2 a,
    .menu-level3 a {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 5px 20px;
        text-decoration: none;
        font-weight: 700;
        font-size: 0.9rem;
        border-radius: 9999px;
        color: #ffffff;
        margin-bottom: 2px;
        gap: 3px;
        background: linear-gradient( 311deg, #3fd623 0%, #1ec200 100%);
        cursor: pointer;
        transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
        position: relative;
        overflow: hidden;
        letter-spacing: 0.5px;
    }

#breadcrumb-container {
    margin-bottom: 15px;
    padding-left: 10px;
    padding-right: 10px;
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    border-radius: 4px;
    font-size: 0.8rem;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: "»";
    padding: 0 10px;
    color: #6c757d;
    font-weight: 300;
}

.breadcrumb-item a {
    color: #2D3436;
    text-decoration: none;
    transition: color 0.2s;
}

    .breadcrumb-item a:hover {
        text-decoration: underline;
        color: #2563eb !important;
    }

.breadcrumb-item.active {
    color: #6c757d;
    pointer-events: none;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
}

#backToTop {
    display: none;
    position: fixed;
    bottom: 25px;
    right: 30px;
    z-index: 999;
    width: 50px;
    height: 50px;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    line-height: 0;
    background-color: #949494;
    color: white;
    border: none;
    outline: none;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
}

    #backToTop:hover {
        background-color: #878787;
        transform: translateY(-5px);
        box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
    }

    #backToTop svg {
        width: 28px;
        height: 28px;
        fill: currentColor;
    }

blockquote, dd, dl, figure, h1, h2, h3, h4, h5, h6, hr, p, pre {
    margin: 0;
}

.slideshow-container {
    max-width: 800px;
    position: relative;
    margin: auto;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    background-color: white;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

.slide {
    display: none;
    position: relative;
}

    .slide figcaption {
        font-size: 0.85rem;
        padding: 2px 7px;
        background-color: #1ec200;
        color: #ffffff;
        font-weight: 500;
    }

.photo-hero {
    width: 100%;
    display: block;
    height: auto;
    min-height: 745px;
    cursor: pointer;
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    user-select: none;
    pointer-events: auto;
    border: 8px solid white;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    margin: 0 auto;
    background-color: #f0f0f0;
    transition: opacity 0.3s ease-in;
}

.zoom-icon {
    position: absolute;
    top: 15px;
    right: 15px;
    background: rgba(255,255,255,0.7);
    border: none;
    border-radius: 5px;
    padding: 8px;
    cursor: pointer;
    transition: background 0.3s;
    z-index: 10;
}

    .zoom-icon:hover {
        background: rgba(255,255,255,1);
    }

    .zoom-icon svg {
        width: 24px;
        height: 24px;
        fill: #333;
    }

.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 24px;
    transition: 0.3s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    background-color: rgba(0,0,0,0.3);
    text-decoration: none;
    z-index: 5;
}

.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

.prev {
    left: 0;
}

    .prev:hover, .next:hover {
        background-color: rgba(0,0,0,0.7);
    }

.thumbnail-container {
    text-align: center;
    margin-top: 15px;
    padding: 0 10px;
}

.thumbnail {
    cursor: pointer;
    width: 160px;
    max-width: 300px;
    min-height: 200px;
    height: auto;
    margin: 3px;
    opacity: 0.85;
    border: 2px solid #c2c2c2;
    transition: opacity 0.4s ease, border-color 0.4s ease;
    object-fit: contain;
    display: inline-block;
    background-color: #fff;
}

    .thumbnail.active,
    .thumbnail:hover {
        opacity: 1;
        border-color: #1ec200;
    }

.fade {
    animation-name: fadeAnimation;
    animation-duration: 0.8s;
}

@keyframes fadeAnimation {
    from {
        opacity: 0.3;
    }

    to {
        opacity: 1;
    }
}

.modal {
    display: none;
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.95);
    backdrop-filter: blur(5px);
}

.modal-content-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    padding: 0;
}

.close-modal {
    position: absolute;
    top: 20px;
    right: 30px;
    color: white;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
    background: none;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
    padding-bottom: 8px;
    z-index: 100000;
    transition: 0.3s;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background-color: #1e293b;
}

    .close-modal:hover {
        background-color: #334155;
        transform: scale(1.1);
    }

.modal-main-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 40px;
    width: 100%;
    max-width: 1200px;
    margin: auto;
}

.modal-image-box {
    position: relative;
    flex: 3;
    display: flex;
    justify-content: flex-end;
}

.modal-content {
    max-width: 100%;
    max-height: 100vh;
    border-radius: 4px;
    background-color: white;
    user-select: none;
    -webkit-user-drag: none;
}

.image-protection-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.modal-controls {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 30px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 15px;
    min-width: 250px;
    align-items: stretch;
}

.modal-btn {
    width: 100%;
    padding: 15px 25px;
    font-size: 18px;
    text-transform: uppercase;
    border: none;
    border-radius: 25px;
    cursor: pointer;
    transition: background 0.3s;
}

.print-btn {
    background-color: #ff7675;
    color: white;
}

.download-btn {
    background-color: #0984e3;
    color: white;
}

.pdf-btn {
    background-color: #27ae60;
    color: white;
}

.print-btn:hover {
    background-color: #e84118;
}

.download-btn:hover {
    background-color: #74b9ff;
}

.pdf-btn:hover {
    background-color: #219150;
}

.input-actions {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 30px;
    padding: 5px 15px;
}

.attach-icon-btn {
    cursor: pointer;
    color: #303030;
    display: flex;
    align-items: center;
    transition: color 0.2s;
}

    .attach-icon-btn:hover {
        color: #2563eb;
    }

.caption-input {
    flex: 1;
    border: none !important;
    outline: none !important;
    padding: 8px 0;
}

.btn-post {
    background: none;
    border: none;
    color: #2563eb;
    font-weight: bold;
    cursor: pointer;
}

.preview-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 10px;
}

.preview-item {
    position: relative;
    width: 150px;
    height: auto;
}

    .preview-item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 4px;
        border: 1px solid #eee;
    }

.remove-btn {
    position: absolute;
    top: -5px;
    right: -5px;
    background: rgba(255,0,0,0.8);
    color: white;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    font-size: 15px;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 11px !important;
}

.short-des {
    margin: 15px 0;
    font-size: 0.9rem;
    text-align: justify;
}

.list-info1, .list-info2 {
    font-size: 0.9rem;
}

.free-text {
    font-weight: 700;
    color: green;
}

.label-info {
    color: #303030;
    font-weight: 500;
}

.call-to-post {
    margin-bottom: 3px;
}

.statistic-show {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.statistic {
    font-size: 0.87rem !important;
    align-items: center;
    display: flex;
}

.statistic-text {
    margin-left: 2px;
}

.top-page {
    display: block;
    padding: 7px;
    margin-left: 5px !important;
    margin-right: 5px !important;
    font-size: 1.5rem;
    line-height: 2rem;
}

    .top-page:hover {
        background-color: #ffffff;
        height: 100%;
    }

    .top-page .ico {
        display: inline-block;
        font-size: 1.8rem;
    }

    .top-page .txt {
        display: none;
    }

    .top-page:hover .ico {
        transform: scale(1.2);
        transition: transform 0.2s;
    }

.category-selection {
    display: flex;
    margin-bottom: 1rem;
    gap: 0.75rem;
    justify-content: center;
    flex-wrap: wrap;
}

    .category-selection button {
        font-weight: 500;
        font-size: 0.8rem;
        background-color: #e5e7eb;
        color: #303030;
        border: 1px solid #dddddd;
        text-transform: capitalize;
        transition: transform 0.2s;
        line-height: 1.1rem;
        padding-top: 0.525rem;
        padding-bottom: 0.525rem;
        padding-left: 1rem;
        padding-right: 1rem;
        cursor: pointer;
        -webkit-appearance: button;
        background-image: none;
        border-radius: 9999px !important;
    }

        .category-selection button:hover {
            color: #2563eb !important;
        }

.category-bottom {
    margin-top: 35px;
}

.tag-item {
    text-decoration: none;
    color: #007bff;
    transition: color 0.2s ease;
    font-size: 14px
}

    .tag-item:hover {
        color: #2563eb !important;
        text-decoration: underline;
    }

    .tag-item:not(:last-child)::after {
        content: " ,";
        color: #999;
        margin-left: 2px;
        text-decoration: none;
        display: inline-block;
    }

.info-container, .left-content {
    background-color: #fff;
    padding: 21px;
    border-radius: 20px;
    border: 1px solid #d3d8de;
}

.page-area {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin: 40px 0;
}

.page-link, .newer-posts, .older-posts {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #e5e7eb;
    color: #374151;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.3s;
}

    .page-link.active {
        background: #dc0202 !important;
        color: #fff !important;
    }

    .page-link:hover:not(.active), .newer-posts:hover, .older-posts:hover {
        background: #ef4444;
        color: white;
    }

.page-dots {
    color: #9ca3af;
    padding: 0 5px;
}

.lazy-grid {
    transition: opacity 0.5s ease-in-out;
}

    .lazy-grid.loaded {
        opacity: 1;
    }

#search-result {
    position: absolute;
    z-index: 9999;
    background-color: #fff;
    border: 1px solid #c2c2c2;
    border-radius: 0 13px 13px 13px;
    min-width: 430px;
    padding-top: 5px;
    top: 50px;
    left: 45px;
    max-height: 500px;
    overflow-y: scroll;
}

    #search-result li a:hover {
        background: linear-gradient(316deg, #fe2728 0%, #dc0202 100%) !important;
    }

        #search-result li a:hover span {
            color: #fff !important;
            background-color: transparent !important;
        }

.grid-masonry {
    column-count: 5;
    column-gap: 0.6rem;
    margin-bottom: 1.3rem;
    margin-bottom: 1.3rem;
    column-fill: auto;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    padding: 0;
    height: auto;
}

.btn-like {
    position: relative;
    border: none;
    background: none;
    cursor: pointer;
    transition: transform 0.1s active;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .btn-like.animate .heart-icon {
        animation: heartPop 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    }

@keyframes heartPop {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.4);
    }

    100% {
        transform: scale(1);
    }
}

.plus-one {
    position: absolute;
    color: #ff4757;
    font-weight: bold;
    font-size: 16px;
    pointer-events: none;
    animation: flyUpAndFade 0.8s ease-out forwards;
}

@keyframes flyUpAndFade {
    0% {
        opacity: 1;
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        transform: translateY(-40px);
    }
}

@media (min-width: 1280px) {
    .lg\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr))
    }

    .menu-level1 li:hover > .menu-level2,
    .menu-level2 li:hover > .menu-level3 {
        display: block !important;
    }

    .menu-level1 > li:has(ul) > a::after,
    .menu-level2 > li:has(ul) > a::after {
        content: "›";
        font-size: 22px;
        line-height: 1;
        line-height: 1;
    }

    .menu-level1 > li > a::after,
    .menu-level2 > li > a::after {
        content: none;
    }

    .menu-level1 li:hover > a,
    .menu-level2 li:hover > a,
    .menu-level3 li:hover > a {
        color: #fff !important;
        background: linear-gradient(316deg, #fe2728 0%, #dc0202 100%);
    }

    .menu-close-btn {
        display: none !important;
    }

    .search-active {
        display: none
    }
}

@media (max-width: 1279px) {
    html {
        font-size: 110%;
    }

    header .c-container {
        padding-left: 0.2rem;
        padding-right: 0.2rem;
    }

    .dropdown-menu {
        width: 100% !important;
        border-radius: 0;
        box-shadow: none;
    }

    .grid-masonry {
        column-count: 3;
        grid-template-columns: repeat(3, 1fr);
    }

    .photo-detail-container {
        grid-template-columns: 1fr;
        gap: 1.8rem;
    }

    #main-menu {
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background: #fff;
        z-index: 9999;
        overflow-y: scroll !important;
        padding: 65px 10px 10px 10px;
        display: block;
    }

    .m-container {
        height: auto;
    }

    #main-menu.hidden {
        display: none !important;
    }

    #main-menu ul {
        list-style: none;
        padding-left: 0;
        margin: 0;
    }

    #main-menu li {
        position: relative;
        border-bottom: 1px solid #eee;
    }

    #main-menu a {
        display: block;
        padding: 12px 65px 12px 23px;
        text-decoration: none;
        color: #fff;
        font-size: 1rem;
    }

    .menu-level2, .menu-level3 {
        display: none;
        background: #f9f9f9;
        padding-left: 15px !important;
    }

        .menu-level1 .show-submenu, .menu-level2 .show-submenu {
            display: block !important;
        }

    .menu-toggle {
        position: absolute;
        right: 3px;
        top: 3px;
        bottom: 3px;
        width: 65px;
        height: 41px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        border-left: 1px solid #eaeaea;
        transition: transform 0.3s;
    }

        .menu-toggle.active {
            transform: rotate(180deg);
        }

        .menu-toggle::before {
            content: '▼';
            font-size: 12px;
            color: #fff;
        }

    #main-menu ul,
    #main-menu li {
        position: relative !important;
        width: 100% !important;
        float: none !important;
        left: 0 !important;
        top: 0 !important;
        visibility: visible !important;
        opacity: 1 !important;
        box-shadow: none !important;
        margin: 0 !important;
    }

    .menu-level2, .menu-level3 {
        display: none;
        position: static !important;
        padding-left: 20px !important;
        border: none !important;
        background-color: #fcfcfc !important;
    }

    .m-container {
        width: 100% !important;
        height: auto !important;
    }

    .menu-close-btn, .search.search-active .search-close-btn {
        position: fixed;
        top: 5px;
        right: 5px;
        width: 80px;
        height: 60px;
        line-height: 55px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 45px;
        font-weight: 300;
        color: #333;
        cursor: pointer;
        z-index: 1000001;
        -webkit-tap-highlight-color: transparent;
        transition: all 0.2s ease;
    }

        .menu-close-btn:active {
            transform: scale(0.9);
            background-color: rgba(0, 0, 0, 0.05);
            border-radius: 50%;
        }

    .search-close-btn {
        display: none;
    }

    .search-active {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: #fff;
        max-width: 100%;
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 70px 20px 20px 20px;
        display: block;
    }

    header input[type="text"] {
        font-size: 1rem;
        line-height: 1.4rem;
        margin-top: 0.1rem;
        width: 100%;
    }

    .search-control {
        margin-left: 0;
    }

    #search-result {
        border: none !important;
        top: 130px;
        margin: 0;
        padding: 0;
        position: static;
    }

    .top-item {
        margin-left: 0;
    }

    main {
        padding-left: 0.8rem;
        padding-right: 0.8rem;
    }

    .modal-content-wrapper {
        display: block;
    }

    .modal-main-container {
        margin: 0;
        padding: 0;
    }

    .image-protection-overlay {
        display: none;
    }

    .close-modal {
        top: 5px;
        right: 10px;
    }

    .modal-controls {
        width: 100%;
        position: absolute;
        bottom: 0;
        gap: 7px;
        background-color: transparent;
        align-items: center;
    }

    .modal-btn {
        width: 100%;
        max-width: 320px;
        min-width: 190px;
        padding: 9px 10px;
    }

    .photo-info {
        padding-top: 0 !important;
    }

    .page-h1 {
        position: relative !important;
        width: 100% !important;
        font-size: 1.6rem !important;
        text-align: center !important;
        right: 0 !important;
    }

    .thumbnail-container {
        display: flex !important;
        flex-wrap: nowrap !important;
        width: 100%;
        max-width: 100vw;
        overflow-x: auto;
        overflow-y: hidden;
        box-sizing: border-box;
        -webkit-overflow-scrolling: touch;
    }

        .thumbnail-container::-webkit-scrollbar {
            display: none;
        }

    .thumbnail {
        margin-right: 8px;
        object-fit: cover;
    }
}

@media (max-width: 980px) {
    html {
        font-size: 115%;
    }

    .search-control {
        width: 60px;
    }

    .search-active {
        overflow-y: scroll;
        width: 100% !important;
    }

        .search-active .top-item {
            display: block;
        }

        .search-active .search-control {
            width: 99%;
        }

    .top-item {
        display: none;
    }

    .top-item {
        margin-left: 0;
        width: auto;
    }

    .top-page {
        padding: 3px 5px;
        font-size: 1.2rem;
    }

        .top-page .ico {
            display: none;
        }

        .top-page .txt {
            display: inline;
            font-size: 0.85rem;
            color: #666;
        }

    .search {
        flex: none;
        margin-left: auto;
        display: block;
        width: 100px;
    }

    .photo-info {
        padding-top: 0 !important;
    }

    .page-h1 {
        position: relative !important;
        width: 100% !important;
        font-size: 1.45rem !important;
        right: 0 !important;
    }
}

@media (max-width: 640px) {
    html {
        font-size: 120%;
    }

    .grid-masonry {
        column-count: 2;
        grid-template-columns: repeat(2, 1fr);
    }

    .modal-main-container {
        flex-direction: column;
        gap: 20px;
    }

    .modal-image-box {
        justify-content: center;
    }

    .modal-controls {
        width: 100%;
    }

    .thumbnail {
        width: 44%;
    }

    .input-actions {
        display: inline-grid;
    }

    .input-actions {
        width: 100%;
    }

    .attach-icon-btn svg {
        width: 45px;
        height: 45px;
        margin-top: 10px;
    }

    .photo-info {
        padding-top: 0 !important;
    }

    .page-h1 {
        position: relative !important;
        width: 100% !important;
        font-size: 1.45rem !important;
        right: 0 !important;
    }

    #breadcrumb-container {
        padding-left: 0;
        padding-right: 0;
    }
}

.stars {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
}

.star {
    font-size: 2rem;
    color: #ccc;
    cursor: pointer;
    transition: color 0.2s;
}

    .star:hover,
    .star:hover ~ .star {
        color: #ffca08;
    }

    .star.active,
    .star.active ~ .star {
        color: #ffca08;
    }

.icon-stat {
    display: inline-block;
    width: 14px;
    height: 14px;
    background-color: currentColor;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    vertical-align: middle;
    margin-right: 4px;
}

.small-icon {
    display: inline-block;
    width: 14px;
    height: 14px;
    background-color: currentColor;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    vertical-align: middle;
}

.icon-white {
    background-color: #ffffff !important;
}

.action-btn-now .small-icon {
    width: 20px !important;
    height: 20px !important;
}

.icon-print {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 18H4a2 2 0 0 1-2-2v-5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v5a2 2 0 0 1-2 2h-2'/%3E%3Cpath d='M6 9V3a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v6'/%3E%3Crect x='6' y='14' width='12' height='8' rx='1'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 18H4a2 2 0 0 1-2-2v-5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v5a2 2 0 0 1-2 2h-2'/%3E%3Cpath d='M6 9V3a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v6'/%3E%3Crect x='6' y='14' width='12' height='8' rx='1'/%3E%3C/svg%3E");
}

.icon-download {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 15V3'/%3E%3Cpath d='M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4'/%3E%3Cpath d='m7 10 5 5 5-5'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 15V3'/%3E%3Cpath d='M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4'/%3E%3Cpath d='m7 10 5 5 5-5'/%3E%3C/svg%3E");
}

.icon-heart {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M2 9.5a5.5 5.5 0 0 1 9.591-3.676.56.56 0 0 0 .818 0A5.49 5.49 0 0 1 22 9.5c0 2.29-1.5 4-3 5.5l-5.492 5.313a2 2 0 0 1-3 .019L5 15c-1.5-1.5-3-3.2-3-5.5'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M2 9.5a5.5 5.5 0 0 1 9.591-3.676.56.56 0 0 0 .818 0A5.49 5.49 0 0 1 22 9.5c0 2.29-1.5 4-3 5.5l-5.492 5.313a2 2 0 0 1-3 .019L5 15c-1.5-1.5-3-3.2-3-5.5'/%3E%3C/svg%3E");
}

.icon-zoom {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 7V5a2 2 0 0 1 2-2h2'/%3E%3Cpath d='M17 3h2a2 2 0 0 1 2 2v2'/%3E%3Cpath d='M21 17v2a2 2 0 0 1-2 2h-2'/%3E%3Cpath d='M7 21H5a2 2 0 0 1-2-2v-2'/%3E%3Ccircle cx='12' cy='12' r='1'/%3E%3Cpath d='M18.944 12.33a1 1 0 0 0 0-.66 7.5 7.5 0 0 0-13.888 0 1 1 0 0 0 0 .66 7.5 7.5 0 0 0 13.888 0'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 7V5a2 2 0 0 1 2-2h2'/%3E%3Cpath d='M17 3h2a2 2 0 0 1 2 2v2'/%3E%3Cpath d='M21 17v2a2 2 0 0 1-2 2h-2'/%3E%3Cpath d='M7 21H5a2 2 0 0 1-2-2v-2'/%3E%3Ccircle cx='12' cy='12' r='1'/%3E%3Cpath d='M18.944 12.33a1 1 0 0 0 0-.66 7.5 7.5 0 0 0-13.888 0 1 1 0 0 0 0 .66 7.5 7.5 0 0 0 13.888 0'/%3E%3C/svg%3E");
}

.icon-palette {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 22a1 1 0 0 1 0-20 10 9 0 0 1 10 9 5 5 0 0 1-5 5h-2.25a1.75 1.75 0 0 0-1.4 2.8l.3.4a1.75 1.75 0 0 1-1.4 2.8z'/%3E%3Ccircle cx='13.5' cy='6.5' r='.5' fill='black'/%3E%3Ccircle cx='17.5' cy='10.5' r='.5' fill='black'/%3E%3Ccircle cx='6.5' cy='12.5' r='.5' fill='black'/%3E%3Ccircle cx='8.5' cy='7.5' r='.5' fill='black'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 22a1 1 0 0 1 0-20 10 9 0 0 1 10 9 5 5 0 0 1-5 5h-2.25a1.75 1.75 0 0 0-1.4 2.8l.3.4a1.75 1.75 0 0 1-1.4 2.8z'/%3E%3Ccircle cx='13.5' cy='6.5' r='.5' fill='black'/%3E%3Ccircle cx='17.5' cy='10.5' r='.5' fill='black'/%3E%3Ccircle cx='6.5' cy='12.5' r='.5' fill='black'/%3E%3Ccircle cx='8.5' cy='7.5' r='.5' fill='black'/%3E%3C/svg%3E");
}

@keyframes continuous-wobble {
    0% {
        transform: rotate(0deg);
    }

    15% {
        transform: rotate(var(--rotate-angle));
    }

    20% {
        transform: rotate(calc(var(--rotate-angle) + 15deg));
    }

    25% {
        transform: rotate(calc(var(--rotate-angle) - 12deg));
    }

    30% {
        transform: rotate(calc(var(--rotate-angle) + 8deg));
    }

    35% {
        transform: rotate(calc(var(--rotate-angle) - 5deg));
    }

    40% {
        transform: rotate(calc(var(--rotate-angle) + 2deg));
    }

    45% {
        transform: rotate(var(--rotate-angle));
    }

    70% {
        transform: rotate(0deg);
    }

    75% {
        transform: rotate(-20deg);
    }

    80% {
        transform: rotate(15deg);
    }

    85% {
        transform: rotate(-10deg);
    }

    90% {
        transform: rotate(6deg);
    }

    94% {
        transform: rotate(-3deg);
    }

    97% {
        transform: rotate(1deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

.logo-wobble {
    animation: continuous-wobble 5s cubic-bezier(0.45, 0.05, 0.55, 0.95) forwards;
    display: inline-block;
    will-change: transform;
}
