@import"https://fonts.googleapis.com/css2?family=Geist:wght@400;500;600;700&display=swap";.ol-root{--ol-background: #fcfcfc;--ol-foreground: #000000;--ol-card: #ffffff;--ol-muted: #f5f5f5;--ol-muted-foreground: #525252;--ol-border: #e4e4e4;--ol-purple: #9450e9;--ol-radius: .5rem;--ol-shadow: 0 4px 8px -1px rgba(0, 0, 0, .06), 0 1px 2px -2px rgba(0, 0, 0, .1);position:fixed;top:0;right:0;bottom:0;left:0;overflow-y:auto;background:var(--ol-background);color:var(--ol-foreground);font-size:15px;line-height:1.5;-webkit-font-smoothing:antialiased}.ol-root,.ol-root *{box-sizing:border-box;font-family:Geist,ui-sans-serif,system-ui,-apple-system,Segoe UI,sans-serif;color:inherit}.ol-root a{text-decoration:none}.ol-root p,.ol-root h1,.ol-root h2{margin:0}.ol-root .ol-nav{position:sticky;top:0;z-index:10;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:16px 32px;background:#fcfcfcd9;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--ol-border)}.ol-root .ol-nav-brand img{display:block;height:26px;width:auto}.ol-root .ol-nav-links{display:flex;align-items:center;gap:28px;font-size:14px;font-weight:500}.ol-root .ol-nav-links a{color:var(--ol-muted-foreground);transition:color .15s ease}.ol-root .ol-nav-links a:hover{color:var(--ol-foreground)}.ol-root .ol-main{max-width:1200px;margin:0 auto;padding:80px 32px 96px}.ol-root .ol-hero{text-align:center;max-width:720px;margin:0 auto 72px}.ol-root .ol-title{font-size:clamp(40px,6vw,68px);font-weight:600;letter-spacing:-.03em;line-height:1.05;color:var(--ol-foreground)}.ol-root .ol-subtitle{margin:24px auto 0;max-width:560px;font-size:17px;color:var(--ol-muted-foreground)}.ol-root .ol-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px}.ol-root .ol-card{display:flex;flex-direction:column;background:var(--ol-card);border:1px solid var(--ol-border);border-radius:calc(var(--ol-radius) * 2);padding:16px;box-shadow:var(--ol-shadow);transition:transform .2s ease,box-shadow .2s ease}.ol-root .ol-card:hover{transform:translateY(-2px);box-shadow:0 12px 24px -6px #0000001a,0 2px 6px -2px #00000014}.ol-root .ol-video-frame{position:relative;width:100%;aspect-ratio:16 / 9;border-radius:var(--ol-radius);overflow:hidden;background:var(--ol-muted)}.ol-root .ol-video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;display:block;border:0}.ol-root .ol-video--empty{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;background:repeating-linear-gradient(135deg,transparent 0 10px,rgba(0,0,0,.02) 10px 20px),var(--ol-muted)}.ol-root .ol-video-icon{display:inline-flex;line-height:0;color:var(--ol-purple)}.ol-root .ol-video-label{font-size:13px;font-weight:500;color:var(--ol-muted-foreground)}.ol-root .ol-unmute{position:absolute;top:10px;right:10px;z-index:2;display:inline-flex;align-items:center;gap:7px;padding:10px 15px;border:0;border-radius:999px;background:#000000c7;color:#fff;font-size:13px;font-weight:600;line-height:1;cursor:pointer;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);box-shadow:0 2px 10px #00000059;transition:background .15s ease,transform .15s ease;animation:ol-unmute-pulse 2.4s ease-out 3}.ol-root .ol-unmute:hover{background:#000000eb;transform:scale(1.04);animation:none}.ol-root .ol-unmute svg{color:#fff;flex:none}@keyframes ol-unmute-pulse{0%{box-shadow:0 2px 10px #00000059,0 0 #9450e98c}60%,to{box-shadow:0 2px 10px #00000059,0 0 0 14px #9450e900}}@media (prefers-reduced-motion: reduce){.ol-root .ol-unmute{animation:none}}.ol-root .ol-card-body{flex:1;padding:24px 8px}.ol-root .ol-card-title{font-size:21px;font-weight:600;letter-spacing:-.015em;color:var(--ol-foreground)}.ol-root .ol-card-tagline{margin:6px 0 0;font-size:14px;font-weight:500;color:var(--ol-purple)}.ol-root .ol-card-text{margin:14px 0 0;font-size:15px;color:var(--ol-muted-foreground)}.ol-root .ol-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:13px 20px;border-radius:var(--ol-radius);background:var(--ol-foreground);color:#fff;font-size:15px;font-weight:500;transition:opacity .2s ease}.ol-root .ol-button svg{color:#fff;transition:transform .2s ease;flex:none}.ol-root .ol-button:hover{opacity:.85}.ol-root .ol-button:hover svg{transform:translate(3px)}.ol-root .ol-footer{border-top:1px solid var(--ol-border);padding:40px 32px 56px;text-align:center}.ol-root .ol-footer-links{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:12px 28px;font-size:14px}.ol-root .ol-footer-links a{color:var(--ol-muted-foreground);transition:color .15s ease}.ol-root .ol-footer-links a:hover{color:var(--ol-foreground)}.ol-root .ol-footer-note{margin:24px 0 0;font-size:13px;color:var(--ol-muted-foreground)}@media (max-width: 960px){.ol-root .ol-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 680px){.ol-root .ol-nav{padding:14px 20px}.ol-root .ol-nav-links{gap:18px}.ol-root .ol-main{padding:56px 20px 72px}.ol-root .ol-hero{margin-bottom:48px}.ol-root .ol-grid{grid-template-columns:minmax(0,1fr)}}html,body{margin:0;padding:0;background:#fcfcfc}#root{min-height:100vh}
