html {
    width: 100%;
    min-width: 0;
    background: #050507 !important;
}

body.ci-pulse-standalone-page {
    width: 100%;
    max-width: 100%;
    min-height: 100vh;
    margin: 0 !important;
    overflow-x: hidden !important;
    color: #f6f7fb;
    background: #050507 !important;
    font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body.ci-pulse-standalone-page * {
    box-sizing: border-box;
}

.ci-pulse-route {
    display: block;
    width: 100%;
    min-width: 0;
    min-height: 100vh;
    overflow-x: hidden;
    background: #050507 !important;
}

.ci-pulse-app {
    position: relative;
    width: 100%;
    min-width: 0;
    min-height: 100vh;
    color: #f6f7fb;
    background: #050507;
}

.ci-pulse-app button,
.ci-pulse-app input,
.ci-pulse-app textarea,
.ci-pulse-app select {
    font: inherit;
}

.ci-pulse-sidebar {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 60;
    display: flex;
    flex-direction: column;
    width: 268px;
    height: 100vh;
    padding: 24px 20px 20px;
    overflow-y: auto;
    background: #0f0f10;
    border-right: 1px solid rgba(255, 255, 255, 0.08);
}

.ci-pulse-sidebar-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 28px;
}

.ci-pulse-sidebar-brand {
    display: inline-flex;
    align-items: center;
    min-width: 0;
    gap: 10px;
    color: #ffffff;
    text-decoration: none;
    font-size: 28px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0;
}

.ci-pulse-sidebar-brand img {
    display: block;
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    border-radius: 50%;
    object-fit: contain;
    filter: drop-shadow(0 0 12px rgba(143, 99, 255, 0.55));
}

.ci-pulse-sidebar-close {
    display: none;
    width: 38px;
    height: 38px;
    place-items: center;
    color: rgba(246, 247, 251, 0.8);
    background: transparent;
    border: 0;
    border-radius: 8px;
    cursor: pointer;
}

.ci-pulse-sidebar-nav {
    display: grid;
    gap: 4px;
}

.ci-pulse-sidebar-group {
    display: grid;
    gap: 10px;
    margin-top: 32px;
}

.ci-pulse-sidebar-label {
    padding: 0 12px;
    color: rgba(246, 247, 251, 0.42);
    font-size: 13px;
    font-weight: 800;
    line-height: 1.2;
}

.ci-pulse-sidebar-link {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 44px;
    gap: 12px;
    padding: 0 12px;
    color: rgba(246, 247, 251, 0.82);
    background: transparent;
    border: 0;
    border-radius: 8px;
    text-align: left;
    text-decoration: none;
    font: inherit;
    font-size: 16px;
    font-weight: 750;
    line-height: 1.2;
    cursor: pointer;
}

.ci-pulse-sidebar-link span {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ci-pulse-sidebar-link .ci-pulse-svg-icon {
    --ci-pulse-icon-size: 22px;
    flex: 0 0 auto;
}

.ci-pulse-sidebar-link:hover,
.ci-pulse-sidebar-link:focus-visible,
.ci-pulse-sidebar-link.is-active {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.11);
}

.ci-pulse-sidebar-footer {
    margin-top: auto;
    padding-top: 24px;
}

.ci-pulse-sidebar-scrim {
    position: fixed;
    inset: 0;
    z-index: 55;
    background: rgba(0, 0, 0, 0.55);
}

.ci-pulse-sidebar-scrim[hidden] {
    display: none;
}

.ci-pulse-context-panel {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 20;
    width: max(120px, calc((100vw - 720px) / 2));
    height: 100vh;
    pointer-events: none;
}

.ci-pulse-floating-compose {
    position: fixed;
    right: 28px;
    bottom: 28px;
    display: grid;
    place-items: center;
    width: 64px;
    height: 64px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 18px;
    cursor: pointer;
    pointer-events: auto;
}

.ci-pulse-floating-compose:hover,
.ci-pulse-floating-compose:focus-visible {
    background: rgba(143, 99, 255, 0.34);
    border-color: rgba(143, 99, 255, 0.55);
}

.ci-pulse-bottom-nav {
    display: none;
}

.ci-pulse-shell {
    width: min(720px, 100%);
    min-height: 100vh;
    margin: 0 auto;
    color: #f6f7fb;
    font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    border-left: 1px solid rgba(255, 255, 255, 0.08);
    border-right: 1px solid rgba(255, 255, 255, 0.08);
}

.ci-pulse-shell,
.ci-pulse-shell *,
.ci-pulse-shell *::before,
.ci-pulse-shell *::after {
    box-sizing: border-box;
}

body.ci-pulse-page .jws-form-login-popup .jws-form-content,
body.ci-pulse-page .jws-login-container {
    background: #121212 !important;
    color: #ffffff !important;
}

body.ci-pulse-page .jws-form-login-popup .jws-form-content label,
body.ci-pulse-page .jws-form-login-popup .form-head h5,
body.ci-pulse-page .jws-login-container .privacy-policy,
body.ci-pulse-page .jws-login-container .change-form,
body.ci-pulse-page .jws-login-container a {
    color: #ffffff !important;
}

body.ci-pulse-page #jws-login-form .jws-animation form input:not([type="checkbox"]):not([type="submit"]),
body.ci-pulse-page .jws-form-login-popup input:not([type="checkbox"]):not([type="submit"]) {
    background: #1e1e1e !important;
    color: #ffffff !important;
    border-color: rgba(255, 255, 255, 0.14) !important;
}

.ci-pulse-topbar {
    position: sticky;
    top: 0;
    z-index: 30;
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr) 44px;
    align-items: center;
    min-height: 76px;
    padding: 0 18px;
    background: rgba(5, 5, 7, 0.86);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    -webkit-backdrop-filter: blur(18px);
    backdrop-filter: blur(18px);
}

