:root { --teal:#4ECDC4; --bg:#0d0a1e; }
* { box-sizing: border-box; margin: 0; padding: 0; }
body { background: var(--bg); color: rgba(255,255,255,0.85);
  font-family: -apple-system, BlinkMacSystemFont, 'SF Pro Text', sans-serif;
  font-size: 16px; line-height: 1.7; padding: 32px 20px 80px; }
.container { max-width: 680px; margin: 0 auto; }
a { color: var(--teal); text-decoration: none; }
a:hover { text-decoration: underline; }
.back { display: inline-block; margin-bottom: 28px; font-size: 14px; color: rgba(255,255,255,0.4); }
.back:hover { color: var(--teal); }
.crumbs { font-size: 12px; color: rgba(255,255,255,0.4); margin-bottom: 20px; text-transform: uppercase; letter-spacing: 0.6px; }
.crumbs span { color: rgba(255,255,255,0.25); }
.emoji { font-size: 40px; margin-bottom: 8px; }
.kat { font-size: 11px; font-weight: 700; color: var(--teal); text-transform: uppercase; letter-spacing: 0.8px; margin-bottom: 6px; }
h1 { font-size: 30px; font-weight: 900; letter-spacing: -0.5px; line-height: 1.2; margin-bottom: 14px;
  background: linear-gradient(90deg, #4ECDC4, #A78BFA); -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; background-clip: text; }
h2 { font-size: 14px; font-weight: 800; color: var(--teal); text-transform: uppercase; letter-spacing: 0.6px; margin: 28px 0 10px; }
article p { margin-bottom: 12px; color: rgba(255,255,255,0.78); }
.ingress { font-size: 17px; font-style: italic; color: rgba(255,255,255,0.85);
  border-left: 3px solid var(--teal); padding-left: 16px; margin-bottom: 22px; }
article ul { list-style: none; margin: 0 0 14px; }
article li { position: relative; padding-left: 20px; margin-bottom: 8px; color: rgba(255,255,255,0.78); }
article li::before { content: ""; position: absolute; left: 2px; top: 11px; width: 6px; height: 6px; border-radius: 50%; background: var(--teal); }
.tips { background: rgba(78,205,196,0.08); border: 1px solid rgba(78,205,196,0.22);
  border-radius: 16px; padding: 16px 18px; margin: 22px 0; }
.tips-label { font-size: 11px; font-weight: 700; color: var(--teal); letter-spacing: 0.5px; margin-bottom: 8px; }
.tips p { margin-bottom: 0; color: rgba(255,255,255,0.78); }
.tips-soon { font-size: 13px; color: rgba(255,255,255,0.45); margin-top: 8px !important; }
hr { border: none; border-top: 1px solid rgba(255,255,255,0.08); margin: 36px 0 20px; }
footer { margin-top: 28px; font-size: 13px; color: rgba(255,255,255,0.4); line-height: 1.6; }
/* Hub */
.hero { margin-bottom: 8px; }
.hero .lede, .lede { font-size: 15px; color: rgba(255,255,255,0.55); line-height: 1.6; margin-bottom: 4px; }
.om { background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1);
  border-radius: 16px; padding: 16px 18px; margin: 24px 0 8px; font-size: 14px; color: rgba(255,255,255,0.7); }
section { margin-top: 24px; }
.art-card { display: flex; align-items: center; gap: 14px; padding: 14px 16px; margin-bottom: 10px;
  background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1); border-radius: 16px; color: inherit; }
.art-card:hover { border-color: rgba(78,205,196,0.4); text-decoration: none; }
.art-emoji { width: 44px; height: 44px; flex-shrink: 0; display: flex; align-items: center; justify-content: center;
  font-size: 22px; background: rgba(78,205,196,0.1); border-radius: 14px; }
.art-text { display: flex; flex-direction: column; flex: 1; min-width: 0; }
.art-title { font-size: 15px; font-weight: 700; color: white; }
.art-desc { font-size: 13px; color: rgba(255,255,255,0.5); }
.art-arrow { color: rgba(255,255,255,0.3); font-size: 20px; }
