/* monopoleai.com */
* { margin: 0; padding: 0; box-sizing: border-box; }
body { background: #0a0a14; color: #e8e8e8; font-family: 'Inter', sans-serif; font-weight: 400; line-height: 1.7; }
.hero { min-height: 70vh; display: flex; align-items: center; justify-content: center; padding: 3rem 2rem; }
.holo-panel { border: 2px solid transparent; background-image: linear-gradient(#141420, #141420), conic-gradient(#818cf8, #c084fc, #f472b6, #fb923c, #34d399, #818cf8); background-origin: border-box; background-clip: padding-box, border-box; border-radius: 12px; padding: 3rem; text-align: center; max-width: 520px; }
.brand { font-family: 'Space Grotesk', sans-serif; font-weight: 700; font-size: clamp(2rem, 5vw, 3rem); }
.ai-text { background: linear-gradient(90deg, #818cf8, #c084fc, #f472b6); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.tagline { font-size: 0.85rem; color: #94a3b8; margin-top: 0.5rem; }
.spectrum-strip { height: 2px; background: linear-gradient(to right, #818cf8, #c084fc, #f472b6, #fb923c, #34d399); max-width: 400px; margin: 0 auto; }
.capabilities { max-width: 520px; margin: 0 auto; padding: 3rem 1.5rem; display: flex; flex-direction: column; gap: 1rem; }
.holo-card { background: #141420; border: 1px solid rgba(255,255,255,0.1); border-radius: 8px; padding: 1.5rem; }
.cap-title { font-family: 'Space Grotesk', sans-serif; font-weight: 700; font-size: 1rem; color: #818cf8; margin-bottom: 0.3rem; }
.cap-text { font-size: 0.8rem; color: #94a3b8; }
.demo { max-width: 520px; margin: 0 auto; padding: 2rem 1.5rem; }
.demo-panel { background: #1e1e2e; border-radius: 8px; overflow: hidden; }
.demo-input, .demo-output { padding: 1rem 1.25rem; }
.demo-input { border-bottom: 1px solid rgba(255,255,255,0.06); }
.prompt-label { font-family: 'JetBrains Mono', monospace; font-size: 0.55rem; color: #818cf8; display: block; margin-bottom: 0.4rem; letter-spacing: 0.1em; text-transform: uppercase; }
.code-text { font-family: 'JetBrains Mono', monospace; font-size: 0.7rem; color: #c084fc; }
.demo-output .code-text { color: #34d399; }
.close { text-align: center; padding: 4rem 2rem; }
.iridescent-line { height: 1px; background: linear-gradient(90deg, transparent, #818cf8, #c084fc, #f472b6, transparent); max-width: 200px; margin: 0 auto 1.5rem; }
.footer-brand { font-family: 'Space Grotesk', sans-serif; font-weight: 700; font-size: 0.65rem; color: #333; }
.fade-in { opacity: 0; transform: translateY(12px); transition: opacity 0.5s ease, transform 0.5s ease; }
.fade-in.visible { opacity: 1; transform: translateY(0); }
