:root { --primary: #8f9cff; --primary-dark: #7787ff; --secondary: #55b5ff; --dark: #161922; --darker: #0b0d12; --light: #f2f4f8; --content-bg: rgba(28,30,36,0.95); --terminal-bg: rgba(24,26,33,0.94); --terminal-border: rgba(143,156,255,0.16); --grid-color: rgba(112,122,197,0.05); --border-color: rgba(143,156,255,0.18); --accent-color: #8f9cff; --text-color: #d7d9df; --text-color-dimmed: rgba(215,217,223,0.65); --text-secondary: rgba(215,217,223,0.55); --monospace-font: 'Consolas','Courier New',monospace; --ui-font: 'Inter','Segoe UI','Roboto',sans-serif; --surface-0: #0b0d12; --surface-1: #11141c; --surface-2: #181b24; --surface-3: #1f232d; --surface-highlight: rgba(176,184,255,0.08); --shadow-soft: 0 18px 40px rgba(6,7,11,0.55); --radius-sm: 6px; --radius-md: 10px; --radius-lg: 16px; --glow-primary: #9f7aea; --glow-primary-rgb: 159, 122, 234; --glow-duration: 400ms; --glow-delay: 60ms; --cyber-cyan: #55b5ff; --cyber-magenta: #c77dff; --cyber-pink: #ff6b9d; --cyber-yellow: #ffd166; --cyber-orange: #ff9f43; --cyber-purple: #9f7aea; --success-color: #6ee7b7; --warning-color: #fcd34d; --danger-color: #f87171; --info-color: #55b5ff; --discord-blurple: #5865F2; --discord-blurple-dark: #4752c4; --border-radius: 6px; --border-radius-lg: 10px; --box-shadow: 0 0 20px rgba(143, 156, 255, 0.1); --glow-shadow: 0 0 10px var(--primary), 0 0 20px rgba(143, 156, 255, 0.3); --font-mono: 'JetBrains Mono', 'Fira Code', 'Consolas', monospace; --font-terminal: 'Share Tech Mono', 'VT323', monospace; --font-display: 'Orbitron', 'Share Tech', sans-serif; /* Neutral UI (scroll, selection, doc shell) — light obsidian, not purple */ --obsidian: #6b737d; --obsidian-hover: #949da8; --obsidian-pale: #aeb6bf; } @import url('https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@300;400;500;600;700&family=Orbitron:wght@400;500;600;700;800;900&family=Share+Tech+Mono&family=Share+Tech&display=swap'); *, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; } html { scroll-behavior: smooth; overflow-x: hidden; scrollbar-color: var(--obsidian) var(--surface-0); } body { font-family: var(--font-mono); background-color: var(--surface-0); color: var(--text-color); line-height: 1.6; min-height: 100vh; overflow-x: hidden !important; position: relative; width: 100%; } body::before { content: ''; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: repeating-linear-gradient(0deg, rgba(0,0,0,0.15) 0px, rgba(0,0,0,0.15) 1px, transparent 1px, transparent 2px); pointer-events: none; z-index: 9999; opacity: 0.2; } body::after { content: ''; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: radial-gradient(ellipse at center, transparent 0%, rgba(0,0,0,0.2) 80%, rgba(0,0,0,0.5) 100%); pointer-events: none; z-index: 9998; } .page-glitch { animation: pageGlitch 0.4s ease-out; } @keyframes pageGlitch { 0% { opacity: 1; transform: translate(0); filter: none; } 10% { opacity: 0.8; transform: translate(-2px, 1px); filter: hue-rotate(90deg); } 20% { opacity: 0.6; transform: translate(2px, -1px); filter: hue-rotate(-90deg) saturate(2); } 30% { opacity: 0.9; transform: translate(-1px, 0); clip-path: inset(20% 0 40% 0); } 40% { opacity: 0.7; transform: translate(1px, 1px); clip-path: inset(60% 0 10% 0); } 50% { opacity: 0.5; transform: translate(0, -1px); filter: brightness(1.5); } 60% { opacity: 0.8; transform: translate(-1px, 1px); clip-path: inset(0); } 70% { opacity: 0.9; transform: translate(1px, 0); filter: none; } 100% { opacity: 1; transform: translate(0); filter: none; clip-path: none; } } @keyframes glitchText { 0%, 100% { text-shadow: -2px 0 var(--cyber-magenta), 2px 0 var(--cyber-cyan); } 25% { text-shadow: 2px 0 var(--cyber-magenta), -2px 0 var(--cyber-cyan); } 50% { text-shadow: -2px 2px var(--cyber-magenta), 2px -2px var(--cyber-cyan); } 75% { text-shadow: 2px -2px var(--cyber-magenta), -2px 2px var(--cyber-cyan); } } img, svg, .logo-image, .product-image, .payment-logo, .crypto-icon { filter: none !important; -webkit-filter: none !important; color-scheme: light !important; } ::-webkit-scrollbar { width: 8px; height: 8px; } ::-webkit-scrollbar-track { background: var(--surface-0); border-left: 1px solid rgba(255, 255, 255, 0.06); } ::-webkit-scrollbar-thumb { background: var(--obsidian); border-radius: 4px; } ::-webkit-scrollbar-thumb:hover { background: var(--obsidian-hover); } ::selection { background: rgba(148, 157, 168, 0.45); color: #f4f5f7; } a { color: var(--secondary); text-decoration: none; transition: all 0.2s ease; } a:hover { color: var(--primary); } .container { max-width: 1200px; margin: 0 auto; padding: 2rem; } .nav-container { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; background: linear-gradient(180deg, rgba(11,13,18,0.98) 0%, rgba(11,13,18,0.95) 100%); border-bottom: 1px solid var(--terminal-border); padding: 0.75rem 1.5rem; display: flex; align-items: center; justify-content: space-between; backdrop-filter: blur(10px); } .nav-container::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 1px; background: linear-gradient(90deg, transparent, var(--primary) 20%, var(--secondary) 50%, var(--primary) 80%, transparent); opacity: 0.5; } .nav-brand { display: flex; align-items: center; gap: 1rem; } .logo-container { display: flex; align-items: center; } .logo-link { display: flex; align-items: center; gap: 0.75rem; transition: all 0.3s ease; } .logo-link:hover { transform: scale(1.02); } .logo-link:hover .logo-image { box-shadow: 0 0 15px var(--primary); } .logo-image { width: 40px; height: 40px; border-radius: var(--radius-sm); border: 1px solid var(--terminal-border); transition: all 0.3s ease; } .brand-text { font-family: var(--font-display); font-size: 1.2rem; font-weight: 700; color: var(--primary); text-transform: uppercase; letter-spacing: 0.1em; } .brand-text::before { content: '['; color: var(--text-secondary); } .brand-text::after { content: ']'; color: var(--text-secondary); } .nav-links { display: flex; align-items: center; gap: 0.5rem; } .nav-button { font-family: var(--font-mono); font-size: 0.8rem; font-weight: 500; color: var(--text-color); background: transparent; border: 1px solid var(--terminal-border); padding: 0.5rem 1rem; border-radius: var(--radius-sm); text-decoration: none; transition: all 0.2s ease; position: relative; width: 130px; display: inline-flex; justify-content: center; align-items: center; text-align: center; } .nav-button:hover { color: var(--primary); border-color: var(--primary); background: rgba(143,156,255,0.05); box-shadow: 0 0 15px rgba(143,156,255,0.2); } .nav-button:hover::before { opacity: 1; } .nav-button.active { color: var(--surface-0); background: var(--primary); border-color: var(--primary); } .subscribe-glow { animation: subscribeHueShift 8s ease-in-out infinite; } .subscribe-glow:hover { animation: none; box-shadow: 0 0 16px rgba(143, 156, 255, 0.35), 0 0 24px rgba(85, 181, 255, 0.18); border-color: var(--primary); } h1, h2, h3, h4, h5, h6 { font-family: var(--font-display); color: var(--text-color); font-weight: 700; letter-spacing: 0.02em; } h1 { font-size: 2.5rem; text-transform: uppercase; text-align: center; margin-bottom: 2rem; position: relative; } h1::after { content: ''; display: block; width: 200px; height: 2px; background: linear-gradient(90deg, transparent, var(--primary), transparent); margin: 1rem auto 0; } h2 { font-size: 1.5rem; color: var(--secondary); margin-bottom: 1rem; } h3 { font-size: 1.2rem; color: var(--primary); margin-bottom: 0.75rem; } p { margin-bottom: 1rem; line-height: 1.7; color: var(--text-secondary); } .btn { font-family: var(--font-mono); font-size: 0.9rem; font-weight: 600; padding: 0.75rem 1.5rem; border: 1px solid var(--primary); border-radius: var(--radius-sm); background: transparent; color: var(--primary); cursor: pointer; transition: all 0.2s ease; text-transform: uppercase; letter-spacing: 0.05em; position: relative; overflow: hidden; } .btn::before { content: ''; position: absolute; top: 0; left: -100%; width: 100%; height: 100%; background: linear-gradient(90deg, transparent, rgba(143,156,255,0.2), transparent); transition: left 0.3s ease; } .btn:hover { background: var(--primary); color: var(--surface-0); transform: translateY(-2px); } .btn:hover::before { left: 100%; } .btn:active { transform: translateY(0); } .btn-primary { background: var(--primary); color: var(--surface-0); } .btn-primary:hover { background: var(--secondary); border-color: var(--secondary); } .subscribe-btn { animation: subscribeHueShift 8s ease-in-out infinite; border-color: rgba(143, 156, 255, 0.4); box-shadow: 0 0 7px rgba(143, 156, 255, 0.2), 0 0 16px rgba(143, 156, 255, 0.1); will-change: border-color, box-shadow, text-shadow; } .subscribe-btn:hover { animation-play-state: paused; box-shadow: 0 0 14px rgba(143, 156, 255, 0.35), 0 0 24px rgba(85, 181, 255, 0.18); } .subscribe-btn:disabled { animation: none; box-shadow: none; } .btn-discord { background: var(--discord-blurple); border-color: var(--discord-blurple); color: white; display: flex; align-items: center; justify-content: center; gap: 0.75rem; } .btn-discord:hover { background: var(--discord-blurple-dark); border-color: var(--discord-blurple-dark); box-shadow: 0 0 20px rgba(88, 101, 242, 0.4); } .btn-danger { border-color: var(--danger-color); color: var(--danger-color); } .btn-danger:hover { background: var(--danger-color); color: var(--surface-0); box-shadow: 0 0 20px rgba(248, 113, 113, 0.4); } .btn-success { border-color: var(--success-color); color: var(--success-color); } .btn-success:hover { background: var(--success-color); color: var(--surface-0); } .card { background: var(--content-bg); border: 1px solid var(--terminal-border); border-radius: var(--radius-lg); padding: 1.5rem; position: relative; transition: all 0.3s ease; } .card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 1px; background: linear-gradient(90deg, transparent, var(--primary), transparent); opacity: 0; transition: opacity 0.3s ease; } .card:hover { border-color: var(--primary); box-shadow: var(--box-shadow); } .card:hover::before { opacity: 0.5; } .stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; margin: 2rem 0; } .stat-card { background: var(--content-bg); border: 1px solid var(--terminal-border); border-radius: var(--radius-sm); padding: 1.5rem; text-align: center; position: relative; overflow: hidden; transition: all 0.3s ease; cursor: pointer; min-height: 120px; display: flex; flex-direction: column; justify-content: center; align-items: center; } .stat-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: var(--primary); transform: scaleX(0); transition: transform 0.3s ease; } .stat-card:hover { border-color: var(--primary); transform: translateY(-5px); } .stat-card:hover::before { transform: scaleX(1); } .stat-content { transition: opacity 0.3s ease; } .stat-number { font-family: var(--font-display); font-size: 2.5rem; font-weight: 800; color: var(--primary); margin-bottom: 0.5rem; } .stat-label { font-size: 0.9rem; color: var(--text-secondary); text-transform: uppercase; letter-spacing: 0.1em; } .stat-description { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 90%; color: var(--text-secondary); font-size: 0.85rem; opacity: 0; transition: opacity 0.3s ease; } .stat-card.showing-description .stat-content { opacity: 0; } .stat-card.showing-description .stat-description { opacity: 1; } .plans { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; max-width: 1000px; margin: 2rem auto; } .plan { background: var(--content-bg); border: 1px solid var(--terminal-border); border-radius: var(--radius-lg); padding: 2rem 1.5rem; text-align: center; position: relative; transition: all 0.3s ease; display: flex; flex-direction: column; } .plan:hover { border-color: var(--primary); transform: translateY(-5px); box-shadow: var(--glow-shadow); } .plan.featured { border-color: rgba(143, 156, 255, 0.4); animation: subscribeHueShift 8s ease-in-out infinite; box-shadow: 0 0 7px rgba(143, 156, 255, 0.2), 0 0 16px rgba(143, 156, 255, 0.1); will-change: border-color, box-shadow; } .plan.featured::before { display: none; } .plan.featured:hover { transform: translateY(-5px); animation-play-state: paused; box-shadow: 0 0 14px rgba(143, 156, 255, 0.35), 0 0 24px rgba(85, 181, 255, 0.18); } .plan.featured > *:not(.best-value) { text-shadow: none; } .best-value { position: absolute; top: -12px; left: 50%; transform: translateX(-50%); background: var(--content-bg); color: var(--text-color); padding: 0.25rem 1rem; border-radius: 20px; font-family: var(--font-mono); font-size: 0.75rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; border: 1px solid rgba(143, 156, 255, 0.4); animation: subscribeHueShift 8s ease-in-out infinite; box-shadow: 0 0 7px rgba(143, 156, 255, 0.2), 0 0 16px rgba(143, 156, 255, 0.1); will-change: border-color, box-shadow, text-shadow; z-index: 2; } .plan h2 { font-family: var(--font-display); font-size: 1.3rem; margin-bottom: 1rem; } .plan h2::before { content: ''; } .price { font-family: var(--font-display); font-size: 3rem; font-weight: 800; color: var(--primary); margin: 0.5rem 0; } .period { color: var(--text-secondary); font-size: 0.9rem; margin-bottom: 0.5rem; } .savings { color: var(--secondary); font-size: 0.85rem; font-weight: 600; margin-bottom: 1.5rem; } .select-plan { margin-top: auto; width: 100%; } .page { display: none; min-height: 100vh; padding: 5rem 0 2rem; overflow-x: hidden; } .page.active { display: block; } .hero { padding: 2rem 0; text-align: center; } .discord-box-wrapper { perspective: 1000px; max-width: 500px; margin: 0 auto 2rem; height: 400px; } .discord-box-inner { position: relative; width: 100%; height: 100%; text-align: center; transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1); transform-style: preserve-3d; } .discord-box-wrapper.flipped .discord-box-inner { transform: rotateY(180deg); } .discord-box-front, .discord-box-back { position: absolute; width: 100%; height: 100%; -webkit-backface-visibility: hidden; backface-visibility: hidden; display: flex; flex-direction: column; justify-content: center; } .discord-box-back { transform: rotateY(180deg); } .discord-box { background: var(--content-bg); border: 1px solid var(--terminal-border); border-radius: var(--radius-lg); padding: 2rem; height: 100%; display: flex; flex-direction: column; justify-content: center; transition: all 0.3s ease; } .discord-box:hover { border-color: var(--primary); } .discord-info { display: grid; position: relative; min-height: 120px; } .discord-info > * { grid-column: 1 / -1; grid-row: 1; transition: opacity 0.3s ease; } .discord-info .discord-content { opacity: 1; } .discord-info .discord-description { opacity: 0; pointer-events: none; } .discord-info.showing-description .discord-content { opacity: 0; } .discord-info.showing-description .discord-description { opacity: 1; pointer-events: auto; } .discord-content h1 { font-size: 1.5rem; margin-bottom: 0.5rem; } .discord-content h1::before, .discord-content h1::after { content: ''; } .discord-description p { font-size: 0.9rem; line-height: 1.6; } .terminal-body { padding: 1.5rem; } @keyframes blink { 0%, 49% { opacity: 1; } 50%, 100% { opacity: 0; } } @keyframes pulse { 0%, 100% { opacity: 1; } 50% { opacity: 0.5; } } .footer { background: linear-gradient(180deg, var(--surface-1) 0%, var(--surface-0) 100%); border-top: 1px solid var(--terminal-border); padding: 1.5rem 0; text-align: center; position: relative; } .footer::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 1px; background: linear-gradient(90deg, transparent, var(--primary), transparent); opacity: 0.3; } .footer-links { display: flex; justify-content: center; align-items: center; gap: 1.5rem; flex-wrap: wrap; font-size: 0.85rem; } .footer-links span { color: var(--text-secondary); font-weight: 600; } .footer-links a { color: var(--text-secondary); transition: all 0.2s ease; } .footer-links a:hover { color: var(--primary); } .form-group { margin-bottom: 1.5rem; } .form-group label { display: block; margin-bottom: 0.5rem; color: var(--secondary); font-size: 0.9rem; font-weight: 500; } .form-control { width: 100%; padding: 0.75rem 1rem; background: rgba(0,0,0,0.3); border: 1px solid var(--terminal-border); border-radius: var(--radius-sm); color: var(--text-color); font-family: var(--font-mono); font-size: 0.9rem; transition: all 0.2s ease; } .form-control:focus { outline: none; border-color: var(--primary); box-shadow: 0 0 10px rgba(143,156,255,0.2); background: rgba(143,156,255,0.05); } .form-control::placeholder { color: var(--text-secondary); } textarea.form-control { min-height: 120px; resize: vertical; } .modal { display: none; position: fixed; z-index: 2000; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(0,0,0,0.85); backdrop-filter: blur(8px); overflow: auto; align-items: center; justify-content: center; } .modal[style*="display: block"] { display: flex !important; } .modal-content { background: var(--surface-2); border: 1px solid var(--border-color); margin: auto; padding: 2rem; width: 90%; max-width: 420px; border-radius: var(--radius-lg); animation: modalSlide 0.3s ease-out; position: relative; } .modal-content h2 { font-family: var(--font-display); font-size: 1.4rem; color: var(--text-color); margin-bottom: 0.5rem; text-align: center; } .modal-content h2::before { content: ''; } @keyframes modalSlide { from { opacity: 0; transform: translateY(-30px) scale(0.95); } to { opacity: 1; transform: translateY(0) scale(1); } } .close-modal { position: absolute; top: 1rem; right: 1rem; color: var(--text-secondary); font-size: 1.5rem; cursor: pointer; transition: all 0.2s ease; background: none; border: none; line-height: 1; width: 32px; height: 32px; display: flex; align-items: center; justify-content: center; border-radius: var(--radius-sm); } .close-modal:hover { color: var(--text-color); background: rgba(255,255,255,0.1); } .crypto-modal-content { max-width: 530px !important; padding: 0 !important; } .crypto-modal-content .crypto-step { padding: 2rem !important; } .crypto-modal-content h2 { text-align: left; margin-bottom: 0.75rem; } .crypto-coin-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; margin-top: 1rem; } .crypto-coin-option { display: flex; flex-direction: column; align-items: center; gap: 0.5rem; padding: 1.25rem 1rem; background: var(--surface-1); border: 1px solid var(--border-color); border-radius: var(--radius-md); cursor: pointer; transition: all 0.2s ease; } .crypto-coin-option:hover { border-color: var(--primary); background: var(--surface-highlight); transform: translateY(-2px); } .coin-logo-wrapper { width: 48px; height: 48px; background: white; border-radius: 50%; padding: 8px; display: flex; align-items: center; justify-content: center; } .coin-logo { width: 100%; height: 100%; object-fit: contain; } .coin-logo.coin-logo-btc { transform: scale(1.14); transform-origin: center; } .coin-logo.coin-logo-eth { transform: scale(1.09); transform-origin: center; } .coin-logo.coin-logo-usdc { transform: scale(1.06); transform-origin: center; } .coin-name { color: var(--text-color); font-weight: 600; font-size: 0.95rem; } .coin-symbol { color: var(--text-secondary); font-size: 0.8rem; } .crypto-back-btn { display: inline-flex; align-items: center; gap: 0.5rem; color: var(--text-secondary); cursor: pointer; margin-bottom: 1rem; font-size: 0.9rem; transition: color 0.2s ease; background: none; border: none; padding: 0; } .crypto-back-btn:hover { color: var(--primary); } .crypto-qr { text-align: center; margin: 1.5rem 0; } .crypto-qr-image { max-width: 202px; width: 100%; height: auto; aspect-ratio: 1 / 1; object-fit: contain; border-radius: var(--radius-md); border: 1px solid var(--border-color); background: white; padding: 8px; } .crypto-modal-address-label { font-weight: 600; margin: 1rem 0 0.5rem; color: var(--text-color); font-size: 0.9rem; } .crypto-address-container { display: flex; gap: 0.5rem; } .crypto-modal-address { flex: 1; background: var(--surface-1); border: 1px solid var(--border-color); border-radius: var(--radius-sm); padding: 0.75rem; font-family: var(--font-mono); font-size: 0.8rem; color: var(--primary); word-break: break-all; } .copy-crypto-btn { display: flex; align-items: center; justify-content: center; gap: 0.5rem; padding: 0.75rem 1rem; background: var(--primary); color: var(--surface-0); border: none; border-radius: var(--radius-sm); font-family: var(--font-mono); font-weight: 600; cursor: pointer; transition: all 0.2s ease; font-size: 0.85rem; width: 110px; flex-shrink: 0; white-space: nowrap; } .copy-crypto-btn:hover { background: var(--secondary); } .crypto-modal-note { display: flex; gap: 0.75rem; align-items: flex-start; background: rgba(252,211,77,0.1); border: 1px solid rgba(252,211,77,0.25); border-radius: var(--radius-sm); padding: 1rem; margin-top: 1.5rem; } .crypto-note-icon { color: var(--warning-color); flex-shrink: 0; } .crypto-note-text { color: var(--text-color); font-size: 0.85rem; line-height: 1.5; } .crypto-note-text a { color: var(--primary); } .crypto-selection-subtitle { color: var(--text-secondary); font-size: 0.9rem; } .crypto-payment-instruction { color: var(--text-secondary); font-size: 0.9rem; line-height: 1.5; } .carousel-wrapper { background: var(--content-bg); border: 1px solid var(--terminal-border); border-radius: var(--radius-lg); padding: 2rem; position: relative; overflow: visible; } .experience-section { max-width: 1200px; margin: 0 auto 2rem; padding: 0 1rem; } .carousel-track { position: relative; } .carousel-slide { display: flex; flex-direction: column; gap: 1.5rem; opacity: 0; transition: opacity 0.5s ease; position: absolute; top: 0; left: 0; width: 100%; pointer-events: none; } .carousel-slide.active { position: relative; opacity: 1; pointer-events: auto; } .slide-header { display: flex; flex-direction: column; gap: 0.5rem; text-align: center; padding: 1rem; } .slide-eyebrow { font-family: var(--font-mono); font-size: 0.9rem; color: var(--primary); text-transform: uppercase; letter-spacing: 0.2em; display: flex; align-items: center; justify-content: center; gap: 0.75rem; } .slide-eyebrow::before, .slide-eyebrow::after { content: ''; width: 50px; height: 2px; background: var(--primary); } .slide-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; } .slide-media { display: flex; flex-direction: column; gap: 1rem; } .slide-video { width: 100%; aspect-ratio: 16/9; background: #000; border: 1px solid var(--terminal-border); border-radius: var(--radius-sm); overflow: hidden; position: relative; } .slide-video iframe { width: 110%; height: 110%; border: 0; transform: scale(1.02) translateX(-4%) translateY(-2%); } .slide-description { color: var(--text-secondary); font-size: 0.9rem; line-height: 1.6; } .slide-content { display: flex; flex-direction: column; gap: 1rem; } .carousel-metrics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; } .metric-card { background: rgba(143,156,255,0.05); border: 1px solid var(--terminal-border); border-radius: var(--radius-sm); padding: 1rem; text-align: center; transition: all 0.3s ease; } .metric-card:hover { border-color: var(--primary); transform: translateY(-3px); } .metric-value { font-family: var(--font-display); font-size: 1.5rem; font-weight: 700; color: var(--primary); } .metric-label { font-size: 0.75rem; color: var(--text-secondary); margin-top: 0.25rem; } .carousel-feature-list { list-style: none; display: grid; grid-template-columns: repeat(2, 1fr); gap: 0.75rem; } .carousel-feature { display: flex; align-items: flex-start; gap: 0.75rem; background: rgba(0,0,0,0.3); border: 1px solid var(--terminal-border); border-radius: var(--radius-sm); padding: 0.75rem; font-size: 0.85rem; transition: all 0.2s ease; } .carousel-feature:hover { border-color: var(--primary); background: rgba(143,156,255,0.05); } .carousel-feature svg { width: 16px; height: 16px; color: var(--primary); flex-shrink: 0; margin-top: 2px; } .carousel-feature strong { display: block; color: var(--text-color); margin-bottom: 0.25rem; } .carousel-feature p { margin: 0; color: var(--text-secondary); font-size: 0.8rem; line-height: 1.4; } .included-tag { position: absolute; top: 0; right: 0; background: var(--primary); color: var(--surface-0); padding: 0.25rem 0.75rem; font-family: var(--font-mono); font-size: 0.65rem; font-weight: 700; letter-spacing: 0.1em; border-radius: 0 var(--radius-lg) 0 var(--radius-sm); } .carousel-arrow { position: absolute; top: 50%; transform: translateY(-50%); width: 44px; height: 44px; border-radius: var(--radius-sm); border: 1px solid var(--terminal-border); background: var(--content-bg); color: var(--text-color); display: flex; align-items: center; justify-content: center; cursor: pointer; transition: all 0.2s ease; z-index: 10; } .carousel-arrow:hover { border-color: var(--primary); color: var(--primary); box-shadow: 0 0 15px rgba(143,156,255,0.3); } .carousel-arrow.prev { left: -22px; } .carousel-arrow.next { right: -22px; } .carousel-arrow svg { width: 20px; height: 20px; } .carousel-indicators { display: flex; justify-content: center; gap: 0.75rem; margin-top: 1.5rem; } .carousel-indicator { width: 10px; height: 10px; border: 1px solid var(--terminal-border); border-radius: 2px; background: transparent; cursor: pointer; transition: all 0.2s ease; } .carousel-indicator:hover { border-color: var(--primary); } .carousel-indicator.active { background: var(--primary); border-color: var(--primary); box-shadow: 0 0 10px var(--primary); } .checkout-header { background: #09090b; border-bottom: 1px solid #27272a; padding: 1rem 0 1.1rem; margin-bottom: 2rem; text-align: center; } .checkout-header h1 { font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; font-size: 1.5rem; font-weight: 700; letter-spacing: -0.01em; display: flex; align-items: center; justify-content: center; gap: 0.75rem; margin-bottom: 0; text-transform: none; color: #e4e4e7; } .checkout-header h1::after { display: none; } .checkout-header h1 svg { width: 24px; height: 24px; color: #5c5c61; } .payment-container { display: grid; grid-template-columns: minmax(0, 1fr) 420px; gap: 2rem; max-width: 1140px; margin: 0 auto; align-items: start; } .product-details { position: relative; background: #0f0f12; border: 1px solid #27272a; border-radius: 12px; padding: 1.5rem; box-shadow: none; overflow: hidden; } .product-details::before { content: none; } .product-title { display: flex; align-items: center; gap: 0.9rem; padding-bottom: 1rem; border-bottom: 1px solid #27272a; margin-bottom: 0.9rem; } .product-image { width: 52px; height: 52px; border-radius: 10px; border: 1px solid #3f3f46; background: #131316; box-shadow: none; } .product-info h3 { font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; font-size: 1.1rem; font-weight: 700; color: #f3f5fb; margin-bottom: 0.2rem; letter-spacing: -0.01em; } .product-description { font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; font-size: 0.83rem; color: #8b8b94; line-height: 1.45; } .product-features { list-style: none; margin: 1.1rem 0 0; display: flex; flex-direction: column; gap: 0; border-top: 1px solid #27272a; } .product-feature { display: flex; align-items: flex-start; gap: 0.6rem; padding: 0.62rem 0.1rem; font-size: 0.8rem; line-height: 1.45; color: #a1a1aa; border: 0; border-bottom: 1px solid #27272a; background: transparent; transition: none; } .product-feature:hover { border-color: #27272a; background: transparent; } .product-feature:last-child { border-bottom: 0; } .product-feature span { font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; margin: 0; } .feature-icon { width: 14px; height: 14px; display: flex; align-items: center; justify-content: center; border: 0; background: transparent; flex-shrink: 0; margin-top: 3px; } .feature-icon svg { width: 10px; height: 10px; color: #5c5c61; } .quantity-row { display: flex; justify-content: space-between; align-items: center; margin-top: 1rem; padding-top: 1rem; border-top: 1px solid #27272a; } .quantity-label { font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; font-size: 0.8rem; color: #71717a; text-transform: uppercase; letter-spacing: 0.03em; } .quantity { background: #131316; border: 1px solid #3f3f46; padding: 0.35rem 0.8rem; border-radius: 999px; color: #8b8b94; font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; font-size: 0.8rem; font-weight: 700; } .checkout-panel { position: relative; background: #0f0f12; border: 1px solid #27272a; border-radius: 12px; padding: 0 0 0.5rem; overflow: hidden; box-shadow: none; } .checkout-panel::before { content: none; } .order-summary-header { padding: 18px 24px 16px; border-bottom: 1px solid #27272a; background: #131316; } .order-summary-header h2 { font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; font-size: 1rem; font-weight: 700; color: #e4e4e7; margin: 0; letter-spacing: -0.01em; text-transform: none; } .order-summary-header h2::before { content: none; } .order-line-item { display: flex; justify-content: space-between; align-items: flex-start; padding: 18px 24px; border-bottom: 1px solid #27272a; } .order-item-details { display: flex; flex-direction: column; gap: 3px; } .order-item-name { font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; font-size: 0.92rem; font-weight: 600; color: #e4e4e7; } .order-item-period { font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; font-size: 0.78rem; color: #71717a; } .order-item-price { font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; font-size: 0.95rem; font-weight: 600; color: #e4e4e7; } .order-total { display: flex; justify-content: space-between; align-items: center; padding: 16px 24px; background: #131316; border-bottom: 1px solid #27272a; } .order-total-label { font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; font-size: 0.82rem; font-weight: 600; color: #8b8b94; text-transform: uppercase; letter-spacing: 0.04em; } .order-total-amount { font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; font-size: 1.2rem; font-weight: 700; letter-spacing: -0.02em; color: #fafafa; } .checkout-account-section, .checkout-terms, .checkout-payment-section { margin: 14px 16px 0; padding: 14px 16px; border: 1px solid #27272a; border-radius: 10px; background: #131316; } .checkout-payment-section { padding-bottom: 16px; } .checkout-section-label { display: flex; align-items: center; gap: 7px; font-family: var(--font-mono); font-size: 0.7rem; font-weight: 600; color: #8b8b94; margin-bottom: 6px; text-transform: uppercase; letter-spacing: 0.14em; } .checkout-section-label svg { width: 15px; height: 15px; color: #5c5c61; opacity: 0.75; } .checkout-section-helper { font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; font-size: 0.74rem; line-height: 1.4; color: #71717a; margin-bottom: 10px; } .checkout-account-section .discord-user { display: flex; align-items: center; gap: 10px; font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; font-size: 0.85rem; color: #e4e4e7; line-height: 1.4; border: 1px solid #27272a; border-radius: 8px; background: #0f0f12; padding: 0.65rem 0.75rem; } .payment-method-cards { display: flex; flex-direction: column; gap: 10px; margin-bottom: 14px; } .payment-method-card { display: flex; align-items: center; gap: 12px; padding: 12px 14px; background: #101012; border: 1px solid #27272a; border-radius: 10px; cursor: pointer; transition: border-color 0.18s ease, background 0.18s ease; } .payment-method-card:hover { background: #18181b; border-color: #3f3f46; } .payment-method-card.active { background: #18181b; border-color: #3f3f46; box-shadow: none; } .payment-method-card input[type="radio"] { display: none; } .payment-card-radio { width: 18px; height: 18px; border: 2px solid #52525b; border-radius: 50%; flex-shrink: 0; position: relative; transition: border-color 0.15s ease; } .payment-method-card.active .payment-card-radio { border-color: #a1a1aa; } .payment-method-card.active .payment-card-radio::after { content: ''; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 7px; height: 7px; background: #a1a1aa; border-radius: 50%; } .payment-card-content { display: flex; align-items: center; gap: 12px; flex: 1; } .payment-card-logo { width: 56px; height: 38px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; } .payment-card-logo img { max-width: 100%; max-height: 100%; object-fit: contain; } .payment-card-logo.crypto-logos { gap: 4px; } .payment-card-logo.crypto-logos img { width: 31px; height: 31px; background: transparent; border-radius: 50%; padding: 2px; } .disabled-payment .payment-method-card { opacity: 0.42; cursor: not-allowed; filter: grayscale(0.75) saturate(0.8); pointer-events: none; box-shadow: none; } .disabled-payment .checkout-section-label, .disabled-payment .checkout-section-helper { opacity: 0.55; } .payment-card-info { display: flex; flex-direction: column; gap: 2px; } .payment-card-name { font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; font-size: 0.86rem; font-weight: 600; color: #e4e4e7; } .payment-card-desc { font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; font-size: 0.74rem; color: #8b8b94; } .payment-content-area { margin-top: 14px; padding-top: 12px; border-top: 1px solid #27272a; } .payment-option { display: none; } .payment-option.active { display: block; } #paypal-button-container { margin: 0; min-height: 50px; border-radius: 8px; overflow: hidden; } #paypal-button-container .paypal-subscribe-btn { margin-top: 0; gap: 0.65rem; min-height: 46px; } #paypal-button-container .paypal-subscribe-logo { height: 18px; width: auto; object-fit: contain; flex-shrink: 0; } #paypal-button-container .paypal-subscribe-btn:disabled, #paypal-button-container .paypal-subscribe-btn.is-loading { opacity: 0.65; cursor: not-allowed; } #paypal-button-container .paypal-subscribe-btn:disabled:hover, #paypal-button-container .paypal-subscribe-btn.is-loading:hover { transform: none; } #cash-app-pay-container { display: flex; justify-content: center; min-height: 50px; border-radius: 8px; overflow: hidden; } .crypto-continue-btn { width: 100%; display: flex; align-items: center; justify-content: center; gap: 8px; padding: 13px 18px; background: linear-gradient(135deg, #f7931a 0%, #e8850f 100%); border: none; border-radius: 9px; font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; font-size: 0.88rem; font-weight: 700; letter-spacing: 0.01em; color: #fff; cursor: pointer; transition: transform 0.16s ease, box-shadow 0.16s ease, filter 0.16s ease; } .crypto-continue-btn:hover { transform: translateY(-1px); box-shadow: 0 6px 16px rgba(247, 147, 26, 0.35); filter: brightness(1.04); } .crypto-continue-btn svg { transition: transform 0.15s ease; } .crypto-continue-btn:hover svg { transform: translateX(2px); } .crypto-payment-note { text-align: center; margin-top: 11px; } .crypto-payment-note p { font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; font-size: 0.78rem; color: #8b8b94; margin: 0; } .crypto-footer-message { display: none; margin-top: 12px; padding: 12px; background: rgba(252, 211, 77, 0.08); border: 1px solid rgba(252, 211, 77, 0.15); border-radius: 8px; } .crypto-footer-content { display: flex; align-items: flex-start; gap: 8px; } .crypto-footer-content svg { color: var(--warning-color); flex-shrink: 0; margin-top: 1px; } .checkout-payment-section .crypto-footer-text { font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; font-size: 0.79rem; color: #a1a1aa; line-height: 1.4; } .checkout-payment-section .crypto-footer-text a { color: #e4e4e7; text-decoration: underline; text-underline-offset: 2px; } .checkout-terms-label { display: flex; align-items: flex-start; gap: 10px; cursor: pointer; font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; font-size: 0.8rem; color: #a1a1aa; line-height: 1.45; } .checkout-terms-label input[type="checkbox"] { display: none; } .checkout-checkbox { width: 17px; height: 17px; border: 1.5px solid #52525b; border-radius: 4px; flex-shrink: 0; display: flex; align-items: center; justify-content: center; transition: all 0.15s ease; margin-top: 1px; background: #0f0f12; } .checkout-terms-label input:checked + .checkout-checkbox { background: #3f3f46; border-color: #52525b; } .checkout-terms-label input:checked + .checkout-checkbox::after { content: ''; width: 10px; height: 10px; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E"); background-size: contain; background-repeat: no-repeat; } .checkout-terms-label a { color: #9a9aa3; text-decoration: underline; text-underline-offset: 2px; } .checkout-terms-label a:hover { color: #f4f4f5; } .checkout-terms-error { color: var(--danger-color); font-size: 0.75rem; margin-top: 8px; display: none; } .checkout-security { display: flex; align-items: center; justify-content: center; gap: 6px; padding: 14px 24px; font-size: 0.75rem; color: var(--text-secondary); opacity: 0.7; } .checkout-security svg { opacity: 0.8; } .checkout-actions { text-align: center; margin-top: 1.5rem; } .cancel-btn { background: #131316; border: 1px solid #3f3f46; color: #8b8b94; padding: 0.75rem 1.75rem; border-radius: 999px; font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; font-size: 0.84rem; font-weight: 600; letter-spacing: 0.02em; cursor: pointer; transition: all 0.16s ease; } .cancel-btn:hover { border-color: #52525b; color: #e4e4e7; background: #18181b; } .success-container { max-width: 600px; margin: 0 auto; background: var(--content-bg); border: 1px solid var(--terminal-border); border-radius: var(--radius-lg); padding: 2rem; text-align: center; } .success-header { margin-bottom: 2rem; } .success-icon { width: 80px; height: 80px; margin: 0 auto 1rem; background: rgba(110,231,183,0.1); border: 2px solid var(--success-color); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 2.5rem; color: var(--success-color); } .success-message { color: var(--text-secondary); font-size: 1rem; } #purchase-details { background: rgba(0,0,0,0.3); border: 1px solid var(--terminal-border); border-radius: var(--radius-sm); padding: 1.5rem; margin: 1.5rem 0; text-align: left; } #purchase-details h3 { text-align: center; color: var(--primary); margin-bottom: 1rem; } .detail-row { display: flex; justify-content: space-between; padding: 0.75rem 0; border-bottom: 1px solid var(--terminal-border); } .detail-row:last-of-type { border-bottom: none; } .detail-row span.success { color: var(--success-color); } .crypto-footer-message { display: none; margin-top: 1rem; padding: 1rem; background: rgba(252,211,77,0.1); border: 1px solid rgba(252,211,77,0.25); border-radius: var(--radius-sm); } .crypto-footer-content { display: flex; align-items: flex-start; gap: 0.75rem; } .crypto-footer-icon { color: var(--warning-color); flex-shrink: 0; } .crypto-footer-text { color: var(--warning-color); font-size: 0.85rem; line-height: 1.5; } .crypto-footer-text a { color: var(--warning-color); } .custom-notification-overlay { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.85); z-index: 3000; align-items: center; justify-content: center; backdrop-filter: blur(8px); } .custom-notification-overlay.visible { display: flex; } .custom-notification-content { background: var(--surface-2); border: 1px solid var(--border-color); padding: 2rem; border-radius: var(--radius-lg); max-width: 380px; width: 90%; text-align: center; } .custom-notification-icon { width: 56px; height: 56px; margin: 0 auto 1.25rem; background: rgba(252,211,77,0.15); border-radius: 50%; display: flex; align-items: center; justify-content: center; } .custom-notification-icon svg { width: 28px; height: 28px; color: var(--warning-color); } .custom-notification-icon.success { background: rgba(110,231,183,0.15); } .custom-notification-icon.success svg { color: var(--success-color); } .custom-notification-content h3 { margin-bottom: 0.75rem; font-size: 1.2rem; } .custom-notification-content p { color: var(--text-secondary); margin-bottom: 1.5rem; font-size: 0.9rem; line-height: 1.5; } .terms-container { max-width: 900px; margin: 0 auto; background: var(--content-bg); border: 1px solid var(--terminal-border); border-radius: var(--radius-lg); padding: 2rem; } .terms-section { margin-bottom: 2rem; padding-bottom: 1.5rem; border-bottom: 1px solid var(--terminal-border); } .terms-section:last-child { border-bottom: none; } .terms-section h2::before { content: '// '; color: var(--primary); } .terms-section h3 { color: var(--secondary); margin: 1.5rem 0 0.75rem; } .terms-section ul { padding-left: 1.5rem; margin: 1rem 0; } .terms-section li { margin-bottom: 0.5rem; color: var(--text-secondary); } .last-updated { text-align: center; color: var(--text-secondary); font-style: italic; margin-top: 2rem; } .sidebar-nav { position: sticky; top: 80px; width: 250px; background: var(--content-bg); border: 1px solid var(--terminal-border); border-radius: var(--radius-lg); padding: 1.5rem; margin-right: 2rem; height: fit-content; display: none; } .sidebar-nav h4 { color: var(--primary); margin-bottom: 1rem; padding-bottom: 0.5rem; border-bottom: 1px solid var(--terminal-border); } .sidebar-nav ul { list-style: none; } .sidebar-nav li { margin-bottom: 0.5rem; } .sidebar-nav a { display: block; padding: 0.5rem; color: var(--text-secondary); font-size: 0.85rem; border-radius: var(--radius-sm); transition: all 0.2s ease; } .sidebar-nav a:hover { background: rgba(143,156,255,0.05); color: var(--primary); } .sidebar-nav a.active, .sidebar-nav a.section-highlight { background: rgba(143,156,255,0.1); color: var(--primary); border-left: 2px solid var(--primary); } .content-wrapper { display: flex; } .content-with-nav { flex: 1; } .header-section { text-align: center; margin-bottom: 3rem; padding-top: 2rem; } .api-header { font-family: var(--font-display); font-size: 3rem; background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; margin-bottom: 1rem; } .api-header::before, .api-header::after { content: ''; } .api-subtitle { color: var(--text-secondary); font-size: 1.1rem; } .quick-start-card { background: var(--content-bg); border: 1px solid var(--terminal-border); border-radius: var(--radius-lg); padding: 2rem; margin-bottom: 3rem; } .quick-start-title { font-family: var(--font-display); font-size: 1.3rem; color: var(--primary); margin-bottom: 1rem; } .auth-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; margin: 2rem 0; } .auth-step { background: rgba(0,0,0,0.3); border: 1px solid var(--terminal-border); border-radius: var(--radius-sm); padding: 1.5rem; text-align: center; transition: all 0.2s ease; } .auth-step:hover { border-color: var(--primary); } .step-number { width: 36px; height: 36px; background: var(--primary); color: var(--surface-0); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 1rem; font-weight: 700; } .section { margin-bottom: 3rem; } .section-title { font-size: 1.5rem; padding-bottom: 0.75rem; border-bottom: 2px solid var(--primary); margin-bottom: 1.5rem; } .section-title::before { content: '## '; color: var(--primary); } .subsection-title { font-size: 1.1rem; color: var(--secondary); margin: 2rem 0 1rem; } .code-block { background: var(--surface-1); border: 1px solid var(--terminal-border); border-radius: var(--radius-sm); margin: 1rem 0; overflow: hidden; } .code-header { display: flex; justify-content: space-between; align-items: center; padding: 0.75rem 1rem; background: rgba(143,156,255,0.05); border-bottom: 1px solid var(--terminal-border); } .code-title { font-size: 0.85rem; color: var(--text-secondary); } .copy-btn { background: var(--primary); color: var(--surface-0); border: none; padding: 0.25rem 0.75rem; border-radius: var(--radius-sm); font-family: var(--font-mono); font-size: 0.75rem; cursor: pointer; transition: all 0.2s ease; } .copy-btn:hover { background: var(--secondary); } .code-block pre { padding: 1rem; overflow-x: auto; margin: 0; } .code-block code { font-family: var(--font-mono); font-size: 0.85rem; color: var(--text-color); } .feature-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.5rem; margin: 2rem 0; } .feature-card { background: var(--content-bg); border: 1px solid var(--terminal-border); border-radius: var(--radius-lg); padding: 1.5rem; transition: all 0.3s ease; } .feature-card:hover { border-color: var(--primary); transform: translateY(-3px); box-shadow: var(--box-shadow); } .feature-title { font-family: var(--font-display); font-size: 1.1rem; margin-bottom: 0.75rem; } .feature-desc { color: var(--text-secondary); font-size: 0.9rem; margin-bottom: 1rem; } .http-method { display: inline-block; padding: 0.2rem 0.5rem; border-radius: var(--radius-sm); font-size: 0.75rem; font-weight: 700; } .method-get { background: var(--primary); color: var(--surface-0); } .method-post { background: var(--secondary); color: var(--surface-0); } .endpoint-url { font-family: var(--font-mono); background: rgba(0,0,0,0.3); padding: 0.2rem 0.5rem; border-radius: var(--radius-sm); margin-left: 0.5rem; font-size: 0.85rem; } .limits-card { background: linear-gradient(135deg, rgba(143,156,255,0.05) 0%, rgba(85,181,255,0.05) 100%); border: 1px solid rgba(143,156,255,0.2); border-radius: var(--radius-lg); padding: 2rem; margin: 2rem 0; } .limits-title { font-family: var(--font-display); font-size: 1.2rem; color: var(--primary); margin-bottom: 1.5rem; } .limits-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; } .limit-item { text-align: center; padding: 1rem; background: rgba(0,0,0,0.3); border-radius: var(--radius-sm); } .limit-number { font-family: var(--font-display); font-size: 2rem; color: var(--primary); display: block; } .limit-label { color: var(--text-secondary); font-size: 0.85rem; } body.error-screen { display: flex; align-items: center; justify-content: center; min-height: 100vh; } .error-card { background: var(--content-bg); border: 1px solid var(--terminal-border); border-radius: var(--radius-lg); padding: 3rem 2rem; max-width: 450px; width: 90%; text-align: center; position: relative; } .error-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, var(--danger-color), var(--cyber-magenta)); } .error-content { display: flex; flex-direction: column; align-items: center; gap: 1.5rem; } .error-badge { width: 80px; height: 80px; background: rgba(248,113,113,0.1); border: 2px solid var(--danger-color); border-radius: var(--radius-lg); display: flex; align-items: center; justify-content: center; } .error-badge img { width: 50px; height: 50px; border-radius: var(--radius-sm); } .error-code-label { font-family: var(--font-display); font-size: 4rem; font-weight: 800; color: var(--danger-color); text-shadow: 0 0 30px rgba(248,113,113,0.5); letter-spacing: 0.1em; } .error-headline { font-family: var(--font-display); font-size: 1.5rem; } .error-description { color: var(--text-secondary); font-size: 0.9rem; line-height: 1.6; } .error-actions { display: flex; flex-direction: column; gap: 0.75rem; width: 100%; } .error-secondary { display: inline-flex; justify-content: center; align-items: center; gap: 0.5rem; background: var(--primary); color: var(--surface-0); padding: 0.75rem 1.5rem; border-radius: var(--radius-sm); font-family: var(--font-mono); font-weight: 600; text-decoration: none; transition: all 0.2s ease; } .error-secondary:hover { background: var(--secondary); transform: translateY(-2px); } .blacklist-form-container { margin-top: 2rem; padding-top: 2rem; border-top: 2px solid var(--primary); } .checkbox-group { display: flex; align-items: center; gap: 0.75rem; cursor: pointer; padding: 0.5rem; border-radius: var(--radius-sm); transition: background 0.2s ease; } .checkbox-group:hover { background: rgba(143,156,255,0.05); } .checkbox-group input[type="checkbox"] { appearance: none; width: 18px; height: 18px; border: 1px solid var(--terminal-border); border-radius: var(--radius-sm); background: rgba(0,0,0,0.3); cursor: pointer; transition: all 0.2s ease; position: relative; } .checkbox-group input[type="checkbox"]:checked { background: var(--primary); border-color: var(--primary); } .checkbox-group input[type="checkbox"]:checked::after { content: '✓'; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); color: var(--surface-0); font-size: 0.75rem; } .checkbox-label { color: var(--text-secondary); font-size: 0.9rem; } .email-field { display: none; margin-top: 1rem; animation: fadeIn 0.3s ease; } .submit-btn { width: 100%; background: var(--primary); color: var(--surface-0); border: none; padding: 0.75rem 1.5rem; border-radius: var(--radius-sm); font-family: var(--font-mono); font-weight: 600; cursor: pointer; transition: all 0.2s ease; } .submit-btn:hover { background: var(--secondary); box-shadow: var(--glow-shadow); } .status-message { margin-top: 1rem; padding: 1rem; border-radius: var(--radius-sm); display: none; text-align: center; } .status-success { background: rgba(110,231,183,0.1); color: var(--success-color); border: 1px solid rgba(110,231,183,0.3); } .status-error { background: rgba(248,113,113,0.1); color: var(--danger-color); border: 1px solid rgba(248,113,113,0.3); } .discord-btn { display: flex; align-items: center; justify-content: center; gap: 0.75rem; background: var(--discord-blurple); border: 1px solid var(--discord-blurple); color: white; padding: 0.75rem 1.5rem; width: 100%; max-width: 280px; margin: 1rem auto; } .discord-btn:hover { background: var(--discord-blurple-dark); border-color: var(--discord-blurple-dark); box-shadow: 0 0 20px rgba(88,101,242,0.4); } .discord-logo { width: 24px; height: 24px; } .google-btn { display: flex; align-items: center; justify-content: center; gap: 0.75rem; background: white !important; border: 1px solid #dadce0 !important; color: #000 !important; padding: 0.75rem 1.5rem; width: 100%; max-width: 280px; margin: 0.5rem auto 1rem; } .google-btn:hover { background: #f8f9fa !important; box-shadow: 0 2px 8px rgba(0,0,0,0.15); } .hamburger-menu { display: none; flex-direction: column; justify-content: center; align-items: center; width: 44px; height: 44px; background: transparent; border: 1px solid var(--terminal-border); border-radius: var(--radius-sm); cursor: pointer; padding: 10px; gap: 6px; transition: all 0.3s ease; z-index: 1100; } .hamburger-menu:hover { border-color: var(--primary); background: rgba(143, 156, 255, 0.05); } .hamburger-line { width: 22px; height: 2px; background: var(--text-color); border-radius: 2px; transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55); transform-origin: center; } .hamburger-menu.active .hamburger-line:first-child { transform: translateY(4px) rotate(45deg); background: var(--primary); } .hamburger-menu.active .hamburger-line:last-child { transform: translateY(-4px) rotate(-45deg); background: var(--primary); } .hamburger-menu.active { border-color: var(--primary); } .mobile-menu { display: none; position: fixed; top: 0; left: -100%; width: 300px; max-width: 85vw; height: 100vh; background: linear-gradient(180deg, var(--surface-1) 0%, var(--surface-0) 100%); border-right: 1px solid var(--terminal-border); z-index: 1001; transition: left 0.4s cubic-bezier(0.16, 1, 0.3, 1); overflow-y: auto; box-shadow: 10px 0 40px rgba(0, 0, 0, 0.5); } .mobile-menu.active { left: 0; right: auto; } .mobile-menu-overlay { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.7); backdrop-filter: blur(4px); z-index: 1000; opacity: 0; transition: opacity 0.3s ease; } .mobile-menu-overlay.active { opacity: 1; } .mobile-menu-header { display: flex; align-items: center; justify-content: space-between; padding: 1.25rem 1.5rem; border-bottom: 1px solid var(--terminal-border); background: rgba(143, 156, 255, 0.03); } .mobile-menu-logo { display: flex; align-items: center; gap: 0.75rem; } .mobile-menu-logo img { width: 36px; height: 36px; border-radius: var(--radius-sm); border: 1px solid var(--terminal-border); } .mobile-menu-logo span { font-family: var(--font-display); font-size: 1.1rem; font-weight: 700; color: var(--primary); text-transform: uppercase; letter-spacing: 0.1em; } .mobile-menu-close { display: flex; align-items: center; justify-content: center; width: 36px; height: 36px; background: transparent; border: 1px solid var(--terminal-border); border-radius: var(--radius-sm); cursor: pointer; transition: all 0.2s ease; } .mobile-menu-close:hover { border-color: var(--danger-color); background: rgba(248, 113, 113, 0.1); } .mobile-menu-close svg { width: 18px; height: 18px; color: var(--text-secondary); transition: color 0.2s ease; } .mobile-menu-close:hover svg { color: var(--danger-color); } .mobile-menu-links { display: flex; flex-direction: column; padding: 1rem 0; } .mobile-menu-link { display: flex; align-items: center; gap: 1rem; padding: 1rem 1.5rem; color: var(--text-color); font-family: var(--font-mono); font-size: 0.95rem; font-weight: 500; text-decoration: none; transition: all 0.2s ease; border-left: 3px solid transparent; } .mobile-menu-link:hover { background: rgba(143, 156, 255, 0.05); color: var(--primary); border-left-color: var(--primary); } .mobile-menu-link svg { width: 20px; height: 20px; color: var(--text-secondary); transition: color 0.2s ease; } .mobile-menu-link:hover svg { color: var(--primary); } .mobile-menu-link.subscribe-link { background: linear-gradient(90deg, rgba(143, 156, 255, 0.1) 0%, transparent 100%); border-left-color: var(--primary); color: var(--primary); } .mobile-menu-link.subscribe-link svg { color: var(--primary); } .mobile-menu-divider { height: 1px; background: var(--terminal-border); margin: 0.5rem 1.5rem; } .mobile-menu-footer { padding: 1.5rem; border-top: 1px solid var(--terminal-border); margin-top: auto; } .mobile-menu-footer p { font-size: 0.75rem; color: var(--text-secondary); text-align: center; margin: 0; } @media (max-width: 992px) { .sidebar-nav { display: none !important; } .content-wrapper { flex-direction: column; } .payment-container { grid-template-columns: 1fr; } .product-features { gap: 0; } .slide-layout { grid-template-columns: 1fr; } .auth-steps, .feature-grid, .limits-grid { grid-template-columns: 1fr; } .checkout-panel { margin-top: 1.5rem; } } @media (max-width: 768px) { body { font-size: 14px; } .nav-container { flex-direction: row; padding: 0.75rem 1rem; justify-content: space-between; gap: 1rem; z-index: 1100; } .nav-brand { width: auto; justify-content: flex-start; order: 1; } .nav-links { display: none; } .hamburger-menu { display: flex; order: 2; z-index: 1101; } .mobile-menu { display: flex; flex-direction: column; z-index: 1050; } .mobile-menu-overlay { display: block; pointer-events: none; z-index: 1040; } .mobile-menu-overlay.active { pointer-events: auto; } .mobile-menu-close { display: none; } h1 { font-size: 1.75rem; } .stats { grid-template-columns: repeat(2, 1fr); gap: 1rem; } .plans { grid-template-columns: 1fr; max-width: 400px; } .plan.featured { transform: none; } .plan.featured:hover { transform: translateY(-5px); } .carousel-wrapper { padding: 1.5rem 1rem; } .carousel-metrics, .carousel-feature-list { grid-template-columns: 1fr; } .carousel-arrow { display: none; } .container { padding: 1rem; } .page { padding-top: 5rem; } .order-summary-header, .order-line-item, .order-total { padding-left: 16px; padding-right: 16px; } .checkout-account-section, .checkout-terms, .checkout-payment-section { margin: 12px 12px 0; padding: 13px 14px; } .payment-card-content { gap: 10px; } .payment-card-logo { width: 46px; height: 32px; } .cancel-btn { width: 100%; max-width: 280px; } .discord-box-wrapper { height: 300px !important; margin: 0 auto 2rem; max-width: 100%; perspective: 1500px; } .discord-box { padding: 1rem !important; border-radius: var(--radius-lg); box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3); border: 1px solid var(--terminal-border); justify-content: flex-start !important; } .discord-box > div { gap: 0.5rem !important; padding: 0 !important; height: 100% !important; display: flex !important; flex-direction: column !important; align-items: center !important; } .discord-box > div > div:first-child { width: 60px !important; height: 60px !important; margin-bottom: 0 !important; } .discord-box > div > div:first-child img { width: 45px !important; height: 45px !important; } .discord-info { min-height: 100px !important; height: 100px !important; width: 100% !important; position: relative !important; display: block !important; margin-top: 0.5rem !important; } .discord-content, .discord-description { position: absolute !important; top: 0 !important; left: 0 !important; width: 100% !important; height: 100% !important; display: flex !important; flex-direction: column !important; justify-content: flex-start !important; align-items: center !important; transition: opacity 0.3s ease !important; } .discord-content h1::after, .discord-content h1::before { display: none !important; } .discord-content h1 { font-size: 1.25rem !important; margin: 0 0 0.25rem 0 !important; line-height: 1.2 !important; } .discord-content p { font-size: 0.8rem !important; margin: 0 !important; line-height: 1.4 !important; } .discord-description p { font-size: 0.8rem !important; margin: 0 !important; line-height: 1.4 !important; } .discord-content h1 { margin-bottom: 0.25rem !important; } .discord-content p { margin-bottom: 0.25rem !important; } .discord-box .btn-discord { width: 220px !important; min-width: 220px !important; max-width: 220px !important; padding: 0.85rem 1.25rem !important; font-size: 0.85rem !important; white-space: nowrap; margin-bottom: 0.25rem !important; margin-top: auto !important; } .discord-box .btn-discord span { font-size: 0.85rem !important; } .discord-box .btn-discord svg, .discord-box .btn-discord img { width: 20px !important; height: 20px !important; flex-shrink: 0; } .stat-card { min-height: 110px; padding: 1.25rem; } .stat-number { font-size: 2.25rem; } .stat-label { font-size: 0.8rem; } .footer-links { flex-direction: row; gap: 0.4rem; font-size: 0.7rem; line-height: 1.4; flex-wrap: wrap; justify-content: center; } .footer-links span:not(:first-child) { display: inline; } } @media (max-width: 480px) { .nav-container { padding: 0.5rem 0.75rem; } .logo-image { width: 32px; height: 32px; } .brand-text { font-size: 0.95rem; } .hamburger-menu { width: 40px; height: 40px; padding: 8px; } .hamburger-line { width: 20px; } h1 { font-size: 1.4rem; } h2 { font-size: 1.2rem; } .stat-number { font-size: 1.75rem; } .price { font-size: 2.25rem; } .discord-box { padding: 0.875rem !important; } .discord-box-wrapper { height: 280px !important; } .discord-box > div { gap: 0.5rem !important; } .discord-info { min-height: 45px !important; } .discord-content h1 { margin-bottom: 0.2rem !important; } .discord-content p { margin-bottom: 0.2rem !important; } .discord-box .btn-discord { width: 180px !important; min-width: 180px !important; max-width: 180px !important; padding: 0.6rem 0.8rem; font-size: 0.75rem; } .discord-box .btn-discord span { font-size: 0.75rem; } .discord-content h1 { font-size: 1.25rem !important; } .discord-description p { font-size: 0.8rem !important; } .stats { grid-template-columns: 1fr 1fr; gap: 0.75rem; } .footer-links { font-size: 0.65rem; gap: 0.35rem; line-height: 1.3; } .api-header { font-size: 2rem; } .error-code-label { font-size: 3rem; } .mobile-menu { width: 260px; } .mobile-menu-header { padding: 1rem 1.25rem; } .mobile-menu-link { padding: 0.875rem 1.25rem; font-size: 0.9rem; } } .text-center { text-align: center; } .text-primary { color: var(--primary); } .text-secondary { color: var(--text-secondary); } .text-success { color: var(--success-color); } .text-danger { color: var(--danger-color); } .hidden { display: none; } .visible { display: block; } .homepage::before, .homepage::after { display: none; } .homepage { font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; background: #09090f; color: #e8e8ec; line-height: 1.6; } /* Doc + marketing shell: charcoal / zinc neutrals (business-friendly, no color tint) */ /* Fibonacci globe: home route only; fixed layer behind .site-root */ .homepage-globe-bg { position: fixed; inset: 0; z-index: 0; display: flex; align-items: center; justify-content: center; overflow: hidden; pointer-events: none; opacity: 0.12075; } .homepage-globe-bg canvas { display: block; width: min(160vmin, 2000px); height: min(160vmin, 2000px); max-width: none; image-rendering: auto; } body.has-globe-bg .site-root { position: relative; z-index: 1; } body.homepage.terms-page { background: #09090b; color: #a1a1aa; --shell-h1: #fafafa; --shell-h2: #e4e4e7; --shell-body: #a1a1aa; --shell-soft: #8b8b94; --shell-muted: #71717a; --shell-faint: #52525b; --shell-eyebrow: #787882; --shell-link: #9a9aa3; --shell-link-hover: #f4f4f5; --shell-icon: #5c5c61; --shell-panel: #0f0f12; --shell-panel-alt: #131316; --shell-panel-warm: #101012; --shell-border: #27272a; --shell-border-hover: #3f3f46; --shell-hit: #18181b; } body.homepage.terms-page .site-nav { background: rgba(9, 9, 11, 0.97); backdrop-filter: none; -webkit-backdrop-filter: none; border-bottom: 1px solid var(--shell-border); } body.homepage.terms-page .site-nav.scrolled { background: rgba(9, 9, 11, 0.99); border-bottom-color: var(--shell-border); } body.homepage.terms-page .site-nav-logo span { color: var(--shell-h2); } body.homepage.terms-page .site-nav-link { color: var(--shell-soft); } body.homepage.terms-page .site-nav-link:hover, body.homepage.terms-page .site-nav-link.active { color: var(--shell-h1); background: var(--shell-hit); } body.homepage.terms-page .site-nav-cta { color: var(--shell-body); } body.homepage.terms-page .site-nav-cta:hover { color: var(--shell-h1); } body.homepage.terms-page .site-nav-toggle { border-color: var(--shell-border-hover); } body.homepage.terms-page .site-mobile-menu { background: var(--shell-panel); border-left-color: var(--shell-border); } body.homepage.terms-page .site-mobile-header { border-bottom-color: var(--shell-border); } body.homepage.terms-page .site-mobile-logo span { color: var(--shell-h2); } body.homepage.terms-page .site-mobile-link { color: var(--shell-soft); } body.homepage.terms-page .site-mobile-link:hover { color: var(--shell-h1); background: var(--shell-hit); } body.homepage.terms-page .site-mobile-link-cta { color: var(--primary); } body.homepage.terms-page .site-mobile-link-cta:hover { color: var(--shell-h1); } body.homepage.terms-page .site-mobile-link-muted { color: var(--shell-muted); } body.homepage.terms-page .site-mobile-divider { background: var(--shell-border); } body.homepage.terms-page .site-mobile-footer { border-top-color: var(--shell-border); } body.homepage.terms-page .site-mobile-close { border-color: var(--shell-border); color: var(--shell-soft); background: var(--shell-hit); } body.homepage.terms-page .site-mobile-close:hover { color: var(--shell-h1); border-color: var(--shell-border-hover); background: rgba(255, 255, 255, 0.06); } body.terms-page .site-mobile-close { border-color: rgba(255, 255, 255, 0.14); color: #a8a8b8; background: rgba(255, 255, 255, 0.03); } body.terms-page .site-mobile-close:hover { color: #fff; border-color: rgba(255, 255, 255, 0.28); background: rgba(255, 255, 255, 0.07); } body.homepage.terms-page .site-hero-bg { background: radial-gradient(ellipse 60% 48% at 28% 40%, rgba(255, 255, 255, 0.03) 0%, transparent 55%); } body.homepage.terms-page .site-hero-heading { color: var(--shell-h1); } body.homepage.terms-page .site-hero-scroller-prefix { color: var(--shell-muted); } body.homepage.terms-page .site-hero-sub { color: var(--shell-soft); } body.homepage.terms-page .site-hero-scroller-list { color: var(--shell-h2); } body.homepage.terms-page .site-hero-screenshot { border: 1px solid var(--shell-border); box-shadow: none; } body.homepage.terms-page .site-section-alt { background: var(--shell-panel-warm); } body.homepage.terms-page .site-label { color: var(--shell-eyebrow); letter-spacing: 0.12em; } body.homepage.terms-page .site-heading { color: var(--shell-h2); } body.homepage.terms-page .site-text { color: var(--shell-body); } body.homepage.terms-page .site-feature { background: var(--shell-panel); border: 1px solid var(--shell-border); } body.homepage.terms-page .site-feature:hover { border-color: var(--shell-border-hover); background: var(--shell-panel-alt); } body.homepage.terms-page .site-feature strong { color: var(--shell-h1); } body.homepage.terms-page .site-feature span { color: var(--shell-soft); } body.homepage.terms-page .site-feature svg { color: var(--shell-icon); stroke: var(--shell-icon); } body.homepage.terms-page .site-screenshot-frame { border: 1px solid var(--shell-border); box-shadow: none; } /* Subscription: shell styling; featured card uses animated border (see .site-plan-featured) */ body.homepage.terms-page #subscribe .site-plan { background: var(--shell-panel); border: 1px solid var(--shell-border); box-shadow: none; } body.homepage.terms-page #subscribe .site-plan:hover { border-color: var(--shell-border-hover); box-shadow: none; } body.homepage.terms-page #subscribe .site-plan-featured { border-color: rgba(143, 156, 255, 0.4); background: var(--shell-panel); animation: subscribeHueShift 8s ease-in-out infinite; box-shadow: 0 0 7px rgba(143, 156, 255, 0.2), 0 0 16px rgba(143, 156, 255, 0.1); will-change: border-color, box-shadow; } body.homepage.terms-page #subscribe .site-plan-featured:hover { animation-play-state: paused; box-shadow: 0 0 14px rgba(143, 156, 255, 0.35), 0 0 24px rgba(85, 181, 255, 0.18); } body.homepage.terms-page #subscribe .site-pricing-header .site-label { color: var(--shell-eyebrow); } body.homepage.terms-page #subscribe .site-plan-name { color: var(--shell-muted); } body.homepage.terms-page #subscribe .site-plan-price { color: var(--shell-h2); } body.homepage.terms-page #subscribe .site-plan-features li { color: var(--shell-soft); } body.homepage.terms-page #subscribe .site-plan-period { color: var(--shell-muted); } body.homepage.terms-page #subscribe .site-plan-note { color: var(--shell-soft); } body.homepage.terms-page #subscribe .site-plan-badge { /* Match card fill so the plan’s top border doesn’t read as a line through the label */ background: var(--shell-panel); color: #e8e8ec; border: 1px solid rgba(143, 156, 255, 0.4); animation: subscribeHueShift 8s ease-in-out infinite; box-shadow: 0 0 7px rgba(143, 156, 255, 0.2), 0 0 16px rgba(143, 156, 255, 0.1); will-change: border-color, box-shadow, text-shadow; text-decoration: none; z-index: 2; } body.homepage.terms-page #subscribe .site-plan-badge:hover { animation-play-state: paused; box-shadow: 0 0 14px rgba(143, 156, 255, 0.35), 0 0 24px rgba(85, 181, 255, 0.18); } body.homepage.terms-page #subscribe .site-plan-features li::before { background: var(--shell-icon); opacity: 1; } body.homepage.terms-page .site-compare { border: 1px solid var(--shell-border); background: var(--shell-panel); box-shadow: none; } body.homepage.terms-page .site-compare-table-wrap { border: 1px solid var(--shell-border); background: #09090b; } body.homepage.terms-page .site-compare-table thead th { background: #141416; color: var(--shell-h2); border-bottom: 1px solid var(--shell-border); } body.homepage.terms-page .site-compare-table tbody th, body.homepage.terms-page .site-compare-table tbody td { border-bottom: 1px solid var(--shell-border); } body.homepage.terms-page .site-compare-table tbody th { color: #d4d4d8; } body.homepage.terms-page .site-compare-table tbody td { color: #8e8e95; } body.homepage.terms-page .site-compare-value-row td { color: var(--shell-body); } body.homepage.terms-page .site-footer { background: #09090b; border-top: 1px solid var(--shell-border); box-shadow: none; } body.homepage.terms-page .site-footer::before { background: var(--shell-border); } body.homepage.terms-page .site-footer-logo span { color: var(--shell-h2); } body.homepage.terms-page .site-footer-col h4 { color: var(--shell-faint); } body.homepage.terms-page .site-footer-col a:hover { color: var(--shell-h1); } body.homepage.terms-page .site-footer-tagline, body.homepage.terms-page .site-footer-col a, body.homepage.terms-page .site-footer-meta p, body.homepage.terms-page .site-footer-copy, body.homepage.terms-page .site-footer-bottom p { color: var(--shell-muted); } body.homepage.terms-page .site-footer-social a { color: var(--shell-soft); border-color: var(--shell-border-hover); background: var(--shell-panel); box-shadow: none; } body.homepage.terms-page .site-footer-social a:hover { color: var(--shell-h1); border-color: var(--shell-border-hover); background: var(--shell-hit); box-shadow: none; } body.homepage.terms-page .site-footer-bottom { border-top-color: var(--shell-border); } body.homepage.terms-page #payment-page, body.homepage.terms-page #success-page { background: #09090b; } body.homepage.terms-page #payment-page .checkout-header h1 svg, body.homepage.terms-page #payment-page .feature-icon svg { color: var(--shell-icon); } body.homepage.terms-page #payment-page .quantity { color: var(--shell-soft); background: rgba(255, 255, 255, 0.05); } body.homepage.terms-page #success-page #purchase-details h3 { color: var(--shell-h2); } body.homepage.terms-page .checkout-terms-label input:checked + .checkout-checkbox { background: #3f3f46; border-color: #52525b; } body.homepage.terms-page .checkout-terms-label a { color: var(--shell-link); } body.homepage.terms-page .checkout-terms-label a:hover { color: var(--shell-link-hover); } body.homepage.terms-page .site-form-checkbox input[type="checkbox"] { accent-color: #52525b; } body.homepage.terms-page .site-form-submit { background: #3f3f46; color: #fafafa; } /* Doc pages: headings vs body vs links */ body.homepage.terms-page .site-page-subtitle { color: var(--shell-soft); } body.homepage.terms-page .site-page-read-time, body.homepage.terms-page .site-page-read-time-icon, body.homepage.terms-page .site-page-read-time-text { color: var(--shell-muted); } body.homepage.terms-page .site-content-section { background: var(--shell-panel); border-color: var(--shell-border); } body.homepage.terms-page .site-content-section h2 { color: var(--shell-h2); } body.homepage.terms-page .site-content-section h3 { color: #94949d; } body.homepage.terms-page .site-content-section p, body.homepage.terms-page .site-content-section li { color: #86868f; } body.homepage.terms-page .site-content-section li::before { background: var(--shell-icon); } body.homepage.terms-page .site-content-section a { color: var(--shell-link); } body.homepage.terms-page .site-content-section a:hover { color: var(--shell-link-hover); border-bottom-color: rgba(244, 244, 245, 0.35); } body.homepage.terms-page .site-content-nav { background: var(--shell-panel-alt); border-color: var(--shell-border); } body.homepage.terms-page .site-content-nav h4 { color: var(--shell-faint); } body.homepage.terms-page .site-content-nav a { color: var(--shell-soft); } body.homepage.terms-page .site-content-nav a:hover, body.homepage.terms-page .site-content-nav a.active { color: var(--shell-h2); background: var(--shell-hit); } body.homepage.terms-page .site-billing-card { background: var(--shell-panel-alt); border-color: var(--shell-border); } body.homepage.terms-page .site-billing-card h4 { color: var(--shell-h2); } body.homepage.terms-page .site-billing-card p { color: var(--shell-muted); } body.homepage.terms-page .site-form-container { background: var(--shell-panel); border-color: var(--shell-border); } body.homepage.terms-page .site-form-container h2 { color: var(--shell-h2); } body.homepage.terms-page .site-form-container p { color: var(--shell-soft); } body.homepage.terms-page .site-form-group label { color: #94949d; } body.homepage.terms-page .site-form-input, body.homepage.terms-page .site-form-textarea { color: var(--shell-h2); border-color: var(--shell-border-hover); background: rgba(24, 24, 27, 0.75); } body.homepage.terms-page .site-last-updated { color: var(--shell-faint); } .site-container { max-width: 1320px; margin: 0 auto; padding: 0 2rem; } .site-nav { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; background: rgba(9, 9, 15, 0.8); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); border-bottom: 1px solid transparent; transition: border-color 0.3s ease, background 0.3s ease; font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; } .site-nav.scrolled { border-bottom-color: rgba(255, 255, 255, 0.06); background: rgba(9, 9, 15, 0.95); } .site-nav-inner { max-width: 1200px; margin: 0 auto; padding: 0 2rem; height: 64px; display: flex; align-items: center; justify-content: space-between; } .site-nav-logo { display: flex; align-items: center; gap: 0.6rem; text-decoration: none; flex-shrink: 0; } .site-nav-logo img { width: 36px; height: 36px; border-radius: 8px; } .site-nav-logo span { font-weight: 700; font-size: 1.1rem; color: #e8e8ec; letter-spacing: -0.01em; } .site-nav-links { display: flex; align-items: center; gap: 0.25rem; } .site-nav-link { font-size: 0.875rem; font-weight: 500; color: #8b8b9e; text-decoration: none; padding: 0.5rem 0.875rem; border-radius: 6px; transition: color 0.2s ease, background 0.2s ease; } .site-nav-link:hover { color: #e8e8ec; background: rgba(255, 255, 255, 0.04); } @keyframes subscribeHueShift { 0%, 100% { border-color: rgba(143, 156, 255, 0.42); box-shadow: 0 0 6px rgba(143, 156, 255, 0.28), 0 0 16px rgba(143, 156, 255, 0.14); text-shadow: 0 0 4px rgba(143, 156, 255, 0.3), 0 0 10px rgba(143, 156, 255, 0.14); } 25% { border-color: rgba(85, 181, 255, 0.45); box-shadow: 0 0 7px rgba(85, 181, 255, 0.28), 0 0 18px rgba(85, 181, 255, 0.14); text-shadow: 0 0 4px rgba(85, 181, 255, 0.28), 0 0 11px rgba(85, 181, 255, 0.14); } 50% { border-color: rgba(199, 125, 255, 0.46); box-shadow: 0 0 8px rgba(199, 125, 255, 0.28), 0 0 19px rgba(199, 125, 255, 0.14); text-shadow: 0 0 5px rgba(199, 125, 255, 0.28), 0 0 12px rgba(199, 125, 255, 0.14); } 75% { border-color: rgba(255, 107, 157, 0.38); box-shadow: 0 0 7px rgba(255, 107, 157, 0.24), 0 0 18px rgba(255, 107, 157, 0.12); text-shadow: 0 0 4px rgba(255, 107, 157, 0.24), 0 0 11px rgba(255, 107, 157, 0.12); } } .site-nav-cta { font-size: 0.875rem; font-weight: 600; color: #e8e8ec; background: transparent; text-decoration: none; padding: 0.5rem 1.25rem; border-radius: 6px; margin-left: 0.5rem; border: 1px solid rgba(255, 255, 255, 0.18); box-shadow: 0 0 6px rgba(143, 156, 255, 0.2), 0 0 16px rgba(143, 156, 255, 0.1); transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, color 0.2s ease; animation: subscribeHueShift 8s ease-in-out infinite; will-change: border-color, box-shadow, text-shadow; } .site-nav-cta:hover { background: transparent; transform: translateY(-1px); color: #ffffff; border-color: rgba(255, 255, 255, 0.34); box-shadow: 0 0 10px rgba(143, 156, 255, 0.2); } .site-nav-toggle { display: none; flex-direction: column; justify-content: center; align-items: center; width: 40px; height: 40px; background: transparent; border: 1px solid rgba(255, 255, 255, 0.08); border-radius: 8px; cursor: pointer; gap: 5px; padding: 0; } .site-nav-toggle span { display: block; width: 18px; height: 2px; background: #e8e8ec; border-radius: 1px; transition: transform 0.3s ease, opacity 0.3s ease; } .site-nav-toggle.open span:first-child { transform: translateY(3.5px) rotate(45deg); } .site-nav-toggle.open span:last-child { transform: translateY(-3.5px) rotate(-45deg); } .site-mobile-overlay { display: none; position: fixed; inset: 0; background: rgba(0, 0, 0, 0.6); backdrop-filter: blur(4px); z-index: 998; opacity: 0; transition: opacity 0.3s ease; } .site-mobile-overlay.open { opacity: 1; pointer-events: auto; } .site-mobile-menu { display: none; position: fixed; top: 0; right: -100%; width: min(320px, 88vw); max-width: 88vw; height: 100vh; background: linear-gradient(165deg, rgba(22, 25, 36, 0.98) 0%, rgba(12, 14, 22, 0.99) 45%, rgba(8, 10, 16, 1) 100%); border-left: 1px solid rgba(143, 156, 255, 0.12); box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.04), -16px 0 48px rgba(0, 0, 0, 0.55); z-index: 999; transition: right 0.35s cubic-bezier(0.16, 1, 0.3, 1); flex-direction: column; overflow-y: auto; font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; } .site-mobile-menu::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 1px; background: linear-gradient(90deg, transparent, rgba(143, 156, 255, 0.35), transparent); pointer-events: none; } .site-mobile-menu.open { right: 0; } .site-mobile-header { display: flex; align-items: center; justify-content: space-between; gap: 0.75rem; padding: 1rem 1.1rem 1rem 1.25rem; border-bottom: 1px solid rgba(255, 255, 255, 0.06); flex-shrink: 0; } .site-mobile-logo { display: flex; align-items: center; gap: 0.5rem; text-decoration: none; color: inherit; min-width: 0; } .site-mobile-logo img { border-radius: 6px; flex-shrink: 0; } .site-mobile-logo span { font-weight: 700; color: #e8e8ec; font-size: 1rem; letter-spacing: -0.02em; } .site-mobile-close { display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px; flex-shrink: 0; padding: 0; border: 1px solid rgba(143, 156, 255, 0.2); border-radius: 8px; background: rgba(255, 255, 255, 0.02); color: #b7c0e4; cursor: pointer; transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease; } .site-mobile-close:hover { color: #f3f5ff; border-color: rgba(85, 181, 255, 0.45); background: rgba(85, 181, 255, 0.08); box-shadow: 0 0 0 1px rgba(143, 156, 255, 0.08); } .site-mobile-links { display: flex; flex-direction: column; padding: 0.6rem 0 1rem; gap: 0.125rem; } .site-mobile-link { display: block; margin: 0 0.65rem 0 0; padding: 0.7rem 0.85rem 0.7rem 1.25rem; color: #c8cad8; text-decoration: none; font-size: 0.9rem; font-weight: 500; letter-spacing: -0.01em; border-radius: 0 8px 8px 0; transition: background 0.2s ease, color 0.2s ease; } .site-mobile-link:hover { background: rgba(143, 156, 255, 0.06); color: #f3f5ff; } .site-mobile-link-cta { color: var(--primary); font-weight: 600; text-shadow: 0 0 4px rgba(143, 156, 255, 0.18); animation: subscribeHueShift 8s ease-in-out infinite; will-change: border-color, box-shadow, text-shadow; } .site-mobile-link-muted { color: #8b8b9e; font-size: 0.85rem; } .site-mobile-divider { height: 1px; background: rgba(255, 255, 255, 0.06); margin: 0.25rem 1.25rem; } .site-mobile-footer { padding: 1.25rem 1.25rem 1.35rem; margin-top: auto; border-top: 1px solid rgba(143, 156, 255, 0.1); background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.2) 100%); } .site-mobile-footer-social { justify-content: center; margin-bottom: 1rem; } .site-mobile-footer p { font-size: 0.75rem; color: #6d7389; margin: 0; text-align: center; letter-spacing: 0.02em; } .site-hero { position: relative; padding: 10rem 0 6rem; overflow: hidden; min-height: 85vh; display: flex; align-items: center; } .site-hero-bg { position: absolute; inset: 0; background: radial-gradient(ellipse 60% 50% at 20% 40%, rgba(143, 156, 255, 0.08) 0%, transparent 70%), radial-gradient(ellipse 50% 40% at 80% 30%, rgba(85, 181, 255, 0.06) 0%, transparent 70%), radial-gradient(ellipse 40% 60% at 50% 90%, rgba(143, 156, 255, 0.04) 0%, transparent 70%); pointer-events: none; } .site-hero-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; position: relative; z-index: 1; } .site-hero-content { max-width: 560px; } .site-hero-heading { font-family: 'Inter', sans-serif; font-size: clamp(2rem, 8vw, 3.25rem); font-weight: 800; line-height: 1.1; color: #e8e8ec; letter-spacing: -0.03em; margin: 0; } .site-hero-heading::after { display: none; } .site-hero-scroller { display: flex; align-items: center; font-family: 'Inter', sans-serif; font-size: clamp(1.4rem, 5vw, 2.25rem); font-weight: 800; line-height: 1.2; letter-spacing: -0.02em; margin-bottom: 1.5rem; white-space: nowrap; } .site-hero-scroller-prefix { color: #8b8b9e; font-weight: 600; } .site-hero-scroller-window { height: 1.2em; overflow: hidden; position: relative; display: block; } .site-hero-scroller-list { display: flex; flex-direction: column; color: var(--primary); will-change: transform; } .site-hero-scroller-list div { height: 1.2em; display: flex; align-items: center; flex-shrink: 0; } @keyframes cursorBlink { 0%, 100% { opacity: 1; } 50% { opacity: 0; } } .site-hero-sub { font-size: 1.1rem; line-height: 1.7; color: #8b8b9e; margin-bottom: 2rem; max-width: 500px; } .site-hero-actions { display: flex; gap: 0.75rem; flex-wrap: wrap; } .site-btn { display: inline-flex; align-items: center; justify-content: center; gap: 0.5rem; font-family: 'Inter', sans-serif; font-size: 0.9rem; font-weight: 600; padding: 0.75rem 1.5rem; border-radius: 8px; text-decoration: none; transition: all 0.2s ease; cursor: pointer; border: 1px solid transparent; white-space: nowrap; } .site-btn svg { width: 18px; height: 18px; flex-shrink: 0; } .site-btn-primary { color: #e8e8ec; background: transparent; border-color: rgba(255, 255, 255, 0.18); box-shadow: none; } .site-btn-primary:hover { background: transparent; transform: translateY(-1px); color: #ffffff; border-color: rgba(255, 255, 255, 0.34); box-shadow: none; } .site-btn-outline { background: transparent; color: #e8e8ec; border: 1px solid rgba(255, 255, 255, 0.12); } .site-btn-outline:hover { border-color: rgba(255, 255, 255, 0.25); background: rgba(255, 255, 255, 0.04); color: #e8e8ec; } .site-btn-discord { background: transparent; color: #e8e8ec; border-color: rgba(255, 255, 255, 0.18); box-shadow: none; } .site-btn-discord:hover { background: transparent; transform: translateY(-1px); box-shadow: none; color: #ffffff; border-color: rgba(255, 255, 255, 0.34); } .site-btn-block { width: 100%; } .site-hero-visual { display: flex; justify-content: center; align-items: center; } .site-hero-screenshot { width: 100%; aspect-ratio: 1.52; border-radius: 12px; border: 1px solid rgba(255, 255, 255, 0.06); background: #000; box-shadow: 0 24px 64px rgba(0, 0, 0, 0.4), 0 0 0 1px rgba(255, 255, 255, 0.03); overflow: hidden; position: relative; } .site-hero-screenshot img, .site-hero-screenshot iframe, .site-hero-screenshot .site-hero-oracle { position: absolute; top: 50%; left: 50%; width: 108.5%; height: 108.5%; transform: translate(-50%, -50%); object-fit: cover; } .site-hero-oracle { pointer-events: auto; } .site-hero-oracle-inner { position: relative; width: 100%; height: 100%; border-radius: inherit; overflow: hidden; background: #09090b; border: 1px solid rgba(255, 255, 255, 0.06); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04); } .site-hero-oracle-3d-mount { position: absolute; inset: 0; width: 100%; height: 100%; min-height: 120px; } .site-hero-oracle-3d-mount canvas { display: block; width: 100% !important; height: 100% !important; } .screenshot-placeholder { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 0.75rem; width: 100%; height: 100%; padding: 2rem; } .screenshot-placeholder span { font-size: 0.8rem; color: #555; font-weight: 500; text-transform: uppercase; letter-spacing: 0.1em; } .site-section { padding: 7rem 0; } .site-section-alt { background: rgba(255, 255, 255, 0.015); } .site-section-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; } .site-section-grid-reverse { grid-template-columns: 1fr 1fr; } .site-label { display: inline-block; font-size: 0.75rem; font-weight: 600; color: var(--primary); text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 0.75rem; } .site-heading { font-family: 'Inter', sans-serif; font-size: 2.5rem; font-weight: 800; color: #e8e8ec; letter-spacing: -0.03em; line-height: 1.15; margin-bottom: 1.25rem; } .site-heading::after { display: none; } .site-text { font-size: 1rem; line-height: 1.75; color: #8b8b9e; margin-bottom: 1rem; } .site-text-center { text-align: center; max-width: 560px; margin-left: auto; margin-right: auto; } .site-features { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin: 2rem 0; } .site-feature { display: flex; align-items: flex-start; gap: 0.75rem; padding: 1rem; background: rgba(255, 255, 255, 0.02); border: 1px solid rgba(255, 255, 255, 0.04); border-radius: 10px; transition: border-color 0.2s ease, background 0.2s ease; } .site-feature:hover { border-color: rgba(143, 156, 255, 0.15); background: rgba(143, 156, 255, 0.03); } .site-feature svg { width: 20px; height: 20px; color: var(--primary); flex-shrink: 0; margin-top: 2px; stroke-width: 1.5; } .site-feature strong { display: block; font-size: 0.875rem; font-weight: 600; color: #e8e8ec; margin-bottom: 0.15rem; } .site-feature span { display: block; font-size: 0.8rem; color: #666; line-height: 1.5; } .site-section-actions { display: flex; gap: 0.75rem; flex-wrap: wrap; margin-top: 0.5rem; } .site-screenshot-frame { width: 100%; aspect-ratio: 1.52; border-radius: 12px; border: 1px solid rgba(255, 255, 255, 0.06); background: #000; box-shadow: 0 16px 48px rgba(0, 0, 0, 0.3); overflow: hidden; position: relative; } .site-screenshot-frame iframe, .site-screenshot-frame img { position: absolute; top: 50%; left: 50%; width: 108.5%; height: 108.5%; transform: translate(-50%, -50%); object-fit: cover; } .screenshot-placeholder-lg { padding: 3rem; } .site-section-visual { display: flex; align-items: center; justify-content: center; } .site-pricing-header { text-align: center; margin-bottom: 3rem; } .site-pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; max-width: 960px; margin: 0 auto; } .site-compare { max-width: 1080px; margin: 3rem auto 0; padding: 1.5rem; border: 1px solid rgba(255, 255, 255, 0.08); border-radius: 14px; background: rgba(13, 15, 22, 0.94); } .site-compare-header { text-align: center; margin-bottom: 1.75rem; } .site-subheading { font-family: var(--font-display); font-size: 1.65rem; letter-spacing: 0.02em; color: #f3f5fb; margin-bottom: 0.55rem; } .site-compare-table-wrap { overflow-x: auto; border-radius: 10px; border: 1px solid rgba(255, 255, 255, 0.06); background: rgba(10, 12, 18, 0.9); } .site-compare-table { width: 100%; min-width: 700px; border-collapse: collapse; } .site-compare-table thead th { padding: 0.9rem 1rem; font-family: var(--font-display); font-size: 0.85rem; letter-spacing: 0.04em; color: #f3f5fb; text-transform: uppercase; background: rgba(143, 156, 255, 0.1); border-bottom: 1px solid rgba(255, 255, 255, 0.08); } .site-compare-table tbody th, .site-compare-table tbody td { padding: 0.85rem 1rem; vertical-align: top; border-bottom: 1px solid rgba(255, 255, 255, 0.06); } .site-compare-table tbody th { width: 46%; font-size: 0.84rem; font-weight: 600; color: #f0f2fa; letter-spacing: 0.02em; text-align: left; } .site-compare-table tbody td { font-size: 0.88rem; line-height: 1.45; color: rgba(232, 234, 242, 0.82); text-align: center; } .site-compare-table thead th:first-child { text-align: left; } .site-compare-table thead th:nth-child(2), .site-compare-table thead th:nth-child(3) { text-align: center; } .site-compare-value-row td { text-align: left; font-size: 0.84rem; color: rgba(235, 238, 248, 0.9); } .site-compare-value { font-weight: 600; } .site-mark { display: inline-flex; align-items: center; justify-content: center; width: 28px; height: 28px; border-radius: 999px; font-size: 0.9rem; font-weight: 700; } .site-mark-check { color: #d6ffe8; background: rgba(36, 194, 124, 0.2); border: 1px solid rgba(36, 194, 124, 0.35); } .site-mark-x { color: #ffd7d7; background: rgba(233, 90, 90, 0.2); border: 1px solid rgba(233, 90, 90, 0.35); } .site-compare-table tbody tr:last-child th, .site-compare-table tbody tr:last-child td { border-bottom: none; } .site-compare-footnote { margin-top: 0.9rem; font-size: 0.8rem; line-height: 1.55; color: var(--text-secondary); text-align: center; } .site-compare-footnote a { color: var(--secondary); text-decoration: none; } .site-compare-footnote a:hover { text-decoration: underline; } .site-plan { background: #111118; border: 1px solid rgba(255, 255, 255, 0.06); border-radius: 12px; padding: 2.25rem 1.75rem; display: flex; flex-direction: column; position: relative; transition: border-color 0.2s ease, transform 0.2s ease; } .site-plan:hover { border-color: rgba(255, 255, 255, 0.12); transform: translateY(-4px); } .site-plan-featured { border-color: rgba(143, 156, 255, 0.4); background: linear-gradient(180deg, rgba(143, 156, 255, 0.06) 0%, #111118 100%); animation: subscribeHueShift 8s ease-in-out infinite; box-shadow: 0 0 7px rgba(143, 156, 255, 0.2), 0 0 16px rgba(143, 156, 255, 0.1); will-change: border-color, box-shadow; } .site-plan-featured:hover { animation-play-state: paused; box-shadow: 0 0 14px rgba(143, 156, 255, 0.35), 0 0 24px rgba(85, 181, 255, 0.18); } .site-plan-featured > *:not(.site-plan-badge) { text-shadow: none; } .site-plan-badge { position: absolute; top: -11px; left: 50%; transform: translateX(-50%); background: #111118; color: #e8e8ec; font-size: 0.7rem; font-weight: 700; padding: 0.25rem 0.875rem; border-radius: 20px; text-transform: uppercase; letter-spacing: 0.05em; white-space: nowrap; border: 1px solid rgba(143, 156, 255, 0.4); animation: subscribeHueShift 8s ease-in-out infinite; box-shadow: 0 0 7px rgba(143, 156, 255, 0.2), 0 0 16px rgba(143, 156, 255, 0.1); will-change: border-color, box-shadow, text-shadow; z-index: 2; } .site-plan-badge:hover { animation-play-state: paused; box-shadow: 0 0 14px rgba(143, 156, 255, 0.35), 0 0 24px rgba(85, 181, 255, 0.18); } .site-plan-name { font-size: 1rem; font-weight: 600; color: #8b8b9e; margin-bottom: 0.5rem; } .site-plan-price { font-family: 'Inter', sans-serif; font-size: 2.75rem; font-weight: 800; color: #e8e8ec; letter-spacing: -0.03em; line-height: 1.1; } .site-plan-period { font-size: 0.85rem; color: #555; margin-bottom: 0.5rem; } .site-plan-note { font-size: 0.8rem; font-weight: 600; color: var(--primary); margin-bottom: 1.5rem; } .site-plan-features { list-style: none; padding: 0; margin: 0 0 1.5rem 0; flex: 1; } .site-plan-features li { position: relative; padding: 0.4rem 0 0.4rem 1.25rem; font-size: 0.875rem; color: #8b8b9e; line-height: 1.5; } .site-plan-features li::before { content: ''; position: absolute; left: 0; top: 0.7rem; width: 6px; height: 6px; border-radius: 50%; background: var(--primary); opacity: 0.6; } .site-footer { padding: 4rem 0 2rem; border-top: 1px solid rgba(255, 255, 255, 0.04); background: #09090f; font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; } .site-footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr 1fr; gap: 3rem; margin-bottom: 3rem; } .site-footer-brand { max-width: 280px; } .site-footer-logo { display: flex; align-items: center; gap: 0.5rem; margin-bottom: 0.75rem; } .site-footer-logo img { border-radius: 6px; } .site-footer-logo span { font-weight: 700; font-size: 1rem; color: #e8e8ec; } .site-footer-tagline { font-size: 0.875rem; color: #555; line-height: 1.6; margin: 0; } .site-footer-copy { font-size: 0.8rem; color: #444; margin: 0.75rem 0 0; line-height: 1.5; } .site-footer-col h4 { font-family: 'Inter', sans-serif; font-size: 0.8rem; font-weight: 600; color: #8b8b9e; text-transform: uppercase; letter-spacing: 0.05em; margin-bottom: 0.75rem; } .site-footer-col a { display: block; font-size: 0.875rem; color: #555; text-decoration: none; padding: 0.3rem 0; transition: color 0.2s ease; } .site-footer-col a:hover { color: #e8e8ec; } .site-footer-col .site-footer-icon { vertical-align: middle; margin-right: 0.35rem; } .site-footer-bottom { border-top: 1px solid rgba(255, 255, 255, 0.04); padding-top: 1.5rem; } .site-footer-bottom p { font-size: 0.8rem; color: #444; margin: 0; } .homepage #plan-selection { display: none !important; } .homepage #payment-page, .homepage #success-page { position: fixed; inset: 0; z-index: 900; background: #09090f; overflow-y: auto; min-height: 100vh; padding: 5rem 0 2rem; } .homepage #payment-page.active, .homepage #success-page.active { display: block; } .homepage .modal { z-index: 950; } .homepage .custom-notification-overlay { z-index: 960; } .homepage .site-page-content { max-width: 880px; margin: 0 auto; padding: 7rem 2rem 4rem; } .homepage .site-page-header { display: block; width: 100%; margin-bottom: 3rem; } .homepage .site-page-title { font-family: 'Inter', sans-serif; font-size: clamp(1.75rem, 5vw, 2.5rem); font-weight: 800; color: #e8e8ec; letter-spacing: -0.03em; margin-bottom: 0.5rem; } /* Terms-style shells (Terms, Capabilities, API docs, Removal): match page h1 to .homepage .site-page-title and override global h1 */ body.homepage.terms-page .site-page-title { font-family: 'Inter', sans-serif; font-size: clamp(1.75rem, 5vw, 2.5rem); font-weight: 800; color: var(--shell-h1); letter-spacing: -0.03em; margin-bottom: 0.5rem; text-transform: none; text-align: left; } body.homepage.terms-page .site-page-title::after { display: none; } /* Sidebar doc pages: align page header with main content column (not over the nav) */ body.homepage.terms-page .site-page-content:has(.site-content-layout), body.homepage.terms-page .site-page-content:has(.api-docs-layout) { display: grid; grid-template-columns: 240px minmax(0, 1fr); gap: 1.25rem; align-items: start; } body.homepage.terms-page .site-page-content:has(.site-content-layout) .site-page-header { grid-column: 2; grid-row: 1; } /* Match API doc title width to .content-container inside the main column */ body.homepage.terms-page .site-page-content:has(.api-docs-layout) .site-page-header { grid-column: 2; grid-row: 1; width: 100%; max-width: 960px; margin-left: auto; margin-right: auto; box-sizing: border-box; } body.homepage.terms-page .site-content-layout, body.homepage.terms-page .api-docs-layout { grid-column: 1 / -1; grid-row: 2; } @media (max-width: 1024px) { body.homepage.terms-page .site-page-content:has(.site-content-layout), body.homepage.terms-page .site-page-content:has(.api-docs-layout) { grid-template-columns: 1fr; } body.homepage.terms-page .site-page-content:has(.site-content-layout) .site-page-header, body.homepage.terms-page .site-page-content:has(.api-docs-layout) .site-page-header { grid-column: 1 / -1; max-width: none; margin-left: 0; margin-right: 0; } } .homepage .site-page-subtitle { color: #8b8b9e; font-size: 1rem; line-height: 1.6; margin-bottom: 0.75rem; } .homepage .site-page-read-time { display: flex; align-items: center; gap: 0.4rem; color: #6b6b7e; font-size: 0.875rem; margin: 0.5rem 0 0; width: 100%; } .homepage .site-page-read-time-icon { flex-shrink: 0; color: #8b8b9e; } .homepage .site-page-read-time-text { font-variant-numeric: tabular-nums; } .homepage .site-content-section { background: rgba(255, 255, 255, 0.02); border: 1px solid rgba(255, 255, 255, 0.06); border-radius: 12px; padding: 2rem; margin-bottom: 1.5rem; } .homepage .site-content-section h2 { font-family: 'Inter', sans-serif; font-size: 1.2rem; font-weight: 700; color: #e8e8ec; margin-bottom: 1rem; letter-spacing: -0.02em; } .homepage .site-content-section h3 { font-family: 'Inter', sans-serif; font-size: 1rem; font-weight: 600; color: #c4c4d0; margin: 1.25rem 0 0.5rem; } .homepage .site-content-section h3:first-of-type { margin-top: 0.25rem; } .homepage .site-content-section p { color: #8b8b9e; font-size: 0.9rem; line-height: 1.7; margin-bottom: 0.75rem; } .homepage .site-content-section p:last-child { margin-bottom: 0; } .homepage .site-content-section ul { list-style: none; padding: 0; margin: 0.75rem 0; } .homepage .site-content-section li { color: #8b8b9e; font-size: 0.9rem; line-height: 1.7; padding-left: 1.25rem; position: relative; margin-bottom: 0.35rem; } .homepage .site-content-section li::before { content: ''; position: absolute; left: 0; top: 0.65em; width: 5px; height: 5px; border-radius: 50%; background: var(--primary); } .homepage .site-content-section a { color: var(--primary); text-decoration: none; border-bottom: 1px solid transparent; transition: border-color 0.2s; } .homepage .site-content-section a:hover { border-bottom-color: var(--primary); } .homepage .site-content-nav { position: sticky; top: 90px; background: rgba(255, 255, 255, 0.02); border: 1px solid rgba(255, 255, 255, 0.06); border-radius: 12px; padding: 1.25rem; margin-bottom: 2rem; } .homepage .site-content-nav h4 { font-family: 'Inter', sans-serif; font-size: 0.7rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.08em; color: #555; margin-bottom: 0.75rem; } .homepage .site-content-nav ul { list-style: none; padding: 0; margin: 0; } .homepage .site-content-nav li { margin-bottom: 0.15rem; } .homepage .site-content-nav a { display: block; padding: 0.35rem 0.75rem; font-size: 0.82rem; color: #8b8b9e; text-decoration: none; border-radius: 6px; transition: all 0.2s; } .homepage .site-content-nav a:hover, .homepage .site-content-nav a.active { color: #e8e8ec; background: rgba(255, 255, 255, 0.04); } .homepage .site-content-layout { display: grid; grid-template-columns: 200px 1fr; gap: 2rem; align-items: start; } .homepage .site-last-updated { text-align: center; color: #555; font-size: 0.8rem; padding: 2rem 0 0; } .homepage .site-billing-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; margin-top: 1rem; } .homepage .site-billing-card { background: rgba(255, 255, 255, 0.03); border: 1px solid rgba(255, 255, 255, 0.06); border-radius: 10px; padding: 1.25rem; } .homepage .site-billing-card h4 { font-family: 'Inter', sans-serif; font-size: 0.9rem; font-weight: 600; color: #e8e8ec; margin-bottom: 0.5rem; } .homepage .site-billing-card p { color: #8b8b9e; font-size: 0.82rem; line-height: 1.6; margin: 0; } .homepage .site-form-container { background: rgba(255, 255, 255, 0.02); border: 1px solid rgba(255, 255, 255, 0.06); border-radius: 12px; padding: 2rem; margin-top: 2rem; } .homepage .site-form-container h2 { font-family: 'Inter', sans-serif; font-size: 1.2rem; font-weight: 700; color: #e8e8ec; margin-bottom: 0.5rem; } .homepage .site-form-container p { color: #8b8b9e; font-size: 0.9rem; margin-bottom: 1.5rem; } .homepage .site-form-group { margin-bottom: 1.25rem; } .homepage .site-form-group label { display: block; font-size: 0.85rem; font-weight: 500; color: #c4c4d0; margin-bottom: 0.5rem; } .homepage .site-form-input, .homepage .site-form-textarea { width: 100%; padding: 0.75rem 1rem; background: rgba(255, 255, 255, 0.04); border: 1px solid rgba(255, 255, 255, 0.1); border-radius: 8px; color: #e8e8ec; font-size: 0.9rem; font-family: 'Inter', sans-serif; transition: border-color 0.2s; box-sizing: border-box; } .homepage .site-form-input:focus, .homepage .site-form-textarea:focus { outline: none; border-color: var(--primary); } .homepage .site-form-textarea { min-height: 120px; resize: vertical; } .homepage .site-form-checkbox { display: flex; align-items: center; gap: 0.5rem; font-size: 0.85rem; color: #8b8b9e; cursor: pointer; } .homepage .site-form-checkbox input[type="checkbox"] { accent-color: var(--primary); } .homepage .site-form-submit { display: inline-flex; align-items: center; justify-content: center; padding: 0.75rem 2rem; background: var(--primary); color: #09090f; border: none; border-radius: 8px; font-size: 0.9rem; font-weight: 600; font-family: 'Inter', sans-serif; cursor: pointer; transition: opacity 0.2s; margin-top: 0.5rem; } .homepage .site-form-submit:hover { opacity: 0.9; } .homepage .site-form-submit:disabled { opacity: 0.5; cursor: not-allowed; } .homepage .site-form-status { display: none; margin-top: 1rem; padding: 0.75rem 1rem; border-radius: 8px; font-size: 0.85rem; } .homepage .site-form-status.success { background: rgba(34, 197, 94, 0.1); border: 1px solid rgba(34, 197, 94, 0.2); color: #22c55e; } .homepage .site-form-status.error { background: rgba(239, 68, 68, 0.1); border: 1px solid rgba(239, 68, 68, 0.2); color: #ef4444; } .homepage .site-form-email { display: none; } @media (max-width: 768px) { .homepage .site-content-layout { grid-template-columns: 1fr; } .homepage .site-content-nav { position: static; } .homepage .site-billing-grid { grid-template-columns: 1fr; } .homepage .site-page-content { padding: 6rem 1.25rem 3rem; } } .reveal { opacity: 0; transform: translateY(30px); transition: opacity 0.7s ease, transform 0.7s ease; } .reveal.revealed { opacity: 1; transform: translateY(0); } @media (max-width: 1024px) { .site-hero-grid { grid-template-columns: 1fr; gap: 3rem; text-align: center; } .site-hero-content { max-width: 100%; } .site-hero-sub { max-width: 100%; margin-left: auto; margin-right: auto; } .site-hero-actions { justify-content: center; } .site-section-grid, .site-section-grid-reverse { grid-template-columns: 1fr; gap: 3rem; } .site-section-grid-reverse .site-section-visual { order: 1; } .site-section-text { text-align: center; } .site-section-actions { justify-content: center; } .site-features { grid-template-columns: 1fr; max-width: 500px; margin-left: auto; margin-right: auto; } .site-pricing-grid { grid-template-columns: 1fr; max-width: 400px; margin: 0 auto; } .site-compare { padding: 1rem; margin-top: 2.5rem; } .site-subheading { font-size: 1.3rem; } .site-compare-table { min-width: 640px; } .site-compare-table thead th, .site-compare-table tbody th, .site-compare-table tbody td { padding: 0.75rem 0.75rem; } .site-mark { width: 24px; height: 24px; } .site-footer-grid { grid-template-columns: repeat(4, 1fr); gap: 2rem; } .site-footer-brand { grid-column: 1 / -1; max-width: 100%; margin-bottom: 1rem; } } @media (max-width: 768px) { .site-nav-links { display: none; } .site-nav-toggle { display: flex; } .site-mobile-overlay { display: block; pointer-events: none; } .site-mobile-menu { display: flex; } .site-hero { padding: 8rem 0 4rem; min-height: auto; } .site-hero-heading { font-size: 2.25rem; } .site-hero-typed-line { font-size: 2.25rem; } .site-hero-sub { font-size: 1rem; } .site-heading { font-size: 2rem; } .site-section { padding: 4rem 0; } .site-container { padding: 0 1.25rem; } .site-footer-grid { grid-template-columns: 1fr 1fr; gap: 2rem; } .site-footer-brand { grid-column: span 2; max-width: 100%; margin-bottom: 1rem; } .site-plan-price { font-size: 2.25rem; } } @media (max-width: 480px) { .site-footer-grid { grid-template-columns: 1fr; gap: 2.5rem; text-align: center; } .site-footer-brand { grid-column: span 1; margin-bottom: 0.5rem; max-width: 100%; } .site-footer-logo { justify-content: center; } .site-footer-tagline, .site-footer-copy { max-width: 280px; margin-left: auto; margin-right: auto; } .site-hero-heading { font-size: 1.8rem; } .site-hero-typed-line { font-size: 1.8rem; } .site-heading { font-size: 1.65rem; } .site-hero-actions { flex-direction: column; align-items: stretch; } } /* About page: same shell as Capabilities / Removal (terms-page + site-content-section) */ body.homepage.terms-page.about-page .site-page-header .site-label { margin-bottom: 0.65rem; } body.homepage.terms-page.about-page .about-roster-grid { margin-top: 0.5rem; } .about-prose { max-width: 780px; margin-top: 0.5rem; } body.homepage.terms-page.about-page .about-prose p { color: var(--shell-body); font-size: 0.9rem; line-height: 1.75; margin: 0 0 0.85rem; } body.homepage.terms-page.about-page .about-prose p:last-child { margin-bottom: 0; } body.homepage.terms-page.about-page .about-prose strong { color: var(--shell-h2); } .about-quote { margin: 0.5rem 0 1rem; padding: 0.5rem 0 0.5rem 0.75rem; border-left: 3px solid var(--shell-border-hover); max-width: 780px; } .about-quote-text { margin: 0 0 0.25rem; color: var(--shell-soft); font-size: 0.875rem; line-height: 1.55; font-style: italic; } .about-quote-attribution { display: block; font-style: normal; font-size: 0.8rem; color: var(--shell-muted); } .about-notice { margin-bottom: 1rem; background: rgba(252, 211, 77, 0.09); border: 1px solid rgba(252, 211, 77, 0.3); color: #facc15; padding: 0.75rem 1rem; border-radius: 10px; font-size: 0.9rem; } .about-roster-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; } .about-card { background: var(--shell-panel-alt); border: 1px solid var(--shell-border); border-radius: 12px; padding: 1.1rem; transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease; } .about-card:hover { transform: translateY(-2px); border-color: var(--shell-border-hover); box-shadow: 0 12px 28px rgba(0, 0, 0, 0.35); } .about-card-header { display: flex; align-items: center; gap: 0.8rem; margin-bottom: 0.85rem; } .about-avatar { width: 56px; height: 56px; border-radius: 50%; object-fit: cover; border: 1px solid var(--shell-border); background: var(--shell-panel); } .about-card-identity h3 { margin: 0; font-family: 'Inter', sans-serif; font-size: 1rem; font-weight: 700; color: var(--shell-h2); } .about-card-username { margin: 0.2rem 0 0; color: var(--shell-muted); font-size: 0.82rem; } .about-card-headline { margin: 0 0 0.45rem; color: var(--shell-soft); font-size: 0.9rem; font-weight: 600; line-height: 1.6; } .about-card-bio { margin: 0; color: var(--shell-body); font-size: 0.86rem; line-height: 1.65; } .about-card-socials { display: flex; gap: 0.45rem; flex-wrap: wrap; margin-top: 0.8rem; } .about-card-socials a { display: inline-flex; align-items: center; justify-content: center; padding: 0.28rem 0.6rem; border-radius: 999px; border: 1px solid rgba(143, 156, 255, 0.35); color: #c9ceff; font-size: 0.75rem; font-weight: 600; transition: all 0.2s ease; } .about-card-socials a:hover { background: rgba(143, 156, 255, 0.12); color: #e5e8ff; } .about-card-socials .about-social-icon { flex-shrink: 0; vertical-align: middle; display: block; } .about-card-socials a.about-social-icon-only { padding: 0.4rem; } .about-card-socials a.about-social-icon-only .about-social-icon { margin: 0; } .about-empty { grid-column: 1 / -1; background: var(--shell-panel-alt); border: 1px solid var(--shell-border); border-radius: 12px; padding: 1.5rem; } .about-empty h3 { font-family: 'Inter', sans-serif; margin: 0 0 0.4rem; color: var(--shell-h2); } .about-empty p { margin: 0; color: var(--shell-body); } .about-footer { border-top: 1px solid rgba(255, 255, 255, 0.05); } @media (max-width: 960px) { .about-roster-grid { grid-template-columns: 1fr; } } @media (max-width: 768px) { body.homepage.terms-page.about-page .site-page-content { padding-left: 1.25rem; padding-right: 1.25rem; } }