@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Outfit:wght@500;600;700&display=swap";:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: hsl(6, 78%, 57%);--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-container-width: fit-content;--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-padding: 14px;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-toast-shadow: 0px 4px 12px rgba(0, 0, 0, .1);--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y: 0;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 auto;align-items:center;word-break:break-word}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width: 100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:1;opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}:root{--sans: "Inter", system-ui, sans-serif;--heading: "Outfit", "Inter", system-ui, sans-serif}[data-theme=dark]{--text: #94A3B8;--text-h: #FFFFFF;--bg: #030712;--card-bg: #0B1120;--border: rgba(255, 255, 255, .1);--accent: #10B981;--sidebar-bg: #0B192C;--input-bg: #111827;--btn-ghost-bg: rgba(255, 255, 255, .05);--btn-bg: #10B981;--accent-glow: rgba(16, 185, 129, .2)}[data-theme=light]{--text: #475569;--text-h: #0F172A;--bg: #F0F4F8;--card-bg: #FFFFFF;--border: #E2E8F0;--accent: #10B981;--sidebar-bg: #FFFFFF;--input-bg: #F8FAFC;--btn-ghost-bg: #E2E8F0;--btn-bg: #10B981;--shadow-premium: 0 10px 40px rgba(0, 0, 0, .05);--nav-hover: #F1F5F9}:root{--accent: #10B981}body{margin:0;font-family:var(--sans);background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;padding:0;box-sizing:border-box}#root{width:100vw;height:100vh}h1,h2,h3,h4,h5,p{margin:0;padding:0}h1,h2,h3,h4,h5{color:var(--text-h);font-weight:600;font-family:var(--heading);letter-spacing:-.02em}.app-container{display:flex;width:100%;height:100vh;background:var(--bg);overflow:hidden}.sidebar{width:270px;background:var(--sidebar-bg);padding:40px 24px;display:flex;flex-direction:column;transition:all .3s ease;box-shadow:10px 0 30px #0000000d;flex-shrink:0;z-index:100}.navbar-toggle,.mobile-only{display:none!important}.desktop-only{display:block!important}.brand-group{margin-bottom:48px;padding-left:8px}.brand-title{font-weight:800;color:var(--text-h);font-size:18px;letter-spacing:-.01em;font-family:var(--heading)}.brand-subtitle{font-size:10px;color:#94a3b8;margin-top:8px;text-transform:uppercase;letter-spacing:.1em;font-weight:700;opacity:.8}.nav-item{display:flex;align-items:center;gap:14px;padding:14px 20px;border-radius:14px;cursor:pointer;color:#94a3b8;font-weight:600;font-size:14px;transition:all .25s ease;margin-bottom:6px;border:1px solid transparent}.nav-item:hover{background:var(--nav-hover);color:var(--text-h)}.nav-item.active{background:var(--accent);color:#fff;box-shadow:0 10px 15px -3px var(--accent-glow)}.nav-item.active:hover{background:var(--accent);opacity:.9}.main-content{flex:1;padding:40px 60px;background:radial-gradient(circle at top right,rgba(16,185,129,.03),transparent 400px),radial-gradient(circle at bottom left,rgba(59,130,246,.03),transparent 400px),var(--bg);overflow-y:auto;-webkit-overflow-scrolling:touch;position:relative}.header-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:40px}.header-title{font-size:18px;font-weight:600;color:var(--text-h)}.header-actions{display:flex;align-items:center;gap:24px;color:var(--text);font-size:14px;font-weight:500}.dashboard-grid{display:grid;grid-template-columns:1.5fr 1fr;gap:24px}.card{background:var(--card-bg);border:1px solid var(--border);border-radius:24px;padding:32px;box-shadow:var(--shadow-premium);transition:all .3s cubic-bezier(.4,0,.2,1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.card:hover{border-color:#10b9814d;transform:translateY(-4px)}.card-title{font-size:14px;font-weight:600;margin-bottom:16px;color:var(--text-h)}.metric-card-group{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:24px}.metric-card{background:#ffffff08;border-radius:20px;padding:24px;border:1px solid var(--border);transition:all .3s ease}.metric-card:hover{background:#ffffff0d;border-color:var(--accent)}.metric-label{font-size:11px;text-transform:uppercase;letter-spacing:.05em;color:var(--text);margin-bottom:8px;font-weight:600}.metric-val{font-size:32px;font-weight:700;color:var(--text-h)}.badge{background:var(--accent-light);color:var(--accent-dark);font-size:12px;padding:4px 10px;border-radius:20px;font-weight:600;display:inline-flex;align-items:center;gap:4px}.btn{background:var(--navy);color:#fff;padding:12px 20px;border-radius:8px;border:none;font-weight:600;cursor:pointer;font-size:14px;transition:all .2s;display:inline-block;text-align:center}.btn:hover{background:#1e293b;transform:translateY(-1px)}.btn:active{transform:translateY(0)}.form-group{margin-bottom:16px}.form-label{display:block;font-size:11px;font-weight:600;text-transform:uppercase;margin-bottom:8px;color:var(--text)}.input-field{width:100%;padding:14px 16px;border-radius:8px;border:1px solid var(--border);background:var(--input-bg);font-family:inherit;font-size:14px;outline:none;box-sizing:border-box;color:var(--text-h)!important;transition:all .2s}.input-field:focus{border-color:var(--accent);background:var(--input-bg);box-shadow:0 0 0 3px var(--accent-glow)}.tx-list{display:flex;flex-direction:column;gap:12px}.tx-item{display:flex;align-items:center;justify-content:space-between;padding:20px;border-radius:16px;background:#ffffff05;border:1px solid transparent;transition:all .2s ease}.tx-item:hover{background:#ffffff0a;border-color:#ffffff1a;transform:scale(1.01)}.tx-icon{width:40px;height:40px;border-radius:10px;background:#e0e7ff;display:grid;place-items:center;color:#3b82f6;font-size:18px}.tx-info{flex:1;margin-left:16px}.tx-cat{font-weight:600;color:var(--text-h);font-size:14px}.tx-date{font-size:12px;color:var(--text);margin-top:4px}.tx-amount{font-weight:700;color:var(--text-h);font-size:15px}.tx-amount.positive{color:var(--accent-dark)}.login-wrapper{display:flex;min-height:100vh;width:100vw;align-items:center;justify-content:center;background:var(--bg);padding:40px 20px;box-sizing:border-box}.login-card{display:grid;grid-template-columns:1.1fr .9fr;width:1100px;height:650px;max-width:95vw;background:var(--card-bg);border-radius:32px;overflow:hidden;box-shadow:var(--shadow-premium);border:1px solid var(--border)}.login-left{background:#0b192c;color:#fff;padding:60px;display:flex;flex-direction:column;position:relative;overflow:hidden}.login-left:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 100% 0%,rgba(16,185,129,.1) 0%,transparent 50%),radial-gradient(circle at 0% 100%,rgba(59,130,246,.1) 0%,transparent 50%)}.login-left-content{position:relative;z-index:10;margin-top:auto;margin-bottom:20%}.login-right{padding:60px 80px;display:flex;flex-direction:column;justify-content:center;background:var(--bg)}.text-green{color:var(--accent)!important}.mt-4{margin-top:16px}.mb-4{margin-bottom:16px}.mb-8{margin-bottom:32px}.gap-4{gap:16px}.flex{display:flex}.items-center{align-items:center}.justify-between{justify-content:space-between}.w-full{width:100%}.forecast-grid{display:grid;grid-template-columns:repeat(4,1fr);width:100%}#dashboard-content{width:100%}.dark-box{background:var(--navy);color:#fff;border-radius:12px;padding:24px;position:relative;overflow:hidden}.dark-box h4{color:#fff}.dark-box p{color:#94a3b8}@media(max-width:1024px){.dashboard-grid{grid-template-columns:1fr}.login-card{grid-template-columns:1fr;width:420px;max-width:90vw;height:auto;min-height:auto;border-radius:24px;margin:40px auto}.login-left{display:none}.login-right{padding:32px 24px}.login-wrapper{overflow-y:auto;align-items:flex-start}}.user-dropdown{position:absolute;top:110%;right:0;width:220px;background:var(--card-bg);border:1px solid var(--border);border-radius:16px;padding:8px;box-shadow:0 10px 30px #0000001a;z-index:1000;animation:slideInDown .3s ease-out}.user-dropdown-item{padding:12px 16px;border-radius:10px;cursor:pointer;display:flex;align-items:center;gap:12px;font-size:14px;color:var(--text-h);font-weight:500;transition:all .2s ease}.user-dropdown-item:hover{background:var(--btn-ghost-bg)}.user-dropdown-divider{height:1px;background:var(--border);margin:8px 0}@keyframes slideInDown{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.sidebar,.sidebar-overlay,[style*="2fr 1fr 1fr"]{display:none!important}.header-top{position:fixed;top:16px;left:16px;right:16px;z-index:2000;margin-bottom:0;transition:all .3s ease}.nav-pill{background:#fffc;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.3);border-radius:50px;padding:8px 16px;display:flex;justify-content:space-between;align-items:center;width:100%;box-shadow:0 10px 25px -5px #0000000d;box-sizing:border-box}.hex-logo{display:flex;align-items:center;justify-content:center;color:#8b5cf6;filter:drop-shadow(0 0 6px rgba(139,92,246,.4));animation:hexPulse 3s infinite ease-in-out}@keyframes hexPulse{0%,to{transform:scale(1);filter:drop-shadow(0 0 4px rgba(139,92,246,.2))}50%{transform:scale(1.08);filter:drop-shadow(0 0 10px rgba(139,92,246,.5))}}.hex-logo img{width:32px!important;height:32px!important;display:block;border-radius:8px;object-fit:contain}.menu-btn svg{width:24px!important;height:24px!important;display:block;stroke:currentColor;stroke-width:2.5}.dropdown-item svg{width:20px!important;height:20px!important;display:block;stroke:currentColor;stroke-width:2.5;opacity:.8}.menu-btn{background:none;border:none;cursor:pointer;width:44px;height:44px;display:flex;align-items:center;justify-content:center;padding:0;color:var(--text-h);font-size:24px;transition:all .2s ease}.menu-btn svg{width:24px!important;height:24px!important;display:block;stroke-width:2.5}.mobile-dropdown{position:fixed;top:80px;left:16px;right:16px;width:calc(100% - 32px);max-width:100%;background:#fffffff2;backdrop-filter:blur(25px);-webkit-backdrop-filter:blur(25px);border-radius:32px;border:1px solid rgba(255,255,255,.5);display:flex;flex-direction:column;gap:10px;padding:24px 16px 16px;box-shadow:0 30px 60px -12px #00000026;z-index:1999;transform-origin:top;animation:dropdownSlideIn .5s cubic-bezier(.16,1,.3,1);box-sizing:border-box;margin:0 auto}.dropdown-item svg{width:20px!important;height:20px!important;flex-shrink:0;opacity:.7;transition:transform .3s ease,opacity .3s ease;display:block}.dropdown-item.active svg{opacity:1;color:#8b5cf6}@keyframes dropdownSlideIn{0%{opacity:0;transform:translateY(-20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.dropdown-item{display:flex;align-items:center;gap:16px;padding:18px 24px;border-radius:20px;background:#fff;color:#1e293b;font-weight:700;font-size:16px;border:1px solid #f1f5f9;transition:all .3s cubic-bezier(.4,0,.2,1);cursor:pointer}.dropdown-item:hover{background:#f8fafc;transform:translate(4px);border-color:#e2e8f0}.dropdown-item svg{opacity:.6;transition:transform .3s ease}.dropdown-item:hover svg{opacity:1;transform:scale(1.1);color:#8b5cf6}[data-theme=dark] .dropdown-item{background:#1e293b;border-color:#334155;color:#f8fafc;box-shadow:0 4px 6px -1px #0000001a}.dropdown-item.active{background:#f5f3ff;color:#8b5cf6;border-color:#ddd6fe}[data-theme=dark] .dropdown-item.active{background:#8b5cf61a;color:#a78bfa;border-color:#8b5cf633}@keyframes dropdownOpen{0%{opacity:0;transform:scale(.95) translateY(-10px)}to{opacity:1;transform:scale(1) translateY(0)}}.dashboard-grid,.metric-card-group,.metric-card-group>div,.forecast-grid,.main-content>div:not(.nav-pill){display:flex!important;flex-direction:column!important;width:auto!important;min-width:0!important;gap:20px!important;margin:0!important}.main-content{padding:90px 16px 16px!important;width:100%!important;overflow-x:hidden!important;box-sizing:border-box!important}.nav-pill{display:flex!important;flex-direction:row!important;align-items:center!important;justify-content:space-between!important;padding:8px 16px!important;height:56px!important;border-radius:28px!important;background:var(--card-bg)!important;color:var(--text-h)!important;border:1px solid var(--border)!important;box-shadow:0 10px 30px #0000001a!important}[data-theme=dark] .nav-pill{background:#0f192dcc!important;-webkit-backdrop-filter:blur(20px)!important;backdrop-filter:blur(20px)!important}.mobile-dropdown{display:flex!important;flex-direction:column!important;padding:20px!important;gap:12px!important;width:calc(100% - 32px)!important;left:16px!important;right:16px!important;top:80px!important;background:var(--card-bg)!important;border:1px solid var(--border)!important;border-radius:32px!important;color:var(--text-h)!important;box-shadow:0 30px 60px -12px #00000040!important;z-index:1000!important}.dropdown-item{background:var(--btn-ghost-bg)!important;color:var(--text-h)!important;border:1px solid var(--border)!important}[data-theme=light] .mobile-dropdown{background:#fffffff2!important}[data-theme=dark] .mobile-dropdown{background:#0b1120fa!important}.dropdown-item{display:flex!important;flex-direction:row!important;align-items:center!important;justify-content:flex-start!important;gap:16px!important;padding:14px 20px!important;width:100%!important;box-sizing:border-box!important}.dropdown-item svg{margin:0!important}h2,.header-title{font-size:16px!important;line-height:1.2!important}.metric-val{font-size:28px!important}.mobile-only{display:flex!important}.desktop-only{display:none!important}.main-content{padding:80px 16px 16px!important;width:100%!important}}@media(max-width:480px){.login-right{padding:24px}[style*="repeat(4, 1fr)"],[style*="repeat(4,1fr)"]{grid-template-columns:1fr!important}.tx-item{flex-direction:column!important;align-items:flex-start!important;gap:12px!important}.tx-amount{margin-left:0!important}.card,.metric-card{padding:20px!important;width:100%!important;min-width:0!important;box-sizing:border-box!important}.nav-pill{padding:6px 10px!important}.hex-logo svg{width:20px!important;height:20px!important}}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a99;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeIn .2s ease-out}.modal-content{background:var(--card-bg);width:400px;max-width:90vw;border-radius:20px;padding:32px;box-shadow:0 20px 25px -5px #0006,0 10px 10px -5px #0003;position:relative;border:1px solid var(--border);animation:slideUp .3s cubic-bezier(.16,1,.3,1)}.modal-content h3{color:var(--text-h)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}
