.dom-root{position:relative;background:#1d1b31;min-height:100vh;width:100%}.content-page{position:relative;background:#1d1b31;min-height:100vh;width:calc(100% - 70px);left:70px;transition:all .5s ease}.content-page.active{width:calc(100% - 240px);left:240px}@media (max-width: 640px){.content-page,.content-page.active{width:100%;left:0}}.mobile-sidebar-overlay{display:none}@media (max-width: 640px){.mobile-sidebar-overlay{display:block;position:fixed;top:0;right:0;bottom:0;left:0;background:#0000008c;z-index:99}}.mobile-hamburger{display:none}@media (max-width: 640px){.mobile-hamburger{display:flex;align-items:center;justify-content:center;position:fixed;top:10px;left:10px;z-index:50;width:38px;height:38px;background:#11101d;border:none;border-radius:8px;cursor:pointer}}.skeleton{background:linear-gradient(90deg,#e4ecf7 25%,#f0f5fd,#e4ecf7 75%);background-size:200% 100%;animation:skeleton-shimmer 1.4s ease-in-out infinite;flex-shrink:0}.skeleton--circle{border-radius:50%!important}@keyframes skeleton-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.skeleton-group{display:flex;flex-direction:column}.skeleton-table{display:flex;flex-direction:column;gap:.55rem}.skeleton-table-row{display:grid;gap:.5rem;align-items:center;padding:.45rem 0;border-bottom:1px solid #eef3fb}.skeleton-stock-row{display:flex;align-items:center;gap:.65rem;padding:.6rem .2rem;border-bottom:1px solid #eef3fb}.skeleton-stock-row__text{flex:1;display:flex;flex-direction:column}.skeleton-stock-row__right{display:flex;flex-direction:column;align-items:flex-end}.skeleton-metric-card{background:#fff;border:1px solid #dbe7f8;border-radius:12px;padding:1rem;display:flex;flex-direction:column}.skeleton-portfolio-card{background:#fff;border:1px solid #dce9f9;border-radius:10px;padding:.75rem .9rem;display:flex;justify-content:space-between;align-items:center;gap:1rem}.skeleton-portfolio-card__main{flex:1;display:flex;flex-direction:column}.skeleton-portfolio-card__meta{display:flex;flex-direction:column;align-items:flex-end}.sidebar{position:fixed;top:0;left:0;height:100%;width:70px;background:#11101d;padding:6px 14px;border:.5px solid black;transition:all .5s ease;z-index:10}.sidebar.active{width:240px}.sidebar .logo-content .logo{color:#fff;display:flex;height:50px;width:100%;align-items:center;opacity:0;pointer-events:none}.sidebar.active .logo-content .logo{opacity:1;pointer-events:none;transition:all .5s ease}.logo-content .logo i{font-size:28px;margin-right:5px}.logo-content .logo .logo-name{font-size:20px;font-weight:400;margin-left:4px}.sidebar #btn{position:absolute;left:50%;top:10px;font-size:20px;height:38px;width:24px;text-align:center;line-height:50px;transform:translate(-50%)}.sidebar.active #btn{left:90%}.sidebar #btn:hover{cursor:pointer}.sidebar ul{margin-top:20px}.sidebar ul li{position:relative;height:50px;width:100%;margin:0 5px;list-style:none;align-items:center;display:flex}.sidebar ul li .tooltip{position:absolute;left:122px;top:0;transform:translate(-50%,-50%);border-radius:6px;height:35px;width:122px;background:#fff;line-height:35px;text-align:center;box-shadow:0 5px 10px #0003;transition:0s;opacity:0;pointer-events:none;display:block}.sidebar.active ul li .tooltip{display:none}.sidebar ul li:hover .tooltip{transition:all .5s ease;opacity:1;top:50%}.sidebar ul li input{position:absolute;height:100%;width:100%;left:0;top:0;border-radius:12px;border:none;background:#11101d;padding-left:50px;font-size:18px;color:#fff}.sidebar.active ul li input{background:#1d1b31}.sidebar ul li #icon-search{position:absolute;z-index:99;left:6px;font-size:22px;fill:#fff;transition:all .5s ease}.sidebar.active ul li #icon-search:hover{color:#1d1b31;background:#11101d}.sidebar ul li a{color:#fff;display:flex;align-items:center;text-decoration:none;border-radius:12px;width:100%;white-space:nowrap;transition:all .4s ease}.sidebar ul li a:hover{background:#fff;color:#11101d}.sidebar ul li a #bx-icon{height:38px;min-width:26px;border-radius:12px;line-height:50px;margin-right:10px;margin-left:5px;fill:#fff;transition:all .4s ease}.sidebar ul li a:hover #bx-icon{fill:#11101d}.sidebar .links-name{opacity:0;pointer-events:none;transition:all .5s ease}.sidebar.active .links-name{opacity:1;pointer-events:auto}.sidebar .profile-content{position:absolute;color:#fff;bottom:0;left:0;width:100%}.sidebar .profile-content .profile{position:relative;padding:10px 6px;height:60px;background:#1d1b31}.profile-content .profile .profile-details{display:flex;align-items:center;opacity:0;pointer-events:none;white-space:nowrap}.sidebar.active .profile .profile-details{opacity:1;pointer-events:auto}.profile .profile-details img{height:45px;width:45px;object-fit:cover;border-radius:12px}.profile .profile-details .name-job{margin-left:10px}.profile .profile-details .name{font-size:15px;font-weight:400}.profile .profile-details .job{font-size:12px}.profile #log-out{position:absolute;bottom:15px;left:50%;transform:translate(-50%);font-size:20px;border-radius:12px;text-align:center}.sidebar.active .profile #log-out{left:88%}.profile #log-out:hover{cursor:pointer}@media (max-width: 1024px) and (min-width: 641px){.sidebar{width:70px}.sidebar.active{width:240px}}@media (max-width: 640px){.sidebar{width:240px;transform:translate(-100%);z-index:100;transition:transform .35s ease}.sidebar.active{width:240px;transform:translate(0)}.sidebar .logo-content .logo,.sidebar .links-name{opacity:1;pointer-events:auto}.sidebar ul li .tooltip{display:none!important}.sidebar #btn{left:90%}.profile-content .profile .profile-details{opacity:1;pointer-events:auto}.sidebar .profile #log-out{left:88%}}.alert-toast-root{position:fixed;top:16px;right:16px;z-index:9999;width:min(360px,calc(100vw - 32px));display:flex;flex-direction:column;gap:10px;pointer-events:none}.alert-toast-card{pointer-events:auto;background:linear-gradient(135deg,#0f172a,#1e293b);color:#e2e8f0;border:1px solid #334155;border-radius:12px;padding:12px 12px 10px;box-shadow:0 10px 24px #02061759}.alert-toast-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:6px}.alert-toast-header strong{font-size:.92rem}.alert-toast-header button{border:1px solid #334155;background:#0f172a;color:#94a3b8;cursor:pointer;font-size:.75rem;line-height:1.1;border-radius:8px;padding:4px 8px}.alert-toast-card p{margin:0;font-size:.88rem;line-height:1.35}.alert-toast-card small{display:inline-block;margin-top:6px;color:#94a3b8;font-size:.75rem}.alert-toast-actions{margin-top:10px;display:flex;gap:8px}.alert-toast-actions button{border:1px solid #475569;background:#1e293b;color:#e2e8f0;border-radius:8px;padding:5px 10px;font-size:.78rem;cursor:pointer}.alert-toast-actions button:hover{background:#273449}.alert-toast-actions button:disabled{cursor:not-allowed;opacity:.65}.alert-toast-actions .danger{border-color:#7f1d1d;background:#5d1717}.alert-toast-actions .danger:hover{background:#7f1d1d}.toast-error{color:#fecaca!important}.error-toast-root{position:fixed;top:16px;left:50%;transform:translate(-50%);z-index:9999;width:min(360px,calc(100vw - 32px));display:flex;flex-direction:column;gap:10px;pointer-events:none}.error-toast-card{pointer-events:auto;background:linear-gradient(135deg,#0f172a,#1e293b);color:#e2e8f0;border:1px solid #334155;border-left:4px solid #7f1d1d;border-radius:12px;padding:12px 12px 10px;box-shadow:0 10px 24px #02061759}.error-toast-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:6px}.error-toast-header strong{font-size:.92rem;color:#fecaca}.error-toast-header button{border:1px solid #334155;background:#0f172a;color:#94a3b8;cursor:pointer;font-size:.75rem;line-height:1.1;border-radius:8px;padding:4px 8px}.error-toast-header button:hover{background:#273449}.error-toast-card p{margin:0;font-size:.88rem;line-height:1.35}.eb-container{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:1.5rem;background:linear-gradient(145deg,#f5f8ff,#eaf1ff 55%,#f0f7ff)}.eb-card{background:#fff;border:1px solid #d4def5;border-radius:16px;padding:2rem 2.5rem;max-width:420px;width:100%;text-align:center;box-shadow:0 12px 40px #14366f14}.eb-icon{font-size:2.5rem}.eb-title{margin:.75rem 0 .5rem;color:#10264a;font-size:1.3rem}.eb-message{color:#57749b;font-size:.92rem;margin:0 0 1.25rem}.eb-actions{display:flex;gap:.65rem;justify-content:center;flex-wrap:wrap}.eb-btn-primary{background:#0b61db;color:#fff;border:none;border-radius:10px;padding:.65rem 1.2rem;font-weight:600;cursor:pointer}.eb-btn-ghost{background:#f0f5ff;color:#1a376a;border:1px solid #b8c8eb;border-radius:10px;padding:.65rem 1.2rem;font-weight:600;cursor:pointer}.eb-detail{margin-top:1rem;background:#f8f0f0;border:1px solid #f5c2c2;border-radius:8px;padding:.75rem;font-size:.78rem;color:#c93f3f;text-align:left;white-space:pre-wrap;word-break:break-word}*{margin:0;padding:0;box-sizing:border-box;font-family:Poppins,sans-serif}body{position:relative;min-height:100vh;width:100%;overflow-x:hidden;overflow-y:auto}