.ci-pulse-mobile-menu-toggle {
    grid-column: 1;
    display: none !important;
}

.ci-pulse-topbar-title {
    grid-column: 2;
    display: grid;
    justify-items: center;
    gap: 2px;
    min-width: 0;
}

.ci-pulse-topbar-title strong {
    color: #ffffff;
    font-size: 20px;
    font-weight: 900;
    line-height: 1.1;
    white-space: nowrap;
}

.ci-pulse-topbar-title span {
    color: rgba(246, 247, 251, 0.45);
    font-size: 12px;
    font-weight: 750;
    line-height: 1.2;
}

.ci-pulse-icon-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    color: #f6f7fb;
    line-height: 0;
    text-decoration: none;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.06);
    border: 0;
    cursor: pointer;
}

.ci-pulse-topbar > .ci-pulse-icon-link:last-child {
    grid-column: 3;
}

.ci-pulse-icon-link:hover {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.12);
}

.ci-pulse-topbar-spacer {
    display: block;
    width: 42px;
    height: 42px;
}

.ci-pulse-brand {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-width: 0;
}

.ci-pulse-brand-logo {
    display: block;
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    object-fit: contain;
    border-radius: 50%;
    filter: drop-shadow(0 0 14px rgba(143, 99, 255, 0.45));
}

.ci-pulse-brand h1,
.ci-pulse-login-card h2 {
    margin: 0;
    color: #ffffff;
    font-size: 22px;
    line-height: 1.1;
    letter-spacing: 0;
}

.ci-pulse-brand p {
    margin: 2px 0 0;
    color: rgba(246, 247, 251, 0.58);
    font-size: 13px;
    line-height: 1.2;
}

.ci-pulse-story-carousel {
    position: relative;
    padding: 12px 0 4px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.ci-pulse-story-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 0 18px 10px;
}

.ci-pulse-story-head span {
    color: rgba(246, 247, 251, 0.72);
    font-size: 14px;
    font-weight: 850;
    line-height: 1.2;
}

.ci-pulse-story-controls {
    display: flex;
    align-items: center;
    gap: 8px;
}

.ci-pulse-story-track {
    display: flex;
    gap: 10px;
    min-width: 0;
    padding: 0 18px 14px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
}

.ci-pulse-story-track::-webkit-scrollbar {
    display: none;
}

.ci-pulse-story-card {
    position: relative;
    display: block;
    flex: 0 0 clamp(112px, 16vw, 128px);
    width: clamp(112px, 16vw, 128px);
    height: clamp(160px, 23vw, 182px);
    overflow: hidden;
    color: #ffffff;
    background: #101014;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 8px;
    text-align: left;
    text-decoration: none;
    scroll-snap-align: start;
}

.ci-pulse-story-card::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background-image: var(--ci-pulse-story-bg, none);
    background-position: center;
    background-size: cover;
    opacity: 0.3;
}

button.ci-pulse-story-card {
    padding: 0;
    font: inherit;
    cursor: pointer;
}

.ci-pulse-story-card:hover,
.ci-pulse-story-card:focus-visible {
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.18);
}

.ci-pulse-story-media,
.ci-pulse-story-create-media,
.ci-pulse-story-fallback {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
}

.ci-pulse-story-media {
    inset: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}

.ci-pulse-story-create-avatar {
    display: block;
    width: 74px;
    height: 74px;
    object-fit: contain;
    padding: 10px;
    background: #050507;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 18px;
}

.ci-pulse-story-create-media {
    z-index: 1;
    display: grid;
    place-items: center;
    background: radial-gradient(circle at 50% 34%, rgba(143, 99, 255, 0.28), rgba(10, 10, 14, 0.94) 58%);
}

.ci-pulse-story-create-media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.52));
}

.ci-pulse-story-create-avatar {
    position: relative;
    z-index: 1;
}

.ci-pulse-story-create-plus {
    position: absolute;
    left: 50%;
    bottom: 46px;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    place-items: center;
    width: 42px;
    height: 42px;
    color: #ffffff;
    background: #1677ff;
    border: 3px solid #0c0c0d;
    border-radius: 50%;
    transform: translateX(-50%);
}

.ci-pulse-story-create-plus .ci-pulse-svg-icon {
    --ci-pulse-icon-size: 24px;
}

.ci-pulse-story-fallback {
    z-index: 1;
    padding: 72px 12px 58px;
    color: rgba(246, 247, 251, 0.9);
    background: linear-gradient(145deg, #1f2030, #101015 62%, #241628);
    font-size: 15px;
    font-weight: 800;
    line-height: 1.24;
    overflow: hidden;
}

.ci-pulse-story-shade {
    position: absolute;
    inset: 0;
    z-index: 2;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 28%, rgba(0, 0, 0, 0.76) 100%);
}

.ci-pulse-story-avatar {
    position: absolute;
    top: 9px;
    left: 9px;
    z-index: 3;
    display: block;
    width: 40px;
    height: 40px;
    overflow: hidden;
    background: #111;
    border: 3px solid #1677ff;
    border-radius: 50%;
}

.ci-pulse-story-avatar img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ci-pulse-story-card > strong {
    position: absolute;
    right: 10px;
    bottom: 10px;
    left: 10px;
    z-index: 3;
    display: block;
    color: #ffffff;
    font-size: 15px;
    font-weight: 850;
    line-height: 1.13;
    overflow-wrap: anywhere;
}

.ci-pulse-story-arrow {
    position: static;
    display: grid;
    place-items: center;
    width: 32px;
    height: 32px;
    color: #ffffff;
    background: rgba(34, 35, 39, 0.92);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 50%;
    cursor: pointer;
    transform: none;
}

.ci-pulse-story-arrow:hover,
.ci-pulse-story-arrow:focus-visible {
    background: rgba(64, 65, 72, 0.96);
}

