.onboarding-container{min-height:100vh;display:flex;flex-direction:column;background:linear-gradient(135deg,var(--light-bg) 0%,var(--white) 100%);position:relative;overflow:hidden}.onboarding-container:before{content:"";position:absolute;top:-50%;right:-50%;width:200%;height:200%;background:radial-gradient(circle,var(--icy-blue) 0%,transparent 70%);opacity:.3;animation:float 20s ease-in-out infinite}@keyframes float{0%,to{transform:translate(0) rotate(0)}50%{transform:translate(-10%,-10%) rotate(180deg)}}.onboarding-step{flex:1;display:flex;flex-direction:column;padding:2rem;position:relative;z-index:1}.onboarding-header{display:flex;justify-content:flex-end;margin-bottom:2rem}.skip-button{background:transparent;color:var(--text-light);font-size:.9rem;padding:.5rem 1rem;border-radius:20px;transition:all .3s ease}.skip-button:hover{color:var(--electric-blue);background:#0099ff1a}.onboarding-content{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;gap:2rem}.onboarding-icon{font-size:5rem;margin-bottom:1rem;filter:drop-shadow(0 4px 8px rgba(0,212,255,.3))}.onboarding-title{font-size:2rem;font-weight:700;color:var(--text-dark);line-height:1.3;white-space:pre-line;background:linear-gradient(135deg,var(--electric-blue) 0%,var(--primary-blue) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.onboarding-description{font-size:1.1rem;color:var(--text-light);line-height:1.6;max-width:320px}.onboarding-footer{display:flex;flex-direction:column;gap:2rem;align-items:center}.step-indicators{display:flex;gap:.5rem}.step-indicator{width:8px;height:8px;border-radius:50%;background:var(--icy-blue);transition:all .3s ease}.step-indicator.active{width:24px;border-radius:4px;background:linear-gradient(90deg,var(--primary-blue) 0%,var(--electric-blue) 100%)}.next-button{width:100%;max-width:300px;padding:1rem 2rem;background:linear-gradient(135deg,var(--primary-blue) 0%,var(--electric-blue) 100%);color:var(--white);font-size:1.1rem;font-weight:600;border-radius:16px;box-shadow:0 4px 20px #00d4ff66;transition:all .3s ease}.next-button:hover{box-shadow:0 6px 30px #00d4ff99;transform:translateY(-2px)}.next-button:active{transform:translateY(0)}.main-screen{min-height:100vh;padding:2rem 1.5rem;background:linear-gradient(135deg,var(--light-bg) 0%,var(--white) 100%);position:relative;overflow-x:hidden}.main-screen:before{content:"";position:absolute;top:0;left:0;right:0;height:300px;background:linear-gradient(180deg,rgba(0,212,255,.1) 0%,transparent 100%);pointer-events:none}.main-header{text-align:center;margin-bottom:2rem;position:relative;z-index:1}.main-title{font-size:2.5rem;font-weight:800;background:linear-gradient(135deg,var(--electric-blue) 0%,var(--primary-blue) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.5rem;letter-spacing:-.5px}.main-subtitle{font-size:1rem;color:var(--text-light);font-weight:500}.stats-card{background:var(--white);border-radius:20px;padding:1.5rem;margin-bottom:2rem;box-shadow:0 4px 20px #00d4ff1a;display:flex;justify-content:space-around;align-items:center;position:relative;z-index:1;border:1px solid rgba(0,212,255,.1)}.stat-item{display:flex;flex-direction:column;align-items:center;gap:.5rem}.stat-value{font-size:1.5rem;font-weight:700;background:linear-gradient(135deg,var(--electric-blue) 0%,var(--primary-blue) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.stat-divider{width:1px;height:40px;background:linear-gradient(180deg,transparent,var(--icy-blue),transparent)}.menu-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;position:relative;z-index:1}.menu-item{background:var(--white);border-radius:20px;padding:1.5rem;display:flex;flex-direction:column;align-items:center;gap:1rem;cursor:pointer;box-shadow:0 4px 15px #00d4ff1a;border:1px solid rgba(0,212,255,.1);transition:all .3s ease;position:relative;overflow:hidden}.menu-item:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#00d4ff0d,#0099ff0d);opacity:0;transition:opacity .3s ease}.menu-item:hover:before{opacity:1}.menu-item:hover{box-shadow:0 8px 25px #00d4ff33;border-color:#00d4ff4d}.menu-icon{width:60px;height:60px;border-radius:16px;display:flex;align-items:center;justify-content:center;font-size:2rem;position:relative;z-index:1}.menu-title{font-size:1rem;font-weight:600;color:var(--text-dark);text-align:center;position:relative;z-index:1}@media (max-width: 480px){.main-screen{padding:1.5rem 1rem}.main-title{font-size:2rem}.main-subtitle{font-size:.9rem}.stats-card{padding:1rem;flex-direction:column;gap:1rem}.stat-divider{width:100%;height:1px;background:linear-gradient(90deg,transparent,var(--icy-blue),transparent)}.menu-grid{grid-template-columns:1fr}.menu-item{padding:1.25rem}}.page-layout{min-height:100vh;background:linear-gradient(135deg,var(--light-bg) 0%,var(--white) 100%);padding-bottom:2rem}.page-header{display:flex;align-items:center;gap:1rem;padding:1.5rem;position:sticky;top:0;background:#ffffffe6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:100;border-bottom:1px solid rgba(0,212,255,.1)}.back-button{background:transparent;color:var(--electric-blue);font-size:1rem;font-weight:600;padding:.5rem;border-radius:8px;transition:all .3s ease}.back-button:hover{background:#00d4ff1a}.page-header h1{font-size:1.5rem;font-weight:700;background:linear-gradient(135deg,var(--electric-blue) 0%,var(--primary-blue) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.page-content{padding:1.5rem}.subscription-card{background:var(--white);border-radius:20px;padding:2rem;text-align:center;box-shadow:0 4px 20px #00d4ff1a;border:1px solid rgba(0,212,255,.1)}.subscription-icon{font-size:4rem;margin-bottom:1rem}.subscription-card h2{font-size:1.5rem;font-weight:700;color:var(--text-dark);margin-bottom:.5rem}.subscription-status{color:var(--primary-blue);font-weight:600;margin-bottom:2rem}.subscription-features{text-align:left;margin-bottom:2rem}.feature-item{display:flex;align-items:center;gap:1rem;padding:.75rem 0;color:var(--text-dark)}.feature-item span:first-child{color:var(--primary-blue);font-weight:700;font-size:1.2rem}.upgrade-button{width:100%;padding:1rem;background:linear-gradient(135deg,var(--primary-blue) 0%,var(--electric-blue) 100%);color:var(--white);font-size:1rem;font-weight:600;border-radius:12px;box-shadow:0 4px 15px #00d4ff4d;transition:all .3s ease}.upgrade-button:hover{box-shadow:0 6px 25px #00d4ff80;transform:translateY(-2px)}.referral-card{background:var(--white);border-radius:20px;padding:2rem;text-align:center;box-shadow:0 4px 20px #00d4ff1a;border:1px solid rgba(0,212,255,.1)}.referral-icon{font-size:4rem;margin-bottom:1rem}.referral-card h2{font-size:1.5rem;font-weight:700;color:var(--text-dark);margin-bottom:.5rem}.referral-description{color:var(--text-light);margin-bottom:2rem}.referral-stats{display:flex;justify-content:space-around;margin-bottom:2rem;padding:1.5rem 0;border-top:1px solid rgba(0,212,255,.1);border-bottom:1px solid rgba(0,212,255,.1)}.referral-stat{display:flex;flex-direction:column;align-items:center;gap:.5rem}.stat-number{font-size:1.5rem;font-weight:700;background:linear-gradient(135deg,var(--electric-blue) 0%,var(--primary-blue) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.stat-label{font-size:.85rem;color:var(--text-light)}.referral-code{margin-top:2rem}.code-label{display:block;color:var(--text-light);font-size:.9rem;margin-bottom:.5rem}.code-box{display:flex;align-items:center;gap:.5rem;background:var(--light-bg);padding:1rem;border-radius:12px;margin-bottom:1rem;flex-wrap:wrap}.code-box .code-text{flex:1;min-width:0;font-family:monospace;color:var(--text-dark);font-weight:600;word-break:break-all;font-size:.9rem}.copy-button{padding:.5rem 1rem;background:var(--primary-blue);color:var(--white);border-radius:8px;font-size:.85rem;font-weight:600;transition:all .3s ease;white-space:nowrap;flex-shrink:0}.copy-button:hover{background:var(--electric-blue);transform:scale(1.05)}.copy-button.copied{background:#10b981}@media (max-width: 480px){.code-box{flex-direction:column;align-items:stretch}.code-box .code-text{margin-bottom:.5rem;text-align:center}.copy-button{width:100%}}.stores-list{margin-bottom:1.5rem}.store-card{background:var(--white);border-radius:16px;padding:1.5rem;display:flex;align-items:center;gap:1rem;margin-bottom:1rem;box-shadow:0 4px 15px #00d4ff1a;border:1px solid rgba(0,212,255,.1);cursor:pointer;transition:all .3s ease}.store-card:hover{box-shadow:0 6px 25px #00d4ff33}.store-icon{font-size:2.5rem}.store-info{flex:1;display:flex;flex-direction:column;gap:.25rem}.store-info h3{font-size:1.1rem;font-weight:600;color:var(--text-dark)}.store-status{font-size:.85rem;font-weight:500}.store-status.active{color:var(--primary-blue)}.store-arrow{font-size:1.5rem;color:var(--electric-blue);background:transparent;font-weight:300}.empty-state{text-align:center;padding:3rem 1rem}.empty-icon{font-size:4rem;margin-bottom:1rem}.empty-state p{color:var(--text-light);margin-bottom:1.5rem}.add-store-button{padding:.75rem 1.5rem;background:linear-gradient(135deg,var(--primary-blue) 0%,var(--electric-blue) 100%);color:var(--white);border-radius:12px;font-weight:600;transition:all .3s ease}.add-store-button:hover{box-shadow:0 4px 15px #00d4ff4d;transform:translateY(-2px)}.add-button{width:100%;padding:1rem;background:linear-gradient(135deg,var(--primary-blue) 0%,var(--electric-blue) 100%);color:var(--white);font-size:1rem;font-weight:600;border-radius:16px;box-shadow:0 4px 20px #00d4ff4d;transition:all .3s ease}.add-button:hover{box-shadow:0 6px 30px #00d4ff80}.support-options{margin-bottom:2rem}.support-option{background:var(--white);border-radius:16px;padding:1.5rem;display:flex;align-items:center;gap:1rem;margin-bottom:1rem;box-shadow:0 4px 15px #00d4ff1a;border:1px solid rgba(0,212,255,.1);cursor:pointer;transition:all .3s ease}.support-option:hover{box-shadow:0 6px 25px #00d4ff33}.support-icon{font-size:2rem}.support-option span:not(.support-icon):not(.support-arrow){flex:1;font-weight:600;color:var(--text-dark)}.support-arrow{color:var(--electric-blue);font-size:1.5rem;font-weight:300}.support-contact{text-align:center;padding:2rem;background:var(--white);border-radius:20px;box-shadow:0 4px 20px #00d4ff1a}.support-contact p{color:var(--text-light);margin-bottom:1rem}.telegram-link{color:var(--electric-blue);font-weight:600;font-size:1.1rem;text-decoration:none;transition:all .3s ease}.telegram-link:hover{color:var(--primary-blue);text-decoration:underline}.profile-header{text-align:center;padding:2rem 0;margin-bottom:2rem}.profile-avatar{width:100px;height:100px;border-radius:50%;background:linear-gradient(135deg,var(--primary-blue) 0%,var(--electric-blue) 100%);display:flex;align-items:center;justify-content:center;font-size:3rem;margin:0 auto 1rem;box-shadow:0 4px 20px #00d4ff4d;overflow:hidden}.profile-avatar img{width:100%;height:100%;object-fit:cover}.profile-header h2{font-size:1.5rem;font-weight:700;color:var(--text-dark);margin-bottom:.5rem}.profile-email{color:var(--text-light);font-size:.9rem}.profile-menu{margin-bottom:2rem}.profile-menu-item{background:var(--white);border-radius:16px;padding:1.5rem;display:flex;align-items:center;gap:1rem;margin-bottom:1rem;box-shadow:0 4px 15px #00d4ff1a;border:1px solid rgba(0,212,255,.1);cursor:pointer;transition:all .3s ease}.profile-menu-item:hover{box-shadow:0 6px 25px #00d4ff33}.profile-menu-icon{font-size:1.5rem}.profile-menu-item span:not(.profile-menu-icon):not(.profile-menu-arrow){flex:1;font-weight:600;color:var(--text-dark)}.profile-menu-arrow{color:var(--electric-blue);font-size:1.5rem;font-weight:300}.logout-button{width:100%;padding:1rem;background:transparent;color:#ef4444;font-size:1rem;font-weight:600;border-radius:16px;border:2px solid #EF4444;transition:all .3s ease}.logout-button:hover{background:#ef4444;color:var(--white)}@media (max-width: 480px){.page-header{padding:1rem}.page-header h1{font-size:1.25rem}.page-content{padding:1rem}.referral-card,.subscription-card{padding:1.5rem}.referral-stats{flex-direction:column;gap:1rem}.store-card{padding:1rem}.profile-header{padding:1.5rem 0}.profile-avatar{width:80px;height:80px;font-size:2.5rem}}.store-details{min-height:100vh;background:linear-gradient(135deg,var(--light-bg) 0%,var(--white) 100%);padding-bottom:2rem}.store-details-header{display:flex;align-items:center;gap:1rem;padding:1.5rem;position:sticky;top:0;background:#ffffffe6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:100;border-bottom:1px solid rgba(0,212,255,.1)}.store-details-header h1{font-size:1.5rem;font-weight:700;background:linear-gradient(135deg,var(--electric-blue) 0%,var(--primary-blue) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.store-details-content{padding:1.5rem}.store-stats-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-bottom:2rem}.stat-card{background:var(--white);border-radius:16px;padding:1.25rem;display:flex;flex-direction:column;gap:.5rem;box-shadow:0 4px 15px #00d4ff1a;border:1px solid rgba(0,212,255,.1)}.stat-label{font-size:.85rem;color:var(--text-light);font-weight:500}.stat-value{font-size:1.25rem;font-weight:700;color:var(--text-dark)}.stat-value.positive{color:#10b981}.stat-value.negative{color:#ef4444}.period-selector{display:flex;gap:.5rem;margin-bottom:1.5rem;overflow-x:auto;padding-bottom:.5rem}.period-selector::-webkit-scrollbar{display:none}.period-button{padding:.75rem 1.5rem;background:var(--white);color:var(--text-dark);border-radius:12px;font-size:.9rem;font-weight:600;border:2px solid rgba(0,212,255,.2);transition:all .3s ease;white-space:nowrap}.period-button.active{background:linear-gradient(135deg,var(--primary-blue) 0%,var(--electric-blue) 100%);color:var(--white);border-color:transparent}.chart-selector{display:flex;gap:.5rem;margin-bottom:1.5rem;overflow-x:auto;padding-bottom:.5rem}.chart-selector::-webkit-scrollbar{display:none}.chart-button{padding:.75rem 1.5rem;background:var(--white);color:var(--text-dark);border-radius:12px;font-size:.9rem;font-weight:600;border:2px solid rgba(0,212,255,.2);transition:all .3s ease;white-space:nowrap}.chart-button.active{background:linear-gradient(135deg,var(--primary-blue) 0%,var(--electric-blue) 100%);color:var(--white);border-color:transparent}.chart-container{background:var(--white);border-radius:20px;padding:1.5rem;margin-bottom:2rem;box-shadow:0 4px 20px #00d4ff1a;border:1px solid rgba(0,212,255,.1)}.chart-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.chart-header h3{font-size:1.25rem;font-weight:700;color:var(--text-dark)}.chart-max{font-size:.85rem;color:var(--text-light);font-weight:600}.chart-bars{display:flex;align-items:flex-end;justify-content:space-around;gap:.5rem;height:200px;padding:1rem 0}.chart-bar-wrapper{flex:1;display:flex;flex-direction:column;align-items:center;height:100%;justify-content:flex-end;gap:.5rem}.chart-bar{width:100%;max-width:50px;background:linear-gradient(180deg,var(--primary-blue) 0%,var(--electric-blue) 100%);border-radius:8px 8px 0 0;position:relative;min-height:20px;display:flex;align-items:flex-start;justify-content:center;padding-top:.5rem;transition:all .3s ease}.chart-bar:hover{opacity:.8;transform:scaleY(1.05)}.chart-bar-value{font-size:.75rem;font-weight:700;color:var(--white);text-shadow:0 1px 2px rgba(0,0,0,.2)}.chart-bar-label{font-size:.75rem;color:var(--text-light);font-weight:500;text-align:center}.products-section{margin-top:2rem}.products-section h3{font-size:1.25rem;font-weight:700;color:var(--text-dark);margin-bottom:1rem}.products-list{display:flex;flex-direction:column;gap:1rem}.product-card{background:var(--white);border-radius:16px;padding:1.5rem;display:flex;align-items:center;justify-content:space-between;box-shadow:0 4px 15px #00d4ff1a;border:1px solid rgba(0,212,255,.1);cursor:pointer;transition:all .3s ease}.product-card:hover{box-shadow:0 6px 25px #00d4ff33;transform:translate(5px)}.product-info{display:flex;flex-direction:column;gap:.5rem;flex:1}.product-info h4{font-size:1.1rem;font-weight:600;color:var(--text-dark)}.product-profit{font-size:1rem;font-weight:700}.product-profit.profit{color:#10b981}.product-profit.loss{color:#ef4444}.product-arrow{font-size:1.5rem;color:var(--electric-blue);background:transparent;font-weight:300}@media (max-width: 480px){.store-stats-grid{grid-template-columns:1fr}.chart-bars{height:150px}.chart-bar{max-width:35px}.chart-bar-value,.chart-bar-label{font-size:.65rem}}*{margin:0;padding:0;box-sizing:border-box}:root{--primary-blue: #00D4FF;--electric-blue: #0099FF;--icy-blue: #B8E6FF;--dark-blue: #0066CC;--white: #FFFFFF;--light-bg: #F0F9FF;--text-dark: #1A1A2E;--text-light: #6B7280;--gradient-start: #00D4FF;--gradient-end: #0099FF}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(135deg,var(--light-bg) 0%,var(--white) 100%);min-height:100vh;color:var(--text-dark);overflow-x:hidden}#root{width:100%;min-height:100vh}button{font-family:inherit;cursor:pointer;border:none;outline:none}input,textarea{font-family:inherit}
