background: var(--glass); border: 1px solid rgba(255,255,255,0.1); border-radius: 24px; padding: 3rem; backdrop-filter: blur(20px); max-width: 1000px; margin: 0 auto; } .calc-header { text-align: center; margin-bottom: 2.5rem; } .calc-header h2 { font-family: 'Space Grotesk', sans-serif; font-size: 2.5rem; background: var(--gradient-1); -webkit-background-clip: text; -webkit-text-fill-color: transparent; margin-bottom: 0.5rem; } .calc-subtitle { color: #64748b; font-size: 1.1rem; } .calc-body { display: flex; flex-direction: column; gap: 2.5rem; } .calc-input-section { background: rgba(0,0,0,0.2); border-radius: 16px; padding: 2rem; } .input-group { margin-bottom: 1.5rem; } .input-group label { display: block; color: #94a3b8; font-size: 0.875rem; margin-bottom: 0.75rem; text-transform: uppercase; letter-spacing: 0.05em; } .input-wrapper { display: flex; align-items: center; background: rgba(0,0,0,0.3); border: 1px solid rgba(255,255,255,0.1); border-radius: 12px; padding: 0.5rem 1rem; transition: all 0.3s; } .input-wrapper:focus-within { border-color: var(--accent); box-shadow: 0 0 0 3px rgba(6,182,212,0.2); } .input-wrapper input { flex: 1; background: transparent; border: none; color: white; font-size: 1.5rem; font-weight: 600; padding: 0.5rem 0; outline: none; } .token-suffix { color: var(--accent); font-weight: 600; padding-left: 1rem; border-left: 1px solid rgba(255,255,255,0.1); } .quick-amounts { display: flex; gap: 0.5rem; margin-top: 1rem; flex-wrap: wrap; } .quick-amounts button { padding: 0.5rem 1rem; background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1); border-radius: 8px; color: #94a3b8; cursor: pointer; transition: all 0.2s; font-size: 0.875rem; } .quick-amounts button:hover { background: var(--primary); border-color: var(--primary); color: white; } .price-display { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin-top: 1.5rem; } .price-item { background: rgba(255,255,255,0.03); padding: 1rem; border-radius: 12px; text-align: center; } .price-item .label { display: block; font-size: 0.75rem; color: #64748b; margin-bottom: 0.5rem; } .price-item .value { display: block; font-size: 1.25rem; font-weight: 700; color: var(--accent); } .calc-results h3 { font-family: 'Space Grotesk', sans-serif; text-align: center; margin-bottom: 1.5rem; color: #e2e8f0; } .results-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; } .result-card { background: rgba(0,0,0,0.3); border: 1px solid rgba(255,255,255,0.05); border-radius: 16px; padding: 1.5rem; text-align: center; transition: all 0.3s; } .result-card:hover { transform: translateY(-5px); border-color: rgba(255,255,255,0.2); box-shadow: 0 20px 40px rgba(0,0,0,0.3); } .result-card.highlight { background: linear-gradient(135deg, rgba(99,102,241,0.2) 0%, rgba(236,72,153,0.2) 100%); border-color: var(--primary); } .result-card.moon { background: linear-gradient(135deg, rgba(236,72,153,0.2) 0%, rgba(6,182,212,0.2) 100%); border-color: var(--secondary); } .result-header { margin-bottom: 1rem; } .result-label { display: block; font-size: 0.875rem; color: #94a3b8; margin-bottom: 0.25rem; } .result-mc { display: block; font-size: 0.75rem; color: var(--accent); font-weight: 600; } .result-value { display: block; font-family: 'Space Grotesk', sans-serif; font-size: 1.75rem; font-weight: 700; background: var(--gradient-1); -webkit-background-clip: text; -webkit-text-fill-color: transparent; margin: 0; } .result-change { font-size: 0.875rem; color: #64748b; margin-top: 0.5rem; } .result-change.positive { color: #4ade80; } .result-change.moon { color: #f472b6; font-weight: 700; } .calc-actions { display: flex; justify-content: center; gap: 1rem; margin-top: 1rem; } .btn-calc-action { background: var(--gradient-1); border: none; } @media (max-width: 768px) { .results-grid { grid-template-columns: repeat(2, 1fr); } .calc-card { padding: 1.5rem; } .calc-header h2 { font-size: 2rem; } } /* Master Plan Section */ .master-plan { padding: 6rem 0; background: #0f172a; border-bottom: 1px solid rgba(255,255,255,0.05); } .plan-header { text-align: center; margin-bottom: 4rem; } .plan-header h2 { font-size: 2.5rem; margin-bottom: 1rem; background: var(--gradient-1); -webkit-background-clip: text; -webkit-text-fill-color: transparent; } .plan-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2rem; } .plan-card { background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.1); border-radius: 20px; padding: 2rem; transition: transform 0.3s ease; } .plan-card:hover { transform: translateY(-5px); border-color: var(--primary); background: rgba(255,255,255,0.05); } /* Price Chart Styles */ .mini-chart { display: flex; align-items: flex-end; gap: 4px; height: 60px; margin-top: 1rem; } .chart-bar { flex: 1; background: rgba(255,255,255,0.1); border-radius: 2px 2px 0 0; transition: height 0.5s ease, background-color 0.3s; } .chart-bar:hover { background: var(--accent); } .ticker-value.change-negative { color: #f43f5e; } .ticker-value.change-positive { color: #4ade80; } /* Roadmap Section */ .roadmap-section { padding: 6rem 0; background: #0f172a; position: relative; } .timeline { max-width: 800px; margin: 0 auto; position: relative; padding: 2rem 0; } .timeline::before { content: ''; position: absolute; left: 50%; transform: translateX(-50%); width: 2px; height: 100%; background: rgba(255,255,255,0.1); } .timeline-item { display: flex; justify-content: center; padding-bottom: 3rem; position: relative; opacity: 0; transform: translateY(30px); transition: all 0.6s ease-out; } .timeline-item.visible { opacity: 1; transform: translateY(0); } .timeline-dot { width: 20px; height: 20px; background: var(--primary); border-radius: 50%; position: absolute; left: 50%; transform: translateX(-50%); border: 4px solid #0f172a; box-shadow: 0 0 0 2px rgba(99,102,241,0.5); } .timeline-content { width: 45%; background: rgba(255,255,255,0.03); padding: 1.5rem; border-radius: 16px; border: 1px solid rgba(255,255,255,0.05); } .timeline-item:nth-child(odd) .timeline-content { margin-right: auto; text-align: right; } .timeline-item:nth-child(even) .timeline-content { margin-left: auto; text-align: left; } .phase-tag { display: inline-block; font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.05em; color: var(--accent); margin-bottom: 0.5rem; background: rgba(6,182,212,0.1); padding: 0.25rem 0.5rem; border-radius: 4px; } .timeline-content ul { list-style: none; padding: 0; margin-top: 0.5rem; } .timeline-content li { font-size: 0.9rem; color: #94a3b8; margin-bottom: 0.25rem; } @media (max-width: 768px) { .timeline::before { left: 20px; } .timeline-dot { left: 20px; } .timeline-item { justify-content: flex-start; padding-left: 50px; } .timeline-content { width: 100%; text-align: left !important; } }