
:root{
  --bg: #0b0d12;
  --card:#121628cc;
  --text:#e9ecf2;
  --muted:#aab2c5;
  --line:rgba(255,255,255,.10);
  --accent:#7c5cff;
  --accent2:#2de2e6;
  --accent3:#ff3d8d;
  --radius:18px;
  --shadow: 0 18px 60px rgba(0,0,0,.45);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial;
  color:var(--text);
  background:
    radial-gradient(1000px 600px at 20% -10%, rgba(124,92,255,.35), transparent 60%),
    radial-gradient(900px 520px at 110% 10%, rgba(45,226,230,.25), transparent 55%),
    radial-gradient(900px 600px at 60% 120%, rgba(255,61,141,.18), transparent 55%),
    linear-gradient(180deg, var(--bg) 0%, #07080c 100%);
  min-height:100vh;
}
a{color:inherit;text-decoration:none}
img{max-width:100%;height:auto;display:block}
.eot-container{width:min(1120px, 92vw); margin-inline:auto}

.eot-header{position:sticky; top:0; z-index:60; backdrop-filter: blur(10px); background: rgba(10,12,18,.62); border-bottom:1px solid var(--line);}
.eot-header__inner{display:flex; align-items:center; justify-content:space-between; gap:14px; padding:12px 0}
.eot-brand{display:flex;align-items:center;gap:10px}
.eot-brand__mark{width:28px;height:28px;border-radius:10px;background: linear-gradient(135deg, var(--accent), var(--accent2)); box-shadow: 0 10px 30px rgba(124,92,255,.25);}
.eot-brand__text{font-weight:700}
.eot-nav__list{display:flex;gap:18px; list-style:none; padding:0; margin:0}
.eot-nav__list a{color:var(--muted); font-weight:600; font-size:14px; position:relative}
.eot-nav__list a:hover{color:var(--text)}
.eot-nav__list a::after{content:""; position:absolute; left:0; bottom:-8px; width:0; height:2px; background: linear-gradient(90deg, var(--accent), var(--accent2)); transition: width .25s ease;}
.eot-nav__list a:hover::after{width:100%}

.eot-burger{display:none; width:42px; height:42px; border-radius:12px; border:1px solid var(--line); background:rgba(255,255,255,.04); color:var(--text)}
.eot-burger span{display:block; height:2px; background:var(--text); margin:6px 10px; opacity:.85}

.eot-mobileNav{position:fixed; inset:64px 0 auto 0; z-index:59; background: rgba(10,12,18,.92); border-bottom: 1px solid var(--line); backdrop-filter: blur(12px);}
.eot-mobileNav__inner{padding:14px 0 18px}
.eot-mobileNav__list{list-style:none; padding:0; margin:0; display:grid; gap:10px}
.eot-mobileNav__list a{display:block; padding:10px 12px; border-radius:14px; background: rgba(255,255,255,.04); border:1px solid var(--line); color:var(--text); font-weight:700;}
.eot-mobileNav__cta{margin-top:12px}
.eot-main{padding-bottom:40px}

.eot-hero{padding:72px 0 26px; position:relative; overflow:hidden}
.eot-hero__inner{display:grid; grid-template-columns: 1.2fr .8fr; gap:24px; align-items:center}
.eot-kicker{display:inline-flex; gap:10px; align-items:center; color:var(--muted); font-weight:700; font-size:13px; text-transform:uppercase; letter-spacing:.12em}
.eot-kicker::before{content:""; width:10px;height:10px;border-radius:999px; background: linear-gradient(135deg, var(--accent2), var(--accent3)); box-shadow:0 0 0 6px rgba(45,226,230,.10)}

.eot-hero__title{font-size: clamp(36px, 5vw, 56px); line-height:1.05; margin:14px 0 12px; letter-spacing:-.02em}
.eot-hero__titleSub{display:block; font-size: clamp(14px, 2vw, 18px); color:var(--muted); margin-top:10px; font-weight:700}
.eot-hero__bio{font-size:18px; color:rgba(233,236,242,.88); max-width:56ch; margin:0 0 18px}
.eot-btn{display:inline-flex; align-items:center; justify-content:center; padding:12px 16px; border-radius: 14px; border:1px solid rgba(255,255,255,.14); background: linear-gradient(135deg, rgba(124,92,255,.92), rgba(45,226,230,.65)); box-shadow: 0 18px 60px rgba(124,92,255,.20); font-weight:800; font-size:14px; transition: transform .15s ease, box-shadow .2s ease;}
.eot-btn:hover{transform: translateY(-1px); box-shadow: 0 22px 70px rgba(124,92,255,.26)}
.eot-btn--soft{background: rgba(255,255,255,.06); box-shadow:none;}
.eot-hero__cta{display:flex; gap:10px; flex-wrap:wrap}
.eot-hero__social{display:flex; gap:14px; flex-wrap:wrap; margin-top:16px}
.eot-hero__social a{color:var(--muted); font-weight:700; font-size:14px}
.eot-hero__social a:hover{color:var(--text)}

.eot-hero__art{position:relative; height:360px; border-radius: 28px; border:1px solid var(--line); background: linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02)); box-shadow: var(--shadow)}
.eot-orb{position:absolute; border-radius:999px; mix-blend-mode: screen; opacity:.95}
.eot-orb--a{width:180px;height:180px; left:18%; top:18%; background: radial-gradient(circle at 30% 30%, rgba(124,92,255,1), rgba(124,92,255,.05) 70%); animation: floatA 9s ease-in-out infinite}
.eot-orb--b{width:220px;height:220px; right:10%; top:30%; background: radial-gradient(circle at 30% 30%, rgba(45,226,230,1), rgba(45,226,230,.05) 70%); animation: floatB 11s ease-in-out infinite}
.eot-orb--c{width:160px;height:160px; left:42%; bottom:12%; background: radial-gradient(circle at 30% 30%, rgba(255,61,141,1), rgba(255,61,141,.05) 70%); animation: floatC 10s ease-in-out infinite}
.eot-gridlines{position:absolute; inset:0; background-image: linear-gradient(to right, rgba(255,255,255,.06) 1px, transparent 1px), linear-gradient(to bottom, rgba(255,255,255,.06) 1px, transparent 1px); background-size: 44px 44px; mask-image: radial-gradient(circle at 50% 40%, rgba(0,0,0,1), rgba(0,0,0,.0) 70%); opacity:.45;}
@keyframes floatA{0%,100%{transform:translate(0,0)}50%{transform:translate(10px, -16px)}}
@keyframes floatB{0%,100%{transform:translate(0,0)}50%{transform:translate(-14px, 10px)}}
@keyframes floatC{0%,100%{transform:translate(0,0)}50%{transform:translate(12px, 14px)}}

