:root {
    --allo-nav-height: calc(60px + env(safe-area-inset-bottom));
}

.feed-screen,
.video-feed-container,
.video-feed-item {
    height: calc(100dvh - var(--allo-nav-height)) !important;
    min-height: calc(100dvh - var(--allo-nav-height)) !important;
}

.video-feed-container {
    padding-bottom: 0;
    scroll-padding-bottom: 0;
}

.feed-overlay-above-nav {
    bottom: var(--allo-nav-height) !important;
}
.feed-test-listing-badge{position:absolute;z-index:44;top:calc(env(safe-area-inset-top,0px) + 58px);left:13px;display:flex;align-items:center;gap:6px;padding:7px 10px;border:1px solid rgba(253,224,71,.78);border-radius:999px;background:rgba(66,49,5,.9);color:#fde047;font-size:11px;font-weight:950;line-height:1;letter-spacing:.01em;box-shadow:0 5px 18px rgba(0,0,0,.38);pointer-events:none;backdrop-filter:blur(8px)}.feed-test-listing-badge i{font-size:10px}.feed-clean-view .feed-test-listing-badge{display:none}@media(min-width:700px){.feed-test-listing-badge{top:calc(env(safe-area-inset-top,0px) + 64px)}}

/* Лайк/сыйлық/пікір/бөлісу секторы навигациядан 15px жоғары тұрады. */
.feed-action-rail {
    bottom: 32px !important;
}

/* Фотоның бастапқы 4:3, 3:2, 1:1 немесе 9:16 пропорциясын сақтайды. */
.feed-media-photo {
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%;
    flex: 0 0 auto;
    object-fit: contain;
    object-position: center center;
    image-orientation: from-image;
    background: #000;
}

.feed-photo-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    min-width: 100%;
    max-width: 100%;
}

/* 1:1, 4:3 және горизонтал видеоларды 9:16-ға қиып/созып жібермейді. */
.feed-media-video {
    display: block;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    object-position: center center;
    background: #000;
}

.feed-video-fullscreen-button,
.feed-video-fullscreen-back {
    position: absolute;
    z-index: 70;
    border: 1px solid rgba(255,255,255,.45);
    border-radius: 999px;
    background: rgba(0,0,0,.72);
    color: #fff;
    font-weight: 800;
    padding: 9px 13px;
    cursor: pointer;
}

/* Толық бет немесе модаль ашық кезде арттағы лента батырмасы көрінбеуі керек. */
body:has(.moderation-page) .feed-video-fullscreen-button,
body:has(.market-page) .feed-video-fullscreen-button,
body:has(.upload-drawer.is-active) .feed-video-fullscreen-button {
    visibility: hidden;
    pointer-events: none;
}
.feed-video-fullscreen-button {
    left: 50%;
    bottom: calc(var(--allo-nav-height, 64px) + env(safe-area-inset-bottom, 0px) + 42px);
    transform: translateX(-50%);
    pointer-events: auto;
    touch-action: manipulation;
}
.feed-video-fullscreen-back { left: 14px; top: calc(env(safe-area-inset-top, 0px) + 14px); }
.feed-video-quality {
    position: absolute;
    z-index: 72;
    top: calc(env(safe-area-inset-top, 0px) + 62px);
    right: 14px;
    pointer-events: auto;
}
.feed-video-quality select {
    min-width: 82px;
    height: 36px;
    padding: 0 28px 0 11px;
    border: 1px solid rgba(255,255,255,.45);
    border-radius: 999px;
    background: rgba(0,0,0,.72);
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    cursor: pointer;
    color-scheme: dark;
    backdrop-filter: blur(8px);
}
.feed-clean-view .feed-video-quality { visibility: visible !important; opacity: 1 !important; }
.feed-film-resume-notice {
    position: absolute;
    z-index: 73;
    left: 50%;
    bottom: calc(var(--allo-nav-height, 64px) + env(safe-area-inset-bottom, 0px) + 88px);
    display: flex;
    align-items: center;
    gap: 10px;
    max-width: calc(100% - 28px);
    padding: 8px 10px 8px 12px;
    border: 1px solid rgba(255,255,255,.3);
    border-radius: 12px;
    background: rgba(0,0,0,.78);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    white-space: nowrap;
    transform: translateX(-50%);
    backdrop-filter: blur(8px);
}
.feed-film-resume-notice button {
    padding: 5px 8px;
    border-radius: 8px;
    background: #2563eb;
    color: #fff;
    font-weight: 800;
    cursor: pointer;
}
.feed-video-slide:fullscreen .feed-film-resume-notice,
.feed-video-slide.is-feed-video-fullscreen .feed-film-resume-notice {
    bottom: calc(env(safe-area-inset-bottom, 0px) + 38px);
}
.feed-video-slide:fullscreen .feed-video-quality,
.feed-video-slide.is-feed-video-fullscreen .feed-video-quality {
    top: calc(env(safe-area-inset-top, 0px) + 14px);
}
.feed-video-slide:fullscreen,
.feed-video-slide.is-feed-video-fullscreen {
    position: fixed !important;
    inset: 0 !important;
    z-index: 1000 !important;
    width: 100vw !important;
    height: 100vh !important;
    min-width: 100vw !important;
    background: #000;
}
.feed-video-slide:fullscreen .feed-media-video,
.feed-video-slide.is-feed-video-fullscreen .feed-media-video {
    width: 100vw;
    height: 100vh;
    object-fit: contain;
}
.feed-video-slide:fullscreen .feed-video-fullscreen-button,
.feed-video-slide.is-feed-video-fullscreen .feed-video-fullscreen-button {
    display: none;
}

.comment-report-button {
    width: 100%;
    padding: 11px 14px;
    border: 1px solid rgba(248,81,73,.7);
    border-radius: 10px;
    background: rgba(218,54,51,.16);
    color: #ff7b72;
    font-size: 13px;
    font-weight: 800;
    text-align: center;
    cursor: pointer;
}
.comment-report-button i { margin-right: 7px; }
.comment-report-button:hover { background: rgba(218,54,51,.27); }

/* Мобильді вертикалды видео навигацияның астына дейін жалғасады.
   Фото слайдтарының қазіргі өлшемі мен пропорциясы өзгермейді. */
@media (max-width: 767px) {
    .feed-video-fullscreen-button {
        bottom: calc(var(--allo-nav-height, 64px) + env(safe-area-inset-bottom, 0px) + 92px);
    }
    .feed-screen,
    .video-feed-container,
    .video-feed-item {
        height: 100dvh !important;
        min-height: 100dvh !important;
    }
    .feed-video-slide {
        height: 100dvh !important;
    }
    .feed-photo-slide {
        height: calc(100dvh - var(--allo-nav-height)) !important;
        align-self: flex-start;
    }
    .feed-info-position {
        bottom: calc(var(--allo-nav-height) + 22px) !important;
    }
    .feed-action-rail {
        bottom: calc(var(--allo-nav-height) + 32px) !important;
    }
    .video-progress-zone {
        bottom: calc(var(--allo-nav-height) + 4px) !important;
    }
}

.feed-description-preview {
    position: relative;
    max-width: 100%;
    padding-right: 48px;
    color: rgba(255, 255, 255, .94);
    font-size: .9rem;
    line-height: 1.3rem;
    text-shadow: 0 1px 3px rgba(0, 0, 0, .95);
}

.feed-info-position {
    bottom: 2px;
}

@media (min-width: 768px) {
    .feed-info-position {
        bottom: 20px;
    }
}

