@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap";.skeleton-full-page{display:flex;align-items:center;justify-content:center;min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);padding:2rem}.skeleton-content-centered{max-width:600px;width:100%;text-align:center}.skeleton-branding{display:flex;align-items:center;justify-content:center;gap:1rem;margin-bottom:3rem}.skeleton-logo-image{width:64px;height:64px;object-fit:contain}.skeleton-title{font-size:3rem;font-weight:800;color:#fff;margin:0;letter-spacing:-1px}.skeleton-info-panel{background:#fff;border-radius:16px;padding:2.5rem 2rem;box-shadow:0 8px 24px #0000001f;margin-bottom:2rem}.skeleton-panel-title{font-size:1.25rem;font-weight:700;color:#111827;margin:0 0 2rem;text-transform:uppercase;letter-spacing:1px}.skeleton-stats-preview{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid #e5e7eb}.skeleton-stat-item{text-align:center}.skeleton-stat-number{font-size:2rem;font-weight:800;color:#667eea;margin-bottom:.5rem}.skeleton-stat-label{font-size:.75rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.5px}.skeleton-features{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem;text-align:left}.skeleton-feature{font-size:.875rem;color:#4b5563;font-weight:500}.skeleton-loading-bar{width:100%;height:4px;background:#fff3;border-radius:2px;overflow:hidden}.skeleton-loading-progress{height:100%;background:#fff;border-radius:2px;animation:loading-progress 1.5s ease-in-out infinite}@keyframes loading-progress{0%{width:0%;margin-left:0%}50%{width:40%;margin-left:30%}to{width:0%;margin-left:100%}}.skeleton-circle{background:#667eea14;border-radius:50%}.skeleton-text{height:16px;background:#667eea0f;border-radius:6px;margin-bottom:.5rem;width:100%}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}.pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}.skeleton-card{background:linear-gradient(90deg,#667eea0a,#667eea14,#667eea0a);background-size:200% 100%;animation:shimmer 2s ease-in-out infinite}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.google-signin-button{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;padding:0;background:#fff;border:1px solid #DADCE0;border-radius:50%;cursor:pointer;transition:all .2s ease;box-shadow:0 1px 2px #3c40434d,0 1px 3px 1px #3c404326}.google-signin-button:hover:not(:disabled){background:#f8f9fa;box-shadow:0 2px 4px #3c40434d,0 4px 8px 3px #3c404326;transform:scale(1.05)}.google-signin-button:active:not(:disabled){background:#f1f3f4;box-shadow:0 1px 2px #3c40434d;transform:scale(.98)}.google-signin-button:disabled{opacity:.6;cursor:not-allowed}.google-icon{flex-shrink:0}.google-spinner{width:20px;height:20px;border:2px solid #DADCE0;border-top-color:#4285f4;border-radius:50%;animation:spin .6s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.landing-page{min-height:100vh;background:#fff;color:#1f2937;position:relative;overflow:hidden}.landing-page:before{content:"";position:fixed;top:-25%;left:-15%;width:65%;height:65%;background:radial-gradient(ellipse at center,rgba(102,126,234,.18) 0%,rgba(118,75,162,.1) 40%,rgba(102,126,234,.05) 70%,transparent 100%);border-radius:60% 40% 30% 70%/60% 30% 70% 40%;animation:amoeba-float 22s ease-in-out infinite;z-index:0;filter:blur(1px)}.landing-page:after{content:"";position:fixed;bottom:-35%;right:-20%;width:75%;height:75%;background:radial-gradient(ellipse at center,rgba(118,75,162,.15) 0%,rgba(102,126,234,.08) 45%,rgba(118,75,162,.03) 75%,transparent 100%);border-radius:45% 55% 70% 30%/45% 70% 30% 55%;animation:amoeba-float-reverse 28s ease-in-out infinite;z-index:0;filter:blur(1px)}.landing-page{background-attachment:fixed}.landing-page .amoeba-center:before{content:"";position:fixed;top:30%;left:40%;width:45%;height:45%;background:radial-gradient(ellipse at center,rgba(102,126,234,.1) 0%,rgba(118,75,162,.06) 50%,rgba(102,126,234,.02) 80%,transparent 100%);border-radius:70% 30% 50% 50%/30% 70% 50%;animation:amoeba-center-float 18s ease-in-out infinite;z-index:0;filter:blur(.5px);opacity:.7}@keyframes amoeba-float{0%,to{transform:translateY(0) translate(0) rotate(0) scale(1);border-radius:60% 40% 30% 70%/60% 30% 70% 40%}25%{transform:translateY(-15px) translate(8px) rotate(1deg) scale(1.05);border-radius:50% 50% 40% 60%/50% 60% 40% 50%}50%{transform:translateY(8px) translate(-12px) rotate(-.5deg) scale(.98);border-radius:70% 30% 50% 50%/70% 50% 50% 30%}75%{transform:translateY(-8px) translate(5px) rotate(.8deg) scale(1.02);border-radius:40% 60% 60% 40%/40% 60%}}@keyframes amoeba-float-reverse{0%,to{transform:translateY(0) translate(0) rotate(0) scale(1);border-radius:45% 55% 70% 30%/45% 70% 30% 55%}20%{transform:translateY(12px) translate(-10px) rotate(-1.2deg) scale(1.03);border-radius:55% 45% 30% 70%/55% 30% 70% 45%}40%{transform:translateY(-18px) translate(15px) rotate(.7deg) scale(.97);border-radius:65% 35% 45% 55%/65% 45% 55% 35%}60%{transform:translateY(5px) translate(-8px) rotate(-.8deg) scale(1.04);border-radius:35% 65% 55% 45%/35% 55% 45% 65%}80%{transform:translateY(-10px) translate(12px) rotate(1deg) scale(.99);border-radius:50% 50% 60% 40%/50% 40% 60% 50%}}@keyframes amoeba-center-float{0%,to{transform:translateY(0) translate(0) rotate(0) scale(1);border-radius:70% 30% 50% 50%/30% 70% 50%}30%{transform:translateY(-12px) translate(6px) rotate(.9deg) scale(1.06);border-radius:50% 50% 40% 60%/50% 40% 60% 50%}60%{transform:translateY(10px) translate(-8px) rotate(-.6deg) scale(.95);border-radius:60% 40%/60% 60% 40% 40%}90%{transform:translateY(-6px) translate(4px) rotate(.4deg) scale(1.02);border-radius:40% 60% 50% 50%/40% 50% 50% 60%}}.navbar{position:fixed;top:0;left:0;right:0;z-index:1000;background:#ffffff1a;-webkit-backdrop-filter:blur(40px);backdrop-filter:blur(40px);border-bottom:1px solid rgba(102,126,234,.1)}.nav-content{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 0}.navbar .logo{color:#1f2937}.nav-links{display:flex;align-items:center;gap:2rem}.nav-links a{color:#1f2937cc;font-size:.938rem;font-weight:500;transition:color .2s}.nav-links a:hover{color:#1f2937}.hero{padding:12rem 0 8rem;text-align:center;position:relative;z-index:1}.hero-content{max-width:900px;margin:0 auto}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#667eea1a;border:1px solid rgba(102,126,234,.2);border-radius:100px;color:#667eea;font-weight:500;font-size:.875rem;margin-bottom:2rem}.hero-title{font-size:clamp(3rem,7vw,5rem);font-weight:700;line-height:1.1;margin-bottom:1.5rem;letter-spacing:-.03em;color:#1f2937;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:1.25rem;color:#1f2937cc;margin-bottom:2.5rem;line-height:1.6;max-width:700px;margin-left:auto;margin-right:auto}.hero-buttons{display:flex;gap:1rem;justify-content:center;margin-bottom:5rem}.hero-stats{display:flex;gap:4rem;justify-content:center;padding:3rem 0;border-top:1px solid rgba(255,255,255,.1);border-bottom:1px solid rgba(255,255,255,.1)}.stat{text-align:center}.landing-page .stat-value{font-size:2.5rem;font-weight:700;color:#667eea!important;margin-bottom:.5rem;letter-spacing:-.02em}.stat-label{color:#fff9;font-size:.938rem}.features{padding:8rem 0;position:relative;z-index:1}.section-header{text-align:center;margin-bottom:5rem;position:relative;z-index:2}.section-header h2{font-size:clamp(2rem,5vw,3rem);font-weight:700;margin-bottom:1rem;letter-spacing:-.02em;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.section-header p{font-size:1.125rem;color:#1f2937cc}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;position:relative;z-index:2}.feature-card{background:#ffffffd9;-webkit-backdrop-filter:blur(40px) saturate(180%);backdrop-filter:blur(40px) saturate(180%);border:1px solid rgba(102,126,234,.15);border-radius:24px;padding:2.5rem;transition:all .4s cubic-bezier(.4,0,.2,1);box-shadow:0 8px 32px #667eea1f,0 2px 8px #764ba214,inset 0 1px #fff9;position:relative;overflow:hidden}.feature-card:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,#667eea,#764ba2,#667eea);opacity:0;transition:opacity .3s ease}.feature-card:hover{transform:translateY(-8px) scale(1.02);border-color:#667eea;box-shadow:0 20px 60px #667eea40,0 8px 20px #764ba226,inset 0 1px #fffc}.feature-card:hover:before{opacity:1}.landing-feature-icon{width:56px;height:56px;margin-bottom:1.5rem;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff}.feature-card h3{font-size:1.25rem;margin-bottom:.75rem;font-weight:600;color:#1f2937}.feature-card p{color:#1f2937cc;line-height:1.6}.pricing{padding:8rem 0;position:relative;z-index:1}.pricing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;max-width:1100px;margin:0 auto;position:relative;z-index:2}.pricing-table{max-width:1200px;margin:2rem auto 0;background:#fff;border-radius:12px;overflow:visible;box-shadow:0 2px 8px #00000014}.pricing-table-header{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;background:#fafafa;border-bottom:1px solid #E5E7EB;border-radius:12px 12px 0 0}.pricing-header-cell{padding:1.25rem 1rem;text-align:center;display:flex;flex-direction:column;justify-content:flex-end;align-items:center;position:relative}.pricing-header-cell.feature-col{text-align:left;justify-content:center;align-items:flex-start;border-radius:12px 0 0}.pricing-header-cell:last-child{border-radius:0 12px 0 0}.feature-header-text{font-size:.75rem;font-weight:600;color:#9ca3af;text-transform:uppercase;letter-spacing:.05em}.pricing-header-cell.popular-col{background:#faf5ff}.popular-badge{position:absolute;top:-.375rem;left:50%;transform:translate(-50%);background:#7c3aed;color:#fff;padding:.125rem .5rem;border-radius:3px;font-size:.563rem;font-weight:600;letter-spacing:.02em;text-transform:uppercase;white-space:nowrap}.plan-header{width:100%;display:flex;flex-direction:column;align-items:center}.plan-header h3{font-size:1rem;font-weight:700;color:#111827;margin:0 0 .375rem}.plan-price{margin-bottom:.75rem}.plan-price .price{font-size:1.5rem;font-weight:800;color:#7c3aed;display:inline;line-height:1}.plan-price .period{font-size:.688rem;color:#9ca3af;font-weight:500;margin-left:.25rem}.plan-cta{width:100%;padding:.5rem .875rem;border-radius:6px;font-weight:600;font-size:.813rem;border:1px solid #D1D5DB;background:#fff;color:#374151;cursor:pointer;transition:all .2s ease}.plan-cta:hover{border-color:#7c3aed;color:#7c3aed;transform:translateY(-1px)}.plan-cta.primary{background:#7c3aed;color:#fff;border:none}.plan-cta.primary:hover{background:#6d28d9;box-shadow:0 4px 12px #7c3aed40}.pricing-table-body{display:flex;flex-direction:column}.pricing-row{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;border-bottom:1px solid #F3F4F6}.pricing-row:last-child{border-bottom:none;border-radius:0 0 12px 12px}.pricing-row:last-child .feature-cell{border-radius:0 0 0 12px}.pricing-row:last-child .plan-cell:last-child{border-radius:0 0 12px}.pricing-row.section-header-row{background:#f9fafb;border-bottom:1px solid #E5E7EB}.pricing-row.section-header-row .feature-cell{font-weight:700;color:#7c3aed;padding:.625rem 1rem}.pricing-row.sub-feature .feature-cell{padding-left:2rem;font-size:.813rem;color:#6b7280}.feature-cell{padding:.75rem 1rem;text-align:left;font-size:.875rem;color:#374151;font-weight:500}.plan-cell{padding:.75rem 1rem;text-align:center;font-size:.875rem;color:#6b7280;display:flex;align-items:center;justify-content:center}.plan-cell.highlight{background:linear-gradient(135deg,#faf5ff,#fefcff)}@media(max-width:1024px){.pricing-table-header,.pricing-row{grid-template-columns:1.5fr 1fr 1fr 1fr}.plan-header h3{font-size:1.25rem}.plan-price .price{font-size:2rem}.feature-cell,.plan-cell{padding:1rem;font-size:.875rem}}@media(max-width:768px){.pricing-table{overflow-x:auto}.pricing-table-header,.pricing-row{min-width:700px}}.pricing-card{background:#ffffffe6;-webkit-backdrop-filter:blur(40px) saturate(180%);backdrop-filter:blur(40px) saturate(180%);border:1px solid rgba(102,126,234,.15);border-radius:28px;padding:3rem;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;box-shadow:0 12px 40px #667eea26,0 4px 12px #764ba21a,inset 0 1px #ffffffb3;overflow:visible;margin-top:1rem}.pricing-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#667eea,#764ba2,#667eea);opacity:0;transition:opacity .3s ease}.pricing-card:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 24px 64px #667eea33,0 12px 24px #764ba226,inset 0 1px #ffffffe6;border-color:#667eea}.pricing-card:hover:before{opacity:1}.pricing-card.popular{border-color:#667eea;background:linear-gradient(135deg,#667eea1a,#764ba21a);-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px)}.pricing-header{margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid rgba(102,126,234,.1)}.pricing-header h3{font-size:1.5rem;margin-bottom:.5rem;color:#1f2937}.price{display:flex;align-items:baseline;gap:.5rem;margin-top:1rem}.amount{font-size:3.5rem;font-weight:700;letter-spacing:-.03em;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.period{color:#1f293799;font-size:1rem}.features-list{list-style:none;margin-bottom:2rem}.features-list li{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:1rem;color:#1f2937cc;line-height:1.5}.features-list svg{color:#10b981;flex-shrink:0;margin-top:.125rem}.how-it-works{padding:8rem 0;position:relative;z-index:1}.steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:3rem;max-width:1100px;margin:0 auto;position:relative;z-index:2}.step{text-align:center;position:relative}.step-number{width:56px;height:56px;margin:0 auto 1.5rem;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;color:#fff}.step h3{font-size:1.125rem;margin-bottom:.75rem;font-weight:600;color:#1f2937}.step p{color:#1f2937cc;line-height:1.6}.how-it-works-new{padding:6rem 0;background:linear-gradient(180deg,#fafafa,#fff)}.flow-diagram{display:flex;align-items:center;justify-content:center;gap:2rem;max-width:1100px;margin:0 auto;flex-wrap:wrap}.flow-step{display:flex;align-items:center;gap:1rem;padding:1.25rem 1.5rem;background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000000f;transition:all .3s ease;flex:0 0 auto}.flow-step:hover{transform:translateY(-4px);box-shadow:0 8px 20px #7c3aed26}.flow-number{width:36px;height:36px;background:linear-gradient(135deg,#7c3aed,#6d28d9);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1rem;font-weight:700;color:#fff;flex-shrink:0}.flow-content{display:flex;flex-direction:column;gap:.25rem}.flow-content h3{font-size:1rem;font-weight:700;color:#111827;margin:0}.flow-content p{font-size:.813rem;color:#6b7280;margin:0;line-height:1.4}.flow-arrow{font-size:1.5rem;color:#d1d5db;font-weight:300;flex-shrink:0}@media(max-width:768px){.flow-diagram{flex-direction:column;gap:1rem}.flow-arrow{transform:rotate(90deg)}.flow-step{width:100%;max-width:400px}}.cta-section{padding:8rem 0;text-align:center;position:relative;z-index:1}.cta-section:before{content:"";position:absolute;top:15%;left:5%;width:280px;height:280px;background:radial-gradient(ellipse at center,rgba(102,126,234,.08) 0%,rgba(118,75,162,.04) 60%,transparent 80%);border-radius:55% 45% 35% 65%/65% 35%;animation:cta-amoeba-float 12s ease-in-out infinite;z-index:-1;filter:blur(.8px)}@keyframes cta-amoeba-float{0%,to{transform:translateY(0) translate(0) rotate(0) scale(1);border-radius:55% 45% 35% 65%/65% 35%}25%{transform:translateY(-8px) translate(6px) rotate(.5deg) scale(1.03);border-radius:45% 55%/55% 45%}50%{transform:translateY(4px) translate(-4px) rotate(-.3deg) scale(.98);border-radius:65% 35% 55% 45%/35% 65% 45% 55%}75%{transform:translateY(-6px) translate(3px) rotate(.2deg) scale(1.01);border-radius:50% 50% 40% 60%/50% 40% 60% 50%}}.cta-content{position:relative;z-index:2}.cta-content h2{font-size:clamp(2rem,5vw,3.5rem);font-weight:700;margin-bottom:1rem;letter-spacing:-.02em;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.cta-content>p{font-size:1.25rem;color:#1f2937cc;margin-bottom:2.5rem}.cta-note{margin-top:1rem;font-size:.875rem;color:#1f293799}.footer{padding:4rem 0 2rem;border-top:1px solid rgba(102,126,234,.1);background:#fffffffa;-webkit-backdrop-filter:blur(30px) saturate(180%);backdrop-filter:blur(30px) saturate(180%);position:relative;z-index:1}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:3rem;margin-bottom:3rem}.footer-section h4{margin-bottom:1rem;color:#667eea;font-size:.938rem;font-weight:600}.footer-section a{display:block;color:#1f2937b3;margin-bottom:.75rem;font-size:.938rem;transition:color .2s}.footer-section a:hover{color:#1f2937}.footer-section p{color:#1f293799;margin-top:1rem;font-size:.938rem}.footer-bottom{padding-top:2rem;border-top:1px solid rgba(102,126,234,.1);text-align:center;color:#1f293780;font-size:.875rem}.product-showcase{padding:4rem 0;background:linear-gradient(180deg,#f3f4f6,#fff);position:relative;z-index:1}.container-full{max-width:1400px;margin:0 auto;padding:0 2rem}.device-showcase-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2.5rem;margin-top:3rem}.feature-tiles-grid{display:grid;grid-template-columns:repeat(12,1fr);gap:1.5rem;margin-top:3rem;margin-bottom:3rem}.feature-tile:nth-child(1){grid-column:1 / 7}.feature-tile:nth-child(2){grid-column:7 / 13}.feature-tile:nth-child(3){grid-column:1 / 5}.feature-tile:nth-child(4){grid-column:5 / 9}.feature-tile:nth-child(5){grid-column:9 / 13}.feature-tile:nth-child(6){grid-column:3 / 11}.feature-tile{background:transparent;border-radius:0;overflow:visible;transition:all .3s cubic-bezier(.34,1.56,.64,1);display:flex;flex-direction:column;position:relative;gap:1.5rem}.feature-mockup{padding:1rem 0 0;background:transparent;display:flex;align-items:flex-start;justify-content:center;height:340px;position:relative;overflow:visible;border-radius:0;transition:all .3s ease}.feature-info{padding:0;display:flex;flex-direction:column;min-height:auto;background:transparent;text-align:center}.feature-info h3{font-size:1.125rem;font-weight:700;color:#111827;margin-bottom:.5rem}.feature-info p{font-size:.875rem;color:#6b7280;line-height:1.6;margin-bottom:.75rem}.feature-tiers{display:flex;gap:.5rem;flex-wrap:wrap;justify-content:center}.tier-badge{font-size:.688rem;font-weight:700;padding:.25rem .625rem;border-radius:12px;text-transform:uppercase;letter-spacing:.5px}.tier-badge.free{background:linear-gradient(135deg,#f3f4f6,#e5e7eb);color:#4b5563}.tier-badge.pro{background:linear-gradient(135deg,#dbeafe,#bfdbfe);color:#1e40af}.tier-badge.elite{background:linear-gradient(135deg,#fee75c,#fcd34d);color:#92400e}.device-mini{box-shadow:0 20px 60px #0000004d;overflow:hidden;position:relative;z-index:1}.mobile-mini{background:#1c1c1e;width:280px;height:340px;border-radius:40px 40px 0 0;padding:8px 8px 0;box-shadow:0 0 0 3px #2c2c2e,0 0 0 4px #1c1c1e,0 -10px 40px #0000004d,0 20px 60px #0006;position:relative;overflow:hidden}.device-notch-mini{position:absolute;top:8px;left:50%;transform:translate(-50%);width:120px;height:30px;background:#1c1c1e;border-radius:0 0 20px 20px;z-index:20;box-shadow:0 3px 6px #0006}.device-notch-mini:before{content:"";position:absolute;top:10px;left:50%;transform:translate(-50%);width:8px;height:8px;background:#333;border-radius:50%;box-shadow:0 0 2px #fff3}.device-screen-mini{width:100%;height:520px;background:#000;border-radius:32px;overflow:hidden;position:relative}.browser-window-crop{width:100%;height:100%;overflow:hidden;position:relative}.browser-full{width:1200px;height:450px;background:#fff;position:absolute;top:0;left:0;transform:translate(-700px);border-radius:8px;filter:drop-shadow(0 4px 16px rgba(0,0,0,.1)) drop-shadow(0 12px 32px rgba(0,0,0,.08));overflow:hidden;transition:all .3s ease}.chrome-tab-bar{background:#e8eef7;padding:4px 8px 0;height:34px;display:flex;align-items:flex-end;gap:0;border-radius:10px 10px 0 0}.chrome-tab{background:#bdc1c6;border-radius:8px 8px 0 0;padding:8px 16px;display:flex;align-items:center;gap:8px;font-size:.813rem;color:#5f6368;min-width:140px;max-width:200px;position:relative}.chrome-tab.active-tab{background:#fff;color:#202124}.tab-favicon{font-size:.875rem;flex-shrink:0}.tab-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1}.tab-close{font-size:1.125rem;color:#5f6368;flex-shrink:0;cursor:pointer}.chrome-new-tab{width:32px;height:32px;display:flex;align-items:center;justify-content:center;font-size:1.25rem;color:#5f6368;cursor:pointer;margin-left:4px}.chrome-dropdown{width:32px;height:32px;display:flex;align-items:center;justify-content:center;font-size:1rem;color:#5f6368;cursor:pointer;margin-left:auto;padding-bottom:6px}.browser-chrome-bar{background:#fff;padding:4px 4px 4px 12px;border-bottom:1px solid #E8EAED;display:flex;align-items:center;gap:12px;height:44px}.chrome-left-icons{display:flex;gap:2px;margin-right:8px}.chrome-icon{width:32px;height:32px;display:flex;align-items:center;justify-content:center;font-size:1.125rem;color:#5f6368;cursor:pointer;border-radius:50%}.chrome-icon:hover{background:#f1f3f4}.browser-url-section{flex:1;background:#f1f3f4;padding:6px 12px;border-radius:18px;display:flex;align-items:center;gap:6px;height:30px}.url-lock{font-size:.875rem;flex-shrink:0}.url-text{font-size:.875rem;color:#202124;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;flex:1}.browser-toolbar-icons{display:flex;gap:4px;align-items:center;margin-left:auto;padding-right:0}.toolbar-icon{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.125rem;color:#5f6368;cursor:pointer;transition:background .15s;position:relative}.toolbar-icon:hover{background:#f1f3f4}.toolbar-icon.star-icon{font-size:1.25rem}.toolbar-icon.settings-icon{font-size:1.125rem}.toolbar-icon.extensions-icon{font-size:1.25rem}.toolbar-icon.scann-ext-icon{padding:0;background:transparent}.toolbar-icon.scann-ext-icon img{width:20px;height:20px;border-radius:4px}.toolbar-icon.scann-ext-icon:hover{background:#f1f3f4}.toolbar-icon.avatar-icon{background:transparent;color:#5f6368}.toolbar-icon.avatar-icon:hover{background:#f1f3f4}.toolbar-icon.menu-icon{font-size:1.5rem;font-weight:300}.chrome-divider{width:1px;height:24px;background:#dadce0;margin:0 4px}.browser-content-area{background:#f8f9fa;height:calc(100% - 79px);position:relative;padding:16px}.trading-agent-ui{width:100%;max-width:380px;background:#fff;border-radius:12px;box-shadow:0 4px 12px #00000014;border:1px solid #E5E7EB;overflow:hidden}.agent-header{display:flex;justify-content:space-between;align-items:center;padding:14px 16px;background:linear-gradient(135deg,#f9fafb,#fff);border-bottom:1px solid #E5E7EB}.agent-title{display:flex;align-items:center;gap:8px;font-size:.938rem;font-weight:700;color:#1f2937}.agent-icon{font-size:1.125rem}.agent-status{display:flex;align-items:center;gap:6px;padding:4px 10px;border-radius:12px;font-size:.688rem;font-weight:700;letter-spacing:.5px}.agent-status.live{background:#ecfdf5;color:#10b981}.status-dot{width:6px;height:6px;border-radius:50%;background:#10b981;animation:pulse-opacity 2s ease-in-out infinite}@keyframes pulse-opacity{0%,to{opacity:1}50%{opacity:.5}}.agent-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;padding:12px 16px;background:#fafafa;border-bottom:1px solid #E5E7EB}.stat-box{text-align:center}.stat-label{font-size:.688rem;color:#6b7280;margin-bottom:4px}.stat-value{font-size:.938rem;font-weight:700;color:#1f2937}.stat-value.positive{color:#10b981}.agent-trades{padding:12px 16px;display:flex;flex-direction:column;gap:10px}.trade-item{padding:10px 12px;border-radius:8px;border:1px solid #E5E7EB;background:#fafafa}.trade-item.active{background:#f0f9ff;border-color:#bae6fd}.trade-header-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:6px}.trade-stock{font-size:.875rem;font-weight:700;color:#1f2937}.trade-type{font-size:.688rem;font-weight:700;padding:3px 8px;border-radius:4px;letter-spacing:.5px}.trade-type.buy{background:#ecfdf5;color:#10b981}.trade-details{font-size:.688rem;color:#6b7280;margin-bottom:6px}.trade-pnl{font-size:.813rem;font-weight:700;text-align:right}.trade-pnl.positive{color:#10b981}.trade-pnl.negative{color:#ef4444}.agent-mode{padding:10px 16px;background:#f9fafb;border-top:1px solid #E5E7EB;display:flex;align-items:center;gap:8px;font-size:.75rem}.mode-label{color:#6b7280;font-weight:500}.mode-value{color:#7c3aed;font-weight:700}.watchlist-ui{width:100%;height:auto;padding:20px;background:#fff;display:flex;flex-direction:column;gap:12px;border-radius:12px;filter:drop-shadow(0 4px 16px rgba(0,0,0,.1)) drop-shadow(0 12px 32px rgba(0,0,0,.08));transition:all .3s ease}.watchlist-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:-8px}.watchlist-title{font-size:.875rem;font-weight:700;color:#111827;letter-spacing:-.01em}.watchlist-count{font-size:.688rem;color:#6b7280;font-weight:600}.watchlist-input-section{display:flex;gap:8px}.watchlist-input{flex:1;padding:8px 0;border:none;border-bottom:2px solid #E5E7EB;font-size:.75rem;color:#111827;background:transparent;transition:border-color .2s}.watchlist-input:focus{outline:none;border-bottom-color:#7c3aed}.watchlist-add-btn{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:#7c3aed;color:#fff;border:none;border-radius:8px;font-size:1.25rem;font-weight:300;cursor:pointer;transition:all .2s;flex-shrink:0}.watchlist-add-btn:hover{background:#6d28d9;transform:scale(1.05)}.watchlist-stocks-list{display:flex;flex-direction:column;gap:2px}.watchlist-stock-row{display:flex;justify-content:space-between;align-items:center;padding:10px 0;border-bottom:1px solid #F3F4F6;transition:all .2s}.watchlist-stock-row:hover{padding-left:4px}.watchlist-stock-row:hover .stock-remove-btn{opacity:1}.stock-symbol{font-size:.875rem;font-weight:600;color:#111827;letter-spacing:.02em}.stock-remove-btn{font-size:1.25rem;color:#d1d5db;cursor:pointer;transition:all .2s;opacity:0;line-height:1}.stock-remove-btn:hover{color:#dc2626;transform:scale(1.2)}.watchlist-footer{font-size:.75rem;color:#6b7280;text-align:center;padding-top:4px}.trade-mode-ui{width:100%;height:auto;padding:18px;background:#fff;display:flex;flex-direction:column;gap:14px;border-radius:12px;filter:drop-shadow(0 4px 16px rgba(0,0,0,.1)) drop-shadow(0 12px 32px rgba(0,0,0,.08));transition:all .3s ease}.mode-selector{display:flex;gap:6px;padding:3px;background:#f3f4f6;border-radius:8px;width:fit-content}.mode-tab{padding:6px 16px;font-size:.75rem;font-weight:600;color:#6b7280;border-radius:6px;cursor:pointer;transition:all .2s}.mode-tab.active{background:#fff;color:#7c3aed;box-shadow:0 1px 2px #0000000f}.mode-tab:hover:not(.active){color:#111827}.trade-signal-card{display:flex;flex-direction:column;gap:10px;padding:12px;border:1px solid #E5E7EB;border-radius:8px;background:#fafafa}.signal-header{display:flex;justify-content:space-between;align-items:center;padding-bottom:8px;border-bottom:1px solid #E5E7EB}.signal-stock{font-size:.813rem;font-weight:700;color:#111827;letter-spacing:.02em}.signal-badge{padding:2px 6px;border-radius:4px;font-size:.563rem;font-weight:700;letter-spacing:.4px}.signal-badge.buy{background:#d1fae5;color:#065f46}.signal-details{display:flex;flex-direction:column;gap:5px}.signal-row{display:flex;justify-content:space-between;align-items:center}.signal-label{font-size:.625rem;color:#6b7280;font-weight:500}.signal-value{font-size:.75rem;font-weight:700;color:#111827}.signal-value.green{color:#10b981}.auto-mode-status{display:flex;gap:8px;align-items:center;padding:8px;background:#fff;border-radius:6px;border:1px solid #D1FAE5}.status-icon{width:24px;height:24px;display:flex;align-items:center;justify-content:center;background:#10b981;color:#fff;border-radius:50%;font-size:.75rem;font-weight:700;flex-shrink:0}.status-text{display:flex;flex-direction:column;gap:1px}.status-title{font-size:.688rem;font-weight:700;color:#065f46}.status-subtitle{font-size:.563rem;color:#6b7280;font-weight:500;line-height:1.3}.manual-controls{display:flex;flex-direction:column;gap:8px;margin-top:2px}.control-row{display:flex;justify-content:space-between;align-items:center}.control-label{font-size:.625rem;color:#6b7280;font-weight:500}.qty-selector{display:flex;align-items:center;gap:6px}.qty-btn{width:22px;height:22px;display:flex;align-items:center;justify-content:center;background:#fff;border:1px solid #D1D5DB;border-radius:4px;font-size:.813rem;font-weight:600;color:#6b7280;cursor:pointer;transition:all .2s}.qty-btn:hover{border-color:#7c3aed;color:#7c3aed}.qty-input{width:36px;text-align:center;padding:3px;border:1px solid #D1D5DB;border-radius:4px;font-size:.75rem;font-weight:600;color:#111827}.checkbox-label{display:flex;align-items:center;gap:5px;font-size:.625rem;color:#6b7280;cursor:pointer}.checkbox-label input[type=checkbox]{width:12px;height:12px;cursor:pointer}.execute-btn{width:100%;padding:8px;background:#7c3aed;color:#fff;border:none;border-radius:6px;font-size:.75rem;font-weight:700;cursor:pointer;transition:all .2s;margin-top:2px}.execute-btn:hover{background:#6d28d9;transform:translateY(-1px)}.agent-live-feed{width:100%;height:320px;padding:20px;display:flex;flex-direction:column;position:relative;background:linear-gradient(135deg,#fafbfc,#f8f9fb);border-radius:12px;filter:drop-shadow(0 4px 16px rgba(0,0,0,.1)) drop-shadow(0 12px 32px rgba(0,0,0,.08));transition:all .3s ease;overflow-y:auto;overflow-x:hidden;scroll-behavior:smooth}.agent-live-feed::-webkit-scrollbar{width:0;display:none}.agent-live-feed{-ms-overflow-style:none;scrollbar-width:none}.live-indicator-new{position:absolute;top:20px;right:20px;display:inline-flex;align-items:center;gap:6px;z-index:10}.live-pulse{width:6px;height:6px;border-radius:50%;background:#ef4444;position:relative;box-shadow:0 0 #ef4444;animation:live-pulse-modern 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes live-pulse-modern{0%,to{opacity:1}50%{opacity:.5}}.live-pulse:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:14px;height:14px;border-radius:50%;background:#ef444433;animation:live-ring-modern 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes live-ring-modern{0%{transform:translate(-50%,-50%) scale(.8);opacity:1}50%,to{transform:translate(-50%,-50%) scale(2);opacity:0}}.live-text{font-size:.625rem;font-weight:600;color:#6b7280;letter-spacing:.05em;text-transform:uppercase}.feed-container{display:flex;flex-direction:column;gap:0;padding-top:8px;transition:opacity .5s}.feed-entry-new{display:flex;gap:14px;position:relative;padding:12px 0;animation:slideIn .3s ease-out}@keyframes slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.feed-dot-new{width:10px;height:10px;border-radius:50%;background:#7c3aed;flex-shrink:0;margin-top:6px;position:relative;z-index:2}.feed-connector{position:absolute;left:4px;top:22px;bottom:-12px;width:2px;background:linear-gradient(180deg,#e5e7eb,#e5e7eb4d);animation:grow .3s ease-out}.feed-entry-new:last-child .feed-connector{display:none}@keyframes grow{0%{height:0}to{height:100%}}.feed-content-new{flex:1;display:flex;flex-direction:column;gap:4px}.feed-time-new{font-size:.625rem;color:#9ca3af;font-weight:600;letter-spacing:.3px}.feed-event-new{font-size:.813rem;font-weight:700;color:#111827;line-height:1.4}.feed-event-new.loading-pulse{color:#6b7280;animation:textPulse 1.5s ease-in-out infinite}@keyframes textPulse{0%,to{opacity:.5}50%{opacity:1}}.feed-detail-new{font-size:.688rem;color:#6b7280;line-height:1.4}.feed-params-new{font-size:.625rem;color:#9ca3af;margin-top:2px}.feed-profit-new{font-size:.75rem;color:#10b981;font-weight:700;margin-top:4px}.feed-entry{display:flex;gap:12px;position:relative;animation:feedCycle 10s ease-in-out infinite;opacity:0}.feed-entry:nth-child(2){animation-delay:0s}.feed-entry:nth-child(3){animation-delay:1s}.feed-entry:nth-child(4){animation-delay:2s}.feed-entry:nth-child(5){animation-delay:3s}.feed-entry:nth-child(6){animation-delay:4s}@keyframes feedCycle{0%{opacity:0;transform:translate(-20px)}5%{opacity:1;transform:translate(0)}50%{opacity:1;transform:translate(0)}55%{opacity:0;transform:translate(0)}to{opacity:0;transform:translate(-20px)}}.feed-dot{width:10px;height:10px;border-radius:50%;background:#d1d5db;flex-shrink:0;margin-top:6px;position:relative;z-index:2}.feed-dot.pulse-dot{background:#7c3aed;animation:dot-pulse 2s ease-in-out infinite}@keyframes dot-pulse{0%,to{box-shadow:0 0 #7c3aed80;transform:scale(1)}50%{box-shadow:0 0 0 6px #7c3aed00;transform:scale(1.1)}}.feed-line{position:absolute;left:4px;top:16px;bottom:-12px;width:2px;background:#e5e7eb}.feed-entry:last-child .feed-line{display:none}.feed-data{flex:1;padding-bottom:12px}.feed-timestamp{font-size:.688rem;color:#9ca3af;font-weight:600;margin-bottom:4px;letter-spacing:.3px}.feed-event{font-size:.875rem;font-weight:700;color:#1f2937;margin-bottom:4px}.feed-detail{font-size:.75rem;color:#6b7280;line-height:1.5}.feed-params{font-size:.688rem;color:#9ca3af;margin-top:4px}.feed-profit{font-size:.813rem;color:#10b981;font-weight:700;margin-top:4px}.discord-desktop-mini{background:#36393f;width:240px;height:240px}.discord-topbar-mini{background:#2f3136;padding:10px 16px;font-size:.875rem;font-weight:600;color:#dcddde;border-bottom:1px solid #202225}.discord-desktop-content-mini{padding:12px 16px}.windows-mini{background:linear-gradient(135deg,#0078d4,#0063b1);width:260px;height:240px;display:flex;align-items:flex-start;justify-content:flex-end;padding:16px;position:relative}.windows-toast-mini{background:#f3f3f3f2;-webkit-backdrop-filter:blur(40px);backdrop-filter:blur(40px);border-radius:8px;box-shadow:0 8px 32px #0000004d;width:240px;overflow:hidden;border:1px solid rgba(255,255,255,.4)}.toast-header-mini{background:#fff9;padding:8px 12px;display:flex;align-items:center;gap:8px;border-bottom:1px solid rgba(0,0,0,.1)}.toast-icon-mini{font-size:1rem}.toast-app-mini{font-size:.75rem;font-weight:600;color:#1f2937}.toast-content-mini{padding:12px;background:#fff}.toast-title-mini{font-size:.875rem;font-weight:700;color:#1f2937;margin-bottom:8px}.toast-metric-mini{display:flex;justify-content:space-between;font-size:.75rem;margin-bottom:6px}.toast-label-mini{color:#6b7280;font-weight:500}.toast-val-mini{font-weight:700;color:#1f2937}.toast-val-mini.green{color:#10b981}.toast-signal-mini{margin-top:10px;padding:6px 12px;background:linear-gradient(135deg,#d1fae5,#a7f3d0);color:#065f46;font-size:.75rem;font-weight:700;text-align:center;border-radius:6px}.macos-mini{background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="260" height="240"><defs><linearGradient id="g" x1="0" y1="0" x2="1" y2="1"><stop offset="0" stop-color="%230A84FF"/><stop offset="1" stop-color="%23007AFF"/></linearGradient></defs><rect width="260" height="240" fill="url(%23g)"/></svg>');width:260px;height:240px;display:flex;align-items:flex-start;justify-content:flex-end;padding:16px;position:relative}.macos-banner-mini{background:#ffffffeb;-webkit-backdrop-filter:blur(40px) saturate(180%);backdrop-filter:blur(40px) saturate(180%);border-radius:12px;box-shadow:0 10px 40px #00000040;width:240px;padding:12px;display:flex;gap:10px;border:1px solid rgba(255,255,255,.5)}.macos-icon-mini{font-size:1.25rem;flex-shrink:0}.macos-content-mini{flex:1;min-width:0}.macos-header-mini{display:flex;justify-content:space-between;margin-bottom:6px;align-items:center}.macos-app-mini{font-size:.813rem;font-weight:600;color:#1f2937}.macos-time-mini{font-size:.688rem;color:#6b7280}.macos-title-mini{font-size:.875rem;font-weight:700;color:#1f2937;margin-bottom:8px}.macos-details-mini{margin-bottom:8px}.macos-row-mini{display:flex;justify-content:space-between;font-size:.75rem;margin-bottom:4px}.macos-label-mini{color:#6b7280;font-weight:500}.macos-val-mini{font-weight:700;color:#1f2937}.macos-val-mini.green{color:#10b981}.macos-status-mini{display:flex;align-items:center;gap:6px;font-size:.75rem;color:#6b7280;margin-top:8px;padding-top:8px;border-top:1px solid rgba(0,0,0,.08)}.macos-dot-mini{width:8px;height:8px;border-radius:50%;background:#10b981;box-shadow:0 0 0 3px #10b98133;animation:pulse-dot 2s infinite}.discord-mobile-mini{background:#36393f;height:100%;display:flex;flex-direction:column}.discord-header-mini{background:#2f3136;padding:12px 14px;font-size:.938rem;font-weight:600;color:#dcddde;border-bottom:1px solid #202225;display:flex;align-items:center;gap:8px}.discord-header-mini:before{content:"";width:20px;height:20px;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 127.14 96.36"><path fill="%235865F2" d="M107.7,8.07A105.15,105.15,0,0,0,81.47,0a72.06,72.06,0,0,0-3.36,6.83A97.68,97.68,0,0,0,49,6.83,72.37,72.37,0,0,0,45.64,0,105.89,105.89,0,0,0,19.39,8.09C2.79,32.65-1.71,56.6.54,80.21h0A105.73,105.73,0,0,0,32.71,96.36,77.7,77.7,0,0,0,39.6,85.25a68.42,68.42,0,0,1-10.85-5.18c.91-.66,1.8-1.34,2.66-2a75.57,75.57,0,0,0,64.32,0c.87.71,1.76,1.39,2.66,2a68.68,68.68,0,0,1-10.87,5.19,77,77,0,0,0,6.89,11.1A105.25,105.25,0,0,0,126.6,80.22h0C129.24,52.84,122.09,29.11,107.7,8.07ZM42.45,65.69C36.18,65.69,31,60,31,53s5-12.74,11.43-12.74S54,46,53.89,53,48.84,65.69,42.45,65.69Zm42.24,0C78.41,65.69,73.25,60,73.25,53s5-12.74,11.44-12.74S96.23,46,96.12,53,91.08,65.69,84.69,65.69Z"/></svg>') center/contain no-repeat;flex-shrink:0}.discord-msg-mini{padding:10px 12px;display:flex;gap:8px}.discord-avatar-mini{width:28px;height:28px;border-radius:50%;background:#5865f2;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700;color:#fff;flex-shrink:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 127.14 96.36"><path fill="%23FFFFFF" d="M107.7,8.07A105.15,105.15,0,0,0,81.47,0a72.06,72.06,0,0,0-3.36,6.83A97.68,97.68,0,0,0,49,6.83,72.37,72.37,0,0,0,45.64,0,105.89,105.89,0,0,0,19.39,8.09C2.79,32.65-1.71,56.6.54,80.21h0A105.73,105.73,0,0,0,32.71,96.36,77.7,77.7,0,0,0,39.6,85.25a68.42,68.42,0,0,1-10.85-5.18c.91-.66,1.8-1.34,2.66-2a75.57,75.57,0,0,0,64.32,0c.87.71,1.76,1.39,2.66,2a68.68,68.68,0,0,1-10.87,5.19,77,77,0,0,0,6.89,11.1A105.25,105.25,0,0,0,126.6,80.22h0C129.24,52.84,122.09,29.11,107.7,8.07ZM42.45,65.69C36.18,65.69,31,60,31,53s5-12.74,11.43-12.74S54,46,53.89,53,48.84,65.69,42.45,65.69Zm42.24,0C78.41,65.69,73.25,60,73.25,53s5-12.74,11.44-12.74S96.23,46,96.12,53,91.08,65.69,84.69,65.69Z"/></svg>') #5865f2 center/70% no-repeat}.discord-content-mini{flex:1;min-width:0}.discord-user-mini{font-size:.75rem;font-weight:600;color:#fff;margin-bottom:5px}.bot-tag-mini{background:#5865f2;color:#fff;font-size:.5rem;padding:1px 4px;border-radius:3px;font-weight:700;margin-left:4px;text-transform:uppercase;letter-spacing:.3px}.discord-embed-mini{background:#2f3136;border-radius:4px;overflow:hidden;display:flex;margin-top:4px}.embed-bar-mini{width:4px;flex-shrink:0}.embed-bar-mini.alpha-bar{background:#10b981}.embed-bar-mini.elite-bar{background:linear-gradient(135deg,#7c3aed,#a78bfa)}.embed-content-mini{padding:8px 10px;flex:1}.embed-badge-mini{font-size:.563rem;font-weight:700;color:#10b981;text-transform:uppercase;letter-spacing:.4px;margin-bottom:4px}.embed-title-mini{font-size:.813rem;font-weight:700;color:#fff;margin-bottom:4px}.embed-desc-mini{font-size:.688rem;color:#dcddde;line-height:1.3;margin-bottom:6px}.embed-stats-mini{font-size:.625rem;color:#10b981;font-weight:600;margin-bottom:6px}.embed-link-mini{font-size:.563rem;color:#00aff4;font-weight:500;margin-top:4px;padding-top:6px;border-top:1px solid #40444B}.extension-notification-popup{position:absolute;top:0;right:16px;width:290px;max-height:320px;background:#fff;border-radius:12px;box-shadow:0 8px 24px #00000026;border:1px solid #E5E7EB;overflow:hidden;z-index:100}.ext-popup-header{padding:10px 14px;background:linear-gradient(135deg,#fafafa,#fff);border-bottom:1px solid #E5E7EB;font-size:.813rem;font-weight:700;color:#1f2937;border-radius:12px 12px 0 0}.ext-popup-body{padding:6px 14px 10px;display:flex;flex-direction:column;gap:2px}.ext-popup-row{display:flex;justify-content:space-between;align-items:center;padding:2px 0}.ext-popup-row:last-child{border-bottom:none}.ext-popup-label{font-size:.688rem;color:#6b7280;font-weight:500}.ext-popup-value{font-size:.75rem;font-weight:700;color:#1f2937;text-align:right}.ext-popup-value.alpha-highlight{color:#10b981;background:#ecfdf5;padding:2px 6px;border-radius:4px;font-size:.688rem}.ext-popup-value.green-highlight{color:#10b981;font-weight:700}.ext-popup-buy-btn{width:calc(100% + 28px);margin:8px -14px 0;background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:none;padding:10px 14px;border-radius:0 0 12px 12px;font-size:.813rem;font-weight:700;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 6px #10b98133}.ext-popup-buy-btn:hover{background:linear-gradient(135deg,#059669,#047857);box-shadow:0 4px 10px #10b98159;transform:translateY(-1px)}.ext-popup-buy-btn:hover{transform:translateY(-1px);box-shadow:0 4px 12px #10b98166}.picks-list-mini{margin-top:6px}.pick-mini{display:flex;justify-content:space-between;align-items:center;padding:4px 6px;margin-bottom:4px;background:#2f3136;border-radius:4px;border-left:2px solid #10B981}.pick-stock-mini{font-size:.625rem;font-weight:700;color:#fff;flex-shrink:0}.pick-reason-mini{font-size:.563rem;color:#b9bbbe;flex:1;margin:0 4px}.pick-score-mini{font-size:.625rem;font-weight:700}.pick-score-mini.green{color:#10b981}.watchlist-embed-mini{background:#2f3136;border-radius:4px;padding:6px 8px;margin-top:4px}.watchlist-title-mini{font-size:.625rem;font-weight:700;color:#fff;margin-bottom:6px;padding-bottom:4px;border-bottom:1px solid #40444B}.watchlist-item-mini{display:flex;justify-content:space-between;align-items:center;padding:4px 0;border-bottom:1px solid #40444B;flex-wrap:wrap;gap:3px}.watchlist-item-mini:last-child{border-bottom:none}.wl-stock-mini{font-size:.625rem;font-weight:700;color:#fff;flex-shrink:0;width:100%;margin-bottom:2px}.wl-cvd-mini,.wl-obi-mini{font-size:.5rem;font-weight:600}.wl-cvd-mini.green{color:#10b981}.wl-cvd-mini.red{color:#ef4444}.wl-obi-mini{color:#b9bbbe}.mini-header{padding:.75rem 1rem;background:#2f3136;font-size:.813rem;font-weight:600;color:#fff;border-bottom:1px solid #202225}.mini-alert{padding:1rem}.mini-badge{display:inline-block;padding:.188rem .5rem;border-radius:4px;font-size:.625rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;margin-bottom:.5rem}.mini-badge.alpha{background:#10b981;color:#fff}.mini-stock{font-size:1rem;font-weight:700;color:#fff;margin-bottom:.375rem}.mini-news{font-size:.813rem;color:#dcddde;line-height:1.4;margin-bottom:.625rem}.mini-stats{font-size:.75rem;color:#b9bbbe}.mini-stats span{color:#10b981;font-weight:600}.mini-stats .conf{color:#dcddde}.analysis-mini{background:#fff;padding:1rem}.analysis-header{font-size:.875rem;font-weight:700;color:#1f2937;margin-bottom:.75rem;padding-bottom:.5rem;border-bottom:2px solid #F3F4F6}.analysis-row{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;border-bottom:1px solid #F3F4F6}.analysis-row:last-child{border-bottom:none}.analysis-label{font-size:.75rem;color:#6b7280;font-weight:500}.analysis-value{font-size:.813rem;color:#1f2937;font-weight:600}.analysis-value.green{color:#10b981}.picks-mini{background:#fff;padding:1rem}.picks-header{font-size:.875rem;font-weight:700;color:#1f2937;margin-bottom:.75rem;padding-bottom:.5rem;border-bottom:2px solid #F3F4F6}.pick-item{display:flex;justify-content:space-between;align-items:center;padding:.625rem;margin-bottom:.5rem;background:#f9fafb;border-radius:6px;border-left:3px solid #10B981}.pick-item:last-child{margin-bottom:0}.pick-stock{font-size:.813rem;font-weight:700;color:#1f2937;flex-shrink:0}.pick-reason{font-size:.75rem;color:#6b7280;flex:1;margin:0 .5rem}.pick-score{font-size:.813rem;font-weight:700}.pick-score.green{color:#10b981}.orderflow-mini{background:#fff;padding:1rem}.orderflow-header{font-size:.875rem;font-weight:700;color:#1f2937;margin-bottom:.75rem;padding-bottom:.5rem;border-bottom:2px solid #F3F4F6}.orderflow-metric{display:flex;justify-content:space-between;align-items:center;padding:.625rem 0;border-bottom:1px solid #F3F4F6}.metric-label{font-size:.75rem;color:#6b7280;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.metric-value{font-size:.875rem;font-weight:700;color:#1f2937}.orderflow-signal{margin-top:.75rem;padding-top:.75rem;border-top:2px solid #F3F4F6}.trading-mini{background:#fff;padding:1rem}.trading-header{font-size:.875rem;font-weight:700;color:#1f2937;margin-bottom:.75rem;padding-bottom:.5rem;border-bottom:2px solid #F3F4F6}.trading-position{margin-bottom:.75rem}.position-row{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;border-bottom:1px solid #F3F4F6}.position-row:last-child{border-bottom:none}.pos-label{font-size:.75rem;color:#6b7280;font-weight:500}.pos-value{font-size:.813rem;color:#1f2937;font-weight:600}.pos-value.green{color:#10b981}.trading-status{display:flex;align-items:center;gap:.5rem;padding:.625rem;background:#f9fafb;border-radius:6px;font-size:.813rem;color:#6b7280}.status-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.status-dot.green{background:#10b981;box-shadow:0 0 0 2px #10b98133;animation:pulse-dot 2s infinite}@keyframes pulse-dot{0%,to{box-shadow:0 0 0 2px #10b98133}50%{box-shadow:0 0 0 4px #10b98166}}.watchlist-mini{background:#fff;padding:1rem}.watchlist-header{font-size:.875rem;font-weight:700;color:#1f2937;margin-bottom:.75rem;padding-bottom:.5rem;border-bottom:2px solid #F3F4F6}.watchlist-item{padding:.625rem;margin-bottom:.5rem;background:#f9fafb;border-radius:6px;border-left:3px solid #7C3AED}.watchlist-item:last-child{margin-bottom:0}.wl-stock{display:block;font-size:.813rem;font-weight:700;color:#1f2937;margin-bottom:.375rem}.wl-metrics{display:flex;gap:.75rem;font-size:.688rem}.wl-cvd,.wl-obi{font-weight:600}.wl-cvd.green{color:#10b981}.wl-cvd.red{color:#ef4444}.wl-obi{color:#6b7280}.notify-via{margin-top:4rem;display:flex;align-items:center;justify-content:center;gap:1.5rem}.notify-text{font-size:.938rem;color:#9ca3af;font-weight:500}.notify-icons{display:flex;align-items:center;gap:2rem}.notify-item{display:flex;flex-direction:column;align-items:center;gap:.5rem;transition:all .2s ease;cursor:pointer}.notify-item:hover .notify-icon{transform:scale(1.15);filter:drop-shadow(0 4px 8px rgba(0,0,0,.2))}.notify-icon{width:28px;height:28px;opacity:1;transition:all .2s ease;filter:drop-shadow(0 2px 4px rgba(0,0,0,.1))}.notify-icon.discord{color:#5865f2}.notify-icon.extension{color:#7c3aed}.notify-icon.bell{color:#10b981}.notify-label{font-size:.813rem;font-weight:600;color:#6b7280}@media(max-width:768px){.notify-via{flex-direction:column;gap:1rem}}.channel-item{display:flex;flex-direction:column;align-items:center;gap:.5rem}.channel-icon{width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;background:linear-gradient(135deg,#f3f4f6,#e5e7eb)}.discord-icon{background:linear-gradient(135deg,#818cf8,#6366f1)}.extension-icon{background:linear-gradient(135deg,#34d399,#10b981)}.push-icon{background:linear-gradient(135deg,#fbbf24,#f59e0b)}.channel-item span{font-size:.875rem;color:#4b5563;font-weight:500}@media(max-width:1024px){.feature-tiles-grid{grid-template-columns:repeat(6,1fr)}.feature-tile:nth-child(1),.feature-tile:nth-child(2),.feature-tile:nth-child(3),.feature-tile:nth-child(4),.feature-tile:nth-child(5),.feature-tile:nth-child(6){grid-column:1 / 7;margin-top:0}}@media(max-width:768px){.feature-tiles-grid{grid-template-columns:1fr;gap:1.5rem}.feature-tile{grid-column:1!important;transform:rotate(0)!important;margin-top:0!important}.feature-tile:hover{transform:translateY(-8px)!important}.channels-list{gap:2rem}}.browser-mockup{grid-column:1 / -1}@media(max-width:1200px){.device-showcase-grid{grid-template-columns:1fr;gap:2rem}.browser-mockup{grid-column:1}}.device-mockup{display:flex;justify-content:center;align-items:center;padding:1.5rem;transition:transform .3s ease}.device-mockup:hover{transform:scale(1.02)}.device-frame{position:relative;box-shadow:0 20px 60px #0000004d;border-radius:20px;overflow:hidden}.device-screen{position:relative;overflow:hidden}.mobile-frame{width:340px;background:#000;border-radius:40px;padding:12px}.device-notch{position:absolute;top:0;left:50%;transform:translate(-50%);width:150px;height:28px;background:#000;border-radius:0 0 20px 20px;z-index:10}.discord-mobile{background:#36393f;height:650px;border-radius:28px;overflow:hidden;display:flex;flex-direction:column}.discord-header-mobile{background:#2f3136;padding:.875rem;display:flex;align-items:center;justify-content:space-between;font-size:.938rem;color:#dcddde;font-weight:600;box-shadow:0 1px #04040533}.discord-back,.discord-menu{font-size:1.25rem;color:#b9bbbe;cursor:pointer}.discord-channel-name{flex:1;text-align:center;color:#fff}.discord-messages{flex:1;overflow-y:auto;padding:.5rem .625rem}.discord-msg-compact{display:flex;gap:.5rem;margin-bottom:.375rem;padding:.125rem .25rem}.discord-msg-compact:hover{background:#ffffff05}.discord-avatar-tiny{width:24px;height:24px;border-radius:50%;background:#4e5058;display:flex;align-items:center;justify-content:center;font-size:.625rem;font-weight:600;color:#dcddde;flex-shrink:0}.scann-avatar{background:linear-gradient(135deg,#7c3aed,#a78bfa);color:#fff}.discord-msg-content-compact{flex:1;min-width:0}.discord-msg-header-compact{display:flex;align-items:baseline;gap:.25rem;margin-bottom:.063rem}.discord-username-tiny{font-size:.688rem;font-weight:600;color:#fff}.discord-bot-tag-tiny{background:#5865f2;color:#fff;font-size:.438rem;padding:.063rem .188rem;border-radius:2px;font-weight:700;text-transform:uppercase;letter-spacing:.3px}.discord-timestamp-tiny{font-size:.563rem;color:#72767d;margin-left:auto}.discord-text-tiny{font-size:.688rem;color:#dcddde;line-height:1.3}.discord-timestamp{font-size:.75rem;color:#72767d}.discord-embed-mobile{background:#2f3136;border-radius:4px;overflow:hidden;display:flex}.embed-color-bar{width:4px;flex-shrink:0}.alpha-bar{background:#10b981}.embed-body{padding:.875rem 1rem;flex:1}.embed-author{font-size:.75rem;font-weight:700;color:#10b981;margin-bottom:.375rem;text-transform:uppercase;letter-spacing:.5px}.embed-title-mobile{font-size:1rem;font-weight:700;color:#fff;margin-bottom:.375rem}.embed-description{font-size:.875rem;color:#dcddde;line-height:1.5;margin-bottom:.875rem}.embed-fields-mobile{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.embed-field-inline{display:flex;flex-direction:column;gap:.25rem}.field-label{font-size:.75rem;font-weight:600;color:#b9bbbe;text-transform:uppercase}.field-val{font-size:.875rem;color:#dcddde;font-weight:500}.field-val.green{color:#3ba55d}.field-val.gold{color:#fee75c}.elite-field{grid-column:1 / -1;background:#fee75c1a;padding:.625rem;border-radius:4px;border:1px solid rgba(254,231,92,.3)}.discord-embed-compact{background:#2f3136;border-radius:3px;overflow:hidden;display:flex;margin-top:.125rem}.embed-color-bar-compact{width:3px;flex-shrink:0}.embed-body-compact{padding:.5rem .625rem;flex:1}.embed-author-compact{font-size:.563rem;font-weight:700;color:#10b981;margin-bottom:.188rem;text-transform:uppercase;letter-spacing:.4px}.embed-title-compact{font-size:.75rem;font-weight:700;color:#fff;margin-bottom:.188rem}.embed-description-compact{font-size:.688rem;color:#dcddde;line-height:1.3;margin-bottom:.5rem}.embed-fields-compact{display:flex;gap:.625rem;flex-wrap:wrap}.embed-field-compact{display:flex;flex-direction:column;gap:.125rem;min-width:0}.field-label-compact{font-size:.563rem;font-weight:600;color:#b9bbbe;text-transform:uppercase;letter-spacing:.3px}.field-val-compact{font-size:.625rem;color:#dcddde;font-weight:500}.green-text{color:#3ba55d}.gold-text{color:#fee75c}.browser-frame{width:630px;background:#fff;border-radius:8px}.browser-chrome{background:#f3f4f6;padding:.5rem .75rem;display:flex;align-items:center;gap:.75rem;border-bottom:1px solid #E5E7EB}.browser-dots{display:flex;gap:.375rem}.dot{width:10px;height:10px;border-radius:50%}.dot.red{background:#ff5f56}.dot.yellow{background:#ffbd2e}.dot.green{background:#27c93f}.browser-url{flex:1;background:#fff;padding:.375rem .75rem;border-radius:4px;font-size:.75rem;color:#6b7280;text-align:center}.browser-icons{font-size:1rem;color:#6b7280}.browser-screen{height:280px;position:relative;background:#fff}.kite-ui{position:absolute;inset:0;display:flex;flex-direction:column;background:#fff}.kite-topbar-new{background:#387ed1;padding:.5rem 1rem;border-bottom:1px solid #2E6BB8}.kite-tabs{font-size:.688rem;color:#ffffffe6;font-weight:500}.kite-content-layout{flex:1;display:flex;overflow:hidden}.kite-sidebar{width:140px;background:#fafafa;border-right:1px solid #E5E7EB;padding:.75rem .625rem;display:flex;flex-direction:column;gap:.5rem}.sidebar-stock-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.25rem}.sidebar-symbol{font-size:.875rem;font-weight:700;color:#1f2937}.sidebar-exchange{font-size:.563rem;color:#6b7280;background:#e5e7eb;padding:.125rem .375rem;border-radius:3px}.sidebar-price{font-size:1rem;font-weight:700;color:#1f2937}.sidebar-change{font-size:.625rem;font-weight:600;padding:.125rem .375rem;border-radius:4px;display:inline-block}.positive-change{background:#d1fae5;color:#059669}.sidebar-stats{margin-top:.5rem;display:flex;flex-direction:column;gap:.375rem}.sidebar-stat-row{display:flex;justify-content:space-between;font-size:.563rem}.stat-name{color:#6b7280}.stat-num{color:#1f2937;font-weight:600}.kite-chart-area{flex:1;display:flex;flex-direction:column;background:#fff}.chart-timeframe{padding:.5rem .75rem;display:flex;gap:.75rem;font-size:.625rem;color:#6b7280;font-weight:500;border-bottom:1px solid #E5E7EB}.kite-chart{flex:1;position:relative;background:linear-gradient(180deg,#fefefe,#f9fafb);padding:.75rem}.chart-svg{width:100%;height:100%;position:relative;z-index:2}.chart-grid{position:absolute;inset:0;background-image:linear-gradient(to right,rgba(229,231,235,.5) 1px,transparent 1px),linear-gradient(to bottom,rgba(229,231,235,.5) 1px,transparent 1px);background-size:50px 35px;opacity:.6;pointer-events:none;z-index:1}.chart-grid:before{content:"";position:absolute;bottom:0;left:0;right:0;height:50%;background:linear-gradient(to top,rgba(16,185,129,.03) 0%,transparent 100%);pointer-events:none}.extension-alert{position:absolute;top:.75rem;right:.75rem;width:260px;background:#fff;border-radius:8px;box-shadow:0 4px 16px #0003;border:1px solid #10B981;overflow:hidden;animation:alertSlideIn .3s ease-out;z-index:10}@keyframes alertSlideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.alert-top{padding:.375rem .5rem;background:#f9fafb;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #E5E7EB}.alert-stock-name{font-size:.688rem;font-weight:700;color:#1f2937}.alert-timing{font-size:.5rem;color:#6b7280}.alert-news{padding:.5rem;font-size:.563rem;color:#4b5563;line-height:1.4;border-bottom:1px solid #E5E7EB}.alert-action{padding:.5rem;display:flex;align-items:center;gap:.5rem;border-bottom:1px solid #E5E7EB}.buy-signal{background:linear-gradient(135deg,#d1fae5,#a7f3d0);border-left:3px solid #10B981}.sell-signal{background:linear-gradient(135deg,#fee2e2,#fecaca);border-left:3px solid #EF4444}.buy-action-icon{font-size:.75rem;flex-shrink:0}.action-text{flex:1;min-width:0}.action-label{font-size:.625rem;font-weight:700;color:#065f46;text-transform:uppercase;letter-spacing:.5px;margin-bottom:.125rem}.sell-signal .action-label{color:#991b1b}.action-detail{font-size:.5rem;color:#047857;line-height:1.3}.sell-signal .action-detail{color:#b91c1c}.alert-info-row{padding:.5rem;display:flex;gap:.75rem;background:#fafafa}.info-item{flex:1;display:flex;flex-direction:column;gap:.125rem}.info-label{font-size:.438rem;color:#6b7280;text-transform:uppercase;font-weight:600;letter-spacing:.3px}.info-value{font-size:.563rem;font-weight:700;color:#1f2937}.info-value.positive{color:#10b981}.info-value.negative{color:#ef4444}.alert-cta{padding:.5rem;background:#fff}.alert-buy-btn{width:100%;background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:none;padding:.5rem;border-radius:6px;font-size:.625rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 4px #10b9814d}.alert-buy-btn:hover{transform:translateY(-1px);box-shadow:0 4px 8px #10b98166}.desktop-frame{width:550px;background:#0078d4;border-radius:8px}.desktop-screen{height:350px;position:relative}.windows-desktop{position:absolute;inset:0;background:linear-gradient(135deg,#0078d4,#00bcf2)}.windows-taskbar{position:absolute;bottom:0;left:0;right:0;height:48px;background:#000c;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);display:flex;align-items:center;justify-content:space-between;padding:0 1rem;color:#fff;font-size:.875rem}.windows-start{font-weight:600}.windows-toast{position:absolute;bottom:64px;right:1rem;width:340px;background:#1e1e1ef2;-webkit-backdrop-filter:blur(40px);backdrop-filter:blur(40px);border-radius:8px;overflow:hidden;box-shadow:0 8px 32px #0006;animation:slideInUp .4s ease-out}@keyframes slideInUp{0%{transform:translateY(30px);opacity:0}to{transform:translateY(0);opacity:1}}.toast-header{padding:.875rem 1rem .5rem}.toast-app{display:flex;align-items:center;gap:.625rem}.toast-icon{font-size:1.25rem}.toast-app-name{font-size:.813rem;font-weight:600;color:#fff}.toast-body{padding:0 1rem 1rem}.toast-title{font-size:.938rem;font-weight:700;color:#fff;margin-bottom:.375rem}.toast-message{font-size:.875rem;color:#d1d5db;line-height:1.5;margin-bottom:.875rem}.toast-details{background:#ffffff0d;padding:.75rem;border-radius:6px;display:flex;flex-direction:column;gap:.5rem}.toast-row{display:flex;justify-content:space-between;font-size:.813rem}.toast-label{color:#9ca3af}.toast-val{color:#fff;font-weight:600}.macos-desktop{position:absolute;inset:0;background:linear-gradient(135deg,#667eea,#764ba2)}.macos-menubar{background:#0000004d;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);padding:.5rem 1rem;display:flex;justify-content:space-between;color:#fff;font-size:.813rem}.macos-menu-left{display:flex;gap:1rem}.macos-apple{font-size:1rem}.macos-banner{position:absolute;top:56px;right:1rem;width:360px;background:#fffffffa;-webkit-backdrop-filter:blur(40px);backdrop-filter:blur(40px);border-radius:12px;padding:1rem;box-shadow:0 10px 40px #0000004d;display:flex;gap:.875rem;animation:slideInRight .4s ease-out}@keyframes slideInRight{0%{transform:translate(30px);opacity:0}to{transform:translate(0);opacity:1}}.banner-icon{font-size:2rem;flex-shrink:0}.banner-content{flex:1;min-width:0}.banner-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.375rem}.banner-app{font-size:.75rem;font-weight:700;color:#6b7280;text-transform:uppercase;letter-spacing:.5px}.banner-time{font-size:.75rem;color:#9ca3af}.banner-title{font-size:1rem;font-weight:700;color:#1f2937;margin-bottom:.375rem}.banner-message{font-size:.875rem;color:#4b5563;line-height:1.5;margin-bottom:.875rem}.banner-metrics{background:#f9fafb;padding:.75rem;border-radius:8px;display:flex;flex-direction:column;gap:.5rem}.banner-metric{display:flex;justify-content:space-between;font-size:.813rem}.metric-key{color:#6b7280;font-weight:500}.metric-value{color:#1f2937;font-weight:600}.metric-value.green{color:#10b981}.metric-value.gold{color:#d97706}.elite-banner-metric{background:linear-gradient(135deg,#fffbeb,#fef3c7);padding:.5rem .75rem;margin:0 -.75rem -.75rem;border-top:1px solid #FDE68A;border-radius:0 0 8px 8px}.tier-summary{margin-top:2.5rem;display:flex;align-items:center;justify-content:center;gap:1rem;padding:1.25rem;background:#fff;border-radius:12px;flex-wrap:wrap}.tier-item{display:flex;align-items:center;gap:.625rem;font-size:.875rem;color:#4b5563}.tier-tag{font-size:.75rem;font-weight:700;padding:.375rem .75rem;border-radius:6px;text-transform:uppercase;letter-spacing:.5px}.tier-tag.free{background:#e5e7eb;color:#6b7280}.tier-tag.pro{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.tier-tag.elite{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff}.tier-sep{color:#9ca3af;font-weight:700;font-size:1.125rem}.discord-server{font-size:.75rem;font-weight:600;color:#b9bbbe;margin-bottom:.5rem}.discord-message{display:flex;flex-direction:column;gap:.5rem}.discord-header{display:flex;align-items:center;gap:.5rem}.bot-badge{background:#5865f2;color:#fff;font-size:.625rem;font-weight:700;padding:.125rem .375rem;border-radius:3px}.discord-time{font-size:.688rem;color:#72767d}.discord-embed{display:flex;border-radius:4px;overflow:hidden;background:#2f3136}.embed-accent{width:4px;flex-shrink:0}.embed-accent.alpha{background:#10b981}.embed-content{padding:.75rem;flex:1}.embed-title{font-size:.875rem;font-weight:700;color:#dcddde;margin-bottom:.25rem}.embed-desc{font-size:.813rem;color:#b9bbbe;margin-bottom:.75rem}.embed-fields{display:grid;grid-template-columns:1fr 1fr;gap:.5rem}.embed-field{display:flex;flex-direction:column;gap:.25rem}.field-name{font-size:.688rem;font-weight:600;color:#b9bbbe;text-transform:uppercase}.field-value{font-size:.813rem;color:#dcddde;font-weight:500}.extension-mock{position:relative;height:200px}.trading-screen-bg{position:absolute;inset:0;background:linear-gradient(135deg,#f3f4f6,#e5e7eb);padding:.75rem;filter:blur(.5px);opacity:.6}.screen-ticker{font-size:.875rem;font-weight:700;color:#1f2937;margin-bottom:.5rem}.screen-change{color:#10b981}.screen-chart{height:120px;background:linear-gradient(135deg,rgba(102,126,234,.1) 0%,transparent 100%);border-radius:4px}.extension-popup{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:#fff;border-radius:8px;padding:.875rem;box-shadow:0 8px 24px #00000026;border:2px solid #667eea;min-width:240px;animation:popIn .3s ease-out}@keyframes popIn{0%{opacity:0;transform:translate(-50%,-50%) scale(.9)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}.popup-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.popup-stock{font-size:.938rem;font-weight:700;color:#1f2937}.popup-edge{font-size:.625rem;font-weight:700;padding:.25rem .5rem;border-radius:4px}.popup-edge.beta{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff}.popup-content{font-size:.813rem;color:#4b5563;margin-bottom:.75rem;line-height:1.4}.popup-metrics{display:flex;flex-direction:column;gap:.375rem;background:#f9fafb;padding:.625rem;border-radius:6px}.metric-item{display:flex;justify-content:space-between;font-size:.75rem}.metric-item .metric-label{color:#6b7280;font-weight:500}.metric-item .metric-value{color:#1f2937;font-weight:600}.elite-metric{background:linear-gradient(135deg,#fffbeb,#fef3c7);padding:.375rem .5rem;border-radius:4px;margin-top:.25rem}.elite-metric .metric-value{color:#d97706}.system-mock{background:#f3f4f6;padding:.875rem}.system-notif{background:#fff;border-radius:8px;padding:.875rem;display:flex;gap:.75rem;box-shadow:0 2px 8px #0000001a}.system-icon{font-size:1.5rem;flex-shrink:0}.system-body{flex:1;display:flex;flex-direction:column;gap:.25rem}.system-app{font-size:.688rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.5px}.system-title{font-size:.875rem;font-weight:700;color:#1f2937}.system-message{font-size:.813rem;color:#4b5563;line-height:1.4}.system-meta{font-size:.75rem;color:#6b7280;margin-top:.25rem}.notification-item{background:#fff;border-radius:12px;padding:1.25rem;border:1px solid #E5E7EB;transition:all .3s ease;animation:slideIn .5s ease-out}.notification-item:hover{border-color:#667eea;box-shadow:0 4px 12px #667eea1a;transform:translate(4px)}.notification-item.elite-highlight{border:2px solid #F59E0B;background:linear-gradient(135deg,#fffbeb,#fff)}.notif-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.notif-stock{font-weight:700;font-size:1.125rem;color:#1f2937}.notif-edge{padding:.25rem .75rem;border-radius:8px;font-size:.75rem;font-weight:700;letter-spacing:.5px}.alpha-edge{background:linear-gradient(135deg,#10b981,#059669);color:#fff;box-shadow:0 2px 8px #10b9814d}.beta-edge{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;box-shadow:0 2px 8px #3b82f64d}.gamma-edge{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;box-shadow:0 2px 8px #f59e0b4d}.notif-content{color:#4b5563;font-size:.938rem;margin-bottom:1rem;line-height:1.5}.notif-analysis{background:#f9fafb;border-radius:8px;padding:.875rem;position:relative}.elite-badge-small{position:absolute;top:.5rem;right:.5rem;font-size:.75rem;background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;padding:.125rem .5rem;border-radius:4px;font-weight:700}.analysis-row{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;font-size:.875rem}.analysis-row .label{color:#6b7280;font-weight:500}.analysis-row .value{font-weight:600;color:#1f2937}.analysis-row .value.bullish{color:#10b981}.analysis-row .value.bearish{color:#ef4444}.analysis-row .value.neutral{color:#f59e0b}.orderflow-demo{padding:1.5rem;display:flex;flex-direction:column;gap:1.5rem}.orderflow-stock{padding-bottom:1rem;border-bottom:2px solid #FDE68A}.stock-name{font-weight:700;font-size:1.5rem;color:#1f2937;margin-bottom:.5rem}.stock-price{font-size:1.125rem;color:#4b5563}.price-change{font-weight:600;font-size:.938rem;margin-left:.5rem}.price-change.up{color:#10b981}.price-change.down{color:#ef4444}.metric-card{background:#fff;border-radius:12px;padding:1.25rem;border:1px solid #E5E7EB;transition:all .3s ease}.metric-card:hover{border-color:#f59e0b;box-shadow:0 4px 12px #f59e0b1a}.metric-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.metric-label{font-size:.875rem;font-weight:600;color:#6b7280}.metric-value{font-size:1.25rem;font-weight:700}.metric-value.bullish{color:#10b981}.metric-value.bearish{color:#ef4444}.cvd-chart{display:flex;align-items:flex-end;justify-content:space-between;height:80px;gap:.25rem;margin-bottom:1rem}.chart-bar{background:linear-gradient(180deg,#a7f3d0,#10b981);border-radius:4px 4px 0 0;transition:all .3s ease;animation:growBar .8s ease-out}.chart-bar.active{background:linear-gradient(180deg,#fcd34d,#f59e0b);box-shadow:0 -4px 12px #f59e0b4d}@keyframes growBar{0%{height:0!important}}.metric-insight{font-size:.875rem;color:#10b981;font-weight:600;text-align:center}.obi-bar{height:40px;background:#f3f4f6;border-radius:8px;position:relative;overflow:hidden;margin-bottom:.75rem}.obi-fill{height:100%;background:linear-gradient(90deg,#10b981,#059669);transition:width 1s ease-out;box-shadow:inset 0 2px 4px #0000001a}.obi-marker{position:absolute;top:0;height:100%;width:2px;background:#ef4444;box-shadow:0 0 8px #ef444480}.obi-legend{display:flex;justify-content:space-between;font-size:.813rem}.legend-item{display:flex;align-items:center;gap:.5rem;color:#6b7280}.dot{width:8px;height:8px;border-radius:50%}.dot.buy{background:#10b981}.dot.sell{background:#ef4444}.signal-box{background:linear-gradient(135deg,#d1fae5,#a7f3d0);border-radius:12px;padding:1.5rem;display:flex;gap:1rem;border:2px solid #10B981;animation:pulse-box 2s ease-in-out infinite}@keyframes pulse-box{0%,to{box-shadow:0 0 #10b98166}50%{box-shadow:0 0 0 8px #10b98100}}.signal-icon{font-size:2rem;flex-shrink:0}.signal-content{flex:1}.signal-title{font-weight:700;font-size:1.125rem;color:#065f46;margin-bottom:.5rem}.signal-details{font-size:.875rem;color:#047857;margin-bottom:1rem}.btn-signal{background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #10b9814d}.btn-signal:hover{transform:translateY(-2px);box-shadow:0 6px 16px #10b98166}.tier-info-bar{margin-top:2rem;display:flex;align-items:center;justify-content:center;gap:1rem;padding:1rem;background:#f9fafb;border-radius:12px}@media(max-width:768px){.tier-info-bar{flex-direction:column}.tier-arrow{transform:rotate(90deg)}}.tier-info-item{display:flex;align-items:center;gap:.5rem}.tier-badge-small{font-size:.688rem;font-weight:700;padding:.25rem .5rem;border-radius:6px;text-transform:uppercase;letter-spacing:.5px}.tier-badge-small.free{background:#e5e7eb;color:#6b7280}.tier-badge-small.pro{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.tier-badge-small.elite{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff}.tier-text{font-size:.813rem;color:#6b7280}.tier-arrow{color:#9ca3af;font-size:1.125rem;font-weight:700}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 1.5rem;border-radius:.75rem;font-weight:600;font-size:.95rem;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);cursor:pointer;border:none;position:relative;overflow:hidden}.btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;box-shadow:0 4px 15px #667eea4d}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 25px #667eea66}.btn-secondary{background:#ffffffe6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#667eea;border:1px solid rgba(102,126,234,.2);box-shadow:0 4px 15px #00000014}.btn-secondary:hover{background:#fff;border-color:#667eea;transform:translateY(-2px);box-shadow:0 8px 25px #667eea26}.pulse-glow{animation:pulse-glow 2s ease-in-out infinite alternate}@keyframes pulse-glow{0%{box-shadow:0 4px 15px #667eea4d}to{box-shadow:0 4px 25px #667eea99}}@media(max-width:768px){.hero{padding:10rem 0 6rem}.hero-title{font-size:2.5rem}.hero-stats{flex-direction:column;gap:2rem}.hero-buttons{flex-direction:column}.nav-links a:not(.btn){display:none}.features-grid,.pricing-grid{grid-template-columns:1fr}}.advanced-tech-section{background:linear-gradient(180deg,#fff,#f9fafb)}.tech-showcase{position:relative;z-index:2}.tech-feature-main{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:3rem;border-radius:20px;text-align:center;margin-bottom:3rem;box-shadow:0 20px 60px #667eea4d}.tech-icon-large{margin-bottom:1.5rem;opacity:.95}.tech-feature-main h3{font-size:2rem;font-weight:800;margin-bottom:1.25rem;letter-spacing:-.02em}.tech-description{font-size:1.125rem;line-height:1.8;color:#fffffff2;max-width:900px;margin:0 auto 2rem}.tech-formula{background:#ffffff26;border:2px solid rgba(255,255,255,.3);border-radius:12px;padding:1.5rem 2rem;font-size:1rem;font-weight:700;font-family:Courier New,monospace;letter-spacing:.5px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.tech-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}.tech-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:2rem;transition:all .3s ease;box-shadow:0 4px 12px #0000000d}.tech-card:hover{transform:translateY(-8px);box-shadow:0 12px 32px #667eea26;border-color:#667eea}.tech-card-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.25rem;color:#667eea}.tech-card-header h4{font-size:1.25rem;font-weight:700;color:#111827;margin:0}.tech-card p{font-size:.9375rem;line-height:1.7;color:#4b5563;margin-bottom:1.25rem}.tech-card strong{color:#111827;font-weight:600}.tech-stat{display:inline-block;background:linear-gradient(135deg,#f0f4ff,#e8f0fe);color:#4338ca;font-size:.8125rem;font-weight:700;padding:.5rem 1rem;border-radius:20px;border:1px solid #c7d2fe;text-transform:uppercase;letter-spacing:.5px}@media(max-width:768px){.tech-grid{grid-template-columns:1fr}.tech-feature-main{padding:2rem 1.5rem}.tech-feature-main h3{font-size:1.5rem}.tech-description{font-size:1rem}}.avatar{display:flex;align-items:center;justify-content:center;border-radius:50%;overflow:hidden;flex-shrink:0;position:relative;background:linear-gradient(135deg,#667eea,#764ba2)}.avatar img{width:100%;height:100%;object-fit:cover}.avatar-initials{font-weight:600;-webkit-user-select:none;user-select:none;text-transform:uppercase;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.dashboard-minimal{min-height:100vh;background:#fafafa;position:relative}.logo-minimal{position:fixed;top:2rem;left:2rem;display:flex;align-items:center;gap:.75rem;font-size:1.5rem;font-weight:700;color:#111827;cursor:pointer;transition:transform .2s ease;z-index:100}.logo-minimal:hover{transform:scale(1.05)}.logo-minimal img{width:32px;height:32px}.user-menu{position:fixed;top:0;right:0;z-index:100;display:flex;align-items:center;gap:.5rem;background:linear-gradient(135deg,#667eea,#764ba2);padding:.5rem 1.25rem .5rem 2.5rem;border-radius:0 0 0 50px;box-shadow:-4px 4px 16px #667eea4d;transition:all .3s ease;overflow:visible}.user-menu:hover{box-shadow:-6px 6px 24px #667eea66}.ribbon-button{position:relative;display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:none;border:none;border-radius:50%;cursor:pointer;color:#ffffffe6;transition:all .2s ease}.ribbon-button:hover{background:#fff3;color:#fff;transform:scale(1.1)}.ribbon-button.active{background:#ffffff40;color:#fff}.ribbon-button .user-avatar,.ribbon-button .user-avatar-placeholder{width:28px;height:28px;border-radius:50%;object-fit:cover;background:#fff;border:2px solid #FFFFFF}.ribbon-button .user-avatar-placeholder{background:#fff;display:flex;align-items:center;justify-content:center;color:#667eea;font-weight:700;font-size:.75rem}.notification-badge{position:absolute;top:-4px;right:-4px;background:#ef4444;color:#fff;font-size:.625rem;font-weight:700;min-width:18px;height:18px;border-radius:9px;display:flex;align-items:center;justify-content:center;padding:0 4px;border:2px solid #667eea}.ribbon-button{position:relative}.dropdown-overlay{position:fixed;inset:0;z-index:99}.dropdown-menu{position:absolute;top:calc(100% + .5rem);right:0;background:#fff;border:1px solid #E5E7EB;border-radius:12px;box-shadow:0 12px 24px #0000001a;min-width:240px;z-index:100;animation:dropdownSlide .2s ease;overflow:hidden}@keyframes dropdownSlide{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.dropdown-user-info{display:flex;gap:1rem;padding:1.25rem;border-bottom:1px solid #E5E7EB;position:relative}.dropdown-avatar{flex-shrink:0}.dropdown-avatar img,.dropdown-avatar-placeholder{width:48px;height:48px;border-radius:50%;object-fit:cover}.dropdown-avatar-placeholder{background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:1.25rem}.dropdown-user-details{display:flex;flex-direction:column;gap:.125rem;flex:1;min-width:0}.dropdown-user-name{font-weight:600;color:#111827;font-size:.9375rem}.dropdown-user-email{font-size:.8125rem;color:#6b7280;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-bottom:.25rem}.dropdown-user-badge{position:absolute;top:0;right:0;padding:.25rem .625rem .25rem .75rem;border-radius:0 12px;font-size:.5625rem;font-weight:700;letter-spacing:.5px;text-transform:uppercase}.dropdown-user-badge.plan-free,.dropdown-user-badge.plan-pro{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.dropdown-user-badge.plan-elite{background:linear-gradient(135deg,#764ba2,#8b5cf6);color:#fff}.dropdown-divider{height:1px;background:#e5e7eb;margin:.5rem 0}.dropdown-item{display:flex;align-items:center;gap:.75rem;width:100%;padding:.75rem 1rem;background:none;border:none;color:#374151;font-size:.9375rem;cursor:pointer;transition:all .2s ease;text-align:left}.dropdown-item.logout{color:#ef4444;border-top:1px solid #E5E7EB}.dropdown-item.logout:hover{background:#ef44440d}.dashboard-content{padding:6rem 2rem 2rem;max-width:1400px;margin:0 auto;width:100%;background:transparent}.welcome-section{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem;animation:fadeIn .4s ease}.welcome-text h1{font-size:2rem;font-weight:700;color:#111827;margin:0 0 .5rem}.welcome-text p{font-size:1rem;color:#6b7280;margin:0}.trial-badge{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;background:#ffc1071a;border:1px solid rgba(255,193,7,.3);border-radius:24px;color:#f59e0b;font-weight:600;font-size:.875rem}.stats-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;gap:1rem;color:#6b7280}.stats-loading .spin{animation:spin 1s linear infinite}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem;margin-bottom:3rem;animation:slideUp .5s ease}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.stat-card{background:#fff;border:1px solid #E5E7EB;border-radius:16px;padding:1.5rem;display:flex;gap:1rem;transition:all .3s ease;animation:cardFadeIn .6s ease forwards;opacity:0}.stat-card:nth-child(1){animation-delay:.1s}.stat-card:nth-child(2){animation-delay:.2s}.stat-card:nth-child(3){animation-delay:.3s}.stat-card:nth-child(4){animation-delay:.4s}@keyframes cardFadeIn{to{opacity:1}}.stat-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px #0000000f;border-color:#667eea}.stat-icon-wrapper{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.stat-icon-wrapper.profit{background:#10b9811a;color:#10b981}.stat-icon-wrapper.active{background:#667eea1a;color:#667eea}.stat-icon-wrapper.win{background:#3b82f61a;color:#3b82f6}.stat-icon-wrapper.signal{background:#f59e0b1a;color:#f59e0b}.stat-info{flex:1;display:flex;flex-direction:column;gap:.25rem}.stat-value{font-size:1.75rem;font-weight:700;color:#111827}.stat-change{font-size:.8125rem;color:#6b7280;display:flex;align-items:center;gap:.25rem}.upgrade-section-old{margin-bottom:3rem;animation:slideUp .6s ease;animation-delay:.5s;animation-fill-mode:both}.upgrade-card-old{background:#fff;border:2px solid #E5E7EB;border-radius:20px;padding:2.5rem;display:flex;justify-content:space-between;align-items:center;gap:2rem;transition:all .3s ease;position:relative;overflow:hidden}.upgrade-card-old:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#667eea08,#764ba208);opacity:0;transition:opacity .3s ease}.upgrade-card-old:hover:before{opacity:1}.upgrade-card-old:hover{border-color:#667eea;transform:translateY(-4px);box-shadow:0 16px 32px #667eea1f}.upgrade-content{display:flex;gap:1.5rem;flex:1}.upgrade-icon{width:64px;height:64px;border-radius:16px;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0}.upgrade-text h2{font-size:1.5rem;font-weight:700;color:#111827;margin:0 0 .5rem}.upgrade-text p{font-size:1rem;color:#6b7280;margin:0 0 1.25rem}.upgrade-features{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.upgrade-features li{display:flex;align-items:center;gap:.5rem;color:#374151;font-size:.9375rem}.upgrade-features li svg{color:#10b981;flex-shrink:0}.upgrade-action{display:flex;flex-direction:column;align-items:center;gap:.75rem;flex-shrink:0}.btn-upgrade{display:flex;align-items:center;gap:.75rem;padding:1rem 2rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #667eea4d}.btn-upgrade:hover{transform:translateY(-2px);box-shadow:0 8px 20px #667eea66}.upgrade-price{font-size:.875rem;color:#6b7280;margin:0}.elite-banner{display:flex;align-items:center;gap:1rem;padding:1.5rem;background:linear-gradient(135deg,#667eea1a,#764ba21a);border:2px solid #667eea;border-radius:16px;margin-bottom:3rem;animation:slideUp .6s ease;animation-delay:.5s;animation-fill-mode:both}.elite-banner svg{color:#667eea;flex-shrink:0}.elite-banner h3{font-size:1.125rem;font-weight:700;color:#111827;margin:0 0 .25rem}.elite-banner p{font-size:.9375rem;color:#6b7280;margin:0}.info-section-old{margin-bottom:3rem;animation:slideUp .6s ease;animation-delay:.6s;animation-fill-mode:both}.info-section-old h2{font-size:1.5rem;font-weight:700;color:#111827;margin:0 0 1.5rem}.info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem}.info-card-old{background:#fff;border:1px solid #E5E7EB;border-radius:16px;padding:1.5rem;transition:all .3s ease}.info-card-old:hover{transform:translateY(-4px);box-shadow:0 8px 20px #0000000f;border-color:#667eea}.info-number{width:40px;height:40px;border-radius:12px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.25rem;font-weight:700;margin-bottom:1rem}.info-card-old h3{font-size:1.125rem;font-weight:600;color:#111827;margin:0 0 .5rem}.info-card-old p{font-size:.9375rem;color:#6b7280;margin:0;line-height:1.6}.quick-settings{text-align:center;padding:2rem;background:#fff;border:1px solid #E5E7EB;border-radius:16px;animation:slideUp .6s ease;animation-delay:.7s;animation-fill-mode:both}.quick-settings h2{font-size:1.5rem;font-weight:700;color:#111827;margin:0 0 .5rem}.quick-settings p{font-size:1rem;color:#6b7280;margin:0 0 1.5rem}@media(max-width:768px){.logo-minimal{top:1rem;left:1rem;font-size:1.25rem}.user-menu{top:1rem}.dashboard-content{padding:5rem 1rem 1rem}.welcome-section{flex-direction:column;gap:1rem}.welcome-text h1{font-size:1.5rem}.stats-grid{grid-template-columns:1fr}.upgrade-card-old{flex-direction:column;padding:1.5rem}.upgrade-content{flex-direction:column;text-align:center}.upgrade-action{width:100%}.btn-upgrade{width:100%;justify-content:center}.info-grid{grid-template-columns:1fr}.user-name{display:none}}.dashboard-split{display:grid;grid-template-columns:1fr 380px;gap:2rem;max-width:1400px;margin:0 auto;padding:6rem 2rem 3rem}.dashboard-main{min-width:0}.dashboard-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem}.dashboard-header h1{font-size:2rem;font-weight:700;color:#111827;margin:0 0 .25rem}.dashboard-header .subtitle{font-size:1.125rem;color:#6b7280;margin:0}.plan-badge-large{display:inline-flex;align-items:center;gap:.5rem;padding:.625rem 1.25rem;border-radius:100px;font-size:.875rem;font-weight:600;letter-spacing:.5px;white-space:nowrap}.plan-badge-large.free{background:#f3f4f6;color:#6b7280}.plan-badge-large.pro{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.plan-badge-large.elite{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff}.stats-tile{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;width:400px;height:400px;background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 1px 3px #0000000d;margin-bottom:2rem;position:relative;overflow:hidden}.stats-tile:before,.stats-tile:after{content:"";position:absolute;z-index:1;border-radius:1px}.stats-tile:before{left:35%;right:35%;top:calc(50% - .5px);height:2px;background:linear-gradient(to bottom,#c4c4c400,#c4c4c48f 1px,#fff 1px 2px)}.stats-tile:after{top:35%;bottom:35%;left:calc(50% - .5px);width:2px;background:linear-gradient(to right,#c4c4c400,#c4c4c48f 1px,#fff 1px 2px)}.stat-item{display:flex;align-items:center;justify-content:flex-start;gap:1rem;padding:1.5rem;transition:all .2s ease}.stat-item:hover{background:#fafafa}.stat-icon{width:44px;height:44px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#fff}.stat-icon.alert{background:linear-gradient(135deg,#667eea,#764ba2)}.stat-icon.target{background:linear-gradient(135deg,#06b6d4,#0891b2)}.stat-icon.event{background:linear-gradient(135deg,#10b981,#059669)}.stat-icon.market{background:linear-gradient(135deg,#f59e0b,#d97706)}.stat-icon.speed{background:linear-gradient(135deg,#8b5cf6,#7c3aed)}.stat-icon.users{background:linear-gradient(135deg,#ec4899,#db2777)}.stat-icon.total{background:linear-gradient(135deg,#667eea,#764ba2)}.stats-grid-modern{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:1rem;margin-bottom:2rem}.stat-card-modern{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:1rem;transition:all .2s ease}.stat-card-modern:hover{border-color:#667eea;box-shadow:0 2px 8px #667eea1a;transform:translateY(-1px)}.stat-header-modern{display:flex;align-items:center;gap:.5rem;color:#6b7280;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;margin-bottom:.75rem}.stat-header-modern svg{color:#667eea}.stat-number-modern{font-size:1.875rem;font-weight:700;color:#111827;line-height:1;margin-bottom:.25rem}.stat-meta-modern{font-size:.75rem;color:#9ca3af;font-weight:500}.stat-meta-modern.market-status{text-transform:capitalize;font-weight:600;color:#667eea}.stats-bar-unified{display:flex;align-items:center;justify-content:space-between;gap:2rem;background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:1.25rem 1.75rem;margin-bottom:2rem}.stats-greeting{display:flex;flex-direction:column;gap:.25rem;min-width:0;max-width:300px;flex-shrink:1}.greeting-text{font-size:1.25rem;font-weight:700;color:#111827;margin:0;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.greeting-subtitle{font-size:.875rem;color:#6b7280;margin:0;line-height:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.stats-group{display:flex;align-items:center;gap:1.5rem;flex-shrink:0}.stat-compact{display:flex;flex-direction:column;gap:.25rem;min-width:fit-content}.stat-label-compact{font-size:.6875rem;font-weight:600;color:#9ca3af;text-transform:uppercase;letter-spacing:.5px}.stat-value-compact{font-size:1.25rem;font-weight:700;color:#111827;text-transform:capitalize}.stat-value-compact.status-open{color:#10b981}.stat-value-compact.status-closed{color:#6b7280}.stat-value-compact.status-pre_market,.stat-value-compact.status-post_market{color:#f59e0b}.stat-value-compact.stat-highlight{color:#667eea;font-weight:800}.stat-separator{width:1px;height:2rem;background:#e5e7eb}.activity-card{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none}.activity-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.activity-header h3{margin:0;font-size:1rem;font-weight:600}.activity-stats{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1rem}.activity-stat{display:flex;flex-direction:column;gap:.25rem}.activity-number{font-size:1.5rem;font-weight:700;line-height:1}.activity-label{font-size:.75rem;opacity:.9}.activity-footer{display:flex;flex-direction:column;gap:.75rem;padding-top:1rem;border-top:1px solid rgba(255,255,255,.2)}.activity-hint{font-size:.8125rem;opacity:.9;font-style:italic}.btn-sidebar-subtle{background:#ffffff26;border:1px solid rgba(255,255,255,.3);color:#fff;padding:.5rem .75rem;border-radius:6px;font-size:.8125rem;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem;transition:all .2s ease}.btn-sidebar-subtle:hover{background:#ffffff40;border-color:#fff6}.quick-actions-modern{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1rem;margin-bottom:2rem}.action-card-modern{display:flex;align-items:center;gap:1rem;background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:1.25rem;cursor:pointer;transition:all .2s ease;text-align:left}.action-card-modern:hover{border-color:#667eea;box-shadow:0 4px 12px #667eea1f;transform:translateY(-2px)}.action-card-modern.primary{background:linear-gradient(135deg,#667eea,#764ba2);border-color:#667eea;color:#fff}.action-card-modern.primary:hover{box-shadow:0 6px 16px #667eea40}.action-card-modern.upgrade{background:linear-gradient(135deg,#fbbf24,#f59e0b);border-color:#fbbf24;color:#fff}.action-card-modern.upgrade:hover{box-shadow:0 6px 16px #fbbf2440}.action-card-modern svg{flex-shrink:0;opacity:.9}.content-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:1.5rem;margin-bottom:2rem}.free-setup-card{background:linear-gradient(135deg,#667eea,#764ba2);border:none;color:#fff}.free-setup-header{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1.5rem}.free-setup-icon{width:48px;height:48px;background:#fff3;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.free-setup-header h3{font-size:1.125rem;font-weight:700;margin:0 0 .375rem;color:#fff}.free-setup-header p{font-size:.8125rem;margin:0;color:#ffffffe6;line-height:1.4}.free-setup-steps{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}.free-setup-step{display:flex;align-items:center;gap:.875rem}.free-step-number{width:32px;height:32px;background:#fff3;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.875rem;font-weight:700;flex-shrink:0}.free-step-content{flex:1}.free-step-title{font-size:.875rem;font-weight:600;color:#fff;margin-bottom:.125rem}.free-step-desc{font-size:.75rem;color:#fffc}.btn-free-setup{width:100%;display:flex;align-items:center;justify-content:center;gap:.5rem;background:#fff;color:#667eea!important;border:2px solid white;border-radius:8px;padding:.875rem 1.25rem;font-size:.9375rem;font-weight:700;cursor:pointer;transition:all .2s ease}.btn-free-setup svg{color:#667eea!important}.btn-free-setup:hover{background:#fffffff2;transform:translateY(-2px);box-shadow:0 4px 12px #0003}.free-dashboard-content{display:flex;flex-direction:column;gap:1rem}.predictions-card{background:#fff;border:1px solid #e5e7eb;border-radius:10px;position:relative}.predictions-locked{overflow:hidden}.predictions-blur{filter:blur(4px);pointer-events:none;-webkit-user-select:none;user-select:none}.predictions-overlay{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;z-index:10;padding:2rem}.predictions-overlay-content{background:#fffffffa;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid #e5e7eb;border-radius:12px;padding:2rem 2.5rem;box-shadow:0 10px 40px #0000001a;text-align:center;max-width:400px;width:100%}.predictions-overlay .overlay-icon{color:#667eea;margin:0 auto 1rem;opacity:.9;display:block}.predictions-overlay h4{font-size:1.125rem;font-weight:600;color:#111827;margin:0 0 .75rem}.predictions-overlay p{font-size:.875rem;color:#6b7280;line-height:1.6;margin:0}.predictions-header{display:flex;align-items:flex-start;justify-content:space-between;padding:1.125rem 1.25rem;border-bottom:1px solid #e5e7eb}.predictions-title h3{font-size:.9375rem;font-weight:600;color:#111827;margin:0 0 .25rem}.predictions-title p{font-size:.75rem;color:#6b7280;margin:0}.predictions-meta{display:flex;flex-direction:column;align-items:flex-end;gap:.125rem}.predictions-date{font-size:.75rem;font-weight:500;color:#111827}.predictions-time{font-size:.6875rem;color:#6b7280}.predictions-list{padding:0}.prediction-row{display:flex;align-items:center;justify-content:space-between;padding:.875rem 1.25rem}.prediction-left{display:flex;align-items:center;gap:.875rem;flex:1}.prediction-rank{width:24px;height:24px;border-radius:6px;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:600;flex-shrink:0;background:#111827;color:#fff}.prediction-info{display:flex;flex-direction:column;gap:.25rem}.prediction-symbol{font-size:.875rem;font-weight:600;color:#111827}.prediction-status{font-size:.6875rem;font-weight:500}.prediction-status.status-got{color:#059669}.prediction-status.status-missed{color:#9ca3af}.prediction-timestamp{font-size:.6875rem;color:#6b7280;font-weight:400}.prediction-divider{height:1px;background:#e5e7eb;margin:0 1.25rem}.prediction-return{font-size:1rem;font-weight:700;color:#10b981}.predictions-footer{padding:.875rem 1.25rem;background:#f9fafb;border-top:1px solid #e5e7eb;border-bottom-left-radius:10px;border-bottom-right-radius:10px;font-size:.75rem;color:#6b7280;text-align:center}.capabilities-showcase{background:#fff;border:1px solid #e5e7eb;border-radius:10px;overflow:hidden}.showcase-header{display:flex;align-items:center;justify-content:space-between;padding:1.125rem 1.25rem;border-bottom:1px solid #e5e7eb;background:linear-gradient(135deg,#fafafa,#fff)}.showcase-header h3{font-size:.9375rem;font-weight:600;color:#111827;margin:0}.showcase-nav{display:flex;gap:.5rem;align-items:center}.nav-dot{width:6px;height:6px;border-radius:50%;background:#d1d5db;border:none;padding:0;cursor:pointer;transition:all .3s ease}.nav-dot.active{background:#6366f1;width:20px;border-radius:3px}.nav-dot:hover:not(.active){background:#9ca3af}.showcase-feature{display:grid;grid-template-columns:280px 1fr;gap:2rem;padding:2rem 1.5rem;align-items:center}.feature-visual{display:flex;align-items:center;justify-content:center}.feature-card{width:100%;background:linear-gradient(135deg,#667eea,#764ba2);padding:2rem 1.5rem;border-radius:12px;box-shadow:0 8px 24px #667eea40}.feature-metric{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.5rem}.metric-value{font-size:2.5rem;font-weight:700;color:#fff;line-height:1;letter-spacing:-.02em}.metric-label{font-size:.8125rem;color:#fffc;text-transform:uppercase;letter-spacing:.05em;font-weight:500}.feature-bar{display:flex;gap:4px}.bar-segment{flex:1;height:6px;background:#fff3;border-radius:3px;transition:all .3s ease}.bar-segment.active{background:#fff;box-shadow:0 0 8px #ffffff80}.feature-details{display:flex;flex-direction:column;gap:1rem}.feature-details h4{font-size:1.25rem;font-weight:700;color:#111827;margin:0;letter-spacing:-.01em}.feature-details p{font-size:.875rem;color:#6b7280;line-height:1.6;margin:0}.feature-tech{display:flex;gap:.5rem;flex-wrap:wrap}.tech-tag{font-size:.6875rem;color:#6366f1;background:#6366f11a;padding:.375rem .75rem;border-radius:6px;font-weight:500;letter-spacing:.025em;border:1px solid rgba(99,102,241,.2)}.free-section{background:var(--card-bg);border:1px solid var(--border-color);border-radius:6px;overflow:hidden}.section-row{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;font-size:.875rem;border-bottom:1px solid var(--border-color)}.section-row:last-child{border-bottom:none}.section-row.header{background:var(--hover-bg);font-weight:600;font-size:.875rem}.section-row span:first-child{color:var(--text-primary)}.section-row span:nth-child(2){font-weight:600}.tag-green{background:#d1fae5;color:#065f46;padding:.25rem .5rem;border-radius:4px;font-size:.75rem;font-weight:500}.tag-orange{background:#fed7aa;color:#9a3412;padding:.25rem .5rem;border-radius:4px;font-size:.75rem;font-weight:500}.tag-gray{background:var(--hover-bg);color:var(--text-secondary);padding:.25rem .5rem;border-radius:4px;font-size:.75rem}.btn-simple{width:100%;padding:.75rem;margin-top:.75rem;background:#667eea;color:#fff;border:none;border-radius:4px;font-size:.875rem;font-weight:600;cursor:pointer}.btn-simple:hover{background:#5568d3}.insight-content{display:flex;flex-direction:column;gap:1rem}.insight-stat-row{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem}.insight-stat{text-align:center;padding:1.25rem;background:var(--hover-bg);border-radius:10px}.insight-number{font-size:2rem;font-weight:700;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.5rem;line-height:1}.insight-label{font-size:.8125rem;color:var(--text-secondary);line-height:1.4}.insight-message{display:flex;align-items:center;gap:.75rem;padding:1rem;background:#6366f10d;border-left:3px solid #667eea;border-radius:8px}.insight-message.highlight{background:#f59e0b14;border-left-color:#f59e0b}.insight-message svg{color:#667eea;flex-shrink:0}.insight-message.highlight svg{color:#f59e0b}.insight-message p{font-size:.875rem;color:var(--text-secondary);margin:0;line-height:1.5}.missed-opportunities-compact{display:flex;flex-direction:column;gap:.625rem}.missed-item-compact{display:flex;align-items:center;gap:1rem;padding:.875rem 1rem;background:var(--hover-bg);border-radius:8px;transition:all .15s ease}.missed-item-compact:hover{background:var(--border-color)}.missed-time{font-size:.75rem;font-weight:600;color:#f59e0b;white-space:nowrap}.missed-details{flex:1;font-size:.875rem;color:var(--text-primary);display:flex;align-items:center;flex-wrap:wrap;gap:.5rem}.missed-details strong{font-weight:700}.missed-gain{margin-left:auto;font-weight:600;color:#10b981;font-size:.8125rem}.insight-footer{padding:1rem;background:#f59e0b0d;border-radius:8px;text-align:center;font-size:.875rem;color:var(--text-secondary);font-weight:500}.results-list{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}.result-row{display:flex;align-items:center;justify-content:space-between;padding:.75rem;background:var(--hover-bg);border-radius:6px;font-size:.875rem}.result-row.caught{border-left:2px solid #10b981}.result-row.missed{border-left:2px solid #f59e0b}.result-stock{font-weight:600;color:var(--text-primary);flex:1}.result-gain{font-weight:600;color:#10b981;margin:0 1rem}.result-status{font-size:.75rem;color:var(--text-secondary)}.results-note{font-size:.8125rem;color:var(--text-secondary);text-align:center;padding-top:.75rem;border-top:1px solid var(--border-color)}.free-limits-section{background:var(--card-bg);border:1px solid var(--border-color);border-radius:12px;padding:1.75rem}.free-limits-section h3{font-size:1.125rem;font-weight:700;color:var(--text-primary);margin:0 0 1.5rem;text-align:center}.limits-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;margin-bottom:1.5rem}.limit-card{padding:1.25rem;background:var(--hover-bg);border:1px solid var(--border-color);border-radius:10px;display:flex;flex-direction:column;gap:.875rem}.limit-icon{width:40px;height:40px;background:linear-gradient(135deg,#6366f11a,#8b5cf60d);border-radius:10px;display:flex;align-items:center;justify-content:center;color:#667eea}.limit-content h4{font-size:.9375rem;font-weight:600;color:var(--text-primary);margin:0 0 .5rem}.limit-current{font-size:.8125rem;color:var(--text-secondary);margin:0 0 .375rem}.limit-upgrade{font-size:.8125rem;color:#667eea;font-weight:500;margin:0}.btn-view-plans{width:100%;padding:.875rem 1.5rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:10px;font-size:.9375rem;font-weight:600;cursor:pointer;transition:all .2s ease}.btn-view-plans:hover{transform:translateY(-2px);box-shadow:0 6px 20px #667eea4d}.btn-view-plans:active{transform:translateY(0)}@media(max-width:768px){.insight-stat-row,.limits-grid{grid-template-columns:1fr}.missed-details{flex-direction:column;align-items:flex-start}.missed-gain{margin-left:0}}.missed-opportunities{background:var(--card-bg);border:1px solid var(--border-color);border-radius:16px;padding:2rem}.missed-header{display:flex;align-items:flex-start;gap:1rem;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:2px solid var(--border-color)}.missed-header svg{color:#f59e0b;flex-shrink:0;margin-top:.25rem}.missed-header h3{font-size:1.25rem;font-weight:700;color:var(--text-primary);margin:0 0 .25rem}.missed-header p{font-size:.875rem;color:var(--text-secondary);margin:0}.missed-list{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}.missed-item{display:flex;gap:1.25rem;padding:1.25rem;background:var(--hover-bg);border:1px solid var(--border-color);border-left:3px solid #f59e0b;border-radius:10px;transition:all .2s ease}.missed-item:hover{transform:translate(4px);box-shadow:0 4px 12px #00000014}.missed-time{font-size:.8125rem;font-weight:600;color:#f59e0b;white-space:nowrap;padding-top:.125rem}.missed-content{flex:1}.missed-stock{font-size:1.125rem;font-weight:700;color:var(--text-primary);margin-bottom:.375rem}.missed-reason{font-size:.875rem;color:var(--text-secondary);margin-bottom:.5rem;line-height:1.5}.missed-result{display:inline-block;font-size:.8125rem;font-weight:600;padding:.25rem .75rem;border-radius:6px}.missed-result.success{background:#10b9811a;color:#059669}.missed-footer{text-align:center;padding:1rem;background:#f59e0b0d;border-radius:8px}.missed-footer p{font-size:.9375rem;font-weight:500;color:#d97706;margin:0}.plan-comparison-compact{background:var(--card-bg);border:1px solid var(--border-color);border-radius:16px;padding:2.5rem 2rem}.plan-comparison-compact h3{font-size:1.5rem;font-weight:700;color:var(--text-primary);margin:0 0 2rem;text-align:center}.comparison-table{display:flex;flex-direction:column;gap:0;margin-bottom:2rem;border:1px solid var(--border-color);border-radius:12px;overflow:hidden}.comparison-row{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;border-bottom:1px solid var(--border-color)}.comparison-row:last-child{border-bottom:none}.comparison-row.header{background:var(--hover-bg)}.comparison-cell{padding:1rem 1.25rem;display:flex;align-items:center;justify-content:center;font-size:.875rem;color:var(--text-primary);border-right:1px solid var(--border-color)}.comparison-cell:last-child{border-right:none}.comparison-cell.feature-name{justify-content:flex-start;font-weight:500}.comparison-row.header .comparison-cell{font-weight:700;font-size:.8125rem;text-transform:uppercase;letter-spacing:.05em}.comparison-cell.highlight{background:#6366f10d;color:#667eea;font-weight:600}.comparison-cell.elite-col{background:#f59e0b0d;color:#d97706;font-weight:600}.comparison-cell svg{color:#10b981}.comparison-cta{text-align:center}.btn-upgrade-pro{padding:1rem 3rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:10px;font-size:1rem;font-weight:700;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 16px #667eea4d;margin-bottom:1rem}.btn-upgrade-pro:hover{transform:translateY(-2px);box-shadow:0 8px 24px #667eea66}.btn-upgrade-pro:active{transform:translateY(0)}.comparison-note{font-size:.875rem;color:var(--text-secondary);margin:0}@media(max-width:768px){.missed-item{flex-direction:column;gap:.75rem}.comparison-row{grid-template-columns:1.5fr 1fr 1fr 1fr;font-size:.75rem}.comparison-cell{padding:.75rem .5rem}.comparison-cell.feature-name{font-size:.8125rem}}.live-stats-showcase{background:var(--card-bg);border:1px solid var(--border-color);border-radius:16px;padding:2rem}.stats-showcase-header{display:flex;align-items:flex-start;gap:1rem;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:2px solid var(--border-color)}.stats-showcase-header svg{color:#667eea;flex-shrink:0;margin-top:.25rem}.stats-showcase-header h3{font-size:1.25rem;font-weight:700;color:var(--text-primary);margin:0 0 .25rem}.stats-showcase-header p{font-size:.875rem;color:var(--text-secondary);margin:0}.live-stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.live-stat-card{text-align:center;padding:1.5rem;background:linear-gradient(135deg,#6366f10d,#8b5cf605);border:1px solid rgba(99,102,241,.1);border-radius:12px}.live-stat-number{font-size:2.5rem;font-weight:800;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.5rem;line-height:1}.live-stat-label{font-size:.9375rem;font-weight:600;color:var(--text-primary);margin-bottom:.375rem}.live-stat-detail{font-size:.8125rem;color:var(--text-secondary)}.missing-features{background:var(--card-bg);border:1px solid var(--border-color);border-radius:16px;padding:2.5rem 2rem}.upgrade-section-title{font-size:1.5rem;font-weight:700;color:var(--text-primary);margin:0 0 2rem;text-align:center}.missing-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.missing-card{padding:2rem 1.75rem;background:var(--hover-bg);border:1px solid var(--border-color);border-radius:12px;position:relative;transition:all .2s ease}.missing-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001a}.missing-icon{width:56px;height:56px;border-radius:14px;display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem}.missing-icon.pro{background:linear-gradient(135deg,#667eea,#764ba2)}.missing-icon.elite{background:linear-gradient(135deg,#f59e0b,#d97706)}.missing-icon svg{color:#fff}.missing-card h4{font-size:1.125rem;font-weight:600;color:var(--text-primary);margin:0 0 .75rem}.missing-card p{font-size:.9375rem;color:var(--text-secondary);line-height:1.6;margin:0 0 1rem}.missing-badge{display:inline-block;padding:.375rem .875rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;font-size:.75rem;font-weight:600;border-radius:6px;text-transform:uppercase;letter-spacing:.05em}.missing-badge.elite{background:linear-gradient(135deg,#f59e0b,#d97706)}.proof-section{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;padding:2.5rem 2rem;background:linear-gradient(135deg,#10b98114,#0596690a);border:1px solid rgba(16,185,129,.2);border-radius:16px}.proof-stat{text-align:center}.proof-number{font-size:3rem;font-weight:800;color:#059669;margin-bottom:.5rem;line-height:1}.proof-label{font-size:.875rem;color:var(--text-secondary);line-height:1.4}.upgrade-cta{text-align:center;padding:3rem 2rem;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:16px;color:#fff}.upgrade-cta h3{font-size:1.75rem;font-weight:700;margin:0 0 .75rem;line-height:1.3}.upgrade-cta p{font-size:1.125rem;margin:0 0 2rem;opacity:.95}.btn-upgrade-main{display:inline-block;padding:1rem 2.5rem;background:#fff;color:#667eea;border:none;border-radius:10px;font-size:1rem;font-weight:700;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 16px #0003}.btn-upgrade-main:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0000004d}.btn-upgrade-main:active{transform:translateY(0)}@media(max-width:768px){.live-stats-grid,.missing-grid{grid-template-columns:1fr}.proof-section{grid-template-columns:1fr;gap:1.5rem}.upgrade-cta{padding:2rem 1.5rem}.upgrade-cta h3{font-size:1.5rem}}.value-hero{background:linear-gradient(135deg,#6366f114,#8b5cf60a);border:1px solid rgba(99,102,241,.15);border-radius:16px;padding:3rem 2.5rem;text-align:center}.value-hero-content h2{font-size:2rem;font-weight:700;color:var(--text-primary);margin:0 0 1rem;line-height:1.2}.value-hero-subtitle{font-size:1.125rem;color:var(--text-secondary);margin:0;line-height:1.5}.section-title{font-size:1.5rem;font-weight:700;color:var(--text-primary);margin:0 0 1.5rem;text-align:center}.how-it-works{background:var(--card-bg);border:1px solid var(--border-color);border-radius:16px;padding:2.5rem 2rem}.works-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.work-card{text-align:center}.work-icon{width:56px;height:56px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:16px;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem}.work-icon svg{color:#fff}.work-card h4{font-size:1.125rem;font-weight:600;color:var(--text-primary);margin:0 0 .75rem}.work-card p{font-size:.9375rem;color:var(--text-secondary);line-height:1.6;margin:0}.why-different{background:var(--card-bg);border:1px solid var(--border-color);border-radius:16px;padding:2.5rem 2rem}.feature-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.feature-item{padding:1.5rem;background:var(--hover-bg);border-radius:12px;transition:transform .2s ease}.feature-item:hover{transform:translateY(-2px)}.feature-badge{display:inline-block;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;font-size:.8125rem;font-weight:600;padding:.375rem .875rem;border-radius:6px;margin-bottom:.75rem}.feature-item p{font-size:.9375rem;color:var(--text-secondary);line-height:1.6;margin:0}.example-box{background:linear-gradient(135deg,#10b98114,#0596690a);border:1px solid rgba(16,185,129,.2);border-radius:16px;padding:2rem}.example-header{display:flex;align-items:center;gap:.625rem;color:#059669;font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1.25rem}.example-header svg{flex-shrink:0}.example-content p{font-size:1rem;color:var(--text-primary);line-height:1.7;margin:0 0 1rem}.example-content p:last-child{margin-bottom:0}.example-content ul{list-style:none;padding:0 0 0 1.5rem;margin:1rem 0}.example-content li{font-size:.9375rem;color:var(--text-secondary);line-height:1.7;margin-bottom:.5rem;position:relative}.example-content li:before{content:"✓";position:absolute;left:-1.5rem;color:#10b981;font-weight:700}@media(max-width:768px){.works-grid{grid-template-columns:1fr;gap:2rem}.feature-grid{grid-template-columns:1fr}.value-hero{padding:2rem 1.5rem}.value-hero-content h2{font-size:1.5rem}.value-hero-subtitle{font-size:1rem}}.stats-summary-header{display:flex;align-items:center;gap:.625rem;margin-bottom:1.25rem}.stats-summary-header h3{font-size:1rem;font-weight:600;color:#111827;margin:0}.stats-summary-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem}.summary-stat{text-align:center;padding:1rem;background:#f9fafb;border-radius:8px;border:1px solid #e5e7eb}.summary-stat-value{font-size:1.75rem;font-weight:800;color:#667eea;margin-bottom:.375rem;line-height:1}.summary-stat-label{font-size:.75rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.5px}.action-card-modern.primary svg,.action-card-modern.upgrade svg{opacity:1}.action-content{display:flex;flex-direction:column;gap:.25rem;flex:1}.action-title{font-size:.9375rem;font-weight:600;color:inherit}.action-desc{font-size:.75rem;opacity:.7;color:inherit}.action-card-modern:not(.primary):not(.upgrade) .action-title{color:#111827}.action-card-modern:not(.primary):not(.upgrade) .action-desc{color:#6b7280}.action-card-modern:not(.primary):not(.upgrade) svg{color:#667eea}.stat-details{display:flex;flex-direction:column;gap:.125rem;flex:1;min-width:0}.stat-label{font-size:.75rem;color:#6b7280;font-weight:500}.stat-value{font-size:1.5rem;font-weight:700;color:#111827;line-height:1.2}.stat-change{font-size:.6875rem;color:#9ca3af}.stat-change.positive{color:#10b981}.stat-change.negative{color:#ef4444}.quick-nav{display:flex;gap:1rem}.nav-item{flex:1;display:flex;align-items:center;justify-content:space-between;gap:.75rem;background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:1.125rem 1.25rem;cursor:pointer;transition:all .2s ease;font-size:.9375rem;font-weight:600;color:#111827;box-shadow:0 1px 2px #0000000d}.nav-item:hover{border-color:#667eea;transform:translate(4px);box-shadow:0 4px 12px #667eea14}.nav-item svg:first-child{color:#667eea}.nav-item svg:last-child{color:#9ca3af;transition:transform .2s ease}.nav-item:hover svg:last-child{transform:translate(4px);color:#667eea}.dashboard-sidebar{display:flex;flex-direction:column;gap:1.25rem;align-self:flex-start;position:sticky;top:5rem}.sidebar-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:1.5rem;box-shadow:0 1px 2px #0000000d}.sidebar-card h3{font-size:1rem;font-weight:600;color:#111827;margin:0 0 1rem}.sidebar-card h4{font-size:.875rem;font-weight:700;color:#111827;margin:0 0 .625rem;text-transform:uppercase;letter-spacing:.5px}.sidebar-card p{font-size:.875rem;color:#6b7280;margin:0 0 1rem;line-height:1.5}.sidebar-card ul{margin:0;padding-left:1.25rem;list-style:none}.sidebar-card li{position:relative;font-size:.875rem;color:#4b5563;line-height:1.6;margin-bottom:.375rem}.sidebar-card li:before{content:"•";position:absolute;left:-1rem;color:#667eea;font-weight:700}.alert-card{background:linear-gradient(135deg,#fef3c7,#fde68a);border-color:#fbbf24}.alert-card .alert-icon{color:#f59e0b;margin-bottom:.5rem}.alert-card h3{color:#92400e;margin-bottom:.5rem}.alert-card p{color:#78350f;margin-bottom:1rem}.upgrade-hint{background:linear-gradient(135deg,#f9fafb,#f3f4f6);border:1px solid #e5e7eb}.upgrade-hint-header{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem;color:#667eea}.upgrade-hint-header svg{flex-shrink:0}.upgrade-hint-header h3{margin:0;color:#111827;font-size:1rem}.upgrade-hint-features{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.25rem}.hint-feature{display:flex;align-items:flex-start;gap:.75rem;padding:.875rem;background:#fff;border-radius:10px;border:1px solid #e5e7eb;transition:all .2s ease}.hint-feature:hover{border-color:#667eea;transform:translate(2px);box-shadow:0 2px 8px #667eea1a}.hint-icon{width:32px;height:32px;border-radius:8px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0}.hint-text{display:flex;flex-direction:column;gap:.125rem;flex:1}.hint-title{font-size:.875rem;font-weight:600;color:#111827}.hint-desc{font-size:.75rem;color:#6b7280}.btn-sidebar{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;width:100%;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;padding:.75rem 1rem;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease}.btn-sidebar:hover{transform:translateY(-2px);box-shadow:0 6px 16px #667eea4d}.btn-sidebar.subtle{background:#fff;color:#667eea;border:1px solid #e5e7eb}.btn-sidebar.subtle:hover{border-color:#667eea;background:#f9fafb;box-shadow:none;transform:translateY(-1px)}.how-it-works-card{background:linear-gradient(135deg,#f9fafb,#fff)}.how-header{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}.how-icon{color:#667eea;flex-shrink:0}.how-header h3{margin:0;color:#111827;font-size:1rem}.info-steps{display:flex;flex-direction:column;gap:.875rem}.info-step{display:flex;align-items:flex-start;gap:.75rem}.step-icon-wrapper{width:32px;height:32px;border-radius:8px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0}.step-text{flex:1;font-size:.875rem;color:#374151;line-height:1.6;padding-top:.375rem}@media(max-width:1024px){.dashboard-split{grid-template-columns:1fr;gap:1.5rem}.dashboard-sidebar{order:-1}.stats-grid-compact{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.dashboard-header{flex-direction:column;gap:.75rem}.stats-grid-compact{grid-template-columns:1fr}.quick-nav{flex-direction:column}}.welcome-section{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem}.plan-badge{display:inline-flex;align-items:center;gap:.375rem;padding:.5rem 1rem;border-radius:100px;font-size:.75rem;font-weight:600;letter-spacing:.5px;white-space:nowrap;flex-shrink:0}.plan-badge.free{background:#f3f4f6;color:#6b7280}.plan-badge.pro{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.plan-badge.elite{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff}.setup-banner{display:flex;align-items:center;gap:1rem;background:linear-gradient(135deg,#eff6ff,#dbeafe);border:1px solid #3b82f6;border-radius:.75rem;padding:1rem 1.25rem;margin-bottom:2rem;animation:fadeInUp .6s ease-out .1s both}.setup-icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:#3b82f6;color:#fff;flex-shrink:0}.setup-content{flex:1}.setup-content h3{font-size:.9375rem;font-weight:600;color:#1e40af;margin-bottom:.25rem}.setup-content p{font-size:.875rem;color:#3b82f6;margin:0}.stats-grid-modern{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1rem;margin-bottom:2rem}.stat-card-modern{background:#fff;border:1px solid #e5e7eb;border-radius:.75rem;padding:1.25rem;transition:all .2s ease;animation:fadeInUp .6s ease-out}.stat-card-modern:hover{transform:translateY(-2px);box-shadow:0 4px 12px #667eea1a;border-color:#667eea}.stat-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.stat-label{font-size:.875rem;color:#6b7280;font-weight:500}.stat-icon{width:36px;height:36px;border-radius:8px;display:flex;align-items:center;justify-content:center;color:#fff}.stat-icon.profit{background:linear-gradient(135deg,#10b981,#059669)}.stat-icon.active{background:linear-gradient(135deg,#3b82f6,#2563eb)}.stat-icon.win{background:linear-gradient(135deg,#8b5cf6,#7c3aed)}.stat-icon.signal{background:linear-gradient(135deg,#f59e0b,#d97706)}.stat-value{font-size:2rem;font-weight:700;color:#111827;margin-bottom:.25rem}.stat-subtext{font-size:.8125rem;color:#9ca3af}.stat-subtext.positive{color:#10b981}.stat-subtext.negative{color:#ef4444}.context-card{background:#fff;border:1px solid #e5e7eb;border-radius:.875rem;padding:1.5rem;margin-bottom:2rem;animation:fadeInUp .6s ease-out .2s both}.context-header{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem;color:#667eea}.context-header h3{font-size:1.125rem;font-weight:600;color:#111827;margin:0}.context-description{font-size:.9375rem;color:#6b7280;margin-bottom:1rem}.context-features{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:1rem}.context-feature{font-size:.875rem;color:#374151;background:#f9fafb;padding:.375rem .75rem;border-radius:6px;border:1px solid #e5e7eb}.context-action{display:flex;justify-content:flex-end}.btn-inline{display:inline-flex;align-items:center;gap:.5rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;padding:.625rem 1.25rem;font-size:.9375rem;font-weight:600;cursor:pointer;transition:all .2s ease}.btn-inline:hover{transform:translateY(-1px);box-shadow:0 6px 16px #667eea4d}.quick-actions{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1rem;margin-bottom:2rem}.action-card{display:flex;align-items:center;gap:1rem;background:#fff;border:1px solid #e5e7eb;border-radius:.75rem;padding:1.25rem;cursor:pointer;transition:all .2s ease;text-align:left;animation:fadeInUp .6s ease-out .3s both}.action-card:hover{transform:translate(4px);border-color:#667eea;box-shadow:0 4px 12px #667eea1a}.action-icon{width:44px;height:44px;border-radius:10px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0}.action-content{flex:1}.action-content h4{font-size:.9375rem;font-weight:600;color:#111827;margin-bottom:.25rem}.action-content p{font-size:.8125rem;color:#6b7280;margin:0}.action-arrow{color:#9ca3af;flex-shrink:0;transition:transform .2s ease}.action-card:hover .action-arrow{transform:translate(4px);color:#667eea}@media(max-width:768px){.welcome-section{flex-direction:column;align-items:flex-start;gap:1rem}.plan-badge{align-self:flex-start}.setup-banner{flex-direction:column;text-align:center;align-items:center}.setup-content{text-align:center}.stats-grid-modern,.quick-actions{grid-template-columns:1fr}.context-action{justify-content:stretch}.btn-inline{width:100%;justify-content:center}}.setup-prompt{background:var(--card-bg);border:1px solid var(--border-color);border-radius:10px;padding:1.25rem;margin-bottom:1.5rem}.setup-prompt-header{display:flex;align-items:flex-start;gap:.875rem;margin-bottom:1rem}.setup-prompt-icon{width:40px;height:40px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.setup-prompt-icon svg{color:#fff}.setup-prompt-text{flex:1;min-width:0}.setup-prompt-text h4{font-size:.9375rem;font-weight:600;color:var(--text-primary);margin:0 0 .25rem;line-height:1.3}.setup-prompt-text p{font-size:.8125rem;color:var(--text-secondary);margin:0;line-height:1.4}.btn-setup-prompt{width:100%;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;padding:.75rem 1rem;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease}.btn-setup-prompt:hover{opacity:.9;transform:translateY(-1px)}.btn-setup-prompt:active{transform:translateY(0)}.intelligence-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:1.25rem;margin-bottom:1.5rem}.intelligence-header{display:flex;align-items:center;gap:.625rem;margin-bottom:1.25rem;color:#111827}.intelligence-header h3{font-size:1rem;font-weight:600;margin:0}.loading-info{display:flex;flex-direction:column;gap:1.25rem}.info-section{padding-bottom:1rem;border-bottom:1px solid #f3f4f6}.info-section:last-child{border-bottom:none;padding-bottom:0}.info-section h4{font-size:.875rem;font-weight:700;color:#111827;margin:0 0 .625rem;text-transform:uppercase;letter-spacing:.5px}.info-list{margin:0;padding-left:1.25rem;list-style:none}.info-list li{position:relative;font-size:.875rem;color:#4b5563;line-height:1.6;margin-bottom:.375rem}.info-list li:before{content:"•";position:absolute;left:-1rem;color:#667eea;font-weight:700}.info-text{font-size:.875rem;color:#4b5563;line-height:1.6;margin:0}.intelligence-stats{display:flex;flex-direction:column;gap:1rem}.intel-stat{display:flex;flex-direction:column;gap:.375rem}.intel-stat-header{display:flex;align-items:center;justify-content:space-between}.intel-label{font-size:.8125rem;color:#6b7280;font-weight:500}.intel-value{font-size:1.125rem;font-weight:600;color:#111827}.intel-value.intel-highlight{color:#10b981}.intel-badge{display:inline-flex;align-items:center;padding:.25rem .625rem;border-radius:6px;font-size:.6875rem;font-weight:600;letter-spacing:.5px}.intel-badge.status-open{background:#d1fae5;color:#065f46}.intel-badge.status-closed{background:#fee2e2;color:#991b1b}.intel-badge.status-pre_market,.intel-badge.status-post_market{background:#fef3c7;color:#92400e}.intel-badge.status-unknown{background:#f3f4f6;color:#6b7280}.intel-divider{height:1px;background:#e5e7eb;margin:1.25rem 0}.intel-upgrade{display:flex;flex-direction:column;gap:1rem}.intel-upgrade-header{display:flex;align-items:center;gap:.5rem;color:#6366f1}.intel-upgrade-title{font-size:.875rem;font-weight:600}.intel-upgrade-stats{display:flex;flex-direction:column;gap:.75rem;padding:.75rem;background:#f9fafb;border-radius:8px}.intel-upgrade-stat{display:flex;align-items:baseline;gap:.5rem}.upgrade-number{font-size:1.25rem;font-weight:700;color:#6366f1}.upgrade-label{font-size:.8125rem;color:#6b7280}.btn-intel-upgrade{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease}.btn-intel-upgrade:hover{transform:translateY(-1px);box-shadow:0 4px 12px #667eea4d}.btn-intel-upgrade:active{transform:translateY(0)}.intel-features{display:flex;flex-direction:column;gap:.625rem;padding:.75rem;background:#fef3c7;border-radius:8px}.intel-feature{display:flex;align-items:center;gap:.5rem;font-size:.8125rem;color:#78350f}.feature-check{color:#92400e;flex-shrink:0}.intel-elite{display:flex;flex-direction:column;gap:1rem}.intel-elite-header{display:flex;align-items:center;gap:.5rem;color:#f59e0b}.crown-icon{color:#f59e0b}.intel-elite-title{font-size:.875rem;font-weight:600}.intel-elite-benefits{display:flex;flex-direction:column;gap:.625rem;padding:.75rem;background:linear-gradient(135deg,#fef3c7,#fde68a);border-radius:8px;border:1px solid #fbbf24}.elite-benefit{display:flex;align-items:center;gap:.5rem;font-size:.8125rem;color:#78350f;font-weight:500}.elite-benefit svg{color:#f59e0b;flex-shrink:0}.billing-container{display:grid;grid-template-columns:1.5fr 1fr;gap:1.5rem;padding:0;width:100%}.billing-left-pane{display:flex;flex-direction:column;gap:1rem}.billing-right-pane{display:flex;flex-direction:column;gap:1rem;position:sticky;top:1.5rem;align-self:flex-start}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.section-header h3{font-size:1.05rem;font-weight:600;color:#111827;margin:0}.section-description{color:#6b7280;font-size:.8125rem;margin-bottom:.75rem}.tier-badge{display:inline-flex;align-items:center;gap:.25rem;padding:.25rem .625rem;border-radius:9999px;font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.3px}.tier-badge.tier-free{background:#f3f4f6;color:#6b7280}.tier-badge.tier-pro{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff}.tier-badge.tier-elite{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff}.current-plan-section{background:#fff;border-radius:.75rem;padding:1.25rem;box-shadow:0 1px 2px #0000000d;border:1px solid #e5e7eb}.plan-summary{display:flex;flex-direction:column;gap:1rem}.plan-price-section{border-bottom:1px solid #e5e7eb;padding-bottom:1rem}.price-display{display:flex;align-items:baseline;gap:.375rem;margin-bottom:.625rem}.price-display .price{font-size:1.875rem;font-weight:700;color:#111827}.price-display .period{font-size:.875rem;color:#6b7280}.billing-dates{display:flex;flex-direction:column;gap:.375rem}.billing-date-item{display:flex;align-items:center;gap:.375rem;color:#6b7280;font-size:.8125rem}.billing-date-item svg{color:#9ca3af;width:14px;height:14px}.plan-features-current h4{font-size:.8125rem;font-weight:600;color:#374151;margin-bottom:.5rem}.plan-features-current ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.375rem}.plan-features-current li{display:flex;align-items:center;gap:.375rem;color:#4b5563;font-size:.8125rem}.plan-features-current .check-icon{color:#10b981;flex-shrink:0;width:14px;height:14px}.plan-selector-section{background:#fff;border-radius:.75rem;padding:1.25rem;box-shadow:0 1px 2px #0000000d;border:1px solid #e5e7eb}.plan-selector-section h3{font-size:1.05rem;font-weight:600;color:#111827;margin-bottom:.375rem}.custom-dropdown{position:relative;margin-bottom:1rem}.dropdown-trigger{width:100%;padding:.625rem .875rem;border:1px solid #d1d5db;border-radius:.5rem;font-size:.875rem;color:#111827;background:#fff;cursor:pointer;transition:all .2s;display:flex;justify-content:space-between;align-items:center;text-align:left}.dropdown-trigger:hover{border-color:#3b82f6}.dropdown-trigger:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.dropdown-icon{color:#6b7280;transition:transform .2s}.dropdown-icon.open{transform:rotate(180deg)}.billing-dropdown-menu{position:absolute;top:calc(100% + .25rem);left:0;right:0;background:#fff;border:1px solid #d1d5db;border-radius:.5rem;box-shadow:0 4px 6px #0000001a;z-index:100;overflow:hidden;animation:slideDown .2s ease}.dropdown-item{width:100%;padding:.75rem .875rem;border:none;background:#fff;cursor:pointer;transition:background .15s;display:flex;justify-content:space-between;align-items:center;text-align:left;border-bottom:1px solid #f3f4f6}.dropdown-item:last-child{border-bottom:none}.dropdown-item:hover{background:#f9fafb}.dropdown-item.active{background:#eff6ff}.dropdown-item div{display:flex;flex-direction:column;gap:.125rem}.dropdown-item strong{font-size:.875rem;font-weight:600;color:#111827}.dropdown-item span{font-size:.75rem;color:#6b7280}.dropdown-item svg{color:#3b82f6}.selected-plan-details{background:#f9fafb;border-radius:.5rem;padding:1rem;border:1px solid #e5e7eb;animation:slideDown .3s ease}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.plan-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.875rem;padding-bottom:.75rem;border-bottom:1px solid #e5e7eb}.plan-header h4{font-size:1rem;font-weight:600;color:#111827;margin:0}.plan-header .plan-price{display:flex;align-items:baseline;gap:.25rem}.plan-header .price{font-size:1.375rem;font-weight:700;color:#3b82f6}.plan-header .period{font-size:.8125rem;color:#6b7280}.plan-features-list h5{font-size:.75rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.3px;margin-bottom:.5rem}.plan-features-list ul{list-style:none;padding:0;margin:0 0 .875rem;display:grid;gap:.25rem}.plan-features-list li{display:flex;align-items:center;gap:.375rem;font-size:.8125rem;padding:.25rem 0}.plan-features-list li.included{color:#374151}.plan-features-list li.not-included{color:#9ca3af}.plan-features-list .check-icon{color:#10b981;flex-shrink:0}.plan-features-list .x-icon{color:#d1d5db;flex-shrink:0}.plan-action{margin-top:1rem}.missing-features-section{background:linear-gradient(135deg,#eff6ff,#dbeafe);border-radius:.75rem;padding:1rem;border:1px solid #3b82f6}.missing-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem;padding-bottom:.75rem;border-bottom:1px solid #93c5fd}.missing-header svg{color:#3b82f6;width:16px;height:16px}.missing-header h3{font-size:.9375rem;font-weight:600;color:#1e40af;margin:0}.missing-description{color:#1e40af;font-size:.75rem;margin-bottom:.75rem;line-height:1.4}.missing-features-list{list-style:none;padding:0;margin:0 0 .75rem;display:flex;flex-direction:column;gap:.5rem}.missing-features-list li{display:flex;gap:.625rem;align-items:flex-start}.missing-features-list .feature-icon{display:flex;align-items:center;justify-content:center;width:1.5rem;height:1.5rem;background:#3b82f6;border-radius:.25rem;color:#fff;flex-shrink:0}.missing-features-list .feature-icon svg{width:12px;height:12px}.missing-features-list .feature-content strong{display:block;font-size:.75rem;font-weight:600;color:#1e3a8a;margin-bottom:.125rem}.missing-features-list .feature-content p{font-size:.6875rem;color:#3b82f6;margin:0;line-height:1.3}.subscription-section,.payment-history-section{background:#fff;border-radius:.75rem;padding:1.25rem;box-shadow:0 1px 2px #0000000d;border:1px solid #e5e7eb}.subscription-section h3,.payment-history-section h3{font-size:1rem;font-weight:600;color:#111827;margin-bottom:.875rem}.billing-info-section h3{font-size:1rem;font-weight:600;color:#111827;margin-bottom:1rem}.subscription-card{background:#f9fafb;border-radius:.5rem;padding:.875rem;margin-bottom:.75rem;display:flex;flex-direction:column;gap:.5rem}.subscription-row{display:flex;justify-content:space-between;align-items:center;padding:.375rem 0;border-bottom:1px solid #e5e7eb}.subscription-row:last-child{border-bottom:none}.subscription-row .label{font-size:.8125rem;color:#6b7280;font-weight:500}.subscription-row .value{font-size:.8125rem;color:#111827;font-weight:600;display:flex;align-items:center;gap:.25rem}.subscription-row .value svg{width:14px;height:14px}.status-badge{display:inline-flex;padding:.1875rem .5rem;border-radius:9999px;font-size:.6875rem;font-weight:600;text-transform:uppercase}.status-badge.status-active{background:#d1fae5;color:#065f46}.status-badge.status-cancelled{background:#fee2e2;color:#991b1b}.status-badge.status-expired{background:#fef3c7;color:#92400e}.payment-list{display:flex;flex-direction:column;gap:.5rem;margin-bottom:.75rem;max-height:250px;overflow-y:auto}.payment-item{display:flex;align-items:center;justify-content:space-between;padding:.625rem;background:#f9fafb;border-radius:.375rem;border:1px solid #e5e7eb}.payment-info{display:flex;flex-direction:column;gap:.125rem;flex:1}.payment-date{font-size:.75rem;color:#6b7280;font-weight:500}.payment-description{font-size:.8125rem;color:#111827;font-weight:600}.payment-amount{font-size:.8125rem;font-weight:700;color:#111827;margin:0 .5rem}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1.5rem;color:#9ca3af;text-align:center}.empty-state svg{margin-bottom:.5rem;color:#d1d5db;width:28px;height:28px}.empty-state p{font-size:.8125rem}.billing-info-section{background:#fff;border-radius:.75rem;padding:1.25rem;box-shadow:0 1px 2px #0000000d;border:1px solid #e5e7eb}.info-card{background:#f9fafb;border-radius:.5rem;padding:1rem;display:flex;flex-direction:column;gap:.875rem;border:none}.info-row{display:flex;gap:.625rem;align-items:flex-start}.info-row svg{color:#3b82f6;flex-shrink:0;width:16px;height:16px;margin-top:.125rem}.info-row div{flex:1}.info-row strong{display:block;font-size:.8125rem;font-weight:600;color:#111827;margin-bottom:.1875rem}.info-row p{font-size:.75rem;color:#6b7280;margin:0;line-height:1.4}.billing-help-section{padding-top:.875rem;border-top:1px solid #e5e7eb;margin-top:.5rem}.billing-help-section h4{font-size:.75rem;font-weight:600;color:#6b7280;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.5px}.billing-help-section ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.375rem}.billing-help-section a{color:#3b82f6;font-size:.75rem;text-decoration:none;transition:color .2s;display:flex;align-items:center}.billing-help-section a:hover{color:#2563eb;text-decoration:underline}@media(max-width:1024px){.billing-container{grid-template-columns:1fr}.billing-right-pane{position:relative;top:0}}@media(max-width:640px){.billing-container{gap:1.5rem}.current-plan-section,.plan-selector-section,.missing-features-section,.subscription-section,.payment-history-section,.billing-info-section{padding:1.25rem}.price-display .price{font-size:2rem}.missing-features-list li{flex-direction:column;text-align:center}}.trading-settings{display:flex;flex-direction:column;gap:1.5rem}.trading-locked-container{position:relative;width:100%;min-height:calc(100vh - 200px);max-height:calc(100vh - 200px);overflow:hidden;background:#f9fafb;border-radius:12px}.trading-preview-blur{height:30%;padding:2rem;overflow:hidden;filter:blur(4px);opacity:.5;pointer-events:none;-webkit-user-select:none;user-select:none}.trading-lock-overlay{position:absolute;bottom:0;left:0;right:0;height:70%;background:linear-gradient(to bottom,#f9fafb00,#f9fafb4d,#f9fafb99,#f9fafbd9,#f9fafbf2,#f9fafb 25%);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2rem;padding:3rem 2rem}.btn-unlock-trading{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:1rem 2.5rem;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 12px #667eea4d}.btn-unlock-trading:disabled{cursor:not-allowed;opacity:.6}.btn-unlock-trading:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 16px #667eea66}.strategy-select-wrapper{position:relative;flex:1}.strategy-select-trigger{width:100%;display:flex;align-items:center;justify-content:space-between;background:#fff;border:1.5px solid #e5e7eb;border-radius:8px;padding:.75rem 1rem;cursor:pointer;transition:all .2s;gap:1rem}.strategy-select-trigger:hover{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.strategy-trigger-content{display:flex;align-items:center;gap:.75rem;flex:1}.strategy-trigger-content svg{color:#3b82f6;flex-shrink:0}.strategy-trigger-text{display:flex;align-items:center;gap:.5rem}.strategy-trigger-name{font-size:.95rem;font-weight:600;color:#111827}.strategy-trigger-badge{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;padding:.15rem .5rem;border-radius:4px;font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em}.strategy-trigger-stats{display:flex;align-items:center;gap:.75rem}.trigger-stat{font-size:.85rem;font-weight:700;color:#10b981}.strategy-dropdown-modern{position:absolute;top:calc(100% + .5rem);left:0;right:0;background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;z-index:1000;overflow:hidden}.strategy-dropdown-grid{display:grid;grid-template-columns:240px 1fr;min-height:400px;max-height:500px}.strategy-options-list{background:#f9fafb;border-right:1px solid #e5e7eb;padding:.5rem;overflow-y:auto;display:flex;flex-direction:column;gap:.35rem}.strategy-option-card{background:#fff;border:1.5px solid transparent;border-radius:8px;padding:.75rem;cursor:pointer;transition:all .15s;text-align:left;display:flex;flex-direction:column;gap:.5rem}.strategy-option-card:hover,.strategy-option-card.hovered{border-color:#3b82f6;background:#eff6ff;transform:translate(2px)}.strategy-option-card.selected{background:linear-gradient(135deg,#3b82f6,#2563eb);border-color:#2563eb}.strategy-option-card.selected *{color:#fff!important}.strategy-option-header{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.strategy-option-name{font-size:.9rem;font-weight:600;color:#111827}.strategy-option-badge{background:#3b82f6;color:#fff;padding:.15rem .4rem;border-radius:3px;font-size:.6rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em}.strategy-option-card.selected .strategy-option-badge{background:#ffffff40}.strategy-option-stats{display:flex;align-items:center;gap:.75rem;font-size:.75rem}.option-stat-item{display:flex;align-items:center;gap:.3rem;color:#6b7280;font-weight:600}.option-stat-item svg{flex-shrink:0}.strategy-preview-panel{padding:1.5rem;overflow-y:auto;display:flex;flex-direction:column;gap:1.25rem;background:linear-gradient(135deg,#f8fafc,#fff)}.strategy-preview-header{display:flex;flex-direction:column;gap:1rem;padding-bottom:1rem;border-bottom:2px solid #e5e7eb}.preview-title-row{display:flex;align-items:flex-start;gap:.75rem}.preview-title-row svg{color:#3b82f6;flex-shrink:0;margin-top:.2rem}.preview-title-row h4{margin:0;font-size:1.25rem;font-weight:700;color:#111827;line-height:1.3}.preview-tagline{margin:.25rem 0 0;font-size:.8rem;color:#3b82f6;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.preview-stats-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.preview-stat{display:flex;flex-direction:column;gap:.25rem}.preview-stat-label{font-size:.7rem;color:#6b7280;text-transform:uppercase;letter-spacing:.05em;font-weight:600}.preview-stat-value{font-size:1.15rem;font-weight:700;color:#10b981}.preview-description{margin:0;font-size:.95rem;line-height:1.65;color:#374151}.preview-features{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:1rem}.preview-features h5{margin:0 0 .75rem;font-size:.75rem;font-weight:700;color:#111827;text-transform:uppercase;letter-spacing:.05em}.preview-features ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}.preview-features li{font-size:.85rem;color:#4b5563;padding-left:1rem;position:relative;line-height:1.5}.preview-features li:before{content:"→";position:absolute;left:0;color:#3b82f6;font-weight:700}.preview-best-for{display:flex;align-items:flex-start;gap:.5rem;padding:.75rem 1rem;background:#fff;border-left:3px solid #3b82f6;border-radius:4px;font-size:.85rem;line-height:1.5;color:#374151}.preview-best-for svg{color:#3b82f6;flex-shrink:0;margin-top:.15rem}@media(max-width:968px){.strategy-dropdown-grid{grid-template-columns:1fr;max-height:600px}.strategy-preview-panel{display:none}.strategy-options-list{border-right:none}}.trade-section{display:flex;flex-direction:column;gap:1rem;background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:1.25rem}.trade-input-hint{font-size:.75rem;color:#6b7280;margin:.25rem 0 .5rem;line-height:1.4}.tooltip-container{position:relative;display:inline-flex;align-items:center;cursor:help}.help-icon{color:#9ca3af;margin-left:.4rem;transition:color .2s ease;flex-shrink:0}.help-icon:hover{color:#3b82f6}.tooltip-popover{position:fixed;background:#fff;color:#616161;padding:10px 14px;border-radius:6px;font-size:.8125rem;line-height:1.5;font-weight:400;max-width:280px;white-space:normal;z-index:9999;box-shadow:0 5px 5px -3px #0003,0 8px 10px 1px #00000024,0 3px 14px 2px #0000001f;border:1px solid rgba(0,0,0,.08);pointer-events:none;animation:popoverGrow .225s cubic-bezier(.4,0,.2,1);text-transform:none}.tooltip-popover:before{content:"💡";margin-right:6px;font-size:.9rem}@keyframes popoverGrow{0%{opacity:0;transform:translate(-50%) scale(.85)}to{opacity:1;transform:translate(-50%) scale(1)}}.trade-section-title{font-size:.8rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.05em;margin:0}.trade-section-hint{font-size:.85rem;color:#6b7280;margin:0;padding-left:2rem}.trade-section-toggle{display:flex;align-items:center;justify-content:space-between;background:none;border:none;padding:0;cursor:pointer;width:100%}.trade-section-toggle svg{transition:transform .2s}.trade-section-toggle svg.rotate{transform:rotate(180deg)}.trade-row{display:flex;align-items:center;justify-content:space-between;gap:2rem;padding:.75rem 0;border-bottom:1px solid #f9fafb}.trade-row:last-child{border-bottom:none;padding-bottom:0}.trade-row-left{display:flex;align-items:flex-start;gap:.75rem}.trade-row-left>svg{margin-top:.15rem}.trade-row-title{font-size:.95rem;font-weight:500;color:#111827}.trade-label-group{display:flex;flex-direction:column;gap:.25rem;min-width:180px}.trade-label{font-size:.875rem;font-weight:500;color:#374151}.trade-hint{font-size:.75rem;color:#9ca3af;line-height:1.3}.trade-pills{display:flex;gap:.5rem;flex-wrap:wrap}.trade-pill{padding:.4rem 1rem;border:1px solid #e5e7eb;border-radius:6px;background:#fff;color:#6b7280;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .15s}.trade-pill:hover:not(.locked):not(:disabled):not(.active){border-color:#667eea;color:#667eea}.trade-pill.active{border-color:#667eea;background:#667eea;color:#fff}.trade-pill.active:hover{background:#5568d3;border-color:#5568d3;color:#fff}.trade-pill.locked{opacity:.5;cursor:not-allowed}.trade-pill-wrapper{position:relative;display:inline-block}.trade-pill-disabled{background:#f9fafb;color:#9ca3af;border-color:#e5e7eb;cursor:not-allowed;opacity:.6}.trade-pill-disabled:hover{background:#f9fafb;border-color:#e5e7eb;color:#9ca3af}.coming-soon-tooltip{position:absolute;bottom:100%;left:50%;transform:translate(-50%) translateY(-8px);background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:.375rem .75rem;border-radius:6px;font-size:.75rem;font-weight:600;white-space:nowrap;opacity:0;pointer-events:none;transition:opacity .2s ease,transform .2s ease;box-shadow:0 4px 6px #0000001a,0 2px 4px #0000000f;z-index:100}.coming-soon-tooltip:after{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);border:5px solid transparent;border-top-color:#764ba2}.trade-pill-wrapper:hover .coming-soon-tooltip{opacity:1;transform:translate(-50%) translateY(-12px)}.custom-select-wrapper{position:relative;min-width:200px}.custom-select-trigger{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.5rem .75rem;border:1px solid #d1d5db;border-radius:6px;background:#fff;color:#111827;font-size:.875rem;cursor:pointer;transition:border-color .2s;width:100%}.custom-select-trigger:hover{border-color:#667eea}.custom-select-trigger svg{transition:transform .2s;color:#6b7280}.custom-select-trigger svg.rotate{transform:rotate(180deg)}.custom-select-overlay{position:fixed;inset:0;z-index:10}.custom-select-dropdown{position:absolute;top:calc(100% + .25rem);left:0;right:0;background:#fff;border:1px solid #e5e7eb;border-radius:6px;box-shadow:0 4px 12px #0000001a;z-index:20;max-height:250px;overflow-y:auto}.custom-select-option{display:flex;align-items:center;justify-content:space-between;padding:.65rem .75rem;border:none;background:#fff;color:#374151;font-size:.875rem;text-align:left;cursor:pointer;transition:background .15s;width:100%}.custom-select-option:hover:not(.disabled){background:#f9fafb}.custom-select-option.selected{background:#f5f7ff;color:#667eea;font-weight:500}.custom-select-option.disabled{opacity:.5;cursor:not-allowed}.option-badge{padding:.15rem .4rem;background:#dbeafe;color:#1e40af;font-size:.65rem;font-weight:600;border-radius:3px}.option-badge.elite{background:#fef3c7;color:#78350f}.trade-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1.25rem}.trade-input-group{display:flex;flex-direction:column;gap:.4rem}.trade-input-group label{font-size:.8rem;font-weight:500;color:#6b7280;text-transform:uppercase;letter-spacing:.03em}.trade-input-group input[type=number],.trade-input-group input[type=time]{padding:.5rem .75rem;border:1px solid #d1d5db;border-radius:6px;font-size:.875rem;color:#111827;background:#fff;transition:border-color .2s}.trade-input-group input:focus{outline:none;border-color:#667eea}.trade-input-wrapper{position:relative;display:flex;align-items:center}.trade-input-wrapper input{flex:1;padding-right:2.25rem}.trade-input-suffix{position:absolute;right:.75rem;font-size:.875rem;color:#6b7280;font-weight:500;pointer-events:none}.trade-input-prefix{position:absolute;left:.75rem;font-size:.875rem;color:#6b7280;font-weight:500;pointer-events:none}.trade-checkbox-label{display:flex;align-items:center;gap:.5rem;cursor:pointer}.trade-checkbox-label input[type=checkbox]{width:16px;height:16px;cursor:pointer}.trade-checkbox-label span{font-size:.875rem;color:#374151}.trade-slider-group{display:flex;align-items:center;gap:1rem;flex:1}.trade-slider{flex:1;-webkit-appearance:none;appearance:none;height:4px;border-radius:2px;background:#e5e7eb;outline:none}.trade-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:18px;height:18px;border-radius:50%;background:#667eea;cursor:pointer;transition:all .2s}.trade-slider::-webkit-slider-thumb:hover{background:#5568d3;transform:scale(1.1)}.trade-slider::-moz-range-thumb{width:18px;height:18px;border-radius:50%;background:#667eea;cursor:pointer;border:none;transition:all .2s}.trade-slider::-moz-range-thumb:hover{background:#5568d3;transform:scale(1.1)}.trade-slider-value{min-width:50px;font-weight:600;color:#667eea;font-size:.9rem;text-align:right}.trade-toggles{display:flex;flex-direction:column;gap:.875rem}.trade-checkbox-custom{display:flex;align-items:center;gap:.625rem;cursor:pointer;font-size:.875rem;color:#374151;position:relative}.trade-checkbox-custom input[type=checkbox]{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.checkbox-box{width:18px;height:18px;border:2px solid #d1d5db;border-radius:4px;background:#fff;transition:all .2s ease;flex-shrink:0;position:relative}.trade-checkbox-custom:hover .checkbox-box{border-color:#3b82f6}.trade-checkbox-custom input:checked~.checkbox-box{background:#3b82f6;border-color:#3b82f6}.trade-checkbox-custom input:checked~.checkbox-box:after{content:"";position:absolute;left:5px;top:2px;width:4px;height:8px;border:solid white;border-width:0 2px 2px 0;transform:rotate(45deg)}.checkbox-label{cursor:pointer;display:flex;align-items:center;gap:.25rem}.trade-info{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;background:#eff6ff;border:1px solid #bfdbfe;border-radius:6px;color:#1e40af;font-size:.85rem}@media(max-width:768px){.trade-row{flex-direction:column;align-items:flex-start;gap:.75rem}.trade-label{min-width:auto}.trade-pills{width:100%}.trade-pill{flex:1;text-align:center}.trade-grid{grid-template-columns:1fr}.custom-select-wrapper{width:100%}}.notifications-tab{display:flex;flex-direction:column;gap:2.5rem}.notif-section{display:flex;flex-direction:column;gap:1.25rem}.notif-section-title{font-size:1.125rem;font-weight:600;color:#111827;margin:0}.notif-section-subtitle{font-size:.875rem;color:#6b7280;margin:-.5rem 0 0}.notif-methods{display:flex;flex-direction:column;gap:0}.notif-method-card{background:transparent;border:none;border-bottom:1px solid #f3f4f6;border-radius:0;padding:1.25rem 0;transition:all .2s ease}.notif-method-card:first-of-type{padding-top:0}.notif-method-card:last-of-type{border-bottom:none}.notif-method-card:not(.disabled):hover .method-info h4{color:#667eea}.notif-method-card.disabled{opacity:.5;cursor:not-allowed}.method-header{display:flex;align-items:center;gap:1rem}.method-icon{width:2.25rem;height:2.25rem;border-radius:50%;background:transparent;display:flex;align-items:center;justify-content:center;color:#667eea;flex-shrink:0}.method-info{flex:1}.method-info h4{font-size:.9375rem;font-weight:600;color:#111827;margin:0 0 .25rem}.method-info p{font-size:.8125rem;color:#6b7280;margin:0;line-height:1.4}.notif-toggle{position:relative;display:inline-block;width:38px;height:20px;flex-shrink:0;cursor:pointer}.notif-toggle input{opacity:0;width:0;height:0}.toggle-track{position:absolute;cursor:pointer;inset:0;background-color:#e5e7eb;transition:all .25s cubic-bezier(.4,0,.2,1);border-radius:10px}.toggle-track:before{position:absolute;content:"";height:16px;width:16px;left:2px;bottom:2px;background-color:#fff;transition:all .25s cubic-bezier(.4,0,.2,1);border-radius:50%;box-shadow:0 1px 3px #0000001a}.notif-toggle input:checked+.toggle-track{background-color:#667eea}.notif-toggle input:checked+.toggle-track:before{transform:translate(18px);box-shadow:0 1px 4px #667eea4d}.method-content{margin-top:1rem;padding-top:0;padding-left:3.25rem;display:flex;flex-direction:column;gap:1rem}.extension-downloads-section{margin-top:1.5rem}.extension-downloads-row{display:flex;align-items:center;gap:1rem}.extension-downloads-label{font-size:.8125rem;font-weight:500;color:#6b7280;margin:0}.extension-downloads{display:flex;gap:.75rem;align-items:center}.browser-icon-small{width:24px;height:24px;object-fit:contain;transition:opacity .2s}.browser-icon-small[alt=Safari]{width:25.2px;height:25.2px}.browser-icon-small[alt=Firefox]{width:22.8px;height:22.8px}.browser-icon-disabled{opacity:.35;cursor:not-allowed}.browser-icon-link{display:inline-block;transition:transform .2s ease}.browser-icon-link:hover{transform:scale(1.1)}.browser-icon-clickable{cursor:pointer}.browser-icon-clickable:hover{opacity:.8}.coming-soon-note{font-size:.75rem;color:#9ca3af;font-style:italic;margin-left:.5rem}.badge-soon{display:inline-block;padding:.125rem .375rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;font-size:.625rem;font-weight:600;border-radius:3px;text-transform:uppercase;letter-spacing:.5px}.api-key-section{display:inline-flex;flex-direction:column;gap:.5rem}.api-key-label{font-size:.8125rem;font-weight:500;color:#6b7280;margin:0}.api-key-input{width:280px;background:transparent;border:none;border-bottom:1px solid #e5e7eb;font-family:Monaco,Menlo,monospace;font-size:.8125rem;color:#111827;outline:none;padding:.5rem 0;transition:border-color .2s ease}.api-key-input:focus{border-bottom-color:#667eea}.btn-icon-inline{background:transparent;border:none;color:#9ca3af;cursor:pointer;padding:.375rem;display:flex;align-items:center;justify-content:center;transition:color .15s;border-radius:4px}.btn-icon-inline:hover{color:#667eea;background:#667eea14}.btn-regenerate{display:inline-flex;align-items:center;gap:.375rem;padding:.375rem .75rem;background:transparent;border:1px solid #e5e7eb;border-radius:6px;color:#6b7280;font-size:.8125rem;font-weight:500;cursor:pointer;transition:all .15s}.btn-regenerate:hover{color:#667eea;border-color:#667eea;background:#667eea0a}.btn-generate-key{display:inline-flex;align-items:center;gap:.5rem;padding:.625rem 1.125rem;background:#667eea;border:none;border-radius:6px;color:#fff;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s;align-self:flex-start}.btn-generate-key:hover{background:#764ba2}.discord-webhook-section{display:inline-flex;flex-direction:column;gap:.5rem;max-width:500px}.webhook-label-row{display:flex;align-items:center;gap:.5rem;position:relative}.help-icon-btn{background:none;border:none;padding:0;cursor:pointer;color:#d1d5db;transition:color .2s ease;display:flex;align-items:center}.help-icon-btn:hover{color:#667eea}.help-popover{position:absolute;top:100%;left:0;margin-top:.5rem;padding:.875rem 1rem;background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 10px 25px #0000001a;z-index:1000;min-width:320px;animation:popoverFadeIn .2s ease}.help-popover-title{font-size:.8125rem;font-weight:500;color:#374151;margin:0 0 .5rem}.help-popover-list{margin:0;padding-left:1.25rem;font-size:.8125rem;color:#6b7280;line-height:1.6}.help-popover-list li{margin-bottom:.25rem}@keyframes popoverFadeIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.webhook-input{width:400px;padding:.625rem 0;background:transparent;border:none;border-bottom:1px solid #e5e7eb;border-radius:0;font-size:.8125rem;color:#111827;outline:none;transition:border-color .2s}.webhook-input:focus{border-bottom-color:#667eea}.webhook-input::placeholder{color:#d1d5db}.push-status{display:flex;flex-direction:column;gap:.5rem}.status-item{display:flex;align-items:center;gap:.5rem;padding:.625rem .875rem;border-radius:6px;font-size:.875rem}.status-active{background:#ecfdf5;color:#059669}.status-inactive{background:#fef3c7;color:#d97706}.badge-coming-soon{padding:.375rem .75rem;background:#f3f4f6;color:#6b7280;font-size:.75rem;font-weight:600;border-radius:6px;text-transform:uppercase;letter-spacing:.5px}.notif-preference-card{background:transparent;border:none;border-radius:0;padding:0;display:flex;flex-direction:column;gap:1rem}.preference-header{display:flex;justify-content:space-between;align-items:baseline}.preference-label{font-size:.875rem;font-weight:600;color:#374151}.preference-value{font-size:1.5rem;font-weight:700;color:#667eea;font-variant-numeric:tabular-nums}.confidence-slider{-webkit-appearance:none;width:100%;height:6px;border-radius:3px;background:linear-gradient(to right,#e5e7eb,#667eea);outline:none;margin:.5rem 0}.confidence-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:20px;height:20px;border-radius:50%;background:#667eea;cursor:pointer;box-shadow:0 2px 4px #0000001a;transition:all .15s}.confidence-slider::-webkit-slider-thumb:hover{transform:scale(1.1);box-shadow:0 3px 6px #00000026}.confidence-slider::-moz-range-thumb{width:20px;height:20px;border-radius:50%;background:#667eea;cursor:pointer;border:none;box-shadow:0 2px 4px #0000001a;transition:all .15s}.confidence-slider::-moz-range-thumb:hover{transform:scale(1.1);box-shadow:0 3px 6px #00000026}.slider-hint{font-size:.8125rem;color:#6b7280;text-align:center}@media(max-width:768px){.notif-methods{grid-template-columns:1fr}}.watchlist-locked-container{position:relative;width:100%;min-height:calc(100vh - 200px);max-height:calc(100vh - 200px);overflow:hidden;background:#f9fafb;border-radius:12px}.watchlist-preview-blur{height:30%;padding:2rem;overflow:hidden;filter:blur(4px);opacity:.5;pointer-events:none;-webkit-user-select:none;user-select:none}.watchlist-lock-overlay{position:absolute;bottom:0;left:0;right:0;height:70%;background:linear-gradient(to bottom,#f9fafb00,#f9fafb4d,#f9fafb99,#f9fafbd9,#f9fafbf2,#f9fafb 25%);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2rem}.lock-message{display:flex;align-items:center;gap:1.5rem;font-size:.9375rem;color:#6b7280;flex-wrap:wrap;justify-content:center}.lock-text{font-weight:500;color:#374151}.lock-separator{color:#d1d5db;font-weight:300}.btn-unlock-watchlist{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:1rem 2.5rem;border-radius:8px;font-size:1rem;font-weight:600;cursor:not-allowed;transition:all .2s ease;box-shadow:0 4px 12px #667eea4d;opacity:.6}.btn-unlock-watchlist:disabled{opacity:.6}.watchlist-container{display:flex;flex-direction:column;gap:2rem;max-width:900px}.watchlist-section{display:flex;flex-direction:column;gap:1rem}.watchlist-header{display:flex;align-items:center;justify-content:space-between}.header-left{display:flex;align-items:center;gap:.75rem;color:#111827}.header-left svg{color:#667eea}.watchlist-header h3{margin:0;font-size:1.125rem;font-weight:600;color:#111827}.count-badge{display:inline-flex;align-items:center;justify-content:center;min-width:28px;height:28px;padding:0 .5rem;background:#f3f4f6;color:#6b7280;font-size:.8125rem;font-weight:600;border-radius:20px}.section-hint{margin:0;font-size:.875rem;color:#6b7280;line-height:1.4}.add-input-row{display:flex;gap:.75rem;align-items:center}.watchlist-input{flex:1;padding:.75rem 1rem;border:1px solid #e5e7eb;border-radius:8px;font-size:.875rem;color:#111827;background:#fff;transition:all .2s ease}.watchlist-input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.watchlist-input::placeholder{color:#9ca3af}.btn-add-item{width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;color:#667eea;cursor:pointer;transition:all .2s ease;flex-shrink:0}.btn-add-item:hover{color:#764ba2;transform:scale(1.1)}.btn-add-item:active{transform:scale(1)}.items-grid{display:flex;flex-wrap:wrap;gap:.625rem}.item-chip{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem .75rem;background:#fff;border:1px solid #e5e7eb;border-radius:8px;transition:all .2s ease}.item-chip:hover{border-color:#d1d5db;box-shadow:0 2px 4px #0000000d}.chip-text{font-size:.875rem;font-weight:500;color:#374151;letter-spacing:.02em}.chip-remove{background:none;border:none;padding:0;cursor:pointer;color:#9ca3af;display:flex;align-items:center;justify-content:center;transition:color .2s ease}.chip-remove:hover{color:#ef4444}.sectors-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:.75rem}.sector-pill{padding:.625rem 1rem;background:#fff;border:1px solid #e5e7eb;border-radius:8px;font-size:.875rem;font-weight:500;color:#6b7280;cursor:pointer;transition:all .2s ease;text-align:center}.sector-pill:hover{border-color:#d1d5db;background:#f9fafb}.sector-pill.active{background:linear-gradient(135deg,#667eea,#764ba2);border-color:transparent;color:#fff;font-weight:600}.sector-pill.active:hover{transform:translateY(-1px);box-shadow:0 4px 8px #667eea4d}@media(max-width:768px){.sectors-grid{grid-template-columns:repeat(auto-fill,minmax(100px,1fr))}.watchlist-input{font-size:.8125rem}}body:has(.settings-container){background:#fafafa}.settings-container{height:100vh;display:flex;flex-direction:column;overflow:hidden;animation:fadeIn .4s ease;padding:2rem;max-width:1400px;margin:0 auto;width:100%}.back-button{display:inline-flex;align-items:center;gap:.5rem;padding:0;padding-bottom:1rem;background:none;border:none;color:#667eea;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease;flex-shrink:0}.back-button:hover{color:#764ba2;transform:translate(-2px)}.settings-header{padding-bottom:1rem;flex-shrink:0}.settings-header h1{font-size:2rem;font-weight:700;margin:0 0 .25rem;color:#111827}.settings-header p{font-size:.9375rem;color:#6b7280;margin:0}.settings-tabs{display:flex;gap:0;position:relative;overflow-x:auto;scrollbar-width:none;flex-shrink:0}.settings-tabs:after{content:"";position:absolute;bottom:0;left:0;right:0;height:2px;background:#e5e7eb;z-index:0}.settings-tabs::-webkit-scrollbar{display:none}.settings-tab{display:flex;align-items:center;gap:.5rem;padding:1rem 1.5rem;background:none;border:none;color:#6b7280;font-size:.9375rem;font-weight:600;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;white-space:nowrap;z-index:1}.settings-tab:before{content:"";position:absolute;bottom:0;left:0;right:0;height:3px;background:transparent;transition:background .3s cubic-bezier(.4,0,.2,1);z-index:2}.settings-tab:hover{color:#667eea;background:#667eea0d}.settings-tab.active{color:#667eea}.settings-tab.active:before{background:#667eea}.settings-tab svg{transition:transform .3s ease}.settings-tab.active svg{transform:scale(1.1)}.settings-content{flex:1;overflow-y:auto;display:flex;flex-direction:column;animation:slideIn .4s cubic-bezier(.4,0,.2,1)}.settings-content>*:first-child{margin-top:2rem}.settings-content>*:not(.settings-footer):last-of-type{margin-bottom:2rem}@keyframes slideIn{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}.settings-card{background:#fff!important;border:1px solid #E5E7EB!important;border-radius:12px;padding:1.25rem;margin-bottom:1rem;transition:all .3s ease}.settings-card:hover{border-color:#667eea;transform:translateY(-2px);box-shadow:0 4px 16px #667eea1a}.notification-section{margin-bottom:1rem}.notification-section:last-of-type{margin-bottom:0}.toggle-item{background:#f9fafb;border:1px solid #E5E7EB;border-radius:8px;padding:1rem}.toggle-header{display:flex;justify-content:space-between;align-items:flex-start}.toggle-subsection{margin-top:1rem;margin-left:1.5rem;padding-left:1.5rem;border-left:4px solid #667eea;animation:slideIn .3s ease}@keyframes slideIn{0%{opacity:0;max-height:0;transform:translateY(-10px)}to{opacity:1;max-height:1000px;transform:translateY(0)}}.subsection-header{margin-bottom:1rem}.subsection-header h4{font-size:1.05rem;font-weight:600;color:#667eea;margin:0}.subsection-divider{height:1px;background:linear-gradient(to right,#E5E7EB 0%,transparent 100%);margin:1.5rem -1.5rem}.settings-card h3{font-size:1.125rem;font-weight:600;margin:0 0 1rem;color:#111827;display:flex;align-items:center;gap:.75rem}.card-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem;color:#667eea}.card-header h3{margin:0;color:#111827}.profile-info{display:flex;align-items:center;gap:1.5rem;margin-bottom:2rem}.profile-avatar img,.avatar-placeholder{width:80px;height:80px;border-radius:50%;object-fit:cover;transition:transform .3s ease}.profile-avatar:hover img,.profile-avatar:hover .avatar-placeholder{transform:scale(1.05)}.avatar-placeholder{background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:700;color:#fff}.profile-details h3{font-size:1.5rem;margin:0 0 .25rem;color:#111827}.profile-details p{color:#6b7280;margin:0 0 .75rem}.profile-badges{display:flex;gap:.5rem;flex-wrap:wrap}.form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.form-field{display:flex;flex-direction:column;gap:.5rem}.form-field label{font-size:.875rem;font-weight:600;color:#374151}.form-field input,.form-field select{background:#f9fafb;border:1px solid #D1D5DB;border-radius:8px;padding:.75rem 1rem;color:#111827;font-size:.9375rem;transition:all .2s ease}.form-field input:focus,.form-field select:focus{outline:none;border-color:#667eea;background:#fff;box-shadow:0 0 0 3px #667eea1a}.form-field input:read-only{opacity:.6;cursor:not-allowed}.help-text{font-size:.8125rem;color:#9ca3af;display:flex;align-items:center;gap:.375rem;margin-top:.25rem}.api-key-display{display:inline-flex;gap:.5rem;align-items:center;margin-bottom:1rem}.api-key-display input{width:280px;background:transparent;border:none;border-bottom:1px solid #E5E7EB;border-radius:0;padding:.5rem 0;color:#111827;font-family:Courier New,monospace;font-size:.875rem}.btn-icon{background:#f9fafb;border:1px solid #D1D5DB;border-radius:8px;width:40px;height:40px;display:flex;align-items:center;justify-content:center;color:#6b7280;cursor:pointer;transition:all .2s ease}.btn-icon:hover{background:#fff;color:#667eea;border-color:#667eea;transform:scale(1.05)}.btn-icon:active{transform:scale(.95)}.toggle-list{display:flex;flex-direction:column;gap:1rem}.toggle-item:hover{border-color:#667eea;transform:translateY(-2px);box-shadow:0 4px 12px #667eea14}.toggle-info strong{display:block;font-size:.9375rem;color:#111827;margin-bottom:.25rem}.toggle-info p{font-size:.8125rem;color:#6b7280;margin:0}.toggle-switch{position:relative;width:48px;height:26px;flex-shrink:0}.toggle-switch input{opacity:0;width:0;height:0}.toggle-slider{position:absolute;cursor:pointer;inset:0;background-color:#d1d5db;transition:.3s;border-radius:34px}.toggle-slider:before{position:absolute;content:"";height:18px;width:18px;left:4px;bottom:4px;background-color:#fff;transition:.3s;border-radius:50%}.toggle-switch input:checked+.toggle-slider{background:linear-gradient(135deg,#667eea,#764ba2)}.toggle-switch input:checked+.toggle-slider:before{transform:translate(22px)}.slider-field{margin-top:1rem}.slider-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.slider-value{font-size:1.125rem;font-weight:700;color:#667eea;padding:.25rem .75rem;background:#667eea1a;border-radius:6px;transition:all .2s ease}.slider{-webkit-appearance:none;width:100%;height:8px;border-radius:5px;background:#e5e7eb;outline:none;margin:1rem 0;transition:all .2s ease}.slider:hover{background:#d1d5db}.slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:24px;height:24px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);cursor:pointer;box-shadow:0 2px 8px #667eea66;transition:all .2s ease}.slider::-webkit-slider-thumb:hover{transform:scale(1.2);box-shadow:0 4px 12px #667eea99}.slider::-moz-range-thumb{width:24px;height:24px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);cursor:pointer;border:none;box-shadow:0 2px 8px #667eea66;transition:all .2s ease}.slider::-moz-range-thumb:hover{transform:scale(1.2);box-shadow:0 4px 12px #667eea99}.slider-labels{display:flex;justify-content:space-between;font-size:.75rem;color:#9ca3af}.list-input{display:flex;flex-direction:column;gap:1rem}.input-group{display:flex;gap:.5rem}.input-group input{flex:1;background:#f9fafb;border:1px solid #D1D5DB;border-radius:8px;padding:.75rem 1rem;color:#111827;transition:all .2s ease}.input-group input:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.tag-list{display:flex;flex-wrap:wrap;gap:.5rem}.tag{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#667eea1a;border:1px solid rgba(102,126,234,.2);border-radius:24px;color:#667eea;font-size:.875rem;font-weight:500;animation:tagAppear .3s ease}@keyframes tagAppear{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.tag button{background:none;border:none;color:#667eea;font-size:1.25rem;line-height:1;cursor:pointer;padding:0;width:20px;height:20px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s ease}.tag button:hover{background:#667eea33;color:#764ba2;transform:rotate(90deg)}.sector-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:.75rem}.sector-btn{padding:1rem;background:#f9fafb;border:1px solid #D1D5DB;border-radius:8px;color:#6b7280;font-weight:600;cursor:pointer;transition:all .2s ease}.sector-btn:hover{background:#fff;border-color:#667eea;color:#111827;transform:translateY(-2px)}.sector-btn.active{background:linear-gradient(135deg,#667eea1a,#764ba21a);border-color:#667eea;color:#667eea;transform:scale(1.05)}.radio-group{display:flex;flex-direction:column;gap:1rem}.radio-item{display:flex;align-items:flex-start;gap:1rem;padding:1rem;background:#f9fafb;border:1px solid #D1D5DB;border-radius:8px;cursor:pointer;transition:all .2s ease}.radio-item:hover{background:#fff;border-color:#667eea;transform:translate(4px)}.radio-item input[type=radio]{margin-top:.25rem;accent-color:#667eea}.radio-item strong{display:block;font-size:1rem;color:#111827;margin-bottom:.25rem}.radio-item p{font-size:.875rem;color:#6b7280;margin:0}.plan-options{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1rem;margin-top:1rem}.plan-card{background:#fff!important;border:2px solid #667eea!important;border-radius:12px;padding:1.25rem;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1);color:#111827!important}.plan-card:hover{border-color:#667eea;transform:translateY(-2px);box-shadow:0 8px 16px #667eea1f}.plan-card.highlight{border-color:#667eea;background:#fff!important}.plan-badge{position:absolute;top:-10px;right:20px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:.125rem .75rem;border-radius:8px;font-size:.6875rem;font-weight:700;letter-spacing:.5px}.badge{display:inline-block;padding:.125rem .75rem;border-radius:8px;font-size:.6875rem;font-weight:700;letter-spacing:.5px}.badge-free,.badge-pro{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.badge-elite{background:linear-gradient(135deg,#764ba2,#8b5cf6);color:#fff}.badge-warning{background:linear-gradient(135deg,#f59e0b,#f97316);color:#fff}.plan-card h4{font-size:1.125rem;margin:0 0 .75rem;color:#111827!important;font-weight:700}.plan-price{display:flex;align-items:baseline;gap:.25rem;margin-bottom:1rem}.price{font-size:1.75rem;font-weight:700;color:#667eea}.period{font-size:.875rem;color:#6b7280}.feature-list{list-style:none;padding:0;margin:0 0 1.25rem}.feature-list li{display:flex;align-items:center;gap:.5rem;padding:.5rem 0;color:#374151!important;font-size:.8125rem}.feature-list li svg{color:#667eea;flex-shrink:0;width:14px;height:14px}.current-plan{display:flex;flex-direction:column;gap:1.5rem}.plan-info{display:flex;align-items:flex-start;gap:1.5rem}.current-plan-badge{flex-shrink:0}.trial-info{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background:#ffc1071a;border:1px solid rgba(255,193,7,.3);border-radius:8px;color:#ffc107;font-size:.875rem;font-weight:500;animation:trialPulse 2s ease-in-out infinite}@keyframes trialPulse{0%,to{box-shadow:0 0 #ffc10700}50%{box-shadow:0 0 16px #ffc1074d}}.warning-card{border-color:#ffc1074d;background:#ffc1070d;display:flex;align-items:flex-start;gap:1rem}.warning-card svg{color:#ffc107;flex-shrink:0}.warning-card h4{font-size:1rem;margin:0 0 .5rem;color:#ffc107}.warning-card p{font-size:.875rem;color:#374151;margin:0}.empty-state{text-align:center;padding:3rem 2rem}.empty-icon{color:#d1d5db;margin-bottom:1rem;animation:float 3s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.empty-state h4{font-size:1.25rem;margin:0 0 .5rem;color:#111827}.empty-state p{color:#6b7280;margin:0 0 1.5rem}.extension-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:1rem;margin-top:1rem}.extension-card{display:flex;flex-direction:column;align-items:center;gap:.75rem;padding:1.5rem;background:#f9fafb;border:1px solid #D1D5DB;border-radius:12px;text-decoration:none;color:#374151;font-weight:600;transition:all .3s ease}.extension-card:hover{background:#fff;border-color:#667eea;transform:translateY(-4px);box-shadow:0 8px 16px #667eea1a}.extension-card img{width:48px;height:48px;transition:transform .3s ease}.extension-card:hover img{transform:scale(1.1)}.settings-footer{position:fixed;bottom:2rem;right:2rem;z-index:1000;display:flex;gap:.75rem;animation:footerSlideUp .5s ease}.settings-footer .btn{box-shadow:0 8px 24px #667eea4d}.settings-footer .btn-secondary{background:#fff;color:#6b7280;border:1px solid #e5e7eb;box-shadow:0 2px 8px #00000014}.settings-footer .btn-secondary:hover{background:#f9fafb;border-color:#d1d5db;color:#374151}@keyframes footerSlideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.settings-message{position:fixed;bottom:2rem;left:2rem;z-index:1000;display:inline-flex;align-items:center;gap:.625rem;padding:.75rem 1.25rem;background:#1d2939;border-radius:8px;box-shadow:0 4px 12px #00000026;font-weight:500;font-size:.875rem;color:#fff;animation:toastSlideIn .3s cubic-bezier(.4,0,.2,1)}@keyframes toastSlideIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.settings-message.success{background:#1d2939}.settings-message.success svg{color:#10b981;flex-shrink:0}.settings-message.error{background:#7f1d1d}.settings-message.error svg{color:#fca5a5;flex-shrink:0}.settings-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;height:400px;gap:1rem}.settings-loading .spin{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.text-success{color:#4caf50!important}.btn-block{width:100%}.btn-lg{padding:1rem 2rem;font-size:1rem}.input-with-suffix{position:relative}.input-with-suffix input{padding-right:3rem}.input-suffix{position:absolute;right:1rem;top:50%;transform:translateY(-50%);color:#9ca3af;font-weight:600}@media(max-width:768px){.settings-container{padding:1rem}.settings-tabs{gap:.25rem}.settings-tab{padding:.75rem 1rem;font-size:.875rem}.settings-tab span{display:none}.form-grid,.plan-options{grid-template-columns:1fr}.profile-info{flex-direction:column;text-align:center}}.profile-simple{max-width:800px;margin:0}.profile-row{display:flex;align-items:center;gap:1.25rem;padding-bottom:1rem;border-bottom:1px solid #E5E7EB}.profile-text{flex:1;display:flex;flex-direction:column;gap:.25rem}.profile-text h3{font-size:1.25rem;font-weight:600;color:#111827;margin:0}.email-text{font-size:.875rem;color:#6b7280}.tier-pill{padding:.25rem .75rem;border-radius:12px;font-size:.688rem;font-weight:700;letter-spacing:.05em}.tier-pill.tier-free{background:#f3f4f6;color:#6b7280}.tier-pill.tier-pro{background:#ede9fe;color:#7c3aed}.tier-pill.tier-elite{background:#fef3c7;color:#d97706}.profile-meta{display:flex;align-items:center;gap:.75rem;padding-top:1rem;font-size:.875rem;color:#9ca3af}.profile-section{margin-top:2.5rem}.profile-section h4{font-size:.938rem;font-weight:600;color:#111827;margin:0 0 1rem}.usage-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.usage-item{display:flex;align-items:center;gap:.75rem;padding:1rem;background:#f9fafb;border-radius:8px}.usage-item svg{color:#7c3aed;flex-shrink:0}.usage-info{display:flex;flex-direction:column;gap:.25rem}.usage-value{font-size:1.5rem;font-weight:700;color:#111827;line-height:1}.usage-label{font-size:.75rem;color:#6b7280}.api-key-row{display:inline-flex;align-items:center;gap:.5rem}.api-key-input{width:280px;padding:.5rem 0;border:none;border-bottom:1px solid #E5E7EB;border-radius:0;font-size:.8125rem;font-family:Monaco,Menlo,monospace;background:transparent;transition:border-color .2s}.api-key-input:focus{border-bottom-color:#667eea;outline:none}.btn-icon-sm{padding:.625rem;border:1px solid #E5E7EB;border-radius:6px;background:#fff;color:#6b7280;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center}.btn-icon-sm:hover{background:#f9fafb;color:#111827}.btn-secondary-sm{padding:.625rem .875rem;border:1px solid #E5E7EB;border-radius:6px;background:#fff;color:#374151;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s;display:flex;align-items:center;gap:.375rem}.btn-secondary-sm:hover{background:#f9fafb;border-color:#d1d5db}.btn-primary-sm{padding:.625rem 1rem;border:none;border-radius:6px;background:#7c3aed;color:#fff;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s;display:inline-flex;align-items:center;gap:.375rem}.btn-primary-sm:hover{background:#6d28d9}.help-text-sm{font-size:.813rem;color:#9ca3af;margin:.5rem 0 0}.action-buttons{display:grid;grid-template-columns:repeat(4,1fr);gap:.75rem}.action-btn{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:1rem;border:1px solid #E5E7EB;border-radius:8px;background:#fff;color:#374151;font-size:.813rem;font-weight:500;cursor:pointer;transition:all .2s}.action-btn:hover:not(:disabled){background:#f9fafb;border-color:#7c3aed;color:#7c3aed}.action-btn:hover:not(:disabled) svg{color:#7c3aed}.action-btn:disabled{opacity:.5;cursor:not-allowed}.action-btn svg{color:#6b7280;transition:color .2s}@media(max-width:768px){.profile-row{flex-wrap:wrap}.tier-pill{order:3;width:100%;text-align:center}.usage-grid{grid-template-columns:1fr}.action-buttons{grid-template-columns:repeat(2,1fr)}.api-key-row{flex-wrap:nowrap}.api-key-input{width:280px}}.danger-zone{display:flex;align-items:center;justify-content:space-between;padding:1.25rem;background:#fef2f2;border:1px solid #FEE2E2;border-radius:8px;gap:1.5rem}.danger-info{flex:1}.danger-info p{font-size:.875rem;color:#991b1b;margin:0;line-height:1.5}.btn-danger{padding:.625rem 1rem;border:1px solid #DC2626;border-radius:6px;background:#fff;color:#dc2626;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s;white-space:nowrap}.btn-danger:hover{background:#dc2626;color:#fff}@media(max-width:768px){.danger-zone{flex-direction:column;align-items:flex-start}.btn-danger{width:100%}}.trades-page{max-width:1200px;margin:0 auto}.page-header{margin-bottom:2rem}.page-header h1{font-size:1.875rem;font-weight:700;margin-bottom:.5rem;letter-spacing:-.02em;color:#111827}.page-header p{color:#6b7280;font-size:1rem}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:2rem}.stat-card{display:flex;align-items:center;gap:1rem;padding:1.5rem;background:#fff;border:1px solid #E5E7EB;border-radius:12px;transition:all .2s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.stat-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#000 0% 100%);opacity:0;transition:opacity .2s}.stat-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0000000f;border-color:#d1d5db}.stat-card:hover:before{opacity:1}.stat-icon{width:48px;height:48px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.stat-icon.profit{background:linear-gradient(135deg,#10b98126,#10b9810d);color:#059669}.stat-icon.loss{background:linear-gradient(135deg,#ef444426,#ef44440d);color:#dc2626}.stat-icon.neutral{background:linear-gradient(135deg,#6b728026,#6b72800d);color:#6b7280}.stat-content{flex:1}.stat-label{font-size:.875rem;color:#6b7280;margin-bottom:.375rem}.stat-value{font-size:1.5rem;font-weight:700;letter-spacing:-.02em;color:#111827}.trades-list{display:flex;flex-direction:column;gap:1rem}.trade-card{background:#fff;border:1px solid #E5E7EB;border-radius:12px;padding:1.5rem;transition:all .2s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.trade-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#000 0% 100%);opacity:0;transition:opacity .2s}.trade-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0000000f;border-color:#d1d5db}.trade-card:hover:before{opacity:1}.trade-card.open{border-color:#10b981;background:linear-gradient(180deg,#10b98105,#fff 20%)}.trade-card.open:before{background:linear-gradient(90deg,#10b981,#059669);opacity:1}.trade-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.trade-symbol{display:flex;align-items:center;gap:.75rem}.symbol{font-size:1.25rem;font-weight:700;letter-spacing:-.02em;color:#111827}.action-badge{padding:.25rem .75rem;border-radius:6px;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px}.action-badge.buy{background:#10b9811a;color:#059669;border:1px solid rgba(16,185,129,.2)}.action-badge.sell{background:#ef44441a;color:#dc2626;border:1px solid rgba(239,68,68,.2)}.pnl{display:flex;align-items:center;gap:.5rem;font-weight:700}.pnl.profit{color:#059669}.pnl.loss{color:#dc2626}.pnl-value{font-size:1.125rem;letter-spacing:-.01em}.pnl-percent{font-size:.875rem;opacity:.8}.trade-prices{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:1rem;padding:1rem;background:#f9fafb;border-radius:8px;border:1px solid #F3F4F6}.price-item{text-align:center}.price-label{font-size:.75rem;color:#6b7280;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.5px;font-weight:600}.price-value{font-size:1rem;font-weight:700;color:#111827;letter-spacing:-.01em}.trade-reasoning{padding:1rem;background:#f9fafb;border:1px solid #F3F4F6;border-radius:8px;margin-bottom:1rem;line-height:1.6;font-size:.875rem;color:#6b7280}.trade-reasoning strong{color:#111827;font-weight:600}.trade-footer{display:flex;justify-content:space-between;align-items:center;padding-top:1rem;border-top:1px solid #F3F4F6}.trade-time{display:flex;align-items:center;gap:.5rem;font-size:.813rem;color:#9ca3af}.legal-page{min-height:100vh;background:#fafafa;padding:2rem;animation:fadeIn .4s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.legal-container{max-width:1400px;margin:0 auto;width:100%}.legal-container .back-button{display:inline-flex;align-items:center;gap:.5rem;padding:0;padding-bottom:1rem;background:none;border:none;color:#667eea;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease;flex-shrink:0}.legal-container .back-button:hover{color:#764ba2;transform:translate(-2px)}.legal-container h1{font-size:2rem;font-weight:700;color:#111827;margin:0 0 .25rem;line-height:1.2}.last-updated{color:#6b7280;font-size:.9375rem;margin:0 0 1.5rem}.legal-container section{padding:2rem 0;margin-bottom:0;border-bottom:1px solid #e5e7eb}.legal-container section:last-of-type{border-bottom:none}.legal-container h2{font-size:1.375rem;font-weight:700;color:#111827;margin-bottom:1.25rem;position:relative;display:inline-block}.legal-container h2:after{content:"";position:absolute;left:0;bottom:-.5rem;width:3rem;height:3px;background:linear-gradient(90deg,#667eea,#764ba2);border-radius:2px}.legal-container h3{font-size:1.125rem;font-weight:600;color:#374151;margin:1.5rem 0 .875rem}.legal-container h4{font-size:1rem;font-weight:600;color:#4b5563;margin:1.25rem 0 .625rem}.legal-container p{color:#4b5563;line-height:1.7;margin-bottom:1rem;font-size:.9375rem}.legal-container ul,.legal-container ol{color:#4b5563;line-height:1.7;margin-bottom:1rem;padding-left:1.75rem;font-size:.9375rem}.legal-container li{margin-bottom:.5rem;position:relative}.legal-container ul li::marker{color:#667eea}.legal-container strong{color:#111827;font-weight:600}.legal-container a{color:#3b82f6;text-decoration:none;transition:color .2s}.legal-container a:hover{color:#2563eb;text-decoration:underline}.contact-methods{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem;margin:1.5rem 0}.contact-card{background:linear-gradient(135deg,#fff,#f9fafb);padding:1.75rem;border-radius:1rem;border:1px solid transparent;text-align:center;transition:all .3s ease;position:relative;overflow:hidden}.contact-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#667eea,#764ba2);opacity:0;transition:opacity .3s}.contact-card:hover{transform:translateY(-4px);box-shadow:0 8px 16px #667eea26;border-color:#e5e7eb}.contact-card:hover:before{opacity:1}.contact-icon{width:3rem;height:3rem;background:linear-gradient(135deg,#3b82f6,#2563eb);border-radius:.75rem;display:flex;align-items:center;justify-content:center;color:#fff;margin:0 auto 1rem}.contact-card h3{font-size:1.125rem;font-weight:600;color:#111827;margin:.5rem 0;padding:0;border:none}.contact-card p{font-size:.875rem;color:#6b7280;margin-bottom:.75rem}.contact-link{display:inline-block;font-size:.9375rem;font-weight:600;color:#3b82f6;padding:.5rem 1rem;background:#fff;border-radius:.5rem;border:1px solid #3b82f6;text-decoration:none;transition:all .2s}.contact-link:hover{background:#3b82f6;color:#fff;text-decoration:none}.response-time{font-size:.75rem;color:#9ca3af;margin-top:.5rem}.faq-section{display:flex;flex-direction:column;gap:1.25rem;margin:1.5rem 0}.faq-item{display:flex;gap:1rem;padding:0;border-left:none;position:relative;padding-left:2rem}.faq-item:before{content:"";position:absolute;left:0;top:.25rem;width:4px;height:calc(100% - .5rem);background:linear-gradient(180deg,#667eea,#764ba2);border-radius:2px}.faq-item svg{display:none}.faq-item h4{margin-top:0;color:#111827}.faq-item ul{margin-bottom:0}.legal-links{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin:1.5rem 0}.legal-link-item{display:flex;align-items:center;gap:.75rem;padding:1rem 1.25rem;background:linear-gradient(135deg,#fff,#f9fafb);border-radius:.75rem;border:1px solid #e5e7eb;color:#374151;text-decoration:none;transition:all .3s ease;position:relative;overflow:hidden}.legal-link-item:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:linear-gradient(180deg,#667eea,#764ba2);opacity:0;transition:opacity .3s}.legal-link-item:hover{transform:translate(4px);box-shadow:0 4px 12px #667eea26;color:#667eea;text-decoration:none;border-color:transparent}.legal-link-item:hover:before{opacity:1}.legal-link-item svg{color:#667eea;transition:transform .3s}.legal-link-item:hover svg{transform:scale(1.1)}@media(max-width:768px){.legal-page{padding:1rem}.legal-container section{padding:1.25rem}.legal-container h1{font-size:1.5rem}.legal-container h2{font-size:1rem}.contact-methods{grid-template-columns:1fr}}:root{--primary: #667eea;--primary-dark: #764ba2;--primary-light: #a8b5ff;--success: #10B981;--error: #EF4444;--warning: #F59E0B;--info: #3B82F6;--gradient-primary: linear-gradient(135deg, #667eea 0%, #764ba2 100%);--gradient-primary-hover: linear-gradient(135deg, #7c8ff5 0%, #8f5ec0 100%)}body{font-family:-apple-system,BlinkMacSystemFont,Inter,SF Pro Display,Segoe UI,Roboto,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#fff;color:#0a0a0a}p{line-height:1.6}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:12px;border:none;font-weight:600;font-size:.938rem;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);white-space:nowrap;text-decoration:none}.btn-primary{background:var(--gradient-primary);color:#fff;box-shadow:0 4px 15px #667eea4d}.btn-primary:disabled{cursor:not-allowed;opacity:.6}.btn-primary:hover:not(:disabled){background:var(--gradient-primary-hover);transform:translateY(-2px);box-shadow:0 8px 25px #667eea66}.btn-secondary{background:#ffffffe6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:var(--primary);border:1px solid rgba(102,126,234,.2);box-shadow:0 4px 15px #00000014}.btn-secondary:hover{background:#fff;border-color:var(--primary);transform:translateY(-2px);box-shadow:0 8px 25px #667eea26}.btn-ghost{background:transparent;color:#525252}.btn-ghost:hover{color:#0a0a0a;background:#0000000d}.btn-icon{width:40px;height:40px;padding:0;border-radius:10px;background:#f9fafb;border:1px solid rgba(0,0,0,.08);color:#0a0a0a}.btn-icon:hover{background:#f3f4f6;border-color:var(--primary)}.dashboard-layout .card{background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:16px;padding:1.5rem;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 8px #0000000a}.dashboard-layout .card:hover{border-color:var(--primary);transform:translateY(-2px);box-shadow:0 8px 24px #667eea26}.badge{display:inline-flex;align-items:center;gap:.5rem;padding:.375rem .875rem;border-radius:8px;font-size:.813rem;font-weight:600}.badge-success{background:#10b9811a;color:var(--success);border:1px solid rgba(16,185,129,.2)}.badge-error{background:#ef44441a;color:var(--error);border:1px solid rgba(239,68,68,.2)}.badge-warning{background:#f59e0b1a;color:var(--warning);border:1px solid rgba(245,158,11,.2)}.badge-primary{background:#667eea1a;color:var(--primary);border:1px solid rgba(102,126,234,.2)}.container{max-width:1280px;margin:0 auto;padding:0 2rem}.w-full{width:100%}.gradient-text{background:var(--gradient-primary);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.logo{display:flex;align-items:center;gap:.75rem;text-decoration:none}.logo-icon{width:36px;height:36px;border-radius:8px;object-fit:contain}.logo-text{font-size:1.5rem;font-weight:900;letter-spacing:-.02em;color:currentColor;text-transform:lowercase}@keyframes fade-in{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slide-up{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:fade-in .6s cubic-bezier(.4,0,.2,1)}.animate-slide-up{animation:slide-up .8s cubic-bezier(.4,0,.2,1)}#overlay-scrollbar{position:fixed;right:8px;top:0;width:2px;height:100vh;z-index:9999;opacity:0;transition:opacity .12s linear;background:transparent}#overlay-scrollbar.visible{opacity:1}#overlay-thumb{position:absolute;right:0;top:0;width:2px;height:40px;border-radius:1px;cursor:grab;-webkit-user-select:none;user-select:none;transition:background .2s ease}#overlay-thumb:active{cursor:grabbing}::selection{background:var(--primary-light);color:#fff}*:focus-visible{outline:2px solid var(--primary);outline-offset:2px}@media(max-width:768px){.container{padding:0 1rem}}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,SF Pro Display,Segoe UI,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6;background:var(--bg-primary);color:var(--text-primary);transition:background .3s ease,color .3s ease}h1,h2,h3,h4,h5,h6{font-weight:700;letter-spacing:-.025em;line-height:1.2}a{color:var(--gold);text-decoration:none;transition:color .2s}a:hover{color:var(--gold-light)}button{font-family:inherit}::-webkit-scrollbar{display:none}*{scrollbar-width:none;-ms-overflow-style:none}::selection{background:var(--gold);color:#000}
