.material-symbols-outlined{justify-content:center;align-items:center;font-size:24px;line-height:1;display:inline-flex}.material-symbols-outlined:before{content:"";width:1em;height:1em;-webkit-mask:var(--ms-icon) center / contain no-repeat;-webkit-mask:var(--ms-icon) center / contain no-repeat;mask:var(--ms-icon) center / contain no-repeat;-webkit-print-color-adjust:exact;print-color-adjust:exact;background-color:currentColor;flex:none;display:block}.material-symbols-outlined.filled:before{-webkit-mask-image:var(--ms-icon-fill);-webkit-mask-image:var(--ms-icon-fill);mask-image:var(--ms-icon-fill)}.rg-editor{--rg-editor-border:var(--admin-border,var(--line,#e2e8f0));--rg-editor-border-strong:var(--admin-border-light,#d9e1ec);--rg-editor-surface:var(--admin-surface,#fff);--rg-editor-toolbar:var(--admin-surface-light,#f7f9fc);--rg-editor-hover:var(--admin-surface-hover,#eef3f9);--rg-editor-text:var(--admin-text,var(--ink,#344054));--rg-editor-muted:var(--admin-text-muted,var(--muted,#667085));--rg-editor-heading:var(--admin-text-heading,var(--ink,#172033));--rg-editor-accent:var(--admin-accent,var(--brand,#2f74b9));--rg-editor-accent-soft:var(--admin-accent-glow,#2f74b91f);--rg-editor-radius:var(--admin-radius-sm,6px);background:var(--rg-editor-surface);border:1px solid var(--rg-editor-border);border-radius:var(--rg-editor-radius);color:var(--rg-editor-text);flex-direction:column;display:flex;position:relative;overflow:visible}.rg-editor-source{display:none!important}.rg-editor-toolbar{background:var(--rg-editor-toolbar);border-bottom:1px solid var(--rg-editor-border);border-radius:var(--rg-editor-radius) var(--rg-editor-radius) 0 0;flex-wrap:wrap;align-items:center;gap:2px;padding:4px 6px;display:flex}.rg-editor-button{color:var(--rg-editor-muted);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:5px;justify-content:center;align-items:center;width:26px;height:26px;padding:0;transition:background .15s,color .15s,border-color .15s;display:inline-flex}.rg-editor-button .material-symbols-outlined{font-size:17px}.rg-editor-button:hover:not(:disabled){background:var(--rg-editor-hover);color:var(--rg-editor-text)}.rg-editor-button:focus-visible,.rg-editor-select-trigger:focus-visible{box-shadow:0 0 0 3px var(--rg-editor-accent-soft);outline:none}.rg-editor-button.is-active{background:var(--rg-editor-accent-soft);border-color:var(--rg-editor-accent);color:var(--rg-editor-accent)}.rg-editor-button:disabled{cursor:default;opacity:.38}.rg-editor-separator{background:var(--rg-editor-border-strong);width:1px;height:16px;margin:0 3px}.rg-editor-select{position:relative}.rg-editor-select-trigger{background:var(--rg-editor-surface);border:1px solid var(--rg-editor-border-strong);color:var(--rg-editor-text);cursor:pointer;font:inherit;border-radius:5px;align-items:center;gap:2px;height:26px;padding:0 4px 0 8px;font-size:11px;display:inline-flex}.rg-editor-select-value{text-align:left;min-width:58px}.rg-editor-select-caret{font-size:15px}.rg-editor-select-list{background:var(--rg-editor-surface);border:1px solid var(--rg-editor-border-strong);border-radius:var(--rg-editor-radius);z-index:30;flex-direction:column;min-width:150px;padding:4px;display:flex;position:absolute;top:calc(100% + 4px);left:0;box-shadow:0 10px 24px #17203324}.rg-editor-select-list[hidden]{display:none}.rg-editor-select-option{color:var(--rg-editor-text);cursor:pointer;font:inherit;text-align:left;background:0 0;border:0;border-radius:5px;padding:5px 8px}.rg-editor-select-option:hover{background:var(--rg-editor-hover)}.rg-editor-select-option.is-active{background:var(--rg-editor-accent-soft);color:var(--rg-editor-accent)}.rg-editor-block-paragraph{font-size:12px}.rg-editor-block-heading2{font-size:16px;font-weight:700}.rg-editor-block-heading3{font-size:14px;font-weight:700}.rg-editor-block-heading4{font-size:12px;font-weight:700}.rg-editor-popover{background:var(--rg-editor-surface);border:1px solid var(--rg-editor-border-strong);border-radius:var(--rg-editor-radius);z-index:40;align-items:center;gap:5px;padding:6px;display:flex;position:absolute;box-shadow:0 10px 24px #17203329}.rg-editor-popover-input{background:var(--rg-editor-surface);border:1px solid var(--rg-editor-border-strong);color:var(--rg-editor-text);font:inherit;border-radius:5px;width:230px;padding:5px 7px;font-size:12px}.rg-editor-popover-input:focus{border-color:var(--rg-editor-accent);outline:none}.rg-editor-popover-apply,.rg-editor-popover-remove{cursor:pointer;font:inherit;white-space:nowrap;border:1px solid #0000;border-radius:5px;padding:5px 9px;font-size:12px}.rg-editor-popover-apply{background:var(--rg-editor-accent);color:#fff}.rg-editor-popover-remove{border-color:var(--rg-editor-border-strong);color:var(--rg-editor-muted);background:0 0}.rg-editor-content{flex-direction:column;display:flex;overflow-y:auto}.rg-rich-content,.rg-editor-content .ProseMirror{color:var(--rg-editor-text,inherit);outline:none;flex:1;font-size:13px;line-height:1.7}.rg-editor-content .ProseMirror{padding:12px 14px}.rg-rich-content>*+*,.rg-editor-content .ProseMirror>*+*{margin-top:.7rem}.rg-rich-content h2,.rg-rich-content h3,.rg-rich-content h4,.rg-editor-content .ProseMirror h2,.rg-editor-content .ProseMirror h3,.rg-editor-content .ProseMirror h4{color:var(--rg-editor-heading,inherit);margin-top:1.3rem;font-weight:700;line-height:1.35}.rg-rich-content h2,.rg-editor-content .ProseMirror h2{font-size:18px}.rg-rich-content h3,.rg-editor-content .ProseMirror h3{font-size:15px}.rg-rich-content h4,.rg-editor-content .ProseMirror h4{font-size:13px}.rg-rich-content ul,.rg-rich-content ol,.rg-editor-content .ProseMirror ul,.rg-editor-content .ProseMirror ol{margin-left:1.15rem}.rg-rich-content ul,.rg-editor-content .ProseMirror ul{list-style:outside}.rg-rich-content ol,.rg-editor-content .ProseMirror ol{list-style:decimal}.rg-rich-content li>*+*,.rg-editor-content .ProseMirror li>*+*{margin-top:.3rem}.rg-rich-content a,.rg-editor-content .ProseMirror a{color:var(--rg-editor-accent,currentColor);text-underline-offset:3px;text-decoration:underline}.rg-rich-content blockquote,.rg-editor-content .ProseMirror blockquote{border-left:3px solid var(--rg-editor-border-strong,currentColor);color:var(--rg-editor-muted,inherit);padding-left:12px}.rg-rich-content{--rg-editor-text:var(--admin-text,var(--ink,#344054));--rg-editor-muted:var(--admin-text-muted,var(--muted,#667085));--rg-editor-heading:var(--admin-text-heading,var(--ink,#172033));--rg-editor-accent:var(--admin-accent,var(--brand,#2f74b9));--rg-editor-border-strong:var(--admin-border-light,#d9e1ec)}.rg-editor-content .ProseMirror p:empty:after{content:"";display:inline-block}.rg-editor:focus-within{border-color:var(--rg-editor-accent);box-shadow:0 0 0 3px var(--rg-editor-accent-soft)}.rg-editor-readonly .rg-editor-content .ProseMirror{cursor:default}.dark .rg-editor{--rg-editor-border:#1e293b;--rg-editor-border-strong:#334155;--rg-editor-surface:#020617;--rg-editor-toolbar:#0f172a;--rg-editor-hover:#1e293b;--rg-editor-text:#e2e8f0;--rg-editor-muted:#94a3b8;--rg-editor-heading:#f8fafc}:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--brand:#3f7fae;--brand-dark:#2f6796;--brand-soft:#3f7fae14;--accent:#ff7a30;--accent-dark:#e96519;--success:#16a47f;--success-soft:#16a47f1a;--violet:#6c5ce7;--violet-soft:#6c5ce71a;--rose:#e94f7d;--rose-soft:#e94f7d1a;--red:#dc2626;--red-soft:#dc26261a;--ink:#182235;--muted:#647083;--soft:#f6f9fc;--line:#dfe7f0;--surface:#fff;--surface-raised:#fffffff7;--header-soft:#f3f7fb;--shadow-soft:0 18px 48px #18223517;--shadow-lift:0 10px 26px #18223514}.dark{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--ink:#edf4ff;--muted:#a7b4c6;--soft:#0c1320;--line:#9bb2cd38;--surface:#121b2a;--surface-raised:#121b2aeb;--surface-hover:#1a2638;--surface-soft:#162235;--brand:#55a6ff;--brand-dark:#2f87e5;--brand-soft:#55a6ff1a;--accent:#ff8a45;--accent-dark:#ff7829;--success:#16a47f;--success-soft:#16a47f29;--violet:#6c5ce7;--violet-soft:#6c5ce72e;--rose:#e94f7d;--rose-soft:#e94f7d29;--red:#f87171;--red-soft:#f8717129;--shadow-soft:0 20px 52px #00000057;--shadow-lift:0 14px 34px #00000052}*{border-color:var(--line)}body{background:var(--soft);color:var(--ink);font-size:.925rem;overflow-x:hidden}header,footer{background-color:#fffffffa!important}h1,h2,h3{letter-spacing:0}.text-4xl,.text-5xl{font-size:clamp(1.8rem,2.2vw,2.55rem)!important;line-height:1.12!important}.text-3xl{font-size:clamp(1.45rem,1.8vw,1.9rem)!important;line-height:1.18!important}.text-2xl{font-size:clamp(1.25rem,1.45vw,1.55rem)!important;line-height:1.22!important}.font-black{font-weight:760!important}.font-bold{font-weight:680!important}.bg-soft,.dark [class*="bg-[#F7F9FC]"],.dark [class*="bg-[#F5F7FB]"],.dark [class*="bg-[#F7FAFD]"],.dark [class*="bg-[#EEF3F8]"]{background-color:var(--soft)!important}.bg-white,.dark .bg-white{background-color:var(--surface)!important}.bg-white\/95,.dark .bg-white\/95{background-color:var(--surface-raised)!important}.dark .bg-white\/90{background-color:#121b2ae6!important}.dark .bg-white\/20{background-color:#edf4ff29!important}.dark .bg-white\/25{background-color:#edf4ff2e!important}.dark .bg-white\/15{background-color:#edf4ff1f!important}.dark .bg-white\/12,.dark .bg-white\/10{background-color:#edf4ff17!important}.bg-slate-50,.bg-slate-50\/80,.bg-slate-100,.bg-subtle,.dark .bg-slate-50,.dark .bg-slate-50\/80,.dark .bg-slate-100,.dark .bg-subtle{background-color:color-mix(in srgb, var(--surface) 94%, var(--brand) 6%)!important}header .bg-slate-50\/80,header .bg-slate-50,header .bg-subtle,footer .bg-slate-50\/80,footer .bg-slate-50,footer .bg-subtle{background-color:var(--header-soft)!important}.dark header{background-color:var(--surface-raised)!important}.dark footer{background-color:var(--surface)!important}header img[alt=ReklamGidiyor]{object-fit:contain;max-width:min(44vw,12rem)}header .nav-search-form,header .nav-search-input{min-width:0}header a.bg-coral{white-space:nowrap}.dark header a.bg-coral{background-color:#d3523a!important}.dark header a.bg-coral:hover{background-color:#bf422b!important}.dark .bg-gray-50,.dark .bg-gray-100,.dark .bg-gray-200,.dark .bg-slate-200,.dark .bg-slate-700,.dark .bg-zinc-50,.dark .bg-zinc-100{background-color:var(--surface-soft)!important}.text-ink,.dark .text-ink{color:var(--ink)!important}.text-muted,.text-slate-500,.text-slate-600,.text-slate-700,.text-gray-500,.text-gray-600,.text-gray-700,.dark .text-muted,.dark .text-slate-500,.dark .text-slate-600,.dark .text-slate-700,.dark .text-gray-500,.dark .text-gray-600,.dark .text-gray-700{color:var(--muted)!important}.text-brand,.dark .text-brand{color:var(--brand)!important}.bg-brand,.dark .bg-brand{background-color:var(--brand)!important}.dark .bg-brand,.dark .bg-brand\/90,.dark .bg-coral,.dark .bg-green,.dark .bg-amber,.dark .bg-violet,.dark .bg-rose,.dark .hover\:bg-brand:hover,.dark .hover\:bg-coral:hover,.dark .hover\:bg-green:hover,.dark .hover\:bg-amber:hover,.dark .hover\:bg-violet:hover,.dark .hover\:bg-rose:hover,.dark .group:hover .group-hover\:bg-brand,.dark .group:hover .group-hover\:bg-coral,.dark .group:hover .group-hover\:bg-green,.dark .group:hover .group-hover\:bg-amber,.dark .group:hover .group-hover\:bg-violet,.dark .group:hover .group-hover\:bg-rose{color:#fff!important}.hover\:bg-brand:hover,.group:hover .group-hover\:bg-brand,.dark .hover\:bg-brand:hover,.dark .group:hover .group-hover\:bg-brand{background-color:var(--brand)!important}.hover\:bg-brandDark:hover,.dark .hover\:bg-brandDark:hover{background-color:var(--brand-dark)!important}.bg-brand\/5,.hover\:bg-brand\/5:hover,.bg-brand\/10,.hover\:bg-brand\/10:hover,.dark .bg-brand\/5,.dark .hover\:bg-brand\/5:hover,.dark .bg-brand\/10,.dark .hover\:bg-brand\/10:hover{background-color:var(--brand-soft)!important}.dark .hover\:bg-white:hover,.dark .hover\:bg-slate-50:hover,.dark .hover\:bg-slate-100:hover,.dark .hover\:bg-gray-50:hover,.dark .hover\:bg-gray-100:hover,.dark .hover\:bg-zinc-50:hover,.dark .hover\:bg-zinc-100:hover,.dark .group:hover .group-hover\:bg-white,.dark .group:hover .group-hover\:bg-slate-50,.dark .group:hover .group-hover\:bg-slate-100{background-color:var(--surface-hover)!important;color:var(--ink)!important}.hover\:text-white:hover,.group:hover .group-hover\:text-white,.dark .hover\:text-white:hover,.dark .group:hover .group-hover\:text-white{color:#fff!important}.hover\:text-red:hover,.hover\:text-red-500:hover,.hover\:text-red-600:hover,.group:hover .group-hover\:text-red,.dark .hover\:text-red:hover,.dark .hover\:text-red-500:hover,.dark .hover\:text-red-600:hover,.dark .group:hover .group-hover\:text-red{color:var(--red)!important}.dark .hover\:text-ink:hover,.dark .group:hover .group-hover\:text-ink{color:var(--ink)!important}.hover\:text-brand:hover,.group:hover .group-hover\:text-brand,.dark .hover\:text-brand:hover,.dark .group:hover .group-hover\:text-brand{color:var(--brand)!important}.bg-coral,.dark .bg-coral{background-color:var(--accent)!important}.bg-green,.dark .bg-green,.hover\:bg-green:hover,.dark .hover\:bg-green:hover,.group:hover .group-hover\:bg-green,.dark .group:hover .group-hover\:bg-green{background-color:var(--success)!important}.bg-green\/10,.hover\:bg-green\/10:hover,.dark .bg-green\/10,.dark .hover\:bg-green\/10:hover{background-color:var(--success-soft)!important}.text-green,.dark .text-green{color:var(--success)!important}.bg-violet,.dark .bg-violet,.hover\:bg-violet:hover,.dark .hover\:bg-violet:hover,.group:hover .group-hover\:bg-violet,.dark .group:hover .group-hover\:bg-violet{background-color:var(--violet)!important}.bg-violet\/10,.hover\:bg-violet\/10:hover,.dark .bg-violet\/10,.dark .hover\:bg-violet\/10:hover{background-color:var(--violet-soft)!important}.text-violet,.dark .text-violet{color:var(--violet)!important}.bg-rose,.dark .bg-rose,.hover\:bg-rose:hover,.dark .hover\:bg-rose:hover,.group:hover .group-hover\:bg-rose,.dark .group:hover .group-hover\:bg-rose{background-color:var(--rose)!important}.bg-rose\/10,.hover\:bg-rose\/10:hover,.dark .bg-rose\/10,.dark .hover\:bg-rose\/10:hover{background-color:var(--rose-soft)!important}.text-rose,.dark .text-rose{color:var(--rose)!important}.bg-red,.dark .bg-red,.hover\:bg-red:hover,.dark .hover\:bg-red:hover,.group:hover .group-hover\:bg-red,.dark .group:hover .group-hover\:bg-red{background-color:var(--red)!important}.bg-red\/10,.hover\:bg-red\/10:hover,.dark .bg-red\/10,.dark .hover\:bg-red\/10:hover{background-color:var(--red-soft)!important}.text-red,.dark .text-red{color:var(--red)!important}.hover\:bg-\[\#e95e40\]:hover,.dark .hover\:bg-\[\#e95e40\]:hover{background-color:var(--accent-dark)!important}.dark .bg-coral\/10,.dark .hover\:bg-coral\/10:hover{background-color:#ff8a4526!important}.dark .bg-amber\/10,.dark .hover\:bg-amber\/10:hover{background-color:#f59e0b29!important}.border-line,.border-line\/70,.divide-line>:not([hidden])~:not([hidden]),.dark .border-line,.dark .border-line\/70,.dark .divide-line>:not([hidden])~:not([hidden]){border-color:var(--line)!important}.shadow-soft,.dark .shadow-soft{box-shadow:var(--shadow-soft)!important}.shadow-lift,.dark .shadow-lift{box-shadow:var(--shadow-lift)!important}.auth-alert{border-color:color-mix(in srgb, var(--accent) 24%, var(--line));background:var(--surface);position:relative;box-shadow:0 14px 34px #18223512}.auth-alert:before{background:linear-gradient(180deg, var(--accent), color-mix(in srgb, var(--accent) 72%, var(--brand)));content:"";border-radius:999px;width:.25rem;position:absolute;top:.875rem;bottom:.875rem;left:0}.auth-alert__icon{background:color-mix(in srgb, var(--accent) 12%, var(--surface));color:var(--accent-dark)}.auth-alert__badge{background:color-mix(in srgb, var(--accent) 10%, var(--surface));border-color:color-mix(in srgb, var(--accent) 26%, var(--line));color:var(--accent-dark)}.auth-alert__list{background:color-mix(in srgb, var(--accent) 6%, var(--surface));border-color:color-mix(in srgb, var(--accent) 18%, var(--line));color:var(--ink)}.auth-alert__bullet{background:var(--surface);border-color:color-mix(in srgb, var(--accent) 30%, var(--line));color:var(--accent-dark)}.dark .auth-alert{border-color:color-mix(in srgb, var(--accent) 30%, var(--line));background:color-mix(in srgb, var(--surface) 94%, #000 6%);box-shadow:0 18px 42px #00000047}.dark .auth-alert__icon{color:#ffb08a;background:#ff8a4524}.dark .auth-alert__badge{color:#ffb08a;background:#ff8a4521;border-color:#ff8a4547}.dark .auth-alert__list{color:var(--ink);background:#ff8a4514;border-color:#ff8a452e}.dark .auth-alert__bullet{color:#ffb08a;background:#ff8a451f;border-color:#ff8a453d}.field-error{color:color-mix(in srgb, var(--accent-dark) 88%, #7f1d1d)}.dark .field-error{color:color-mix(in srgb, var(--accent) 82%, #ffd9cc)}.password-toggle{color:var(--muted)}.password-toggle:hover,.password-toggle:focus-visible{color:var(--brand)}input,select,textarea{color:var(--ink);background-color:#0000}select option{background:var(--surface);color:var(--ink)}input::placeholder,textarea::placeholder{color:color-mix(in srgb, var(--muted) 72%, transparent)}[data-progressive-image]{background-color:var(--rg-image-placeholder,#e2e8f0);background-position:50%;background-repeat:no-repeat;background-size:cover}[data-progressive-image][data-thumbhash]{background-color:#0000}[data-progressive-image].is-image-pending:not([data-thumbhash]){opacity:.76}[data-progressive-image].is-image-loaded{opacity:1}[data-progressive-image].is-image-loaded:not([data-thumbhash]){transition:opacity .18s ease-out}[data-progressive-image].is-image-error{background-color:var(--rg-image-placeholder,#e2e8f0);background-image:none!important}.dark [data-progressive-image]:not([style*=--rg-image-placeholder]){background-color:#1e293b}@media (prefers-reduced-motion:reduce){[data-progressive-image]{transition:none!important}}.dark img:not([src*=logo]){filter:saturate(.92)brightness(.88)}.dark [data-location-type-background] img{filter:saturate()brightness(1.25)}[data-location-type-ribbon-tail]{background-color:#326289;background-color:color-mix(in srgb, var(--brand) 72%, #0f172a)}.dark footer img[src*=msocial]{filter:invert()}.mobile-dock{--dock-bottom-offset:.625rem;--dock-bottom:calc(var(--dock-bottom-offset) + env(safe-area-inset-bottom,0px));--dock-item-height:calc(2.6rem - (.22rem * var(--dock-progress)));--dock-item-width:calc(clamp(2.88rem, 12.4vw, 3.25rem) - (.2rem * var(--dock-progress)));--dock-create-size:calc(3rem - (.28rem * var(--dock-progress)));--dock-panel-bottom:calc(var(--dock-bottom) + var(--dock-create-size) + .75rem);color:var(--ink)}html[data-pwa=true] .mobile-dock{--dock-bottom-offset:1.125rem}.mobile-dock__bar{bottom:var(--dock-bottom);pointer-events:none;z-index:72;justify-content:space-between;align-items:center;width:calc(100vw - 1.5rem);max-width:27rem;display:flex;position:fixed;left:50%;transform:translate(-50%)}.mobile-dock__cluster,.mobile-dock__create{-webkit-backdrop-filter:blur(24px)saturate(1.35);backdrop-filter:blur(24px)saturate(1.35);background:rgba(255, 255, 255, calc(.78 - (.08 * var(--dock-progress))));pointer-events:auto;border:1px solid #7c8ba042}.mobile-dock__cluster{padding:calc(.12rem - (.02rem * var(--dock-progress))) .2rem;border-radius:999px;align-items:center;width:max-content;transition:border-radius .18s,padding .18s;display:flex}.mobile-dock__item{appearance:none;color:var(--muted);cursor:pointer;height:var(--dock-item-height);width:var(--dock-item-width);background:0 0;border:0;border-radius:999px;justify-content:center;align-items:center;padding:0;transition:color .16s,height .18s,width .18s;display:inline-flex;position:relative}.mobile-dock__item:before{background:color-mix(in srgb, var(--ink) 8%, transparent);border:1px solid color-mix(in srgb, var(--ink) 5%, transparent);border-radius:inherit;content:"";opacity:0;transition:opacity .16s,transform .18s;position:absolute;inset:.12rem .16rem;transform:scale(.82)}.mobile-dock__item[data-active=true],.mobile-dock__item[aria-expanded=true]{color:var(--ink)}.mobile-dock__item[data-active=true]:before,.mobile-dock__item[aria-expanded=true]:before{opacity:1;transform:scale(1)}.mobile-dock__item:focus-visible,.mobile-dock__create:focus-visible,.mobile-dock__sheet button:focus-visible,.mobile-dock__sheet a:focus-visible{outline:3px solid color-mix(in srgb, var(--brand) 30%, transparent);outline-offset:2px}.mobile-dock__item>.material-symbols-outlined{font-size:calc(1.56rem - (.12rem * var(--dock-progress)));z-index:1;transition:font-size .18s;position:relative}.mobile-dock__badge{border:2px solid var(--surface);color:#0000;min-width:0;height:.7rem;transform:scale(calc(1 - (.14 * var(--dock-progress))));z-index:2;background:#ff1744;border-radius:50%;justify-content:center;align-items:center;width:.7rem;padding:0;font-size:0;line-height:1;transition:transform .18s;display:inline-flex;position:absolute;bottom:.5rem;right:.5rem}.mobile-dock__badge:after{background:inherit;border:2px solid var(--surface);color:#fff;content:attr(data-count);opacity:0;white-space:nowrap;border-radius:999px;justify-content:center;align-items:center;min-width:1.05rem;height:1.05rem;padding:0 .18rem;font-size:.58rem;font-weight:700;line-height:1;transition:opacity .18s,transform .22s;display:inline-flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)scale(.72)}.mobile-dock__badge.is-count-visible:after{opacity:1;transform:translate(-50%,-50%)scale(1)}.mobile-dock__badge.hidden{display:none}.mobile-dock__create{color:var(--accent);height:var(--dock-create-size);width:var(--dock-create-size);border-radius:50%;justify-content:center;align-items:center;transition:height .18s,transform .16s,width .18s;display:flex}.mobile-dock__create:active{transform:scale(.94)}.mobile-dock__create .material-symbols-outlined{font-size:calc(1.54rem - (.1rem * var(--dock-progress)))}.mobile-dock__backdrop{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:68;background:#0d152257;position:fixed;inset:0}.mobile-dock__backdrop[hidden],.mobile-dock__sheet[hidden]{display:none}.mobile-dock__sheet{-webkit-backdrop-filter:blur(28px)saturate(1.3);backdrop-filter:blur(28px)saturate(1.3);bottom:var(--dock-panel-bottom);z-index:70;background:#ffffffe6;border:1px solid #7c8ba03d;border-radius:1.55rem;width:calc(100vw - 1.5rem);max-width:27rem;max-height:min(68svh,36rem);padding:.5rem .65rem .65rem;animation:.21s cubic-bezier(.2,.78,.2,1) mobile-dock-sheet-in;position:fixed;left:50%;overflow:hidden;transform:translate(-50%);box-shadow:0 24px 60px #141d2d3d,inset 0 1px #ffffffdb}@keyframes mobile-dock-sheet-in{0%{opacity:0;transform:translate(-50%,1.25rem)scale(.98)}}.mobile-dock__sheet-handle{background:color-mix(in srgb, var(--muted) 28%, transparent);border-radius:999px;width:2.2rem;height:.26rem;margin:.1rem auto .35rem}.mobile-dock__sheet-heading{justify-content:space-between;align-items:center;min-height:2.8rem;padding:.15rem .35rem .45rem .65rem;display:flex}.mobile-dock__sheet-heading h2{color:var(--ink);font-size:.86rem;font-weight:680}.mobile-dock__sheet-heading p{color:var(--muted);margin-top:.1rem;font-size:.7rem}.mobile-dock__sheet-close{background:color-mix(in srgb, var(--ink) 7%, transparent);color:var(--muted);cursor:pointer;border:0;border-radius:50%;justify-content:center;align-items:center;width:2rem;height:2rem;display:flex}.mobile-dock__sheet-close .material-symbols-outlined{font-size:1.1rem}.mobile-dock__sheet-action{border-top:1px solid color-mix(in srgb, var(--line) 70%, transparent);text-align:right;padding:.5rem .65rem .2rem}.mobile-dock__sheet-action button{color:var(--brand);cursor:pointer;background:0 0;border:0;font-size:.68rem;font-weight:650}.mobile-dock__sheet-list{overscroll-behavior:contain;max-height:min(48svh,25rem);overflow-y:auto}.mobile-dock__list-item{color:var(--ink);border-radius:1rem;align-items:flex-start;gap:.7rem;margin:.1rem 0;padding:.7rem;display:flex;position:relative}.mobile-dock__list-item.is-unread{background:color-mix(in srgb, var(--brand) 7%, transparent)}.mobile-dock__list-icon{background:color-mix(in srgb, var(--brand) 10%, var(--surface));color:var(--brand);border-radius:.8rem;flex:none;justify-content:center;align-items:center;width:2.35rem;height:2.35rem;display:flex}.mobile-dock__list-icon .material-symbols-outlined{font-size:1.22rem}.mobile-dock__list-title{justify-content:space-between;align-items:center;gap:.55rem;font-size:.75rem;font-weight:650;display:flex}.mobile-dock__list-title time{color:var(--muted);flex:none;font-size:.6rem;font-weight:450}.mobile-dock__list-copy{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;margin-top:.22rem;font-size:.69rem;line-height:1.45;display:block;overflow:hidden}.mobile-dock__unread-dot{background:var(--brand);border-radius:50%;width:.42rem;height:.42rem;position:absolute;top:50%;right:.65rem;transform:translateY(-50%)}.mobile-dock__empty{color:var(--muted);text-align:center;padding:2rem 1rem}.mobile-dock__empty .material-symbols-outlined{color:color-mix(in srgb, var(--muted) 55%, transparent);font-size:2rem}.mobile-dock__empty p{margin-top:.35rem;font-size:.72rem}.mobile-dock__view-all{border-top:1px solid color-mix(in srgb, var(--line) 70%, transparent);color:var(--brand);text-align:center;margin-top:.2rem;padding:.7rem .5rem .25rem;font-size:.7rem;font-weight:650;display:block}.mobile-dock__menu{gap:.2rem;display:grid}.mobile-dock__menu a{color:var(--ink);border-radius:.95rem;align-items:center;gap:.75rem;min-height:2.85rem;padding:.55rem .75rem;font-size:.76rem;font-weight:590;display:flex}.mobile-dock__menu a:hover,.mobile-dock__menu a:active{background:color-mix(in srgb, var(--ink) 6%, transparent)}.mobile-dock__menu .material-symbols-outlined{color:var(--muted);font-size:1.22rem}.mobile-dock__menu a.is-danger,.mobile-dock__menu a.is-danger .material-symbols-outlined{color:var(--red)}.mobile-dock__preferences{gap:.22rem;display:grid}.mobile-dock__preference{appearance:none;color:var(--ink);cursor:pointer;background:0 0;border:0;border-radius:.95rem;align-items:center;gap:.65rem;width:100%;min-height:3rem;padding:.55rem .7rem;font-size:.76rem;font-weight:590;display:flex}.mobile-dock__preference:hover,.mobile-dock__preference:active{background:color-mix(in srgb, var(--ink) 6%, transparent)}.mobile-dock__preference-icon{background:color-mix(in srgb, var(--ink) 6%, transparent);color:var(--muted);border-radius:.7rem;justify-content:center;align-items:center;width:2rem;height:2rem;display:flex}.mobile-dock__preference-icon .material-symbols-outlined,.mobile-dock__preference>.pref-chevron{font-size:1.12rem}.mobile-dock__preference-value{color:var(--muted);font-size:.68rem;font-weight:480}.mobile-dock__preference-panel{background:color-mix(in srgb, var(--ink) 4%, transparent);border-radius:.85rem;max-height:12rem;margin:0 .25rem .35rem 2.75rem;padding:.3rem;overflow-y:auto}.mobile-dock__preference-panel a{color:var(--muted);border-radius:.65rem;justify-content:space-between;align-items:center;padding:.5rem .6rem;font-size:.68rem;display:flex}.mobile-dock__preference-panel a.is-current{background:color-mix(in srgb, var(--brand) 10%, transparent);color:var(--brand);font-weight:650}.mobile-dock__theme-switch{background:color-mix(in srgb, var(--muted) 25%, transparent);border-radius:999px;width:2.05rem;height:1.2rem;padding:.12rem;transition:background .16s}.mobile-dock__theme-switch span{background:#fff;border-radius:50%;width:.96rem;height:.96rem;transition:transform .18s;display:block;box-shadow:0 1px 4px #18223538}.dark .mobile-dock__cluster,.dark .mobile-dock__create,.dark .mobile-dock__sheet{background:#121b2ad1;border-color:#b4c7e033;box-shadow:0 22px 56px #0000006b,inset 0 1px #ffffff17}.dark .mobile-dock__item:before{background:#edf4ff1a;border-color:#edf4ff0f}.dark .mobile-dock__theme-switch{background:var(--brand)}.dark .mobile-dock__theme-switch span{transform:translate(.85rem)}.mobile-dock-open{touch-action:none;overflow:hidden}@media (width<=1023.98px){body.has-mobile-dock{padding-bottom:calc(5rem + env(safe-area-inset-bottom,0px))}html[data-pwa=true] body.has-mobile-dock{padding-bottom:calc(5.5rem + env(safe-area-inset-bottom,0px))}}@media (prefers-reduced-motion:reduce){.mobile-dock *,.mobile-dock :before,.mobile-dock :after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important}}.dark header,.dark footer,.dark section,.dark aside,.dark article,.dark form,.dark .nav-dropdown,.dark .nav-search-panel{border-color:var(--line)!important}.dark .bg-ink{background-color:#08101d!important}.dark .bg-ink\/10{background-color:#edf4ff1a!important}.dark .bg-ink\/35{background-color:#03080fad!important}.dark .bg-ink\/58,.dark .bg-ink\/60,.dark .bg-ink\/70,.dark .bg-ink\/80,.dark .bg-ink\/85,.dark .bg-ink\/95{background-color:#03080fb8!important}.dark .hover\:bg-ink:hover,.dark .hover\:bg-slate-800:hover{color:#fff!important;background-color:#0b1626!important}.dark .text-white{color:#f8fbff!important}.dark .text-white\/65{color:#f8fbffa6!important}.dark .text-white\/70,.dark .text-white\/75,.dark .text-white\/78,.dark .text-white\/80,.dark .text-white\/82,.dark .text-white\/90{color:#f8fbffc2!important}.dark .hover\:bg-white\/25:hover,.dark .hover\:bg-white\/20:hover,.dark .hover\:bg-white\/15:hover,.dark .hover\:bg-white\/12:hover,.dark .hover\:bg-white\/10:hover{color:#fff!important;background-color:#edf4ff33!important}.dark .nav-backdrop{background-color:#03080fb8!important}.dark .auth-pattern{background-image:linear-gradient(#0c1320f0,#0c1320f0),radial-gradient(circle at 12% 18%,#55a6ff29,#0000 28%),radial-gradient(circle at 92% 12%,#ff8a4524,#0000 30%),radial-gradient(circle at 78% 86%,#16a47f1a,#0000 24%)!important}.dark .hero-grid{background-image:linear-gradient(#0c1320f0,#0c1320f0),radial-gradient(circle at 10% 20%,#55a6ff29,#0000 28%),radial-gradient(circle at 90% 10%,#ff8a4521,#0000 28%)!important}.dark .action-menu[open] summary{background:var(--surface-hover)!important;border-color:var(--brand)!important;color:var(--brand)!important}.dark .campaign-card>a>div:last-child>span:last-child{border-color:var(--line)!important;color:var(--ink)!important;background:#121b2af0!important}.dark [class*=bg-\[linear-gradient]{background-image:linear-gradient(90deg,#55a6ff26 1px,#0000 1px),linear-gradient(#55a6ff26 1px,#0000 1px)!important;background-color:var(--surface-soft)!important}.dark .hero-copy{background:#08101d9e!important}.theme-toggle{border:1px solid var(--line);min-width:3.75rem;min-height:2rem;color:var(--muted);border-radius:999px;justify-content:space-between;align-items:center;gap:.25rem;padding:.2rem;transition:border-color .18s,box-shadow .18s,transform .18s;display:inline-flex;position:relative;box-shadow:0 6px 18px #18223512;background-color:var(--surface)!important}.theme-toggle:hover{border-color:var(--brand);box-shadow:0 10px 24px #3f7fae24}.theme-toggle__icon{z-index:2;border-radius:999px;place-items:center;width:1.5rem;height:1.5rem;display:grid;position:relative}.theme-toggle__thumb{border-radius:999px;width:1.5rem;height:1.5rem;transition:transform .18s;position:absolute;top:.25rem;left:.25rem;box-shadow:0 6px 16px #3f7fae38;background-color:var(--brand)!important}.dark .theme-toggle__thumb{transform:translate(1.65rem)}.theme-toggle [data-sun]{color:#fff}.dark .theme-toggle [data-sun],.theme-toggle [data-moon]{color:var(--muted)}.dark .theme-toggle [data-moon]{color:#fff}@media (width<=640px){body{font-size:.9rem}.text-xl{font-size:1.05rem!important}.min-h-11{min-height:2.55rem!important}header>div:first-of-type>div{justify-content:flex-end!important;gap:.35rem!important;padding-top:.28rem!important;padding-bottom:.28rem!important}header>div:nth-of-type(2){gap:.5rem!important;padding-top:.62rem!important;padding-bottom:.62rem!important}header img[alt=ReklamGidiyor]{max-width:9rem}header .theme-toggle{min-width:3.55rem;min-height:1.95rem}header .theme-toggle__icon,header .theme-toggle__thumb{width:1.42rem;height:1.42rem}.dark header .theme-toggle__thumb{transform:translate(1.55rem)}header [data-nav-menu=language] .nav-menu-trigger{min-height:1.95rem!important;padding-left:.65rem!important;padding-right:.65rem!important}header [data-nav-menu=user] .nav-menu-trigger{width:2.4rem!important;height:2.4rem!important}header a.bg-coral{text-overflow:ellipsis;white-space:nowrap;justify-content:center;max-width:8.2rem;overflow:hidden;min-height:2.4rem!important;padding-left:.7rem!important;padding-right:.7rem!important}header .nav-search-wrap{margin-top:.15rem}header .nav-search-form{border-radius:.85rem!important;padding:.25rem!important}header .nav-search-form>span{border-radius:.7rem!important;width:2.3rem!important;height:2.3rem!important}header .nav-search-input{padding-left:.55rem!important;padding-right:.55rem!important;font-size:.78rem!important}header .nav-search-form button[type=submit]{border-radius:.8rem!important;min-height:2.45rem!important;padding-left:.9rem!important;padding-right:.9rem!important}}@media (width<=380px){header img[alt=ReklamGidiyor]{max-width:8rem}header a.bg-coral{max-width:7.2rem;font-size:.72rem!important}header>div:nth-of-type(2){gap:.4rem!important}}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/build/assets/inter-latin-400-normal-C38fXH4l.woff2)format("woff2")}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/build/assets/inter-latin-500-normal-Cerq10X2.woff2)format("woff2")}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/build/assets/inter-latin-600-normal-LgqL8muc.woff2)format("woff2")}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/build/assets/inter-latin-700-normal-Yt3aPRUw.woff2)format("woff2")}.material-symbols-outlined{font-size:16px}.homepage-category-group[data-expanded=true]{background:#3f7fae0d!important}.homepage-category-group[data-expanded=true]>.homepage-category-toggle{color:var(--brand)}.homepage-category-icon{flex:none}.homepage-category-toggle:focus{outline:none}.homepage-category-toggle:focus-visible{box-shadow:none;background:#3f7fae0f}.homepage-category-group[data-expanded=false] .homepage-category-icon{transform:rotate(-90deg)}.homepage-category-copy{min-width:0}.homepage-category-name{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.homepage-category-meta{color:var(--muted);flex:none;align-items:center;gap:.375rem;display:flex}.homepage-category-group[data-expanded=true] .homepage-category-meta{color:var(--brand)}.dark .homepage-category-group[data-expanded=true]{background:#55a6ff1a!important}@media (width<=1023px){.homepage-category-header{padding:.95rem 1.1rem .9rem}.homepage-category-header-row{justify-content:space-between;align-items:center;gap:.75rem;display:flex}.homepage-category-title-group{align-items:center;gap:.45rem;min-width:0;display:flex}.homepage-category-heading{white-space:nowrap;flex:0 auto}.homepage-category-total{flex:none;padding:.32rem .6rem;font-size:.68rem}.homepage-category-filter{cursor:pointer;color:var(--muted);flex:none;align-items:center;gap:.32rem;margin-left:auto;font-size:.66rem;font-weight:400;display:inline-flex}.homepage-category-switch{background:#d8e0eb;border-radius:999px;width:1.96rem;height:1.16rem;padding:.13rem;transition:background-color .18s;display:inline-flex}.homepage-category-switch>span{background:#fff;border-radius:999px;width:.9rem;height:.9rem;transition:transform .18s;display:block;transform:translate(0);box-shadow:0 1px 3px #18223529}[data-category-empty-toggle]:checked+.homepage-category-switch{background:var(--brand)}[data-category-empty-toggle]:checked+.homepage-category-switch>span{transform:translate(.8rem)}[data-category-empty-toggle]:focus-visible+.homepage-category-switch{outline-offset:2px;outline:3px solid #3f7fae38}.dark .homepage-category-switch{background:#34445a;box-shadow:inset 0 0 0 1px #a7b4c62e}.dark .homepage-category-switch>span{background:#edf4ff;box-shadow:0 1px 3px #00000057}.dark [data-category-empty-toggle]:checked+.homepage-category-switch{background:var(--brand);box-shadow:none}.dark [data-category-empty-toggle]:focus-visible+.homepage-category-switch{outline-color:#55a6ff57}.homepage-category-nav{overflow:visible}.homepage-category-group,.homepage-category-group[data-expanded=true]{border-radius:0;position:relative;background:var(--surface)!important;border:0!important}.homepage-category-group:before{background:var(--line);content:"";pointer-events:none;z-index:2;height:1px;position:absolute;inset:0 0 auto}.homepage-category-toggle{grid-template-columns:2.3rem minmax(0,1fr) auto;align-items:center;gap:.62rem;min-height:3.55rem;padding:.45rem 1.1rem;display:grid}.homepage-category-group[data-expanded=true]>.homepage-category-toggle{background:#3f7fae1a}.homepage-category-initial{object-fit:cover;align-self:center;width:2.3rem;height:2.3rem;display:block;overflow:hidden}.homepage-category-name{color:var(--ink);font-size:.76rem;font-weight:600;line-height:1.2}.homepage-category-group[data-expanded=true] .homepage-category-name{color:var(--brand)}.homepage-category-description{-webkit-line-clamp:1;color:var(--muted);-webkit-box-orient:vertical;margin-top:.14rem;font-size:.7rem;font-weight:400;line-height:1.35;display:-webkit-box;overflow:hidden}.homepage-category-count{color:var(--ink);font-variant-numeric:tabular-nums;font-size:.64rem;font-weight:600}.homepage-category-meta{color:#8f9caf;gap:.28rem}.homepage-category-group[data-muted=true] .homepage-category-count,.homepage-category-group[data-muted=true] .homepage-category-initial{color:#9aa6b8}.homepage-category-group[data-muted=true] .homepage-category-initial{opacity:.55}.homepage-category-group[data-muted=true] .homepage-category-name,.homepage-category-group[data-muted=true] .homepage-category-description{color:#adb6c3}.homepage-category-icon{color:#8f9caf;font-size:.9rem}.homepage-category-group[data-expanded=false] .homepage-category-icon{transform:rotate(0)}.homepage-category-group[data-expanded=true] .homepage-category-icon{transform:rotate(180deg)}.homepage-category-panel{background:#fafbfd;border-top:1px solid #3f7fae12;padding:.25rem 1.1rem .35rem 4rem}.homepage-category-child{color:#344054;border-radius:.6rem;min-height:2rem;padding:.25rem 0;font-size:.75rem}.homepage-category-child-count{color:var(--brand);font-variant-numeric:tabular-nums;text-align:right;font-size:.69rem;font-weight:600}.homepage-category-child[data-empty-category=true],.homepage-category-child[data-empty-category=true]>span:first-child{color:#b2bac6}.homepage-category-child[data-empty-category=true] .homepage-category-child-count{color:#c0c7d1}.homepage-category-empty-message{color:#9da7b7;align-items:center;min-height:2rem;padding:.25rem 0;font-size:.7rem;display:flex}.homepage-category-empty-message[hidden]{display:none}.dark .homepage-category-group,.dark .homepage-category-group[data-expanded=true]{background:var(--surface)!important}.dark .homepage-category-group[data-expanded=true]>.homepage-category-toggle{background:#55a6ff1a}.dark .homepage-category-group[data-muted=true] .homepage-category-name,.dark .homepage-category-group[data-muted=true] .homepage-category-description,.dark .homepage-category-child[data-empty-category=true],.dark .homepage-category-child[data-empty-category=true]>span:first-child{color:#718096}.dark .homepage-category-panel{background:#080f1b85}.dark .homepage-category-child{color:#c8d4e4}.dark .homepage-category-empty-message{color:#718096}}@media (width<=359px){.homepage-category-header{padding-inline:1rem}.homepage-category-toggle{grid-template-columns:2.15rem minmax(0,1fr) auto;gap:.5rem;padding-inline:1rem}.homepage-category-initial{width:2.15rem;height:2.15rem}.homepage-category-panel{padding-left:3.65rem;padding-right:1rem}}.promotion-page{font-family:Inter,ui-sans-serif,system-ui,sans-serif;font-size:1rem}.promotion-page strong,.promotion-page [class*=tracking-]{font-variant-numeric:tabular-nums}.promotion-rich-content>*+*{margin-top:.8rem}.promotion-rich-content ul,.promotion-rich-content ol{margin-left:1.15rem}.promotion-rich-content ul{list-style:outside}.promotion-rich-content ol{list-style:decimal}.promotion-rich-content a{color:var(--brand);text-underline-offset:3px;font-weight:600;text-decoration:underline}.promotion-rich-content-inverse,.promotion-rich-content-inverse a{color:inherit}.promotion-category-card{background:radial-gradient(circle at 100% 0,#2878d70e,#0000 42%),#fff;position:relative}.promotion-category-more{background:radial-gradient(circle at 15% 0,#60a5fa61,#0000 48%),linear-gradient(135deg,#102d52,#165ca9 55%,#2878d7)}.promotion-category-more:focus-visible{outline-offset:3px;outline:3px solid #2878d738}.dark .promotion-category-card{background:radial-gradient(circle at 100% 0,#60a5fa14,#0000 44%),#0f172a}.promotion-benefits-shell{isolation:isolate;background:radial-gradient(circle at 0 0,#60a5fa2e,#0000 34%),radial-gradient(circle at 100% 100%,#17b89017,#0000 32%),linear-gradient(135deg,#f9fcff 0%,#f3f8fd 52%,#f8fbff 100%)}.promotion-benefits-shell:before{content:"";pointer-events:none;z-index:-1;background:linear-gradient(135deg,#ffffff8a,#fff0),repeating-linear-gradient(135deg,#2878d70b 0 1px,#0000 1px 10px);border:1px solid #2878d712;border-radius:2.5rem;width:19rem;height:17rem;position:absolute;top:-8rem;right:-7rem;transform:rotate(18deg)}.promotion-benefits-shell__button{background:linear-gradient(135deg,#165ca9,#2878d7 62%,#438fdf);box-shadow:0 12px 28px #2878d738}.promotion-benefits-shell__button:hover{box-shadow:0 17px 34px #2878d74d}.dark .promotion-benefits-shell{background:radial-gradient(circle at 0 0,#2878d72e,#0000 34%),radial-gradient(circle at 100% 100%,#17b89014,#0000 32%),linear-gradient(135deg,#101a2c,#0f172a)}.dark .promotion-benefits-shell:before{background:linear-gradient(135deg,#2878d714,#0000),repeating-linear-gradient(135deg,#94a3b80a 0 1px,#0000 1px 10px);border-color:#60a5fa14}.promotion-stats-panel:before{content:"";pointer-events:none;background:radial-gradient(circle,#2878d71c,#0000 68%);width:15rem;height:15rem;position:absolute;top:-7rem;right:-4rem}.promotion-stats-panel__mark{background:linear-gradient(145deg,#165ca9,#2878d7 58%,#4c9beb)}.promotion-stat-card__icon{transition:color .2s,transform .22s}.promotion-stat-card:hover .promotion-stat-card__icon{color:#165ca9;transform:translateY(-2px)rotate(-2deg)}.promotion-location-card{isolation:isolate;background:radial-gradient(circle at 92% 12%,#2878d70e,#0000 35%),#fff;border:1px solid #e3e9f1;border-radius:1rem;align-items:stretch;min-height:116px;transition:box-shadow .22s,transform .22s;position:relative;overflow:hidden;box-shadow:0 1px 2px #17203306}.promotion-location-card:hover{transform:translateY(-3px);box-shadow:0 16px 38px #1720331b}.promotion-location-card:focus-visible{outline-offset:3px;outline:3px solid #2878d738}.promotion-location-card__media{z-index:-1;background:#e9eff6;width:74%;position:absolute;inset:0 auto 0 0;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#000 0% 40%,#00000080 49%,#00000029 61%,#0000000a 78%,#0000 100%);mask-image:linear-gradient(90deg,#000 0% 40%,#00000080 49%,#00000029 61%,#0000000a 78%,#0000 100%);-webkit-mask-size:100% 100%;mask-size:100% 100%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.promotion-location-card__media:after{content:"";pointer-events:none;background:linear-gradient(135deg,#0818301f,#0000 55%);position:absolute;inset:0}.promotion-location-card__media img{object-fit:cover;width:100%;height:100%;transition:filter .5s,transform .7s cubic-bezier(.2,.7,.2,1);transform:scale(1.01)}.promotion-location-card:hover .promotion-location-card__media img{filter:saturate(1.08)contrast(1.025);transform:scale(1.075)}.promotion-location-card__placeholder{color:#91a0b4;background:linear-gradient(135deg,#dce6f1,#eef3f8);justify-content:center;align-items:center;width:100%;height:100%;display:flex}.promotion-location-card__content{z-index:1;align-items:center;gap:.65rem;width:66%;min-width:0;margin-left:34%;padding:.85rem .85rem .85rem 0;display:flex;position:relative}.promotion-location-card__title{text-shadow:0 1px 1px #fffffff2,0 0 8px #ffffffd1,0 0 18px #ffffff94}.promotion-location-card__metric{-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);background:#ffffffd6;border:1px solid #cbd5e1d1;border-radius:.5rem;align-items:center;gap:.375rem;max-width:100%;min-height:1.45rem;padding:.2rem .48rem;display:inline-flex;box-shadow:0 3px 10px #1720330e}.promotion-location-card__metric--advert{color:#2467b8;background:#eff6ffe6;border-color:#2878d733;flex:none;font-weight:700}.promotion-location-card__arrow{color:#97a3b4;background:#f6f8fb;border:1px solid #e4e9f0;border-radius:999px;flex:none;justify-content:center;align-items:center;width:2rem;height:2rem;transition:background-color .2s,color .2s,transform .2s;display:inline-flex}.promotion-location-card:hover .promotion-location-card__arrow{color:#fff;background:#2878d7;transform:translate(2px)}.promotion-location-card--stacked{min-height:160px}.promotion-location-card--stacked .promotion-location-card__media{border-bottom:1px solid #cbd5e1b8;width:100%;height:56%;inset:0 0 auto;-webkit-mask-image:none;mask-image:none}.promotion-location-card--stacked .promotion-location-card__media:after{background:linear-gradient(#0818301f,#0000 62%)}.promotion-location-card--stacked .promotion-location-card__content{flex-direction:column;justify-content:flex-start;align-items:stretch;width:100%;min-height:160px;margin-left:0;padding:5.8rem .72rem .45rem}.promotion-location-card--stacked .promotion-location-card__content>span:first-child{flex:none;width:100%}.promotion-location-card--stacked .promotion-location-card__heading{justify-content:center}.promotion-location-card--stacked .promotion-location-card__title{text-align:center;text-shadow:none;font-size:1rem;line-height:1.35}.promotion-location-card--stacked .promotion-location-card__metrics{flex-flow:wrap;justify-content:center;align-items:center}.promotion-location-card--stacked .promotion-location-card__arrow{display:none}.promotion-location-card--split{min-height:110px}.promotion-location-card--split .promotion-location-card__media{border-right:1px solid #94a3b894;width:44%;-webkit-mask-image:none;mask-image:none}.promotion-location-card--split .promotion-location-card__media:after{background:linear-gradient(135deg,#08183024,#0000 62%)}.promotion-location-card--split .promotion-location-card__content{width:56%;min-height:110px;margin-left:44%;padding:.8rem .65rem .8rem .75rem}.promotion-location-card--split .promotion-location-card__content>span:first-child{width:100%;min-width:0}.promotion-location-card--split .promotion-location-card__heading{padding-right:1.85rem}.promotion-location-card--split .promotion-location-card__title{text-shadow:none}.promotion-location-card--split .promotion-location-card__arrow{width:1.7rem;height:1.7rem;position:absolute;top:.65rem;right:.6rem}.dark .promotion-location-card{background:radial-gradient(circle at 92% 12%,#60a5fa16,#0000 36%),#020617;border-color:#1e293b;box-shadow:0 1px 2px #0000002e}.dark .promotion-location-card:hover{box-shadow:0 18px 42px #0000004d}.dark .promotion-location-card__title{text-shadow:0 1px 2px #020617f2,0 0 10px #020617d1,0 0 20px #0206179e}.dark .promotion-location-card--stacked .promotion-location-card__title,.dark .promotion-location-card--split .promotion-location-card__title{text-shadow:none}.dark .promotion-location-card--stacked .promotion-location-card__media{border-bottom-color:#475569b8}.dark .promotion-location-card--split .promotion-location-card__media{border-right-color:#475569d1}.dark .promotion-location-card__metric{background:#0f172ad1;border-color:#475569b8;box-shadow:0 3px 12px #0000002e}.dark .promotion-location-card__metric--advert{color:#93c5fd;background:#1e4069c7;border-color:#60a5fa3d}.dark .promotion-location-card__arrow{color:#64748b;background:#111827;border-color:#263348}.dark .promotion-location-card:hover .promotion-location-card__arrow{color:#fff;background:#2878d7}.promotion-district-card{background:radial-gradient(circle at 100% 0,#2878d713,#0000 42%),#fff;border:1px solid #e3e9f1;border-radius:.85rem;min-height:112px;padding:.72rem .68rem .68rem .85rem;transition:box-shadow .2s,transform .2s;position:relative;overflow:hidden;box-shadow:0 1px 2px #17203306}.promotion-district-card:hover{transform:translateY(-2px);box-shadow:0 11px 26px #17203317}.promotion-district-card:focus-visible{outline-offset:3px;outline:3px solid #2878d738}.promotion-district-card__content{width:100%;min-width:0}.promotion-district-card__arrow{color:#94a3b8;background:#f8fafce0;border:1px solid #e4e9f0;border-radius:999px;flex:none;justify-content:center;align-items:center;width:1.65rem;height:1.65rem;transition:background-color .18s,color .18s,transform .18s;display:inline-flex}.promotion-district-card:hover .promotion-district-card__arrow{color:#fff;background:#2878d7;transform:translate(2px)}.promotion-district-card__stats{flex-flow:column;align-items:flex-start;gap:.35rem;margin-top:.62rem;display:flex}.promotion-district-card__stat{color:#64748b;background:#f8fafc;border:1px solid #e8edf3;border-radius:.42rem;align-items:center;gap:.28rem;width:fit-content;max-width:100%;min-height:1.35rem;padding:.2rem .38rem;font-size:.56rem;font-weight:600;line-height:1;display:inline-flex}.promotion-district-card__stat--advert{color:#2467b8;background:#eff6ff;border-color:#2878d729;flex:none}.dark .promotion-district-card{background:radial-gradient(circle at 100% 0,#60a5fa1a,#0000 44%),#020617;border-color:#1e293b}.dark .promotion-district-card:hover{box-shadow:0 12px 28px #00000047}.dark .promotion-district-card__arrow,.dark .promotion-district-card__stat{color:#94a3b8;background:#111827;border-color:#263348}.dark .promotion-district-card__stat--advert{color:#93c5fd;background:#1e4069b8;border-color:#60a5fa38}.dark .promotion-district-card:hover .promotion-district-card__arrow{color:#fff;background:#2878d7}@media (width<=639px){.promotion-location-card{min-height:114px}.promotion-location-card__content{width:68%;margin-left:32%;padding-right:1rem}}.promotion-faq-toggle{background:color-mix(in srgb, var(--brand) 8%, white);border:1px solid color-mix(in srgb, var(--brand) 18%, var(--line));border-radius:.65rem;flex:none;justify-content:center;align-items:center;width:2rem;height:2rem;transition:background-color .18s,border-color .18s,transform .18s;display:inline-flex;position:relative}.promotion-faq-toggle:before,.promotion-faq-toggle:after{background:var(--brand);content:"";border-radius:999px;transition:background-color .18s,transform .18s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.promotion-faq-toggle:before{width:10px;height:2px}.promotion-faq-toggle:after{width:2px;height:10px}details[open]>summary .promotion-faq-toggle{background:var(--brand);border-color:var(--brand);transform:rotate(180deg)}details[open]>summary .promotion-faq-toggle:before{background:#fff}details[open]>summary .promotion-faq-toggle:after{background:#fff;transform:translate(-50%,-50%)scaleY(0)}@media (prefers-reduced-motion:reduce){.promotion-district-card,.promotion-district-card__arrow,.promotion-location-card,.promotion-location-card__media img,.promotion-location-card__arrow,.promotion-faq-toggle,.promotion-faq-toggle:before,.promotion-faq-toggle:after{transition:none}}.material-symbols-outlined.h-3\.5{font-size:14px!important}.material-symbols-outlined.h-4{font-size:16px!important}.material-symbols-outlined.h-4\.5{font-size:18px!important}.material-symbols-outlined.h-5{font-size:20px!important}.material-symbols-outlined.h-6{font-size:24px!important}.material-symbols-outlined.h-7{font-size:28px!important}.material-symbols-outlined.h-8{font-size:32px!important}.material-symbols-outlined.h-10{font-size:40px!important}.material-symbols-outlined.h-11{font-size:44px!important}@keyframes modalIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes modalOut{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.95)}}.custom-modal-active{animation:.2s ease-out forwards modalIn}.custom-modal-closing{animation:.15s ease-in forwards modalOut}@media (width>=768px){.table-overflow-visible{overflow:visible!important}}tr.relative.z-50,.group-row.relative.z-50{opacity:1!important;z-index:50!important}.dropdown-menu.show,.group-dropdown-menu:not(.hidden){opacity:1!important;z-index:9999!important}.nearby-radius-range{appearance:none;background-color:var(--line);background:linear-gradient(to right, var(--brand) 0, var(--brand) var(--nearby-progress,0%), var(--line) var(--nearby-progress,0%), var(--line) 100%);border:1px solid color-mix(in srgb, var(--line) 72%, var(--muted) 28%);cursor:pointer;border-radius:999px;width:100%;height:6px;display:block}.nearby-radius-range::-webkit-slider-runnable-track{background:0 0;border-radius:999px;height:6px}.nearby-radius-range::-moz-range-track{background:var(--line);border-radius:999px;height:6px}.nearby-radius-range::-moz-range-progress{background:var(--brand);border-radius:999px;height:6px}.nearby-radius-range::-webkit-slider-thumb{appearance:none;background:var(--surface);border:3px solid var(--brand);box-sizing:border-box;box-shadow:0 2px 8px color-mix(in srgb, var(--brand) 30%, transparent);border-radius:999px;width:18px;height:18px;margin-top:-6px;transition:box-shadow .15s,transform .15s}.nearby-radius-range::-moz-range-thumb{background:var(--surface);border:3px solid var(--brand);box-sizing:border-box;box-shadow:0 2px 8px color-mix(in srgb, var(--brand) 30%, transparent);border-radius:999px;width:18px;height:18px;transition:box-shadow .15s,transform .15s}.nearby-radius-range:hover::-webkit-slider-thumb{box-shadow:0 0 0 5px color-mix(in srgb, var(--brand) 14%, transparent);transform:scale(1.04)}.nearby-radius-range:focus-visible::-webkit-slider-thumb{box-shadow:0 0 0 5px color-mix(in srgb, var(--brand) 14%, transparent);transform:scale(1.04)}.nearby-radius-range:hover::-moz-range-thumb{box-shadow:0 0 0 5px color-mix(in srgb, var(--brand) 14%, transparent);transform:scale(1.04)}.nearby-radius-range:focus-visible::-moz-range-thumb{box-shadow:0 0 0 5px color-mix(in srgb, var(--brand) 14%, transparent);transform:scale(1.04)}.nearby-radius-range:focus-visible{outline:none}.advert-badges{vertical-align:middle;flex-wrap:wrap;align-items:center;gap:4px;display:inline-flex}.advert-badges--stack{display:flex}.advert-badge{--badge-color:var(--muted);background:color-mix(in srgb, var(--badge-color) 9%, var(--surface));border:1px solid color-mix(in srgb, var(--badge-color) 22%, var(--line));color:color-mix(in srgb, var(--badge-color) 80%, var(--ink));letter-spacing:.01em;white-space:nowrap;border-radius:5px;flex:none;align-items:center;gap:3px;padding:3px 5px;font-size:9px;font-weight:600;line-height:1;display:inline-flex}.advert-badge--icon-only{padding:3px}.advert-badge__icon{font-size:12px;line-height:1}.advert-badge--accent{--badge-color:var(--accent)}.advert-badge--violet{--badge-color:var(--violet)}.advert-badge--brand{--badge-color:var(--brand)}.advert-badge--success{--badge-color:var(--success)}.advert-badge--silver{--badge-color:var(--muted)}.dark .advert-badge{background:color-mix(in srgb, var(--badge-color) 15%, var(--surface));border-color:color-mix(in srgb, var(--badge-color) 28%, var(--line));color:color-mix(in srgb, var(--badge-color) 70%, #fff)}