.ci-pulse-story-arrow--next .ci-pulse-svg-icon {
    transform: rotate(180deg);
}

.ci-pulse-login-card,
.ci-pulse-empty {
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 12px;
    padding: 20px 18px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.ci-pulse-card {
    display: block;
    margin: 22px 18px;
    overflow: visible;
    color: rgba(246, 247, 251, 0.94);
    background: #0c0c0d;
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 8px;
}

.ci-pulse-login-card,
.ci-pulse-empty {
    margin-top: 14px;
    padding: 20px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.04);
}

@media (max-width: 640px) {
    .ci-pulse-card,
    .ci-pulse-ad-card {
        margin: 18px 12px;
    }

    .ci-pulse-login-card,
    .ci-pulse-empty {
        padding: 18px 12px;
    }
}

.ci-pulse-avatar,
.ci-pulse-comment-avatar {
    width: 52px;
    height: 52px;
    overflow: hidden;
    border-radius: 50%;
    background: #15151d;
}

.ci-pulse-avatar-placeholder {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.72);
}

.ci-pulse-avatar img,
.ci-pulse-comment-avatar img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

body.ci-pulse-modal-open {
    overflow: hidden;
}

.ci-pulse-composer-prompt {
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr) 44px;
    gap: 14px;
    align-items: center;
    padding: 20px 24px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    cursor: pointer;
}

.ci-pulse-composer-prompt:hover .ci-pulse-composer-prompt-body span,
.ci-pulse-composer-prompt:focus-visible .ci-pulse-composer-prompt-body span {
    color: rgba(246, 247, 251, 0.72);
}

.ci-pulse-composer-prompt:focus-visible {
    outline: 2px solid rgba(143, 99, 255, 0.72);
    outline-offset: 4px;
    border-radius: 8px;
}

.ci-pulse-composer-prompt-body {
    min-width: 0;
}

.ci-pulse-composer-prompt-body strong {
    display: flex;
    align-items: center;
    min-width: 0;
    color: #ffffff;
    font-size: 16px;
    line-height: 1.2;
}

.ci-pulse-composer-prompt-body span {
    display: block;
    margin-top: 4px;
    color: rgba(246, 247, 251, 0.45);
    font-size: 18px;
    line-height: 1.25;
}

.ci-pulse-prompt-media {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    line-height: 0;
    --ci-pulse-icon-size: 24px;
    color: rgba(246, 247, 251, 0.64);
    background: transparent;
    border: 0;
    border-radius: 8px;
    cursor: pointer;
}

.ci-pulse-prompt-media:hover,
.ci-pulse-prompt-media:focus-visible {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.08);
}

.ci-pulse-app .ci-pulse-svg-icon {
    display: block !important;
    width: var(--ci-pulse-icon-width, var(--ci-pulse-icon-size, 24px)) !important;
    height: var(--ci-pulse-icon-height, var(--ci-pulse-icon-size, 24px)) !important;
    max-width: none !important;
    flex: 0 0 auto !important;
    margin: 0 !important;
    overflow: visible !important;
    color: currentColor !important;
    stroke-width: 1.9 !important;
    stroke-linecap: round !important;
    stroke-linejoin: round !important;
    transform: none !important;
    vertical-align: middle !important;
}

.ci-pulse-app .ci-pulse-svg-icon * {
    vector-effect: non-scaling-stroke;
}

.ci-pulse-app .ci-pulse-svg-icon :where(path, rect, circle, line, polyline):not([fill]):not([stroke]) {
    fill: none !important;
    stroke: currentColor !important;
    stroke-width: inherit !important;
    stroke-linecap: inherit !important;
    stroke-linejoin: inherit !important;
}

.ci-pulse-app .ci-pulse-svg-icon--gif {
    --ci-pulse-icon-width: 34px;
    --ci-pulse-icon-height: 24px;
}

.ci-pulse-app .ci-pulse-svg-icon--gif text {
    fill: currentColor !important;
    stroke: none !important;
    font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
    font-size: 9px !important;
    font-weight: 900 !important;
    letter-spacing: 0 !important;
}

.ci-pulse-app .ci-pulse-svg-icon--dots {
    --ci-pulse-icon-size: 24px;
    stroke-width: 4 !important;
}

.ci-pulse-app .ci-pulse-svg-icon--send {
    --ci-pulse-icon-size: 20px;
}

.ci-pulse-app .ci-pulse-svg-icon--home-fill {
    stroke: none !important;
}

.ci-pulse-app .ci-pulse-svg-icon--home-fill path {
    fill: currentColor !important;
    stroke: none !important;
}

.ci-pulse-app .ci-pulse-svg-icon--verified {
    --ci-pulse-icon-size: 16px;
    stroke-width: 2.1 !important;
}

.ci-pulse-app .ci-pulse-svg-icon--verified .ci-pulse-verified-fill {
    fill: #1da1f2 !important;
    stroke: none !important;
}

.ci-pulse-app .ci-pulse-svg-icon--verified .ci-pulse-verified-check {
    fill: none !important;
    stroke: #ffffff !important;
    stroke-width: 2.35 !important;
}

.ci-pulse-modal[hidden] {
    display: none;
}

.ci-pulse-modal {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: grid;
    place-items: center;
    padding: 24px;
}

.ci-pulse-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.72);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

.ci-pulse-composer {
    position: relative;
    z-index: 1;
    width: min(620px, calc(100vw - 32px));
    max-height: calc(100vh - 48px);
    margin: 0;
    padding: 0;
    overflow: auto;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 14px;
    background: #101012;
    box-shadow: 0 24px 90px rgba(0, 0, 0, 0.5);
}

