html.g29-designer-active {
    --g29-pointer-x: 50vw;
    --g29-pointer-y: 40vh;
    --g29-focus-x: 50vw;
    --g29-focus-y: 40vh;
}

html.g29-designer-active *[data-g29-field] {
    outline: 1px solid transparent;
    outline-offset: 5px;
    cursor: text;
    transition: outline-color .16s ease, box-shadow .16s ease, filter .18s ease;
}

html.g29-designer-active *[data-g29-field]:not(img):not(video):not(iframe):not(source):not(embed):not(object) {
    position: relative;
}

html.g29-designer-active *[data-g29-field][data-g29-props*="src"],
html.g29-designer-active *[data-g29-field][data-g29-props*="background"],
html.g29-designer-active [class*="menu-icon"][data-g29-field],
html.g29-designer-active [class*="menu-category"] > span[data-g29-field],
html.g29-designer-active img[data-g29-field] {
    cursor: pointer;
}

html.g29-designer-active [class*="menu-category"]::after {
    opacity: 0 !important;
    pointer-events: none !important;
}

html.g29-designer-active [class*="menu-category"] > span[data-g29-field] {
    display: inline-flex !important;
    grid-column: 3 !important;
    grid-row: 1 / span 2 !important;
    align-self: end !important;
    justify-self: end !important;
    align-items: center !important;
    justify-content: center !important;
    width: 24px !important;
    height: 24px !important;
    min-width: 24px !important;
    min-height: 24px !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    color: #24890d !important;
    font-family: "Material Symbols Outlined" !important;
    font-size: 24px !important;
    line-height: 1 !important;
    font-weight: normal !important;
    letter-spacing: normal !important;
    text-transform: none !important;
    white-space: nowrap !important;
    direction: ltr !important;
    font-feature-settings: "liga" !important;
    -webkit-font-feature-settings: "liga" !important;
}

html.g29-designer-active [class*="menu-icon"].material-symbols-outlined[data-g29-icon-custom="true"] {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-family: "Material Symbols Outlined" !important;
    font-size: 22px !important;
    line-height: 1 !important;
    font-weight: normal !important;
    letter-spacing: normal !important;
    text-transform: none !important;
    white-space: nowrap !important;
    direction: ltr !important;
    font-feature-settings: "liga" !important;
    -webkit-font-feature-settings: "liga" !important;
}

html.g29-designer-active [class*="menu-icon"].material-symbols-outlined[data-g29-icon-custom="true"]::before {
    content: none !important;
}

html.g29-designer-active.g29-has-selection body::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: 2147483644;
    pointer-events: none;
    background:
        radial-gradient(circle at var(--g29-focus-x) var(--g29-focus-y), transparent 0 18rem, rgba(2, 8, 14, .05) 32rem, rgba(2, 8, 14, .14) 100%),
        radial-gradient(circle at var(--g29-pointer-x) var(--g29-pointer-y), rgba(80, 230, 167, .045), transparent 18rem),
        rgba(2, 8, 14, .035);
    backdrop-filter: saturate(.96) contrast(.99);
    -webkit-backdrop-filter: saturate(.96) contrast(.99);
    transition: background .22s ease;
}

html.g29-designer-active.g29-has-selection body::after {
    content: "";
    position: fixed;
    inset: 0;
    z-index: 2147483644;
    pointer-events: none;
    background:
        linear-gradient(90deg, rgba(1, 6, 12, .055), transparent 16%, transparent 84%, rgba(1, 6, 12, .075)),
        linear-gradient(180deg, rgba(1, 6, 12, .05), transparent 24%, transparent 76%, rgba(1, 6, 12, .07));
}

html.g29-designer-active[data-g29-outline="all"] *[data-g29-field] {
    outline: 1px dashed rgba(39, 183, 255, .48);
}

html.g29-designer-active:not([data-g29-outline="clean"]) *[data-g29-field]:hover {
    outline: 1px solid rgba(39, 183, 255, .36);
    box-shadow: 0 0 0 8px rgba(39, 183, 255, .06);
}

html.g29-designer-active *[data-g29-field].g29-field-selected {
    z-index: 2147483645;
    outline: 0;
    box-shadow:
        0 0 0 1px rgba(80, 230, 167, .42),
        0 0 0 8px rgba(80, 230, 167, .055),
        0 0 38px rgba(80, 230, 167, .09),
        0 20px 70px rgba(3, 16, 27, .2);
    filter: saturate(1.04);
    transform: translateZ(0);
}

html.g29-designer-active *[data-g29-field].g29-field-global-selected {
    box-shadow:
        0 0 0 1px rgba(255, 190, 92, .62),
        0 0 0 8px rgba(255, 190, 92, .075),
        0 0 42px rgba(255, 190, 92, .14),
        0 20px 70px rgba(3, 16, 27, .2);
}

