.premium-btn{position:relative;display:inline-flex;align-items:center;justify-content:center;padding:12px 32px;border-radius:12px;background:linear-gradient(135deg,#1d976c,#114e30);color:#ffffff;font-weight:600;text-decoration:none;letter-spacing:.5px;border:1px solid rgba(46,213,115,.6);box-shadow:0 0 15px rgba(29,151,108,.35),inset 0 1px 2px rgba(255,255,255,.2);transition:all .3s cubic-bezier(.25,1,.5,1);cursor:pointer}.premium-btn:hover{transform:translateY(-2px);border-color:#2ed573;box-shadow:0 0 25px rgba(46,213,115,.8),0 0 10px rgba(29,151,108,.4),inset 0 1px 3px rgba(255,255,255,.3)}.premium-btn:active{transform:translateY(1px);box-shadow:0 0 12px rgba(46,213,115,.5)}.fc-header{position:-webkit-sticky;position:sticky;top:0;width:100%;background-color:#0A130C;box-shadow:0 4px 20px rgba(0,0,0,.25);z-index:1000;border-bottom:1px solid rgba(255,255,255,.05)}.fc-header-container{max-width:1440px;margin:0 auto;padding:0 12px;display:flex;align-items:center;justify-content:space-between;position:relative;height:64px}.fc-header-logo{padding:8px 12px;display:flex;align-items:center;text-decoration:none;z-index:1002;flex-shrink:0}.fc-header-logo-img{height:30px;width:auto;object-fit:contain}.fc-header-toggle{display:none;flex-direction:column;background:none;border:none;cursor:pointer;padding:6px;width:36px;height:36px;justify-content:center;align-items:center;z-index:1002;position:relative;flex-shrink:0}.fc-header-toggle-bar{display:block;width:20px;height:2px;background-color:#E2E8F0;margin:2px 0;transition:all .3s ease;transform-origin:center}.fc-header-toggle-active .fc-header-toggle-bar{background-color:#00C060}.fc-header-toggle-active .fc-header-toggle-bar:first-child{transform:rotate(45deg) translate(5px,5px)}.fc-header-toggle-active .fc-header-toggle-bar:nth-child(2){opacity:0}.fc-header-toggle-active .fc-header-toggle-bar:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}.fc-header-overlay{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.7);z-index:998;opacity:0;visibility:hidden;transition:all .3s ease}.fc-header-overlay-active{opacity:1;visibility:visible}.fc-header-nav{justify-content:space-between;max-width:100%}.fc-header-nav,.fc-header-nav-main{display:flex;align-items:center;flex-grow:1}.fc-header-nav-list,.fc-header-nav-main{justify-content:center}.fc-header-nav-list{display:flex;list-style:none;margin:0;padding:0;align-items:center;flex-wrap:nowrap}.fc-header-nav-item{position:relative}.fc-header-nav-link{display:flex;align-items:center;text-decoration:none;color:#CBD5E1;font-weight:500;position:relative;transition:all .3s ease;background:none;border:none;cursor:pointer;font-family:inherit;font-size:14px;white-space:nowrap;padding:8px 12px;border-radius:6px}.fc-header-nav-link:hover{color:#00C060;background-color:rgba(255,255,255,.04)}.fc-header-nav-link-active{color:#00C060;font-weight:600;background-color:rgba(0,192,96,.08)}.fc-header-nav-link:after{content:"";position:absolute;bottom:-4px;left:12px;right:12px;height:2px;background-color:#00C060;border-radius:2px 2px 0 0;transform:scaleX(0);transform-origin:center;transition:transform .3s ease}.fc-header-nav-link-active:after,.fc-header-nav-link:hover:after{transform:scaleX(1)}.fc-header-nav-text{font-size:14px;font-weight:500}.fc-header-nav-item-dropdown{position:relative}.fc-header-dropdown-icon{margin-left:4px;transition:transform .3s ease;flex-shrink:0;font-size:16px;color:#94A3B8}.fc-header-nav-link-active .fc-header-dropdown-icon,.fc-header-nav-link:hover .fc-header-dropdown-icon{color:#00C060}.fc-header-dropdown-icon-small{font-size:14px}.fc-header-dropdown-icon-rotated{transform:rotate(180deg)}.fc-header-dropdown{position:absolute;top:100%;left:0;min-width:180px;background-color:#0E1A11;border:1px solid rgba(255,255,255,.08);box-shadow:0 10px 30px rgba(0,0,0,.5);border-radius:8px;list-style:none;padding:6px 0;margin:8px 0 0;opacity:0;visibility:hidden;transform:translateY(-8px);transition:all .3s cubic-bezier(.4,0,.2,1);z-index:1001}.fc-header-dropdown-right{left:auto;right:0}.fc-header-dropdown-open{opacity:1;visibility:visible;transform:translateY(0)}.fc-header-dropdown-item{margin:0}.fc-header-dropdown-link{display:block;padding:10px 18px;text-decoration:none;color:#E2E8F0;transition:all .2s ease;background:none;border:none;width:100%;text-align:left;font-family:inherit;font-size:13px;cursor:pointer;white-space:nowrap}.fc-header-dropdown-link:hover{background-color:rgba(0,192,96,.1);color:#00C060}.fc-header-dropdown-link-active{color:#00C060;font-weight:600;background-color:rgba(0,192,96,.15)}.fc-header-dropdown-link-logout{color:#F87171;font-size:13px}.fc-header-dropdown-link-logout:hover{color:#EF4444;background-color:rgba(239,68,68,.1)}.fc-header-dropdown-divider{height:1px;background-color:rgba(255,255,255,.08);margin:6px 0}.fc-header-user-name{display:block;padding:8px 18px;font-size:13px;color:#00C060;font-weight:600;white-space:nowrap;letter-spacing:.3px}.fc-header-actions{display:flex;align-items:center;margin-left:auto;flex-shrink:0;gap:8px}.fc-header-invest-button{margin-right:0}.fc-header-profile{margin-left:4px}.fc-header-profile-button{display:flex;align-items:center;gap:8px;padding:6px 10px;font-size:13px}.fc-header-profile-button:hover{background-color:rgba(255,255,255,.05)}.fc-header-profile-avatar{display:flex;align-items:center}.fc-header-avatar{border-radius:50%;width:28px;height:28px;object-fit:cover;border:1.5px solid #00c060}.fc-header-avatar-placeholder{width:28px;height:28px;border-radius:50%;background-color:#00C060;color:white;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:600}.fc-header-profile-name{font-weight:500;color:#E2E8F0;font-size:13px;white-space:nowrap}.fc-header-account-button{padding:6px 10px;font-size:13px}@media (max-width:991px){.fc-header-toggle{display:flex}.fc-header-overlay{display:block}.fc-header-nav{position:fixed;top:64px;left:0;width:100%;height:calc(100vh - 64px);background:linear-gradient(180deg,#0A130C,#06200F);flex-direction:column;justify-content:flex-start;align-items:stretch;padding:20px;overflow-y:auto;transition:transform .3s cubic-bezier(.4,0,.2,1);transform:translateX(-100%);z-index:999;gap:0;border-top:1px solid rgba(255,255,255,.05)}.fc-header-nav-open{transform:translateX(0)}.fc-header-nav-main{width:100%;justify-content:flex-start;flex-grow:unset!important}.fc-header-nav-list{flex-direction:column;width:100%;justify-content:flex-start;gap:0}.fc-header-nav-item{margin:0;border-bottom:1px solid rgba(255,255,255,.05);width:100%}.fc-header-nav-link{padding:16px 4px;width:100%;justify-content:space-between;font-size:15px;color:#E2E8F0;border-radius:0}.fc-header-nav-link-active,.fc-header-nav-link:hover{background-color:transparent;color:#00C060}.fc-header-nav-link:after{display:none}.fc-header-dropdown{position:static;box-shadow:none;border-radius:0;margin:0;padding:0 0 0 16px;opacity:1;visibility:visible;transform:none;max-height:0;overflow:hidden;transition:max-height .3s ease;background-color:rgba(255,255,255,.02);width:100%;min-width:auto;border:none}.fc-header-dropdown-open{max-height:500px;margin-bottom:10px}.fc-header-dropdown-right{right:auto;left:0}.fc-header-dropdown-link{color:#94A3B8;padding:12px 16px}.fc-header-dropdown-link:hover{background-color:transparent}.fc-header-actions{flex-direction:column;width:100%;margin-top:24px;margin-left:0;gap:14px}.fc-header-invest-button{margin-right:0;margin-bottom:0;width:100%}.fc-header-profile{margin-left:0;width:100%}.fc-header-profile-button{width:100%;justify-content:space-between;padding:16px 4px;font-size:15px;border-bottom:1px solid rgba(255,255,255,.05)}.fc-header-account{width:100%}.fc-header-account-button{width:100%;justify-content:space-between;padding:16px 4px;font-size:15px}.fc-header-nav-item-dropdown .fc-header-dropdown{border-left:2px solid #00c060}}@media (min-width:992px) and (max-width:1199px){.fc-header-container{padding:0 16px}.fc-header-logo{padding:10px 12px}.fc-header-logo-img{height:28px}.fc-header-nav-link{padding:10px 12px;font-size:14px}.fc-header-nav-text{font-size:14px}.fc-header-profile-button{padding:8px 10px;font-size:14px}.fc-header-profile-name{font-size:14px}.fc-header-account-button{padding:8px 12px;font-size:14px}}@media (min-width:992px){.fc-header-nav-main{position:absolute;left:50%;transform:translateX(-50%)}.fc-header-nav-list{justify-content:center;gap:4px}.fc-header-nav-item-dropdown:hover .fc-header-dropdown{opacity:1;visibility:visible;transform:translateY(0)}.fc-header-actions{margin-left:auto}}@media (min-width:1200px){.fc-header-container{padding:0}.fc-header-nav-link{padding:12px 16px;font-size:15px}.fc-header-nav-text{font-size:15px}}@media (max-width:375px){.fc-header-container{padding:0 8px;height:60px}.fc-header-logo{padding:6px 8px}.fc-header-logo-img{height:24px}.fc-header-nav{top:60px;height:calc(100vh - 60px);padding:12px}}.fc-header-invest-button{margin-right:20px}