body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f5f5f5;margin:0}*,body{font-family:FuturaPT,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;margin:0;padding:0}.home-container{background:#fff;min-height:100vh;overflow-x:hidden}.hero-section{align-items:center;display:flex;justify-content:center;min-height:90vh;overflow:hidden;padding:4rem 2rem;position:relative}.hero-background{z-index:0}.hero-background,.hero-gradient{bottom:0;left:0;position:absolute;right:0;top:0}.hero-gradient{background:linear-gradient(135deg,#667eea,#764ba2 50%,#f093fb);opacity:.95}.hero-pattern{animation:patternMove 20s ease-in-out infinite;background-image:radial-gradient(circle at 20% 50%,#ffffff1a 0,#0000 50%),radial-gradient(circle at 80% 80%,#ffffff1a 0,#0000 50%),radial-gradient(circle at 40% 20%,#ffffff0d 0,#0000 50%);bottom:0;left:0;position:absolute;right:0;top:0}@keyframes patternMove{0%,to{transform:translate(0) scale(1)}50%{transform:translate(-20px,-20px) scale(1.1)}}.hero-content{color:#fff;max-width:900px;position:relative;text-align:center;z-index:1}.hero-badge{animation:fadeInUp .8s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff3;border:1px solid #ffffff4d;border-radius:50px;display:inline-block;font-size:.9rem;font-weight:600;margin-bottom:2rem;padding:.5rem 1.5rem}.hero-title{animation:fadeInUp .8s ease .2s both;font-size:4.5rem;font-weight:800;letter-spacing:-2px;line-height:1.1;margin-bottom:1.5rem}.title-gradient{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fff,#f0f0f0);-webkit-background-clip:text;background-clip:text;text-shadow:0 4px 20px #0003}.hero-subtitle{animation:fadeInUp .8s ease .4s both;font-size:1.4rem;font-weight:300;line-height:1.6;margin-bottom:3rem;opacity:.95}.hero-buttons{animation:fadeInUp .8s ease .6s both;display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-bottom:4rem}.btn{border-radius:12px;display:inline-block;font-size:1.1rem;overflow:hidden;padding:16px 40px;position:relative;text-decoration:none}.btn:before{background:#ffffff4d;border-radius:50%;content:"";height:0;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);transition:width .6s,height .6s;width:0}.btn:hover:before{height:300px;width:300px}.btn-hero-primary{background:#fff;box-shadow:0 8px 30px #0003;color:#667eea}.btn-hero-primary:hover{box-shadow:0 12px 40px #0000004d;transform:translateY(-3px)}.btn-hero-secondary{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0000;border:2px solid #fff;color:#fff}.btn-hero-secondary:hover{background:#ffffff1a;transform:translateY(-3px)}.hero-stats{animation:fadeInUp .8s ease .8s both;display:flex;flex-wrap:wrap;gap:4rem;justify-content:center}.stat-item{flex-direction:column;justify-content:flex-start;min-height:100px;text-align:center}.stat-item,.stat-number{align-items:center;display:flex}.stat-number{-webkit-text-stroke:0;-webkit-text-fill-color:#fff;font-size:3rem;font-weight:800;height:3.6rem;line-height:1.2;margin-bottom:.5rem;text-rendering:optimizeLegibility;text-shadow:0 2px 10px #0000001a}.stat-label,.stat-number{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#fff;justify-content:center}.stat-label{-webkit-text-stroke:0!important;-webkit-text-fill-color:#fff!important;align-items:center;-webkit-background-clip:unset!important;background-clip:initial!important;background:none!important;border:none!important;box-shadow:none!important;display:flex;font-size:.9rem;font-weight:500;height:2.5rem;line-height:1.4;margin:0;opacity:.9;outline:none!important;padding:0;text-align:center;text-shadow:none!important;white-space:nowrap}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.features-section{background:linear-gradient(180deg,#f8f9fa 0,#fff);padding:6rem 0}.container{margin:0 auto;max-width:1200px;padding:0 2rem}.section-header{margin-bottom:4rem;text-align:center}.section-title{font-size:3rem;font-weight:800;letter-spacing:-1px;margin-bottom:1rem}.section-description{color:#666;font-size:1.2rem;margin:0 auto;max-width:600px}.features-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(320px,1fr))}.feature-card{background:#fff;border:1px solid #667eea1a;border-radius:20px;box-shadow:0 4px 20px #00000014;overflow:hidden;padding:2.5rem;position:relative;transition:all .4s cubic-bezier(.175,.885,.32,1.275)}.feature-card:before{background:linear-gradient(90deg,#667eea,#764ba2);content:"";height:4px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transition:transform .4s ease}.feature-card:hover:before{transform:scaleX(1)}.feature-card:hover{box-shadow:0 12px 40px #667eea33;transform:translateY(-10px)}.feature-icon-wrapper{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:18px;box-shadow:0 8px 20px #667eea4d;display:flex;height:70px;justify-content:center;margin-bottom:1.5rem;transition:transform .4s ease;width:70px}.feature-card:hover .feature-icon-wrapper{transform:rotate(5deg) scale(1.1)}.feature-icon{font-size:2.5rem}.feature-icon-wrapper svg{flex-shrink:0;height:48px;width:48px}.feature-card h3{color:#1a1a1a;font-size:1.5rem;font-weight:700;margin-bottom:1rem}.feature-card p{color:#666;font-size:1rem;line-height:1.7}.benefits-section{background:#fff;padding:6rem 0}.benefits-list{display:flex;flex-direction:column;gap:3rem;margin:0 auto;max-width:900px}.benefit-item{align-items:flex-start;background:linear-gradient(135deg,#f8f9ff,#fff);border:1px solid #667eea1a;border-radius:20px;display:flex;gap:2.5rem;padding:2rem;transition:all .3s ease}.benefit-item:hover{box-shadow:0 8px 30px #667eea26;transform:translateX(10px)}.benefit-number{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text;flex-shrink:0;font-size:3.5rem;font-weight:800;line-height:1;min-width:80px}.benefit-content h3{color:#1a1a1a;font-size:1.75rem;font-weight:700;margin-bottom:.75rem}.benefit-content p{color:#666;font-size:1.1rem;line-height:1.8}.cta-section{overflow:hidden;padding:6rem 2rem;position:relative}.cta-background{z-index:0}.cta-background,.cta-gradient{bottom:0;left:0;position:absolute;right:0;top:0}.cta-gradient{background:linear-gradient(135deg,#667eea,#764ba2 50%,#f093fb)}.cta-content{color:#fff;margin:0 auto;max-width:700px;position:relative;text-align:center;z-index:1}.cta-content h2{font-size:3rem;font-weight:800;letter-spacing:-1px;margin-bottom:1rem}.cta-content p{font-size:1.3rem;font-weight:300;margin-bottom:2.5rem;opacity:.95}.btn-cta{background:#fff;box-shadow:0 8px 30px #0003;color:#667eea;font-size:1.2rem;padding:18px 50px}.btn-cta:hover{box-shadow:0 12px 40px #0000004d;transform:translateY(-3px)}@media (max-width:768px){.hero-section{min-height:80vh;padding:2rem 1rem}.cta-section,.features-section,.how-it-works-section,.stats-section{padding-left:1rem;padding-right:1rem}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.1rem}.hero-stats{gap:2rem}.stat-number{font-size:2rem;height:2.5rem}.stat-label{height:2rem;white-space:normal}.stat-item{min-height:70px}.container{padding:0 1rem}.benefits-section,.features-section{padding:2rem 1rem}.section-title{font-size:2rem}.features-grid{gap:1.5rem;grid-template-columns:1fr}.benefit-item{flex-direction:column;gap:1rem;text-align:center}.benefit-number{min-width:auto}.cta-section,.how-it-works-section,.stats-section{padding:2rem 1rem}.cta-content h2{font-size:2rem}.cta-content p{font-size:1.1rem}}.auth-container{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;justify-content:center;min-height:100vh;padding:20px}.auth-card{background:#fff;border-radius:12px;box-shadow:0 10px 40px #0003;max-width:400px;padding:2rem;width:100%}.auth-title{color:#333;font-size:2rem;font-weight:700;margin-bottom:1.5rem;text-align:center}.auth-form{display:flex;flex-direction:column;gap:1rem}.form-group input{border:2px solid #e0e0e0;border-radius:8px;box-sizing:border-box;font-size:1rem;padding:12px;transition:border-color .3s;width:100%}.form-group input:focus{border-color:#667eea;outline:none}.password-input-wrapper{position:relative;width:100%}.password-input-wrapper input{padding-right:45px}.password-toggle-btn{align-items:center;background:none;border:none;color:#666;cursor:pointer;display:flex;justify-content:center;padding:4px;position:absolute;right:12px;top:50%;transform:translateY(-50%);transition:color .3s}.password-toggle-btn:hover{color:#667eea}.password-hint{color:#888;font-size:.85rem;margin-top:4px}.auth-form-actions{display:flex;flex-direction:column;gap:1rem;margin-top:.5rem}.auth-link{color:#666;margin-top:1.5rem;text-align:center}.auth-link a{color:#667eea;font-weight:600;text-decoration:none}.auth-link a:hover{text-decoration:underline}@media (max-width:768px){.auth-container{padding:1rem}.auth-card{padding:1.5rem}}.app-header{background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 4px 20px #00000026;color:#fff;position:-webkit-sticky;position:sticky;top:0;z-index:1000}.header-content{justify-content:space-between;margin:0 auto;max-width:1400px;padding:1rem 2rem}.header-content,.header-logo{align-items:center;display:flex}.header-logo{cursor:pointer;font-size:1.5rem;font-weight:700;gap:.75rem;letter-spacing:-.5px;margin:0;transition:opacity .3s}.header-logo:hover{opacity:.9}.header-logo-icon{flex-shrink:0;transition:transform .3s ease}.header-logo:hover .header-logo-icon{transform:scale(1.05)}.desktop-nav{align-items:center;display:flex;gap:.5rem;margin:0;padding:0}.nav-item{background:#0000;border:2px solid #0000;border-radius:10px;color:#fff;cursor:pointer;font-size:.95rem;font-weight:600;margin:0;padding:.6rem 1.5rem;position:relative;transition:all .3s ease;white-space:nowrap}.nav-item:hover{background-color:#ffffff26;border-color:#ffffff4d}.nav-item.active{background-color:#fff;border:2px solid #fff;box-shadow:0 2px 10px #0000001a;color:#667eea}.nav-item-dropdown.nav-item{background:#0000;border:none;padding:0}.nav-item-dropdown.nav-item.active{background:#0000;border:none;box-shadow:none}.nav-item-dropdown{background:#0000;border:none;margin:0;padding:0;position:relative}.nav-item-button{align-items:center;background:#0000;border:2px solid #0000;border-radius:10px;box-sizing:border-box;color:#fff;cursor:pointer;display:flex;font-size:.95rem;font-weight:600;gap:.5rem;margin:0;outline:none;padding:.6rem 1.5rem;transition:all .3s ease;width:100%}.nav-item-dropdown.active .nav-item-button{background-color:#fff;border:2px solid #fff;box-shadow:0 2px 10px #0000001a;color:#667eea;outline:none}.nav-item-dropdown.active .nav-item-button:hover{background-color:#f8f9ff;border:2px solid #fff;color:#667eea;outline:none}.nav-item-dropdown.active .nav-item-button:focus{border:2px solid #fff;outline:none}.nav-item-button:hover{background-color:#ffffff26;border-color:#ffffff4d}.dropdown-arrow{font-size:.7rem;transition:transform .3s ease}.dropdown-arrow.open{transform:rotate(180deg)}.dropdown-menu{animation:slideDown .3s ease;background:#fff;border-radius:12px;box-shadow:0 8px 30px #0003;left:0;min-width:200px;padding:.5rem;position:absolute;top:calc(100% + .5rem);z-index:100}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.dropdown-item{background:#0000;border:none;border-radius:8px;color:#333;cursor:pointer;display:block;font-size:.9rem;font-weight:500;padding:.75rem 1rem;text-align:left;transition:all .2s ease;width:100%}.dropdown-item:hover{background-color:#f0f0f0;color:#667eea}.dropdown-item.active{background-color:#667eea;color:#fff}.burger-button{background:#0000;border:none;cursor:pointer;display:none;flex-direction:column;gap:5px;padding:.5rem;z-index:1001}.burger-line{background:#fff;border-radius:3px;height:3px;transition:all .3s ease;width:25px}.burger-line.open:first-child{transform:rotate(45deg) translate(8px,8px)}.burger-line.open:nth-child(2){opacity:0}.burger-line.open:nth-child(3){transform:rotate(-45deg) translate(7px,-7px)}.mobile-menu-overlay{animation:fadeIn .3s ease;background:#00000080;bottom:0;display:none;left:0;position:fixed;right:0;top:0;z-index:999}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.mobile-menu{animation:slideInRight .3s ease;background:#fff;box-shadow:-4px 0 20px #0003;display:flex;flex-direction:column;height:100vh;overflow-y:auto;padding:0;position:fixed;right:0;top:0;width:280px;z-index:1000}.mobile-menu>:first-child{margin-top:1rem}.mobile-menu>:last-child{margin-bottom:1rem}@keyframes slideInRight{0%{transform:translateX(100%)}to{transform:translateX(0)}}.mobile-nav-item{align-items:center;background:#0000;border:none;border-left:4px solid #0000;box-sizing:border-box;color:#333;cursor:pointer;display:flex;font-size:.95rem;font-weight:600;line-height:1.5;margin:0;max-height:50px;min-height:50px;padding:.8rem 1.5rem;text-align:left;transition:all .2s ease;width:100%}.mobile-nav-item:hover{background-color:#f8f9fa;border-left-color:#667eea}.mobile-nav-item.active{background-color:#f0f4ff;border-left-color:#667eea;color:#667eea}.mobile-nav-item-button{align-items:center;background:#0000;border:none;border-left:4px solid #0000;color:#333;cursor:pointer;flex-shrink:0;font-size:.95rem;font-weight:600;justify-content:space-between;line-height:1.5;max-height:50px;min-height:50px;padding:.8rem 1.5rem;text-align:left;transition:all .2s ease}.mobile-nav-item-button,.mobile-nav-item-dropdown{box-sizing:border-box;display:flex;margin:0;width:100%}.mobile-nav-item-dropdown{align-items:stretch;flex-direction:column;padding:0}.mobile-nav-item-dropdown .mobile-nav-item-button:hover{background-color:#f8f9fa;border-left-color:#667eea}.mobile-nav-item-dropdown.active .mobile-nav-item-button{background-color:#f0f4ff;border-left-color:#667eea;color:#667eea}.mobile-dropdown-menu{animation:slideDown .3s ease;background-color:#f8f9fa;display:flex;flex-direction:column;margin:0;padding:0;position:relative;z-index:11}.mobile-dropdown-item{align-items:center;background:#0000;border:none;box-sizing:border-box;color:#666;cursor:pointer;display:flex;font-size:.9rem;font-weight:500;line-height:1.5;margin:0;max-height:50px;min-height:50px;padding:.8rem 1.5rem .8rem 3rem;position:relative;text-align:left;touch-action:manipulation;transition:all .2s ease;width:100%;z-index:10}.mobile-dropdown-item:hover{background-color:#e9ecef;color:#667eea}.mobile-dropdown-item.active{background-color:#e0e7ff;color:#667eea;font-weight:600}@media (max-width:768px){.desktop-nav{display:none}.burger-button{display:flex}.mobile-menu-overlay{display:block}.header-content{padding:1rem}.header-logo{font-size:1.25rem}}.add-trade-container{background:linear-gradient(180deg,#f8f9fa 0,#fff);min-height:100vh;overflow-x:hidden;width:100%}.page-content{box-sizing:border-box;margin:0 auto;max-width:1200px;overflow-x:hidden;padding:2rem;width:100%}.page-title{text-align:left}.trade-form{box-sizing:border-box;margin:1rem 0 0;max-width:100%;overflow-x:hidden;width:100%}.form-section{background:#fff;border:1px solid #667eea1a;border-radius:20px;box-shadow:0 4px 20px #00000014;margin-bottom:2rem;overflow:visible;padding:2.5rem;transition:all .3s ease}.form-section:hover{box-shadow:0 8px 30px #667eea1f}.section-title{color:#1a1a1a;font-size:1.5rem;font-weight:700;margin-bottom:2rem;padding-bottom:1rem;position:relative}.section-title:after{background:linear-gradient(90deg,#667eea,#764ba2);border-radius:2px;bottom:0;content:"";height:4px;left:0;position:absolute;width:60px}.form-grid{grid-gap:1.5rem;align-items:start;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:1.5rem}.form-grid,.form-group{box-sizing:border-box;width:100%}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group:has(input:not([type=date]):not([type=time]):not(textarea)),.form-group:has(select){min-height:85px}.form-group.full-width{grid-column:1/-1;margin-bottom:1.5rem;min-height:auto}.form-group.full-width:last-child{margin-bottom:0}.form-group label{color:#555;font-size:.9rem;font-weight:600;overflow:visible;white-space:nowrap}.form-group input,.form-group select,.form-group textarea{background:#fff;border:2px solid #e0e0e0;border-radius:10px;box-sizing:border-box;display:block;font-family:inherit;font-size:1rem;height:54px;line-height:1.5;max-height:54px;min-height:54px;padding:14px 18px;transition:all .3s ease;width:100%}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#667eea;box-shadow:0 0 0 4px #667eea1a;outline:none;transform:translateY(-1px)}.form-group select{appearance:none;-webkit-appearance:none;-moz-appearance:none;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12'%3E%3Cpath fill='%23333' d='M6 9 1 4h10z'/%3E%3C/svg%3E");background-repeat:no-repeat}.form-group select,.select-with-button select{background-position:right 14px center;cursor:pointer;padding-right:42px}.form-group textarea{height:auto;max-height:none;min-height:100px;padding:14px 18px;resize:vertical}.input-with-button,.select-with-button{align-items:center;box-sizing:border-box;display:flex;gap:.5rem;height:54px;max-width:100%;min-width:0;width:100%}.input-with-button input,.select-with-button select{background:#fff;border:2px solid #e0e0e0;border-radius:10px;box-sizing:border-box;flex:1 1;font-family:inherit;font-size:1rem;height:54px;line-height:1.5;max-height:54px;max-width:100%;min-height:54px;min-width:0;padding:14px 18px;transition:all .3s ease}.input-with-button input:focus,.select-with-button select:focus{border-color:#667eea;box-shadow:0 0 0 4px #667eea1a;outline:none;transform:translateY(-1px)}.btn-add{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:10px;box-shadow:0 2px 8px #667eea4d;box-sizing:border-box;color:#fff;cursor:pointer;display:flex;flex-shrink:0;font-size:1.5rem;font-weight:300;height:54px;justify-content:center;line-height:1;max-width:54px;min-height:54px;min-width:54px;padding:0;transition:all .3s cubic-bezier(.175,.885,.32,1.275);width:54px}.btn-add:hover{box-shadow:0 4px 15px #667eea80;transform:scale(1.05)}.btn-add:active{transform:scale(.98)}.btn{border:none;border-radius:8px;cursor:pointer;font-size:.9rem;font-weight:600;padding:10px 20px;transition:all .3s ease}.btn-primary{background-color:#667eea;color:#fff}.btn-primary:hover:not(:disabled){background-color:#5568d3;box-shadow:0 4px 12px #667eea66;transform:translateY(-2px)}.btn-primary:disabled{cursor:not-allowed;opacity:.6}.btn-secondary{background-color:#6c757d;color:#fff}.btn-secondary:hover{background-color:#5a6268}.btn-link{background:#0000;color:#fff;text-decoration:underline}.btn-link:hover{opacity:.8}.btn-small{font-size:.85rem;padding:8px 16px;white-space:nowrap}.form-actions{align-items:flex-end;display:flex;flex-direction:column;gap:1rem;margin-top:2rem}.error-message-above-button{border:2px solid #c33;box-shadow:0 2px 8px #c333;font-weight:600;margin-bottom:0;max-width:100%;text-align:center;width:100%}.modal-overlay{align-items:center;background-color:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.modal-content{background:#fff;border-radius:12px;box-shadow:0 10px 40px #0000004d;max-width:400px;padding:2rem;width:90%}.modal-content h3{color:#333;margin-bottom:1rem}.modal-content input{border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;margin-bottom:1rem;padding:12px;width:100%}.modal-content input:focus{border-color:#667eea;outline:none}.modal-actions{display:flex;gap:1rem;justify-content:flex-end}@media (max-width:768px){.page-content{padding:1rem}.page-title{font-size:1.67rem;margin-bottom:2rem;text-align:left}.page-header{align-items:flex-start;flex-direction:column;gap:1rem}.trade-form{padding:0}.form-section{padding:1.5rem}.form-grid{grid-template-columns:1fr}.input-with-button,.select-with-button{flex-direction:row;gap:.5rem;overflow:visible;position:relative;width:100%}.btn-add{display:flex!important;flex-shrink:0!important;height:54px!important;max-width:54px!important;min-height:54px!important;min-width:54px!important;opacity:1!important;position:relative;visibility:visible!important;width:54px!important;z-index:1}.input-with-button input,.select-with-button select{flex:1 1;height:54px;min-height:54px;min-width:0}.form-group input,.form-group select{height:54px;min-height:54px}.form-group{min-height:auto}}.trades-list-container{background:linear-gradient(180deg,#f8f9fa 0,#fff);min-height:100vh}.trades-content{box-sizing:border-box;margin:0 auto;max-width:1400px;padding:2rem}@media (max-width:768px){.trades-content{padding:.5rem}}.page-header-actions{gap:1rem;margin-bottom:2rem;min-height:60px;padding-top:0}.page-title{display:inline-block;line-height:1.2;vertical-align:middle}.page-header-actions .btn{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:10px;box-shadow:0 4px 15px #667eea4d;color:#fff;cursor:pointer;display:flex;font-size:1rem;font-weight:600;height:auto;justify-content:center;line-height:1;margin:0;padding:12px 24px;transition:all .3s ease;white-space:nowrap}.page-header-actions .btn:hover{background:linear-gradient(135deg,#5568d3,#6a3a9f);box-shadow:0 6px 20px #667eea66;transform:translateY(-2px)}.page-header-actions .btn:active{box-shadow:0 2px 10px #667eea4d;transform:translateY(0)}.filters-section{background:#fff;border:1px solid #667eea1a;border-radius:20px;box-shadow:0 4px 20px #00000014;margin-bottom:2rem;padding:2rem}.filters-section h3{color:#333;margin-bottom:1rem}.filters-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.filter-group{display:flex;flex-direction:column;gap:.5rem}.filter-group label{color:#555;font-size:.9rem;font-weight:600}.filter-group input,.filter-group select{border:2px solid #e0e0e0;border-radius:8px;font-size:.9rem;padding:8px}.filter-group input:focus,.filter-group select:focus{border-color:#667eea;outline:none}.table-wrapper{background:#fff;border:1px solid #667eea1a;border-radius:20px;box-shadow:0 4px 20px #00000014;overflow-x:auto;padding:2rem}@media (max-width:768px){.table-wrapper{border-radius:12px;padding:.5rem}}.trades-table{border-collapse:collapse;border-radius:12px;font-size:.9rem;overflow:hidden;table-layout:auto;width:100%}.trades-table thead{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.trades-table th{font-weight:600;line-height:1.2;padding:14px 8px;position:-webkit-sticky;position:sticky;text-align:left;top:0;vertical-align:middle;white-space:nowrap}.sortable-header{cursor:pointer;line-height:1.2;transition:background-color .2s ease;-webkit-user-select:none;user-select:none;white-space:nowrap!important}.sortable-header svg{display:inline-block;margin-left:4px;vertical-align:middle}.sortable-header:hover{background-color:#fff3}.sort-icon-active,.sort-icon-active path{opacity:1!important}.trades-table td{word-wrap:break-word;border-bottom:1px solid #e0e0e0;max-width:200px;overflow-wrap:break-word;padding:12px 8px;vertical-align:middle;white-space:normal}.trades-table td:nth-last-child(3),.trades-table td:nth-last-child(4),.trades-table th:nth-last-child(3),.trades-table th:nth-last-child(4){max-width:350px;min-width:250px}.trades-table tbody tr{height:auto;min-height:50px}.trades-table tbody tr:hover{background-color:#f8f9fa}.trades-table tbody tr:last-child td{border-bottom:none}.empty-state{align-items:center;background:#fff;border:1px solid #667eea1a;border-radius:20px;box-shadow:0 4px 20px #00000014;display:flex;justify-content:center;padding:4rem 2rem}.empty-state .btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:10px;box-shadow:0 4px 15px #667eea4d;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:12px 24px;transition:all .3s ease;white-space:nowrap}.empty-state .btn-primary:hover{background:linear-gradient(135deg,#5568d3,#6a3a9f);box-shadow:0 6px 20px #667eea66;transform:translateY(-2px)}.empty-state .btn-primary:active{box-shadow:0 2px 10px #667eea4d;transform:translateY(0)}.pagination{align-items:center;background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;display:flex;gap:1rem;justify-content:center;margin-top:2rem;padding:1rem}.btn-danger{background-color:#dc3545;color:#fff}.btn-danger:hover{background-color:#c82333}.trades-table td:nth-last-child(2),.trades-table th:nth-last-child(2){min-width:130px;padding:8px 12px;text-align:center;width:auto}.trades-table td:last-child,.trades-table th:last-child{min-width:110px;padding:8px 12px;text-align:center;width:auto}.trades-table td button{border-radius:6px;cursor:pointer;display:inline-block;line-height:1.4;min-width:auto;text-align:center;transition:all .3s ease;width:auto}.table-action-btn,.trades-table td button{font-size:.9rem;font-weight:600;padding:8px 16px;white-space:nowrap}.table-action-btn{align-items:center;display:flex;gap:.5rem;justify-content:center}.table-action-btn svg{flex-shrink:0}.table-action-btn.btn-primary{background-color:#667eea;color:#fff}.table-action-btn.btn-primary:hover{background-color:#5568d3;box-shadow:0 2px 8px #667eea4d;transform:translateY(-1px)}.table-action-btn.btn-danger{background-color:#dc3545;color:#fff}.table-action-btn.btn-danger:hover{background-color:#c82333;box-shadow:0 2px 8px #dc35454d;transform:translateY(-1px)}@media (max-width:1200px){.table-wrapper{overflow-x:scroll}.trades-table{min-width:1400px}}@media (max-width:768px){.trades-content{padding:.5rem}.page-header-actions{align-items:center!important;flex-direction:row!important;gap:.75rem;justify-content:space-between!important;margin-bottom:1rem;min-height:auto;padding-bottom:0;padding-top:0}.page-title{align-self:center;display:block;flex:1 1;font-size:1.5rem;line-height:1.4;margin:0;margin-bottom:0!important;min-width:0;padding:0;text-align:left}.page-header-actions .btn{align-items:center;align-self:center;display:inline-flex;flex-shrink:0;font-size:.9rem;height:auto;margin:0;padding:10px 18px;white-space:nowrap}.filters-section{display:none}.filters-grid{grid-template-columns:1fr}}.td-center{text-align:center}.settings-container{background:linear-gradient(180deg,#f8f9fa 0,#fff);min-height:100vh}.settings-content{box-sizing:border-box;margin:0 auto;max-width:800px;padding:2rem}.page-title{margin:0 0 2rem}.settings-section{background:#fff;border:1px solid #667eea1a;border-radius:20px;box-shadow:0 4px 20px #00000014;margin-bottom:2rem;margin-top:1rem;padding:2.5rem;transition:all .3s ease}.settings-section:hover{box-shadow:0 8px 30px #667eea1f}.settings-section h2{color:#1a1a1a;font-size:1.5rem;font-weight:700;margin-bottom:2rem;padding-bottom:1rem;position:relative}.settings-section h2:after{background:linear-gradient(90deg,#667eea,#764ba2);border-radius:2px;bottom:0;content:"";height:4px;left:0;position:absolute;width:60px}.add-form{display:flex;gap:1rem}.add-form input{border:2px solid #e0e0e0;border-radius:8px;flex:1 1;font-size:1rem;padding:12px}.add-form input:focus{border-color:#667eea;outline:none}.items-list{display:flex;flex-direction:column;gap:1rem}.item-card{align-items:center;background:linear-gradient(135deg,#f8f9ff,#fff);border:1px solid #667eea1a;border-radius:12px;display:flex;gap:1rem;justify-content:space-between;min-height:60px;padding:1.25rem;transition:all .3s ease}.item-card:hover{border-color:#667eea4d;box-shadow:0 4px 15px #667eea26;transform:translateX(5px)}.item-name{word-wrap:break-word;color:#333;flex:1 1;font-weight:600;min-width:0;overflow:visible;overflow-wrap:break-word;text-overflow:ellipsis}.item-actions{align-items:center;display:flex;flex-shrink:0;gap:.5rem}.edit-input{border:2px solid #667eea;border-radius:8px;flex:1 1;font-size:1rem;height:42px;margin-right:1rem;min-width:0;padding:8px 12px}.edit-input:focus{border-color:#5568d3;outline:none}.empty-state,.loading{color:#666;padding:2rem;text-align:center}.error-message{background-color:#fee;border-radius:8px;color:#c33;font-size:.9rem;margin-bottom:1rem;padding:12px}@media (max-width:768px){.settings-content{padding:1rem}.page-title{font-size:1.67rem;margin-bottom:2rem;text-align:left}.add-form,.item-card{flex-direction:column}.item-card{align-items:flex-start;gap:1rem}.item-actions{justify-content:flex-end;width:100%}}.statistics-page-container{background:linear-gradient(180deg,#f8f9fa 0,#fff);min-height:100vh}.statistics-page-content{box-sizing:border-box;margin:0 auto;max-width:1200px;padding:2rem}@media (max-width:768px){.statistics-page-content{padding:1rem}}.page-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text;color:#1a1a1a;font-size:2.5rem;font-weight:800;letter-spacing:-1px;line-height:1;margin:0;padding:0}.statistics-section{background:#fff;border:1px solid #667eea1a;border-radius:20px;box-shadow:0 4px 20px #00000014;padding:2.5rem;transition:all .3s ease}.statistics-section:hover{box-shadow:0 8px 30px #667eea1f}.statistics-section p{color:#666;font-size:1rem;line-height:1.6;margin-bottom:1rem}.statistics-section p:last-child{margin-bottom:0}.dynamics-charts-container{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr;margin-top:2rem}.chart-card{background:#fff;border:1px solid #667eea1a;border-radius:20px;box-shadow:0 4px 20px #00000014;padding:2rem;transition:all .3s ease}.chart-card:hover{box-shadow:0 8px 30px #667eea1f}.chart-title{border-bottom:2px solid #667eea33;color:#1a1a1a;font-size:1.5rem;font-weight:700;margin:0 0 1.5rem;padding-bottom:1rem}.filter-section{align-items:center;display:flex;gap:1rem}.filter-section label{color:#555;font-size:1rem;font-weight:600}.filter-select{background:#fff;border:2px solid #e0e0e0;border-radius:8px;color:#333;cursor:pointer;font-size:1rem;min-width:200px;padding:10px 16px;transition:all .3s ease}.filter-select:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.page-header-actions{align-items:center;display:flex;flex-wrap:wrap;gap:2rem;justify-content:space-between}@media (max-width:768px){.dynamics-charts-container{gap:1.5rem;grid-template-columns:1fr}.chart-card{padding:1.5rem}.chart-title{font-size:1.25rem}.page-header-actions{align-items:flex-start;flex-direction:column;margin-top:1rem}.filter-section{width:100%}.filter-select{flex:1 1}}.statistics-header{align-items:center;display:flex;gap:1rem;justify-content:space-between;margin-bottom:2rem}.statistics-filter{align-items:center;display:flex;gap:.5rem}.statistics-filter label{color:#555;font-weight:600}.statistics-filter select{border:2px solid #e0e0e0;border-radius:8px;font-size:.9rem;min-width:200px;padding:8px 12px}.statistics-filter select:focus{border-color:#667eea;outline:none}.statistics-table{border-collapse:collapse;width:100%}.statistics-table tbody tr{border-bottom:1px solid #e0e0e0}.statistics-table tbody tr:last-child{border-bottom:none}.stat-label{background-color:#f8f9fa;color:#333;font-weight:600;padding:12px 16px;text-align:left;width:50%}.stat-value{color:#1a1a1a;font-weight:500;padding:12px 16px;text-align:right}.loading{background:#fff;border:1px solid #667eea1a;border-radius:20px;box-shadow:0 4px 20px #00000014;padding:3rem;text-align:center}.overview-statistics{display:flex;flex-direction:column;gap:2rem}.overview-main-cards{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.overview-section{background:#fff;border:1px solid #667eea1a;border-radius:20px;box-shadow:0 4px 20px #00000014;padding:2rem}.overview-section-title{border-bottom:2px solid #f0f0f0;color:#1a1a1a;font-size:1.5rem;font-weight:700;margin:0 0 1.5rem;padding-bottom:1rem}.overview-cards-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.stat-card{background:#fff;border:1px solid #e0e0e0;border-radius:16px;box-shadow:0 2px 10px #0000000d;display:flex;flex-direction:column;gap:.5rem;overflow:hidden;padding:1.5rem;position:relative;transition:all .3s ease}.stat-card:hover{box-shadow:0 8px 25px #0000001f;transform:translateY(-4px)}.stat-card-primary{background:linear-gradient(135deg,#667eea,#764ba2);border:none;color:#fff;overflow:hidden;position:relative}.stat-card-primary:before{animation:pulse 3s ease-in-out infinite;background:radial-gradient(circle,#ffffff1a 0,#0000 70%);content:"";height:200%;position:absolute;right:-50%;top:-50%;width:200%}@keyframes pulse{0%,to{opacity:.3}50%{opacity:.6}}.stat-card-secondary{background:linear-gradient(135deg,#f093fb,#f5576c);border:none;color:#fff}.stat-card-primary .stat-card-label,.stat-card-secondary .stat-card-label{color:#ffffffe6;font-size:.9rem}.stat-card-primary .stat-card-value,.stat-card-secondary .stat-card-value{color:#fff;font-size:2.5rem;font-weight:800}.stat-card-icon{align-items:center;display:flex;justify-content:flex-start;line-height:1;margin-bottom:.5rem}.stat-card-icon svg{height:48px;width:48px}.stat-card-icon-small{align-items:center;display:flex;justify-content:flex-start;margin-bottom:.5rem}.stat-card-icon-small svg{height:32px;width:32px}.stat-card-content{display:flex;flex-direction:column;gap:.5rem}.stat-card-label{color:#666;font-size:.9rem;font-weight:600;letter-spacing:.5px;text-transform:uppercase}.stat-card-value{color:#1a1a1a;font-size:2rem;font-weight:700;line-height:1.2}.stat-card-value.positive{color:#10b981}.stat-card-value.negative{color:#ef4444}.stat-card-subvalue{color:#888;font-size:.85rem;margin-top:.25rem}.stat-card-green{background:linear-gradient(135deg,#10b9810d,#10b98105);border-left:4px solid #10b981}.stat-card-red{background:linear-gradient(135deg,#ef44440d,#ef444405);border-left:4px solid #ef4444}.stat-card-success{background:linear-gradient(135deg,#10b9810d,#10b98105);border-left:4px solid #10b981}.stat-card-success .stat-card-value{color:#10b981}.stat-card-danger{background:linear-gradient(135deg,#ef44440d,#ef444405);border-left:4px solid #ef4444}.stat-card-danger .stat-card-value{color:#ef4444}.stat-card-warning{background:linear-gradient(135deg,#f59e0b0d,#f59e0b05);border-left:4px solid #f59e0b}.stat-card-warning .stat-card-value{color:#f59e0b}.statistics-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.statistics-pattern-card{background:#fff;border:1px solid #667eea1a;border-radius:20px;box-shadow:0 4px 20px #00000014;overflow:hidden;padding:0}.pattern-header{grid-gap:.5rem;background:#f8f9fa;border-bottom:2px solid #e0e0e0;display:grid;gap:.5rem;grid-template-columns:1fr 2fr;padding:1rem 1.5rem}.pattern-label{color:#333;font-size:.9rem;font-weight:700}.pattern-name{color:#667eea;font-size:1rem;font-weight:700}.pattern-statistics-table{border-collapse:collapse;width:100%}.pattern-statistics-table tbody tr{border-bottom:1px solid #f0f0f0}.pattern-statistics-table tbody tr:last-child{border-bottom:none}.pattern-stat-label{color:#666;font-size:.9rem;padding:12px 1.5rem;width:60%}.pattern-stat-value{color:#1a1a1a;font-size:.9rem;font-weight:600;padding:12px 1.5rem;text-align:right}@media (max-width:768px){.statistics-page-content{padding:2rem}.page-title{font-size:1.67rem;margin:0}.statistics-section{padding:1.5rem}.statistics-header{align-items:flex-start;flex-direction:column}.statistics-filter{width:100%}.statistics-filter select{min-width:auto;width:100%}.overview-cards-grid,.overview-main-cards,.statistics-grid{grid-template-columns:1fr}.stat-card-primary .stat-card-value,.stat-card-secondary .stat-card-value{font-size:2rem}.stat-card-value{font-size:1.5rem}}.app{min-height:100vh}
/*# sourceMappingURL=main.e8a63b4b.css.map*/