@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";:root{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#374151;background-color:#f8fafc;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%}*{box-sizing:border-box}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}#root{width:100%;min-height:100vh}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#c8c8c84d}::-webkit-scrollbar-thumb{background:#3b82f680;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#3b82f6b3}::selection{background:#3b82f64d;color:#374151}button:focus,input:focus{outline:2px solid #3b82f6;outline-offset:2px}a{font-weight:500;color:#3b82f6;text-decoration:inherit}a:hover{color:#2563eb}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#f1f5f9;color:#374151;cursor:pointer;transition:border-color .25s}button:hover{border-color:#3b82f6}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#374151;background-color:#f8fafc}a:hover{color:#2563eb}button{background-color:#f1f5f9}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:linear-gradient(135deg,#f8fafc,#e2e8f0);color:#374151;min-height:100vh;position:relative}body:before{content:"";position:fixed;top:0;left:0;width:100%;height:100%;background-image:radial-gradient(circle,#3b82f6 1px,transparent 1px);background-size:30px 30px;opacity:.1;z-index:-1;pointer-events:none}.app{min-height:100vh;display:flex;flex-direction:column}.main-content{flex:1;padding-top:80px}.connect-wallet-section{display:flex;align-items:center;justify-content:center;min-height:calc(100vh - 80px);padding:2rem}.connect-wallet-card{background:#fffc;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(200,200,200,.3);border-radius:20px;padding:3rem;text-align:center;max-width:500px;box-shadow:0 25px 50px #0000001a}.connect-wallet-card h1{font-size:2.5rem;margin-bottom:1rem;background:linear-gradient(135deg,#3b82f6,#2563eb);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.connect-wallet-card p{font-size:1.1rem;color:#6b7280;margin-bottom:2rem;line-height:1.6}.connect-wallet-btn{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border:none;padding:1rem 2rem;font-size:1.1rem;font-weight:600;border-radius:50px;cursor:pointer;transition:all .3s ease;box-shadow:0 10px 30px #3b82f64d}.connect-wallet-btn:hover{transform:translateY(-2px);box-shadow:0 15px 40px #3b82f666}.main-tabs-section{padding:2rem 0;background:linear-gradient(135deg,#c8c8c833,#c8c8c81a)}.main-tabs-container{max-width:1200px;margin:0 auto;padding:0 2rem}.main-tabs{display:flex;justify-content:center;gap:.5rem;margin-bottom:3rem;background:#fffc;border-radius:16px;padding:.75rem;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(200,200,200,.3)}.main-tab{background:transparent;color:#6b7280;border:none;padding:1rem 2rem;border-radius:12px;cursor:pointer;font-weight:600;transition:all .3s ease;font-size:1rem;min-width:160px}.main-tab:hover{color:#3b82f6;background:#3b82f61a}.main-tab.active{background:#3b82f6;color:#fff;box-shadow:0 8px 25px #3b82f666;transform:translateY(-2px)}.tab-content{min-height:600px}@media (max-width: 768px){.connect-wallet-card{padding:2rem;margin:1rem}.connect-wallet-card h1{font-size:2rem}.connect-wallet-btn{padding:.875rem 1.75rem;font-size:1rem}.main-tabs{flex-direction:column;gap:.25rem}.main-tab{width:100%;text-align:center;min-width:auto}.main-tabs-container{padding:0 1rem}}.about-page{padding:2rem;max-width:1200px;margin:0 auto}.about-content{background:#fffc;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(200,200,200,.3);border-radius:20px;padding:3rem;box-shadow:0 25px 50px #0000001a}.about-content h1{font-size:2.5rem;margin-bottom:1.5rem;background:linear-gradient(135deg,#3b82f6,#2563eb);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-align:center}.about-content>p{font-size:1.1rem;color:#6b7280;margin-bottom:3rem;line-height:1.6;text-align:center}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:3rem}.feature-card{background:#fff9;border:1px solid rgba(200,200,200,.2);border-radius:16px;padding:2rem;text-align:center;transition:all .3s ease}.feature-card:hover{transform:translateY(-5px);box-shadow:0 15px 40px #0000001a}.feature-card h3{color:#3b82f6;margin-bottom:1rem;font-size:1.5rem}.feature-card p{color:#6b7280;line-height:1.6}.contact-info{text-align:center;padding-top:2rem;border-top:1px solid rgba(200,200,200,.3)}.contact-info h3{color:#3b82f6;margin-bottom:1rem;font-size:1.5rem}.contact-info p{color:#6b7280;margin-bottom:.5rem}.contact-info a{color:#3b82f6;text-decoration:none;font-weight:600}.contact-info a:hover{text-decoration:underline}@media (max-width: 768px){.about-page{padding:1rem}.about-content{padding:2rem}.about-content h1{font-size:2rem}.features-grid{grid-template-columns:1fr;gap:1.5rem}}._header_q7tc1_1{position:fixed;top:0;left:0;right:0;z-index:1000;background:#f8fafccc;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid rgba(200,200,200,.3)}._container_q7tc1_12{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;align-items:center;justify-content:space-between;height:80px}._logo_q7tc1_22 h1{font-size:2.5rem;font-weight:700;background:linear-gradient(135deg,#3b82f6,#2563eb);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._logoLink_q7tc1_31{text-decoration:none;color:inherit}._navigation_q7tc1_36{display:flex;align-items:center;gap:2rem}._navLink_q7tc1_42{text-decoration:none;color:#6b7280;font-weight:600;padding:.5rem 1rem;border-radius:8px;transition:all .3s ease;position:relative}._navLink_q7tc1_42:hover,._navLink_q7tc1_42._active_q7tc1_57{color:#3b82f6;background:#3b82f61a}._navLink_q7tc1_42._active_q7tc1_57:after{content:"";position:absolute;bottom:-2px;left:50%;transform:translate(-50%);width:20px;height:2px;background:#3b82f6;border-radius:1px}._actions_q7tc1_74{display:flex;align-items:center;gap:1rem}._disconnectBtn_q7tc1_80{background:#3b82f61a;color:#3b82f6;border:1px solid rgba(59,130,246,.3);padding:.75rem 1.5rem;border-radius:50px;font-weight:600;cursor:pointer;transition:all .3s ease}._disconnectBtn_q7tc1_80:hover{background:#3b82f633;border-color:#3b82f680;transform:translateY(-1px)}._walletStatus_q7tc1_97{display:flex;align-items:center;gap:.5rem;color:#6b7280;font-size:.9rem}._statusDot_q7tc1_105{width:8px;height:8px;background:#3b82f6;border-radius:50%;animation:_pulse_q7tc1_1 2s infinite}@keyframes _pulse_q7tc1_1{0%,to{opacity:1}50%{opacity:.5}}@media (max-width: 768px){._container_q7tc1_12{padding:0 1rem}._logo_q7tc1_22 h1{font-size:2rem}._disconnectBtn_q7tc1_80{padding:.5rem 1rem;font-size:.9rem}}._hero_35jgh_1{padding:4rem 0;background:linear-gradient(135deg,#3b82f60d,#2563eb0d)}._container_35jgh_6{max-width:1200px;margin:0 auto;padding:0 2rem}._heroContent_35jgh_12{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}._heroLeft_35jgh_19{display:flex;flex-direction:column;gap:2rem}._title_35jgh_25{font-size:3rem;font-weight:700;background:linear-gradient(135deg,#3b82f6,#2563eb);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1.2}._subtitle_35jgh_35{font-size:1.2rem;color:#6b7280;line-height:1.6}._statsGrid_35jgh_41{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}._statCard_35jgh_47{background:#fffc;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(200,200,200,.3);border-radius:16px;padding:1.5rem;text-align:center;transition:transform .3s ease}._statCard_35jgh_47:hover{transform:translateY(-5px)}._statCard_35jgh_47 h3{font-size:.9rem;color:#6b7280;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.5px}._statValue_35jgh_69{font-size:2rem;font-weight:700;color:#3b82f6;margin-bottom:.25rem}._statCard_35jgh_47 small{font-size:.8rem;color:#6b7280}._createStakeBtn_35jgh_81{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border:none;padding:1.25rem 2rem;font-size:1.1rem;font-weight:600;border-radius:50px;cursor:pointer;transition:all .3s ease;box-shadow:0 10px 30px #3b82f64d;align-self:flex-start}._createStakeBtn_35jgh_81:hover{transform:translateY(-2px);box-shadow:0 15px 40px #3b82f666}._heroRight_35jgh_100{display:flex;justify-content:center}._referralCard_35jgh_105{background:#fffc;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(200,200,200,.3);border-radius:20px;padding:2rem;max-width:400px;box-shadow:0 25px 50px #0000001a}._referralCard_35jgh_105 h3{font-size:1.5rem;margin-bottom:.5rem;color:#3b82f6}._referralCard_35jgh_105 p{color:#6b7280;margin-bottom:1.5rem;line-height:1.6}._referralLinkContainer_35jgh_127{display:flex;gap:.5rem;margin-bottom:1.5rem}._referralInput_35jgh_133{flex:1;background:#f8fafccc;border:1px solid rgba(200,200,200,.3);border-radius:8px;padding:.75rem;color:#374151;font-size:.9rem}._referralInput_35jgh_133:focus{outline:none;border-color:#3b82f6}._copyBtn_35jgh_148{background:#3b82f6;color:#fff;border:none;padding:.75rem 1rem;border-radius:8px;cursor:pointer;font-weight:600;transition:background .3s ease}._copyBtn_35jgh_148:hover{background:#2563eb}._referralBenefits_35jgh_163{display:flex;flex-direction:column;gap:1rem}._benefit_35jgh_169{display:flex;align-items:center;gap:.75rem;padding:1rem;background:#3b82f61a;border-radius:12px;border:1px solid rgba(59,130,246,.2)}._benefitIcon_35jgh_179{font-size:1.5rem}._benefit_35jgh_169 div{font-size:.9rem;color:#6b7280}._benefit_35jgh_169 strong{color:#3b82f6}@media (max-width: 1024px){._heroContent_35jgh_12{grid-template-columns:1fr;gap:3rem}._heroRight_35jgh_100{justify-content:flex-start}}@media (max-width: 768px){._hero_35jgh_1{padding:2rem 0}._container_35jgh_6{padding:0 1rem}._title_35jgh_25{font-size:2.5rem}._statsGrid_35jgh_41{grid-template-columns:1fr}._createStakeBtn_35jgh_81{align-self:stretch;text-align:center}._referralCard_35jgh_105{padding:1.5rem}}._investments_sxyxl_1{padding:0}._controls_sxyxl_6{background:#fffc;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(200,200,200,.3);border-radius:16px;padding:1.5rem;margin-bottom:2rem;display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}._filters_sxyxl_19{display:flex;gap:1rem;flex-wrap:wrap}._filterGroup_sxyxl_25{display:flex;flex-direction:column;gap:.5rem;min-width:140px}._filterGroup_sxyxl_25 label{font-size:.85rem;color:#6b7280;text-transform:uppercase;letter-spacing:.5px;font-weight:600}._filterGroup_sxyxl_25 select{background:#f8fafccc;border:1px solid rgba(200,200,200,.3);border-radius:8px;padding:.5rem;color:#374151;font-size:.9rem;cursor:pointer;transition:border-color .3s ease}._filterGroup_sxyxl_25 select:focus{outline:none;border-color:#3b82f6}._filterGroup_sxyxl_25 select:hover{border-color:#3b82f680}._controlsRight_sxyxl_60{display:flex;flex-direction:column;align-items:flex-end;gap:1rem;min-width:200px}._resetBtn_sxyxl_68{background:#3b82f61a;color:#3b82f6;border:1px solid rgba(59,130,246,.3);padding:.5rem 1rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease;font-size:.9rem}._resetBtn_sxyxl_68:hover{background:#3b82f633;border-color:#3b82f680}._refreshBtn_sxyxl_85{background:#22c55e1a;color:#22c55e;border:1px solid rgba(34,197,94,.3);padding:.5rem 1rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease;font-size:.9rem}._refreshBtn_sxyxl_85:hover{background:#22c55e33;border-color:#22c55e80}._refreshBtn_sxyxl_85:disabled{background:#6b72801a;color:#6b7280;border-color:#6b72804d;cursor:not-allowed}._resultsInfo_sxyxl_109{font-size:.85rem;color:#6b7280;text-align:right}._investmentSection_sxyxl_115{margin-bottom:3rem}._investmentSection_sxyxl_115 h3{font-size:1.8rem;color:#374151;margin-bottom:2rem;padding-bottom:.5rem;border-bottom:2px solid rgba(59,130,246,.3)}._investmentsGrid_sxyxl_127{display:flex;flex-direction:column;gap:1.5rem}._investmentCard_sxyxl_133{background:#fffc;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(200,200,200,.3);border-radius:16px;padding:1.5rem;transition:all .3s ease;box-shadow:0 15px 35px #0000001a;width:100%}._investmentCard_sxyxl_133:hover{transform:translateY(-3px);box-shadow:0 20px 40px #00000026;border-color:#3b82f64d}._cardHeader_sxyxl_150{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid rgba(200,200,200,.3)}._planInfo_sxyxl_159 h4{font-size:1.4rem;color:#374151;margin-bottom:.5rem}._status_sxyxl_165{font-size:.95rem;font-weight:600}._planColor_sxyxl_170{width:20px;height:20px;border-radius:50%;box-shadow:0 0 20px currentColor}._investmentDetails_sxyxl_177{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem;margin-bottom:1.5rem}._detailRow_sxyxl_184{display:flex;flex-direction:column;gap:.4rem;padding:.75rem;background:#f8fafccc;border-radius:10px;border:1px solid rgba(200,200,200,.3)}._detailRow_sxyxl_184 span:first-child{color:#6b7280;font-size:.85rem;text-transform:uppercase;letter-spacing:.5px}._detailRow_sxyxl_184 strong,._detailRow_sxyxl_184 span:last-child{color:#374151;font-weight:600;font-size:1rem}._progressSection_sxyxl_208{margin-bottom:1.5rem;padding:1rem;background:#f8fafccc;border-radius:10px;border:1px solid rgba(200,200,200,.3)}._progressHeader_sxyxl_216{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem;font-size:.9rem;color:#6b7280}._progressBar_sxyxl_225{width:100%;height:10px;background:#ffffff1a;border-radius:5px;overflow:hidden}._progressFill_sxyxl_233{height:100%;background:linear-gradient(135deg,#ff6b35,#ff8c42);border-radius:5px;transition:width .3s ease}._earningsSection_sxyxl_240{background:#ff6b351a;border:1px solid rgba(255,107,53,.2);border-radius:12px;padding:1rem}._earningsInfo_sxyxl_247{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}._earningsInfo_sxyxl_247 span{color:#888;font-size:.9rem;text-transform:uppercase;letter-spacing:.5px}._earningsAmount_sxyxl_261{color:#4ade80;font-size:1.3rem;font-weight:700}._withdrawBtn_sxyxl_267{width:100%;background:linear-gradient(135deg,#4ade80,#22c55e);color:#fff;border:none;padding:.75rem;border-radius:10px;font-weight:600;cursor:pointer;transition:all .3s ease;font-size:1rem}._withdrawBtn_sxyxl_267:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 25px #4ade8066}._withdrawBtn_sxyxl_267:disabled{opacity:.6;cursor:not-allowed}._completedMessage_sxyxl_290{text-align:center;padding:1rem;background:#4ade801a;border:1px solid rgba(74,222,128,.2);border-radius:10px;margin-top:1rem}._completedMessage_sxyxl_290 span{color:#4ade80;font-weight:600;font-size:1.1rem}._pagination_sxyxl_306{display:flex;justify-content:center;align-items:center;gap:1rem;margin-top:2rem;padding:1.5rem;background:#ffffff0d;border-radius:16px;border:1px solid rgba(255,255,255,.1)}._pageBtn_sxyxl_318{background:#ffffff1a;color:#ccc;border:1px solid rgba(255,255,255,.2);padding:.5rem 1rem;border-radius:8px;cursor:pointer;font-weight:600;transition:all .3s ease;font-size:.9rem;min-width:40px}._pageBtn_sxyxl_318:hover:not(:disabled){background:#fff3;border-color:#ffffff4d;color:#fff}._pageBtn_sxyxl_318:disabled{opacity:.4;cursor:not-allowed}._pageBtn_sxyxl_318._activePage_sxyxl_342{background:#ff6b35;color:#fff;border-color:#ff6b35;box-shadow:0 4px 15px #ff6b354d}._pageNumbers_sxyxl_349{display:flex;gap:.5rem}._emptyState_sxyxl_354{text-align:center;padding:3rem;background:#ffffff0d;border-radius:20px;border:1px solid rgba(255,255,255,.1)}._emptyState_sxyxl_354 h3{color:#ff6b35;margin-bottom:1rem}._emptyState_sxyxl_354 p{color:#888}@media (max-width: 768px){._controls_sxyxl_6{flex-direction:column;align-items:stretch;gap:1.5rem}._filters_sxyxl_19{justify-content:center}._controlsRight_sxyxl_60{align-items:center;min-width:auto}._pagination_sxyxl_306{flex-direction:column;gap:1rem}._pageNumbers_sxyxl_349{order:-1}._investmentCard_sxyxl_133{padding:1.25rem}._investmentDetails_sxyxl_177{grid-template-columns:1fr;gap:.75rem}._detailRow_sxyxl_184{padding:.6rem}._progressSection_sxyxl_208,._earningsSection_sxyxl_240{padding:.75rem}}._modalOverlay_d2anb_1{position:fixed;inset:0;background:#00000080;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;align-items:center;justify-content:center;z-index:2000;padding:1rem;animation:_fadeIn_d2anb_1 .3s ease}._modal_d2anb_1{background:linear-gradient(135deg,#f8fafc,#e2e8f0);border:1px solid rgba(200,200,200,.3);border-radius:20px;max-width:600px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 25px 50px #0003;animation:_slideUp_d2anb_1 .3s ease}._modalHeader_d2anb_29{padding:1.5rem 2rem;border-bottom:1px solid rgba(200,200,200,.3);display:flex;align-items:center;justify-content:space-between;background:#3b82f60d}._modalHeader_d2anb_29 h2{font-size:1.5rem;color:#3b82f6;margin:0}._closeBtn_d2anb_44{background:none;border:none;color:#6b7280;font-size:1.5rem;cursor:pointer;padding:.5rem;border-radius:50%;transition:all .3s ease;width:40px;height:40px;display:flex;align-items:center;justify-content:center}._closeBtn_d2anb_44:hover{background:#3b82f61a;color:#3b82f6}._modalContent_d2anb_65{padding:2rem}._balanceSection_d2anb_70{background:#fffc;border:1px solid rgba(200,200,200,.3);border-radius:16px;padding:1.5rem;margin-bottom:2rem}._balanceSection_d2anb_70 h3{font-size:1.2rem;color:#3b82f6;margin-bottom:1.5rem;text-align:center}._balanceInfo_d2anb_85{display:flex;flex-direction:column;gap:1rem}._balanceItem_d2anb_91{display:flex;justify-content:space-between;align-items:center;padding:.75rem;background:#f8fafccc;border-radius:8px;border:1px solid rgba(200,200,200,.3)}._balanceItem_d2anb_91 span{color:#6b7280;font-size:.9rem}._balanceItem_d2anb_91 strong{color:#3b82f6;font-weight:600}._refreshBtn_d2anb_111{background:#3b82f61a;color:#3b82f6;border:1px solid rgba(59,130,246,.3);padding:.5rem 1rem;border-radius:6px;cursor:pointer;font-weight:500;font-size:.9rem;transition:all .3s ease;align-self:flex-end}._refreshBtn_d2anb_111:hover:not(:disabled){background:#3b82f633;border-color:#3b82f666}._refreshBtn_d2anb_111:disabled{opacity:.6;cursor:not-allowed}._errorMessage_d2anb_135{background:#ef44441a;color:#dc2626;border:1px solid rgba(239,68,68,.3);border-radius:8px;padding:1rem;margin-bottom:1.5rem;font-size:.9rem;text-align:center;animation:_shake_d2anb_1 .5s ease}@keyframes _shake_d2anb_1{0%,to{transform:translate(0)}25%{transform:translate(-5px)}75%{transform:translate(5px)}}._validationStatus_d2anb_154{margin-top:1.5rem;padding:1rem;border-radius:8px;text-align:center;font-weight:500}._validStatus_d2anb_162{background:#22c55e1a;color:#16a34a;border:1px solid rgba(34,197,94,.3)}._invalidStatus_d2anb_168{background:#f59e0b1a;color:#d97706;border:1px solid rgba(245,158,11,.3)}._planSelection_d2anb_174 h3{font-size:1.2rem;color:#374151;margin-bottom:1.5rem}._plansList_d2anb_180{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}._planOption_d2anb_187{display:flex;align-items:center;justify-content:space-between;padding:1rem;background:#fffc;border:1px solid rgba(200,200,200,.3);border-radius:12px;cursor:pointer;transition:all .3s ease}._planOption_d2anb_187:hover{background:#ffffffe6;border-color:#3b82f64d}._planOption_d2anb_187._selected_d2anb_204{background:#3b82f61a;border-color:#3b82f6;box-shadow:0 0 20px #3b82f633}._planInfo_d2anb_210 h4{font-size:1.1rem;color:#374151;margin-bottom:.25rem}._planInfo_d2anb_210 p{color:#3b82f6;font-weight:600;margin:0}._planColor_d2anb_222{width:16px;height:16px;border-radius:50%;box-shadow:0 0 15px currentColor}._planSummary_d2anb_229{background:#fffc;border:1px solid rgba(200,200,200,.3);border-radius:16px;padding:1.5rem}._planSummary_d2anb_229 h3{font-size:1.2rem;color:#3b82f6;margin-bottom:1.5rem;text-align:center}._summaryGrid_d2anb_243{display:grid;grid-template-columns:1fr 1fr;gap:1rem}._summaryItem_d2anb_249{display:flex;justify-content:space-between;align-items:center;padding:.75rem;background:#f8fafccc;border-radius:8px;border:1px solid rgba(200,200,200,.3)}._summaryItem_d2anb_249 span{color:#6b7280;font-size:.9rem}._summaryItem_d2anb_249 strong{color:#3b82f6;font-weight:600}._modalFooter_d2anb_269{padding:1.5rem 2rem;border-top:1px solid rgba(200,200,200,.3);display:flex;gap:1rem;justify-content:flex-end}._cancelBtn_d2anb_277{background:#c8c8c833;color:#6b7280;border:1px solid rgba(200,200,200,.3);padding:.75rem 1.5rem;border-radius:8px;cursor:pointer;font-weight:600;transition:all .3s ease}._cancelBtn_d2anb_277:hover{background:#c8c8c84d;border-color:#c8c8c866}._createBtn_d2anb_293{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;cursor:pointer;font-weight:600;transition:all .3s ease;box-shadow:0 5px 15px #3b82f64d}._createBtn_d2anb_293:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 8px 25px #3b82f666}._createBtn_d2anb_293:disabled{opacity:.6;cursor:not-allowed}@keyframes _fadeIn_d2anb_1{0%{opacity:0}to{opacity:1}}@keyframes _slideUp_d2anb_1{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){._modal_d2anb_1{margin:1rem;max-height:calc(100vh - 2rem)}._modalHeader_d2anb_29,._modalContent_d2anb_65,._modalFooter_d2anb_269{padding:1rem}._summaryGrid_d2anb_243{grid-template-columns:1fr}._modalFooter_d2anb_269{flex-direction:column}._cancelBtn_d2anb_277,._createBtn_d2anb_293{width:100%}}._referralEarnings_j1iq5_1{padding:0}._summaryGrid_j1iq5_5{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:3rem}._summaryCard_j1iq5_12{background:#fffc;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(200,200,200,.3);border-radius:20px;padding:2rem;text-align:center;transition:all .3s ease;box-shadow:0 15px 35px #0000001a}._summaryCard_j1iq5_12:hover{transform:translateY(-5px);box-shadow:0 25px 50px #00000026}._summaryCard_j1iq5_12 h3{font-size:1.1rem;color:#6b7280;margin-bottom:1rem;text-transform:uppercase;letter-spacing:.5px}._totalAmount_j1iq5_36{font-size:2.5rem;font-weight:700;color:#3b82f6;margin-bottom:1rem}._breakdown_j1iq5_43{display:flex;flex-direction:column;gap:.75rem}._breakdownItem_j1iq5_49{display:flex;align-items:center;justify-content:center;padding:.5rem .75rem;background:#fffc;border-radius:8px;border:1px solid rgba(200,200,200,.3)}._claimInputContainer_j1iq5_59{display:flex;align-items:center;justify-content:center;gap:.5rem;flex-wrap:wrap;width:100%}._claimInput_j1iq5_59{background:#ffffffe6;border:1px solid rgba(200,200,200,.5);border-radius:6px;padding:.4rem .6rem;font-size:.8rem;color:#374151;width:120px;transition:all .3s ease}._claimInput_j1iq5_59:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}._claimInput_j1iq5_59::placeholder{color:#9ca3af}._breakdownItem_j1iq5_49 span{color:#6b7280;font-weight:500}._claimBtn_j1iq5_94{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border:none;padding:.4rem .8rem;border-radius:6px;font-weight:600;cursor:pointer;transition:all .3s ease;font-size:.8rem;min-width:60px}._claimBtn_j1iq5_94:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 3px 10px #3b82f64d}._claimBtn_j1iq5_94:disabled{opacity:.6;cursor:not-allowed}._emptyState_j1iq5_117{text-align:center;padding:3rem;background:#fffc;border-radius:20px;border:1px solid rgba(200,200,200,.3)}._emptyState_j1iq5_117 h3{color:#3b82f6;margin-bottom:1rem}._emptyState_j1iq5_117 p{color:#6b7280}@media (max-width: 768px){._summaryGrid_j1iq5_5{grid-template-columns:1fr;gap:1.5rem}._breakdownItem_j1iq5_49{flex-direction:column;gap:.5rem;text-align:center}._claimInputContainer_j1iq5_59{flex-direction:column;width:100%}._claimInput_j1iq5_59{width:100%;max-width:200px}._claimBtn_j1iq5_94{width:100%;min-width:auto}}._stakingPlans_xr721_1{padding:0}._plansGrid_xr721_5{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:4rem}._planCard_xr721_12{background:#f0f0f0e6;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(200,200,200,.3);border-radius:20px;overflow:hidden;transition:all .3s ease;box-shadow:0 15px 35px #0000001a}._planCard_xr721_12:hover{transform:translateY(-10px);box-shadow:0 25px 50px #00000026;border-color:#3b82f64d}._planHeader_xr721_28{padding:1.5rem;border-bottom:2px solid;display:flex;align-items:center;justify-content:space-between;background:#dcdcdccc}._planName_xr721_37{font-size:1.5rem;font-weight:700;color:#374151;margin:0}._planColor_xr721_44{width:20px;height:20px;border-radius:50%;box-shadow:0 0 20px currentColor}._planDetails_xr721_51{padding:1.5rem;display:flex;flex-direction:column;gap:1.5rem}._investmentSection_xr721_58,._returnsSection_xr721_59,._monthlySection_xr721_60,._bonusSection_xr721_61,._roiSection_xr721_62{text-align:center}._investmentSection_xr721_58 h4,._returnsSection_xr721_59 h4,._monthlySection_xr721_60 h4,._bonusSection_xr721_61 h4,._roiSection_xr721_62 h4{font-size:.9rem;color:#6b7280;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.5px}._amount_xr721_78{font-size:1.8rem;font-weight:700;color:#3b82f6;margin-bottom:.25rem}._investmentSection_xr721_58 ._amount_xr721_78{color:#10b981}._returnsSection_xr721_59 ._amount_xr721_78{color:#4ade80}._monthlySection_xr721_60 ._amount_xr721_78{color:#60a5fa}._roiSection_xr721_62 ._amount_xr721_78{color:#8b5cf6}._investmentSection_xr721_58 small,._returnsSection_xr721_59 small,._monthlySection_xr721_60 small{font-size:.8rem;color:#6b7280}._bonusSection_xr721_61 h4{color:#8b5cf6}._bonusText_xr721_112{font-size:.9rem;color:#374151;line-height:1.4;background:#8b5cf61a;padding:.75rem;border-radius:8px;border:1px solid rgba(139,92,246,.2)}._infoSection_xr721_122{display:flex;justify-content:center}._infoCard_xr721_127{background:#f0f0f0e6;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(200,200,200,.3);border-radius:20px;padding:2rem;max-width:600px;text-align:center}._infoCard_xr721_127 h3{font-size:1.5rem;color:#3b82f6;margin-bottom:1.5rem}._infoCard_xr721_127 ul{list-style:none;padding:0;display:flex;flex-direction:column;gap:.75rem}._infoCard_xr721_127 li{color:#374151;background:#3b82f61a;border-radius:8px;border:1px solid rgba(59,130,246,.2);position:relative;padding:.75rem .75rem .75rem 2rem}._infoCard_xr721_127 li:before{content:"✓";position:absolute;left:.75rem;color:#3b82f6;font-weight:700}@media (max-width: 768px){._plansGrid_xr721_5{grid-template-columns:1fr;gap:1.5rem}._planCard_xr721_12{margin:0 .5rem}._infoCard_xr721_127{margin:0 1rem;padding:1.5rem}}._modalOverlay_hg2hl_1{position:fixed;inset:0;background-color:#000c;display:flex;justify-content:center;align-items:center;z-index:1000;padding:20px}._modal_hg2hl_1{background:#fff;border-radius:12px;max-width:800px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}._modalHeader_hg2hl_25{padding:24px 24px 16px;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;align-items:center}._modalHeader_hg2hl_25 h2{margin:0;font-size:24px;font-weight:600;color:#111827}._modalContent_hg2hl_40{padding:24px}._termsSection_hg2hl_44 h3{margin:0 0 16px;font-size:18px;font-weight:600;color:#374151}._termsSection_hg2hl_44 p{margin:0 0 24px;color:#6b7280;line-height:1.6}._pdfContainer_hg2hl_57{margin:24px 0;border:1px solid #e5e7eb;border-radius:8px;padding:24px;background-color:#f8fafc}._pdfInfo_hg2hl_65{text-align:center}._pdfInfo_hg2hl_65 p{margin:0 0 16px;color:#6b7280}._pdfLink_hg2hl_74{display:inline-block;background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;text-decoration:none;padding:16px 32px;border-radius:8px;font-weight:600;font-size:16px;transition:all .2s ease;margin:16px 0}._pdfLink_hg2hl_74:hover{transform:translateY(-2px);box-shadow:0 10px 25px -5px #3b82f666}._pdfNote_hg2hl_92{font-size:14px;color:#9ca3af;font-style:italic;margin-top:16px!important}._agreementSection_hg2hl_99{margin-top:24px;padding:20px;background-color:#f9fafb;border-radius:8px;border:1px solid #e5e7eb}._checkboxLabel_hg2hl_107{display:flex;align-items:center;cursor:pointer;font-weight:500;color:#374151;margin-bottom:20px}._checkbox_hg2hl_107{margin-right:12px;width:18px;height:18px;accent-color:#3b82f6}._requirements_hg2hl_123{display:flex;flex-direction:column;gap:8px}._requirement_hg2hl_123{display:flex;align-items:center;color:#9ca3af;font-size:14px;transition:color .2s ease}._requirement_hg2hl_123._completed_hg2hl_137{color:#059669;font-weight:500}._modalFooter_hg2hl_142{padding:16px 24px 24px;border-top:1px solid #e5e7eb;display:flex;justify-content:flex-end}._agreeBtn_hg2hl_149{background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;border:none;padding:12px 24px;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s ease;min-width:200px}._agreeBtn_hg2hl_149:hover:not(._disabled_hg2hl_162){transform:translateY(-1px);box-shadow:0 10px 15px -3px #3b82f64d}._agreeBtn_hg2hl_149._disabled_hg2hl_162{background:#9ca3af;cursor:not-allowed;transform:none;box-shadow:none}@media (max-width: 768px){._modal_hg2hl_1{max-width:95vw;margin:10px}._modalHeader_hg2hl_25{padding:20px 20px 16px}._modalContent_hg2hl_40{padding:20px}._modalFooter_hg2hl_142{padding:16px 20px 20px}._pdfContainer_hg2hl_57{padding:16px}._pdfLink_hg2hl_74{width:100%;text-align:center}._agreeBtn_hg2hl_149{width:100%;min-width:auto}}._errorBoundary_19f23_1{position:fixed;top:0;left:0;width:100vw;height:100vh;background:linear-gradient(135deg,#1a1a1a,#2d2d2d);display:flex;align-items:center;justify-content:center;z-index:9999;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}._errorBoundaryContainer_19f23_17{max-width:600px;width:90%;padding:0 20px}._errorBoundaryContent_19f23_23{background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:40px;text-align:center;box-shadow:0 20px 40px #0000004d}._errorIcon_19f23_33{font-size:4rem;margin-bottom:20px;display:block}._errorTitle_19f23_39{color:#fff;font-size:2rem;font-weight:600;margin:0 0 16px;line-height:1.2}._errorMessage_19f23_47{color:#b0b0b0;font-size:1.1rem;line-height:1.6;margin:0 0 32px}._errorActions_19f23_54{display:flex;gap:16px;justify-content:center;flex-wrap:wrap;margin-bottom:32px}._errorButton_19f23_62{padding:12px 24px;border:none;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s ease;min-width:120px}._errorButton_19f23_62._primary_19f23_73{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}._errorButton_19f23_62._primary_19f23_73:hover{transform:translateY(-2px);box-shadow:0 8px 20px #667eea4d}._errorButton_19f23_62._secondary_19f23_83{background:#ffffff1a;color:#fff;border:1px solid rgba(255,255,255,.2)}._errorButton_19f23_62._secondary_19f23_83:hover{background:#ffffff26;transform:translateY(-2px)}._errorDetails_19f23_94{text-align:left;margin-top:24px;background:#0000004d;border-radius:8px;padding:16px;border:1px solid rgba(255,255,255,.1)}._errorDetails_19f23_94 summary{color:#fff;cursor:pointer;font-weight:500;margin-bottom:12px;-webkit-user-select:none;user-select:none}._errorDetails_19f23_94 summary:hover{color:#667eea}._errorStack_19f23_115{color:#e0e0e0}._errorStack_19f23_115 h4{color:#fff;margin:16px 0 8px;font-size:.9rem;font-weight:600}._errorStack_19f23_115 pre{background:#00000080;padding:12px;border-radius:4px;font-size:.8rem;line-height:1.4;overflow-x:auto;white-space:pre-wrap;word-break:break-word;color:#ff6b6b;border:1px solid rgba(255,107,107,.2)}@media (max-width: 768px){._errorBoundaryContent_19f23_23{padding:24px}._errorTitle_19f23_39{font-size:1.5rem}._errorMessage_19f23_47{font-size:1rem}._errorActions_19f23_54{flex-direction:column;align-items:center}._errorButton_19f23_62{width:100%;max-width:200px}}