.ci-pulse-compose-header {
    display: grid;
    grid-template-columns: minmax(90px, 1fr) auto minmax(90px, 1fr);
    align-items: center;
    min-height: 58px;
    padding: 0 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.ci-pulse-compose-header strong {
    justify-self: center;
    color: #ffffff;
    font-size: 16px;
    line-height: 1.25;
    font-weight: 800;
}

.ci-pulse-cancel {
    justify-self: start;
    padding: 0;
    color: rgba(246, 247, 251, 0.94);
    background: transparent;
    border: 0;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
}

.ci-pulse-compose-actions {
    display: flex;
    align-items: center;
    justify-self: end;
    gap: 4px;
}

.ci-pulse-header-icon {
    position: relative;
    display: inline-grid;
    place-items: center;
    width: 40px;
    height: 40px;
    padding: 0;
    line-height: 0;
    --ci-pulse-icon-size: 24px;
    color: rgba(246, 247, 251, 0.86);
    background: transparent;
    border: 0;
    border-radius: 999px;
    cursor: pointer;
}

.ci-pulse-header-icon:hover,
.ci-pulse-header-icon:focus-visible,
.ci-pulse-header-icon[aria-expanded="true"] {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.08);
}

.ci-pulse-compose-main {
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 12px;
    padding: 18px 18px 4px;
    overflow: visible;
}

.ci-pulse-compose-identity {
    display: grid;
    grid-template-rows: 38px minmax(74px, 1fr) 18px;
    justify-items: center;
    min-height: 136px;
    overflow: visible;
}

.ci-pulse-compose-identity .ci-pulse-avatar {
    width: 36px;
    height: 36px;
    align-self: start;
}

.ci-pulse-compose-identity span {
    width: 2px;
    min-height: 78px;
    border-radius: 999px;
    background: rgba(246, 247, 251, 0.16);
}

.ci-pulse-thread-tail-avatar {
    width: 18px;
    height: 18px;
    overflow: hidden;
    border-radius: 50%;
    opacity: 0.72;
}

.ci-pulse-thread-tail-avatar img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ci-pulse-tail-avatar-img {
    display: block;
}

.ci-pulse-compose-identity > img {
    width: 24px;
    height: 24px;
    object-fit: cover;
    border-radius: 50%;
}

.ci-pulse-composer-body,
.ci-pulse-card-body {
    min-width: 0;
}

.ci-pulse-card-body {
    padding: 0 18px 16px;
}

.ci-pulse-composer-author {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #ffffff;
    font-size: 15px;
    line-height: 1.25;
}

.ci-pulse-composer-author strong {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ci-pulse-composer-topic {
    display: block;
    margin: 2px 0 10px;
}

.ci-pulse-composer-topic input {
    display: block;
    width: 100%;
    min-height: 24px;
    padding: 0;
    color: rgba(246, 247, 251, 0.86);
    background: transparent;
    border: 0;
    outline: 0;
    font-size: 14px;
    line-height: 1.35;
}

.ci-pulse-composer-topic input::placeholder {
    color: rgba(246, 247, 251, 0.46);
}

.ci-pulse-composer textarea {
    display: block;
    width: 100%;
    min-height: 92px;
    resize: vertical;
    padding: 0;
    color: #ffffff;
    background: transparent;
    border: 0;
    outline: 0;
    font-size: 16px;
    line-height: 1.4;
}

.ci-pulse-composer textarea::placeholder {
    color: rgba(246, 247, 251, 0.45);
}

.ci-pulse-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    gap: 8px;
    --ci-pulse-icon-size: 20px;
    border-radius: 8px;
    font-weight: 800;
    letter-spacing: 0;
    cursor: pointer;
}

.ci-pulse-tool-row {
    display: flex;
    align-items: center;
    gap: 4px;
    flex-wrap: wrap;
    margin-top: 12px;
    min-height: 40px;
    font-size: 0;
    white-space: nowrap;
}

.ci-pulse-tool {
    position: relative;
    display: inline-grid;
    place-items: center;
    width: 40px;
    height: 40px;
    padding: 0;
    line-height: 0;
    --ci-pulse-icon-size: 20px;
    color: rgba(246, 247, 251, 0.56);
    background: transparent;
    border: 0;
    border-radius: 999px;
    font-size: 20px;
    cursor: pointer;
    vertical-align: middle;
}

.ci-pulse-header-icon .ci-pulse-svg-icon,
.ci-pulse-tool .ci-pulse-svg-icon {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    grid-area: 1 / 1 !important;
    transform: none !important;
    transform-origin: center center !important;
    pointer-events: none !important;
}

.ci-pulse-tool + .ci-pulse-tool {
    margin-left: 0;
}

.ci-pulse-tool:hover,
.ci-pulse-tool:focus-visible,
.ci-pulse-tool[aria-expanded="true"] {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.08);
}

.ci-pulse-tool input {
    position: absolute;
    inline-size: 1px;
    block-size: 1px;
    opacity: 0;
    pointer-events: none;
}

.ci-pulse-tool > span {
    position: absolute;
    inline-size: 1px;
    block-size: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
}

.ci-pulse-media-preview {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-top: 12px;
}

.ci-pulse-media-preview[hidden] {
    display: none;
}

.ci-pulse-media-preview-item {
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    background: #0f0f14;
    aspect-ratio: 16 / 10;
}

.ci-pulse-add-thread {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    margin-top: 8px;
    padding: 0;
    color: rgba(246, 247, 251, 0.38);
    background: transparent;
    border: 0;
    font-size: 14px;
    font-weight: 700;
}

.ci-pulse-add-thread:disabled {
    cursor: default;
    opacity: 0.72;
}

.ci-pulse-media-preview-item img,
.ci-pulse-media-preview-item video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ci-pulse-compose-footer {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 14px;
    padding: 14px 18px 18px 76px;
}

.ci-pulse-options-toggle {
    display: inline-flex;
    align-items: center;
    min-width: 0;
    gap: 8px;
    --ci-pulse-icon-size: 20px;
    min-height: 40px;
    color: rgba(246, 247, 251, 0.54);
    background: transparent;
    border: 0;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
}

