/* Murphy Management static site. Modern dark design system. */
@font-face { font-family: "Inter"; src: url("../fonts/inter.woff2") format("woff2"); font-weight: 100 900; font-display: swap; }
@font-face { font-family: "JetBrains Mono"; src: url("../fonts/jetbrains-mono.woff2") format("woff2"); font-weight: 100 800; font-display: swap; }

:root {
  --void: #070b14; --abyss: #0c1220; --panel: #111a2e; --edge: #1e2a45;
  --blue: #4f8dff; --violet: #8b7cf6; --green: #34d399; --amber: #f5a524; --rose: #f43f5e;
  --text: #e2e8f0; --muted: #94a3b8; --dim: #64748b;
  --glow: 0 0 20px rgba(79,141,255,.35), 0 0 60px rgba(79,141,255,.15);
  --glow-green: 0 0 20px rgba(52,211,153,.4), 0 0 60px rgba(52,211,153,.15);
  --radius: 16px; --max: 1280px;
  color-scheme: dark;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0; font-family: "Inter", system-ui, sans-serif; color: var(--text); background: var(--void);
  background-image: radial-gradient(ellipse at 20% 0%, rgba(59,130,246,.18), transparent 50%), radial-gradient(ellipse at 80% 100%, rgba(139,92,246,.14), transparent 50%);
  background-attachment: fixed; -webkit-font-smoothing: antialiased; line-height: 1.5;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.wrap { max-width: var(--max); margin: 0 auto; padding: 0 20px; }
@media (min-width: 1024px) { .wrap { padding: 0 32px; } }
.mono { font-family: "JetBrains Mono", ui-monospace, monospace; }
.eyebrow { font-family: "JetBrains Mono", ui-monospace, monospace; font-size: 12px; text-transform: uppercase; letter-spacing: .18em; color: var(--blue); }
h1, h2, h3 { margin: 0; letter-spacing: -.03em; line-height: 1.05; color: #fff; }
.display { font-weight: 800; }
.glow-text { color: var(--blue); text-shadow: 0 0 8px rgba(79,141,255,.8), 0 0 24px rgba(79,141,255,.4); }
p { margin: 0; }
.muted { color: var(--muted); }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }

/* Buttons */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; border-radius: 12px; padding: 11px 20px; font-size: 14px; font-weight: 600; letter-spacing: -.01em; transition: all .2s; cursor: pointer; border: 1px solid transparent; }
.btn-primary { background: var(--blue); color: var(--void); }
.btn-primary:hover { background: #fff; box-shadow: var(--glow); }
.btn-ghost { border-color: rgba(255,255,255,.15); background: rgba(255,255,255,.05); color: #f1f5f9; }
.btn-ghost:hover { border-color: rgba(79,141,255,.6); color: var(--blue); box-shadow: var(--glow); }
.btn-sm { padding: 7px 14px; font-size: 12px; }
.pulse { animation: pulseGlow 2.4s ease-in-out infinite; }

/* Glass cards */
.glass { position: relative; border-radius: var(--radius); border: 1px solid rgba(255,255,255,.1); background: rgba(255,255,255,.04); backdrop-filter: blur(20px); box-shadow: inset 0 1px 0 rgba(255,255,255,.08), 0 20px 60px rgba(0,0,0,.5); }
.glass::before { content: ""; position: absolute; inset: 0; border-radius: var(--radius); pointer-events: none; background: linear-gradient(135deg, rgba(79,141,255,.08), transparent 40%, rgba(139,92,246,.08)); }
.glass > * { position: relative; }
.glass-strong { border-radius: var(--radius); border: 1px solid rgba(79,141,255,.3); background: rgba(12,18,32,.8); backdrop-filter: blur(24px); box-shadow: var(--glow); }
.badge { display: inline-flex; align-items: center; border-radius: 999px; border: 1px solid; padding: 3px 10px; font-family: "JetBrains Mono", monospace; font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }
.b-blue { color: var(--blue); border-color: rgba(79,141,255,.4); } .b-violet { color: var(--violet); border-color: rgba(139,124,246,.4); }
.b-green { color: var(--green); border-color: rgba(52,211,153,.4); } .b-amber { color: var(--amber); border-color: rgba(245,165,36,.4); }
.b-dim { color: var(--dim); border-color: rgba(255,255,255,.1); }

/* Header */
.site-header { position: sticky; top: 0; z-index: 50; transition: all .3s; }
.site-header.scrolled { background: rgba(7,11,20,.82); backdrop-filter: blur(20px); border-bottom: 1px solid rgba(255,255,255,.1); }
.nav { height: 80px; display: flex; align-items: center; justify-content: space-between; }
.logo { display: inline-flex; align-items: center; gap: 12px; }
.logo img { width: 38px; height: 38px; border-radius: 50%; box-shadow: 0 0 0 1px rgba(255,255,255,.1); }
.logo .word { display: flex; flex-direction: column; line-height: 1; }
.logo .word b { font-size: 18px; font-weight: 800; letter-spacing: -.02em; color: #fff; }
.logo .word span { margin-top: 4px; font-family: "JetBrains Mono", monospace; font-size: 9px; letter-spacing: .3em; text-transform: uppercase; color: var(--blue); }
.nav-links { display: none; gap: 4px; }
.nav-links a { position: relative; padding: 8px 16px; border-radius: 8px; font-size: 14px; font-weight: 500; color: #cbd5e1; }
.nav-links a:hover { color: #fff; }
.nav-links a.active { color: var(--blue); }
.nav-links a.active::after { content: ""; position: absolute; left: 16px; right: 16px; bottom: -2px; height: 1px; background: var(--blue); box-shadow: var(--glow); }
.nav-cta { display: none; gap: 10px; }
.burger { display: flex; width: 40px; height: 40px; border-radius: 10px; border: 1px solid rgba(255,255,255,.1); background: none; flex-direction: column; align-items: center; justify-content: center; gap: 6px; cursor: pointer; }
.burger span { width: 20px; height: 1px; background: var(--blue); transition: transform .2s; }
.burger.open span:first-child { transform: translateY(3.5px) rotate(45deg); } .burger.open span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
.mobile-menu { display: none; border-top: 1px solid rgba(255,255,255,.1); background: rgba(7,11,20,.95); backdrop-filter: blur(20px); padding: 16px 20px; }
.mobile-menu.open { display: block; }
.mobile-menu a { display: block; padding: 10px 12px; border-radius: 8px; font-size: 14px; font-weight: 500; color: #e2e8f0; }
.mobile-menu a:hover { background: rgba(255,255,255,.05); }
@media (min-width: 900px) { .nav-links, .nav-cta { display: flex; } .burger, .mobile-menu { display: none !important; } }

/* Hero carousel */
.hero { position: relative; overflow: hidden; }
.hero .tint { position: absolute; inset: 0; pointer-events: none; transition: opacity .7s; opacity: 0; }
.hero .tint.on { opacity: 1; }
.tint-0 { background: linear-gradient(135deg, rgba(79,141,255,.25), rgba(59,130,246,.1) 40%, transparent); }
.tint-1 { background: linear-gradient(135deg, rgba(139,124,246,.25), rgba(244,63,94,.05) 40%, transparent); }
.tint-2 { background: linear-gradient(135deg, rgba(52,211,153,.2), rgba(79,141,255,.1) 40%, transparent); }
.orb { position: absolute; border-radius: 50%; filter: blur(140px); pointer-events: none; animation: float 6s ease-in-out infinite; }
.orb-1 { right: -160px; top: 40px; width: 520px; height: 520px; background: rgba(59,130,246,.2); }
.orb-2 { left: -128px; bottom: 0; width: 380px; height: 380px; background: rgba(139,124,246,.15); animation-delay: -3s; }
.hero-grid { position: relative; display: grid; gap: 48px; padding: 64px 0 80px; align-items: center; }
@media (min-width: 1024px) { .hero-grid { grid-template-columns: 7fr 5fr; padding-top: 96px; } }
.slide { display: none; }
.slide.on { display: block; }
.hero h1 { font-size: clamp(44px, 7vw, 76px); margin-top: 20px; }
.hero .lead { margin-top: 28px; max-width: 580px; font-size: 18px; color: #cbd5e1; }
.hero .ctas { margin-top: 36px; display: flex; flex-wrap: wrap; gap: 12px; }
.panel-head { display: flex; align-items: center; justify-content: space-between; padding: 16px 24px; border-bottom: 1px solid rgba(255,255,255,.1); }
.panel-head .who { display: flex; align-items: center; gap: 12px; font-size: 14px; font-weight: 500; color: #fff; }
.panel-head .who img { width: 28px; height: 28px; border-radius: 50%; }
.status { display: flex; align-items: center; gap: 8px; font-size: 12px; color: var(--green); }
.dot { width: 6px; height: 6px; border-radius: 50%; background: var(--green); box-shadow: var(--glow-green); animation: blink 1.6s infinite; }
.panel-body { padding: 24px; }
.stat { font-size: 48px; font-weight: 800; letter-spacing: -.03em; color: #fff; }
.stat-label { font-size: 14px; color: var(--muted); margin-top: 4px; }
.points { list-style: none; margin: 24px 0 0; padding: 0; display: grid; gap: 12px; }
.points li { display: flex; align-items: center; gap: 12px; border-radius: 12px; border: 1px solid rgba(255,255,255,.1); background: rgba(7,11,20,.5); padding: 12px 16px; font-size: 14px; }
.points li::before { content: "✓"; display: inline-flex; width: 20px; height: 20px; align-items: center; justify-content: center; border-radius: 50%; background: rgba(79,141,255,.15); color: var(--blue); font-size: 11px; font-weight: 800; }
.bars { margin-top: 24px; height: 56px; border-radius: 12px; border: 1px solid rgba(255,255,255,.1); background: rgba(7,11,20,.5); display: flex; align-items: flex-end; gap: 3px; padding: 4px 8px; overflow: hidden; }
.bars i { flex: 1; border-radius: 2px; background: linear-gradient(to top, rgba(59,130,246,.6), var(--blue)); transition: height .5s cubic-bezier(.2,.8,.2,1); }
.carousel-nav { position: relative; display: flex; align-items: center; justify-content: space-between; padding-bottom: 32px; }
.dots { display: flex; gap: 8px; }
.dots button { height: 6px; width: 16px; border-radius: 999px; border: 0; background: rgba(255,255,255,.2); cursor: pointer; transition: all .3s; }
.dots button.on { width: 48px; background: var(--blue); box-shadow: var(--glow); }
.arrows { display: flex; align-items: center; gap: 8px; }
.arrows .count { margin-right: 12px; font-family: "JetBrains Mono", monospace; font-size: 12px; color: var(--dim); }
.glitch { position: relative; display: inline-block; }
.glitch::before, .glitch::after { content: attr(data-text); position: absolute; inset: 0; opacity: .7; pointer-events: none; clip-path: inset(0 0 100% 0); }
.glitch::before { color: var(--blue); animation: gA 7s infinite steps(1); } .glitch::after { color: var(--rose); animation: gB 7s infinite steps(1); }
.glitch-burst { animation: gFast .3s linear 2; }

/* Sections */
.section { padding: 96px 0; }
.section-alt { border-top: 1px solid rgba(255,255,255,.1); border-bottom: 1px solid rgba(255,255,255,.1); background: rgba(12,18,32,.4); }
.h2 { font-size: clamp(30px, 4.5vw, 48px); font-weight: 800; }
.section-head { max-width: 760px; }
.section-head .eyebrow { display: block; margin-bottom: 12px; }
.section-head p { margin-top: 20px; font-size: 18px; color: var(--muted); }
.grid-2 { display: grid; gap: 20px; margin-top: 48px; } @media (min-width: 768px) { .grid-2 { grid-template-columns: 1fr 1fr; } }
.grid-3 { display: grid; gap: 24px; } @media (min-width: 640px) { .grid-3 { grid-template-columns: repeat(3, 1fr); } }
.grid-4 { display: grid; gap: 20px; margin-top: 48px; } @media (min-width: 1024px) { .grid-4 { grid-template-columns: repeat(4, 1fr); } }
.card { padding: 28px; transition: transform .2s, border-color .2s, box-shadow .2s; }
.card:hover { transform: translateY(-4px); border-color: rgba(79,141,255,.4); box-shadow: var(--glow); }
.card .top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 20px; }
.card h3 { font-size: 20px; font-weight: 600; }
.card p { margin-top: 12px; color: var(--muted); line-height: 1.6; }
.card a.inline, .inline { color: var(--blue); text-decoration: underline; text-decoration-color: rgba(79,141,255,.4); text-underline-offset: 4px; }
.inline:hover { text-decoration-color: var(--blue); }
.strip { border-top: 1px solid rgba(255,255,255,.1); border-bottom: 1px solid rgba(255,255,255,.1); background: rgba(12,18,32,.6); padding: 32px 0; }
.strip .item { display: flex; gap: 16px; }
.strip .bar { width: 4px; height: 32px; border-radius: 999px; background: linear-gradient(to bottom, var(--blue), var(--violet)); flex-shrink: 0; margin-top: 4px; }
.strip b { display: block; color: #fff; font-weight: 500; }
.strip span { display: block; margin-top: 4px; font-size: 14px; color: var(--muted); }
.phase { position: relative; padding: 24px; border-radius: var(--radius); border: 1px solid rgba(255,255,255,.1); background: rgba(7,11,20,.6); }
.phase .n { font-family: "JetBrains Mono", monospace; font-size: 14px; color: var(--blue); }
.phase h3 { margin-top: 8px; font-size: 18px; font-weight: 600; }
.phase p { margin-top: 12px; font-size: 14px; color: var(--muted); line-height: 1.6; }
.phase::after { content: ""; position: absolute; left: 24px; right: 24px; bottom: 0; height: 1px; background: linear-gradient(90deg, transparent, rgba(79,141,255,.6), transparent); }
.cta-band { position: relative; overflow: hidden; padding: 40px; }
@media (min-width: 768px) { .cta-band { padding: 56px; } }
.cta-band .orb { right: -80px; top: -80px; width: 288px; height: 288px; background: rgba(79,141,255,.2); filter: blur(100px); animation: none; }
.cta-band .inner { position: relative; display: grid; gap: 32px; align-items: center; } @media (min-width: 768px) { .cta-band .inner { grid-template-columns: 2fr 1fr; } }
.cta-band .actions { display: flex; flex-direction: column; gap: 12px; } @media (min-width: 768px) { .cta-band .actions { align-items: flex-end; } }
.partners { display: flex; flex-direction: column; gap: 24px; padding: 32px; border-radius: var(--radius); border: 1px solid rgba(255,255,255,.1); background: rgba(12,18,32,.4); }
@media (min-width: 768px) { .partners { flex-direction: row; align-items: center; justify-content: space-between; } }
.partners .l { display: flex; align-items: center; gap: 16px; }
.partners img { width: 130px; background: #fff; padding: 8px; border-radius: 10px; }
.partners p { max-width: 620px; font-size: 14px; color: var(--muted); }
.partners p a { color: #fff; text-decoration: underline; text-decoration-color: rgba(255,255,255,.3); text-underline-offset: 4px; }
.partners p a:hover { color: var(--blue); }

/* Page hero */
.page-hero { position: relative; overflow: hidden; border-bottom: 1px solid rgba(255,255,255,.1); padding: 80px 0; }
.page-hero h1 { font-size: clamp(36px, 5.5vw, 64px); max-width: 900px; margin-top: 16px; }
.page-hero .lead { margin-top: 24px; max-width: 700px; font-size: 18px; color: #cbd5e1; }
.page-hero .sub { margin-top: 16px; max-width: 700px; color: var(--muted); }
.creds { display: grid; gap: 16px; margin-top: 48px; } @media (min-width: 640px) { .creds { grid-template-columns: repeat(2, 1fr); } } @media (min-width: 1024px) { .creds { grid-template-columns: repeat(4, 1fr); } }
.creds .glass { padding: 20px; } .creds dt { font-size: 24px; font-weight: 700; color: var(--blue); } .creds dd { margin: 4px 0 0; font-size: 14px; color: var(--muted); }

/* Tabs */
.tabs { display: grid; gap: 24px; margin-top: 40px; } @media (min-width: 1024px) { .tabs { grid-template-columns: 4fr 8fr; } }
.tab-list { display: flex; gap: 8px; overflow-x: auto; padding-bottom: 8px; } @media (min-width: 1024px) { .tab-list { flex-direction: column; overflow: visible; } }
.tab-list button { flex-shrink: 0; text-align: left; border-radius: 12px; border: 1px solid rgba(255,255,255,.1); background: rgba(255,255,255,.03); padding: 16px 20px; font: inherit; font-size: 13px; font-weight: 600; color: #cbd5e1; cursor: pointer; transition: all .2s; }
.tab-list button:hover { border-color: rgba(255,255,255,.3); color: #fff; }
.tab-list button.on { border-color: rgba(79,141,255,.6); background: rgba(79,141,255,.1); color: var(--blue); box-shadow: var(--glow); }
.tab-panel { display: none; padding: 32px; } .tab-panel.on { display: block; animation: fadeUp .5s cubic-bezier(.2,.8,.2,1) both; }
.tab-panel h3 { font-size: 24px; font-weight: 600; line-height: 1.2; }
.tab-panel .body { margin-top: 20px; color: #cbd5e1; line-height: 1.7; }
.label { display: block; margin: 32px 0 12px; font-family: "JetBrains Mono", monospace; font-size: 11px; text-transform: uppercase; letter-spacing: .14em; color: var(--muted); }
.deliverables { list-style: none; margin: 0; padding: 0; display: grid; gap: 12px; } @media (min-width: 640px) { .deliverables { grid-template-columns: 1fr 1fr; } }
.deliverables li { display: flex; align-items: flex-start; gap: 12px; border-radius: 10px; border: 1px solid rgba(255,255,255,.1); background: rgba(7,11,20,.5); padding: 12px 16px; font-size: 14px; }
.deliverables li::before { content: ""; margin-top: 7px; width: 6px; height: 6px; border-radius: 50%; background: var(--green); box-shadow: var(--glow-green); flex-shrink: 0; }

/* Forms */
.form-grid { display: grid; gap: 16px; } @media (min-width: 640px) { .form-grid { grid-template-columns: 1fr 1fr; } }
.field label { display: block; margin-bottom: 6px; font-family: "JetBrains Mono", monospace; font-size: 11px; text-transform: uppercase; letter-spacing: .14em; color: var(--muted); }
.field input, .field select, .field textarea { width: 100%; border-radius: 12px; border: 1px solid rgba(255,255,255,.1); background: rgba(12,18,32,.8); padding: 11px 16px; font: inherit; font-size: 14px; color: #f1f5f9; transition: all .2s; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: rgba(79,141,255,.7); box-shadow: var(--glow); }
.field textarea { min-height: 110px; resize: vertical; }
.form-note { margin-top: 12px; font-size: 12px; color: var(--dim); }
.form-ok { display: none; text-align: center; padding: 40px 0; }
.form-ok .check { margin: 0 auto 20px; width: 56px; height: 56px; border-radius: 50%; border: 1px solid rgba(52,211,153,.5); background: rgba(52,211,153,.1); color: var(--green); display: flex; align-items: center; justify-content: center; font-size: 22px; box-shadow: var(--glow-green); }
.contact-grid { display: grid; gap: 48px; } @media (min-width: 1024px) { .contact-grid { grid-template-columns: 1fr 1fr; } }
.checks { list-style: none; margin: 32px 0 0; padding: 0; display: grid; gap: 16px; color: #cbd5e1; }
.checks li { display: flex; gap: 12px; } .checks li::before { content: ""; margin-top: 9px; width: 6px; height: 6px; border-radius: 50%; background: var(--blue); box-shadow: var(--glow); flex-shrink: 0; }

/* Book lookup */
.search { padding: 8px; }
.search .row { display: flex; align-items: center; gap: 12px; padding: 0 12px; }
.search input { flex: 1; background: none; border: 0; padding: 16px 0; font-family: "JetBrains Mono", monospace; font-size: 16px; color: #fff; }
.search input:focus { outline: none; }
.search .clear { background: none; border: 0; font-family: "JetBrains Mono", monospace; font-size: 10px; text-transform: uppercase; letter-spacing: .2em; color: var(--muted); cursor: pointer; }
.search-status { margin-top: 12px; font-family: "JetBrains Mono", monospace; font-size: 11px; text-transform: uppercase; letter-spacing: .14em; color: var(--dim); }
.results { margin-top: 32px; display: grid; gap: 24px; }
.book { overflow: hidden; }
.book .inner { display: grid; } @media (min-width: 768px) { .book .inner { grid-template-columns: 220px 1fr; } }
.book .cover { display: flex; align-items: center; justify-content: center; padding: 24px; border-bottom: 1px solid rgba(255,255,255,.1); background: rgba(7,11,20,.6); }
@media (min-width: 768px) { .book .cover { border-bottom: 0; border-right: 1px solid rgba(255,255,255,.1); } }
.book .cover img { max-height: 256px; width: auto; border-radius: 6px; box-shadow: 0 20px 50px rgba(0,0,0,.6); outline: 1px solid rgba(255,255,255,.1); }
.book .meta { padding: 24px; } @media (min-width: 768px) { .book .meta { padding: 32px; } }
.book .isbn { font-family: "JetBrains Mono", monospace; font-size: 11px; text-transform: uppercase; letter-spacing: .18em; color: var(--blue); }
.book h3 { margin-top: 8px; font-size: 24px; font-weight: 600; line-height: 1.2; }
.book .author { margin-top: 4px; color: #cbd5e1; } .book .author span { color: var(--dim); }
.book .desc { margin-top: 16px; font-size: 14px; color: var(--muted); line-height: 1.6; }
.prices { display: grid; gap: 24px; margin-top: 24px; } @media (min-width: 640px) { .prices { grid-template-columns: 1fr 1fr; } }
.prices h4 { margin: 0 0 8px; font-family: "JetBrains Mono", monospace; font-size: 11px; text-transform: uppercase; letter-spacing: .14em; color: var(--muted); font-weight: 400; }
.prices dl { margin: 0; display: grid; gap: 8px; }
.prices .p { display: flex; justify-content: space-between; align-items: center; border-radius: 10px; border: 1px solid rgba(255,255,255,.1); background: rgba(7,11,20,.5); padding: 8px 12px; font-size: 14px; }
.prices .p dd { margin: 0; font-family: "JetBrains Mono", monospace; color: #fff; }
.book .tags { margin-top: 24px; display: flex; flex-wrap: wrap; gap: 8px; align-items: center; }
.empty { padding: 40px; text-align: center; }

/* Footer */
.site-footer { position: relative; margin-top: 96px; border-top: 1px solid rgba(255,255,255,.1); }
.site-footer::before { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 1px; background: linear-gradient(90deg, transparent, rgba(79,141,255,.6), transparent); }
.foot-grid { display: grid; gap: 40px; padding: 56px 0; } @media (min-width: 768px) { .foot-grid { grid-template-columns: 2fr 1fr 1fr 1fr; } }
.foot-grid p { margin-top: 16px; max-width: 420px; font-size: 14px; color: var(--muted); line-height: 1.6; }
.foot-grid h4 { margin: 0 0 16px; } .foot-grid ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 8px; font-size: 14px; color: #cbd5e1; } .foot-grid ul a:hover { color: var(--blue); }
.foot-loc { margin-top: 16px; font-family: "JetBrains Mono", monospace; font-size: 11px; text-transform: uppercase; letter-spacing: .18em; color: var(--dim); }
.foot-bottom { border-top: 1px solid rgba(255,255,255,.05); padding: 20px 0; display: flex; flex-direction: column; gap: 8px; align-items: center; justify-content: space-between; font-size: 12px; color: var(--dim); } @media (min-width: 768px) { .foot-bottom { flex-direction: row; } }
.foot-bottom .status { color: var(--dim); } .foot-bottom .dot { animation: blink 2s infinite; }

/* Animations */
@keyframes pulseGlow { 0%,100% { box-shadow: 0 0 10px rgba(79,141,255,.3), 0 0 30px rgba(79,141,255,.1); } 50% { box-shadow: 0 0 25px rgba(79,141,255,.7), 0 0 80px rgba(79,141,255,.3); } }
@keyframes float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-12px); } }
@keyframes blink { 50% { opacity: .3; } }
@keyframes fadeUp { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: none; } }
@keyframes gA { 0%,88%,100% { transform: none; clip-path: inset(0 0 100% 0); } 89% { transform: translateX(-4px); clip-path: inset(15% 0 55% 0); } 91% { transform: translateX(4px); clip-path: inset(60% 0 10% 0); } 93% { transform: translateX(-2px); clip-path: inset(30% 0 40% 0); } 95% { clip-path: inset(0 0 100% 0); } }
@keyframes gB { 0%,88%,100% { transform: none; clip-path: inset(0 0 100% 0); } 90% { transform: translateX(4px); clip-path: inset(40% 0 30% 0); } 92% { transform: translateX(-4px); clip-path: inset(5% 0 75% 0); } 94% { transform: translateX(2px); clip-path: inset(70% 0 5% 0); } 96% { clip-path: inset(0 0 100% 0); } }
@keyframes gFast { 0%,100% { transform: none; } 20% { transform: translate(-2px,1px) skewX(2deg); } 40% { transform: translate(2px,-1px) skewX(-2deg); } 60% { transform: translate(-1px,2px); } 80% { transform: translate(1px,-2px); } }
.fade-up { animation: fadeUp .7s cubic-bezier(.2,.8,.2,1) both; }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; } }