html.g29-designer-active *[data-g29-field].g29-field-selected:not([data-g29-pseudo-icon="before"])::before {
    content: "";
    position: absolute;
    inset: -10px;
    z-index: 2147483646;
    pointer-events: none;
    background:
        linear-gradient(#50e6a7, #50e6a7) top left / 26px 1px no-repeat,
        linear-gradient(#50e6a7, #50e6a7) top left / 1px 26px no-repeat,
        linear-gradient(#50e6a7, #50e6a7) top right / 26px 1px no-repeat,
        linear-gradient(#50e6a7, #50e6a7) top right / 1px 26px no-repeat,
        linear-gradient(#50e6a7, #50e6a7) bottom left / 26px 1px no-repeat,
        linear-gradient(#50e6a7, #50e6a7) bottom left / 1px 26px no-repeat,
        linear-gradient(#50e6a7, #50e6a7) bottom right / 26px 1px no-repeat,
        linear-gradient(#50e6a7, #50e6a7) bottom right / 1px 26px no-repeat;
    opacity: .9;
}

html.g29-designer-active *[data-g29-field].g29-field-global-selected:not([data-g29-pseudo-icon="before"])::before {
    background:
        linear-gradient(#ffbe5c, #ffbe5c) top left / 26px 1px no-repeat,
        linear-gradient(#ffbe5c, #ffbe5c) top left / 1px 26px no-repeat,
        linear-gradient(#ffbe5c, #ffbe5c) top right / 26px 1px no-repeat,
        linear-gradient(#ffbe5c, #ffbe5c) top right / 1px 26px no-repeat,
        linear-gradient(#ffbe5c, #ffbe5c) bottom left / 26px 1px no-repeat,
        linear-gradient(#ffbe5c, #ffbe5c) bottom left / 1px 26px no-repeat,
        linear-gradient(#ffbe5c, #ffbe5c) bottom right / 26px 1px no-repeat,
        linear-gradient(#ffbe5c, #ffbe5c) bottom right / 1px 26px no-repeat;
}

html.g29-designer-active *[data-g29-field][contenteditable="true"] {
    caret-color: currentColor;
    cursor: text;
    text-decoration: none;
    user-select: text;
    -webkit-user-select: text;
}

html.g29-designer-active *[data-g29-field][contenteditable="true"]:focus {
    outline: 0;
}

html.g29-designer-active *[data-g29-field][contenteditable="true"].g29-field-selected {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
}

html.g29-designer-active *[data-g29-field][contenteditable="true"].g29-field-global-selected {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
}

html.g29-designer-active .g29-field-selected,
html.g29-designer-active .g29-field-selected *,
html.g29-designer-active .g29-field-selected::before,
html.g29-designer-active .g29-field-selected::after {
    animation-play-state: paused !important;
}

html.g29-designer-active .g29-field-selected.reveal,
html.g29-designer-active .g29-field-selected [class*="reveal"] {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
    animation: none !important;
}

.g29-migration-archive {
    width: min(1180px, calc(100% - 40px));
    margin: 48px auto;
}

.g29-migration-archive-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 24px;
}

.g29-migration-archive-card a {
    display: grid;
    gap: 10px;
    color: inherit;
    text-decoration: none;
}

.g29-migration-archive-card img {
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
}

.g29-migration-archive-card span,
.g29-migration-archive-card time {
    color: #646970;
    font-size: 13px;
}

.g29-migration-archive-card h2 {
    margin: 0;
    font-size: clamp(20px, 2vw, 28px);
    line-height: 1.15;
}

.g29-migration-archive-card p {
    margin: 0;
}

.g29-field-floater {
    position: absolute;
    z-index: 2147483647;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 999px;
    background: rgba(5, 15, 24, .68);
    color: #fff;
    font: 600 12px/1.25 "Segoe UI Variable", "Segoe UI", ui-sans-serif, system-ui, sans-serif;
    letter-spacing: 0;
    box-shadow: 0 18px 54px rgba(1, 8, 16, .28), 0 1px 0 rgba(255, 255, 255, .12) inset;
    backdrop-filter: blur(24px) saturate(1.35);
    -webkit-backdrop-filter: blur(24px) saturate(1.35);
}

.g29-field-floater {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    width: auto;
    min-height: 0;
    padding: 6px;
    pointer-events: auto;
    animation: g29-halo-in .18s ease both;
}

.g29-field-floater[data-mode="image"] {
    width: auto;
}

.g29-field-floater[data-mode="link"][data-expanded="false"],
.g29-field-floater[data-mode="image"][data-expanded="false"],
.g29-field-floater[data-mode="asset-link"][data-expanded="false"],
.g29-field-floater[data-mode="icon"],
.g29-field-floater[data-mode="module"] {
    padding: 4px;
    background: rgba(250, 252, 253, .92);
    box-shadow:
        0 10px 30px rgba(8, 24, 36, .12),
        0 0 0 1px rgba(255, 255, 255, .78) inset;
}

.g29-field-floater:has(.g29-halo-global) {
    border-color: rgba(15, 31, 45, .1);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, .96), rgba(244, 248, 250, .9)),
        rgba(250, 252, 253, .92);
    box-shadow:
        0 14px 38px rgba(8, 24, 36, .14),
        0 0 0 1px rgba(255, 255, 255, .78) inset;
}

.g29-field-floater[data-mode="link"][data-expanded="false"]::after,
.g29-field-floater[data-mode="image"][data-expanded="false"]::after,
.g29-field-floater[data-mode="asset-link"][data-expanded="false"]::after,
.g29-field-floater[data-mode="icon"]::after,
.g29-field-floater[data-mode="module"]::after {
    left: 16px;
}

.g29-field-floater button {
    min-height: 32px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 999px;
    background: rgba(255, 255, 255, .08);
    color: #fff;
    padding: 0 12px;
    font: 740 11px/1 "Segoe UI Variable", "Segoe UI", ui-sans-serif, system-ui, sans-serif;
    cursor: pointer;
    transition: background .16s ease, border-color .16s ease, transform .16s ease, box-shadow .16s ease;
}

.g29-field-floater button:hover {
    border-color: rgba(102, 214, 161, .46);
    background: rgba(102, 214, 161, .16);
    box-shadow: 0 0 0 3px rgba(102, 214, 161, .08);
    transform: translateY(-1px);
}

.g29-field-floater[hidden] {
    display: none !important;
}

.g29-halo-link-toggle {
    display: inline-grid;
    place-items: center;
    width: 34px;
    min-width: 34px;
    min-height: 34px !important;
    padding: 0 !important;
    border-color: rgba(15, 31, 45, .1) !important;
    background: rgba(255, 255, 255, .74) !important;
    color: #213449 !important;
    box-shadow: none;
}

.g29-halo-image-toggle,
.g29-halo-icon-toggle,
.g29-halo-module-toggle {
    display: inline-grid;
    place-items: center;
    width: 34px;
    min-width: 34px;
    min-height: 34px !important;
    padding: 0 !important;
    border-color: rgba(15, 31, 45, .1) !important;
    background: rgba(255, 255, 255, .74) !important;
    color: #213449 !important;
    box-shadow: none;
}

.g29-halo-icon-toggle .material-symbols-outlined,
.g29-halo-module-toggle .material-symbols-outlined {
    font-size: 22px;
    line-height: 1;
}

.g29-halo-module-toggle > svg {
    display: block;
    width: 21px;
    height: 21px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.g29-halo-module {
    display: inline-grid;
}

.g29-halo-module-toggle {
    border-color: rgba(38, 170, 225, .24) !important;
    background: rgba(255, 255, 255, .82) !important;
    color: #172a3d !important;
}

.g29-halo-module-menu {
    display: grid;
    gap: 8px;
    width: 100%;
}

.g29-halo-module-menu header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 4px 5px 2px;
}

.g29-halo-module-menu header strong {
    text-transform: capitalize;
    font-size: 12px;
}

.g29-halo-module-menu header span,
.g29-halo-module-menu footer {
    color: rgba(16, 34, 53, .62);
    font-size: 11px;
    font-weight: 650;
}

.g29-halo-module-controls {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
}

.g29-halo-module-controls button,
.g29-halo-module-row-actions button {
    min-height: 30px !important;
    padding: 0 9px !important;
    border-color: rgba(15, 31, 45, .08) !important;
    background: rgba(255, 255, 255, .72) !important;
    color: #172a3d !important;
    text-transform: capitalize;
    overflow: hidden;
}

.g29-halo-module-controls button span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.g29-halo-module-repeaters {
    display: grid;
    gap: 6px;
}

.g29-halo-module-repeaters > div {
    display: grid;
    gap: 6px;
    padding: 8px;
    border: 1px solid rgba(15, 31, 45, .08);
    border-radius: 14px;
    background: rgba(244, 248, 250, .72);
}

.g29-halo-module-repeaters strong {
    font-size: 11px;
}

.g29-halo-module-repeaters span {
    color: rgba(16, 34, 53, .6);
    font-size: 11px;
}

.g29-halo-module-row-actions {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 5px;
}

.g29-halo-icon-panel {
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.g29-halo-icon-action {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 6px;
    min-height: 36px !important;
    padding: 0 11px !important;
    border-color: rgba(102, 214, 161, .24) !important;
    background: rgba(10, 25, 36, .76) !important;
    color: #f4fffb !important;
    white-space: nowrap;
}

.g29-halo-icon-action .material-symbols-outlined {
    font-size: 19px;
    line-height: 1;
}

.g29-halo-icon-action > svg {
    display: block;
    width: 21px;
    height: 21px;
    flex: 0 0 21px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.g29-halo-icon-action > span:not(.material-symbols-outlined):not(.g29-color-dot) {
    font-size: 11px;
    font-weight: 760;
    letter-spacing: 0;
}

.g29-halo-icon-choose {
    min-width: 112px;
    border-color: rgba(102, 214, 161, .4) !important;
    background:
        radial-gradient(circle at 18% 8%, rgba(255, 255, 255, .16), transparent 36%),
        rgba(10, 25, 36, .82) !important;
}

.g29-halo-icon-reset {
    width: 36px;
    min-width: 36px;
    padding: 0 !important;
}

.g29-color-dot {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background:
        conic-gradient(from 90deg, #26aae1, #7ee36c, #ffdba2, #222d61, #26aae1);
    box-shadow: 0 0 0 1px rgba(255, 255, 255, .44) inset;
}

.g29-halo-icon-swatches {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    margin-left: 3px;
    padding-left: 6px;
    border-left: 1px solid rgba(255, 255, 255, .12);
}

.g29-halo-icon-swatches button {
    width: 27px;
    min-width: 27px;
    height: 27px;
    min-height: 27px !important;
    padding: 0 !important;
    border: 2px solid rgba(255, 255, 255, .22) !important;
    background: var(--g29-swatch) !important;
}

.g29-halo-color-picker {
    position: relative;
    display: inline-grid;
    place-items: center;
    width: 30px;
    height: 30px;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 999px;
    background: rgba(10, 25, 36, .76);
    box-shadow: 0 0 0 1px rgba(102, 214, 161, .08) inset;
    cursor: pointer;
}

.g29-halo-color-picker .g29-color-dot {
    width: 18px;
    height: 18px;
}

.g29-halo-color-picker input[type="color"] {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
    opacity: 0;
    padding: 0;
    cursor: pointer;
}

.g29-field-floater[data-mode="icon"] {
    display: grid;
    place-items: center;
    padding: 6px;
    border-color: rgba(15, 31, 45, .12);
    border-radius: 22px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, .96), rgba(243, 248, 250, .91)),
        rgba(250, 252, 253, .92);
    color: #0f2232;
    box-shadow:
        0 18px 48px rgba(7, 26, 42, .22),
        0 0 0 1px rgba(255, 255, 255, .7) inset,
        0 -1px 0 rgba(15, 31, 45, .05) inset;
    backdrop-filter: blur(22px) saturate(1.18);
    -webkit-backdrop-filter: blur(22px) saturate(1.18);
}

.g29-field-floater[data-mode="icon"]::after {
    display: none;
}

.g29-field-floater[data-mode="icon"]:has(.g29-halo-global) {
    border-color: rgba(15, 31, 45, .1);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, .96), rgba(244, 248, 250, .9)),
        rgba(250, 252, 253, .92);
    box-shadow:
        0 18px 48px rgba(7, 26, 42, .18),
        0 0 0 1px rgba(255, 255, 255, .72) inset,
        0 -1px 0 rgba(15, 31, 45, .05) inset;
}

.g29-field-floater[data-mode="icon"] .g29-halo-icon-panel {
    display: grid;
    grid-template-columns: 40px;
    gap: 5px;
}

.g29-field-floater[data-mode="icon"] .g29-halo-global {
    width: 40px;
    height: 40px;
    margin-bottom: 5px;
    border-color: rgba(15, 31, 45, .1);
    background: rgba(255, 255, 255, .74);
    color: #203449;
}

.g29-field-floater[data-mode="icon"] .g29-halo-icon-action {
    width: 40px;
    min-width: 40px;
    min-height: 40px !important;
    gap: 0;
    border: 0 !important;
    border-radius: 16px;
    background: transparent !important;
    color: #203449 !important;
    padding: 0 !important;
    box-shadow: none;
}

.g29-field-floater[data-mode="icon"] .g29-halo-icon-action:hover {
    background: rgba(15, 35, 52, .075) !important;
    box-shadow: none;
    transform: none;
}

.g29-field-floater[data-mode="icon"] .g29-halo-icon-action:active {
    transform: scale(.96);
}

.g29-field-floater[data-mode="icon"] .g29-halo-icon-action > span:not(.material-symbols-outlined):not(.g29-color-dot) {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
}

.g29-field-floater[data-mode="icon"] .g29-halo-icon-choose {
    background: #0d2233 !important;
    color: #f8fbfc !important;
    box-shadow: 0 8px 18px rgba(8, 27, 43, .16);
}

.g29-field-floater[data-mode="icon"] .g29-halo-icon-choose:hover {
    background: #15334b !important;
    color: #fff !important;
}

.g29-field-floater[data-mode="icon"] .g29-halo-icon-choose .material-symbols-outlined,
.g29-field-floater[data-mode="icon"] .g29-halo-icon-reset .material-symbols-outlined {
    font-size: 22px;
}

.g29-field-floater[data-mode="icon"] .g29-halo-icon-choose > svg,
.g29-field-floater[data-mode="icon"] .g29-halo-icon-reset > svg {
    width: 22px;
    height: 22px;
    flex-basis: 22px;
}

.g29-field-floater[data-mode="icon"] .g29-halo-icon-swatches {
    display: grid;
    grid-template-columns: 30px;
    justify-content: center;
    gap: 6px;
    padding: 7px 0 0;
    margin: 2px 0 0;
    border-top: 1px solid rgba(15, 31, 45, .1);
    border-left: 0;
}

.g29-field-floater[data-mode="icon"] .g29-halo-icon-swatches button {
    border-color: rgba(255, 255, 255, .82) !important;
    box-shadow: 0 0 0 1px rgba(15, 31, 45, .12);
}

.g29-field-floater[data-mode="icon"] .g29-halo-color-picker {
    border-color: rgba(15, 31, 45, .12);
    background: rgba(15, 35, 52, .055);
}

@media (max-width: 720px) {
    .g29-field-floater[data-mode="icon"][data-expanded="true"] .g29-halo-icon-panel {
        grid-template-columns: repeat(2, 40px);
        align-items: start;
    }

    .g29-field-floater[data-mode="icon"][data-expanded="true"] .g29-halo-icon-swatches {
        grid-column: 1 / -1;
        grid-template-columns: repeat(3, 30px);
        padding-top: 8px;
    }
}

.g29-halo-link-toggle svg {
    width: 21px;
    height: 21px;
    fill: currentColor;
    filter: drop-shadow(0 1px 0 rgba(255, 255, 255, .16));
}

.g29-field-floater .g29-halo-media {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-width: 106px;
    min-height: 34px;
    background:
        radial-gradient(circle at 20% 10%, rgba(255, 255, 255, .16), transparent 38%),
        linear-gradient(135deg, rgba(91, 224, 184, .24), rgba(66, 180, 214, .13));
    color: rgba(246, 255, 252, .96);
}

.g29-halo-done {
    min-width: 54px;
    color: rgba(239, 248, 252, .74) !important;
    background: rgba(255, 255, 255, .045) !important;
}

.g29-field-floater[data-mode="image"],
.g29-field-floater[data-mode="link"],
.g29-field-floater[data-mode="asset-link"],
.g29-field-floater[data-mode="copy"] {
    border-color: rgba(15, 31, 45, .1);
    border-radius: 18px;
    background: rgba(250, 252, 253, .9);
    color: #0f2232;
    box-shadow:
        0 10px 30px rgba(8, 24, 36, .12),
        0 0 0 1px rgba(255, 255, 255, .78) inset;
    backdrop-filter: blur(22px) saturate(1.18);
    -webkit-backdrop-filter: blur(22px) saturate(1.18);
}

.g29-field-floater[data-mode="image"]:has(.g29-halo-global),
.g29-field-floater[data-mode="link"]:has(.g29-halo-global),
.g29-field-floater[data-mode="asset-link"]:has(.g29-halo-global),
.g29-field-floater[data-mode="copy"]:has(.g29-halo-global) {
    border-color: rgba(15, 31, 45, .1);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, .96), rgba(244, 248, 250, .9)),
        rgba(250, 252, 253, .92);
    box-shadow:
        0 18px 48px rgba(7, 26, 42, .18),
        0 0 0 1px rgba(255, 255, 255, .72) inset,
        0 -1px 0 rgba(15, 31, 45, .05) inset;
}

.g29-field-floater[data-mode="image"] .g29-halo-global,
.g29-field-floater[data-mode="link"] .g29-halo-global,
.g29-field-floater[data-mode="asset-link"] .g29-halo-global,
.g29-field-floater[data-mode="copy"] .g29-halo-global {
    border-color: rgba(15, 31, 45, .1);
    background: rgba(255, 255, 255, .74);
    color: #203449;
}

.g29-field-floater[data-mode="image"][data-expanded="false"],
.g29-field-floater[data-mode="asset-link"][data-expanded="false"],
.g29-field-floater[data-mode="link"][data-expanded="false"] {
    padding: 4px;
    border-radius: 999px;
}

.g29-field-floater[data-mode="image"]::after,
.g29-field-floater[data-mode="link"]::after,
.g29-field-floater[data-mode="asset-link"]::after,
.g29-field-floater[data-mode="copy"]::after {
    display: none;
}

.g29-field-floater[data-placement="right"],
.g29-field-floater[data-placement="left"] {
    transform-origin: center left;
}

.g29-field-floater[data-mode="image"] button,
.g29-field-floater[data-mode="link"] button,
.g29-field-floater[data-mode="asset-link"] button,
.g29-field-floater[data-mode="copy"] button {
    border: 0 !important;
    background: transparent !important;
    color: #203449 !important;
    box-shadow: none !important;
}

.g29-field-floater[data-mode="image"] button:hover,
.g29-field-floater[data-mode="link"] button:hover,
.g29-field-floater[data-mode="asset-link"] button:hover,
.g29-field-floater[data-mode="copy"] button:hover {
    background: rgba(15, 35, 52, .055) !important;
    box-shadow: none !important;
    transform: none;
}

.g29-halo-link-toggle,
.g29-halo-image-toggle {
    width: 34px;
    min-width: 34px;
    min-height: 34px !important;
    border-radius: 999px !important;
    background: transparent !important;
    color: #203449 !important;
    box-shadow: none !important;
}

.g29-halo-asset-stack {
    display: grid;
    gap: 4px;
}

.g29-halo-asset-stack .g29-halo-image-toggle,
.g29-halo-asset-stack .g29-halo-link-toggle {
    background: transparent !important;
}

.g29-halo-link-toggle:hover,
.g29-halo-image-toggle:hover {
    background: rgba(15, 35, 52, .06) !important;
    color: #0d2233 !important;
}

.g29-field-floater .g29-halo-media {
    min-width: 104px;
    min-height: 38px;
    border-radius: 16px;
    background: #0d2233 !important;
    color: #f8fbfc !important;
    box-shadow: 0 8px 18px rgba(8, 27, 43, .16) !important;
}

.g29-field-floater .g29-halo-media:hover {
    background: #15334b !important;
    color: #fff !important;
}

.g29-field-floater[data-mode="image"][data-expanded="true"] .g29-halo-media,
.g29-field-floater[data-mode="asset-link"][data-expanded="true"] .g29-halo-media,
.g29-field-floater[data-mode="image"][data-expanded="true"]:has(.g29-halo-global) .g29-halo-media {
    border: 1px solid rgba(8, 26, 42, .18) !important;
    background: #0a2234 !important;
    color: #fff !important;
    box-shadow: 0 10px 22px rgba(8, 27, 43, .18) !important;
}

.g29-field-floater[data-mode="image"][data-expanded="true"] .g29-halo-media:hover,
.g29-field-floater[data-mode="asset-link"][data-expanded="true"] .g29-halo-media:hover,
.g29-field-floater[data-mode="image"][data-expanded="true"]:has(.g29-halo-global) .g29-halo-media:hover {
    background: #123a55 !important;
    color: #fff !important;
}

.g29-field-floater[data-mode="image"][data-expanded="true"] .g29-halo-media .g29-image-glyph {
    border-color: rgba(255, 255, 255, .82);
    color: #fff;
}

.g29-field-floater[data-mode="image"] .g29-halo-done,
.g29-field-floater[data-mode="link"] .g29-halo-done,
.g29-field-floater[data-mode="asset-link"] .g29-halo-done,
.g29-field-floater[data-mode="copy"] .g29-halo-done {
    min-width: 42px;
    min-height: 34px !important;
    border-radius: 999px;
    color: #516272 !important;
}

.g29-halo-link {
    min-width: min(470px, calc(100vw - 48px));
    border: 1px solid rgba(15, 31, 45, .1);
    border-radius: 16px;
    background: rgba(15, 35, 52, .055);
}

.g29-halo-link span {
    color: #516272;
    letter-spacing: .04em;
}

.g29-halo-link input {
    color: #102031;
}

.g29-halo-link input::placeholder {
    color: rgba(32, 52, 73, .45);
}

.g29-image-glyph {
    position: relative;
    display: inline-block;
    width: 18px;
    height: 15px;
    border: 1.5px solid currentColor;
    border-radius: 4px;
    opacity: .96;
}

.g29-image-glyph::before {
    content: "";
    position: absolute;
    width: 3px;
    height: 3px;
    top: 3px;
    right: 4px;
    border-radius: 999px;
    background: currentColor;
}

.g29-image-glyph::after {
    content: "";
    position: absolute;
    left: 3px;
    right: 3px;
    bottom: 3px;
    height: 6px;
    background:
        linear-gradient(135deg, transparent 0 42%, currentColor 43% 56%, transparent 57%),
        linear-gradient(45deg, currentColor 0 44%, transparent 45%);
    clip-path: polygon(0 100%, 32% 38%, 49% 62%, 67% 26%, 100% 100%);
}

.g29-halo-chip {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 0 11px;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 999px;
    background: rgba(255, 255, 255, .065);
    color: rgba(239, 248, 252, .78);
    font-size: 11px;
    font-weight: 760;
}

.g29-halo-global {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    min-width: 34px;
    min-height: 34px;
    padding: 0;
    border: 1px solid rgba(15, 31, 45, .1);
    border-radius: 50%;
    background: rgba(255, 255, 255, .74);
    color: #203449;
}

.g29-halo-global svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.g29-halo-link {
    display: flex;
    position: relative;
    align-items: center;
    gap: 8px;
    width: min(420px, calc(100vw - 104px));
    min-height: 34px;
    padding: 0 6px 0 12px;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 999px;
    background: rgba(255, 255, 255, .07);
}

.g29-halo-link span {
    flex: 0 0 auto;
    color: rgba(102, 214, 161, .88);
    font-size: 10px;
    font-weight: 820;
    letter-spacing: .1em;
}

.g29-halo-link input {
    width: 100%;
    min-width: 0;
    height: 30px;
    border: 0;
    background: transparent;
    color: #fff;
    padding: 0;
    font: 650 12px/1.2 "Segoe UI Variable", "Segoe UI", ui-sans-serif, system-ui, sans-serif;
    outline: none;
}

.g29-halo-link input::placeholder {
    color: rgba(245, 248, 251, .42);
}

.g29-field-floater[data-mode="link"][data-expanded="true"] .g29-halo-link {
    border-color: rgba(15, 31, 45, .12);
    background: rgba(255, 255, 255, .92);
    box-shadow: 0 1px 0 rgba(255, 255, 255, .82) inset;
}

.g29-field-floater[data-mode="asset-link"][data-expanded="true"] .g29-halo-link {
    border-color: rgba(15, 31, 45, .12);
    background: rgba(255, 255, 255, .92);
    box-shadow: 0 1px 0 rgba(255, 255, 255, .82) inset;
}

.g29-field-floater[data-mode="asset-link"][data-expanded="true"] .g29-halo-link span {
    color: #18865e;
}

.g29-field-floater[data-mode="asset-link"][data-expanded="true"] .g29-halo-link input {
    color: #102031;
    caret-color: #102031;
}

.g29-field-floater[data-mode="asset-link"][data-expanded="true"] .g29-halo-link input::placeholder {
    color: rgba(32, 52, 73, .48);
}

.g29-field-floater[data-mode="link"][data-expanded="true"] .g29-halo-link span {
    color: #18865e;
}

.g29-field-floater[data-mode="link"][data-expanded="true"] .g29-halo-link input {
    color: #102031;
    caret-color: #102031;
}

.g29-field-floater[data-mode="link"][data-expanded="true"] .g29-halo-link input::placeholder {
    color: rgba(32, 52, 73, .48);
}

.g29-halo-link-suggestions {
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% + 8px);
    z-index: 5;
    display: grid;
    gap: 4px;
    max-height: min(278px, calc(100vh - 190px));
    overflow: auto;
    padding: 7px;
    border: 1px solid rgba(15, 31, 45, .1);
    border-radius: 18px;
    background: rgba(250, 252, 253, .96);
    box-shadow: 0 18px 46px rgba(8, 24, 36, .16), 0 1px 0 rgba(255, 255, 255, .84) inset;
    backdrop-filter: blur(18px) saturate(1.12);
    -webkit-backdrop-filter: blur(18px) saturate(1.12);
}

.g29-halo-link-suggestions[hidden] {
    display: none;
}

.g29-halo-link-suggestions button {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 2px;
    min-height: 44px !important;
    width: 100%;
    border: 0 !important;
    border-radius: 12px !important;
    background: transparent !important;
    color: #102031 !important;
    padding: 7px 9px !important;
    text-align: left;
    box-shadow: none !important;
}

.g29-halo-link-suggestions button:hover,
.g29-halo-link-suggestions button[data-active="true"] {
    background: rgba(15, 35, 52, .065) !important;
}

.g29-halo-link-suggestions span,
.g29-halo-link-suggestions small {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    letter-spacing: 0;
}

.g29-halo-link-suggestions span {
    color: #102031;
    font-size: 12px;
    font-weight: 760;
}

.g29-halo-link-suggestions small {
    color: #6c7b88;
    font-size: 11px;
    font-weight: 650;
}

.g29-field-floater::after {
    content: "";
    position: absolute;
    left: 22px;
    bottom: -4px;
    width: 7px;
    height: 7px;
    background: rgba(5, 15, 24, .74);
    border-right: 1px solid rgba(255, 255, 255, .18);
    border-bottom: 1px solid rgba(255, 255, 255, .18);
    transform: rotate(45deg);
}

.g29-edit-badge {
    display: none !important;
}

html.g29-designer-active[data-g29-outline="clean"]:not(.g29-has-selection) .g29-field-floater {
    display: none;
}

[data-g29-adaptive-layout="equal-row"][data-g29-adaptive-mode="grid"] {
    display: grid !important;
    grid-template-columns: repeat(var(--g29-module-columns, 2), minmax(0, 1fr)) !important;
}

[data-g29-adaptive-layout="equal-row"][data-g29-adaptive-mode="flex"] {
    display: flex !important;
    flex-wrap: nowrap !important;
}

[data-g29-adaptive-layout="equal-row"][data-g29-adaptive-mode="flex"] > * {
    flex: 1 1 0 !important;
    min-width: 0 !important;
}

html.g29-designer-active [data-g29-slider-editor-active] > *:not([data-g29-slider-editor-selected]) {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
}

html.g29-designer-active [data-g29-slider-editor-active] > [data-g29-slider-editor-selected] {
    z-index: 2 !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
}

@media (max-width: 1100px) {
    [data-g29-adaptive-layout="equal-row"][data-g29-adaptive-mode="grid"] {
        grid-template-columns: repeat(auto-fit, minmax(min(100%, 220px), 1fr)) !important;
    }

    [data-g29-adaptive-layout="equal-row"][data-g29-adaptive-mode="flex"] {
        flex-wrap: wrap !important;
    }

    [data-g29-adaptive-layout="equal-row"][data-g29-adaptive-mode="flex"] > * {
        flex-basis: min(100%, 220px) !important;
    }
}

html.g29-module-dialog-open,
html.g29-module-dialog-open body {
    overflow: hidden !important;
}

.g29-module-dialog {
    position: fixed;
    inset: 0;
    z-index: 2147483646;
    display: grid;
    place-items: center;
    padding: 26px;
    background:
        radial-gradient(circle at 18% 8%, rgba(38, 170, 225, .12), transparent 32%),
        rgba(3, 10, 18, .48);
    backdrop-filter: blur(12px) saturate(1.05);
    -webkit-backdrop-filter: blur(12px) saturate(1.05);
    font: 500 14px/1.4 "Segoe UI Variable", "Segoe UI", ui-sans-serif, system-ui, sans-serif;
}

.g29-module-dialog[hidden] {
    display: none;
}

.g29-module-dialog-panel {
    display: grid;
    grid-template-rows: auto minmax(0, 1fr) auto;
    width: min(1040px, calc(100vw - 44px));
    max-height: min(760px, calc(100vh - 44px));
    overflow: hidden;
    border: 1px solid rgba(226, 232, 240, .84);
    border-radius: 22px;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, .995), rgba(246, 249, 251, .985)),
        #fff;
    color: #102235;
    box-shadow:
        0 42px 120px rgba(2, 8, 16, .32),
        0 0 0 1px rgba(255, 255, 255, .82) inset;
    animation: g29-module-dialog-in .2s cubic-bezier(.2, .82, .2, 1) both;
}

.g29-module-dialog-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    min-height: 76px;
    padding: 14px 18px;
    border-bottom: 1px solid rgba(15, 31, 45, .08);
    background: rgba(255, 255, 255, .86);
}

.g29-module-dialog-heading {
    display: flex;
    align-items: center;
    min-width: 0;
    gap: 12px;
}

.g29-module-dialog-heading > div {
    display: grid;
    min-width: 0;
    gap: 3px;
}

.g29-module-dialog-heading strong {
    overflow: hidden;
    color: #102235;
    font-size: 17px;
    font-weight: 780;
    line-height: 1.15;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.g29-module-dialog-heading > div > span {
    overflow: hidden;
    color: #68798a;
    font-size: 12px;
    font-weight: 620;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.g29-module-dialog-icon,
.g29-module-visual > svg {
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(38, 170, 225, .18);
    border-radius: 13px;
    background: linear-gradient(145deg, rgba(231, 247, 253, .96), rgba(247, 252, 255, .98));
    color: #167fae;
    box-shadow: 0 8px 20px rgba(21, 113, 154, .09);
    padding: 9px;
}

.g29-module-dialog-icon svg,
.g29-module-visual > svg,
.g29-module-action-icon svg,
.g29-module-history svg,
.g29-module-dialog-close svg,
.g29-module-empty svg {
    display: block;
    width: 100%;
    height: 100%;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.g29-module-dialog-close,
.g29-module-dialog-done {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-height: 38px !important;
    border: 1px solid rgba(15, 31, 45, .12) !important;
    border-radius: 999px !important;
    background: #fff !important;
    color: #263b50 !important;
    padding: 0 15px !important;
    font: 720 12px/1 "Segoe UI Variable", "Segoe UI", ui-sans-serif, system-ui, sans-serif !important;
    cursor: pointer;
}

.g29-module-dialog-close svg {
    width: 17px;
    height: 17px;
}

.g29-module-dialog-body {
    display: grid;
    grid-template-columns: 300px minmax(0, 1fr);
    min-height: 0;
    overflow: auto;
}

.g29-module-overview {
    display: grid;
    align-content: start;
    gap: 18px;
    padding: 24px;
    border-right: 1px solid rgba(15, 31, 45, .08);
    background:
        radial-gradient(circle at 0 0, rgba(38, 170, 225, .10), transparent 38%),
        rgba(242, 247, 250, .7);
}

.g29-module-visual {
    display: flex;
    align-items: center;
    gap: 10px;
}

.g29-module-visual > svg {
    width: 48px;
    height: 48px;
    padding: 11px;
}

.g29-module-visual > span {
    border: 1px solid rgba(38, 170, 225, .18);
    border-radius: 999px;
    background: rgba(255, 255, 255, .76);
    color: #167fae;
    padding: 5px 9px;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.g29-module-kicker {
    display: block;
    margin-bottom: 6px;
    color: #a44958;
    font-size: 10px;
    font-weight: 820;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.g29-module-overview h2,
.g29-module-editor h2,
.g29-module-repeater-card h3 {
    margin: 0;
    color: #102235;
    font-family: "Segoe UI Variable", "Segoe UI", ui-sans-serif, system-ui, sans-serif;
    line-height: 1.18;
}

.g29-module-overview h2,
.g29-module-editor h2 {
    font-size: 19px;
    font-weight: 780;
}

.g29-module-overview p {
    margin: 8px 0 0;
    color: #66798a;
    font-size: 12px;
    line-height: 1.6;
}

.g29-module-overview dl {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 7px;
    margin: 0;
}

.g29-module-overview dl > div {
    display: grid;
    gap: 4px;
    min-width: 0;
    border: 1px solid rgba(15, 31, 45, .08);
    border-radius: 12px;
    background: rgba(255, 255, 255, .78);
    padding: 10px 8px;
    text-align: center;
}

.g29-module-overview dt {
    overflow: hidden;
    color: #778696;
    font-size: 9px;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.g29-module-overview dd {
    margin: 0;
    color: #173149;
    font-size: 18px;
    font-weight: 800;
}

.g29-module-tip {
    display: grid;
    gap: 4px;
    border: 1px solid rgba(164, 73, 88, .14);
    border-radius: 14px;
    background: rgba(255, 246, 247, .72);
    padding: 12px 13px;
}

.g29-module-tip strong {
    color: #7f3542;
    font-size: 11px;
}

.g29-module-tip span {
    color: #755b62;
    font-size: 10px;
    line-height: 1.45;
}

.g29-module-editor {
    display: grid;
    align-content: start;
    gap: 14px;
    min-width: 0;
    padding: 24px;
}

.g29-module-editor-intro,
.g29-module-repeater-card > header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}

.g29-module-editor-intro > span {
    border: 1px solid rgba(15, 31, 45, .09);
    border-radius: 999px;
    background: #f5f8fa;
    color: #6d7c8b;
    padding: 6px 10px;
    font-size: 10px;
    font-weight: 740;
}

.g29-module-repeater-card {
    display: grid;
    gap: 14px;
    border: 1px solid rgba(15, 31, 45, .09);
    border-radius: 18px;
    background: rgba(255, 255, 255, .88);
    box-shadow: 0 14px 34px rgba(10, 35, 52, .06);
    padding: 17px;
}

.g29-module-repeater-card h3 {
    font-size: 15px;
    font-weight: 760;
}

.g29-module-count {
    display: flex;
    align-items: baseline;
    gap: 5px;
    border: 1px solid rgba(38, 170, 225, .14);
    border-radius: 12px;
    background: rgba(237, 249, 254, .72);
    color: #176f98;
    padding: 7px 10px;
}

.g29-module-count strong {
    font-size: 17px;
    font-weight: 820;
}

.g29-module-count span {
    font-size: 9px;
    font-weight: 760;
    text-transform: uppercase;
}

.g29-module-selection {
    margin: -2px 0 0;
    color: #6b7b8b;
    font-size: 11px;
}

.g29-module-action-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
}

.g29-module-action {
    display: grid !important;
    grid-template-columns: 38px minmax(0, 1fr);
    align-items: center;
    gap: 10px;
    min-height: 64px !important;
    border: 1px solid rgba(15, 31, 45, .10) !important;
    border-radius: 14px !important;
    background: linear-gradient(180deg, #fff, #f8fafb) !important;
    color: #183047 !important;
    padding: 10px 12px !important;
    text-align: left !important;
    cursor: pointer;
    transition: transform .15s ease, border-color .15s ease, box-shadow .15s ease;
}

.g29-module-action:hover:not(:disabled) {
    border-color: rgba(38, 170, 225, .38) !important;
    box-shadow: 0 10px 26px rgba(16, 77, 105, .10);
    transform: translateY(-1px);
}

.g29-module-action[data-tone="danger"]:not(:disabled) {
    border-color: rgba(164, 73, 88, .18) !important;
    background: linear-gradient(180deg, #fff, #fff7f8) !important;
}

.g29-module-action[data-tone="danger"]:not(:disabled) .g29-module-action-icon {
    background: rgba(164, 73, 88, .09);
    color: #a44958;
}

.g29-module-action:disabled,
.g29-module-history button:disabled {
    cursor: not-allowed;
    opacity: .42;
}

.g29-module-action-icon {
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    border-radius: 11px;
    background: rgba(38, 170, 225, .09);
    color: #167fae;
    padding: 9px;
}

.g29-module-action > span:last-child {
    display: grid;
    min-width: 0;
    gap: 3px;
}

.g29-module-action strong {
    overflow: hidden;
    color: inherit;
    font-size: 11px;
    font-weight: 780;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.g29-module-action small {
    overflow: hidden;
    color: #748291;
    font-size: 9px;
    font-weight: 600;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.g29-slider-builder {
    display: grid;
    gap: 14px;
}

.g29-slider-builder > header {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 16px;
    border: 1px solid rgba(38, 170, 225, .14);
    border-radius: 16px;
    background: linear-gradient(135deg, rgba(237, 249, 254, .8), rgba(255, 255, 255, .94));
    padding: 15px;
}

.g29-slider-builder > header h3,
.g29-slider-card h3 {
    margin: 0;
    color: #102235;
    font: 780 15px/1.2 "Segoe UI Variable", "Segoe UI", ui-sans-serif, system-ui, sans-serif;
}

.g29-slider-builder > header p {
    max-width: 560px;
    margin: 5px 0 0;
    color: #66798a;
    font-size: 10px;
    line-height: 1.5;
}

.g29-slider-add,
.g29-slider-edit,
.g29-slider-card-actions button {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-height: 36px !important;
    border: 1px solid rgba(15, 31, 45, .11) !important;
    border-radius: 10px !important;
    background: #fff !important;
    color: #183047 !important;
    padding: 0 11px !important;
    font: 730 10px/1 "Segoe UI Variable", "Segoe UI", ui-sans-serif, system-ui, sans-serif !important;
    cursor: pointer;
}

.g29-slider-add {
    flex: 0 0 auto;
    border-color: #173149 !important;
    background: #173149 !important;
    color: #fff !important;
}

.g29-slider-add svg,
.g29-slider-edit svg,
.g29-slider-card-actions svg {
    width: 17px;
    height: 17px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.g29-slider-list {
    display: grid;
    gap: 10px;
}

.g29-slider-card {
    display: grid;
    grid-template-columns: 150px minmax(0, 1fr);
    overflow: hidden;
    border: 1px solid rgba(15, 31, 45, .09);
    border-radius: 16px;
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 10px 28px rgba(10, 35, 52, .05);
}

.g29-slider-card[data-selected="true"] {
    border-color: rgba(38, 170, 225, .42);
    box-shadow: 0 0 0 2px rgba(38, 170, 225, .08), 0 12px 30px rgba(10, 35, 52, .07);
}

.g29-slider-card-preview {
    position: relative;
    min-height: 158px;
    overflow: hidden;
    background: #dfe8ed;
}

.g29-slider-card-preview img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 158px;
    object-fit: cover;
}

.g29-slider-card-preview > span {
    display: grid;
    place-items: center;
    width: 100%;
    height: 100%;
    min-height: 158px;
    color: #568096;
}

.g29-slider-card-preview > span svg {
    width: 38px;
    height: 38px;
    fill: none;
    stroke: currentColor;
}

.g29-slider-card-preview > strong {
    position: absolute;
    left: 10px;
    bottom: 10px;
    display: grid;
    place-items: center;
    min-width: 34px;
    height: 28px;
    border: 1px solid rgba(255, 255, 255, .34);
    border-radius: 999px;
    background: rgba(8, 25, 39, .8);
    color: #fff;
    font-size: 10px;
    backdrop-filter: blur(8px);
}

.g29-slider-card-content {
    display: grid;
    gap: 11px;
    padding: 14px;
}

.g29-slider-card-content > header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.g29-slider-card-content > header > div {
    min-width: 0;
}

.g29-slider-card h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.g29-slider-edit {
    flex: 0 0 auto;
    border-color: rgba(38, 170, 225, .2) !important;
    color: #167fae !important;
}

.g29-slider-fields {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
}

.g29-slider-fields label {
    display: grid;
    gap: 5px;
}

.g29-slider-fields label > span {
    color: #6e7d8b;
    font-size: 9px;
    font-weight: 720;
}

.g29-slider-fields input {
    width: 100%;
    height: 34px;
    border: 1px solid rgba(15, 31, 45, .12);
    border-radius: 9px;
    background: #fff;
    color: #173149;
    padding: 0 10px;
    font: 600 10px/1 "Segoe UI Variable", "Segoe UI", ui-sans-serif, system-ui, sans-serif;
    outline: none;
}

.g29-slider-fields input:focus {
    border-color: rgba(38, 170, 225, .54);
    box-shadow: 0 0 0 3px rgba(38, 170, 225, .08);
}

.g29-slider-field-wide {
    grid-column: 1 / -1;
}

.g29-slider-card-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.g29-slider-card-actions button {
    min-height: 31px !important;
    padding: 0 9px !important;
}

.g29-slider-card-actions button[data-tone="danger"]:not(:disabled) {
    border-color: rgba(164, 73, 88, .2) !important;
    background: #fff7f8 !important;
    color: #a44958 !important;
}

.g29-slider-card-actions button:disabled {
    cursor: not-allowed;
    opacity: .38;
}

.g29-module-empty {
    display: grid;
    place-items: center;
    gap: 8px;
    min-height: 220px;
    border: 1px dashed rgba(15, 31, 45, .16);
    border-radius: 18px;
    color: #6d7b89;
    padding: 32px;
    text-align: center;
}

.g29-module-empty > span {
    width: 42px;
    height: 42px;
    color: #4299bd;
}

.g29-module-empty strong {
    color: #21384d;
}

.g29-module-empty p {
    max-width: 420px;
    margin: 0;
    font-size: 11px;
}

.g29-module-dialog-footer {
    display: grid;
    grid-template-columns: auto minmax(160px, 1fr) auto;
    align-items: center;
    gap: 16px;
    min-height: 72px;
    padding: 12px 18px;
    border-top: 1px solid rgba(15, 31, 45, .08);
    background: rgba(250, 252, 253, .94);
}

.g29-module-dialog-footer > p {
    margin: 0;
    color: #6d7c8a;
    font-size: 10px;
    font-weight: 620;
    text-align: center;
}

.g29-module-history {
    display: flex;
    gap: 8px;
}

.g29-module-history button {
    display: grid !important;
    grid-template-columns: 28px auto;
    align-items: center;
    gap: 7px;
    min-width: 118px;
    min-height: 42px !important;
    border: 1px solid rgba(15, 31, 45, .10) !important;
    border-radius: 12px !important;
    background: #fff !important;
    color: #21394e !important;
    padding: 6px 10px !important;
    text-align: left !important;
    cursor: pointer;
}

.g29-module-history button > svg {
    width: 22px;
    height: 22px;
    color: #167fae;
}

.g29-module-history button > span {
    display: grid;
    gap: 2px;
}

.g29-module-history strong {
    font-size: 10px;
    font-weight: 790;
}

.g29-module-history small {
    color: #788695;
    font-size: 8px;
    font-weight: 650;
}

.g29-module-dialog-done {
    min-width: 84px;
    border-color: #173149 !important;
    background: #173149 !important;
    color: #fff !important;
}

@media (max-width: 800px) {
    .g29-module-dialog {
        padding: 12px;
    }

    .g29-module-dialog-panel {
        width: calc(100vw - 24px);
        max-height: calc(100vh - 24px);
    }

    .g29-module-dialog-body {
        grid-template-columns: 1fr;
    }

    .g29-module-overview {
        border-right: 0;
        border-bottom: 1px solid rgba(15, 31, 45, .08);
    }

    .g29-slider-card {
        grid-template-columns: 124px minmax(0, 1fr);
    }

    .g29-module-dialog-footer {
        grid-template-columns: 1fr auto;
    }

    .g29-module-dialog-footer > p {
        display: none;
    }
}

@media (max-width: 520px) {
    .g29-module-dialog-header {
        min-height: 64px;
        padding: 10px 12px;
    }

    .g29-module-dialog-close > span {
        display: none;
    }

    .g29-module-dialog-close {
        width: 38px;
        padding: 0 !important;
    }

    .g29-module-overview,
    .g29-module-editor {
        padding: 17px;
    }

    .g29-module-action-grid {
        grid-template-columns: 1fr;
    }

    .g29-slider-builder > header {
        align-items: stretch;
        flex-direction: column;
    }

    .g29-slider-card {
        grid-template-columns: 1fr;
    }

    .g29-slider-card-preview,
    .g29-slider-card-preview img,
    .g29-slider-card-preview > span {
        min-height: 132px;
        max-height: 180px;
    }

    .g29-slider-fields {
        grid-template-columns: 1fr;
    }

    .g29-slider-field-wide {
        grid-column: auto;
    }

    .g29-module-history button {
        min-width: 44px;
        grid-template-columns: 24px;
        justify-content: center;
    }

    .g29-module-history button > span {
        display: none;
    }
}

/* Module workspace v2: compact, visual and action-led. */
.g29-module-dialog {
    padding: 24px;
    background:
        radial-gradient(circle at 50% 18%, rgba(95, 139, 165, .18), transparent 38%),
        rgba(8, 17, 25, .58);
    backdrop-filter: blur(18px) saturate(.92);
    -webkit-backdrop-filter: blur(18px) saturate(.92);
}

.g29-module-dialog-panel {
    width: min(960px, calc(100vw - 48px));
    max-height: min(760px, calc(100dvh - 48px));
    border-color: rgba(255, 255, 255, .74);
    border-radius: 24px;
    background: #f6f8f9;
    box-shadow:
        0 36px 96px rgba(4, 12, 20, .34),
        0 1px 0 rgba(255, 255, 255, .9) inset;
}

.g29-module-dialog-header {
    min-height: 68px;
    padding: 12px 16px 12px 18px;
    background: rgba(255, 255, 255, .94);
}

.g29-module-dialog-heading {
    gap: 11px;
}

.g29-module-dialog-heading > div {
    gap: 2px;
}

.g29-module-dialog-heading strong {
    font-size: 16px;
    font-weight: 760;
    letter-spacing: -.018em;
}

.g29-module-dialog-heading > div > span {
    color: #73808c;
    font-size: 10px;
    font-weight: 650;
    text-transform: capitalize;
}

.g29-module-dialog-icon {
    width: 38px;
    height: 38px;
    border-color: rgba(20, 128, 174, .16);
    border-radius: 12px;
    background: #edf7fb;
    color: #1284b4;
    box-shadow: none;
    padding: 8px;
}

.g29-module-dialog-close {
    width: 38px;
    min-height: 38px !important;
    border-color: transparent !important;
    background: transparent !important;
    padding: 0 !important;
    transition: background .18s ease, transform .18s ease;
}

.g29-module-dialog-close:hover {
    background: #eef2f4 !important;
}

.g29-module-dialog-close:active {
    transform: scale(.96);
}

.g29-module-dialog-close > span {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    clip: rect(0 0 0 0) !important;
    clip-path: inset(50%) !important;
    white-space: nowrap !important;
}

.g29-module-dialog-body {
    display: block;
    min-height: 0;
    overflow: auto;
    background:
        radial-gradient(circle at 100% 0, rgba(22, 132, 180, .055), transparent 32%),
        #f6f8f9;
}

.g29-module-editor {
    display: grid;
    gap: 14px;
    padding: 20px;
}

.g29-module-repeater-card {
    gap: 16px;
    border-color: rgba(23, 49, 73, .08);
    border-radius: 20px;
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 12px 34px rgba(19, 44, 62, .055);
    padding: 16px;
}

.g29-module-repeater-card > header {
    min-height: 36px;
}

.g29-module-repeater-card > header > div:first-child {
    display: grid;
    gap: 3px;
}

.g29-module-repeater-card > header > div:first-child > span {
    color: #7a8792;
    font-size: 10px;
    font-weight: 650;
}

.g29-module-repeater-card h3 {
    font-size: 15px;
    font-weight: 760;
    letter-spacing: -.016em;
}

.g29-module-count {
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border: 0;
    border-radius: 11px;
    background: #edf7fb;
    color: #117eac;
    padding: 0;
    font-variant-numeric: tabular-nums;
}

.g29-module-count strong {
    font-size: 13px;
    font-weight: 780;
}

.g29-module-item-strip {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(120px, 1fr);
    gap: 8px;
    overflow-x: auto;
    padding: 2px 2px 7px;
    scrollbar-width: thin;
    scrollbar-color: rgba(33, 75, 99, .22) transparent;
}

.g29-module-item {
    display: grid !important;
    gap: 7px;
    min-width: 0;
    border: 1px solid transparent !important;
    border-radius: 14px !important;
    background: #f3f6f7 !important;
    color: #1a3449 !important;
    padding: 6px 6px 9px !important;
    text-align: left !important;
    cursor: pointer;
    transition: border-color .18s ease, background .18s ease, box-shadow .18s ease, transform .18s ease;
}

.g29-module-item:hover {
    background: #eef4f6 !important;
    transform: translateY(-1px);
}

.g29-module-item[aria-pressed="true"] {
    border-color: rgba(18, 132, 180, .48) !important;
    background: #fff !important;
    box-shadow: 0 0 0 3px rgba(18, 132, 180, .08);
}

.g29-module-item-preview {
    position: relative;
    display: grid;
    place-items: center;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    border-radius: 10px;
    background: #e7edef;
    color: #6e8795;
}

.g29-module-item-preview img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.g29-module-item-preview > span {
    width: 25px;
    height: 25px;
}

.g29-module-item-preview svg {
    display: block;
    width: 100%;
    height: 100%;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
}

.g29-module-item-preview b {
    position: absolute;
    left: 6px;
    bottom: 6px;
    display: grid;
    place-items: center;
    min-width: 25px;
    height: 20px;
    border-radius: 7px;
    background: rgba(9, 27, 39, .78);
    color: #fff;
    font-size: 8px;
    font-variant-numeric: tabular-nums;
    backdrop-filter: blur(6px);
}

.g29-module-item > strong {
    overflow: hidden;
    padding: 0 3px;
    font-size: 10px;
    font-weight: 720;
    line-height: 1.25;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.g29-module-action-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(92px, 1fr));
    gap: 7px;
    padding-top: 13px;
    border-top: 1px solid rgba(23, 49, 73, .07);
}

.g29-module-action {
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-height: 45px !important;
    border-color: transparent !important;
    border-radius: 12px !important;
    background: #f2f5f6 !important;
    color: #294256 !important;
    padding: 7px 10px !important;
    text-align: center !important;
    transition: background .18s ease, color .18s ease, transform .18s ease, box-shadow .18s ease;
}

.g29-module-action:hover:not(:disabled) {
    border-color: transparent !important;
    background: #e8f2f6 !important;
    box-shadow: none;
    transform: translateY(-1px);
}

.g29-module-action:active:not(:disabled) {
    transform: scale(.98);
}

.g29-module-action[data-g29-module-action$=":add"]:not(:disabled),
.g29-module-action[data-g29-module-action^="fields:add"]:not(:disabled) {
    background: #173149 !important;
    color: #fff !important;
}

.g29-module-action[data-tone="danger"]:not(:disabled) {
    border-color: transparent !important;
    background: #fff1f3 !important;
    color: #a44958 !important;
}

.g29-module-action[data-tone="danger"]:not(:disabled) .g29-module-action-icon,
.g29-module-action-icon {
    width: 23px;
    height: 23px;
    border-radius: 0;
    background: transparent;
    color: currentColor;
    padding: 2px;
}

.g29-module-action > span:last-child {
    display: block;
    min-width: 0;
    overflow: hidden;
    font-size: 10px;
    font-weight: 720;
    line-height: 1;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.g29-module-action:disabled,
.g29-module-history button:disabled {
    opacity: .34;
}

.g29-slider-builder {
    gap: 12px;
}

.g29-slider-builder > header {
    align-items: center;
    border: 0;
    border-radius: 0;
    background: transparent;
    padding: 0 1px;
}

.g29-slider-builder > header > div {
    display: grid;
    gap: 3px;
}

.g29-slider-builder > header h3 {
    font-size: 15px;
    letter-spacing: -.016em;
}

.g29-slider-builder > header > div > span {
    color: #7a8792;
    font-size: 10px;
    font-weight: 650;
}

.g29-slider-add,
.g29-slider-edit,
.g29-slider-card-actions button {
    border-color: transparent !important;
    background: #f1f4f5 !important;
    transition: background .18s ease, transform .18s ease;
}

.g29-slider-add {
    min-height: 38px !important;
    border-radius: 11px !important;
    background: #173149 !important;
}

.g29-slider-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
}

.g29-slider-card {
    grid-template-columns: 112px minmax(0, 1fr);
    border-color: rgba(23, 49, 73, .08);
    border-radius: 16px;
    box-shadow: none;
}

.g29-slider-card-preview,
.g29-slider-card-preview img,
.g29-slider-card-preview > span {
    min-height: 144px;
}

.g29-slider-card-content {
    align-content: start;
    gap: 8px;
    padding: 11px;
}

.g29-slider-card-content > header > div > span {
    color: #7a8792;
    font-size: 8px;
    font-weight: 760;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.g29-slider-card h3 {
    margin-top: 2px;
    font-size: 12px;
}

.g29-slider-edit {
    min-height: 32px !important;
    padding: 0 8px !important;
}

.g29-slider-edit > span {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    clip-path: inset(50%) !important;
}

.g29-slider-details {
    border-top: 1px solid rgba(23, 49, 73, .07);
    border-bottom: 1px solid rgba(23, 49, 73, .07);
}

.g29-slider-details summary {
    display: flex;
    align-items: center;
    gap: 6px;
    min-height: 32px;
    color: #566978;
    font-size: 9px;
    font-weight: 720;
    cursor: pointer;
    list-style: none;
}

.g29-slider-details summary::-webkit-details-marker {
    display: none;
}

.g29-slider-details summary::after {
    content: '+';
    margin-left: auto;
    color: #74828d;
    font-size: 14px;
    font-weight: 500;
}

.g29-slider-details[open] summary::after {
    content: '−';
}

.g29-slider-details summary svg {
    width: 15px;
    height: 15px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
}

.g29-slider-fields {
    grid-template-columns: 1fr;
    gap: 7px;
    padding: 4px 0 10px;
}

.g29-slider-field-wide {
    grid-column: auto;
}

.g29-slider-card-actions {
    flex-wrap: nowrap;
    gap: 5px;
}

.g29-slider-card-actions button {
    width: 31px;
    min-height: 31px !important;
    border-radius: 9px !important;
    padding: 0 !important;
}

.g29-slider-card-actions button > span {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    clip-path: inset(50%) !important;
}

.g29-module-dialog-footer {
    grid-template-columns: auto minmax(120px, 1fr) auto;
    gap: 12px;
    min-height: 64px;
    padding: 10px 16px;
    background: rgba(255, 255, 255, .94);
}

.g29-module-dialog-footer > p {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    color: #78848e;
    font-size: 9px;
    font-weight: 650;
}

.g29-module-dialog-footer > p::before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #55a77b;
    box-shadow: 0 0 0 3px rgba(85, 167, 123, .12);
}

.g29-module-history {
    gap: 6px;
}

.g29-module-history button {
    display: grid !important;
    place-items: center;
    width: 40px;
    min-width: 40px;
    min-height: 40px !important;
    border-color: transparent !important;
    border-radius: 11px !important;
    background: #f0f4f5 !important;
    padding: 9px !important;
    transition: background .18s ease, transform .18s ease;
}

.g29-module-history button:hover:not(:disabled) {
    background: #e5f0f4 !important;
    transform: translateY(-1px);
}

.g29-module-history button > svg {
    width: 21px;
    height: 21px;
}

.g29-module-history button > span {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    clip-path: inset(50%) !important;
}

.g29-module-dialog-done {
    min-width: 76px;
    min-height: 40px !important;
    border-radius: 12px !important;
    transition: transform .18s ease, background .18s ease;
}

.g29-module-dialog-done:hover {
    background: #21425d !important;
    transform: translateY(-1px);
}

.g29-module-dialog button:focus-visible,
.g29-module-dialog summary:focus-visible,
.g29-module-dialog input:focus-visible {
    outline: 3px solid rgba(18, 132, 180, .22) !important;
    outline-offset: 2px;
}

@media (max-width: 800px) {
    .g29-module-dialog {
        padding: 12px;
    }

    .g29-module-dialog-panel {
        width: calc(100vw - 24px);
        max-height: calc(100dvh - 24px);
    }

    .g29-module-editor {
        padding: 14px;
    }

    .g29-slider-list {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 520px) {
    .g29-module-dialog-header {
        min-height: 62px;
        padding: 10px 12px;
    }

    .g29-module-editor {
        padding: 10px;
    }

    .g29-module-repeater-card {
        padding: 12px;
    }

    .g29-module-item-strip {
        grid-auto-columns: minmax(105px, 44%);
    }

    .g29-module-action-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .g29-module-dialog-footer {
        grid-template-columns: auto 1fr auto;
        padding: 9px 12px;
    }

    .g29-module-dialog-footer > p {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}

@keyframes g29-module-dialog-in {
    from { opacity: 0; transform: translateY(12px) scale(.985); }
    to { opacity: 1; transform: translateY(0) scale(1); }
}

.g29-icon-picker {
    position: fixed;
    inset: 0;
    z-index: 2147483647;
    display: grid;
    place-items: center;
    padding: 28px;
    background: rgba(3, 10, 18, .36);
    backdrop-filter: blur(10px) saturate(1.05);
    -webkit-backdrop-filter: blur(10px) saturate(1.05);
}

.g29-icon-picker[hidden] {
    display: none;
}

.g29-icon-picker-panel {
    width: min(1040px, calc(100vw - 44px));
    max-height: min(720px, calc(100vh - 44px));
    overflow: hidden;
    border: 1px solid rgba(226, 232, 240, .76);
    border-radius: 16px;
    background: rgba(255, 255, 255, .96);
    color: #10202f;
    box-shadow: 0 30px 90px rgba(2, 8, 16, .24);
    font: 500 14px/1.35 "Segoe UI Variable", "Segoe UI", ui-sans-serif, system-ui, sans-serif;
    animation: g29-icon-picker-in .18s cubic-bezier(.2, .8, .2, 1) both;
}

.g29-icon-picker-panel header,
.g29-icon-picker-tools {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 16px;
    border-bottom: 1px solid rgba(15, 23, 42, .08);
}

.g29-icon-picker-panel header {
    justify-content: space-between;
}

.g29-icon-picker-panel header > div {
    display: grid;
    gap: 3px;
}

.g29-icon-picker-panel strong {
    font-size: 15px;
    font-weight: 720;
}

.g29-icon-picker-panel header span {
    color: #6a7886;
    font-size: 12px;
    font-weight: 620;
}

.g29-icon-picker-panel header button {
    height: 34px;
    border: 1px solid rgba(15, 23, 42, .14);
    border-radius: 999px;
    background: #fff;
    color: #243548;
    padding: 0 14px;
    font-weight: 700;
    cursor: pointer;
}

.g29-icon-picker-tools input[type="search"] {
    flex: 1 1 280px;
    min-width: 160px;
    height: 40px;
    border: 1px solid rgba(15, 23, 42, .16);
    border-radius: 999px;
    background: #fff;
    color: #10202f;
    padding: 0 16px;
    outline: none;
}

.g29-icon-picker-tools select {
    flex: 0 1 190px;
    min-width: 140px;
    height: 40px;
    border: 1px solid rgba(15, 23, 42, .16);
    border-radius: 999px;
    background: #fff;
    color: #243548;
    padding: 0 34px 0 13px;
    font: 700 12px/1 "Segoe UI Variable", "Segoe UI", ui-sans-serif, system-ui, sans-serif;
    outline: none;
}

.g29-icon-status {
    min-height: 35px;
    margin: 0;
    border-bottom: 1px solid rgba(15, 23, 42, .08);
    color: #647484;
    padding: 9px 16px;
    font-size: 11px;
    font-weight: 650;
}

.g29-icon-colors {
    display: flex;
    gap: 7px;
}

.g29-icon-colors button {
    width: 28px;
    height: 28px;
    border: 2px solid #fff;
    border-radius: 999px;
    background: var(--g29-swatch);
    box-shadow: 0 0 0 1px rgba(15, 23, 42, .18);
    cursor: pointer;
}

.g29-icon-picker-tools label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #536274;
    font-size: 12px;
    font-weight: 700;
}

.g29-icon-picker-tools input[type="color"] {
    width: 34px;
    height: 30px;
    border: 0;
    background: transparent;
    padding: 0;
    cursor: pointer;
}

.g29-icon-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(104px, 1fr));
    gap: 8px;
    max-height: calc(min(720px, 100vh - 44px) - 170px);
    overflow: auto;
    padding: 14px 16px 18px;
}

.g29-icon-grid button {
    display: grid;
    grid-template-columns: 30px minmax(0, 1fr);
    align-items: center;
    gap: 9px;
    min-height: 46px;
    border: 1px solid rgba(15, 23, 42, .1);
    border-radius: 12px;
    background: #fff;
    color: #0d2d3a;
    padding: 7px 9px;
    text-align: left;
    cursor: pointer;
    transition: border-color .14s ease, box-shadow .14s ease, transform .14s ease;
}

.g29-icon-grid button[data-original="true"] {
    border-color: rgba(164, 73, 88, .44);
    background: linear-gradient(180deg, rgba(255, 250, 249, .99), rgba(255, 244, 245, .96));
    box-shadow: inset 3px 0 0 #a44958;
}

.g29-icon-preview {
    display: grid;
    place-items: center;
    width: 27px;
    height: 27px;
    color: #a44958;
}

.g29-icon-preview img,
.g29-icon-preview svg {
    display: block;
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.g29-icon-preview svg {
    fill: currentColor;
    stroke: currentColor;
}

.g29-icon-card-copy {
    display: grid;
    min-width: 0;
    gap: 3px;
}

.g29-icon-glyph-preview {
    font-size: 21px;
    line-height: 1;
}

.g29-icon-grid button:hover {
    border-color: rgba(38, 170, 225, .52);
    box-shadow: 0 8px 24px rgba(2, 48, 71, .08);
    transform: translateY(-1px);
}

.g29-icon-grid button[data-selected="true"] {
    border-color: rgba(13, 34, 51, .45);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, .98), rgba(241, 247, 250, .95)),
        #fff;
    box-shadow: 0 0 0 2px rgba(13, 34, 51, .08), 0 10px 28px rgba(7, 26, 42, .12);
}

.g29-icon-grid .material-symbols-outlined {
    display: inline-grid;
    place-items: center;
    width: 24px;
    min-width: 24px;
    overflow: hidden;
    font-family: "Material Symbols Outlined" !important;
    font-size: 22px;
    font-weight: normal;
    font-style: normal;
    font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
    line-height: 1;
    color: #26aae1;
    direction: ltr;
    letter-spacing: normal;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
}

.g29-icon-grid button[data-selected="true"] .material-symbols-outlined {
    color: #0d2233;
}

.g29-icon-grid em {
    min-width: 0;
    overflow: hidden;
    color: #26394c;
    font-style: normal;
    font-size: 11px;
    font-weight: 680;
    line-height: 1.1;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.g29-icon-grid small {
    display: block;
    min-width: 0;
    overflow: hidden;
    color: #7a8793;
    font-size: 9px;
    font-weight: 650;
    line-height: 1.1;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.g29-icon-grid button[data-selected="true"] small {
    color: #0d2233;
}

.g29-icon-empty {
    grid-column: 1 / -1;
    border: 1px dashed rgba(15, 23, 42, .18);
    border-radius: 14px;
    color: #647484;
    padding: 30px;
    text-align: center;
}

[data-g29-icon-custom="true"][data-g29-icon-library]:has(svg)::before,
[data-g29-icon-custom="true"][data-g29-icon-library]:has(svg)::after {
    content: none !important;
}

.g29-icon-svg {
    display: inline-block;
    width: 1em;
    height: 1em;
    fill: currentColor;
    vertical-align: -.125em;
}

@media (max-width: 760px) {
    .g29-icon-picker {
        padding: 12px;
    }

    .g29-icon-picker-tools {
        flex-wrap: wrap;
    }

    .g29-icon-picker-tools input[type="search"] {
        flex-basis: calc(100% - 160px);
    }

    .g29-icon-colors {
        order: 3;
    }
}

@keyframes g29-icon-picker-in {
    from {
        opacity: 0;
        transform: translateY(10px) scale(.985);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@keyframes g29-halo-in {
    from {
        opacity: 0;
        transform: translateY(6px) scale(.98);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@keyframes g29-editing-pulse {
    0%, 100% {
        box-shadow:
            0 0 0 1px rgba(80, 230, 167, .42),
            0 0 0 8px rgba(80, 230, 167, .055),
            0 0 38px rgba(80, 230, 167, .09),
            0 20px 70px rgba(3, 16, 27, .2);
    }
    50% {
        box-shadow:
            0 0 0 1px rgba(80, 230, 167, .72),
            0 0 0 10px rgba(80, 230, 167, .095),
            0 0 48px rgba(80, 230, 167, .14),
            0 20px 70px rgba(3, 16, 27, .2);
    }
}

@keyframes g29-global-editing-pulse {
    0%, 100% {
        box-shadow:
            0 0 0 1px rgba(255, 190, 92, .54),
            0 0 0 8px rgba(255, 190, 92, .07),
            0 0 42px rgba(255, 190, 92, .13),
            0 20px 70px rgba(3, 16, 27, .2);
    }
    50% {
        box-shadow:
            0 0 0 1px rgba(255, 205, 115, .82),
            0 0 0 10px rgba(255, 190, 92, .12),
            0 0 52px rgba(255, 190, 92, .18),
            0 20px 70px rgba(3, 16, 27, .2);
    }
}