.ci-pulse-options-toggle:hover,
.ci-pulse-options-toggle:focus-visible,
.ci-pulse-options-toggle[aria-expanded="true"] {
    color: #ffffff;
}

.ci-pulse-options-toggle .ci-pulse-svg-icon {
    flex: 0 0 auto;
    transform: translateY(1px) !important;
}

.ci-pulse-options-toggle span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ci-pulse-options-panel {
    margin: 0 18px 14px 76px;
    padding: 10px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.05);
}

.ci-pulse-options-panel[hidden] {
    display: none;
}

.ci-pulse-option-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    color: rgba(246, 247, 251, 0.9);
    font-size: 15px;
    font-weight: 800;
}

.ci-pulse-option-row input {
    width: 42px;
    height: 24px;
    accent-color: #8f63ff;
}

.ci-pulse-primary {
    padding: 10px 18px;
    color: #ffffff;
    border: 0;
    background: linear-gradient(135deg, #8f63ff 0%, #5f55ea 100%);
    box-shadow: 0 12px 28px rgba(95, 85, 234, 0.32);
}

.ci-pulse-primary:hover {
    color: #ffffff;
    transform: translateY(-1px);
}

.ci-pulse-composer .ci-pulse-primary {
    min-height: 38px;
    padding: 8px 18px;
    border-radius: 999px;
    background: #ffffff;
    color: #0f0f12;
    box-shadow: none;
    line-height: 1;
}

.ci-pulse-composer .ci-pulse-primary .ci-pulse-svg-icon {
    transform: translateY(1px) !important;
}

.ci-pulse-composer .ci-pulse-primary:hover {
    color: #0f0f12;
    background: rgba(255, 255, 255, 0.9);
}

.ci-pulse-primary:disabled {
    cursor: wait;
    opacity: 0.62;
    transform: none;
}

.ci-pulse-form-message {
    min-height: 18px;
    padding: 0 18px 16px 76px;
    color: #ff8c8c;
    font-size: 13px;
}

.ci-pulse-compose-add {
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 10px;
    align-items: center;
    padding: 0 22px 20px;
    color: rgba(246, 247, 251, 0.24);
    font-size: 22px;
    font-weight: 800;
}

.ci-pulse-compose-add span {
    justify-self: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: rgba(143, 99, 255, 0.2);
}

.ci-pulse-card {
    position: relative;
}

.ci-pulse-card.is-new {
    animation: ci-pulse-card-in 260ms ease-out;
}

.ci-pulse-ad-card {
    display: block;
    margin: 22px 18px;
    overflow: hidden;
    color: rgba(246, 247, 251, 0.92);
    background: #0c0c0d;
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 8px;
}

.ci-pulse-ad-label {
    padding: 10px 14px 8px;
    color: rgba(246, 247, 251, 0.48);
    font-size: 12px;
    font-weight: 850;
    line-height: 1.2;
}

.ci-pulse-ad-slot {
    display: block;
    width: 100%;
    min-height: 280px;
    padding: 0;
    overflow: hidden;
    background: #050507;
}

.ci-pulse-ad-slot .adsbygoogle {
    display: block;
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100%;
    min-height: 280px;
}

.ci-pulse-ad-slot .adsbygoogle > div,
.ci-pulse-ad-slot iframe {
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.ci-pulse-card-head {
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr) auto;
    gap: 12px;
    align-items: center;
    padding: 16px 18px 8px;
}

.ci-pulse-card-author {
    min-width: 0;
}

.ci-pulse-card-name-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    row-gap: 3px;
    min-width: 0;
}

.ci-pulse-card-head strong {
    color: #ffffff;
    font-size: 17px;
    font-weight: 850;
    line-height: 1.2;
}

.ci-pulse-card-meta {
    display: flex;
    align-items: center;
    gap: 7px;
    margin-top: 4px;
    color: rgba(246, 247, 251, 0.56);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
}

.ci-pulse-card-meta .ci-pulse-svg-icon {
    --ci-pulse-icon-size: 15px;
}

.ci-pulse-verified {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 8px;
    color: #1da1f2;
    line-height: 1;
    vertical-align: middle;
    transform: translateY(-1px);
}

.ci-pulse-composer-author .ci-pulse-verified,
.ci-pulse-composer-prompt-body .ci-pulse-verified {
    margin-left: 8px;
    transform: translateY(-2px);
}

.ci-pulse-card-head time {
    color: rgba(246, 247, 251, 0.52);
    font-size: 14px;
    line-height: 1.2;
}

.ci-pulse-card-menu {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 36px;
    height: 36px;
    color: rgba(246, 247, 251, 0.8);
    border-radius: 8px;
}

.ci-pulse-card-menu-wrap {
    position: relative;
}

.ci-pulse-card-menu {
    background: transparent;
    border: 0;
    cursor: pointer;
}

.ci-pulse-card-menu:hover,
.ci-pulse-card-menu:focus-visible,
.ci-pulse-card-menu[aria-expanded="true"] {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.08);
}

.ci-pulse-card-menu-panel {
    position: absolute;
    top: calc(100% + 6px);
    right: 0;
    z-index: 30;
    min-width: 174px;
    padding: 6px;
    background: #19191d;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.38);
}

.ci-pulse-card-menu-panel[hidden] {
    display: none;
}

.ci-pulse-card-menu-panel button {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 38px;
    padding: 0 10px;
    color: rgba(246, 247, 251, 0.88);
    background: transparent;
    border: 0;
    border-radius: 8px;
    text-align: left;
    font: inherit;
    font-size: 14px;
    font-weight: 760;
    line-height: 1.2;
    cursor: pointer;
}

.ci-pulse-card-menu-panel button:hover,
.ci-pulse-card-menu-panel button:focus-visible {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.08);
}

.ci-pulse-card-menu-panel button:disabled {
    opacity: 0.58;
    cursor: wait;
}

