@import"https://fonts.googleapis.com/css2?family=Jost:wght@400;500;600;700;800&display=swap";:root{--bg-dark: #0f172a;--bg-card: rgba(30, 41, 59, .7);--bg-card-solid: #1e293b;--text-primary: #f8fafc;--text-secondary: #94a3b8;--text-tertiary: #64748b;--accent-blue: #2563eb;--accent-purple: #7c3aed;--accent-gradient: linear-gradient(135deg, #2563eb, #7c3aed);--income: #22c55e;--income-bg: rgba(34, 197, 94, .1);--expense: #ef4444;--expense-bg: rgba(239, 68, 68, .1);--border-light: rgba(255, 255, 255, .08);--shadow-soft: 0 10px 40px -10px rgba(0, 0, 0, .5);--shadow-glow: 0 0 20px rgba(37, 99, 235, .2);--radius-lg: 16px;--radius-md: 12px;--transition: all .2s cubic-bezier(.4, 0, .2, 1)}html,body{margin:0;padding:0;width:100%;overflow-x:hidden;font-family:Jost,-apple-system,BlinkMacSystemFont,sans-serif;background-color:var(--bg-dark);color:var(--text-primary);-webkit-font-smoothing:antialiased}.ant-layout{background:transparent!important}.ant-menu{background:transparent!important;border-bottom:none!important}.ant-menu-horizontal{line-height:inherit!important;border-bottom:none!important}.ant-menu-item{color:var(--text-secondary)!important;transition:var(--transition)!important;border-radius:8px!important;margin:0 4px!important;padding:0 16px!important}.topbar-nav .ant-menu-item{margin:11px 4px!important;height:40px!important;line-height:40px!important}.ant-menu-item:hover{color:var(--text-primary)!important;background:rgba(255,255,255,.05)!important}.ant-menu-item-selected{background:var(--accent-gradient)!important;color:#fff!important;box-shadow:var(--shadow-glow)}.ant-menu-item:after{display:none!important}.ant-layout-header{background:rgba(15,23,42,.6)!important;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border-light);height:72px!important;line-height:72px!important;position:fixed!important;top:0;left:0;right:0;z-index:1000;width:100%}.glass-card{background:var(--bg-card);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border:1px solid var(--border-light);border-radius:var(--radius-lg);padding:24px;box-shadow:var(--shadow-soft);transition:var(--transition)}.glass-card:hover{transform:translateY(-4px);box-shadow:0 20px 40px -10px #0009,var(--shadow-glow);border-color:#ffffff26}.hero-card{background:var(--accent-gradient);border-radius:var(--radius-lg);padding:32px;box-shadow:var(--shadow-glow);color:#fff;position:relative;overflow:hidden}.hero-card:after{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(255,255,255,.1) 0%,transparent 60%);animation:rotate 20s linear infinite;pointer-events:none}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.text-gradient{background:var(--accent-gradient);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.mobile-drawer .ant-drawer-content{background:#0f172a!important}.mobile-drawer .ant-drawer-header{background:rgba(255,255,255,.02)!important;border-bottom:1px solid rgba(255,255,255,.05)!important}.mobile-drawer .ant-drawer-title{color:#fff!important}.mobile-drawer .ant-menu-vertical,.mobile-drawer .ant-menu-inline{background:transparent!important;border:none!important}.mobile-drawer .ant-menu-item{height:50px!important;line-height:50px!important;margin:4px 12px!important;border-radius:12px!important;color:var(--text-secondary)!important;font-weight:500!important}.mobile-drawer .ant-menu-item-selected{background:var(--accent-gradient)!important;color:#fff!important;box-shadow:var(--shadow-glow)!important}.mobile-drawer .ant-drawer-close{color:var(--text-secondary)!important}.mobile-drawer .ant-drawer-close:hover{color:var(--text-primary)!important}.badge-income{background:var(--income-bg);color:var(--income);padding:4px 12px;border-radius:20px;font-weight:600;font-size:12px}.badge-expense{background:var(--expense-bg);color:var(--expense);padding:4px 12px;border-radius:20px;font-weight:600;font-size:12px}.animated-list-item{animation:fadeUp .4s ease-out forwards;opacity:0;transform:translateY(10px)}@keyframes fadeUp{to{opacity:1;transform:translateY(0)}}.stagger-1{animation-delay:.1s}.stagger-2{animation-delay:.2s}.stagger-3{animation-delay:.3s}.stagger-4{animation-delay:.4s}.ant-modal-content,.ant-drawer-content{background-color:var(--bg-card-solid)!important;border:1px solid var(--border-light);color:var(--text-primary)}.ant-modal-header,.ant-drawer-header{background-color:transparent!important;border-bottom:1px solid var(--border-light)!important}.ant-modal-title,.ant-drawer-title,.ant-modal-close{color:var(--text-primary)!important}.ant-form-item-label>label{color:var(--text-secondary)!important}.ant-input,.ant-input-affix-wrapper,.ant-input-number,.ant-picker,.ant-select-selector{background-color:transparent!important;border-color:var(--border-light)!important;color:var(--text-primary)!important}.ant-input:hover,.ant-input-affix-wrapper:hover,.ant-picker:hover,.ant-select-selector:hover{border-color:#fff3!important}.ant-input:focus,.ant-input-affix-wrapper-focused,.ant-input-number-focused,.ant-picker-focused,.ant-select-focused .ant-select-selector{border-color:var(--accent-blue)!important;box-shadow:0 0 10px #2563eb1a!important}.ant-input::placeholder{color:#ffffff4d!important}.ant-select-arrow,.ant-picker-suffix,.ant-input-number-handler-wrap{color:var(--text-secondary)!important}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:rgba(255,255,255,.1);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:rgba(255,255,255,.2)}@media (max-width: 768px){.auth-left-panel{display:none!important}.hero-card{padding:24px!important}.hero-card h1{font-size:1.8rem!important}.mobile-flex-col{flex-direction:column!important;align-items:flex-start!important}.mobile-w-full{width:100%!important}.mobile-gap-4{gap:16px!important}.mobile-mt-4{margin-top:16px!important}.mobile-items-stretch{align-items:stretch!important}.mobile-top-action{position:relative!important;top:0!important;right:0!important;width:100%;justify-content:flex-end;margin-bottom:16px}.mobile-txn-card{flex-direction:column!important;align-items:flex-start!important;gap:16px}.mobile-txn-card-right{width:100%;justify-content:space-between!important}}.empty-desc{font-style:italic;opacity:.5;font-size:13px;font-weight:400}.app-header{position:sticky;top:0;z-index:1000;height:64px!important;line-height:64px!important;padding:0 24px!important;background:rgba(15,23,42,.8)!important;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid rgba(255,255,255,.06);display:flex;justify-content:center}.header-container{width:100%;max-width:1400px;display:flex;align-items:center;justify-content:space-between}.header-left{display:flex;align-items:center;gap:16px}.logo-section{display:flex;align-items:center;gap:12px;cursor:pointer;transition:var(--transition)}.logo-section:hover{opacity:.8}.logo-box{width:32px;height:32px;background:var(--accent-gradient);border-radius:10px;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:14px;box-shadow:var(--shadow-glow)}.logo-text{margin:0!important;color:#fff!important;font-size:1.1rem!important;letter-spacing:.5px}.logo-text span{color:var(--text-secondary);font-weight:400}.header-center{flex:1;display:flex;justify-content:center;padding:0 24px}.desktop-nav{background:transparent!important;border:none!important;min-width:0;display:flex;gap:8px}.desktop-nav .ant-menu-item{height:40px!important;line-height:40px!important;margin:0!important;padding:0 16px!important;border-radius:8px!important;color:var(--text-secondary)!important;white-space:nowrap}.desktop-nav .ant-menu-item:hover{background:rgba(255,255,255,.05)!important;color:#fff!important}.desktop-nav .ant-menu-item-selected{background:rgba(255,255,255,.08)!important;color:#fff!important;font-weight:600}.desktop-nav .ant-menu-item-selected:after{display:none!important}.header-right{display:flex;align-items:center}.lang-btn{color:var(--text-secondary)!important;height:36px!important;padding:0 8px!important;border-radius:8px!important;transition:var(--transition)}.lang-btn:hover{background:rgba(255,255,255,.05)!important;color:#fff!important}.user-profile-trigger{display:flex;align-items:center;gap:12px;cursor:pointer;padding:4px 6px 4px 12px;border-radius:12px;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.05);transition:var(--transition)}.user-profile-trigger:hover{background:rgba(255,255,255,.08);border-color:#ffffff1a}.user-info{display:flex;flex-direction:column;align-items:flex-end;line-height:1.2}.user-name{color:#fff!important;font-size:.85rem!important;font-weight:600!important;max-width:120px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.user-role{color:var(--text-secondary)!important;font-size:.75rem!important}.user-avatar{background:var(--accent-gradient)!important;width:32px!important;height:32px!important;border:2px solid rgba(255,255,255,.1)}.mobile-menu-btn{padding:0!important;width:36px!important;height:36px!important;display:flex;align-items:center;justify-content:center}.mobile-drawer-menu .ant-menu-item{margin:4px 12px!important;border-radius:10px!important}.pulse-dot-red{width:8px;height:8px;background-color:#ef4444;border-radius:50%;position:relative;display:inline-block}.pulse-dot-red:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:#ef4444;border-radius:50%;animation:pulse-red 2s infinite}@keyframes pulse-red{0%{transform:scale(1);opacity:.8}70%{transform:scale(2.5);opacity:0}to{transform:scale(2.5);opacity:0}}.sefer-card:hover{transform:translateY(-3px);box-shadow:0 12px 32px #0006,0 0 16px #2563eb1a!important}