.eot-section{padding:64px 0}
.eot-section--tight{padding:48px 0 64px}
.eot-sectionHead{display:flex; align-items:flex-end; justify-content:space-between; gap:18px; margin-bottom:18px}
.eot-pageHead{padding:56px 0 24px}
.eot-h1{font-size: clamp(28px, 4vw, 44px); margin:0 0 10px; letter-spacing:-.02em}
.eot-h2{font-size: clamp(18px, 3vw, 28px); margin:0 0 10px; letter-spacing:-.02em}
.eot-lead{font-size:18px; color:rgba(233,236,242,.88); margin:0 0 14px; max-width:65ch}
.eot-muted{color:var(--muted); margin:0}

.eot-split{display:grid; grid-template-columns:1fr 1fr; gap:18px; align-items:start}
.eot-split--reverse{grid-template-columns:1fr 1fr}
.eot-card{border:1px solid var(--line); background: rgba(255,255,255,.04); border-radius: var(--radius); padding:18px; box-shadow: var(--shadow);}
.eot-card__title{font-weight:900; margin-bottom:14px}
.eot-card__grid{display:grid; grid-template-columns:1fr 1fr; gap:12px}
.eot-card__grid span{display:block; color:var(--muted); font-size:12px; font-weight:800; text-transform:uppercase; letter-spacing:.12em}
.eot-card__grid strong{display:block; font-weight:900; margin-top:6px}