.ci-pulse-card-menu-panel button.is-danger {
    color: #ff8a9f;
}

.ci-pulse-post-notice {
    margin: 0 0 10px;
    padding: 9px 10px;
    color: #d5ffe9;
    background: rgba(32, 211, 176, 0.12);
    border: 1px solid rgba(32, 211, 176, 0.22);
    border-radius: 8px;
    font-size: 13px;
    font-weight: 750;
    line-height: 1.25;
}

.ci-pulse-post-notice[hidden] {
    display: none;
}

.ci-pulse-post-notice.is-error {
    color: #ffe0e7;
    background: rgba(255, 94, 145, 0.12);
    border-color: rgba(255, 94, 145, 0.24);
}

.ci-pulse-content {
    color: rgba(246, 247, 251, 0.94);
    font-size: 18px;
    line-height: 1.42;
    overflow-wrap: anywhere;
}

.ci-pulse-card-topic {
    display: inline-flex;
    align-items: center;
    max-width: 100%;
    margin-bottom: 8px;
    color: rgba(246, 247, 251, 0.56);
    font-size: 14px;
    font-weight: 800;
    line-height: 1.25;
    overflow-wrap: anywhere;
}

.ci-pulse-content p {
    margin: 0 0 10px;
}

.ci-pulse-content p:last-child {
    margin-bottom: 0;
}

.ci-pulse-content a {
    color: #9fc4ff;
}

.ci-pulse-media {
    margin: 0;
    overflow: hidden;
    border: 0;
    border-radius: 0;
    background: #101016;
}

.ci-pulse-media-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 2px;
    margin: 14px -18px 0;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.08);
}

.ci-pulse-media-grid:has(.ci-pulse-media:nth-child(2)) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ci-pulse-media-grid .ci-pulse-media {
    margin-top: 0;
}

.ci-pulse-media img,
.ci-pulse-media video {
    display: block;
    width: 100%;
    height: auto;
}

.ci-pulse-media video {
    max-height: 560px;
    background: #050507;
}

.ci-pulse-actions {
    display: flex;
    align-items: center;
    gap: 18px;
    margin: 14px -18px 0;
    padding: 10px 18px;
    border-top: 1px solid rgba(255, 255, 255, 0.07);
}

.ci-pulse-media-grid + .ci-pulse-actions {
    margin-top: 0;
}

.ci-pulse-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    min-width: 54px;
    gap: 7px;
    color: rgba(246, 247, 251, 0.68);
    background: transparent;
    border: 0;
    border-radius: 8px;
    cursor: pointer;
}

.ci-pulse-action:hover,
.ci-pulse-action.is-active {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.08);
}

.ci-pulse-action.is-active[data-pulse-reaction="like"] {
    color: #ff5e91;
}

.ci-pulse-action.is-active[data-pulse-reaction="repost"] {
    color: #20d3b0;
}

.ci-pulse-comments {
    display: grid;
    gap: 10px;
    margin-top: 14px;
}

.ci-pulse-comment {
    display: grid;
    grid-template-columns: 28px minmax(0, 1fr);
    gap: 9px;
    align-items: start;
}

.ci-pulse-comment.is-reply {
    margin-top: 10px;
    padding-left: 10px;
    border-left: 1px solid rgba(255, 255, 255, 0.08);
}

.ci-pulse-comment-avatar {
    width: 28px;
    height: 28px;
}

.ci-pulse-comment-body {
    min-width: 0;
}

.ci-pulse-comment-head {
    display: flex;
    align-items: center;
    min-width: 0;
}

.ci-pulse-comment strong {
    display: inline-flex;
    margin-bottom: 2px;
    color: rgba(246, 247, 251, 0.86);
    font-size: 13px;
    line-height: 1.15;
}

.ci-pulse-comment .ci-pulse-verified {
    margin-left: 6px;
    transform: translateY(-1px);
}

.ci-pulse-comment .ci-pulse-svg-icon--verified {
    --ci-pulse-icon-size: 14px;
}

.ci-pulse-comment p {
    margin: 0;
    color: rgba(246, 247, 251, 0.72);
    font-size: 14px;
    line-height: 1.35;
}

.ci-pulse-comment-actions {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 6px;
}

.ci-pulse-comment-action {
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    gap: 4px;
    padding: 0;
    color: rgba(246, 247, 251, 0.52);
    background: transparent;
    border: 0;
    font: inherit;
    font-size: 12px;
    font-weight: 800;
    cursor: pointer;
}

.ci-pulse-comment-action:hover,
.ci-pulse-comment-action:focus-visible {
    color: #ffffff;
}

.ci-pulse-comment-action.is-active {
    color: #ff5e91;
}

.ci-pulse-comment-action .ci-pulse-svg-icon {
    --ci-pulse-icon-size: 16px;
}

.ci-pulse-comment-replies {
    display: grid;
    gap: 0;
    margin-top: 8px;
}

.ci-pulse-comment-replies:empty {
    display: none;
}

.ci-pulse-comment-form {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 38px;
    gap: 8px;
    margin-top: 14px;
}

.ci-pulse-comment-reply-form {
    margin-top: 8px;
}

.ci-pulse-comment-reply-form[hidden] {
    display: none;
}

.ci-pulse-comment-form input {
    min-height: 38px;
    padding: 0 14px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 8px;
}

.ci-pulse-comment-form input::placeholder {
    color: rgba(246, 247, 251, 0.42);
}

.ci-pulse-comment-form button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    color: #ffffff;
    background: #5f55ea;
    border: 0;
    border-radius: 8px;
}

.ci-pulse-login-card h2 {
    margin-bottom: 8px;
}

.ci-pulse-login-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}

.ci-pulse-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    gap: 8px;
    padding: 9px 16px;
    color: rgba(246, 247, 251, 0.9);
    --ci-pulse-icon-size: 20px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.06);
    font-weight: 800;
    letter-spacing: 0;
}

