/* Ortak vitrin — mağaza düzeni. Açık/koyu tema sistemden. */
:root {
  --bg: #ffffff; --bg2: #f5f5f7; --fg: #1d1d1f; --muted: #6e6e73; --faint: #a1a1a6;
  --line: rgba(0, 0, 0, 0.1); --pill: #f0f0f3; --pill-fg: #0a66d8;
  --glass: rgba(255, 255, 255, 0.78); --shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
  color-scheme: light dark;
}
@media (prefers-color-scheme: dark) {
  :root {
    --bg: #0a0a0c; --bg2: #141417; --fg: #f5f5f7; --muted: #98989d; --faint: #636366;
    --line: rgba(255, 255, 255, 0.1); --pill: #26262b; --pill-fg: #5aa7ff;
    --glass: rgba(10, 10, 12, 0.76); --shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
  }
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { margin: 0; background: var(--bg); color: var(--fg); font: 17px/1.47 -apple-system, BlinkMacSystemFont, 'SF Pro Text', 'Inter', 'Segoe UI', Roboto, sans-serif; letter-spacing: -0.01em; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
svg { width: 1em; height: 1em; flex: none; }
.wrap { width: min(1120px, 100% - 40px); margin-inline: auto; }

/* üst çubuk */
.nav { position: sticky; top: 0; z-index: 10; background: var(--glass); backdrop-filter: saturate(180%) blur(20px); -webkit-backdrop-filter: saturate(180%) blur(20px); border-bottom: 1px solid var(--line); }
.nav .wrap { height: 52px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: flex; align-items: center; gap: 10px; font-size: 15px; font-weight: 600; }
.mark { width: 26px; height: 26px; border-radius: 7px; display: grid; place-items: center; font-size: 11px; font-weight: 700; letter-spacing: 0; color: var(--bg); background: var(--fg); }
.nav nav { display: flex; gap: 24px; font-size: 13px; }
.nav nav a { color: var(--muted); transition: color 0.15s; }
.nav nav a:hover { color: var(--fg); }

/* sayfa başlığı */
.title-row { padding: 44px 0 18px; }
.title-row h1 { margin: 0; font-size: 40px; font-weight: 700; letter-spacing: -0.03em; }

/* editör kartı */
.ed { position: relative; overflow: hidden; border-radius: 22px; color: #fff; min-height: 540px; display: grid; grid-template-columns: 1fr 1.1fr; grid-template-rows: 1fr auto;
  background: radial-gradient(80% 110% at 80% 10%, color-mix(in srgb, var(--a2) 45%, transparent), transparent 60%), linear-gradient(150deg, var(--a), #120709 72%);
  box-shadow: var(--shadow); isolation: isolate; }
.ed-copy { padding: 44px 44px 0; align-self: start; }
.ed-eyebrow { font-size: 13px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.06em; color: rgba(255, 255, 255, 0.7); }
.ed h2 { margin: 10px 0 14px; font-size: clamp(34px, 4.4vw, 52px); line-height: 1.04; font-weight: 700; letter-spacing: -0.035em; max-width: 12ch; }
.ed p { margin: 0; max-width: 34ch; font-size: 18px; color: rgba(255, 255, 255, 0.78); }
.ed-shots { position: relative; grid-row: 1 / 3; grid-column: 2; min-height: 540px; }
.dev { position: absolute; width: 200px; aspect-ratio: 390 / 844; border-radius: 32px; padding: 6px; background: #0d0d0f; box-shadow: 0 30px 60px rgba(0, 0, 0, 0.5), inset 0 0 0 1px rgba(255, 255, 255, 0.1); }
.dev img { width: 100%; height: 100%; object-fit: cover; object-position: top; border-radius: 27px; }
.dev.d0 { left: 4%; top: 96px; transform: rotate(-6deg); }
.dev.d1 { left: calc(50% - 110px); top: 44px; width: 220px; z-index: 1; }
.dev.d2 { right: 4%; top: 104px; transform: rotate(6deg); }
.ed-bar { grid-column: 1; display: flex; align-items: center; gap: 14px; margin: 28px 20px 20px; padding: 14px 16px; border-radius: 16px; background: rgba(0, 0, 0, 0.32); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); border: 1px solid rgba(255, 255, 255, 0.12); max-width: 440px; }
.ed-bar > img { width: 52px; height: 52px; border-radius: 12px; }
.ed-meta { display: flex; flex-direction: column; flex: 1; min-width: 120px; line-height: 1.25; }
.ed-meta b { font-size: 17px; font-weight: 600; }
.ed-meta span { font-size: 13px; color: rgba(255, 255, 255, 0.7); }
.ed-stores { display: flex; gap: 8px; margin-top: 24px; flex-wrap: wrap; }
.badge-store { display: inline-flex; align-items: center; gap: 7px; height: 36px; padding: 0 11px 0 9px; border-radius: 9px; background: #000; border: 1px solid rgba(255, 255, 255, 0.28); color: #fff; font-size: 13px; font-weight: 600; line-height: 1.05; }
.badge-store svg { width: 17px; height: 17px; }
.badge-store small { display: block; font-size: 9px; font-weight: 500; opacity: 0.75; }

.pill { display: inline-grid; place-items: center; min-width: 74px; height: 30px; padding: 0 16px; border-radius: 999px; background: var(--pill); color: var(--pill-fg); font-size: 14px; font-weight: 700; flex: none; }
.pill.light { background: rgba(255, 255, 255, 0.92); color: #111; }
.pill.big { height: 44px; padding: 0 24px; font-size: 16px; }

/* raflar */
.shelf { padding-top: 56px; }
.shelf-h { display: flex; align-items: baseline; justify-content: space-between; border-top: 1px solid var(--line); padding-top: 18px; margin-bottom: 18px; }
.shelf-h h2 { margin: 0; font-size: 24px; font-weight: 700; letter-spacing: -0.025em; }
.tiles { display: grid; grid-template-columns: repeat(auto-fill, minmax(320px, 1fr)); gap: 20px; }
.tile { display: block; border-radius: 18px; overflow: hidden; background: var(--bg2); border: 1px solid var(--line); transition: transform 0.2s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.2s; }
.tile:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.tile-art { height: 200px; overflow: hidden; background: linear-gradient(150deg, var(--a), #120709); }
.tile-art img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 50%; }
.tile-row { display: flex; align-items: center; gap: 12px; padding: 14px 16px; }
.tile-row > img { width: 48px; height: 48px; border-radius: 11px; }
.row-t { display: flex; flex-direction: column; flex: 1; min-width: 0; line-height: 1.3; }
.row-t b { font-size: 16px; font-weight: 600; }
.row-t span { font-size: 13px; color: var(--muted); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.row-t small { font-size: 12px; color: var(--faint); }
.rows { display: grid; grid-template-columns: repeat(3, 1fr); column-gap: 28px; margin-top: 20px; }
.row { display: flex; align-items: center; gap: 14px; padding: 12px 0; border-bottom: 1px solid var(--line); }
.row > img { width: 64px; height: 64px; border-radius: 14px; border: 1px solid var(--line); }
.row:hover b { text-decoration: underline; }
.rows:has(.row:only-child) { display: none; }

/* alt bilgi */
.foot { margin-top: 88px; background: var(--bg2); border-top: 1px solid var(--line); padding: 36px 0 calc(28px + env(safe-area-inset-bottom)); font-size: 13px; color: var(--muted); }
.foot-grid { display: grid; grid-template-columns: 1fr 3fr; gap: 24px; }
.foot h3 { margin: 0 0 10px; font-size: 13px; font-weight: 600; color: var(--fg); }
.foot p { margin: 0 0 4px; }
.legal { list-style: none; margin: 0; padding: 0; display: grid; gap: 8px; }
.legal li { display: flex; flex-wrap: wrap; gap: 6px 18px; align-items: center; }
.lg-name { display: inline-flex; align-items: center; gap: 7px; min-width: 120px; color: var(--fg); }
.lg-name img { width: 18px; height: 18px; border-radius: 4px; }
.legal a:hover { color: var(--fg); text-decoration: underline; }
.copy { margin: 28px 0 0; padding-top: 16px; border-top: 1px solid var(--line); color: var(--faint); font-size: 12px; }

.nf { padding: 120px 0; text-align: center; }
.nf h1 { font-size: 40px; letter-spacing: -0.03em; margin: 0 0 8px; }
.nf p { color: var(--muted); margin: 0 0 26px; }
.nf .pill.light { background: var(--fg); color: var(--bg); }

@media (max-width: 960px) {
  .ed { grid-template-columns: 1fr; grid-template-rows: auto auto auto; min-height: 0; }
  .ed-copy { padding: 32px 28px 0; }
  .ed-shots { grid-row: 2; grid-column: 1; min-height: 430px; }
  .dev { width: 160px; border-radius: 26px; padding: 5px; }
  .dev img { border-radius: 22px; }
  .dev.d1 { width: 180px; left: calc(50% - 90px); top: 24px; }
  .dev.d0 { left: calc(50% - 236px); top: 70px; }
  .dev.d2 { right: auto; left: calc(50% + 76px); top: 76px; }
  .ed-bar { grid-row: 3; margin: 0 16px 16px; }
  .rows { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 600px) {
  .title-row { padding: 28px 0 14px; }
  .title-row h1 { font-size: 32px; }
  .ed { border-radius: 18px; }
  .ed-copy { padding: 26px 22px 0; }
  .ed p { font-size: 16px; }
  .ed-shots { min-height: 340px; }
  .dev { width: 124px; }
  .dev.d1 { width: 140px; left: calc(50% - 70px); top: 20px; }
  .dev.d0 { left: calc(50% - 176px); top: 56px; }
  .dev.d2 { left: calc(50% + 52px); top: 60px; }
  .tiles { grid-template-columns: 1fr; }
  .rows { grid-template-columns: 1fr; }
  .foot-grid { grid-template-columns: 1fr; }
  .lg-name { width: 100%; }
  .nav nav { gap: 16px; }
  .brand span:last-child { display: none; }
}
@media (prefers-reduced-motion: reduce) { * { transition: none !important; scroll-behavior: auto !important; } }

/* ---------- editör kartı her ekranda tam sığsın ----------
   Kart yüksekliği = görünür yükseklik − üst çubuk − başlık; telefon görselleri kartın yüksekliğine (container
   birimleri) göre ölçeklenir. Böylece alçak dizüstü ekranında da, telefonda da kart alttan kesilmez. */
:root { --nav-h: 52px; --title-h: clamp(60px, 11vh, 108px); }
.title-row { height: var(--title-h); padding: 0 0 clamp(8px, 1.8vh, 18px); display: flex; align-items: flex-end; }
.title-row h1 { font-size: clamp(28px, 4.6vh, 40px); }
.ed { min-height: 0; height: clamp(360px, calc(100svh - var(--nav-h) - var(--title-h) - 16px), 640px); }
.ed-copy { padding: clamp(20px, 5vh, 44px) 44px 0; }
.ed h2 { font-size: clamp(28px, min(4.4vw, 6.2vh), 52px); margin: clamp(6px, 1.2vh, 10px) 0 clamp(8px, 1.6vh, 14px); }
.ed p { font-size: clamp(15px, 2.1vh, 18px); }
.ed-stores { margin-top: clamp(12px, 2.8vh, 24px); }
.ed-bar { margin: clamp(10px, 2.4vh, 28px) 20px clamp(12px, 2.4vh, 20px); }
.ed-shots { min-height: 0; container-type: size; }
.dev { --u: min(1cqh, 0.6cqw); width: calc(var(--u) * 33); padding: calc(var(--u) * 1.1); border-radius: calc(var(--u) * 5.6); }
.dev img { border-radius: calc(var(--u) * 4.6); }
.dev.d1 { width: calc(var(--u) * 37); left: calc(50% - var(--u) * 18.5); top: calc(50% - var(--u) * 40); }
.dev.d0 { left: calc(50% - var(--u) * 49); top: calc(50% - var(--u) * 32); right: auto; }
.dev.d2 { left: calc(50% + var(--u) * 16); top: calc(50% - var(--u) * 31); right: auto; }
@container (max-height: 150px) { .dev { display: none; } }
@media (max-width: 960px) {
  .ed { grid-template-rows: auto minmax(0, 1fr) auto; height: calc(100svh - var(--nav-h) - var(--title-h) - 12px); max-height: 900px; min-height: 420px; }
  .ed-copy { padding: clamp(18px, 3.5vh, 32px) 24px 0; }
  .ed-shots { min-height: 0; }
  .ed-bar { margin: 0 14px 14px; }
}
@media (max-width: 600px) {
  .ed-copy .ed-stores { display: none; }
  .ed p { font-size: 15px; }
}
/* telefonlar kartın yüksekliğini daha iyi kullansın */
.dev { --u: min(1cqh, 0.8cqw); width: calc(var(--u) * 37); }
.dev.d1 { width: calc(var(--u) * 41); left: calc(50% - var(--u) * 20.5); top: calc(50% - var(--u) * 44); }
.dev.d0 { left: calc(50% - var(--u) * 54); top: calc(50% - var(--u) * 35); }
.dev.d2 { left: calc(50% + var(--u) * 17); top: calc(50% - var(--u) * 34); }
@media (max-width: 420px) {
  .ed-bar { gap: 10px; padding: 10px 12px; }
  .ed-bar > img { width: 44px; height: 44px; }
  .ed-meta { min-width: 0; }
  .ed-meta b, .ed-meta span { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
  .ed-bar .pill { min-width: 0; padding: 0 14px; }
}

/* ---------- tek ölçü: dikey ritim ----------
   --gap: üst çubuk → başlık ve kart → ekran altı aynı. --pad: kartın dört kenarı aynı (yazı, alt çubuk). */
:root { --gap: clamp(16px, 3.6vh, 40px); --pad: clamp(22px, 4.6vh, 48px); --h1: clamp(28px, 4.6vh, 40px); }
.title-row { height: auto; padding: var(--gap) 0 calc(var(--gap) * 0.6); display: block; }
.title-row h1 { font-size: var(--h1); line-height: 1.1; }
.ed { height: clamp(360px, calc(100svh - var(--nav-h) - var(--gap) * 2.6 - var(--h1) * 1.1), 680px); margin-bottom: var(--gap); }
.ed-copy { padding: var(--pad) var(--pad) 0; }
.ed-bar { margin: calc(var(--gap) * 0.6) 0 var(--pad) var(--pad); }
.ed-shots { margin: var(--pad) var(--pad) var(--pad) 0; }
@media (max-width: 960px) {
  .ed { height: calc(100svh - var(--nav-h) - var(--gap) * 2.6 - var(--h1) * 1.1); max-height: 900px; min-height: 420px; }
  .ed-copy { padding: var(--pad) var(--pad) 0; }
  .ed-shots { margin: calc(var(--pad) * 0.5) var(--pad); }
  .ed-bar { margin: 0 var(--pad) var(--pad); }
}
@media (max-width: 600px) { :root { --pad: 20px; } .ed-bar { margin: 0 14px 14px; } }
.ed { max-height: 920px; }
.ed-eyebrow { display: block; line-height: 1; }
.ed h2 { margin-top: calc(var(--pad) * 0.4); }
@media (max-width: 600px) { .ed-bar { margin: 0 var(--pad) var(--pad); } }
.ed { height: clamp(360px, calc(100svh - var(--nav-h) - var(--gap) * 2.6 - var(--h1) * 1.1), 920px); }
@media (max-width: 960px) { .ed { height: calc(100svh - var(--nav-h) - var(--gap) * 2.6 - var(--h1) * 1.1); } }

/* ---------- editör kartı: mağaza ayrıntıları ve hareket ----------
   Betik yok (CSP script-src 'none'): tüm hareket CSS. Açılışta yazı ve telefonlar sırayla gelir, telefonlar
   yavaşça süzülür, arka planda uygulama renginde ışık gezinir. Hareket azaltma açıksa hepsi durur. */
.ed { border: 1px solid rgba(255, 255, 255, 0.08); }
.ed::after { content: ''; position: absolute; inset: 0; border-radius: inherit; pointer-events: none; z-index: 3;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14); background: linear-gradient(180deg, rgba(255,255,255,0.04), transparent 30%); }
.ed-glow { position: absolute; inset: -30%; z-index: -1; pointer-events: none;
  background:
    radial-gradient(28% 32% at 72% 42%, color-mix(in srgb, var(--a2) 55%, transparent), transparent 70%),
    radial-gradient(34% 40% at 30% 90%, color-mix(in srgb, var(--a) 70%, #000 0%), transparent 70%);
  filter: blur(20px); opacity: 0.55; animation: ed-drift 18s ease-in-out infinite alternate; }
@keyframes ed-drift { from { transform: translate3d(-4%, -2%, 0) scale(1); } to { transform: translate3d(5%, 3%, 0) scale(1.08); } }

/* bilgi şeridi: App Store'daki "Yaş · Dil · Kategori" satırı gibi */
.ed-facts { display: flex; margin: calc(var(--pad) * 0.55) 0 0; padding: 0; max-width: 460px; }
.ed-facts div { flex: 1; padding: 0 14px; border-left: 1px solid rgba(255, 255, 255, 0.16); }
.ed-facts div:first-child { padding-left: 0; border-left: 0; }
.ed-facts dt { font-size: 11px; font-weight: 600; letter-spacing: 0.04em; text-transform: uppercase; color: rgba(255, 255, 255, 0.55); }
.ed-facts dd { margin: 3px 0 0; font-size: 15px; font-weight: 600; white-space: nowrap; }
@media (max-height: 700px), (max-width: 600px) { .ed-facts { display: none; } }

/* açılış: yazı ve telefonlar sırayla */
@keyframes ed-up { from { opacity: 0; transform: translateY(14px); } }
.ed-copy > * { animation: ed-up 0.7s cubic-bezier(0.2, 0.7, 0.2, 1) both; }
.ed-copy > :nth-child(2) { animation-delay: 0.06s; } .ed-copy > :nth-child(3) { animation-delay: 0.12s; }
.ed-copy > :nth-child(4) { animation-delay: 0.18s; } .ed-copy > :nth-child(5) { animation-delay: 0.24s; }
.ed-bar { animation: ed-up 0.7s 0.3s cubic-bezier(0.2, 0.7, 0.2, 1) both; }

/* telefonlar: sarmalayıcı döndürmeyi taşır, görsel süzülür (transform çakışmasın diye ayrı katman) */
.dev { transition: transform 0.6s cubic-bezier(0.2, 0.7, 0.2, 1), box-shadow 0.6s; animation: dev-in 0.9s cubic-bezier(0.2, 0.7, 0.2, 1) both; }
.dev.d0 { --r: -6deg; animation-delay: 0.15s; } .dev.d1 { --r: 0deg; animation-delay: 0.05s; } .dev.d2 { --r: 6deg; animation-delay: 0.25s; }
.dev.d0, .dev.d2 { transform: rotate(var(--r)); }
@keyframes dev-in { from { opacity: 0; transform: translateY(40px) rotate(var(--r)) scale(0.96); } }
.ed-shots { animation: dev-float 7s 1s ease-in-out infinite alternate; }
@keyframes dev-float { from { transform: translateY(0); } to { transform: translateY(-1.4%); } }
/* ekran yansıması */
.dev::after { content: ''; position: absolute; inset: 0; border-radius: inherit; pointer-events: none;
  background: linear-gradient(115deg, rgba(255,255,255,0.12), transparent 32%, transparent 70%, rgba(255,255,255,0.05)); }
/* ortadaki telefonun arkasında sahne ışığı */
.ed-shots::before { content: ''; position: absolute; left: 50%; top: 50%; width: 70%; aspect-ratio: 1; transform: translate(-50%, -50%);
  background: radial-gradient(closest-side, color-mix(in srgb, var(--a2) 40%, transparent), transparent); filter: blur(10px); pointer-events: none; }

/* üzerine gelince telefonlar hafifçe açılır */
@media (hover: hover) {
  .ed:hover .dev.d0 { transform: translate(-4%, 1%) rotate(-9deg); }
  .ed:hover .dev.d2 { transform: translate(4%, 1%) rotate(9deg); }
  .ed:hover .dev.d1 { transform: translateY(-2%); box-shadow: 0 40px 80px rgba(0, 0, 0, 0.55), inset 0 0 0 1px rgba(255, 255, 255, 0.12); }
}

/* mağaza rozetleri ve düğmeler: parıltı */
.badge-store, .ed-bar .pill { position: relative; overflow: hidden; transition: transform 0.2s, background-color 0.2s; }
.badge-store::after, .ed-bar .pill::after { content: ''; position: absolute; inset: 0; transform: translateX(-120%);
  background: linear-gradient(100deg, transparent 30%, rgba(255,255,255,0.22) 50%, transparent 70%); transition: transform 0.7s; }
@media (hover: hover) { .badge-store:hover::after, .ed-bar .pill:hover::after { transform: translateX(120%); } a.badge-store:hover, .ed-bar .pill:hover { transform: translateY(-1px); } }

/* birden çok seçkin uygulama: kaydırılabilir, sayfaya oturan kartlar (mağazalardaki öne çıkanlar şeridi) */
.ed-rail { display: grid; grid-auto-flow: column; grid-auto-columns: 100%; gap: 16px; overflow-x: auto; scroll-snap-type: x mandatory;
  scrollbar-width: none; margin-bottom: var(--gap); }
.ed-rail::-webkit-scrollbar { display: none; }
.ed-rail .ed { scroll-snap-align: start; margin-bottom: 0; }
.ed-rail .ed:not(.first) .ed-copy > *, .ed-rail .ed:not(.first) .dev, .ed-rail .ed:not(.first) .ed-bar { animation: none; opacity: 1; }
@media (min-width: 961px) { .ed-rail { grid-auto-columns: calc(100% - 64px); } }

@media (prefers-reduced-motion: reduce) {
  .ed-glow, .ed-shots, .dev, .ed-copy > *, .ed-bar { animation: none !important; }
}

/* Optik eşitlik: başlığın satır kutusu harflerin üstünde ~0,2em boşluk bırakıyor; bu düşülmezse üst boşluk
   alttakinden büyük görünüyor. Düşülen pay kartın boyuna eklenir, alt boşluk --gap kalır. */
.title-row { padding-top: calc(var(--gap) - var(--h1) * 0.2); }
.ed { height: clamp(360px, calc(100svh - var(--nav-h) - var(--gap) * 2.6 - var(--h1) * 0.9), 920px); }
@media (max-width: 960px) { .ed { height: calc(100svh - var(--nav-h) - var(--gap) * 2.6 - var(--h1) * 0.9); } }

/* Kartlara dokunma/üzerine gelme: ani sıçrama yerine yumuşak, uzun eğri; dokunmatikte hover takılı kalmasın. */
.tile, .row, .ed-bar { transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.45s cubic-bezier(0.22, 1, 0.36, 1), background-color 0.3s; -webkit-tap-highlight-color: transparent; }
.tile-art img { transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1); }
.tile:hover { transform: none; box-shadow: none; }
@media (hover: hover) {
  .tile:hover { transform: translateY(-2px); box-shadow: var(--shadow); }
  .tile:hover .tile-art img { transform: scale(1.025); }
}
.tile:active, .row:active { transform: scale(0.985); transition-duration: 0.25s; }

/* Telefonlar tek görsel (cihaz çizimi + ekran; sahtekar/scripts/assets/make-mockups.py): CSS çerçevesi, cam yansıması
   ve kutu gölgesi yok; gölge görselin biçimini izler. */
.dev { padding: 0; background: none; border-radius: 0; aspect-ratio: auto; box-shadow: none; filter: drop-shadow(0 24px 40px rgba(0, 0, 0, 0.5)); }
.dev::after { content: none; }
.dev img { height: auto; border-radius: 0; object-fit: contain; display: block; }
@media (hover: hover) { .ed:hover .dev.d1 { box-shadow: none; } }
