*{box-sizing:border-box;padding:0}*,body{margin:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(135deg,#667eea,#764ba2);color:#1a1a2e;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}html{scroll-behavior:smooth}.App{background:linear-gradient(135deg,#667eea,#764ba2);min-height:100vh;position:relative}.App:before{background:radial-gradient(circle at 20% 50%,#6366f14d 0,#0000 50%),radial-gradient(circle at 80% 80%,#a855f74d 0,#0000 50%);bottom:0;content:"";left:0;pointer-events:none;position:fixed;right:0;top:0;z-index:0}.App>*{position:relative;z-index:1}.container{margin:0 auto;max-width:1200px;padding:0 20px}.section{padding:80px 0}.section-title{color:#fff;font-size:2.5rem;font-weight:700;margin-bottom:20px;text-align:center;text-shadow:2px 2px 4px #0003}.section-subtitle{color:#ffffffe6;font-size:1.2rem;margin-bottom:60px;margin-left:auto;margin-right:auto;max-width:600px;text-align:center}.btn{border:none;border-radius:12px;cursor:pointer;display:inline-block;font-size:1rem;font-weight:600;padding:14px 32px;text-decoration:none;transition:all .3s ease}.btn-primary{background:linear-gradient(135deg,#6366f1,#8b5cf6);box-shadow:0 4px 15px #6366f166;color:#fff}.btn-primary:hover{box-shadow:0 6px 20px #6366f199;transform:translateY(-2px)}.btn-secondary{background:#fff;box-shadow:0 4px 15px #0000001a;color:#6366f1}.btn-secondary:hover{box-shadow:0 6px 20px #00000026;transform:translateY(-2px)}.btn-success{background:linear-gradient(135deg,#10b981,#059669);color:#fff}.btn-success:hover{box-shadow:0 6px 20px #10b98166;transform:translateY(-2px)}.btn-danger{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff}.btn-danger:hover{box-shadow:0 6px 20px #ef444466;transform:translateY(-2px)}.btn-outline{background:#0000;border:2px solid #fff;color:#fff}.btn-outline:hover{background:#fff;color:#6366f1}.card{background:#fff;border-radius:20px;box-shadow:0 10px 40px #0000001a;padding:30px;transition:all .3s ease}.card:hover{box-shadow:0 15px 50px #00000026;transform:translateY(-5px)}.badge{background:linear-gradient(135deg,#6366f1,#8b5cf6);border-radius:20px;color:#fff;display:inline-block;font-size:.85rem;font-weight:600;padding:6px 14px}.badge-success{background:linear-gradient(135deg,#10b981,#059669)}.badge-danger{background:linear-gradient(135deg,#ef4444,#dc2626)}.badge-warning{background:linear-gradient(135deg,#f59e0b,#d97706)}@media (max-width:768px){.section{padding:40px 0}.section-title{font-size:2rem}.section-subtitle{font-size:1rem;margin-bottom:40px}.btn{font-size:.9rem;padding:12px 24px}}.header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;box-shadow:0 4px 20px #0000001a;padding:15px 0;position:-webkit-sticky;position:sticky;top:0;z-index:100}.header-content{gap:30px;justify-content:space-between}.header-content,.logo{align-items:center;display:flex}.logo{color:#6366f1;font-size:1.5rem;font-weight:700;gap:10px}.logo-icon{font-size:2rem}.ticker{background:linear-gradient(135deg,#6366f1,#8b5cf6);border-radius:20px;color:#fff;font-size:.8rem;padding:4px 12px}.nav{display:flex;flex:1 1;gap:30px;justify-content:center}.nav a{color:#333;font-weight:500;text-decoration:none;transition:color .3s ease}.nav a:hover{color:#6366f1}.wallet-info,.wallet-section{align-items:center;display:flex}.wallet-info{background:linear-gradient(135deg,#6366f1,#8b5cf6);border-radius:12px;color:#fff;gap:15px;padding:10px 20px}.balance{font-weight:600}.wallet-address{align-items:center;border-left:1px solid #ffffff4d;display:flex;font-size:.9rem;gap:8px;padding-left:15px}.status-dot{animation:pulse 2s infinite;background:#10b981;border-radius:50%;height:8px;width:8px}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.connect-wallet{padding:10px 24px}@media (max-width:768px){.nav{display:none}.header-content{gap:15px}.logo-text{display:none}.wallet-info{font-size:.85rem;padding:8px 12px}.balance{display:none}}.hero{align-items:center;display:flex;min-height:100vh;padding:100px 0}.hero .container{grid-gap:60px;align-items:center;display:grid;gap:60px;grid-template-columns:1fr 1fr}.hero-badge{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff3;border:1px solid #ffffff4d;border-radius:30px;display:inline-block;font-size:.9rem;font-weight:600;padding:10px 20px}.hero-badge,.hero-title{color:#fff;margin-bottom:30px}.hero-title{font-size:3.5rem;font-weight:800;line-height:1.2;text-shadow:2px 2px 4px #0003}.gradient-text{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fff,#a78bfa);-webkit-background-clip:text;background-clip:text}.hero-description{color:#ffffffe6;font-size:1.2rem;line-height:1.8;margin-bottom:40px;max-width:500px}.hero-buttons{display:flex;gap:20px;margin-bottom:60px}.btn-large{font-size:1.1rem;padding:16px 40px}.hero-stats{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(3,1fr)}.stat{text-align:center}.stat-value{color:#fff;font-size:2.5rem;margin-bottom:8px}.stat-label{color:#fffc;font-size:.9rem}.hero-visual{align-items:center;display:flex;height:500px;justify-content:center;position:relative}.hero-crystal{animation:float 6s ease-in-out infinite;font-size:15rem;opacity:.15}@keyframes float{0%,to{transform:translateY(0) rotate(0deg)}50%{transform:translateY(-30px) rotate(5deg)}}.prediction-card{animation:cardFloat 4s ease-in-out infinite;background:#fff;border-radius:15px;box-shadow:0 10px 30px #0003;max-width:220px;min-width:200px;padding:20px;position:absolute}.card-1{animation-delay:0s;left:0;top:5%}.card-2{animation-delay:1.5s;right:5%;top:45%}.card-3{animation-delay:3s;bottom:10%;left:10%}@keyframes cardFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-15px)}}.pred-icon{font-size:2.5rem;margin-bottom:12px}.pred-question{color:#333;font-size:.95rem;font-weight:600;line-height:1.4;margin-bottom:12px}.pred-odds{display:flex;font-size:.85rem;font-weight:600;gap:8px;justify-content:space-between}.yes-odds{background:#10b9811a;color:#10b981}.no-odds,.yes-odds{border-radius:8px;flex:1 1;padding:4px 10px;text-align:center}.no-odds{background:#ef44441a;color:#ef4444}@media (max-width:968px){.hero .container{gap:40px;grid-template-columns:1fr}.hero-title{font-size:2.5rem}.hero-visual{height:350px}.hero-crystal{font-size:10rem}.prediction-card{max-width:180px;min-width:160px;padding:15px}.hero-stats{gap:20px;grid-template-columns:repeat(3,1fr)}.stat-value{font-size:1.8rem}}@media (max-width:480px){.hero-buttons{flex-direction:column}.btn-large{width:100%}.hero-stats{gap:15px}}.categories{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d}.categories-grid{grid-gap:25px;display:grid;gap:25px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.category-card{border:3px solid #0000;cursor:pointer;padding:35px 25px;position:relative;text-align:center;transition:all .3s ease}.category-card:hover{box-shadow:0 20px 50px #0003;transform:translateY(-8px)}.category-card.active{background:linear-gradient(135deg,#6366f11a,#8b5cf61a);border-color:#6366f1;box-shadow:0 15px 50px #6366f166}.category-icon{animation:bounce 2s ease-in-out infinite;font-size:4rem;margin-bottom:20px}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.category-name{color:#333;font-size:1.2rem;font-weight:700;margin-bottom:10px}.category-count{color:#6366f1;font-size:.95rem;font-weight:600}.selected-indicator{align-items:center;background:linear-gradient(135deg,#10b981,#059669);border-radius:50%;color:#fff;display:flex;font-size:1.2rem;font-weight:700;height:30px;justify-content:center;position:absolute;right:15px;top:15px;width:30px}@media (max-width:768px){.categories-grid{gap:15px;grid-template-columns:repeat(2,1fr)}.category-card{padding:25px 15px}.category-icon{font-size:3rem}}.active-markets{background:#fff}.markets-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fill,minmax(350px,1fr))}.market-card{border:2px solid #0000;display:flex;flex-direction:column;gap:20px;transition:all .3s ease}.market-card:hover{border-color:#6366f1;transform:translateY(-5px)}.market-header{justify-content:space-between}.market-header,.market-icon{align-items:center;display:flex}.market-icon{background:linear-gradient(135deg,#6366f11a,#8b5cf61a);border-radius:15px;font-size:3rem;height:60px;justify-content:center;width:60px}.market-question{color:#333;font-size:1.2rem;font-weight:700;line-height:1.4;min-height:60px}.market-stats{grid-gap:15px;background:#f9fafb;border-radius:12px;display:grid;gap:15px;grid-template-columns:repeat(3,1fr);padding:15px}.stat-item{display:flex;flex-direction:column;text-align:center}.stat-label{color:#666;font-size:.8rem;margin-bottom:5px}.stat-value{color:#333;font-size:1.1rem;font-weight:700}.odds-display{background:linear-gradient(135deg,#f3f4f6,#e5e7eb);border-radius:12px;display:flex;gap:15px;padding:20px}.odds-section{flex:1 1;text-align:center}.yes-section{color:#10b981}.no-section{color:#ef4444}.odds-label{font-size:.9rem;font-weight:600;margin-bottom:8px;opacity:.8}.odds-price{font-size:2rem;font-weight:700;margin-bottom:5px}.odds-payout{font-size:.85rem;opacity:.7}.odds-divider{background:#0000001a;width:2px}.market-actions{grid-gap:12px;display:grid;gap:12px;grid-template-columns:1fr 1fr}.market-actions .btn{font-weight:700;padding:12px 20px;width:100%}.no-markets{color:#666;padding:80px 20px;text-align:center}.no-markets-icon{display:block;font-size:5rem;margin-bottom:20px}.no-markets p{font-size:1.3rem}.bet-modal-overlay{align-items:center;animation:fadeIn .3s ease;background:#000000b3;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.bet-modal{animation:slideUp .3s ease;max-height:90vh;max-width:500px;overflow-y:auto;width:90%}@keyframes slideUp{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}.bet-modal h3{color:#333;font-size:1.8rem;font-weight:700;margin-bottom:15px}.modal-question{color:#666;font-size:1.1rem;line-height:1.5;margin-bottom:25px}.bet-choice{align-items:center;background:#f3f4f6;border-radius:12px;display:flex;justify-content:space-between;margin-bottom:25px;padding:15px 20px}.bet-label{color:#666;font-weight:600}.bet-value{border-radius:8px;font-size:1.3rem;font-weight:700;padding:6px 16px}.yes-bet{background:#10b98133;color:#10b981}.no-bet{background:#ef444433;color:#ef4444}.bet-input-group{margin-bottom:25px}.bet-input-group label{color:#333;display:block;font-weight:600;margin-bottom:10px}.bet-input{border:2px solid #e5e7eb;border-radius:12px;font-size:1.1rem;padding:15px 20px;transition:all .3s ease;width:100%}.bet-input:focus{border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a;outline:none}.bet-summary{background:linear-gradient(135deg,#6366f11a,#8b5cf61a);border-radius:12px;margin-bottom:25px;padding:20px}.summary-row{align-items:center;display:flex;font-size:1rem;justify-content:space-between;padding:8px 0}.summary-row:not(:last-child){border-bottom:1px solid #0000001a}.profit-amount,.win-amount{color:#10b981;font-size:1.2rem;font-weight:700}.modal-actions{grid-gap:15px;display:grid;gap:15px;grid-template-columns:1fr 1fr}.modal-actions .btn{font-size:1rem;padding:14px 24px;width:100%}@media (max-width:768px){.markets-grid{gap:20px;grid-template-columns:1fr}.market-card{padding:20px}.odds-price{font-size:1.5rem}.bet-modal{width:95%}}.create-market-overlay{align-items:center;animation:fadeIn .3s ease;background:#000000b3;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.create-market-modal{animation:slideUp .3s ease;max-height:90vh;max-width:600px;overflow-y:auto;width:90%}.modal-header{align-items:center;border-bottom:2px solid #e5e7eb;display:flex;justify-content:space-between;margin-bottom:30px;padding-bottom:20px}.modal-header h2{color:#333;font-size:1.8rem;font-weight:700}.close-btn{align-items:center;background:#f3f4f6;border:none;border-radius:50%;color:#666;cursor:pointer;display:flex;font-size:1.5rem;height:40px;justify-content:center;transition:all .3s ease;width:40px}.close-btn:hover{background:#e5e7eb;transform:rotate(90deg)}.create-form{gap:25px}.create-form,.form-group{display:flex;flex-direction:column}.form-group{gap:8px}.form-group label{color:#333;font-size:1rem;font-weight:600}.form-input,.form-select,.form-textarea{border:2px solid #e5e7eb;border-radius:12px;font-family:inherit;font-size:1rem;padding:12px 16px;transition:all .3s ease}.form-input:focus,.form-select:focus,.form-textarea:focus{border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a;outline:none}.form-textarea{min-height:100px;resize:vertical}.form-hint{color:#666;font-size:.85rem;font-style:italic}.creation-cost{background:linear-gradient(135deg,#6366f11a,#8b5cf61a);border-radius:12px;display:flex;flex-direction:column;gap:12px;padding:20px}.cost-item{display:flex;font-size:1rem;justify-content:space-between}.cost-item.total{border-top:2px solid #0000001a;color:#6366f1;font-size:1.1rem;font-weight:700;padding-top:12px}.form-actions{grid-gap:15px;display:grid;gap:15px;grid-template-columns:1fr 1fr;margin-top:10px}.form-actions .btn{padding:14px 24px;width:100%}@media (max-width:768px){.create-market-modal{width:95%}.modal-header h2{font-size:1.5rem}}.oracle-system{background:#ffffff0d}.oracle-info{background:#fff;margin-bottom:60px;padding:40px}.oracle-info h3{color:#333;font-size:1.8rem;font-weight:700;margin-bottom:30px;text-align:center}.oracle-steps{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.oracle-step{display:flex;gap:15px}.step-icon{flex-shrink:0;font-size:2.5rem}.step-content h4{color:#333;font-size:1.1rem;font-weight:700;margin-bottom:8px}.step-content p{color:#666;font-size:.95rem;line-height:1.5}.oracles-subtitle{color:#fff;font-size:1.8rem;font-weight:700;margin-bottom:30px;text-align:center}.oracles-grid{grid-gap:25px;display:grid;gap:25px;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));margin-bottom:60px}.oracle-card{padding:30px 25px;text-align:center}.oracle-header{margin-bottom:20px;position:relative}.oracle-icon-large{font-size:4rem;margin-bottom:15px}.verified-badge{background:#10b981;border-radius:15px;color:#fff;font-size:.75rem;font-weight:600;padding:5px 12px;position:absolute;right:-10px;top:-10px}.oracle-name{color:#333;font-size:1.3rem;font-weight:700;margin-bottom:8px}.oracle-specialization{color:#6366f1;font-size:.9rem;font-weight:600;margin-bottom:20px}.oracle-stats{background:#f9fafb;border-radius:12px;display:flex;flex-direction:column;gap:12px;padding:20px}.oracle-stat{align-items:center;display:flex;gap:12px}.oracle-stat .stat-icon{font-size:1.8rem}.stat-content{align-items:center;display:flex;flex:1 1;justify-content:space-between}.stat-content .stat-label{color:#666;font-size:.9rem;text-align:left}.stat-content .stat-value{color:#333;font-size:1.1rem;font-weight:700}.become-oracle{background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;padding:50px 40px;text-align:center}.become-oracle h3{font-size:2rem;margin-bottom:15px}.become-oracle p{font-size:1.1rem;margin-bottom:25px;margin-left:auto;margin-right:auto;max-width:600px;opacity:.9}.become-oracle .btn{background:#fff;color:#6366f1;font-size:1.1rem;padding:16px 40px}.become-oracle .btn:hover{transform:scale(1.05)}@media (max-width:768px){.oracle-steps,.oracles-grid{grid-template-columns:1fr}.become-oracle{padding:40px 25px}}.prediction-history{background:#fff}.connect-prompt{padding:60px 40px;text-align:center}.prompt-icon{display:block;font-size:5rem;margin-bottom:20px}.connect-prompt h3{color:#333;font-size:1.8rem;font-weight:700;margin-bottom:15px}.connect-prompt p{color:#666;font-size:1.1rem}.history-stats{grid-gap:25px;display:grid;gap:25px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:40px}.history-stat-card{background:linear-gradient(135deg,#6366f10d,#8b5cf60d);padding:35px 25px;text-align:center}.history-stat-card .stat-icon{font-size:3rem;margin-bottom:15px}.history-stat-card .stat-value{color:#333;font-size:2.5rem;font-weight:700;margin-bottom:10px}.history-stat-card .stat-value.profit{color:#10b981}.history-stat-card .stat-value.loss{color:#ef4444}.history-stat-card .stat-label{color:#666;font-size:.95rem}.history-table{padding:35px}.history-table h3{color:#333;font-size:1.6rem;font-weight:700;margin-bottom:25px}.table-wrapper{overflow-x:auto}table{border-collapse:collapse;width:100%}thead{background:#f9fafb}th{border-bottom:2px solid #e5e7eb;color:#333;font-size:.9rem;font-weight:700;padding:15px;text-align:left;text-transform:uppercase}td{border-bottom:1px solid #e5e7eb;font-size:.95rem;padding:18px 15px}tr:hover{background:#f9fafb}.question-cell{color:#333;font-weight:600;max-width:300px}.bet-badge,.outcome-badge,.result-badge{border-radius:12px;display:inline-block;font-size:.85rem;font-weight:600;padding:5px 12px}.yes-badge{background:#10b98126;color:#10b981}.no-badge{background:#ef444426;color:#ef4444}.result-badge.correct{background:#10b98126;color:#10b981}.result-badge.incorrect{background:#ef444426;color:#ef4444}.profit-cell{color:#10b981;font-weight:700}.loss-cell{color:#ef4444;font-weight:700}.date-cell{color:#666;font-size:.9rem}@media (max-width:768px){.history-stats{grid-template-columns:1fr}.history-table{padding:20px}.table-wrapper{overflow-x:scroll}table{min-width:800px}}.how-it-works{background:#ffffff0d}.steps-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:60px}.step-card{padding:40px 30px;position:relative;text-align:center}.step-number{align-items:center;background:linear-gradient(135deg,#6366f1,#8b5cf6);border-radius:50%;color:#fff;display:flex;font-size:1.5rem;font-weight:700;height:40px;justify-content:center;position:absolute;right:20px;top:20px;width:40px}.step-icon{font-size:4rem;margin-bottom:20px}.step-title{color:#333;font-size:1.4rem;font-weight:700;margin-bottom:15px}.step-description{color:#666;font-size:1rem;line-height:1.6}.features-list{background:#fff;margin-bottom:60px;padding:40px}.features-list h3{color:#333;font-size:1.8rem;font-weight:700;margin-bottom:30px;text-align:center}.features-grid-two{grid-gap:25px;display:grid;gap:25px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.feature-item{align-items:flex-start;display:flex;gap:15px}.feature-icon{flex-shrink:0;font-size:2.5rem}.feature-content h4{color:#333;font-size:1.1rem;font-weight:700;margin-bottom:5px}.feature-content p{color:#666;font-size:.95rem;line-height:1.5}.cta-section{background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;padding:60px 40px;text-align:center}.cta-section h3{font-size:2rem;font-weight:700;margin-bottom:15px}.cta-section p{font-size:1.2rem;margin-bottom:30px;opacity:.9}.cta-section .btn{background:#fff;color:#6366f1;font-size:1.1rem;padding:18px 50px}.cta-section .btn:hover{transform:scale(1.05)}@media (max-width:768px){.steps-grid{gap:20px}.features-grid-two,.steps-grid{grid-template-columns:1fr}.cta-section{padding:40px 25px}.cta-section h3{font-size:1.6rem}.cta-section p{font-size:1rem}}.footer{background:linear-gradient(135deg,#1a1a2e,#16213e);color:#fff;margin-top:80px;padding:60px 0 30px}.footer-content{grid-gap:40px;display:grid;gap:40px;grid-template-columns:2fr 1fr 1fr 1fr 1fr;margin-bottom:50px}.footer-section h4{color:#fff;font-size:1.2rem;font-weight:700;margin-bottom:20px}.footer-logo{align-items:center;display:flex;font-size:1.5rem;font-weight:700;gap:10px;margin-bottom:15px}.footer-logo .logo-icon{font-size:2rem}.footer-description{line-height:1.6;margin-bottom:20px;max-width:350px;opacity:.8}.social-links{display:flex;flex-wrap:wrap;gap:15px}.social-link{background:#ffffff1a;border-radius:8px;color:#fff;font-size:.9rem;padding:8px 16px;text-decoration:none;transition:all .3s ease}.social-link:hover{background:#fff3;transform:translateY(-2px)}.footer-section ul{list-style:none;padding:0}.footer-section li{margin-bottom:12px}.footer-section a{color:#fffc;text-decoration:none;transition:color .3s ease}.footer-section a:hover{color:#fff}.footer-bottom{border-top:1px solid #ffffff1a;padding-top:40px}.footer-stats{display:flex;flex-wrap:wrap;gap:40px;justify-content:center;margin-bottom:30px}.footer-stat{align-items:center;display:flex;font-size:.95rem;gap:8px;opacity:.9}.footer-stat .stat-icon{font-size:1.3rem}.footer-copyright{font-size:.9rem;opacity:.7;text-align:center}.footer-copyright p{margin:8px 0}.footer-tagline{font-size:1rem;margin-top:15px}.footer-tagline strong{color:#6366f1;font-weight:700}@media (max-width:968px){.footer-content{gap:30px;grid-template-columns:1fr 1fr}.footer-section:first-child{grid-column:1/-1}}@media (max-width:480px){.footer-content{grid-template-columns:1fr}.footer-stats{align-items:center;flex-direction:column;gap:15px}}
/*# sourceMappingURL=main.4465735a.css.map*/