.ci-pulse-secondary:hover {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.1);
    transform: translateY(-1px);
}

.ci-pulse-login-card p,
.ci-pulse-empty p {
    margin: 0 0 14px;
    color: rgba(246, 247, 251, 0.7);
    line-height: 1.45;
}

.ci-pulse-empty {
    display: flex;
    align-items: center;
    gap: 12px;
}

.ci-pulse-empty i {
    color: #20d3b0;
    font-size: 24px;
}

.ci-pulse-empty p {
    margin: 0;
}

@keyframes ci-pulse-card-in {
    from {
        opacity: 0;
        transform: translateY(-8px);
    }

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

@media (max-width: 1280px) {
    .ci-pulse-sidebar {
        align-items: center;
        width: 88px;
        padding: 22px 10px;
    }

    .ci-pulse-sidebar-head {
        justify-content: center;
    }

    .ci-pulse-sidebar-brand span,
    .ci-pulse-sidebar-label,
    .ci-pulse-sidebar-link span {
        display: none;
    }

    .ci-pulse-sidebar-brand {
        gap: 0;
    }

    .ci-pulse-sidebar-link {
        justify-content: center;
        width: 52px;
        padding: 0;
    }

    .ci-pulse-sidebar-group {
        margin-top: 26px;
    }
}

@media (max-width: 980px) {
    .ci-pulse-route,
    .ci-pulse-app {
        width: 100vw;
        max-width: 100vw;
    }

    .ci-pulse-shell {
        width: min(720px, calc(100vw - 24px));
        max-width: calc(100vw - 24px);
        margin: 0 auto !important;
        padding-bottom: calc(86px + env(safe-area-inset-bottom));
        background: #050507;
        border-left: 1px solid rgba(255, 255, 255, 0.08);
        border-right: 1px solid rgba(255, 255, 255, 0.08);
    }

    .ci-pulse-topbar {
        padding-right: 12px;
        padding-left: 12px;
    }

    .ci-pulse-story-track {
        padding-right: 28px;
        padding-left: 28px;
    }

    .ci-pulse-card,
    .ci-pulse-ad-card {
        margin: 18px 28px;
    }

    .ci-pulse-composer-prompt {
        padding-right: 14px;
        padding-left: 14px;
    }

    .ci-pulse-login-card,
    .ci-pulse-empty {
        margin-right: 14px;
        margin-left: 14px;
    }

    .ci-pulse-context-panel {
        display: none;
    }

    .ci-pulse-bottom-nav {
        position: fixed;
        left: 50%;
        bottom: 0;
        z-index: 50;
        display: grid;
        grid-template-columns: repeat(5, minmax(0, 1fr));
        align-items: center;
        width: min(720px, calc(100vw - 24px));
        min-height: calc(74px + env(safe-area-inset-bottom));
        padding: 8px 12px calc(8px + env(safe-area-inset-bottom));
        background: rgba(16, 16, 17, 0.94);
        border: 1px solid rgba(255, 255, 255, 0.08);
        border-bottom: 0;
        border-radius: 0;
        transform: translateX(-50%);
        -webkit-backdrop-filter: blur(18px);
        backdrop-filter: blur(18px);
    }

    .ci-pulse-bottom-nav-item {
        position: relative;
        display: grid;
        place-items: center;
        justify-self: center;
        width: 56px;
        height: 52px;
        color: rgba(246, 247, 251, 0.58);
        background: transparent;
        border: 0;
        border-radius: 14px;
        line-height: 0;
        text-decoration: none;
        cursor: pointer;
    }

    .ci-pulse-bottom-nav-item:hover,
    .ci-pulse-bottom-nav-item:focus-visible,
    .ci-pulse-bottom-nav-item.is-active {
        color: #ffffff;
    }

    .ci-pulse-bottom-nav-item .ci-pulse-svg-icon {
        --ci-pulse-icon-size: 28px;
    }

    .ci-pulse-bottom-nav-item .ci-pulse-svg-icon--home-fill {
        --ci-pulse-icon-size: 28px;
    }

    .ci-pulse-bottom-nav-compose {
        width: min(112px, 100%);
        color: rgba(246, 247, 251, 0.46);
        background: rgba(255, 255, 255, 0.09);
        border-radius: 14px;
    }

    .ci-pulse-bottom-nav-compose .ci-pulse-svg-icon {
        --ci-pulse-icon-size: 32px;
    }

    .ci-pulse-bottom-nav-activity span {
        position: absolute;
        bottom: 4px;
        left: 50%;
        width: 6px;
        height: 6px;
        background: #ff2d6d;
        border-radius: 50%;
        transform: translateX(-50%);
    }

    .ci-pulse-mobile-menu-toggle {
        display: inline-flex !important;
    }

    .ci-pulse-sidebar {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 70;
        align-items: stretch;
        width: min(310px, calc(100vw - 48px));
        max-width: 100%;
        height: 100vh;
        padding: 20px 16px;
        transform: translateX(-105%);
        transition: transform 0.2s ease;
        box-shadow: 24px 0 60px rgba(0, 0, 0, 0.42);
    }

    body.ci-pulse-sidebar-open {
        overflow: hidden;
    }

    body.ci-pulse-sidebar-open .ci-pulse-sidebar {
        transform: translateX(0);
    }

    body.ci-pulse-sidebar-open .ci-pulse-sidebar-scrim {
        display: block;
    }

    .ci-pulse-sidebar-head {
        justify-content: space-between;
        margin-bottom: 22px;
    }

    .ci-pulse-sidebar-close {
        display: grid;
    }

    .ci-pulse-sidebar-brand {
        gap: 10px;
    }

    .ci-pulse-sidebar-brand span,
    .ci-pulse-sidebar-label,
    .ci-pulse-sidebar-link span {
        display: inline;
    }

    .ci-pulse-sidebar-link {
        justify-content: flex-start;
        width: 100%;
        min-height: 46px;
        padding: 0 12px;
    }
}

@media (max-width: 767px) {
    .ci-pulse-shell {
        width: 100vw;
        max-width: 100vw;
        margin: 0 !important;
        border-left: 0;
        border-right: 0;
    }

    .ci-pulse-topbar {
        min-height: 68px;
        padding: 0 12px;
    }

    .ci-pulse-story-carousel {
        padding-top: 12px;
    }

    .ci-pulse-story-head {
        padding-right: 12px;
        padding-left: 12px;
    }

    .ci-pulse-story-track {
        gap: 10px;
        padding-right: 12px;
        padding-left: 12px;
    }

    .ci-pulse-story-card {
        flex-basis: 112px;
        width: 112px;
        height: 160px;
    }

    .ci-pulse-story-avatar {
        width: 38px;
        height: 38px;
    }

    .ci-pulse-story-card > strong {
        font-size: 15px;
    }

    .ci-pulse-story-arrow {
        display: none;
    }

    .ci-pulse-bottom-nav {
        width: 100vw;
        min-height: calc(70px + env(safe-area-inset-bottom));
        border-right: 0;
        border-left: 0;
    }

    .ci-pulse-bottom-nav-compose {
        width: min(96px, 100%);
    }

    .ci-pulse-brand h1 {
        font-size: 20px;
    }

    .ci-pulse-brand-logo {
        width: 42px;
        height: 42px;
        flex-basis: 42px;
    }

    .ci-pulse-brand p {
        display: none;
    }

    .ci-pulse-card {
        margin: 14px 12px;
    }

    .ci-pulse-card-head {
        grid-template-columns: 44px minmax(0, 1fr) 36px;
        padding: 14px 14px 8px;
    }

    .ci-pulse-card-body {
        padding: 0 14px 14px;
    }

    .ci-pulse-media-grid {
        margin-right: -14px;
        margin-left: -14px;
    }

    .ci-pulse-actions {
        justify-content: space-between;
        gap: 8px;
        margin-right: -14px;
        margin-left: -14px;
        padding-right: 14px;
        padding-left: 14px;
    }

    .ci-pulse-action {
        min-width: 44px;
    }

    .ci-pulse-ad-card {
        margin: 14px 12px;
        border-radius: 8px;
    }

    .ci-pulse-ad-slot {
        width: 100%;
        min-height: 250px;
    }

    .ci-pulse-ad-slot .adsbygoogle {
        width: 100% !important;
        min-width: 100% !important;
        min-height: 250px;
    }

    .ci-pulse-login-card {
        grid-template-columns: 44px minmax(0, 1fr);
        margin-top: 12px;
        padding: 16px;
    }

    .ci-pulse-avatar {
        width: 44px;
        height: 44px;
    }

    .ci-pulse-composer-prompt {
        grid-template-columns: 44px minmax(0, 1fr) 40px;
        gap: 12px;
        padding: 16px 12px;
    }

    .ci-pulse-composer-prompt-body span {
        font-size: 16px;
    }

    .ci-pulse-prompt-media {
        width: 40px;
        height: 40px;
    }

    .ci-pulse-card-head strong,
    .ci-pulse-content {
        font-size: 16px;
    }

    .ci-pulse-card-head time {
        font-size: 13px;
    }

    .ci-pulse-modal {
        align-items: end;
        padding: 12px;
    }

    .ci-pulse-composer {
        width: 100%;
        max-height: calc(100vh - 24px);
    }

    .ci-pulse-compose-header {
        grid-template-columns: minmax(74px, 1fr) auto minmax(74px, 1fr);
        min-height: 56px;
        padding: 0 14px;
    }

    .ci-pulse-compose-header strong {
        font-size: 16px;
    }

    .ci-pulse-cancel {
        font-size: 15px;
    }

    .ci-pulse-compose-main {
        grid-template-columns: 42px minmax(0, 1fr);
        padding: 16px 14px 4px;
    }

    .ci-pulse-compose-identity {
        grid-template-rows: 36px minmax(72px, 1fr) 18px;
        min-height: 132px;
    }

    .ci-pulse-compose-identity .ci-pulse-avatar {
        width: 36px;
        height: 36px;
    }

    .ci-pulse-thread-tail-avatar {
        width: 18px;
        height: 18px;
    }

    .ci-pulse-composer-author {
        font-size: 15px;
    }

    .ci-pulse-composer-topic {
        margin-bottom: 10px;
    }

    .ci-pulse-composer textarea {
        min-height: 82px;
        font-size: 16px;
    }

    .ci-pulse-tool-row {
        gap: 4px;
        margin-top: 12px;
    }

    .ci-pulse-tool + .ci-pulse-tool {
        margin-left: 0;
    }

    .ci-pulse-tool {
        width: 36px;
        height: 36px;
        font-size: 20px;
    }

    .ci-pulse-compose-footer {
        gap: 10px;
        padding: 12px 14px 16px 68px;
    }

    .ci-pulse-options-toggle {
        font-size: 15px;
    }

    .ci-pulse-options-panel {
        margin: 0 14px 14px 68px;
    }

    .ci-pulse-composer .ci-pulse-primary {
        min-height: 38px;
        padding: 9px 14px;
    }

    .ci-pulse-form-message {
        padding: 0 14px 14px 68px;
    }

    .ci-pulse-media-grid:has(.ci-pulse-media:nth-child(2)) {
        grid-template-columns: minmax(0, 1fr);
    }
}

@media (max-width: 768px) {
    .ci-pulse-media-grid {
        transform: none;
    }

    .ci-pulse-media {
        overflow: hidden;
        border-radius: 8px;
    }

    .ci-pulse-media img {
        display: block;
        width: 100%;
        height: auto;
    }
}