.eot-bullets{list-style:none; padding:0; margin:0; display:grid; gap:10px}
.eot-bullets li{padding:12px 14px; border:1px solid var(--line); background: rgba(255,255,255,.03); border-radius: 14px;}

.eot-chips{display:flex; gap:10px; flex-wrap:wrap; margin:14px 0 18px}
.eot-chip{padding:10px 12px; border-radius:999px; border:1px solid var(--line); background: rgba(255,255,255,.03); color:var(--muted); font-weight:800; font-size:13px; cursor:pointer; transition: transform .12s ease, color .12s ease, background .12s ease;}
.eot-chip:hover{transform: translateY(-1px); color:var(--text)}
.eot-chip.is-active{background: linear-gradient(135deg, rgba(124,92,255,.35), rgba(45,226,230,.25)); color:var(--text);}

.eot-ref-grid{display:grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap:14px;}
.eot-refCard{position:relative; border-radius: 20px; border:1px solid var(--line); background: rgba(255,255,255,.03); overflow:hidden; box-shadow: var(--shadow);}
.eot-refCard__link{display:block}
.eot-refCard__media{aspect-ratio: 4/3; overflow:hidden; position:relative}
.eot-refCard__media img{width:100%; height:100%; object-fit:cover; transform: scale(1.02); transition: transform .35s ease}
.eot-refCard__placeholder{width:100%; height:100%; display:grid; place-items:center; color:rgba(233,236,242,.65); font-size:34px; background: linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02))}
.eot-refCard__body{padding:14px 14px 16px}
.eot-refCard__title{margin:0 0 8px; font-size:18px; letter-spacing:-.01em}
.eot-refCard__meta{display:flex; gap:10px; align-items:center; color:var(--muted); font-weight:800; font-size:12px; text-transform:uppercase; letter-spacing:.12em}
.eot-refCard__desc{margin:10px 0 0; color:rgba(233,236,242,.82); font-size:14px}
.eot-refCard__tags{display:flex; gap:8px; flex-wrap:wrap; margin-top:12px}
.eot-refCard__tags span{font-size:12px; color:var(--muted); font-weight:800; padding:6px 10px; border-radius:999px; border:1px solid var(--line); background: rgba(255,255,255,.02);}
.eot-refCard__ext{position:absolute; right:10px; top:10px; width:36px; height:36px; display:grid; place-items:center; border-radius: 14px; background: rgba(10,12,18,.55); border:1px solid var(--line); opacity:0; transform: translateY(-4px); transition: opacity .2s ease, transform .2s ease;}
.eot-refCard:hover .eot-refCard__ext{opacity:1; transform: translateY(0)}
.eot-refCard:hover img{transform: scale(1.08)}

.eot-empty{border:1px dashed rgba(255,255,255,.22); background: rgba(255,255,255,.03); border-radius: var(--radius); padding:18px;}

.eot-footer{border-top:1px solid var(--line); background: rgba(10,12,18,.65); backdrop-filter: blur(10px);}
.eot-footer__inner{display:flex; align-items:center; justify-content:space-between; gap:14px; padding:18px 0}
.eot-footer__brand{font-weight:900}
.eot-footer__meta{color:var(--muted); font-weight:700; font-size:13px; display:flex; gap:10px; align-items:center}
.eot-footer__menu{list-style:none; padding:0; margin:0; display:flex; gap:14px; align-items:center}
.eot-footer__menu a{color:var(--muted); font-weight:800; font-size:13px}
.eot-footer__menu a:hover{color:var(--text)}
.eot-top{width:38px;height:38px;border-radius:14px;border:1px solid var(--line); display:grid; place-items:center; background:rgba(255,255,255,.04)}

