:root {
  --ink: #121b24; --ink-soft: #3f4850; --paper: #f3efe5; --paper-2: #e9e3d5;
  --card: #fffdf7; --line: rgba(18,27,36,.16); --accent: #e24a2a; --accent-2: #f0b544;
  --navy: #101b26; --shadow: 0 18px 50px rgba(25,25,20,.10); color-scheme: light;
}
[data-theme="dark"] { --ink: #f3efe5; --ink-soft: #b7b9b4; --paper: #101820; --paper-2: #17212a; --card: #1d2831; --line: rgba(255,255,255,.15); --shadow: 0 18px 60px rgba(0,0,0,.3); color-scheme: dark; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--paper); }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
body::before { content: ""; position: fixed; inset: 0; pointer-events: none; opacity: .035; z-index: 100; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.5'/%3E%3C/svg%3E"); }
button, input { font: inherit; } button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; } a { color: inherit; } img { display: block; }
:focus-visible { outline: 3px solid var(--accent-2); outline-offset: 3px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.section-wrap { width: min(1180px, calc(100% - 32px)); margin-inline: auto; }
.site-header { position: sticky; top: 0; z-index: 50; height: 68px; padding: 0 max(16px, calc((100vw - 1180px)/2)); display: flex; align-items: center; justify-content: space-between; background: color-mix(in srgb, var(--paper) 90%, transparent); border-bottom: 1px solid var(--line); backdrop-filter: blur(16px); }
.brand { display: flex; align-items: center; gap: 10px; text-decoration: none; }
.brand img { width: 42px; height: 42px; object-fit: contain; filter: drop-shadow(0 4px 8px rgba(0,0,0,.18)); }
.brand span { display: flex; flex-direction: column; font-family: Georgia, serif; line-height: .83; letter-spacing: -.04em; }
.brand b { font-size: 19px; } .brand em { color: var(--accent); font-size: 16px; font-style: normal; letter-spacing: .18em; }
.header-actions { display: flex; gap: 6px; }
.icon-button { border: 1px solid var(--line); background: var(--card); border-radius: 999px; width: 42px; height: 42px; display: grid; place-items: center; cursor: pointer; }
.language-button { width: auto; padding: 0 12px; display: flex; gap: 6px; font-size: 12px; font-weight: 800; letter-spacing: .08em; }
.system-theme { width: 20px; height: 20px; border-radius: 50%; color: #fff; background: linear-gradient(90deg,#f6ae2d 50%,#1c2732 50%); display: grid; place-items: center; font-size: 11px; font-weight: 800; }
.campaigns-section { padding-block: 42px 54px; }
.section-kicker { display: flex; justify-content: space-between; align-items: center; border-top: 1px solid var(--ink); padding-top: 10px; text-transform: uppercase; font-size: 11px; font-weight: 800; letter-spacing: .16em; }
.section-kicker i { width: 28px; height: 28px; background: var(--accent); color: white; display: grid; place-items: center; font-style: normal; border-radius: 50%; letter-spacing: 0; }
.campaigns-section > h1 { margin: 16px 0 24px; max-width: 700px; font: 500 clamp(3.15rem, 10vw, 7.4rem)/.83 Georgia, serif; letter-spacing: -.075em; }
.campaigns-section > h1::after { content: "."; color: var(--accent); }
.campaign-grid { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(286px, 83vw); overflow-x: auto; overscroll-behavior-inline: contain; scroll-snap-type: x mandatory; gap: 14px; padding: 4px 2px 24px; scrollbar-width: thin; }
.campaign-card { scroll-snap-align: start; background: var(--card); border: 1px solid var(--line); border-radius: 22px; overflow: hidden; box-shadow: var(--shadow); }
.campaign-image { aspect-ratio: 1.8; position: relative; overflow: hidden; background-color: white; }
.campaign-image > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.campaign-image.top > img { object-position: center top; }
.campaign-image.bottom > img { object-position: center 69%; }
.campaign-image::after { content: ""; position: absolute; inset: auto 0 0; height: 22%; background: linear-gradient(transparent, rgba(16,27,38,.32)); }
.campaign-number { position: absolute; z-index: 1; right: 13px; top: 13px; width: 38px; height: 38px; border-radius: 50%; display: grid; place-items: center; background: var(--navy); color: white; font: 700 13px Georgia,serif; }
.campaign-body { padding: 18px; display: grid; grid-template-columns: 1fr auto; gap: 16px 12px; }
.campaign-body h2 { margin: 0 0 3px; font: 700 24px/1.05 Georgia,serif; letter-spacing: -.025em; }
.campaign-body p { margin: 0; color: var(--ink-soft); font-size: 14px; }
.campaign-prices { text-align: right; display: flex; flex-direction: column; justify-content: center; }
.campaign-prices del { color: var(--ink-soft); font-size: 12px; }
.campaign-prices strong { color: var(--accent); font-size: 20px; }
.primary-button { grid-column: 1 / -1; min-height: 48px; border: 0; border-radius: 999px; background: var(--navy); color: #fff; cursor: pointer; padding: 0 17px; display: flex; align-items: center; gap: 9px; font-weight: 750; }
.primary-button svg:last-child { margin-left: auto; }
.search-section { height: 68px; position: relative; display: flex; align-items: center; gap: 12px; background: var(--ink); color: var(--paper); border-radius: 18px; padding: 0 16px; box-shadow: var(--shadow); scroll-margin-top: 86px; }
.search-section input { min-width: 0; flex: 1; color: inherit; font-size: 17px; border: 0; outline: 0; background: transparent; }
.search-section input::placeholder { color: color-mix(in srgb, var(--paper) 55%, transparent); }
.search-section button { border: 0; color: inherit; background: transparent; display: grid; place-items: center; padding: 10px; cursor: pointer; }
.result-count { font-size: 11px; font-weight: 800; white-space: nowrap; opacity: .7; text-transform: uppercase; letter-spacing: .08em; }
.category-nav { position: sticky; z-index: 40; top: 68px; padding: 12px 0; background: color-mix(in srgb, var(--paper) 93%, transparent); backdrop-filter: blur(14px); border-bottom: 1px solid var(--line); }
.category-scroll { display: flex; gap: 8px; overflow-x: auto; overscroll-behavior-inline: contain; scrollbar-width: none; }
.category-scroll::-webkit-scrollbar { display: none; }
.category-bar { position: relative; }
.category-arrow { display: none; }
/* Parmakla kaydırılamayan cihazlarda 38 kategori arasında gezinmek için ok düğmeleri.
   Uçlara gelindiğinde ilgili ok gizlenir. */
@media (pointer: fine) {
  .category-arrow { position: absolute; z-index: 2; top: 0; width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: var(--card); color: var(--ink); cursor: pointer; box-shadow: 0 3px 14px rgba(25,25,20,.16); }
  .category-arrow.prev { left: 0; }
  .category-arrow.next { right: 0; }
  .category-arrow:disabled { opacity: .32; cursor: default; box-shadow: none; }
  /* Şeridin uçlarını okların altına sokmuyoruz; pilleler okların arkasında kalmasın. */
  .category-scroll { padding-inline: 50px; scroll-padding-inline: 50px; }
}
.category-scroll button { flex: none; border: 1px solid var(--line); background: var(--card); padding: 10px 14px; min-height: 42px; border-radius: 999px; cursor: pointer; font-size: 11px; text-transform: uppercase; letter-spacing: .06em; font-weight: 800; }
.category-scroll button.active { border-color: var(--ink); background: var(--ink); color: var(--paper); }
.menu-section { padding-block: 64px 20px; }
.menu-heading { display: grid; grid-template-columns: 80px 1fr; align-items: start; border-bottom: 2px solid var(--ink); padding-bottom: 30px; }
.menu-heading > span { writing-mode: vertical-rl; transform: rotate(180deg); text-transform: uppercase; letter-spacing: .18em; font-size: 11px; font-weight: 850; }
.menu-heading h2 { margin: 0; font: 500 clamp(2.8rem, 9vw, 6.5rem)/.9 Georgia,serif; letter-spacing: -.06em; }
.menu-heading h2 em { color: var(--accent); font-weight: 400; }
.menu-category { padding: 54px 0 16px; scroll-margin-top: 132px; }
.menu-category > header { display: grid; gap: 14px; margin-bottom: 20px; }
.menu-category > header > div { display: flex; gap: 11px; align-items: baseline; }
.menu-category > header span { color: var(--accent); font: 700 12px Georgia,serif; }
.menu-category h3 { margin: 0; font: 700 clamp(1.7rem, 6vw, 3rem)/1 Georgia,serif; letter-spacing: -.035em; }
.menu-category > header p { margin: 0; max-width: 570px; color: var(--ink-soft); font: italic 16px/1.45 Georgia,serif; }
.product-grid { display: grid; gap: 10px; }
.product-card { position: relative; min-height: 116px; display: grid; grid-template-columns: 104px 1fr; gap: 14px; background: var(--card); border: 1px solid var(--line); border-radius: 15px; padding: 8px; overflow: hidden; }
/* Görsellerin çoğu kutudan geniş (logolar 3:1'e kadar çıkıyor), bu yüzden kırpmak yerine
   sığdırıyoruz. Kaynakların tamamı beyaz zeminli olduğu için karo da beyaz. */
.product-card > img, .product-placeholder { width: 104px; height: 100px; border-radius: 10px; object-fit: contain; background: #fff; }
.product-placeholder { background: var(--paper-2); }
.product-placeholder { display: grid; place-items: center; color: var(--ink-soft); }
.product-copy { min-width: 0; padding: 7px 6px 7px 0; }
.product-title { display: grid; grid-template-columns: 1fr auto; gap: 10px; align-items: start; }
.product-title h4 { margin: 0; font: 700 17px/1.15 Georgia,serif; letter-spacing: -.015em; }
.product-title strong { color: var(--accent); font-size: 15px; white-space: nowrap; }
.product-copy p { margin: 8px 0 0; color: var(--ink-soft); font-size: 12px; line-height: 1.45; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.sold-out::after { content: ""; position: absolute; inset: 0; background: color-mix(in srgb, var(--paper) 35%, transparent); pointer-events: none; }
.sold-out-badge { display: inline-block; margin-top: 7px; padding: 4px 7px; border-radius: 5px; background: var(--accent); color: white; font-size: 10px; font-weight: 900; text-transform: uppercase; }
.empty-state { min-height: 260px; display: grid; place-content: center; justify-items: center; color: var(--ink-soft); text-align: center; }
.survey-section { margin-top: 60px; margin-bottom: 70px; padding: 28px; display: grid; gap: 22px; background: var(--accent-2); color: #101820; border-radius: 24px; overflow: hidden; position: relative; }
.survey-mark { width: 58px; height: 58px; border-radius: 50%; background: #101820; color: white; display: grid; place-items: center; }
.survey-section span { font-size: 10px; letter-spacing: .16em; font-weight: 900; }
.survey-section h2 { margin: 7px 0 10px; font: 700 32px/1 Georgia,serif; letter-spacing: -.035em; max-width: 600px; }
.survey-section p { margin: 0; max-width: 600px; line-height: 1.5; }
.survey-button { min-height: 52px; display: flex; align-items: center; justify-content: space-between; gap: 15px; padding: 0 18px; text-decoration: none; border-radius: 999px; background: #101820; color: white; font-weight: 800; }
.site-footer { border-top: 1px solid var(--line); padding-block: 42px 120px; display: grid; gap: 16px; }
.footer-brand { display: flex; gap: 7px; align-items: baseline; font-family: Georgia,serif; font-size: 20px; }
.footer-brand span { color: var(--accent); font-size: 14px; letter-spacing: .14em; font-weight: 800; }
.site-footer p { margin: 0; color: var(--ink-soft); font: italic 15px Georgia,serif; }
.social-links { display: flex; gap: 9px; }
.social-links a { width: 44px; height: 44px; border: 1px solid var(--line); background: var(--card); border-radius: 50%; display: grid; place-items: center; text-decoration: none; }
.social-links svg { width: 19px; }
.bottom-nav { position: fixed; z-index: 48; bottom: 0; left: 0; right: 0; min-height: calc(64px + env(safe-area-inset-bottom)); padding: 7px 10px env(safe-area-inset-bottom); display: grid; grid-template-columns: repeat(4,1fr); background: color-mix(in srgb, var(--card) 95%, transparent); border-top: 1px solid var(--line); backdrop-filter: blur(18px); }
.bottom-nav button, .bottom-nav a { border: 0; background: transparent; color: var(--ink); text-decoration: none; display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 3px; font-size: 9px; font-weight: 800; cursor: pointer; }
.bottom-nav svg { width: 20px; height: 20px; }
.modal-open { overflow: hidden; }
.modal-backdrop { position: fixed; inset: 0; z-index: 100; display: flex; align-items: end; background: rgba(3,8,13,.74); backdrop-filter: blur(8px); }
.model-modal { width: 100%; height: 94dvh; overflow: hidden; display: grid; grid-template-rows: auto minmax(0,1fr) auto; background: var(--card); border-radius: 26px 26px 0 0; animation: slide-up .28s ease-out; }
.model-modal > header { display: flex; justify-content: space-between; gap: 20px; padding: 20px; border-bottom: 1px solid var(--line); }
.model-modal > header span { color: var(--accent); font-size: 10px; font-weight: 900; letter-spacing: .14em; }
.model-modal h2 { margin: 4px 0 2px; font: 700 27px/1 Georgia,serif; }
.model-modal header p { margin: 0; color: var(--ink-soft); }
.model-modal header button { flex: none; width: 44px; height: 44px; border-radius: 50%; border: 1px solid var(--line); background: var(--paper); display: grid; place-items: center; cursor: pointer; }
.model-stage { min-height: 0; position: relative; overflow: hidden; background: radial-gradient(circle at 50% 65%,var(--paper-2),var(--paper)); }
.model-viewer-shell { position: relative; width: 100%; height: 100%; }
model-viewer { display: block; width: 100%; height: 100%; min-height: 0; --poster-color: transparent; }
.model-skeleton { height: 52dvh; display: grid; place-items: center; color: var(--ink-soft); background: linear-gradient(100deg,var(--paper),var(--paper-2),var(--paper)); background-size: 200%; animation: shimmer 1.4s infinite; }
.ar-button { position: absolute; z-index: 2; left: 50%; bottom: 18px; transform: translateX(-50%); min-height: 48px; white-space: nowrap; border: 0; border-radius: 999px; background: var(--accent); color: white; padding: 0 22px; font-weight: 850; box-shadow: 0 8px 24px rgba(0,0,0,.24); }
.ar-button:disabled { background: var(--navy); opacity: .72; }
.model-progress { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); font-size: 12px; font-weight: 800; }
.model-modal > footer { padding: 18px 20px calc(18px + env(safe-area-inset-bottom)); display: flex; justify-content: space-between; align-items: center; gap: 20px; border-top: 1px solid var(--line); }
.model-modal > footer > span { color: var(--ink-soft); font-size: 12px; }
.model-modal > footer div { display: flex; flex-direction: column; text-align: right; }
.model-modal > footer del { color: var(--ink-soft); font-size: 12px; }
.model-modal > footer strong { color: var(--accent); font-size: 22px; }
@keyframes slide-up { from { transform: translateY(40px); opacity: 0; } }
@keyframes shimmer { to { background-position: -200% 0; } }

@media (min-width: 720px) {
  .section-wrap { width: min(1180px, calc(100% - 64px)); }
  .site-header { padding-inline: max(32px, calc((100vw - 1180px)/2)); height: 76px; }
  .category-nav { top: 76px; }
  .campaigns-section { padding-block: 64px 74px; }
  .campaign-grid { grid-auto-flow: initial; grid-auto-columns: initial; overflow: visible; grid-template-columns: repeat(2,1fr); gap: 18px; }
  .product-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .menu-category > header { grid-template-columns: minmax(0,1fr) minmax(260px,40%); align-items: end; }
  .survey-section { grid-template-columns: auto 1fr auto; align-items: center; padding: 38px; }
  .survey-button { min-width: 210px; }
  .site-footer { grid-template-columns: auto 1fr auto; align-items: center; padding-bottom: 50px; }
  .bottom-nav { display: none; }
  .modal-backdrop { align-items: center; padding: 24px; }
  .model-modal { max-width: 900px; height: min(90dvh,820px); margin: auto; border-radius: 26px; }
  .model-modal > header { padding: 24px 28px; } .model-modal > footer { padding: 20px 28px; }
}
@media (min-width: 1060px) {
  .campaign-grid { grid-template-columns: repeat(3,1fr); }
  .campaign-card { transition: transform .2s ease, box-shadow .2s ease; }
  .campaign-card:hover { transform: translateY(-4px); box-shadow: 0 24px 60px rgba(25,25,20,.15); }
  .product-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .menu-heading { grid-template-columns: 120px 1fr; }
}
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; } }

/* Admin */
.login-page { min-height: 100dvh; display: grid; place-items: center; padding: 24px; background: #101820; color: #f3efe5; }
.login-card { width: min(100%, 480px); display: grid; gap: 38px; padding: 30px; border: 1px solid rgba(255,255,255,.15); border-radius: 28px; background: #18232d; box-shadow: 0 30px 100px rgba(0,0,0,.35); }
.admin-brand { display: flex; align-items: center; gap: 10px; text-decoration: none; }
.admin-brand img { object-fit: contain; }
.admin-brand > span { display: flex; flex-direction: column; font-family: Georgia,serif; line-height: .9; }
.admin-brand b { letter-spacing: -.03em; }
.admin-brand em { margin-top: 4px; color: #e24a2a; font-size: 9px; font-style: normal; font-weight: 900; letter-spacing: .15em; }
.admin-kicker { color: #f0b544; font-size: 10px; font-weight: 900; letter-spacing: .16em; }
.login-card h1 { margin: 10px 0 12px; font: 700 42px/.93 Georgia,serif; letter-spacing: -.05em; }
.login-card p { margin: 0; color: #aeb5b9; line-height: 1.5; }
.login-form { display: grid; gap: 16px; }
.login-form label { display: grid; gap: 7px; font-size: 12px; font-weight: 800; }
.login-form input { width: 100%; height: 50px; border: 1px solid rgba(255,255,255,.18); border-radius: 10px; background: #101820; color: white; padding: 0 14px; font-size: 16px; }
.login-form > button { min-height: 52px; border: 0; border-radius: 999px; padding: 0 18px; display: flex; align-items: center; gap: 10px; background: #e24a2a; color: white; font-weight: 850; cursor: pointer; }
.login-form > button svg:last-child { margin-left: auto; }
.login-form button:disabled { opacity: .6; }
.form-error { color: #ff927a !important; font-size: 13px; }
.admin-shell { min-height: 100dvh; background: var(--paper); }
.admin-header { height: 68px; position: sticky; top: 0; z-index: 30; display: flex; justify-content: space-between; align-items: center; padding: 0 max(16px,calc((100vw - 1240px)/2)); background: color-mix(in srgb,var(--card) 94%,transparent); border-bottom: 1px solid var(--line); backdrop-filter: blur(14px); }
.admin-header > div { display: flex; gap: 8px; align-items: center; }
.admin-header > div a { display: none; align-items: center; gap: 7px; min-height: 40px; padding: 0 13px; border: 1px solid var(--line); border-radius: 999px; text-decoration: none; font-size: 12px; font-weight: 800; }
.admin-header > div button { width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 50%; background: var(--paper); display: grid; place-items: center; cursor: pointer; }
.admin-content { width: min(1240px,calc(100% - 32px)); margin: auto; padding: 44px 0 80px; }
.admin-intro { display: grid; gap: 28px; padding-bottom: 38px; border-bottom: 2px solid var(--ink); }
.admin-intro h1 { margin: 12px 0 0; font: 700 clamp(2.6rem,8vw,6.5rem)/.87 Georgia,serif; letter-spacing: -.06em; }
.admin-intro h1 em { color: var(--accent); }
.admin-stats { display: grid; grid-template-columns: repeat(3,1fr); border: 1px solid var(--line); border-radius: 18px; overflow: hidden; background: var(--card); }
.admin-stats span { display: flex; flex-direction: column; gap: 4px; padding: 15px; font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }
.admin-stats span + span { border-left: 1px solid var(--line); }
.admin-stats b { font: 700 25px Georgia,serif; color: var(--accent); }
.admin-notice { position: sticky; top: 78px; z-index: 20; margin: 14px 0 -10px; padding: 13px 16px; border-radius: 10px; display: flex; justify-content: space-between; gap: 12px; font-size: 13px; font-weight: 750; box-shadow: var(--shadow); }
.admin-notice.ok { background: #246b4b; color: white; }.admin-notice.error { background: #9e3124; color: white; }
.admin-notice button { border: 0; background: transparent; color: inherit; font-size: 20px; cursor: pointer; }
.campaign-admin, .items-admin { padding-top: 54px; }
.campaign-admin > header, .items-admin > header { display: grid; gap: 9px; margin-bottom: 22px; }
.campaign-admin > header > div, .items-admin > header > div { display: flex; align-items: baseline; gap: 10px; }
.campaign-admin header span, .items-admin header span { color: var(--accent); font: 700 12px Georgia,serif; }
.campaign-admin h2, .items-admin h2 { margin: 0; font: 700 32px/1 Georgia,serif; }
.campaign-admin header p, .items-admin header p { margin: 0; color: var(--ink-soft); font-size: 13px; }
.campaign-admin-grid { display: grid; gap: 12px; }
.campaign-admin-grid form { padding: 18px; display: grid; gap: 16px; border: 1px solid var(--line); border-radius: 16px; background: var(--card); }
.campaign-admin-grid form > div:first-child > span { color: var(--accent); font-size: 10px; font-weight: 900; }
.campaign-admin-grid h3 { margin: 5px 0 2px; font: 700 20px Georgia,serif; }.campaign-admin-grid p { margin: 0; color: var(--ink-soft); font-size: 12px; }
.campaign-price-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.campaign-price-fields label { position: relative; display: grid; gap: 5px; color: var(--ink-soft); font-size: 10px; font-weight: 800; text-transform: uppercase; }
.campaign-price-fields input, .price-input input { min-width: 0; width: 100%; height: 44px; padding: 0 32px 0 11px; border: 1px solid var(--line); border-radius: 8px; background: var(--paper); color: var(--ink); }
.campaign-price-fields i, .price-input i { position: absolute; right: 11px; bottom: 13px; font-style: normal; }
.campaign-admin-grid footer { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.campaign-admin-grid footer button { min-height: 42px; border: 0; border-radius: 999px; padding: 0 15px; display: flex; align-items: center; gap: 7px; background: var(--ink); color: var(--paper); font-weight: 800; cursor: pointer; }
.switch { display: flex; align-items: center; gap: 8px; font-size: 12px; font-weight: 750; cursor: pointer; }.switch input { position: absolute; opacity: 0; }.switch span { width: 36px; height: 21px; border-radius: 999px; background: #7b7e80; padding: 3px; }.switch span::before { content: ""; display: block; width: 15px; height: 15px; border-radius: 50%; background: white; transition: transform .15s; }.switch input:checked + span { background: #287b55; }.switch input:checked + span::before { transform: translateX(15px); }
.admin-filters { position: sticky; top: 68px; z-index: 15; margin: 0 -8px 12px; padding: 10px 8px; display: grid; gap: 8px; background: color-mix(in srgb,var(--paper) 94%,transparent); backdrop-filter: blur(12px); }
.admin-filters label { min-width: 0; min-height: 46px; display: flex; gap: 9px; align-items: center; padding: 0 12px; border: 1px solid var(--line); border-radius: 10px; background: var(--card); }
.admin-filters svg { flex: none; width: 17px; }.admin-filters input, .admin-filters select { min-width: 0; width: 100%; border: 0; outline: 0; color: var(--ink); background: transparent; }
.admin-filters > span { color: var(--ink-soft); font-size: 11px; font-weight: 800; text-transform: uppercase; }
.admin-table { border: 1px solid var(--line); border-radius: 15px; overflow: hidden; background: var(--card); }
.admin-table-head { display: none; }
.admin-table > form { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 14px; padding: 14px; border-top: 1px solid var(--line); }.admin-table > form:first-of-type { border-top: 0; }
.admin-item-name { min-width: 0; display: flex; align-items: center; gap: 10px; }.admin-item-name img { width: 48px; height: 48px; flex: none; object-fit: cover; border-radius: 7px; }.admin-item-name span { min-width: 0; display: flex; flex-direction: column; }.admin-item-name b { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font: 700 15px Georgia,serif; }.admin-item-name small { margin-top: 3px; color: var(--ink-soft); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.admin-table > form > strong { align-self: center; color: var(--accent); white-space: nowrap; }
.price-input { position: relative; }.price-input i { bottom: 13px; }
.row-toggles { display: flex; align-items: center; gap: 13px; font-size: 11px; }.row-toggles label { display: flex; gap: 5px; align-items: center; }
.admin-table > form > button { grid-column: 2; grid-row: 2; width: 44px; height: 44px; border: 0; border-radius: 50%; display: grid; place-items: center; align-self: end; background: var(--ink); color: var(--paper); cursor: pointer; }
.disabled-row { opacity: .58; }.admin-table button:disabled, .campaign-admin-grid button:disabled { opacity: .5; }
@media (min-width: 720px) {
  .login-card { padding: 44px; }.admin-header > div a { display: flex; }.admin-content { width: min(1240px,calc(100% - 64px)); }.admin-intro { grid-template-columns: 1fr 330px; align-items: end; }.campaign-admin-grid { grid-template-columns: repeat(2,1fr); }.campaign-admin > header, .items-admin > header { grid-template-columns: 1fr auto; align-items: end; }.admin-filters { grid-template-columns: 1fr 260px auto; align-items: center; }
}
@media (min-width: 1000px) {
  .campaign-admin-grid { grid-template-columns: repeat(3,1fr); }.admin-table-head { padding: 12px 14px; display: grid; grid-template-columns: minmax(280px,1fr) 110px 130px 170px 44px; gap: 14px; color: var(--ink-soft); font-size: 10px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; background: var(--paper-2); }.admin-table > form { grid-template-columns: minmax(280px,1fr) 110px 130px 170px 44px; align-items: center; }.admin-table > form > button { grid-column: auto; grid-row: auto; }.row-toggles { flex-direction: column; align-items: start; gap: 4px; }
}
