@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes pulse{0%,to{opacity:.5;transform:scale(1)}50%{opacity:.2;transform:scale(1.1)}}.auth-dashboard{width:100%;min-height:100vh;display:flex;justify-content:center;align-items:center;position:relative;overflow:hidden;font-family:Inter,Helvetica Neue,sans-serif}.auth-dashboard .auth-background{position:absolute;top:0;left:0;right:0;bottom:0;z-index:-1;background:radial-gradient(circle at top right,#2d1339,#0a0812 70%)}.auth-dashboard .auth-background .circle{position:absolute;border-radius:50%;background:linear-gradient(135deg,#fd77d733,#cf6bdd1a);filter:blur(60px);animation:pulse 15s infinite ease-in-out}.auth-dashboard .auth-background .circle.circle-1{width:300px;height:300px;top:-100px;right:-50px;animation-delay:0s}.auth-dashboard .auth-background .circle.circle-2{width:400px;height:400px;bottom:-150px;left:-100px;animation-delay:5s}.auth-dashboard .auth-background .circle.circle-3{width:200px;height:200px;top:40%;right:10%;animation-delay:10s}.auth-dashboard .auth-container{width:100%;max-width:480px;padding:0 20px;display:flex;flex-direction:column;align-items:center;z-index:1}.auth-dashboard .auth-header{text-align:center;margin-bottom:30px}.auth-dashboard .auth-header .logo{margin-bottom:10px}.auth-dashboard .auth-header .logo span{font-size:26px;font-weight:700;cursor:pointer;background:linear-gradient(90deg,#fd77d7,#cf6bdd);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.auth-dashboard .auth-header h1{color:#ebebef;font-size:28px;font-weight:600;margin:0 0 10px}@media (max-width: 767px){.auth-dashboard .auth-header h1{font-size:24px}}.auth-dashboard .auth-header .subtitle{color:#5d637a;font-size:16px}@media (max-width: 767px){.auth-dashboard .auth-header .subtitle{font-size:14px}}.auth-dashboard .auth-card{width:100%;background:#131022b3;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.05);box-shadow:0 10px 30px #00000040;border-radius:16px;padding:32px}@media (max-width: 767px){.auth-dashboard .auth-card{padding:24px}}.auth-dashboard .auth-card h2{color:#ebebef;font-size:20px;font-weight:600;margin:0 0 16px;text-align:center}.auth-dashboard .auth-features{display:flex;justify-content:space-around;margin-bottom:24px}.auth-dashboard .auth-features .feature{display:flex;flex-direction:column;align-items:center;text-align:center;padding:16px}.auth-dashboard .auth-features .feature .feature-icon{width:48px;height:48px;border-radius:50%;background:#fd77d71a;display:flex;align-items:center;justify-content:center;margin-bottom:12px;color:#fd77d7;animation:float 6s ease-in-out infinite}.auth-dashboard .auth-features .feature .feature-icon svg{width:24px;height:24px}.auth-dashboard .auth-features .feature .feature-text{color:#8490a7;font-size:14px;max-width:140px}.auth-dashboard .auth-methods p{color:#5d637a;text-align:center;margin-bottom:20px;font-size:14px}.auth-dashboard .auth-buttons{display:flex;flex-direction:column;gap:16px}.auth-dashboard .auth-buttons .auth-button{display:flex;align-items:center;justify-content:center;gap:12px;padding:14px 20px;border-radius:12px;border:none;background:#ffffff0d;color:#ebebef;font-size:16px;font-weight:500;cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden}.auth-dashboard .auth-buttons .auth-button:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.1),transparent);transform:translate(-100%)}.auth-dashboard .auth-buttons .auth-button:hover{transform:translateY(-2px);box-shadow:0 4px 14px #fd77d726;background:#ffffff1a}.auth-dashboard .auth-buttons .auth-button:hover:before{transform:translate(100%);transition:transform .8s ease}.auth-dashboard .auth-buttons .auth-button:active{transform:translateY(0)}.auth-dashboard .auth-buttons .auth-button svg{width:20px;height:20px}.auth-dashboard .auth-buttons .auth-button.google{background:#ea433514;border:1px solid rgba(234,67,53,.2)}.auth-dashboard .auth-buttons .auth-button.google svg{color:#ea4335}.auth-dashboard .auth-buttons .auth-button.google:hover{background:#ea433526}.auth-dashboard .auth-buttons .auth-button.github{background:#ffffff14;border:1px solid rgba(255,255,255,.2)}.auth-dashboard .auth-buttons .auth-button.github svg{color:#ebebef}.auth-dashboard .auth-buttons .auth-button.github:hover{background:#ffffff26}.auth-dashboard .username-form p{color:#5d637a;text-align:center;margin-bottom:24px;font-size:14px}.auth-dashboard .username-form .input-group{display:flex;border-radius:12px;overflow:hidden;border:1px solid rgba(253,119,215,.3);transition:all .3s ease}.auth-dashboard .username-form .input-group:focus-within{border-color:#fd77d7;box-shadow:0 0 0 2px #fd77d733}.auth-dashboard .username-form .input-group .username-input{flex:1;background:#0000004d;border:none;color:#ebebef;padding:14px;font-size:16px;outline:none}.auth-dashboard .username-form .input-group .username-input::placeholder{color:#5d637a}.auth-dashboard .username-form .input-group .username-input.error{border-color:#ff5869}.auth-dashboard .username-form .input-group .submit-button{width:50px;display:flex;align-items:center;justify-content:center;background:#fd77d7;color:#fff;border:none;cursor:pointer;transition:all .3s ease}.auth-dashboard .username-form .input-group .submit-button:hover{background:#fd5ed0}.auth-dashboard .username-form .input-group .submit-button.loading{position:relative}.auth-dashboard .username-form .input-group .submit-button.loading .icon{animation:spin 1s linear infinite}.auth-dashboard .username-form .error-message{color:#ff5869;font-size:14px;margin-top:10px;text-align:center}.auth-dashboard .auth-footer{margin-top:24px;text-align:center}.auth-dashboard .auth-footer p{color:#5d637a;font-size:13px}.auth-dashboard .auth-footer p a{color:#fd77d7;text-decoration:none}.auth-dashboard .auth-footer p a:hover{text-decoration:underline}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#0009;display:flex;align-items:center;justify-content:center;z-index:1000}.buy-modal{background-color:#0a0812;border-radius:10px;border:2px solid #fd77d7;width:90%;max-width:400px;max-height:80vh;overflow-y:auto;color:#ebebef;font-family:Montserrat,sans-serif;box-shadow:0 5px 15px #0000004d}.buy-modal .modal-header{display:flex;justify-content:space-between;align-items:center;padding:1rem;border-bottom:1px solid rgba(253,119,215,.3)}.buy-modal .modal-header h3{margin:0;color:#fd77d7;font-weight:600}.buy-modal .modal-header .close-button{background:none;border:none;font-size:1.5rem;color:#ebebef;cursor:pointer;transition:color .2s}.buy-modal .modal-header .close-button:hover{color:#fd77d7}.buy-modal .modal-body{padding:1rem;display:flex;flex-direction:column;gap:1rem}.buy-modal .modal-body .stock-info{display:flex;justify-content:space-between;align-items:center}.buy-modal .modal-body .stock-info .stock-name{font-size:.9rem;color:#ebebef}.buy-modal .modal-body .stock-info .current-price{font-size:1.2rem;font-weight:600;color:#fd77d7}.buy-modal .modal-body .account-info{font-size:.9rem}.buy-modal .modal-body .account-info .account-value{font-weight:600;color:#ebebef}.buy-modal .modal-body .quantity-selector{display:flex;flex-direction:column;gap:.5rem}.buy-modal .modal-body .quantity-selector label{font-size:.9rem}.buy-modal .modal-body .quantity-selector .quantity-controls{display:flex;height:36px}.buy-modal .modal-body .quantity-selector .quantity-controls button{width:36px;height:36px;background-color:#cf6bdd26;border:1px solid rgba(253,119,215,.6);color:#ebebef;font-size:1.2rem;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .2s}.buy-modal .modal-body .quantity-selector .quantity-controls button:first-child{border-top-left-radius:6px;border-bottom-left-radius:6px}.buy-modal .modal-body .quantity-selector .quantity-controls button:last-child{border-top-right-radius:6px;border-bottom-right-radius:6px}.buy-modal .modal-body .quantity-selector .quantity-controls button:hover:not(:disabled){background-color:#cf6bdd40}.buy-modal .modal-body .quantity-selector .quantity-controls button:disabled{opacity:.5;cursor:not-allowed}.buy-modal .modal-body .quantity-selector .quantity-controls input{flex:1;text-align:center;border:1px solid #fd77d7;border-left:none;border-right:none;background-color:#0a0812cc;border:1px solid rgba(253,119,215,.6);color:#ebebef;font-size:1rem;padding:0 .5rem}.buy-modal .modal-body .quantity-selector .quantity-controls input::-webkit-outer-spin-button,.buy-modal .modal-body .quantity-selector .quantity-controls input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.buy-modal .modal-body .quantity-selector .quantity-controls input[type=number]{-moz-appearance:textfield}.buy-modal .modal-body .transaction-summary{display:flex;flex-direction:column;gap:.5rem;margin-top:.5rem}.buy-modal .modal-body .transaction-summary .summary-row{display:flex;justify-content:space-between;font-size:.9rem}.buy-modal .modal-body .transaction-summary .summary-row .total-cost,.buy-modal .modal-body .transaction-summary .summary-row .projected-value{font-weight:600}.buy-modal .modal-body .transaction-summary .summary-row .projected-value.error{color:#ff5869}.buy-modal .modal-body .buy-button{box-shadow:0 4px 12px #fd77d733;margin-top:1rem;background-color:#fd77d7;color:#0a0812;border:none;border-radius:6px;padding:.8rem 1rem;font-family:Montserrat,sans-serif;font-weight:600;cursor:pointer;transition:background-color .3s,transform .2s}.buy-modal .modal-body .buy-button:hover:not(:disabled){transform:translateY(-2px)}.buy-modal .modal-body .buy-button:disabled{opacity:.5;cursor:not-allowed;background-color:#5d637a}.buy-modal .modal-body .transaction-history{margin-top:1.5rem}.buy-modal .modal-body .transaction-history h4{margin:0 0 .5rem;font-size:1rem;color:#ebebef}.buy-modal .modal-body .transaction-history .history-list{background-color:#0a0812b3;border:1px solid rgba(253,119,215,.2);max-height:150px;overflow-y:auto;border:1px solid rgba(253,119,215,.3);border-radius:6px}.buy-modal .modal-body .transaction-history .history-list .history-item{display:flex;justify-content:space-between;align-items:center;padding:.5rem;font-size:.8rem}.buy-modal .modal-body .transaction-history .history-list .history-item:not(:last-child){border-bottom:1px solid rgba(253,119,215,.2)}.buy-modal .modal-body .transaction-history .history-list .history-item.buy .transaction-type{color:#17c842}.buy-modal .modal-body .transaction-history .history-list .history-item.sell .transaction-type{color:#ff5869}.buy-modal .modal-body .transaction-history .history-list .history-item .transaction-date,.buy-modal .modal-body .transaction-history .history-list .history-item .transaction-price{text-align:right}.buy-modal .modal-body .transaction-history .history-list .history-item .transaction-type{font-weight:600}.sell-modal{border-color:#ff5869}.sell-modal .modal-header h3{color:#ff5869}.sell-modal .sell-button{background-color:#ff5869}.sell-modal .sell-button:hover:not(:disabled){background-color:#ff253b}.sell-modal .total-proceeds{font-weight:600;color:#17c842}.sell-modal .quantity-controls button:disabled{opacity:.5;cursor:not-allowed}.history-item.buy .transaction-type.err,.history-item.sell .transaction-type.err{color:#ff5869}.history-item.buy .transaction-type.pos,.history-item.sell .transaction-type.pos{color:#17c842}.history-item.buy .transaction-price.err,.history-item.sell .transaction-price.err{color:#ff5869}.history-item.buy .transaction-price.pos,.history-item.sell .transaction-price.pos{color:#17c842}.market-closed-toast{display:flex;align-items:center;gap:12px}.market-closed-toast .toast-icon{font-size:20px}.market-closed-toast .toast-content{display:flex;flex-direction:column}.market-closed-toast .toast-content strong{margin-bottom:2px;font-size:15px}.market-closed-toast .toast-content p{margin:0;font-size:13px;opacity:.8}.buy-modal,.sell-modal{width:90%;max-width:400px;background-color:#131022;border:1px solid rgba(253,119,215,.4);box-shadow:0 8px 24px #0006,0 0 8px #fd77d71a}@media (max-width: 767px){.buy-modal,.sell-modal{width:95%;max-height:90vh}}.buy-modal .modal-header,.sell-modal .modal-header{border-bottom:1px solid rgba(253,119,215,.2);background:#16142ab3}@media (max-width: 767px){.buy-modal .modal-header h3,.sell-modal .modal-header h3{font-size:1.2rem}}@media (max-width: 767px){.buy-modal .modal-body .stock-info,.sell-modal .modal-body .stock-info{flex-direction:column;align-items:flex-start;gap:.5rem}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loading-overlay{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;justify-content:center;align-items:center;background:#0a0812d9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1000;border-radius:inherit}.loading-overlay.transparent{background:#0a0812b3}.loading-overlay.light{background:#fffc}.loading-overlay .loading-content{display:flex;flex-direction:column;align-items:center}.loading-overlay .loading-content .loading-spinner{color:#fd77d7;filter:drop-shadow(0 0 8px rgba(253,119,215,.5));width:40px;height:40px;animation:spin 1.2s linear infinite}.loading-overlay .loading-content .loading-message{margin-top:16px;color:#ebebef;font-weight:500;text-shadow:0 2px 4px rgba(0,0,0,.3)}.loading-inline{display:inline-flex;align-items:center;gap:8px}.loading-inline .loading-spinner{color:#fd77d7;animation:spin 1.2s linear infinite}.loading-inline.size-small .loading-spinner{width:16px;height:16px}.loading-inline.size-medium .loading-spinner{width:24px;height:24px}.loading-inline.size-large .loading-spinner{width:32px;height:32px}.loading-inline .loading-message{color:#ebebef}button.loading{position:relative}button.loading .loading-button-content{display:flex;align-items:center;justify-content:center;gap:8px}button.loading .loading-button-content .loading-spinner{width:16px;height:16px;animation:spin 1.2s linear infinite}.user-profile-card{width:100%;margin-bottom:2rem;position:relative;overflow:hidden;border-radius:16px;background:linear-gradient(145deg,#131022e6,#16142ab3);box-shadow:0 8px 20px #00000040,0 0 20px #fd77d733;border:1px solid rgba(253,119,215,.3);padding:0}.user-profile-card:before{content:"";position:absolute;top:-2px;left:-2px;right:-2px;bottom:-2px;z-index:-1;background:linear-gradient(90deg,#fd77d7,#cf6bdd,#fd77d7);background-size:200% 100%;border-radius:18px;opacity:.6;animation:borderGlow 6s linear infinite}.user-profile-card .profile-content{padding:1.5rem 2rem;display:flex;justify-content:space-between;align-items:center}@media (max-width: 767px){.user-profile-card .profile-content{flex-direction:column;align-items:flex-start;gap:1rem}}.user-profile-card .profile-info{display:flex;flex-direction:column}.user-profile-card .profile-info .profile-name{font-size:1.8rem;font-weight:600;margin:0;color:#ebebef}.user-profile-card .profile-info .profile-username{color:#fd77d7;font-size:1rem;margin-top:.3rem;opacity:.8}.user-profile-card .profile-stats{display:flex;gap:1.5rem}.user-profile-card .profile-stats .stat-item{display:flex;flex-direction:column;align-items:flex-end}@media (max-width: 767px){.user-profile-card .profile-stats .stat-item{align-items:flex-start}}.user-profile-card .profile-stats .stat-item .stat-label{font-size:.8rem;color:#8490a7}.user-profile-card .profile-stats .stat-item .stat-value{font-size:1.1rem;font-weight:600;color:#ebebef}.user-profile-card .profile-stats .stat-item .stat-value.performance-positive{color:#17c842}.user-profile-card .profile-stats .stat-item .stat-value.performance-negative{color:#ff5869}.user-dashboard{padding:2rem;width:90%;margin:0 auto;color:#ebebef;font-family:Montserrat,sans-serif}@media (max-width: 767px){.user-dashboard{width:95%;padding:1rem}}.user-dashboard h1{font-size:2.5rem;font-weight:700;color:#ebebef;margin-bottom:2rem}@media (max-width: 767px){.user-dashboard h1{font-size:1.8rem;margin-bottom:1.5rem}}.user-dashboard h2{font-size:1.5rem;font-weight:600;margin:2rem 0 1rem}.user-dashboard .portfolio-summary{display:flex;gap:2rem;margin-bottom:3rem}@media (max-width: 767px){.user-dashboard .portfolio-summary{flex-direction:column;gap:1rem}}@media (min-width: 768px) and (max-width: 1023px){.user-dashboard .portfolio-summary{flex-wrap:wrap}}.user-dashboard .portfolio-summary .summary-card{background-color:#131022e6;border:1px solid rgba(253,119,215,.3);box-shadow:0 4px 12px #0003;border-radius:10px;padding:1.5rem;flex:1;display:flex;flex-direction:column}.user-dashboard .portfolio-summary .summary-card h3{font-size:1rem;font-weight:500;color:#8490a7;margin-bottom:.75rem}.user-dashboard .portfolio-summary .summary-card .value{font-size:2rem;font-weight:700;text-shadow:0 0 8px rgba(253,119,215,.3);color:#fd77d7}@media (max-width: 767px){.user-dashboard .portfolio-summary .summary-card .value{font-size:1.5rem}}.user-dashboard .holdings-table{background-color:#131022cc;border:1px solid rgba(207,107,221,.2);box-shadow:0 8px 20px #00000040;border-radius:10px;padding:1.5rem;margin-top:1rem;overflow-x:auto}.user-dashboard .holdings-table table{width:100%;border-collapse:collapse}@media (max-width: 767px){.user-dashboard .holdings-table table th:nth-child(4),.user-dashboard .holdings-table table td:nth-child(4){display:none}}.user-dashboard .holdings-table table .holding-items .holding-item{transition:background .3s ease,transform .3s ease}.user-dashboard .holdings-table table .holding-items .holding-item:hover{background-color:#cf6bdd26;transform:scale(1.02);cursor:pointer}.user-dashboard .holdings-table table th,.user-dashboard .holdings-table table td{padding:1rem;text-align:left}.user-dashboard .holdings-table table td{border-bottom:1px solid rgba(207,107,221,.1)}.user-dashboard .holdings-table table th{border-bottom:1px solid rgba(253,119,215,.2);font-weight:600;color:#fd77d7}.user-dashboard .holdings-table table tr:last-child td{border-bottom:none}.user-dashboard .holdings-table table tr:hover{background-color:#cf6bdd14}.user-dashboard .no-holdings{background-color:#cf6bdd0d;border-radius:10px;padding:3rem;text-align:center;font-size:1.2rem}.user-dashboard .loading{display:flex;justify-content:center;align-items:center;height:50vh;font-size:1.5rem;color:#ebebef}.holdingsArea{background:#311f3d;border:1px solid #fd77d7;border-radius:8px;padding:16px;margin-top:24px;margin-bottom:24px;color:#ebebef}@media (max-width: 767px){.holdingsArea{padding:10px}}.holdingsArea .holdingsHeader{margin-bottom:16px}.holdingsArea .holdingsHeader h3{font-size:18px;font-weight:500;margin:0}.holdingsArea .holdingsDetails{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:16px}@media (max-width: 767px){.holdingsArea .holdingsDetails{grid-template-columns:1fr}}.holdingsArea .holdingsDetails .holdingsStat{display:flex;flex-direction:column}.holdingsArea .holdingsDetails .holdingsStat .title{font-size:14px;color:#a0aec0;margin-bottom:4px}.holdingsArea .holdingsDetails .holdingsStat .value{font-size:16px;font-weight:500}.holdingsArea .holdingsDetails .holdingsStat .value.pos{color:#48bb78}.holdingsArea .holdingsDetails .holdingsStat .value.err{color:#f56565}.holdingsArea .transactionHistory{border-top:1px solid rgba(255,255,255,.1);padding-top:16px;color:#ebebef}.holdingsArea .transactionHistory .transactionToggle{display:flex;flex-direction:column;justify-content:space-between;align-items:center;cursor:pointer;padding:8px 0}.holdingsArea .transactionHistory .transactionToggle:hover{opacity:.8}.holdingsArea .transactionHistory .transactionToggle .transactionTitle{display:flex;flex-direction:row;align-items:center;justify-content:space-evenly}.holdingsArea .transactionHistory .transactionList{margin-top:12px;max-height:300px;overflow-y:auto}.holdingsArea .transactionHistory .transactionList table{width:100%;border-collapse:collapse}@media (max-width: 767px){.holdingsArea .transactionHistory .transactionList table{font-size:12px}.holdingsArea .transactionHistory .transactionList table th:nth-child(5),.holdingsArea .transactionHistory .transactionList table td:nth-child(5){display:none}}.holdingsArea .transactionHistory .transactionList table th,.holdingsArea .transactionHistory .transactionList table td{padding:8px;text-align:left;font-size:14px;border-bottom:1px solid rgba(255,255,255,.05)}.holdingsArea .transactionHistory .transactionList table th{color:#a0aec0;font-weight:500}.holdingsArea .transactionHistory .transactionList table .buy{color:#48bb78}.holdingsArea .transactionHistory .transactionList table .sell{color:#f56565}@keyframes borderGlow{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}h1{margin-top:.5rem;margin-bottom:1.5rem;font-size:1.6rem;color:#ebebef}.graphValArea{width:100%;display:flex;flex-direction:row;height:auto}@media (max-width: 767px){.graphValArea{flex-direction:column;gap:1.5rem}}@media (min-width: 768px) and (max-width: 1023px){.graphValArea{flex-direction:column;gap:1.5rem}}.graphValArea .watchlistArea{width:35%;display:flex;flex-direction:column;background:#131022;border-radius:16px;padding:1.5rem;margin-left:2rem;border:1px solid rgba(253,119,215,.2);box-shadow:0 8px 20px #00000040;max-height:424px}@media (max-width: 767px){.graphValArea .watchlistArea{width:100%;margin-left:0;max-height:none;margin-top:0rem;padding:1rem}}@media (min-width: 768px) and (max-width: 1023px){.graphValArea .watchlistArea{width:100%;max-height:none;margin-top:0}}.graphValArea .watchlistArea h2{font-size:1.4rem;margin-bottom:1.5rem;color:#ebebef}@media (max-width: 767px){.graphValArea .watchlistArea h2{font-size:1.2rem;margin-bottom:1rem}}.graphValArea .watchlistArea .watchlist{overflow-x:hidden;overflow-y:auto;flex:1;max-height:300px}.graphValArea .watchlistArea .watchlist::-webkit-scrollbar{width:8px;height:12px;background-color:#16142a}.graphValArea .watchlistArea .watchlist::-webkit-scrollbar-thumb{height:6px;background-clip:padding-box;border-radius:7px;background-color:#fd77d733;box-shadow:inset -1px -1px #0000000d,inset 1px 1px #0000000d}.graphValArea .watchlistArea .watchlist::-webkit-scrollbar-button{width:0;height:0;display:none}.graphValArea .watchlistArea .watchlist::-webkit-scrollbar-corner{background-color:transparent}@media (max-width: 767px){.graphValArea .watchlistArea .watchlist{max-height:300px}}.graphValArea .watchlistArea .watchlist .watchlist-item{padding:1rem;border-bottom:1px solid rgba(207,107,221,.1);display:flex;justify-content:space-between;align-items:center;transition:background .3s ease,transform .2s ease;cursor:pointer}@media (max-width: 767px){.graphValArea .watchlistArea .watchlist .watchlist-item{padding:.75rem}}.graphValArea .watchlistArea .watchlist .watchlist-item:last-child{border-bottom:none}.graphValArea .watchlistArea .watchlist .watchlist-item:hover{background-color:#cf6bdd26;transform:translate(3px)}.graphValArea .watchlistArea .watchlist .watchlist-item .meta-information{display:flex;flex-direction:column}.graphValArea .watchlistArea .watchlist .watchlist-item .meta-information .ticker{font-weight:600;color:#fd77d7;font-size:1rem;margin-bottom:.3rem}.graphValArea .watchlistArea .watchlist .watchlist-item .meta-information .name{color:#8490a7;font-size:.85rem}@media (max-width: 767px){.graphValArea .watchlistArea .watchlist .watchlist-item .meta-information .name{font-size:.75rem}}.graphValArea .watchlistArea .watchlist .watchlist-item .price-information{display:flex;flex-direction:column;align-items:flex-end;min-width:120px;justify-content:flex-end}@media (max-width: 767px){.graphValArea .watchlistArea .watchlist .watchlist-item .price-information{min-width:90px}}.graphValArea .watchlistArea .watchlist .watchlist-item .price-information .price-entry{display:flex;align-items:center;margin-bottom:.4rem}.graphValArea .watchlistArea .watchlist .watchlist-item .price-information .price-entry .price-label{font-size:.75rem;color:#8490a7;margin-right:.5rem}@media (max-width: 767px){.graphValArea .watchlistArea .watchlist .watchlist-item .price-information .price-entry .price-label{font-size:.7rem}}.graphValArea .watchlistArea .watchlist .watchlist-item .price-information .price-entry .price{font-weight:600;font-size:1rem;color:#ebebef;letter-spacing:.02rem}@media (max-width: 767px){.graphValArea .watchlistArea .watchlist .watchlist-item .price-information .price-entry .price{font-size:.9rem}}.graphValArea .watchlistArea .watchlist .watchlist-item .price-information .price-change{margin-top:.3rem;padding:.25rem .5rem;border-radius:4px;width:100%;text-align:center}.graphValArea .watchlistArea .watchlist .watchlist-item .price-information .price-change .change{font-size:.85rem;font-weight:600}@media (max-width: 767px){.graphValArea .watchlistArea .watchlist .watchlist-item .price-information .price-change .change{font-size:.8rem}}.graphValArea .watchlistArea .watchlist .watchlist-item .price-information .price-change .change.pos{background:#17c8421a;padding:.15rem .4rem;border-radius:4px;color:#17c842}.graphValArea .watchlistArea .watchlist .watchlist-item .price-information .price-change .change.err{background:#ff58691a;padding:.15rem .4rem;border-radius:4px;color:#ff5869}.graphValArea .account-value-ticker{width:63%;background:#131022;border-radius:16px;padding:1.5rem;margin-bottom:2rem;border:1px solid rgba(253,119,215,.2);box-shadow:0 8px 20px #00000040;height:fit-content;display:flex;flex-direction:column}@media (max-width: 767px){.graphValArea .account-value-ticker{width:100%;padding:1rem}}@media (min-width: 768px) and (max-width: 1023px){.graphValArea .account-value-ticker{width:100%}}.graphValArea .account-value-ticker h2{font-size:1.4rem;margin-bottom:1.5rem;color:#ebebef}@media (max-width: 767px){.graphValArea .account-value-ticker h2{font-size:1.2rem;margin-bottom:1rem}}.graphValArea .account-value-ticker .period-buttons{display:flex;gap:.5rem;margin-bottom:1.5rem;flex-wrap:wrap}@media (max-width: 767px){.graphValArea .account-value-ticker .period-buttons{gap:.3rem;margin-bottom:1rem}}.graphValArea .account-value-ticker .period-buttons button{padding:.5rem 1rem;border-radius:50px;border:1px solid rgba(253,119,215,.3);background:#16142a80;color:#ebebef;font-size:.85rem;cursor:pointer;transition:all .2s ease}@media (max-width: 767px){.graphValArea .account-value-ticker .period-buttons button{padding:.4rem .8rem;font-size:.75rem}}.graphValArea .account-value-ticker .period-buttons button.active{background:linear-gradient(90deg,#fd77d7,#cf6bdd);border-color:transparent;color:#fff;box-shadow:0 2px 8px #fd77d74d}.graphValArea .account-value-ticker .period-buttons button:hover:not(.active){background:#16142acc}.graphValArea .account-value-ticker .chart-loading{height:300px;display:flex;align-items:center;justify-content:center}@media (max-width: 767px){.graphValArea .account-value-ticker .chart-loading{height:220px}}.graphValArea .account-value-ticker .no-data{height:300px;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#8490a7;text-align:center;padding:0 2rem}@media (max-width: 767px){.graphValArea .account-value-ticker .no-data{height:220px;padding:0 1rem}}.graphValArea .account-value-ticker .no-data p{margin:.5rem 0}.graphValArea .account-tooltip{background:#131022f2;border:1px solid rgba(253,119,215,.2);border-radius:8px;padding:12px 16px;box-shadow:0 4px 15px #0000004d}@media (max-width: 767px){.graphValArea .account-tooltip{padding:10px 14px}}.graphValArea .account-tooltip .date{font-weight:600;margin-bottom:8px;color:#ebebef}@media (max-width: 767px){.graphValArea .account-tooltip .date{font-size:.9rem;margin-bottom:6px}}.graphValArea .account-tooltip .portfolio-value{color:#fd77d7;font-size:1.2rem;font-weight:600;margin-bottom:6px}@media (max-width: 767px){.graphValArea .account-tooltip .portfolio-value{font-size:1.1rem}}.graphValArea .account-tooltip .cash-value,.graphValArea .account-tooltip .holdings-value{color:#8490a7;font-size:.9rem;margin-bottom:3px}@media (max-width: 767px){.graphValArea .account-tooltip .cash-value,.graphValArea .account-tooltip .holdings-value{font-size:.8rem}}.graphValArea .account-tooltip .change{margin-top:8px;padding:4px 8px;border-radius:4px;display:inline-block;font-weight:500}@media (max-width: 767px){.graphValArea .account-tooltip .change{margin-top:6px;padding:3px 6px;font-size:.85rem}}.graphValArea .account-tooltip .change.pos{background:#17c8421a;color:#17c842}.graphValArea .account-tooltip .change.err{background:#ff58691a;color:#ff5869}@keyframes gradientShift{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes highlightText{0%{background-size:0 100%}to{background-size:100% 100%}}@keyframes borderLight{0%,to{background-position:0% 0%}50%{background-position:100% 100%}}@keyframes typing{0%{width:0}to{width:100%}}@keyframes blink{50%{border-color:transparent}}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-8px)}to{transform:translateY(0)}}@keyframes pulse{0%{transform:scale(.8);opacity:.3}50%{transform:scale(1.1);opacity:.1}to{transform:scale(.8);opacity:.3}}@keyframes shine{0%{transform:translate(-300%) rotate(30deg)}to{transform:translate(300%) rotate(30deg)}}.landing-page{background:radial-gradient(ellipse at top right,#3a1b4a,#0a0812 70%);color:#ebebef;min-height:100vh;font-family:Inter,Helvetica Neue,sans-serif;overflow-y:auto;overflow-x:hidden;background-size:200% 200%;position:relative;animation:gradientShift 15s ease infinite}.landing-page::-webkit-scrollbar{width:8px;height:12px;background-color:#16142a}.landing-page::-webkit-scrollbar-thumb{height:6px;background-clip:padding-box;border-radius:7px;background-color:#fd77d733;box-shadow:inset -1px -1px #0000000d,inset 1px 1px #0000000d}.landing-page::-webkit-scrollbar-button{width:0;height:0;display:none}.landing-page::-webkit-scrollbar-corner{background-color:transparent}.landing-page:before{content:"";position:fixed;top:0;left:0;width:100%;height:100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3E%3Cpath fill='%23ffffff' fill-opacity='0.03' d='M1 3h1v1H1V3zm2-2h1v1H3V1z'%3E%3C/path%3E%3C/svg%3E");pointer-events:none;z-index:0}.landing-page h1,.landing-page h2,.landing-page h3,.landing-page h4,.landing-page h5,.landing-page h6{margin:0;font-weight:600}.landing-page p{line-height:1.6;margin:0}.landing-page .highlight{background:linear-gradient(90deg #fd77d7,#cf6bdd);background-size:0 100%;background-repeat:no-repeat;-webkit-background-clip:text;display:inline-block;animation:highlightText 1.5s .5s ease forwards;color:#fd77d7;font-weight:700;text-shadow:0 0 15px rgba(253,119,215,.5)}.landing-page section h2{opacity:0;animation:fadeUp 1s ease-out forwards;text-shadow:0 0 10px rgba(253,119,215,.3)}.landing-page section h2 .highlight{text-shadow:0 0 15px rgba(253,119,215,.5)}.landing-page section{padding:0 10%;margin-bottom:100px}@media (max-width: 767px){.landing-page section{padding:0 5%}}@media (max-width: 767px){.landing-page section{margin-bottom:60px}}.landing-page section h2{font-size:2.5rem;text-align:center;margin-bottom:3rem}@media (max-width: 767px){.landing-page section h2{font-size:1.8rem;margin-bottom:2rem}}.landing-nav{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 10%;position:sticky;top:0;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:100;height:auto;min-height:60px;border-bottom:1px solid rgba(253,119,215,.1);box-shadow:0 4px 20px #0000004d}@media (max-width: 767px){.landing-nav{padding:1rem 5%;min-height:50px}}.landing-nav .logo .logo-text{font-size:1.8rem;font-weight:700;background:linear-gradient(90deg,#fd77d7,#cf6bdd);-webkit-background-clip:text;-webkit-text-fill-color:transparent;text-shadow:0 0 15px rgba(253,119,215,.3)}.cta-button{opacity:0;animation:fadeUp 1s .6s ease-out forwards;background:linear-gradient(90deg,#fd77d7,#cf6bdd);border:none;padding:.8rem 1.5rem;border-radius:50px;color:#fff;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:.5rem;transition:transform .3s ease,box-shadow .3s ease;box-shadow:0 0 15px #fd77d74d}.cta-button:hover{transform:translateY(-2px);box-shadow:0 10px 25px #fd77d780}.cta-button.large{padding:1rem 2rem;font-size:1.1rem}.hero{display:flex;align-items:center;justify-content:center;min-height:calc(100vh - 80px);text-align:center;padding-top:2rem;padding-bottom:2rem;overflow:visible}.hero:before{content:"";position:absolute;width:300px;height:300px;border-radius:50%;background:radial-gradient(circle,rgba(253,119,215,.15) 0%,rgba(207,107,221,.05) 50%,transparent 70%);top:-100px;right:-100px;filter:blur(60px);animation:float 15s ease-in-out infinite;z-index:-1}.hero:after{content:"";position:absolute;width:400px;height:400px;border-radius:50%;background:radial-gradient(circle,rgba(207,107,221,.1) 0%,rgba(253,119,215,.05) 50%,transparent 70%);bottom:-150px;left:-150px;filter:blur(80px);animation:float 20s ease-in-out infinite reverse;z-index:-1}@media (max-width: 767px){.hero{flex-direction:column;text-align:center;gap:3rem}}.hero .hero-content{flex:.5;opacity:0;animation:fadeUp 1s ease-out forwards;text-align:center;display:flex;justify-content:center;align-items:center;flex-direction:column;z-index:1}.hero .hero-content h1{font-size:3.5rem;line-height:1.2;margin-bottom:1.5rem;text-shadow:0 4px 15px rgba(0,0,0,.5)}@media (max-width: 767px){.hero .hero-content h1{font-size:2.5rem}}.hero .hero-content .hero-subtitle{font-size:1.2rem;opacity:0;animation:fadeUp 1s .3s ease-out forwards;max-width:80%;margin-bottom:2rem;color:#8490a7}@media (max-width: 767px){.hero .hero-content .hero-subtitle{max-width:100%;font-size:1rem}}.hero .hero-image{flex:1;display:flex;justify-content:center;align-items:center}.hero .hero-image .hero-mockup{width:100%;max-width:500px;height:400px;background:url(https://placehold.co/600x400/141221/fd77d7?text=Stocky+App) no-repeat center center;background-size:contain;border-radius:24px;box-shadow:0 20px 50px #0000004d}@media (max-width: 767px){.hero .hero-image .hero-mockup{height:250px}}.features .feature-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.features .feature-card{background:#ffffff0d;border-radius:16px;padding:2rem;position:relative;overflow:hidden;transition:transform .3s ease;border:1px solid rgba(253,119,215,.1);box-shadow:0 10px 30px #00000040}.features .feature-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(253,119,215,.1),transparent);transform:translate(-100%);transition:transform .6s}.features .feature-card:hover:before{transform:translate(100%)}.features .feature-card:hover{transform:translateY(-5px);box-shadow:0 15px 35px #0000004d,0 0 15px #fd77d733;border-color:#fd77d74d}.features .feature-card .feature-icon{animation:float 4s ease-in-out infinite;width:64px;height:64px;background:#fd77d726;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;color:#fd77d7;box-shadow:0 0 20px #fd77d733}.features .feature-card .feature-icon:nth-child(1){animation-delay:0s}.features .feature-card .feature-icon:nth-child(2){animation-delay:1s}.features .feature-card .feature-icon:nth-child(3){animation-delay:2s}.features .feature-card .feature-icon:nth-child(4){animation-delay:3s}.features .feature-card h3{font-size:1.3rem;margin-bottom:.8rem;color:#ebebef}.features .feature-card p{opacity:.8;color:#8490a7}.coming-soon .soon-content{position:relative;overflow:hidden}.coming-soon .soon-content:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:24px;background:linear-gradient(90deg,transparent,rgba(253,119,215,.3),transparent) border-box;mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask-composite:exclude;-webkit-mask-composite:xor;padding:1px;background-size:300% 100%;animation:borderLight 3s linear infinite;pointer-events:none}.coming-soon .soon-content .soon-icon{animation:float 5s ease-in-out infinite}.coming-soon .soon-content{max-width:700px;margin:0 auto;text-align:center;padding:3rem;background:#ffffff0d;border-radius:24px;border:1px solid rgba(253,119,215,.1);box-shadow:0 15px 40px #0000004d}.coming-soon .soon-content:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:24px;background:linear-gradient(90deg,transparent,rgba(253,119,215,.4),transparent) border-box;mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask-composite:exclude;-webkit-mask-composite:xor;padding:1px;background-size:300% 100%;animation:borderLight 3s linear infinite;pointer-events:none}.coming-soon .soon-content .soon-icon{margin:1.5rem 0;color:#fd77d7;animation:float 5s ease-in-out infinite;filter:drop-shadow(0 0 10px rgba(253,119,215,.4))}.coming-soon .soon-content p{margin-bottom:2rem;font-size:1.1rem;color:#8490a7}.coming-soon .soon-content .notification{display:flex;max-width:500px;margin:0 auto}@media (max-width: 767px){.coming-soon .soon-content .notification{flex-direction:column;gap:1rem}}.coming-soon .soon-content .notification input{flex:1;padding:.8rem 1.5rem;border-radius:50px;border:1px solid rgba(235,235,239,.3);background:#0000004d;color:#ebebef;font-size:1rem}.coming-soon .soon-content .notification input:focus{outline:none;border-color:#fd77d7;box-shadow:0 0 0 3px #fd77d733}.coming-soon .soon-content .notification .notify-button{padding:.8rem 1.5rem;border-radius:50px;background:#fd77d7;color:#fff;border:none;cursor:pointer;font-weight:600;box-shadow:0 0 20px #fd77d780}@media (min-width: 768px){.coming-soon .soon-content .notification .notify-button{margin-left:-50px}}.how-it-works .step .step-number{position:relative}.how-it-works .step .step-number:after{content:"";position:absolute;top:-5px;left:-5px;right:-5px;bottom:-5px;background:#fd77d7;border-radius:50%;z-index:-1;opacity:.3;transform:scale(.8);animation:pulse 2s infinite}.how-it-works .steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem}.how-it-works .steps .step{text-align:center}.how-it-works .steps .step .step-number{width:50px;height:50px;background:linear-gradient(135deg,#fd77d7,#cf6bdd);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;font-size:1.5rem;font-weight:700;position:relative;box-shadow:0 5px 15px #fd77d74d}.how-it-works .steps .step .step-number:after{content:"";position:absolute;top:-5px;left:-5px;right:-5px;bottom:-5px;background:#fd77d7;border-radius:50%;z-index:-1;opacity:.3;transform:scale(.8);animation:pulse 2s infinite;filter:blur(5px)}.how-it-works .steps .step h3{margin-bottom:1rem;color:#ebebef}.how-it-works .steps .step p{color:#8490a7}.testimonials .testimonial-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.testimonials .testimonial-card{background:#ffffff0d;border-radius:16px;padding:2rem;border:1px solid rgba(253,119,215,.1)}.testimonials .testimonial-card p{font-style:italic;margin-bottom:1.5rem}.testimonials .testimonial-card .user{display:flex;align-items:center;gap:1rem}.testimonials .testimonial-card .user .avatar{width:50px;height:50px;border-radius:50%;background:#fd77d7;display:flex;align-items:center;justify-content:center;font-weight:600}.testimonials .testimonial-card .user .user-info h4{margin-bottom:.3rem}.testimonials .testimonial-card .user .user-info span{opacity:.7;font-size:.9rem}.final-cta{position:relative;overflow:hidden;text-align:center;padding:5rem 0;display:flex;flex-direction:column;align-items:center}.final-cta:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(ellipse at center,rgba(253,119,215,.1) 0%,transparent 70%);z-index:-1}.final-cta h2{margin-bottom:1rem!important;text-shadow:0 0 10px rgba(253,119,215,.3)}.final-cta p{margin-bottom:2rem;font-size:1.2rem;opacity:.8;color:#8490a7}.landing-footer{background:#0006;padding:4rem 10%;border-top:1px solid rgba(253,119,215,.1)}@media (max-width: 767px){.landing-footer{padding:3rem 5%}}.landing-footer .footer-content{display:flex;justify-content:space-between}@media (max-width: 767px){.landing-footer .footer-content{flex-direction:column;gap:2rem}}.landing-footer .footer-content .footer-logo{margin-right:2rem}.landing-footer .footer-content .footer-logo .logo-text{font-size:1.8rem;font-weight:700;display:block;margin-bottom:1rem;background:linear-gradient(90deg,#fd77d7,#cf6bdd);-webkit-background-clip:text;-webkit-text-fill-color:transparent;filter:drop-shadow(0 0 5px rgba(253,119,215,.5))}.landing-footer .footer-content .footer-logo p{opacity:.5;font-size:.9rem}.landing-footer .footer-content .footer-links{display:flex;gap:3rem}@media (max-width: 767px){.landing-footer .footer-content .footer-links{flex-wrap:wrap;gap:2rem}}.landing-footer .footer-content .footer-links .link-group h4{margin-bottom:1rem;font-size:1.1rem;color:#ebebef}.landing-footer .footer-content .footer-links .link-group ul{list-style:none;padding:0;margin:0;font-size:.9rem}.landing-footer .footer-content .footer-links .link-group ul li{margin-bottom:.8rem;opacity:.7;cursor:pointer;transition:opacity .2s ease}.landing-footer .footer-content .footer-links .link-group ul li:hover{opacity:1;color:#fd77d7;transform:transalteX(3px)}.reveal{opacity:0;transform:translateY(20px);transition:all .8s ease}.reveal.active{opacity:1;transform:translateY(0)}#root{height:100%;overflow:auto}.App{height:100%;min-height:100vh;overflow-y:auto}.App .app-container:not(.landing-container){height:100vh}.sidebar{width:70px;height:100vh;background:linear-gradient(to bottom,#040307,#0a0812);color:#ebebef;display:flex;flex-direction:column;justify-content:space-between;padding:15px 15px 20px;border-right:1px solid rgba(253,119,215,.1)}@media (max-width: 767px){.sidebar{width:100%;height:auto;flex-direction:row;padding:10px;justify-content:space-around;border-right:none;border-bottom:1px solid rgba(253,119,215,.1)}}.sidebar .nav-items,.sidebar .bottom-items{display:flex;flex-direction:column;align-items:center}@media (max-width: 767px){.sidebar .nav-items,.sidebar .bottom-items{flex-direction:row;gap:10px}}.sidebar .nav-item{display:flex;align-items:center;justify-content:center;padding:15px;margin-bottom:20px;border-radius:8px;cursor:pointer;transition:all .5s cubic-bezier(.4,0,.2,1)}@media (max-width: 767px){.sidebar .nav-item{margin-bottom:0;padding:10px}}@media (min-width: 768px) and (max-width: 1023px){.sidebar .nav-item{padding:12px}}@media (max-width: 767px){.sidebar .nav-item:hover{transform:scale(1.15)}}.sidebar .nav-item svg{font-size:24px;color:#ebebef}.sidebar .nav-item .active{color:#cf6bdd}.sidebar .nav-item span{display:none}.sidebar .nav-item:hover{background-color:#000;transform:scale(1.3)}.sidebar .nav-item:hover .icon{color:#cf6bdd}.sidebar .logout svg{color:#ff5869}.sidebar .logout:hover{background-color:#ff586933}.inputcontainer{display:flex;justify-content:center;flex-direction:row}.inputcontainer .stockSearchInput{background-color:transparent;border:1.2px solid #fd77d7;border-right:none;border-radius:6px 0 0 6px;outline:none;padding:.8rem;color:#ebebef;font-family:Montserrat,sans-serif;transition:color .2s cubic-bezier(.4,0,.2,1)}.inputcontainer .stockSearchInput::placeholder{color:#5d637a}.inputcontainer .stockSearchInput:focus{background-color:#cf6bdd26;border:none}.inputcontainer .stockSearchInput:focus~.typeButton{border:none}.inputcontainer .typeButton{display:flex;justify-content:center;width:9%;padding:.2rem .3rem;align-items:center;border:1.2px solid #fd77d7;border-right:none;border-left:none;background-color:#cf6bdd26;font-size:large}.inputcontainer .typeButton .icon{transition:transform .3s cubic-bezier(.4,0,.2,1);will-change:transform;color:#ff5869}.inputcontainer .typeButton:hover .icon{transform:scale(1.15)}.inputcontainer .typeButton.tickerButton{border-top-right-radius:6px;border-bottom-right-radius:6px;border-right:1.2px solid #fd77d7}.suggestions{position:absolute;left:0;right:0;border-top:none;border-bottom-left-radius:6px;border-bottom-right-radius:6px;max-height:7.5rem;overflow-y:auto;z-index:10;display:flex;flex-direction:column}.suggestions::-webkit-scrollbar{width:8px;height:12px;background-color:#16142a}.suggestions::-webkit-scrollbar-thumb{height:6px;background-clip:padding-box;border-radius:7px;background-color:#fd77d733;box-shadow:inset -1px -1px #0000000d,inset 1px 1px #0000000d}.suggestions::-webkit-scrollbar-button{width:0;height:0;display:none}.suggestions::-webkit-scrollbar-corner{background-color:transparent}.suggestionItem{padding:.5rem;text-align:left;border:none;background:#16142a;cursor:pointer;transition:background .2s ease;display:flex}.suggestionItem .rightSide{display:flex;justify-content:center;align-items:flex-start;flex-direction:column}.suggestionItem .rightSide .ticker{color:#fd77d7;font-family:Montserrat,sans-serif;font-weight:600;font-size:1.2rem}.suggestionItem .rightSide .name{color:#ebebef;font-family:Montserrat,sans-serif;font-weight:300;font-size:.8rem}.suggestionItem:hover{background:#cf6bdd}.suggestionItem:last-child{border-bottom:none}.searchWrapper{position:relative;max-width:400px;margin:0 auto}.navbar{position:relative;top:1rem;left:0;right:0;height:60px;display:flex;justify-content:center;align-items:center;background-color:#0a0812;z-index:999}.navbar .searchArea .stockSearchInput{width:100%}.navbar{top:1rem}@media (max-width: 767px){.navbar{top:.5rem}}.navbar .searchArea{width:40%}@media (max-width: 767px){.navbar .searchArea{width:85%}}@media (min-width: 768px) and (max-width: 1023px){.navbar .searchArea{width:60%}}.pos{color:#17c842!important}.err{color:#ff5869!important}.main-content::-webkit-scrollbar{width:8px;height:12px;background-color:#16142a}.main-content::-webkit-scrollbar-thumb{height:6px;background-clip:padding-box;border-radius:7px;background-color:#fd77d733;box-shadow:inset -1px -1px #0000000d,inset 1px 1px #0000000d}.main-content::-webkit-scrollbar-button{width:0;height:0;display:none}.main-content::-webkit-scrollbar-corner{background-color:transparent}html,body,#root,.App{overflow:hidden}body{background-color:#0a0812;display:flex;flex-direction:column;box-sizing:border-box;align-items:center;justify-content:center;height:100vh;width:100%;font-size:1.5rem;font-family:Montserrat,sans-serif;padding:0;margin:0;border:none}#root{height:100vh;width:100%}.App{height:100vh;width:100%;display:flex;flex-direction:column}.App .app-container{display:flex;height:100vh}@media (max-width: 767px){.App .app-container{flex-direction:column}}.App .main-content{flex:1;overflow-y:auto;padding:1rem}@media (max-width: 767px){.App .main-content{padding:0}}.main{position:relative;width:100%}.stock-dashboard{font-family:Montserrat,sans-serif;display:flex;flex-direction:column;width:auto;align-items:center;justify-content:center;gap:3rem;margin-top:1rem}@media (max-width: 767px){.stock-dashboard{gap:1.5rem;margin-top:.5rem}}.stock-dashboard .definingarea{width:100%;flex-direction:row;gap:6rem;display:flex;align-items:center;justify-content:center}@media (max-width: 767px){.stock-dashboard .definingarea{flex-direction:column;gap:2rem;align-items:center}}@media (min-width: 768px) and (max-width: 1023px){.stock-dashboard .definingarea{gap:3rem}}.stock-dashboard .definingarea .side{display:flex;flex-direction:column;align-items:center;justify-content:center}.stock-dashboard .definingarea .titlearea{display:flex;flex-direction:column;align-items:start;justify-content:flex-start}.stock-dashboard .definingarea .titlearea .symbol{color:#fd77d7;font-size:5rem;font-weight:800;margin-bottom:.3rem}@media (max-width: 767px){.stock-dashboard .definingarea .titlearea .symbol{font-size:3rem}}@media (min-width: 768px) and (max-width: 1023px){.stock-dashboard .definingarea .titlearea .symbol{font-size:4rem}}.stock-dashboard .definingarea .titlearea .name{color:#ebebef;font-size:1.5rem;font-weight:200;margin-bottom:1rem}@media (max-width: 767px){.stock-dashboard .definingarea .titlearea .name{font-size:1rem}}.stock-dashboard .definingarea .pricearea{display:flex;flex-direction:column;align-items:start;justify-content:center}.stock-dashboard .definingarea .pricearea .currentPrice{color:#ebebef;font-size:5rem;font-weight:600;margin-bottom:.3rem}@media (max-width: 767px){.stock-dashboard .definingarea .pricearea .currentPrice{font-size:3rem}}@media (min-width: 768px) and (max-width: 1023px){.stock-dashboard .definingarea .pricearea .currentPrice{font-size:4rem}}.stock-dashboard .definingarea .pricearea .priceInfo{font-size:1.5rem;font-weight:200;margin-bottom:1rem;display:flex;width:100%;height:100%;flex-direction:row;justify-content:space-between}@media (max-width: 767px){.stock-dashboard .definingarea .pricearea .priceInfo{font-size:1rem}}.stock-dashboard .definingarea .pricearea .priceInfo .recommendationSticker{color:#ebebef;font-weight:500;font-size:.8rem;display:flex;justify-content:center;align-items:center;padding:.2rem .7rem;border-radius:15px}.graphArea{width:100%;max-width:1200px;margin:0 auto;display:flex;flex-direction:row;gap:1rem;align-items:flex-start}@media (max-width: 1023px){.graphArea{flex-direction:column}}.graphArea .graph{flex:6;min-width:0}@media (max-width: 1023px){.graphArea .graph{flex:1;width:100%}}.graphArea .statsArea{color:#ebebef;flex:1;background:#311f3d;border-radius:8px;border:1px solid #fd77d7;padding:12px;min-width:100px}@media (max-width: 1023px){.graphArea .statsArea{width:100%}}.graphArea .statsArea .statsHeader{margin-bottom:6px;color:#fd77d7}.graphArea .statsArea .statsHeader h3{font-size:18px;font-weight:600;margin:0}.graphArea .statsArea .statsDetails{display:flex;flex-direction:column;gap:16px}.graphArea .statsArea .statsDetails .statRow{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:12px}@media (max-width: 767px){.graphArea .statsArea .statsDetails .statRow{grid-template-columns:repeat(2,1fr)}}.graphArea .statsArea .statsDetails .statItem{display:flex;flex-direction:column}.graphArea .statsArea .statsDetails .statItem .title{font-size:14px;color:#8490a7;margin-bottom:4px}.graphArea .statsArea .statsDetails .statItem .value{font-size:16px;font-weight:500}body{overflow-x:hidden}.neutral{color:#ebebef}.pos{color:#17c842}.err{color:#ff5869}.stockStats{display:flex;flex-direction:row;flex-wrap:wrap;width:35%;justify-content:center;padding-top:.5em;padding-bottom:.5rem;padding-left:.5rem;padding-right:.5rem;align-items:center;border:solid 5px #fd77d7;border-radius:15px;gap:1rem}.stockStats .stockStat{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.2rem}.stockStats .stockStat .title{color:#ebebef;font-size:1rem;font-weight:200}.stockStats .stockStat .value{color:#ebebef;font-size:1rem;font-weight:600}.buttonArea{display:flex;justify-content:space-between;align-items:center;margin:1rem auto;width:90%;max-width:1200px}.buttonArea .period-buttons button,.buttonArea .action-button{background-color:#16142ae6;border:1px solid rgba(253,119,215,.4)}.buttonArea .period-buttons button.active,.buttonArea .action-button.active{background:linear-gradient(135deg,#fd77d7,#cf6bdd);border:none;box-shadow:0 2px 8px #fd77d74d}.buttonArea .period-buttons button:hover:not(.active),.buttonArea .action-button:hover:not(.active){background-color:#16142a;border-color:#fd77d799}@media (max-width: 767px){.buttonArea{flex-direction:column;gap:1rem;align-items:stretch}.buttonArea .period-buttons,.buttonArea .action-buttons{justify-content:center;flex-wrap:wrap}.buttonArea .period-buttons button,.buttonArea .action-buttons .action-button{padding:.5rem;font-size:.9rem}}.buttonArea .period-buttons,.buttonArea .action-buttons{display:flex;gap:.5rem}.buttonArea .period-buttons button{background-color:#cf6bdd26;border:1.2px solid #fd77d7;border-radius:6px;color:#ebebef;font-family:Montserrat,sans-serif;padding:.6rem 1rem;cursor:pointer;transition:background .3s ease,transform .3s ease}.buttonArea .period-buttons button.active{background-color:#fd77d7;color:#0a0812;font-weight:600}.buttonArea .period-buttons button:hover{transform:scale(1.05)}.buttonArea .action-buttons .action-button{background-color:#cf6bdd26;border:1.2px solid #fd77d7;border-radius:6px;color:#ebebef;font-size:1rem;font-family:Montserrat,sans-serif;padding:.6rem 1rem;cursor:pointer;display:flex;justify-content:center;align-items:center;transition:background .3s ease,transform .3s ease}.buttonArea .action-buttons .action-button:hover{transform:scale(1.05)}.watchlist-toast{display:flex;align-items:center;gap:12px}.watchlist-toast .toast-icon{font-size:20px}.watchlist-toast .toast-content{display:flex;flex-direction:column}.action-button.active{background-color:#fc0;color:#1a1a1a}.action-button.active:hover{background-color:#e6b800}.action-button svg{margin-right:5px}