.eot-back{display:inline-flex; padding:10px 12px; border-radius:14px; border:1px solid var(--line); background: rgba(255,255,255,.03); color:var(--muted); font-weight:800}
.eot-back:hover{color:var(--text)}
.eot-caseMeta{display:flex; flex-wrap:wrap; gap:12px; color:var(--muted); font-weight:700}
.eot-tags{display:flex; gap:10px; flex-wrap:wrap; margin-top:14px}
.eot-tag{padding:8px 10px; border-radius:999px; border:1px solid var(--line); background: rgba(255,255,255,.03); color:var(--muted); font-weight:800; font-size:12px}
.eot-caseHero{margin:18px 0 0; border-radius: 22px; overflow:hidden; border:1px solid var(--line)}
.eot-caseBody{display:grid; grid-template-columns: 1.35fr .65fr; gap:18px; margin-top:18px}
.eot-prose{border:1px solid var(--line); background: rgba(255,255,255,.03); border-radius: var(--radius); padding:18px;}
.eot-prose p{color:rgba(233,236,242,.88); line-height:1.7}
.eot-side .eot-kv{display:grid; gap:12px}
.eot-side .eot-kv span{display:block; color:var(--muted); font-weight:800; font-size:12px; text-transform:uppercase; letter-spacing:.12em}
.eot-side .eot-kv strong{display:block; margin-top:6px}

.eot-hr{border:none;border-top:1px solid var(--line); margin:18px 0}
.eot-stack{display:grid; gap:14px}
.eot-list{list-style:none; padding:0; margin:0; display:grid; gap:10px}
.eot-list li{padding:12px 14px; border:1px solid var(--line); background: rgba(255,255,255,.03); border-radius: 14px; color:rgba(233,236,242,.88)}
.eot-pillGrid{display:flex; flex-wrap:wrap; gap:10px}
.eot-pill{padding:8px 10px; border-radius:999px; border:1px solid var(--line); background: rgba(255,255,255,.03); color:var(--text); font-weight:800; font-size:12px}
.eot-kv--big div{padding:10px 0; border-top:1px solid rgba(255,255,255,.06)}
.eot-kv--big div:first-child{border-top:none}
.eot-mini{margin-top:14px; color:var(--muted); font-weight:700; font-size:13px}
.eot-mini span{color:var(--text)}

.eot-postGrid{display:grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap:14px}
.eot-postCard{border:1px solid var(--line); border-radius: 20px; overflow:hidden; background: rgba(255,255,255,.03); box-shadow: var(--shadow)}
.eot-postCard__media{aspect-ratio: 16/9; overflow:hidden}
.eot-postCard__media img{width:100%; height:100%; object-fit:cover; transform:scale(1.02); transition: transform .35s ease}
.eot-postCard:hover .eot-postCard__media img{transform:scale(1.07)}
.eot-postCard__body{padding:14px 14px 16px}
.eot-postCard__meta{margin-top:10px; color:var(--muted); font-weight:800; font-size:12px; text-transform:uppercase; letter-spacing:.12em}

.eot-articleMeta{display:flex; gap:10px; align-items:center; flex-wrap:wrap; color:var(--muted); font-weight:800; font-size:12px; text-transform:uppercase; letter-spacing:.12em}
.eot-articleHero{margin:18px 0 0; border-radius: 22px; overflow:hidden; border:1px solid var(--line)}
.eot-articleProse{margin-top:18px}

.reveal{opacity:0; transform: translateY(10px); transition: opacity .6s ease, transform .6s ease}
.reveal.is-in{opacity:1; transform: translateY(0)}

@media (max-width: 980px){
  .eot-hero__inner{grid-template-columns:1fr;}
  .eot-hero__art{height:280px}
  .eot-ref-grid{grid-template-columns: repeat(2, minmax(0, 1fr));}
  .eot-sectionHead{flex-direction:column; align-items:flex-start}
  .eot-caseBody{grid-template-columns:1fr}
  .eot-postGrid{grid-template-columns:1fr}
}
@media (max-width: 720px){
  .eot-nav{display:none}
  .eot-burger{display:inline-flex; flex-direction:column; justify-content:center}
  .eot-ref-grid{grid-template-columns:1fr}
  .eot-split{grid-template-columns:1fr}
  .eot-card__grid{grid-template-columns:1fr}
}