/* 2026 feed polish */
.feed-action-rail{transform:translateY(5px)}
.feed-info-position{transform:translateY(5px)}
.feed-description-preview.mb-2{margin-bottom:4px!important}
.feed-owner-control{position:relative;display:flex;justify-content:center;margin-bottom:4px}
.feed-owner-avatar.tier-new{border-color:#9ca3af}.feed-owner-avatar.tier-standard{border-color:#ef4444}.feed-owner-avatar.tier-mart{border-color:#22c55e}
.feed-owner-follow{position:absolute;left:50%;bottom:-9px;display:grid;width:21px;height:21px;transform:translateX(-50%);place-items:center;border:2px solid #080a0e;border-radius:50%;background:#ef4444;color:#fff;font-size:10px;box-shadow:0 2px 6px rgba(0,0,0,.35)}
.feed-owner-follow.followed{background:#2563eb}
.feed-action-rail{transform:none}
.feed-owner-shift{transform:translateY(5px);margin-bottom:9px}
.feed-like-shift{transform:translateY(5px);margin-bottom:5px}
.feed-small-action>i{font-size:calc(1.875rem - 3px)!important}
.feed-owner-shift{transform:translateY(10px);margin-bottom:14px}
.feed-like-shift{transform:translateY(10px);margin-bottom:10px}
.feed-comment-shift{transform:translateY(5px);margin-bottom:5px}
.feed-owner-shift{position:relative;top:15px;transform:none!important;margin-bottom:19px}
.feed-like-shift{position:relative;top:15px;transform:none!important;margin-bottom:15px}
.feed-comment-shift{position:relative;top:10px;transform:none!important;margin-bottom:10px}
.feed-owner-shift{top:19px!important;margin-bottom:23px!important}
.feed-like-shift{top:19px!important;margin-bottom:19px!important}
.feed-comment-shift{top:14px!important;margin-bottom:14px!important}
.feed-owner-shift{top:31px!important}
.feed-like-shift{top:25px!important}

.feed-description-preview p {
    display: block;
    margin: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.feed-description-preview button {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 2;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    border: 0;
    padding: 0 0 0 13px;
    color: #fff;
    background: transparent !important;
    font: inherit;
    font-weight: 700;
    cursor: pointer;
    text-shadow: 0 1px 3px #000;
}

@media (min-width: 768px) {
    .feed-description-preview button {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
    }
}

.allo-nav {
    position: fixed;
    z-index: 80;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 0;
    padding: 8px 16px max(8px, env(safe-area-inset-bottom));
    border: 0;
    border-radius: 0;
    background: rgba(10, 12, 16, .82);
    box-shadow: 0 16px 45px rgba(0, 0, 0, .42);
    backdrop-filter: blur(18px);
}

@media (min-width: 768px) {
    .allo-nav {
        left: 50%;
        right: auto;
        width: min(450px, calc(100% - 32px));
        transform: translateX(-50%);
        border: 0;
        border-radius: 0;
    }
}
.allo-nav button,
.allo-nav > a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
    flex: 1 1 0;
    max-width: 160px;
    min-width: 54px;
    border: 0;
    color: #e5e7eb;
    background: transparent;
    font: inherit;
    font-size: 11px;
    line-height: 1.15;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}
.allo-nav button i,
.allo-nav > a i { font-size: 18px; }
.allo-nav .allo-nav__publish {
    width: 50px;
    height: 42px;
    min-width: 50px;
    justify-content: center;
    border-radius: 14px;
    color: white;
    background: linear-gradient(135deg, #0ea5e9, #2563eb);
    box-shadow: 0 8px 24px rgba(37, 99, 235, .4);
}
.allo-nav-profile img{width:26px;height:26px;border:2px solid rgba(255,255,255,.92);border-radius:50%;object-fit:cover}

/* Ақпарат хабы */
.information-hub{position:fixed;inset:0;z-index:9200;display:flex;flex-direction:column;background:#070b12;color:#f8fafc;overflow:hidden}
.information-hub-header{display:grid;grid-template-columns:44px minmax(0,1fr) 44px;align-items:center;gap:8px;min-height:68px;padding:calc(8px + env(safe-area-inset-top)) 12px 8px;border-bottom:1px solid #243044;background:rgba(9,15,25,.96);backdrop-filter:blur(18px)}
.information-hub-header>button,.information-hub-header>span{display:grid;width:42px;height:42px;place-items:center;border:1px solid #2d3b50;border-radius:13px;background:#111b2a;color:#e2e8f0;font-size:18px}
.information-hub-header>button{cursor:pointer}.information-hub-header div{min-width:0}.information-hub-header h1{margin:0;font-size:19px;font-weight:900}.information-hub-header small{display:block;margin-top:2px;color:#8ea0b8;font-size:11px}
.information-hub-body{flex:1;overflow-y:auto;padding:16px 14px calc(28px + env(safe-area-inset-bottom));overscroll-behavior:contain}
.information-hero{position:relative;overflow:hidden;padding:22px 20px;border:1px solid #25477a;border-radius:22px;background:radial-gradient(circle at 90% 10%,rgba(49,130,246,.42),transparent 42%),linear-gradient(145deg,#122746,#0b1423)}
.information-hero:after{content:'i';position:absolute;right:18px;bottom:-36px;color:rgba(255,255,255,.08);font:900 150px/1 Georgia,serif}
.information-hero span{display:inline-flex;padding:5px 10px;border-radius:999px;background:#2563eb;color:#fff;font-size:11px;font-weight:800}.information-hero h2{position:relative;margin:12px 0 6px;font-size:25px}.information-hero p{position:relative;max-width:500px;margin:0;color:#b7c5d8;font-size:14px;line-height:1.5}
.information-section-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:11px;margin-top:16px}
.information-section-grid>button{position:relative;display:grid;grid-template-columns:42px minmax(0,1fr) 20px;align-items:center;gap:10px;min-height:76px;padding:12px;border:1px solid #27354a;border-radius:17px;background:#111925;color:#eef2ff;text-align:left;cursor:pointer}
.information-section-grid>button>i{display:grid;width:42px;height:42px;place-items:center;border-radius:13px;background:#1e3a5f;color:#8ec5ff;font-size:18px}.information-section-grid>button>span{font-size:13px;font-weight:800;line-height:1.25}.information-section-grid>button>small{color:#73849c}
.information-section-grid .tone-cyan>i{background:#123d4b;color:#67e8f9}.information-section-grid .tone-violet>i{background:#34235a;color:#c4b5fd}.information-section-grid .tone-green>i{background:#123f32;color:#6ee7b7}.information-section-grid .tone-orange>i{background:#4b2d17;color:#fdba74}.information-section-grid .tone-pink>i{background:#4a203e;color:#f9a8d4}
.information-featured{margin-top:22px}.information-featured>header{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.information-featured h2{margin:0;font-size:17px}.information-featured header button{border:0;background:transparent;color:#60a5fa;font-weight:800}
.information-film-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:11px}.information-film-row>button{display:flex;min-width:0;flex-direction:column;gap:8px;padding:0;border:0;background:transparent;color:#fff;text-align:left}.information-film-row img,.information-film-row>button>span{width:100%;aspect-ratio:16/9;border-radius:14px;background:#111827;object-fit:cover}.information-film-row>button>span{display:grid;place-items:center;font-size:24px}.information-film-row strong{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-size:13px}
.information-film-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px 11px}.information-film-grid>button{min-width:0;padding:0;border:0;background:transparent;color:inherit;text-align:left}.information-film-grid figure{position:relative;margin:0 0 8px;overflow:hidden;aspect-ratio:16/9;border-radius:15px;background:#111827}.information-film-grid figure img,.information-film-grid figure>span{width:100%;height:100%;object-fit:cover}.information-film-grid figure>span{display:grid;place-items:center;color:#818cf8;font-size:28px}.information-film-grid figure>i{position:absolute;left:10px;bottom:10px;display:grid;width:34px;height:34px;place-items:center;border-radius:50%;background:rgba(3,7,18,.78);box-shadow:0 4px 16px rgba(0,0,0,.35)}.information-film-grid strong,.information-film-grid small{display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.information-film-grid strong{font-size:14px}.information-film-grid small{margin-top:4px;color:#8291a7;font-size:10px}
.information-empty{padding:70px 20px;text-align:center;color:#94a3b8}.information-coming-soon i{font-size:42px;color:#60a5fa}.information-coming-soon h2{margin:14px 0 6px;color:#f8fafc}.information-coming-soon p{margin:0}
.information-sheet-enter-active,.information-sheet-leave-active{transition:transform .28s ease,opacity .28s ease}.information-sheet-enter-from,.information-sheet-leave-to{transform:translateY(100%);opacity:.7}
@media(min-width:760px){.information-hub-body{width:min(100%,900px);margin:0 auto}.information-section-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.information-film-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}
[v-cloak] { display: none; }

.video-wrapper {
    position: relative;
    height: 100vh;
    height: 100dvh; /* 🎯 ЖАҢА */
    width: 100%;
    max-width: 100%; 
    background: #000;
    overflow: hidden;
}

@media (min-width: 1024px) {
    .video-wrapper {
        max-width: 450px;
    }
}
.video-feed-container {
    height: 100vh;
    width: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    scroll-snap-type: y mandatory;
    background-color: #000;
    -webkit-overflow-scrolling: touch;
}

.video-item {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    scroll-snap-align: start;
    scroll-snap-stop: always;
    position: relative;
    background: #000;
}

 
.video-player {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

/* Панель ашылғанда видеоны қараңғылату эффекті */
.video-wrapper::after {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0,0,0,0.5);
    opacity: 0;
    transition: opacity 0.3s;
    pointer-events: none;
    z-index: 5;
}
.video-wrapper.dimmed::after {
    opacity: 1;
}

/* ==============================================================================
   2. ВИДЕО ҮСТІНДЕГІ ИНТЕРФЕЙС ЖӘНЕ БАТЫРМАЛАР МАТРИЦАСЫ (OVERLAY)
   ============================================================================== */
.video-info-bottom {
    position: absolute;
    bottom: 20px;
    left: 15px;
    right: 80px;
    z-index: 10;
    color: #ffffff;
    pointer-events: auto; /* Мәтін мен "Тағы" батырмасы қауіпсіз басылуы тиіс */
}
@media (max-width: 768px) {
    .video-info-bottom {
        bottom: 75px; /* Телефонда жоғарырақ тұрсын */
    }
}
.owner-badge-row {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.9);
}

.owner-badge-row .username {
    color: #ffffff;
    font-weight: bold;
    font-size: 1rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 1);
}

.video-info-bottom h3 {
    margin: 0;
    font-size: 1.1rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 1);
    font-weight: 600;
}

.price-meta-row {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 6px;
}

.price-meta-row .price-tag {
    margin: 0;
    color: #00ff00;
    font-weight: bold;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 1);
    font-size: 1.1rem;
}

.price-meta-row .more-link {
    color: #58a6ff;
    font-size: 0.85rem;
    cursor: pointer;
    font-weight: 600;
    text-shadow: 1px 1px 2px #000;
    text-decoration: underline;
}

 

.action-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: white;
    cursor: pointer;
    transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.action-item i {
    font-size: 28px;
    margin-bottom: 5px;
    filter: drop-shadow(0 0 4px rgba(0,0,0,0.5));
}

.action-item span {
    font-size: 12px;
    font-weight: 500;
}

.action-item:active {
    transform: scale(1.3);
}

.video-actions-right .contact-trigger-btn i {
    color: #3498db; /* Хабарласу иконкасының ресми байланыс көк түсі */
}

/* ==============================================================================
   3. ИНТЕРАКТИВТІ ПАНЕЛЬ ЖӘНЕ МЕДИА СҰРАНЫСТАР (RESPONSIVE ADAPTATION)
   ============================================================================== */
.interaction-panel {
    background: #1a1a1a;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    flex-direction: column;
    z-index: 1000;
}

/* 💻 ДЕСКТОП РЕЖИМІ */
@media (min-width: 1024px) {
    .video-item {
        flex-direction: row;
        gap: 20px;
    }
    .interaction-panel {
        width: 400px;
        height: 100vh;
        border-left: 1px solid #333;
        transform: none !important;
        position: static;
    }
    .interaction-panel .close-btn-mobile,
    .interaction-panel .close-x {
        display: none !important;
    }
    .mobile-only { 
        display: none !important; 
    }
}

/* 📱 МОБИЛЬДІ РЕЖИМ */
@media (max-width: 1023px) {
    .video-item {
        flex-direction: column;
    }
    .interaction-panel {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        height: 75vh;
        border-radius: 20px 20px 0 0;
        transform: translateY(100%);
    }
    .interaction-panel.open {
        transform: translateY(0);
    }
    .interaction-panel .close-btn-mobile {
        display: block;
        width: 40px;
        height: 4px;
        background: #555;
        border-radius: 2px;
        margin: 12px auto;
        cursor: pointer;
    }
    .close-x {
        display: block;
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translateY(-50%);
        font-size: 1.8rem;
        color: #888;
        cursor: pointer;
        z-index: 10;
        padding: 5px;
    }
}

.panel-header {
    position: relative;
    padding: 15px 20px;
    text-align: center;
    border-bottom: 1px solid #333;
    display: flex;
    justify-content: center;
    align-items: center;
}

.panel-title-count {
    font-size: 0.9rem;
    font-weight: 600;
    color: white;
}

/* ==============================================================================
   4. СҮЙІШПЕНШІЛІК ПЕН АЛТЫН МОНЕТАЛАР АНИМАЦИЯСЫ (ENGAGEMENT MECHANICS)
   ============================================================================== */
.heart-pop {
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    font-size: 80px;
    color: #ff0050;
    pointer-events: none;
    z-index: 100;
    opacity: 0;
    filter: drop-shadow(0 0 10px rgba(0,0,0,0.5));
}

.heart-animation {
    animation: heart-burst 0.8s ease-out forwards;
}

@keyframes heart-burst {
    0% { transform: translate(-50%, -50%) scale(0); opacity: 0; }
    15% { transform: translate(-50%, -50%) scale(1.2); opacity: 0.9; }
    30% { transform: translate(-50%, -50%) scale(1); opacity: 1; }
    100% { transform: translate(-50%, -80%) scale(1.5); opacity: 0; }
}

.coin-particle {
    position: absolute;
    top: 50%; left: 50%;
    width: 30px; height: 30px;
    background: #ffcc00;
    border: 2px solid #e6b800;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    color: #b8860b;
    z-index: 1000;
    pointer-events: none;
    box-shadow: 0 0 10px rgba(255, 204, 0, 0.6);
}

.coin-animation {
    animation: coin-explode 1.2s ease-out forwards;
}

@keyframes coin-explode {
    0% { transform: translate(-50%, -50%) scale(0) rotate(0deg); opacity: 0; }
    20% { opacity: 1; transform: translate(-50%, -50%) scale(1.2) rotate(180deg); }
    100% { transform: translate(var(--tw), var(--th)) scale(0.5) rotate(720deg); opacity: 0; }
}

/* ==============================================================================
   5. РЕПУТАЦИЯЛЫҚ ЖҮЙЕ ЖӘНЕ МӘРТЕБЕ БЕЙДЖДЕРІ (FINTECHCORE)
   ============================================================================= */
/* Мәрт алтын бейдж жылтыры */
.badge-tier-mart {
    background: linear-gradient(135deg, #ffd700, #ffa500);
    color: #000000;
    font-size: 0.65rem;
    font-weight: 800;
    padding: 2px 6px;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    gap: 2px;
    text-shadow: none;
    box-shadow: 0 0 10px rgba(255, 215, 0, 0參数5);
    position: relative;
    overflow: hidden;
    animation: pulseMart 2.5s infinite ease-in-out;
}

.badge-tier-mart::after {
    content: '';
    position: absolute;
    top: -50%; left: -60%;
    width: 30px; height: 200%;
    background: rgba(255, 255, 255, 0.4);
    transform: rotate(25deg);
    animation: shineBadge 3s infinite ease-in-out;
}

/* Жаңа қолданушы эко бейджі */
.badge-tier-new {
    background: #238636;
    color: #ffffff;
    font-size: 0.65rem;
    font-weight: bold;
    padding: 2px 6px;
    border-radius: 4px;
    border: 1px solid #2ea44f;
    letter-spacing: 0.3px;
    box-shadow: 0 0 6px rgba(86, 211, 100, 0.15);
}

/* Стандарт қолданушы бейджі */
.badge-tier-standard {
    background: rgba(255, 255, 255, 0.25);
    color: #ffffff;
    font-size: 0.65rem;
    font-weight: 600;
    padding: 2px 6px;
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    display: inline-block;
}

@keyframes shineBadge {
    0% { left: -60%; }
    15% { left: 130%; }
    100% { left: 130%; }
}

@keyframes pulseMart {
    0% { transform: scale(1); }
    50% { transform: scale(1.03); box-shadow: 0 0 12px rgba(255, 215, 0, 0.6); }
    100% { transform: scale(1); }
}

/* ==============================================================================
   6. ПІКІРЛЕР ЖҮЙЕСІ ЖӘНЕ СУРЕТТЕРДІ БАСҚАРУ СТАНДАРТЫ
   ============================================================================== */
.comments-container {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding-bottom: 20px;
}

.comment-card {
    background: #21262d;
    border: 1px solid #30363d;
    border-radius: 12px;
    padding: 12px;
    color: #f0f6fc;
}

.comment-header {
    display: flex;
    justify-content: space-between;
    font-size: 0.85rem;
    color: #8b949e;
    margin-bottom: 6px;
}

.comment-author {
    font-weight: bold;
    color: #58a6ff;
}

.comment-text {
    font-size: 0.95rem;
    line-height: 1.4;
    word-break: break-word;
}

.comment-attached-photos {
    display: flex;
    gap: 6px;
    margin-top: 8px;
    flex-wrap: wrap;
}

.comment-thumb-wrapper {
    width: 70px;
    height: 70px;
    border-radius: 6px;
    overflow: hidden;
    border: 1px solid #30363d;
    cursor: pointer;
    transition: transform 0.2s;
}

.comment-thumb-wrapper:hover {
    transform: scale(1.05);
}

.comment-thumb {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.comment-like-btn {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 0.85rem;
    color: #8b949e;
    transition: 0.2s;
    margin-top: 6px;
}

.comment-like-btn.liked {
    color: #ff0050;
}

.comment-reply-btn:hover {
    color: #58a6ff !important;
}

.comment-replies-thread {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

/* Файлдарды жүктеу кезіндегі элементтер */
.upload-preview-row {
    display: flex;
    gap: 8px;
    margin: 10px 0;
    flex-wrap: wrap;
}

.preview-box {
    position: relative;
    width: 60px;
    height: 60px;
    border-radius: 6px;
    overflow: hidden;
    border: 1px solid #58a6ff;
}

.preview-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.preview-box .remove-p-btn {
    position: absolute;
    top: 2px; right: 2px;
    background: rgba(0,0,0,0.7);
    color: #ff7b72;
    border-radius: 50%;
    width: 16px; height: 16px;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.progress-wrapper {
    background: #21262d;
    border-radius: 6px;
    padding: 8px;
    margin: 10px 0;
    border: 1px solid #30363d;
}

.progress-container-bar {
    width: 100%;
    background: #30363d;
    height: 6px;
    border-radius: 3px;
    overflow: hidden;
    margin-top: 4px;
}

.progress-fill {
    background: linear-gradient(90deg, #58a6ff, #56d364);
    height: 100%;
    width: 0%;
    transition: width 0.1s ease;
}

/* ==============================================================================
   7. 🌌 SWIPEABLE LIGHTBOX ГАЛЕРЕЯ СТИЛЬДЕРІ
   ============================================================================== */
.lightbox-overlay {
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0, 0, 0, 0.95);
    z-index: 9999;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    user-select: none;
}

.lightbox-close {
    position: absolute;
    top: 20px; right: 20px;
    color: #ffffff;
    font-size: 30px;
    cursor: pointer;
    z-index: 10000;
}

.lightbox-stage {
    width: 100%;
    max-width: 500px;
    height: 70vh;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.lightbox-img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    transition: transform 0.2s ease;
}

.lightbox-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255,255,255,0.1);
    color: white;
    border: none;
    padding: 15px 10px;
    cursor: pointer;
    font-size: 1.5rem;
    border-radius: 4px;
}

.lightbox-nav.left { left: 10px; }
.lightbox-nav.right { right: 10px; }

.lightbox-counter {
    color: #8b949e;
    font-size: 0.9rem;
    margin-top: 15px;
}
 
 
.video-actions-right {
    position: absolute;
    right: 12px;
    /* 🎯 ТҮЗЕТІЛДІ: Батырмалар астыңғы менюге тіреліп қалмауы үшін bottom 100px-тен 140px-ке көтерілді */
    bottom: 140px; 
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px; /* Батырмалар тығыз әрі мобильді сезімтал болуы үшін сәл жинақталды */
    z-index: 20;
}

 
.contact-action-sheet, .gift-select-sheet {
    position: fixed !important; /* absolute-тен fixed-ке ауысты, енді ол сыртқа қашпайды */
    bottom: 0 !important;
    left: 0 !important;
    width: 100% !important;
    background: rgba(22, 27, 34, 0.98);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border-top: 1px solid #30363d;
    border-radius: 20px 20px 0 0;
    /* 🎯 ТҮЗЕТІЛДІ: Астыңғы жад қауіпсіздік шегі (Safe Area) және ішкі бос орын ұлғайтылды */
    padding: 20px 15px 35px 15px !important; 
    box-sizing: border-box !important;
    z-index: 2000 !important; /* Батырмалардың үстінен таза жабуы үшін */
    animation: slideUp 0.22s ease-out forwards;
}

/* Десктоп нұсқада бұл парақшалардың ені видео сияқты ортада 450px болып шектелуі тиіс */
@media (min-width: 1024px) {
    .contact-action-sheet,
    .gift-select-sheet {
        left: 50% !important;
        transform: translateX(-50%) !important;
        max-width: 450px !important;
    }
}

/* Мәзірлердің ішкі сілтемелері мен тақырыптары */
.contact-action-sheet .sheet-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    border-bottom: 1px solid #21262d;
    padding-bottom: 10px;
}

.contact-action-sheet .sheet-title {
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
}

.contact-action-sheet .sheet-title i {
    color: #3498db;
    margin-right: 6px;
}

.contact-action-sheet .sheet-close-btn {
    color: #8b949e;
    cursor: pointer;
    font-size: 24px;
    padding: 0 10px;
    line-height: 1;
}

.sheet-content-links {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.contact-link-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 13px 16px; /* Басылуы оңай болу үшін сәл кеңейтілді */
    border-radius: 12px;
    text-decoration: none;
    font-size: 0.95rem;
    transition: background 0.2s ease, transform 0.1s ease;
}

.contact-link-item:active {
    transform: scale(0.98);
}

.whatsapp-btn {
    background: #25D366;
    color: #ffffff;
    font-weight: 600;
}
.whatsapp-btn:hover {
    background: #20ba59;
}
.whatsapp-btn i {
    font-size: 1.2rem;
    margin-right: 8px;
    vertical-align: middle;
}

.phone-default-btn {
    background: #21262d;
    border: 1px solid #30363d;
    color: #f0f6fc;
    font-weight: 500;
}
.phone-default-btn:hover {
    background: #282e36;
}
.phone-default-btn i {
    color: #58a6ff;
    margin-right: 8px;
}

.phone-number-text {
    font-size: 0.85rem;
    color: #8b949e;
}
.whatsapp-btn .phone-number-text {
    color: rgba(255, 255, 255, 0.9);
}

/* Таза сырғып шығу анимациясы */
@keyframes slideUp {
    from { transform: translateY(100%); }
    to { transform: translateY(0); }
}

/* Десктопта анимация трансформациясы қақтығыспауы үшін */
@media (min-width: 1024px) {
    @keyframes slideUp {
        from { transform: translate(-50(), 100%); }
        to { transform: translate(-50%, 0); }
    }
}
/* ==============================================================================
   🌌 ИНСТАГРАМ СТИЛІНДЕГІ МУЛЬТИ-МЕДИА КАРУСЕЛЬ СТИЛЬДЕРІ
   ============================================================================== */
/* Карусель таспасының контейнері */
.carousel-track {
    display: flex;
    width: 100%;
    height: 100%;
    transition: transform 0.28s cubic-bezier(0.25, 1, 0.5, 1); /* Бірқалыпты Инстаграм сүртілуі */
    will-change: transform;
}

/* Әрбір медиа блогы (Видео немесе Сурет) */
.carousel-media-item {
    min-width: 100%;
    width: 100%;
    height: 100%;
    position: relative;
    background: #000;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Карусель ішіндегі фотосуреттер стилі */
.carousel-img {
    width: 100%;
    height: 100%;
    object-fit: contain; /* Сурет шеті қиылмай толық әрі сапалы көрінуі үшін */
    background-color: #000;
}

/* 🎯 ЖОҒАРЫДАҒЫ АҚ ИНДИКАТОР СЫЗЫҚТАРЫНЫҢ БАРЫ */
.carousel-indicators-bar {
    position: absolute;
    top: 12px; /* Ең жоғарғы жиектен шегініс */
    left: 10px;
    right: 10px;
    display: flex;
    gap: 4px; /* Сызықтардың ара қашықтығы */
    z-index: 30; /* Видео мен элементтердің ең үстінде тұруы тиіс */
    padding: 4px 0;
}

/* Жеке сызықша стилі */
.indicator-line {
    flex: 1;
    height: 3px;
    background: rgba(255, 255, 255, 0.35); /* Белсенді емес күңгірт ақ сызық */
    border-radius: 2px;
    cursor: pointer;
    transition: background 0.2s ease;
}

/* Белсенді (Ағымдағы ашық тұрған) сызықша түсі */
.indicator-line.active {
    background: #ffffff !important; /* Жарқыраған таза ақ түс */
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
}

/* 💻 ДЕСКТОП НАВИГАЦИЯЛЫҚ ЖЕБЕЛЕРІ (Экран 1024px-ден асқанда шығады) */
.desktop-carousel-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.45);
    backdrop-filter: blur(4px);
    border: none;
    color: white;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: none; /* Мобильді телефонда жасыру */
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 25;
    transition: background 0.2s, opacity 0.2s;
}

.desktop-carousel-nav:hover {
    background: rgba(0, 0, 0, 0.75);
}

.desktop-carousel-nav.left { left: 12px; }
.desktop-carousel-nav.right { right: 12px; }

/* Тек десктоп экрандарда жебелерді белсендіру */
@media (min-width: 1024px) {
    .desktop-carousel-nav {
        display: flex;
    }
}
.content-inline-ad{margin:12px 0;border:1px solid #334155;border-radius:12px;background:linear-gradient(135deg,#111827,#0f172a);overflow:hidden;box-shadow:0 8px 24px rgba(0,0,0,.22)}.content-inline-ad__toggle{display:flex;width:100%;align-items:center;justify-content:space-between;padding:9px 11px;border:0;background:#172033;color:#93c5fd;font-size:11px;font-weight:900}.content-inline-ad__toggle i{transition:transform .25s ease}.content-inline-ad.is-collapsed .content-inline-ad__toggle i{transform:rotate(180deg)}.content-inline-ad__body{display:grid;grid-template-columns:86px minmax(0,1fr);gap:10px;max-height:220px;padding:10px;opacity:1;transition:max-height .25s ease,padding .25s ease,opacity .18s ease}.content-inline-ad.is-collapsed .content-inline-ad__body{max-height:0;padding-top:0;padding-bottom:0;opacity:0;pointer-events:none}.content-inline-ad__body>img{width:86px;height:86px;border-radius:9px;object-fit:cover}.content-inline-ad__body>div{display:grid;align-content:center;gap:5px;min-width:0}.content-inline-ad__body strong{color:#fff;font-size:14px}.content-inline-ad__body p{margin:0!important;color:#cbd5e1!important;font-size:12px;white-space:pre-line}.content-inline-ad__body button{justify-self:start;padding:7px 11px;border:0;border-radius:8px;background:#2563eb;color:#fff;font-weight:800}.allo-light-theme .content-inline-ad{border-color:#cbd5e1;background:#fff}.allo-light-theme .content-inline-ad__toggle{background:#eff6ff;color:#1d4ed8}.allo-light-theme .content-inline-ad__body strong{color:#111827}.allo-light-theme .content-inline-ad__body p{color:#475569!important}@media(max-width:380px){.content-inline-ad__body{grid-template-columns:68px minmax(0,1fr)}.content-inline-ad__body>img{width:68px;height:68px}}
.feed-native-ad{position:relative;width:100%;height:100%;overflow:hidden;background:#05070b;color:#fff}.feed-native-ad>img{width:100%;height:100%;object-fit:cover}.feed-native-ad__fallback{display:grid;width:100%;height:100%;place-items:center;background:radial-gradient(circle at 50% 35%,#1e3a8a,#05070b)}.feed-native-ad__fallback i{font-size:72px;color:#60a5fa}.feed-native-ad__shade{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.08) 35%,rgba(0,0,0,.92) 88%)}.feed-native-ad__badge{position:absolute;z-index:2;top:76px;left:14px;padding:7px 10px;border:1px solid rgba(255,255,255,.36);border-radius:999px;background:rgba(0,0,0,.68);color:#fde047;font-size:11px;font-weight:900;backdrop-filter:blur(8px)}.feed-native-ad__content{position:absolute;z-index:2;right:18px;bottom:92px;left:18px;display:grid;gap:9px}.feed-native-ad__content h2{margin:0;font-size:23px;font-weight:950;line-height:1.12;text-shadow:0 2px 8px #000}.feed-native-ad__content p{display:-webkit-box;margin:0;overflow:hidden;color:#e5e7eb;font-size:14px;line-height:1.4;text-shadow:0 1px 5px #000;-webkit-box-orient:vertical;-webkit-line-clamp:3}.feed-native-ad__content button{justify-self:start;min-height:44px;padding:10px 18px;border:0;border-radius:11px;background:#2563eb;color:#fff;font-weight:900;box-shadow:0 8px 22px rgba(37,99,235,.35)}@media(min-width:700px){.feed-native-ad__badge{top:24px}.feed-native-ad__content{bottom:34px}}

.comment-panel-footer {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
    overflow: hidden;
}

.comment-compose-row {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
}

.comment-compose-input {
    width: 0;
    min-width: 0;
    max-width: 100%;
    box-sizing: border-box;
}

.comment-attach-button,
.comment-send-button {
    flex: 0 0 auto;
}

@media (max-width: 480px) {
    .comment-panel-footer {
        padding-left: 8px !important;
        padding-right: 8px !important;
    }

    .comment-compose-row {
        gap: 6px !important;
    }

    .comment-attach-button {
        padding-left: 4px !important;
        padding-right: 4px !important;
    }

    .comment-send-button {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
}

.feed-top-tools {
    position: fixed;
    top: calc(env(safe-area-inset-top, 0px) + 2px);
    left: 50%;
    width: min(100%, 450px);
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 14px;
    z-index: 45;
    pointer-events: none;
}
.feed-slide-indicators {
    top: calc(env(safe-area-inset-top, 0px) + 50px);
    left: 21px !important;
    right: 21px !important;
}
.feed-logo-slot { width: 48px; height: 38px; pointer-events: none; }
.feed-gift-icon,
.feed-theme-icon,
.feed-search-icon {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border: 0;
    background: transparent;
    color: #fff;
    font-size: 22px;
    filter: drop-shadow(0 2px 5px rgba(0,0,0,.75));
    pointer-events: auto;
}

.video-progress-zone {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 2px;
    z-index: 35;
    height: 24px;
    display: flex;
    align-items: flex-end;
    cursor: pointer;
    opacity: 0;
    pointer-events: none;
    transition: opacity .18s ease;
    touch-action: none;
}
.video-progress-zone.is-visible { opacity: 1; pointer-events: auto; }
.video-progress-track { width:100%;height:3px;background:rgba(255,255,255,.28); }
.video-progress-track span { display:block;height:100%;background:#fff;box-shadow:0 0 5px rgba(255,255,255,.75); }

.search-page {
    position: fixed;
    inset: 0;
    z-index: 80;
    overflow-y: auto;
    background: #080a0e;
    color: #fff;
}
.search-page-header {
    position: sticky;
    top: 0;
    z-index: 4;
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr) auto;
    align-items: center;
    gap: 8px;
    padding: calc(env(safe-area-inset-top, 0px) + 10px) 12px 10px;
    background: rgba(8,10,14,.96);
    border-bottom: 1px solid #20242d;
}
.search-page-back { width: 38px; height: 38px; font-size: 20px; }
.search-page-form {
    height: 42px;
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 0 12px;
    border-radius: 8px;
    background: #1a1d23;
    color: #8d939d;
}
.search-page-form input {
    min-width: 0;
    flex: 1;
    border: 0;
    outline: 0;
    background: transparent;
    color: #fff;
    font-size: 15px;
}
.search-page-form button { color: #aeb4bf; font-size: 23px; line-height: 1; }
.search-page-submit { color: #fff; font-size: 14px; font-weight: 700; }
.search-page-body { width: min(100%, 720px); margin: 0 auto; padding: 12px 12px 32px; }
.search-scope-tabs { display:grid;grid-template-columns:1fr 1fr;gap:5px;margin:0 0 16px;padding:4px;border-radius:12px;background:#151920; }
.search-scope-tabs button { display:flex;align-items:center;justify-content:center;gap:7px;min-height:40px;border-radius:9px;color:#9299a5;font-size:13px;font-weight:800; }
.search-scope-tabs button.active { background:#2563eb;color:#fff;box-shadow:0 4px 14px rgba(37,99,235,.28); }
.search-intent-tools{display:grid;gap:9px;margin:-7px 0 18px}.search-intent-tabs{display:grid;grid-template-columns:1fr 1fr;gap:7px}.search-intent-tabs button{display:flex;min-width:0;min-height:64px;align-items:center;gap:9px;padding:9px 11px;border:1px solid #303a49;border-radius:12px;background:#111720;color:#9ca7b7;text-align:left}.search-intent-tabs button>i{display:grid;flex:0 0 32px;width:32px;height:32px;place-items:center;border-radius:50%;background:#1c293a}.search-intent-tabs button>span{display:grid;min-width:0;gap:2px}.search-intent-tabs button b{color:#e5ebf4;font-size:12px}.search-intent-tabs button small{font-size:9px;line-height:1.25}.search-intent-tabs button.active{border-color:#3b82f6;background:#142a49;color:#9bc5ff;box-shadow:0 4px 14px rgba(37,99,235,.16)}.search-intent-tabs button.active b{color:#fff}.search-category-filter{display:flex;align-items:center;gap:9px;padding:0 11px;border:1px solid #303a49;border-radius:11px;background:#111720;color:#60a5fa}.search-category-filter select{width:100%;min-height:42px;border:0;background:transparent;color:#e5ebf4;font-size:12px;outline:none}.search-category-filter option{background:#111720;color:#fff}.search-card-gradient em{align-self:flex-start;padding:2px 6px;border-radius:5px;background:rgba(37,99,235,.88);color:#fff;font-size:9px;font-style:normal;font-weight:800}.search-video-card:has(.search-card-gradient em){position:relative}body.allo-light-theme .search-intent-tabs button,body.allo-light-theme .search-category-filter{border-color:#ccd7e5;background:#f5f8fc;color:#52657b}body.allo-light-theme .search-intent-tabs button b,body.allo-light-theme .search-category-filter select{color:#172033}body.allo-light-theme .search-intent-tabs button.active{border-color:#3b82f6;background:#e7f0ff;color:#2563eb}body.allo-light-theme .search-category-filter option{background:#fff;color:#172033}
.search-market-intro { padding:70px 18px;text-align:center;color:#9ca3af; }
.search-market-intro>i { font-size:42px;color:#60a5fa; }
.search-market-intro h2 { margin:14px 0 7px;color:#f8fafc;font-size:18px; }
.search-market-intro p { margin:0;font-size:14px; }
.search-section { margin-bottom: 24px; }
.search-section h2 { margin-bottom: 10px; font-size: 17px; font-weight: 800; }
.search-section-title { display: flex; align-items: center; justify-content: space-between; }
.search-section-title button { color: #89909b; font-size: 13px; }
.search-tag-list { display: flex; flex-wrap: wrap; gap: 8px; }
.search-tag-list button {
    padding: 8px 11px;
    border-radius: 7px;
    background: #181b21;
    color: #f1f5f9;
    font-size: 13px;
    font-weight: 700;
}
.search-tag-list span { margin-left: 5px; color: #7d8490; font-weight: 500; }
.search-history-item {
    width: 100%;
    display: grid;
    grid-template-columns: 22px 1fr 18px;
    gap: 10px;
    align-items: center;
    padding: 11px 2px;
    color: #e9edf3;
    text-align: left;
}
.search-history-item .fa-clock-rotate-left, .search-history-item .fa-chevron-right { color: #777f8b; }
.search-video-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 3px; }
.search-video-card {
    position: relative;
    aspect-ratio: 3 / 4;
    overflow: hidden;
    background: #151820;
    text-align: left;
}
.search-card-media-placeholder{display:grid;width:100%;height:100%;place-items:center;background:#171e29;color:#64748b;font-size:30px}
.search-video-card > img, .search-video-card > video { width: 100%; height: 100%; object-fit: cover; }
.search-card-gradient {
    position: absolute;
    inset: auto 0 0;
    display: flex;
    flex-direction: column;
    gap: 3px;
    padding: 28px 8px 8px;
    background: linear-gradient(transparent, rgba(0,0,0,.86));
}
.search-card-gradient strong { overflow: hidden; font-size: 13px; line-height: 1.25; text-overflow: ellipsis; white-space: nowrap; }
.search-card-gradient span { color: #35e77b; font-size: 12px; font-weight: 800; }
.search-card-gradient small { overflow:hidden;color:#cbd5e1;font-size:10px;text-overflow:ellipsis;white-space:nowrap; }
.search-result-label { margin: 2px 0 12px; color: #a7adb7; font-size: 13px; }
.search-results-toolbar { display:flex;align-items:center;justify-content:space-between;gap:10px;margin:2px 0 12px; }
.search-results-toolbar .search-result-label { min-width:0;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap; }
.search-sort-select { max-width:190px;padding:8px 28px 8px 10px;border:1px solid #303846;border-radius:9px;background:#151a22;color:#fff;font-size:12px;font-weight:700;outline:none; }
.comment-published-date { margin-top:7px;color:#9ca3af;font-size:12px;font-weight:600; }
.comment-published-date i { margin-right:4px; }
.comment-owner-card{display:grid;width:100%;grid-template-columns:44px minmax(0,1fr) auto;align-items:center;gap:10px;padding:10px;border:1px solid #303b4b;border-radius:12px;background:#111923;color:#fff;text-align:left}.comment-owner-card img{width:44px;height:44px;border:2px solid #2f81f7;border-radius:50%;object-fit:cover}.comment-owner-card span{display:grid;min-width:0;gap:3px}.comment-owner-card strong{overflow:hidden;color:#58a6ff;font-size:14px;text-overflow:ellipsis;white-space:nowrap}.comment-owner-card small{color:#8fa1b6;font-size:11px}.comment-owner-card small i{margin-right:4px}.comment-owner-card>i{color:#64748b}.comment-owner-card:active{transform:scale(.99)}body.allo-light-theme .comment-owner-card{border-color:#d5deea;background:#f8fafc;color:#172033}body.allo-light-theme .comment-owner-card small{color:#64748b}
.search-empty-state { padding: 70px 12px; color: #a7adb7; text-align: center; }
body.allo-light-theme .search-scope-tabs { background:#e8edf4; }
body.allo-light-theme .search-market-intro h2 { color:#111827; }
.saved-page { position:fixed;inset:0;z-index:86;overflow-y:auto;background:#080a0e;color:#fff; }
.saved-page-header { position:sticky;top:0;z-index:3;display:grid;grid-template-columns:40px 1fr 40px;align-items:center;padding:calc(env(safe-area-inset-top, 0px) + 10px) 12px 10px;background:rgba(8,10,14,.96);border-bottom:1px solid #20242d; }
.saved-page-header button { width:38px;height:38px;font-size:20px; }
.saved-page-header h1 { font-size:18px;font-weight:800;text-align:center; }
.saved-page-header span { color:#9ca3af;font-size:13px;text-align:right; }
.saved-page-body { width:min(100%,720px);margin:0 auto;padding:3px 3px 32px; }
.saved-video-grid { display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:3px; }
.saved-video-card { position:relative;min-width:0;aspect-ratio:3/4;overflow:hidden;background:#151820; }
.saved-card-open { width:100%;height:100%;text-align:left; }
.saved-card-open > img,.saved-card-open > video { width:100%;height:100%;object-fit:cover; }
.saved-card-gradient { position:absolute;inset:auto 0 0;display:flex;flex-direction:column;gap:3px;padding:32px 8px 9px;background:linear-gradient(transparent,rgba(0,0,0,.88)); }
.saved-card-gradient strong { overflow:hidden;color:#fff;font-size:13px;line-height:1.25;text-overflow:ellipsis;white-space:nowrap; }
.saved-card-gradient span { color:#35e77b;font-size:12px;font-weight:800; }
.saved-card-remove { position:absolute;top:8px;right:8px;display:grid;width:34px;height:34px;place-items:center;border-radius:50%;background:rgba(8,10,14,.72);color:#facc15;font-size:17px;backdrop-filter:blur(6px); }
.saved-empty-state { padding:80px 16px;color:#a7adb7;text-align:center; }
body.allo-light-theme .saved-page { background:#f4f7fb;color:#111827; }
body.allo-light-theme .saved-page-header { background:rgba(255,255,255,.96);border-color:#dbe3ee; }
.feed-breadcrumb-handle{position:absolute;z-index:20;right:0;top:21%;display:grid;width:28px;height:50px;place-items:center;border:1px solid rgba(255,255,255,.2);border-right:0;border-radius:14px 0 0 14px;background:rgba(0,0,0,.68);color:#fff;font-size:19px;opacity:.608;transition:right .28s ease}.feed-breadcrumb-handle i{font-weight:900;-webkit-text-stroke:1px currentColor;transform:translateX(5px);transition:transform .28s ease}.feed-breadcrumb-handle.open{right:calc(100% - 28px);border-radius:0 14px 14px 0}.feed-breadcrumb-handle.open i{transform:translateX(5px) rotate(180deg)}.feed-breadcrumb-drawer{position:absolute;z-index:19;inset:calc(env(safe-area-inset-top,0px) + 58px) 0 calc(var(--allo-nav-height,64px) + env(safe-area-inset-bottom,0px)) 0;display:flex;width:100%;box-sizing:border-box;transform:translateX(101%);flex-direction:column;gap:12px;padding:22px 18px 18px 46px;border-top:1px solid rgba(255,255,255,.18);border-bottom:1px solid rgba(255,255,255,.18);background:rgba(8,12,18,.97);color:#fff;transition:transform .28s ease;backdrop-filter:blur(16px)}.feed-breadcrumb-drawer.open{transform:translateX(0)}.feed-breadcrumb-drawer>span{display:flex;align-items:center;gap:9px;padding:9px 2px;border-bottom:1px solid rgba(148,163,184,.15)}.feed-breadcrumb-drawer .fa-chevron-right{font-size:11px;color:#60a5fa}.feed-breadcrumb-actions{display:grid;gap:10px;margin-top:auto}.feed-breadcrumb-actions>button{display:grid;grid-template-columns:40px minmax(0,1fr) 18px;align-items:center;gap:11px;width:100%;min-height:66px;padding:10px 12px;border:1px solid #33445d;border-radius:14px;background:#111c2c;color:#f8fafc;text-align:left}.feed-breadcrumb-actions>button>i:first-child{display:grid;width:40px;height:40px;place-items:center;border-radius:12px;background:#1d4ed8;color:#fff;font-size:17px}.feed-breadcrumb-actions>button:nth-child(2)>i:first-child{background:#7c3aed}.feed-breadcrumb-actions span{display:grid;gap:3px}.feed-breadcrumb-actions b{font-size:13px}.feed-breadcrumb-actions small{color:#94a3b8;font-size:10px;line-height:1.3}body.allo-light-theme .feed-breadcrumb-drawer,.allo-light-theme .feed-breadcrumb-drawer{background:rgba(255,255,255,.98);color:#111827;border-color:#cbd5e1}body.allo-light-theme .feed-breadcrumb-handle{background:rgba(226,232,240,.9);color:#111827}body.allo-light-theme .feed-breadcrumb-actions>button{border-color:#cbd5e1;background:#f8fafc;color:#172033}
.feed-ad-hashtags { display: flex; flex-wrap: wrap; gap: 4px 8px; margin: -2px 0 5px; }
.feed-ad-hashtags button { color: #93c5fd; font-size: 12px; font-weight: 700; }
.comment-rating-picker{display:flex;align-items:center;gap:3px;margin-bottom:8px;color:#9ca3af;font-size:13px}.comment-rating-picker button{color:#4b5563;font-size:24px;line-height:1}.comment-rating-picker button.is-active,.comment-given-rating,.comment-rating-average{color:#facc15}.comment-rating-picker .rating-clear{margin-left:5px;color:#ef4444;font-size:20px}.comment-given-rating{letter-spacing:2px;font-size:14px}.comment-given-rating span{color:#4b5563}.comment-rating-average{font-weight:800}.comment-rating-average small{color:#9ca3af}

/* Right action rail: move the complete block 15px down. Keep at EOF. */
.feed-action-rail {
    transform: translateY(15px) !important;
}

/* Owner avatar: an additional 50px down. */
.feed-action-rail > .feed-owner-shift {
    position: relative;
    top: 81px !important;
    transform: none !important;
}

/* Comment action: an additional 5px down. */
.feed-action-rail > .feed-comment-shift {
    position: relative;
    top: 25px !important;
    transform: none !important;
}

/* Like action: an additional 10px down. */
.feed-action-rail > .feed-like-shift {
    position: relative;
    top: 55px !important;
    transform: none !important;
}

/* Share action: an additional 3px down. */
.feed-action-rail > .feed-share-shift {
    position: relative;
    top: 3px !important;
    transform: none !important;
}

/* Feed title, description, hashtags and price: move together 10px down. */
.feed-info-position {
    transform: translateY(10px) !important;
}

/* Two-finger clean view keeps the media playing and hides feed chrome. */
.feed-action-rail,
.feed-info-position,
.feed-slide-indicators,
.feed-breadcrumb-handle,
.feed-breadcrumb-drawer {
    transition: opacity .2s ease, visibility .2s ease, transform .2s ease;
}

.feed-breadcrumb-link{display:flex;align-items:center;gap:9px;width:100%;padding:9px 2px;border:0;border-bottom:1px solid rgba(148,163,184,.15);background:transparent;color:inherit;font:inherit;text-align:left;cursor:pointer}.feed-breadcrumb-link:hover,.feed-breadcrumb-link:focus-visible{color:#60a5fa}.feed-breadcrumb-link .fa-chevron-right{font-size:11px;color:#60a5fa}
.video-feed-item .feed-action-rail{position:absolute!important;right:1rem!important;left:auto!important;width:auto!important;display:flex!important;flex-direction:column!important}

.feed-clean-view .feed-action-rail,
.feed-clean-view .feed-info-position,
.feed-clean-view .feed-slide-indicators,
.feed-clean-view .feed-breadcrumb-handle,
.feed-clean-view .feed-breadcrumb-drawer {
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

/* Хабарландырулар: лента / каталог режимі */
.feed-film-poster-intro{position:absolute;inset:0;z-index:4;width:100%;height:100%;object-fit:contain;background:#000;pointer-events:none}.feed-poster-intro-leave-active{transition:opacity .45s ease}.feed-poster-intro-leave-to{opacity:0}
.search-view-tabs,.feed-view-switch,.feed-breadcrumb-view-switch{display:grid;grid-template-columns:1fr 1fr;gap:6px}.search-view-tabs button,.feed-view-switch button,.feed-breadcrumb-view-switch button{display:flex;align-items:center;justify-content:center;gap:7px;min-height:42px;padding:7px 9px;border:1px solid #303a49;border-radius:10px;background:#111720;color:#9ca7b7}.search-view-tabs button span{display:grid;text-align:left}.search-view-tabs button b{font-size:11px;color:#e5ebf4}.search-view-tabs button small{font-size:8px}.search-view-tabs button.active,.feed-view-switch button.active,.feed-breadcrumb-view-switch button.active{border-color:#3b82f6;background:#1d4ed8;color:#fff}.feed-breadcrumb-view-switch{margin:2px 0 5px}.feed-breadcrumb-view-switch button{min-height:36px;font-size:11px}.feed-catalog-page{position:relative;z-index:3;min-height:100dvh;padding:75px 8px 86px;background:#080b10;color:#f8fafc;overflow-y:auto}.feed-catalog-header{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;margin:0 auto 12px;width:min(100%,900px)}.feed-catalog-header small{color:#60a5fa}.feed-catalog-header h1{font-size:20px;font-weight:900}.feed-view-switch{min-width:210px}.feed-catalog-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;width:min(100%,900px);margin:0 auto}.feed-catalog-card{min-width:0;overflow:hidden;border:1px solid #263244;border-radius:13px;background:#111720;text-align:left;color:#f8fafc}.feed-catalog-card figure{position:relative;aspect-ratio:4/3;background:#171e29}.feed-catalog-card figure>img,.feed-catalog-card figure>span{width:100%;height:100%;object-fit:cover}.feed-catalog-card figure>span{display:grid;place-items:center;color:#64748b;font-size:28px}.feed-catalog-card figure>em{position:absolute;right:8px;bottom:8px;display:grid;width:29px;height:29px;place-items:center;border-radius:50%;background:rgba(37,99,235,.92);color:#fff;font-style:normal}.feed-catalog-card>div{display:grid;gap:3px;padding:9px}.feed-catalog-card small,.feed-catalog-card span{overflow:hidden;color:#94a3b8;font-size:10px;white-space:nowrap;text-overflow:ellipsis}.feed-catalog-card strong{display:-webkit-box;overflow:hidden;font-size:13px;line-height:1.25;-webkit-box-orient:vertical;-webkit-line-clamp:2}.feed-catalog-card b{color:#22c55e;font-size:13px}.feed-catalog-state{text-align:center;color:#94a3b8}.allo-light-theme .feed-catalog-page{background:#f3f6fa;color:#111827}.allo-light-theme .feed-catalog-card,.allo-light-theme .search-view-tabs button,.allo-light-theme .feed-view-switch button{border-color:#ccd7e5;background:#fff;color:#172033}.allo-light-theme .search-view-tabs button b{color:#172033}.allo-light-theme .search-view-tabs button.active,.allo-light-theme .feed-view-switch button.active{background:#2563eb;color:#fff}.allo-light-theme .search-view-tabs button.active b{color:#fff}@media(min-width:700px){.feed-catalog-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(max-width:430px){.feed-catalog-header{align-items:stretch;flex-direction:column}.feed-view-switch{width:100%}}

body.feed-clean-mode .feed-top-tools,
body.feed-clean-mode .feed-mode-tabs,
body.feed-clean-mode .allo-nav {
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

.feed-clean-view .video-progress-zone {
    bottom: env(safe-area-inset-bottom, 0px) !important;
    z-index: 35 !important;
    opacity: 1 !important;
    pointer-events: auto !important;
}

.feed-clean-hint {
    position: fixed;
    z-index: 60;
    top: calc(env(safe-area-inset-top, 0px) + 18px);
    left: 50%;
    padding: 8px 13px;
    border: 1px solid rgba(255,255,255,.22);
    border-radius: 999px;
    background: rgba(0,0,0,.62);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    white-space: nowrap;
    transform: translateX(-50%);
    pointer-events: none;
    animation: feed-clean-hint-hide 2.4s ease forwards;
    backdrop-filter: blur(8px);
}

@keyframes feed-clean-hint-hide {
    0%, 65% { opacity: 1; }
    100% { opacity: 0; visibility: hidden; }
}
.managed-profile-disclosure{display:inline-flex;align-items:center;gap:5px;margin-bottom:5px;padding:3px 7px;border:1px solid rgba(251,191,36,.75);border-radius:999px;background:rgba(66,32,6,.82);color:#fde68a;font-size:10px;font-weight:800}

/* Fullscreen video controls must stay inside the fullscreen element. */
.feed-video-progress-fullscreen {
    left: 12px !important;
    right: 12px !important;
    bottom: calc(env(safe-area-inset-bottom, 0px) + 10px) !important;
    z-index: 76 !important;
    height: 48px !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    box-sizing: border-box;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-end;
}
.feed-video-time{display:flex;width:100%;align-items:center;justify-content:space-between;margin-bottom:7px;color:#fff;font-size:12px;font-variant-numeric:tabular-nums;text-shadow:0 1px 3px #000;pointer-events:none}
.feed-video-progress-fullscreen .video-progress-track {
    flex: 0 0 4px;
    width: 100%;
    height: 4px;
    border-radius: 999px;
    overflow: hidden;
}
.feed-film-loading{position:absolute;z-index:6;left:50%;top:50%;display:flex;align-items:center;gap:8px;padding:9px 13px;border:1px solid rgba(255,255,255,.22);border-radius:999px;background:rgba(3,7,18,.72);color:#fff;font-size:12px;font-weight:800;transform:translate(-50%,-50%);pointer-events:none;backdrop-filter:blur(7px)}
.feed-film-loading i{font-size:17px;animation:feed-film-loading-spin .8s linear infinite}
@keyframes feed-film-loading-spin{to{transform:rotate(360deg)}}
.feed-fullscreen-seek-feedback {
    position: absolute;
    z-index: 78;
    top: 50%;
    display: grid;
    place-items: center;
    gap: 5px;
    width: 92px;
    height: 92px;
    border-radius: 50%;
    background: rgba(0,0,0,.58);
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    transform: translateY(-50%);
    pointer-events: none;
    animation: feed-seek-feedback .65s ease forwards;
}
.feed-fullscreen-seek-feedback i { font-size: 25px; }
.feed-fullscreen-seek-feedback.is-backward { left: 12%; }
.feed-fullscreen-seek-feedback.is-forward { right: 12%; }
@keyframes feed-seek-feedback {
    0% { opacity: 0; transform: translateY(-50%) scale(.78); }
    25% { opacity: 1; transform: translateY(-50%) scale(1); }
    100% { opacity: 0; transform: translateY(-50%) scale(1.06); }
}
.feed-video-playback-error{position:absolute;inset:0;z-index:4;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:9px;padding:24px;background:#050505;color:#fca5a5;text-align:center;font-size:13px;font-weight:800}.feed-video-playback-error i{font-size:28px;color:#ef4444}
.fullscreen-ad-card{position:absolute;left:18px;bottom:82px;z-index:80;display:grid;grid-template-columns:92px minmax(0,1fr);width:min(430px,calc(100% - 36px));min-height:108px;border:1px solid rgba(255,255,255,.25);border-radius:15px;background:rgba(7,12,20,.94);color:#fff;box-shadow:0 16px 45px rgba(0,0,0,.55);overflow:hidden}.fullscreen-ad-card>img{width:92px;height:100%;min-height:108px;object-fit:cover}.fullscreen-ad-card>div{display:grid;align-content:center;gap:4px;padding:12px 45px 12px 13px}.fullscreen-ad-card small{color:#facc15;font-size:10px;font-weight:900;text-transform:uppercase}.fullscreen-ad-card strong{font-size:15px;line-height:1.2}.fullscreen-ad-card p{display:-webkit-box;margin:0;color:#cbd5e1;font-size:11px;line-height:1.35;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.fullscreen-ad-card>div>button{justify-self:start;margin-top:3px;padding:7px 12px;border:0;border-radius:8px;background:#2563eb;color:#fff;font-weight:800}.fullscreen-ad-card__close{position:absolute;right:8px;top:8px;display:grid;width:30px;height:30px;place-items:center;border:1px solid #64748b;border-radius:50%;background:#0f172a;color:#fff}.fullscreen-ad-card__close:disabled{opacity:.75}@media(max-width:560px){.fullscreen-ad-card{left:10px;bottom:100px;grid-template-columns:72px;width:calc(100% - 20px);min-height:96px}.fullscreen-ad-card>img{width:72px;min-height:96px}.fullscreen-ad-card>div{padding:9px 40px 9px 10px}.fullscreen-ad-card strong{font-size:13px}}
.feed-native-ad>video{width:100%;height:100%;object-fit:cover}.content-inline-ad__body>video{width:86px;height:86px;border-radius:9px;object-fit:cover}.fullscreen-ad-card>video{width:88px;height:100%;object-fit:cover}
.comment-location-card{display:grid;gap:12px;padding:13px;border:1px solid #334155;border-radius:13px;background:#101a29;color:#e5edf8}.comment-location-card__heading{display:flex;align-items:center;gap:11px}.comment-location-card__heading>i{display:grid;flex:0 0 38px;width:38px;height:38px;place-items:center;border-radius:50%;background:#172e4c;color:#60a5fa;font-size:17px}.comment-location-card__heading div{display:grid;min-width:0;gap:2px}.comment-location-card__heading small{color:#8da2bd;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.05em}.comment-location-card__heading strong{overflow-wrap:anywhere;font-size:14px;line-height:1.3}.comment-location-card__actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.comment-location-card__actions a{display:flex;min-height:40px;align-items:center;justify-content:center;gap:7px;padding:8px 10px;border:1px solid #355071;border-radius:10px;background:#172235;color:#93c5fd;font-size:12px;font-weight:800;text-align:center;text-decoration:none}.comment-location-card__actions a.is-2gis{border-color:#216e49;background:#123323;color:#86efac}.comment-location-card__actions a:only-child{grid-column:1/-1}@media(max-width:360px){.comment-location-card__actions{grid-template-columns:1fr}}
body.allo-light-theme .comment-location-card{border-color:#d5deea;background:#f4f7fb;color:#172033}body.allo-light-theme .comment-location-card__heading>i{background:#e1edff;color:#2563eb}body.allo-light-theme .comment-location-card__heading small{color:#64748b}body.allo-light-theme .comment-location-card__actions a{border-color:#bdd0e8;background:#eaf2ff;color:#1d4ed8}body.allo-light-theme .comment-location-card__actions a.is-2gis{border-color:#a7d8bd;background:#e5f7ec;color:#137a42}
.comment-location-card__actions button{display:flex;min-height:40px;align-items:center;justify-content:center;gap:7px;padding:8px 10px;border:1px solid #355071;border-radius:10px;background:#172235;color:#93c5fd;font-size:12px;font-weight:800;text-align:center}.comment-location-card__actions>:only-child{grid-column:1/-1}.ad-location-map-modal{position:fixed;inset:0;z-index:120;display:grid;place-items:center;padding:16px;background:rgba(2,6,12,.76);backdrop-filter:blur(7px)}.ad-location-map-dialog{display:grid;grid-template-rows:auto minmax(280px,1fr) auto;width:min(720px,100%);height:min(680px,calc(100dvh - 32px));overflow:hidden;border:1px solid #3b4d66;border-radius:18px;background:#0f1724;box-shadow:0 24px 80px rgba(0,0,0,.65)}.ad-location-map-dialog header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 16px;border-bottom:1px solid #2d3a4e}.ad-location-map-dialog header>div{display:grid;gap:3px}.ad-location-map-dialog header strong{display:flex;align-items:center;gap:8px;color:#f8fafc}.ad-location-map-dialog header strong i{color:#60a5fa}.ad-location-map-dialog header small{color:#94a3b8}.ad-location-map-dialog header>button{display:grid;width:38px;height:38px;place-items:center;border:1px solid #41516a;border-radius:50%;background:#172235;color:#fff;font-size:25px}.ad-location-map-dialog iframe{width:100%;height:100%;border:0;background:#dce6ee}.ad-location-map-dialog footer{display:flex;justify-content:flex-end;gap:9px;padding:12px 14px;border-top:1px solid #2d3a4e}.ad-location-map-dialog footer button,.ad-location-map-dialog footer a{display:flex;min-height:40px;align-items:center;justify-content:center;gap:7px;padding:8px 14px;border:1px solid #40516b;border-radius:10px;background:#172235;color:#e2e8f0;font-size:13px;font-weight:800;text-decoration:none}.ad-location-map-dialog footer a{border-color:#238453;background:#166534;color:#fff}@media(max-width:560px){.ad-location-map-modal{padding:0}.ad-location-map-dialog{width:100%;height:100dvh;border:0;border-radius:0}.ad-location-map-dialog footer>*{flex:1}}body.allo-light-theme .comment-location-card__actions button{border-color:#bdd0e8;background:#eaf2ff;color:#1d4ed8}body.allo-light-theme .ad-location-map-dialog{border-color:#cad5e3;background:#fff}body.allo-light-theme .ad-location-map-dialog header,body.allo-light-theme .ad-location-map-dialog footer{border-color:#d9e1eb}body.allo-light-theme .ad-location-map-dialog header strong{color:#172033}body.allo-light-theme .ad-location-map-dialog header>button{border-color:#ccd7e5;background:#f1f5f9;color:#172033}body.allo-light-theme .ad-location-map-dialog footer button{border-color:#cad5e3;background:#eef3f8;color:#172033}
.comment-report-button--after-comments{margin-top:16px;opacity:.82}
